@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 0;
	padding: 0;
	height: auto;
	background: none;
	display: block;
	position: relative;
}
.mainVisual img {
	width: 100%;
}
.mainVisual .ttl {
  width: 72%;
	position: absolute;
	bottom: 4.8rem;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 10;
	margin-left: -13.5rem;
}
.mainVisual .btnUl {
	margin-top: 5rem;
	width: 26.8rem;
	position: absolute;
	top: 50%;
	right: 3.8rem;
	transform: translateY(-50%);
}
.mainVisual .btnUl li {
	margin-bottom: 2.1rem;
}
.mainVisual .btnUl li:last-child {
	margin-bottom: 0;
}
.mainVisual .btnUl a {
	display: block;
}
@media all and (min-width: 897px) {
	.mainVisual .btnUl a:hover {
		background: url("../img/index/btn_img01_over.png") no-repeat left top/ 100% 100%;
	}
	.mainVisual .btnUl a:hover img {
		opacity: 0;
	}
	.mainVisual .btnUl li:last-child a:hover {
		background: url("../img/index/btn_img02_over.png") no-repeat left top/ 100% 100%;
	}
}

@media all and (max-width: 896px) {
	.mainVisual .ttl {
		width: 32.5rem;
		bottom: 1.2rem;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		z-index: 10;
		margin-left: 0;
	}
}


/* messageBox */
#main .messageBox {
	margin-bottom: 35.7rem;
	display: flex;
	position: relative;
	max-width: 130.1rem;
}
#main .messageBox .photo {
	width: 73.8rem;
}
#main .messageBox .textBox {
	flex: 1;
	margin: 20.1rem 0 0 1rem;
}
#main .messageBox p {
	font-weight: 500;
	line-height: 1.875;
}
#main .messageBox .title {
	margin-bottom: 4.9rem;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: right;
	letter-spacing: 0.03em;
}
#main .messageBox .title .en {
	font-size: 9.5rem;
	font-weight: 700;
	line-height: 1;
	display: block;
	letter-spacing: 0.05em;
}
#main .messageBox .title .en span {
	color: #12813C;
}
#main .messageBox .subTitle {
	color: #12813C;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.166;
	position: absolute;
	bottom: 3.5rem;
	left: 6.9rem;
}
#main .messageBox .innerBox {
	max-width: 46.5rem;
}
@media all and (max-width: 896px) {
	#main .messageBox {
		padding-top: 5.6rem;
		margin-bottom: 10.9rem;
		display: block;
		max-width: inherit;
	}
	#main .messageBox .photo {
		width: 18.7rem;
		position: absolute;
		top: 0;
		left: -2rem;
	}
	#main .messageBox .photo img {
		width: 100%;
	}
	#main .messageBox .textBox {
		margin: 0;
	}
	#main .messageBox p {
		line-height: 1.8;
		text-align: justify;
	}
	#main .messageBox .title {
		margin-bottom: 3.5rem;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	#main .messageBox .title .en {
		font-size: 4rem;
		letter-spacing: 0.05em;
		margin-bottom: 0.4rem;
	}
	#main .messageBox .subTitle {
		margin-bottom: 2.2rem;
		font-size: 2.9rem;
		font-weight: 700;
		line-height: 1.3;
		position: static;
		bottom: auto;
		left: auto;
		text-align: right;
		transform: translateX(1.7rem);
	}
	#main .messageBox .subTitle .inner {
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	#main .messageBox .innerBox {
		max-width: inherit;
	}
}


/* dayBox */
#main .dayBox {
	padding: 9rem 0 0;
	background: url("../img/index/day_bg.png") no-repeat left top / 100% 100%;
	position: relative;
}
#main .dayBox .textImg {
	margin: 0 0 -2.2rem -0.2rem;
	width: 138.4rem;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}
