a {
    text-decoration: underline;
    transition: .3s;
}

a:hover {
    opacity: 0.6;
    transition: .3s;
}

.artcle {
    position: relative;
}

.imgFit {
    max-width: 100% !important;
    height: auto !important;
}

.ro:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
}

.wrapheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 1000;
}

@media screen and (max-width: 1280px) {
    .wrapheader {
        padding-right: 32px;
        padding-left: 32px;
    }
}


.rightheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.txtlink {
    text-align: center;
}

.link-block {
    margin-right: 40px;
    text-decoration: none;
}

.text-block {
    margin-top: 5px;
    font-family: Lato, sans-serif;
    color: #28b1fc;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}

.text-block-2 {
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #0e0e0e;
    font-size: 16px;
    letter-spacing: 2px;
}

.secmain {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 90px;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.secmain .mainimg {
    mix-blend-mode: darken;
}
.maintxt {
    width: 38%;
    margin-right: 0%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: right;
}

.body {
    background-color: #fafdff;
}

.secservice {
    position: relative;
    padding-top: 120px;
    padding-bottom: 170px;
}

.image {
    position: absolute;
    left: 0%;
    top: -12%;
    right: auto;
    bottom: auto;
    z-index: -99;
}

.image-2 {
    position: absolute;
    left: auto;
    top: -12%;
    right: 0%;
    bottom: auto;
    z-index: -99;
}

.image-3 {
    position: absolute;
    z-index: -99;
}

.image-4 {
    position: absolute;
    left: 24%;
    top: auto;
    right: auto;
    bottom: -7%;
    z-index: -99;
    margin-right: 0px;
}

.wrap {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1280px) {
    .wrap {
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }
}

.heading {
    font-family: Lato, sans-serif;
    color: #28b1fc;
    font-size: 55px;
    letter-spacing: 6px;
}

.text-block-3 {
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #28b1fc;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
}

.conservice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}

.imgservice {
    width: 50%;
    margin-left: -30px;
}

.boxservice {
    max-width: 677px;
    margin-left: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(27, 177, 252, 0.2);
}

.servicetxt {
    margin-right: 50px;
    margin-bottom: 25px;
    margin-left: 50px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    border-bottom: 1px solid #c3e4ff;
}

.txtblock {
    display: grid;
    grid-template-columns: 34px 1fr 40px;
    gap: 32px;
}




.heading-2 {
    margin-top: 0px;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #007cba;
    font-size: 22px;
    text-decoration: none;
}

.link-block-2 {
    text-decoration: none;
}

.text-block-4 {
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
}


.secwork {
    padding-bottom: 90px;
}

.wrapwork {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-between;
}

.conworks {
    width: 90%;
    max-width: 1120px;
}

.imgworkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.imgworkbox img {
    max-width: 100%;
}

.worksbox {
    margin-top: 40px;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(27, 177, 252, 0.2);
}

.image-5 {
    box-shadow: 0 0 5px 1px rgba(27, 177, 252, 0.2);
}

.txtworks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #28b1fc;
}

.txtworks.padnone {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.txtworks.padnone.bordertop {
    border-top: 1px solid #28b1fc;
}

.txtblock5 {
    width: 110px;
    min-width: 110px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-right: 1px solid #28b1fc;
}

.text-block-5 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
}

.text-block-5.bold {
    font-weight: 700;
}

.text-block-5.bold.retu02 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.div-block-2 {
    padding-left: 23px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
}

