@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@400..700&display=swap');

/* ------------------------
	var
------------------------ */
:root {
	--f08:0.5rem;--f09:0.5625rem;--f10:0.625rem;--f11:0.6875rem;--f12:0.75rem;--f13:0.8125rem;--f14:0.875rem;--f15:0.9375rem;--f16:1.0rem;--f17:1.0625rem;--f18:1.125rem;--f19:1.1875rem;--f20:1.25rem;--f21:1.3125rem;--f22:1.375rem;--f23:1.4375rem;--f24:1.5rem;--f25:1.5625rem;--f26:1.625rem;--f27:1.6875rem;--f28:1.75rem;--f29:1.8125rem;--f30:1.875rem;--f31:1.9375rem;--f32:2.0rem;--f33:2.0625rem;--f34:2.125rem;--f35:2.1875rem;--f36:2.25rem;--f37:2.3125rem;--f38:2.375rem;--f39:2.4375rem;--f40:2.5rem;--f41:2.5625rem;--f42:2.625rem;--f43:2.6875rem;--f44:2.75rem;--f45:2.8125rem;--f46:2.875rem;--f47:2.9375rem;--f48:3.0rem;
	--c01: #EA5632;--c02: #01437D;
}

/* ------------------------
	reset
------------------------ */
header, footer, nav, section, aside, article {
	display: block;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q::after, q::before {
	content: '';
}
a, input, select, textarea, button {
	outline: none;
}
abbr, acronym {
	border: 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit] {
	cursor: pointer;
}
select,
input[type=radio],
input[type=checkbox] {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}


/* ------------------------
	elements
------------------------ */
html {
	font-size: 100%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: var(--f16);
	-webkit-text-size-adjust: none;
	line-height: 1.8;
	font-weight: 400;
	font-style: normal;
	color: #000;
	background: #fff;
	padding: 110px 0 0;
}
@media screen and (max-width: 767px) {
	body {
		padding: 60px 0 0;
	}
}
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
a:link {
	color: var(--c01);
	text-decoration: none;
}
a:visited {
	color: var(--c01);
	text-decoration: none;
}
a:hover {
	color: var(--c01);
	text-decoration: none;
}
a.disabled {
	opacity: 0.25;
	pointer-events: none !important;
}
img {
	border: none;
	width: auto;
	max-width: 100%;
	height: auto;
}
p {
	margin: 0 0 20px;
}
hr{
	clear: both;
	border-top: 1px solid #dcdcdc;
	margin: 2em 0;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mt05 {
	padding-top: 5px;
}
.mt10 {
	padding-top: 10px;
}
.mt15 {
	padding-top: 15px;
}
.mt20 {
	padding-top: 20px;
}
.mt30 {
	padding-top: 30px;
}
.mt40 {
	padding-top: 40px;
}
.mt50 {
	padding-top: 50px;
}
.small {
	font-size: 0.8em;
}
.big {
	font-size: 1.2em;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 15px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
table.table_border {
	clear: both;
	width: 100%;
	border: none;
	border-bottom: 1px solid #02AFCA;
	border-right: 1px solid #02AFCA;
}
table.table_border th {
	background: none;
	border: none;
	padding: 10px 30px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #02AFCA;
	border-left: 1px solid #02AFCA;
	background: #e3f1f3;
	font-weight: 400;
	white-space: nowrap;
	box-sizing: border-box;
	width: 15%;
	position: relative;
}
table.table_border td {
	background: none;
	border: none;
	padding: 10px 30px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #02AFCA;
	border-left: 1px solid #02AFCA;
	background: #fff;
	box-sizing: border-box;
}
ul.ulist > li {
	list-style: disc;
}
ol.olist > li {
	list-style: decimal;
}
ul.ulist > li,
ol.olist > li {
	margin: 0 0 0 25px;
}
dl.dlist dt {
	font-weight: 700;
	font-size: 1.2em;
	margin: 0 0 2px;
}
dl.dlist dd {
	margin: 0 0 5px 12px;
}
.display_pc {
	display: inline-block;
}
.display_sp {
	display: none;
}
a.tel {
	pointer-events: none;
	color: #000 !important;
}
a.link {
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.hide_1024 {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.alignleft,
	.alignright,
	.aligncenter {
		display: block;
		float: none;
		margin: 0 auto 10px;
		text-align: center;
		width: auto !important;
		height: auto !important;
	}
	.alignleft img,
	.alignright img,
	.aligncenter img,
	img.alignleft,
	img.alignright,
	img.aligncenter {
		display: block;
		margin: 0 auto 10px;
		width: auto;
		max-width: 100%;
		height: auto;
	}
	table.table_border th {
		display: block;
		padding: 8px;
		width: auto;
		position: relative;
	}
	table.table_border th br {
		display: none;
	}
	table.table_border td {
		display: block;
		padding: 8px;
		border-top: none;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: inline-block;
	}
	a.tel {
		pointer-events: inherit;
		color: var(--c01) !important;
		text-decoration: underline;
	}
}
@media screen and (min-width: 768px) {
	a:hover,
	input[type=button]:hover,
	input[type=submit]:hover,
	button[type=submit]:hover {
		opacity: 0.8;
	}
	a,
	input[type=button],
	input[type=submit],
	button[type=submit] {
		transition: all 0.2s ease;
	}
}

/* ------------------------
	header
------------------------ */
#header {
	width: 100%;
	height: 110px;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.9) url("../images/icon_dot.svg") repeat-x top -6px center;
}
#header * {
	transition: all 0.2s ease;
}
#header_frame {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto;
	height: 110px;
	position: relative;
}
#header h1 {
	width: 230px;
	position: absolute;
	top: 42px;
	left: 15px;
	z-index: 1001;
}
#header h1 a {
	display: block;
}
#header p {
	display: inline-block;
	margin: 0;
	background: #FFE128;
	padding: 5px 8px;
	line-height: 1.3;
	position: absolute;
	top: 52px;
	left: 280px;
	z-index: 2;
}
#header p span:nth-of-type(1)::after {
	display: inline-block;
	content: "：";
}
#header dl {
	font-family: "Kosugi Maru", serif;
	display: inline-block;
	position: absolute;
	top: 30px;
	right: 105px;
	padding: 0 0 0 100px;
}
#header dl dt {
	color: #02AFCA;
	font-size: var(--f14);
	line-height: 1.1;
	position: absolute;
	top: 15px;
	left: 0;
}
#header dl dt::before,
#header dl dt::after {
	display: block;
	content: "";
	width: 40px;
	height: 2px;
	border-radius: 2px;
	background: #02AFCA;
	position: absolute;
	left: 50px;
	transform: rotate(20deg);
	top: -5px;
}
#header dl dt::after {
	transform: rotate(-20deg);
	top: auto;
	bottom: 0;
}
#header dl dd a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 220px;
	height: 70px;
	background: var(--c01);
	border-radius: 10px;
	color: #fff;
	font-size: var(--f20);
	line-height: 1.3;
	padding: 0 10px;
	box-sizing: border-box;
}
#header dl dd a img:nth-of-type(1) {
	width: 35px;
}
#header dl dd a img:nth-of-type(2) {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
#header_button {
	display: block;
	width: 70px;
	height: 70px;
	padding: 33px 10px 0;
	border: 2px solid var(--c01);
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background: #fff;
	position: fixed;
	top: 30px;
	right: 15px;
	z-index: 1001;
}
.header_button_icon {
	text-align: center;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -10px;
}
.header_button_icon, .header_button_icon:before, .header_button_icon:after {
	display: block;
	width: 20px;
	height: 2px;
	background-color: var(--c01);
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.header_button_icon:before, .header_button_icon:after {
	position: absolute;
	content: "";
	left: 50%;
	margin: 0 0 0 -10px;
}
.header_button_icon:before {
	top: -7px;
}
.header_button_icon:after {
	top: 7px;
}
#header_button.active {
	border: 2px solid #fff;
	background: var(--c01);
}
#header_button.active .header_button_icon {
	background-color: transparent;
}
#header_button.active .header_button_icon:before, #header_button.active .header_button_icon:after {
	background-color: #fff;
}
#header_button.active .header_button_icon:before {
	-moz-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
