@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.mainImg {
	position: relative;
}

.mainImg a {
	display: block;
	height: 800px;
	box-sizing: border-box;
	padding-top: 295px;
	text-decoration: none;
}

.mainImg .mainWrap {
	background: url(../img/index/main_visual_bg01.jpg) no-repeat center top;
	background-size: cover;
}

.mainImg .mainWrap01 {
	background-image: url(../img/index/main_visual_bg03.jpg);
}

.mainImg .mainWrap01 a {
	padding-top: 322px;
}

.mainImg .mainWrap02 {
	background-image: url(../img/index/main_visual_bg02.jpg);
}

.mainImg .mainWrap02 a {
	padding-top: 322px;
}

.mainImg .mainWrap03 {
	background-image: url(../img/index/main_visual_bg04.jpg);
}

.mainImg .mainWrap03 a {
	padding-top: 322px;
}

.mainImg .mainWrap04 {
	background-image: url(../img/index/main_visual_bg05.jpg);
}

.mainImg .mainWrap04 a {
	padding-top: 322px;
}

.mainImg .mainWrap h2 {
	margin-bottom: 26px;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.28;
	text-align: center;
}

.mainImg .mainWrap h2 .en {
	padding-bottom: 22px;
	display: block;
	position: relative;
	font-size: 54px;
	font-weight: bold;
}

.mainImg .mainWrap h2 .en:before {
	margin-left: -35px;
	width: 70px;
	height: 1px;
	position: absolute;
	background-color: #FFF;
	bottom: 0;
	left: 50%;
	content: " ";
}

.mainImg .mainWrap01 h2 {
	margin-bottom: 22px;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
}

.mainImg .mainWrap01 h2 .en {
	padding-bottom: 20px;
	font-size: 20px;
}

.mainImg .mainWrap02 h2 {
	padding-bottom: 24px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 8px;
}

.mainImg .mainWrap02 h2:before {
	margin-left: -35px;
	width: 70px;
	height: 1px;
	position: absolute;
	background-color: #FFF;
	bottom: 0;
	left: 50%;
	content: " ";
}

.mainImg .mainWrap .pTtl {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

.mainImg .mainWrap01 .pTtl {
	font-size: 15px;
	font-weight: normal;
}

.mainImg .arrowList .prev {
	position: absolute;
	top: 43%;
	left: 50px;
	cursor: pointer;
}

.mainImg .arrowList .next {
	position: absolute;
	top: 43%;
	right: 50px;
	cursor: pointer;
}

.mainImg .arrowList li img {
	cursor: pointer;
}

.mainImg .slickDot {
	margin-left: -130px;
	width: 260px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 111px;
	text-align: center;
}

.mainImg .slickDot li {
	margin: 0 3px;
	width: 50px;
	height: 3px;
	cursor: pointer;
	display: inline-block;
	background: url(../img/common/icon03.gif) no-repeat center top;
}

.mainImg .slickDot li button {
	display: none;
}

.mainImg .slickDot .slick-active {
	background-image: url(../img/common/icon03_on.gif);
}

/*追加20171006*/

.pdf_link{
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	padding: 0 5px;
}

.pdf_link a{
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1px;
	border-bottom: solid 1px #fff
}

.pdf_link a:hover{
	text-decoration: none
}

.pdf_link span{
	display: inline-block;
	background-color: #00A943;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
    line-height: 13px;
    padding: 5px 6px;
    margin-right: 10px
}

#main .headLine01 {
	color: #FFF;
}

#main .service {
	padding-bottom: 100px;
	background-color: #000;
}

#main .service .content .mainBox {
	padding-top: 87px;
	background-color: #000;
}

#main .service .linkList {
	margin: -2px -2px 60px 0;
}

#main .service .linkList li {
	margin: 2px 2px 0 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
}

#main .service .linkList li a {
}

#main .service .linkList li .bg {
	padding-top: 90px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
	box-sizing: border-box;
	background: url(../img/index/bg06.png) repeat left top;
}

#main .service .linkList li img {
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
}

#main .service .linkList li .bg .txt {
	padding-bottom: 7px;
	position: relative;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 2px;
}

