@charset "UTF-8";

img {
	vertical-align: bottom;
}

.spbr br {
	display: none;
}

.r {
	justify-content: space-between;
}

.hero_bg {
	display: flex;
	align-items: center;
	width: 100%;
	height: 224px;
	background: #eaf8ff;
}

.hero_box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1010px;
	padding: 40px 20px;
	margin: 0 auto;
}

.hero_img {
	width: 100%;
	height: 130px;
	object-fit: contain;
	margin: 0 0 10px;
}

.hero_box h1 {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 0px 0px 5px #fff;
}

.hero_box h1 span {
	font-size: 2.2rem;
}

.hero_box h1 br:nth-of-type(1),
.hero_box h1 br:nth-of-type(3) {
	display: none;
}

.hero_box.form h1 br:nth-of-type(1) {
	display: block;
}

.hero_box > div:nth-of-type(2) p {
	font-size: 1.1rem;
	margin: 0 0 0 15%;
}

section.grd h2 {
	line-height: 1.5;
}

section.grd h2.no_line {
	border-bottom: none;
	border-top: none;
	padding: 0;
}

.grd {
	text-align: left;
}

.list_disc li {
	font-size: 1.4rem;
	list-style: disc;
	line-height: 1.7;
	margin: 0 0 0 20px;
}

.green_box {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 170px;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 5px;
	background: #00a73c;
	padding: 5px;
	margin: 0 auto 20px;
}

.benri_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 800px;
	position: relative;
	margin: 0 auto 20px;
}

.benri_box::after {
	content: '';
	width: 100%;
	height: 10px;
	background: #3a60b9;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -5px 0 0;
	z-index: -1;
}

.benri_box > div:nth-of-type(even) {
	display: flex;
	justify-content: center;
	align-items: center;
}

.benri_box > div:nth-of-type(even) p {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 50px;
}

.benri_box > div:nth-of-type(odd) {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 170px;
	background: #fff;
	border: 3px solid #3a60b9;
	border-radius: 50%;
}

.benri_box > div:nth-of-type(1) img,
.benri_box > div:nth-of-type(3) img {
	width: 154px;
	height: 154px;
	border-radius: 50%;
	object-fit: contain;
}

.benri_box > div:nth-of-type(5) img {
	width: 70px;
	height: auto;
}

.youtube_box h3 {
	display: inline-block;
	font-size: 1.6rem;
	padding: 0 0 0 5px;
	margin: 0 0 10px 2rem;
}

.youtube_box > div > div {
	width: calc(90%/3);
	text-align: center;
}

.youtube_box > div > div a {
	display: block;
	border: 1px solid #ababc4;
	padding: 10px;
	margin: 0 0 10px;
}

.youtube_box > div > div a div {
	position: relative;
}

.youtube_box > div > div a div::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(90, 90, 90, .8);
	margin: -25px 0 0 -25px;
}

.youtube_box > div > div a div::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 10px solid transparent;
	border-left: 16px solid #fff;
	border-bottom: 10px solid transparent;
	margin: -10px 0 0 -6px;
}

.youtube_box > div > div a div video {
	width: 100%;
}

.youtube_box > div:nth-of-type(1) {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 30px;
}

.youtube_box > div:nth-of-type(3) {
	margin: 0;
}

.youtube_box > div:nth-of-type(2),
.youtube_box > div:nth-of-type(3) {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 0 30px;
}

.table_kessai_rp {
	max-width: 800px;
	background: #fff;
	margin: 0 auto;
	width: 90%;
}

.table_kessai_rp th {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: bold;
	background: #69C4BF;
	padding: 10px;
	border: 1px solid #ccc;
}

.table_kessai_rp td {
	position: relative;
	color: #000;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 20px;
}

.table_kessai_rp th:nth-child(1) {
	width: 25%;
}

.table_kessai_rp th:nth-child(2) {
	width: 37%;
}

.table_kessai_rp th:nth-child(3) {
	width: 38%;
}

.rendou_box {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
}

.rendou_box_inner {
	width: 47%;
}

.rearegirendou_box {
	width: fit-content;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	margin: 0 auto;
}

.rearegirendou_box > div {
	display: flex;
	justify-content: center;
	gap: 10px;
	position: relative;
	margin: 0 0 20px;
}

