@charset "utf-8";




.main-visual {
	position: relative;
	width: 100%;
	padding: 160px 0 130px;
	background: #a8e3f9 url(../n_img/bg_header.jpg);
}
.swiper-box {
}
.swiper-slide {
	height: 510px;
}
.swiper-slide img {
	width: 100%;
	height: auto;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
}
.slidebnr {
	position: absolute;
	width: 100%;
	left: 10%;
	bottom: 110px !important;
	width: 480px;
	height: auto;
	z-index: 11;
}
.slidebnr img {
	width: 100%;
	height: auto;
}
.swiper-pagination {
	bottom: 40px !important;
	height: 70px;
	background: #fff url(../n_img/bg_pgr.png) center center;
	background-size: auto 100%;
}
.swiper-pagination-bullet {
	margin: 28px 6px 0 !important;
	width: 16px !important;
	height: 16px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
	background: #006eb3 !important;
}
.swiper-button-next-n,
.swiper-button-prev-n {
	position: absolute;
	width: 100%;
	top: initial;
	bottom: 64px !important;
	width: 30px;
	height: 19px;
	z-index: 11;
	cursor: pointer;
}
.swiper-button-next-n,
.swiper-container-rtl .swiper-button-prev-n {
	right: 35% !important;
}
.swiper-button-prev-n,
.swiper-container-rtl .swiper-button-next-n {
	left: 35% !important;
}
.swiper-button-prev-n::before,
.swiper-button-next-n::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	border-radius: 0%;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}
.swiper-button-prev-n::after,
.swiper-button-next-n::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	border-radius: 0%;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}
.swiper-button-prev-n,
.swiper-container-rtl .swiper-button-next-n {
	background-image: url(../n_img/pgn_prev.png);
	background-size: 30px 19px;

}
.swiper-button-next-n,
.swiper-container-rtl .swiper-button-prev-n {
	background-image: url(../n_img/pgn_next.png);
	background-size: 30px 19px;
}



/* cont01
---------------------------------------------------- */

#cont01 {
	background: #efefef url(../images/bg_ixcont01.png);
}
#cont01 .box {
	padding: 40px 0 100px;
}
#cont01 .box .gridWrapper {
	width: 100%;
	margin: 0%;
	padding: 20px 0;
}
#cont01 .box .gridWrapper .grid {
	position: relative;
	width: 30%;
	margin: 0 0 0 5%;
	padding: 0;
}
#cont01 .box .gridWrapper .grid a dd {
	color: #111;
}

#cont01 .box .gridWrapper .grid.grid01 {
	margin: 0;
}

#cont01 .box .gridWrapper .grid h1 img {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
}
#cont01 .box .gridWrapper .grid dl dt {
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#cont01 .box .gridWrapper .grid dl dt img {
	width: 100%;
	height: auto;
}
#cont01 .box .gridWrapper .grid dl dd {
	padding: 15px 10px 0;
	font-size: 1.0em;
	font-weight: 500;
	line-height: 1.6em;
	text-align: left;
}
#cont01 .box .gridWrapper .grid .btnbox {
	width: 50%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
#cont01 .box .gridWrapper .grid .btnbox .morebtn {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #fff !important;
	margin: 0 auto;
	line-height: 36px;
		-moz-border-radius: 36px;
		-webkit-border-radius: 36px;
	border-radius: 36px;
	background: #8acfd8;
	text-align: center;
}
#cont01 .box .intvbox {
	width: 100%;
	margin: 0%;
	padding: 100px 0 80px;
}
#cont01 .box .intvbox img {
	width: 100%;
	height: auto;
}


/* cont02 power
---------------------------------------------------- */

