@charset "utf-8";


/** font
===================================*/
.yu_min {
	font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}



/** base
===================================*/
.color1 {
	color: #666464;
}

.color2 {
	color: #4e5346;
}

a {
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
}


/** header
===================================*/
#header {
}

.headline_wrap {
}

.headline {
}

.header_inner {
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 130px;
}

.logo img {
}

.right_information {
}

.gnavi {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}

.gnavi > li {
}

.gnavi > li + li {
    margin-left: 50px;
}

.gnavi > li > a {
	color: #666464;
	display: inline-block;
	border-bottom: 1px solid transparent;
    padding-bottom: 2px;
	font-weight: 600;
}

.gnavi > li > a:hover {
	opacity: 1;
	border-color: #4e5346;
}

.header_contact_btn {
	width: 200px;
}

.header_contact_btn a {
    text-align: center;
    line-height: 120px;
    color: #fff;
    display: block;
    background-color: #4e5346;
    font-weight: bold;
    letter-spacing: 0.05em;
}


/** navi
===================================*/
#gnav {
}





/** eyecatch
===================================*/
.main_slider {
}

.main_slider .swiper-slide {
	width: 1040px;
}

.main_img {
	background-position: center center;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
/* 	padding: 270px 15px; */
	position: relative;
}

.main_img > img {
}

.main_img_inner {
}

.main_img_inner .white_logo {
    text-align: center;
    margin-bottom: 32px;
}

.main_img_inner h2 {
	color: #fff;
	text-align: center;
}

.main_img_inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: fit-content;
}

.main_movie {
	width: 100%;
}


/** contents_all
===================================*/
#contents-wrap {
}

#main-contents {
}

#main-wrap {
}

#home-article {
}



/** side
===================================*/
#side {
}



/** footer
===================================*/
#footer {
    margin-top: 200px;
}

.footer_image_link_wrap {
}

.footer_img_link_list {
}

.footer_img_link_list li {
    width: 33.333%;
    height: 350px;
}

.footer_img_link_list li a {
    display: block;
    height: 100%;
	background-color: #f7f7f7;
	position: relative;
	background-position: center center;
}

.ftr_spec {
}

.ftr_spec a {
	background-image: url(../img/ftr_spec.jpg);
}

.ftr_work {
}

.ftr_work a {
	background-image: url(../img/ftr_work.jpg);
}

.ftr_blog {
}

.ftr_blog a {
	background-image: url(../img/ftr_blog.jpg);
}

.IL_box {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 336px;
    height: 124px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.IL_box::after {
	content: "";
}

.IL_box p {
	text-align: center;
	font-size: 24px;
	color: #4e5346;
}

.IL_box p span {
    display: block;
    color: #c9a66d;
    font-size: 16px;
    line-height: 1;
    padding-top: 4px;
}

.footer_contact {
    background-color: #4e5346;
    color: #fff;
    text-align: center;
    padding: 90px 0 124px;
}

.footer_contact .container {
    max-width: 870px;
}

.footer_contact h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
	margin-bottom: 70px;
}

.footer_contact h3 span {
	display: block;
	text-align: center;
	padding-top: 32px;
	font-size: 20px;
}

.btn2_wrap {
    justify-content: space-between;
}

.btn2_wrap a {
}

.btn2_wrap a.btn_w {
    color: #fff;
    display: block;
    line-height: 78px;
    border: 1px solid #fff;
    width: 400px;
    font-size: 16px;
}

.btn2_wrap a.btn_w.with_arrow {
}

.btn2_wrap a.btn_w:hover {
	background-color: #fff;
	color: #4e5346;
	opacity: 1;
}

.fotter_inner_wrap {
}

.fotter_inner_wrap .footer{
}

.footer_inner {
    padding: 90px 0 0px;
}

.footer_inner .container {
    max-width: 870px;
}

.footer_navi_wrap {
	margin-bottom: 70px;
}

.footer_logo {
    width: 25%;
    padding: 14px 0 0;
}

.footer_navi {
	width: 75%;
}