#header_button.active .header_button_icon:after {
	-moz-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}
#header_menu {
	position: fixed;
	top: 0;
	right: -310px;
	background: rgba(234,86,50,0.9);
	width: 310px;
	padding: 120px 0 90px;
	box-sizing: border-box;
	transition: all 0.2s ease;
	overflow-y: auto;
	height: 100vh;
	height: 100dvh;
	z-index: 1000;
}
#header_menu.active {
	right: 0;
}
#header_nav > ul {
	display: block;
	border-top: 1px solid #fff;
}
#header_nav > ul > li {
	display: block ;
	text-align: left;
	margin: 0;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#header_nav > ul > li:nth-child(5) {
	padding: 13px 20px 13px 20px;
}
#header_nav > ul > li > a {
	display: block;
	line-height: 1.5;
	color: #fff;
	padding: 13px 20px 13px 40px;
	position: relative;
}
#header_nav > ul > li > a::before,
#header_nav > ul > li > ul > li a::before {
	display: block;
	content: "";
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	width: 8px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 21px;
	left: 20px;
}
#header_nav > ul > li > ul {
	padding: 0 0 0 15px;
}
#header_nav > ul > li > ul > li:nth-child(1) {
	margin: 5px 0 0;
}
#header_nav > ul > li > ul > li > a {
	display: block;
	line-height: 1.5;
	padding: 8px 20px 8px 20px;
	color: #fff;
	position: relative;
}
#header_nav > ul > li > ul > li a::before {
	top: 16px;
	left: 0;
}
@media screen and (max-width: 1120px) {
	#header p {
		font-size: var(--f13);
		top: 46px;
		left: 260px;
	}
	#header p span {
		display: block;
	}
	#header p span:nth-of-type(1)::after {
		display: none;
	}
	#header dl {
		padding: 0;
	}
	#header dl dt {
		display: none;
	}
	#header dl dd a {
		width: 150px;
		font-size: var(--f13);
		padding: 0 10px;
		box-sizing: border-box;
	}
	#header dl dd a img:nth-of-type(1) {
		width: 25px;
	}
	#header dl dd a img:nth-of-type(2) {
		width: 20px;
	}
}
@media screen and (max-width: 767px) {
	body.noscroll {
		overflow: hidden;
	}
	#header {
		height: 60px;
		background: rgba(255,255,255,0.9) url("../images/icon_dot.svg") repeat-x top -12px center;
	}
	#header_frame {
		height: 60px;
	}
	#header h1 {
		padding: 0;
		position: absolute;
		top: 20px;
		left: 5px;
		width: 130px;
	}
	#header p {
		font-size: var(--f10);
		padding: 5px 5px;
		top: 16px;
		left: 145px;
	}
	#header dl {
		display: none;
	}
	#header_button {
		width: 50px;
		height: 50px;
		padding: 22px 10px 0;
		top: 5px;
		right: 5px;
		z-index: 1001;
	}
	#header_menu {
		padding: 70px 0 70px;
	}
}

