*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	padding: 0;
	margin: 0;
}

body {
	font-size: 16px;
	line-height: 1.6;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	color: #3e3a39;
	min-width: 375px;
}

.wrap {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

.clear::after {
	content: "";
	clear: both;
	display: block;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}
.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}
}

.section-title {
	text-align: center;
}
.section-title h2 {
	font-size: 50px;
	color: #0086d1;
	display: inline;
	position: relative;
}
@media (max-width: 767px) {
	.section-title h2 {
		font-size: 24px;
	}
}
.section-title h2::after {
	position: absolute;
	content: "";
	bottom: -14px;
	left: 0;
	width: 100%;
	height: 3px;
	border-bottom: 3px dashed #0086d1;
	border-bottom-width: 4px;
}
@media (max-width: 767px) {
	.section-title h2::after {
		bottom: -8px;
		border-bottom: 2px dashed #0086d1;
	}
}
.section-title span img {
	width: 50px;
	margin-bottom: -10px;
	margin-left: 10px;
}
@media (max-width: 767px) {
	.section-title span img {
		width: 25px;
		margin-left: 0;
		margin-bottom: -5px;
	}
}

.btn {
	display: inline-block;
}
.btn a {
	background-color: #06c755;
	border-radius: 20px;
	-webkit-box-shadow: 0 4px #046c2e;
	box-shadow: 0 4px #046c2e;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	padding: 17px 26px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
}
@media (max-width: 1199px) {
	.btn a {
		padding: 12px 15px;
	}
}
.btn a span img {
	width: 25px;
	vertical-align: middle;
	margin-left: 19px;
}
.btn a:hover {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-box-shadow: 0 0 0 #333;
	box-shadow: 0 0 0 #333;
}

.header-btn a {
	font-size: 14px;
}
.header-btn a span img {
	width: 15px;
}
@media (max-width: 767px) {
	.header-btn {
		display: none;
	}
}

.header-btn-sp {
	display: none;
}
@media (max-width: 767px) {
	.header-btn-sp {
		display: block;
	}
	.header-btn-sp a {
		font-size: 12px;
		padding: 8px 12px;
	}
}

header {
	padding: 13px 50px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 61, 95, 0.12);
	box-shadow: 0px 4px 20px rgba(0, 61, 95, 0.12);
}
@media (max-width: 1199px) {
	header {
		padding: 13px 20px;
	}
}
@media (max-width: 767px) {
	header {
		padding: 13px 10px;
	}
}

.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.header-logo {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}
@media (max-width: 767px) {
	.header-logo {
		font-size: 10px;
	}
}
.header-logo span {
	font-size: 24px;
	font-weight: bold;
	color: #0086d1;
}
@media (max-width: 767px) {
	.header-logo span {
		font-size: 18px;
	}
}

.fv {
	position: relative;
	padding-top: 50px;
}

.fv-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	aspect-ratio: 1440/609;
	vertical-align: bottom;
}
@media (max-width: 767px) {
	.fv-img img {
		aspect-ratio: 375/269;
	}
}

.fv-contents {
	position: absolute;
	content: "";
	top: 55%;
	left: 15%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1199px) {
	.fv-contents {
		top: 60%;
	}
}
@media (max-width: 767px) {
	.fv-contents {
		position: static;
		text-align: center;
		width: 100%;
		background-color: #fff;
		margin-top: 150px;
		margin-bottom: -90px;
	}
}

