/***************
トップページ
***************/
/*section:hero*/
.top .hero {
	min-height: 600px;
	position: relative;
}
.top h1 {
	position: absolute;
	left: 10%;
	bottom: 20px;
	font-size: 5rem;
	color: white;
	opacity: 0.7;
	font-weight: bold;
}
/*h3見出し*/
.heading {
  position: relative;
  padding-top: 65px;
  padding-bottom: 50px;
  font-size: 26px;
  text-align: center;
}

.heading span {
  position: relative;
  z-index: 2;
}
.heading::before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(0,50,177,0.2);
  font-size: 64px;
  font-style: italic;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
  z-index: 1;
}
/*section:copy*/
.copy h2 {
	text-align: center;
	font-size: 28px;
	margin: 50px 0 20px;
}
.copy p {
	text-align: center;
	font-size: 18px;
	line-height: 2;
}
.news {
	border: 2px solid #ddd;
	max-width: 1000px;
	width: 100%;
	margin: 20px auto 50px;
	padding: 1rem;
}
.news li {
	line-height: 2.0;
}
.news li span {
	line-height: 1.5;
	display: inline-block;
}
.news li span:nth-child(1){
	margin-left: 3rem;
	margin-right: 2rem;
}
.news li span:nth-child(2){
	background: var(--col-rd);
	color: white;
	padding: 0 1.5rem;
	border-radius: 3px;
}
.news li span:nth-child(3){
	margin-left: 2rem;
}
/*section:instagram*/
.insta {
	background: var(--col-bl);
	padding-bottom: 3rem;
}
.insta h3 {
	font-size: 24px;
	color: white;
	text-align: center;
	padding: 2.5rem 0;
}
#instafeed {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	max-width: 1300px;
	padding: 0 2rem;
	margin-left: auto;
	margin-right: auto;
}
#instafeed > div {
	overflow: hidden;
}
#instafeed > div:not(:last-child) {
	margin-right: 1rem;
}
#instafeed a img {
	transition: 0.3s ease all;
}
#instafeed a:hover img {
	transform: scale(1.2);
}
/*section:biz&ex*/
.bg {
/*	background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url(../images/top_bg.jpg);
	background-size: cover;
	background-position: center top;
	position: relative;*/
	background: #fff;
}
/*section:biz*/
.biz {
	position: relative;
	z-index: 100;
	padding-top: 25px;
	padding-bottom: 40px;
}

.biz h3 {
	font-size: 28px;
	text-align: center;
	padding: 2.5rem 0;
	letter-spacing: 0.2em;
}
/*
.biz_con {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	color: white;
	box-shadow: 0 0 10px 2px var(--col-b2);
}
.biz_con a {
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.con2 {
	flex-direction: row-reverse;
}
.con1 > div,.con2 > div,.con3 > div {
	flex: 0 0 50%;
	background-size: cover;
	background-position: center;
}
.con1 > div:last-child,.con2 > div:last-child,.con3 > div:last-child {
	background: var(--col-bl);
	padding: 3rem 0;
}
.biz_con > .con1 > div:first-child {
	background-image: url(../images/interior.jpg);
}
.biz_con > .con2 > div:first-child {
	background-image: url(../images/exterior.jpg);
}
.biz_con > .con3 > div:first-child {
	background-image: url(../images/renovations.jpg);
}
.biz_con p {
	margin-left: 2rem;
	margin-right: 2rem;
	line-height: 1.8;
	text-align: justify;
}
.biz_con .biz_t {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 0.5rem;
	padding-left: 1rem;
}
.con1 .biz_t {
	border-left: 10px solid var(--col-pk);
}
.con2 .biz_t {
	border-left: 10px solid var(--col-yw);
}
.con3 .biz_t {
	border-left: 10px solid var(--col-lb);
}*/
.about_con{
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
/* .about_img{
	width: 30%;
}
.about_img img{
	width: 100%;
} */
.about_p{
	width: 100%;
	line-height: 1.5;
  text-align: justify;
}
.about_p a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 30px 29px 30px 0px;
	margin-left: auto;
	margin-right: 0;
  width: 150px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.about_p a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: 2px solid #232346;
  border-radius: 50%;
}