#cont02 .bgbox {
	background: #86afe5 url(../images/bg_interview.jpg);
	background-size: cover;
	background-position: center top;
	position: relative;
}
.interviewbox {
	padding: 40px 0 50px;
	overflow: hidden;
}
.interviewbox .hokuhoku {
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.interviewbox .hokuhoku img {
	height: 100px;
	width: auto;
	margin: 0 auto;
}
.interviewbox .itvitembox {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
.interviewbox .grid {
	overflow: hidden;
	text-align: center;
}
.interviewbox .grid11{
	width: 45%;
	padding-top: 50px;
	overflow: hidden;
}
.interviewbox .grid21 {
	width: 55%;
	overflow: hidden;
}
.interviewbox .grid11 img,
.interviewbox .grid21 img {
	width: 90%;
	height: auto;
}
.interviewbox .grid12{
	float: right !important;
	width: 55%;
}
.interviewbox .grid22 {
	float: right !important;
	padding-top: 50px;
	width: 45%;
}
.interviewbox .grid12 img,
.interviewbox .grid22 img {
	width: 90%;
	height: auto;
}

/*ACCORDION*/
div.accordion {
	width: 100%;
	text-align: center;
}
div.accordion ul li {
	text-align: center;
}
div.accordion > ul > li > a {
	position: relative;
	display: block;
	cursor: pointer;
	width: 56px;
	height: 56px;
	margin: 0 auto;
}
div.accordion > ul > li > a:hover{
}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
}
div.accordion > ul > li > a{
	background: url(../images/icon_arrow1.png);
}
div.accordion > ul > li > a.active {
	background: url(../images/icon_arrow2.png);
}
div.accordion > ul > li > ul {
	display: none;
}

/* cont03 technology
---------------------------------------------------- */

#cont03 {
	background: #fff url(../images/bg_ixcont03.png);
}
#cont03 .box {
	padding: 50px 0 0;
}
#cont03 .box .gridWrapper {
	width: 100%;
	margin: 0%;
	padding: 20px 0;
}
#cont03 .box .gridWrapper .grid {
	position: relative;
	width: 30%;
	margin: 0 0 3% 5%;
	padding: 0;
}
#cont03 .box .gridWrapper .grid a dd {
	color: #111;
}
#cont03 .box .gridWrapper .grid.grid01,
#cont03 .box .gridWrapper .grid.grid04 {
	margin: 0;
}
#cont03 .box .gridWrapper .grid.grid06 img {
	width: 100%;
	height: auto;
}
#cont03 .box .gridWrapper .grid dl dt {
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#cont03 .box .gridWrapper .grid dl dt img {
	width: 100%;
	height: auto;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	border-radius: 12px;
}
#cont03 .box .gridWrapper .grid dl dd {
	padding: 10px 10px 10px;
	font-size: 1.4em;
	font-weight: 500;
	text-align: center;
}
#cont03 .box .gridWrapper .grid .btnbox {
	width: 70%;
	margin: 0 auto;
	padding: 0 0 10px;
	text-align: center;
}
#cont03 .box .gridWrapper .grid .btnbox .morebtn {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #fff !important;
	margin: 0 auto;
	line-height: 36px;
		-moz-border-radius: 36px;
		-webkit-border-radius: 36px;
	border-radius: 36px;
	background: #8acfd8;
	text-align: center;

}


/* cont04
---------------------------------------------------- */

#cont04 {
	margin-top: 0px !important;
	background: #ffe100;
}
#cont04 .box {
	padding: 0px 0 60px;
}
#cont04 .box .gridWrapper {
	width: 100%;
	margin: 0%;
	padding: 20px 0;
}
#cont04 .box .gridWrapper .grid01 {
	width: 55%;
	margin: 0;
}
#cont04 .box .gridWrapper .grid02 {
	width: 43%;
	margin: 0 0 0 2%;
}
#cont04 .box .gridWrapper .grid img {
	width: 100%;
	height: auto;
}
#cont04 .box .btnbox {
	width: 100%;
	margin: 0%;
	padding: 10px 0 0;
	text-align: center;
}
#cont04 .box .btnbox img {
	width: 80%;
	height: auto;
}

/* cont05
---------------------------------------------------- */

#cont05 {
	margin: 0px !important;
	padding: 50px 0 40px;
	background: #a8e3f9 url(../n_img/bg_header.jpg);
}
#cont05 .box {
	padding: 20px 0 80px;
}
#cont05 .box .gridWrapper {
	width: 100%;
	margin: 0%;
	padding: 0 0 40px;
}
#cont05 .box .gridWrapper div {
	width: 23%;
	margin: 0 0 0 2.6%;
	padding: 0;
	background: #fff;
}
#cont05 .box .gridWrapper div:first-child {
	margin: 0;
}
#cont05 .box .gridWrapper .grid img {
	width: 100%;
	height: auto;
}
#cont05 .box .subttbox {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}



/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1080px){


.main-visual {
	padding: 110px 0 130px;
}
.slidebnr {
	position: absolute;
	width: 100%;
	left: 4%;
	bottom: 110px !important;
	width: 440px;
	height: auto;
	z-index: 11;
}
.swiper-button-next-n,
.swiper-button-prev-n {
}
.swiper-button-next-n,
.swiper-container-rtl .swiper-button-prev-n {
	right: 32% !important;
}
.swiper-button-prev-n,
.swiper-container-rtl .swiper-button-next-n {
	left: 32% !important;
}

}


