html[lang="ja"] {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* li {
    display: block;
} */

h1 {
    margin: 0;
}

#content {
    max-width: 100%;
}

.breadcrumb {
    display: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    border: solid 1px #666;
}

header {
    /* max-width: 1280px; */
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
}

header b {
    width: 341px;
}

header img {
    width: 100%;
}

.header__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 5px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-nav__li {
    font-weight: 800;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px;
    height: 40px;
}

.header-nav__li--tel {
    background-color: #193B73;
}

.header-nav__li--tel .header-nav__anchor {
    line-height: 17px;
    padding: 2px 0;
}

.header-nav__li--line {
    background-color: #06C755;
}

.header-nav__li--form {
    background-color: #015DB2;
}

.header-nav__anchor {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    line-height: 40px;
    width: 200px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/*Ã£â€šÂ­Ã£Æ’Â©Ã£Æ’Æ’Ã£ÂÂ¨Ã¥â€¦â€°Ã£â€šâ€¹*/
.header-nav__anchor::before {
    content: '';
    /*Ã§ÂµÂ¶Ã¥Â¯Â¾Ã©â€¦ÂÃ§Â½Â®Ã£ÂÂ§Ã£â€šÂ­Ã£Æ’Â©Ã£Æ’Æ’Ã£ÂÂ¨Ã¥â€¦â€°Ã£â€šâ€¹Ã£ÂÂ®Ã¤Â½ÂÃ§Â½Â®Ã£â€šâ€™Ã¦Â±ÂºÃ£â€šÂÃ£â€šâ€¹*/
    position: absolute;
    /* display: none; */
    top: 0;
    left: -75%;
    /*Ã£â€šÂ­Ã£Æ’Â©Ã£Æ’Æ’Ã£ÂÂ¨Ã¥â€¦â€°Ã£â€šâ€¹Ã¥Â½Â¢Ã§Å Â¶*/
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    display: block;
    animation: shine 1.75s;
    animation-iteration-count: infinite;
}

/*hoverÃ£Ââ€”Ã£ÂÅ¸Ã©Å¡â€ºÃ£ÂÂ®Ã§Â§Â»Ã¥â€¹â€¢Ã£ÂÂ®Ã£â€šÂ¢Ã£Æ’â€¹Ã£Æ’Â¡Ã£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³*/
.header-nav__anchor:hover {
    color: #fff;
}

.header-nav__anchor:hover::before {
    display: block;
    animation: shine 0.7s;
}

.header-nav__ul {
    display: flex;
    align-items: center;
}

.operation-ul {}

.m-visual {
    padding: 63px 0 0 0;
    background: no-repeat url(/wp-content/uploads-webpc/uploads/2022/11/m-visual.jpg.webp);
    background-size: cover;
    position: relative;
}

.m-visual__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 150px 0 25px;
    position: relative;
}

.m-visual__h1 {
    font-size: 32px;
    line-height: 1.5em;
    color: #fff;
    margin: 0 0 30px;
}

.m-visual__h1 span {
    display: block;
}

.m-visual__p {
    margin: 0;
    color: #fff;
}

.mvisual__h2 {
    font-style: italic;
    color: #F53F05;
    font-size: 60px;
    position: relative;
    display: inline-block;
    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;
    margin: 15px 0;
    line-height: 0.7em;
}

.mvisual__sup {
    display: block;
    font-size: 14px;

}

.mvisual__tax {
    position: absolute;
    top: 32px;
    right: 8px;
    font-size: 14px;
}

.mvisual__yen {
    font-size: 24px;
}

.mvisual-nav {
    display: flex;
    /* justify-content: end; */
}

.mvisual-nav__span {
    display: block;
}

.mvisual-nav__li {
    background: #193B73;
    color: #fff;
    font-size: 24px;
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 20px 0 0 0;
    line-height: 30px;
    border-radius: 50%;
    box-sizing: border-box;
    margin-left: 10px;
    font-weight: 800;
}

.mvisual-form {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 437px;
}

.mvisual-form a {
    display: block;
}

.mvisual-form a:hover {
    opacity: 0.75;
    transition: .3s;
}

.inquiry {
    background-color: #F6F8F9;
    padding: 30px 0 20px;
}

.inquiry__head {
    text-align: center;
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 24px;
    text-decoration: 5px underline #FFE70F;
}

