@charset "UTF-8";
/*------------------------------------
.ttl
------------------------------------*/
.ttl {
	font-size: 50px;
	font-weight: bold;
	font-feature-settings: "palt";
	line-height: 1.2;
	text-align: center;
	margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
	.ttl {
		font-size: 28px;
		margin-bottom: 40px;
	}
}


/*------------------------------------
.mv
------------------------------------*/
.mv {
	background-color: #006dd2;
	background-image: url("../img/mv.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	height: 800px;
}
.mv .container {
	max-width: 1200px;
	width: calc(100% - 10vw);
	margin: 0 auto;
}
.mv .container .catch {
	padding-top: 50px;
}
.mv .container a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #E00000;
	border-radius: 8px;
	border: 3px solid #fff;
	max-width: 540px;
	width: 100%;
	height: 80px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin-top: 30px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.mv .container a:after {
	content: "";
	position: absolute;
	top: 50%;
    right: 17px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background-image: url("../img/arrow.png");
	background-size: 100%;
	width: 30px;
	height: 30px;
}
.mv .list {
	display: flex;
	gap: 60px;
	position: relative;
	max-width: 1080px;
	width: calc(100% - 10vw);
	margin: 0 auto;
	padding-top: 30px;
	z-index: 1;
}
.mv .list li {
	width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 1130px) {
	.mv {
		margin-bottom: -80px;
	}
}
@media screen and (max-width: 768px) {
	.mv {
		background-size: 50%;
		height: auto;
	}
	.mv .container .catch {
		padding-top: 50px;
		filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.35));
	}
	.mv .container a {
		height: 60px;
		font-size: 20px;
		margin-top: 20px;
	}
	.mv .container a:after {
		width: 20px;
		height: 20px;
	}
	.mv .list {
		gap: 10px;
		padding-top: 16px;
	}
	.mv .list li {
		width: calc((100% - 20px) / 3);
	}
}
@media screen and (max-width: 375px) {
	.mv {
		height: 450px;
	}
}


/*------------------------------------
#problem
------------------------------------*/
#problem {
	position: relative;
	background-color: #E6E6E6;
	padding-top: 230px;
}
#problem .container {
	max-width: 1285px;
	width: calc(100% - 10vw);
	margin: 0 auto;
}
#problem .container > p {
	text-align: center;
	margin-bottom: 10px;
}
#problem .container > .ttl span {
	color: #006dd2;
}
#problem:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -45px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background-image: url("../img/problem-arrow.png");
	background-size: 100%;
	width: 174px;
	height: 45px;
}
#problem .list {
	position: relative;
	max-width: 1400px;
	height: 612px;
	margin: 0 auto;
}
#problem .list:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 47%;
	transform: translate(-50%,0%);
	background: url("../img/problem-img.png") no-repeat center/100%;
	width: 514px;
	height: 612px;
}
#problem .list li {
	position: absolute;
	top: 0;
	left: 95px;
	background-color: #fff;
	border-radius: 20px 0;
	width: 460px;
	height: 220px;
	line-height: 1.5;
	padding: 32px 0 0 55px;
}
#problem .list li:nth-of-type(2) {
	top: 60px;
	right: 65px;
	left: auto;
}
#problem .list li:nth-of-type(3) {
	top: 260px;
	left: 0;
}
#problem .list li:nth-of-type(4) {
	top: 320px;
	right: 0;
	left: auto;
}
#problem .list li h3 {
	font-size: 32px;
	margin-bottom: 10px;
}
#problem .list li p {
	font-weight: bold;
}
@media screen and (max-width: 1400px) {
	#problem {
		padding-top: 120px;
	}
	#problem .container {
		width: calc(100% - 10vw);
		margin: 0 auto;
	}
	#problem .list {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		height: auto;
	}
	#problem .list:after {
		left: 50%;
		width: 51.4vw;
		height: 61.2vw;
	}
	#problem .list li {
		position: static;
		width: calc((100% - 20px) / 2);
		height: auto;
	}
}
@media screen and (max-width: 375px) {
	#problem {
		padding-top: 80px;
	}
}


