@charset "utf-8";

:root {
	--theme-color-01: #22ac38;
	--theme-color-02: #e1f6d5;
}

/* --------------------------------------------------------------- */
/* reset start */
/* --------------------------------------------------------------- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
li,
ol,
dl {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	display: inline-block;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 1081px) {
	a:hover {
		text-decoration: none;
	}
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*:after,
*:before {
	-webkit-appearance: none;
	word-break: break-all;
	box-sizing: border-box;
}

/* --------------------------------------------------------------- */
/* reset end */
/* --------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.pc-off {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.sp-off {
		display: none !important;
	}
}

/* tel config */
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		color: #000;
	}
}
@media print, screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
	}
}

html {
	color: #000;
	font-size: 62.5%;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-text-size-adjust: none;
}
@media screen and (max-width: 1919px) and (min-width: 768px) {
	html {
		font-size: calc(10 / 1920 * 100 * 1vw);
	}
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
	html {
		font-size: calc(12 / 1920 * 100 * 1vw);
	}
}

@media screen and (max-width: 374px) {
	html {
		/* 9px/16 */
		font-size: 56.25%;
		/* 8px/16 */
		font-size: 50%;
	}
}

/* ------------------------------------------- */
/* IE対応 - 念の為残しておく */
/* ------------------------------------------- */
@media all and (-ms-high-contrast: none) {
	html {
		font-size: 10px;
	}
}

body {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1;
	overflow: auto;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

a {
	color: #000;
}

/* Slider Text boyake Control */
/* .bx-viewport * {
  -webkit-transform: translate3d(0, 0, 0);
} */

/* ------------------------------------------- */
/* print setting */
/* ------------------------------------------- */
@media print {
	body {
		-webkit-print-color-adjust: exact;
		position: relative;
		width: 1600px;
		zoom: 70%;
	}
}
@page {
	size: A4;
	margin: 10mm;
}

.animate-flag {
	opacity: 0;
}

@media print {
	.animate-flag {
		opacity: 1;
	}
}

/* --------------------------------------------------------------- */
/* wrapper */
/* --------------------------------------------------------------- */
#wrapper {
	padding-top: 12rem;
	overflow-x: hidden;
}
@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 7rem;
	}
}

/* --------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------- */
#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
}
@media print {
	#header {
		position: absolute;
	}
}
#header .inner {
	position: relative;
	width: 100%;
	height: 12rem;
	background: var(--theme-color-01);
}
@media screen and (max-width: 767px) {
	#header .inner {
		height: 7rem;
	}
}

#header .logomark,
#header .main-list,
#header .sns-list {
	position: absolute;
}
@media screen and (max-width: 767px) {
	#header .main-list,
	#header .sns-list {
		position: static;
	}
}

#header .logomark {
	top: 2rem;
	left: 4.5rem;
}
@media screen and (max-width: 767px) {
	#header .logomark {
		top: 1.7rem;
		left: 2rem;
	}
}
#header .main-list {
	top: 5rem;
	right: 18.3rem;
}
#header .sns-list {
	top: 4rem;
	right: 4.3rem;
}

/* logomark */
#header .logomark {
	font-weight: normal;
	color: #fff;
}
#header .logomark span {
	display: block;
}
#header .logomark .logomark-sub {
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
	#header .logomark .logomark-sub {
		margin-bottom: 0.5rem;
		font-size: 1rem;
	}
}
#header .logomark .logomark-name {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
#header .logomark .logomark-name .name-main {
	font-weight: bold;
	font-size: 5rem;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
	#header .logomark .logomark-name .name-main {
		font-size: 2.4rem;
	}
}
#header .logomark .logomark-name .name-sub {
	margin-left: 1.6rem;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	#header .logomark .logomark-name .name-sub {
		margin-left: 1rem;
		font-size: 1rem;
	}
}

