@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual > img{
	width: 100%;
}
#main .mainVisual {
	position: relative;
}
#main .mainVisual .list {
	position: absolute;
	bottom: 92px;
	left: 0;
	width: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .mainVisual .list li {
	margin: 0 30px;
}
#main .mainVisual .link {
	position: absolute;
	top: calc(50% + 88px);
	right: 0;
	transform: translateY(-50%);
}
#main .mainVisual .link a:hover img {
	opacity: 0.7;
}
#main .information {
	padding: 26px 0 0;
	width: calc(50% + 600px);
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
}
#main .information:after {
	background-color: #EAEEF1;
	position: absolute;  
	top: 185px;
	bottom: 0;
	right: 0;
	left: 65px;  
	content: ""; 
	z-index: -1;
}
#main .information h2 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.5;
}
#main .information .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .information .inner .photoBox {
	width: 56.3%;
	order: 2;
	margin: -137px -37px 0 40px;
	position: relative;
	z-index: 1;
}
#main .information .inner .photoBox img {
	width: 100%;
}
#main .information .inner .textBox {
	padding-top: 19px;
	flex: 1;
}
#main .information .inner p {
	margin-bottom: 24px;
	line-height: 2.28;
	font-weight: 500;
}
#main .information .inner .textList {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
#main .information .inner .textList li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 10px 14px;
	box-sizing: border-box;
	margin: 0 5% 28px 0;
	width: 46.8%;
	font-weight: 500;
	border-radius: 7px;
	box-shadow : 10px 10px 10px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	text-align: center;
}
#main .information .inner .textList li:nth-child(2n) {
	margin-right: 0;
}
#main .information .inner h3 {
	margin: 0 -70px 10px -8px;
	font-size: 3.5rem;
	color: #231815;
}
#main .information .inner .list {
	margin: 0 0 48px -9px;
}
#main .information .inner .list li {
	margin-bottom: 14px;
	font-size: 1.8rem;
	font-weight: 500;
	text-indent: -1em;
	padding-left: 1em;
}
#main .information .inner .list li:last-child {
	margin-bottom: 0;
}
#main .information .ttl {
	font-size: 5rem;
	padding: 6px 25px 12px;
	font-weight: 700;
	line-height: 1.66;
	position: relative;
	z-index: 1;
}
#main .information .ttl:after {
	width: calc(100% + 22px);  
	height: 100%;
	background : linear-gradient(45deg, rgba(255, 241, 0, 1) 0%, rgba(0, 167, 60, 1) 100%);
	position: absolute;  
	top: -0;
	left: -22px;  
	content: ""; 
	z-index: -1;
}
#main .information .team {
	margin: 0 auto;
	max-width: 1045px;
	padding: 43px 0 0 100px;
}
#main .information .team .ttl02 {
	margin-bottom: 60px;
	text-align: center;
	font-size: 4rem;
	color: #231815;
	font-weight: 700;
}
#main .information .team .ttl02 span {
	margin-bottom: 31px;
	display: block;
}
#main .information .bigPhoto {
	text-align: center;
	padding-left: 80px;
}
#main .information .teamUl {
	margin: 0 -50px 24px -10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .information .teamUl li {
	margin: 0 15px;
	width: 520px;
	text-align: center;
}
#main .information .teamUl li p {
	font-size: 1.8rem;
	font-weight: 700;
	color: #231815;
	line-height: 1.75;
}
#main .information .teamUl li .textImg {
	margin-bottom: 13px;
}
#main .service {
	padding: 50px 0 45px;
	position: relative;
	z-index: 1;
}
#main .service:after {
	width: calc(50% + 648px);  
	background : linear-gradient(90deg, rgba(255, 241, 0, 1) 0%, rgba(0, 167, 60, 1) 100%);
	position: absolute;  
	top: -74px;
	left: 0;  
	bottom: -253px;
	content: ""; 
	z-index: -1;
}
#main .subService {
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 20px;
}
#main .service .imgBox {
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
#main .service .imgBox:last-child {
	margin-bottom: 0;
}
#main .service .imgBox .headLine01 {
	width: 26px;
	margin-right: 10px;
	box-sizing: border-box;
}
#main .service .imgBox .textBox {
	padding: 9px 0 40px 74px;
	flex: 1;
}
#main .service .imgBox .ttl {
	margin-bottom: 34px;
	font-size: 2.2rem;
	font-weight: 700;
}
#main .service .imgBox h3 {
	margin-bottom: 48px;
	font-size: 4rem;
	color: #231815;
	line-height: 1.75;
}
#main .service .imgBox02 .headLine01 {
	order: 2;
	margin: -8px 127px 0 0;
}
#main .service .imgBox02 .headLine01 span {
	height: 115px;
}
#main .service .imgBox02 .headLine01::after {
	top: 115px;
	height: calc(100% - 115px);
}
#main .service .imgBox02 .textBox {
	padding-left: 110px;
}
#main .service .imgBox h4 {
	font-size: 3.1rem;
	margin-bottom: 16px;
	color: #231815;
	line-height: 1.77;
}
#main .service .imgBox .txt {
	font-size: 2.4rem;
	font-weight: 700;
	color: #231815;
}
#main .design {
	position: relative;
	z-index: 1;
	padding: 41px 0 50px;
}
#main .design .headLine01 {
	width: 26px;
}
#main .design:after {
	width: calc(50% + 775px);  
	background : #EAEEF1;
	position: absolute;  
	top: 0;
	right: 0;  
	bottom: 0;
	content: ""; 
	z-index: -1;
}
#main .design .subDesign {
	margin: 0 auto;
	max-width: 1420px;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .design .subDesign .textBox {
	padding: 21px 0 0 83px;
	flex: 1;
}
#main .design .ttl {
	margin-bottom: 22px;
	font-size: 2.2rem;
	font-weight: 700;
}
#main .design h3 {
	margin-bottom: 50px;
	font-size: 4rem;
	color: #231815;
	line-height: 1.75;
}
#main .design .list {
	display: flex;
	flex-wrap: wrap;
}
#main .design .list li {
	width: 28.2%;
	margin: 0 3.5% 43px 0;
}
#main .design .list li:nth-child(3n) {
	margin-right: 0;
}
#main .case {
	margin-bottom: 103px;
	position: relative;
	z-index: 1;
}
#main .case h2 {
	margin: -20px 0 91px 14px;
	display: flex;
	align-items: flex-end;
	font-size: 2.2rem;
	font-weight: 700;
}
#main .case h2 img {
	margin: 0 45px 4px 0;
}
#main .case .imgBox {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .case .imgBox:last-child {
	margin-bottom: 0;
}
#main .case .imgBox .photoBox {
	width: 600px;
	margin-right: 53px;
}
#main .case .imgBox .textBox {
	flex: 1;
	padding-top: 25px;
}
#main .case .imgBox p {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2.2;
}
#main .faq {
	padding: 94px 0 193px;
	background-color: #EAEEF1;
}
#main .faq h2 {
	margin-bottom: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
}
#main .faqUl {
	margin-bottom: 145px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .faqUl li {
	margin-top: 75px;
	width: 45.5%;
}
#main .faqUl dt {
	margin-bottom: 27px;
	padding-left: 60px;
	font-size: 2.2rem;
	font-weight: 500;
	background: url(../img/index/imgtext06.png) no-repeat left 1px top 5px;
	background-size: 18px auto;
}
#main .faqUl dd {
	line-height: 1.75;
}
#main .company {
	padding-top: 67px;
	border-top: 1px solid #ADADAD;
}
#main .company .list {
	padding-top: 42px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .company .list li {
	width: 47%;
	padding: 42px 40px 37px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow : 30px 30px 40px rgba(0, 0, 0, 0.15);
}
#main .company .list li .textImg {
	margin-bottom: 18px;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .company .list li p {
	margin-bottom: 60px;
	font-weight: 500;
	line-height: 1.75;
	text-align: center;
}
#main .contact h2 {
	margin: -42px 0 37px;
	text-align: center;
	font-size: 2.2rem;
}
#main .contact h2 span {
	margin-bottom: 22px;
	display: block;
	font-size: 6rem;
	letter-spacing: 0.25em;
	font-weight: 700;
}
#main .contact .ttl {
	margin-bottom: 52px;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	color: #231815;
}
#main .contactDl {
	word-break: break-all;
	max-width: 820px;
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .contactDl dt {
	width: 198px;
	text-align: right;
	padding: 9px 15px 5px 0;
}
#main .contactDl dt small {
	font-size: 1.4rem;
	vertical-align: 1px;
}
#main .contactDl dd {
	padding: 9px 120px 9px 0;
	box-sizing: border-box;
	width: calc(100% - 213px);
}
input[type="email"],
input[type="tel"],
input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 8px;
    height: 52px;
	color: #000;
    border: 1px solid #595959;
    box-sizing: border-box;
    font-size: 1.8rem;
    padding: 0 10px;
    width: 100%;
    background-color: #fff;
}
textarea {
	resize: vertical;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 8px;
    height: 318px;
	color: #000;
    border: 1px solid #595959;
    box-sizing: border-box;
    font-size: 1.8rem;
    padding: 5px 10px;
    width: 100%;
    background-color: #fff;
}
#main .contactDl .dtStyle {
	align-self: flex-start;
}
.submit {
	padding-left: 92px;
	text-align: center;
}
.submit li {
	margin-bottom: 20px;
}
.submit li:last-child {
	margin-bottom: 0;
}
.submit li input {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 484px;
    height: 48px;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    font-size: 1.9rem;
    color: #fff;
    border: none;
	background-color: #000000;
}