/*------------------------------------
#fee
------------------------------------*/
#fee {
	padding: 120px 0;
}
#fee .container {
	background-color: #fff;
	max-width: 1200px;
	width: calc(100% - 10vw);
	margin: 0 auto;
}
#fee .container .ttl {
	margin-bottom: 20px;
}
#fee .container .ttl span {
	color: #006dd2;
}
#fee .container > p {
	text-align: center;
	margin-bottom: 80px;
}
#fee .container > ul {
	display: flex;
	flex-direction: column;
	gap: 100px;
}
#fee .container .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#fee .container .row:nth-child(even) {
	flex-direction: row-reverse;
}
#fee .container .row .img {
	width: 38%;
}
#fee .container .row .img img {
	border-radius: 0 32px 0 32px;
}
#fee .container .row .txt {
	width: 55%;
}
#fee .container .row .txt h2 {
	background-color: #006dd2;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 40px;
	padding: 8px 16px;
}
#fee .container .row .txt .list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
#fee .container .row .txt .list li a {
	display: block;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 21px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #006dd2;
	padding: 8px 16px;
}
#fee .container .row .txt p {
	margin-top: 24px;
}
#fee .container .row .txt p.desc {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
#fee .container .row .txt dl.price {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	gap: 10px;
	border-bottom: 3px dotted #006dd2;
	width: fit-content;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	color: #e00000;
	margin-left: auto;
	margin-top: 24px;
	padding-bottom: 10px;
}
#fee .container .row .txt dl.price dt {
	color: #000;
}
#fee .container .row .txt dl.price dd {
	display: flex;
	align-items: baseline;
	gap: 10px;
}
#fee .container .row .txt dl.price dd span {
	font-size: 56px;
	font-style: italic;
}
@media screen and (max-width: 768px) {
	#fee {
		padding: 64px 0;
	}
	#fee .container > p {
		margin-bottom: 24px;
	}
	#fee .container > ul {
		gap: 50px;
	}
	#fee .container .row .img {
		display: none;
	}
	#fee .container .row:last-child .img {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	#fee .container .row .txt {
		width: 100%;
	}
	#fee .container .row .txt h2 {
		margin-bottom: 32px;
	}
	#fee .container .row .txt .list {
		gap: 8px;
	}
	#fee .container .row .txt .list li a {
		font-size: 14px;
	}
	#fee .container .row .txt p {
		margin-top: 16px;
	}
	#fee .container .row .txt p.desc {
		font-size: 20px;
	}
	#fee .container .row .txt dl.price {
		font-size: 18px;
		margin-top: 16px;
		padding-bottom: 5px;
	}
	#fee .container .row .txt dl.price dd span {
		font-size: 36px;
	}
}


/*------------------------------------
#pride
------------------------------------*/
#pride {
	counter-reset: number;
	background-color: #cde7fc;
	padding: 160px 0;
}
#pride .ttl span {
	color: #006dd2;
}
#pride .block {
	background: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}
#pride .block:nth-child(even) {
	background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}
#pride .block:not(:last-child) {
	margin-bottom: 80px;
}
#pride .container {
	background-color: #fff;
	max-width: 1000px;
	width: calc(100% - 10vw);
	margin: 0 auto;
}
#pride .inner {
	position: relative;
	max-width: 840px;
	width: calc(100% - 10vw);
	margin: 0 auto;
	padding: 80px 0 100px;
}
#pride .inner:before {
	counter-increment: number;
	content: counter(number, decimal-leading-zero) " ";
	position: absolute;
	top: -50px;
	font-size: 120px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	color: #006dd2;
}
#pride h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 32px;
}
#pride h2 span {
	color: #006dd2;
}
#pride .inner > p {
	margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
	#pride {
		padding: 80px 0;
	}
	#pride .block:not(:last-child) {
		margin-bottom: 40px;
	}
	#pride .inner {
		padding: 40px 0 50px;
	}
	#pride .inner:before {
		top: -20px;
		font-size: 50px;
	}
	#pride h2 {
		font-size: 24px;
		margin-bottom: 16px;
	}
}

/*.row*/
#pride .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}
#pride .row div {
	width: calc((100% - 40px)/2);
}
#pride .row div h4 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
	#pride .row {
		gap: 20px;
	}
	#pride .row div {
		width: 100%;
	}
	#pride .row div h4 {
		font-size: 24px;
	}
}

