﻿@charset "UTF-8";
/**
 * reset
 */
html, body, div, main, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section {
	display: block;
}
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;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
strong {
	font-weight: bolder;
}
a {
	color: #1a9952;
	outline: none;
	text-decoration: none;
}
a:link, a:visited, a:active, a:hover {
	outline: none;
	text-decoration: none;
}


/**
 * input
 */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea,
select {
	box-sizing: border-box;
	width: 100%;
	margin:0;
	padding: 18px;
	background-color: #E5E5E5;
	border: none;
	border-radius: 10px;
	vertical-align: middle;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	color: #000;

	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	appearance:none;
}
select::-ms-expand {
	display:none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="submit"] {
	border: none;
	background: none;
	color: #FFF;
	font-size: 1.6rem;

	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	appearance:none;
}

select {
	width: auto;
	min-width: 280px;
	background: #fff url("../img/icon_select.svg") no-repeat right center / 31px auto;
	border: solid 1px #ACACAC;
	padding-right: 60px;
	cursor: pointer;
}
textarea {
	min-height: 200px;
}
input[type="text"].datepick {
	padding-left: 45px;
	border: solid 1px #ACACAC;
	background: #fff url(/common/img/icon_schedule_b.svg) no-repeat 15px center / 24px;
}
input[type="submit"].btn_serach {
	box-sizing: border-box;
	width: 140px;
	margin:0;
	padding: 10px;
	background-color: #000;
	border: none;
	border-radius: 10px;
	vertical-align: middle;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	color: #fff;
	cursor: pointer;
	transition: background 0.2s;

	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	appearance:none;
}
body:not(.mobile) input[type="submit"].btn_serach:hover {
	background-color: #046F35;
}
/* radio, checkbox, file */
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
	display: none;
}

/* radio */
input[type="radio"] + label {
	position: relative;
	margin-left: 0;
	cursor: pointer;
}
input[type="radio"]:first-child + label {
	margin-left: 0;
}
input[type="radio"] + label::before {
	box-sizing: border-box;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/icon_radio_off.svg") no-repeat center center / contain;
	margin-right: 10px;
	margin-top: -0.2em;
	vertical-align: middle;
	content: '';
}
input[type="radio"]:checked + label::before {
	background-image: url("../img/icon_radio_on.svg");
}

/* checkbox */
input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	margin-left: 0;
	cursor: pointer;
}
input[type="checkbox"]:first-child + label {
	margin-left: 0;
}
input[type="checkbox"] + label::before {
	box-sizing: border-box;
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url("../img/icon_checkbox_off.svg") no-repeat center center / contain;
	margin-right: 10px;
	margin-top: -0.2em;
	vertical-align: middle;
	content: '';
}
input[type="checkbox"]:checked + label::after {
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	top: 3px;
	left: -4px;
	width: 24px;
	height: 15px;
	background: url("../img/icon_checkbox_on.svg") no-repeat center center / contain;
	content: '';
}

@media only screen and (max-width:767px) {
	input[type="text"],
	input[type="password"],
	input[type="number"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select {
		display: block;
		padding: 15px;
		font-size: 1.4rem;
	}
	select {
		width: 100%;
	}
	select + select {
		margin-top: 10px;
	}
	textarea {
		min-height: 150px;
	}
}


/**
 * micro clearfix
 */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }

.clear {
	clear: both;
}


/**
 * anime
 */
.ani_ttl .word {
	white-space: nowrap;
}
.ani_ttl .char {
	position: relative;
	display: inline-block;
	opacity: 0;
}
.ani_ttl::after {
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0.5s;
}
.ani_ttl.on::after {
	transform: scaleX(1);
}

.ani_slideup {
	opacity:0;
	transform: translateY(15px);
}
.ani_slideup.on {
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	opacity:1;
	transform:translateY(0);
}

.ani_expand {
	opacity:0;
	transform:scale(0.95);
}
.ani_expand.on {
	transition:transform 0.6s cubic-bezier(0,.86,.6,1.18), width 0.6s cubic-bezier(0,.86,.6,1.18), opacity 0.8s ease-out;
	opacity:1;
	transform:scale(1);
}