.rearegirendou_box > div:last-of-type {
	margin: 0;
}

.rearegirendou_box > div:nth-of-type(1)::after,
.rearegirendou_box > div:nth-of-type(2)::after {
	content: '';
	background: #ccc;
	width: 10px;
	height: 20px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	transform: rotate(90deg);
}

.rearegirendou_box > div:nth-of-type(1)::after {
	bottom: -25px;
	left: 13px;
}

.rearegirendou_box > div:nth-of-type(2)::after {
	bottom: -16px;
	left: 13px;
}

.rearegirendou_box > div > div p:nth-of-type(1) {
	font-weight: bold;
}

.rearegirendou_box > div > div p:nth-of-type(2) {
	font-size: 1.1rem;
	line-height: 1.5;
}

.rearegirendou_box > div img {
	width: 100%;
	max-width: 35px;
}

.logo_bcpos_lightfree {
	max-width: 186px;
}

.icon_b {
	color: #00863c;
	margin: 0 0 0 10px;
}

.icon_r {
	color: #126c81;
	margin: 0 0 0 10px;
}

.w_100 {
	width: 100%;
	max-width: 100px;
}

.w_150 {
	width: 100%;
	max-width: 150px;
}

.w_200 {
	width: 100%;
	max-width: 200px;
}

.w_250 {
	width: 100%;
	max-width: 250px;
}

.w_300 {
	width: 100%;
	max-width: 300px;
}

.w_400 {
	width: 100%;
	max-width: 400px;
}

.w_500 {
	width: 100%;
	max-width: 500px;
}

.w_600 {
	width: 100%;
	max-width: 600px;
}

.text_small {
	font-size: 1.1rem;
}


.text_xlarge {
	font-size: 3rem;
}

.text_sup {
	vertical-align: super;
}

.text_line {
	border-bottom: 2px solid #69C4BF
}

.icon_green {
	position: relative;
	margin: 0 0 0 1em;
}

.icon_green::before {
	position: absolute;
	top: 0;
	left: -1em;
	color: #69C4BF;
	content: "■";
}

/*メールフォーム*/

.form_box {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 10%);
	padding: 20px 40px 40px;
	margin: 0 auto 20px;
}

.form_box a {
	color: #57c9bf;
	text-decoration: underline;
	transition: 0.3s;
}

.form_box a:hover {
	color: #57c9bf;
	opacity: 0.3;
}

.form_box dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.form_box dt,
.form_box dd {
	height: 60px;
	margin: 20px 0 0;
}

.form_box dt {
	width: 40%;
	position: relative;
	padding: 12px 0 0;
}

.form_box dd {
	width: 60%;
}

.form_box dt::after {
	content: '必須';
	color: #fff;
	line-height: 1.5;
	background: #69C4BF;
	border-radius: 5px;
	position: absolute;
	top: 8px;
	right: 10px;
	padding: 0 5px;
}

.form_box dt.no_re::after {
	display: none;
}

.form_box input[type="text"],
.form_box input[type="email"],
.form_box input[type="button"],
.form_box textarea,
.form_box select {
	width: 100%;
}

.form_box dl dd input.w_small {
	max-width: 200px;
}

.form_box input,
.form_box textarea,
.form_box select {
	background: #f9f9f9;
	border: 1px solid #ececec;
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 10px;
}

.form_box .flex_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 30px;
}

.form_box .flex_box div {
	width: 100%;
}

.form_box .vja_box {
	height: auto;
	width: 100%;
}

.form_box .vja_box + dd {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 30px;
	margin: 10px 0 30px;
}

.form_box .vja_box + dd label {
	text-indent: -2rem;
	padding: 0 0 0 2rem;
}

.form_box > p input {
	display: block;
	max-width: 400px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background: #69C4BF;
	border: none;
	border-radius: 22px;
	padding: 10px 10px;
	margin: 10px auto 0;
	transition: .3s;
}

.form_box > p input[type=button]:hover {
	cursor: pointer;
	opacity: 0.3;
}

.form_box dl > p.title {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 2rem;
	color: #69C4BF;
	text-align: center;
	position: relative;
	margin: 30px 0 0;
}

.form_box dl > p.title::before,
.form_box dl > p.title::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: #69C4BF;
}

