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

    header

-----------------------------------------------------------------------*/
.h_logo {
    line-height: 0;
    z-index: 10;
}
.h_logo img {
    height: 40px;
}
.h_wrap {
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 20px 5%;
    /* position: absolute; */
    z-index: 990;
}
header.page-header {
    /* position: absolute; */
    top: 0; left: 0; right: 0;
    z-index: 999;
    transition: .3s all;
}
/* pagetop */
.pagetop {
    width: 40px;
    position: fixed;
    bottom: 20px; right: 20px;
    z-index: 100;
}
.pagetop a {
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
}
.pagetop.fixed a {
    pointer-events: all;
    opacity: 1;
}

/* 笆ｼaside-sns */
.aside-sns {
    padding: 12px;
    background-color: rgba(255, 255, 255, .9);
    position: fixed;
    bottom: 80px; right: 0;
    z-index: 999;
}
.aside-sns li:not(:last-child) {
    margin-bottom: 10px;
}


/*笆ｼsp_nav*/
#nav_toggle {
    position: fixed;
    top: 15px; right: 15px;
    padding: 15px 15px;
    background-color: var(--main-color);
    z-index: 999;
    transition: all .3s;
    border: 1px solid #fff;
}
#nav_toggle:hover {
    box-shadow: 0px 0px 0 0 #fff;
}
#nav_toggle span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    transition: .3s;
}
#nav_toggle span:not(:last-child) {
    margin-bottom: 8px;
}
#nav_toggle.active span:nth-of-type(1) {
    -webkit-transform: translate3d(0px, 10px, 0) rotate(45deg);
    transform: translate3d(0px, 10px, 0) rotate(45deg);
}
#nav_toggle.active span:nth-of-type(2) {
    opacity: 0;
}
#nav_toggle.active span:nth-of-type(3) {
    -webkit-transform: translate3d(0px, -10px, 0) rotate(-45deg);
    transform: translate3d(0px, -10px, 0) rotate(-45deg);
}
.g_nav {
    overflow-y: scroll;
    visibility: hidden;
    width: 100%;
    height: 100%;
    padding: 110px 5% 50%;
    /* color: #fff; */
    background: url(../images/common/footer_bg.jpg) no-repeat center / cover;
    background-color: #fff;
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    transition: 0.5s ease-in-out;
    z-index: 997;
    -webkit-overflow-scrolling: touch;
}
.g_nav .partition {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.g_nav-logo {
    width: auto;
    height: auto;
    position: absolute;
    top: 15px; left: 5%;
}
.g_nav-logo img {
    height: 40px;
}
.h_nav li {
    width: 100%;
    padding: 10px 0 10px 20px;
    font-weight: bold;
    line-height: 1.5;
}
/* .h_nav li a.current {
    display: inline-block;
    padding: 0 5px;
    background: linear-gradient(var(--catch-color),var(--catch-color)) no-repeat bottom / 100% 30%;
} */
.g_nav .h_logo {
    margin-bottom: 25px;
}
.g_nav .aside-info {
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
    text-align: center;
}
.aside-info {
    align-items: center;
    justify-content: center;
}
.aside-info .common-info_cnt {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.aside-info .header-detail_info {
    align-items: center;
    margin: 0 0 15px;
}
.aside-info .header-detail_info li:not(:last-child) {
    margin-right: 10px;
}
.aside-info .common-info_list {
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0 0;
}
.g_nav .common-info_tel {
    text-align: center;
}
.g_nav span.common-info_tel {
    margin: 10px 0 0;
    font-size: 2rem;
}
.g_nav span.common-info_tel span {
    color: var(--catch-color);
}
.g_nav .aside-info_adr {
    margin: 20px 0 0;
    text-align: center;
    font-size: 1.3rem;
}
.g_nav .common-info_contact {
    box-shadow: none;
}
.g_nav .common-info_sns {
    margin: 15px 0 0;
}
.g_nav {
    opacity: 0;
    pointer-events: none;
}
.g_nav.open {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.g_nav .h_nav {
    transform: translateX(30vw);
    transition: all .4s;
    opacity: 0;
}
.g_nav.open ul {
    transform: translateX(0);
    opacity: 1;
}

/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
    align-items: center;
    justify-content: center;
    /* background: url(../images/common/key_gradient.jpg) no-repeat bottom / 100% 100%; */
    position: relative;
}
.carousel {
    width: calc(100% - 40px);
    height: 100%;
    margin: 0 auto 0 0;
}
.carousel-cell {
    width: 100%;
    height: 100%;
}
.carousel-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main-vis01 {
    background: url(../images/top/main_vis01.jpg) no-repeat bottom / cover;
}
.main-vis02 {
    background: url(../images/top/main_vis02.jpg) no-repeat bottom / cover;
}
.main-vis03 {
    background: url(../images/top/main_vis03.jpg) no-repeat bottom / cover;
}
.main-vis04 {
    background: url(../images/top/main_vis04.jpg) no-repeat bottom / cover;
}
.key {
    width: 100%;
    height: 200px;
    position: relative;
}
#top .key {
    padding: 0 0 60px;
    height: 320px;
    background: url(../images/common/key_gradient.jpg) no-repeat bottom / 100% 100%;
}
.carousel-cell {
    align-items: center;
    justify-content: flex-start;
}
.key_vis {
    width: calc(100% - 40px);
    height: 100%;
    margin: 0 auto 0 0;
    background: url(../images/top/main_vis01.jpg) no-repeat center / cover;
}
.key_ttl {
    width: 300px;
    position: absolute;
    right: 10px;
    z-index: 10;
}
.key_ttl-sub {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 7.071px 7.071px 13px 0px rgba(135, 147, 91, 0.25);
    position: absolute;
    bottom: 40px; right: 20px;
    text-align: center;
    line-height: 1;
}
.key_ttl-sub img {
    height: 22px;
}
.key_list {
    position: absolute;
    bottom: 11px; right: 10px;
    z-index: 100;
}
.key_list li {
    width: 120px;
}




/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.page-footer {
    padding: 40px 0 0;
    background-color: #fff;
}
.footer_wrap {
    display: block;
}
.footer-ttl {
    text-align: center;
}
.footer-ttl img {
    height: 50px;
}
.footer-main_info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #e5e5e5;
}
.footer-info {
    margin: 3px 0 0;
    font-size: 1.2rem;
    letter-spacing: 0;
}
.footer-info br {
    display: block;
}
.footer-info li {
    display: flex;
}
.footer-main .common-info_list {
    align-items: flex-end;
    justify-content: center;
}
.footer-main .common-info_list li:not(:last-child) {
    margin-right: 15px;
}
.footer-main .common-info_tel {
    font-size: 2.2rem;
}
.footer-main .common-info_tel span {
    font-size: 1.8rem;
}
.footer-main span.common-info_tel {
    display: inline-block;
    font-size: 1.8rem;
}
.footer-main span.common-info_tel span {
    color: var(--catch-color);
    font-size: 1.6rem;
}
.footer-detail .footer-detail_list {
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0 0;
}
.footer-detail .footer-detail_list li:not(:last-child) {
    margin-right: 15px;
}
.footer-nav {
    width: 100%;
    margin: 36px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #e5e5e5;
    font-size: 1.2rem;
}
.footer-nav ul.flex {
    line-height: 1;
}
/* 笆ｼcopyright */
.copyright {
    margin: 35px auto 0;
    padding: 16px 0;
    font-size: 1rem;
    color: #fff;
    background-color: var(--main-color);
    text-align: center;
}