@media all and (min-width: 897px) {
	.submit li input:hover {
		opacity: 0.7;
	}
	#main .faqUl dt {
		min-height: 33px;
	}
}

#thanks {
	text-align: center;
}
#thanks p {
	margin-bottom: 40px;
}
#thanks .comLink {
	width: 250px;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		position: relative;
	}
	#main .mainVisual .list {
		position: static;
		margin: 40px 40px 30px;
		width: auto;
	}
	#main .mainVisual .list li {
		margin: 0 10px;
	}
	#main .mainVisual .link {
		position: static;
		transform: none;
		margin: 0 auto;
		max-width: 330px;
		padding: 0 20px;
	}
	#main .mainVisual .link img {
		display: none;
	}
	#main .mainVisual .link a {
		display: flex;
		align-items: center;
		min-height: 55px;
		justify-content: center;
		text-align: center;
		padding: 5px;
		box-sizing: border-box;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		font-weight: 500;
		color: #fff;
		background-color: #000;
		border-radius: 10px;
	}
	#main .mainVisual .link span {
		display: inline-block;
		padding-left: 30px;
		background: url(../img/common/icon.png) no-repeat left center;
		background-size: 15px auto;
	}
	#main .information {
		padding: 70px 20px 0;
		width: auto;
		display: block;
	}
	#main .information h2 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	#main .information .inner {
		display: block;
	}
	#main .information .inner .photoBox {
		width: auto;
		margin: 0 0 20px;
	}
	#main .information .inner .textBox {
		padding: 0;
	}
	#main .information .inner .textList {
		margin-bottom: 40px;
		display: block;
	}
	#main .information .inner .textList li {
		width: auto;
		margin: 0 0 20px;
	}
	#main .information .inner .textList li:last-child {
		margin-bottom: 0;
	}
	#main .information .inner h3 {
		margin: 0 0 10px;
		font-size: 2rem;
	}
	#main .information .inner .list li {
		font-size: 1.4rem;
	}
	#main .information .ttl {
		font-size: 2rem;
		margin: 0 -20px;
		padding: 10px 20px;
	}
	#main .information .ttl::after { 
		left: 0;
		width: 100%;
	}
	#main .information::after { 
		left: 0;
	}
	#main .information .team {
		max-width: inherit;
		padding: 30px 0 0;
	}
	#main .information .team .ttl02 {
		font-size: 2rem;
	}
	#main .information .team .ttl02 span img {
		width: 200px;
	}
	#main .information .teamUl {
		margin: 0 0 20px;
		display: block;
	}
	#main .information .teamUl li {
		width: auto;
		margin: 0 -5px 40px;
	}
	#main .information .teamUl li:last-child {
		margin-bottom: 0;
	}
	#main .information .teamUl li .textImg img {
		width: auto;
		max-height: 40px;
	}
	#main .information .teamUl li p {
		font-size: 1.4rem;
	}
	#main .information .bigPhoto {
		padding: 0;
	}
	#main .information .bigPhoto img {
		width: 100%;
	}
	#main .service .imgBox {
		display: block;
	}
	#main .service .imgBox .headLine01 {
		width: auto;
		margin: 0 0 30px;
	}
	#main .service .imgBox .textBox {
		padding: 0;
	}
	#main .service .imgBox .ttl {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	#main .service .imgBox h3 {
		font-size: 1.8rem;
	}
	#main .service .imgBox .photo img {
		width: 100%;
	}
	#main .service .imgBox h4 {
		font-size: 1.8rem;
	}
	#main .service .imgBox .txt {
		font-size: 1.6rem;
	}
	#main .design .subDesign {
		display: block;
	}
	#main .design .headLine01 {
		width: auto;
		margin-bottom: 30px;
	}
	#main .design .subDesign .textBox {
		padding: 0;
	}
	#main .design .ttl {
		font-size: 1.6rem;
	}
	#main .design h3 {
		font-size: 2rem;
	}
	#main .design .list {
		display: block;
	}
	#main .design .list li {
		width: auto;
		margin: 0 0 30px;
	}
	#main .design .list li img {
		width: 100%;
	}
	#main .design .list li:last-child {
		margin-bottom: 0;
	}
	#main .design {
		padding-bottom: 70px;
	}
	#main .case h2 {
		margin: -15px 0 30px;
		display: block;
		text-align: center;
		font-size: 2rem;
	}
	#main .case h2 img {
		width: 200px;
		margin: 0 auto 8px;
		display: block;
	}
	#main .case .imgBox {
		margin-bottom: 40px;
		display: block;
	}
	#main .case .imgBox .photoBox {
		width: auto;
		margin: 0 0 20px;
	}
	#main .case .imgBox .photoBox img {
		width: 100%;
	}
	#main .case .imgBox .textBox {
		padding: 0;
	}
	#main .case .imgBox p {
		font-size: 1.4rem;
	}
	#main .case {
		margin-bottom: 80px;
	}
	#main .faq {
		padding: 50px 0 100px;
	}
	#main .faqUl {
		margin-bottom: 50px;
		display: block;
	}
	#main .faqUl li {
		width: auto;
		margin: 40px 0 0;
	}
	#main .faqUl dt {
		margin-bottom: 15px;
		padding: 2px 0 4px 25px;
		font-size: 1.6rem;
		background-size: 15px auto;
	}
	#main .company {
		padding-top: 50px;
	}
	#main .company .list {
		display: block;
		padding-top: 10px;
	}
	#main .company .list li {
		padding: 30px 20px;
		width: auto;
		margin: 0 0 60px;
		box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
	}
	#main .company .list li:last-child {
		margin-bottom: 0;
	}
	#main .company .list li .textImg img {
		width: auto;
		max-height: 40px;
	}
	#main .company .list li p {
		margin-bottom: 40px;
	}
	#main .contact h2 {
		margin: -32px 0 37px;
		font-size: 2rem;
	}
	#main .contact h2 span {
		margin-bottom: 10px;
		font-size: 4rem;
		letter-spacing: 0.1em;
	}
	#main .contact .ttl {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}
	#main .contactDl {
		max-width: inherit;
		display: block;
	}
	#main .contactDl dt {
		width: auto;
		text-align: left;
		padding: 0 0 5px;
		font-weight: 700;
		font-size: 1.6rem;
	}
	#main .contactDl dd {
		width: auto;
		padding: 0 0 30px;
	}
	input[type="email"], input[type="tel"], input[type="text"] {
		height: 45px;
		font-size: 1.4rem;
	}
	textarea {
		font-size: 1.4rem;
		height: 200px;
	}
	.submit {
		padding: 0;
	}
	.submit li input {
		width: 100%;
		font-size: 1.5rem;
		max-width: 280px;
		margin: 0 auto;
	}
	#main .contact h2 {
		margin-top: 40px;
	}
	.thanksBox {
		min-height: calc(100vh - 172px);
	}
}

@media all and (max-width: 374px) {
	#main .company .list li p {
		font-size: 1.2rem;
	}
	#main .contact h2 span {
		font-size: 3.8rem;
	}
}

.errorMsg {
	max-width: 700px;
	margin: 0 auto 30px;
	font-size: 1.5rem;
	color: #ff0000;
}

/**/
.case .imgBox .photoBox{
	border: 1px #D4D4D4 solid
}