@charset "utf-8";

/*--------------------------------------------
	 BASE
--------------------------------------------*/

@media print {
#hbgNavi {
	display: none;
}
}

@media screen and (min-width : 768px ) {
.over:hover {
	opacity: 0.7;
}
}
.ios .over:hover, .ios .over:active, .ios .over:link, .ios .over:visited, .ios .over::focus {
 opacity:1;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
:root .cf::after { /* IE9 */
	content: ""\9;
	clear: both\9;
	display: block\9;
	height: 0\9;
}
.noEvent {
	pointer-events: none;
}

*, *:before, *:after {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	color: #3e3c3a;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	letter-spacing: 0.05em;
	/* font-weight: 400; */
	padding-top: 174px;
}
a {
	text-decoration: none;
	color: #3e3c3a;
	transition: 0.4s ease-in-out;
}
table {
	width: 100%;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
}


/*-----------------------------------------------------
  Wordpress EDITOR
------------------------------------------------------*/
.wp_editor * + p,
.wp_editor * + ul,
.wp_editor * + ol,
.wp_editor * + .table_wrap {
  margin-top: 1.5em;
}
.wp_editor * + h1,
.wp_editor * + h2,
.wp_editor * + h3,
.wp_editor * + h4,
.wp_editor * + h5,
.wp_editor * + h6 {
  margin-top: 2.5em;
}
.wp_editor h2,
.wp_editor h3,
.wp_editor h4,
.wp_editor h5,
.wp_editor h6 {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.wp_editor h2 {
  font-size: 1.9rem;
}
.wp_editor h3 {
  font-size: 1.7rem;
}

.wp_editor a {
  color: #3094b3;
  word-break: break-all;
}
.wp_editor a:hover,
.wp_editor a:focus {
  opacity: .7;
}

.wp_editor ul,
.wp_editor ol {
  /*margin-bottom: 2rem;*/
  padding-left: 2em;
  line-height: 1.5;
}
.wp_editor ul > li:not(:first-child),
.wp_editor ol > li:not(:first-child) {
  margin-top: 1em;
}
.wp_editor ul > li {
  list-style-type: disc;
}
.wp_editor ol > li {
  list-style-type: decimal;
}

.wp_editor table {
  width: 100%;
}
.wp_editor table tr > th,
.wp_editor table tr > td {
  padding: 1em;
  border: 1px solid #ddd;
}
.wp_editor table tr > th {
  background-color: #a9a9a9;
}

/*  Wordpress EDITOR SP  */
@media screen and (max-width : 767px ) {
  .wp_editor * + p,
  .wp_editor * + ul,
  .wp_editor * + ol,
  .wp_editor * + .table_wrap {
    margin-top: 1em;
  }
  .wp_editor * + h1,
  .wp_editor * + h2,
  .wp_editor * + h3,
  .wp_editor * + h4,
  .wp_editor * + h5,
  .wp_editor * + h6 {
    margin-top: 2em;
  }
  .wp_editor ul > li:not(:first-child),
  .wp_editor ol > li:not(:first-child) {
    margin-top: .6em;
  }
}


/*--------------------------------------------
	共通パーツ
--------------------------------------------*/
/*レイアウト*/
.inner_main {
	max-width: 1320px;
	padding-right: 6rem;
	padding-left: 6rem;
	margin: 0 auto;
}
.inner_lg {
	max-width: 1920px;
	padding-right: 6rem;
	padding-left: 6rem;
	margin: 0 auto;
}
.container {
	padding: 9rem 0;
	position: relative;
	overflow: hidden;
}
/*flex*/
.flex {
	display: flex;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}
.ofi {
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
/*セクションの配色*/
.bg_gray {
	background: #f5f4f4;
}
/*カラー*/
.color_blue {
	color: #71afd0;
}
.color_white {
	color: #fff;
}
/*ボタン*/
.btn {
	margin-top: 5.5rem;
}
.btn a {
	display: block;
	position: relative;
	line-height: 1;
}
.btn_primary {
	max-width: 200px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	border: solid 1px #7c7d84;
	padding: 1.3rem 0;
	background: #7c7d84;
	transition: 0.4s linear;
	display: block;
	line-height: 1;
	text-align: center;
	position: relative;
}
.btn_primary.center {
	margin: 0 auto;
}
.btn_primary.btn_lg {
	max-width: 280px;
	font-size: 1.8rem;
	padding: 1.9rem 0;
}
.btn_contact span {
	position: relative;
	padding-left: 2.3rem;
}
.btn_contact span:before {
	content: '';
	background: url(../image/common/icon_mail.png) no-repeat center /contain;
	width: 17px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	transition: 0.4s ease-in-out;
}
/*hover*/

@media print, screen and (min-width : 992px ) {
.btn_primary:hover {
	color: #7c7d84;
	background: #fff;
}
.btn_contact:hover span:before {
	background-image: url(../image/common/icon_mail_blue.png);
}
}
/*タイトル*/
.ttl_01 {
	font-size: 3.1rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.075em;
}
.ttl_01 + .ttl_ja {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 2rem;
}
.ttl_02 {
}
.ttl_02:before {
}
.ttl_03 {
}

.f_en {
	font-family: 'Montserrat', sans-serif;
}

.pd_none {
	padding: 2rem 3.5rem;
}

.mgt_sm {
	margin-top: 1em;
}

/*--------------------------------------------
	HEADER
--------------------------------------------*/
header {
	padding: 0 6rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
	transition: 0.4s linear;
}
header .header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-top: 1.2rem;
	transition: 0.4s linear;
}
header .h_logo {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 175px;
	top: 1.2rem;
}
header .h_logo img {
	transition: 0.4s linear;
}
header .h_logo a {
	display: block;
}
header .h_left {
	padding-top: 5.3rem;
	transition: 0.4s linear;
}
header .h_navi {
}
header .h_navi > ul {
	display: flex;
}
header .h_navi ul li {
	margin-right: 4rem;
}
header .h_navi ul li:last-child {
	margin-right: 0;
}
header .h_navi ul li .nav_item {
	display: block;
	position: relative;
	padding: 4.25rem 0;
	font-size: 1.5rem;
}
header .h_navi ul li .nav_item:after {
	content: '';
	height: 0;
	background: #7c7d84;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.3s ease-in-out;
}
header .h_navi ul li.drop {
	position: relative;
}
header .h_navi ul li .drop_menu {
	position: absolute;
  left: 0;
  top: 109px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transform: translateY(10px);
  pointer-events: none;
  background: #fff;
  transition: all 0.4s linear;
	padding: 15px 10px;
}
header .h_navi ul li .drop_menu li {
	margin-right: 0;
}
header .h_navi ul li .drop_menu li:not(:first-child) {
	margin-top: 1rem;
}
header .h_navi ul li.drop:hover .drop_menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
header .h_navi ul li.drop:hover .nav_item:after {
	content: '';
	height: 6px;
	background: #7c7d84;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.3s ease-in-out;
}
header .h_right {
	padding-top: 5.3rem;
	transition: 0.4s linear;
}
header .h_right ul {
	display: flex;
	align-items: center;
}
header .h_right ul li:not(:last-child) {
	position: relative;
	padding-right: 2.2rem;
	margin-right: 2.2rem;
}
header .h_right ul li:not(:last-child):after {
	content: '';
	background: #f0f0f0;
	height: 19px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
}
header .h_right ul li.search_btn {
	cursor: pointer;
}
header .h_right ul li.search_btn span {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../image/common/icon_search.png) no-repeat center / contain;
}
/*fixed header*/
header.fixed {
	/* border-bottom: solid 1px #eee; */
}
header.fixed .header_inner {
	padding-top: 0;
}
header.fixed .h_logo img {
	height: 0;
}
header.fixed .h_logo a {
	background: url(../image/common/logo_fixed.png) no-repeat center / contain;
	width: 175px;
	height: 94px;
}
header.fixed .h_left {
	padding-top: 5.3rem;
}
header.fixed .h_right {
	padding-top: 5.3rem;
}
header.fixed .h_navi ul li .nav_item {
	padding: 2.25rem 0;
}
header.fixed .h_navi ul li .drop_menu {
	top: 69px;
}
.search_box {
	width: 100%;
	display: none;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
.search_box .search_inner {
	width: 100%;
	height: 100%;
	padding: 10rem 0;
}
.search_box .btn_close {
	position: absolute;
	top: 2rem;
	right: 2em;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
}
.search_box .btn_close:before,
.search_box .btn_close:after {
	content: '';
	width: 2px;
	height: 100%;
	background: #636366;
	position: absolute;
	top: 0;
}
.search_box .btn_close:before {
	transform: rotate(45deg);
	left: 14px;
}
.search_box .btn_close:after {
	transform: rotate(-45deg);
	right: 14px;
}
.search_box form {
	position: relative;
	width: 40%;
	margin: 0 auto;
}
.search_box input[type="text"] {
	width: 100%;
	border: solid 1px #eee;
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 1.5rem;
	outline: none;
}
input[type="text"]::placeholder {
  color: #7c7d84;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
}
.search_box input[type="submit"] {
	font-size: 0;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	background: url(../image/common/icon_search.png) no-repeat center / contain;
	border: none;
	outline: none;
}

.search_overlay {
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.fix_sns {
	position: fixed;
	right: 0;
	width: 6rem;
	top: 26.2rem;
	z-index: 999;
}
.fix_sns .sns_list {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fix_sns .sns_list li:not(:first-child) {
	margin-top: 4rem;
}
@media screen and ( min-width: 992px ) {
header .h_navi ul li .nav_item:hover {
	color: #7c7d84;
}
header .h_navi ul li .nav_item:hover:after {
	height: 6px;
}
header .h_right .search_box input[type="submit"]:hover + input[type="text"] {
	opacity: 1;
	width: 100px;
}
}
/*--------------------------------------------
	FOOTER
--------------------------------------------*/
footer {
	background: #7c7d84;
	padding: 0 10rem;
	color: #fff;
}
footer .footer_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.9rem 0;
}
footer .f_nav ul {
	display: flex;
	justify-content: flex-end;
}
footer .f_nav li:not(:last-child) {
	margin-right: 3rem;
}
footer .f_nav .f_nav_item {
	color: #fff;
	display: block;
	line-height: 1;
	font-size: 1.4rem;
}
footer .copy {
	font-size: 1rem;
}
@media screen and (min-width : 920px ) {
footer .f_top .f_nav .f_nav_item:hover {
	color: #288f28;
}
footer .f_top .f_nav .f_nav_item:hover:after {
	transform: scale(1);
}
}

.totop {
	width: 4rem;
	height: 4rem;
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	opacity: 0;
	transition: 0.4s ease-out;
	z-index: 999;
}
.totop.visible {
	opacity: 1;
}
.totop a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../image/common/icon_top.png) no-repeat center / 8px;
	background-color: #71afd0;
	border: solid 1px #71afd0;
}
@media screen and (min-width : 920px ) {
.totop a:hover {
	background-color: #fff;
	background-image: url(../image/common/icon_top_blue.png);
}
}

/*       ANIMATION
----------------------------*/
@media screen and (min-width : 768px) {
.show_up {
	transition: all 5s cubic-bezier(0.19, 1, 0.22, 1);
	position: relative;
	transform: translateY(50px);
	opacity: 0;
}
.show_up.is-active {
	transform: translateY(0);
	opacity: 1;
}
*[data-delay="0"], *[data-delay="0"]:before, *[data-delay="0"]:after {
	transition-delay: 0s;
}
*[data-delay="100"], *[data-delay="100"]:before, *[data-delay="100"]:after {
	transition-delay: .1s;
}
*[data-delay="200"], *[data-delay="200"]:before, *[data-delay="200"]:after {
	transition-delay: .2s;
}
*[data-delay="300"], *[data-delay="300"]:before, *[data-delay="300"]:after {
	transition-delay: .3s;
}
*[data-delay="400"], *[data-delay="400"]:before, *[data-delay="400"]:after {
	transition-delay: .4s;
}
*[data-delay="500"], *[data-delay="500"]:before, *[data-delay="500"]:after {
	transition-delay: .5s;
}
*[data-delay="600"], *[data-delay="600"]:before, *[data-delay="600"]:after {
	transition-delay: .6s;
}
*[data-delay="700"], *[data-delay="700"]:before, *[data-delay="700"]:after {
	transition-delay: .7s;
}
*[data-delay="800"], *[data-delay="800"]:before, *[data-delay="800"]:after {
	transition-delay: .8s;
}
*[data-delay="900"], *[data-delay="900"]:before, *[data-delay="900"]:after {
	transition-delay: .9s;
}
*[data-delay="1000"], *[data-delay="1000"]:before, *[data-delay="1000"]:after {
	transition-delay: 1s;
}
}

/*----------------------------------------------------

 (max-width : 1499px) 1499px以下～

*----------------------------------------------------*/
@media screen and (max-width : 1499px ) {

	header .h_navi ul li {
		margin-right: 3rem;
	}

}
/*----------------------------------------------------

 (max-width : 1399px) 1349px以下～

*----------------------------------------------------*/
@media screen and (max-width : 1349px ) {
	header .h_logo {
		width: 150px;
	}
	header .h_navi ul li .nav_item {
		padding: 3.25rem 0;
	}
}
/*----------------------------------------------------

 (max-width : 1399px) 1399px以下～

*----------------------------------------------------*/
@media screen and (max-width : 1399px ) {
	header .h_navi ul li {
		margin-right: 2.5rem;
	}
}
/*----------------------------------------------------

 (max-width : 1299px) 1299px以下～

*----------------------------------------------------*/
@media screen and (max-width : 1299px ) {
	header .h_logo {
		width: 120px;
	}
	header .h_navi ul li .nav_item {
		padding: 2.25rem 0;
	}
	header .h_left {
		padding-top: 9.3rem;
	}
	header .h_right {
		padding-top: 9.3rem;
	}
	header.fixed .h_logo a {
		width: 120px;
		height: 65px;
	}
	header.fixed .h_left {
		padding-top: 6.8rem;
	}
	header.fixed .h_right {
		padding-top: 6.8rem;
	}
	header .h_navi ul li .drop_menu {
		top: 69px;
	}
}

/*----------------------------------------------------

 (max-width : 1199px) 1199px以下～

*----------------------------------------------------*/
@media screen and (max-width : 1199px ) {
	footer {
		padding: 0 6rem;
	}
}

/*----------------------------------------------------

(min-width : 992px) and (max-width : 1199px)　ノートPCのみ

*----------------------------------------------------*/
@media (min-width : 992px) and (max-width : 1199px) {
}