.ani_blur {
	opacity:0;
	filter: blur(15px);
	transition: opacity 1s ease-in-out, filter 1s ease-in-out;
}
.ani_blur.on {
	opacity:1;
	filter: blur(0);
}

.ani_btn {
	transition: opacity .3s ease-in, transform .4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transform: scale(0.8);
	opacity: 0;
}
.ani_btn.on {
	transform: scale(1);
	opacity: 1;
}


/**
 * contents
 */
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	color:#333;
	font-feature-settings:"palt";
	-webkit-text-size-adjust:none;
	/* -webkit-font-smoothing: antialiased; */
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.4;
}
.inner {
	box-sizing: border-box;
	max-width: 1240px;
	padding: 0 30px;
	margin: auto;
}
.inner .inner {
	max-width: 960px;
	padding: 0;
}
.an {
	font-family: bodoni-urw, serif;
	font-weight: 400;
	font-style: normal;
}
.an_l {
	font-family: bodoni-urw, serif;
	font-weight: 300;
	font-style: normal;
}
.an_m {
	font-family: bodoni-urw, serif;
	font-weight: 500;
	font-style: normal;
}



@media only screen and (min-width:768px) {
	.sp {
		display:none !important;
	}
}
@media only screen and (min-width:374px) {
	.sp_s {
		display:none !important;
	}
}
@media only screen and (max-width:767px) {
	body {
		font-size: 1.4rem;
	}
	.pc {
		display:none !important;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
}
/**/
@media print {
	.inner {
		width:1000px;
	}
	.sp {
		display: none;
	}
}


/**
 * header
 */
/*
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
header .inner {
	max-width: none;
	padding: 0;
	background: #fff;
}
#logo {
	float: left;
	margin: 25px 30px 0 30px;
}
header .gnav {
	text-align: center;
	float: left;
	white-space: nowrap;
}
header .gnav li {
	display: inline-block;
	margin: 0 25px;
}
header .gnav li a,
header .cnav li .btn_contact {
	position: relative;
	display: block;
	padding: 20px 0 24px 0;
	line-height: 1.2;
	font-size: 1rem;
	color: #848484;
	transition: color 0.2s;
}
body:not(.mobile) header .gnav li a:hover {
	color: #046F35;
}
header .gnav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 2px;
	margin: auto;
	background: #046F35;
	content: '';
	transition: width 0.2s ease-in;
}
body:not(.mobile) header .gnav li a:hover::after,
header .gnav li.act a::after {
	width: 100%;
}
header .gnav li a span,
header .cnav li .btn_contact span {
	display: block;
	margin-bottom: 0.1em;
	font-size: 1.8rem;
	color: #000;
}
body:not(.mobile) header .gnav li a:hover span {
	color: #046F35;
}

header .cnav {
	position: absolute;
	top: 0;
	right: 0;
	white-space: nowrap;
}
header .cnav li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
header .cnav li:last-child {
	margin-right: 0;
}
header .cnav li a {
	display: block;
	padding: 0;
	line-height: 1.2;
	font-size: 1.1rem;
	color: #000;
}
header .cnav li .btn_login {
	padding: 5px 10px;
	border: solid 1px #D6D6D6;
}
header .cnav li .btn_login {
	padding: 5px 10px;
	border: solid 1px #D6D6D6;
}
header .cnav li .btn_contact {
	background: url(/common/img/bg_btn.svg) no-repeat center center / cover;
	padding-left: 30px;
	padding-right: 30px;
	transition: opacity 0.2s;
}
body:not(.mobile) header .cnav li .btn_contact:hover {
	opacity: 0.6;
}
header .cnav li .btn_contact,
header .cnav li .btn_contact span {
	color: #fff;
}
header #btn_menu {
	display: none;
}
@media only screen and (max-width:1000px) {
	header .gnav li {
		margin: 0 12px;
	}
	header .gnav li a,
	header .cnav li .btn_contact {
		padding: 22px 0 26px 0;
		font-size: 1rem;
	}
	header .gnav li a span,
	header .cnav li .btn_contact span {
		font-size: 1.5rem;
	}
	header .cnav li .btn_contact {
		padding-left: 30px;
		padding-right: 30px;
	}
}
*/

/*
@media only screen and (max-width:767px) {

	header .inner {
		max-width: none;
		padding: 0;
		background: #fff;
	}
	#logo {
		width: 69px;
		margin: 15px 0 15px 20px;
	}

	header nav {
		box-sizing: border-box;
		display: none;
		position: absolute;
		width: 100vw;
		height: calc(100vh - 48px);
		top: 48px;
		background: #fff;
		padding: 20px;
		opacity: 0;
		z-index: 1000;
	}

	header .gnav {
		text-align: left;
		float: none;
		white-space: nowrap;
	}
	header .gnav li {
		display: block;
		margin: 0;
	}
	header .gnav li + li {
		margin: 25px 0 0 0;
	}
	header .gnav li a {
		display: inline-block;
		padding: 0 0 3px 0;
	}
	header .gnav li a span {
		display: inline-block;
		padding: 0;
		margin-right: 15px;
		font-size: 1.8rem;
	}
	header .gnav li a::after {
		height: 1px;
	}

	header .cnav {
		position: static;
		top: auto;
		right: auto;
		width: 100%;
		margin-top: 30px;
		white-space: nowrap;
	}
	header .cnav li {
		margin: 0;
		display: block;
	}
	header .cnav li .btn_contact {
		padding: 17px 0 20px 0;
		text-align: center;
		font-size: 1rem;
		color: #fff;
	}
	header .cnav li .btn_contact span {
		margin-bottom: 0em;
		color: #fff;
	}

	header #btn_menu {
		display: block;
		position: absolute;
		top: 18px;
		right: 20px;
		width: 20px;
		height: 20px;
		background: rgba(0,0,0,0);
		cursor: pointer;
		z-index: 2000;
	}
	header #btn_menu div {
		position:absolute;
		width: 100%;
		height: 4px;
		background-color: #000;
		transition: background 1s;
	}
	header #btn_menu div:nth-child(2) {
		transform:translateY(7px);
	}
	header #btn_menu div:nth-child(3) {
		transform:translateY(14px);
	}
}
*/


/*
footer .pagetop {
	position: relative;
	background: #000;
	height: 55px;
	cursor: pointer;
	transition: opacity 0.2s;
}
body:not(.mobile) footer .pagetop:hover {
	opacity: 0.5;
}
footer .pagetop::after {
	display: block;
	position: absolute;
	top: 14px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	transform-origin: center center;
	transform: rotate(45deg);
	content: '';
}
footer .inner {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 1.3rem;
}
footer li {
	display: inline-block;
	margin: 10px 25px;
}
footer nav a {
	color: #000;
	transition: color 0.2s;
}
body:not(.mobile) footer nav a:hover {
	color: #046F35;
}
footer .copy {
	margin-top: 10px;
}
*/

/*
@media only screen and (max-width:767px) {
	footer .sns li {
		display: inline-block;
		margin: 0 10px;
	}
	footer .sns li a {
		box-sizing: border-box;
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 100px;
		padding-top: 8px;
		text-align: center;
		font-size: 7px;
		color: #fff;
		transition: opacity 0.2s;
	}
	footer .sns li.fb a {
		background: #305096;
	}
	footer .sns li.tw a {
		background: #1A95E0;
	}
	footer .sns li a img {
		display: block;
		width: 12px;
		margin: 2px auto 0 auto;
	}

	footer nav {
		margin-top: 10px;
	}
}
*/

/* NEW .header
---------------------------------------------------------------------------- */
.header {
  display: block;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  color: #ffffff;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	box-shadow: 0px 1px 3px 0px #e2e2e2;
	position: fixed;
	top: 0;
	z-index: 10000; }

.header section {
  margin: 0 !important;
  padding: 0 !important;
	width: 100%; }

.h-inner {
  margin: 0 auto;
  padding: 40px 0;
  width: calc( 100% - 20px);
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.h-logo {
  width: 100%;
  max-width: 92px; }

.h-navi nav {
  display: block !important;
  opacity: 1 !important; }

.h-navi nav > ul {
  margin-left: 1em;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.h-navi nav > ul > li {
  margin-left: 1.5em; }

.h-navi nav > ul > li > a {
	font-weight: 100;
}

.h-navi nav > ul > li > a,
.h-navi nav > ul > li > span {
  padding-bottom: 5px;
  display: block;
  position: relative; }

.h-navi nav > ul > li > span {
  opacity: 0.5; }

.h-navi nav > ul > li > a:hover,
.h-navi nav > ul > li > a.active {
  opacity: 1; }

.h-navi nav > ul > li > a::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #1a9952;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s; }

.h-navi nav > ul > li > a:hover::after,
.h-navi nav > ul > li.is_current > a::after,
.h-navi nav > ul > li > a.active::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.h-navi nav > ul > li strong {
  display: block; }

.h-navi nav > ul > li small {
  display: none; }

.h-navi nav > ul > li > ul {
  display: none !important; }

.h-sns {
  margin-left: auto; }

.h-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.h-sns ul li {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  overflow: hidden; }

.h-sns ul li a,
.h-sns ul li span {
  padding: 5px;
  display: block; }

.h-sns ul li img {
  display: block; }

.h-sns__facebook {
  background: #305096; }

.h-sns__twitter {
  background: #1A95E0; }

.h-sns__instagram {
  position: relative;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; }

.h-sns__instagram:before {
	content: '';
	position: absolute;
	top: 23px;
	left: -18px;
	background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); }

.h-sns__instagram i {
	color: #fff;
  font-size: 22px;
  line-height: 0.96;
	padding: 0 0 0 0.5px;
	vertical-align: top; }

.h-btn {
  display: none;
  margin-left: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 10px;
  cursor: pointer; }

.h-btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a9952; }

.h-btn p span {
  margin-left: 0.5em;
  display: inline-block; }

.h-btn p span:last-of-type {
  width: 20px;
  height: 20px;
  position: relative; }

.h-btn p i {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #1a9952;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.h-btn p i:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto; }

.h-btn p i:nth-of-type(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.h-btn p i:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.h-btn p:hover i:nth-of-type(1) {
  top: 2px; }

.h-btn p:hover i:nth-of-type(3) {
  bottom: 2px; }

@media screen and (max-width: 1100px) {
  .h-logo {
    width: 100%;
    max-width: 54px; }
  .h-navi nav > ul {
    font-size: 12px; }
  .h-navi nav > ul > li {
    margin-left: 1em; }
  .h-sns ul li {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 20px; }
  .h-sns ul li a,
  .h-sns ul li span {
		padding: 5px; }
	.h-sns ul li.h-sns__instagram a,
	.h-sns ul li.h-sns__instagram span {
		padding: 4px; }
	.h-sns__instagram i {
		font-size: 14px; }
	.h-btn.sp-menu-new {
		margin: 0 6px 0 auto;
	} }

@media screen and (max-width: 767px) {
  .header {
    height: 50px; }
  .h-inner {
    padding: 0; }
  .h-logo {
    width: 100%;
    max-width: 54px; }
  .h-navi {
    display: none;
    opacity: 0; }
  .h-navi nav > ul {
    margin-left: 0;
    font-size: 16px;
    display: block; }
  .h-navi nav > ul > li {
    margin-left: 0;
    margin-bottom: 10px; }
  .h-navi nav > ul > li > a,
  .h-navi nav > ul > li > span {
    padding: 0.5em 0;
    display: inline-block;
    color: #848484; }
  .h-navi nav > ul > li strong {
    display: inline-block;
    margin-right: 1em;
    font-size: 100%;
    color: #1a9952; }
  .h-navi nav > ul > li small {
    display: inline-block;
    font-size: 80%; }
  .h-navi nav > ul > li > ul {
    margin-top: 30px;
    display: block !important; }
  .h-navi nav > ul > li > ul > li > a,
  .h-navi nav > ul > li > ul > li > span {
    padding: 15px;
    display: block;
    background: url(/common/img/bg_btn.svg) no-repeat center center/cover;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  .h-navi nav > ul > li > ul > li strong {
    margin: 0 0 0.5em 0;
    display: block;
    color: #ffffff;
    text-align: center; }
  .h-navi nav > ul > li > ul > li small {
    margin: 0;
    display: block;
    color: #ffffff;
    text-align: center; }
  .h-navi nav > ul > li > ul + a,
  .h-navi nav > ul > li > ul + span {
    display: none !important; }
  .h-sns {
    /*position: fixed;
		top: calc( 50vh - 35px );
		right: 10px;
		z-index: 60;*/ }
  .h-sns ul {
    /*display: inline-block;*/ }
  .h-sns ul li {
    margin-left: 5px;
    /*margin-bottom: 10px;*/
    width: 20px;
    height: 20px;
    border-radius: 20px;
    overflow: hidden; }
  .h-btn {
    display: block;
    margin-left: 10px; }
  .is_gnavi_open {
    overflow: hidden !important; }
    .is_gnavi_open .h-navi {
      display: block !important;
      opacity: 1;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
    .is_gnavi_open .h-navi nav {
      width: 100%;
      height: calc(100vh - 40px);
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      margin: auto;
			background: rgba(255, 255, 255, 0.95);
			padding: 20px; }
    .is_gnavi_open .h-btn p i:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 9px; }
    .is_gnavi_open .h-btn p i:nth-of-type(2) {
      opacity: 0; }
    .is_gnavi_open .h-btn p i:nth-of-type(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 9px; } }

/* NEW .footer
---------------------------------------------------------------------------- */
.footer {
  display: block;
  background: #1a9952;
  color: #ffffff;
  overflow: hidden; }

.footer section {
  margin: 0 !important;
  padding: 0 !important; }

.f-inner {
  margin: 0 auto;
  padding: 70px 0;
  width: calc( 100% - 20px);
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.f-contact {
  display: none !important;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
	position: relative;
	transition: all 0.5s; }

.f-contact.is_show {
  display: block !important; }

.f-contact.is_hide {
  display: none !important; }

.f-contact.is_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
	z-index: 60;
	transition: all 0.5s; }

.f-contact p a,
.f-contact p span {
  padding: 1.5em;
  display: block;
  background: #1a9952;
  color: #ffffff; }

.f-contact p a:hover {
  opacity: 1;
  background: url(/common/img/bg_btn.svg) no-repeat center center/cover; }

.f-navi nav {
  display: block;
  font-size: 12px;
  line-height: 1.4; }

.f-navi nav ul {
  padding: 0;
  margin: 0; }

.f-navi nav ul li {
  padding: 0;
  margin: 0 0 0 2em; }

.f-navi nav ul li:first-of-type {
  margin: 0; }

.f-navi nav ul li a,
.f-navi nav ul li span {
  color: #effdf4; }

.f-navi nav ul li a:hover {
  opacity: 1;
  color: #effdf4;
  text-decoration: underline; }

.f-annotation {
  font-size: 12px;
  line-height: 1.4; }

.f-copyright {
  font-size: 12px;
  line-height: 1.4; }

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 48px; }
  .f-inner {
    margin: 0 auto;
    padding: 20px 0 40px 0;
    width: calc( 100% - 20px);
    max-width: calc( 100% - 20px);
    display: block;
    text-align: center; }
  .f-navi nav {
    margin-bottom: 1em;
    font-size: 12px; }
  .f-navi nav ul {
    padding: 0;
    margin: 0; }
  .f-annotation {
    margin-bottom: 1em;
    font-size: 12px; }
  .f-copyright {
    font-size: 12px; } }


/**
 *
 */
main {
	margin-top: 78px;
}
.breadcrumbs {
	padding-top: 34px;
}
.breadcrumbs li {
	float: left;
	margin-right: 15px;
	font-size: 1.4rem;
}
.breadcrumbs li a {
	color: #000;
	transition: color 0.2s;
}
body:not(.mobile) .breadcrumbs li a:hover {
	color: #046F35;
}
.breadcrumbs li a::after {
	margin-left: 15px;
	content: '＞';
}
@media screen and (max-width: 767px) {
	.breadcrumbs {
		padding-top: 0; }
}

.icon_tw {
	display: block;
	background: url(/common/img/icon_tw.svg) no-repeat center center / contain;
}
.icon_fb {
	display: block;
	background: url(/common/img/icon_fb.svg) no-repeat center center / contain;
}
.icon_insta {
	display: block;
	background: url(/common/img/icon_insta.svg) no-repeat center center / contain;
}
.icon_youtube {
	display: block;
	background: url(/common/img/icon_youtube_g.png) no-repeat center center / contain;
}
body:not(.mobile) a:hover .icon_tw,
body:not(.mobile) a.icon_tw:hover {
	background-image: url(/common/img/icon_tw_g.svg);
}
body:not(.mobile) a:hover .icon_fb,
body:not(.mobile) a.icon_fb:hover {
	background-image: url(/common/img/icon_fb_g.svg);
}
body:not(.mobile) a:hover .icon_insta,
body:not(.mobile) a.icon_insta:hover {
	background-image: url(/common/img/icon_insta_g.svg);
}
body:not(.mobile) a:hover .icon_youtube,
body:not(.mobile) a.icon_youtube:hover {
	background-image: url(/common/img/icon_youtube_g.png);
}
.btn_link {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	min-width: 225px;
	background-color: #000;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
}
.btn_link::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #046F35;
	content: '';
	transition: width 0.3s ease-out;
}
body:not(.mobile) .btn_link:hover::before {
	width: 100%;
}
.btn_link span {
	position: relative;
	display: block;
	padding: 12px 35px 13px 10px;
}
.btn_link span::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 100%;
	background: #fff;
	content: '';
}
.btn_link span::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -14px;
	width: 28px;
	height: 1px;
	margin: auto;
	background: #046F35;
	content: '';
}

main .btn_link.hov_btn {
	color: #fff;
}

.btn_func,
.btn_talent {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 280px;
	margin:0;
	padding: 14px 20px;
	background-color: #727272;
	border: none;
	border-radius: 10px;
	vertical-align: middle;
	font-size: 1.6rem;
	color: #fff;
	cursor: pointer;
	transition: background 0.2s;
}
body:not(.mobile) .btn_func:hover,
body:not(.mobile) .btn_talent:hover {
	background-color: #046F35;
}
.btn_func::before,
.btn_func::after,
.btn_talent::before,
.btn_talent::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	content: '';
}
.btn_func::before,
.btn_talent::before {
	right: 27px;
	width: 1px;
	height: 15px;
}
.btn_func::after,
.btn_talent::after {
	right: 20px;
	width: 15px;
	height: 1px;
}
.btn_accordion {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 46px;
	height: 46px;
	margin:0;
	background-color: #000;
	border: none;
	border-radius: 50px;
	vertical-align: middle;
	cursor: pointer;
	transition: background 0.2s;
}
body:not(.mobile) .btn_accordion:hover {
	background-color: #046F35;
}
.btn_accordion::before,
.btn_accordion::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	content: '';
}
.btn_accordion::before {
	width: 1px;
	height: 19px;
}
.btn_accordion::after {
	width: 19px;
	height: 1px;
}
.btn_accordion.open::before {
	display: none;
}

main #head {
	margin: 10px 0 30px 0;
}
main #head h1 {
	line-height: 1;
	font-size: 1.7rem;
	color: #848484;
}
main #head h1 span {
	margin-right: 20px;
	letter-spacing: 0.07em;
	font-size: 8rem;
	color: #000;
}