/*.shop*/
#pride .shop h3 {
	font-size: 32px;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 32px;
}
#pride .shop .shop-list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
#pride .shop .shop-list li {
	width: calc((100% - 40px)/2);
	text-align: center;
}
#pride .shop .shop-list li > img {
	margin-bottom: 30px;
}
#pride .shop .shop-list li h4 {
	background-color: #006dd2;
	width: fit-content;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	margin: 0 auto;
	padding: 10px;
}
#pride .shop .shop-list li .reception {
	font-size: 18px;
	margin: 8px 0;
}
#pride .shop .shop-list li .tel {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}
#pride .shop .shop-list li .tel a {
	font-size: 40px;
	margin-left: 10px;
}
#pride .shop .shop-list li .link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 35px;
	margin-top: 16px;
}
#pride .shop .shop-list li .link .sns {
	display: flex;
	gap: 16px;
}
#pride .shop .shop-list li .link .sns li {
	width: 40px;
	height: 40px;
}
#pride .shop .shop-list li .link .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 24px;
	max-width: 164px;
	width: 100%;
	height: 48px;
	color: #fff;
	overflow: hidden;
}
#pride .shop .shop-list li .link .btn:hover {
	opacity: 1;
}
#pride .shop .shop-list li .link .btn:before {
	content: "";
	position: absolute;
	background: linear-gradient(70deg, #0066ff, #47d6b6);
	width: 100%;
	height: 100%;
	transition: .5s ease;
	z-index: -1;
}
#pride .shop .shop-list li .link .btn:hover:before {
	opacity: 0;
}
#pride .shop .shop-list li .link .btn:after {
	content: "";
	position: absolute;
	background: #0066ff;
	width: 100%;
	height: 100%;
	z-index: -2;
}
@media screen and (max-width: 768px) {
	#pride .shop h3 {
		font-size: 24px;
	}
	#pride .shop .shop-list li {
		width: 100%;
	}
	#pride .shop .shop-list li > img {
		width: 80%;
	}
	#pride .shop .shop-list li h4 {
		font-size: 18px;
	}
	#pride .shop .shop-list li .tel {
		font-size: 22px;
	}
	#pride .shop .shop-list li .tel a {
		font-size: 32px;
		margin-left: 5px;
	}
}

/*.map*/
#pride .map {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}
#pride .map .wide {
	width: 55%;
}
#pride .map .narrow {
	width: 38%;
}
#pride .map .narrow h3 {
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
	#pride .map {
		gap: 20px;
	}
	#pride .map .wide,
	#pride .map .narrow {
		width: 100%;
	}
	#pride .map .narrow h3 {
		font-size: 24px;
	}
}

/*.banner-list*/
.banner-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 64px;
}
.banner-list li {
	width: calc((100% - 20px)/2);
}
.banner-list li img {
	border: 1px solid #ddd;
	padding: 10px;
}
@media screen and (max-width: 768px) {
	.banner-list {
		align-items: flex-start;
		gap: 10px;
		width: 80%;
		padding-bottom: 32px;
	}
	.banner-list li {
		width: 100%;
	}
}


/*------------------------------------
#cases
------------------------------------*/
#cases {
	background-image: url("../img/cases-bg.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 160px 0;
}
#cases .ttl span {
	background:linear-gradient(transparent 60%, #ffd900 60%);
	color: #006dd2;
}
#cases .cases-slider li {
	margin: 0 50px;
}
#cases .cases-slider li .img img {
	width: 100%;
}
#cases .cases-slider li .txt {
	position: relative;
	background-color: #fff;
	margin: -30px 50px 0;
	padding: 50px;
	z-index: 2;
}
#cases .cases-slider li .txt small {
	background-color: #006dd2;
	border-radius: 16px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	padding: 5px 16px 4px;
}
#cases .cases-slider li .txt h3 {
	border-bottom: 1px solid #ddd;
	font-size: 32px;
	line-height: 1.2;
	margin-top: 10px;
	padding-bottom: 16px;
}
#cases .cases-slider li .txt .inner {
	display: flex;
	flex-wrap: wrap;
}
#cases .cases-slider li .txt .inner dl {
	border-bottom: 1px solid #ddd;
	width: 50%;
	padding: 16px 0;
}
#cases .cases-slider li .txt .inner dl dt {
	font-weight: 700;
}
#cases .cases-slider li .txt .inner dl dt:before {
	content: "-";
	margin-right: 8px;
}
#cases .cases-slider li .txt .inner dl dd {
	font-size: 14px;
	padding-left: 15px;
}
@media screen and (max-width: 768px) {
	#cases {
		padding: 80px 0;
	}
	#cases .cases-slider li {
		margin: 0 8px;
	}
	#cases .cases-slider li .txt {
		margin: -16px 16px 0;
		padding: 32px;
	}
	#cases .cases-slider li .txt h3 {
		font-size: 22px;
		margin-top: 16px;
	}
	#cases .cases-slider li .txt .inner dl {
		width: 100%;
		padding: 10px 0;
	}
}