.div-block-2.retu {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.secabout {
    position: relative;
    margin-bottom: 70px;
    padding-top: 0px;
    background-image: url('../images/imgAbout01.png');
    background-position: 100% 50%;
    background-size: 55%;
    background-repeat: no-repeat;
}

.txtabout {
    max-width: 470px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    font-size: 14px;
}

.button {
    padding: 16px 40px;
    border-radius: 50px;
    background-color: #007cba;
    box-shadow: 0 0 5px 2px rgba(27, 177, 252, 0.2);
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}

.button:hover {
    opacity: 0.8;
}

.seccta {
    padding-bottom: 60px;
}

.wrapcontact {
    width: 100%;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.concontact {
    padding-top: 75px;
    padding-bottom: 75px;
    border-radius: 24px;
    background-image: linear-gradient(264deg, #97e9fd, #40a3d4);
}

.concontact.bgrecruit {
    background-image: linear-gradient(264deg, #e6baff, #83b1fa);
}

.text-block-6 {
    padding-bottom: 50px;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
}

.btncontact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 645px;
    margin-right: auto;
    margin-left: auto;
}

.link-block-3 {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-right: 1px solid #1bb1fc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #fff;
    text-align: center;
}

.link-block-3:hover {
    opacity: 0.8;
}

.link-block-4 {
    width: 50%;
    padding-top: 36px;
    padding-bottom: 36px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #fff;
    text-align: center;
}

.link-block-4:hover {
    opacity: 0.8;
}

.secrecruit {
    padding-bottom: 50px;
}
.secrecruit img {
    mix-blend-mode: darken;
}

.conrecruit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.txtrecruit {
    padding-top: 110px;
}

.secfooter {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    background-color: #007cba;
}

.confooter01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text-block-7 {
    padding-top: 20px;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #fff;
}

.rightfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.link-block-5 {
    margin-right: 10px;
}

.secfooterlink {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #007cba;
}

.linkfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.link {
    margin-right: 20px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
}

.text-block-8 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: Lato, sans-serif;
    color: #007cba;
    font-size: 12px;
    text-align: center;
}

.image-11 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: -99;
}

.image-12 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: -99;
}

.image-13 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: -99;
    width: 410px;
    max-width: 100%;
}

.pagetit {
    position: relative;
    padding-top: 190px;
    padding-bottom: 100px;
}

.pagetit .wrap {
    display: grid;
    grid-template-rows: 1fr auto;
    justify-content: left;
    text-align: right;
}

.pagetit .wrap>div {
    padding-left: 0px !important;
    text-align: right;
}

.heading-3 {
    font-family: Lato, sans-serif;
    color: #28b1fc;
    font-size: 80px;
    letter-spacing: 10px;
}

.text-block-10 {
    padding-left: 230px;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #28b1fc;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 4px;
}


.image-14 {
    position: absolute;
    left: 0%;
    top: -27%;
    right: auto;
    bottom: auto;
    z-index: -99;
}

.image-15 {
    position: absolute;
    left: auto;
    top: -27%;
    right: 0%;
    bottom: auto;
    z-index: -99;
}

.secanker {
    margin-bottom: 140px;
}

.conanker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.boxanker {
    width: 400px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(27, 177, 252, 0.2);
    text-align: center;
}

.div-block-3 {
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 80px;
    background-color: #d13e3e;
    box-shadow: 1px 1px 3px 0 #000;
}

.text-block-11 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #007cba;
    font-size: 22px;
}

.link-block-7 {
    width: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
}

.image-16 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.secservicenaibu {
    padding-bottom: 130px;
}

.serviceblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #28b1fc;
}

.righttxt {
    max-width: 860px;
    padding-right: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.titservice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.heading-4 {
    padding-left: 20px;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #007cba;
    font-size: 32px;
    letter-spacing: 2px;
}

.text-block-12 {
    padding-top: 40px;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
}

.titservice02 {
    padding-bottom: 60px;
}

.heading-5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #007cba;
    font-size: 26px;
}

.text-block-13 {
    padding-top: 10px;
    font-family: Lato, sans-serif;
    color: #28b1fc;
    font-size: 20px;
    letter-spacing: 3px;
}

.boxsrvicedetails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.servisdetals {
    padding-left: 70px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
}

.servisdetals.padnone {
    padding-left: 0px;
}

.image-17 {
    border-radius: 150px;
    box-shadow: 0 0 20px 9px rgba(27, 177, 252, 0.1);
}

.image-17.noncircle {
    border-radius: 0px;
}

.text-block-14 {
    padding-top: 60px;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}

.text-block-15 {
    padding-top: 20px;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 25px;
}

.heading-6 {
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #007cba;
    font-size: 28px;
    letter-spacing: 4px;
}

.heading-6.padbootm {
    margin-bottom: 60px;
}

.conmessage {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
    padding-top: 30px;
}

.conmessage h4 {
    line-height: 1.7em;
}

.imgmessage {
    width: 265px;
    margin-right: 45px;
    padding-right: 0px;
}

.txtmassage {
    max-width: 970px;
}

.text-block-16 h4 {
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #000;
    font-size: 22px;
}

.text-block-17 {
    padding-top: 40px;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    font-size: 15px;
    line-height: 26px;
}