/* ------------------------
	content
------------------------ */
#main {
	clear: both;
	display: block;
	width: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0 0 80px;
}
.contents {
	padding: 80px 0 80px;
	position: relative;
}
.contents_box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.top120 {
	padding-top: 120px !important;
}
.top100 {
	padding-top: 100px !important;
}
.top80 {
	padding-top: 80px !important;
}
.top60 {
	padding-top: 60px !important;
}
.top40 {
	padding-top: 40px !important;
}
.top0 {
	padding-top: 0 !important;
}
.bottom120 {
	padding-bottom: 120px !important;
}
.bottom100 {
	padding-bottom: 100px !important;
}
.bottom80 {
	padding-bottom: 80px !important;
}
.bottom60 {
	padding-bottom: 60px !important;
}
.bottom40 {
	padding-bottom: 40px !important;
}
.bottom0 {
	padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	#main {
		padding: 0 0 40px;
	}
	.contents {
		padding: 40px 0 40px;
	}
	.contents_box {
		padding: 0 15px;
	}
	.top120 {
		padding-top: 60px !important;
	}
	.top100 {
		padding-top: 50px !important;
	}
	.top80 {
		padding-top: 45px !important;
	}
	.top60 {
		padding-top: 40px !important;
	}
	.top40 {
		padding-top: 35px !important;
	}
	.bottom120 {
		padding-bottom: 60px !important;
	}
	.bottom100 {
		padding-bottom: 50px !important;
	}
	.bottom80 {
		padding-bottom: 45px !important;
	}
	.bottom60 {
		padding-bottom: 40px !important;
	}
	.bottom40 {
		padding-bottom: 35px !important;
	}
}