/* main-list */
#header .main-list {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	#header .main-list {
		display: block;
	}
}
#header .main-list li {
	margin-left: 4.2rem;
}
@media screen and (max-width: 767px) {
	#header .main-list li {
		margin-left: 0;
		border-bottom: 1px solid #ddd;
	}
}
#header .main-list li a {
	font-size: 2.2rem;
	letter-spacing: 0.02em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
	#header .main-list li a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 767px) {
	#header .main-list li a {
		position: relative;
		display: block;
		padding: 2rem;
		font-size: 1.6rem;
		color: #000;
	}
	#header .main-list li a:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 2.5rem;
		margin-top: -0.4rem;
		width: 0.8rem;
		height: 0.8rem;
		border-top: 0.2rem solid #000;
		border-right: 0.2rem solid #000;
		box-sizing: border-box;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
}

/* sns-list */
#header .sns-list {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	#header .sns-list {
		margin-top: 2rem;
		justify-content: center;
	}
}
#header .sns-list li {
	margin-left: 1.5rem;
	width: 4.3rem;
}
#header .sns-list li a {
	display: block;
	text-decoration: none;
	transition: ease 0.25s opacity;
}
@media (hover: hover) and (pointer: fine) {
	#header .sns-list li a:hover {
		opacity: 0.8;
	}
}

@media screen and (max-width: 767px) {
	#header .nav {
		position: fixed;
		left: 100%;
		top: 7rem;
		z-index: 999;
		width: 100%;
		height: calc(100svh - 7rem);
		overflow-y: scroll;
		transition: ease 0.25s left;
		background: #fff;
	}
	.menu-active #header .nav {
		left: 0;
	}
}

#header .menu-btn {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	z-index: 9999;
}
@media screen and (max-width: 767px) {
	#header .menu-btn {
		display: block;
	}
}
.menu-active #header .menu-btn {
	/* position: fixed; */
}
#header .menu-btn a {
	position: relative;
	/* width: 8.6rem; */
	width: 10rem;
	height: 10rem;
	vertical-align: top;
	transition: ease 0.25s all;
}
@media screen and (max-width: 767px) {
	#header .menu-btn a {
		width: 7rem;
		height: 7rem;
	}
}
.menu-active #header .menu-btn a {
	background-color: #000;
}
#header .menu-btn a span {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	margin-left: -1.8rem;
	width: 3.4rem;
	height: 0.2rem;
	background: #fff;
	transition: ease 0.25s all;
	border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
	#header .menu-btn a span {
		margin-left: -1.2rem;
		width: 2.4rem;
		height: 0.2rem;
	}
}
.menu-active #header .menu-btn a span {
	background: #fff;
}
#header .menu-btn a span:nth-child(1) {
	margin-top: -1.1rem;
}
@media screen and (max-width: 767px) {
	#header .menu-btn a span:nth-child(1) {
		margin-top: -0.8rem;
	}
}
#header .menu-btn a span:nth-child(2) {
	margin-top: 0;
}
#header .menu-btn a span:nth-child(3) {
	margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
	#header .menu-btn a span:nth-child(3) {
		margin-top: 0.8rem;
	}
}
.menu-active #header .menu-btn a span:nth-child(1) {
	margin-top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.menu-active #header .menu-btn a span:nth-child(2) {
	display: none;
}
.menu-active #header .menu-btn a span:nth-child(3) {
	margin-top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* --------------------------------------------------------------- */
/* container */
/* --------------------------------------------------------------- */
#container {
}

/* --------------------------------------------------------------- */
/* contents */
/* --------------------------------------------------------------- */
#contents {
}

/* --------------------------------------------------------------- */
/* breadcrumbs */
/* --------------------------------------------------------------- */
#breadcrumbs {
}

/* --------------------------------------------------------------- */
/* footer */
/* --------------------------------------------------------------- */
#footer {
	padding: 7.6rem 0 5.4rem;
	background: #eeeeee;
	border-bottom: 2rem solid var(--theme-color-01);
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 4rem 0;
	}
}

#footer .information-area {
	margin-bottom: 10.5rem;
	font-weight: normal;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #707070;
}
@media screen and (max-width: 767px) {
	#footer .information-area {
		margin-bottom: 4rem;
		font-size: 1.6rem;
	}
}
#footer .information-area a {
	color: #707070;
}

#footer .sns-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
}
#footer .sns-list li {
	margin-left: 1rem;
	width: 3.5rem;
}
#footer .sns-list li:first-child {
	margin-left: 0;
}
#footer .sns-list li a {
	transition: ease 0.25s opacity;
}
@media (hover: hover) and (pointer: fine) {
	#footer .sns-list li a:hover {
		opacity: 0.8;
	}
}

