@font-face {
  font-family: 'icon';
  src:  url('/font/icon.eot?czq62');
  src:  url('/font/icon.eot?czq62#iefix') format('embedded-opentype'),
    url('/font/icon.ttf?czq62') format('truetype'),
    url('/font/icon.woff?czq62') format('woff'),
    url('/font/icon.svg?czq62#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

* { font-size: inherit;line-height: inherit;margin:0;padding:0; }
*,::before,::after { -webkit-box-sizing:inherit; box-sizing:inherit; }
::before,::after { text-decoration:inherit;vertical-align:inherit; }
h1,h2,h3,h4,h5,h6 { font-family:inherit;font-size:100%;font-weight:normal; }
address,em,i { font-style:normal; }
table { border-collapse:collapse;border-spacing:0; }
th { font-weight:normal;text-align:left; }
legend { display:none; }
img,fieldset { border:0; }
nav ul, nav ol, .breadcrumb ol { list-style-type:none; }
article,aside,dialog,figure,figcaption,footer,header,hgroup,nav,section,main { display:block; }
html { background-color:transparent;overflow-y:scroll; }
input,textarea { outline:none; }
input,select { vertical-align:middle; }
object,embed { vertical-align:top; }

img { background:transparent;border-style:none;font-size:0;line-height:0;vertical-align:middle; }
a { background-color:transparent;-webkit-text-decoration-skip:objects;vertical-align:baseline; }
a:active,a:hover { outline:none;outline-width:0; }
b,strong { font-weight:700;vertical-align:baseline; }
span,em,i { vertical-align:baseline; }
small { font-size: 80%;vertical-align:baseline; }
button,input,select,textarea { color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;outline:none; }
select {
    -moz-appearance: none;
    -webkit-appearance: none
}
select::-ms-expand { display: none; }
select::-ms-value { color:currentColor; }
table { border-collapse:collapse;border-spacing:0; }
textarea { resize: vertical; }
.clearfix:after { clear:both;content:'';display:block;height:0; }
.clear { clear:both; }
.none { display:none; }
:root { -webkit-box-sizing:border-box; box-sizing:border-box;text-rendering:optimizeLegibility;}
html {
    background-color: #FFF;
    font-size:16px;
}
body {
    background-color: #FFF;
    color: #222;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    font-size: 16px;
    font-size: 1.0rem;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    height: 100%;
    line-height: 1.6;
    overflow-x: hidden;
    overflow-y: auto;
    text-rendering: auto;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}
a {
    color: #333;
    outline: none;
    text-decoration: none;
}
::-moz-selection {
    background-color: #B3D4FC;
    text-shadow: none
}
::selection {
    background-color: #B3D4FC;
    text-shadow: none
}
.icon-open:before {
  content: '\e904';
}
.icon-tel:before {
  content: '\e900';
}
.icon-search:before {
  content: '\e901';
}
.icon-arw01:before {
  content: '\e902';
}
.icon-angle01:before {
  content: '\e903';
}

/*ヘッダー*/
.header {
    background-color: #ffd600;
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition-duration: .6s, 1s;
    transition-duration: .6s, 1s;
    -webkit-transition-property: background, -webkit-transform;
    transition-property: background, -webkit-transform;
    transition-property: transform, background;
    transition-property: transform, background, -webkit-transform;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-duration: 0s, 0s;
    transition-duration: 0s, 0s;
    width: 100%;
    z-index: 100;
}
.header a {
    color: #000;
    cursor: pointer;
}
.header.before-fixed {
    background-color: rgba(255, 214, 0, 0.8);
    position: fixed;
    top: -80px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-duration: .4s, 1s;
    transition-duration: .4s, 1s;
}
.header.is-fixed {
    position: fixed;
    top: -80px;
    -webkit-transform: translate3d(0,80px,0);
    transform: translate3d(0,80px,0);
}
.menu-opened .header {
    position: fixed !important;
    top: -80px !important;
    -webkit-transform: translate3d(0,80px,0) !important;
    transform: translate3d(0,80px,0) !important;
}
/*
.header.is-fixed .site-logo {
    padding: 6px;
    transform: scale(1);
    transition: transform 0s;
}
.header.is-fixed .sp-menu-btn {
    top: -15px;
}*/

.h-inner {
    height: inherit;
    padding: 0 50px;
}
.header .h-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site-logo a {
    display: block;
}
.site-logo img {
    height: 50px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: auto;
}
.site-logo a:hover img {
    opacity: .65;
}
.site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
}
.h-nav .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.h-nav .nav-list > li {
    padding: 0 10px;
}
.h-nav .nav-list > li > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 80px;
    padding: 0 5px;
    position: relative;
}
.h-nav .nav-list > li > a::after {
    bottom: 0;
    background-color: #eb5a24;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
}
.h-nav .nav-list > li > a:hover::after,
.h-nav .nav-list > li.is-show > a::after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.service  .h-nav .nav-list > li.nav-service > a::after,
.post-type-archive-service  .h-nav .nav-list > li.nav-service > a::after,
.page-estimate  .h-nav .nav-list > li.nav-estimate > a::after,
.page-company  .h-nav .nav-list > li.nav-company > a::after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.mega-menu {
    background: rgba(221,221,221,.85);
    color: #333;
    font-weight: 600;
    left: 0;
    opacity: 0;
    padding: 2rem 0 3rem;
    position: absolute;
    top: 80px;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transition-duration: .5s,0;
    transition-duration: .5s,0;
    -webkit-transition-delay: 0,.5s;
    transition-delay: 0,.5s;
    width: 100%;
    z-index: 1;
}
.is-show .mega-menu {
    opacity: 1;
}
.is-show .mega-menu,
.mega-menu:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0,0;
    transition-delay: 0,0;
}
.megamenu-inner {
    margin: 0 auto;
    width: 860px;
}
.mega-menu .cols-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mega-menu .col {
    width: 400px;
}
.mega-menu a {
    -webkit-transition: color .3s;
    transition: color .3s;
}
.mega-menu a:hover {
    color: #eb5a24;
}
.mega-menu dt {
    border-bottom: 1px solid #000;
    margin-bottom: .5rem;
    padding: .25rem 0;
}
.mega-menu dd {
    font-size: 14px;
    font-size: .875rem;
    margin-top: .25rem;
}
.mega-menu dd a::before {
    content: '\e903';
    display: inline-block;
    font-family: 'icon';
    font-size: 10px;
    font-size: .625rem;
    font-weight: 400;
    margin-right: .4em;
    position: relative;
    top: -1px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.search-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2rem;
}
.search-nav a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
}
.search-nav a {
    -webkit-transition: color .3s;
    transition: color .3s;
}
.is-show.search-nav a,
.search-nav a:hover {
    color: #eb5a24;
}
.search-nav a span {
    display: none;
}
.search-nav a::before {
    content: '\e901';
    font-family: 'icon';
    font-size: 1.2em;
}
.search-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
}
.search-form input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 3px solid #eb5a24;
    color: #333;
    font-family: inherit;
    padding: 2px 4px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
    -webkit-transition-duration: .4s,.4s;
    transition-duration: .4s,.4s;
    width: 0;
}
.is-show .search-form input {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    width: 200px;
}
.sp-menu-btn {
    cursor: pointer;
    height: 40px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 40px;
    top: 20px;
    width: 40px;
    z-index: 1000;
}
.sp-menu-btn::before,
.sp-menu-btn::after,
.sp-menu-btn span {
    background-color: #231815;
    bottom: 0;
    display: block;
    height: 3px;
    left: 6px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 6px;
    text-indent: 200%;
    top: 0;
}
.sp-menu-btn::before {
    content: "";
    top: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.sp-menu-btn::after {
    bottom: 20px;
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s;
}
.sp-menu-btn span {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu-opened .sp-menu-btn span {
    opacity: 0;
}
.menu-opened .sp-menu-btn::before {
    bottom: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-opened .sp-menu-btn::after {
    bottom: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}




/*共通*/
.wrapper {
    /*padding: 80px 0 150px;*/
    padding: 80px 0 0;
}
.u-inner {
    margin: 0 auto;
    width: 1300px;
}
.c-inner {
    margin: 0 auto;
    width: 1000px;
}
.u-btn02 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 25px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background .3s;
    transition: background .3s;
    width: 300px;
}
.u-btn02:hover {
    background-color: #ffd600;
}
.bnr-block {
    background-color: #f2f2f2;
    padding: 3rem 0;
}
.bnr-col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bnr-wide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(95%, transparent),color-stop(95%, #ececec),color-stop(100%, #ececec),to(transparent)),-webkit-gradient(linear,left top, right top,color-stop(95%, transparent),color-stop(95%, #ececec),color-stop(100%, #ececec),to(transparent));
    background-image: linear-gradient(transparent 95%,#ececec 95%,#ececec 100%,transparent 100%),linear-gradient(90deg,transparent 95%,#ececec 95%,#ececec 100%,transparent 100%);
    background-size: 20px 20px;
    border: 5px solid #ffd600;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    margin-bottom: 20px;
    padding-left: 350px;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.bnr-wide:hover {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}
.bnr-wide::before {
    background-color: #ffd600;
    content: '';
    display: block;
    height: 120px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 120px;
}
.bnr-wide .sub-lead {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffd600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'FOT-筑紫B丸ゴシック Std B';
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: -5px;
    position: absolute;
    width: 320px;
}
.bnr-wide .lead {
    font-family: 'FOT-筑紫B丸ゴシック Std B';
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600;
}
.bnr-wide::after {
    color: #FFF;
    content: '\e902';
    display: block;
    font-family: 'icon';
    font-size: 56px;
    font-size: 3.5rem;
    font-weight: 400;
    position: absolute;
    right: 28px;
}
.bnr-half {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff9730;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'FOT-筑紫B丸ゴシック Std B';
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    height: 120px;
    line-height: 1.4;
    padding-left: 150px;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 49.2%;
}
.bnr-half .lead em {
    font-size: 25px;
    font-size: 1.5625rem;
}
.bnr-half .lead .color-em {
    color: #FF0000;
}
.bnr-half:hover {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}
.bnr-half::before {
    background-color: #ffd600;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 120px;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
}
.bnr-half::after {
    content: '\e902';
    display: block;
    font-family: 'icon';
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    position: absolute;
    right: 30px;
}
/*.bnr-guide {
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.5);
}*/
.bnr-guide::before {
    background-image: url(/img/common/icon-guide.png);
}
.bnr-dlc::before {
    background-image: url(/img/common/icon-dlc.png);
}
.breadcrumb {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    padding: .75rem 0;
    text-align: right;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li:not(:last-child)::after {
    content: '/';
    display: inline-block;
}
.breadcrumb a {
    color: #000;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.breadcrumb a:hover {
    color: #eb5a24;
}
.p-entry {
    padding-top: 2rem;
    padding-bottom: 6rem;
}
.p-entry .entry-body .c-inner ul {
    margin: 0 0 16px 8px;
}
.p-entry .entry-body .c-inner ul li {
    list-style: none;
    margin-bottom: 8px;
}
.p-entry .entry-body .c-inner ul li::before {
    content:"・";
    margin-right: 4px;
}
.p-entry .entry-body .c-inner {

}
.p-ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 5rem;
    padding: 1rem 0;
    position: relative;
    text-align: center;
}
.p-ttl::after {
    background-color: #eb5a24;
    bottom: 0;
    content: '';
    display: block;
    height: 5px;
    position: absolute;
    width: 200px;
}
.u-tbl {
    width: 100%;
}
.u-tbl th {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: .75rem 1rem;
    width: 246px;
}
.u-tbl td {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: .75rem 1rem;
}
.no-entry {
    padding-bottom: 6rem;
    padding-top: 2rem;
    text-align: center;
}

/*フッター*/
.footer {
    padding: 2.5rem 0;
}
.footer a {
    color: #000;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.footer a:hover {
    color: #eb5a24;
}
.footer .h-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.f-info .site-desc {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
}
.f-dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.f-dl dt {
    font-family: 'Roboto';
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 700;
}
.f-dl dd {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    margin-left: 1.5rem;
}
.f-info .nav-privacy {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
}
.f-info .nav-privacy a::before {
    content: '>';
    font-size: .8em;
    font-weight: 600;
    margin-right: .2em;
    position: relative;
    top: -.1em;
}
.f-bnr {
    height: 40px;
    width: 200px;
}
.f-bnr img {
    height: auto;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
}
.f-bnr :hover img {
    opacity: .65;
}
.copyright {
    color: #b2b2b2;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    text-align: center;
}
.fixed-contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    /*position: fixed;*/
    position: relative;
    width: 100%;
}
.fixed-contact .col {
    margin: 0 20px;
    width: 300px;
}
.fixed-contact dt {
    color: #FFF;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: .5rem;
    text-align: center;
}
.fixed-contact .btn-tel {
    font-family: 'FOT-筑紫ゴシック Pro E';
    font-weight: 700;
    padding-bottom: .25em;
}
.fixed-contact .btn-tel::before {
    /*content: '\e900';*/
    content: '\f0e0';
    display: block;
    /* font-family: 'icon'; */
    font-family: 'FontAwesome';
    font-size: 1.1em;
    margin-right: .2em;
    position: relative;
    top: .1em;
}
.page-top {
    display: none;
}



/*ホーム*/
.main-mv {
    background-color: #ffd600;
    padding-bottom: 3rem;
}
.main-mv__img {
    width: 100%;
}
.main-mv__img--type_sp {
    display: none;
}
.main-mv__img--type_pc {
    display: block;
}
.main-mv__contents {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -8vw auto 0;
    max-width: 1200px;
}
.main-mv__contents-imgs {
    width: 50%;
    padding: 1rem;
    text-align: right;
}
.main-mv__contents-img {
    width: 40%;
    margin-right: 1rem;
}
.main-mv__contents-btns {
    width: 50%;
    padding: 1rem;
    text-align: left;
}
.main-mv__contents-btn {
    background-color: #FF6600;
    border-radius: 100px;
    color: white;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    transition: 0.3s;
    padding: 2rem 2rem;
}
.main-mv__contents-btn:hover {
	transform: scale(1.02);
    background-color: #ff771d;
}
.main-mv__contents-btn-subtext {
    color: #FDF0C1;
    font-size: 1.2rem;
}
.main-mv__contents-btn-text {
    font-size: 1.45em;
}
@media screen and (max-width: 896px) {
    .main-mv__contents-img {
        display: none;
    }
    .main-mv__contents-btn {
        display: block;
    }
    .main-mv__img--type_sp {
        display: block;
    }
    .main-mv__img--type_pc {
        display: none;
    }
}

.main-visual {
    background-image: url(../img/home/img-main__pc-1440X480.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.main-visual::before {
    content: "";
    display: block;
    padding-top: 33.33%;
}
.main-visual .main-copy {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1300px;
}
.service-block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
}
.service-block a:hover {
    opacity: .6;
}
.service-block:nth-child(2n) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.service-block .col-ttl {
    background-color: #ffd600;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.service-block .col-ttl::before {
    content: "";
    display: block;
    padding-top: 53.33%;
    width: 100%;
}
.service-block .col-ttl .col-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.service-block .col-ttl .ttl {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
}
.service-block .col-pic {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative;
}
.service-block .col-pic::after {
    background-image: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    width: 100%;
}
.service-block a:hover .col-pic::after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.service-block .col-pic span {
    display: none;
}

.home-method {
    padding: 6rem 0;
}
.method-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: -25px;
}

.method-list.industry li a {
    background-color: #fff;
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 1339px) {
    .method-list.industry li a {
        padding: 0 1rem;
    }
}

.method-list.industry li a .pic {
    border-radius: 50%;
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    position: static;
}

.method-list.industry li a .ttl-thumb {
    padding-right: unset;
    font-size: 1.2rem;
}

.method-list li {
    margin: 25px;
	border: 1px solid #cfcfcf;	
}
.method-list li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffd600;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 130px;
    padding: 0 2rem;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width: 395px;
}
.method-list li:hover {
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,.5);
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.5);
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
}
.method-list li a .pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.method-list li a .pic img {
    width: auto;
    height: 100%;
}
.ttl-thumb {
	padding-right: 6rem;
}
@media screen and (max-width: 896px) {
.ttl-thumb {
	padding-right: 1rem;
}
}
.method-list .desc {
	padding: 10px 20px;
	max-width: 375px;
}

