@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainImg {
	position: relative;
}
#main .mainImg .imgUl {
	font-size: 0;
	line-height: 1;
}
#main .mainImg .imgUl li {
	height: 100vh;
	overflow: hidden;
}
#main .mainImg .imgUl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainImg .textImg {
	margin-top: 28px;
	width: 326px;
	position: absolute;
	top: 50%;
	left: 190px;
	transform: translateY(-50%);
}
#main .mainImg .btn {
	width: 120px;
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 40px;
}
#main .mainImg .scroll {
	position: absolute;
	bottom: 65px;
	left: 50%;
	font-size: 1.4rem;
	line-height: 1;
	transform: translateX(-50%);
	font-weight: 700;
}
#main .mainImg .scroll a {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#main .mainImg .scroll a::after {
	margin-left: -1px;
	width: 2px;
	height: 90px;
	position: absolute;
	top: calc(100% + 14px);
	left: 50%;
	background-color: #E5D765;
	content: "";
	animation: scroll 3.0s ease infinite;
}

@keyframes scroll {
	0%{
		height:0;
		top:30px;
		opacity: 0;
	}
	30%{
		height:90px;
		top:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:120px;
		opacity: 0;
	}
}

@media all and (min-width: 897px) {
	#main .mainImg .btn a:hover {
		opacity: 0.7;
	}
	#main .mainImg .scroll a:hover {
		opacity: 0.7;
	}
}


/* aboutBox */
#main .aboutBox {
	padding-top: 103px;
}
#main .aboutBox .headLine02 {
	margin-bottom: 45px;
	font-size: 3rem;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
#main .aboutBox .headLine02 .en {
	margin-bottom: 54px;
	font-size: 1.8rem;
	background-size: 90px 2px;
	letter-spacing: 0.13em;
	line-height: 1;
}
#main .aboutBox .centerTxt {
	margin-bottom: 111px;
	font-size: 1.8rem;
	line-height: 2.5;
}
#main .aboutBox .imgUl {
	display: flex;
	flex-wrap: wrap;
}
#main .aboutBox .imgUl li {
	width: 25%;
}
#main .aboutBox .imgUl img {
	width: 100%;
}
#main .aboutBox .bgBox {
	padding: 120px 0 115px;
	background: url("../img/index/flow_bg.png") repeat center center / 11px;
}
#main .aboutBox .bgBox .content {
	max-width: 1000px;
}
#main .aboutBox .listUl {
	margin: -20px -50px 0 0;
	display: flex;
	flex-wrap: wrap;
}
#main .aboutBox .listUl li {
	margin: 20px 50px 0 0;
	padding: 26px 20px 20px;
	background-color: #fff;
	width: 300px;
	box-sizing: border-box;
	border-top: 6px solid #F8E476;
	border-right: 6px solid #F8E476;
	border-bottom: 6px solid #3A5CA7;
	border-left: 6px solid #3A5CA7;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
#main .aboutBox .listUl .title {
	margin-bottom: 15px;
	color: #3A5CA7;
	text-align: center;
	font-size: 2.6rem;
	letter-spacing: 0.23rem;
	
}
#main .aboutBox .listUl .title span {
	min-width: 186px;
	display: inline-block;
	vertical-align: top;
	border-bottom: 2px dotted #3A5CA7;
	padding-bottom: 14px;
}