.about_p a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 3px solid #000011;
  border-right: 3px solid #000011;
  transform: rotate(45deg);
}
.about_p a:hover::before{
	background: var(--col-bl);
	transition: 0.8s ease all;
}
.about_p a:hover::after{
	 border-top: 3px solid white;
  border-right: 3px solid white;
	transition: 0.8s ease all;
}
/*section:ex*/
.ex {
	position: relative;
	z-index: 100;
	padding-top: 25px;
}
.ex h3 {
	font-size: 28px;
	text-align: center;
	padding: 2.5rem 0;
	letter-spacing: 0.2em;
}
.ex_con {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1300px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ex_con > div {
	flex: 0 0 350px;
	margin-bottom: 50px;
	transition: 0.3s ease all;
	display: flex;
	flex-direction: column;
}
.ex_con > div > a{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.ex_con > div > a > div:first-child {
	overflow: hidden;
}
.ex_con img {
	width: 100%;
/*	max-width: 350px;*/
	transition: 0.3s ease all;
}
.ex_tbase {
	padding: 1rem;
	color: white;
	background: var(--col-b1);
	transition: 0.3s ease all;
	flex-grow: 1;
}
.ex_tbase > p:first-child {
	font-size: 22px;
	line-height: 1.3;
	padding-left: 0.5em;
	margin-bottom: 10px;
}
.ex_tbase.con1 > p:first-child {
	border-left: 15px solid var(--col-pk);
}
.ex_tbase.con2 > p:first-child {
	border-left: 15px solid var(--col-yw);
}
.ex_tbase.con3 > p:first-child {
	border-left: 15px solid var(--col-lb);
}
.ex_tbase > p:last-child {
	line-height: 1.5;
	text-align: justify;
}
.ex_con > div > a:hover > div:first-child > img {
	transform: scale(1.2);
	transition: 0.8s ease all;
}
.ex_con > div > a:hover .ex_tbase {
	background: #eee;
	color: var(--col-b1);
	transition: 0.8s ease all;
}
/*section:top_btmcon*/
.top_btmcon {
	background: #eee;
	padding-top: 50px;
	padding-bottom: 50px;
}
.top_btmcon > div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	max-width: 1300px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.top_btmcon > div > div {
	flex: 0 0 340px;
	margin-left: 1rem;
	margin-right: 1rem;
	text-align: center;
}
.btmcon1 {
	background: var(--col-bl);
	color: white;
}
.btmcon1 >a {
	padding: 1rem 2rem;
	display: block;
}
.btmcon1 > a > p:first-child {
	font-size: 20px;
	padding: 0.5rem 0;
	border-bottom: 0.5px solid white;
}
.btmcon1 > a > p:last-child {
	margin-top: 0.5rem;
	line-height: 1.8;
}
.btmcon2 {
	background: var(--col-bl);
	border: 2px solid #ffffff;
	color: #fff;
	text-align: center;
	margin: 0.5rem 0;
}
.btmcon2 > a {
	padding: 1rem 1.8rem;
	display: block;
}
.btmcon2 > a > p:first-child {
	font-size: 20px;
	padding: 0.5rem 0;
	border-bottom: 0.5px solid #fff;
}
.btmcon2 > a > p:not(:first-child) {
	margin-top: 0.5rem;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
}
.btmcon2 > a:hover {
    background: #2E2E5D;
    transition: 0.8s ease all;
}


/***************
事業案内
***************/
.notop h1 {
	font-size: 36px;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 50px;
	min-height:calc(30vh - 200px);
	margin-bottom: 20px;
	background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url(../images/hero/hero_img1.jpg);
	background-position: center;
}
.notop h1 + p {
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}
.biz_btncon,.pri_btncon {
	padding: 2rem 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.biz_btn,.pri_btn {
	display: inline-block;
	width: 230px;
	flex: 0 0 230px;
	height: 70px;
	text-align: center;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	line-height: 70px;
	overflow: hidden;
	margin: 0 1rem;
	font-size: 20px;
}
.biz_btn::after,.pri_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.biz_btn,
.biz_btn::after,.pri_btn,
.pri_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.biz_btn:hover,.pri_btn:hover {
	color: #fff;
}
.biz_btn::after,.pri_btn::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.biz_btn:hover::after,.pri_btn:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.biz_btn.con1,.pri_btn.con1 {
	border: 2px solid var(--col-pk);
}
.biz_btn.con1:hover::after,.pri_btn.con1:hover::after {
	background: var(--col-pk);
}
.biz_btn.con2,.pri_btn.con2 {
	border: 2px solid var(--col-yw);
}
.biz_btn.con2:hover::after,.pri_btn.con2:hover::after {
	background: var(--col-yw);
}
.biz_btn.con3,.pri_btn.con3 {
	border: 2px solid var(--col-lb);
}
.biz_btn.con3:hover::after,.pri_btn.con3:hover::after {
	background: var(--col-lb);
}
/*section:bizcommon*/
.biz h2 {
	color: white;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2.5;
	text-align: center;
	font-size: 20px;
}
.bizconbase {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	color: white;
	max-width: 1300px;
	width: 100%;
	margin: 2rem auto;
}
.biz_baselink {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	color: white;
}
.biz_baselink a {
	display: block;
	flex: 0 0 300px;
	border: 1px solid white;
	border-radius: 3px;
	text-align: center;
	padding: 0.8rem 0;
	font-size: 18px;
	margin: 0 1.5rem;
	transition: 0.3s ease all;
}
.biz_baselink a:hover {
	color: #333;
	background: white;
	transition: 0.8s ease all;
}
.biz dl {
	line-height: 54px;
	border-radius: 3px;
}
.biz dt {
	text-align: center;
	font-size: 18px;
	position: relative;
}
.biz dd {
	line-height: 1.5;
	padding: 0.8rem;
}
dt:after {
	content: "";
	position: absolute;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	width: 10px;
	top: 18px;
	right: 15px;
	height: 10px;
	transform: rotate(45deg);
	transition: 0.3s ease all;
}
dt.ac:after {
	top: 21px;
	transform: rotate(-135deg);
}
/*section:biz_in*/
.biz_in {
	background: var(--col-bl);
	padding: 50px 0;
}
.biz_in h2 {
	background: var(--col-pk);
}
.biz_incon > div {
	flex: 0 0 18%;
}
.biz_incon dl {
	border: 2px solid var(--col-pk);
}
/*seciton:biz_ex*/
.biz_ex {
	background: var(--col-b2);
	padding: 50px 0;
}
.biz_ex h2 {
	background: var(--col-yw);
}
.biz_excon {
	flex-wrap: wrap;
}
.biz_excon > div {
	flex: 0 0 30%;
}
.biz_excon > div:nth-child(1),.biz_excon > div:nth-child(2),.biz_excon > div:nth-child(3),.biz_excon > div:nth-child(4) {
	flex: 0 0 23%;
}
.biz_excon dl {
	border: 2px solid var(--col-yw);
	margin-bottom: 1.5rem;
}
/*section:biz_re*/
.biz_re {
	background: var(--col-bl);
	padding: 50px 0;
}
.biz_re h2 {
	background: var(--col-lb);
}
.biz_recon {
	flex-wrap: wrap;
}
.biz_recon > div {
	flex: 0 0 23%;
}
.biz_recon dl {
	border: 2px solid var(--col-lb);
	margin-bottom: 1.5rem;
}



/***************
料金案内
***************/
/*section:pri_common*/
.pri h2 {
	color: white;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2.5;
	text-align: center;
	font-size: 20px;
}
.pritable {
	max-width: 900px;
	width: 100%;
	margin: 30px auto;
}
.pritable .pri_row {
	line-height: 2.5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.pritable .pri_row:nth-child(2n+1) {
	background: #e0e0e0;
}
.pritable .pri_row:nth-child(2n) {
	background: #f8f8f8;
}
.pri_row .th {
	flex: 0 0 55%;
	margin-left: 5%;
}
.pri_row .td {
	flex: 0 0 35%;
	margin-right: 5%;
	text-align: right;
}
/*section:pri_in*/
.pri_in {
	background: #eee;
	padding: 50px 0;
}
.pri_in h2 {
	background: var(--col-pk);
}
/*section:pri_ex*/
.pri_ex {
	padding: 50px 0;
}
.pri_ex h2 {
	background: var(--col-yw);
}
/*section:pri_re*/
.pri_re {
	background: #eee;
	padding: 50px 0;
}
.pri_re h2 {
	background: var(--col-lb);
}
/***************
施工事例
***************/
#exterior,#others{
	padding-top: 1px;
	margin-top: -51px;
}
.casebase {
	max-width: 1000px;
	width: 100%;
	margin: 50px auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 1rem 0;
	box-shadow: 0 0 10px 5px #ddd;
	position: relative;
	transition: 0.3s ease all;
}
.casebase:hover {
	box-shadow: 0 0 10px 10px #ccc;
}
.casebase .case_con1 {
	flex: 0 0 30%;
}
.casebase .case_con2 {
	flex: 0 0 5%;
	text-align: center;
	font-size: 40px;
}
.casebase .case_con3 {
	flex: 0 0 30%;
}
.casebase .case_con4 {
	flex: 0 0 30%;
}
.casebase .case_con5 {
	flex: 0 0 95%;
	margin-top: 1rem;
}
.case_con1 img,.case_con3 img {
	width: 100%;
	height: auto;
}
.case_con4 span {
	display: inline-block;
	width: 100px;
	line-height: 2rem;
	color: white;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
}
.casebase.conin .case_con4 span {
	background: var(--col-pk);
}
.casebase.conex .case_con4 span {
	background: var(--col-yw);
}
.casebase.conre .case_con4 span {
	background: var(--col-lb);
}
.case_con4 p {
	margin-left: 1rem;
	margin-right: 1rem;
	line-height: 1.5;
	margin-bottom: 5px;
}
.case_con5 p {
	line-height: 1.5;
	padding-left: 0.8rem;
}
.casebase.conin > .case_con5 > p {
	border-left: 10px solid var(--col-pk);
}
.casebase.conex .case_con5 p {
	border-left: 10px solid var(--col-yw);
}
.casebase.conre .case_con5 p {
	border-left: 10px solid var(--col-lb);
}


/***************
会社概要
***************/
.com_table {
	max-width: 1000px;
	margin: 50px auto;
}
.com_row {
	padding: 1rem 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.com_row:nth-child(2n+1) {
	background: #eee;
}
.com_row .th {
	width: 30%;
	flex: 0 0 300px;
	display: inline-block;
	text-align: center;
}
.com_row .td {
	width: 65%;
	flex: 1;
	display: inline-block;
	padding-left: 2rem;
}
.td.com_biz p {
	line-height: 1.5;
}
.td.com_biz p:nth-child(2n+1) {
	margin-bottom: 1rem;
}
.com_ind {
	margin-left: 2rem;
}

/***************
お問い合わせ
***************/
.con_con {
	max-width: 1000px;
	margin: 50px auto;
}
.con_con h2 {
	font-size: 20px;
	width: 500px;
	color: white;
	background: var(--col-bl);
	line-height: 2.5;
	padding-left: 2rem;
}
.form_checkbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.form_check_title {
	flex: 0 0 25%;
	min-width: 200px;
}
.form_check_title p {
	text-indent: 2rem;
	padding-top: 1.5rem;
	font-size: 18px;
}
#form_check {
	display: flex;
	flex-wrap: wrap;
}
#form_check > label {
	flex: 0 0 25%;
}
#form_check > label > input {
	width: 30px;
}
.contel {
	margin-left: 5rem;
	font-size: 40px;
	color: var(--col-bl);
	margin-top: 2rem;
}
.form label {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.form label > span {
	display: inline-block;
	width: 25%;
	min-width: 200px;
	font-size: 18px;
	text-indent: 2rem;
	line-height: 2;
}
.form label input {
	width: 70%;
	line-height: 2;
}
.form label.comment {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.form label.comment span {
	flex: 0 0 25%;
}
.form label.comment textarea {
	flex: 0 0 70%;
	margin-left: 4px;
}
.sbmt {
	display: block;
	padding: 1rem 3rem;
	margin: 0 auto;
	color: var(--col-bl);
	background: white;
	border: 2px solid currentColor;
	font-size: 20px;
	cursor: pointer;
}
.sbmt:hover{
	color: white;
	background: var(--col-bl);
	transition: 0.8s ease all;
}
.req_red {
	color: red;
}
@media screen and (max-width:1300px) {
	/*トップページ*/
	.news {
		max-width: 700px;
	}
	.biz_con {
		max-width: 90%;
	}
	.ex_con {
		max-width: 90%;
	}
	.ex_con > div {
		flex: 0 0 30%;
	}
}

/*スマホ＿479px以下*/
@media(max-width:479px){
}
