@charset "utf-8";
/* ------------------------------
 共通（PC）
------------------------------ */
.contentsHome h2 {
	margin-bottom: 20px;
	font-size: 5.6rem;
	line-height: 1.25;
	font-weight: 700;
	text-align: center;
	letter-spacing: .06em;
	font-feature-settings: "palt";
}
.contentsHome h2 span {
	color: #00b8eb
}
.contentsHome .decoration {
	width: 140px;
	height: 32px;
	margin: 0 auto 10px;
	border-radius: 16px 16px 16px 0;
	background-color: #00b8eb;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
}
.contentsHome h3 {
	margin-bottom: 20px;
	font-size: 3.2rem;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: .03em;
	font-feature-settings: "palt";
}
.markerCyan {
	background-color: #00b8eb;
	color: #fff;
	font-weight: 600;
}
.markerGreen {
	margin: 10px 0 5px;
	padding: 0 5px;
	display: inline-block;
	background-color: #00bf1d;
	color: #fff;
	font-weight: 600;
	line-height: 21px;
}
.markerGreen span {
	font-size: 1.4rem;
	font-weight: 400;
}
@media print, screen and (min-width: 768px) {
}
/* ------------------------------
 共通（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsHome h2 {
		margin-bottom: 20px;
		font-size: 3.4rem;
	}
	.contentsHome .decoration {
		width: 105px;
		height: 24px;
		margin-bottom: 7px;
		border-radius: 12px 12px 12px 0;
		font-size: 1.2rem;
		line-height: 24px;
	}
	.contentsHome h3 {
		margin-bottom: 15px;
		font-size: 2.2rem;
	}
	.contentsHome h3 br {
		display: none;
	}
	.markerGreen {
		margin-top: 7px;
		line-height: 20px;
	}
	.markerGreen span {
		font-size: 1.3rem;
	}
}

/* ------------------------------
 メインテキスト（PC）
------------------------------ */
.textBox {
	position: relative;
}
.textBox h1 {
	margin-bottom: 40px;
}
.textBox h1 img {
	width: 735px;
	height: 182px;
}
.textBox div {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 78px;
	left: 0;
	width: 266px;
	height: 107px;
	padding-bottom: 3px;
	border-radius: 26px 26px 0 26px;
	background: #191919 url(../img/bg_dot_gray.png) repeat 0 0 / 3px 3px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.55;
	font-weight: 600;
	letter-spacing: .06em;
}
.textBox p {
	font-size: 2.4rem;
	line-height: 1.66;
	font-weight: 600;
	letter-spacing: .05em;
	font-feature-settings: "palt";
}
.telBox {
	text-align: center;
}
.telBox p {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 2.2rem;
	line-height: 25px;
	font-weight: 600;
}
.telBox p::before,
.telBox p::after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../img/icon_slash.svg) no-repeat 0 0 / 21px 21px;
	vertical-align: bottom;
}
.telBox p::after {
	transform: scaleX(-1);
}
.telBox ul li:not(:last-child) {
	margin-bottom: 10px;
}
.telBox ul li a {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 365px;
	height: 94px;
	padding-left: 115px;
	box-sizing: border-box;
	border-radius: 47px 47px 47px 0;
	background-color: #f1f3f5;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 3.2rem;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}
.telBox ul li a em {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 94px;
	height: 94px;
	padding-top: 29px;
	border-radius: 47px 47px 47px 0;
	background-color: #00bf1d;
	color: #fff;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.9rem;
	line-height: 1.15;
	font-style: normal;
	font-weight: 600;
	text-align: center;
}
.telBox ul li a span {
	display: block;
	margin: 25px 0 3px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
}
.telBox ul li a span::before {
	content: "●";
	display: inline-block;
	margin: 0 2px 2px 0;
	color: #00b8eb;
	font-size: 60%;
	vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
	.mainText {
		display: flex;
		justify-content: space-between;
		align-items: end;
		padding: 120px 40px 70px;
	}
	.textBox {
		width: 735px;
	}
	.telBox {
		width: 365px;
	}
	.telBox ul {
		margin-bottom: 10px;
	}
}
@media print, screen and (min-width: 1360px) {
	.mainText {
		padding: 93px 80px 70px;
	}
}
/* ------------------------------
 メインテキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.mainText {
		padding: 35px 5% 50px;
	}
	.textBox {
		margin-bottom: 34px;
	}
	.textBox h1 {
		margin-bottom: 20px;
	}
	.textBox h1 img {
		width: 100%;
		height: auto;
	}
	.textBox div {
		top: 27.5%;
		width: 36.5%;
		height: 32.5%;
		padding-bottom: 3px;
		border-radius: 12px 12px 0 12px;
		font-size: 1.5rem;
		line-height: 1.3;
	}
	.textBox p {
		font-size: 1.5rem;
	}
	.telBox p {
		margin-bottom: 15px;
		font-size: 1.5rem;
		line-height: 18px;
	}
	.telBox p::before,
	.telBox p::after {
		width: 15px;
		height: 15px;
		background: url(../img/icon_slash.svg) no-repeat 0 0 / 15px 15px;
	}
	.telBox ul {
		width: 257px;
		margin: 0 auto;
	}
	.telBox ul li:not(:last-child) {
		margin-bottom: 7px;
	}
	.telBox ul li a {
		width: 257px;
		height: 66px;
		padding-left: 82px;
		border-radius: 33px 33px 33px 0;
		font-size: 2.3rem;
	}
	.telBox ul li a em {
		width: 66px;
		height: 66px;
		padding-top: 18px;
		border-radius: 33px 33px 33px 0;
		font-size: 1.4rem;
	}
	.telBox ul li a span {
		margin: 17px 0 3px;
		font-size: 1.1rem;
	}
	.telBox ul li a span::before {
		margin: 0 2px 0 0;
	}
}
@media screen and (max-width: 430px) {
	.textBox div {
		top: 14.5%;
		height: 20%;
		font-size: 1.1rem;
		line-height: 1.1;
	}
}
@media screen and (max-width: 360px) {
	.textBox div {
		top: 13%;
		height: 17%;
		font-size: 1rem;
	}
}

/* ------------------------------
 メインイメージ・ページ内リンク（PC）
------------------------------ */
/* メインイメージ */
.mainImg {
	position: relative;
	margin-bottom: 100px;
}
/* ページ内リンク */
.pageLink {
	display: flex;
}
.pageLink li {
	border-radius: 60px 60px 60px 0;
	background-color: #fff;
}
.pageLink li a {
	display: block;
	position: relative;
	height: 350px;
	padding-top: 70px;
	border-radius: 60px 60px 60px 0;
	background-color: #fff;
	color: #000;
	font-size: 2.1rem;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}
.pageLink li a strong {
	display: block;
	margin: 14px 0 7px;
	color: #00b8eb;
	font-size: 4.2rem;
	line-height: 1;
}
.pageLink li a span {
	display: block;
	font-size: 2.8rem;
	line-height: 1;
}
.pageLink li a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 63px;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: url(../img/icon_arrow50b.svg) no-repeat 0 0 / cover;
}
@media print, screen and (min-width: 768px) {
	/* メインイメージ */
	.mainImg {
		height: 1186px;
	}
	.mainImg::after {
		content: "";
		display: block;
		position: absolute;
		top: 390px;
		right: 0;
		z-index: -1;
		width: calc(50% + 690px);
		height: 796px;
		border-radius: 60px 0 0 60px;
		background: #fff url(../img/bg_dot_light-gray.png) repeat 0 0 / 3px 3px;
	}
	.mainImg img {
		width: calc(100% - 30px);
		height: 880px;
		border-radius: 0 60px 60px 0;
		object-fit: cover;
		object-position: 50% 0;
	}
	/* ページ内リンク */
	.pageLink {
		justify-content: space-between;
		width: 1140px;
		margin: -150px auto 0;
	}
	.pageLink li {
		width: 350px;
	}
	.pageLink li a {
		transition: .3s ease-in-out;
	}
	.pageLink li a:hover {
		opacity: .5;
	}
}
@media print, screen and (min-width: 1360px) {
	.mainImg img {
		width: calc(100% - 60px);
	}
}
/* ------------------------------
 メインイメージ・ページ内リンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* メインイメージ */
	.mainImg {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.mainImg::after {
		content: "";
		display: block;
		position: absolute;
		top: 100px;
		right: 0;
		z-index: -1;
		width: calc(100% - 5%);
		height: calc(100% - 100px);
		border-radius: 30px 0 0 30px;
		background: #fff url(../img/bg_dot_light-gray.png) repeat 0 0 / 3px 3px;
	}
	.mainImg img {
		width: calc(100% - 5%);
		height: auto;
		border-radius: 0 30px 30px 0;
	}
	/* ページ内リンク */
	.pageLink {
		flex-direction: column;
		row-gap: 15px;
		margin: -135px auto 0;
		width: 65.33333%;
	}
	.pageLink li a {
		width: 100%;
		height: auto;
		aspect-ratio: 1;
		padding-top: 20%;
		border-radius: 30px 30px 30px 0;
		font-size: 1.5rem;
	}
	.pageLink li a strong {
		margin: 9px 0 5px;
		font-size: 3rem;
	}
	.pageLink li a span {
		display: block;
		font-size: 2rem;
	}
	.pageLink li a::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 17.55%;
		left: 0;
		right: 0;
		width: 37px;
		height: 37px;
		margin: 0 auto;
		background: url(../img/icon_arrow50b.svg) no-repeat 0 0 / cover;
	}
}