.sechistry {
    padding-top: 150px;
    padding-bottom: 150px;
}

.conhistry {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 32px;
    padding-bottom: 20px;
}

.text-block-18 {
    margin-bottom: 25px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    font-size: 18px;
}

.text-block-18:last-child {
    margin-bottom: 0px;
}

.text-span {
    font-size: 22px;
}

.historrimg {
    position: relative;
}

.div-block-4 {
    position: absolute;
    left: 80px;
    top: 100px;
    z-index: -99;
    width: 1px;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    background-color: #cecece;
}

.div-block-4.disnone {
    display: none;
}

.txthistry {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.seccompany {
    padding-bottom: 110px;
}

.secmap {
    width: 100%;
    margin-right: auto;
    margin-bottom: 90px;
    margin-left: auto;
}

.secask {
    padding-bottom: 110px;
}

.conask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.boxask {
    padding-right: 20px;
    padding-left: 20px;
}
.boxask img {
    mix-blend-mode: darken;
}

.text-block-19 {
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
}

.seccta02 {
    margin-bottom: 150px;
}

.secform {
    margin-bottom: 100px;
    padding-top: 80px;
    text-align: center;
}

.heading-7 {
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #007cba;
    font-size: 28px;
    text-align: center;
}

.text-block-20 {
    padding-top: 30px;
    padding-bottom: 70px;
    font-family: Lato, 'BIZ UDGothic', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.formblock {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #3aaff4;
    border-bottom: 1px solid #3aaff4;
}

.link-block-8 {
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
}

.tuijuu {
    position: fixed;
    left: auto;
    top: 30%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    width: 100px;
}

.image-18 {
    padding-left: 5px;
}

.tuiju_sp {
    display: none;
}

.icnservice {
    text-align: center;
}



@media screen and (max-width: 991px) {
    .wrapheader {
        padding-right: 20px;
        padding-left: 20px;
    }

    .link-block {
        margin-right: 10px;
    }

    .text-block {
        margin-top: 0px;
        font-size: 12px;
    }

    .text-block-2 {
        font-size: 12px;
    }

    .secmain {
        padding-right: 20px;
        padding-left: 20px;
    }

    .maintxt {
        width: 85%;
    }

    .secservice {
        padding-top: 80px;
    }

    .wrap {
        width: 95%;
    }

    .heading {
        margin-top: 10px;
        font-size: 30px;
    }

    .text-block-3 {
        font-size: 13px;
    }

    .imgservice {
        margin-left: 0px;
    }

    .boxservice {
        max-width: 450px;
        margin-left: 30px;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .servicetxt {
        margin-right: 20px;
        margin-left: 20px;
        padding-bottom: 10px;
    }

    .heading-2 {
        font-size: 18px;
    }

    .text-block-4 {
        font-size: 13px;
        line-height: 20px;
    }

    .wrapwork {
        width: 95%;
    }

    .conworks {
        width: 95%;
        max-width: none;
    }

    .imgworkbox {
        display: block;
    }

    .worksbox {
        margin-top: 20px;
        padding: 30px;
    }

    .image-5 {
        width: 93%;
        margin-bottom: 20px;
    }

    .text-block-5 {
        font-size: 14px;
    }

    .div-block-2 {
        font-size: 14px;
    }

    .secabout {
        background-image: none;
    }

    .txtabout {
        max-width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seccta {
        padding-bottom: 70px;
    }

    .wrapcontact {
        width: 95%;
    }

    .concontact {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .confooter01 {
        display: block;
    }

    .leftfooter {
        text-align: center;
    }

    .rightfooter {
        margin-top: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
    }

    .image-6 {
        width: 160px;
    }

    .image-7 {
        width: 180px;
    }

    .image-8 {
        width: 70px;
    }

    .heading-3 {
        font-size: 30px;
    }

    .text-block-10.padleft01 {
        padding-left: 120px;
        font-size: 15px;
    }

    .image-14 {
        width: 330px;
    }

    .image-15 {
        width: 240px;
    }

    .boxanker {
        width: 30%;
    }

    .text-block-11 {
        font-size: 18px;
    }

    .link-block-7 {
        width: 100%;
    }

    .righttxt {
        width: 100%;
    }

    .heading-4 {
        font-size: 20px;
    }

    .text-block-12 {
        font-size: 15px;
    }

    .heading-5 {
        font-size: 18px;
    }

    .text-block-13 {
        font-size: 15px;
    }

    .text-block-14 {
        font-size: 16px;
        padding-top: 18px;
    }

    .text-block-15 {
        font-size: 14px;
    }

    .heading-6 {
        font-size: 21px;
    }

    .heading-6.padbootm {
        margin-bottom: 30px;
    }

    .txtmassage {
        width: 89%;
        max-width: 740px;
    }

    .text-block-16 {
        font-size: 18px;
        line-height: 34px;
    }

    .text-block-17 {
        padding-top: 30px;
        font-size: 14px;
        line-height: 22px;
    }

    .sechistry {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .text-block-18 {
        font-size: 15px;
    }

    .text-span {
        font-size: 18px;
    }

    .text-block-19 {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0px;
    }

    .secform {
        padding-top: 20px;
    }

    .heading-7 {
        font-size: 22px;
    }

    .text-block-20 {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .secmain {
        display: block;
    }

    .maintxt {
        width: 100%;
        text-align: center;
    }

    .mainimg {
        padding-top: 20px;
    }

    .secservice {
        padding-top: 50px;
        padding-bottom: 90px;
    }

    .image-4 {
        display: none;
    }

    .heading {
        margin-top: 0px;
    }

    .conservice {
        display: block;
    }

    .imgservice {
        width: 60%;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
    }

    .txtblock5 {
        width: 20%;
    }

    .text-block-5 {
        font-size: 13px;
    }

    .div-block-2 {
        width: 80%;
        font-size: 13px;
    }

    .btncontact {
        max-width: 490px;
    }

    .image-7 {
        display: none;
    }

    .link-block-6 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .image-9 {
        width: 410px;
        text-align: center;
    }

    .image-10 {
        width: 200px;
    }

    .image-14 {
        width: 280px;
    }

    .image-15 {
        width: 240px;
    }

    .conmessage {
        display: block;
    }

    .imgmessage {
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
    }

    .secask {
        padding-bottom: 70px;
    }

    .text-block-19 {
        font-size: 14px;
        line-height: 26px;
    }

    .heading-7 {
        font-size: 20px;
    }

    .text-block-20 {
        padding-top: 10px;
        font-size: 14px;
    }

    .txtblock {
        display: grid;
        grid-template-columns: 30px 1fr 40px;
        gap: 16px;
    }

    .conhistry {
        grid-template-columns: 120px 1fr;
        gap: 20px;
    }

    .div-block-4 {
        position: absolute;
        left: 60px;
        top: 100px;
        z-index: -99;
        width: 1px;
        height: 130px;
        margin-right: auto;
        margin-left: auto;
        background-color: #cecece;
    }

    .div-block-4.disnone {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .rightheader {
        display: none;
    }

    .secservice {
        padding-bottom: 60px;
    }

    .image-3 {
        display: none;
    }

    .imgservice {
        width: 80%;
    }

    .boxservice {
        margin-left: auto;
    }

    .txtser {
        padding-left: 10px;
    }

    .heading-2 {
        font-size: 17px;
    }

    .text-block-4 {
        font-size: 12px;
    }

    .txtworks {
        display: block;
    }

    .txtblock5 {
        width: 100%;
        border-right-style: none;
    }

    .text-block-5 {
        padding-bottom: 5px;
    }

    .text-block-5.bold.retu02 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .div-block-2 {
        width: 100%;
        padding-left: 0px;
    }

    .concontact {
        padding-top: 40px;
    }

    .text-block-6 {
        padding-bottom: 30px;
        font-size: 17px;
    }

    .btncontact {
        display: block;
        width: 90%;
    }

    .link-block-3 {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 60px;
    }

    .link-block-4 {
        width: 100%;
        padding-top: 34px;
        padding-bottom: 34px;
        border-radius: 50px;
    }

    .conrecruit {
        display: block;
    }

    .txtrecruit {
        padding-top: 20px;
    }

    .imgrecruit {
        padding-top: 20px;
    }

    .rightfooter {
        display: block;
        text-align: center;
    }

    .link-block-5 {
        margin-right: 0px;
    }

    .image-6 {
        width: 150px;
    }

    .image-8 {
        width: 50px;
    }

    .text-block-9 {
        font-size: 12px;
    }

    .pagetit {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .heading-3 {
        margin-top: 0px;
    }

    .image-14 {
        width: 190px;
    }

    .image-15 {
        width: 140px;
    }

    .text-block-11 {
        font-size: 13px;
    }

    .link-block-7 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .image-16 {
        height: 40px;
    }

    .serviceblock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .leftimg {
        width: 80%;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
    }

    .righttxt {
        padding-right: 0px;
    }

    .heading-4 {
        font-size: 16px;
    }

    .text-block-12 {
        padding-top: 20px;
        font-size: 13px;
        line-height: 26px;
    }

    .boxsrvicedetails {
        display: block;
    }

    .servisdetals {
        padding-left: 0px;
        padding-bottom: 32px;
    }

    .servisdetals.padnone {
        padding-bottom: 40px;
    }

    .imgmessage {
        width: 220px;
    }

    .txtmassage {
        width: 100%;
    }

    .text-block-16 {
        font-size: 15px;
        line-height: 27px;
    }

    .text-block-17 {
        font-size: 13px;
    }

    .text-block-18 {
        margin-bottom: 10px;
        margin-left: 10px;
        font-size: 13px;
    }

    .text-span {
        font-size: 14px;
    }


    .div-block-4 {
        display: none;
    }


    .seccompany {
        padding-bottom: 40px;
    }

    .conask {
        display: block;
    }

    .heading-7 {
        font-size: 16px;
    }

    .text-block-20 {
        font-size: 12px;
    }

    .tuijuu {
        display: none;
    }

    .tuiju_sp {
        position: fixed;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        z-index: 100;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .link-block-9 {
        width: 50%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-right: 1px solid #fff;
        background-color: #28b1fc;
        font-family: Lato, 'BIZ UDGothic', sans-serif;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }

    .link-block-10 {
        width: 50%;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #28b1fc;
        font-family: Lato, 'BIZ UDGothic', sans-serif;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }

    .image-19 {
        height: 40px;
    }

    .image-20 {
        height: 40px;
    }

    .text-block-8 {
        padding-bottom: 76px;
    }

    .text-block-8.mail {
        padding-bottom: 16px;
    }

    .conhistry {
        grid-template-columns: 100px 1fr;
        gap: 16px;
    }

    .historrimg {
        width: 100%;
    }

    .text-block-18 {
        width: 100%;
        margin-left: 0;
        word-wrap: break-word;
    }

    .txtworks.padnone {
        margin-bottom: 0px;
        padding-bottom: 8px;
    }
}

pre {
    font-size: 15px;
    line-height: 1.7em;
    text-align: left;
    white-space: pre-wrap;
}

.sec_link {
    width: 100%;
    padding: 8px 0 64px;
}

.sec_link a {
    max-width: 360px;
    width: 90%;
    display: block;
    margin: auto;
    transition: .3s;
}

.sec_link a img {
    border: #007cba 1px solid;
    border-radius: 8px;
    padding: 2px 12px;
    transition: .3s;
}

.sec_link a:hover img {
    opacity: 0.6;
    transition: .3s;
}

/*------------------------------------------------------------------
.seccompany
------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .seccompany {}

    .seccompany .companyMainWrap {}

    .seccompany .companyMainWrap .imgCol {
        padding: 0px 0 20px 0;
        margin-top: -20px;
    }

    .seccompany .companyMainWrap .textCol {}

}

@media print,
screen and (min-width:768px) {
    .seccompany {}

    .seccompany .companyMainWrap {
        display: flex;
        justify-content: space-between;
    }

    .seccompany .companyMainWrap .imgCol {
        width: 30%;
    }

    .seccompany .companyMainWrap .textCol {
        width: 68%;
    }

}

/*------------------------------------------------------------------
.footer
------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .footerAddressWrap {}

    .footerAddressWrap .addressCol {
        padding: 8px 0 8px 0;
    }

    .footerAddressWrap .instaCol {}
}

@media print,
screen and (min-width:768px) {
    .footerAddressWrap {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        column-gap: 8px;
    }

    .footerAddressWrap .addressCol {}

    .footerAddressWrap .instaCol {}
}

.secInsta {
    margin: 0 auto;
}

.secInsta img {
    box-shadow: 1px 1px 10px 0 #57AEF6;
}

@media only screen and (max-width: 767px) {
    .secInsta {
        width: min(92vw, 480px);
        padding: 20px 0 60px 0;
    }

    .secInsta img {
        border-radius: 20px;
    }
}

@media print,
screen and (min-width:768px) {
    .secInsta {
        width: min(94vw, 983px);
        padding: 20px 0 140px 0;
    }

    .secInsta img {
        border-radius: 20px;
    }
}

/* 251126追加 */

.wrapheader {
    position: absolute;
}
.header {
    display: none;
}
.headerInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    width: 100%;
    background-color: #fff;
    padding: 0 56px 0 16px;
}
.headerInner .image-6 {
    width: 170px;
}
@media only screen and (max-width: 767px) {
    .header {
        display: block;
        box-shadow: 1px 1px 3px 0 #c2e3ff;
    }
    .secmain {
        margin-top: 54px;
    }
    .pagetit {
        padding-top: 104px;
    }
    .wrapheader {
        display: none;
    }
}
.rightheader {
    align-items: center;
    gap: 32px;
}
.rightheader a {
    padding: 0;
    margin: 0;
}
.rightheaderButton {
    display: flex;
    gap: 18px;
    align-items: center;
}
.headtel {
    padding: 10px 12px;
    border-radius: 30px;
    box-shadow: 1px 1px 6px 0 #57AEF6;
    background-color: #fff;
    width: 210px;
}

.secInfo {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}
.secInfo>div {
    height: 100%;
}
.secInfo .title h2 {
    font-size: 40px;
    margin: 2px 0 18px;
}
.secInfo a {
    display: block;
    padding: 32px 24px 40px;
    border: 1px solid #fff;
    background-image: linear-gradient(90deg, rgba(248, 236, 240, 1), rgba(241, 240, 247, 1));
    box-shadow: 0 0 5px 2px rgba(27, 177, 252, 0.2);
    text-decoration: none;
    color: #000;
}
.secInfo a:nth-child(2n) {
    background-image: linear-gradient(90deg, rgba(235, 244, 252, 1), rgba(241, 240, 247, 1));
}
.secInfo a>img {
    width: 100%;
    height: auto;
}
.secInfo .ttl {
    margin-top: 18px;
    margin-bottom: 12px;
    display: grid;
    grid-template-columns: 1fr 40px;
    align-items: center;
}
.secInfo .ttl .tag {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    display: block;
    color: #fff;
    background-color: #28B1FC;
    width: fit-content;
    padding: 5px 6px 7px;
    letter-spacing: 0.1em;
}
.secInfo .ttl h3 {
    margin: 5px 0 0;
    color: #007CBA;
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    line-height: 1.4em;
}
.secInfo .ttl h3 span {
    color: #959ba4;
}
.secInfo p {
    font-size: 16px;
    letter-spacing: 0.05em;
}
@media only screen and (max-width: 1000px) {
    .secInfo {
        width: calc(100vw - 200px);
        gap: 18px;
    }
}
@media screen and (max-width: 991px) {
    .secInfo .title h2 {
        font-size: 30px;
        margin: 2px 0 18px;
    }
}
@media only screen and (max-width: 780px) {
    .secInfo {
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .secInfo a>img {
        width: 80%;
        margin: auto;
        display: block;
    }
    .secInfo p {
        font-size: 13px;
    }
}
@media only screen and (max-width: 479px) {
    .secInfo {
        width: 82%;
    }
    .secInfo a>img {
        width: 100%;
        margin: auto;
        display: block;
    }
    .secInfo a {
        padding: 24px 16px;
    }
    .secInfo .ttl h3 {
        font-size: 17px;
    }
    .secInfo .ttl .tag {
        font-size: 15px;
        padding: 3px 6px 4px;
    }
}

.secHoon {}
.secHoon .wrap {
    width: fit-content;
    max-width: 1000px;
    margin: 56px auto 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 32px;
    align-items: flex-end;
    justify-content: center;
}
.secHoon .title h2 {
    font-size: 40px;
    margin: 2px 0 18px;
}
.secHoon .wrap a img {
    width: 90%;
    max-width: 340px;
    border: 1px solid #007CBA;
    border-radius: 6px;
    padding: 0 10px;
    margin-bottom: 8px;
}
.secHoon .wrap a {
    text-align: center;
    color: #007CBA;
}
@media only screen and (max-width: 479px) {
    .secHoon .wrap .txt p br {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .secHoon .title h2 {
        font-size: 30px;
        margin: 2px 0 18px;
    }
}