.inquiry__head span {
    color: #FF0000;
    font-size: 32px;
}

.inquiry-ul {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
}

.inquiry__li {}

.inquiry__anchor {
    height: 62px;
    text-align: center;
    display: block;
    color: #fff;
    line-height: 62px;
    text-decoration: none;
    font-size: 24px;
    width: 300px;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

/*Ã£â€šÂ­Ã£Æ’Â©Ã£Æ’Æ’Ã£ÂÂ¨Ã¥â€¦â€°Ã£â€šâ€¹*/
.inquiry__anchor::before {
    content: '';
    /*Ã§ÂµÂ¶Ã¥Â¯Â¾Ã©â€¦ÂÃ§Â½Â®Ã£ÂÂ§Ã£â€šÂ­Ã£Æ’Â©Ã£Æ’Æ’Ã£ÂÂ¨Ã¥â€¦â€°Ã£â€šâ€¹Ã£ÂÂ®Ã¤Â½ÂÃ§Â½Â®Ã£â€šâ€™Ã¦Â±ÂºÃ£â€šÂÃ£â€šâ€¹*/
    position: absolute;
    display: none;
    top: 0;
    left: -75%;
    /*Ã£â€šÂ­Ã£Æ’Â©Ã£Æ’Æ’Ã£ÂÂ¨Ã¥â€¦â€°Ã£â€šâ€¹Ã¥Â½Â¢Ã§Å Â¶*/
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    display: block;
    animation: shine 1.75s;
    animation-iteration-count: infinite;
}

/*hoverÃ£Ââ€”Ã£ÂÅ¸Ã©Å¡â€ºÃ£ÂÂ®Ã§Â§Â»Ã¥â€¹â€¢Ã£ÂÂ®Ã£â€šÂ¢Ã£Æ’â€¹Ã£Æ’Â¡Ã£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³*/
.inquiry__anchor:hover {
    opacity: 0.75;
    color: #fff;
}

.inquiry__anchor--mail:hover {
    color: #000;
    opacity: 0.75;
}

.inquiry__anchor:hover::before {
    display: block;
    animation: shine 0.7s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


.inquiry__anchor--form {
    background-color: #015DB2;
}

.inquiry__anchor--mail {
    color: #000;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
}

.inquiry__anchor--line {
    background-color: #06C755;
}

.inquiry__anchor--tel {
    background-color: #193B73;
}

.inquiry__time {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-top: 10px;

}

.inquiry__bottom {
    text-align: center;
    /* margin-bottom: 15px; */
}

.trouble {
    padding: 45px 0;
}

.trouble__h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.trouble__ul {
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 45px 450px;
    list-style: disc;
}

.trouble__li {
    font-size: 20px;
    line-height: 1.5em;
}

.trouble__about {
    background: #F6F8F9;
    padding: 30px 45px;
    font-weight: bold;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.5em;
}

.price__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}

.price__head {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 60px;
}

.price__list {
    display: inline-block;
    text-align: center;
}

.price__list img {
    width: 100%;
    max-width: 980px;
}

.merit {
    background-color: #F6F8F9;
}

.merit__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}

.merit__head {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 60px;
}

.merit-ul {}

.merit-ul__li {
    background-color: #fff;
    padding: 30px;
    display: flex;
    margin: 0 0 30px;
}

.merit-ul__head {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 15px;
}

.merit-ul__img {
    padding: 0 30px 0 0;
}

.merit-ul__p {}

.flow {
    background: #72CFE3;
}

.flow__inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    padding: 60px 0 120px;
}

.flow__head {
    text-align: center;
    margin: 0 0 30px;
    color: #fff;
    font-size: 30px;
}

.flow-ul {
    background-color: #fff;
    padding: 45px 60px;
}

.flow-ul__li {
    font-size: 26px;
    margin: 0 0 15px;
    font-weight: bold;
}

.flow-ul__number {
    display: inline-block;
    background: #72CFE3;
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin: 0 15px 0 0;
}

.operation {
    background: #B9B9B9;
}

.operation__inner {
    max-width: 1100px;
    width: 100%;
    padding: 60px 0 120px;
    margin: 0 auto;
}

.operation__head {
    text-align: center;
    margin: 0 0 30px;
    color: #fff;
    font-size: 30px;
}

.operation-ul {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 45px 60px;
    justify-content: space-between;
}

