@charset "utf-8";

/*---------- reset ----------*/
html {
	font-size: 62.5%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.625;
	color: #333;
	height: 100%;
	position: relative;
	letter-spacing: 0.05em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

header,
main,
article,
section,
nav,
footer {
	display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

textarea {
	font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
}

input {
	font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.5;
	color: #333;
	position: relative;
	letter-spacing: 0.1em;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

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

fieldset,
img {
	border: 0;
	display: block;
	max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

em {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

p {
	line-height: 1.625;
	letter-spacing: 0.05em;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

input[type="button"],
input[type="submit"],
input[type="email"] {
	-webkit-appearance: none;
	border-radius: 0;
}

select::-ms-expand {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

.cf::after {
	content: "";
	clear: both;
	display: block;
}

/*---------- reset end ----------*/
html {
	visibility: hidden;
}

html.wf-active,
html.wf-inactive {
	visibility: visible;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

[href^="tel:"] {
	pointer-events: none;
}

.nav_open {
	overflow-y: hidden;
}

/*---------- header ----------*/
#header_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0 40px;
	margin: auto;
}

#logo {
	margin: 0;
	position: relative;
	z-index: 600;
}

.logo_link {
	position: relative;
	display: block;
	z-index: 10;
}

#toggle {
	display: block;
	position: relative;
}

.toggle_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 109px;
	height: 100px;
	font-size: 0rem;
	text-decoration: none;
}

#toggle a em {
	display: block;
	position: absolute;
	font-size: 1rem;
	font-style: normal;
	left: 0;
	width: 100%;
	bottom: 8px;
	color: #333;
	text-align: center;
}

.toggle_txt {
	position: relative;
	display: block;
	width: 109px;
	height: 100px;
}

.toggle_btn::before,
.toggle_btn::after,
.toggle_txt::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	margin: auto;
	width: 63px;
	height: 2px;
	background: #222;
	transition: all 0.3s;
	border-radius: 2px;
}

.toggle_btn::before {
	top: 28px;
}

.toggle_btn::after {
	top: 66px;
}

.toggle_txt::before {
	top: 47px;
}

.toggle_btn.open::before {
	top: 47px;
	transform: rotate(135deg);
}

.toggle_btn.open::after {
	top: 47px;
	transform: rotate(-135deg);
}

.open .toggle_txt::before {
	opacity: 0;
	visibility: hidden;
}

#menu_box {
	display: none;
	position: fixed;
	z-index: 5000;
	top: 100px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.menu_dis {
	display: block !important;
}

#menu {
	display: block;
	height: 100%;
	padding-top: 0;
	position: relative;
	overflow: hidden;
}

#menu::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #FFF;
	top: 0;
	left: 0;
	z-index: -5;
}

.menu_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 auto;
	max-width: 1920px;
}

.menu_item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	list-style: none;
	margin: 0;
	position: relative;
}

.menu_item:nth-child(4n+1)::before,
.menu_item:nth-child(4n+1)+.menu_item::before {
	background: #F2FFE3;
	position: absolute;
	content: "";
	width: 100vw;
	height: 100%;
	z-index: -5;
}

.menu_link {
	display: block;
	color: #222 !important;
	text-decoration: none;
	font-size: 3.1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0 0 20px;
	margin: 45px 0 52px;
	position: relative;
	transition: all 0.3s;
}

.menu_link::after {
	position: absolute;
	content: "";
	width: 184px;
	height: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #B5DB8D;
	margin: auto;
}

.menu_link_note {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
}

/* hover */
.menu_link:hover {
	opacity: .7;
}

/*----------main -----------*/
main {
	position: relative;
}

main.nav_open {
	z-index: -1;
}

/*---------- aside ----------*/
.btn_fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px 0;
	background: #717171;
	z-index: 10;
}

.btn_fixed_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1040px;
	padding: 0 20px;
	margin: auto;
}

.btn_fixed_contact {
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none;
	color: #25A709;
	background: #FFF;
	padding: 6px 14px 3px;
	margin-right: 29px;
	border: 1px solid #25A709;
	border-radius: 10px;
	position: relative;
	transition: background .3s ease;
}

.btn_fixed_contact::before {
	display: block;
	content: "";
	width: 31px;
	height: 26px;
	background: url(/img/btn_fixed_contact_icon.svg) no-repeat center / contain;
	margin: 0 auto;
}

.btn_fixed_apply {
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #FFF;
	text-decoration: none;
	background: #25A709;
	padding: 5px 14px;
	border-radius: 10px;
	transition: background .3s ease;
}

/* hover */
.btn_fixed_contact:hover {
	background: #F2FFE3;
}

.btn_fixed_apply:hover {
	background: #FFA438;
}

/*---------- footer ----------*/
#return {
	position: relative;
	z-index: 50;
}

.return_btn {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 90px;
	width: 64px;
	height: 64px;
	border: 1px solid #FFF;
	background: #FFF url(/img/arrow_t.svg) no-repeat center;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.3s;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
}

.return_btn:hover {
	box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.26);
}

.return_txt {
	display: none;
}

#footer_wrap {
	padding: 15px 20px;
	background: #717171;
	position: relative;
}

/*------------ slick関連 ------------*/
.slick-track {
	display: flex !important;
}

.slick-slide {
	height: auto !important;
}

/*--- slick arrow ---*/
.prev-arrow,
.next-arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	width: 64px;
	height: 64px;
	background: #B5DB8D;
	border-radius: 50%;
	transition: all .3s ease;
	z-index: 10;
}

.prev-arrow {
	left: -5px;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	-ms-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg);
}

