@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////                 © Branding Technology inc.                  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    -webkit-text-size-adjust: none;
}
input, button, textarea, select, p, blockquote, th, td, pre, li, dt, dd {
    font-size: 160%;
    letter-spacing: 0.5px;
}
p, dt, dd, td, th, li {
    line-height: 28px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
	outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
    background: none;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
body {
    color: #2f1606;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.f_Bebas {
    font-family: 'Bebas Neue', cursive;
}
.f_Rounded {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.f_Noto {
    font-family: 'Noto Sans JP', sans-serif;
}
#wrapper {
    width: 100%;
    overflow: hidden;
}
.sp, .sp_320, .sp_375, .sp_480 {
    display: none;
}
.pc {
    display: block;
}
.bold {
    font-weight: bold;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.tel_link {
    cursor: auto;
}
.txt_tel {
    text-decoration: none;
}
.v_top {
    vertical-align: top;
}
.txt_ver {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
}
/* table */
table {
    width: 100%;
}
table th, table td {
    border: solid 1px #c1c1c1;
    box-sizing: border-box;
    padding: 13px 20px 10px;
    color: #2f1606;
}
table th {
    background: #f9f9f9;
    font-weight: 600;
}
table td {
    background: #fff;
}
/* to top */
#totop {
    position: fixed;
    z-index: 50;
    margin: 0;
    display: none;
}
/* topic path */
.topic_path ul {
    text-align: left;
    margin-left: -4px;
}
.topic_path li {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    line-height: 1;
    color: #2f1606;
    position: relative;
    padding: 20px 10px 20px 4px;
}
.topic_path li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.topic_path li:not(:last-child):before {
    content: '';
    border-right: solid 1px #2f1606;
    border-bottom: solid 1px #2f1606;
    position: absolute;
    transform: rotate(-45deg);
    padding: 3px;
    right: 1px;
    top: 50%;
    margin-top: -2px;
}
.topic_path li a {
    display: inline-block;
    margin-right: 5px;
    color: #2f1606;
    position: relative;
    text-decoration: none;
}
.topic_path li a:hover {
    text-decoration: none;
}
table th, table td {
    border: solid 1px #cccccc;
    padding: 16px 20px;
}
table th {
    font-weight: 700;
}
table.tbl_h th {
    border-left: 4px solid #005f37
}
table.tbl_v th {
    border-top: 4px solid #005f37;
}
table.tbl_v tr:not(:first-child) th {
    border-left: 4px solid #005f37;
    border-top: none;
}
table.tbl_h td.td_ttl {
    font-weight: 700;
    background-color: #f9f9f9;
}
.tbl_center td, .tbl_center th{text-align: center;}
@media screen and (min-width: 751px) {
    a, a:hover, a:active {
        color: #2f1606;
    }
    a:hover {
        transition: all .3s;
        opacity: 0.8;
    }
    p {
        margin-bottom: 20px;
    }
    #wrapper {
        min-width: 1200px;
    }
    .inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .image_l {
        float: left;
        margin: 8px 60px 25px 0;
    }
    .image_r {
        float: right;
        margin: 8px 0 25px 60px;
    }
    .image_l img, .image_r img {
        width: auto;
        max-width: 500px;
    }
    .no-hover {
        opacity: 1 !important;
        text-decoration: none !important;
    }
    .tel_link {
        pointer-events: none;
        cursor: text;
    }
    #totop {
        right: 40px;
        bottom: 40px;
    }
    #totop a {
        transition: all 0.3s;
    }
    #totop a:hover {
        opacity: 0.7;
    }
}
#totop a{
    display: block;
}
/* end min-width 641 */
/* Header
----------------------------------------*/
header {
    background-color: #FFF;
	transition: all .3s;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
header .inner {
    position: relative;
    height: 120px;
}
header h1 {
    font-size: 9px;
    font-weight: normal;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
header .logo {
    position: absolute;
    top: 0;
    left: 1%;
    z-index: 1;
	margin-bottom: 0;
	transition: all .3s;
}

header .logo img {
	transition: all .3s;
}
.logo_h {
	display: none;
}
.header_r {
    float: right;
}
header .info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 0 0;
}
.h_tel {
    margin-right: 20px;
}
.h_tel .tel_num {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}
.h_tel .icon_phone {
    display: inline-block;
    height: 20px;
    width: 26px;
    background: url("../images/tel_green.png") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 10px;
}
.h_mail a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 40px;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    background-color: #ffba00;
}
.h_mail .icon_mail {
    display: inline-block;
    height: 16px;
    width: 22px;
    background: url("../images/mail_white.png") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 10px;
}
/* Header fixed
----------------------------------------*/
@media screen and (min-width: 751px) {
	header.fixed .logo {
		top: 42px;
	}
	header.fixed .logo_v {
		display: none
	}

	header.fixed .logo_h {
		display: block;
	}
}

