@charset "UTF-8";


/* ------------------------
     Font-size Adjustment
---------------------------
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
---------------------------*/

/* メインイメージ */

#wave .hl01{
	background: url(../wave/img/mainimg.jpg) left top no-repeat;
}

/* ページタイトルイメージ */

#wave .hl02{
	background: url(../wave/img/tit_index.jpg) left top no-repeat;
}

#wave .hl03{
	font-size: 18px;
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 11px 0px;
}

#wave .hl03 span{
	background: url(../common/bg_hl03s.jpg) left 10px no-repeat;
}

.waveSec {
	margin-bottom: 38px;
	line-height: 1.6;
}

.waveSec:last-child {
	margin-bottom: 0;
}

.waveList {
	margin-bottom: 15px;
}

.waveList li{
	position: relative;
	margin-bottom: 4px;
	padding-left: 14px;
}

.waveList li::before{
	content: "";
	position: absolute;
	width:7px;
	height:7px;
	top: 6px;
	left: 1px;
	border-radius: 50%;
	background-color: #5677C2;
}

.waveBox{
	background: url(../wave/img/bg_box.jpg);
	padding: 5px;
	line-height: 1.6;
}

.waveBox p{
	background: #FFFFFF;
	padding: 10px 22px;
}

.waveBox p .bold{
	font-weight: bold;
}

.waveAbout {
	display: flex;
	align-items: flex-start;
}

.waveAbout .txt {
	margin-right: 18px;
	flex: 1;
}

.textBlock01 {
	margin-bottom: 20px;
}

.waveFeature {
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
}

.waveFeature li {
	display: grid;
	place-content: center;
	place-items: center;
	width: calc((100% - 20px) /3);
	padding: 16px 0 10px;
	background-color: #CFEAF1;
	border-radius: 3px;
}

.waveFeature li .icon {
	display: grid;
	place-content: center;
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	border-radius: 100%;
	background-color: #fff;
	border: 5px solid #E8F5F8;
}

.waveFeature li .icon .icon01 {
	width: 46px;
}
.waveFeature li .icon .icon02 {
	position: relative;
	width: 53px;
	top: -2px;
	left: -1px;
}
.waveFeature li .icon .icon03 {
	position: relative;
	width: 54px;
	top: -3px;
	right: -2px;
}

.waveFeature li .txt {
	font-size: 14px;
	color: #1F1F1F;
	font-weight: bold;
}

.wavettl {
	position: relative;
	margin-bottom: 10px;
	padding-left: 13px;
	font-size: 16px;
}

.wavettl::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 12px;
	top: 5px;
	left: 0;
	background-color: #004795;
}

.wavettl::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 12px;
	top: 5px;
	left: 4px;
	background-color: #60BAD0;
}

.waveFlow {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 20px;
	margin-bottom: 16px;
}

.waveFlow li {
	width: calc(50% - 10px);
}

.waveFlow li .photo {
	width: 100%;
	margin-bottom: 12px;
}

.waveFlow li .txt {
	position: relative;
	padding-left: 26px;
}

.waveFlow li .txt .num {
	content: "";
	position: absolute;
	display: grid;
	place-content: center;
	width: 18px;
	height: 15px;
	padding-top: 3px;
	left: 0;
	color: #fff;
	font-weight: bold;
	background-color: #60BAD0;
}

.waveNote {
	text-align: right;
}

.waveImg {
	width: 620px;
	height: 305px;
	margin: 46px auto 0;
	text-align: center;
	background: url(../wave/img/img06.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.waveImg .catch {
	margin-bottom: 14px;
	padding-top: 54px;
	font-size: 25px;
	color: #004694;
	font-weight: bold;
	line-height: 1.45;
}

.waveImg .lead {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .06em;
}

.waveImg .lead .percent {
	font-size: 20px;
	color: #004694;
}