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


/* contents01 */

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

.lay02 span.c-b {
	color: #29aae1;
}

.lay p {
      text-align:left;
}

/*midashi*/
.midashi-box01 h2.jp {
	font-family: "Zen Old Mincho", serif;
    padding-top: 5px;
    font-size: 54px;
    font-weight: 200;
    background-position: center bottom 30px;
    background-repeat: repeat-x;
}


/* contents03 */

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

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

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

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

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

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

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

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

.contents03 h6.small {
	font-size: 16px;
}



/* contents04 flow */

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

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

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

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

.contents04 .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;
}

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

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

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

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

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

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

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

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

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


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


/*box02*/
.contents02 {
	width: 920px;
}

.contents02 h4 {
	font-size: 36px;
	line-height: 1.2;
	position: relative;
	padding-top: 17px;
	margin-bottom: 15px;
	color: #FFF;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.2em;
	font-weight: 400;
}

.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;
	color: #FFF;
	font-family: "Zen Old Mincho", serif;
	line-height: 1.4;
	letter-spacing: 0.2em;
	font-weight: 400;
}

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

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

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

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

.contents02 .box03 .box {
	border-radius: 25px;
	padding: 35px 50px;
	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 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;
}


/*left*/
.lay02 p.left02 {
	margin: 0 auto;
	width: 200px;
}

.lay.bottom {
	margin-bottom: 60px;
}

/*staff*/
.staff {
	width: 100%;
	margin-bottom: 100px;
}


.layout-treatment {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
}

.layout-treatment .box {
    width: 450px;
    border-radius: 15px;
    background-color: #DCEAEA;
    padding: 35px 35px 30px;
}

.maincontents-inner img {
    border-radius: 10px;
}

.layout-treatment h6 {
    font-family: "Zen Old Mincho", serif;
    padding: 30px 0px 20px;
    font-size: 26px;
    color:#0e485c;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 400;
    text-align: center;
}

.lay p {
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 400;
	text-align: left;
}

.staff img {
    width: 100%;
    height: auto;

}

.staff p {
	text-align: center;
}


.sp-view {
	display: none;
}