/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* 笆ｼtopStory */
.topStory {
    padding-bottom: 0;
    background-color: #fefbe5;
}
.topStory_wrap {
    align-items: center;
    position: relative;
}
.topStory-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 240px;
    margin: 0 auto 30px;
    padding: 0 0 40px;
    color: #fff;
    background: url(../images/top/news_ttl_bg.png) no-repeat center / auto 100%;
    text-align: center;
    position: relative;
    z-index: 10;
}
.topStory-ttl {
    padding: 0 0 30px;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.12em;
}
.topStory-main span {
    display: block;
    line-height: 0;
    margin: 0 0 6px;
}
.topStory-main span img {
    height: 18px;
}
.topStory-cnt {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 7px 18px #edebda;
}
.topStory .arrow-btn {
    width: 200px;
    margin: auto;
    position: absolute;
    left: 0; right: 0; top: 130px;
    z-index: 10;
}
/* 笆ｼtopAbout */
.topAbout {
    overflow: hidden;
    margin-top: -50px;
    padding: 120px 0 0;
    background: #fff url(../images/top/about_bg01.png) no-repeat top left / 60px auto;
}
.topAbout-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: calc(100% + 40px);
    margin: -20px;
    padding: 50px 20px;
    background: url(../images/top/about_txt_bg.png) no-repeat center / auto 100%;
    position: relative;
    z-index: 10;
}
.topAbout-cnt::before,
.topAbout-cnt::after {
    content: '';
    width: 153.5px;
    height: 154px;
    background: url(../images/top/about_deco01.png) no-repeat center / contain;
    position: absolute;
    z-index: -1;
}
.topAbout-cnt::before {
    top: -20px; left: -10px;
}
.topAbout-cnt::after {
    width: 80px;
    height: 80px;
    background: url(../images/top/about_deco02.png) no-repeat center / contain;
    top: 10px; right: 10px;
}
.topAbout-cnt_ttl {
    margin: 0 0 20px;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.08em;
}
.topAbout-cnt_ttl span {
    display: block;
    margin: 0 0 15px;
}
.topAbout-cnt_ttl span img {
    height: 18px;
}
.topAbout-cnt_ttl span.font-size {
    display: inline;
    margin: 0 0 6px;
    font-size: 1.8rem;
}
.topAbout-cnt_txt {
    letter-spacing: 0.14em;
}
.topAbout-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 20px 0 0;
}
.topAbout-list li:nth-child(1) {
    width: 200px;
    height: 200px;
    margin: 50px 0 0;
}
.topAbout-list li:nth-child(2) {
    width: 160px;
    height: 228px;
}
/* 笆ｼtopBusiness */
.topBusiness {
    position: relative;
}
.topBusiness::before {
    content: '';
    width: calc(100% - 10px);
    height: 200px;
    background: linear-gradient(to right, #fefbe5, #ffece5);
    border-radius: 10px 0 0 10px;
    position: absolute;
    bottom: 0; right: 0;
    z-index: -1;
}
.topBusiness .top-ttl {
    margin: 0 0 30px;
}
.topBusiness-list li {
    width: 49%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 4.95px 4.95px 18px 0px rgba(226, 224, 210, 1);
    transition: all .3s;
}
.topBusiness-list li img {
    width: 100%;
}
.topBusiness-list li:nth-child(n+3) {
    margin-top: 2%;
}
.topBusiness-list li:hover {
    transform: scale(1.02);
}
.topBusiness-list li a:hover {
    opacity: 1;
}
.topBusiness-list_capt {
    padding: 10px 15px 9px;
    font-size: 1.6rem;
    font-weight: 600;
}
/* 笆ｼtopRecruit */
.topRecruit {
    position: relative;
}
.topRecruit::after {
    content: '';
    width: 100%;
    height: 50%;
    background: url(../images/top/recruit_bg.jpg) no-repeat center / cover;
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: -1;
}
.topRecruit_wrap {
    flex-direction: row-reverse;
    border-radius: 10px;
    color: #fff;
    background-image: linear-gradient( 135deg, rgb(109,175,56) 0%, rgb(184,215,62) 100%);
    box-shadow: 7.071px 7.071px 13px 0px rgba(135, 147, 91, 0.25);
}
.topRecruit-img {
    overflow: hidden;
    width: 100%;
    height: 60vw;
    border-radius: 10px;
    align-items: stretch;
}
.topRecruit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topRecruit-cnt {
    width: 100%;
    padding: 30px 20px;
}
.topRecruit-cnt .top-ttl {
    margin: 0 0 20px;
}
.topRecruit-lead {
    margin: 0 0 7px;
    font-size: 2rem;
    line-height: 1.3;
}
.topRecruit .arrow-btn {
    width: 100%;
    margin: 20px auto 0;
}

/*
    page-boiler
--------------------*/
/* 笆ｼbusinessAbout */
.businessAbout_wrap {
    align-items: center;
}
.businessAbout-img {
    width: 280px;
    margin: 0 auto;
    position: relative;
}
.businessAbout-img::after {
    content: '';
    width: 60px;
    height: 60px;
    background-color: #edebda;
    border-radius: 50%;
    position: absolute;
    bottom: -20px; left: -30px;
}
.businessAbout-cnt {
    width: 100%;
    margin: 30px 0 0;
}
.businessAbout-cnt .top-ttl {
    text-align: center;
}
.businessAbout-cnt .top-ttl span img {
    margin: 0 auto;
}
.businessAbout-list {
    justify-content: center;
}
.businessAbout-list li {
    margin: 5px 10px;
    padding: 7px 20px;
    color: var(--main-color);
    background-color: #fff;
    border: 6px solid #e5f1d9;
    border-radius: 40px;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.14em;
}
.businessAbout-txt {
    margin: 22px 0 0;
    font-size: 1.5rem;
    line-height: 1.8667;
}
.businessAbout-note {
    display: flex;
    align-items: flex-start;
    margin: 16px 0 0;
    color: #888888;
    font-size: 1.4rem;
    line-height: 1.7143;
}
.businessAbout-note::before {
    content: '窶ｻ';
}
.businessAbout-note br {
    display: block; 
}
/* 笆ｼbusinessArea */
.businessArea {
    padding: 0 0 30px;
    position: relative;
}
.businessArea::before {
    content: '';
    width: calc(100% - 10px);
    height: 100%;
    background: linear-gradient(to right, #fefbe5,#ffece5);
    border-radius: 10px 0 0 10px;
    position: absolute;
    right: 0; bottom: 0;
    z-index: -1;
}
.businessArea_wrap {
    justify-content: center;
}
.businessArea-ttl {
    display: block;
    width: auto;
    margin: -17px 0 30px;
    font-size: 2.4rem;
    font-weight: 500;
}
.businessArea-list {
    width: 100%;
}
.businessArea-list li {
    width: 49%;
}
.businessArea-list li:nth-child(n+3):last-child {
    margin: 20px auto 0;
}
.businessArea-list li:nth-child(n+3) {
    margin-top: 20px;
}
.businessArea-list_capt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    margin: -48px auto 0;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 5px;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    position: relative;
    z-index: 10;
}
.businessArea-list_capt span {
    font-size: 1.7rem;
}
/* 笆ｼbusinessForte */
.businessForte .top-ttl {
    text-align: center;
}
.businessForte-list {
    display: block;
}
.businessForte-list li {
    width: 335px;
    height: 335px;
    margin: 0 auto;
    padding: 55px 45px 55px;
    background: url(../images/boiler/forte_list_bg.png) no-repeat center / contain;
    position: relative;
    z-index: 10;
}
.businessForte-list li::after {
    content: '';
    width: 127.5px;
    height: 125px;
    margin: auto;
    background: url(../images/boiler/forte_list_ico01.png) no-repeat center / contain;
    position: absolute;
    left: 0; right: 0; bottom: 60px;
    z-index: -1;
}
.businessForte-list_ttl {
    margin: 0 0 15px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.14em;
}
.businessForte-list_ttl span {
    display: block;
    margin: 0 0 18px;
    line-height: 0;
}
.businessForte-list_ttl span.font-size {
    display: block;
    margin: 0;
    font-size: 2rem;
    letter-spacing: 0.14em;
    line-height: 1.3;
}
.businessForte-list_txt {
    font-size: 1.3rem;
    line-height: 2;
}
/* number */
.businessForte-list li:nth-of-type(n+2) {
    margin-top: 20px;
}
.businessForte-list li:nth-of-type(n+3) .businessForte-list_ttl {
    margin-bottom: 20px;
}
.businessForte-list li:nth-of-type(2)::after {
    background-image: url(../images/boiler/forte_list_ico02.png);
}
.businessForte-list li:nth-of-type(3)::after {
    background-image: url(../images/boiler/forte_list_ico03.png);
}
.businessForte-list li:nth-of-type(4)::after {
    background-image: url(../images/boiler/forte_list_ico04.png);
}
.businessForte-list li:nth-of-type(5)::after {
    background-image: url(../images/boiler/forte_list_ico05.png);
}
.businessForte-list li:nth-of-type(6)::after {
    background-image: url(../images/boiler/forte_list_ico06.png);
}
/* 笆ｼbusinessForte-banner */
.businessForte-banner .topRecruit-cnt .top-ttl {
    font-size: 2.2rem;
    line-height: 1.275;
}
.businessForte-banner .topRecruit-cnt .top-ttl span {
    margin: 12px 0 0;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.businessForte-banner .common-info_list {
    margin: 20px 0 0;
}
.businessForte-banner .common-info_tel {
    font-size: 2rem;
}
.businessForte-banner .common-info_tel span {
    color: #fff;
}
.businessForte-banner span.common-info_tel {
    font-size: 1.6rem;
}

/*
    page-electrical
--------------------*/
/* 笆ｼbusinessForte */
#electrical .businessForte-list li:nth-of-type(2)::after,
#plumbing .businessForte-list li:nth-of-type(2)::after {
    width: 100px;
    height: 124px;
    background-image: url(../images/boiler/forte_list_ico07.png);
}

/*
    page-other
--------------------*/
/* 笆ｼotherMain */
.otherMain-block {
    width: 100%;
    padding: 25px 20px 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 7.071px 7.071px 13px 0px rgba(227, 233, 206, 1);
    position: relative;
}
.otherMain-block:not(:last-child) {
    margin-bottom: 40px;
}
.otherMain-block::before {
    content: '';
    width: 100%;
    height: 100%;
    outline: 7px solid rgba(109, 175, 56, .1);
    position: absolute;
    top: 0; left: 0;
    border-radius: 1px;
    pointer-events: none;
}
.otherMain-block_img {
    width: 200px;
    margin: 0 auto;
}
.otherMain-block_img .c_ofi {
    padding-top: 100%;
}
.otherMain-block_cnt {
    width: 100%;
    margin: 25px 0 0;
}
.otherMain-block_cnt-ttl {
    margin: 0 0 16px;
    padding: 0 0 12px;
    border-bottom: 2px dotted var(--main-color);
    font-size: 2rem;
    font-weight: 500;
}
.otherMain-block_cnt-txt {
    line-height: 1.8667;
}

/*
    page-recruit
--------------------*/
/* 笆ｼrecruitWanted */
.recruitWanted {
    overflow: hidden;
    position: relative;
}
.recruitWanted .top-ttl {
    font-size: 2.2rem;
    line-height: 1.4286;
    text-align: center;
}
.recruitWanted-list {
    width: 320px;
    margin: 0 auto;
    letter-spacing: 0.14em;
}
.recruitWanted-list li {
    display: flex;
    font-size: 1.5rem;
    line-height: 1.5;
}
.recruitWanted-list li:not(:last-child) {
    margin-bottom: 7px;
}
.recruitWanted-list li::before {
    content: '';
    width: 18px;
    height: 15px;
    margin: 6px 7px 0 0;
    background: url(../images/common/check01.png) no-repeat center / contain;
}
.recruitWanted-txt {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}
.recruitWanted-img {
    width: 100%;
    margin: 25px 0 0;
}
.recruitWanted-img li {
    width: 49%;
}
/* 笆ｼrecruitPerson */
.recruitPerson {
    padding: 40px 0 0;
    background: linear-gradient(to right, rgb(254,251,229) 0%, rgb(255,235,229) 100%);
    position: relative;
}
.recruitPerson::after {
    content: '';
    display: block;
    width: 273px;
    height: 137.5px;
    margin: 0 auto;
    background: url(../images/recruit/person_illust.png) no-repeat center / contain;
}
.recruitPerson-ttl {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.14em;
    text-align: center;
    position: absolute;
    left: 0; right: 0; top: -15px;
}
.recruitPerson-list {
    justify-content: center;
}
.recruitPerson-list li:nth-child(n+2) {
    margin-top: 10px;
}
.recruitPerson-list li img {
    height: 80px;
}
/* 笆ｼrecruitMerit */
.recruitMerit {
    padding-bottom: 0;
}
.recruitMerit .common-ttl {
    margin: 0 0 67px;
}
.recruitMerit-list {
    display: block;
    justify-content: center;
}
.recruitMerit-list li {
    width: 330px;
    margin: 0 auto;
}
.recruitMerit-list li:nth-child(n+2) {
    margin-top: 30px;
}
.recruitMerit-list_img {
    width: 180px;
    margin: 0 auto 12px;
}
.recruitMerit-list_ttl {
    margin: 0 0 22px;
    padding: 0 0 10px;
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 1px dashed var(--main-color);
    text-align: center;
}
.recruitMerit-list_ttl span {
    color: var(--main-color);
    font-size: 2.2rem;
}
.recruitMerit-list_txt {
    font-size: 1.4rem;
    line-height: 1.7143;
    text-align: center;
    list-style-type: 0.08em;
}
.recruitMerit-list_txt br {
    display: block;
}
/* 笆ｼtopRecruit */
#recruit .topRecruit .common-info_list {
    align-items: center;
    justify-content: center;
}
#recruit .topRecruit .common-info_list li {
    margin: 10px;
}
#recruit .topRecruit .common-info_list .arrow-btn {
    width: 220px;
    margin: 0 auto 0;
}
#recruit .topRecruit .topRecruit-lead {
    margin: 30px 0 -10px;
    font-size: 1.6rem;
}