.next-arrow {
	right: -5px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.prev-arrow::before,
.next-arrow::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -4px;
	margin: auto;
	width: 20px;
	height: 20px;
	border-bottom: 5px solid #fff;
	border-right: 5px solid #fff;
	transform: rotate(-45deg);
	transition: all 0.3s;
}

/* hover */
.prev-arrow:hover,
.next-arrow:hover {
	background-color: #FFA438;
}

/*--- slick dots ---*/
.dots-custom button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

.dots-custom {
	display: flex;
	justify-content: center;
	margin-top: 17px;
}

.dots-custom li {
	width: 10px;
	height: 10px;
	background-color: #9E9E9E;
	border-radius: 50%;
	margin-right: 10px;
	cursor: pointer;
	transition: background-color .5s ease;
}

.dots-custom li.slick-active,
.dots-custom li:hover {
	background-color: #B5DB8D;
}

.dots-custom li:last-child {
	margin-right: 0;
}

#copyright {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 100%;
}

#copyright small {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
	color: #FFF;
	text-align: center;
}

.sp_item {
	display: none !important;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

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

	/*---------- header ----------*/
	.menu_link {
		font-size: 2.2rem;
		padding: 0 10px 20px;
	}
}

@media screen and (max-width:767px) {
	body {
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		background: #fff;
		width: auto;
	}

	input,
	textarea,
	select {
		font-size: 16px;
	}

	p {
		font-size: 1.3rem;
		line-height: 1.7;
	}

	[href^="tel:"] {
		pointer-events: auto;
	}

	/*---------- header ----------*/
	#header_wrap {
		padding: 0 0 0 15px;
	}

	#logo {
		max-width: calc(100% - 75px);
		margin: 15px 0 0;
		z-index: 5001;
	}

	#logo img {
		max-height: 22px;
	}

	.toggle_btn {
		width: 64px;
		height: 64px;
	}

	.toggle_txt {
		width: 64px;
		height: 64px;
	}

	.toggle_btn::before,
	.toggle_btn::after,
	.toggle_txt::before {
		width: 31px;
	}

	.toggle_btn::before {
		top: 24px;
	}

	.toggle_btn::after {
		top: 46px;
	}

	.toggle_txt::before {
		top: 35px;
	}

	.toggle_btn.open::before {
		top: 32px;
	}

	.toggle_btn.open::after {
		top: 32px;
	}

	#menu_box {
		top: 64px;
	}

	.menu_list {
		display: block;
		margin: 0;
	}

	.menu_item {
		width: 100%;
		margin: 0;
	}

	.menu_item {
		margin: 0 !important;
		background: #FFF !important;
	}

	.menu_item:nth-child(odd) {
		background: #F2FFE3 !important;
	}

	.menu_link {
		display: block;
		padding: 15px 15px 6px !important;
		width: 100%;
		font-size: 1.7rem;
		text-align: center;
		margin: 0 0 14px;
		position: relative;
	}

	.menu_link::after {
		width: 115px;
		height: 5px;
	}

	.menu_link_note {
		font-size: 1rem;
	}

	/*---------- aside ----------*/
	.btn_fixed {
		padding: 16px 0;
	}

	.btn_fixed_box {
		flex-wrap: nowrap;
		padding: 0 11px;
	}

	.btn_fixed_contact {
		font-size: 0.8rem;
		letter-spacing: 0.2em;
		padding: 3px 8px 3px;
		margin-right: 11px;
		border-radius: 7px;
	}

	.btn_fixed_contact::before {
		width: 21px;
		height: 18px;
	}

	.btn_fixed_apply {
		font-size: 1.4rem;
		padding: 5px 7px;
		border-radius: 7px;
	}

	/* hover */
	.btn_fixed_contact:hover {
		background: #F2FFE3;
	}

	.btn_fixed_apply:hover {
		background: #FFA438;
	}

	/*---------- footer ----------*/
	.return_btn {
		right: 10px;
		bottom: 60px;
		width: 46px;
		height: 46px;
		background-size: 45% auto;
	}

	/*------------ slick関連 ------------*/
	.slick-track {
		display: block !important;
	}

	.slick-slide {
		height: 100% !important;
	}

	/*--- slick arrow ---*/
	.prev-arrow,
	.next-arrow {
		top: 56%;
		width: 30px;
		height: 30px;
	}

	.prev-arrow {
		left: -5px;
	}

	.next-arrow {
		right: -5px;
	}

	.prev-arrow::before,
	.next-arrow::before {
		width: 13px;
		height: 13px;
		border-width: 3px;
	}

	/*--- slick dots ---*/
	.dots-custom {
		margin-top: 22px;
	}

	.dots-custom li {
		width: 4px;
		height: 4px;
		margin-right: 17px;
	}

	#copyright {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
	}

	#copyright small {
		font-size: 1rem;
		letter-spacing: 0;
	}

	.pc_item {
		display: none !important;
	}

	.sp_item {
		display: block !important;
	}
}

/*---------- print ----------*/
@media print {
	body {
		width: 1200px;
		transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform-origin: 0 0;
		zoom: .91;
		margin: auto
	}

	@media all and (-ms-high-contrast:none) {
		body {
			width: 1200px
		}
	}

	@media (-ms-high-contrast:none),
	(-ms-high-contrast:active) {
		body {
			width: 1200px
		}
	}

	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
		body {
			width: 1200px;
			transform: scale(.8);
			-moz-transform: scale(.8);
			-webkit-transform: scale(.8);
			transform-origin: 0 0;
			margin: auto
		}
	}
}

/*---------- print end ----------*/