#copyright {
	display: block;
	font-size: 1.2rem;
	text-align: center;
}

/* --------------------------------------------------------------- */
/* edit-area */
/* --------------------------------------------------------------- */
.edit-area {
}

/* ------------------------------------------- */
/* inner config */
/* ------------------------------------------- */
.inner {
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.inner {
		width: calc(100% - 4rem);
	}
}

.w1000 {
	width: 100rem;
}
@media screen and (max-width: 1000px) {
	.w1000 {
		width: calc(100% - 100px);
	}
}
@media screen and (max-width: 767px) {
	.w1000 {
		width: calc(100% - 4rem);
	}
}

/* --------------------------------------------------------------- */
/* common parts */
/* --------------------------------------------------------------- */

/* ------------------------------------------- */
/* common-btn */
/* ------------------------------------------- */
.common-btn {
	text-align: center;
}
.common-btn .cover {
	display: inline-block;
}

/* ------------------------------------------- */
/* common-title */
/* ------------------------------------------- */
.common-title {
}
/* type01 */
.common-title.type01 {
}

/* ------------------------------------------- */
/* common-text */
/* ------------------------------------------- */
.common-text {
}
/* type01 */
.common-text.type01 {
}

/* ------------------------------------------- */
/* common-area */
/* ------------------------------------------- */
.common-area {
}

/* ------------------------------------------- */
/* common-float */
/* ------------------------------------------- */
.common-float:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}
.common-float .f-left {
	float: left;
}
.common-float .f-right {
	float: right;
}
.common-float .clear {
	clear: both;
}

/* ------------------------------------------- */
/* common-flex */
/* ------------------------------------------- */
.common-flex {
	display: flex;
}

/* ------------------------------------------- */
/* common-list */
/* ------------------------------------------- */
.common-list {
}

/* ------------------------------------------- */
/* common-table */
/* ------------------------------------------- */
.common-table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

/* table-scroll */
@media screen and (max-width: 767px) {
	.table-scroll {
		position: relative;
		overflow-x: scroll;
		padding-bottom: 3.5rem;
	}
	.table-scroll .common-table {
		width: 80rem;
	}
	.table-scroll:after {
		content: "←";
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
		margin-left: -1.5rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 3rem;
		height: 3rem;
		border-radius: 1.5rem;
		border: 0.1rem solid #000;
		animation: arrowtable 2s infinite forwards;
	}
}
@keyframes arrowtable {
	50% {
		opacity: 1;
		right: 0;
	}
	100% {
		opacity: 0;
		right: 100%;
	}
}

/* ------------------------------------------- */
/* align */
/* ------------------------------------------- */
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}

/* ------------------------------------------- */
/* margin padding config */
/* ------------------------------------------- */
.mb0 {
	margin-bottom: 0rem !important;
}
.mb10 {
	margin-bottom: 1rem !important;
}
.mb20 {
	margin-bottom: 2rem !important;
}
.mb30 {
	margin-bottom: 3rem !important;
}
.mb40 {
	margin-bottom: 4rem !important;
}
.mb50 {
	margin-bottom: 5rem !important;
}
.mb60 {
	margin-bottom: 6rem !important;
}
.mb70 {
	margin-bottom: 7rem !important;
}
.mb80 {
	margin-bottom: 8rem !important;
}
.mb90 {
	margin-bottom: 9rem !important;
}
.mb100 {
	margin-bottom: 10rem !important;
}

@media screen and (max-width: 767px) {
	.mb10 {
		margin-bottom: 0.5rem !important;
	}
	.mb20 {
		margin-bottom: 1rem !important;
	}
	.mb30 {
		margin-bottom: 1.5rem !important;
	}
	.mb40 {
		margin-bottom: 2rem !important;
	}
	.mb50 {
		margin-bottom: 2.5rem !important;
	}
	.mb60 {
		margin-bottom: 3rem !important;
	}
	.mb70 {
		margin-bottom: 3.5rem !important;
	}
	.mb80 {
		margin-bottom: 4rem !important;
	}
	.mb90 {
		margin-bottom: 4.5rem !important;
	}
	.mb100 {
		margin-bottom: 5rem !important;
	}
}