/* Navi
----------------------------------------*/
ul.menu {
    width: 100%;
    box-sizing: border-box;
}
ul.menu > li > a, ul.menu > li > span {
    text-decoration: none;
    display: block;
    font-weight: 400;
}
ul.menu .sub li:first-child {
    border-top: none;
}
ul.menu .sub li a {
    display: block;
    text-decoration: none;
    position: relative;
}
ul.menu .sub li a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    padding: 3px;
}
@media screen and (min-width: 751px) {
    ul.menu {
        display: flex;
        height: 100%;
    }
    ul.menu > li {
        position: relative;
        box-sizing: border-box;
        text-align: center;
    }
    ul.menu > li > a{
        cursor: pointer;
    }
    ul.menu > li > a, ul.menu > li > span {
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        transition: color .3s;
        padding: 14px 20px 18px;
        color: #2f1606;
    }
    ul.menu > li:last-child > a, ul.menu > li:last-child > span {
        padding-right: 0;
    }
    ul.menu > li:hover > a, ul.menu > li:hover > span {
        opacity: 0.8;
    }
    ul.menu > li:hover .sub {
        height: auto;
        opacity: 1;
        overflow: inherit;
        transform: translateX(0) !important;
    }
    ul.menu .sub {
        height: 0;
        opacity: 0;
        overflow: hidden;
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        top: 60px;
        width: 270px;
        margin-left: -125px;
        z-index: 10;
        transform: translateX(30px);
        transition: transform .3s, opacity .3s;
    }
    ul.menu .sub li {
        background: rgba(0, 95, 55, 0.8);
    }
    ul.menu .sub li:first-child {
        padding-top: 20px;
    }
    ul.menu .sub li:last-child {
        padding-bottom: 20px;
    }
    ul.menu .sub li a {
        padding: 5px 25px;
        font-size: 14px;
        color: #fff;
        text-align: left;
    }
}
/* end min-width 751 */
/* Footer
----------------------------------------*/
footer {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
	padding-top: 80px;
}
.footer1 {
    margin-bottom: 80px;
}
.footer1 .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
}
.footer1 .inner > * {
    width: 600px;
    height: 580px;
}
.footer_info {
    padding: 100px 80px;
    background: url("../images/footer_bg.jpg") repeat 0 0;
}
.f_logo {
    text-align: center;
    margin-bottom: 30px;
}
.f_address {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.f_address span {
    font-size: 14px;
    color: #493c34;
    line-height: 24px;
}
.f_map_btn {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #005f37;
    font-size: 18px;
    color: #005f37;
    text-decoration: none;
    height: 60px;
    width: 160px;
    text-align: center;
}
.f_map_btn:hover {
    color: #005f37;
    opacity: 0.6;
}
.icon_map {
    height: 27px;
    width: 25px;
    background: url("../images/map_pin.png") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 10px;
}
.f_contact dt {
    font-size: 26px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    color: #005f37;
    margin-bottom: 15px;
}
.f_tel a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    color: #2f1606;
    text-decoration: none;
}
.f_tel .tel_num {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
}
.f_tel .time_note {
    font-size: 18px;
    font-weight: 700;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.f_tel .icon_phone {
    display: inline-block;
    height: 26px;
    width: 34px;
    background: url("../images/tel_green1.png") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 13px;
    margin-top: 3px;
}
.f_mail a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 440px;
    height: 80px;
    color: #FFF;
    text-decoration: none;
    background-color: #ffba00;
    font-size: 26px;
    line-height: 36px;
}
.f_mail a span {
    transform: translateY(-2px);
}
.f_mail .icon_mail {
    display: inline-block;
    height: 20px;
    width: 28px;
    background: url("../images/mail_white1.png") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 16px;
}
.footer_map {
    margin-top: 65px;
}
.footer_map iframe {
    height: 100%;
    width: 100%;
    border: 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.footer2 {
    background: url("../images/f_bg1.png") no-repeat top center;
    height: 593px;
    padding: 60px 0 75px;
    color: #FFF;
}
.f_logo_cen {
    text-align: center;
    margin-bottom: 80px;
}
.footer_menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 52px;
}
.f_menu {
    width: 25%;
}
.f_menu a {
    color: #FFF;
    text-decoration: none;
    line-height: 24px;
}
.f_menu a:hover {
    text-decoration: underline;
}
.f_menu > li > a, .f_menu > li > span {
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
    display: block;
}
.f_menu > li > a::before, .f_menu > li > span::before {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.f_menu > li > a {
    padding: 15px 0 15px 20px;
}
.f_sub {
    padding-left: 26px;
}
.f_sub a {
    font-size: 12px;
}
.copy {
    clear: both;
    text-align: center;
    margin: 0;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
}
/* index
----------------------------------------*/
#index .keyvisal {
    height: 800px !important;
    position: relative;
    overflow: visible;
    margin-top: 120px;
}
.index_catch {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background-color: rgba(255, 255, 255, .85);
    z-index: 5;
}
.index_catch .inner {
    position: relative;
    height: 180px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.index_catch .inner::after {
    content: '';
    display: inline-block;
    background: url("../images/tree_illust.png") no-repeat 0 0;
    width: 200px;
    height: 232px;
    position: absolute;
    right: 205px;
    bottom: 0;
}
.index_catch1 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    padding-left: 60px;
    position: relative;
}
.index_catch1::before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 40px;
    background-color: #2f1606;
    left: 0;
    position: absolute;
    top: 20px;
}
#index h2 {
    background-color: rgba(47, 22, 6, .9);
    width: 170px;
    height: 500px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -240px;
    z-index: 5;
}
#index h2 span {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 32px;
    line-height: 48px;
    color: #FFF;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    letter-spacing: 2px;
    position: relative;
}
#index h2 span::after {
    display: inline-block;
    content: '';
    background: url("../images/idx_h2_after.png") no-repeat 0 0;
    width: 111px;
    height: 123px;
    bottom: -70px;
    right: -72px;
    position: absolute;
}
#index h3 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    position: relative;
}
#index h3::before {
    font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	letter-spacing: 6px;
}