#main .service .linkList li .bg .txt:before {
	margin-left: -55px;
	width: 110px;
	height: 1px;
	position: absolute;
	background-color: #F5F5F6;
	bottom: 0;
	left: 50%;
	content: " ";
}

#main .infographic {
	padding: 87px 0 100px;
	background: url(../img/index/bg01.jpg) no-repeat center top;
	background-size: cover;
}

#main .infographic .headLine01 {
	margin-bottom: 177px;
}

#main .infographic .comLink a:hover {
	border: 1px solid #000;
	background-color: #000;
}

#main .interview {
	padding: 83px 0 100px;
	background-color: #000;
}

#main .interview .headLine01 {
	margin-bottom: 55px;
}

#main .interview .linkItem {
	margin: -2px 0 61px;
}

#main .interview .linkItem li {
	margin-top: 2px;
	width: 49.93%;
	float: left;
}

#main .interview .linkItem li:nth-child(2n) {
	float: right;
}

#main .interview .linkItem li a {
	padding: 30px 68px 2px;
	display: block;
	transition: background-size ease 1s;
	-webkit-transition: background-size ease 1s;
	background: url(../img/index/bg02.jpg) no-repeat right top;
	background-size: cover;
}

#main .interview .linkItem li:nth-child(2n) a {
	background: url(../img/index/bg03.jpg) no-repeat left top;
	background-size: cover;
}

#main .interview .linkItem li:nth-child(3) a {
	background-image: url(../img/index/bg04.jpg);
}

#main .interview .linkItem li:nth-child(4) a {
	background-image: url(../img/index/bg05.jpg);
}

#main .interview .linkItem .liStyle a {
	padding: 17px 68px 2px;
}

#main .interview .linkItem li .innerBox {
	width: 531px;
	float: right;
}

#main .interview .linkItem li:nth-child(2n) .innerBox {
	float: left;
}

