@charset "UTF-8";
@import url(color.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.15;
	/* 1 */
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

a {
	text-decoration: none;
}

div, main section {
	box-sizing: border-box;
}

main {
	display: block;
}

/*
** Colors
*/
/*
** Dimensions
*/
.container {
	width: 100%;
	max-width: 134rem;
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin-left: auto;
	margin-right: auto;
	padding: 0 80px;
}
.header-container {
	max-width: 134rem;
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin-left: auto;
	margin-right: auto;
	padding: 0 80px;
}

.container-column {
	width: 100%;
	max-width: 94rem;
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	.header-container {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	.container-column {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		margin-right: 0;
	}
}

.pc-only {
	display: inline-block;
}

.sp-only {
	display: none;
}

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

	.sp-only {
		display: inline-block;
	}
}

@media screen and (max-width: 767px) {
	.mx-sm-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.mx-sm-5 {
		margin-left: 0.5em !important;
		margin-right: 0.5rem !important;
	}
	.mx-sm-10 {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}
	.mx-sm-15 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important;
	}
	.mx-sm-20 {
		margin-left: 2rem !important;
		margin-right: 2rem !important;
	}
	.mx-sm-30 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}
	.mx-sm-40 {
		margin-left: 4rem !important;
		margin-right: 4rem !important;
	}
	.mx-sm-50 {
		margin-left: 5rem !important;
		margin-right: 5rem !important;
	}
	.mx-sm-60 {
		margin-left: 6rem !important;
		margin-right: 6rem !important;
	}
	.mx-sm-70 {
		margin-left: 7rem !important;
		margin-right: 7rem !important;
	}
	.mx-sm-80 {
		margin-left: 8rem !important;
		margin-right: 8rem !important;
	}
	.mx-sm-90 {
		margin-left: 9rem !important;
		margin-right: 9rem !important;
	}
	.mx-sm-100 {
		margin-left: 10rem !important;
		margin-right: 10rem !important;
	}
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-0 {
	margin-left: 0;
	margin-right: 0;
}
.mx-5 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-10 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-15 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.mx-20 {
	margin-left: 2rem;
	margin-right: 2rem;
}
.mx-30 {
	margin-left: 3rem;
	margin-right: 3rem;
}
.mx-40 {
	margin-left: 4rem;
	margin-right: 4rem;
}
.mx-50 {
	margin-left: 5rem;
	margin-right: 5rem;
}
.mx-60 {
	margin-left: 6rem;
	margin-right: 6rem;
}
.mx-70 {
	margin-left: 7rem;
	margin-right: 7rem;
}
.mx-80 {
	margin-left: 8rem;
	margin-right: 8rem;
}
.mx-90 {
	margin-left: 9rem;
	margin-right: 9rem;
}
.mx-100 {
	margin-left: 10rem;
	margin-right: 10rem;
}
@media screen and (max-width: 767px) {
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-sm-5 {
		margin-top: 0.5em !important;
		margin-bottom: 0.5rem !important;
	}
	.my-sm-10 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-sm-15 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-sm-20 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}
	.my-sm-30 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-sm-40 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	.my-sm-50 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	.my-sm-60 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-sm-70 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important;
	}
	.my-sm-80 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important;
	}
	.my-sm-90 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important;
	}
	.my-sm-100 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important;
	}
}
.my-0 {
	margin-top: 0;
	margin-bottom: 0;
}
.my-5 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-10 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-15 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-20 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-30 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.my-40 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.my-50 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.my-60 {
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.my-70 {
	margin-top: 7rem;
	margin-bottom: 7rem;
}
.my-80 {
	margin-top: 8rem;
	margin-bottom: 8rem;
}
.my-90 {
	margin-top: 9rem;
	margin-bottom: 9rem;
}
.my-100 {
	margin-top: 10rem;
	margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mt-sm-5 {
		margin-top: 0.5rem !important;
	}
	.mt-sm-10 {
		margin-top: 1rem !important;
	}
	.mt-sm-15 {
		margin-top: 1.5rem !important;
	}
	.mt-sm-20 {
		margin-top: 2rem !important;
	}
	.mt-sm-30 {
		margin-top: 3rem !important;
	}
	.mt-sm-40 {
		margin-top: 4rem !important;
	}
	.mt-sm-50 {
		margin-top: 5rem !important;
	}
	.mt-sm-60 {
		margin-top: 6rem !important;
	}
	.mt-sm-70 {
		margin-top: 7rem !important;
	}
	.mt-sm-80 {
		margin-top: 8rem !important;
	}
	.mt-sm-90 {
		margin-top: 9rem !important;
	}
	.mt-sm-100 {
		margin-top: 10rem !important;
	}
}
.mt-0 {
	margin-top: 0;
}
.mt-5 {
	margin-top: 0.5rem;
}
.mt-10 {
	margin-top: 1rem;
}
.mt-15 {
	margin-top: 1.5rem;
}
.mt-20 {
	margin-top: 2rem;
}
.mt-30 {
	margin-top: 3rem;
}
.mt-40 {
	margin-top: 4rem;
}
.mt-50 {
	margin-top: 5rem;
}
.mt-60 {
	margin-top: 6rem;
}
.mt-70 {
	margin-top: 7rem;
}
.mt-80 {
	margin-top: 8rem;
}
.mt-90 {
	margin-top: 9rem;
}
.mt-100 {
	margin-top: 10rem;
}
@media screen and (max-width: 767px) {
	.mr-sm-0 {
		margin-right: 0 !important;
	}
	.mr-sm-5 {
		margin-right: 0.5rem !important;
	}
	.mr-sm-10 {
		margin-right: 1rem !important;
	}
	.mr-sm-15 {
		margin-right: 1.5rem !important;
	}
	.mr-sm-20 {
		margin-right: 2rem !important;
	}
	.mr-sm-30 {
		margin-right: 3rem !important;
	}
	.mr-sm-40 {
		margin-right: 4rem !important;
	}
	.mr-sm-50 {
		margin-right: 5rem !important;
	}
	.mr-sm-60 {
		margin-right: 6rem !important;
	}
	.mr-sm-70 {
		margin-right: 7rem !important;
	}
	.mr-sm-80 {
		margin-right: 8rem !important;
	}
	.mr-sm-90 {
		margin-right: 9rem !important;
	}
	.mr-sm-100 {
		margin-right: 10rem !important;
	}
}
.mr-0 {
	margin-right: 0;
}
.mr-5 {
	margin-right: 0.5rem;
}
.mr-10 {
	margin-right: 1rem;
}
.mr-15 {
	margin-right: 1.5rem;
}
.mr-20 {
	margin-right: 2rem;
}
.mr-30 {
	margin-right: 3rem;
}
.mr-40 {
	margin-right: 4rem;
}
.mr-50 {
	margin-right: 5rem;
}
.mr-60 {
	margin-right: 6rem;
}
.mr-70 {
	margin-right: 7rem;
}
.mr-80 {
	margin-right: 8rem;
}
.mr-90 {
	margin-right: 9rem;
}
.mr-100 {
	margin-right: 10rem;
}
@media screen and (max-width: 767px) {
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-5 {
		margin-bottom: 0.5rem !important;
	}
	.mb-sm-10 {
		margin-bottom: 1rem !important;
	}
	.mb-sm-15 {
		margin-bottom: 1.5rem !important;
	}
	.mb-sm-18 {
		margin-bottom: 1.8rem !important;
	}
	.mb-sm-20 {
		margin-bottom: 2rem !important;
	}
	.mb-sm-30 {
		margin-bottom: 3rem !important;
	}
	.mb-sm-40 {
		margin-bottom: 4rem !important;
	}
	.mb-sm-50 {
		margin-bottom: 5rem !important;
	}
	.mb-sm-60 {
		margin-bottom: 6rem !important;
	}
	.mb-sm-70 {
		margin-bottom: 7rem !important;
	}
	.mb-sm-80 {
		margin-bottom: 8rem !important;
	}
	.mb-sm-90 {
		margin-bottom: 9rem !important;
	}
	.mb-sm-100 {
		margin-bottom: 10rem !important;
	}
}
.mb-0 {
	margin-bottom: 0;
}
.mb-5 {
	margin-bottom: 0.5rem;
}
.mb-10 {
	margin-bottom: 1rem;
}
.mb-15 {
	margin-bottom: 1.5rem;
}
.mb-18 {
	margin-bottom: 1.8rem;
}
.mb-20 {
	margin-bottom: 2rem;
}
.mb-30 {
	margin-bottom: 3rem;
}
.mb-40 {
	margin-bottom: 4rem;
}
.mb-50 {
	margin-bottom: 5rem;
}
.mb-60 {
	margin-bottom: 6rem;
}
.mb-70 {
	margin-bottom: 7rem;
}
.mb-80 {
	margin-bottom: 8rem;
}
.mb-90 {
	margin-bottom: 9rem;
}
.mb-100 {
	margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
	.ml-sm-0 {
		margin-left: 0 !important;
	}
	.ml-sm-5 {
		margin-left: 0.5rem !important;
	}
	.ml-sm-10 {
		margin-left: 1rem !important;
	}
	.ml-sm-15 {
		margin-left: 1.5rem !important;
	}
	.ml-sm-20 {
		margin-left: 2rem !important;
	}
	.ml-sm-30 {
		margin-left: 3rem !important;
	}
	.ml-sm-40 {
		margin-left: 4rem !important;
	}
	.ml-sm-50 {
		margin-left: 5rem !important;
	}
	.ml-sm-60 {
		margin-left: 6rem !important;
	}
	.ml-sm-70 {
		margin-left: 7rem !important;
	}
	.ml-sm-80 {
		margin-left: 8rem !important;
	}
	.ml-sm-90 {
		margin-left: 9rem !important;
	}
	.ml-sm-100 {
		margin-left: 10rem !important;
	}
}
.ml-0 {
	margin-left: 0;
}
.ml-5 {
	margin-left: 0.5rem;
}
.ml-10 {
	margin-left: 1rem;
}
.ml-15 {
	margin-left: 1.5rem;
}
.ml-20 {
	margin-left: 2rem;
}
.ml-30 {
	margin-left: 3rem;
}
.ml-40 {
	margin-left: 4rem;
}
.ml-50 {
	margin-left: 5rem;
}
.ml-60 {
	margin-left: 6rem;
}
.ml-70 {
	margin-left: 7rem;
}
.ml-80 {
	margin-left: 8rem;
}
.ml-90 {
	margin-left: 9rem;
}
.ml-100 {
	margin-left: 10rem;
}

@media screen and (max-width: 767px) {
	.px-sm-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.px-sm-5 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}
	.px-sm-10 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.px-sm-15 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.px-sm-20 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	.px-sm-30 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
	.px-sm-40 {
		padding-left: 4rem !important;
		padding-right: 4rem !important;
	}
	.px-sm-50 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}
	.px-sm-60 {
		padding-left: 6rem !important;
		padding-right: 6rem !important;
	}
	.px-sm-70 {
		padding-left: 7rem !important;
		padding-right: 7rem !important;
	}
	.px-sm-80 {
		padding-left: 8rem !important;
		padding-right: 8rem !important;
	}
	.px-sm-90 {
		padding-left: 9rem !important;
		padding-right: 9rem !important;
	}
	.px-sm-100 {
		padding-left: 10rem !important;
		padding-right: 10rem !important;
	}
}
.px-0 {
	padding-left: 0;
	padding-right: 0;
}
.px-5 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-10 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-15 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-20 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-30 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.px-40 {
	padding-left: 4rem;
	padding-right: 4rem;
}
.px-50 {
	padding-left: 5rem;
	padding-right: 5rem;
}
.px-60 {
	padding-left: 6rem;
	padding-right: 6rem;
}
.px-70 {
	padding-left: 7rem;
	padding-right: 7rem;
}
.px-80 {
	padding-left: 8rem;
	padding-right: 8rem;
}
.px-90 {
	padding-left: 9rem;
	padding-right: 9rem;
}
.px-100 {
	padding-left: 10rem;
	padding-right: 10rem;
}
@media screen and (max-width: 767px) {
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-sm-5 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-sm-10 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-sm-15 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-sm-20 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.py-sm-30 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.py-sm-40 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	.py-sm-50 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	.py-sm-60 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-sm-70 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important;
	}
	.py-sm-80 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
	.py-sm-90 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important;
	}
	.py-sm-100 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}
}
.py-0 {
	padding-top: 0;
	padding-bottom: 0;
}
.py-5 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-10 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-15 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-20 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-30 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-35 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
.py-40 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-50 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-60 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.py-70 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.py-80 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.py-90 {
	padding-top: 9rem;
	padding-bottom: 9rem;
}
.py-100 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pt-sm-5 {
		padding-top: 0.5rem !important;
	}
	.pt-sm-10 {
		padding-top: 1rem !important;
	}
	.pt-sm-15 {
		padding-top: 1.5rem !important;
	}
	.pt-sm-20 {
		padding-top: 2rem !important;
	}
	.pt-sm-30 {
		padding-top: 3rem !important;
	}
	.pt-sm-40 {
		padding-top: 4rem !important;
	}
	.pt-sm-50 {
		padding-top: 5rem !important;
	}
	.pt-sm-60 {
		padding-top: 6rem !important;
	}
	.pt-sm-70 {
		padding-top: 7rem !important;
	}
	.pt-sm-80 {
		padding-top: 8rem !important;
	}
	.pt-sm-90 {
		padding-top: 9rem !important;
	}
	.pt-sm-100 {
		padding-top: 10rem !important;
	}
}
.pt-0 {
	padding-top: 0;
}
.pt-5 {
	padding-top: 0.5rem;
}
.pt-10 {
	padding-top: 1rem;
}
.pt-15 {
	padding-top: 1.5rem;
}
.pt-20 {
	padding-top: 2rem;
}
.pt-30 {
	padding-top: 3rem;
}
.pt-40 {
	padding-top: 4rem;
}
.pt-50 {
	padding-top: 5rem;
}
.pt-60 {
	padding-top: 6rem;
}
.pt-70 {
	padding-top: 7rem;
}
.pt-80 {
	padding-top: 8rem;
}
.pt-90 {
	padding-top: 9rem;
}
.pt-100 {
	padding-top: 10rem;
}
@media screen and (max-width: 767px) {
	.pr-sm-0 {
		padding-right: 0 !important;
	}
	.pr-sm-5 {
		padding-right: 0.5rem !important;
	}
	.pr-sm-10 {
		padding-right: 1rem !important;
	}
	.pr-sm-15 {
		padding-right: 1.5rem !important;
	}
	.pr-sm-20 {
		padding-right: 2rem !important;
	}
	.pr-sm-30 {
		padding-right: 3rem !important;
	}
	.pr-sm-40 {
		padding-right: 4rem !important;
	}
	.pr-sm-50 {
		padding-right: 5rem !important;
	}
	.pr-sm-60 {
		padding-right: 6rem !important;
	}
	.pr-sm-70 {
		padding-right: 7rem !important;
	}
	.pr-sm-80 {
		padding-right: 8rem !important;
	}
	.pr-sm-90 {
		padding-right: 9rem !important;
	}
	.pr-sm-100 {
		padding-right: 10rem !important;
	}
}
.pr-0 {
	padding-right: 0;
}
.pr-5 {
	padding-right: 0.5rem;
}
.pr-10 {
	padding-right: 1rem;
}
.pr-15 {
	padding-right: 1.5rem;
}
.pr-20 {
	padding-right: 2rem;
}
.pr-30 {
	padding-right: 3rem;
}
.pr-40 {
	padding-right: 4rem;
}
.pr-50 {
	padding-right: 5rem;
}
.pr-60 {
	padding-right: 6rem;
}
.pr-70 {
	padding-right: 7rem;
}
.pr-80 {
	padding-right: 8rem;
}
.pr-90 {
	padding-right: 9rem;
}
.pr-100 {
	padding-right: 10rem;
}
@media screen and (max-width: 767px) {
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	.pb-sm-5 {
		padding-bottom: 0.5rem !important;
	}
	.pb-sm-10 {
		padding-bottom: 1rem !important;
	}
	.pb-sm-15 {
		padding-bottom: 1.5rem !important;
	}
	.pb-sm-20 {
		padding-bottom: 2rem !important;
	}
	.pb-sm-30 {
		padding-bottom: 3rem !important;
	}
	.pb-sm-40 {
		padding-bottom: 4rem !important;
	}
	.pb-sm-50 {
		padding-bottom: 5rem !important;
	}
	.pb-sm-60 {
		padding-bottom: 6rem !important;
	}
	.pb-sm-70 {
		padding-bottom: 7rem !important;
	}
	.pb-sm-80 {
		padding-bottom: 8rem !important;
	}
	.pb-sm-90 {
		padding-bottom: 9rem !important;
	}
	.pb-sm-100 {
		padding-bottom: 10rem !important;
	}
}
.pb-0 {
	padding-bottom: 0;
}
.pb-5 {
	padding-bottom: 0.5rem;
}
.pb-10 {
	padding-bottom: 1rem;
}
.pb-15 {
	padding-bottom: 1.5rem;
}
.pb-20 {
	padding-bottom: 2rem;
}
.pb-30 {
	padding-bottom: 3rem;
}
.pb-40 {
	padding-bottom: 4rem;
}
.pb-50 {
	padding-bottom: 5rem;
}
.pb-60 {
	padding-bottom: 6rem;
}
.pb-70 {
	padding-bottom: 7rem;
}
.pb-80 {
	padding-bottom: 8rem;
}
.pb-90 {
	padding-bottom: 9rem;
}
.pb-100 {
	padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
	.pl-sm-0 {
		padding-left: 0 !important;
	}
	.pl-sm-5 {
		padding-left: 0.5rem !important;
	}
	.pl-sm-10 {
		padding-left: 1rem !important;
	}
	.pl-sm-15 {
		padding-left: 1.5rem !important;
	}
	.pl-sm-20 {
		padding-left: 2rem !important;
	}
	.pl-sm-30 {
		padding-left: 3rem !important;
	}
	.pl-sm-40 {
		padding-left: 4rem !important;
	}
	.pl-sm-50 {
		padding-left: 5rem !important;
	}
	.pl-sm-60 {
		padding-left: 6rem !important;
	}
	.pl-sm-70 {
		padding-left: 7rem !important;
	}
	.pl-sm-80 {
		padding-left: 8rem !important;
	}
	.pl-sm-90 {
		padding-left: 9rem !important;
	}
	.pl-sm-100 {
		padding-left: 10rem !important;
	}
}
.pl-0 {
	padding-left: 0;
}
.pl-5 {
	padding-left: 0.5rem;
}
.pl-10 {
	padding-left: 1rem;
}
.pl-15 {
	padding-left: 1.5rem;
}
.pl-20 {
	padding-left: 2rem;
}
.pl-30 {
	padding-left: 3rem;
}
.pl-40 {
	padding-left: 4rem;
}
.pl-50 {
	padding-left: 5rem;
}
.pl-60 {
	padding-left: 6rem;
}
.pl-70 {
	padding-left: 7rem;
}
.pl-80 {
	padding-left: 8rem;
}
.pl-90 {
	padding-left: 9rem;
}
.pl-100 {
	padding-left: 10rem;
}

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

	.hidden-sp {
		display: none !important;
	}
}

