@charset "utf-8";
/* CSS Document */

/*******
common
********************************/
#header {
    position: fixed;
    top: 0;
    left: 0;
    height: 91px;
    background: #ffffff;
    z-index: 100;
}
#wrap {
    padding-top: 0;
    padding-bottom: 0 !important;
}
[class*="sec0"] .inr {
    width: 960px;
    margin: auto;
    line-height: 1.6;
    color: #0e1a35;
    padding: 100px 0;
}
[id*="sec0"] {
    margin-top: -141px;
    padding-top: 141px;
}
#contents h2 {
    text-align: center;
    font-size: 44px;
}
#contents .imp {
    position: relative;
    margin-top: 0;
    color: #ffffff;
    font-size: 43px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0 40px;
    background: linear-gradient(left, #0f1ed2 0%, #0f1ed2 50%, #fff 150%);
    background: -webkit-linear-gradient(left, #0f1ed2 0%, #0f1ed2 50%, #fff 150%);
    background: -ms-linear-gradient(left, #0f1ed2 0%, #0f1ed2 50%, #fff 150%);
}
#contents .imp::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background: #0f1ed2;
    transform: rotate(-45deg);
}
#contents .imp p {
    margin: 0;
    text-align: center;
}
#contents .imp p span {
    display: block;
    font-size: 30px;
}
#contents h3 {
    font-size: 34px;
    text-align: center;
    color: #0f1ed2;
    margin-top: 100px;
}
#contents h3 span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: #0f1ed2 solid 4px;
}
.lead_text {
    max-width: 960px;
    font-size: 20px;
    margin: 50px auto 40px;
}
.lead_text span {
    font-size: 22px;
    font-weight: bold;
}

/*******
header
********************************/
header {
    width: auto;
}

/*******
ope-menu
********************************/
.sec-menu.pc {
    background: #EFF2F6;
}
.sec-menu.pc  ul {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 960px;
    height: 47px;
    margin: auto;
}
.sec-menu.pc  ul li {
    width: 160px;
    color: #ffffff;
    font-size: 18px;
    box-sizing: border-box;
}
#contents .sec-menu.pc ul li a {
    display: block;
    color: #0f1ed2;
    text-decoration: none;
    font-weight: bold;
    padding: 14px 0 15px;
    line-height: 1;
}
#contents .sec-menu.pc ul li a:hover {
    background: #0f1ed2;
    color: #fff;
}
.sec-menu.sp {
    display: none;
}

/*******
.sec-main
********************************/
.sec-main {
    display: flex;
    height: 527px;
    line-height: 1.5;
    background-color: #0f1ed2;
}
.sec-main .sec-main-txt,
.sec-main .sec-main-visual {
    width: 50%;
}
.sec-main .sec-main-txt {
    position: relative;
    display: flex;
    justify-content: flex-end;
    color: #ffffff;
}
.sec-main .sec-main-inr {
    width: 480px;
    padding-right: 60px;
    box-sizing: border-box;
}
.sec-main h1 {
    margin-top: 30px;
    font-size: 37px;
}
.sec-main h1 span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
}
.sec-main h1 em {
    display: block;
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.sec-main ul {
    margin-top: 30px;
    line-height: 1.5;
    font-size: 16px;
}
.sec-main ul li {
    position: relative;
    margin-top: 20px;
    padding-left: 30px;
}
.sec-main ul li::before {
    content: "■";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 15px;
    height: 15px;
}
.sec-main .sec-main-visual img {
    width: 100%;
    height: 100%;
}
.sec-main .inquiry-box {
    position: absolute;
    right: -190px;
    bottom: 30px;
}
.btn-contact {
    position: relative;
    display: inline-block;
    width: 380px;
    color: #ffffff;
    font-size: 27px;
    font-weight: bold;
    background: #fff;
    border-radius: 8px;
    border: solid 2px #ffffff;
    margin: 0;
    box-sizing: border-box;
}
.btn-contact::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 30px;
    height: 30px;
    margin-top: -16px;
    background: #0f1ed2;
    border-radius: 50%;
}
.btn-contact::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    width: 8px;
    height: 8px;
    margin: -7px 0 0;
    background: #0f1ed2;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
    box-sizing: content-box;
}
#contents .btn-contact a {
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 20px 0 20px 70px;
    background: none;
    border-radius: 8px;
    z-index: 1;
}
#contents .btn-contact a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    border-radius: 8px;
    opacity: 0;
}
#contents .btn-contact a:link,
#contents .btn-contact a:visited,
#contents .btn-contact a:hover {
    color: #0f1ed2;
}
#contents .btn-contact a:hover::before {
    opacity: 0.3;
}