.u-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 4rem;
}
.u-btn01 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    border: 3px solid #ffd600;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: .25rem;
    -webkit-transition: background .3s;
    transition: background .3s;
    width: 250px;
}
.u-btn03 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    border-radius: 24px;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem;
    padding-bottom: .25rem;
    -webkit-transition: background .3s;
    transition: background .3s;
    width: 168px;
}
.u-btn01:hover {
    background-color: #ffd600;
}
.u-btn01 i,
.u-btn03 i {
    display: inline-block;
    height: 10px;
    margin-left: .5em;
    overflow: hidden;
    position: relative;
    text-indent: 100%;
    top: 1px;
    width: 10px;
}
.u-btn01 i::before,
.u-btn01 i::after {
    background-color: #000;
    bottom: 0;
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}
.u-btn01 i::after,
.u-btn03 i::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.u-btn03 i::before,
.u-btn03 i::after {
    background-color: #FFF;
    bottom: 0;
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}




.parts-service {
    border-top: 1px solid #ddd;
    padding: 1rem 0 3rem;
}

.parts-method {
    border-top: 1px solid #ddd;
    padding: 1rem 0 6rem;
}
.block-ttl {
    font-size: 18px;
    font-weight: 700;
    padding: 1.5rem 0;
    text-align: center;
}


