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


/* contents01 */

.contents .lay {
	margin-bottom: 100px;
}

.contents01 {
	text-align: center;
	width: 920px;
}

.contents01 .box01 p.left{
    text-align: left;
}

.contents01 > div:not(:last-child) {
	margin-bottom: 30px;
}

.contents01 .box02, .contents01 .box03 {
	border-radius: 25px;
	padding: 35px 50px;
}

.contents01 .box02 {
	background : rgba(142, 203, 198, 0.4);
}

.contents01 .box03 {
	border-style : solid;
border-color :rgba(142, 203, 198, 0.4);
border-width : 3px;
	text-align: left;
}

.contents01 h6 {
	font-family: "Zen Old Mincho", serif;
	font-size: 20px;
color: #000;
line-height: 1.4;
letter-spacing: 0.3em;
font-weight: 400;
    text-align: center;
}


/* contents02 */

.contents02 {
	text-align: center;
	width: 100%;
	background-image: url("../top/images/back01.png");
background-position: center top;
background-repeat: repeat-y;
}

.contents02 .box-in {
	width: 920px;
}

.contents02 .box-in > div:not(:last-child) {
	margin-bottom: 50px;
}

.contents02 .box01 .box {
	border-radius: 25px;
	padding: 20px 30px 30px;
	background-color: #58828f;
	position: relative;
}

.contents02 .box01 .box::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../common/images/arrow01.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 43px;
	margin-top: -55px;
}

.contents02 .box01 .box:first-child::before {
	display: none;
}

.contents02 .box01 .box:nth-child(even) {
	background-color: #58b2ab;
}

.contents02 .box01 .box:not(:last-child) {
	margin-bottom: 70px;
}

.contents02 .box03 .box {
	border-radius: 25px;
	padding: 30px;
	border-style : solid;
border-color :rgba(142, 203, 198, 0.4);
border-width : 3px;
	background-color: #FFF;
}

.contents02 .box03 .box:not(:last-child) {
	margin-bottom: 30px;
}

.contents02 h4, .contents02 h5, .contents02 h6 {
	font-family: "Zen Old Mincho", serif;
line-height: 1.4;
letter-spacing: 0.2em;
font-weight: 400;
}

.contents02 h5.left{
    text-align: left;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

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

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


.contents02 h4, .contents02 h5 {
	color: #FFF;
}

.contents02 h4 {
	font-size: 36px;
line-height: 1.2;
	position: relative;
	padding-top: 17px;
	margin-bottom: 15px;
}

.contents02 h4::before {
	content: "Flow";
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.contents02 h5 {
	font-size: 25px;
}

.contents02 h5 span {
	font-size: 18px;
}

.contents02 h6 {
	color: #000;
}

.contents02 .box02 h6 {
	font-size: 27px;
}

.contents02 .box03 h6 {
	font-size: 21px;
	margin-bottom: 15px;
	line-height: 1.6;
}

.sp-view {
	display: none;
}
