@charset "utf-8";
/* common */
html {
	width:100%;
}
body {
	width: 100%;
    font-family: 'Noto Sans JP',sans-serif;
	background-color: #FFF;
    color: #3B4043;
}
#wapper {
    width: 100%;
    color: #333333;
    font-size: 0.9rem;
    line-height: 1.8;
}
li{
	list-style-type: none;
}
.fluidimg {
    max-width: 100%;
    height: auto;
} 
img {
	max-width: 100%;
	height: auto;
}
section {
    padding: 80px 0px 40px;
    text-align: left;
}
section .inner {
    max-width: 1140px;
    padding: 0 30px;
	margin: 0 auto;
}

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}
#pagetop a {
    display: block;
    color: #FFFFFF;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    background-color: #04d68f;
}
.en{
	font-family: futura-pt, sans-serif;
	font-size: 110%;
} 
.en02 {
	font-family: 'Oswald', sans-serif;
}

.bg_black{background: #333;}
.bg_gray{background: #EDEDE2;}

/* 共通タイトル */
h2{
	color: #04d68f;
	font-size: 2.5rem;
	font-weight: 700;
    letter-spacing: 3px;
	line-height: 1.4;
}
h2.ttl01{
	font-size: 1.3rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 3rem;
}
h2 span.number{
	font-size: 0.9rem;
	font-weight: normal;
	color: #04d68f;
	display: block;
	letter-spacing: 1px;
	position: relative;
    padding-left: 1.6em;
}
h2 span.number::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 16px;
     height:1px;
     background-color: #04d68f;
}

/* ヘッダー */
#header {
    width: 100%;
    border-bottom: 1px solid #eee;
    position: fixed;
    margin: 0px auto;
    transition: .5s;
    background-color: #FFF;
    z-index: 100;
    top: 0;
}
#header #headerinnr {
    max-width: 1140px;
	margin: 0 auto;
    height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#headerinnr #logo {
    width: 180px;
}
#headerinnr .incredibuildlogo {
    left: 230px;
    top: 16px;
    width: 220px;
    position: absolute;
    line-height: 1;
}
#headerinnr ul{
    display: flex;
}
#headerinnr ul li:first-child{
    margin-right: 1rem;
}
#headerinnr .headContBtn{
    text-align: center;
    color: #04d68f;
    border:solid 1px #04d68f;
    padding: 0.4rem 1.2rem;
    display: block;
	transition: .4s ease-in-out;  
    position: relative;
    border-radius: 30px;
    font-size: 1rem;
}
#headerinnr .headContBtn {
    display: block;
}
#headerinnr .headContBtn i{
    margin-right: 5px;
}

/* top */
.top{
	background: #04d68f;
}
.top_area{
    max-width: 1140px;
    height: 340px;
    margin: 0 auto;
    background-image: url(../img/topvisual_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;   
}
.top_area h1{
	color: #fff;
	font-size: 1.1rem;
    padding-top: 4rem;
    width: 50%;
	text-align: left;
	margin-left: 2rem;
}
.top_area h1 span{
	display: block;
	padding-top: 1.6rem;
}

/* section01 */
.section01 h2.ttl01,.section03 h2.ttl01{
	font-weight: 700;
	color: #fff;
}
.section01 ul {
	display: flex;
	justify-content:space-between;
}
.section01 .features li{
	color: #04d68f;
	border-left:dotted 1px #04d68f;
	font-size: 1.4rem;
	width: 28%;
	padding: 0 0.8rem 0 1.2rem;
	flex-direction: column;
	text-align: left;
}
.section01 .features li:last-child{
	padding: 0 0 0 2rem;
}
.section01 .features li img{
	display: block;
	margin-bottom: 1rem;
}
.section01 .features li img.partner{
	width: 120px;
	margin-bottom: 0;
}
.section01 .features li:last-child{
	margin-right: 0;
}
.section01 .txt01{
	display: flex;
	flex-direction: column;
	color: #FFF;
	font-size: 1rem;
	text-align: left;
	width: 100%;
	margin-top: 0.6rem;
}
.section01 .txt01 p{
	margin-bottom: 0.6rem;
	line-height: 1.7;
}

/* section02 */
.section02 h3{
	color: #04d68f;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 2rem;
	padding-left: 2.6rem;
	position:relative;
}
.section02 h3::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 30px;
    height: 1px;
    background-color: #04d68f;
}
.section02 .bg_black02{
	background: #000;
	padding: 2rem;
	border-radius: 1.25em;
	margin-top: 3.4rem;
}
.section02 h4{
    color: #FFF;
    font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-align: center;
	margin: 0 0 2.6rem;
	line-height: 1.4;
}
.section02 ul{
    display: flex;
	justify-content:space-around;
}
.section02 ul li{
    text-align: center;
	color: #FFF;
	font-size: 1rem;
	line-height: 1.4;
}
.section02 ul span{
    display: block;
}
.section02 ul .en02{
	color: #04d68f;
	font-size: 3rem;
    font-weight: 700;
}
.section02 .partner{
	line-height: 2;
	text-align: center;
	margin-top: 2.4rem;
}
.section02 .partner p{
	font-size: 1rem;
	color: #EDEDE2;
	padding-bottom: 0.4rem;

}