.w-100p, .w-full {
	width: 100%;
}
.w-90p {
	width: 90%;
}
.w-80p {
	width: 80%;
}
.w-75p {
	width: 75%;
}
.w-70p {
	width: 70%;
}
.w-60p {
	width: 60%;
}
.w-50p {
	width: 50%;
}
.w-40p {
	width: 40%;
}
.w-30p {
	width: 30%;
}
.w-25p {
	width: 25%;
}
.w-20p {
	width: 20%;
}
.w-10p {
	width: 10%;
}

.txt-blue {
	color: var(--primary-color);
}
.txt-paleblue {
	color: var(--tertialy-color);
}
.txt-gray {
	color: var(--gray1);
}
.txt-primary {
	color: var(--primary-text-color);
}
.txt-secondary {
	color: var(--secondary-text-color);
}
.txt-2xl, .txt-40 {
	font-size: 4rem;
}
.txt-xl, .txt-30 {
	font-size: 3rem;
}
.txt-26 {
	font-size: 2.6rem;
}
.txt-lg, .txt-24 {
	font-size: 2.4rem;
}
.txt-22 {
	font-size: 2.2rem;
}
.txt-md, .txt-21 {
	font-size: 2.1rem;
}
.txt-20 {
	font-size: 2rem;
}
.txt-sm, .txt-18 {
	font-size: 1.8rem;
}
.txt-xs, .txt-16 {
	font-size: 1.6rem;
}
.txt-2xs, .txt-14 {
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.txt-2xl-sm, .txt-40-sm {
		font-size: 4rem !important;
	}
	.txt-xl-sm, .txt-30-sm {
		font-size: 3rem !important;
	}
	.txt-26-sm {
		font-size: 2.6rem !important;
	}
	.txt-lg-sm, .txt-24-sm {
		font-size: 2.4rem !important;
	}
	.txt-22-sm {
		font-size: 2.2rem !important;
	}
	.txt-md-sm, .txt-21-sm {
		font-size: 2.1rem !important;
	}
	.txt-20-sm {
		font-size: 2rem !important;
	}
	.txt-sm-sm, .txt-18-sm {
		font-size: 1.8rem !important;
	}
	.txt-xs-sm, .txt-16-sm {
		font-size: 1.6rem !important;
	}
	.txt-2xs-sm, .txt-14-sm {
		font-size: 1.4rem !important;
	}
}
.txt-article-18 {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 3.5rem;
	color: var(--primary-text-color);
	text-align: left;
	margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
	.txt-article-18 {
		font-size: 1.6rem;
		font-weight: normal;
		line-height: 2.6rem;
	}
}
.txt-body {
	color: var(--primary-text-color);
	font-size: 1.6rem;
	line-height: 3rem;
}
@media screen and (max-width: 767px) {
	.txt-body {
	  line-height: 2.4rem;
	}
  }
