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


.title-box h2 {
	background-image: url("images/icon.png");
background-position: center top;
background-repeat: no-repeat;
	padding-top: 130px;
}

#i01 {
	padding-top: 230px;
	margin-top: -230px;
}


/*contents01*/

.contents01, .contents02 {
background-position: center top;
background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 30px;
}

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

.contents01{
	background-image: url("../common/images/img001.jpg");
	height: 709px;
}

.contents02{
	background-image: url("../common/images/img002.jpg");
	height: 744px;
	background-position: center center;
}

.contents01 .box {
	text-align: center;
	float: right;
}

.contents01 h3, .contents02 h3 {
	font-size: 107px;
color: #FFF;
line-height: 1.2;
}

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

.contents01 p, .contents02 p {
	font-size: 30px;
	font-weight: bold;
line-height: 1.6;
}

.contents01 h3 {
	margin-bottom: 30px;
}

.contents01 h4 {
	margin-bottom: 30px;
	color: #FFF;
}

.contents01 p {
	color: #FFF;
}


/*contents02*/

.contents02 .box-box {
	display: flex;
  justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}

.contents02 h3 {
	margin-right: 20px;
}

.contents02 h4 {
	color: #0071ba;
}

.contents02 p {
	color: #0071ba;
}


/*contents03*/

.contents03 {
	display: flex;
  justify-content: center;
	align-items: center;
	padding: 30px 0px;
	background-color: #cc0500;
}

.contents03 > div {
	padding: 0px 60px;
}

.contents03 > div:first-child {
	border-right-style : solid;
border-right-color : rgba(255, 255, 255, 0.5);
border-right-width : 1px;
}

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

.contents03 h4 {
	font-size: 32px;
color: #FFF;
line-height: 1.2;
	letter-spacing: 0.05em;
}

/*contents04*/

.contents04 {
	margin-bottom: 70px;
}

.contents04 .box01 {
	width: 100%;
	display: flex;
  justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
background-position: center center;
background-repeat: no-repeat;
	height: 463px;
	background-size: cover;
}

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


.contents04 .box01 > div {
	width: 50%;
}

.contents04 .box01 .box-box {
	padding: 0px 80px;
	float: right;
}

.contents04 .box01 h3 {
	font-size: 28px;
	margin-bottom: 10px;
	color: #cc0500;
}

.contents04 .box01 h4 {
	font-size: 51px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.contents04 span {
	color: #cc0500;
}


.contents04 .box02 {
	display: flex;
  justify-content: center;
}

.contents04 .box02 > div {
	margin: 0px 10px;
}


.contents04 .box03 section {
	width: 1000px;
	margin-bottom: 70px;
}

.contents04 .box03 section > p {
	font-size: 23px;
line-height: 1.8;
font-weight: bold;
	text-align: center;
}

.contents04 .box03 h4 {
	font-size: 27px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	padding: 6px 10px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 40px;
	background-color: #cc0500;
}

.contents04 .box03 h6 {
	padding-top: 40px;
	width: 525px;
	margin: auto;
}

.contents04 .box03 h6 img, .contents04 .box03 h5 img {
	width: 100%;
height: auto;
}

.contents04 .box04 {
	display: flex;
  justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
	width: 92%;
}

.contents04 .box04 h5 {
	width: 48%;
}

.contents04 .box04 h5:first-child {
	padding: 28px 38px;
	border-radius: 25px;
	background-color: #F0F0F0;
	font-size: 23px;
color: #000;
line-height: 1.7;
}

.contents04 .box04 h5:first-child span {
	font-size: 16px;
	color: #000;
}

/*box-pdf*/

.box-pdf {
	width: 1000px;
	border-radius: 20px;
	border-style : solid;
border-color : #dd342f;
border-width : 2px;
	padding: 50px 20px 30px;
	text-align: center;
	position: relative;
	margin-top: 70px;
}

.box-pdf:before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	margin-top: -38px;
	background-image: url("images/midashi01.svg");
background-position: center top;
background-repeat: no-repeat;
	width: 100%;
	height: 71px;
}

.box-pdf ul {
	display: flex;
  justify-content: center;
}

.box-pdf ul li {
	margin: 0px 10px;
}



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}


