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


/*lay01*/

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


/* contents01 */

.contents01 {
	background-color: #f1f1f1;
	margin-top: 60px;
	padding-bottom: 40px;
}

.contents01 .midashi-box {
	display: flex;
  justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
	margin-bottom: 40px;
	gap:0px 20px;
}

.contents01 .midashi-box h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.15em;
font-weight: normal;
	padding: 15px 30px;
	background-color: #16447c;
	display: inline-block;
}

.contents01 .midashi-box h5 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 19px;
color: #16447c;
line-height: 1.2;
font-weight: 300;
}

.contents01 .box-box {
	width: 90%;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

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

.contents01 .box-box h6 {
	font-family: 'Noto Serif JP', serif;
	font-size: 19px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	background-image: url("../common/images/midashi-step.svg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	width: 223px;
	height: 48px;
	display: flex;
  justify-content: center;
align-items: center;
}

.contents01 .box-box p {
	flex: 1;
	padding-left: 20px;
}



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