.footer_navi > ul {
    width: 33.333%;
    border-left: 1px solid #4e5346;
    padding-left: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.footer_navi > ul > li {
    line-height: 2;
}

.footer_navi > ul > li.second_link {
    padding-left: 1em;
}

.footer_navi_links a {
	display: inline-block;
	border-bottom: 1px solid transparent;
    padding-bottom: 2px;
	font-weight: 600;
}

.footer_navi_links a:hover {
	opacity: 1;
	border-color: #4e5346;
}

.footer_sns {
}

.footer_sns ul {
    justify-content: center;
    align-items: center;
	margin-bottom: 15px;
}

.footer_sns ul li {
    font-size: 30px;
    margin: 0 12px;
}

.footer_sns ul li a {
}

.copyright {
	text-align: center;
	margin-bottom: 25px;
}

.copyright address {
	font-style: normal;
	font-size: 0.8em;
	letter-spacing: 3px;
	margin-bottom: 0;
}


/** slideMenu
===================================*/
#slideMenu {
	height: 100%;
	background-color: #fff;
}



/** drawer
===================================*/
.drawer_nav {
    background: #f1f1f1;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 120;
    top: 0;
    left: 0;
}

.drawer_nav .header_inner {
    padding: 56px 56px 0;
}

.drawer_nav .menu_toggle {
    font-size: 28px;
    line-height: 1;
}

.drawer_inner {
	padding: 0 56px;
}

.page_menu_list_sp {
	padding-top: 56px;
}

.page_menu_list_sp > li {
	margin-bottom: 24px;
}

.page_menu_list_sp > li a {
	display: block;
	font-size: 18px;
}

.page_menu_list_sp > li span {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	color: #9D9FA2;
	margin-bottom: 8px;
}

.page_menu_list_sp > li p {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	margin-bottom: 0;
}

.drawer_contact_btn {
}

.drawer_contact_btn a {
    display: block;
    width: 100%;
    border: 1px solid #4e5346;
    text-align: center;
    padding: 8px;
    font-size: 18px;
    border-radius: 3px;
}

.drawer_contact_btn a:hover {
	background-color: #4e5346;
	color: #fff;
}

.float_snslink_list {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    font-size: 30px;
}

.float_snslink_list li {
	line-height: 1;
	margin: 0 12px;
}





/** top
===================================*/
.main_info {
    padding: 80px 0;
    background-color: #4e5346;
    margin-bottom: 118px;
}

.main_info_inner {
}

.mi_box {
}

.mi_box_re {
    flex-flow: row-reverse;
}

.mi_box + .mi_box {
	margin-top: 80px;
}

.mi_img {
    width: 55.52%;
}

.mi_img img {
}

.mi_txt {
	width: calc(100% - 55.52%);
	position: relative;
}

.mi_txt_inner {
    position: absolute;
    bottom: 0;
    left: -60px;
    background-color: #4e5346;
    padding: 65px 50px;
}

.mi_box_re .mi_txt_inner {
	left: auto;
	right: -60px;
}

.mi_txt h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
	font-weight: 600;
}

.mi_txt h2 span {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 30px;
    width: 90px;
    text-align: center;
    font-size: 15px;
    vertical-align: bottom;
    margin-right: 24px;
}

.mi_txt p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 45px;
}

a.btn_g {
    display: inline-block;
    text-align: center;
    color: #c9a66d;
    border: 1px solid #c9a66d;
    width: 160px;
    text-align: center;
    line-height: 38px;
}

a.btn_g:hover {
	background-color: #c9a66d;
	color: #fff;
	opacity: 1;
}

.top_box {
}

.top_spec {
}

.top_spec .container {
    max-width: 1150px;
}

.d_title {
	text-align: center;
    font-size: 32px;
    color: #4e5346;
	font-weight: 600;
	margin-bottom: 68px;
}

.d_title span {
    display: block;
    text-align: center;
    font-size: 16px;
    padding-top: 28px;
}

.spec_list {
}

.spec_list_inner {
	justify-content: center;
}

.spec_list_inner li {
    width: 21.25%;
}

.spec_list_inner li + li {
    margin-left: 5%;
}

.spec_list_inner li > a {
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
}

.spec_list_inner li > a > img {
    margin-bottom: 45px;
}

.spec_list_inner li > a > p {
}

.spec_list_inner li > a > p img {
	margin-left: 22px;
}