.index1 {
    padding: 175px 0;
    background: url("../images/idx1_bg2.png") no-repeat center bottom;
    position: relative;
}
.index1::before {
    content: '';
    display: inline-block;
    background: url("../images/idx1_bg1.png") no-repeat 0 0;
    position: absolute;
    width: 454px;
    height: 320px;
    top: 42px;
    z-index: -1;
    left: 50%;
    transform: translateX(-930px);
}
.index1_ttl {
    text-align: center;
    font-weight: 400;
    font-size: 44px;
    line-height: 56px;
    color: #2f1606;
    letter-spacing: 1px;
    background: url("../images/idx1_title_after.png") no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.index1_ttl::before {
    content: 'Realize Your Ideal Home';
    color: #f6f6f5;
    font-size: 130px;
    left: 0;
    text-align: center;
    top: 50%;
    right: 0;
    position: absolute;
    z-index: -1;
    transform: translateY(-50%);
}
.index1_list {
    position: relative;
    height: 732px;
	margin-bottom: 22px;
}
.index1_item {
	position: absolute;
    -moz-transform: skew(-14deg, 0deg);
    -webkit-transform: skew(-14deg, 0deg);
    -o-transform: skew(-14deg, 0deg);
    -ms-transform: skew(-14deg, 0deg);
    transform: skew(-14deg, 0deg);
}
.index1_item span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    color: #FFF;
    text-decoration: none;
    z-index: 2;
    -moz-transform: skew(14deg, 0deg);
    -webkit-transform: skew(14deg, 0deg);
    -o-transform: skew(14deg, 0deg);
    -ms-transform: skew(14deg, 0deg);
    transform: skew(14deg, 0deg);
	text-shadow: 0px 0px 10px rgba(53, 28, 5, 1);
}

.index1_item_in {
	position: relative;
	height: 100%;
    width: 100%;
}

.index1_item_in::after {
	content: '';
	background-color: #e6dfd1;
	position: absolute;
	bottom: -10px;
	left: 12px;
	right: -12px;
	top: 10px;
	z-index: -1;
}