.form_box dl > p.title::before {
	margin: 0 20px 0 0;
}

.form_box dl > p.title::after {
	margin: 0 0 0 20px;
}

.form_box dl > p.text {
	width: 100%;
}

.form_box .setumei_box > ul {
	margin: 0 0 20px 0;
}

.form_box .setumei_box > ul li {
	list-style: disc;
	line-height: 1.5;
	margin: 0 0 0 2rem;
}

.form_box .setumei_box > p:nth-of-type(1) {
	font-weight: bold;
}

.form_box span.error_blank,
.form_box span.error_format,
.form_box span.error_match {
	width: 100%;
	display: block;
	color: #ff0000;
}

.form_box dt span.optional,
.form_box dt span.required {
	display: none;
}

/*メールフォームここまで*/

@media screen and (max-width:1024px) {

	.hero_box h1 br:nth-of-type(1),
	.hero_box h1 br:nth-of-type(3) {
		display: block;
	}

	.form_box .vja_box + dd {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width:767px) {
	.spbr br {
		display: block;
	}

	.r {
		justify-content: center;
	}

	.hero_bg {
		height: auto;
	}

	.hero_box h1 {
		font-size: 2.5rem;
	}

	.hero_box h1 span {
		font-size: 2.0rem;
	}

	.hero_box h1 br:nth-of-type(1),
	.hero_box h1 br:nth-of-type(3) {
		display: none;
	}

	.hero_box {
		padding: 20px 20px;
	}

	.hero_img {
		height: 80px;
	}

	section.hero {
		max-height: 100%;
		height: auto;
	}

	.benri_box {
		max-width: 400px;
	}

	.benri_box > div:nth-of-type(even) p {
		font-size: 1.4rem;
		margin: 0 0 30px;
	}

	.benri_box > div:nth-of-type(odd) {
		width: 80px;
		height: 80px;
	}

	.benri_box > div:nth-of-type(1) img,
	.benri_box > div:nth-of-type(3) img {
		width: 70px;
		height: 70px;
	}

	.benri_box > div:nth-of-type(5) img {
		width: 40px;
	}

	.table_kessai_rp th {
		display: none;
	}

	.table_kessai_rp td {
		display: block;
		margin: 35px 0 0 0;
	}

	.table_kessai_rp td:nth-child(1)::before,
	.table_kessai_rp td:nth-child(2)::before,
	.table_kessai_rp td:nth-child(3)::before {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100.7%;
		height: 35px;
		color: #fff;
		background: #69C4BF;
		box-sizing: border-box;
		font-weight: bold;
		top: -36px;
		left: -1px;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		padding: 10px;
	}

	.table_kessai_rp td:nth-child(1)::before {
		content: "クレジットカード";
		border-top: 1px solid #ccc;
	}

	.table_kessai_rp td:nth-child(2)::before {
		content: "電子マネー";
	}

	.table_kessai_rp td:nth-child(3)::before {
		content: "QR・バーコード決済";
	}

	.youtube_box {
		display: flex;
		flex-flow: column;
		align-items: center;
	}

	.youtube_box > div:nth-of-type(2) > div:last-of-type > p,
	.youtube_box > div:nth-of-type(3) > div:nth-of-type(2) > p {
		margin: 0;
	}

	.youtube_box > div:nth-of-type(2) > div > p,
	.youtube_box > div:nth-of-type(3) > div > p {
		margin: 0 0 30px;
	}

	.youtube_box > div > div {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.rendou_box_inner {
		width: 100%;
	}

	.mb-10-sp {
		margin-bottom: 1rem !important;
	}

	.mb-20-sp {
		margin-bottom: 2rem !important;
	}

	/*メールフォーム*/

	.form_box {
		padding: 10px 20px 40px;
	}

	.form_box dt,
	.form_box dd {
		width: 100%;
	}

	.form_box dt {
		height: auto;
	}

	.form_box dd {
		height: auto;
		margin: 10px 0 0;
	}

	.form_box dl dd input.w_small {
		max-width: 100%;
	}

	.form_box .vja_box + dd {
		font-size: 1.2rem;
	}

	.form_box > p input {
		margin: 30px auto 0;
	}

	/*メールフォームここまで*/
}