/*******
section
********************************/
/* sec01 */
.sec01 .inr {
    width: 1100px;
}
.sec01 .lead_text {
    max-width: 1100px;
}
.sec01 .fig01 {
    padding: 20px 18px;
}
/* sec02 */
.sec02 .inr {
    width: 100%;
    background: #EFF2F6;
}
#contents .sec02 h3 {
    margin-top: 60px;
    font-size: 30px;
}
.sec02 .lead_text {
    text-align: center;
    margin: 40px auto;
}
.sec02_img01 {
    width: 1100px;
    margin: 0 auto;
}
/* sec03 */
.sec03 .inr {
    width: 1100px;
    padding: 100px 0 0;
}
.service_contents {
    display: flex;
    font-size: 18px;
    margin-top: 50px;
    column-gap: 40px;
}
.service_contents_ttl {
    color: #0f1ed2;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.sec03 sup {
    font-size: 12px;
}
.sec03 .notes {
    font-size: 12px;
    text-align: right;
}
/* sec04 */
.sec04 .inr {
    width: 1100px;
}
.sec04 .colbox {
    display: flex;
    column-gap: 10px;
    margin-top: 50px;
}
.sec04 p {
    font-size: 20px;
    margin: 30px 0 0;
}
/* sec05 */
.sec05 .inr {
    width: 100%;
}
.sec05 .category {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    margin-top: 50px;
}
.sec05 .category .tit-cat {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: calc( ((100% - 960px) / 2) + 100px );
    text-align: right;
    line-height: 1;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 20px 18px;
    border-bottom: 0;
    background: linear-gradient(left, #0f1ed2 0%, #0f1ed2 50%, #fff 150%);
    background: -webkit-linear-gradient(left, #0f1ed2 0%, #0f1ed2 50%, #fff 150%);
    background: -ms-linear-gradient(left, #0f1ed2 0%, #0f1ed2 50%, #fff 150%);
    border-radius: 0 50px 50px 0;
    box-sizing: border-box;
}
.sec05 .category .cat-box {
    display: flex;
    width: calc( ((100% - 960px) / 2) + 960px );
}
.sec05 .category .cat-box .tx {
    width: 960px;
}
#contents .sec05 .category .cat-box .tx h3 {
    margin: 0;
    text-align: left;
    font-size: 23px;
    padding: 13px 0 12px 115px;
}
.sec05 .category .cat-box .tx p {
    font-size: 18px;
    margin: 40px 0 0;
}
.sec05 [class^="sec05_img"] {
    width: 960px;
    margin: 40px auto 100px;
}
/* sec06 */
.sec06 .sec06_img01 {
    margin-top: 50px;
}
.sec06 .num-list {
    margin-top: 100px;
}
.sec06 .num-list > li {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
}
.sec06 .num-list > li .pic {
    width: 455px;
    margin: 0 0 0 50px;
}
.sec06 .num-list > li > div {
    width: calc(100% - 455px - 50px);
}
.sec06 .num-list h4 {
    position: relative;
    padding: 0 144px 0 0;
}
.sec06 .num-list h4 em {
    display: inline-block;
    width: 300px;
    color: #ffffff;
    font-size: 24px;
    padding: 4px 0 0 10px;
    background: linear-gradient(left, #0f1ed2 0%, #0f1ed2 50%, #fff 150%);
    background: -webkit-linear-gradient(left, #0f1ed2 0%, #0f1ed2 50%, #fff 150%);
    background: -ms-linear-gradient(left, #0f1ed2 0%, #0f1ed2 50%, #fff 150%);
    box-sizing: border-box;
}
.sec06 .num-list > li:nth-child(2) h4 em {
    background: linear-gradient(left, #fff -50%, #0f1ed2 50%, #0f1ed2 100%);
    background: -webkit-linear-gradient(left, #fff -50%, #0f1ed2 50%, #0f1ed2 100%);
    background: -ms-linear-gradient(left, #fff -50%, #0f1ed2 50%, #0f1ed2 100%);    
}
.sec06 .num-list h4 span {
    position: absolute;
    top: -56px;
    right: 0;
    color: #0f1ed2;
    font-size: 90px;
}
.sec06 .num-list dl {
    margin-top: 35px;
}
.sec06 .num-list dt {
    color: #0f1ed2;
    font-size: 24px;
    font-weight: bold;
}
.sec06 .num-list dd {
    margin-top: 25px;
    font-size: 18px;
}
.sec06 .num-list > li:nth-child(2) {
    flex-direction: row-reverse;
}
.sec06 .num-list > li:nth-child(2) .pic {
    margin: 0 50px 0 0;
}
.sec06 .num-list > li:nth-child(2) h4 {
    padding: 0 0 0 144px;
    text-align: right;
}
.sec06 .num-list > li:nth-child(2) h4 em {
    padding: 4px 10px 0 0;
}
.sec06 .num-list > li:nth-child(2) dd {
    margin-top: 40px;
}
.sec06 .num-list > li:nth-child(2) h4 span {
    top: -56px;
    right: inherit;
    left: 0;
    color: #0f1ed2;
}
.sec06 .num-list ul li {
    position: relative;
    text-indent: -1em;
    padding-left: 1em;
}
.sec06 .num-list ul li::before {
    content: "・";
}
.sec06 .num-list ul li span {
    color: #0f1ed2;
    font-weight: bold;
}
/* sec07 */
#contents .sec07 h3 {
    margin-top: 50px;
}
.sec07 .service-list > li {
    display: flex;
    margin-top: 30px;
}
.sec07 .service-list .pic {
    width: 310px;
    margin: 0 0 0 40px;
}
.sec07 .service-list dl {
    width: 605px;
    padding-left: 30px;
    box-sizing: border-box;
}
.sec07 .service-list dt {
    position: relative;
    margin-top: 30px;
}
.sec07 .service-list dt em {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: -30px;
    margin-top: -13px;
    line-height: 1;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 15px 5px;
    background: #0055ff;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.35);
}
.sec07 .service-list dt span {
    display: inline-block;
    width: 571px;
    line-height: 1.6;
    font-size: 20px;
    font-weight: bold;
    padding: 18px 15px 13px 90px;
    background: #cddaeb;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.35);
    box-sizing: border-box;
}
.sec07 .service-list dd {
    margin-top: 25px;
}
.sec07 .service-list dd span {
    color: #0f1ed2;
    text-decoration: underline;
    font-weight: bold;
}
.sec07 .btn-link {
    text-align: center;
    margin-top: 60px;
}
#contents .sec07 .btn-link a {
    position: relative;
    text-decoration: none;
    background: #0f1ed2;
    color: #fff;
    border: 1px solid #0f1ed2;
    border-radius: 8px;
    padding: 9px 40px 11px 25px;
}
#contents .sec07 .btn-link a:hover {
    background: #fff;
    color: #0f1ed2;
}
#contents .sec07 .btn-link a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 8px;
    margin: -6px 0 0;
    background: #0f1ed2;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
    box-sizing: content-box;
}
#contents .sec07 .btn-link a:hover::before {
    background: #fff;
    border-top: 1px solid #0f1ed2;
    border-right: 1px solid #0f1ed2;    
}
#contents .sec07 p.btn-contact02 {
    margin: 30px 0 0;
}

/*******
.sec-support
********************************/
.sec-support {
    background: #EFF2F6;
    color: #0e1a35;
    font-size: 20px;
    line-height: 1.6;
}
.sec-support .inr {
    width: 980px;
    margin: auto;
    padding: 100px 0;
}
#contents .sec-support h2 {
    color: #0f1ed2;
    font-size: 30px;
    margin-bottom: 60px;
}
.sec-support .pic {
    text-align: center;
}

/*******
.sec-inquiry
********************************/
.sec-inquiry {
    position: relative;
    margin-top: 0;
    text-align: center;
    color: #ffffff;
    padding: 55px 0 35px;
    background: linear-gradient(left, #0f1ed2 0%, #0f1ed2 50%, #fff 150%);
    background: -webkit-linear-gradient(left, #0f1ed2 0%, #0f1ed2 50%, #fff 150%);
    background: -ms-linear-gradient(left, #0f1ed2 0%, #0f1ed2 50%, #fff 150%);
}
#contents .sec-inquiry h2,
#contents .sec-inquiry h3 {
    position: relative;
    margin-top: 0;
    color: #ffffff;
    font-size: 40px;
}
#contents .sec-inquiry h2 + h3 {
    margin-top: 20px;
}
#contents .sec-inquiry h2 span,
#contents .sec-inquiry h3 span {
    display: block;
    margin-bottom: 15px;
    font-size: 25px;
    padding-bottom: 0;
    border-bottom: none;
}
#contents p.btn-contact02 {
    display: inline-block;
    width: 425px;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    border-radius: 8px;
    border: solid 2px #fff;
    box-sizing: border-box;
    margin: 20px 0 15px;
}
#contents p.btn-contact02 a {
    display: block;
    position: relative;
    padding: 17px 55px 15px 80px;
    color: #0f1ed2;
    text-decoration: none;
    background-image: url("/service/industry/localgovernment/operating/img/sec_contact_icon_on.webp");
    background-repeat: no-repeat;
    background-size: 53px 39px;
    background-position: 26px center;
}
#contents p.btn-contact02 a:link,
#contents p.btn-contact02 a:visited {
    color: #0f1ed2;
}
#contents p.btn-contact02 a:hover {
    color: #fff;
    background: #0f1ed2 url("/service/industry/localgovernment/operating/img/sec_contact_icon_off.webp") no-repeat;
    background-size: 53px 39px;
    background-position: 26px center;
    border-color: #fff;
    border-radius: 6px;
}
#contents p.btn-contact02 a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    background: #0f1ed2;
    border-radius: 50%;
}
#contents p.btn-contact02 a:hover:before {
    background: #fff;
}
#contents p.btn-contact02 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    width: 8px;
    height: 8px;
    margin: -6px 0 0;
    background: #0f1ed2;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
    box-sizing: content-box;
}
#contents p.btn-contact02 a:hover:after {
    background: #fff;
    border-top: 4px solid #0f1ed2;
    border-right: 4px solid #0f1ed2;
}
#contents p.btn-contact02 a span {
    margin: 0 10px;
}

