@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap');

* {
	margin: 0;
	padding: 0;
}

img { border: none; }
a:link,a:visited { color:#000000; text-decoration:none; }
a:hover { color: #0073be; text-decoration:underline; }
body { flex-direction: column; min-height: 100vh; font-family: 'Noto Sans JP', sans-serif; }

header { display: table; background-color: #ffffff; width: 100%; }
h1 { display: table-cell; width: 50%; padding: 12px 40px; vertical-align: middle; }
h1 img { display: block; width: 230px; height: auto; }
.logo img { display: inline-block; width: 230px; height: auto;  }
h2 {
    font-size: 2rem;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

section h3 {
    font-size: 1.5rem;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

/* 空き家解体処理 */
h2.service01::before {
    content: '';
    display: inline-block;
    position: relative;
    left: -1.5rem;
    top: 0.3rem;
    width: 14px;
    height: 2rem;
    background: linear-gradient(to right, #f5a20b 50%, #023067 51%);
}
/* 遺品整理・片付け */
h2.service02::before {
    content: '';
    display: inline-block;
    position: relative;
    left: -1.5rem;
    top: 0.3rem;
    width: 14px;
    height: 2rem;
    background: linear-gradient(to right, #f5a20b 50%, #d39200 51%);
}
/* 不用品回収 */
h2.service03::before {
    content: '';
    display: inline-block;
    position: relative;
    left: -1.5rem;
    top: 0.3rem;
    width: 14px;
    height: 2rem;
    background: linear-gradient(to right, #f5a20b 50%, #d39200 51%);
}
/* 高圧洗浄 */
h2.service04::before {
    content: '';
    display: inline-block;
    position: relative;
    left: -1.5rem;
    top: 0.3rem;
    width: 14px;
    height: 2rem;
    background: linear-gradient(to right, #00a6d9 50%, #f5a20b 51%);
}
/* バイオレメディエーション */
h2.service05::before {
    content: '';
    display: inline-block;
    position: relative;
    left: -1.5rem;
    top: 0.3rem;
    width: 14px;
    height: 2rem;
    background: linear-gradient(to right, #00a6d9 50%, #007bbb 51%);
}
/* 竹林整備 */
h2.service06::before {
    content: '';
    display: inline-block;
    position: relative;
    left: -1.5rem;
    top: 0.3rem;
    width: 14px;
    height: 2rem;
    background: linear-gradient(to right, #f5a200 50%, #29a838 51%);
}
/* 汎用 */
h2.generalH2::before {
    content: '';
    display: inline-block;
    position: relative;
    left: -1.5rem;
    top: 0.3rem;
    width: 7px;
    height: 2rem;
    background: linear-gradient(to right, #0073be 50%, #0073be 51%);
}

h3.generalH3::before {
    content: '';
    display: inline-block;
    position: relative;
    left: -1rem;
    top: -0.2rem;
    width: 1rem;
    height: 7px;
    background: linear-gradient(to right, #0073be 50%, #0073be 51%);
}

div.menu { display: table-cell; vertical-align: middle; }
ul.menu-content { display: table; width: 50%; padding: 12px 40px;}
ul.menu-content li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #aaaaaa;
}
ul.menu-content li:nth-child(3) {
    border-right: 0;
}

/*-- FOOTER --*/
#inquiry_wrap {
    text-align: center;
    margin: auto;
    padding: 100px;
    background-image: url(../images/bgi_inquiry_wrap.jpg);
    background-size: cover;
}
.inquiry_read {
    font-size: 2rem;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.8;
}

.inquiry_btns { display: table; margin: 10px auto; }
.inquiry_btns div { display: table-cell; }
.inquiry_tel {
    color: #0073be!important;
    font-size: 1.5rem;
    line-height: 1.2;
    display: block;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 25px;
    margin: 10px;
    font-family: 'Noto Serif JP', serif;
}

.inquiry_tel span { display: block; color: #000000; font-size: 1rem; }

.inquiry_mail {
    color: #ffffff!important;
    font-size: 1.5rem;
    line-height: 1.2;
    display: block;
    border-radius: 5px;
    background-color: #0073be;
    padding: 25px;
    margin: 10px;
    font-family: 'Noto Serif JP', serif;
}

.inquiry_mail span { display: block; color: #ffffff; font-size: 1rem; }

#footer_wrap {
    padding: 45px;
    background-color: #ffffff;
    font-size: 0.8rem;
}

#footer_menu { display: table; width: 100%; margin-bottom: 25px; }
#footer_menu div { display: table-cell; width: 25%; }
#footer_menu div:last-child { text-align: right; width: 50%; line-height: 2; }
#footer_menu ul { column-count: 2; list-style: none; margin-right: 2rem; }
#footer_menu a { display:block; margin-bottom: 10px; }
#copyright { font-size: 0.8rem; text-align: center; }
#inquiry_always {
    position:fixed;
    right: 0px;
    top: 0px;
    padding: 17px 25px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
    border-bottom-left-radius: 10px;
    text-align: center;
}
#inquiry_always strong {
    display: block;
    font-family: 'Noto Serif JP', serif;
    color: #0073be;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1;
    margin: 5px 0 10px 0;
}
#inquiry_always span { display: block; line-height: 1; }
#inquiry_always a {
    display: block;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-color: #0073be;
    padding: 0 0 2px 0;
}

/*-- MAIN IMAGE --*/
#slider {
    width: 100%;
    height: 450px;
}
#slider p {
    font-family: 'Noto Serif JP', serif;
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    position: relative;
    top: 120px;
    text-shadow: 0 0 10px #111111,
    0 0 20px #333333,
    0 0 30px #333333,
    0 0 40px #333333;
}
#slider ul { list-style: none; position: relative; margin: auto; }
#slider ul::after { content: ""; clear: both; }
#slider ul li {
    float: left;
    display: block;
    background: #0099d9;
    color: #ffffff;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    padding: 0 10px 5px;
    margin-right: 15px;
}
#slider ul li:last-child { margin-right: 0; }
.point3 { position: relative; width: 436px; text-align: center; margin: auto; top: 140px; }

/*-- SERVICE SLIDER --*/
section.left_slider {
    display: flex;  
    flex-direction: row;
    padding: 40px 0;
    width: 1018px;
    margin: auto;
    align-items: center;
    box-sizing: border-box;
}
section.right_slider {
    display: flex;  
    flex-direction: row;
    padding: 40px 0;
    width: 1018px;
    margin: auto;
    align-items: center;
    flex-flow: row-reverse;
    box-sizing: border-box;
}

.slide_wrap { flex: 1; max-width:480px; }
section.left_slider .read_wrap { flex: 1; width: 50%; padding-left: 30px; }
section.right_slider .read_wrap { flex: 1; width: 50%; padding-right: 30px; }

.slide_wrap img {
    width: 100%;
    height: auto;
  }

.slick-prev,.slick-next{ z-index:2; }
.slick-prev{ left: 5px!important; }
.slick-next{ right: 5px!important; }
.thumbnail01 .slick-track,
.thumbnail02 .slick-track,
.thumbnail03 .slick-track,
.thumbnail04 .slick-track,
.thumbnail05 .slick-track,
.thumbnail06 .slick-track
{ transform:unset!important; }
.thumbnail01 .slick-current img,
.thumbnail02 .slick-current img,
.thumbnail03 .slick-current img,
.thumbnail04 .slick-current img,
.thumbnail05 .slick-current img,
.thumbnail06 .slick-current img
{ opacity: 0.5; }

/*-- 2ND PAGES --*/
.sptitle { display: none!important; }
.pctitle { display: block!important; }
#pagetitle {
    width: 100%;
    height: 250px;
    background-image: url(../images/bgi_pagetitle.jpg);
    background-size: cover;
}

#pagetitle h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 3rem;
    color: #ffffff;
    text-align: center;
    position: relative;
    top: 70px;
    padding-left: 0;
}

#pagetitle p {
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    position: relative;
    top: 50px;
}

#breadcrumb_wrap { padding: 10px 40px; }
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
  
.breadcrumb li:not(:last-of-type)::after {
    content: "›";
    margin: 0 .6em;
    color: #777;
}

.general_wrap {
    display: block;
    padding: 40px 0;
    width: 1018px;
    margin: auto;
    box-sizing: border-box;
}

.flex_wrap {
    display: flex;  
    flex-direction: row;
    padding: 40px 0;
    width: 1018px;
    margin: auto;
    align-items: center;
    flex-flow: row-reverse;
    box-sizing: border-box;
    align-items: flex-start;
}

.image_wrap { flex: 1; }
.image_wrap img { max-width:496px; }
.flex_wrap .read_wrap { flex: 1; width: 50%; padding-right: 30px; }

.flex_wrap_detail {
    display: flex;
    width: 1018px;
    padding: 0 0 40px 0;
    margin: auto;
}

.flex_wrap_detail div {
    margin-right: 15px;
    box-sizing: border-box;
    max-width: 330px;
}

.flex_wrap_detail div:last-child {
    margin-right: 0;
}

.flex_wrap_detail div img {
    max-width: 330px;
    height: auto;
}

.flex_wrap_detail div dt {
    color: #0073be;
    text-align: center;
    margin: 5px;
}

table.datatable { border-spacing: 0; width: 100%; border-collapse: collapse; }
table.datatable th { background-color: #0073be; padding:15px; color: #fff; border: 1px solid #ccc; }
table.datatable td { padding:15px; border: 1px solid #ccc; text-align: right; }
table.datatable tr td:first-child { text-align: left; }
dl.dl_wrap {
    width: 100%;
    display: flex;
    border-top: 1px solid #ccc;
    padding: 30px 0;
}
dl.dl_wrap dt { width: 20%; padding: 0 30px; border-right: 1px solid #ccc; }
dl.dl_wrap dd { padding: 0 30px; width: 80%; }
ul.dl_list { margin-left: 1.2rem; }
input, textarea { background-color: #f1f1f1; padding: 10px; border-radius: 5px; border: 0; box-sizing: border-box; }
.submit { background-color: #0073be; color: #fff; font-size: 1rem; padding: 0.5rem 2rem;}
.retry { background-color: #777!important; }
.error { font-size: 0.8rem; color: #be0000; margin-top: 5px; }
.formbutton { width: 100%; }
.formbuttonwrap { margin: auto; text-align: center; }
.formbuttonwrap form { display: inline-block; margin: 5px; }
.formread { margin-bottom: 3rem; }
.finish { border: 1px solid #ccc; border-radius: 5px; padding: 2rem; margin: auto; text-align: center; }
.finish h3 { padding-bottom: 1rem; border-bottom: 3px solid #0073be; display: inline-block; }
.finish p { margin-top: 1rem; }
/*.total { font-size:2rem; font-style: italic; color: #ff0000; font-weight: 900;}
.total span { font-size: 1rem; }*/

/*-- COMMON --*/
.tright { text-align: right; }
.tleft { text-align: left; }
.tcenter { text-align: center; }
.db { display: block; }
.sp { display: none!important; }
.mb60 { margin-bottom: 60px; }
.mb100 { margin-bottom: 100px; }
.required, .any {
    font-size: 0.5rem;
    display: inline-block;
    padding: 0 10px 1px;
    margin-left: 10px;
    border-radius: 5px;
    color: #fff;
}
.required { background: #be0000; }
.any { background: #999; }
.caution { margin-left: 1.5rem; margin-top: 1rem; }
.caution li { margin-bottom: 1rem; }

/*-- FADE --*/
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}