.p-archive {
    padding-bottom: 7rem;
    padding-top: 2rem;
}


/*会社案内*/
.page-company .p-entry {
    padding-bottom: 0;
}
.tbl-outline {
    margin-bottom: 3rem;
}
.tbl-outline a {
    color: #000;
    display: inline-block;
    position: relative;
}
.tbl-outline a span {
    text-decoration: underline;
}
.tbl-outline a::after {
    content: '\e904';
    font-family: 'icon';
    margin-left: .5em;
}
.tbl-outline a:hover {
    color: #eb5a24;
}
.tbl-outline a:hover span {
    text-decoration: none;
}

.map {
    height: 500px;
}


.entry-body {
    clear: both;
    line-height: 1.6;
}
.entry-body h2 {
    clear: both;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.2em;
}
.entry-body h3 {
    clear: both;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 1.2em;
}
.entry-body h4 {
    clear: both;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1.2em;
}
.entry-body p {
    clear: both;
    margin-bottom: 1.2em;
}
.entry-body img {
    height: auto;
    margin-bottom: 10px;
    max-height: 1500px;
    max-width: 100%;
    width: auto;
}
.entry-body img.alignleft,
.entry-body div.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
.entry-body img.alignright,
.entry-body div.alignright {
    float: right;
    margin: 0 0 10px 10px;
}
.entry-body div.alignleft {
    text-align: left;
}
.entry-body div.alignright {
    text-align: right;
}
.entry-body em {
    font-style: italic;
}
.entry-body .wp-caption {
    max-width: 654px;
}
.entry-body p.wp-caption-text {
    display: none;
    font-size: 80%;
    font-weight: bold;
    margin: 0;
    padding: 2px 0;
    overflow: auto;
    text-align: left;
}
.entry-body div.alignright p.wp-caption-text {
    padding-left: 10px;
}
.entry-body a {
    color: #eb5a24;
    text-decoration: underline;
}
.entry-body a:hover {
    opacity: .7;
}
.entry-body table {
    margin: 0 0 20px;
    max-width: 100%;
}
.entry-body th,
.entry-body td {
    border: 1px solid #ccc;
    padding: 10px 12px;
}
.entry-body td.align-c {
    text-align: center;
}
.entry-body .su-responsive-media-yes {
    padding-bottom: 71.3%;
}
.entry-body .su-row .su-column {
    margin: 0 0 0 2%;
}
.entry-body .su-column-size-1-2 {
    width: 49%;
}