/* section03 */
.section03 h3{
	color: #fff;
	position: relative;	
	padding-left: 2.4rem;
	margin-bottom: 1.6rem;
}
.section03 h3::after{
	position: absolute;
	top: 28%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 30px;
	height: 1px;
	background-color: #04d68f;
}
.section03 h3.txt05::after{
	top: 18%;
}
.section03 h3.txt06::after{
	top: 50%;
}
.section03 .txt07{
	color: #04d68f;
	font-size: 0.8rem;
	margin: 0 auto;
	text-align: center;
}
.section03 i{
	font-size: 1rem;
}
.section03 figure{
	text-align: center;
	margin-top: 3.6rem;
}
.section03 figure.mt1{
	margin-top: 1.6rem;
}
.section03 .img_area{
	border: solid 1px #04D68F;
	padding: 3rem;
	margin: 4rem 0;
	border-radius: 1.25em;
}

/* section04 */
.section04 ul{
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	margin: 2rem 0 4rem 0
}
.section04 ul li{
	width: 32%;
	display:flex;
	flex-direction: column;
	background: #fff;
	padding: 1.2rem;
	border-radius: 1.25em;
	text-align: center;
	position: relative;
}
.section04 ul li span{
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 2.6px;
	margin-bottom: 1.4rem;
}
.section04 ul li p{
	display:flex;
	align-content: center;
	text-align: left;
	margin-bottom: 1rem;
    line-height: 1.5;
}
.section04 ul li p.mb60{
	margin-bottom: 60px;
}
.section04 ul li h3{
	color: #04d68f;
	font-size: 1.2rem;
	font-weight: 700;
	left: 50%;
	position: absolute;
	bottom: 1.2rem;
}
.section04 ul li h3.txt02{
	left: 12%;
}
.section04 ul li h3.txt03{
	left: 13%;
}
.section04 ul li h3.txt04{
	left: 22%;
}
.section04 i{
	color: #04d68f;
	font-size: 1.4rem;
	margin-right: 0.2em;
}

/* section05 */
.section05 ul li{
	width: calc(100% / 3); 
	display: flex;
	flex-direction: column;
	position: relative;
	
}
.section05 ul li span{
	height: 140px;
	margin-top: 1.6rem;
	padding: 1rem 1.6rem 0;
	border-right: dotted 2px #d7d7d7; 
}
.section05 ul li:first-child span{
	border-left: dotted 2px #d7d7d7; 
}
.section05 ul li p{
	color: #f8f8f2;
	background: #04d68f;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0.4rem 1rem;
	text-align: center;
}  
.flow {
	width: calc(100% - 30px);
	display: flex;           
	justify-content: space-between;
	margin-bottom: 4rem;
}
.flow li::before,
.flow li::after {
	content: "";  
	width: 0;     
	height: 0;　　
	display: block;  
	position: absolute; 
}
.flow li::after {
	  border: solid 22px transparent;  
	  border-right: solid 10px transparent; 
	  top: 0;      
	  right: -20px; 
	  z-index: 2;  
}
.flow li:first-child::before {
	  content: none; 
}
.flow .color01 p{
	background: #04D68F
}
.flow li.color01::after { 
	border-left: solid 10px #04D68F;
}
.flow .color02 p{
	background: #8c9f94;
}
.flow li.color02::after { 
	border-left: solid 10px #8c9f94;
}
.flow .color03 p{
	background: #394B41;
}
.flow li.color03::after { 
	border-left: solid 10px #394B41;
}