/*******
related-sv03
********************************/
#contents .related-sv {
    max-width: 1000px;
    margin: auto;
}

/*******
floatingMenu-content
********************************/
#contents .str-floatingMenu .floatingMenu-content>.content-inner>.list li>a {
    padding: 7px 10px 7px 67px;
    color: #000;
}
#contents .str-floatingMenu .floatingMenu-content>.content-inner>.list li>a:hover {
    color: #000;  
}

/*******
transcribe
********************************/
.sec01_img01, .sec02_img01, .sec02_img02,
.sec03_img01, .sec03_img02, .sec03_img03,
.sec05_img01, .sec05_img02, .sec05_img03,
.sec06_img01 {
    position: relative;
}
.sec01_img01 p:not(.pic), .sec02_img01 p:not(.pic), .sec02_img02 p:not(.pic),
.sec03_img01 p:not(.pic), .sec03_img02 p:not(.pic), .sec03_img03 p:not(.pic),
.sec05_img01 p:not(.pic), .sec05_img02 p:not(.pic), .sec05_img03 p:not(.pic),
.sec06_img01 p:not(.pic), .sec01_img01 ul{
    position: absolute;
}
.ts-green {text-shadow: 1px 1px 0 #009880, -1px -1px 0 #009880, -1px 1px 0 #009880, 1px -1px 0 #009880, 0px 1px 0 #009880, 0 -1px 0 #009880, -1px 0 0 #009880, 1px 0 0 #009880;}
.ts-pink {text-shadow: 1px 1px 0 #ed007c, -1px -1px 0 #ed007c, -1px 1px 0 #ed007c, 1px -1px 0 #ed007c, 0px 1px 0 #ed007c, 0 -1px 0 #ed007c, -1px 0 0 #ed007c, 1px 0 0 #ed007c;}
.ts-gray {text-shadow: 1px 1px 0 #838383, -1px -1px 0 #838383, -1px 1px 0 #838383, 1px -1px 0 #838383, 0px 1px 0 #838383, 0 -1px 0 #838383, -1px 0 0 #838383, 1px 0 0 #838383;}
.ts-black {text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;}
.ts-white {text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;}
.ts-purple {text-shadow: 1px 1px 10px #7679fd, -1px -1px 10px #7679fd, -1px 1px 10px #7679fd, 1px -1px 10px #7679fd, 0px 1px 10px #7679fd, 0 -1px 10px #7679fd, -1px 0 10px #7679fd, 1px 0 10px #7679fd;}
.ts-green02 {text-shadow: 1px 1px 10px #7fc0b7, -1px -1px 10px #7fc0b7, -1px 1px 10px #7fc0b7, 1px -1px 10px #7fc0b7, 0px 1px 10px #7fc0b7, 0 -1px 10px #7fc0b7, -1px 0 10px #7fc0b7, 1px 0 10px #7fc0b7;}
.ts-pink02 {text-shadow: 1px 1px 10px #fc7ec6, -1px -1px 10px #fc7ec6, -1px 1px 10px #fc7ec6, 1px -1px 10px #fc7ec6, 0px 1px 10px #fc7ec6, 0 -1px 10px #fc7ec6, -1px 0 10px #fc7ec6, 1px 0 10px #fc7ec6;}

.sec01_img01 ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.sec01_img01 ul li::before {
    content: "・";
}

/*******
.pc
********************************/
.pc {
    display: block;
}

/*******
.sp
********************************/
.sp {
    display: none;
}


@media screen and (max-width:640px){
    /*******
    common
    ********************************/
    #container #spHeader {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
    }
    #menu-area {
        padding: 0 !important;
        top: 47px;
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 3;
    }
    .section {
        font-size: 14px;
        padding-bottom: 50px;
    }
    #wrap {
        padding-top: 0;
    }
    [class*="sec0"] .inr {
        width: 100%;
        padding: 50px 10px;
    }
    #contents h2 {
        font-size: 24px;
    }
    #contents h3 {
        font-size: 17px;
        margin-top: 30px;
    }
    #contents .imp {
        font-size: 22px;
        padding: 27px 10px 17px;
    }
    #contents .imp::before {
        bottom: -15px;
        margin-left: -15px;
        width: 30px;
        height: 30px;
    }
    #contents .imp p span {
        font-size: 16px;
    }
    .sec-tough h2.imp::before {
        bottom: -15px;
        margin-left: -15px;
        width: 30px;
        height: 30px;
    }
    .sec-tough h2.imp span {
        font-size: 15px;
    }
    #sec01, #sec02, #sec03, #sec04, #sec05 {
        margin-top: -47px;
        padding-top: 47px;
    }
    .lead_text {
        font-size: 14px;
        margin: 30px auto 20px;
    }
    .lead_text span {
        font-size: 14px;
    }

    /*******
    ope-menu
    ********************************/
    .sec-menu.sp {
        display: block;
        background: #EFF2F6;
        border-top: #fff solid 1px;
    }
    .sec-menu.sp ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .sec-menu.sp ul li {
        width: 50%;
        font-size: 15px;
        border-bottom: #fff solid 2px;
        box-sizing: border-box;
    }
    .sec-menu.sp ul li:nth-child(odd) {
        border-right: #fff solid 1px;
    }
    .sec-menu.sp ul li:nth-child(even) {
        border-left: #fff solid 1px;
    }
    #contents .sec-menu.sp ul li a {
        display: block;
        color: #0f1ed2;
        text-decoration: none;
        padding: 20px 10px 15px;
        line-height: 1;
        font-weight: bold;
        box-sizing: border-box;
    }
    #contents .sec-menu.sp ul li a:hover {
        background: #0f1ed2;
        color: #fff;
    }
    .sec-menu.pc {
        display: none;
    }

    /*******
    .sec-main
    ********************************/
    .sec-main {
        display: block;
        height: auto;
    }
    .sec-main .sec-main-txt,
    .sec-main .sec-main-visual {
        width: 100%;
    }
    .sec-main .sec-main-txt {
        justify-content: flex-start;
        padding-bottom: 45px;
    }
    .sec-main .sec-main-inr {
        width: 100%;
        padding: 0 10px;
    }
    .sec-main h1 {
        margin-top: 15px;
        font-size: 30px;
        text-align: center;
    }
    .sec-main h1 span {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .sec-main h1 em {
        margin-bottom: 0;
        font-size: 20px;
        font-style: normal;
    }
    .sec-main ul {
        margin-top: 15px;
        font-size: 14px;
    }
    .sec-main ul li {
        position: relative;
        margin-top: 10px;
        padding-left: 20px;
    }
    .sec-main .sec-main-visual img {
        height: auto;
    }
    .sec-main .inquiry-box {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px;
        margin: auto;
        text-align: center;
    }
    .btn-contact {
        width: 260px;
        font-size: 19px;
    }
    .btn-contact::before {
        left: 15px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .btn-contact::after{
        left: 20px;
        width: 5px;
        height: 5px;
        margin: -4px 0 0;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
    #contents .btn-contact a {
        padding: 15px 10px 15px 35px;
    }

    /*******
    section
    ********************************/
    /* sec01 */
    .sec01 .inr {
        width: 100%;
    }
    /* sec02 */
    #contents .sec02 h3 {
        font-size: 18px;
        margin-top: 30px;
    }
    .sec02_img01 {
        width: auto;
    }
    /* sec03 */
    .sec03 .inr {
        width: 100%;
        padding: 50px 10px 0;
    }
    .service_contents_ttl {
        font-size: 18px;
    }
    .service_contents {
        display: block;
        font-size: 14px;
        margin-top: 30px;
    }
    .sec03 .notes {
        font-size: 10px;
    }
    /* sec04 */
    .sec04 .inr {
        width: 100%;
    }
    #contents .sec04 h2 {
        font-size: 22px;
    }
    #contents .sec04 h2 span {
        font-size: 18px;
    }
    .sec04 .colbox {
        max-width: 240px;
        display: block;
        margin: 30px auto 0;
    }
    .sec04 .colbox p {
        margin: 10px 0 0;
    }
    .sec04 p {
        font-size: 14px;
    }
    /* sec05 */
    .sec05 .inr {
        padding: 50px 0;
    }
    .sec05 .category {
        display: block;
        flex-direction: inherit;
        margin-top: 30px;
    }
    .sec05 .category .tit-cat {
        display: inline-block;
        position: inherit;
        top: inherit;
        left: inherit;
        margin: 0;
        width: auto;
        text-align: right;
        line-height: 1;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        padding: 10px 18px 9px;
    }
    .sec05 .category .cat-box {
        display: block;
        width: auto;
    }
    .sec05 .category .cat-box .tx {
        width: auto;
        margin: 0 10px;
    }
    .sec05 .category .cat-box .tx p {
        font-size: 14px;
        padding: 0 10px;
        margin-top: 10px;
    }
    #contents .sec05 .category .cat-box .tx h3 {
        margin: 10px 0 0;
        text-align: left;
        font-size: 18px;
        padding: 0;
    }
    .sec05 .category .cat-box .pic {
        width: auto;
        margin: 20px 10px 0;
    }
    .sec05 [class^="sec05_img"] {
        width: 100%;
        padding: 0 10px;
        margin: 30px auto 0;
    }
    /* sec06 */
    .sec06 .sec06_img01 {
        margin-top: 30px;
    }
    .sec06 .num-list {
        margin-top: 50px;
    }
    .sec06 .num-list > li {
        display: flex;
        flex-wrap: wrap;
        margin-top: 37px;
    }
    .sec06 .num-list > li .pic {
        width: 100%;
        text-align: center;
        margin: 25px 0 0;
    }
    .sec06 .num-list > li > div {
        width: 100%;
    }
    .sec06 .num-list h4 {
        padding: 0 94px 0 0;
    }
    .sec06 .num-list h4 em {
        width: 100%;
        font-size: 16px;
        padding: 2px 0 0 5px;
    }
    .sec06 .num-list h4 span {
        position: absolute;
        top: -40px;
        right: 0;
        font-size: 60px;
    }
    .sec06 .num-list dl {
        margin-top: 25px;
    }
    .sec06 .num-list dt {
        font-size: 16px;
    }
    .sec06 .num-list dd {
        margin-top: 20px;
        font-size: 14px;
    }
    .sec06 .num-list > li:nth-child(2) {
        flex-direction: unset;
    }
    .sec06 .num-list > li:nth-child(2) .pic {
        margin: 25px 0 0;
    }
    .sec06 .num-list > li:nth-child(2) h4 {
        padding: 0 0 0 94px;
    }
    .sec06 .num-list > li:nth-child(2) h4 em {
        padding: 2px 5px 0 0;
    }
    .sec06 .num-list > li:nth-child(2) dd {
        margin-top: 20px;
    }
    .sec06 .num-list > li:nth-child(2) h4 span {
        top: -40px;
    }
    /* sec07 */
    .sec07 .service-list > li {
        display: block;
        margin-top: 25px;
    }
    .sec07 .service-list .pic {
        width: auto;
        text-align: center;
        margin: 20px 0 0;
    }
    .sec07 .service-list dl {
        width: auto;
        padding-left: 0;
    }
    .sec07 .service-list dt {
        margin-top: 15px;
        padding-left: 15px;
    }
    .sec07 .service-list dt em {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -8px;
        font-size: 10px;
        padding: 4px 7px 2px;
    }
    .sec07 .service-list dt span {
        width: 100%;
        font-size: 16px;
        padding: 9px 7px 6px 60px;
    }
    .sec07 .service-list dd {
        margin-top: 12px;
    }
    #contents .sec07 p.btn-contact02 {
        margin: 15px 0 0;
    }

    /*******
    .sec-support
    ********************************/
    .sec-support {
        font-size: 14px;
    }
    .sec-support .inr {
        width: 100%;
        padding: 50px 10px;
    }
    #contents .sec-support h2 {
        font-size: 18px;
        margin-bottom: 40px;
    }
    
    /*******
    .sec-inquiry
    ********************************/
    .sec-inquiry {
        padding: 27px 0 17px;
    }
    .sec-inquiry .inr {
        padding-right: 10px;
        padding-left: 10px;
    }
    #contents .sec-inquiry h2,
    #contents .sec-inquiry h3 {
        font-size: 25px;
    }
    #contents .sec-inquiry h2 span,
    #contents .sec-inquiry h3 span {
        font-size: 12px;
        padding-bottom: 0;
        border-bottom: none;
    }
    #contents p.btn-contact02 {
        width: 250px;
        font-size: 16px;
    }
    #contents p.btn-contact02 a {
        padding: 12px 27px 10px 40px;
        color: #FFF;
        background-size: 26px 19px;
        background-position: 13px center;
    }
    #contents p.btn-contact02 a:hover {
        background-size: 26px 19px;
	    background-position: 13px center;
        border-color: #0f1ed2;
        border-radius: 6px;
    }
    #contents p.btn-contact02 a:before {
        right: 10px;
        width: 17px;
        height: 17px;
        margin-top: -8px;
    }
    #contents p.btn-contact02 a:after {
        top: 50%;
        right: 16px;
        width: 4px;
        height: 4px;
        margin: -3px 0 0;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    #contents p.btn-contact02 a:hover:after {
        background: #fff;
        border-top: 2px solid #0f1ed2;
        border-right: 2px solid #0f1ed2;
    }
    #contents p.btn-contact02 a span {
        margin: 0 5px;
    }
 
    /*******
    .pc
    ********************************/
    .pc {
        display: none;
    }

    /*******
    .sp
    ********************************/
    .sp {
        display: block;
    }
}



