@charset "UTF-8";
/* CSS Document */
/* h2Area */

/* subArea */
/*.subArea {
	width: 100%;
  height: 1800px;
  background-image: url("../img/sub/sub_bg_r.svg"),url("../img/sub/sub_bg_l.svg");
  background-repeat: no-repeat,no-repeat;
  background-position: right top 50px,left bottom;
  background-size: 10%,12%;
}*/
/* height: 1000px（仮） */
.pc_only{
	display: block;
}
.sp_only{
	display: none;
}
/* lineupArea */
.lineupArea{
	height:auto;
}
.lineupArea .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 90px 0px 10px;
	text-align: center;
}
.lineupArea .inner h2 img {
	width: 420px;
}
.lineupArea .inner ul {
	max-width: 1200px;
	margin: 0 120px;
	padding: 60px 0 0;
	overflow: hidden;
}
.lineupArea .inner ul li {
	float: left;
	width: 48%;
	margin: 0 1% 100px;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
}
.lineupArea .inner ul li:nth-of-type(odd) {
	background-image: url(../img/top/ivory_bg.svg);
}
.lineupArea .inner ul li:nth-of-type(even) {
	background-image: url(../img/top/gray_bg.svg);
}
.lineupArea .inner ul li:nth-of-type(2n+1) {
	clear: both;
}
.lineupArea .inner ul li:last-of-type p img {
	width: 315px;
}
.lineupArea .inner ul li h3 {
	font-size: 30px;
	font-weight: 700;
	position: relative;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.lineupArea .inner ul li h3 span {
	margin-right: 10px;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	font-size: 60px;
	line-height: 80px;
	color: #fff;
	text-shadow: none;
}
.lineupArea .inner ul li:nth-of-type(1) h3 {
	color: #D43446;
}
.lineupArea .inner ul li:nth-of-type(1) h3 span {
	background-color: #D43446;
}
.lineupArea .inner ul li:nth-of-type(2) h3 {
	color: #00ABE3;
}
.lineupArea .inner ul li:nth-of-type(2) h3 span {
	background-color: #00ABE3;
}
.lineupArea .inner ul li:nth-of-type(3) h3 {
	color: #85B200;
}
.lineupArea .inner ul li:nth-of-type(3) h3 span {
	background-color: #85B200;
}
.lineupArea .inner ul li:nth-of-type(4) h3 {
	color: #854D97;
}
.lineupArea .inner ul li:nth-of-type(4) h3 span {
	background-color: #854D97;
}
.lineupArea .inner ul li:nth-of-type(5) h3 {
	color: #FFA64D;
}
.lineupArea .inner ul li:nth-of-type(5) h3 span {
	background-color: #FFA64D;
}
.lineupArea .inner ul li .content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0;
}
.lineupArea .inner ul li .content .txt,
.lineupArea .inner ul li .content .img {
	width: 48%;
	margin: 0 1%;
}
.lineupArea .inner ul li .content .img {
	display: flex;
	align-items: center;
	justify-content: center;;
}
.lineupArea .inner ul li .content .txt dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.lineupArea .inner ul li .content .txt dl dt {
	width: 35%;
	border-right: 1px solid #eee;
}
.lineupArea .inner ul li .content .txt dl dd {
	width: 65%;
	padding-left: 5%;
}
.lineupArea .inner ul li .btn {
	text-align: center;
}
.lineupArea .inner ul li .btn a {
	width: 200px;
	display: inline-block;
	padding: 15px 0;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #FFBF00;
	border-radius: 50px;
}
.lineupArea .inner ul li .btn a:hover {
	background-color: #00BBBB;
}



@media screen and (max-width: 1750px) {
}

@media screen and (max-width: 1350px) {
	.mainArea {
		height: 90vh;
	}
	.mainArea .inner {
		height: 90vh;
	}
	.mainArea .inner h2 {
		width: 700px;
	}
	.simulationArea .inner .h2_ttl {
		padding: 0 0 5px 0;
		text-align: center;
	}	
	.simulationArea .inner h2 img {
		width: 800px;
	}
}