.fv-subtitle {
	font-weight: bold;
}
.fv-subtitle p span {
	color: #fff;
	background-color: #0086d1;
	margin-right: 9px;
	padding: 4px 14px;
	border-radius: 25px;
}
@media (max-width: 767px) {
	.fv-subtitle p span {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.fv-subtitle p br {
		display: none;
	}
}
@media (max-width: 1199px) {
	.fv-subtitle p br {
		display: none;
	}
}
@media (max-width: 767px) {
	.fv-subtitle p br {
		display: block;
	}
}
@media (max-width: 1199px) {
	.fv-subtitle p {
		margin: 0;
	}
}
@media (max-width: 767px) {
	.fv-subtitle p {
		line-height: 2;
	}
}
@media (max-width: 767px) {
	.fv-subtitle {
		position: relative;
		content: "";
		top: -15px;
	}
}

.fv-title h2 {
	font-size: 50px;
	font-weight: bold;
}
@media (max-width: 1199px) {
	.fv-title h2 {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.fv-title h2 {
		margin-top: -10px;
	}
}
.fv-title h2 span {
	font-size: 85px;
	font-weight: bold;
	color: #0086d1;
	text-shadow: 4px 4px #d2f0f9;
	line-height: 1;
}
@media (max-width: 1199px) {
	.fv-title h2 span {
		font-size: 60px;
	}
}
@media (max-width: 767px) {
	.fv-title h2 span {
		font-size: 50px;
	}
}

.fv-contents-img {
	margin-bottom: 20px;
}
.fv-contents-img img {
	width: 425px;
}
@media (max-width: 1199px) {
	.fv-contents-img img {
		width: 320px;
	}
}
@media (max-width: 1199px) {
	.fv-contents-img {
		margin-bottom: 10px;
	}
}

.pickup {
	text-align: center;
}
.pickup-contents {
	padding: 64px 0;
	display: block;
	/* display: flex;
	flex-direction: column; */
	justify-content: center;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.pickup-contents {
		padding: 40px 0px 50px 0px;
		margin-top: -120px;
	}
}

.pickup-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 950px;
	width: 100%;
	margin: 55px auto 0;
}
@media (max-width: 767px) {
	.pickup-list {
		display: block;
		width: 300px;
	}
}

.pickup-item {
	width: calc(33.3% - 21.3333333333px);
	/* background-color: #fff;
	-webkit-box-shadow: 4px 4px 6px lightgrey;
	box-shadow: 4px 4px 6px lightgrey;
	border-radius: 10px;
	padding: 26px 30px 10px 30px; */
}
@media (max-width: 1199px) {
	.pickup-item {
		width: calc(48% - 16px);
	}
}
@media (max-width: 767px) {
	.pickup-item {
		width: 100%;
	}
	.pickup-item:not(:last-child) {
		margin-bottom: 25px;
	}
}

.pickup-link {
	transition: filter 0.3s;
}
.pickup-link:hover {
	filter: brightness(1.1);
}

.pickup-img {
	margin: 0;
}

.pickup-img img {
	vertical-align: bottom;
}

.about {
	background: url(../img/about-background.jpg) no-repeat center/cover;
	margin-top: -5px;
}
@media (max-width: 767px) {
	.about {
		background: url(../img/about-background-sp.jpg) no-repeat center;
		background-size: cover;
		height: 500px;
	}
}

.about-contants {
	padding: 58px 0;
}
/* @media (max-width: 767px) {
	.about-contants {
		margin-top: -120px;
	}
} */

.about-text {
	margin-top: 50px;
	text-align: center;
}
@media (max-width: 767px) {
	.about-text {
		margin-top: 36px;
	}
}
.about-text p {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 88px;
}
@media (max-width: 767px) {
	.about-text p {
		font-size: 14px;
		margin-bottom: 10px;
	}
}
.about-text p span {
	font-size: 28px;
	color: #0086d1;
}
@media (max-width: 767px) {
	.about-text p span {
		font-size: 18px;
	}
}

.about-img {
	width: 359px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.about-img {
		width: 175px;
		margin-top: 150px;
	}
}

.point {
	background-color: #0086d1;
	margin-top: -20px;
}

.point-contents {
	padding: 86px 0 114px 0;
}
@media (max-width: 767px) {
	.point-contents {
		padding: 40px 0 60px 0;
	}
}

.point-titles {
	text-align: center;
}

.point-subtitle {
	color: #fff;
	font-size: 16px;
}
@media (max-width: 767px) {
	.point-subtitle {
		font-size: 12px;
	}
}

.point-title {
	color: #fff;
	font-size: 40px;
	line-height: 0.2;
}
.point-title h2 {
	display: inline;
	position: relative;
}
.point-title h2::after {
	position: absolute;
	content: "";
	bottom: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 3px;
	border-bottom: 3px dashed #fff;
	border-bottom-width: 4px;
	display: inline;
}
@media (max-width: 767px) {
	.point-title h2::after {
		bottom: -10px;
		border-bottom: 2px dashed #fff;
	}
}
@media (max-width: 767px) {
	.point-title {
		font-size: 24px;
	}
}
.point-title span {
	color: #f4e958;
	font-size: 90px;
	font-weight: bold;
	position: relative;
}
@media (max-width: 767px) {
	.point-title span {
		font-size: 50px;
	}
}
.point-title span::before {
	position: absolute;
	content: "";
	background: url(../img/point-title-icon.png) no-repeat center/cover;
	top: 0;
	left: -30px;
	width: 60px;
	height: 30px;
}
@media (max-width: 767px) {
	.point-title span::before {
		background: url(../img/point-title-icon-sp.png) no-repeat center/cover;
		width: 20px;
		height: 32px;
		top: -10px;
		left: -20px;
	}
}

.point-cads {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 48px;
	max-width: 1200px;
	width: 100%;
	margin: 120px auto;
}
@media (max-width: 1199px) {
	.point-cads {
		display: block;
		max-width: 500px;
		width: 100%;
		margin-bottom: 80px;
	}
}
@media (max-width: 767px) {
	.point-cads {
		width: 280px;
		margin: 0 auto;
		margin-top: 80px;
	}
}

.point-card {
	width: 360px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
@media (max-width: 1199px) {
	.point-card {
		width: 100%;
	}
	.point-card:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.point-card {
		padding: 15px;
	}
}

.point-card-img {
	/* height: 200px; */
	text-align: center;
	margin: 0;
}
/* @media (max-width: 767px) {
  .point-card-img {
    height: 120px;
  }
} */
.point-card-img img {
	object-fit: cover;
}
/* @media (max-width: 767px) {
  .point-card-img {
    height: 120px;
  }
} */
/* .point-card-img .card-img1 {
  height: 155px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .point-card-img .card-img1 {
    height: 112px;
    margin-top: 10px;
  }
}
.point-card-img .card-img2 {
  height: 112px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .point-card-img .card-img2 {
    height: 87px;
    margin-top: 20px;
  }
}
.point-card-img .card-img3 {
  height: 156px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .point-card-img .card-img3 {
    height: 90px;
    margin-top: 10px;
  }
} */

.point-card-number {
	text-align: center;
	color: #0086d1;
	font-size: 14px;
	font-weight: bold;
}
@media (max-width: 767px) {
	.point-card-number {
		font-size: 12px;
	}
}
.point-card-label p {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-size: 28px;
	font-weight: bold;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(60%, transparent),
		color-stop(60%, #f4e958)
	);
	background: linear-gradient(transparent 60%, #f4e958 60%);
}
@media (max-width: 767px) {
	.point-card-label p {
		font-size: 20px;
	}
}

.point-card-text p {
	letter-spacing: 0.05em;
	padding: 0 4px;
}
@media (max-width: 767px) {
	.point-card-text p {
		font-size: 13px;
	}
}
@media (max-width: 1199px) {
	.point-card-text p br {
		display: none;
	}
}

.introduction {
	background: url(../img/introduction-background.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
	.introduction {
		background-repeat: repeat;
		background-size: contain;
	}
}

.introduction-contents {
	padding: 80px 0;
}
@media (max-width: 767px) {
	.introduction-contents {
		padding-top: 32px;
	}
}

.introduction-titles {
	text-align: center;
}

.introduction-hukidashi img {
	width: 650px;
}
@media (max-width: 767px) {
	.introduction-hukidashi {
		display: none;
	}
}

.introduction-hukidashi-sp img {
	width: 350px;
}
@media (min-width: 1200px) {
	.introduction-hukidashi-sp {
		display: none;
	}
}
@media (max-width: 1199px) {
	.introduction-hukidashi-sp {
		display: none;
	}
}
@media (max-width: 767px) {
	.introduction-hukidashi-sp {
		display: block;
	}
}

.introduction-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	margin-top: 55px;
}
@media (max-width: 767px) {
	.introduction-cards {
		display: block;
		width: 300px;
	}
}

.introduction-card {
	width: calc(33.3% - 21.3333333333px);
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 6px lightgrey;
	box-shadow: 4px 4px 6px lightgrey;
	border-radius: 10px;
	padding: 26px 30px 10px 30px;
}
@media (max-width: 1199px) {
	.introduction-card {
		width: calc(48% - 16px);
	}
}
@media (max-width: 767px) {
	.introduction-card {
		width: 100%;
	}
	.introduction-card:not(:last-child) {
		margin-bottom: 25px;
	}
}

.introduction-card-img {
	margin: 0;
}
.introduction-card-content {
	margin-top: 10px;
	height: 120px;
}

.introduction-cate p {
	display: inline;
	color: #0086d1;
	border: #0086d1 1px solid;
	border-radius: 6px;
	padding: 2px 5px;
	font-size: 14px;
}

.introduction-title {
	margin-top: 6px;
}
.introduction-title p {
	font-size: 16px;
	font-weight: bold;
	line-height: 0.8;
	margin-bottom: 0;
}
.introduction-title p span {
	font-size: 14px;
	font-weight: normal;
	margin-left: -10px;
	margin-bottom: -10px;
	line-height: 1.8;
}

.introduction-salary p {
	font-size: 16px;
	font-weight: normal;
	line-height: 0.5;
	margin-top: 2px;
}
@media (max-width: 767px) {
	.introduction-salary p {
		font-size: 14px;
	}
}
.introduction-salary p span {
	color: #0086d1;
	font-size: 32px;
	font-weight: bold;
}

.flow {
	background-color: #ebf0f3;
}

.flow-contents {
	text-align: center;
	padding: 50px 0 80px 0;
}
@media (max-width: 1199px) {
	.flow-contents {
		padding: 50px 15px 80px 15px;
	}
}

.flow-subtitle img {
	width: 40px;
	margin-bottom: -10px;
	margin-right: 5px;
}
@media (max-width: 767px) {
	.flow-subtitle {
		font-size: 14px;
	}
}

.flow-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	margin-top: 100px;
}
@media (max-width: 1199px) {
	.flow-wrap {
		display: block;
		max-width: 500px;
		width: 100%;
		margin: 80px auto 0;
	}
}
@media (max-width: 767px) {
	.flow-wrap {
		display: block;
		width: 296px;
		margin-top: 80px;
	}
}

.flow-card {
	background-color: #fff;
	border-radius: 10px;
	width: 320px;
	padding: 20px;
}
@media (max-width: 1199px) {
	.flow-card {
		padding: 10px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.flow-card {
		width: 100%;
		padding: 36px;
	}
	.flow-card:not(:last-child) {
		margin-bottom: 37px;
	}
}

.flow-card-number {
	background-color: #0086d1;
	color: #fff;
	width: 75px;
	height: 75px;
	margin: 0 auto;
	margin-top: -38px;
	border-radius: 50%;
	font-size: 14px;
	padding-top: 8px;
	font-weight: 300;
}
@media (max-width: 767px) {
	.flow-card-number {
		width: 60px;
		height: 60px;
		font-size: 11px;
		margin-top: -60px;
	}
}
.flow-card-number span {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
}
@media (max-width: 767px) {
	.flow-card-number span {
		font-size: 20px;
	}
}

.flow-card-img {
	width: 180px;
	max-width: 100%;
	margin: 14px auto 0;
}
@media (max-width: 767px) {
	.flow-card-img {
		width: 80%;
		margin: 10px auto 0;
	}
}

.flow-card-text p {
	font-size: 22px;
	font-weight: bold;
}
@media (max-width: 767px) {
	.flow-card-text p {
		font-size: 20px;
		margin: 0;
	}
}
@media (max-width: 1199px) {
	.flow-card-text p br {
		display: none;
	}
}
.flow-card-text p span {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(60%, transparent),
		color-stop(60%, #f4e958)
	);
	background: linear-gradient(transparent 60%, #f4e958 60%);
}

.flow-arrow {
	margin: 0 20px;
	margin-top: 175px;
}
@media (max-width: 1199px) {
	.flow-arrow {
		margin: 32px 0 54px;
		transform: rotate(90deg);
		/* margin-top: 150px; */
	}
}
@media (max-width: 767px) {
	.flow-arrow {
		display: none;
	}
}
.flow-arrow img {
	width: 20px;
}

.cta {
	background-color: #0086d1;
	text-align: center;
}

.cta-contents {
	padding: 80px 0;
}
@media (max-width: 767px) {
	.cta-contents {
		padding: 48px 0 68px 0;
	}
}

.cta-title h2 {
	color: #fff;
	font-size: 50px;
	display: inline;
	letter-spacing: 0.09em;
	position: relative;
}
@media (max-width: 767px) {
	.cta-title h2 ruby {
		line-height: 0.5;
	}
}
.cta-title h2 rt {
	font-size: 0.8em;
}
@media (max-width: 1199px) {
	.cta-title h2 {
		font-size: 26px;
	}
}
@media (max-width: 767px) {
	.cta-title h2 {
		font-size: 24px;
	}
}
.cta-title h2::before {
	position: absolute;
	content: "";
	background: url(../img/cta-fukidashi.png) no-repeat center/cover;
	top: 0;
	left: -30px;
	width: 3px;
	height: 57px;
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
}
@media (max-width: 767px) {
	.cta-title h2::before {
		left: -15px;
		height: 30px;
		width: 1.5px;
	}
}
.cta-title h2::after {
	position: absolute;
	content: "";
	background: url(../img/cta-fukidashi.png) no-repeat center/cover;
	top: 0;
	right: -30px;
	width: 3px;
	height: 57px;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
}
@media (max-width: 767px) {
	.cta-title h2::after {
		right: -15px;
		height: 30px;
		width: 1.5px;
	}
}

.cta-btn {
	margin-top: 40px;
	position: relative;
}
.cta-btn::before {
	position: absolute;
	content: "";
	background: url(../img/cta-img-left.png) no-repeat center/cover;
	top: -20px;
	left: -200px;
	width: 145px;
	height: 110px;
}
@media (max-width: 1199px) {
	.cta-btn::before {
		width: 100px;
		height: 80px;
		left: -120px;
	}
}
@media (max-width: 767px) {
	.cta-btn::before {
		display: none;
	}
}
.cta-btn::after {
	position: absolute;
	content: "";
	background: url(../img/cta-img-right.png) no-repeat center/cover;
	top: -20px;
	right: -200px;
	width: 145px;
	height: 110px;
}
@media (max-width: 1199px) {
	.cta-btn::after {
		width: 100px;
		height: 80px;
		right: -120px;
	}
}
@media (max-width: 767px) {
	.cta-btn::after {
		display: none;
	}
}

@media (min-width: 1200px) {
	.cta-img-sp {
		display: none;
	}
}
@media (max-width: 1199px) {
	.cta-img-sp {
		display: none;
	}
}
@media (max-width: 767px) {
	.cta-img-sp {
		display: block;
	}
	.cta-img-sp img {
		width: 200px;
		margin-top: 26px;
	}
}

.banner {
	text-align: center;
	background-color: #ebf0f3;
}

@media (max-width: 767px) {
	.banner {
		margin-top: -100px;
	}
}

.banner-contents {
	padding: 64px 0;
	display: block;
	/* display: flex;
	flex-direction: column; */
	justify-content: center;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.banner-contents {
		padding: 50px 0px 50px 0px;
	}
}
.banner-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	gap: 48px;
}
@media screen and (max-width: 1190px) {
	.banner-list {
		gap: 32px;
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.banner-list {
		gap: 20px;
	}
}

.banner-item {
	width: calc(100% / 2 - 24px);
}

@media screen and (max-width: 1190px) {
	.banner-item {
		width: calc(100% / 2 - 16px);
	}
}

@media screen and (max-width: 767px) {
	.banner-item {
		width: 100%;
	}
}

.banner-item:only-child {
	width: 100%;
	max-width: 500px;
}

.banner-link {
	transition: filter 0.3s;
}
.banner-link:hover {
	filter: brightness(1.1);
}

.banner-img {
	margin: 0;
}
.banner-img img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.supervision {
	text-align: center;
}
.supervision-contents {
	padding: 80px 0;
	display: block;
	/* display: flex;
	flex-direction: column; */
	justify-content: center;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.supervision-contents {
		padding: 50px 0px 60px 0px;
	}
}
.supervision-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	gap: 48px;
	margin-top: 80px;
}
@media screen and (max-width: 1190px) {
	.supervision-list {
		gap: 32px;
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.supervision-list {
		gap: 20px;
		margin-top: 40px;
	}
}

.supervision-item {
	width: calc(100% / 2 - 24px);
}

@media screen and (max-width: 1190px) {
	.supervision-item {
		width: calc(100% / 2 - 16px);
	}
}

@media screen and (max-width: 767px) {
	.supervision-item {
		width: 100%;
	}
}

.supervision-item:only-child {
	width: 100%;
	max-width: 500px;
}

.supervision-link {
	transition: filter 0.3s;
}
.supervision-link:hover {
	filter: brightness(1.1);
}

.supervision-img {
	margin: 0;
}
.supervision-img img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

footer {
	padding: 25px;
}
footer small {
	display: block;
	text-align: center;
}