/*******
 add
********************************/
.contactArea{
	margin:65px auto 0;
	padding: 50px 50px;
	background: #ffffff;
}
.companyArea{
	width: 960px;
	margin:20px auto 0;
}
@media screen and (max-width:640px){
	.contactArea{
		margin:30px auto 0;
		padding:40px 20px;
	}	
	.companyArea{
		width: auto;
		margin:10px auto 0;
	}
}
/*******
 sp header
********************************/

	#container #spHeader02 {
		display: none !important;
    }

@media screen and (max-width:640px){
	
	#container #spHeader{
		display: none !important;
	}
	#container #spHeader02 {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
        min-height: 46px;
		display: block !important;
		background: #fff;
		box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    }
	#spHeader02 .headerArea{
		margin: 8px 10px 0;
		position: static;
		font-size: 14px;
	}
	#spHeader02 .headerArea .headerLeft{
		float: left;
	}
	#spHeader02 .headerArea .headerLeft .splogo{
		margin-top: 8px;
		line-height: 1;
	}
	#spHeader02 .headerArea .headerRight{
		float: right;
		margin-top: 7px;
	}
    #spHeader02 .headerArea .headerRight p{
        margin-top:2px;
    }
    #spHeader02 .headerArea .headerRight a{
        background: #ff8c00;
        border-radius: 20px;
        padding: 5px 10px;
        width: 100px;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }
	#spHeader02 .headerArea .headerRight a:hover{
		color: #fff;
	}
	#spHeader02 .headerArea .headerRight a:visited{
		color: #fff;
	}
}

#kadai, #tokutyou, #shousai, #jisseki, #gaiyou, #dounyu {
    display: block;
    margin-top: -141px;
    padding-top: 141px;
}
@media screen and (max-width:640px){
#kadai, #tokutyou, #shousai, #jisseki, #gaiyou, #dounyu {
    display: block;
    margin-top: -46px;
    padding-top: 46px;
}
.sec07 .sum-list table th:nth-child(1) {
    width: 50px;
}
.sec07 .sum-list table th:nth-child(2) {
    width: 110px;
}
}

/* 20230718 */
.fmYuGothic{
    font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,Meiryo,"メイリオ","Hiragino Kaku Gothic ProN",-apple-system,BlinkMacSystemFont,Verdana,Arial,Helvetica,sans-serif;
}

/* 20231010 */
.sec-menu.fixed {
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    height: auto;
    z-index: 999;
}