main #head h1 span.an_l02 {
	padding-bottom: 10px;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 50px;
  color: #1a9952;
  border-bottom: 1px solid #1a9952;
}

main a {
	color: #000;
	transition: opacity 0.2s;
}

main a:hover {
	color: #046F35;
	transition: opacity 0.2s;
}

main a.link_pdf {
	display: inline-block;
	background: url(../../common/img/icon_pdf.svg) no-repeat right top;
	padding-right: 25px;
}

@media only screen and (max-width:767px) {
	main {
		margin-top: 50px;
	}
	main #head {
		margin: 10px 0 20px 0;
	}
	main #head h1 {
		font-size: 1.4rem;
	}
	main #head h1 span {
		display: block;
		margin-right: 10px;
		font-size: 4rem;
	}

	.btn_link {
		min-width: 200px;
		font-size: 1.2rem;
	}
	.btn_link span {
		padding: 10px 25px 11px 10px;
	}
	.btn_link span::before {
		width: 20px;
	}
	.btn_link span::after {
		right: -10px;
		width: 20px;
	}

	.btn_talent {
		width: 100%;
	}
}

/* jsp */
.jspVerticalBar {
	background: none;
	width: 7px;
}
.jspHorizontalBar {
	background: none;
	height: 7px;
}
.jspTrack {
	background: #ebebeb;
	border-radius: 10px;
}
.jspDrag {
	background: #000;
	border-radius: 10px;
}
@media only screen and (max-width:767px) {
	.jspVerticalBar {
		width: 5px;
	}
	.jspHorizontalBar {
		height: 5px;
	}
}
/* .scroll */
.scroll {
	border: solid 1px #C6C6C6;
	border-radius: 20px;
	padding: 30px 15px 30px 40px;
	max-height: 580px;
}
.scroll_h {
	padding: 0;
}
.scroll_inner {
	box-sizing: border-box;
	height: 580px;
	padding: 15px;
	outline: none;
}
.scroll_h .scroll_inner {
	height: auto;
	border: solid none;
	border-radius: 0;
	padding: 0 0 30px 0;
}
@media only screen and (max-width:767px) {
	.scroll {
		border-radius: 10px;
		padding: 15px 6px 15px 20px;
		max-height: 75vh;
	}
	.scroll_h {
		padding: 0;
	}
	.scroll_inner {
		box-sizing: border-box;
		max-height: 75vh;
		padding: 15px;
	}
	.scroll_h .scroll_inner {
		height: auto;
		border: solid none;
		border-radius: 0;
		padding: 0 0 30px 0;
	}
}

