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


/* contents01 */

.contents01 {
	height: 900px;
	width: 100%;
	text-align: center;
background-position: center bottom;
background-repeat: no-repeat;
	padding-top: 50px;
}

.contents01:nth-child(1) {
	background-image: url("top/images/img10.png");
}

.contents01:nth-child(2) {
	background-image: url("top/images/img12.png");
	background-color: #cc0500;
}

.contents01:nth-child(3) {
	background-image: url("top/images/img13.png");
}


.contents01:nth-child(4) {
	background-image: url("top/images/img14.png");
	background-color: #EDEDED;
}


.contents01 .box01 {
	/*display: flex;*/
  justify-content: center;
	margin-bottom: 55px;
}

.contents01 .box01 > div {
	padding: 0px 30px;
}

.contents01 .box01 > div:first-child {
	text-align: right;
}

.contents01 .box01 > div:nth-last-child(2) {
border-left-style : solid;
border-left-color : rgba(0, 0, 0, 0.5);
border-left-width : 1px;
	text-align: left;
}

.contents01:nth-child(2) .box01 > div:last-child {
border-left-color : rgba(255, 255, 255, 0.5);
}


.contents01 .box01 h3 {
color: #cc0500;
line-height: 1.2;
}

.contents01:nth-child(2) .box01 h3 {
color: #FFF;
}

.contents01 .box01 .box001 h3 {
	font-size: 65px;
    text-align: center;
}

.contents01 .box01 .box002 h3 {
	font-size: 56px;
	padding-top: 10px;
}

.contents01:nth-child(2) .box01 h4 {
color: #FFF;
}

.contents01 .box01 .box001 h4 {
	font-size: 26px;
	letter-spacing: 0.2em;
	padding-top: 10px;
    text-align: center;
}

.contents01 .box01 .box002 h4 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
}

.contents01 .box02 h3 {
	font-size: 26px;
font-weight: normal;
	margin-bottom: 25px;
}

.contents01 .box02 h4 {
	font-size: 43px;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}

.contents01:nth-child(2) .box02 h3, .contents01:nth-child(2) .box02 h4 {
	color: #FFF;
}

.contents01 .box02 h5 {
	margin-bottom: 10px;
}


/*contents02*/

.contents02 {
width: 100%;
	text-align: center;
	background-color: #cc0402;
	padding: 90px 0px;
}

.contents02 h2, .contents02 h4, .contents02 p {
color: #FFF;
}

.contents02 h2 {
	font-size: 42px;
line-height: 1.2;
letter-spacing: 0.1em;
	margin-bottom: 60px;
}

.contents02 h3 {
	margin-bottom: 25px;
}

.contents02 h4 {
	font-size: 22px;
line-height: 1.2;
letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.contents02 p {
	font-size: 14px;
line-height: 1.6;
	text-align: left;
	margin-bottom: 20px;
}

.contents02 h5 img {
	height: 34px;
	width: auto;
}

.contents02 h5 {
	margin-bottom: 10px;
}

.contents02 h6 img {
	height: 12px;
	width: auto;
}

.contents02 .box-in {
	display: flex;
  justify-content: center;
}

.contents02 .box-in > div {
	width: 215px;
	margin: 0px 20px;
	position: relative;
	padding-bottom: 60px;
}

.contents02 .box-box {
	position: absolute;
left: 0px;
bottom: 0px;
	width: 100%;
}


/*contents03*/

.contents03, .contents04 {
width: 100%;
	display: flex;
  justify-content: space-between;
	align-items: center;
}

.contents03 > div {
	width: 50%;
}

.contents04 .box01 {
	width: 55%;
	padding-left: 100px;
}

.contents04 .box02 {
	width: 45%;
}

.contents03 .box01 {
	order: 2;
	padding-left: 100px;
}

.contents03 .box02 {
	order: 1;
}

.contents03 .box02 img, .contents04 .box02 img {
	width: 100%;
height: auto;
}

.contents03 h2, .contents04 h2 {
	font-size: 28px;
line-height: 1.4;
letter-spacing: 0em;
	margin-bottom: 20px;
	color: #cc0402;
}

.contents03 h3, .contents04 h3 {
	font-size: 50px;
line-height: 1.4;
letter-spacing: 0em;
	margin-bottom: 30px;
}

.contents03 p, .contents04 p {
line-height: 1.6;
	margin-bottom: 30px;
}

.contents03 h5, .contents04 h5 {
	margin-bottom: 15px;
}

.contents03 h6, .contents04 h6 {
	padding-left: 25px;
}


/* contents05 */

.contents05 {
	width: 100%;
	padding: 50px 0px;
	background-color: #EDEDED;
}


.contents05 h3 {
	color: #cc0500;
line-height: 1.2;
	font-size: 50px;
	text-align: center;
}

.contents05 h4 {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.2em;
	padding-top: 7px;
	margin-bottom: 35px;
	text-align: center;
}


/*news-box*/
.news-box {
	width: 1000px;
	background-color: #FFF;
	padding: 10px 15px;
	
}

.news-box .news {
	height: 280px;
	overflow: auto;
	clear: both;
	width: 100%;
}

.news-box .news iframe {
	width: 100%;
	height: 280px;
}

/*group*/
.group {
	width : 1200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.group-box {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	margin-top: 20px;
}


.group h6 {
	font-size: 17px;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 6px 60px;
    border-radius: 60px;
    background-color: #1D1D1D;
    margin-bottom: 15px;
    display: inline-block;
}

.group-box .link-box {
	width: 45%;
	height: auto;
}

.group-box .link-box img {
	width: 100%;
	height: auto;
}



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}



