<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
    object-fit: contain;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
    margin: 0;
}

a:hover {
    opacity: 0.8;
}

.button.back {
    background-color: #7f8a90;
}

.color01 {
    color: #2A9DD0;
}

.color02 {
    color: #ECA639;
}

.color03 {
    color: #DC481E;
}

.color04 {
    color: #3E3939;
}

h3 {
    background-color: #2A9DD0;
    color: #ffffff;
    padding: 5px 0;
}

h3 span.fontm {
    font-size: 60%;
}

h6 {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 600;
}

.cen {
    text-align: center;
}

.mt {
    margin-top: 40px;
}

.mb {
    margin-bottom: 40px;
}

.pt {
    padding-top: 20px;
}

.pb {
    padding-bottom: 20px;
}

.fontmi {
    font-size: 80%;
}

.inner {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.flexa {
    display: flex;
    justify-content: space-around;
}

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

.flexc {
    display: flex;
    justify-content: center;
}

.btn {
    background-color: #4da1ca;
    color: #ffffff;
    font-weight: bold;
    padding: 20px;
    border-radius: 5px;
}

.btn:hover {
    opacity: 0.8;
    color: #ffffff;
}

.ba a {
    color: #ffffff;
}

.ba a:hover {
    color: #ffffff;
}

header {
    padding-top: 20px;
}

header .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .title .sub01 {
    margin-left: 0;
    margin-right: auto;
    width: 33%;
    color: #333333;
    font-size: 110%;
}

header .title .sub02 ul {
    display: flex;
    align-items: center;
}

header .title h1 {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
    width: 43%;
}

header .title .sub02 ul li {
    margin-right: 20px;
}

header .title .sub02 ul li:last-child {
    margin-right: 0px;
}

nav {
    background: #3E3939;
}

nav ul {
    display: flex;
    justify-content: space-between;
}

nav ul li a {
    display: block;
    text-align: center;
    width: 150px;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 0;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

nav ul li a:hover {
    color: #ffffff;
}

nav ul li:hover {
    background: #2A9DD0;
    margin-bottom: 0;
}

.map {
    width: 100%;
    position: relative;
}

.map .container {
    margin: 0 auto;
    position: absolute;
    width: 468px;
    background-color: rgba(255, 255, 255, 0.9);
    top: 20px;
    left: 20%;
    padding: 20px 40px;
    border-radius: 10px;
}

.map__iframe {
    width: 100%;
}

.map__iframe iframe {
    width: 100%;
}

footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: overlay;
}

footer .inner .flexb {
    padding-top: 20px;
    color: #ffffff;
}

footer .footer__widget {
    width: 32%;
}

footer .footer__about {
    margin: 0 20px;
}

footer .footer__newslatter {
    width: 37%;
    color: #ffffff;
}

.footer_ul {
    display: flex;
    justify-content: center;
}

.footer_ul li {
    width: 150px;
    font-size: 80%;
    text-align: center;
}

footer .copyright {
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #ffffff;
    font-size: 90%;
    padding: 5px 0;
}

.animate {
    opacity: 0;
    transition: all .5s ease;
}

.animate.show {
    opacity: 1;
    transform: none;
}

.animate--lr {
    transform: translate(-100px, 0);
}

.animate--rl {
    transform: translate(100px, 0);
}

.animate--up {
    transform: translate(0, 100px);
}

.animate--down {
    transform: translate(0, -100px);
}

.animate--scaleUp {
    transform: scale(.5);
}

.animate--scaleDown {
    transform: scale(1.5);
}

.animate--rotateL {
    transform: rotate(180deg);
}

.animate--rotateR {
    transform: rotate(-180deg);
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
    display: block;
}

.slide-content {
    z-index: 1;
    position: absolute;
    top: 5vw;
    left: 10%;
    width: 100%;
}

section .title {
    border-left: 14px solid #2a9dd0;
    padding-left: 10px;
    text-align: left;
}

section .title h3 {
    padding: 13px 0px 13px 0px;
    font-weight: normal;
    font-size: 38px;
    color: #2a9dd0;
    background: rgba(0, 0, 0, 0);
    margin-bottom: 0;
}

section .title h4 {
    font-size: 16px;
    margin-bottom: 0;
}

section article {
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #cccccc;
}

section article:last-child {
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 0px dashed #cccccc;
}

section article h3 {
    font-size: 23px;
    color: #2a9dd0;
    background: rgba(0, 0, 0, 0);
    text-indent: -1.5em;
    padding-left: 1.5em;
}

section article h3&gt;img {
    margin-right: 5px;
}

section article strong {
    color: #FF0033;
}

section .note ul li {
    font-size: 0.750em;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

table th,
table td {
    border: 1px solid #333333!important;
    padding: 1.2rem 0rem;
}

table .title,
table th {
    padding-left: 0px;
    background: #2a9dd0;
    color: #ffffff;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
}

.table_body01 {
    width: 60%;
}

.img-estimate {
    width: 40%;
    text-align: center;
}

.img-estimate .flexa {
    width: 80%;
    margin: 0 auto;
}

table.form_input th {
    width: 30%;
}

table.form_input td {
    padding: 1%;
}

table.form_input td input {
    margin: 0;
}

.pricebox {
    border: 1px solid #F1C4CB;
    background: #FFF6F0;
    max-width: 546px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 20px 5px;
}

.pricebox .sub01 {
    font-size: 80%;
    color: #333333;
}

.pricebox .sub02 {
    font-size: 100%;
    color: #333333;
    font-weight: bold;
}

.pricebox .price {
    font-size: 400%;
    color: #E52600;
    font-weight: bold;
}

.contactbox {
    border: 1px solid #F1C4CB;
    background: #FFF6F0;
    max-width: 546px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 20px 5px;
}

element.style {}

table.form_input td input {
    margin: 0;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0.1rem solid #d1d1d1;
    border-radius: .4rem;
    box-shadow: none;
    box-sizing: inherit;
    height: 3.8rem;
    padding: .6rem 1.0rem;
    width: auto;
}

.flextd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.company th {
    width: 30%;
}

.company td {
    padding: 1%;
}

.project_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.project_img a {
    width: 30%;
    margin-bottom: 20px;
}

.project_img a img {
    width: 100%;
}

.service_div {
    width: 70%;
    padding: 2%;
    font-size: 2rem;
}

@media (max-width: 769px) {
    .service_div {
        width: 100%;
    }
}

.service_img {
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
}

.em01 a {
    position: relative;
}

.em01 a:before {
    content: "5遘�";
    position: absolute;
    top: 4px;
    left: 3px;
    transform: rotate(347deg);
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    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;
}

.estimate input {
    font-size: 130%;
}

#calc_result_div {
    font-size: 130%;
}

.calc_result {
    font-size: 130%;
    font-weight: bold;
    color: #f03;
    width: 200px!important;
    margin-right: 10px;
}

.foot_contact_wrap {
    border: 1px solid #cdcdcd;
    width: 100%;
    position: relative;
    margin-top: 110px;
    margin-bottom: 60px;
    box-sizing: border-box;
}

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

.foot_contact_wrap .before span {
    position: absolute;
    top: -17px;
    padding: 0px 10px;
    font-weight: bold;
    background: #ffffff;
    left: 41%;
}

.foot_contact_wrap .before img {
    position: absolute;
    top: -95px;
    padding: 0px 10px;
    font-weight: bold;
    background: #ffffff;
    width: 160px;
    left: 61%;
}

.foot_contact_wrap .foot_contact_wrap2 {
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    padding: 60px 10px 10px 10px;
}

.foot_contact_wrap .foot_contact_wrap2 .btn_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 40px 40px;
    font-size: 80%;
    background: #f1f1f1;
    border: 1px solid #cdcdcd;
}