.mt0 {
	margin-top: 0rem !important;
}
.mt10 {
	margin-top: 1rem !important;
}
.mt20 {
	margin-top: 2rem !important;
}
.mt30 {
	margin-top: 3rem !important;
}
.mt40 {
	margin-top: 4rem !important;
}
.mt50 {
	margin-top: 5rem !important;
}
.mt60 {
	margin-top: 6rem !important;
}
.mt70 {
	margin-top: 7rem !important;
}
.mt80 {
	margin-top: 8rem !important;
}
.mt90 {
	margin-top: 9rem !important;
}

@media screen and (max-width: 767px) {
	.mt10 {
		margin-top: 0.5rem !important;
	}
	.mt20 {
		margin-top: 1rem !important;
	}
	.mt30 {
		margin-top: 1.5rem !important;
	}
	.mt40 {
		margin-top: 2rem !important;
	}
	.mt50 {
		margin-top: 2.5rem !important;
	}
	.mt60 {
		margin-top: 3rem !important;
	}
	.mt70 {
		margin-top: 3.5rem !important;
	}
	.mt80 {
		margin-top: 4rem !important;
	}
	.mt90 {
		margin-top: 4.5rem !important;
	}
	.mt100 {
		margin-top: 5rem !important;
	}
}

.pb0 {
	padding-bottom: 0 !important;
}
.pb10 {
	padding-bottom: 1rem !important;
}
.pb20 {
	padding-bottom: 2rem !important;
}
.pb30 {
	padding-bottom: 3rem !important;
}
.pb40 {
	padding-bottom: 4rem !important;
}
.pb50 {
	padding-bottom: 5rem !important;
}
.pb60 {
	padding-bottom: 6rem !important;
}
.pb70 {
	padding-bottom: 7rem !important;
}
.pb80 {
	padding-bottom: 8rem !important;
}
.pb90 {
	padding-bottom: 9rem !important;
}
.pb100 {
	padding-bottom: 10rem !important;
}
@media screen and (max-width: 767px) {
	.pb10 {
		padding-bottom: 0.5rem !important;
	}
	.pb20 {
		padding-bottom: 1rem !important;
	}
	.pb30 {
		padding-bottom: 1.5rem !important;
	}
	.pb40 {
		padding-bottom: 2rem !important;
	}
	.pb50 {
		padding-bottom: 2.5rem !important;
	}
	.pb60 {
		padding-bottom: 3rem !important;
	}
	.pb70 {
		padding-bottom: 3.5rem !important;
	}
	.pb80 {
		padding-bottom: 4rem !important;
	}
	.pb90 {
		padding-bottom: 4.5rem !important;
	}
	.pb100 {
		padding-bottom: 5rem !important;
	}
}

.pt0 {
	padding-top: 0 !important;
}
.pt10 {
	padding-top: 1rem !important;
}
.pt20 {
	padding-top: 2rem !important;
}
.pt30 {
	padding-top: 3rem !important;
}
.pt40 {
	padding-top: 4rem !important;
}
.pt50 {
	padding-top: 5rem !important;
}
.pt60 {
	padding-top: 6rem !important;
}
.pt70 {
	padding-top: 7rem !important;
}
.pt80 {
	padding-top: 8rem !important;
}
.pt90 {
	padding-top: 9rem !important;
}
.pt100 {
	padding-top: 10rem !important;
}
@media screen and (max-width: 767px) {
	.pt10 {
		padding-top: 0.5rem !important;
	}
	.pt20 {
		padding-top: 1rem !important;
	}
	.pt30 {
		padding-top: 1.5rem !important;
	}
	.pt40 {
		padding-top: 2rem !important;
	}
	.pt50 {
		padding-top: 2.5rem !important;
	}
	.pt60 {
		padding-top: 3rem !important;
	}
	.pt70 {
		padding-top: 3.5rem !important;
	}
	.pt80 {
		padding-top: 4rem !important;
	}
	.pt90 {
		padding-top: 4.5rem !important;
	}
	.pt100 {
		padding-top: 5rem !important;
	}
}