.index1_item a {
    display: block;
    height: 100%;
    width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.index1_item a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -25px;
	bottom: 0;
	right: -25px;
	-moz-transform: skew(14deg, 0deg);
    -webkit-transform: skew(14deg, 0deg);
    -o-transform: skew(14deg, 0deg);
    -ms-transform: skew(14deg, 0deg);
    transform: skew(14deg, 0deg);
	transition: transform ease .5s;
	z-index: 1;
}
.index1_item1 {
    height: 200px;
    width: 350px;
	top: 30px;
	left: 65px;
}
.index1_item2 {
    height: 180px;
    width: 400px;
	top: 0;
	left: 655px;
}
.index1_item3 {
    height: 180px;
    width: 350px;
	top: 242px;
	left: 415px;
}
.index1_item4 {
    height: 250px;
    width: 360px;
	top: 282px;
	left: 798px;
}
.index1_item5 {
    height: 350px;
    width: 260px;
	top: 306px;
	left: 45px;
}
.index1_item6 {
    height: 180px;
    width: 350px;
	top: 502px;
	left: 334px;
}
.index1_item7 {
    height: 130px;
    width: 370px;
	top: 602px;
	left: 754px;
}
.index1_item1 a::before {
	background: url("../images/idx1_img1.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.index1_item2 a::before {
	background: url("../images/idx1_img2.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.index1_item3 a::before {
	background: url("../images/idx1_img3.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.index1_item4 a::before {
	background: url("../images/idx1_img4.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	left: -32px;
	right: -32px;
}
.index1_item5 a::before {
	background: url("../images/idx1_img5.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	left: -55px;
	right: -55px;
}
.index1_item6 a::before {
	background: url("../images/idx1_img6.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.index1_item7 a::before {
	background: url("../images/idx1_img7.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.index1_item a:hover {
    opacity: 1;
}
.index1_item a:hover::before {
    -moz-transform: skew(14deg, 0deg) scale(1.1);
    -webkit-transform: skew(14deg, 0deg) scale(1.1);
    -o-transform: skew(14deg, 0deg) scale(1.1);
    -ms-transform: skew(14deg, 0deg) scale(1.1);
    transform: skew(14deg, 0deg) scale(1.1);
}

.index1_txt {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}


.index2 {
	background: url("../images/idx2_bg.jpg") no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}

.index2 .inner {
	position: relative;
	padding: 95px 0 72px;
	height: 560px;
}


.index2_cont {
	max-width: 720px;
}

.index2_photo1 {
	position: absolute;
	top: -42px;
	right: -165px;
}
.index2_photo2 {
	position: absolute;
	bottom: -55px;
	right: 40px;
}

.index2_ttl {
	font-size: 32px;
	line-height: 48px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.index2_ttl::before {
	content: 'ABOUT US';
	font-size: 120px;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-18px);
	line-height: 90px;
}

.index2_ttl i,
.index2_ttl > span {
	position: relative;
	z-index: 1;
}

.index2_icon {
	margin-right: 25px;
}
.index2_ttl_txt span {
	color: #ff6000;
	font-size: 40px;
} 


.index2_txt {
	font-size: 18px;
	line-height: 32px;
}

.idx_button {
	text-align: center;
}

.idx_button a{
	background-color: #005f37;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding: 15px;
	max-width: 550px;
	display: block;
	margin: 0 auto;
}

.idx_button a::after {
	content: '';
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(0,95,55,1) 50%);
	display: inline-block;
	height: 1px;
	width: 40px;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.index3 {
	background: url("../images/idx3_bg.jpg") no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 135px 0 100px;
}

.index3_ttl {
	text-align: center;
	line-height: 56px;
	font-size: 44px;
	z-index: 1;
	margin-bottom: 32px;
}

.index3_ttl::before {
	content: 'REASON';
	font-size: 120px;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.index3_ttl span {
	color: #ff6000;
}

.index3_text {
	text-align: center;
	font-size: 24px;
	margin-bottom: 70px;
}

.index3_text span {
	font-size: 34px;
	position: relative;
	z-index: 1;
}

.index3_text span::after {
	background-color: #ffcc00;
	content: '';
	height: 16px;
	position: absolute;
	bottom: 3px;
	left: 5px;
	right: 5px;
	top: auto;
	z-index: -1;
}

.index3_flow_gr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.index3_flow {
	width: 20%;
	border-left: solid 1px #b7b6b3;
	border-right: none;
	border-bottom: solid 1px #b7b6b3;
	border-top: none;
	text-align: center;
}
.index3_flow:last-child {
	border-right: solid 1px #b7b6b3;
}

.index3_flow dt {
	font-size: 44px;
	color: #FFF;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	line-height: 70px;
	background-color: #005f37;
}
.index3_flow dd img{
	width: 64px;
}
.index3_flow dd:nth-child(2) {
	padding: 20px 0 10px;
}
.index3_flow dd:nth-child(3){
	padding-bottom: 30px;
}
.index3_flow dd:nth-child(3) .index3_flow_text{
	text-align: left;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
}

.index3_flow_text > span {
	color: #ff6000;
}

figure, figurecaption {
	padding: 0;
	margin: 0;
	border: none;
}

.index4 {
	padding: 80px 0;
}

.index_work a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	text-decoration: none;
}
.index4_photo {
	height: 370px;
	max-width: 680px;
	overflow: hidden;
}

.index4_photo img {
	transition: transform ease .5s;
}

.index_work a:hover {
	opacity: 1;
}
.index_work a:hover .index4_photo img {
	transform: scale(1.1,1.1);
}
.index4_work_cont {
	background: url("../images/idx4_bg.png") no-repeat 0 0 #25180f;
	width: 520px;
	height: 370px;
	text-align: center;
	padding: 34px 0 39px;
}

.index4_work_cont h4 {
	margin-bottom: 18px;
}

.index4_text {
	font-size: 18px;
	color: #FFF;
	line-height: 30px;
	margin-bottom: 28px;
}

.index4_button {
	background-color: #ffba00;
	display: block;
	color: #FFF;
	font-size: 24px;
	line-height: 60px;
	font-weight: 500;
	margin-bottom: 0;
	position: relative;
}
.index4_button::after {
	content: '';
	display: inline-block;
	height: 18px;
	width: 24px;
	background: url("../images/white_icon.png") no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.index5 {
	background: url("../images/idx5_bg.jpg") no-repeat top center;
}

.index5 .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	height: 580px;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	color: #FFF;
	z-index: 1;
	padding: 80px 0;
}

.index5 .inner::before {
	content: '';
	position: absolute;
	z-index: -1;
	left: -72px;
	bottom: -56px;
	background: url("../images/idx5_after.png") no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	width: 496px;
	height: 517px;
}

.index5_ttl {
	font-size: 44px;
	line-height: 56px;
	z-index: 1;
	margin-bottom: 55px;
	letter-spacing: 2.5px;
}
.index5_ttl span {
	font-size: 54px;
}
.index5_ttl::before {
	content: 'HOUSE BUILDING';
	
	font-size: 120px;
	color: rgba(255,186,0,0.3);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: auto;
	transform: translateY(-50%);
	z-index: -1;
}

.index6 {
	padding: 100px 0 80px;
}
.index6_b1 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 42px;
}

.index6_photo {
	width: 50%;
}

.index6_b1_r {
	text-align: center;
	width: 50%;
}

.index6 h4 {
	font-size: 32px;
	font-weight: bold;
	line-height: 48px;
	color: #673310;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
	margin-bottom: 20px;
}

.index6_info dt {
	margin-bottom: 32px;	
}

.index6_info dd {
	line-height: 30px;
	margin-bottom: 35px;
}
.idx_button.index6_button a {
	max-width: 450px;
}

.index6_b2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.index6_items {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	max-width: 575px;
	position: relative;
	width: 100%;
}
.index6_items a {
	text-decoration: none;
	color: #2f1606;
}
.index6_items a:hover {
	opacity: 1;
}

.index6_items_photo {
	width: 100%;
	overflow: hidden;
	max-height: 268px;
	
}
.index6_items_photo img {
	transition:  transform ease .5s;
}
.index6_items a:hover img {
	transform: scale(1.1,1.1);
}

.index6_dl dt {
	background-color: #f6f6f5;
	padding: 6px 30px;
	font-size: 24px;
	line-height: 48px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.index6_dl dd {
	font-size: 14px;
	line-height: 26px;
	padding: 23px 30px 100px;
}

.index6_dl dd > p {
	margin-bottom: 0;
}

.index6_btn {
	height: 40px;
	width: 150px;
	display: inline-block;
	background-color: #ffba00;
	color: #FFF;
	padding: 7px 0 7px 20px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	margin-bottom: 0;
}

.index6_btn::after {
	display: block;
	content: '';
	background: url("../images/white_icon1.png") no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	height: 14px;
	width: 8px;
	float: right;
	margin: 6px 10px 0 0;
}

/* IE */
@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	
	.index6_btn {
	padding: 6px 0 8px 20px;
}

.index6_btn::after {
	margin: 7px 10px 0 0;
}
	
}

.index7 {
	position: relative;
}

.index7_button {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index7_button a {
	background-color: rgba(47,22,6,0.6);
	display: block;
	color: #FFF;
	width: 100%;
	max-width: 550px;
	border: solid 3px #FFF;
	font-size: 24px;
	text-decoration: none;
	line-height: 48px;
	padding: 16px 42px;
	position: relative;
}

.index7_button a::after {
	content: '';
	display: inline-block;
	position: absolute;
	background: url("../images/white_icon2.png") no-repeat center;
	height: 24px;
	width: 14px;
	-webkit-background-size: cover;
	background-size: cover;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}


.index8 {
	background: url("../images/idx8_bg.jpg") top center repeat;
}

.index8 .inner {
	position: relative;
	padding: 118px 0 107px;
}

.index8 .inner::after {
	content: '';
	display: inline-block;
	background: url("../images/idx8_illust.png") no-repeat 0 0;
	width: 420px;
	height: 360px;
	position: absolute;
	top: 67px;
	right: -135px;
}


.index8_ttl {
	text-align: center;
	font-size: 44px;
	line-height: 56px;
	z-index: 1;
	margin-bottom: 110px;
}
.index8_ttl::before {
	content: 'BEFORE';
	font-size: 130px;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: auto;
	transform: translateY(-50%);
	z-index: -1;
}


.index8_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.index8_items {
	max-width: 350px;
	width: 100%;
	margin-left: 19px;
	margin-right: 19px;
	text-align: center;
}

.index8_items:nth-child(2) {
	margin-top: 40px;
}

.index8_items:nth-child(3) {
	margin-top: 80px;
}

.index8_items a {
	text-decoration: none;
	color: #2f1606;
}

.index8_items a:hover {
	opacity: 1;
}


.index8_photo {
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin-bottom: 0;
}

.index8_photo img {
	transition:  transform ease .5s;
}

.index8_items a:hover img {
	transform: scale(1.1,1.1);
}
.index8_info {
	position: relative;
}

.index8_info::after {
	content: '';
	display: block;
	background: url("../images/idx8_arrow.png") no-repeat top right;
	width: 100%;
	height: 18px;
}

.index8_info dt {
	font-size: 20px;
	color: #FFF;
	background-color: #005f37;
	line-height: 36px;
	padding: 12px 20px;
	font-weight: 500;
}

.index8_info dd {
	font-weight: 500;
	line-height: 30px;
	padding: 12px 20px;
}

.index9 {
	background: url("../images/idx9_bg.jpg") no-repeat 0 0;
	margin: 60px 0;
	position: relative;
}

.index9::after {
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	background: url("../images/idx9_img.jpg") no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	top: 0;
	right: 0;
	z-index: 0;
}

.index9_ttl {
	text-align: center;
	font-size: 44px;
	line-height: 56px;
	z-index: 1;
	margin-bottom: 62px;
}
.index9_ttl::before {
	content: 'GREETIONG';
	font-size: 130px;
	color: #f6f6f5;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: auto;
	transform: translateY(-50%);
	z-index: -1;
}

.index9_ttl1 {
	font-size: 32px;
	line-height: 48px;
	color: #673310;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin-bottom: 25px;
}

.index9_cont {
	max-width: 600px;
	text-align: center;
	height: 700px;
	padding: 90px 0 77px;
}

.index9_text {
	line-height: 30px;
	margin-bottom: 42px;
}

.index9 .button {
	max-width: 480px;
}
.index9 .button:first-child {
	margin-bottom: 10px;
}

.index10 {
    background-image: url("../images/idx10_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 120px 0 110px;
}

.index10 .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.index10_news {
	width: 700px;
}

.index10_ttl {
	color: #FFF;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	margin-bottom: 35px;
}

.index10_ttl_en {
	 font-family: 'Bebas Neue', cursive;
	font-size: 60px;
}

.index10_ttl_jp {
	font-size: 24px;
}


.index10_news_cont {
	margin-bottom: 50px;
}

.index10_news_cont ul {
	border-top: solid 1px #FFF;
}

.index10_news_cont li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: 30px;
	border-bottom: solid 1px #FFF;
	padding: 22px 20px 21px;
}
.index10_news_cont a {
	color: #FFF;
	text-decoration: none;
}
.index10_news_cont .date {
	font-weight: 700;
	width: 160px;
    color: #FFF;
    margin-right: 25px;
}

.index10_button {
	text-align: center;
}

.index10_button a{
	border: solid 1px #FFF;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding: 14px 15px;
	max-width: 300px;
	display: block;
	margin: 0 auto;
}
.index10_button a:hover{
    opacity: 0.5;
}
.index10_button a::after {
	content: '';
	background: rgb(255,255,255);
	display: inline-block;
	height: 1px;
	width: 40px;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.index10_bnr {
	width: 430px;
}


.index10_bnr a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	padding: 0 60px 0 85px;
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
	text-decoration: none;
	color: #2f1606;
}

.index10_bnr a .f_en {
	 font-family: 'Bebas Neue', cursive;
	font-size: 36px;
	margin-right: 22px;
	margin-top: 4px;
	display: inline-block;
}

.index10_bnr a::before {
	content: '';
	left: 39px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	height: 26px;
	width: 26px;
}

.index10_bnr .index10_bnr_after a::before {
	background: url("../images/idx10_icon1.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.index10_bnr .index10_bnr_qa a::before {
	background: url("../images/idx10_icon2.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.index10_bnr .index10_bnr_flow a::before {
	background: url("../images/idx10_icon3.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.index10_bnr a::after {
	content: '';
	right: 19px;
	top: 50%;
	margin-top: -7px;
	position: absolute;
	height: 15px;
	width: 30px;
	background: url("../images/idx10_arrow.png") no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
}



/* common under
----------------------------------------*/
.pc_area {
    display: block;
}
.sp_area {
    display: none;
}
/*=============Nav right Fixed =====================*/
.nav_fixed_right {
    position: fixed;
    right: 0;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transform: translateY(-50%);
    z-index: 900;
    width: 70px;
}
.nav_fixed_right p {
    min-height: 230px;
    line-height: 1.5em;
    margin-bottom: 0;
}
.nav_fixed_right a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.nav_fixed_right .item02 {
    position: relative;
    width: 500px;
    transform: translateX(430px);
    transition: all 0.8s ease;
}
.nav_fixed_right a:hover {
    opacity: 1;
    transition: all 0.8s ease;
}
.nav_fixed_right .item02:hover {
    transform: translateX(0);
    transition: all 0.8s ease;
}
/**************************************************/
/* title */
.under .keyvisal {
    background: url("../images/u_h2_bg.jpg") repeat-x top center;
    margin: 120px 0 56px;
}
.under .keyvisal .inner {
    position: relative;
    height: 400px;
    align-items: center;
    padding-right: 600px;
    padding-left: 180px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.under .keyvisal .inner::after {
    content: '';
    background: url("../images/u_h2_img.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 380px;
    width: 570px;
    top: 50px;
    right: 0;
    position: absolute;
}
.under h2, .under h3, .under h4, .under h5, .under h6 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.under h2 {
    text-align: left;
    line-height: 56px;
    font-weight: 400;
    color: #555555;
    font-size: 44px;
}
.ttl_h3 {
    padding: 60px 0;
}
.under h3 {
    text-align: center;
    color: #005f37;
    font-size: 38px;
    line-height: 56px;
}
.text_area {
    margin-bottom: 60px;
}
.under .common_h4_02 {
    font-size: 28px;
    font-weight: 400;
    line-height: 46px;
    position: relative;
    padding-left: 22px;
    margin-bottom: 30px;
    display: inline-block;
}
.under .common_h4_02::before {
    content: '';
    display: inline-block;
    width: 4px;
    border-radius: 2px;
    background-color: #ffba00;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
}
.under .common_h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    position: relative;
    padding: 7px 20px;
    margin-bottom: 30px;
    background-color: #005f37;
    color: #FFF;
    border-radius: 5px;
}
.under h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    border-bottom: solid 2px #005628;
    position: relative;
    padding: 0 0 0 40px;
    margin-bottom: 30px;
}
.under h5::before {
    content: '';
    display: inline-block;
    background: url("../images/h5_before.png") no-repeat 0 0;
    height: 33px;
    width: 29px;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.contact_banner {
    width: 700px;
    background: url(../images/contact_banner.jpg) no-repeat top left;
    height: 161px;
    padding: 88px 0 0 246px;
    margin: 0 auto;
}
.contact_banner li {
    float: left;
}
.contact_banner li:first-child {
    margin-right: 30px;
}
/* ABOUT
------------------------------------------------------------------ */
.icon {
    background: url(../images/money.png) no-repeat center left;
    padding: 0 0 0 30px;
    display: inline-block;
}
.icon02 {
    background: url(../images/icon02.png) no-repeat center left;
    padding: 0 0 0 30px;
    display: inline-block;
}
table.tbl_h th.bg_pink {
    background: #FCC;
    text-align: center;
}
table.tbl_h th.bg_green {
    background: #d4e8b4;
    text-align: center;
}
table.tbl_h th.bg_blue {
    background: #CFF;
    text-align: center;
}
table.tbl_h th.bg_purple {
    background: #d2cde4;
    text-align: center;
}
td.bg01 {
    background: url(../images/tbl_bg01.jpg) no-repeat top right;
    padding: 10px 70px 10px 10px;
}
td.bg02 {
    background: url(../images/tbl_bg02.jpg) no-repeat top right;
    padding: 10px 70px 10px 10px;
}
td.bg03 {
    background: url(../images/tbl_bg03.jpg) no-repeat top right;
    padding: 10px 70px 10px 10px;
}
td.bg04 {
    background: url(../images/tbl_bg04.jpg) no-repeat top right;
    padding: 10px 70px 10px 10px;
}
table.tbl ol li {
    font-size: 14px;
}
.about_blc {
    overflow: hidden;
}
.about_blc dt {
    margin-bottom: 20px;
}
dl.pickup {
    border-top: solid 3px #005f37;
    background: url(../images/footer_bg.jpg);
    padding: 40px 60px;
}
dl.pickup dt {
    border-bottom: 1px dotted #e66b01;
    color: #e66b01;
    font-size: 170%;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 0 0 10px;
    overflow: hidden;
}
.co01 {
    background: url(../images/co01.jpg) no-repeat top right;
    margin-bottom: 40px;
}
.co02 {
    background: url(../images/co02.jpg) no-repeat top right;
    margin-bottom: 40px;
}
.co03 {
    background: url(../images/co03.jpg) no-repeat top right;
}
.co04 {
    background: url(../images/co04.jpg) no-repeat top right;
    height: 220px;
}
.reform {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.reform_ttl {
    margin-bottom: 15px;
}
.sw_cont01 {
    background: url(../images/sw_img02.jpg) no-repeat top left;
    height: 290px;
    padding: 290px 30px 0 30px;
    margin-bottom: 40px;
}
.menu_img_s {
    width: 220px;
    height: auto;
}
.about_banner {
    margin: 20px 30px;
    float: right;
}
/* WORKS
------------------------------------------------------------------ */
.products {
    text-align: center;
    margin-bottom: 40px;
}
.products .slides_container {
    width: 700px;
    position: relative;
    height: 390px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}
.products .slides_container p {
    margin: 0;
}
.products .slides_container p img {
    width: 100%;
    height: auto;
}
.products .pagination {
    width: 700px;
    padding: 10px 0 0 0;
    margin: 0 auto;
    clear: both;
}
.products .pagination li {
    float: left;
    width: 24%;
    height: 110px;
    margin: 0 0.5% 10px 0.5%;
    list-style: none;
    display: block;
    overflow: hidden;
}
.products .pagination li img {
    width: 100%;
    height: auto;
}
.products .pagination li a {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.products .pagination li a:hover {
    opacity: 0.5;
}
/* QA
------------------------------------------------------------------ */
.faq_anc {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.faq_anc li {
    margin: 0 20px;
}
.qa dt {
    background: url(../images/qa_img01.jpg) no-repeat top left;
    min-height: 43px;
    font-size: 18px;
    color: #21563a;
    padding: 7px 0 0 50px;
    margin-bottom: 20px;
}
.qa dd {
    padding: 0 0 20px 0;
    margin-bottom: 40px;
    border-bottom: 1px dotted #999;
}
/* 会社紹介＆所在地
------------------------------------------------------------------ */
.list_img001 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.list_img001 li {
    margin: 15px 13px;
    width: 165px;
    position: relative;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.list_img001 li a {
    display: block;
    transition: none;
}
.list_img001 li a.thumbnail:hover {
    opacity: 1 !important;
}
.list_img001 li a.thumbnail:hover img {
    max-width: inherit;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}
.list_img001 li a.thumbnail img {
    width: 165px;
    height: auto;
}
/* FLOW
------------------------------------------------------------------ */
.flow {
    padding-bottom: 40px;
}
.flow li {
    min-height: 140px;
    padding: 14px 0 0 106px;
    margin-bottom: 40px;
}
.flow li h5 {
    margin-bottom: 14px;
}
.f_01 {
    background: url(../images/f_01.jpg) no-repeat top left;
}
.f_02 {
    background: url(../images/f_02.jpg) no-repeat top left;
}
.f_03 {
    background: url(../images/f_03.jpg) no-repeat top left;
}
.f_04 {
    background: url(../images/f_04.jpg) no-repeat top left;
}
.f_05 {
    background: url(../images/f_05.jpg) no-repeat top left;
}
.f_06 {
    background: url(../images/f_06.jpg) no-repeat top left;
}
.f_07 {
    background: url(../images/f_07.jpg) no-repeat top left;
}
.f_08 {
    background: url(../images/f_08.jpg) no-repeat top left;
}
.f_09 {
    background: url(../images/f_09.jpg) no-repeat top left;
}
.f_10 {
    background: url(../images/f_10.jpg) no-repeat top left;
}
.f_11 {
    background: url(../images/f_11.jpg) no-repeat top left;
}

.contact_text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}


.contact_text .block {
    width: 49%;
}
/* コラム
------------------------------------------------------------------ */
.post {
    background: url(../images/fnav.png) no-repeat center left;
    font-size: 20px;
    padding: 8px 0 7px 24px;
    margin-bottom: 24px;
    border-bottom: 1px dotted #999;
}
.post a {
    font-weight: normal;
    text-decoration: none;
    color: #2f1606;
}
.posted_ttl {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 24px;
    border-bottom: 1px solid #999;
}
.list_btn {
    width: 680px;
    height: auto;
    margin: 0 auto 40px;
    overflow: hidden;
}
.list_btn li {
    float: left;
    margin: 0 20px;
}


/* pagination */


ul.pagination {
  text-align: center;
  padding: 30px 0; }

ul.pagination li {
  display: inline-block;
  margin: 0 1px; }

ul.pagination li a {
  padding: 5px 15px;
  text-decoration: none;
  display: block;
  color: #fff;
  background: #cecece;
}

ul.pagination li.active a, ul.pagination li.active a:hover {
  background: #005f37;
  color: #fff;
  cursor: pointer; }

ul.pagination li a:hover {
  background: #005f37;
  color: #fff;
  cursor: pointer;
  opacity: 1; }

ul.pagination li.disabled a {
  display: none; }

/*==========================================================================*/
/*                             new page                                  	*/
/*==========================================================================*/
.under h6{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative;
    color: #005f37;
}
/*anchor*/
.under#reform-kitchen .list_anchor{
    margin-top: 60px;
    margin-bottom: 30px;
}
.under .list_anchor{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 60px;
}
.under .list_anchor li{
    width: calc(100%/3 - 40px);
    margin: 0 20px 20px 20px;
    
}
.under .list_anchor li a{
    color: #fff;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
    background-color: #2e5538;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    height: 100%;
    padding: 15px;
    font-size: 18px;
    border-radius: 7px;
    border: 1px solid #2e5538;
}
.under .list_anchor li a:hover{
    background-color: #fff;
    color: #2e5538;
    opacity: 1;
}
/*list*/
.under .list01{margin-bottom: 10px;}
.under .list01 li{
    padding-left: 14px;
    padding-bottom: 8px;
    position: relative;
}
.under .list01 li:before{
    content:'';
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #ffd013;
    border-radius: 2px;
}
/*table*/
.under .tbl_flex{
    display: flex;
    justify-content: space-between;
}
.under .tbl_flex table, .under .tbl_flex .cont_bx{
    width: 48%;
}
.under .tbl_fix{
    table-layout: fixed;
}
.under .tbl_mb{
    margin-bottom: 30px;
}
.under .tbl_img{
    table-layout: fixed;
}
.under .tbl_img th,  .under .tbl_img .address{
    text-align: center;
}
.under .tbl_htop th{
    border-top: 4px solid #005f37;
}
.under .tbl_txt_note{
    display: none;
}
.under .tbl_center th,.under .tbl_center td{
    text-align: center;
}
.tbl_center tr:first-child td{color: #fff;}
.under .bg_yellow{
    background-color: #fefedc;
}
.under .bg_greendark{
    background-color: #2a3227;
}
.under .bg_green{
    background-color: #d4e8b4;
}
.under .bg_nude{
    background: #ffeaea;
}
/*reform-bathroom*/
.under .bx_bath{
    display: flex;
    flex-wrap: wrap;
}
.under .bx_bath li{
    width: calc(100%/3);
    border-left: 1px solid #196f4b;
    border-top: 1px solid #196f4b;
    border-bottom: 1px solid #196f4b;
}
.under .bx_bath li:nth-child(3n+3), .under .bx_bath li:last-child{
    border-right: 1px solid #196f4b;
}
.under .bx_bath li p{padding: 10px 20px; margin-bottom: 0;}
.under .bx_bath li .tl_it{
    text-align: center;
    font-weight: bold;
    color: #005f37;
    background-color: #eef7f3;
    border-bottom: 1px solid #196f4b;
}
/*banner*/
.under .u_bnr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.under .u_bnr .btn_bnr{
    background-color: #2a3227;
    max-width: 700px;
    width: 100%;
    min-height: 160px;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 1;
}
.under .u_bnr .btn_bnr:before{
    content:'';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #fff;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    z-index: -2;
}
.under .u_bnr .btn_bnr:after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/u_bnr_after01.png), url(../images/u_bnr_after02.png);
    background-repeat: no-repeat;
    background-position: bottom right, top left;
    background-size: 137px auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .3s all;
}
.under .u_bnr .btn_bnr:hover:after{
    background-color: #9a9e98;
    opacity: 0.5;
}
.under .u_bnr .btn_bnr.col2{
    width: calc(100%/2 - 40px);
    margin: 0 20px 40px 20px;
}
.under .u_bnr .btn_bnr.col3{
    width: calc(100%/3 - 40px);
    margin: 0 20px 40px 20px;
}
.under .u_bnr .btn_bnr a{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    text-decoration: none;
    height: 100%;   
}
.under .u_bnr .btn_bnr a:hover{
    opacity: 0.7;
}
.under .u_bnr .btn_bnr a span{
    display: block;
    font-size: 25px;
    line-height: 1.4;
    margin-top: 5px;
}
.under .txt_note{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.txt_red{
    color: #ff0000;
}
@media screen and (min-width: 751px){
    .under .txt_r {
        float: left;
        width: calc(100% - 560px);
    }
}
@media screen and (min-width: 750px) and (max-width: 1200px){
    .inner{
        padding: 0 1%;
    }
    .index2 .inner{
        padding: 95px 1% 72px;
    }
    .header_r{
        min-width: 705px;
    }
}
@media all and (-ms-high-contrast:none){ 
    .under .u_bnr{
        justify-content: flex-start;
    }
    .under .list_anchor li a{
        padding: 17px 15px 14px 15px;
    }
    .index3_flow_text .nb{
        transform: rotate(-90deg);
        display: inline-block;
        margin: 0 0 14px;
    }
    .index3_flow_text .b_txt_nb{
        position: relative;
        top: -6px;
        line-height: 1;
        left: -3px;
    }
    .tbl_in_fix img{
        width: 100%;
    }
   
}