/*
    page-company
--------------------*/
/* 笆ｼbusinessAbout */
#company .businessAbout {
    padding-bottom: 0;
}
#company .businessAbout-img::after {
    content: none;
}
/* 笆ｼcompanyInfo */
.companyInfo-cnt {
    width: 100%;
}
.companyInfo-area {
    width: 100%;
    margin: 30px 0 0;
}
.companyInfo-area_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    font-size: 1.8rem;
}
.companyInfo-area_ttl::before {
    content: '';
    width: 13px;
    height: 17px;
    margin: 0 8px 0 0;
    background: url(../images/common/ico_map.png) no-repeat center / contain;
}
.companyInfo-map {
    width: 100%;
    height: 200px;
    background: url(../images/company/map_nodata.png) no-repeat center;
    background-color: #e5e5e5;
}




























/* 笆ｼstory */
/* 笆ｼstory */
.story_cnt {
    width: 100%;
    margin: 0 auto;
}
.story_post {
    transition: all .1s;
}
.story_post a.flex {
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    font-weight: 500;
}
/* .story_post a.flex::after {
    content: '';
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid;
    border-right: 2px solid;
    position: absolute;
    top: 0; bottom: 0; right: 28px;
    transform: rotate(45deg);
    transition: all .3s;
} */
.story_post:not(:last-child) {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ececec;
}
.story_post-cnt {
    width: calc(100% - 138px);
}
.story_post time {
    display: inline-block;
    color: var(--main-color);
    font-size: 1.1rem;
    text-align: center;
}
.story_post .story_post-tag {
    display: inline-block;
    color: var(--main-color);
    font-size: 1.1rem;
    text-align: center;
}
.story_post .story_post-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    margin: 13px 0 0;
}

