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


.layout03 h5, .layout04 h6 {
	font-family: var(--title-font);
	font-weight: var(--base-font-weight);
	letter-spacing: 0.2em;
}



/* contents03 */

.contents03 {
	width: 100%;
	text-align: center;
}


/* layout03 */

.layout03 .box-img {
	margin-bottom: 40px;
}

.layout03 .box-img img {
	width: 600px;
	border-radius: 50%;
}

.layout03 h4 {
	font-family: var(--subtitle-font);
	font-size: 40px;
color: var(--color-main);
line-height: 1.2;
letter-spacing: 0.3em;
font-weight: var(--base-font-weight2);
}

.layout03 h5 {
	font-size: 32px;
	padding: 15px 0px 50px;
}

.layout03 p {
	text-align: left;
	line-height: 2;
	padding: 0px 20px;
}


/* layout04 */

.layout04 {
	padding-top: 60px;
	margin-top: 60px;
	border-top-style : dotted;
 border-color : rgba(102, 102, 102, 0.5);
border-width : 4px;
	padding: 60px 20px 0px;
}

.layout04 .box {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.layout04 .box:not(:last-child) {
	margin-bottom: 40px;
}

.layout04 .box-title {
	width: 340px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	flex-direction: column;
	gap:10px;
	border-radius: 35px;
	border-style : solid;
border-color : var(--color-main);
border-width : 1px;
}

.layout04 .box:nth-child(1) .box-title {
	background-color: var(--color-main);
}

.layout04 .box-text {
	flex: 1;
	padding: 40px 0px;
	padding-left: 60px;
	text-align: left;
}

.layout04 table td, .layout04 p {
	line-height: 2;
	padding-right: 5px;
}

.layout04 p {
	margin-bottom: 50px;
}

.layout04 h5 {
	font-family: var(--subtitle-font);
	font-size: 42px;
color: var(--color-main);
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 200;
}

.layout04 h6 {
	font-size: 30px;
}

.layout04 .box:nth-child(1) h5, .layout04 .box:nth-child(1) h6 {
	color: #FFF;
}


.sp-view {
	display: none;
}