.spec_list_inner li > a:hover > p img {
	margin-left: 27px;
	transition: 0.3s;
}

.top_spec {
    margin-bottom: 165px;
}

.contents_list {
    margin-bottom: 60px;
}

.contents_list > li {
	width: 33.333%;
}

.contents_list > li > a {
	display: block;
}

.contents_list > li > a > img {
	margin-bottom: 20px;
}

.contents_list_txt {
	padding: 0 10px;
}

.contents_list h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contents_list p {
    font-size: 13px;
}

.contents_list p.dateInfo {
    font-size: 10px;
    color: #c9a66d;
    margin-bottom: 16px;
}

.top_view_more_btn_wrap {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top_works {
    margin-bottom: 150px;
}












/** page
===================================*/
.breadcrumbs {
    margin-bottom: 70px;
}

.breadcrumb_list {
}

.breadcrumb_list > li {
    color: #555;
    margin-right: 10px;
}

.breadcrumb_list > li small {
    margin-right: 10px;
    font-family: serif;
    vertical-align: text-bottom;
}

.breadcrumb_list > li a {
	color: #555;
}

.container_reason {
}

.page_title_wrap {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	height: 280px;
	background-position: center center;
	margin-bottom: 24px;
}

h2.p_title.page_title {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.page_title {
	font-size: 14px;
    letter-spacing: 0.1em;
    font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}

.page_title span.en {
    font-size: 32px;
    font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
    font-weight: 600;
    letter-spacing: 12px;
    margin-right: 24px;
	vertical-align: sub;
}

.page_title span.only_jp {
    font-size: 24px;
}

.page_contents_inner {
}

.intro_wrap {
    width: 100vw;
    left: calc((-100vw + 100%) / 2);
    background-image: url(../img/bg_all.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
	margin-bottom: 200px;
}

.intro_box {
    background-color: #fff;
    padding: 20px;
}

.c_title_wrap {
    font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
	text-align: center;
	margin-bottom: 40px;
}

.c_title {
    text-align: center;
    font-size: 32px;
    color: #4e5346;
    margin-bottom: 20px;
}

.c_sub_title {
	display: block;
    color: #c9a66d;
    font-size: 16px;
    line-height: 1;
    padding-top: 4px;
}

.intro_text {
    text-align: center;
    font-size: 18px;
    color: #4e5346;
    line-height: 2;
}

.intro_text p {
	margin-bottom: 1em;
}

section.reason_box {
    margin-bottom: 130px;
}

.reason_text {
	margin-bottom: 40px;
}

.reason_text p {
    color: #4e5346;
    line-height: 2;
    text-align: center;
    font-size: 16px;
	margin-bottom: 1em;
}

.reason_img {
	margin-bottom: 30px;
}

.reason_img img {
}

.container_spec .page_title_wrap {
    color: #4e5346;
}

.arrow_links_wrap {
    margin-bottom: 108px;
}

.arrow_links {
	justify-content: space-around;
}

.arrow_links li {
    width: 240px;
}

.arrow_links li a {
    display: block;
    border: 1px solid #4e5346;
    font-size: 16px;
    padding: 15px;
    font-weight: 600;
	position: relative;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
}

.arrow_links li a::after {
    content: url(../img/arrow1.png);
    position: absolute;
    right: 15px;
}

.arrow_links li a:hover {
     background-color: #4e5346;
	 color: #fff;
}

.arrow_links li a:hover::after {
	content: url(../img/arrow_w.png);
}

.spec_sec {
	margin-bottom: 160px;
}

.spec_box {
    margin-bottom: 60px;
    color: #4e5346;
}

.spec_box .c_title_wrap {
}

.spec_box .c_title {
}

.spec_box .c_sub_title {
}

.spec_box > p {
    max-width: 920px;
    margin: 0 auto 32px;
    line-height: 2;
    font-size: 16px;
}

.spec_box p:not(.*) {
	margin-bottom: 32px;
    line-height: 2;
    font-size: 16px;
}

.spec_detail {
}

.spec_detail p {
    margin: 0 0 1em;
    line-height: 1.8;
    font-size: 16px;
}

.spec_detail + .spec_detail {
}

.spec_box h4 {
    font-size: 20px;
    border-bottom: 1px solid #c9a66d;
    font-weight: 600;
    padding-bottom: 22px;
    margin-bottom: 36px;
}

.spec_detail_inner {
    justify-content: space-between;
}

.sd_txt {
	width: 63%;
}

.sd_txt p {
}

.sd_img {
	width: 34%;
}

input.wpcf7-form-control.wpcf7-submit.btn_w {
    color: #fff;
    display: block;
    line-height: 78px;
    border: 1px solid #fff;
    max-width: 400px;
    width: 100%;
    font-size: 16px;
    margin: auto;
	background-color: #4e5346;
	transition: .3s;
}

input.wpcf7-form-control.wpcf7-submit.btn_w:hover {
	background-color: #fff;
    color: #4e5346;
	border-color: #4e5346;
    opacity: 1;
}


/** Q&A
===================================*/
h3.qa_title {
    font-size: 22px;
    letter-spacing: 0.05em;
    font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
    margin-bottom: 40px;
}





/** product
===================================*/



/** product_category
===================================*/



/** single
===================================*/
.single_title {
	font-size: 24px;
	font-weight: 600;
}

h2.single_title {
}

.social_share_links {
}

.social_share_links a {
    color: #4e5346;
}


/** category
===================================*/
.category_post_list {
}

.category_post_list li {
	margin-bottom: 32px;
}


/** search
===================================*/



/** 404
===================================*/



/** works
===================================*/
.ver_works {
}

.for_flbox_container.ver_works {
    justify-content: flex-start;
}

.works_main_img {
}

.works_main_img img {
	width: 100%;
}

.works_catch {
    background-color: #81b3b7;
    padding: 80px 0 120px;
    text-align: center;
	margin-bottom: 90px;
}

.w_main_catch {
	color: #fff;
}

.w_main_catch h1 {
    text-align: center;
    font-size: 32px;
    line-height: 2;
    margin-bottom: 20px;
}

.w_sub_catch {
}

.w_sub_catch p {
	font-size: 18px;
}

.works_container {
	color: #4e5346;
}

.works_plan_box {
	margin-bottom: 50px;
}

.works_plan_title {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #c9a66d;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

.works_plan_info {
}

.works_plan_info p {
    margin: 1em 0;
}

.pl_img {
    margin-bottom: 40px;
}

.pl_flwrap {
    margin-top: 40px;
}

.works_map {
    padding-top: 50px;
	margin-bottom: 90px;
	}

.works_plan_info {
}

.map_wrap {
	margin-bottom: 30px;
}

.map_wrap iframe {
}

.nearby_contents {
}

.nearby_contents p {
}

.works_voice {
    padding-top: 50px;
}

.works_plan_info {
}

.works_plan_info p {
}

.works_plan_info ul {
    list-style: disc;
    padding-left: 1em;
}

.works_plan_info ul li {
	margin-bottom: 5px;
}



/*--------------------------------------------------------------------
  === [MEDIA QUERY] ====================================
--------------------------------------------------------------------*/

/** PC only
===================================*/
@media screen and (min-width: 1230px) {

}/* @media */



/** small-PC
===================================*/
@media screen and (max-width: 1229px) {
.conteiner_l {
}


}/* @media */



/** mini-PC
===================================*/
@media screen and (max-width: 1129px) {
.conteiner_l {
}


/** header
===================================*/

.header_contact_btn {
    width: 140px;
}

.gnavi > li + li {
    margin-left: 30px;
}






}/* @media */



/** Tablet
===================================*/
@media screen and (max-width: 1039px) {
/** base
===================================*/



/** header
===================================*/
.logo {
    width: 80px;
}

.header_contact_btn {
    width: 120px;
    margin-right: -15px;
}

.header_contact_btn a {
	line-height: 80px;
}

.gnavi > li + li {
    margin-left: 16px;
}

.gnavi > li > a {
    color: #666464;
}




/** navi
===================================*/



/** eyecatch
===================================*/



/** contents_all
===================================*/



/** side
===================================*/



/** footer
===================================*/



/** slideMenu
===================================*/



/** drawer
===================================*/



/** top
===================================*/
.btn2_wrap {
    justify-content: center;
}

.btn2_wrap a + a {
    margin-top: 20px;
}



/** page
===================================*/
.arrow_links li {
    width: 180px;
}

.arrow_links li a {
	padding: 10px;
	font-size: 14px;
}

.arrow_links li a::after {
    right: 8px;
}




/** product
===================================*/



/** product_category
===================================*/



/** single
===================================*/



/** category
===================================*/



/** search
===================================*/



/** 404
===================================*/



}/* @media */






/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
/** base
===================================*/
#wrap-all {
    padding-top: 47px;
}


/** header
===================================*/
/* header */
.sp_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

.site_header {
	transition: 0.3s;
}

.site_header.scroll_down {
	transform: translateY(-60px);
}

.sp-header-inner {
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
}

.sp-logo {
    width: 60px;
    padding: 7px 0;
}

.sp-logo a {
    display: block;
    line-height: 1;
}

.sp-header-menu {
    width: 22px;
}

.sp-header-right p {
    font-size: 11px;
}


/** navi
===================================*/



/** eyecatch
===================================*/
.main_img {
    background-image: url(../img/image1_sp.jpg) !important;
}

.main_img {
/*     padding: 100px 0; */
}

.main_img_inner .white_logo {
    width: 180px;
    margin: 0 auto 20px;
}

.main_img_inner h2 {
    font-size: 18px;
}



/** contents_all
===================================*/



/** side
===================================*/



/** sp-footer
===================================*/
#footer {
    margin-top: 60px;
}

.footer_image_link_wrap {
    display: none;
}

.footer_contact {
    padding: 50px 0 70px;
}

.footer_contact h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 34px;
    letter-spacing: 0.05em;
}

.footer_contact h3 span {
    padding-top: 16px;
    font-size: 13px;
}

.btn2_wrap a.btn_w {
    width: 260px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 65px;
    line-height: 2;
}

.btn2_wrap a.btn_w.vtel {
    font-size: 18px;
    line-height: 1;
}

.btn2_wrap a.btn_w.vtel small {
	margin-right: 2px;
}

.btn2_wrap a.btn_w span {
    font-size: 12px;
    line-height: 1;
    display: block;
    margin: -15px 0 0;
}

.footer_inner {
    padding: 0;
}

.footer_inner .container {
    padding: 0;
}

.footer_navi_sp {
    margin-bottom: 30px;
}

.footer_navi_sp_list {
}

.footer_navi_sp_list > li {
	width: 50%;
	border-bottom: 1px solid #4e5346;
}

.footer_navi_sp_list > li:nth-child(2n+1) {
	border-right: 1px solid #4e5346;
}

.footer_navi_sp_list > li > a {
    color: #4e5346;
    display: block;
    padding: 20px 13px;
	position: relative;
	line-height: 1;
}

.footer_navi_sp_list > li > a::after {
    content: ">";
    position: absolute;
    right: 15px;
    line-height: 1;
    top: calc(50% - 0.5em);
    font-family: serif;
    font-weight: 300;
}

.footer_navi_sp_list > li > a:hover {
    background-color: #4e5346;
    color: #fff;
}

.footer_sns ul li {
    font-size: 40px;
    margin: 0 14px;
    line-height: 1;
}

.copyright {
    text-align: center;
    margin-bottom: 100px;
}

.float_link {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.float_link > ul {
	display: flex;
	flex-wrap: wrap;
}

.float_link > ul > li {
	width: 50%;
}

.float_link a {
	display: block;
	color: #fff;
}

.float_link a.fcon {
    background-color: #59493f;
    display: block;
    width: 100%;
    height: 75px;
    text-align: center;
    padding: 15px 5px 10px;
    font-size: 15px;
	line-height: 20px;
}

.float_link a.ftel {
    background-color: #c9a66d;
    display: block;
    width: 100%;
    height: 75px;
    text-align: center;
padding: 16px 5px 10px;
    font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.float_link a.ftel small {
    margin-right: 2px;
}




/** slideMenu
===================================*/



/** drawer
===================================*/



/** top
===================================*/
.main_info {
    padding: 45px 15px 50px;
    margin-bottom: 50px;
    background-color: #595e52;
}

.mi_img {
    width: 100%;
}

.mi_txt {
    width: 100%;
}

.mi_txt_inner {
    position: static;
    left: auto;
    right: auto;
    padding: 40px 0 0;
	background-color: transparent;
}

.mi_txt h2 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.mi_txt p {
    margin-bottom: 30px;
}

a.btn_g {
    width: 260px;
    line-height: 50px;
    font-size: 16px;
}

.mi_box_re {
    flex-flow: column;
}

.mi_box + .mi_box {
    margin-top: 60px;
}

.d_title {
    text-align: center;
    font-size: 18px;
    color: #4e5346;
    font-weight: 600;
    margin-bottom: 34px;
    letter-spacing: 0.05em;
}

.d_title span {
    font-size: 12px;
    padding-top: 10px;
}

.spec_list_inner {
    justify-content: space-between;
}

.spec_list_inner li {
    width: 48%;
    margin-bottom: 18px;
}

.spec_list_inner li + li {
    margin: 0;
}

.spec_list_inner li > a > img {
    margin-bottom: 12px;
}

.spec_list_inner li > a > p {
    font-size: 11px;
}

.spec_list_inner li > a > p img {
    width: 30px;
}

.top_spec {
    margin-bottom: 85px;
}

.contents_list {
    margin-bottom: 10px;
}

.contents_list > li {
    width: 100%;
    margin-bottom: 20px;
}

.contents_list > li > a > img {
    margin-bottom: 15px;
}

.contents_list_txt {
    padding: 0 5px;
}

.contents_list p {
    font-size: 12px;
}

.contents_list p.dateInfo {
    margin-bottom: 10px;
}

.top_works {
    margin-bottom: 80px;
}

.footer_contact h3 span {
    padding-top: 16px;
    font-size: 13px;
}









/** page
===================================*/
.page_title_wrap {
    height: 160px;
	background-size: cover;
}

.page_title span.en {
    font-size: 24px;
    letter-spacing: 8px;
    margin-right: 12px;
}

.breadcrumbs {
    margin-bottom: 40px;
}

.breadcrumb_list > li {
    font-size: 12px;
}

.intro_box {
    padding: 0 15px;
}

.c_title_wrap {
    margin-bottom: 28px;
}

.c_title {
    font-size: 23px;
    margin-bottom: 12px;
}

.intro_text {
    text-align: left;
    font-size: 14px;
}

.intro_wrap {
    margin-bottom: 48px;
}

.reason_text {
    margin-bottom: 28px;
}

.reason_text p {
    font-size: 14px;
    text-align: left;
}

.reason_img {
    margin-bottom: 28px;
}

section.reason_box {
    margin-bottom: 52px;
}

.arrow_links li {
    width: 48%;
    margin-bottom: 2%;
}

.arrow_links_wrap {
    margin-bottom: 50px;
}

.spec_box .c_title_wrap {
    margin-bottom: 22px;
}

.spec_box {
    margin-bottom: 48px;
}

.spec_box > p {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 1em;
}

.spec_box h4 {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 22px;
}

.spec_detail_inner {
    justify-content: normal;
}

.sd_txt {
    width: 100%;
}

.sd_txt p {
    font-size: 14px;
}

.sd_img {
    width: 100%;
}

.spec_sec {
    margin-bottom: 60px;
}

.arrow_links li a::after {
    right: 8px;
    content: "";
    background-image: url(../img/arrow1.png);
    background-size: contain;
    display: block;
    width: 30px;
    height: 15px;
    background-repeat: no-repeat;
    bottom: 2px;
}




/** product
===================================*/



/** product_category
===================================*/



/** single
===================================*/



/** category
===================================*/



/** search
===================================*/



/** 404
===================================*/



/** works
===================================*/
.works_catch {
    padding: 60px 0 80px;
    margin-bottom: 60px;
}

.w_main_catch h1 {
    font-size: 22px;
}

.w_sub_catch p {
    font-size: 16px;
}

.works_plan_box {
    margin-bottom: 36px;
}

.works_plan_title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 24px;
}

.pl_img {
    margin-bottom: 24px;
}

.pl_flwrap {
    margin-top: 24px;
}

.works_map {
    padding-top: 30px;
    margin-bottom: 60px;
}













}/* @media */