/* ------------------------
	footer
------------------------ */
#footer {
	width: 100%;
	background: #fff url("../images/icon_dot.svg") repeat-x top -6px center;
	padding: 80px 0 0;
}
#footer * {
	transition: all 0.2s ease;
}
#footer_frame {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px 80px;
}
#footer_left {
}
dl#footer_company dt {
	width: 230px;
	margin: 0 0 20px;
}
dl#footer_company dd {
	line-height: 1.5;
	margin: 10px 0 0;
}
dl#footer_company dd span {
	display: inline-block;
}
dl#footer_company dd span:nth-of-type(1)::after {
	display: inline-block;
	content: "：";
}
dl#footer_company dd a {
	color: #000;
}
ul#footer_nav {
	margin: 30px 0 0;
}
ul#footer_nav li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	position: relative;
}
ul#footer_nav li::before {
	display: block;
	content: "";
	width: 1px;
	height: 14px;
	background: var(--c01);
	transform: rotate(15deg);
	position: absolute;
	top: 8px;
	left: -12px;
}
ul#footer_nav li:nth-child(1)::before {
	display: none;
}
p#footer_contact {
	margin: 30px 0 30px;
}
dl#footer_kasen_kikin {
	display: flex;
	align-items: center;
}
dl#footer_kasen_kikin dt {
	width: 140px;
	flex: none;
}
dl#footer_kasen_kikin dd {
	padding: 0 0 0 15px;
}
#footer_right {
	min-width: 220px;
}
#footer_right dl {
	font-family: "Kosugi Maru", serif;
	position: relative;
	padding: 50px 0 0;
}
#footer_right dl dt {
	width: 100%;
	color: #02AFCA;
	line-height: 1.1;
	position: absolute;
	top: -10px;
	left: 0;
	text-align: center;
}
#footer_right dl dt::before,
#footer_right dl dt::after {
	display: block;
	content: "";
	width: 2px;
	height: 40px;
	border-radius: 2px;
	background: #02AFCA;
	position: absolute;
	top: 15px;
	transform: rotate(-30deg);
	left: 30px;
}
#footer_right dl dt::after {
	transform: rotate(30deg);
	left: auto;
	right: 30px;
}
#footer_right dl dd a {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	height: 220px;
	background: var(--c01);
	border-radius: 10px;
	color: var(--c01);
	font-size: var(--f20);
	line-height: 1.3;
	padding: 15px 10px;
	box-sizing: border-box;
}
#footer_right dl dd a span:nth-of-type(1) {
	display: block;
	width: 78px;
	margin: 0 auto 5px;
}
#footer_right dl dd a span:nth-of-type(2) {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #fff;
	border-radius: 100px;
}
#footer_right dl dd a span:nth-of-type(2) img {
	margin: 0 10px 0 0;
}
#footer small {
	display: block;
	width: 100%;
	background: #FFE227;
	padding: 12px 10px;
	text-align: center;
	font-size: var(--f12);
	box-sizing: border-box;
}
#footer_pagetop {
	position: fixed;
	bottom: 60px;
	right: 15px;
	z-index: 99;
	display: none;
}
#footer_pagetop a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: var(--c01);;
}
#footer_pagetop a img {
	width: 12px;
}
#footer_app {
	display: none;
}
@media screen and (max-width: 950px) {
	ul#footer_nav li:nth-child(2) {
		margin: 0 250px 0 0;
	}
	ul#footer_nav li:nth-child(3)::before {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		background: #fff url("../images/icon_dot.svg") repeat-x top -12px center;
		padding: 40px 0 0;
	}
	#footer_frame {
		display: block;
		padding: 0 15px 40px;
	}
	#footer_left {
		text-align: center;
	}
	dl#footer_company dt {
		width: 230px;
		margin: 0 auto 20px;
	}
	dl#footer_company dd {
		font-size: var(--f14);
	}
	dl#footer_company dd span {
		display: block;
	}
	dl#footer_company dd span:nth-of-type(1)::after {
		display: none;
	}
	dl#footer_company dd span:nth-of-type(2) {
		color: var(--c02);
	}
	ul#footer_nav {
		display: none;
	}
	p#footer_contact {
		margin: 30px 0 30px;
	}
	dl#footer_kasen_kikin {
		display: block;
	}
	dl#footer_kasen_kikin dt {
		width: 140px;
		margin: 0 auto 15px;
	}
	dl#footer_kasen_kikin dd {
		padding: 0;
		font-size: var(--f14);
	}
	#footer_right {
		min-width: inherit;
		width: 220px;
		margin: 30px auto 0;
	}
	#footer_app {
		font-family: "Kosugi Maru", serif;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 99;
	}
	#footer_app a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: var(--c01);
		color: #fff;
		font-size: var(--f18);
		height: 50px;
		box-sizing: border-box;
		padding: 0 10px;
	}
	#footer_app a span:nth-of-type(1) {
		width: 72px;
		transform: translate(-5px, -15px);
	}
	#footer_app a span:nth-of-type(3) img {
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
		width: 30px;
	}
}