/*矢印*/
#cases .cases-slider .slick-prev,
#cases .cases-slider .slick-next {
	width: 80px;
	height: 80px;
	background-size: cover;
}
#cases .cases-slider .slick-prev {
	left: 20%;
	background-image: url("../img/arr_prev.svg");
	z-index: 1;
}
#cases .cases-slider .slick-next {
	right: 20%;
	background-image: url("../img/arr_next.svg");
}
.slick-prev:before,
.slick-next:before {
	font-size: 0;
}
@media screen and (max-width: 768px) {
	#cases .cases-slider .slick-prev,
	#cases .cases-slider .slick-next {
		top: 130px;
		width: 36px;
		height: 36px;
	}
	#cases .cases-slider .slick-prev {
		left: 2%;
	}
	#cases .cases-slider .slick-next {
		right: 2%;
	}
}


/*------------------------------------
#voice
------------------------------------*/
#voice {
	background-color: #fff9d9;
	padding: 100px 0;
}
#voice .container {
	max-width: 1000px;
	width: calc(100% - 10vw);
	text-align: center;
	margin: 0 auto;
}
#voice .ttl span {
	background:linear-gradient(transparent 60%, #ffd900 60%);
	color: #006dd2;
}
#voice .voice-list li {
	display: flex;
	align-items: center;
	gap: 40px;
}
#voice .voice-list li:not(:last-child) {
	margin-bottom: 40px;
}
#voice .voice-list li .img {
	width: 160px;
}
#voice .voice-list li .txt {
	position: relative;
	background-color: #fff;
	width: calc(100% - 200px);
	text-align: left;
	padding: 24px 32px 32px 32px;
}
#voice .voice-list li .txt:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -16px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 8px 16px 8px 0;
}
#voice .voice-list li .txt p {
	line-height: 1.5;
}
#voice .voice-list li .txt p strong {
	color: #e00000;
}
#voice .voice-list li .txt span {
	display: flex;
	align-items: center;
	position: absolute;
	right: 32px;
	bottom: -16px;
	background-color: #006dd2;
	border-radius: 20px;
	height: 40px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 0 20px;
}
#voice .voice-list li:nth-child(even) {
	flex-direction: row-reverse;
}
#voice .voice-list li:nth-child(even) .txt:before {
	right: -16px;
	left: auto;
	border-color: transparent transparent transparent #fff;
	border-width: 8px 0 8px 16px;
}
@media screen and (max-width: 768px) {
	#voice {
		padding: 50px 0;
	}
	#voice .voice-list li {
		gap: 20px;
	}
	#voice .voice-list li .img {
		width: 80px;
	}
	#voice .voice-list li .txt {
		width: calc(100% - 100px);
		font-size: 15px;
		padding: 16px 20px 24px 20px;
	}
	#voice .voice-list li .txt span {
		right: 16px;
		bottom: -16px;
		height: 32px;
		font-size: 14px;
		padding: 0 16px;
	}
	#voice .voice-list li:nth-child(even) .txt:before {
		right: -12px;
	}
}


/*------------------------------------
#flow
------------------------------------*/
#flow {
	padding: 100px 0;
}
#flow .container {
	max-width: 1200px;
	width: calc(100% - 10vw);
	margin: 0 auto;
}
#flow .ttl {
	color: #006dd2;
}
#flow .flow-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px;
}
#flow .flow-list li {
	position: relative;
	width: calc((100% - 320px) / 5);
}
#flow .flow-list li > img {
	display: flex;
	position: absolute;
	top: 78.5px;
	right: -60px;
	width: 40px;
	height: 19px;
}
#flow .flow-list li .flow__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-align: center;
}
#flow .flow-list li .flow__inner .img {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #eff9ffff;
	border-radius: 50%;
	width: 100%;
	aspect-ratio: 1 / 1;
}
#flow .flow-list li .flow__inner .img img {
	width: 80px;
	height: 80px;
}
#flow .flow-list li .flow__inner .txt h3 {
	line-height: 1.35;
	color: #006dd2;
	margin-bottom: 10px;
}
#flow .flow-list li .flow__inner .txt p {
	font-size: 18px;
	text-align: left;
	line-height: 1.5;
}
#flow .flow-list li .flow__inner .txt .common_btn {
	margin-top: 15px;
}
#flow .flow-list li .flow__inner .txt .common_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 25px;
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	overflow: hidden;
	z-index: 0;
}
#flow .flow-list li .flow__inner .txt .common_btn a:before {
	content: "";
	position: absolute;
	background: linear-gradient(70deg, #0066ff, #47d6b6);
	width: 100%;
	height: 100%;
	transition: .5s ease;
	z-index: -1;
}
#flow .flow-list li .flow__inner .txt .common_btn a:hover:before {
	opacity: 0;
}
#flow .flow-list li .flow__inner .txt .common_btn a:after {
	content: "";
	position: absolute;
	background: #0066ff;
	width: 100%;
	height: 100%;
	z-index: -2;
}
@media screen and (max-width: 768px) {
	#flow .flow-list {
		gap: 30px;
	}
	#flow .flow-list li {
		width: calc((100% - 60px) / 3);
	}
	#flow .flow-list li > img {
		top: 49px;
		right: -26px;
		width: 22px;
		height: 11px;
	}
	#flow .flow-list li:nth-child(3) > img {
		display: none;
	}
	#flow .flow-list li .flow__inner .img img {
		width: 50px;
		height: 50px;
	}
	#flow .flow-list li .flow__inner .txt h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#flow .flow-list li .flow__inner .txt p {
		font-size: 12px;
		line-height: 1.7;
	}
	#flow .flow-list li .flow__inner .txt .common_btn {
		margin-top: 10px;
	}
	#flow .flow-list li .flow__inner .txt .common_btn a {
		border-radius: 20px;
		height: 40px;
		font-size: 13px;
	}
}