/*無料見積もり*/
.form-dl {
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(95%, transparent),color-stop(95%, #ececec),color-stop(100%, #ececec),to(transparent)),-webkit-gradient(linear,left top, right top,color-stop(95%, transparent),color-stop(95%, #ececec),color-stop(100%, #ececec),to(transparent));
    background-image: linear-gradient(transparent 95%,#ececec 95%,#ececec 100%,transparent 100%),linear-gradient(90deg,transparent 95%,#ececec 95%,#ececec 100%,transparent 100%);
    background-size: 20px 20px;
    border: 4px solid #ffd600;
    margin-bottom: 2rem;
    padding: 0 0 1.5rem;
    position: relative;
}
.form-dl > dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffd600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    height: 38px;
    padding: 0 1rem;
    top: 1rem;
}
.form-dl > dd {
    padding: 1.5rem 1.5rem 0;
}
.form-dl ul {
    list-style-type: none;
}
.form-dl input[type="radio"] {
    display: none;
}
.form-dl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-dl li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
}
.form-dl li label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 24px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    font-size: 1.0625rem;
    height: 48px;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.form-dl li label span {
    font-size: 14px;
    font-size: .875rem;
}
.form-dl li input:checked + label {
    background-color: #eb5a24;
    color: #FFF;
}
.form-dl .col-2-wrap li {
    width: 50%;
}
.form-dl .col-3-wrap li {
    width: 33.33%;
}
.form-dl .col-4-wrap li {
    width: 25%;
}
.form-dl .note {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5ac91;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 26px;
    margin: -5px 5px 1.5rem;
}
.form-dl > dd dt {
    font-weight: 600;
}
.form-dl > dd dd input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    font-size: 18px;
    padding: 4px 8px;
    width: 100%;
}
.form-dl > dd dd + dt {
    margin-top: .5rem;
}
.select-wrap {
    background: #f1f1f1;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}
.select-wrap {
    height: 38.5px;
    width: 200px;
}
.select-wrap::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #6e6e6e;
    content: "";
    font-size: 12px;
    position: absolute;
    right: .8rem;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.select-wrap select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: #333;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 16px;
    line-height: 34px;
    padding: 2px 6px;
    position: relative;
    width: 100%;
}
.select-wrap select:-ms-expand {
    display: none;
}
.u-btn04 {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eb5a24;
    border: none;
    border-radius: 25px;
    color: #FFF;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    width: 300px;
}
.u-btn04:hover {
    background-color: #ffd600;
    color: #000;
}