/* ------------------------
	pages
------------------------ */
.line {
	position: relative;
	box-shadow: inset 0 -0.8rem 0 0 #FFF252;
}
.title01 {
	font-family: "Kosugi Maru", serif;
	font-size: var(--f36);
	line-height: 1.3;
	font-weight: 400;
	color: var(--c02);
	text-align: center;
	background: url("../images/icon_line.svg") no-repeat center bottom;
	padding: 0 0 15px;
	margin: 0 0 50px;
}
.title02 {
	font-family: "Kosugi Maru", serif;
	font-size: var(--f25);
	line-height: 1.3;
	font-weight: 400;
	color: var(--c01);
	text-align: left;
	margin: 0 0 30px;
}
.more_button {
	margin: 50px 0 0;
}
.more,
a.more
.more02,
a.more02 {
	font-family: "Kosugi Maru", serif;
	display: inline-block;
	background: var(--c01);
	color: #fff !important;
	font-size: var(--f20);
	line-height: 1.3;
	padding: 12px 50px;
	min-width: 220px;
	border-radius: 100px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}
.more02,
a.more02 {
	background: #fff;
	color: var(--c01) !important;
	border: 1px solid var(--c01);
}
.more::before,
a.more::before,
.more02::before,
a.more02::before {
	display: block;
	content: "";
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	width: 8px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}
.more02::before,
a.more02::before {
	background: var(--c01);;
}
@media screen and (max-width: 767px) {
	.title01 {
		font-size: var(--f24);
		margin: 0 0 40px;
	}
	.title02 {
		font-size: var(--f20);
		margin: 0 0 30px;
	}
	.more_button {
		margin: 30px 0 0;
	}
}

