@charset "UTF-8";

a{
 color: #333333;
 text-decoration: none;
}
a:hover, a:focus {
 color:	#666666;
 text-decoration: underline;
}
img {
 max-width: 100%;
 height: auto;
	width /***/:auto;
 vertical-align: bottom;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 899px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}


/* -------------------------------------------------

Clearfix

------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}


/* -------------------------------------------------

header

------------------------------------------------- */
header {
	width: 1140px;
	margin:0 auto;
	background:#ffffff;
}
.fixed  {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 10;
	border-bottom:1px solid #EDEDED;
}
.h_box {
	width: 100%;
	height: 135px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.fixed .h_box  {
	width: 1140px;
	height: 100px;
	margin: 0 auto;
}
.logo	{
	width:360px;
}
.fixed .logo  {
	width:300px;
}
.logo > h1	{
	margin:0;
	padding:0;
	margin-top: -7px;
}
.fixed .logo > h1  {
	margin:0;
	padding:0;
	margin-top: -7px;
	margin-left: 5px;
}
.logo > h1 a:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
@media screen and (min-width: 899px) and (max-width: 1220px) {
header {
	width: 100%;
}
.h_box {
	width: 95%;
	height: 100px;
	margin:0 auto;
}
.fixed .h_box  {
	width: 95%;
}
.logo  {
	width:300px;
}
.fixed .logo > h1  {
	margin-left: 0px;
}
}
@media screen and (max-width: 898px)  {
.h_box {
	width: 98%;
	height: 50px;
	margin:0 auto;
}
.fixed .h_box  {
	width: 98%;
	height: 50px;
	margin: 0 auto 25px;
}
.logo  {
	width:300px;
	margin:0 0 0 10px;
	transition:none;
}
.fixed .logo  {
	width:300px;
	margin:0 0 0 10px;
	transition:none;
}
.logo > h1	{
	margin-top: 12px;
}
.fixed .logo > h1  {
	margin-top: 12px;
	margin-left: 4px;
}
}
@media screen and (max-width: 768px)  {
.h_box {
	width: 100%;
}
.fixed .h_box  {
	width: 100%;
}
.logo > h1	{
	margin-left: 10px;
}
.fixed .logo > h1  {
	margin-left: 10px;
}
}
@media screen and (max-width: 480px)  {
.logo > h1	{
	margin-left: 2px;
}
.fixed .logo > h1  {
	margin-left: 2px;
}
}
@media screen and (max-width: 400px)  {
.logo,
.fixed .logo  {
	width:240px;
	margin:0 0 0 10px;
}
.logo > h1	{
	margin-top:9px;
	margin-left: 0px;
}
.fixed .logo > h1  {
	margin-top: 9px;
	margin-left: 0px;
}
}


/* -------------------------------------------------

	Nav

------------------------------------------------- */
nav	{
	width: 770px;
}
.nav	{
	width: 100%;
 position: relative;
}
.nav ul	{
	display: flex;
	flex-flow: row nowrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	justify-content: flex-end;
}
.nav ul li	{
	font-style: normal;
	font-weight: 500;
}
.nav ul li a {
	padding: 8px 0px 8px 0px;
	margin: 0px 18px;
	font-size:1.8rem;
	display:block;
	position: relative;
	text-decoration:none;
	transition : all 0.3s ease 0s;
	margin-top: 7px;
}
.nav ul li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 3px;
  background:#008730;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
.nav ul li a:hover,
.nav ul li a.lo  {
	text-decoration:none;
}
.nav ul li a:hover::after,
.nav ul li a.lo::after  {
	width: 100%;
}

/* h_contact_btn
================================================== */
.h_contact_btn a {
	width: 162px;
	margin: 9px 0px 0px 10px !important;
	padding: 6px 0px 8px 45px !important;
	display: block;
	background: #e0e200;
	border:1px solid #e0e200;
	border-radius: 25px;
	font-size: 1.6rem !important;
	font-weight: 500;
	line-height:normal;
	color:#333333 !important;
	text-decoration:none;
	position:relative;
}
.fixed .h_contact_btn a {
	margin: 9px 0px 0px 10px !important;
}
.h_contact_btn a::after {
  position: static;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height:0;
  transition:none !important;
	}
.h_contact_btn a:hover {
	background: #64605d !important;
	border:1px solid #64605d !important;
	color:#ffffff !important;
	text-decoration:none;
}
.h_contact_btn a:hover::after {
	width: 0% !important;
}
.h_contact_btn a .icn_contact {
	position: relative;
}
.h_contact_btn a .icn_contact::after {
	position: absolute;
 content: "";
 display: block;
	background-position: 0 0;
	background-repeat:no-repeat;
	background-image: url("../images/icn_contact.png");
	width:20px;
	height: 16px;
	top:5px;
	left: -25px;
}
.h_contact_btn a:hover .icn_contact::after {
	background-image: url("../images/icn_contact__white.png");
}

/* h_recruit_btn
================================================== */
.h_recruit_btn a {
	width: 162px;
	margin: 9px 10px 10px !important;
	padding: 6px 0px 8px 60px !important;
	display: block;
	background: #008730;
	border:1px solid #008730;
	border-radius: 25px;
	font-size: 1.6rem !important;
	line-height:normal;
	text-decoration:none;
	color:#ffffff !important;
	font-weight: 500;
	position:relative;
}
.h_recruit_btn a::after {
  position: static;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height:0;
  transition:none !important;
	}
.h_recruit_btn a:hover {
	background: #64605d !important;
	border:1px solid #64605d !important;
	color:#ffffff !important;
	text-decoration:none;
}
.h_recruit_btn a:hover::after {
	width: 0% !important;
}
.h_recruit_btn a .icn_recruit {
	position: relative;
}
.h_recruit_btn a .icn_recruit::after {
	position: absolute;
 content: "";
 display: block;
	background-position: 0 0;
	background-repeat:no-repeat;
	background-image: url("../images/icn_recruit.png");
	width:20px;
	height: 16px;
	top:5px;
	left: -25px;
}
.h_recruit_btn a:hover .icn_recruit::after {
	background-image: url("../images/icn_recruit__white.png");
}
@media screen and (min-width: 899px) and (max-width: 1220px) {
nav	{
	width:	75%;
}
.nav ul li a	 {
	margin: 5px 12px;
	font-size:1.6rem;
	margin-top: 3px;
}
.h_contact_btn a {
	width: 140px;
	margin: 5px 0px 5px 10px !important;
	padding: 6px 0px 8px 40px !important;
	font-size: 1.4rem !important;
}
.fixed .h_contact_btn a {
	margin: 5px 0px 5px 10px !important;
}
.h_contact_btn a .icn_contact::after {
	top:3px;
}
.h_recruit_btn a {
	width: 140px;
	margin: 5px 0px !important;
	padding: 6px 0px 8px 53px !important;
	font-size: 1.4rem !important;
}
.h_recruit_btn a .icn_recruit::after {
	top:3px;
}
}
@media screen and (max-width: 898px)  {
nav	{
	width:	0%;
}
.nav{
	display:none;
}
.fixed .nav ul	{
	display:none;
}	
	
/* toggle
================================================== */
#toggle {
 text-align: center;
 width: 50px;
 height: 50px;
 position: absolute;
 top: 10px;
 right: 10px;
 z-index: 11;
 display: flex;
 justify-content: center;
 align-items: center;
	cursor: pointer;
}
.trigger {
 position: relative;
 width: 28px;
 height: 19px;
	margin-top: -10px;
}
.trigger::after {
 position: absolute;
 left: 0px;
 bottom: -15px;
 content: 'menu';
 display: block;
 width: 100%;
 font-size: 1rem;
 text-decoration: none;
 text-align: center;
 white-space: nowrap;
 transition: all .4s;
	color: #333333;
}
.trigger.active::after {
 content: 'close';
 left: 0px;
 bottom: -18px;
}
.trigger span {
 position: absolute;
 left: 0;
 width: 100%;
 height: 3px;
 background-color: #333333;
 border-radius: 4px;
}
.trigger span:nth-of-type(1) {
 top: 0;
}
.trigger span:nth-of-type(2) {
 top: 8px;
}
.trigger span:nth-of-type(2)::after {
 position: absolute;
 top: 0;
 left: 0;
 content: '';
 width: 100%;
 height: 3px;
 background-color:#333333;
 border-radius: 4px;
 -webkit-transition: all .4s;
         transition: all .4s;
}
.trigger span:nth-of-type(3) {
 bottom: 0;
}
.trigger.active span:nth-of-type(1) {
 -webkit-transform: translateY(8px) scale(0);
         transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
 -webkit-transform: rotate(90deg);
         transform: rotate(90deg);
}
.trigger.active span:nth-of-type(3) {
 -webkit-transform: translateY(-8px) scale(0);
         transform: translateY(-8px) scale(0);
}

/* スマホでメニューを開いた際に背景色が画面全体にかかるようにと
フルスクリーンで固定したいので、position: fixed; top: 0; left: 0; を指定 */
.toggleWrap {
	display: none;
 background: rgba(234, 234, 234, 1);
 padding: 55px 0px 10px 0px;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
	z-index: 8;
}
.mainLogo {
 display: block;
	z-index: 20;
	position:absolute;
	top:23px;
	left:21px;
	background:url(../images/logo.png);
 box-sizing: border-box;
	width:300px;
	height:27px;
	background-size: 300px 27px;
	text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
.mainNav {
	margin:20px 0 0;
}
.mainNav li {
 list-style-type: none;
}
.navItem {
 display: block;
 text-decoration: none;
 color: #3e3e3e;
 border-bottom: 1px solid #cccccc;
 text-align: center;
 font-size: 2rem;
}
.navItem:first-child {
 border-top: 1px solid #cccccc;
}
.navItem a {
 display: block;
 padding: 15px 10px;
}
.navItem div {
 display: block;
 padding: 15px 10px;
	cursor: pointer;
	margin:0;
}
.navItem p {
 padding:0;
	margin:0;
}
.navItem > ul {
 display: block;
	background:#ffffff;
 padding: 5px 0;
}
.navItem > ul.menu-child {
 display: none;
}
.navItem > ul li a {
	position: relative;
 display: block;
 padding: 8px  35px;
 font-size: 1.5rem;
	border-bottom:1px dotted #cccccc;
}
/*.navItem > ul li:last-child a {
	border-bottom:	none;
}*/
.navItem > ul li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 27px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-top: solid 2px #cccccc;
	border-right: solid 2px #cccccc;
	-webkit-transform: rotate(45deg);
 	       transform: rotate(45deg);
}
	
/* メニューオープン時のみ、メニューの後ろのコンテンツをスクロールさせない
iOS safariには別途対応が必要（jQueryに記述）*/
.no-scroll {
  overflow: hidden;
}
.scroll	{
 height: 100%;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
}
}
@media screen and (max-width: 768px)  {
.mainLogo {
	top:24px;
	left:20px;
	width:290px;
	height:26px;
	background-size: 290px 26px;
}
}
@media screen and (max-width: 640px)  {
#toggle {
 right: 5px;
}
}
@media screen and (max-width: 480px)  {
#toggle {
 right: 0px;
}
.mainLogo {
	top:24px;
	left:12px;
	width:298px;
	height:26px;
	background-size: 298px 26px;
}
}
@media screen and (max-width: 400px)  {
.mainLogo {
	top:27px;
	left:10px;
	width:240px;
	height:22px;
	background-size: 240px 22px;
}
}