/*------------------------------------
#faq
------------------------------------*/
#faq {
	background-image: url("../img/faq-bg.png");
	background-position: left top;
	padding: 80px 0;
}
#faq .container {
	max-width: 1000px;
	width: calc(100% - 10vw);
	margin: 0 auto;
}
#faq .ttl span {
	background:linear-gradient(transparent 60%, #ffd900 60%);
	color: #006dd2;
}
@media screen and (max-width: 768px) {
	#faq {
		padding: 40px 0;
	}
}


/*------------------------------------
#values
------------------------------------*/
#values {
	background-color: #cde7fc;
	padding: 160px 0;
}
#values .container {
	max-width: 1200px;
	width: calc(100% - 10vw);
	margin: 0 auto;
}
#values .ttl {
	line-height: 1.4;
	margin-bottom: 32px;
}
#values .ttl span {
	background-color: #ffd900;
	color: #006dd2;
	width: fit-content;
}
#values .container > p {
	text-align: center;
	margin-bottom: 64px;
}
#values .block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 80px;
}
#values .block:nth-child(even) {
	flex-direction: row-reverse;
}
#values .block:not(:last-child) {
	margin-bottom: 100px;
}
#values .block .wide {
	width: 55%;
}
#values .block .narrow {
	width: 38%;
}
#values .block:nth-child(odd) .narrow {
	margin-right: 100px;
}
#values .block:nth-child(even) .narrow {
	margin-left: 100px;
}
#values .block .narrow img {
	padding-bottom: 16px;
}
#values .block .narrow h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 16px;
}
#values .block .narrow h3 span {
	color: #006dd2;
}
@media screen and (max-width: 768px) {
	#values {
		padding: 80px 0;
	}
	#values .container {
		width: 100%;
	}
	#values .ttl {
		margin-bottom: 24px;
	}
	#values .container > p {
		margin-bottom: 32px;
	}
	#values .block {
		flex-wrap: wrap;
		gap: 40px;
		margin: 0 10px;
	}
	#values .block:not(:last-child) {
		margin-bottom: 0;
	}
	#values .block .wide,
	#values .block .narrow {
		width: 100%;
	}
	#values .block:nth-child(odd) .narrow,
	#values .block:nth-child(even) .narrow {
		margin: 0;
	}
	#values .block .narrow img {
		display: block;
		width: 50px;
		margin: 0 auto;
	}
	#values .block .narrow h3 {
		font-size: 24px;
		text-align: center;
	}
}

/*矢印*/
#values .models-slider .slick-prev,
#values .models-slider .slick-next {
	width: 80px;
	height: 80px;
	background-size: cover;
}
#values .models-slider .slick-prev {
	left: 20%;
	background-image: url("../img/arr_prev.svg");
	z-index: 1;
}
#values .models-slider .slick-next {
	right: 20%;
	background-image: url("../img/arr_next.svg");
}
.slick-prev:before,
.slick-next:before {
	font-size: 0;
}
@media screen and (max-width: 768px) {
	#values .models-slider .slick-prev,
	#values .models-slider .slick-next {
		top: 90px;
		width: 36px;
		height: 36px;
	}
	#values .models-slider .slick-prev {
		left: 2%;
	}
	#values .models-slider .slick-next {
		right: 2%;
	}
}