.operation-ul__li {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    flex-basis: 16%;
    /* width: 16%; */
    padding: 80px 0 20px 0;
    margin: 0 0 15px;
    width: 16%;
    border: 1px #000 solid;
}
.operation-ul__li_1 {
    background:url(/wp-content/uploads/2024/04/clarity_contract-line.png) no-repeat 50% 28% ;
}
.operation-ul__li_2 {
    background:url(/wp-content/uploads/2024/04/material-symbols_person-search-outline.png) no-repeat 50% 28% ;
}
.operation-ul__li_3 {
    background:url(/wp-content/uploads/2024/04/teenyicons_contract-outline.png) no-repeat 50% 28% ;
}
.operation-ul__li_4 {
    background:url(/wp-content/uploads/2024/04/mdi_computer.png) no-repeat 50% 28% ;
}
.operation-ul__li_5 {
    background:url(/wp-content/uploads/2024/04/mingcute_pig-money-line.png) no-repeat 50% 28% ;
}
.operation-ul__li_6 {
    background:url(/wp-content/uploads/2024/04/material-symbols_person-search-outline.png) no-repeat 50% 28% ;
}
.operation-ul__li_7 {
    background:url(/wp-content/uploads/2024/04/Vector.png) no-repeat 50% 28% ;
}
.operation-ul__li_8 {
    background:url(/wp-content/uploads/2024/04/clarity_contract-line.png) no-repeat 50% 28% ;
}
.operation-ul__li_9 {
    background:url(/wp-content/uploads/2024/04/clarity_contract-line.png) no-repeat 50% 28% ;
}
.operation-ul__li_10 {
    background:url(/wp-content/uploads/2024/04/mdi_computer-classic.png) no-repeat 50% 28% ;
}
.operation-ul__li_11 {
    background:url(/wp-content/uploads/2024/04/bi_building.png) no-repeat 50% 28% ;
}
.operation-ul__li_12 {
    background:url(/wp-content/uploads/2024/04/octicon_comment-discussion-16.png) no-repeat 50% 28% ;
}


.operation__botttom {
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
    background: #fff;
    font-weight: bold;
}

.about__inner {
    max-width: 1100px;
    width: 100%;
    padding: 60px 0 120px;
    margin: 0 auto;
}

.about__head {
    text-align: center;
    margin: 0 0 30px;
    font-size: 30px;
}

.inq {
    background: #f8f8f8;
}

.inq__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    color: #333;
    text-align: center;
}

.inq__head {
    text-align: center;
    margin: 0 0 30px;
    color: #333;
    font-size: 30px;
}

.inq__subhead {
    font-size: 26px;
    margin: 0 0 45px;
    text-align: center;
    color: #333;
}

.inq__sub {
    margin: 0 0 90px;
}

.inq__tel {
    font-size: 64px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    padding: 0 0 0 120px;
    background: no-repeat url(../images/telphone_bk.png) 20px;
    background-size: contain;
    transition: .3s;
}

.inq__tel:hover {
    background-position: 10px 0;
}

.inq__time {}

.line-anchor {
    margin: 0 15px 90px;
    display: inline-block;
    transition: .3s;
}

.line-anchor:hover {
    opacity: 0.75;
}

form.wpcf7-form {
    background: none !important;
}

form.wpcf7-form.init {
    border: 1px solid #000;
    margin-bottom: 15px;
}

form.wpcf7-form label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    text-align: left;
}

.wpcf7-textarea {
    height: 160px;
}

span.wpcf7-form-control-wrap {
    width: 71%;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #015DB2;
    color: #fff;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    display: block;
    transition: .3s;
    font-weight: bold;
}

input.wpcf7-submit {}

input.wpcf7-submit:hover {
    opacity: 0.7;
    /* background: #fff !important;
    color: #333 !important; */
    /* letter-spacing: 1em; */
}

footer {
    background-color: #000A61;
    color: #fff;
}

.footer__inner {
    display: flex;
    max-width: 1100px;
    width: 100%;
    padding: 30px 0 60px;
    margin: 0 auto;
}

.footer__head {
    margin: 0;
    width: 50%;
}

.footer__head img {
    width: 340px;
}

.footer__address {
    line-height: 1.5em;

}

.sp {
    display: none;
}