/* -------------------------------------------------

footer

------------------------------------------------- */
footer	{
 width: 100%;
}
.footer_bg	{
 width: 100%;
	height:300px;
	position:relative;
	background:#008730;
}
.f_bg	{
 width: 100%;
	background:url(../images/f_bg.png) top left repeat-x;
	position:absolute;
 content: "";
 display: inline-block;
	top:-98px;
	left:0;
	z-index:1;
}
.footer	{
	width: 100%;
	position:relative;
}
.footer2	{
	width: 1140px;
	margin: 175px auto 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.f_Left	{
	width:320px;
}
.f_Right	{
	width:500px;
	position:relative;
}
.f_logo	{
	margin-bottom: 15px;
}
.f_logo a:hover img	{
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
.address	{
	margin:10px 0;
}
.address p	{
	font-size:1.4rem;
	line-height:1.6;
	margin-bottom:5px;
	color:#ffffff;
}
.address p a	{
	color:#ffffff;
}
.copyright_wrp	{
	width:100%;
	margin: 0 auto;
}
.copyright	{
 color: #333333;
	text-align:	center;
 padding: 15px 0;
 font-size: 1.4rem;
	background:#e0e200;
}
.page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index:5;
}
.page_top a {
	width: 55px;
	height: 55px;
	display: block;
	border:1px solid #ffffff;
	border-radius: 50%;
	background-color:#008730;
	background-image: url(../images/pageup.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
.page_top a:hover {
	background-color:#00AF3E;
}
@media screen and (min-width: 899px) and (max-width: 1220px) {
.footer2	{
	width: 95%;
}
.copyright_wrp	{
	width:100%;
	margin:0 auto;
}
}
@media screen and (max-width: 898px)  {
.footer_bg	{
	height:225px;
}
.f_bg	{
	background-size:1037px 80px;
	top:-80px;
}
.footer2	{
	width: 100%;
	margin: 130px auto 0;
}
.f_Left	{
	width:100%;
}
.f_Left_sp	{
	width:250px;
	margin: 0 auto;
	display:block;
}
.f_Right	{
	display:none;
}
.f_logo	{
	margin-bottom: 10px;
}
.copyright	{
 font-size: 1.2rem;
 padding: 10px 0;
}
}
@media screen and (max-width: 480px)  {
.footer2	{
	margin: 110px auto 0;
}
.f_bg	{
	background-size:778px 60px;
	top:-60px;
}
.copyright	{
 padding: 8px 10px;
	font-size: 0.9rem;
}
}
@media screen and (max-width: 320px)  {
.f_Left_sp	{
	width:85%;
}
}

/* f_nav
================================================== */
.f_nav	{
 width: 100%;
	display: flex;
	flex-flow: row nowrap;
	margin-top: -20px;
}
.f_nav__left ul,
.f_nav__right ul {
	display: flex;
	flex-flow: column wrap;
	width: 225px;
	margin-right: 50px;
	padding:0;
}
.f_nav__right ul	{
	margin-right: 0px;
}
.f_nav__left ul li,
.f_nav__right ul li{
 list-style: none;
	border-bottom: 1px solid #91c7a4;
}
.f_nav__left ul li a,
.f_nav__right ul li a {
	display:block;
	padding:15px 0px;
 text-decoration: none;
	color: #FFFFFF;
	position: relative;
}
.f_nav__left ul li a::before,
.f_nav__left ul li a::after,
.f_nav__right ul li a::before,
.f_nav__right ul li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.f_nav__left ul li a::before,
.f_nav__right ul li a::before {
  width: 1.5rem;
  height: 1px;
  background: #ffffff;
}
.f_nav__left ul li a::after,
.f_nav__right ul li a::after {
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}
.f_nav__left ul li a:hover,
.f_nav__right ul li a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
@media screen and (max-width: 898px)  {
.f_nav ul	{
	display: none;
}
}


/* -------------------------------------------------

Otoiawase

------------------------------------------------- */
.Otoiawase_wrp	{
 width: 100%;
 background-color:#f1f1f1;
}
.Otoiawase_inner {
 width: 1140px;
	margin: 0 auto;
 display: flex;
	flex-flow: row nowrap;
	padding: 110px 0 130px !important;
}
.Otoiawase_inner section	{
	width: 300px;
}
.Otoiawase_inner section h2	{
	font-weight: 500;
	font-size:3.6rem;
	color: #333333;
	position:relative;
	letter-spacing: 2px;
	margin-top: -10px;
}
.Otoiawase_inner section h2 .stit	{
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	font-size:2.4rem;
	color:#008730;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.Otoiawase_box {
	width: 840px;
}
.Oto_comment {
	font-size: 1.8rem;
	line-height:1.6;
	color:#333333;
	margin: 0 auto 20px;
}
.Oto_TEL__box {
 display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0 auto 20px;
}
.Oto_TEL a {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	font-size: 3.6rem;
	color:#008730;
	text-decoration: none;
}
.Oto_TEL a:hover {
	text-decoration:underline;
}
.Oto_TEL__txt {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	font-size: 2.4rem;
	color:#008730;
	margin-right: 12px;
}
@media screen and (min-width: 965px) and (max-width: 1220px) {
.Otoiawase_inner {
 width: 90%;
	flex-flow: row wrap;
	padding: 100px 0 130px !important;
}
.Otoiawase_inner section	{
	width: 100%;
	margin-bottom: 10px;
}
.Otoiawase_inner section h2	{
	text-align: center;
	margin-top: 0px;
}
.Otoiawase_box {
	width: 90%;
	margin: 0 auto;
}
.Oto_comment {
	width: 505px;
}
.Oto_TEL__box {
	width: 290px;
}
}
@media screen and (min-width: 899px) and (max-width: 964px) {
.Otoiawase_inner {
 width: 90%;
	flex-flow: row wrap;
	padding: 100px 0 130px !important;
}
.Otoiawase_inner section	{
	width: 100%;
	margin-bottom: 10px;
}
.Otoiawase_inner section h2	{
	text-align: center;
	margin-top: 0px;
	font-size:3.2rem;
}
.Otoiawase_box {
	width: 90%;
	margin: 0 auto;
}
.Oto_comment {
	width: 505px;
}
.Oto_TEL__box {
	width: 290px;
}
}
@media screen and (max-width: 898px)  {
.Otoiawase_inner {
 width: 90%;
	flex-flow: row wrap;
	padding: 100px 0 130px !important;
}
.Otoiawase_inner section	{
	width: 100%;
	margin-bottom: 0px;
}
.Otoiawase_inner section h2	{
	text-align: center;
	margin-top: 0px;
	font-size:3.2rem;
}
.Otoiawase_box {
	width: 90%;
	margin: 0 auto;
}
.Oto_comment {
	width: 505px;
}
.Oto_TEL__box {
	width: 290px;
}
}
@media screen and (max-width: 768px)  {
.Otoiawase_inner {
 width: 95%;
	padding: 60px 0 120px !important;
}
.Otoiawase_inner section h2	{
	font-size:2.8rem;
}
.Otoiawase_inner section h2 .stit	{
	font-size:2rem;
}
.Oto_comment {
	width: 450px;
	font-size: 1.6rem;
}
.Oto_TEL__box {
	width: 240px;
}
.Oto_TEL a {
	font-size: 3rem;
}
.Oto_TEL__txt {
	font-size: 1.8rem;
}
}
@media screen and (max-width: 568px)  {
.Otoiawase_box {
	width: 100%;
	margin: 0 auto;
}
.Oto_comment {
	width: 95%;
}	
}
@media screen and (max-width: 480px)  {
.Otoiawase_inner {
	padding: 60px 0 100px !important;
}
.Otoiawase_inner section h2	{
	font-size:2.4rem;
}
.Oto_comment {
	text-align: left;	
}
}


/* -------------------------------------------------

page_button

------------------------------------------------- */
.page_button {
  display: inline-block;
  padding: 0.9em 5em;
  background-color:#008730; /* 背景色 */
  box-shadow: 0 5px 0 #cccccc; /* 影の太さ・色 */
  border-radius: 60px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none; /* 文字の下線を消す */
	 position: relative;	
}
.page_button:before,
.page_button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.page_button:before {
  right: 2rem;
  width: 1.5rem;
  height: 1px;
  background: #ffffff;
}
.page_button:after {
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}
.page_button br	{
	display:none;	
}

/* ホバー時 */
.page_button:hover,.page_button:focus {
	 color: #ffffff;
		text-decoration: none;
  box-shadow: none;
  transform: translateY(5px);
}
/* クリック時 */
.page_button:active {
  box-shadow: none;
  transform: translateY(5px);
}
@media screen and (max-width: 480px)  {
.page_button {
 font-size: 1.4rem;
}
.page_button br	{
	display:block;	
}
}
@media screen and (max-width: 375px)  {
.page_button {
  padding: 0.9em 4em;
	/*font-size: 1.4rem;*/
}
}


/* -------------------------------------------------

Mail_button

------------------------------------------------- */
.Mail_button {
  display: inline-block;
  padding: 0.7em 3em 0.75em 4.9em;
  background-color:#008730; /* 背景色 */
  box-shadow: 0 5px 0 #cccccc; /* 影の太さ・色 */
  border-radius: 60px;
		font-size: 2.2rem !important;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none; /* 文字の下線を消す */
	 position: relative;	
}
.Mail_button::after {
  position: static;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height:0;
  transition:none !important;
	}

/* ホバー時 */
.Mail_button:hover,.Mail_button:focus {
	 color: #ffffff;
		text-decoration: none;
  box-shadow: none;
  transform: translateY(5px);
}
/* クリック時 */
.Mail_button:active {
  box-shadow: none;
  transform: translateY(5px);
}
@media screen and (max-width: 1220px)  {
.Mail_button__box {
	text-align: center;
}
}
@media screen and (max-width: 768px)  {
.Mail_button {
	font-size: 1.8rem !important;
}
}

/* Mail_button（アイコン）
================================================== */
.Mail_button .icn_contact {
	position: relative;
}
.Mail_button .icn_contact::after {
	position: absolute;
 content: "";
 display: block;
	background-position: 0 0;
	background-repeat:no-repeat;
	background-image: url("../images/icn_contact__white02.png");
	width:32px;
	height: 24px;
	top:6px;
	left: -40px;
}
@media screen and (max-width: 768px)  {
.Mail_button .icn_contact::after {
	background-size: 24px 18px;
	width:24px;
	height: 18px;
	left: -35px;
}
}


/* -------------------------------------------------

■■■　2階層　■■■

------------------------------------------------- */
/* -------------------------------------------------

pageimage

------------------------------------------------- */
.pageimage_wrp{
 width: 100%;
	margin:0 auto;
	position:relative;
}
.pagetitle	{
	width:100%;
	background: rgb(0,135,48);
background: linear-gradient(23deg, rgba(0,135,48,1) 0%, rgba(224,226,0,1) 100%);
	position:relative;
}
.pagetitle h2	{
	width: 100%;
	height: 200px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
	margin: 0;
	font-style: normal;
	font-weight: 500;
	font-size:4rem;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: center;
	position:relative;
	z-index: 1;
}
@media screen and (max-width: 898px)  {
.pageimage_wrp {
	margin:25px auto 0;
}
}
@media screen and (max-width: 768px)  {
.pagetitle h2	{
	height: 150px;
	font-size: 3.6rem;
}
}
@media screen and (max-width: 480px)  {
.pagetitle h2	{
	height: 120px;
	font-size: 2.8rem;
}
}
@media screen and (max-width: 375px)  {

}


/* -------------------------------------------------

other

------------------------------------------------- */
/* 文字
================================================== */

/* 色
================================================== */
.red {
	color:#E40003;
}
.blue	{
	color:	#0081DF;
}
.orange	{
	color:	#ff6800;
}
.pink	{
	color:	#FF7072;
}
.green	{
	color:	#00AC9D;
}

/* 位置
================================================== */
.center {
	text-align:center;
}
@media screen and (max-width: 568px)  {
}

/* 余白
================================================== */
.margin__001 {
	margin: 50px 0;
}
.margin__002 {
	margin: 30px 0 50px;
}
.margin__003 {
	margin: -30px 0 50px;
}
.margin__004 {
	margin: 50px 0 0;
}
@media screen and (max-width: 898px)  {
.margin__003 {
	margin: 0 0 50px;
}
}
@media screen and (max-width: 768px)  {
.margin__001 {
	margin: 30px 0 50px;
}
.margin__003 {
	margin: -15px 0 50px;
}
.margin__004 {
	margin: 30px 0 0;
}
}


/* 行間
================================================== */