.notice-box {
    background-color: #f1f1f1;
    border-radius: 8px;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    padding: 1rem;
}
.notice-box em {
    color: #eb5a24;
}
.p-form .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2rem 0 3rem;
}
.privacy-wrap {
    margin-top: 1rem;
}

.privacy-wrap a::before {
    content: '>';
    font-size: .8em;
    font-weight: 600;
    margin-right: .2em;
    position: relative;
    top: -.1em;
}
.privacy-wrap a:hover {
    text-decoration: underline;
}

.p-form-result .form-dl {
    padding: 0 0 2.5rem;
}
.p-form-result .form-dl > dd {
    padding: 2.5rem 2.5rem 0;
}
.p-form-result .form-dl > dd dl {
    background-color: #FFF;
    border: 1px solid #CCC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.p-form-result .form-dl > dd dt {
    background-color: #DDD;
    padding: .5rem .75rem;
    width: 170px;
}
.p-form-result .form-dl > dd dt:nth-child(n+3),
.p-form-result .form-dl > dd dd:nth-child(n+3) {
    border-top: 1px solid #CCC;
}
.p-form-result .form-dl > dd dd {
    padding: .5rem .75rem;
    width: 740px;
}
.p-form-result .form-dl > dd dd + dt {
    margin-top: 0;
}