/* ------------------------
	index
------------------------ */
.index_main {
	height: 1000px;
	background: url("../images/main_back01.jpg") no-repeat center center / cover;
	position: relative;
}
.index_main::after {
	display: block;
	content: "";
	width: 1130px;
	height: 600px;
	background: url("../images/main_back02.png") no-repeat center center / 1130px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-53%, -50%);
}
.index_main_box {
	height: 100%;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	text-align: center;
}
.index_main_box dl dt {
	transform: translateY(-3%);
}
.index_main_box dl dd {
	display: inline-block;
	text-align: center;
	background: #FFE128;
	padding: 5px 15px;
	font-size: var(--f20);
	line-height: 1.5;
	white-space: nowrap;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.about {
	padding-top: 160px;
}
.about::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url("../images/about_map.jpg") no-repeat center center / cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.2;
}
.about_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.about_text {
	width: 58%;
}
.about_text p:nth-last-of-type(1) {
	font-size: var(--f14);
	margin: 30px 0 0;
}
.about_image {
	width: calc(37.5% + 80px);
	transform: translateX(50px);
}
.about_map {
	margin: 80px 0 0;
}
.about_map img {
	display: block;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}
.join {
	padding: 160px 0 160px;
}
.join_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.join_text {
	width: 54%;
}
.join_image {
	width: 42%;
	max-width: 500px;
}
.step {
	padding-top: 160px;
}
.step_box ul {
	display: flex;
	justify-content: space-between;
}
.step_box ul li {
	width: 27.5%;
	text-align: center;
}
.step_box ul li dl dt {
	margin: 0 auto 15px;
}
.step_box ul li dl dd:nth-of-type(1) {
	font-size: var(--f17);
	font-weight: 700;
}
.step_box ul li dl dd:nth-of-type(2) {
	margin: 10px 0 0;
}
.shop_map {
	margin: 50px 0 0;
}
.apply_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.apply_text {
	width: 54%;
}
.apply_text ul {
	margin: 0 0 30px;
}
.apply_text ul li {
	color: var(--c02);
	font-size: var(--f24);
	font-weight: 700;
	padding: 0 0 0 130px;
	position: relative;
}
.apply_text ul li span {
	display: block;
	font-size: var(--f15);
	font-weight: 400;
}
.apply_text ul li::before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.apply_text ul li:nth-child(1)::before {
	content: "ステップ①";
}
.apply_text ul li:nth-child(2)::before {
	content: "ステップ②";
}
.apply_text ul li:nth-child(3)::before {
	content: "ステップ③";
}
.apply_text p.apply_share {
	margin: 0;
	background: #e3f1f3;
	padding: 30px;
	border-radius: 10px;
}
.apply_image {
	width: 42%;
	max-width: 500px;
}
.gift_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gift_text {
	width: 44%;
}
.gift_text ul {
	list-style: disc;
	margin: 0 0 0 25px;
}
.gift_text ul li {
	font-size: var(--f24);
	font-weight: 700;
}
.gift_text p {
	margin: 30px 0 0;
}
.gift_kpoint {
	margin: 30px auto 0;
	width: 50%;
}
.gift_image {
	width: 51%;
	max-width: 610px;
}
.gift_image ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.gift_image ul li {
	width: 32%;
	margin: 0 0 15px;
	line-height: 1.3;
	text-align: center;
	font-size: var(--f14);
}
.gift_image ul li:nth-child(1) {
	display: none;
}
.gift_image ul li img {
	display: block;
	margin: 0 auto 5px;
}
.hit_box p:nth-last-of-type(1),
.hit_box p:nth-last-of-type(2) {
	font-size: var(--f14);
	margin: 30px 0 0;
}
.privacy_box .more02 {
	font-size: var(--f20);
}
.kpoint_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kpoint_text {
	width: 44%;
}
.kpoint_text .title02 {
	margin-top: 80px;
}
.kpoint_image {
	width: 51%;
	max-width: 610px;
}
@media screen and (max-width: 1500px) {
	.index_main {
		height: 66.5vw;
	}
}
@media screen and (max-width: 767px) {
	.index_main {
		height: 600px;
	}
	.index_main::after {
		width: 450px;
		height: 600px;
		background: url("../images/main_back02_sp.png") no-repeat center center / 450px auto;
		transform: translate(-50%, -55%);
	}
	.index_main_box dl dt {
		max-width: 345px;
		margin: 0 auto;
		transform: translateY(-30px);
	}
	.index_main_box dl dd {
		display: block;
		padding: 5px 15px;
		font-size: var(--f13);
	}
	.index_main_box dl dd span {
		display: block;
	}
	.about {
		padding-top: 80px;
	}
	.about::before {
		width: 100%;
		height: 300px;
		top: 230px;
	}
	.about_box {
		display: block;
	}
	.about_text {
		width: auto;
	}
	.about_image {
		width: auto;
		max-width: 500px;
		margin: 30px auto 0;
		transform: none;
	}
	.about_map {
		margin: 40px 0 0;
	}
	.join {
		padding: 80px 0 40px;
	}
	.join_box {
		display: block;
	}
	.join_text {
		width: auto;
	}
	.join_image {
		width: auto;
		max-width: 500px;
		margin: 30px auto 0;
	}
	.step {
		padding-top: 80px;
	}
	.step_box ul {
		display: block;
	}
	.step_box ul li {
		width: auto;
		margin: 30px auto 0;
	}
	.step_box ul li dl dt {
		max-width: 200px;
	}
	.step_box ul li dl dd:nth-of-type(1) {
		font-size: var(--f16);
	}
	.shop_box {
		height: 300px;
	}
	.shop_map iframe {
		height: 350px;
	}
	.apply_box {
		display: block;
	}
	.apply_text {
		width: auto;
	}
	.apply_text ul li {
		font-size: var(--f18);
		padding: 0 0 0 100px;
	}
	.apply_text p.apply_share {
		padding: 15px;
	}
	.apply_image {
		width: auto;
		max-width: 500px;
		margin: 30px auto 0;
	}
	.gift_box {
		display: block;
	}
	.gift_text {
		width: auto;
	}
	.gift_text ul li {
		font-size: var(--f18);
	}
	.gift_kpoint {
		display: none;
	}
	.gift_image {
		width: auto;
		max-width: 500px;
		margin: 30px auto 0;
	}
	.gift_image ul li {
		width: 48%;
		display: block !important;
		font-size: var(--f12);
	}
	.kpoint_box {
		display: block;
	}
	.kpoint_text {
		width: auto;
	}
	.kpoint_text .title02 {
		margin-top: 40px;
	}
	.kpoint_image {
		width: auto;
		max-width: 500px;
		margin: 30px auto 0;
	}
}

/* ------------------------
	shop
------------------------ */
.shop_list {
	border-top: 2px solid var(--c02);;
}
.shop_list dl {
	border-bottom: 2px solid var(--c02);;
	padding: 30px 30px;
}
.shop_list dl dt {
	font-family: "Kosugi Maru", serif;
	font-size: var(--f20);
	color: var(--c02);
	line-height: 1.5;
	margin: 0 0 10px;
}
.shop_list dl dd table td {
	word-break: break-all;
}
@media screen and (max-width: 767px) {
	.shop_list dl {
		padding: 20px 10px;
	}
	.shop_list dl dt {
		font-size: var(--f18);
	}
}