@media screen and (max-width: 1200px) {
	.mainArea {
		height: 80vh;
	}
	.mainArea .inner {
		height: 80vh;
	}
	.mainArea .inner h2 {
		width: 600px;
	}
.simulationArea .inner {
	background-size: 20%;
	}	
	.reasonsArea .inner {
    max-width: 1000px;
}
.contactArea .inner {
	margin: 0 0 0 5%;
	padding: 0px 20px 70px;
	}	
.contactArea .inner .contactBox .right_s .btn a {
	font-size: 21px;
    }
    .lineupArea .inner ul li .content .txt,
    .lineupArea .inner ul li .content .img {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
	.mainArea {
		height: 75vh;
	}
	.mainArea .inner {
		height: 75vh;
	}
	.mainArea .inner h2 {
    width: 500px;
    }
    .lineupArea .inner ul {
        padding: 0;
    }
    .lineupArea .inner ul li h3 {
        font-size: 24px;
    }
	.simulationArea .inner .search ul li {
		width: 48%;
		margin: 0 1%;
	}	
	.newsArea .inner {
		margin: 0 0 0 5%;
	}
	.contactArea .inner {
    max-width: 800px;
}
}


@media screen and (max-width: 897px) and (orientation: landscape) {
	.bnrArea ul {
		margin: 0 auto;
	}
	.mainArea {
    height: 100vh;
	}
	.mainArea .inner {
    height: 100vh;
		padding-top: 110px;
		background-position: left bottom;
	}
}


@media screen and (max-width: 767px) {
	.mainArea {
		height: 500px;
		background-image: url(../img/top/wrapHeader_bg_sp.png);
	}
	.mainArea .inner {
		width: 100%;
		padding: 84px 5vw 0;
		height: 500px;
		background-position: left bottom;
	}
	.mainArea .inner h2 {
		width: 73%;
	}
	
	
/* bnrArea */
	.bnrArea ul {
		width: 100%;
		margin: 0 auto 0;
		padding: 0 8vw 30px;
		display: block;
	}
	.bnrArea ul li {
		width: 100%;
		margin: 10px 0;
	}
	
/* simulationArea */
	.simulationArea {
		background-position: top 0 left;
	}
	.simulationArea .inner {
		width: 100%;
		padding: 20px 5vw;
		background-image: none;
	}
	.simulationArea .inner .h2_ttl {
		font-size: 18px;
		padding: 0 0 5px 0;
	}
	.simulationArea .inner h2 img {
		width: 100%;
	}
	.simulationArea .inner .txt {
		font-size: 18px;
		text-align: center;
	}
	.simulationArea .inner .img {
		padding-top: 30px;
		width: 80%;
		margin: 0 auto;
	}
	.simulationArea .inner .search {
		padding: 10px 0 0;
	}
	.simulationArea .inner .search ul {
		display: block;
	}
	.simulationArea .inner .search ul li {
		text-align: center;
		width: 100%;
		margin: 20px 0;
	}
	.simulationArea .inner .search ul li .ttl {
		font-size: 15px;
	}
	.simulationArea .inner .search ul li  .ttl span {
		font-size: 22px;
		padding-right: 15px;
	}

/* 共通背景 */
	.desc_bg {
		background-position: top 150px right -150px,left bottom;
	}

/* lineupArea */
	.lineupArea .inner {
		width: 100%;
		padding: 40px 5vw 20px;
	}
	
	.lineupArea .inner h2 img {
		width: 45%;
	}
	.lineupArea .inner ul {
		width: 100%;
    padding: 30px 0 0;
    margin-right: 0;
    margin-left: 0;
	}
	.lineupArea .inner ul li {
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}
	.lineupArea .inner ul li:nth-of-type(2n+1) {
		clear: none;
	}
	.lineupArea .inner ul li:last-of-type p img {
		width: 100%;
	}
	.lineupArea .inner ul li h3 {
		font-size: 22px;
	}
	.lineupArea .inner ul li h3 span {
		margin-right: 10px;
		width: 60px;
		height: 60px;
		font-size: 40px;
		line-height: 60px;
	}
	.lineupArea .inner ul li .content{
		display: block;
	}
	.lineupArea .inner ul li .content .txt, .lineupArea .inner ul li .content .img{
		width:auto;
	}
/*	.lineupArea .inner ul li:last-of-type {
		display: none;
	}
*/	

/* reasonsArea */
	.reasonsArea .inner {
		width: 100%;
		padding: 20px 5vw;
	}
	.reasonsArea .inner .h2_ttl {
		font-size: 18px;
	}
	.reasonsArea .inner h2 {
		font-size: 38px;
	}
	.reasonsArea .inner ul {
		display: block;
		padding: 30px 0;
	}
	.reasonsArea .inner ul li {
		width: 100%;
		margin: 0 0;
	}
	.reasonsArea .inner ul li .img {
		min-height: inherit;
		padding-bottom: 20px;
	}
	.reasonsArea .inner ul li:nth-of-type(1) .img img {
		width: 50%;
	}
	.reasonsArea .inner ul li:nth-of-type(2) .img img {
		width: 50%;
		}
	.reasonsArea .inner ul li:nth-of-type(3) .img img {
		width: 50%;
		}
	.reasonsArea .inner ul li .nunber {
		font-size: 60px;
	}
	.reasonsArea .inner ul li h3 {
		font-size: 18px;
		text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
	}
	.reasonsArea .inner ul li .txt {
		text-align: left;
		text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
	}

/* newsArea */
	.newsArea .inner {
		width: 100%;
		margin: 0 0 0 0;
		display: block;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 20px 5vw;
	}
	.newsArea .inner .right {
		width: 60%;
		margin: 0 auto;
		padding-left: 0;
	}
	.newsArea .inner .left {
		width: 100%;
	}
	.newsArea .inner .left h2 img {
		width: 40%;
	}
	.newsArea .inner .left .news dl {
		display: block;
	}
	.newsArea .inner .left .news dt {
		width: 100%;
		padding-bottom: 10px;
	}
	.newsArea .inner .left .news dd {
		width: 100%;
		padding-left: 0;
	}
	.newsArea .inner .left .news dd p a:hover {
		color: #00BBBB;
	}

/* contactArea */
	.contactArea .inner {
		width: 100%;
		margin: 0 0 0 0;
		padding: 20px 5vw 50px;
	}
	.contactArea .inner .contactBox .left {
		float: none;
		width: 55%;
		margin: 0 auto;
		padding-top: 40px;
	}
	.contactArea .inner .contactBox .right {
		float: none;
		width: 100%;
	}
	.contactArea .inner .contactBox {
		text-align: center;
		padding-top: 30px;
	}
	.contactArea .inner .contactBox .left_s .tel {
		padding-bottom: 20px;
	}
	.contactArea .inner .contactBox .left_s .tel a {
		font-size: 22px;
	}
	.contactArea .inner h2 {
		text-align: center;
		padding-bottom: 30px;
	}
	.contactArea .inner h2 img {
		width: 40%;
	}
	.contactArea .inner .contactBox .right_s .btn a {
		display: block;
		padding: 10px 0;
		font-size: 18px;
	}
	.contactArea .inner .contactBox .right_s .btn a:hover {
		background-color: #854D97;
	}
  
/* lineupArea */
	.lineupArea .inner {
		width: 100%;
		padding: 0px 5vw 20px;
	}
	.lineupArea .inner h2 img {
		width: 45%;
	}
	.lineupArea .inner ul {
		width: 100%;
		padding: 30px 0 0;
	}
	.lineupArea .inner ul li {
		float: none;
		width: 100%;
		margin: 0 0 80px;
	}
	.lineupArea .inner ul li:nth-of-type(2n+1) {
		clear: none;
	}
	.lineupArea .inner ul li:last-of-type p img {
		width: 100%;
	}
	.lineupArea .inner ul li h3 {
		font-size: 22px;
	}
	.lineupArea .inner ul li h3 span {
		margin-right: 10px;
		width: 60px;
		height: 60px;
		font-size: 40px;
		line-height: 60px;
	}
  
  
  
  

}


@media screen and (max-width: 650px) {
	.mainArea .inner h2 {
		width: 80%;
}

@media screen and (max-width: 500px) {
	.mainArea {
    height: 450px;
	}
	.mainArea .inner {
    height: 450px;
	}
	.mainArea .inner h2 {
		width: 90%;
	}
	.mainArea .inner {
		padding-top: 70px;
	}	
}

  



@media screen and (max-width: 450px) {
	.mainArea .inner h2 {
	width: 70%;
}
 
}


@media screen and (max-width: 380px) {
	.mainArea .inner h2 {
		width: 80%;
	}
	.mainArea .inner {
		background-size: 25%;
	}
 
}