.success-box {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: .25rem;
    color: #155724;
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
}
.error-box {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
    color: #721c24;
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
}
.success-message,
.error-message {
    background-color: #e2e3e5;
    border: 1px solid #d6d8db;
    border-radius: .25rem;
    color: #383d41;
    margin-bottom: 2rem;
    padding: .75rem 1.25rem;
}
/* =============================================
ShoroveJapan_kato_202202
============================================= */
.cmn-btn {
	background-color: #ff6600;
    border-radius: 3rem;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 1rem 3rem;
	margin: 1.5rem 0;
	will-change: transform; 
}
.cmn-btn:hover {
	background-color: #fff;
    color: #ff6600;
    outline: 1px solid #ff6600;
	border-radius: 3rem;
}
.cmn-btn__inner {
	font-weight: bold;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 768px){
.br-sp {
	display: none; 
	}
}
.faq dl{
}
.faq dl dt{
    margin: 1rem 0;
}
.faq dl dd{
	margin: 1rem 0 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px dotted #464545;
}
dl dd,
dl dt{
	line-height: 1.8;
}
.faq dl dd:first-letter,
.faq dl dt:first-letter{
	color: white;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 10px;
	margin-right: 1rem;
}
.faq dl dt:first-letter {
	background-color: #ffd600;
}
.faq dl dd:first-letter {
	background-color: #FF6600;
}

.top-img-flow {
	width: 100%;
}