/* access */
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


/* ol.sns */
ol.sns li {
	position: relative;
	padding: 25px 0;
}
ol.sns li + li {
	border-top: solid 1px #C6C6C6;
}
ol.sns li a {
	display: block;
	/* color: #000; */
	transition: color 0.2s;
}
body:not(.mobile) ol.sns li a:hover {
	color: #046F35;
}
ol.sns li figure {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background: #EAEAEA;
	overflow: hidden;
}
ol.sns li h3 {
	float: left;
	width: 80px;
	padding: 15px 20px;
	font-size: 1.4rem;
	color: #000 !important;
}
ol.sns li p {
	/* float: left;
	width: calc(100% - 225px); */
	width: 98%;
}
ol.sns li .icon {
	position: absolute;
	top: 38px;
	right: 0;
	width: 24px;
	height: 24px;
}
@media only screen and (max-width:767px) {
	ol.sns li {
		padding: 15px 0;
	}
	ol.sns li h3 {
		width: calc(100% - 100px);
		padding: 15px 20px;
	}
	ol.sns li p {
		/* clear: both;
		float: none;
		width: 100%;
		padding-top: 8px; */
	}
	ol.sns li .icon {
		top: 25px;
	}
}


.tabs {
	position: relative;
	display: flex;
	margin: 10px -6px;
}
.tabs::before {
	position: absolute;
	display: block;
	width: calc(100% - 20px);
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-bottom: solid 1px #046F35;
	content: '';
	z-index: 0;
}
.tabs li {
	box-sizing: border-box;
	flex-basis:1;
	align-self:stretch;
	width: 100%;
	padding: 0 6px 12px 6px;
}
.tabs li.act,
body:not(.mobile) .tabs li:hover {
	padding-bottom: 0;
}
.tabs li a {
	box-sizing: border-box;
	display: table;
	width:100%;
	height: 100%;
	padding: 8px 10px;
	background-color: #727272;
	border: none;
	border-radius: 10px;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	cursor: pointer;
}
.tabs li a span {
	display: table-cell;
	vertical-align: middle;
}
.tabs li.act a,
body:not(.mobile) .tabs li:hover a {
	position: relative;
	background-color: #fff;
	border: solid 1px #046F35;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #046F35;
}
.tabs li.act a::after,
body:not(.mobile) .tabs li:hover a::after {
	position: absolute;
	display: block;
	width: 100%;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	border-bottom: solid 1px #fff;
	content: '';
	z-index: 0;
}
@media only screen and (max-width:767px) {
	.tabs li a {
		padding: 5px 6px;
		border-radius: 8px;
		font-size: 1.2rem;
	}
}