@media screen and (max-width:980px) {
    header {
        /* max-width: 1280px; */
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        background-color: #fff;
    }

    .sp-none {
        display: none;
    }

    nav.header-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        padding: 5px 0;
        width: 100%;
    }

    header b {
        width: 75%;
    }

    header img {
        width: 100%;
    }

    .header__inner {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        padding: 5px 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .header-nav__li {
        font-weight: 800;
        color: #fff;
        border-radius: 5px;
        margin: 0 5px;
        height: 40px;
        width: 33%;
    }

    .header-nav__li--tel {
        background-color: #193B73;
    }

    .header-nav__li--tel .header-nav__anchor {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        line-height: 0;
        position: relative;
        height: 100%;
    }

    .header-nav__li--tel .header-nav__anchor:after {
        content: "";
        width: 100%;
        height: 66%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: no-repeat url(../images/telphone.png) center;
        background-size: contain;
    }

    .header-nav__li--tel .header-nav__anchor br {
        display: none;
    }

    .header-nav__li--line {
        background-color: #06C755;
    }

    .header-nav__li--line .header-nav__anchor {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        line-height: 0;
        position: relative;
        height: 100%;
    }

    .header-nav__li--line .header-nav__anchor:after {
        content:
            "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: no-repeat url(../images/LINE_Brand_icon.png) center;
        background-size: contain;
    }

    .header-nav__li--form {
        background-color: #015DB2;
    }

    .header-nav__anchor {
        color: #fff;
        font-size: 3.75vw;
        text-decoration: none;
        display: block;
        line-height: 40px;
        width: 100%;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    /*Ã£â€šÂ­Ã£Æ’Â©Ã£Æ’Æ’Ã£ÂÂ¨Ã¥â€¦â€°Ã£â€šâ€¹*/
    .header-nav__anchor::before {
        content: '';
        /*Ã§ÂµÂ¶Ã¥Â¯Â¾Ã©â€¦ÂÃ§Â½Â®Ã£ÂÂ§Ã£â€šÂ­Ã£Æ’Â©Ã£Æ’Æ’Ã£ÂÂ¨Ã¥â€¦â€°Ã£â€šâ€¹Ã£ÂÂ®Ã¤Â½ÂÃ§Â½Â®Ã£â€šâ€™Ã¦Â±ÂºÃ£â€šÂÃ£â€šâ€¹*/
        position: absolute;
        /* display: none; */
        top: 0;
        left: -75%;
        /*Ã£â€šÂ­Ã£Æ’Â©Ã£Æ’Æ’Ã£ÂÂ¨Ã¥â€¦â€°Ã£â€šâ€¹Ã¥Â½Â¢Ã§Å Â¶*/
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        transform: skewX(-25deg);
        display: block;
        animation: shine 1.75s;
        animation-iteration-count: infinite;
    }

    /*hoverÃ£Ââ€”Ã£ÂÅ¸Ã©Å¡â€ºÃ£ÂÂ®Ã§Â§Â»Ã¥â€¹â€¢Ã£ÂÂ®Ã£â€šÂ¢Ã£Æ’â€¹Ã£Æ’Â¡Ã£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³*/
    .header-nav__anchor:hover {
        color: #fff;
    }

    /* .header-nav__anchor::before {
    display: block;
    animation: shine 0.7s;
  } */

    .header-nav__ul {
        display: flex;
        align-items: center;
    }

    .about__head {
        font-size: 20px;
    }

    .operation-ul {}

    .m-visual {
        padding: 63px 0 0 0;
        background: no-repeat url(/wp-content/uploads/2022/11/m-visual_sp.jpg) 60%;
        background-size: cover;
        position: relative;
    }

    .m-visual__inner {
        max-width: 1100px;
        margin: 0 auto;
        padding: 40px 3% 25px;
    }

    .m-visual__h1 {
        font-size: 22px;
        line-height: 1.5em;
        color: #fff;
    }

    .m-visual__h1 span {
        display: inline-block;
    }

    .mvisual__h2 {
        font-style: italic;
        color: #F53F05;
        font-size: 40px;
        position: relative;
        display: inline-block;
        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;
        margin: 15px 0;
        line-height: 0.7em;
    }

    .mvisual__sup {
        display: block;
        font-size: 14px;

    }

    .mvisual__tax {
        position: absolute;
        top: 10px;
        right: 8px;
        font-size: 14px;
    }

    .mvisual__yen {
        font-size: 24px;
    }

    .mvisual-nav {
        display: flex;
        /* justify-content: end; */
        margin-bottom: 15px;
    }

    .mvisual-nav__span {
        display: block;
    }

    .mvisual-nav__li {
        background: #193B73;
        color: #fff;
        font-size: 14px;
        width: 50px;
        height: 50px;
        text-align: center;
        padding: 10px 0 0 0;
        line-height: 15px;
        border-radius: 50%;
        box-sizing: border-box;
        margin-left: 10px;
        font-weight: 800;
    }

    .mvisual-form {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .inquiry {
        background-color: #F6F8F9;
        padding: 30px 5% 20px;
    }

    .inquiry__head {
        text-align: center;
        font-weight: 700;
        margin: 0 0 30px;
        font-size: 16px;
        text-decoration: 5px underline #FFE70F;
    }

    .inquiry__head span {
        color: #FF0000;
        font-size: 24px;
    }

    .inquiry-ul {
        display: block;
        max-width: 1100px;
        margin: 0 auto;
        justify-content:
            space-between;
    }

    .inquiry__li {
        flex-basis: 33%;
        width: 100%;
        margin-bottom: 15px;
    }

    .inquiry__anchor {
        height: 50px;
        text-align: center;
        display: block;
        color: #fff;
        line-height: 50px;
        text-decoration: none;
        font-size: 5vw;
        width: 100%;
        border-radius: 5px;
        font-weight: bold;
        position: relative;
        overflow: hidden;
        transition: .3s;
    }

    /*Ã£â€šÂ­Ã£Æ’Â©Ã£Æ’Æ’Ã£ÂÂ¨Ã¥â€¦â€°Ã£â€šâ€¹*/
    .inquiry__anchor::before {
        content: '';
        /*Ã§ÂµÂ¶Ã¥Â¯Â¾Ã©â€¦ÂÃ§Â½Â®Ã£ÂÂ§Ã£â€šÂ­Ã£Æ’Â©Ã£Æ’Æ’Ã£ÂÂ¨Ã¥â€¦â€°Ã£â€šâ€¹Ã£ÂÂ®Ã¤Â½ÂÃ§Â½Â®Ã£â€šâ€™Ã¦Â±ÂºÃ£â€šÂÃ£â€šâ€¹*/
        position: absolute;
        display: none;
        top: 0;
        left: -75%;
        /*Ã£â€šÂ­Ã£Æ’Â©Ã£Æ’Æ’Ã£ÂÂ¨Ã¥â€¦â€°Ã£â€šâ€¹Ã¥Â½Â¢Ã§Å Â¶*/
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        transform: skewX(-25deg);
        display: block;
        animation: shine 1.75s;
        animation-iteration-count: infinite;
    }

    /*hoverÃ£Ââ€”Ã£ÂÅ¸Ã©Å¡â€ºÃ£ÂÂ®Ã§Â§Â»Ã¥â€¹â€¢Ã£ÂÂ®Ã£â€šÂ¢Ã£Æ’â€¹Ã£Æ’Â¡Ã£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³*/
    .inquiry__anchor:hover {
        color: #fff;
    }

    .inquiry__anchor--mail:hover {
        color: #000;
        opacity: 0.75;
    }

    /* .inquiry__anchor::before {
    display: block;
    animation: shine 0.7s;
  } */

    @keyframes shine {
        100% {
            left: 125%;
        }
    }


    .inquiry__anchor--form {
        background-color: #015DB2;
    }

    .inquiry__anchor--mail {
        color: #000;
        text-decoration: underline;
        font-size: 16px;
        font-weight: bold;
        height: 48px;
        line-height: 48px;
    }

    .inquiry__anchor--line {
        background-color: #06C755;
    }

    .inquiry__anchor--tel {
        background-color: #193B73;
    }

    .inquiry__time {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        display: block;
        margin-top: 10px;

    }

    .inquiry__bottom {
        text-align: center;
        /* margin-bottom: 15px; */
    }

    .trouble {
        padding: 45px 0;
    }

    .trouble__h2 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin: 1em 0 1em 0;
    }

    .trouble__ul {
        max-width: 1280px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 45px 2em;
        list-style: disc;
    }

    .trouble__li {
        font-size: 16px;
        line-height: 1.5em;
    }

    .trouble__about {
        background: #F6F8F9;
        padding: 30px 5%;
        font-weight: bold;
        font-size: 15px;
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.5em;
    }

    .merit {
        background-color: #F6F8F9;
    }

    .merit__inner {
        max-width: 1100px;
        width: 100%;
        margin: 0 auto;
        padding: 60px 0;
    }

    .merit__head {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin: 0 0 60px;
    }

    .merit-ul {}

    .merit-ul__li {
        background-color: #fff;
        padding: 30px;
        display: block;
        margin: 0 0 30px;
    }

    .merit-ul__head {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 15px;
    }

    .merit-ul__img {
        padding: 0 5% 1em;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .merit-ul__p {
        font-size: 13px;
    }

    .flow {
        background: #72CFE3;
    }

    .flow__inner {
        max-width: 1100px;
        margin: 0 auto;
        width: 100%;
        padding: 30px 5%;
        box-sizing: border-box;
    }

    .flow__head {
        text-align: center;
        margin: 0 0 30px;
        color: #fff;
        font-size: 20px;
    }

    .flow-ul {
        background-color: #fff;
        padding: 45px 5%;
    }

    .flow-ul__li {
        font-size: 20px;
        margin: 0 0 15px;
        font-weight: bold;
    }

    .flow-ul__number {
        display: inline-block;
        background: #72CFE3;
        color: #fff;
        font-size: 22px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align:
            center;
        margin: 0 15px 0 0;
    }

    .operation {
        background: #B9B9B9;
    }

    .operation__inner {
        max-width: 1100px;
        width: 100%;
        padding: 30px 5%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .operation__head {
        text-align: center;
        margin: 0 0 30px;
        color: #fff;
        font-size: 20px;
    }

    .operation-ul {
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
        padding: 30px 5%;
    }

    .operation-ul__li {
        font-size: 15px;
        font-weight: bold;
        flex-basis: 48%;
        width: 45%;
        margin: 0 0 10px;
    }

    .operation__botttom {
        font-size: 17px;
        text-align: center;
        margin: 0;
    }

    .price__head {
        font-size: 20px;
    }

    .inq {
        background: #f8f8f8;
    }

    .inq__inner {
        max-width: 1100px;
        width: 100%;
        margin: 0 auto;
        padding: 30px 5%;
        color: #333;
        text-align: center;
        box-sizing: border-box;
    }

    .inq__head {
        text-align: center;
        margin: 0 0 30px;
        color: #333;
        font-size: 22px;
    }

    .inq__subhead {
        font-size: 26px;
        margin: 0 0 30px;
        text-align: center;
        color: #333;
    }

    .inq__sub {
        margin: 15px 0 60px;
    }

    .inq__tel {
        font-size: 32px;
        font-weight: bold;
        color: #333;
        text-decoration: none;
        padding: 0 0 0 55px;
        background: no-repeat url(../images/telphone_bk.png) 1px;
        background-size: contain;
        transition: .3s;
    }

    .inq__tel:hover {
        background-position: 10px 0;
    }

    .inq__time {}

    .line-anchor {
        margin: 0 15px 30px;
        display: inline-block;
        transition: .3s;
    }

    .line-anchor:hover {
        opacity: 0.75;
    }

    form.wpcf7-form {
        background: none !important;
        width: 100%;
        display: block;
        padding: 0;
        box-sizing: border-box;
    }

    form.wpcf7-form label {
        display: block;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        text-align: left;
    }

    span.wpcf7-form-control-wrap {
        width: 100%;
        display: block;
    }

    textarea {
        max-width: 100%;
    }

    input.wpcf7-form-control.has-spinner.wpcf7-submit {
        background: #015DB2;
        color: #fff;
        width: 50%;
        margin: 0 auto;
        text-align: center;
        display: block;
        transition: .3s;
        font-weight: bold;
    }

    input.wpcf7-form-control:hover {
        background: #fff !important;
        color: #333 !important;
        /* letter-spacing: 1em; */
    }

    footer {
        background-color: #000A61;
        color: #fff;
    }

    .footer__inner {
        display: block;
        max-width: 1100px;
        width: 100%;
        padding: 30px 5% 60px;
        margin: 0 auto;
    }

    .footer__head {
        margin: 0;
        width: 75%;
    }

    .footer__head img {
        width: 342px;
    }

    .footer__address {
        line-height: 1.5em;

    }

    .back-to-top {
        bottom: 50px;
    }

    .sp {
        display: block;
    }
}