#main .interview .linkItem li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .interview .linkItem li .innerBox .comTitle .pc {
	padding: 0;
	display: inline-block !important;
	background-color: transparent;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.mainImg a {
		padding-top: 147px;
		height: 400px;
	}

	.mainImg .mainWrap {
		background-image: url(../img/index/sp_main_visual_bg02.jpg);
	}

	.mainImg .mainWrap01 {
		background-image: url(../img/index/sp_main_visual_bg03.jpg);
	}

	.mainImg .mainWrap01 a {
		padding-top: 142px;
	}

	.mainImg .mainWrap02 {
		background-image: url(../img/index/main_visual_bg02.jpg);
	}

	.mainImg .mainWrap02 a {
		padding-top: 160px;
	}
	.mainImg .mainWrap03 {
		background-image: url(../img/index/main_visual_bg04.jpg);
	}

	.mainImg .mainWrap03 a {
		padding-top: 160px;
	}

	.mainImg .mainWrap04 {
		background-image: url(../img/index/main_visual_bg05.jpg);
	}

	.mainImg .mainWrap04 a {
		padding-top: 160px;
	}

	.mainImg .mainWrap h2 {
		margin-bottom: 11px;
		font-size: 9px;
	}

	.mainImg .mainWrap h2 .en {
		padding-bottom: 9px;
		font-size: 25px;
	}

	.mainImg .mainWrap h2 .en:before {
		margin-left: -21px;
		width: 42px;
	}

	.mainImg .mainWrap01 h2 {
		margin-bottom: 11px;
		font-size: 12px;
	}

	.mainImg .mainWrap01 h2 .en {
		padding-bottom: 14px;
		font-size: 12px;
	}

	.mainImg .mainWrap02 h2 {
		margin-bottom: 13px;
		padding-bottom: 10px;
		font-size: 25px;
		font-weight: bold;
		letter-spacing: 2px;
	}

	.mainImg .mainWrap02 h2:before {
		margin-left: -21px;
		width: 42px;
	}

	.mainImg .mainWrap .pTtl {
		font-size: 10px;
	}

	.mainImg .mainWrap01 .pTtl {
		font-size: 10px;
	}

	.mainImg .mainWrap02 .pTtl {
		font-size: 10px;
	}

	.mainImg .arrowList .prev {
		top: 40%;
		left: 15px;
	}

	.mainImg .arrowList .next {
		top: 40%;
		right: 15px;
	}

	.mainImg .arrowList li img {
		width: 30px;
		cursor: default;
	}

	.mainImg .slickDot {
		bottom: 35px;
	}

	#main .link {
		width: 160px;
	}

	#main .link a {
		padding: 10px 0 8px;
		font-size: 13px;
	}

	#main .link a:before {
		margin-top: -6px;
		width: 8px;
		height: 13px;
		background-size: 8px 13px;
		right: 8px;
	}

	#main .link a:hover {
		border: 1px solid #40AE5D;
		background-color: #40AE5D;
	}

	#main .service {
		padding-bottom: 50px;
	}

	#main .service .content .mainBox {
		margin-top: 0;
		padding-top: 30px;
		float: none;
	}

	#main .service .headLine01 {
		margin-bottom: 36px;
	}

	#main .service .linkList {
		margin: -1px 0 40px;
	}

	#main .service .linkList li {
		margin: 1px 0 0;
		width: 49.8%;
	}

	#main .service .linkList li:nth-child(2n) {
		float: right;
	}

	#main .service .linkList li img {
		width: 100%;
	}

	#main .service .linkList li .bg {
		padding-top: 24.5%;
	}

	#main .service .linkList li .bg .txt {
		padding-bottom: 3px;
		font-size: 11px;
	}

	#main .service .linkList li .bg .txt:before {
		margin-left: -40px;
		width: 80px;
	}

	#main .service .linkList li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .infographic {
		padding: 33px 0 50px;
		background-image: url(../img/index/sp_bg01.jpg);
	}

	#main .infographic .headLine01 {
		margin-bottom: 77px;
	}

	#main .infographic .link a:hover {
		border: 1px solid #40AE5D;
		background-color: #40AE5D;
	}

	#main .interview {
		padding: 33px 0 50px;
	}

	#main .interview .headLine01 {
		margin-bottom: 38px;
	}

	#main .interview .linkItem {
		margin: -2px 0 40px;
	}

	#main .interview .linkItem li {
		width: auto;
		float: none;
	}

	#main .interview .linkItem li:nth-child(2n) {
		float: none;
	}

	#main .interview .linkItem li a {
		padding: 22px 20px 9px;
		text-decoration: none;
		background: url(../img/index/sp_bg02.jpg) no-repeat center top;
		background-size: cover;
	}

	#main .interview .linkItem li:nth-child(2n) a {
		background: url(../img/index/sp_bg03.jpg) no-repeat center top;
		background-size: cover;
	}

	#main .interview .linkItem li:nth-child(3) a {
		background-image: url(../img/index/sp_bg04.jpg);
	}

	#main .interview .linkItem li:nth-child(4) a {
		background-image: url(../img/index/sp_bg05.jpg);
	}

	#main .interview .linkItem .liStyle a {
		padding: 22px 20px 10px;
	}

	#main .interview .linkItem li .innerBox {
		width: auto;
		float: none;
	}

	#main .interview .linkItem li:nth-child(2n) .innerBox {
		float: none;
	}

	#main .interview .linkItem li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .interview .linkItem li .innerBox .comTitle .sp {
		padding: 0;
		display: inline-block !important;
		background-color: transparent;
	}

	#main .interview .linkItem li .innerBox .comTitle .pc {
		display: none !important;
	}
	.pdf_link{
		font-size: 12px;
	}
}


.ioi_banner{
		margin: 0 auto;
		width: 210px;
		margin-bottom: 25px;
}
.ioi_banner img{
	width: 100%;
}


.Note {
	color: #fff;
	margin-bottom: 50px;
}
.Note .Note_title{
	font-size: 20px;
	margin-bottom: 10px;
}
.Note .sub_title{
	font-size: 16px;
	margin-bottom: 10px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.Note {
		color: #fff;
		margin-bottom: 50px;
		padding: 10px;
	}
	.Note p{
		font-size: 10px;
	}
	.Note .Note_title{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.Note .sub_title{
		font-size: 12px;
		margin-bottom: 10px;
	}
}