#main .dayBox .imgUl {
	display: flex;
	align-items: flex-start !important;
	flex-wrap: wrap;
}
#main .dayBox .imgUl li {
	width: 28rem;
	margin: 0 1rem;
}
#main .dayBox .imgUl img {
	width: 100%;
	overflow: hidden;
	border-radius: 1.5rem;
}
#main .dayBox .imgUl .mar {
	margin-top: 6.4rem;
}
#main .dayBox .content {
	margin-top: -2.8rem;
	display: flex;
	max-width: 136.6rem;
}
#main .dayBox .subBox {
	width: 50%;
	display: flex;
	align-items: flex-end;
	position: relative;
}
#main .dayBox .subBox img {
	max-width: 50.1rem;
	width: 100%;
}
#main .dayBox .subBox .btn {
	margin-left: -6.6rem;
	position: absolute;
	left: 50%;
	bottom: 3.7rem;
	transform: translateX(-50%);
	z-index: 10;
}
#main .dayBox .subBox .btn a {
	width: 29rem;
	height: 5.2rem;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	border-radius: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2.6rem;
	background: #FF7300 url("../img/index/icon01.png") no-repeat right 2.3rem center;
	background-size: 2.2rem auto;
	padding: 0.5rem 4.7rem 1rem 0.5rem;
}
#main .dayBox .subBox:last-child  {
	justify-content: flex-end;
}
#main .dayBox .subBox:last-child .btn {
	margin: 0 0 0 7.3rem;
  	bottom: 4.3rem;
}
#main .dayBox .subBox:last-child .btn a {
	background-color: #7acd19;
	height: 5.6rem;
	width: 27rem;
	padding: 0.5rem 2.2rem 1rem 0.5rem;
	background-size: 1.4rem 2.5rem;
	background-position: right 1.8rem center;
}
#main .dayBox .title {
	width: 36.8rem;
	color: #fff;
	position: absolute;
	bottom: 8.1rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 4rem;
	text-align: center;
	z-index: 10;
}
#main .dayBox .title small {
	display: block;
	font-size: 2.5rem;
	margin-bottom: -0.8rem;
}
#main .dayBox .title img {
	margin-bottom: 4.7rem;
}
@media all and (min-width: 897px) {
	#main .dayBox .subBox .btn a:hover {
		background-color: rgb(211, 79, 27);
	}
	#main .dayBox .subBox:last-child .btn a:hover {
		background-color: #528913;
	}
}
@media all and (min-width: 897px) and (max-width: 1350px) {
	#main .dayBox .textImg {
		width: 100%;
		width: 138.4rem;
	}
}
@media all and (max-width: 896px) {
	#main .dayBox {
		padding: 3.2rem 0 0;
		background: url("../img/index/day_bg.png") no-repeat left top / 100% 100%;
		position: relative;
	}
	#main .dayBox .textImg {
		margin: 0 0 -2.2rem -0.2rem;
		width: 38.1rem;
	}
	#main .dayBox .imgUl {
		margin-bottom: 0.9rem;
	}
	#main .dayBox .imgUl li {
		width: 9.1rem;
		margin: 0 0.3rem;
	}
	#main .dayBox .imgUl img {
		border-radius: 0.4rem;
	}
	#main .dayBox .imgUl .mar {
		margin-top: 2.1rem;
	}
	#main .dayBox .content {
		display: flex;
		max-width: inherit;
		margin: 0 -2.4rem 0 -3.1rem;
	}
	#main .dayBox .subBox {
		width: 50%;
	}
	#main .dayBox .subBox img {
		max-width: 16.8rem;
	}
	#main .dayBox .subBox:last-child img {
		max-width: 15rem;
	}
	#main .dayBox .subBox .btn {
		margin-left: 2.2rem;
		left: 50%;
		bottom: 3.2rem;
	}
	#main .dayBox .subBox .btn a {
		width: 15.7rem;
		height: 3.8rem;
		font-size: 2.5rem;
		background-position: right 1.2rem center;
		background-size: 1.1rem auto;
		padding: 0.5rem 1.9rem 0.7rem 0.5rem;
		font-size: 1.4rem;
	}
	#main .dayBox .subBox:last-child .btn {
		margin: 0 0 0 -1.6rem;
		bottom: 3.4rem;
	}
	#main .dayBox .subBox:last-child .btn a {
		height: 3.8rem;
		width: 15.7rem;
		padding: 0.5rem 1.9rem 0.7rem 0.5rem;
		background-position: right 1.2rem center;
		background-size: 1.1rem auto;
	}
	#main .dayBox .title {
		width: 14rem;
		bottom: 10.4rem;
		font-size: 1.8rem;
	}
	#main .dayBox .title small {
		display: block;
		font-size:1.2rem;
		margin-bottom: 0.1rem;
	}
	#main .dayBox .title img {
		margin-bottom: 1rem;
	}
	#main .dayBox .textImg {
		margin: 0 0 -0.4rem 0;
		width: 38.1rem;
	}
}

/* talkBox */
#main .talkBox {
	margin-bottom: 0.5rem;
	position: relative;
	padding: 29.3rem 0 14.9rem;
}
#main .talkBox .bgImg {
	margin-left: -1rem;
	width: 150.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#main .talkBox .photo {
	width: 87.8rem;
	margin: 0 auto;
	transform: translateX(0.9rem);
}
#main .talkBox .photo a {
	display: block;
	position: relative;
}
#main .talkBox .photo img {
	width: 100%;
}
#main .talkBox .photo .btn {
	padding-top: 1.6rem;
	width: 17.4rem;
	height: 17.4rem;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 29.6rem;
	right: -7.7rem;
	border-radius: 50%;
	background-color: #79cc18;
	font-weight: 700;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.3;
}
@media all and (min-width: 897px) {
	#main .talkBox .photo a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .talkBox .bgImg {
		width: 40rem;
		margin-left: 0;
	}
	#main .talkBox .bgImg img {
		width: 100%;
	}
	#main .talkBox .photo {
		width: auto;
		margin: 0 2rem;
		transform: translateX(0);
	}
	#main .talkBox {
		padding: 7.8rem 0 10.2rem;
		margin-bottom: 0.1rem;
	}
	#main .talkBox .photo .btn {
		padding-top: 0;
		width: 15.7rem;
		height: 3.8rem;
		bottom: -0.9rem;
		right: auto;
		border-radius: 5rem;
		font-size: 1.4rem;
		line-height: 1.3;
		left: 50%;
		transform: translateX(-50%);
	}
	
}

/* interviewBox */
#main .interviewBox {
	margin-bottom: -59.2rem;
	padding: 16.3rem 0 75.3rem;
	background-color: #eaeaea;
}
#main .interviewBox .content {
	max-width: 118rem;
}
@media all and (max-width: 896px) {
	#main .interviewBox {
		padding: 6.4rem 0 38.6rem;
		margin-bottom: -33rem;
	}
}


#gFooter {
	margin-top: 0;
}