/* お問い合わせ */
.contact{
    background: #f8f8f3;
	font-size: 1.3rem;
	color: #13192f;
	text-align: center;
}  
.contactInn{
    max-width: 1200px;
    margin: 0 auto;
}
.contactTitle.en {
    font-size: 1.8rem;
    margin-bottom: 30px;
    letter-spacing: 3px;
	font-weight:500;
}
.contactInn p{
    font-size: 1rem;
	color: #13192f;
	margin-bottom: 10px;
}
.contact .contactText{
    line-height: 1.6;
	margin: 30px 0;
	font-size: 1.7rem;
	letter-spacing: 1.2px;
}
.contact_wrapper{
	display: flex;
	justify-content:center;
	align-items:center	
}
a.contactBtn{
	margin-left: 20px;
}
a.contactBtn i{
	margin-right: 10px;
	color: #FFFFFF;
}
a.contactBtn{
	text-align: center;
    color: #04d68f;
	background: #fff;
	border: solid 1px #04d68f;
    line-height: 1;
    padding: 14px 50px;
    display: block;
    transition: .2s linear;
    position: relative;
    border-radius: 30px;
	letter-spacing: 1.2px;
	margin: 1.2rem 0 1rem;
}
.contactInn .comment{
	font-size: 0.7rem;
}
section.contact{
	padding: 60px 0px 30px;
}

#headerinnr .headContBtn:hover, #headerinnr .headDocsBtn:active,a.contactBtn:hover, a.contactBtn:active {
    text-decoration: none;
	color: #fff;
    background-color: #04d68f;
	border: solid 1px #04d68f;
}

/*フッター*/
#footer {
  padding: 0;
  background: #04d68f;
}
#footer .footerinnr {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 20px 0px;
}
#footer .footerinnr .footerNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
#footer .footerinnr .footerNav li {
	width: auto;
}
#footer .footerinnr .footerNav li:last-child {
	width: auto;
}
#footer .footerinnr .footerNav li a {
	display: block;
	padding: 10px 15px;
}
#footer .copy {
  text-align: center;
  font-size: 0.6rem;
  letter-spacing: 1.2px;
  background-color: #333;
  color: #fff;
  line-height: 1.4;
  padding: 7px 5px 5px;
}

/* リンク*/
#footer .footerinnr .footerNav li a:link, #footer .footerinnr .footerNav li a:visited {
	color: #fff;
	text-decoration: none;
}
#footer .footerinnr .footerNav li a:hover, #footer .footerinnr .footerNav li a:active {
	color: #d7d9ed;
	text-decoration: underline;
}

.sp{
	display: none;
}

/* ふわっと表示 */
.scr-target {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}


/*****************************************************
	タブレット
******************************************************/
@media screen and (max-width: 1024px) {
  　.pc_none{
       display: none;
    }
	#wapper {
		overflow: hidden;
    }
	#header #headerinnr {
		padding: 0 20px;
		width: 100%;
	}
	#headerinnr #logo {
		width: 140px;
	}
	#headerinnr .incredibuildlogo {
		width: 140px;
	}
	#headerinnr .incredibuildlogo {
		left: 180px;
		top: 20px;
	}
	#headerinnr .headContBtn {
		padding: 6px 20px;
		font-size: 0.9rem;
	}
	#headerinnr ul li:first-child {
		margin-right: 10px;
	}
	.top{
		padding: 2rem;
	}
	.flow {
		width: calc(100% - 0px);
	}
	.section05 ul li p {
		height: 78px;
	}
	.flow li::after {
		top: 20px;
	}
	.section04 ul li h3 {
		font-size: 1rem;
	}
	.section04 ul li h3.txt04 {
		left: 14%;
	}
	.section04 ul li h3.txt03,.section04 ul li h3.txt02 {
		left: 2%;
		letter-spacing: 1px;
	}
}

/*****************************************************
	iPad縦向き
******************************************************/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {

}
/*****************************************************
	タブレット／スマートフォン用
******************************************************/
@media screen and (max-width: 767px){
	.sp_none{
       display: none;
    }
}