/* =============================================
ShoroveJapan_kato_20220905
============================================= */
.staff {
	display: flex;
    margin-bottom: 1rem;
}
.staff-img {
	width: 60%;
}
.staff-txts {
	width: 40%;
	background: #333;
	color: #fff;
	padding: 2rem;
}
.staff-txts p {
	margin-bottom: 5px;
}
.staff-heading {
	font-size: 20px;
	font-weight: bold;
}
.staff-detail {
	font-size: 18px;
	color: #fff;
}
.staff_comment-items {
	display: flex;
	margin-bottom: 1.5rem;
	align-items: flex-start;
    padding: 1rem 0;
}
.staff_comment-items-img {
	width: 25%;
}
.staff_comment-items-img-pt2 {
	width: 15%;
}
.staff_comment-items-txts {
	width: 75%;
	padding: 0 1rem;
}
.staff_comment-items-txts-name {
	font-size: 18px;
}
@media screen and (max-width: 768px){
	.staff {
		display: block;
	}
	.staff-img {
		width: 100%;
	}
	.staff-txts {
		width: 100%;
	}
	.staff_comment-items {
		display: block;
	}
	.staff_comment-items-img {
		width: 100%;
	}
	.staff_comment-items-img-pt2 {
		width: 100%;
	}
	.staff_comment-items-txts {
		width: 100%
	}
	.staff_comment-items-txts {
		padding: 1rem 0;
	}
}
.acd-check{
  display: none;
}
.acd-label{
  background: #ffd600;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.acd-label:after{
    background: #ff6600;
    box-sizing: border-box;
    content: "\f067";
	font-family: FontAwesome;
    display: block;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-check:checked + .acd-label:after {
    content: "\f068";
}
.acd-content {
  height: 0;
  opacity: 0;
  padding: 1rem 0;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
  height: 650px;
  opacity: 1;
  padding: 1rem 0;
  visibility: visible;
}
@media screen and (max-width: 768px){
	.acd-check:checked + .acd-label + .acd-content {
		height: 1350px!important;
	}
}

/* =============================================
ShoroveJapan_kato_20220922
============================================= */
@media screen and (min-width: 768px){
    .example.u-inner {
        width: unset;
        padding: unset;
    }
}

.top-case {
    /* padding: 1rem 10rem; */
    display: flex;
}
@media screen and (max-width: 768px) {
    .top-case {
        padding: 1rem 0;
        display: block;
    }
}

.slick-track {
    display: flex;
}
.slick-slide {
    height: auto !important;
}
.top-case-items {
    width: 50%;
	margin: 0 1rem;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 1rem;
}
@media screen and (max-width: 768px) {
    .top-case-items {
		margin: 0 auto 2rem;
		width: 100%;
    }
}
.top-case-items h3 span {
    font-size: 18px;
}
.top-case h3 {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin: 0.5rem 0;
}

@media screen and (min-width: 769px) {
    .top-case h3 {
        height: 90.39px;
        display: grid;
        place-content: center;
    }
}

.top-case img {
	width: 100%;
    margin: 0.5rem 0;
}
.top-case h4 {
    font-weight: bold;
    font-size: 20px;
    color: orange;
	margin: 0.5rem 0;
}
.top-case p {
	margin: 0.5rem 0;
}

/* =============================================
ShoroveJapan_kato_20221215
============================================= */
.reason-items {
	display: flex;
    text-align: center;
	justify-content: space-between;
}
.reason-item {
	padding: 1.5rem;
    background-color: #F2F2F2;
    width: 32%;
}
.reason-num {
	font-weight: bold;
    font-size: 2rem;
    color: #999999;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	.reason-items {
		display: block;
	}
	.reason-item {
		width: 100%;
    	margin-bottom: 1rem;
	}
}

/* =============================================
ShoroveJapan_kato_20230219 お問い合わせ - サンクスページ
============================================= */
.contact-result-txts {
	padding: 5rem;
	text-align: center;
}
.contact-result-txts a {
	color: #eb5a24;
    text-decoration: underline;
}
.contact-result-txts a:hover {
	opacity: .7;
}
@media screen and (max-width: 768px) {
	.contact-result-txts {
	padding: 3rem 1rem;
	}	
}

.collabo {
    display: grid;
    place-items: center;
    margin-block: 20px 40px;
}

.collabo_message {
    font-weight: bold;
    font-size:1.2rem;
}
.collabo_wrap {
    margin-top: 12px;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .collabo_wrap {
        grid-template-columns: 1fr 1fr;
    }
}

.collabo_item img {
    width: 100%;
    height: auto;
}

.collabo_red {
    color: red;
    font-size: 120%;
}