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

#main-img::after {
	position: relative;
}

#main-img::after {
	content: "";
	position: absolute;
right: 10%;
bottom: 20px;
	background-image: url("images/icon01.svg");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 190px;
	height: 190px;
}


/* contents01 */

.contents01 {
	margin-bottom: 100px;
	text-align: center;
}

.contents01 .box-in {
	border-radius: 20px;
	padding: 40px 40px 20px;
	background-color : rgba(129, 177, 223, 0.1);
	width: 1100px;
}

.contents01 .box-in:nth-child(2) {
	margin-bottom: 50px;
	position: relative;
}

.contents01 .box-box {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
}

.contents01 .box {
	width: 284px;
	padding: 15px 0px;
	border-right-style : solid;
border-right-color : rgba(0, 0, 0, 0.5);
border-right-width : 1px;
	margin-bottom: 25px;
}

.contents01 .box:nth-child(3n) {
	border-right-style : none;
}

.contents01 .box:nth-child(5n) {
	border-right-style : none;
}

.contents01 .box-in:last-child .box:last-child {
	border-right-style : none;
}

.contents01 h3, .contents02 .box01 h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 40px;
color: #4066a5;
line-height: 1.2;
font-weight: 400;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}

.contents01 h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 22px;
color: #FFF;
line-height: 1.2;
	letter-spacing: 0.3em;
font-weight: 400;
	margin-bottom: 30px;
	display: inline-block;
	padding: 8px 40px;
	border-radius: 60px;
	background-color: #003f73;
}

.contents01 h5 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 22px;
color: #003f73;
line-height: 1.2;
	letter-spacing: 0.1em;
font-weight: 400;
	margin-bottom: 15px;
	position: relative;
	margin-top: 90px;
}

.contents01 h5::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 80px;
	margin-top: -90px;
}

.contents01 .box:nth-child(1) h5::before {
	background-image: url("images/i01.svg");
}

.contents01 .box:nth-child(2) h5::before {
	background-image: url("images/i02.svg");
}

.contents01 .box:nth-child(3) h5::before {
	background-image: url("images/i03.svg");
}

.contents01 .box:nth-child(4) h5::before {
	background-image: url("images/i04.svg");
}

.contents01 .box:nth-child(5) h5::before {
	background-image: url("images/i05.svg");
}

.contents01 .box:nth-child(6) h5::before {
	background-image: url("images/i06.svg");
}


/* contents02 */

.contents02 {
	margin-bottom: 50px;
}

.contents02 .box01 {
	margin-bottom: 60px;
}

.contents02 .box01:last-child {
	margin-bottom: 0px;
}

.contents02 .box-in {
	display: flex;
  justify-content: space-between;
	width: 1000px;
	padding-top: 10px;
}

.contents02 .box-in .box001 {
	width: 30%;
}

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

.contents02 .box-in .box002 {
	width: 67%;
}

.contents02 .box002 {
	text-align: left;
}

.contents02 .box002 h6 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 18px;
color: #FFF;
line-height: 1.2;
	letter-spacing: 0.05em;
font-weight: 400;
	margin-top: 35px;
	margin-bottom: 15px;
	display: inline-block;
	padding: 4px 0px;
	text-align: center;
	border-radius: 60px;
	background-color: #003f73;
	width: 160px;
}


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