/*****************************************************
	横向き・横幅812px以下の場合 (iphoneXR対応)
******************************************************/
@media (orientation: landscape) and (max-width: 896px){
	.section02 ul .en02 {
		font-size: 2rem;
	}
	#headerinnr .incredibuildlogo {
		left: 180px;
	}
}

/*****************************************************
	スマホ
******************************************************/
@media only screen and (max-device-width: 599px) {
	.sp_none{
       display: none;
    }
	#header {
		padding: 0 10px;
	}
	#headerinnr #logo {
		width: 130px;
		top: 10px;
		position: absolute;
	}
	#headerinnr .headContBtn a {
		padding: 4px 8px;
		font-size: 1rem;
	}
	#header #headerinnr {
		justify-content: space-between;
		width: 100%;
		padding: 0;
	}
	#headerinnr ul,.contact_wrapper,.section04 ul,.section01 ul,.flow,.section02 ul {
        flex-direction:column;	
	}
	#headerinnr .headContBtn {
		font-size: 0.6rem;
		padding: 0.4rem 0.6rem;
		line-height: 1;
		right: 0;
		position: absolute;
	}
	#headerinnr ul li {
		width: 40%;
	}
	#headerinnr ul li:first-child {
		top: 5px;
		margin-right: 0;
		margin-bottom: 0.4rem;
	}
	#headerinnr .incredibuildlogo {
		left: 0;
        top: 48px;
        width: 130px;
	}
	.top_area{
		height: 560px;
		background-image: url(../img/topvisual-sp.png);
		background-size: cover;   
	}
	.top_area h1{
		display: block;
	}
	section {
		padding: 60px 0px;
	}
	section .inner {
		max-width: 100%;
		padding: 0 20px;
	}
	h2 span.number::after {
		left: 40%;
	}
	.section01 .features li,.section01 .txt01,h2 {
		text-align: center;
	}
	.section01 .features li img {
		margin: 0 auto;
	}
	.section01 .features li:last-child {
		padding: 0;
	}
	.section02 .bg_black02 {
		padding: 1rem;
	}
	.section02 h4 {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.section02 h2 {
		padding-top: 2rem;
	}
	.section02 ul li,.section01 .features li {
		margin-bottom: 2rem;
	}
	.section03 .img_area {
		border: none;
		padding: 0;
		margin: 4rem 0;
	}
	.section04 ul li {
		width: 100%;
		margin-bottom: 1.4rem;
		padding: 1.2rem 2rem 1.2rem 1.2rem;
	}
	.section04 ul li {
		padding: 1.2rem 2rem 3rem 1.2rem;
	}
	.section04 ul {
		margin: 2rem 0 0 0;
	}
	.section04 ul li h3 {
		font-size: 1.2rem;
		left: 50%;
	}
	.section04 ul li h3.txt03 {
		left: 13%;
	}
	.section04 ul li h3.txt02 {
		left: 12%;
	}
	.section05 ul li,.flow,.section01 .features li,.top_area h1{
		width: 100%;
	}
	.section05 ul li {
		padding-bottom: 1rem;
	}
	.section05 ul li:first-child span,.section01 .features li {
		border-left: none;
	}
	.section05 ul li span {
		padding: 0 1.6rem 0;
		border-right: none;
	}
	.section05 ul li p {
		padding: 0.4rem 0;
	}
	.section05 ul li span {
		height: auto;
	}
	section.section05 {
    padding: 60px 0 0;
}
	a.contactBtn {
		margin-left: 0;
		width: 90%;
	}
	.contactInn p.comment02 {
        padding: 0 16px;
	}
	.contact {
        padding: 50px 20px 0;
    }
	.contactBtn {
        margin-left: 0;
		margin-bottom: 20px;
    }
	.contact .contactText {
		margin: 30px 20px 15px 0;
	}
	.contactInn p {
		margin: 0 20px;
	}
	.contactInn p.comment {
		width: 95%;
		margin: 0 auto;
	}
	#footer .logo {
		padding: 20px 10px;
	}
	#footer .footerinnr .footerNav {
		justify-content: space-between;
	}
	#footer .footerinnr .footerNav li {
		width: 50%;
	}
	#footer .footerinnr .footerNav li:last-child {
		width: 100%;
	}
	#footer .footerinnr .footerNav li a {
		padding: 10px 0px;
	}	
}