/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px){


.slidebnr {
	position: absolute;
	left: 10px;
	bottom: 110px !important;
	width: 380px;
	height: auto;
	z-index: 11;
}
.swiper-button-next-n,
.swiper-button-prev-n {
}
.swiper-button-next-n,
.swiper-container-rtl .swiper-button-prev-n {
	right: 28% !important;
}
.swiper-button-prev-n,
.swiper-container-rtl .swiper-button-next-n {
	left: 28% !important;
}


.smptopbnr {
	display: block;
	background: #333;
}
.smptopbnr .grid {
	float: left;
}
.smptopbnr .grid.grid01 {
	width: 52%;
	margin: 0 2%;
}
.smptopbnr .grid.grid01 ul {
	padding: 15px 0 0;
}
.smptopbnr .grid.grid01 ul li {
	padding: 0 0 5px;
}
.smptopbnr .grid.grid02 {
	width: 40%;
	margin: 0 2%;
}
.smptopbnr .grid img {
	width: 100%;
	height: auto;
}
.smptopbnr .grid img {
	width: 100%;
	height: auto;
}


/* cont01
---------------------------------------------------- */


#cont01 .box .gridWrapper .grid {
	width: 70%;
	margin: 0 15% 5% !important;
	padding: 0;
}
#cont01 .box .gridWrapper .grid a dd {
	color: #111;
}

#cont01 .box .intvbox {
	width: 70%;
	margin: 0 15%;
	padding: 30px 0 0px;
}
#cont01 .box .intvbox img {
	width: 100%;
	height: auto;
}



/* cont02
---------------------------------------------------- */

.interviewbox .itvitembox {
	padding: 10px 0;
}
.interviewbox .grid {
	float: none;
	width: 100%;
	height: auto;
	text-align: center;
}
.interviewbox .grid11,
.interviewbox .grid12,
.interviewbox .grid21,
.interviewbox .grid22  {
	width: 100%;
}
.interviewbox .grid11,
.interviewbox .grid12,
.interviewbox .grid21,
.interviewbox .grid22 {
	float: none !important;
	width: 100%;
	padding: 0;
	z-index: 1;
	text-align: center;
}
.interviewbox .grid11 img,
.interviewbox .grid12 img,
.interviewbox .grid21 img,
.interviewbox .grid22 img {
	width: 90%;
	height: auto;
}

/* cont03
---------------------------------------------------- */


#cont03 .box .gridWrapper .grid {
	width: 70%;
	margin: 0 15% 5% !important;
	padding: 0;
}
#cont03 .box .gridWrapper .grid a dd {
	color: #111;
}
#cont03 .box .gridWrapper .grid dl dd {
	font-size: 1.2em;
}


/* cont04
---------------------------------------------------- */

#cont05 {
	margin: 0px !important;
	padding: 50px 0 40px;
	background: #a8e3f9 url(../n_img/bg_header.jpg);
	background-size: cover;
}
#cont05 .box {
	padding: 20px 0 80px;
}
#cont05 .box .gridWrapper {
	width: 90%;
	margin: 0 5%;
}
#cont05 .box .gridWrapper div {
	float: left !important;
	width: 48%;
	margin: 0 0 15px 4%;
	padding: 0;
	background: #fff;
}
#cont05 .box .gridWrapper div:first-child,
#cont05 .box .gridWrapper div:nth-child(2n-1) {
	margin: 0 0 15px;
}
#cont05 .box .gridWrapper .grid img {
	width: 100%;
	height: auto;
}
#cont05 .box .subttbox {
	font-size: 30px;
	text-align: center;
}



/* cont05
---------------------------------------------------- */


#cont05 .box .gridWrapper .grid01,
#cont05 .box .gridWrapper .grid02 {
	width: 80%;
	margin: 0 auto 2%;
}
#cont05 .box .gridWrapper .grid img {
	width: 100%;
	height: auto;
}
#cont05 .box .btnbox {
	width: 100%;
	margin: 0%;
	padding: 10px 0 0;
	text-align: center;
}
#cont05 .box .btnbox img {
	width: 90%;
	height: auto;
}


}

/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px){


.slidebnr {
	position: absolute;
	left: 6px;
	bottom: 110px !important;
	width: 300px;
	height: auto;
	z-index: 11;
}
.swiper-button-next-n,
.swiper-container-rtl .swiper-button-prev-n {
	right: 24% !important;
}
.swiper-button-prev-n,
.swiper-container-rtl .swiper-button-next-n {
	left: 24% !important;
}

}

/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 480px){


.slidebnr {
	position: absolute;
	left: 2px;
	bottom: 110px !important;
	width: 240px;
	height: auto;
	z-index: 11;
}
.swiper-button-next-n,
.swiper-container-rtl .swiper-button-prev-n {
	right: 10% !important;
}
.swiper-button-prev-n,
.swiper-container-rtl .swiper-button-next-n {
	left: 10% !important;
}

}