@charset "UTF-8";

/***********************************************
 *
 * 01, Browser Reset, Forms normalize
 * 02, font
 * 03, headding
 * 04, link
 * 05, module
 * 06, layout
 * 07, header
 * 08, footer
 * 09, navi
 *
 ***********************************************/


/* ===========================================
	 01, Browser Reset
   =========================================== */

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

html,
body,
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,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
picture {
	margin: 0;
	padding: 0;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	font-size: 62.5%;
	/* 10px */
}

@-ms-viewport {
	width: device-width;
}

body {
	font-size: 1rem;
	/* IE11 bug 疑似要素はpxで */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main,
summary,
picture {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

a {
	border-style: none;
	outline: 0;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

img {
	border-style: none;
	vertical-align: bottom;
}

ins {
	text-decoration: none;

}

br {
	letter-spacing: 0;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

address,
em,
strong {
	font-style: normal;
}


/* Forms normalize
========================================================================== */

/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.

* 1. すべてのブラウザ用、フォームのいくつかの要素に「font: inherit;」を定義（オプション）。
* 2. Firefox, Safari用、マージンを取り除く。
*/

button,
input,
select,
textarea {
	font: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
* Restore the font weight unset by the previous rule.

* 前の指定により、optgroup要素にフォントのウェイトを再定義。
*/

optgroup {
	font-weight: bold;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
* 2. Show the overflow in Edge, Firefox, and IE.

* IE用、「overflow: visible;」を定義
* 1. Edge用、input要素を定義。
* 2. Edge, Firefox, IE用、select要素を定義。
*/

button,
input,
/* 1 */
select {
	/* 2 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.

* Edge, Firefox, IE用、text-transformの継承を取り除く。
* 1. Firefox用、text-transformの継承を取り除く。
*/

button,
select {
	/* 1 */
	text-transform: none;
}

/**
* Change the cursor in all browsers (opinionated).

* すべてのブラウザ用、button要素のカーソルを変更（オプション）。
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

/**
* Restore the default cursor to disabled elements unset by the previous rule.

* 前の指定により、disabledを指定した要素はデフォルトのカーソルに戻す。
*/

[disabled] {
	cursor: default;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS.

* 1. Android4用、ネイティブのaudio要素とvideo要素のコントールのWebkitのバグを避ける。
* 2. iOS用、クリッカブルなinput要素のtypeのスタイルを修正。
*/

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**
* Remove the inner border and padding in Firefox.

* Firefox用、button要素とinput要素の内側のパディングを取り除く。
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.

* 前の指定により、フォーカス時のスタイルを再定義。
*/

button:-moz-focusring,
input:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Change the border, margin, and padding in all browsers (opinionated).

* すべてのブラウザ用、fieldset要素のborder, margin, paddingプロパティを変更（オプション）
*/

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.

* 1. Edge, IE用、テキストのラッピングを修正。
* 2. IE用、fieldset要素からカラーが継承されないのを修正。
* 3. すべてのブラウザ用、fielset要素を取り除く時にデベロッパに分からないようにpaddingを取り除く。
*/

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
* Remove the default vertical scrollbar in IE.

* IE用、デフォルトの垂直方向のスクロールバーを取り除く。
*/

textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.

* 1. IE10用、正しいbox-sizingを定義。
* 2. IE10用、paddingを取り除く。
*/

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.

* Chrome用、増減ボタンのカーソルのスタイルを修正。
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* Correct the odd appearance of search inputs in Chrome and Safari.

* Chrome, Safari用、検索の入力エリアのアピアランスを修正。
*/

[type="search"] {
	-webkit-appearance: textfield;
}

/**
* Remove the inner padding and cancel buttons in Chrome on OS X and
* Safari on OS X.

* OS XのChrome, Safari用、キャンセルボタンの内側のpaddingを取り除く。
*/

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/* ===========================================
	 02, font
   =========================================== */

body {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-feature-settings: "palt" 1;
	font-size: 1.6rem;
	/* IE11 bug 疑似要素はpxで */
	line-height: 1.75;
	color: #000;
	background-color: #fff;
}

@media (max-width: 767px) {
	body {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

.fontL {
	font-weight: 200;
}

.fontM {
	font-weight: 500;
}

.fontB {
	font-weight: 700;
}


.fsL {
	font-size: larger;
}

.fsS {
	font-size: smaller;
}

.txtC {
	text-align: center;
}

.txtL {
	text-align: left;
}

.txtR {
	text-align: right;
}

.txtidt {
	text-indent: -1em;
	padding-left: 1em;
}


/* ===========================================
	 03, heading
   =========================================== */

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

.billboard {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.billboard::before {
	position: absolute;
	bottom: -7.4vw;
	left: -10%;
	width: 130%;
	height: 10vw;
	content: "";
	background-color: #fff;
	transform: rotate(3deg);
	z-index: 1;
}

.cmn_head {
	position: relative;
	line-height: 1.2;
	font-weight: 500;
}

.cmn_head::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background-color: #ffca45;
	content: "";
	z-index: -1;
}

.cmn_head b {
	margin-right: .3em;
	font-weight: 700;
}

@media (max-width: 767px) {
	.billboard {
		height: 62.4vw;
		padding: 10vw 5% 0;
	}

	.cmn_head {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 1.8rem;
	}

	.cmn_head b {
		font-size: 3rem;
	}
}

@media (min-width: 768px) {
	.billboard {
		min-width: 1000px;
		height: 31.95vw;
		padding-top: 10%;
	}

	.cmn_head {
		display: inline-block;
		font-size: 2rem;
	}

	.cmn_head::after {
		width: auto;
		height: 36%;
		left: -15px;
		right: -15px;
	}

	.cmn_head b {
		font-size: 4rem;
	}
}


/* ===========================================
	 04, link
   =========================================== */

@media (min-width: 768px) {
	.tel {
		text-decoration: none;
		color: inherit !important;
		cursor: default;
		pointer-events: none;
	}

	.tel:hover {
		text-decoration: none;
	}
}

/* ===========================================
	 05, module
   =========================================== */

/* --------------------
 * clearFix
 */

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


/* ------------------------
 *	img
 */

/* responsive img */
img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Mouse hover */
@media (min-width: 768px) {

	.hvropa,
	a.hvrimg img,
	.hvrIMG a img {
		opacity: 1;
		transition: opacity 0.3s linear;
	}

	.hvropa:hover,
	a.hvrimg:hover img,
	.hvrIMG a:hover img {
		opacity: 0.7;
	}
}

/* ------------------------
 *	 display   
*/

@media (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

.hide {
	display: none !important;
}

.dp_block {
	display: block;
}

.dp_inlineblock {
	display: inline-block;
}

.block_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sr_only {
	/* スクリーンリーダー用 */
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	margin: -1px;
}


/* ------------------------
	button
*/

.btn {
	position: relative;
	display: block;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
	border: solid 3px #fff;
	color: #000;
	outline: 0;
	padding: 0;
	border-radius: 33px;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	appearance: none;
	transition: all 0.6s;
}

.btn_orange {
	background: linear-gradient(to right, #ffca45, #fff8e8 300px, #ff3300 500px, #c4e2d4 900px, #0e894f);
	background-size: 400% 600px;
}

.btn_green {
	background: linear-gradient(165deg, #c4e2d4, #0e894f 130px, #ff3300 250px, #ffca45);
	background-size: 200% 800px;
	color: #fff;
}

@media (max-width: 767px) {
	.btn {
		width: 250px;
	}
}

@media (min-width: 768px) {
	.btn {
		width: 300px;
	}

	.btn:hover {
		background-position: 0 100%;
		color: #000;
	}

	.btn_orange:hover {
		color: #fff;
		background-position: right top;
	}
}

/* background */
.cmn_bg {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.cmn_bg::before,
.cmn_bg::after {
	position: absolute;
	width: 130%;
	height: 10vw;
	left: -15%;
	content: "";
	background-color: #fff;
	transform: rotate(3deg);
	z-index: 1;
}

.cmn_bg::before {
	top: -7.4vw;
}

.cmn_bg::after {
	bottom: -7.4vw;
}

@media (min-width: 768px) {
	.ab_bg {
		min-width: 1000px;
	}
}

/* ===========================================
	 06, layout
   =========================================== */

.header_container {
	position: relative;
}

@media (max-width: 767px) {
	.content {
		padding-left: 5%;
		padding-right: 5%;
	}

	.content .sm_only_w100 {
		margin-right: -5.5555555%;
		margin-right: calc(100% / 18 * -1);
		margin-left: -5.5555555%;
		margin-left: calc(100% / 18 * -1);
	}
}

@media (min-width: 768px) {

	.header_container,
	.footer_container,
	.main_container,
	.wrapper {
		position: relative;
		width: 100%;
		min-width: 1000px;
	}

	.content {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* footer-bottom fix */
@media (min-width: 768px) {
	html {
		height: 100%;
	}

	body {
		min-height: 100vh;
		height: 100%;
		/* for IE11 */
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main_container {
		flex-shrink: 0;
	}

	.footer_container {
		margin-top: auto;
	}
}


/* ===========================================
	 07, header
   =========================================== */

.header_container {
	width: 100%;
}

.h_content {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, .9);
}

.h_logo a {
	white-space: nowrap;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

@media (max-width: 767px) {
	.header_container {
		background-color: #fff;
	}

	.h_content {
		min-height: 60px;
		padding-left: 20px;
	}

	.h_logo {
		font-size: 2rem;
	}
}

@media (min-width: 768px) {
	.header_container {
		position: absolute;
		z-index: 99;
		top: 0;
		left: 0;
		padding: 40px 30px 0;
	}

	.h_content {
		max-width: 1000px;
		height: 90px;
		padding-left: 30px;
		padding-right: 5px;
	}

	.h_logo {
		font-size: 2.6rem;
	}
}


/* ===========================================
	 08, footer
   =========================================== */

.footer_container {
	background-color: #454545;
	color: #fff;
	line-height: 2;
}

.footer_container a {
	color: #fff;
}

.f_logo {
	font-weight: 700;
}

.f_address {
	font-weight: 300;
}

.f_mr {
	margin-right: .3em;
}

.f_nav1 a {
	display: block;
	width: 260px;
	margin: 10px auto 0;
	line-height: 50px;
	border: solid 1px #fff;
	text-align: center;
	font-weight: 200;
	text-decoration: none;
}

.f_copy {
	background-color: #3C3C3C;
	text-align: center;
	font-size: 1.1rem;
}

.f_copy small {
	font-size: 1.1rem;
}

@media (max-width: 767px) {
	.footer_container {
		margin-top: 40px;
	}

	.f_content {
		padding: 30px 5% 40px;
	}

	.f_logo {
		margin-bottom: 5px;
		font-size: 2rem;
	}

	.f_address {
		margin-bottom: 7px;
		line-height: 1.5;
		font-size: 1.4rem;
	}

	.f_copy {
		padding: 5px;
	}
}

@media (min-width: 768px) {
	.footer_container {
		margin-top: 100px;
	}

	.f_content {
		display: flex;
		justify-content: space-between;
		min-width: 1000px;
		max-width: 1064px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 47px;
	}

	.f_logo {
		margin-bottom: 19px;
		font-size: 2.6rem;
	}

	.f_tel {
		margin-right: 1em;
	}

	.f_nav1 a {
		transition: .3s;
	}

	.f_nav1 a:hover {
		background-color: #fff;
		color: #000;
	}

	.f_copy {
		padding: 20px;
	}
}


/* ------------------------
*	footernavi
*/
.f_nav2 {
	margin: 24px 0 27px;
	text-align: center;
}

.f_nav2 li {
	display: inline;
	padding: 0 1em;
}

.f_nav2 li a {
	display: inline-block;
	padding: 0.2em;
	text-decoration: none;
}

.f_nav2 li a:hover {
	text-decoration: underline;
}

.f_nav2 li~li:before {
	display: inline-block;
	position: relative;
	left: -1.1em;
	content: "|";
}


/* ===========================================
	 09, Navi
   =========================================== */

/* ------------------------
 *	globalnavi
*/

.menu {
	width: 100%;
}

.menu a:not(.lv1_contact) {
	font-size: 1.8rem;
	text-decoration: none;
	color: #000;
}

@media (min-width: 768px) {
	.menu-mobile {
		display: none;
	}

	.lv1 {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.lv1 li~li {
		margin-left: 60px;
	}

	.lv1 a {
		display: inline-block;
		position: relative;
	}

	.lv1 a:not(.lv1_contact)::after,
	.lv1 a:not(.lv1_contact)::before {
		position: absolute;
		bottom: -5px;
		width: 0;
		height: 5px;
		content: "";
		background-color: #ffca45;
		transition: .5s;
	}

	.lv1 a:before {
		left: 50%;
	}

	.lv1 a:after {
		right: 50%;
	}

	.lv1 a:not(.lv1_contact):hover:before,
	.lv1 a:not(.lv1_contact):hover:after {
		width: 50%;
	}

	.lv1_contact {
		display: block;
		width: 90px;
		height: 80px;
		border-radius: 15px;
		position: relative;
		text-decoration: none;
		text-align: center;
		line-height: 1.1;
		font-size: 1.2rem;
		font-weight: 500;
		color: #fff;
		transition: 0.5s;
		background: linear-gradient(#7ABA43, #0e894f 50px, #ff3300 250px, #ffca45);
		background-size: 200px 600px;
	}

	.lv1_contact::before,
	.lv1_contact:hover::before {
		display: block;
		padding-top: 5px;
		font-weight: 700;
		font-size: 4.6rem;
		content: "？";
		text-align: center;
		color: #fff;
	}

	.lv1_contact:hover {
		background-position: 0 100%;
		color: #fff;
	}
}

/*モバイル用 */
/*サイズはjs側の設定と合わせる*/
@media only screen and (max-width: 767px) {
	.menu {
		display: none;
		position: fixed;
		top: 60px;
		left: 0;
		z-index: 99;
		height: calc(100vh - 60px);
		-webkit-overflow-scrolling: auto;
		overflow-scrolling: auto;
		overflow-y: scroll;
		padding-bottom: 90px;

		background-color: #fff;
		transition: .6s cubic-bezier(0.3, 0.03, 0.13, 0.99);
		/*		-webkit-transform: translateY(-115%);
		transform: translateY(-115%);*/
		-webkit-transform: translateX(115%);
		transform: translateX(115%);
		opacity: 0;
	}

	.menu.show-on-mobile {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		opacity: 1;
	}

	.lv1 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}

	.lv1>li {
		position: relative;
		width: 100%;
	}

	.menu .lv1>li a {
		padding: 20px 5%;
		width: 100%;
		display: block;
		position: relative;
		text-align: center;
		font-size: 2rem;
		font-weight: 500;
		text-decoration: none;
		color: #000;
	}


	/* button */
	.menu-mobile,
	.menu-mobile span {
		display: inline-block;
		transition: all .4s;
	}

	.menu-mobile {
		position: relative;
		width: 60px;
		height: 60px;
		color: inherit;
		outline: 0;
		border: 0;
		background: none;
	}

	.menu-mobile span {
		position: absolute;
		left: 20%;
		width: 60%;
		height: 3px;
		background-color: #7ABA43;
		border-radius: 3px;
	}

	.menu-mobile span:nth-of-type(1) {
		top: 19px;
	}

	.menu-mobile span:nth-of-type(2) {
		top: 29px;
	}

	.menu-mobile span:nth-of-type(3) {
		top: 39px;
	}

	@keyframes mmopacity {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 0;
		}
	}

	@keyframes mmopacity2 {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.menu-mobile::after {
		position: absolute;
		left: 0;
		bottom: -3px;
		display: block;
		width: 100%;
		color: #7ABA43;
		font-size: 10px;
		text-decoration: none;
		text-align: center;
	}

	.menu-mobile.menu-hidden::after {
		content: '';
		animation: mmopacity .4s;
	}

	.menu-mobile.menu-active::after {
		content: 'CLOSE';
		animation: mmopacity2 .4s;
	}

	.menu-mobile.menu-active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}

	.menu-mobile.menu-active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu-mobile.menu-active span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
}

/* ------------------------
*	syn_movototop
*/
#buttonMoveToTop {
	z-index: 999;
}