.talent_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: auto;
	z-index: 20000;
}
.talent_modal .btn_close {
	position: fixed;
	top: 25px;
	right: 25px;
	width: 28px;
	height: 28px;
	background: url(../../common/img/icon_close.svg) no-repeat center center / contain;
	cursor: pointer;
}
.talent_modal .inner {
	padding-bottom: 50px;
}
.talent_modal .inner div.cf {
	margin: 0 -15px;
}
.talent_modal h3 {
	margin: 50px 0 0 0;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
}
.talent_modal ul {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 50%;
	margin: 0;
}
.talent_modal ul:nth-child(odd) {
	margin-right: 0;
}
.talent_modal ul:nth-child(even) {
	margin-left: 0;
}
.talent_modal ul li {
	box-sizing: border-box;
	width: 33.333%;
	padding: 15px;
	text-align: center;
	line-height: 1.2;
	font-size: 1.4rem;
}
.talent_modal ul li span,
.talent_modal ul li a {
	box-sizing: border-box;
	display: table;
	height: 100%;
	width: 100%;
	padding: 15px 5px;
	cursor: pointer;
}
body:not(.mobile) .talent_modal ul li > span:hover,
body:not(.mobile) .talent_modal ul li a:hover {
	opacity: 0.6;
}
.talent_modal ul li span span,
.talent_modal ul li a span {
	display: table-cell !important;
	vertical-align: middle;
	height: 100%;
	padding: 0;
	border: none !important;
}
.talent_modal ul:nth-child(odd) li span,
.talent_modal ul:nth-child(odd) li a {
	border: solid 1px #FCA6A6;
}
.talent_modal ul:nth-child(even) li span,
.talent_modal ul:nth-child(even) li a {
	border: solid 1px #A3C9EA;
}
.talent_modal ul:nth-child(odd) li.act span,
.talent_modal ul:nth-child(odd) li.act a {
	background: #FCA6A6;
	color: #fff;
}
.talent_modal ul:nth-child(even) li.act span,
.talent_modal ul:nth-child(even) li.act a {
	background: #A3C9EA;
	color: #fff;
}
@media only screen and (max-width:767px) {
	.talent_modal .btn_close {
		top: 15px;
		right: 15px;
		width: 28px;
		height: 28px;
	}
	.talent_modal h3 {
		margin: 30px 0 0 0;
	}

	.talent_modal .inner div.cf {
		margin: 0 -5px;
	}
	.talent_modal ul,
	.talent_modal ul:nth-child(odd),
	.talent_modal ul:nth-child(even) {
		flex-wrap: wrap;
		float: none;
		width: 100%;
		margin: 5px 0;
	}
	.talent_modal ul li {
		width: 50%;
		padding: 5px;
		font-size: 1.2rem;
	}
	.talent_modal ul li span {
		padding: 10px 0;
	}
}