.txt-body-link {
	display: inline;
	align-items: center;
	color: var(--primary-color);
	font-size: 1.6rem;
	line-height: 3rem;
	word-break: break-all;
	position: relative;
}
.txt-body-link::before {
	content: "";
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((0.7rem / 3) * 2);
	width: calc((0.7rem / 3) * 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-right: 0.7rem;
	margin-bottom: 0.3rem;
}

.txt-body-link a {
	color: var(--primary-color);
	font-size: 1.6rem;
	line-height: 3rem;
	margin-left: 1.1rem;
}
.txt-body-link-anchor {
	position: relative;
	color: var(--primary-color);
	font-size: 1.6rem;
	line-height: 3rem;
	margin-left: 2rem;
	word-break: break-all;
}
.txt-body-link-anchor::before {
	content: "";
	position: absolute;
	left: -1.3rem;
	top: 0.6rem;
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((0.7rem / 3) * 2);
	width: calc((0.7rem / 3) * 2);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.txt-body-link-anchor--right::before {
	transform: rotate(-45deg);
	top: 0.9rem;
	left: -1.5rem;
}
.txt-body-link-anchor a {
	color: var(--primary-color);
	font-size: 1.6rem;
	line-height: 3rem;
	margin-left: 1.1rem;
}
.txt-comment {
	font-size: 1.2rem;
	color: var(--primary-text-color);
}
.txt-comment.gray {
	color: var(--secondary-text-color);
}
.txt-date {
	font-family: "Roboto", "Hiragino Kaku Gothic Pro" !important;
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--secondary-text-color);
	font-style: normal;
}

@media screen and (max-width: 767px) {
	.txt-body-link {
		line-height: 2.4rem;
	}
	.txt-body-link::before {
		border: solid var(--primary-color);
		border-width: 0 2px 2px 0;
		display: inline-block;
		height: calc((0.7rem / 3) * 2);
		width: calc((0.7rem / 3) * 2);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.txt-body-link a {
		line-height: 2.4rem;
		margin-left: 1.1rem;
	}
	.txt-body-link-anchor--right {
		display: inline-block;
	}
	.txt-body-link-anchor {
		line-height: 2.4rem;
		margin-left: 2rem;
	}
	.txt-body-link-anchor a {
		line-height: 2.4rem; 
		margin-left: 1.1rem;
	}
	.txt-date {
		font-size: 1.2rem;
	}
}

.txt-height-19 {
	line-height: 1.9rem;
}
.txt-height-20 {
	line-height: 2rem;
}
.txt-height-24 {line-height: 2.4rem;}
.txt-height-30 {line-height: 3rem;}
.txt-height-35 {line-height: 3.5rem;}
.txt-height-36 {line-height: 3.6rem;}
.txt-height-40 {line-height: 4rem;}
.txt-height-50 {line-height: 5rem;}
.txt-height-70 {line-height: 7rem;}

.txt-b {font-weight: bold;}
.txt-500 {font-weight: 500;}
.txt-300 {font-weight: 300;}
.txt-left {text-align: left;}
.txt-center {text-align: center;}
.txt-right {text-align: right;}
.txt-underline {text-decoration: underline;}

@media screen and (max-width: 767px) {
	.txt-height-19-sm {line-height: 1.9rem !important;}
	.txt-height-20-sm {line-height: 2rem !important;}
	.txt-height-24-sm {line-height: 2.4rem !important;}
	.txt-height-30-sm {line-height: 3rem !important;}
	.txt-height-35-sm {line-height: 3.5rem !important;}
	.txt-height-36-sm {line-height: 3.6rem !important;}
	.txt-height-40-sm {line-height: 4rem !important;}
	.txt-height-50-sm {line-height: 5rem !important;}
	.txt-height-70-sm {line-height: 7rem !important;}

	.txt-left-sm {text-align: left !important;}
	.txt-center-sm {text-align: center !important;}
 	.txt-right-sm {text-align: right !important;}
}

.heading-2 {
	position: relative;
	color: var(--primary-text-color);
	font-size: 4rem;
	font-weight: bold;
	padding-left: 4rem;
	line-height: 5.8rem;
}
@media screen and (max-width: 767px) {
	.heading-2 {
		font-size: 2.6rem;
		padding-left: 2.4rem;
		line-height: 3.7rem;
	}
}
.heading-2.no-before {
	padding-left: 0;
}
.heading-2.no-before::before {
	display: none;
}
.heading-2::before {
	content: "";
	position: absolute;
	top: 2.5rem;
	left: 0;
	background-color: var(--primary-color);
	height: 0.7rem;
	width: 3rem;
}
.heading-2-sub {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.heading-2::before {
		top: 1.7rem;
		width: 1.7rem;
		height: 0.4rem;
	}
	.heading-2-sub {
		flex-direction: column;
	}
}
.heading-2-subL {
	margin-top: 1rem;
	font-family: "Roboto", "Hiragino Kaku Gothic Pro";
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 3rem;
	display: inline-block;
	padding-left: 4rem;
	color: var(--primary-text-color);
}
.heading-2-subR {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 2.8rem;
	color: var(--primary-text-color);
	display: flex;
	align-items: center;
}
.heading-2-subR span {
	margin-right: 1.5rem;
	position: relative;
	width: 4rem;
}
.heading-2-subR span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid var(--primary-color);
	display: inline-block;
	height: 4rem;
	width: 4rem;
	transition: 0.3s;
	transform: translate(-50%, -50%);
}
.heading-2-subR span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	margin: auto;
	border: 2px solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc(4rem / 4);
	width: calc(4rem / 4);
	margin-top: calc((((100% - (4rem / 4)) / 2) / -2) + 1px);
	right: calc((100% - (4rem / 4)) / 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.heading-2-subR span:hover::before {
	height: 6rem;
	width: 6rem;
}

@media screen and (max-width: 767px) {
	.heading-2-subL {
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}
	.heading-2-subR {font-size: 1.6rem;}
	.heading-2-subR span:hover::before {height: 4rem; width: 4rem;}
}

.btn-a:hover .heading-2-subR span::before {height: 6rem; width: 6rem;}

@media screen and (max-width: 767px) {
	.heading-2-subR span {
		position: relative;
		width: 2.5rem;
	}
	.heading-2-subR span::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		box-sizing: border-box;
		border-radius: 50%;
		border: 2px solid var(--primary-color);
		display: inline-block;
		height: 2.5rem;
		width: 2.5rem;
		transition: 0.3s;
		transform: translate(-50%, -50%);
	}
	.heading-2-subR span::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 25%;
		right: 25%;
		margin: auto;
		border: 2px solid var(--primary-color);
		border-width: 0 2px 2px 0;
		display: inline-block;
		height: calc(2.5rem / 4);
		width: calc(2.5rem / 4);
		margin-top: calc((((100% - (2.5rem / 4)) / 2) / -2) + 1px);
		right: calc((100% - (2.5rem / 4)) / 2);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.heading-2-subR span:hover::before {
		height: 4rem;
		width: 4rem;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.heading-2-subR span:hover::before {
		height: 2.5rem;
		width: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.btn-a:hover .heading-2-subR span::before {
		height: 4rem;
		width: 4rem;
	}
}
.heading-2-subSeparate {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 2.8rem;
	color: var(--primary-text-color);
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.heading-2-subSeparate {
		font-size: 1.6rem;
	}
}
.heading-2-subSeparate span {
	margin-right: 1.5rem;
	position: relative;
	width: 4rem;
}
.heading-2-subSeparate span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid var(--primary-color);
	display: inline-block;
	height: 4rem;
	width: 4rem;
	transition: 0.3s;
	transform: translate(-50%, -50%);
}
.heading-2-subSeparate span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	margin: auto;
	border: 2px solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc(4rem / 4);
	width: calc(4rem / 4);
	margin-top: calc((((100% - (4rem / 4)) / 2) / -2) + 1px);
	right: calc((100% - (4rem / 4)) / 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.heading-2-subSeparate span:hover::before {height: 6rem; width: 6rem;}
.btn-a:hover .heading-2-subSeparate span::before {height: 6rem; width: 6rem;}

@media screen and (max-width: 767px) {
	.heading-2-subSeparate span:hover::before {height: 4rem; width: 4rem;}
	.heading-2-subSeparate span {
		position: relative;
		width: 2.5rem;
	}
	.heading-2-subSeparate span::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		box-sizing: border-box;
		border-radius: 50%;
		border: 2px solid var(--primary-color);
		display: inline-block;
		height: 2.5rem;
		width: 2.5rem;
		transition: 0.3s;
		transform: translate(-50%, -50%);
	}
	.heading-2-subSeparate span::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 25%;
		right: 25%;
		margin: auto;
		border: 2px solid var(--primary-color);
		border-width: 0 2px 2px 0;
		display: inline-block;
		height: calc(2.5rem / 4);
		width: calc(2.5rem / 4);
		margin-top: calc((((100% - (2.5rem / 4)) / 2) / -2) + 1px);
		right: calc((100% - (2.5rem / 4)) / 2);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.heading-2-subSeparate span:hover::before {
		height: 4rem;
		width: 4rem;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.heading-2-subSeparate span:hover::before {
		height: 2.5rem;
		width: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.btn-a:hover .heading-2-subSeparate span::before {
		height: 4rem;
		width: 4rem;
	}
}

.heading-3 {
	position: relative;
	color: var(--primary-text-color);
	font-size: 3.1rem;
	font-weight: bold;
	padding-left: 3rem;
}
.heading-3.no-before {padding-left: 0;}
.heading-3.no-before::before {display: none;}
.heading-3::before {
	content: "";
	position: absolute;
	top: 1.5rem;
	left: 0;
	background-color: var(--primary-color);
	height: 0.5rem;
	width: 2rem;
}
.heading-4 {
	position: relative;
	font-size: 2.4rem;
	line-height: 3.6rem;
	font-weight: bold;
}
.heading-5 {
	position: relative;
	color: var(--primary-text-color);
	font-size: 1.8rem;
	line-height: 3rem;
	font-weight: bold;
}
.heading-6 {
	position: relative;
	color: var(--primary-text-color);
	font-size: 1.8rem;
	line-height: 3rem;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.heading-3 {
		font-size: 2.4rem;
		padding-left: 2.2rem;
	}
	.heading-3::before {
		top: 1rem;
		width: 1.5rem;
		height: 0.3rem;
	}
	.heading-4 {
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
	.heading-5 {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.heading-6 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

p {color: var(--primary-text-color);}
.block {display: block;}
.inline-block {display: inline-block;}

.header {
	position: fixed;
	/* position: absolute; */
	width: 100%;
	height: 10rem;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: var(--white);
	z-index: 10;
}
.header-title {
	background: var(--white);
	height: 10rem;
	padding: 2.8rem 5rem;
	box-sizing: border-box;
}
.header-burger {display: none;}

@media screen and (max-width: 767px) {
	.header {height: 6rem;}
	.header-title {
		height: 6rem;
		padding: 1.7rem 0 1.6rem 1.5rem;
	}
	.header-burger {
		display: inline-block;
		margin-right: 1.5rem;
		position: relative;
		cursor: pointer;
	}
	.header-burger > span {
		display: block;
		width: 3rem;
		height: 0.3rem;
		margin: 0.5rem auto;
		transition: all 0.3s ease-in-out;
		background-color: var(--primary-color);
	}
	.header-burger.active > span:nth-child(2) {opacity: 0;}
	.header-burger.active > span:nth-child(1) {transform: translateY(8px) rotate(45deg);}
	.header-burger.active > span:nth-child(3) {transform: translateY(-8px) rotate(-45deg);}
	.header-burger.active ~ .header-nav {
		left: 0;
	}
}

.header-nav {height: 100%; width: 100%;}
.header-nav > ul {
	display: flex;
	justify-content: flex-end;
	height: 100%;
	font-size: 1.6rem;
	font-weight: bold;
}
.header-nav > ul > li {
	padding: 3.8rem 0;
	margin-right: 5rem;
	color: var(--primary-text-color);
}
@media screen and (max-width: 1340px) {
	.header-nav > ul > li {
		margin-right: 3.9vw;
	}
}
.header-nav > ul > li:hover {color: var(--primary-color);}
.header-nav > ul > li a {color: var(--primary-text-color);}
.header-nav > ul > li a:hover {color: var(--primary-color);}
.header-nav > ul > li.header-nav-list {cursor: pointer;}
.header-nav > ul > li.header-nav-list > div {display: none;}
.header-nav > ul > li.header-nav-list.active > div {
	display: block;
	position: absolute;
	background-color: var(--white);
	top: 10rem;
	left: 0;
	right: 0;
	border-top: solid 3px var(--primary-color);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
.header-nav > ul > li.header-nav-list.active > div > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 5rem auto 3rem;
}
.header-nav > ul > li.header-nav-list.active > div > ul > li {
	margin-bottom: 2rem;
	flex: 0 0 auto;
	width: 25%;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.header-nav > ul > li.header-nav-list::after {display: none;}
	.header-nav > ul > li.header-nav-list h3 {padding: 2rem 0 2rem 1.5rem;}
	.header-nav > ul > li.header-nav-list.active > h3::after {
		border: solid var(--primary-color);
		border-width: 0 2px 2px 0;
		display: inline-block;
		height: calc((1rem / 3) * 2);
		width: calc((1rem / 3) * 2);
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	.header-nav > ul > li.header-nav-list.active > div {
		border-top: 0;
		position: unset;
	}
	.header-nav > ul > li.header-nav-list.active > div > ul {
		display: block;
		margin: 0;
		padding: 0;
	}
	.header-nav > ul > li.header-nav-list.active > div > ul > li {
		padding: 2rem 1.5rem;
		width: 100%;
		margin-bottom: 0;
		border-bottom: solid 2px var(--milk);
	}
	.header-nav > ul > li.header-nav-list.active > div > ul > li:last-child {
		border-bottom: none;
	}
}
.header-nav > ul > li.header-nav-list.active > div > ul > li:last-child {padding-right: 0;}
.header-nav > ul > li.header-nav-close {
	display: none;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.header-nav {
		top: 6rem;
		left: -100rem;
		width: 100%;
		position: absolute;
		transition: 0.3s;
		z-index: 5;
		border-top: solid 2px var(--primary-color);
		background-color: var(--white);
	}
	.header-nav > ul {
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.header-nav > ul .header-nav-single {
		display: block;
		padding: 2rem 1.5rem !important;
	}
	.header-nav > ul > li {
		position: relative;
		background-color: var(--milk);
		border-bottom: solid 2px var(--white);
		margin-right: 0 !important;
		padding: 0 !important;
	}
	.header-nav > ul > li > a {
		display: flex;
		align-items: center;
	}
	.header-nav > ul > li .icon {
		position: relative;
		width: 2.5rem;
		margin-right: 1rem;
	}
	.header-nav > ul > li .icon::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		box-sizing: border-box;
		border-radius: 50%;
		border: 2px solid var(--primary-color);
		display: inline-block;
		height: 2.5rem;
		width: 2.5rem;
		transition: 0.3s;
		transform: translate(-50%, -50%);
	}
	.header-nav > ul > li .icon::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 25%;
		right: 25%;
		margin: auto;
		border: 2px solid var(--primary-color);
		border-width: 0 2px 2px 0;
		display: inline-block;
		height: calc(2.5rem / 4);
		width: calc(2.5rem / 4);
		margin-top: calc((((100% - (2.5rem / 4)) / 2) / -2) + 1px);
		right: calc((100% - (2.5rem / 4)) / 2);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.header-nav > ul > li .icon:hover::before {
		height: 4rem;
		width: 4rem;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.header-nav > ul > li .icon:hover::before {
		height: 2.5rem;
		width: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.btn-a:hover .header-nav > ul > li .icon::before {
		height: 4rem;
		width: 4rem;
	}
	.header-nav > ul > li.header-nav-close.header-nav-close {
		display: block;
		box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
		font-size: 1.6rem;
		color: var(--primary-text-color);
		font-weight: bold;
		text-align: center;
		background-color: var(--lightgray2);
		padding: 2rem 0 !important;
	}
}

.header-nav-title {
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
}
.header-nav-title::after {
	display: inline-block;
	content: "";
	position: absolute;
	bottom: -2rem;
	left: calc(50% - 0.5rem);
	border: solid var(--primary-text-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((1rem / 3) * 2);
	width: calc((1rem / 3) * 2);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header-nav-title:hover::after {
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((1rem / 3) * 2);
	width: calc((1rem / 3) * 2);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
	.header-nav-title {width: calc(100% - 1.5rem);}
	.header-nav-title::after {
		right: 2rem;
		left: auto;
		bottom: 40%;
		border: solid var(--primary-color);
		border-width: 0 2px 2px 0;
		display: inline-block;
		height: calc((1rem / 3) * 2);
		width: calc((1rem / 3) * 2);
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
}

.footer-01 {background: linear-gradient(317deg, var(--primary-color), var(--quaternary-color));}
.footer-01 h3 {
	color: var(--white);
	font-size: 3.1rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2.2rem;
}
.footer-01 h4 {
	color: var(--white);
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	line-height: normal;
}
.footer-01 ul {
	display: flex;
	justify-content: center;
}
.footer-01 ul li {
	width: 50%;
	justify-content: center;
	align-items: center;
}
.footer-01 ul li:first-child {margin-right: 20px;}
.footer-01 ul li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.footer-01 h3 {
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}
	.footer-01 ul {
		flex-direction: column;
	}
	.footer-01 ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.footer-01 ul li:first-child {margin-right: 0;}
	.footer-01 ul li .btn-b.white {
		max-width: 32rem;
		width: 100%;
		height: 6rem;
		padding: 2.5rem 0;
	}
}

.footer-02 {
	background-color: var(--secondary-color);
	width: 100%;
}
.footer-02 .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer-02 img {max-width: 380px;}
.footer-02 ul {
	display: flex;
	justify-content: center;
	margin-bottom: 2.3rem;
}
.footer-02 ul li {
	color: var(--white);
	flex: 1 1 auto;
	margin-right: 12rem;
}
.footer-02 ul li:first-child {text-align: right;}

@media screen and (max-width: 767px) {
	.footer-02 img {width: 19rem;}
	.footer-02 ul {
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 2rem;
	}
	.footer-02 ul li {
		margin-right: 0;
		margin-left: 5rem;
		margin-bottom: 1rem;
	}
	.footer-02 ul li:first-child {text-align: left;}
}

.footer-02 ul li:last-child {
	text-align: left;
	margin-right: 0;
}
.footer-02 ul li a {
	color: var(--white);
	font-size: 1.4rem;
	font-weight: 500;
}
.footer-02 p {
	color: var(--white);
	font-size: 1.2rem;
	text-align: center;
}

/* EXPOポップアップ 250120版 */
.expo_pop{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: solid 4px #2c4d7a;
	background: #fffef2;
	max-width: 500px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	opacity: 0.9;
	z-index: 999999;
	padding: 10px 20px 20px;
}
.expo_pop_inner{
	display: flex;
    justify-content: space-around;
    align-items: center;
}
#expo_close {
	position: absolute;
	top: 10px;
	right: 10px;
	border: none;
	background: #a2a2a2;
	color: #fff;
	font-weight: bold;
	line-height: 0;
	width: 36px;
	height: 36px;
	padding: .5rem;
}
.expo_pop ._img01{
	width: calc(100% - 72px);
	margin: 0 auto 5px;
}
.expo_pop ._img01 img{width: 100%;}
.expo_pop ._txt01 {
	color:#2c4d7a;
	margin-bottom: 5px;
}
.expo_pop ._txt02 {
	display: inline-block;
	font-size: 16px;
	text-align: left;
	margin-bottom: 5px;
}
.expo_pop ._txt03{
	color:#2c4d7a;
	font-size: 18px;
	text-align: left;
}
.expo_pop figure.qr img{max-width: 80px;}
.expo_pop .fa-play {
	color: #7dabcf;
	margin: 0 15px;
}
.expo_pop ._txt04{
	font-size: 14px;
	margin-bottom: 10px;
}
#expo_link {
	display: block;
	background: #2c4d7a;
	border: none;
	color: #fff;
	font-size: 24px;
	border-radius: 1rem;
    cursor: pointer;
	
	-moz-transition: color .3s, opacity .3s, background .3s;
	-o-transition: color .3s, opacity .3s, background .3s;
	-webkit-transition: color .3s, opacity .3s, background .3s;
	transition: color .3s, opacity .3s, background .3s;

	margin: 10px 0;
	padding: 5px;
}
#expo_link i {margin-left: .5em;}
#expo_close:hover,
#expo_link:hover {opacity: 0.5;}
#expo_link a {
	color: #fff !important;;
	font-weight: bold;
	text-decoration: none;
	padding: .5rem 1rem;
}
@media screen and (max-width: 767px) {
	.expo_pop{
		width:90%;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 auto 10px;
		padding: 10px;
	}
	#expo_close {
		font-size: 16px;
		width: 30px;
		height: 30px;
		padding: .5rem;
	}
	.expo_pop ._img01{width: calc(100% - 65px);}
	.expo_pop ._txt01,
	.expo_pop ._txt03 {font-size: 14px;}
	.expo_pop ._txt02 {
		font-size: 14px;
		text-indent: -2.5em;
	}
	.expo_pop ._txt04 {font-size: 13px;}
	#expo_link {font-size: 18px;}
}


.chevron {
	border: solid var(--primary-color);
	border-width: 0 calc(2rem / 5) calc(2rem / 5) 0;
	display: inline-block;
	height: 14px;
	width: 14px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.arrow-l-down {
	box-sizing: border-box;
	position: absolute;
	display: inline-block;
	width: calc(2.5rem / 10);
	height: 2.5rem;
	background-color: var(--primary-color);
	bottom: 4rem;
	left: 5rem;
}
.arrow-l-down::after {
	content: "";
	position: absolute;
	top: calc((2.5rem / -2) + (2.5rem / 1.2));
	left: -0.6rem;
	border: solid var(--primary-color);
	border-width: 0 calc(2.5rem / 10) calc(2.5rem / 10) 0;
	display: inline-block;
	height: calc(2.5rem / 2);
	width: calc(2.5rem / 2);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.arrow-l {
	box-sizing: border-box;
	position: absolute;
	display: inline-block;
	width: 4rem;
	height: calc(4rem / 10);
	background-color: var(--primary-color);
	top: 13rem;
	right: -3rem;
}
.arrow-l::after {
	content: "";
	position: absolute;
	top: calc((4rem / -2) + (4rem / 4));
	right: 0;
	border: solid var(--primary-color);
	border-width: 0 calc(4rem / 10) calc(4rem / 10) 0;
	display: inline-block;
	height: calc(4rem / 2);
	width: calc(4rem / 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.line {
	width: 4.5rem;
	height: 0.3rem;
	position: absolute;
	right: calc(4.5rem * -1);
	top: 10rem;
	background-color: var(--primary-color);
}

.line-down {
	height: 2rem;
	width: 0.3rem;
	position: absolute;
	bottom: calc(2rem * -1);
	left: 6rem;
	background-color: var(--primary-color);
}

.breadcrumbs-top ul {
	display: flex;
	align-items: center;
	margin-top: 2rem;
	margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
	.breadcrumbs-top {margin-bottom: 8rem;}
	.breadcrumbs-top ul {display: none;}
}

.breadcrumbs-top ul li {
	display: inline;
	position: relative;
	color: var(--primary-color);
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-right: 1.5rem;
}
.breadcrumbs-top ul li::after {
	content: "";
	margin-left: 12px;
	border: solid #949699;
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((1.2rem / 3) * 2);
	width: calc((1.2rem / 3) * 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.breadcrumbs-top ul li a {
	display: inline;
	color: var(--primary-color);
}
.breadcrumbs-top ul li:last-child {
	color: var(--primary-text-color);
	display: inline;
}
.breadcrumbs-top ul li:last-child a {
	display: inline;
	color: var(--primary-text-color);
}
.breadcrumbs-top ul li:last-child::after {display: none;}

.breadcrumbs-bottom ul {
	display: inline-block;
	margin-top: 10rem;
	margin-bottom: 2rem;
}
.breadcrumbs-bottom ul li {
	display: inline;
	position: relative;
	color: var(--primary-color);
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
	.breadcrumbs-bottom ul {
		margin-top: 8rem;
		margin-bottom: 2rem;
	}
	.breadcrumbs-bottom ul li {
		font-size: 1.1rem;
	}
}
.breadcrumbs-bottom ul li::after {
	content: "";
	margin-left: 12px;
	border: solid #949699;
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((1.2rem / 3) * 2);
	width: calc((1.2rem / 3) * 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.breadcrumbs-bottom ul li a {
	display: inline;
	color: var(--primary-color);
}
.breadcrumbs-bottom ul li:last-child {
	color: var(--primary-text-color);
	display: inline;
}
.breadcrumbs-bottom ul li:last-child a {
	display: inline;
	color: var(--primary-text-color);
}
.breadcrumbs-bottom ul li:last-child::after {display: none;}

.btn-a {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 2.8rem;
	color: var(--primary-text-color);
	display: flex;
	align-items: center;
}
.btn-a.start {align-items: flex-start !important;}
.btn-a:hover {color: var(--primary-color);}
.btn-a:hover .icon::before {
	height: 6rem;
	width: 6rem;
}

@media screen and (max-width: 767px) {
	.btn-a:hover {color: var(--primary-text-color);}
	.btn-a:hover .icon::before {
		height: 2.5rem;
		width: 2.5rem;
	}
	.btn-a:hover .icon {
		position: relative;
		width: 2.5rem;
	}
	.btn-a:hover .icon::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		box-sizing: border-box;
		border-radius: 50%;
		border: 2px solid var(--primary-color);
		display: inline-block;
		height: 2.5rem;
		width: 2.5rem;
		transition: 0.3s;
		transform: translate(-50%, -50%);
	}
	.btn-a:hover .icon::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 25%;
		right: 25%;
		margin: auto;
		border: 2px solid var(--primary-color);
		border-width: 0 2px 2px 0;
		display: inline-block;
		height: calc(2.5rem / 4);
		width: calc(2.5rem / 4);
		margin-top: calc((((100% - (2.5rem / 4)) / 2) / -2) + 1px);
		right: calc((100% - (2.5rem / 4)) / 2);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.btn-a:hover .icon:hover::before {
		height: 4rem;
		width: 4rem;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.btn-a:hover .icon:hover::before {
		height: 2.5rem;
		width: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.btn-a:hover .btn-a:hover .icon::before {
		height: 4rem;
		width: 4rem;
	}
}

.btn-a .icon {
	position: relative;
	width: 4rem;
	margin-right: 1.5rem;
}
.btn-a .icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid var(--primary-color);
	display: inline-block;
	height: 4rem;
	width: 4rem;
	transition: 0.3s;
	transform: translate(-50%, -50%);
}
.btn-a .icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	margin: auto;
	border: 2px solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc(4rem / 4);
	width: calc(4rem / 4);
	margin-top: calc((((100% - (4rem / 4)) / 2) / -2) + 1px);
	right: calc((100% - (4rem / 4)) / 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.btn-a .icon:hover::before {
	height: 6rem;
	width: 6rem;
}
.btn-a:hover .btn-a .icon::before {
	height: 6rem;
	width: 6rem;
}
.btn-a .icon.multiline {
	height: 2.5rem;
}

@media screen and (max-width: 767px) {
	.btn-a .icon:hover::before {
		height: 4rem;
		width: 4rem;
	}
	.btn-a .icon {
		position: relative;
		width: 2.5rem;
		margin-right: 0.7rem;
	}
	.btn-a .icon::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		box-sizing: border-box;
		border-radius: 50%;
		border: 2px solid var(--primary-color);
		display: inline-block;
		height: 2.5rem;
		width: 2.5rem;
		transition: 0.3s;
		transform: translate(-50%, -50%);
	}
	.btn-a .icon::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 25%;
		right: 25%;
		margin: auto;
		border: 2px solid var(--primary-color);
		border-width: 0 2px 2px 0;
		display: inline-block;
		height: calc(2.5rem / 4);
		width: calc(2.5rem / 4);
		margin-top: calc((((100% - (2.5rem / 4)) / 2) / -2) + 1px);
		right: calc((100% - (2.5rem / 4)) / 2);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.btn-a .icon:hover::before {
		height: 4rem;
		width: 4rem;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.btn-a .icon:hover::before {
		height: 2.5rem;
		width: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.btn-a:hover .btn-a .icon::before {
		height: 4rem;
		width: 4rem;
	}
}

.btn-a.right {justify-content: flex-end;}
.btn-a.small {
	font-size: 1.6rem;
	line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
	.btn-a.small {font-size: 1.4rem;}
}
@media screen and (min-width: 768px) {
	.btn-a.small:hover .icon:before {
		width: 4rem;
		height: 4rem;
	}
}
.btn-a.small .icon {
	position: relative;
	width: 2.5rem;
	margin-right: 1rem;
}
.btn-a.small .icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid var(--primary-color);
	display: inline-block;
	height: 2.5rem;
	width: 2.5rem;
	transition: 0.3s;
	transform: translate(-50%, -50%);
}
.btn-a.small .icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	margin: auto;
	border: 2px solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc(2.5rem / 4);
	width: calc(2.5rem / 4);
	margin-top: calc((((100% - (2.5rem / 4)) / 2) / -2) + 1px);
	right: calc((100% - (2.5rem / 4)) / 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.btn-a.small .icon:hover::before {
	height: 4rem;
	width: 4rem;
}
.btn-a:hover .btn-a.small .icon::before {
	height: 4rem;
	width: 4rem;
}

@media screen and (max-width: 767px) {
	.btn-a.small .icon:hover::before {
		height: 2.5rem;
		width: 2.5rem;
	}
	.btn-a.small .icon {
		position: relative;
		width: 2rem;
		margin-right: 0.7rem;
	}
	.btn-a.small .icon::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		box-sizing: border-box;
		border-radius: 50%;
		border: 2px solid var(--primary-color);
		display: inline-block;
		height: 2rem;
		width: 2rem;
		transition: 0.3s;
		transform: translate(-50%, -50%);
	}
	.btn-a.small .icon::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 25%;
		right: 25%;
		margin: auto;
		border: 2px solid var(--primary-color);
		border-width: 0 2px 2px 0;
		display: inline-block;
		height: calc(2rem / 4);
		width: calc(2rem / 4);
		margin-top: calc((((100% - (2rem / 4)) / 2) / -2) + 1px);
		right: calc((100% - (2rem / 4)) / 2);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.btn-a.middle {font-size: 1.6rem;}
}

.btn-b {
	position: relative;
	box-sizing: border-box;
	background: linear-gradient(317deg, var(--primary-color), var(--quaternary-color));
	padding: 3.5rem 0;
	color: var(--white);
	margin: 0 auto;
	display: inline-block;
	max-width: 50rem;
	width: 100%;
	border-radius: 6rem;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
	line-height: 2.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-b.large {
	max-width: 80rem;
	width: 100%;
}
.btn-b:hover {opacity: 0.6;}
.btn-b .icon {
	margin-right: 2rem;
	border: solid var(--white);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((2rem / 3) * 2);
	width: calc((2rem / 3) * 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.btn-b.white {
	background: var(--white);
	color: var(--primary-color);
}
.btn-b.white .icon {
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((2rem / 3) * 2);
	width: calc((2rem / 3) * 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-right: 20px;
}
.btn-b.border {
	background: var(--white);
	color: var(--primary-color);
	border-radius: 5rem;
	border: solid 3px var(--primary-color);
	box-shadow: none;
	padding: 0;
	height: 8rem;
}
.btn-b.border .icon {
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((2rem / 3) * 2);
	width: calc((2rem / 3) * 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.btn-b.border .icon.left {
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((1.2rem / 3) * 2);
	width: calc((1.2rem / 3) * 2);
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.btn-b.border .icon.down {
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((1.2rem / 3) * 2);
	width: calc((1.2rem / 3) * 2);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.btn-b.border .icon.down-l {
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((1.7rem / 3) * 2);
	width: calc((1.7rem / 3) * 2);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-width: 0 3px 3px 0;
	margin-bottom: 0.4rem;
}
.btn-b.block {display: block;}
.btn-b.no-margin {margin: 0;
}
@media screen and (max-width: 767px) {
	.btn-b {
		padding: 1.8rem 0;
		width: 100%;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.1rem;
	}
	.btn-b.large {max-width: 32rem;}
	.btn-b .icon {
		margin-right: 1rem;
		border: solid var(--white);
		border-width: 0 2px 2px 0;
		display: inline-block;
		height: calc((1rem / 3) * 2);
		width: calc((1rem / 3) * 2);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.btn-b.white .icon {
		border: solid var(--primary-color);
		border-width: 0 2px 2px 0;
		display: inline-block;
		height: calc((1.2rem / 3) * 2);
		width: calc((1.2rem / 3) * 2);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.btn-b.border {height: 6rem;}
	.btn-b.border .icon {
		border: solid var(--primary-color);
		border-width: 0 2px 2px 0;
		display: inline-block;
		height: calc((1.2rem / 3) * 2);
		width: calc((1.2rem / 3) * 2);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
}

.btn-b-c {
	position: relative;
	box-sizing: border-box;
	background: linear-gradient(317deg, var(--primary-color), var(--quaternary-color));
	padding: 3.5rem 0;
	color: var(--white);
	margin: 0 auto;
	display: inline-block;
	width: 80rem;
	border-radius: 6rem;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
	line-height: 2.8rem;
}
.btn-b-c:hover {opacity: 0.6;}
.btn-b-c .icon {
	margin-right: 2rem;
	border: solid var(--white);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((2rem / 3) * 2);
	width: calc((2rem / 3) * 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.btn-b-c.white {
	background: var(--white);
	color: var(--primary-color);
}
.btn-b-c.white .icon {
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((2rem / 3) * 2);
	width: calc((2rem / 3) * 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.btn-b-c.border {
	background: var(--white);
	color: var(--primary-color);
	border-radius: 5rem;
	border: solid 3px var(--primary-color);
}
.btn-b-c.border .icon {
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((2rem / 3) * 2);
	width: calc((2rem / 3) * 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
	.btn-b-c {
		padding: 1.8rem 0;
		width: 100%;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.1rem;
	}
	.btn-b-c .icon {
		margin-right: 1.8rem;
		border: solid var(--white);
		border-width: 0 2px 2px 0;
		display: inline-block;
		height: calc((1.2rem / 3) * 2);
		width: calc((1.2rem / 3) * 2);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.btn-b-c.white .icon {
		border: solid var(--primary-color);
		border-width: 0 2px 2px 0;
		display: inline-block;
		height: calc((1.2rem / 3) * 2);
		width: calc((1.2rem / 3) * 2);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.btn-b-c.border .icon {
		border: solid var(--primary-color);
		border-width: 0 2px 2px 0;
		display: inline-block;
		height: calc((1.2rem / 3) * 2);
		width: calc((1.2rem / 3) * 2);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
}
.btn-b-c.border .icon.left {
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((1.2rem / 3) * 2);
	width: calc((1.2rem / 3) * 2);
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.btn-b-c.border .icon.down {
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((1.2rem / 3) * 2);
	width: calc((1.2rem / 3) * 2);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.btn-b-c.block {display: block;}
.btn-b-c.no-margin {margin: 0;}

/* 221201 カタログボタン追加 */
.btn_catalog {
	max-width: 42rem;
	margin: 3rem auto;
}
.btn_catalog a {
	display: block;
	background: var(--white);
	border: solid .4rem var(--secondary-color);
	color: var(--secondary-color);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 6.2rem;
	border-radius: 4.5rem;
	text-align: center;
	-ms-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
	box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);

	-moz-transition: color .3s, opacity .3s, background .3s;
	-o-transition: color .3s, opacity .3s, background .3s;
	-webkit-transition: color .3s, opacity .3s, background .3s;
	transition: color .3s, opacity .3s, background .3s;
}
.btn_catalog a:hover {background: var(--milk);}
.btn_catalog .icon {
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((2rem / 3) * 2);
	width: calc((2rem / 3) * 2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	.btn_catalog {max-width: 32rem;}
	.btn_catalog a {
		font-size: 1.6rem;
	}
	.btn_catalog .icon {
		display: inline-block;
		height: calc((1.2rem / 3) * 2);
		width: calc((1.2rem / 3) * 2);
	}
}
.footer .btn_catalog {display: none;}
.footer.catalog_on .btn_catalog {display: block !important;}

.table {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 3.5rem;
	color: var(--primary-text-color);
}
.table td {
	border: 1px solid var(--lightgray1);
	padding: 0 0.5em;
}
.table .bg-orange {
	background: var(--primary-color);
	color: var(--white);
}
.table .bg-lightorange {background: var(--milk);}

.box {
	border: solid 0.5rem var(--lightgray2);
	box-sizing: border-box;
}
.box-container {
	padding: 4rem;
	background-color: var(--lightgray2);
}
@media screen and (max-width: 767px) {
	.table {font-size: 1.2rem;}
	.box {border: solid 0.3rem var(--lightgray2);}
	.box-container {padding: 2rem;}
}

.list-comment li {
	counter-increment: list_comment;
	font-size: 1.2rem;
	line-height: 1.9rem;
	display: flex;
}
.list-comment li::before {
	content: "※" counter(list_comment);
	margin-right: 1rem;
}
.list-comment-2 {counter-reset: list_comment 1;}
.list-comment-2 li {counter-increment: list_comment 1;}
.list-comment-2 li::before {content: "※" counter(list_comment);}
.list-comment-4 li::before {content: "※4";}
.list-comment-5 {counter-reset: list_comment 4;}
.list-comment-5 li {counter-increment: list_comment 1;}
.list-comment-5 li::before {content: "※" counter(list_comment);}
.list-comment-7 {counter-reset: list_comment 6;}
.list-comment-7 li {counter-increment: list_comment 1;}
.list-comment-7 li::before {content: "※" counter(list_comment);}
.list-comment-8 {counter-reset: list_comment 7;}
.list-comment-8 li {counter-increment: list_comment 1;}
.list-comment-8 li::before {content: "※" counter(list_comment);}
.list-comment-11 {counter-reset: list_comment 10;}
.list-comment-11 li {counter-increment: list_comment 1;}
.list-comment-11 li::before {content: "※" counter(list_comment);}
.list-comment a {
	text-decoration: underline;
	color: var(--primary-text-color);
}
.list-comment.-noNum li::before {
	content: "※";
	margin-right: 0.1rem;
}

.pages-nav {background-color: var(--lightgray2);}
.pages-nav ul {display: flex;}
.pages-nav ul li {
	display: flex;
	flex: 1 1 auto;
	align-items: flex-start;
	width: 50%;
	border-right: solid 1px var(--lightgray1);
	padding-right: 4rem;
	padding-bottom: 5rem;
}
.pages-nav ul li:last-child {
	border-right: 0;
	padding-right: 0;
	padding-left: 4rem;
}
.pages-nav ul li img {
	max-width: 25rem;
	width: 47%;
	height: auto;
	flex-shrink: 0;
}

@media screen and (max-width: 767px) {
	.pages-nav ul {flex-direction: column;}
	.pages-nav ul li {
		width: 100%;
		border-right: 0;
		border-bottom: solid 1px var(--lightgray1);
		padding-bottom: 2rem;
		padding-right: 0;
	}
	.pages-nav ul li:last-child {
		padding-left: 0;
		padding-top: 2rem;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.pages-nav ul li img {
		flex: 0 0 10.5rem;
		width: 10.5rem;
		height: auto;
	}
}

.pages-faq {counter-reset: pages_faq;}
.pages-faq li {
	counter-increment: pages_faq;
	position: relative;
	border-bottom: solid 1px var(--lightgray1);
	padding: 3rem 8rem 3rem 3rem;
	cursor: pointer;
}
.pages-faq li::before {
	content: counter(pages_faq) ".";
	position: absolute;
	left: 0;
	top: 3rem;
	font-size: 1.8rem;
	line-height: 3rem;
	font-weight: bold;
	color: var(--primary-text-color);
}
.pages-faq li.active::after {
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((1rem / 3) * 2);
	width: calc((1rem / 3) * 2);
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.pages-faq li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 1rem;
	margin: 3.2rem;
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((1rem / 3) * 2);
	width: calc((1rem / 3) * 2);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.pages-faq li:first-child {border-top: solid 1px var(--lightgray1);}
.pages-faq li p {
	font-size: 1.4rem;
	margin-top: 2rem;
	line-height: 2rem;
}
.pages-suggested-columns {
	margin-top: 10rem;
	margin-bottom: 10rem;
}
.pages-suggested-columns ul li:first-child a {padding-top: 0;}
.pages-suggested-columns ul li a {
	display: flex;
	border-bottom: solid 1px var(--lightgray1);
	padding-top: 4rem;
	padding-bottom: 4rem;
	align-items: flex-start;
}
.pages-suggested-columns ul li a img {
	margin-right: 2rem;
	flex: 0 0 30rem;
	width: 30rem;
}
.pages-suggested-columns ul li a .box {
	display: flex;
	justify-content: center;
	padding: 3rem 0 3rem 4rem;
}
.pages-suggested-columns ul li a .pages-suggested-columns-details {margin-bottom: 4rem;}
.pages-suggested-columns ul li a strong {
	font-size: 2.4rem;
	line-height: 3.6rem;
	color: var(--primary-text-color);
}
.pages-suggested-columns ul li a-img {
	position: absolute;
	overflow: visible;
	width: 26.5rem;
	bottom: 0;
	left: 20rem;
	z-index: 1;
}
.pages-suggested-columns ul li a p {
	font-size: 1.6rem;
	line-height: 3rem;
}
.pages-suggested-columns ul li a .pages-suggested-columns-more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.pages-inquiries {
	position: relative;
	margin-top: 15rem;
}
.pages-inquiries-img {
	position: absolute;
	overflow: visible;
	width: 26.5rem;
	bottom: 0;
	left: 4rem;
	z-index: 1;
}
.pages-inquiries-span {
	margin-right: 2rem;
	flex: 0 0 26.5rem;
	width: 26.5rem;
}
.pages-inquiries-details {
	display: flex;
	flex-direction: column;
}
.pages-inquiries-details h3 {
	align-self: center;
	text-align: center;
}
.pages-inquiries .box {
	display: flex;
	padding: 3rem 0 3rem 4rem;
}
.pages-inquiries .box .btn-b {
	width: 67.77%;
	align-self: flex-end;
}
.pages-toc-title {
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 2.8rem;
	color: var(--gray2);
	padding-bottom: 2rem;
}
.pages-toc-heading {
	cursor: pointer;
	position: relative;
	text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 3rem;
	color: var(--gray2);
	padding: 2rem 0;
	border-top: solid 1px var(--lightgray1);
}
.pages-toc-heading::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	margin: 3.2rem;
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((1rem / 3) * 2);
	width: calc((1rem / 3) * 2);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.pages-toc-heading.-noafter:after {display: none !important;}
.pages-toc-heading.-noafter a {color: var(--gray2);}
.active .pages-toc-heading::after {
	border: solid var(--primary-color);
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: calc((1rem / 3) * 2);
	width: calc((1rem / 3) * 2);
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.pages-toc-subheading {
	text-align: left;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 3rem;
	color: var(--gray2);
	padding-bottom: 2rem;
	padding-left: 2rem;
}
.pages-toc-subheading.indent {padding-left: 4rem;}
.pages-toc-subheading a {color: var(--gray2);}
.pages-toc-1 ul {display: none;}
.pages-toc-1.active > ul {display: block;}
.pages-toc-1:last-child {border-bottom: solid 1px var(--lightgray1);}
.img-page-block {
	width: 100%;
	display: block;
}

@media screen and (max-width: 767px) {
	.pages-faq li::before {
		top: 2rem;
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.pages-faq li::after {margin: 2.5rem;}
	.pages-faq li {padding: 2rem 5.5rem 2rem 3rem;}
	.pages-faq li:last-child {margin-bottom: 0;}
	.pages-suggested-columns {
		margin-top: 8rem;
		margin-bottom: 8rem;
	}
	.pages-suggested-columns ul li:first-child a {padding-top: 0;}
	.pages-suggested-columns ul li a {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.pages-suggested-columns ul li a img {
		margin-right: 1.5rem;
		flex: 0 0 10rem;
		width: 10rem;
	}
	.pages-suggested-columns ul li a .pages-suggested-columns-details {display: none;}
	.pages-suggested-columns ul li a strong {
		font-size: 1.6rem;
		line-height: initial;
	}
	.pages-suggested-columns ul li a-img {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.pages-inquiries {margin-top: 8rem;}
	.pages-inquiries-img {
		width: 26.09%;
		bottom: 1.5rem;
		left: 3rem;
	}
	.pages-inquiries-span {
		margin-right: 0;
		flex: 0 0 0px;
		width: 0;
	}
	.pages-inquiries-details {flex: 0 0 100%;}
	.pages-inquiries-details .btn-b {
		width: 63.77%;
		align-self: flex-end;
	}
	.pages-inquiries .box {padding: 1.5rem;}
	.pages-toc-title {
		font-size: 2rem;
		line-height: normal;
		padding-bottom: 1.5rem;
	}
	.pages-toc-heading {
		font-size: 1.6rem;
		padding: 1.5rem 4rem 1.5rem 0;
	}
	.pages-toc-heading::after {
		margin: 2.5rem;
	}
	.pages-toc-subheading {
		font-size: 1.4rem;
		padding-bottom: 1.5rem;
		line-height: 2.5rem;
	}
}