.foot_contact_wrap .foot_contact_wrap2 .btn_wrap a {
    display: inline-block;
    width: 26%;
}

.foot_contact_wrap .foot_contact_wrap2 .btn_wrap a img {
    display: block;
}

@media screen and (min-width: 769px) {
    .sponly {
        display: none!important;
    }
    .pcaligncenter {
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px) {
    * {
        box-sizing: border-box;
    }
    .* {
        box-sizing: border-box;
    }
    .pconly {
        display: none!important;
    }
    /*header*/
    html,
    body {
        width: 100%;
    }
    .inner {
        padding: 0 2%;
    }
    .spflexc {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .spflexcr {
        display: flex;
        justify-content: center;
        flex-wrap: wrap-reverse;
    }
    .spw100 {
        width: 100%;
    }
    header {
        padding-top: 10px;
    }
    header .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        flex-flow: column;
    }
    header .title h1 {
        width: 60%;
        margin-left: 10%;
        margin-right: auto;
    }
    header .sub01 {
        display: none;
    }
    header .sub02 {}
    header .sub02 a {
        display: block;
        margin-bottom: 10px;
    }
    .btn {
        background-color: #4da1ca;
        color: #ffffff;
        font-weight: bold;
        padding: 6px 12px;
        border-radius: 5px;
        font-size: 90%;
    }
    header .sub02 a.btn {
        padding: 6px 3px;
    }
    header .sub02 a.btn i {
        display: block;
        text-align: center;
    }
    header .sub02 a.btn span {
        font-size: 80%;
    }
    nav ul {
        display: flex;
        justify-content: space-around;
    }
    nav li {
        width: auto;
        font-size: 90%;
        border-top: 1px solid #ffffff;
        padding: 10px 5%;
    }
    nav ul li a {
        display: block;
        text-align: center;
        width: 100%;
        color: #ffffff;
        font-weight: bold;
        padding: 15px 0;
    }
    .map .container {
        display: none;
    }
    .img-estimate {
        padding-top: 20px;
    }
    footer .inner .flexc {
        flex-wrap: wrap;
    }
    footer .inner .flexc&gt;div {
        width: 100%;
    }
    footer .inner .flexc .footer__logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer_ul li {
        width: 25%;
        font-size: 66%;
        text-align: center;
    }
    footer .copyright {
        background-color: rgba(0, 0, 0, 0.8);
        text-align: center;
        color: #ffffff;
        font-size: 70%;
        padding: 5px 0;
    }
    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #3584bb;
        transition: all 0.5s;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);
        /*繝｡繝九Η繝ｼ繧ｪ繝ｼ繝励Φ譎ゅ�逵溘ｓ荳ｭ縺ｮ邱壹ｒ騾乗�縺ｫ縺吶ｋ*/
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    #menu-btn-check {
        display: none;
    }
    nav ul {
        flex-direction: column;
        position: fixed;
        top: 90px;
        left: 100%;
        width: 100%;
        background: #33333399;
        z-index: 9999;
        transition: all 0.5s;
    }
    nav ul li {
        width: 100%;
    }
    nav.active ul {
        left: 0;
    }
    .company th {
        width: 100%;
        display: block;
    }
    .company td {
        padding: 1%;
        display: block;
        width: 100%;
    }
    section article h3 {
        font-size: 23px;
    }
    .project_img a {
        width: 48%;
        margin-bottom: 20px;
    }
    .service_div {
        padding: 0 2% 0 2%;
    }
    .foot_contact_wrap .before span {
        left: 4%;
    }
    .foot_contact_wrap .foot_contact_wrap2 .btn_wrap {
        flex-wrap: wrap;
    }
    .foot_contact_wrap .foot_contact_wrap2 .btn_wrap a {
        width: 100%;
        margin-bottom: 20px;
    }
    .foot_contact_wrap .before img {
        top: -76px;
        width: 132px;
    }
}

.bl_table_body dl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
}

.bl_table_body dd {
    margin-left: .8em;
}

.el_link {
    background-color: #f7931d;
    transition: .3s;
}

.el_link:hover {
    background-color: #4da1ca;
    transition: .3s;
}

.el_linkContact {
    background-color: #4da1ca;
}

@media(min-width: 769px) {
    .el_linkContact {
        display: none;
    }
}

.hp_center_margin {
    margin: 0 auto;
}

.hp_mb {
    margin-bottom: .8em;
}

.hp_mb0 {
    margin-bottom: 0;
}

.hp_pt {
    padding-top: .8em;
}

.hp_pb {
    padding-bottom: .8em;
}

.hp_bdNone {
    border: none;
}

.hp_fz__lg {
    font-size: 3rem;
}

.hp_flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp_btnIcon img {
    width: 32px;
    height: 32px;
    color: white;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-top: -4px;
}

@media (max-width: 499px) {
    .bl_table_body dl {
        flex-wrap: wrap;
    }
}</pre></body></html>