/* ------------------------------
 フロー（PC）
------------------------------ */
.flowBlock {
	margin-bottom: 120px;
}
.flowBlock ul {
	display: flex;
}
.flowBlock ul li {
	position: relative;
	padding-top: 69px;
	border-radius: 50%;
	background-color: #00b8eb;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.35;
	font-weight: 600;
	text-align: center;
	font-feature-settings: "palt";
}
.flowBlock ul li:first-child {
	background-color: #00bf1d;
}
.flowBlock ul li:first-child img {
	width: 75px;
	height: 75px;
	margin-bottom: 15px;
}
.flowBlock ul li:nth-child(2) img {
	width: 93px;
	height: 66px;
	margin-bottom: 19px;
}
.flowBlock ul li:last-child img {
	width: 90px;
	height: 79px;
	margin-bottom: 11px;
}
@media print, screen and (min-width: 768px) {
	.flowBlock ul {
		justify-content: space-between;
		width: 970px;
		margin: 0 auto 35px;
	}
	.flowBlock ul li {
		width: 300px;
		height: 300px;
	}
	.flowBlock ul li:nth-child(2) {
		padding-top: 74px;
	}
	.flowBlock ul li:not(:last-child)::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: -30px;
		width: 44px;
		height: 31px;
		margin-top: -16px;
		background: url(../img/flow_arrow.svg) no-repeat 0 0 / cover;
	}
}
/* ------------------------------
 フロー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.flowBlock {
		margin-bottom: 60px;
	}
	.flowBlock ul {
		flex-direction: column;
		row-gap: 28px;
		width: 250px;
		margin: 0 auto 25px;
	}
	.flowBlock ul li {
		width: 250px;
		height: 250px;
		padding-top: 61px;
		font-size: 2.2rem;
	}
	.flowBlock ul li:last-child {
		padding-top: 56px;
	}
	.flowBlock ul li:first-child img {
		width: 58px;
		height: 58px;
		margin-bottom: 8px;
	}
	.flowBlock ul li:nth-child(2) img {
		width: 75px;
		height: 53px;
		margin-bottom: 10px;
	}
	.flowBlock ul li:last-child img {
		width: 75px;
		height: 66px;
		margin-bottom: 6px;
	}
	.flowBlock ul li:not(:last-child)::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -18px;
		left: 50%;
		width: 37px;
		height: 26px;
		margin-left: -19px;
		background: url(../img/flow_arrow.svg) no-repeat 0 0 / cover;
		transform: rotate(90deg);
	}
}

/* ------------------------------
 特徴（PC）
------------------------------ */
.featureBlock {
	margin-bottom: 120px;
}
.featureBlock .inBlock {
	padding: 115px 0 120px;
	background-color: #f1f3f5;
	text-align: center;
}
.featureBlock .inBlock > p {
	display: inline-block;
	position: relative;
	color: #00b8eb;
	font-size: 3.3rem;
	line-height: 1;
	font-weight: 700;
	font-feature-settings: "palt";
}
.featureBlock .inBlock > p::before,
.featureBlock .inBlock > p::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: .2em;
	background: url(../img/icon_slash_cyan.svg) no-repeat 0 0 / 28px 28px;
	vertical-align: bottom;
}
.featureBlock .inBlock > p::after {
	margin-left: .2em;
	margin-right: 0;
	transform: scaleX(-1);
}
.featureBox {
	position: relative;
	background-color: #fff;
	text-align: left;
}
.featureBox:not(:last-child) {
	margin-bottom: 50px;
}
.featureBlock .inBlock > div:first-of-type::before {
	content: "";
	display: block;
	position: absolute;
	top: -32px;
	left: 43px;
	width: 81px;
	height: 71px;
	background: url(../img/feature_number01.svg) no-repeat 0 0 / cover;
}
.featureBlock .inBlock > div:nth-of-type(2)::before {
	content: "";
	display: block;
	position: absolute;
	top: -32px;
	right: 43px;
	width: 97px;
	height: 71px;
	background: url(../img/feature_number02.svg) no-repeat 0 0 / cover;
}
.featureBlock .inBlock > div:nth-of-type(3)::before {
	content: "";
	display: block;
	position: absolute;
	top: -32px;
	left: 43px;
	width: 98px;
	height: 71px;
	background: url(../img/feature_number03.svg) no-repeat 0 0 / cover;
}
.featureBlock .inBlock > div:nth-of-type(4)::before {
	content: "";
	display: block;
	position: absolute;
	top: -32px;
	right: 43px;
	width: 102px;
	height: 71px;
	background: url(../img/feature_number04.svg) no-repeat 0 0 / cover;
}
.featureBlock .inBlock > div:last-of-type::before {
	content: "";
	display: block;
	position: absolute;
	top: -32px;
	left: 43px;
	width: 97px;
	height: 71px;
	background: url(../img/feature_number05.svg) no-repeat 0 0 / cover;
}
.featureBox ul li {
	position: relative;
	padding-left: 1em;
	font-feature-settings: "palt";
}
.featureBox ul li::before {
	content: "●";
	position: absolute;
	top: .8em;
	left: 0;
	color: #00b8eb;
	font-size: 60%;
}
.featureBox ul li span {
	padding: 0 3px;
	background-color: #00bf1d;
	color: #fff;
	font-weight: 600;
}
.featureBox a {
	display: inline-block;
	margin-top: 6px;
	font-weight: 600;
	font-feature-settings: "palt";
}
.featureBox a::after {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 0 2px 3px;
	background: url(../img/icon_arrow23b.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
.featureBox .img img {
	border-radius: 40px;
}
@media print, screen and (min-width: 768px) {
	.featureBlock {
		background: rgb(241,243,245);
		background: linear-gradient(90deg, rgba(241,243,245,1) 0%, rgba(241,243,245,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	}
	.featureBlock .inBlock {
		position: relative;
	}
	.featureBlock .inBlock::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: -120px;
		width: 121px;
		height: 100%;
		border-radius: 0 60px 60px 0;
		background-color: #f1f3f5;
	}
	.featureBox {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 400px;
		padding: 60px 60px 60px 80px;
		border-radius: 60px 60px 60px 0;
	}
	.featureBox:nth-child(even) {
		flex-direction: row-reverse;
	}
	.featureBox .text {
		width: 465px;
	}
	.featureBox .img {
		width: 480px;
	}
}
/* ------------------------------
 特徴（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.featureBlock {
		width: 95%;
		margin-bottom: 60px;
		margin-right: 5%;
	}
	.featureBlock .inBlock {
		padding: 60px 5.5%;
		border-radius: 0 30px 30px 0;
	}
	.featureBlock .inBlock > p {
		font-size: 2.1rem;
	}
	.featureBlock .inBlock > p::before,
	.featureBlock .inBlock > p::after {
		width: 18px;
		height: 18px;
		background: url(../img/icon_slash_cyan.svg) no-repeat 0 0 / 18px 18px;
	}
	.featureBox {
		padding: 45px 6% 50px;
		border-radius: 30px 30px 30px 0;
	}
	.featureBlock .inBlock > div:first-of-type::before {
		top: -20px;
		left: -2px;
		width: 49px;
		height: 43px;
	}
	.featureBlock .inBlock > div:nth-of-type(2)::before {
		top: -20px;
		left: -2px;
		right: auto;
		width: 59px;
		height: 43px;
	}
	.featureBlock .inBlock > div:nth-of-type(3)::before {
		top: -20px;
		left: -2px;
		width: 60px;
		height: 43px;
	}
	.featureBlock .inBlock > div:nth-of-type(4)::before {
		top: -20px;
		left: -2px;
		right: auto;
		width: 62px;
		height: 43px;
	}
	.featureBlock .inBlock > div:last-of-type::before {
		top: -20px;
		left: -2px;
		width: 59px;
		height: 43px;
	}
	.featureBox .text {
		margin-bottom: 25px;
	}
	.featureBox a::after {
		width: 21px;
		height: 21px;
		margin: 0 0 3px 3px;
	}
	.featureBox .img img {
		border-radius: 20px;
	}
}

/* ------------------------------
 エリア・車種（PC）
------------------------------ */
.areaBlock,
.carmodelBlock {
	margin-bottom: 120px;
}
.areaBlock .inBlock::after,
.carmodelBlock .inBlock::after {
	content: "";
	clear: both;
	display: block;
}
.contentsHome .areaBlock h2,
.contentsHome .carmodelBlock h2 {
	margin-bottom: 37px;
}
.contentsHome .areaBlock h3,
.contentsHome .carmodelBlock h3 {
	margin-bottom: 28px;
	font-size: 3.6rem;
	letter-spacing: .06em;
}
.contentsHome .areaBlock h3 span,
.contentsHome .carmodelBlock h3 span {
	color: #00b8eb;
}
.areaBlock ul li {
	position: relative;
	padding-left: 1em;
}
.areaBlock ul li::before {
	content: "●";
	position: absolute;
	top: .8em;
	left: 0;
	color: #00b8eb;
	font-size: 60%;
}
.areaBlock .w1-2.fr {
	border-radius: 60px 60px 60px 0;
	background: url(../img/bg_dot_medium-gray.png) repeat 0 0 / 3px 3px;
}
.areaBlock .w1-2.fr img,
.carmodelBlock .w1-2.fl img {
	border-radius: 60px 60px 60px 0;
}
@media print, screen and (min-width: 768px) {
	.carmodelBlock {
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(241,243,245,1) 50%, rgba(241,243,245,1) 100%);
	}
	.carmodelBlock .inBlock {
		position: relative;
		padding: 120px 0;
	}
	.carmodelBlock .inBlock::before {
		content: "";
		display: block;
		clear: both;
		position: absolute;
		top: 0;
		left: 130px;
		z-index: -1;
		width: 1010px;
		height: 100%;
		border-radius: 60px 0 0 60px;
		background-color: #f1f3f5;
	}
}
/* ------------------------------
 エリア・車種（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.areaBlock {
		margin-bottom: 60px;
	}
	.areaBlock .inBlock,
	.carmodelBlock .inBlock {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.contentsHome .areaBlock h2,
	.contentsHome .carmodelBlock h2 {
		margin-bottom: 32px;
	}
	.contentsHome .areaBlock h3,
	.contentsHome .carmodelBlock h3 {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
	.areaBlock .w1-2.fl,
	.carmodelBlock .w1-2.fr {
		margin-bottom: 25px;
	}
	.areaBlock .w1-2.fr,
	.areaBlock .w1-2.fr img,
	.carmodelBlock .w1-2.fl img {
		border-radius: 30px 30px 30px 0;
	}
	.carmodelBlock {
		width: 95%;
		margin-bottom: 60px;
		margin-left: 5%;
		padding-bottom: 90px;
	}
	.carmodelBlock .inBlock {
		width: 100%;
		height: 100%;
		padding: 60px 5.5% 0;
		border-radius: 30px 0 0 30px;
		background-color: #f1f3f5;
	}
	.carmodelBlock .w1-2.fl img {
		margin-bottom: -90px;
	}
}

/* ------------------------------
 Instagram（PC）
------------------------------ */
.instagramBlock {
	position: relative;
	margin-bottom: 120px;
	padding: 110px 0;
}
.contentsHome .instagramBlock h2 {
	margin-bottom: 50px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 5.4rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
	font-feature-settings: "palt";
}
.contentsHome .instagramBlock h2::before {
	content: "";
	display: inline-block;
	width: 43px;
	height: 43px;
	margin: 0 8px 12px 0;
	background: url(../img/icon_ig_white.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
.instagramBlock ul li a {
	display: block;
	color: #fff;
	font-size: 1.5rem;
}
.instagramBlock ul li a img {
	width: 258px;
	height: 258px;
	margin-bottom: 10px;
	border-radius: 40px 40px 40px 0;
	object-fit: cover;
}
.instagramBlock ul li a p {
	color: #00b8eb;
	font-family: Arial, sans-serif;
	font-weight: 700;
}
.instagramBlock .tac.btn a {
	font-family: Arial, sans-serif;
	font-weight: 700;
}
@media print, screen and (min-width: 768px) {
	.instagramBlock::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: calc(50% + 690px);
		height: 100%;
		border-radius: 0 60px 60px 0;
		background: #191919 url(../img/bg_dot_gray.png) repeat 0 0 / 3px 3px;
	}
	.instagramBlock ul {
		display: flex;
		justify-content: center;
		column-gap: 36px;
		width: 1140px;
		margin: 0 auto 40px;
	}
	.instagramBlock ul li {
		width: 258px;
	}
}
/* ------------------------------
 Instagram（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.instagramBlock {
		width: 95%;
		margin-right: 5%;
		padding: 60px 0;
		border-radius: 0 30px 30px 0;
		background: #191919 url(../img/bg_dot_gray.png) repeat 0 0 / 3px 3px;
	}
	.contentsHome .instagramBlock h2 {
		margin-bottom: 20px;
		font-size: 3.6rem;
	}
	.contentsHome .instagramBlock h2::before {
		width: 29px;
		height: 29px;
		margin: 0 6px 6px 0;
	}
	.instagramBlock ul {
		width: 72.67605%;
		margin: 0 auto;
	}
	.instagramBlock ul li {
		margin-bottom: 35px;
	}
	.instagramBlock ul li a img {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		border-radius: 30px 30px 30px 0;
		object-fit: cover;
	}
}

/* ------------------------------
 手数料（PC）
------------------------------ */
.feeBlock {
	margin-bottom: 120px;
}
.feeBox {
	padding: 75px 0;
	border: 5px solid #00b8eb;
	border-radius: 60px 60px 60px 0;
	text-align: center;
}
.feeBox h2 {
	margin-bottom: 30px;
	font-size: 3.4rem;
}
.feeBox a {
	font-weight: 600;
	text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
	.feeBox {
		width: 980px;
		margin: 0 auto;
	}
}
/* ------------------------------
 手数料（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.feeBlock {
		width: 90%;
		margin: 0 5% 60px;
	}
	.feeBox {
		padding: 35px 0;
		border: 4px solid #00b8eb;
		border-radius: 30px 30px 30px 0;
	}
	.feeBox h2 {
		margin-bottom: 20px;
		font-size: 2.7rem;
	}
}