@charset "utf-8";


/* Font-size Adjustment
-------------------------------------------------
 *
 *    77% = 10px  |  124% = 16px  |	170% = 22px
 *    85% = 11px  |  131% = 17px  |	177% = 23px
 *    93% = 12px  |  139% = 18px  |	185% = 24px
 *    100% = 13px |  147% = 19px  |	193% = 25px
 *    108% = 14px |  154% = 20px  |	200% = 26px
 *    116% = 15px |  162% = 21px  |
 *
--------------------------------------------------
*/

/*------------------------------
wave
--------------------------------*/

section#mainImg {
	margin-bottom: 15px;
}

section {
	margin-bottom: 40px;
}

.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: 4px;
	line-height: 1.6;
}

.waveBox p{
	background: #FFFFFF;
	padding: 6px 10px;
	text-align: justify;
}

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

.waveAbout {
	margin-bottom: 15px;
	text-align: center;
}

.waveAbout img {
	width: 86%;
}

.waveFeature {
	display: flex;
	gap: 4px;
	margin-top: 15px;
	margin-bottom: 30px;
}

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

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

.waveFeature li .icon .icon01 {
	width: 38px;
}
.waveFeature li .icon .icon02 {
	position: relative;
	width: 44px;
	top: -1px;
	left: -1px;
}
.waveFeature li .icon .icon03 {
	position: relative;
	width: 40px;
	top: -1px;
	right: -2px;
}

.waveFeature li .txt {
	font-size: 13px;
	color: #1F1F1F;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}

.wavettl {
	position: relative;
	margin-bottom: 10px;
	padding-left: 13px;
	font-size: 116%;
	font-weight: normal;
}

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

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

.waveFlow {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 6px;
	margin-bottom: 15px;
}

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

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

.waveFlow li .txt {
	position: relative;
	padding-left: 24px;
	line-height: 1.4;
}

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

.waveNote {
	text-align: right;
}

.waveImg {
	display: grid;
	place-content: center;
	place-items: center;
	width: 100%;
	aspect-ratio: 1000 / 491;
	font-feature-settings: "palt";
	background: url(../../wave/img/img06.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.waveImg .catch {
	margin-bottom: 5px;
	font-size: 17px;
	color: #004694;
	text-align: center;
	font-weight: bold;
	line-height: 1.45;
}

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

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