/* reformBox */
#main .reformBox {
	padding: 117px 0 160px;
	max-width: 1080px;
}
#main .reformBox .listUl {
	margin: -59px -30px 0;
	display: flex;
	flex-wrap: wrap;
}
#main .reformBox .listUl > li {
	margin-top: 59px;
	padding: 0 30px;
	width: 33.33%;
	box-sizing: border-box;
}
#main .reformBox .listUl .image {
	border-radius: 8px;
	overflow: hidden;
}
#main .reformBox .listUl .image img {
	width: 100%;
}
#main .reformBox .listUl .title {
	margin: -23px 0 12px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#main .reformBox .listUl .title span {
	padding: 7px 5px 8px;
	min-width: 260px;
	background-color: #3A5CA7;
	border: 2px solid #fff;
	border-radius: 18px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#main .reformBox .txtList {
	font-size: 1.4rem;
	font-weight: bold;
}
#main .reformBox .txtList li {
	padding: 6px 0 6px 25px;
	border-bottom: 2px dashed #B7B7B7;
	position: relative;
}
#main .reformBox .txtList li::before {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 8px;
	left: -2px;
	background: url("../img/index/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}


/* works */
#main .works {
	padding-top: 96px;
	position: relative;
}
#main .works::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: calc(50% + 372px);
	border-radius: 0px 60px 0px 0px;
	background: #f8e476;	
	content: "";
}
#main .works .content {
	max-width: inherit;
	display: flex;
	justify-content: space-between;
}
#main .works .headLine02 {
	margin-bottom: 36px;
	max-width: 120px;
}
#main .works .headLine02 .en {
	background: url("../img/common/line02.png") no-repeat center bottom / 121px;
}
#main .works .lBox {
	position: relative;
	box-sizing: border-box;
	width: calc(50% - 320px);
}
#main .works .lBox .subBox {
	width: 220px;
	margin-left: auto;
	box-sizing: border-box;
}
#main .works .lBox p {
	color: #3A5CA7;
	line-height: 2;
}
#main .works .photo {
	margin: 64px 0 -60px;
	position: relative;
	width: calc(50% + 317px);
}
#main .works .photo img {
	width: 100%;
}
#main .flow {
	padding: 156px 0 100px;
	background: url("../img/index/flow_bg.png") repeat center center / 11px;
}
#main .flow .headLine02 {
	margin-bottom: 85px;
}
#main .flow .content {
	max-width: 1000px;
}
#main .flow .flowList {
	margin: -65px 0 0;
}
#main .flow .flowList li {
	margin: 65px 50px 0 0;
	padding: 5px 20px 20px;
	width: 300px;
	position: relative;
	border-radius: 12px;
	box-sizing: border-box;
	background-color: #FFF;
}
#main .flow .flowList li:nth-child(3n) {
	margin-right: 0;
}
#main .flow .flowList li::before {
	position: absolute;
	right: -35px;
	top: 50%;
	margin-top: -4px;
	width: 20px;
	height: 36px;
	background: url("../img/index/flow_arrow.png") no-repeat;
	background-size: 100%;
	content: "";
}
#main .flow .flowList li:last-child::before {
	display: none;
}
#main .flow .flowList li .ttl .num {
	margin: -30px auto 23px;
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #ffee6f;
	font-size: 2.4rem;
	letter-spacing: 0.02em;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #3a5ca7;;
	font-family: 'Lato', sans-serif;
}
#main .flow .flowList li .ttl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #3a5ca7;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	border-bottom: 2px dashed #b7b7b7;
}
#main .flow .flowList li .txt {
	margin: 0 7px 26px;
	line-height: 1.73;
}
#main .flow .flowList li .pho img {
	width: 100%;
}
#main .company {
	padding-top: 135px;
}
#main .company .content {
	max-width: 801px;
}
#main .company table {
	margin-bottom: 118px;
	width: 100%;
	border-collapse: collapse;
}
#main .company td,
#main .company th {
	padding: 24px 40px 23px;
	font-weight: 400;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
	box-sizing: border-box;
	border-top: 1px solid #d3d3d3;	
	border-bottom: 1px solid #d3d3d3;	
}
#main .company th {
	width: 22.6%;
}
#main .company iframe {
	width: 100%;
	height: 420px;
	vertical-align: top;
}
#gFooter {
	margin-top: 0;
}
@media all and (max-width: 896px) {
	#main .mainImg .textImg {
		margin-top: 3px;
		width: 240px;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	#main .aboutBox .headLine02 {
		margin-bottom: 49px;
		font-size: 2.2rem;
	}
	#main .aboutBox {
		padding-top: 107px;
	}
	#main .aboutBox .headLine02 .en {
		margin-bottom: 55px;
	}
	#main .aboutBox .centerTxt {
		margin-bottom: 112px;
		font-size: 1.6rem;
	}
	#main .aboutBox .imgUl li {
		width: 50%;
	}
	#main .aboutBox .bgBox {
		padding: 80px 27px 80px;
	}
	#main .aboutBox .listUl li {
		margin: 0 0 50px;
		width: auto;
	}
	#main .aboutBox .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .aboutBox .listUl {
		margin: 0;
		display: block;
	}
	#main .reformBox {
		padding: 116px 17px 159px;
	}
	#main .reformBox .listUl {
		margin: 0 -1px 0 0;
		display: block;
	}
	#main .reformBox .listUl > li {
		margin: 0 0 79px;
		padding: 0;
		width: auto;
	}
	#main .reformBox .listUl > li:last-child {
		margin-bottom: 0;
	}
	#main .works .content {
		display: block;
	}
	#main .works .lBox {
		margin: 0 20px 37px 0;
		width: auto;
		text-align: center;
	}
	#main .works .photo {
		margin: 0 -20px;
		position: relative;
		width: auto;
	}
	#main .works .lBox .subBox {
		width: auto;
		margin-left: 0;
		box-sizing: border-box;
	}
	#main .works .headLine02 {
		margin-bottom: 36px;
		max-width: inherit;
	}
	#main .works::before {
		left: auto;
		width: 100%;
		right: 20px;
	}
	#main .flow {
		padding: 96px 0 100px;
	}
	#main .flow .flowList {
		margin: 0 27px;
		display: block;
	}
	#main .flow .flowList li {
		margin: 0 0 84px;
		width: auto;
	}
	#main .flow .flowList li:last-child {
		margin-bottom: 0;
	}
	#main .flow .flowList li::before {
		right: auto;
		top: auto;
		margin: 0 0 0 -10px;
		bottom: -47px;
		left: 50%;
		transform: rotate(90deg);
	}
	#main .company {
		padding-top: 116px;
	}
	#main .company td,
	#main .company th {
		padding: 24px 13px 23px;
		font-size: 1.4rem;
		vertical-align: top;
	}
	#main .company th {
		width: 30.6%;
	}
	#main .company table {
		margin-bottom: 119px;
	}
	#main .company .content {
		max-width: inherit;
	}
}
@media all and (max-width: 392px) {
	#main .aboutBox .bgBox {
		padding: 80px 5px 80px;
	}
	#main .reformBox {
		padding: 116px 5px 159px;
	}
	#main .flow .flowList {
		margin: 0 5px;
	}
	#main .company td,
	#main .company th {
		padding: 24px 5px 23px;
	}
}