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

/*contents01*/

.contents01{
	border-bottom-style : solid;
border-bottom-color : #cc0500;
border-bottom-width : 1px;
	text-align: center;
}

.contents01 .box-in {
	width: 1160px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	padding-bottom: 50px;
}

.contents01 .box-in img {
	width: 100%;
height: auto;
}

.contents01 .box-in .box01 {
	width: 620px;
	text-align: left;
}

.contents01 .box-in .box01 .box001 {
	padding: 100px 0px 70px;
}

.contents01 .box-in .box02 {
	width: 480px;
}

.contents01 h3, .contents02 h3 {
	font-size: 51px;
color: #FFF;
line-height: 1.2;
	padding: 15px 0px;
	text-align: center;
	border-radius: 0px 0px 20px 20px;
	width: 820px;
	background-color: #cc0500;
	margin: auto;
	margin-bottom: 25px;
}

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

.contents01 h6 {
	font-size: 28px;
line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: 500;
	padding-top: 15px;
}

.contents01 h6 span {
	font-size: 20px;
}

.contents01 p, .contents02 p {
line-height: 1.6;
}

.contents01 .box01 p {
line-height: 2.2;
}

/*contents02*/

.contents02 {
	text-align: center;
	background-image: url("images/img02.jpg");
background-position: center top;
background-repeat: no-repeat;
	height: 743px;
	margin-bottom: 50px;
}

/*contents03*/

.contents03, .contents04, .contents05 {
background-position: center top;
background-repeat: no-repeat;
	height: 743px;
	margin-bottom: 50px;
	position: relative;
}

.contents03 .box-in, .contents04 .box-in, .contents05 .box-in {
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	width: 85%;
}

.contents03 {
	background-image: url("images/img03.jpg");
}

.contents04 {
	background-image: url("images/img04.jpg");
}

.contents05 {
	background-image: url("images/img05.jpg");
}

.contents03 .box {
	width: 550px;
}

.contents04 .box {
	width: 550px;
	float: right;
	background-color: rgba(255,255,255,0.7);
	border-radius: 20px;
	padding: 30px;
}

.contents05 .box {
	width: 490px;
	float: right;
}

.contents03 h3 {
	font-size: 59px;
color: #FFF;
line-height: 1.2;
}

.contents03 h4 {
	font-size: 32px;
color: #FFF;
line-height: 1.2;
	margin-bottom: 30px;
}

.contents03 h5, .contents04 h6, .contents05 h4, .contents07 h4 {
	border-bottom-style : solid;
border-bottom-color : rgba(0, 0, 0, 0.5);
border-bottom-width : 1px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.contents03 h5 {
	font-size: 51px;
color: #008acb;
line-height: 1.2;
	letter-spacing: 0.05em;
}

.contents03 p, .contents04 p, .contents05 p, .contents07 p {
line-height: 1.6;
}


/*contents04*/

.contents04 h3 {
font-size: 32px;
color: #c49a6d;
line-height: 1.2;
}

.contents04 h4 {
font-size: 85px;
color: #c49a6d;
line-height: 0.8;
	margin-bottom: 20px;
}

.contents04 h5 {
font-size: 51px;
color: #603813;
line-height: 1.2;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.contents04 h6 {
font-size: 23px;
line-height: 1.2;
	margin-bottom: 30px;
	padding-bottom: 30px;
}


/*contents05*/

.contents05 {
	margin-bottom: 0px;
}

.contents05 h3 {
font-size: 54px;
color: #979797;
line-height: 1.2;
	margin-bottom: 10px;
}

.contents05 h4 {
font-size: 51px;
color: #978475;
line-height: 1.2;
	letter-spacing: 0.05em;
}


/*contents06*/

.contents06 {
	text-align: center;
	padding: 40px 0px;
	background-color: #cc0500;
}

.contents06 h3 {
font-size: 32px;
color: #FFF;
line-height: 1.4;
	letter-spacing: 0.05em;
}

/*contents07*/

.contents07 {
	border-bottom-style : solid;
border-bottom-color : #cc0500;
border-bottom-width : 1px;
	margin-bottom: 60px;
	padding: 20px 0px;
	display: flex;
  justify-content: space-between;
	align-items: center;
	background-image: url("images/back01.png");
background-position: left 20px center;
background-repeat: no-repeat;
}

.contents07 > div:first-child {
	width: 51%;
	padding-right: 60px;
}

.contents07 > div:first-child .box {
	width: 550px;
	float: right;
}

.contents07 > div:last-child {
	text-align: center;
	width: 49%;
}

.contents07 > div:last-child img {
	width: 100%;
height: auto;
}

.contents07 h3 {
font-size: 59px;
color: #cc0500;
line-height: 1.2;
	margin-bottom: 10px;
}

.contents07 h4 {
font-size: 51px;
color: #979797;
line-height: 1.2;
	letter-spacing: 0.05em;
}


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}