/*
    page-contact
--------------------*/
.input_big {
    width: 100%;
}
.input_mid {
    width: 70%;
}
.input_min {
    width: 28%;
    max-width: 85px;
}
.contact-form-table {
    color: var(--font-color);
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
}
.contact-form-table td,
.contact-form-table th{
    vertical-align: middle;
    font-weight: 500;
}
.contact-form-table th {
    font-weight: bold;
    text-align: left;
}
.contact-form-table td a {
    display: inline;
    text-decoration: underline;
}
/* 笆ｼbutton */
.contact_submits button,
.contact_submits input[type='button'],
.contact_submits input[type='submit'] {
    margin: 7px;
    padding: 1em 2em;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    transition: all 0.4s ease;
    color: #fff;
    background-color: var(--main-color);
}
.contact-form-table td div:not(:last-child) {
    margin: 0 0 5px;
}
.contact_submits.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-privacy {
    width: 100%;
    height: 200px;
    margin: 0 auto 30px;
    border: 1px solid var(--main-color);
}
.contact-privacy iframe {
    width: 100%;
    height: 100%;
}
.contact-main .top-trial {
    margin: 0 0 60px;
    padding: 60px 0 60px;
}
.contact-form-table,
.contact-form-table tbody,
.contact-form-table tr,
.contact-form-table th,
.contact-form-table td {
    width: auto;
    display: block;
}
.contact-form-table tr {
    margin: 0 0 15px;
    border: 1px solid var(--main-color);
}
.contact-form-table th {
    display: flex;
    align-items: flex-start;
    padding: 7px 0 7px 20px;
    line-height: 26px;
    color: #fff;
    background-color: var(--main-color);
}
.contact-form-table td {
    padding: 15px 15px;
    background-color: #fff;
}
.contact-form-table .input_table tr:last-child {
    text-align: center;
}
.required-mark {
    float: none;
    margin: 0 0 0 15px;
    padding: 1px 7px 2px;
    line-height: 1.5;
    vertical-align: 2px;
}
.contact-form-table input[type='submit']:not(:last-child) {
    margin-bottom: 20px;
}
.contact_submits {
    font-size: 14px;
}
.contact-privacy {
    height: 200px;
}
</pre></body></html>