@charset "utf-8";

/* mainVisual */
.mainVisual {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 978px;
	padding-top: 82px;
	background: #f0f6fa;
}
.mainVisual::after {
	position: absolute;
	bottom: -39px;
	width: 100%;
	height: 87px;
	background: url(../img/share/wave-white.png) center top no-repeat;
	background-size: 1920px 87px;
	content: '';
	pointer-events: none;
}
.mainVisual .img-waku {
	position: relative;
	height: 100%;
}
.mainVisual .img-waku img {
	width: 100%;
	height: auto;
}
.mainVisual .img-waku img.pc {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}
.mainVisual .text-waku {
	position: absolute;
	top:110px;
	left: 50px;
}
.mainVisual .text-waku h1 {
	font-size: 5.3rem;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: -1px;
    color: #0066a8;
}
.mainVisual .text-waku h3 {
	font-size: 2rem;
}
.mainVisual .text-waku p {
	font-size: 1.2rem;
	margin-top: 10px;
}

@media (max-width:640px) {
	.mainVisual {
		height: auto;
	}
	.mainVisual .text-waku {
		top:95px;
		left: 40px;
	}
	.mainVisual .text-waku h1 {
		font-size: 4rem;
		line-height: .9;
		letter-spacing: -1px;
	}
	.mainVisual .text-waku h3 {
		font-size: 1.7rem;
	}
	.mainVisual .text-waku p {
		font-size: 1rem;
		margin-top: 5px;
	}
}


/* section-01 */
.section-01 {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	width: 100%;
	max-width: 1120px;
	margin: -3em auto 0;
	padding: 0 20px;
}
.section-01 > div {
	position: relative;
	overflow: hidden;
	width: calc(50% - 12px);
	padding: 38px 32px 40px;
	background: #f0f6fa;
	border-radius: 8px;
}
.section-01 > div::before {
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 18.9394%;
	height: 100%;
	background: url(../img/share/paw-pad-white.png) left top / 100% auto no-repeat;
	content: '';
	pointer-events: none;
}
.section-01 > div > div {
	position: relative;
}

.section-01 .btn-typeA {
	margin: 1.5em 0 0 auto;
}

@media (max-width:640px) {
	.section-01 > div {
		width: 100%;
	}
}


/* section-02 */
.section-02 {
	padding-top: 96px;
}

.section-02 .imgList {
	margin-top: 2em;
}
.section-02 .textArea {
	margin-top: 1.25em;
}
.section-02 .btn-typeB {
	margin: 2.3125em auto 0;
	text-align: center;
}


/* section-03 */
.section-03 {
	padding-top: 96px;
}

.section-03 .medicalList {
	margin-top: 2em;
}
.section-03 .btn-typeB {
	margin: 2.3125em auto 0;
	text-align: center;
}

@media (max-width:640px) {
	.section-03 .medicalItem {
		width: 100%;
	}
}


/* section-04 */
.section-04 {
	margin-top: 96px;
	padding: 96px 0;
	background: #fcf9e6;
}
.section-04 .btn-typeB {
	margin: 2.3125em auto 0;
	background: #0066a8;
	text-align: center;
}
.section-04 .infoList {
	margin-top: 2em;
}