#sns_fixed {
	display:none;
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	z-index: 1000;
}
#sns_fixed li + li {
	margin-top: 20px;
}
#sns_fixed li a {
	box-sizing: border-box;
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 100px;
	padding-top: 12px;
	text-align: center;
	font-size: 0.9rem;
	color: #fff;
	transition: opacity 0.2s;
}
body:not(.mobile) #sns_fixed li a:hover {
	opacity: 0.6;
}
#sns_fixed li.fb a {
	background: #305096;
}
#sns_fixed li.tw a {
	background: #1A95E0;
}
#sns_fixed li a img {
	display: block;
	width: 15px;
	margin: 0 auto 2px auto;
}
@media only screen and (max-width:767px) {
	#sns_fixed {
		display: none;
	}
}

/**
 * header
 */
#sp_nav {
	display: none;
}
@media only screen and (max-width:767px) {
	#sp_nav {
		display: block;
		clear: both;
	}
	#sp_nav ul {
		display: flex;
		padding: 0 15px 10px 15px;
	}
	#sp_nav ul li {
		box-sizing: border-box;
		width: 25%;
		padding: 0 5px;
	}
	#sp_nav ul li a {
		display: block;
		border: solid 1px #DEDEDE;
		padding: 5px 0;
		text-align: center;
		font-size: 1rem;
		color: #848484;
	}
}