@charset "utf-8";
/* CSS Document */

/*--作業用*/
.outer-menu{display:;}
.loading {display: ;}
/*--------------------------------------------------------------------------ページ全体を包括*/
#wrapper {
width: 100%;
margin: 0 auto;
overflow: hidden;/* 作業用 */
}

.fixed{
	position:fixed;
	top: 0;
	left: 0;
}

a:hover img{opacity:1.00;filter:alpha(opacity=100);-ms-filter: "alpha( opacity=100 )";}

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 2.0s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150000;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1.5s;
  background-color:#FFF;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.loading img {
	width: 464px;
	height: 376px;
}

body {
  animation: disableScroll .1s linear 1.0s both;
}

@media screen and (max-width:767px){
.loading img {
	width: 232px;
	height: 188px;
}
}
h1,h2,h3,h4,h5,h6 { font-weight: normal;}
/*--------------------------------------------------------------------------ヘッダー*/

header {
	position: fixed;
	width: 100%;
	height: auto;
	text-align: center;
	top: 0;
	left: 0;
	margin: 0 auto;
	z-index: 10000;
	transition: 0.5s;
}
header:hover {
	background-color: #FFF;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}
header.scroll-nav {
  background: #FFF;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}
.head {
	width: 100%;
	height: 100px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}
h1{
	width: 230px;
	height: 70px;
	padding: 0;
	border: 0;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
	position: absolute;
	z-index: 10000;
	transition: 0.4s;
}
h1 img{
	width: 230px;
	height: 70px;
}

/*　上に上がる動き　*/
#header.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-90px);
  }
}

/*　下に下がる動き　*/
#header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-90px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

#hmpoint {
	position: absolute;
	width:100%;
	height: 0;
	top: 120px;
	left: 0;
}

@media screen and (max-width:767px){
header {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	top:0 !important;
	left:0 !important;
	background-color: #FFF;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.head {
	width: 100%;
	min-width: 340px;
	height: 70px;
	text-align: left;
	margin: 0 auto;
}
h1 {
	width: 164px;
	height: 50px;
	text-align: left;
	border: 0;
	font-size: 0px;
	line-height: 0px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 0;
	position: relative;
	float: left;
	background-image: url(../web/object/hlogo02.png);
	background-size: cover;
}
h1 img{
	width: 164px;
	height: 50px;
	margin-top: 0px;
}
#header.UpMove{
	animation: none;
}
#header.DownMove{
	animation: none;
}
}


/* グローバルナビ　PC*/

#gNavi {
	width: 100%;
	height: 75px;
	margin-top: 25px;
	position: absolute;
	background-color: ;
}

ul.snv {
	width: 100%;
	height: 15px;
	float: right;
	margin-right: 480px;
}
ul.snv li {
	width: auto;
	padding-left: 18px;
	height: 15px;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 15px;
	float: right;
	text-align: center;
	list-style: none;
	margin-left: 20px;
	color: #000;
	display: block;
	transition: 0.3s;
	background-image: url(../web/object/snvac.png);
	background-repeat: no-repeat;
	background-position: center left;
}
ul.snv li a{
	display: block;
	color: #000;
	transition: 0.4s;
}
ul.snv li a:hover {
	color: #f66;
	margin-top: -2px;
}

ul.gnv {
	width: auto;
	height: 45px;
	float: right;
	margin-top: 15px;
	margin-right: 480px;
	background-color: ;
}
ul.gnv li {
	width: auto;
	padding-left: 35px;
	padding-right: 0px;
	height: 45px;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 20px;
	float: right;
	text-align: center;
	list-style: none;
	transition: .4s;
	font-weight: 500;
	display: block;
	transition: 0.4s;
	color: #000;
}

ul.gnv li a{
	display: inline-block;
	color: #000;
}
ul.gnv li a:hover{
	color: #F66;
	text-decoration:none;
}
ul.gnv li:hover{
	margin-top: -3px;
}

.arrow_u {
  width: 100%;
  position: relative;
  display: inline-block;
  padding-right:0px;
  text-decoration: none;
}
.arrow_u:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #f66;
  border-right: solid 2px #f66;
  position: absolute;
  top: 45%;
  left: 45%;
  margin-top: 20px;
  transform: rotate(45deg);
  transition: 0.4s;
}
.arrow_u:hover:after {
  top: 60%;
}

.dropdwn_menu{
    width: 100%;
	height: auto;
	padding-left: 0%;
	padding-right: 0%;
    display: none;
    position: absolute;
	top: 100px;
	left: 0;
	margin: 0;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: ;
}
.dropdwn_menu01{
    width: 100%;
	height: auto;
    display: none;
    position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: #fff0f0;
	opacity: 0.95;
	z-index: 1;
}
.dropdwn_menu01:hover{ opacity:1.0; transition: 0.4s;}
.dropdwn_menu01:after{ 
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
	background-color: #fff;
    display: block;
	z-index: 2;
}

#dmenu {
	width: 1200px;
	padding: 30px 0px 30px 0px;
	height: auto;
	margin: 0 auto;
	display: flex;
    flex-direction: row;
	justify-content:space-between;
}

#dmenu_menu{
	width: 220px;
	height: auto;
}
#dmenu_menu .img{
	width: 220px;
	height: 160px;
	margin-bottom: 5px;
	transition: 0.4s;
	border-radius: 10px;
	float: left;
}
#dmenu_menu .img img{
	width: 220px;
	height: 160px;
	border-radius: 10px;
	transition: 0.4s;
}
#dmenu_menu:hover img{
	transform: scale(1.02);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
#dmenu_menu .t1{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 5px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #000;
	letter-spacing: 1px;
}
#dmenu_menu .t2{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 5px;
	font-size: 27px;
	line-height: 30px;
	text-align: center;
	color: #000;
	letter-spacing: 1px;
}
#dmenu_menu .details{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	display: flex;
	justify-content:center;
}
#dmenu_menu .dt1{
	width: auto;
	height: auto;
	padding: 3px 13px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
	line-height: 11px;
	color: #FFF;
	background-color: #ff6464;
	border-radius: 9px;
}
#dmenu_menu .dt2{
	width: auto;
	height: auto;
	padding: 3px 13px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
	line-height: 11px;
	color: #FFF;
	background-color: #f53296;
	border-radius: 9px;
}
#dmenu_menu .dt3{
	width: auto;
	height: auto;
	padding: 3px 13px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
	line-height: 11px;
	color: #FFF;
	background-color: #46b46e;
	border-radius: 9px;
}
#dmenu_menu .dt4{
	width: auto;
	height: auto;
	padding: 3px 13px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
	line-height: 11px;
	color: #FFF;
	background-color: #50aadc;
	border-radius: 9px;
}
#dmenu_menu .dt5{
	width: auto;
	height: auto;
	padding: 3px 13px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
	line-height: 11px;
	color: #FFF;
	background-color: #ff9600;
	border-radius: 9px;
}

#dmenu .empty{
	width: 220px;
	height: 270px;
}

#htel{
	position: absolute;
	display: block;
	width: 200px;
	height: 50px;
	right: 260px;
	top: 0px;
	transition: 0.4s;
	background-color: ;	
}

#htel .t1{
	width: 185px;
	padding-left: 15px;
	height: 29px; 
	font-size: 29px;
	letter-spacing: 1px;
	line-height: 29px;
	float: left;
	text-align: left;
	color: #ff9600;
	font-weight: 600;
	background-image: url(../web/object/htleac.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#htel .t2{
	width: 100%;
	height: auto; 
	font-size: 12px;
	line-height: 12px;
	float: left;
	text-align: center;
	margin-top: 8px;
	color: #a68055;
}
.hcontact a{
	position: absolute;
	display: block;
	width: 110px;
	height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	right: 70px;
	top: 0px;
	transition: 0.4s;
	background-image: url(../web/object/hcontact.png);
	background-color: #ff96c8;
	border-radius: 25px;
	text-align: right;
	font-size: 15px;
	line-height: 50px;
	color: #FFF;
}
.hcontact a:hover{
	background-image: url(../web/object/hcontact_on.png);
	background-color: #50aadc;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#hcontact .t1{
	width: 100%;
	height: auto; 
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 18px;
	float: left;
	text-align: center;
	margin-top: 42px;
	color: #FFF;
}
#hcontact .t2{
	width: 100%;
	height: auto; 
	font-size: 10px;
	line-height: 10px;
	float: left;
	text-align: center;
	margin-top: 10px;
	color: #FFF;
}
.hIg{
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	right: 10px;
	top: 0px;
	transition: 0.4s;
	background-image: url(../web/object/hIG.png);
}
.hIg img{
	width: 50px;
	height: 50px;
}
.hIg:hover{
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	right: 10px;
	top: 0px;
	transition: 0.4s;
	background-image: url(../web/object/hIG_on.png);
	transform: rotate(15deg);
}


@media screen and (max-width:767px){
#gNavi { display:none;}
#hmpoint { display:none;}
#hreservation{ display:none;}
#hcontact{ display:none;}
}

@media screen and (min-width:768px){
#HMmenu{ display: none;}
}

/*ハンバーガーメニュー モバイル*/
@media screen and (max-width:767px){

#HMmenu {
	position: fixed;
	width: 40px;
	height: 40px;
    top: 15px;
    right: 5px;
    z-index: 100000;
}

input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.hamburger {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10000;
  border-radius: 3px;
  background-color: #ff96c8;
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.hamburger span::before {
  width: 100%;
  top: -6px;
}
.hamburger span::after {
	width: 100%;
  bottom: -6px;
}
input[type="checkbox"]:checked + .hamburger span {
  background-color: transparent;
}
input[type="checkbox"]:checked + .hamburger span::before {
  top: 0;
  transform: rotate(45deg);
}
input[type="checkbox"]:checked + .hamburger span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  right: -120%;
  background-color: rgba(255,255,255,1.0);
  color: #fff;
  padding: 75px 0 0 0;
  transition: all 0.5s;
  z-index: 9999;
}
input[type="checkbox"]:checked ~ .nav {
  right: 0;
}
#acd-menu dt {
	position: relative;
	height: 42px;
	line-height: 42px;
	padding: 0 0px 0 20px;
	border-bottom: 1px solid #ff96c8;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	cursor: pointer;
	text-align: left;
}
#acd-menu .empty {
	position: relative;
	height: 42px;
	line-height: 42px;
	padding: 0 0px 0 20px;
	background-color: ;
	border-bottom: 1px solid #ff96c8;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	cursor: pointer;
}
#acd-menu .empty a{
	display: block;
	color: #ff96c8;
}
#acd-menu dt a {
	color: #ff96c8;
}
#acd-menu dt::before {
	content: '＋';
	position: absolute;
	top: 0px;
	right: 30px;
	width: 0;
	height: 0;
	color: #ff96c8;
	font-size: 20px;
}
#acd-menu dt.empty::before {
	content: '〉';
	position: absolute;
	top: 0px;
	right: 25px;
	width: 0;
	height: 0;
    color: #ff96c8;
	font-size: 18px;
	font-weight: 500;
}
#acd-menu .open::before {
	content: '－';
	position: absolute;
	top: 0px;
	right: 30px;
	width: 0;
	height: 0;
	color: #ff96c8;
	font-size: 20px;
}
#acd-menu dd ul li {
	list-style: none;
}
#acd-menu dd ul li a {
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 30px 0 20px;
	background-color: #FAFAFA;
	border-bottom: 1px dashed #999;
	font-size: 16px;
	color:#333;
	text-align: left;
}
#acd-menu dd ul li a::before {
	content: '〉';
	position: absolute;
	top: 0px;
	right: 25px;
	width: 0;
	height: 0;
    color: #333;
	font-size: 16px;
	font-weight: bold;
}
#hmsub {
	width: 90%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#hmsub .lt{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	color:#333;
	float: left;
}
#hmsub .lt a{
	color:#333;
}
#hmsns {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
#hmsns img{
	width: 50px;
	height: 50px;
	margin-left: 10px;
	margin-right: 10px;
}
#hmlogo {
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: left;
}
#hmlogo p{
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	text-align: center;
}
#hmlogo p span{
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
	color: #000;
	text-align: center;
}
#hmlogo p span a{
	color: #000;
}
#hmlogo img{
	width: 230px;
	padding-bottom: 15px;
}

}

/*--------------------------------------------------------------------------フッター*/
#Recruit {
	width: 100%;
	height: auto;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#Rc_contents {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#Rc_contents:after{
	content: "";
	clear: both;
	display: block;
}

#Rcbox01 {
	position: relative;
	width: 100%;
	height: 240px;
	background-image: url(../web/object/recruit_cara_back.png);
	background-position: center;
	margin: 0 auto;
}
#Rcbox01_contents {
	width: 1200px;
	height: 240px;
	margin: 0 auto;
}
#Rcbox01_contents_txt {
	width: 600px;
	height: 240px;
	float: left;
}
#Rcbox01_contents_txt .t1{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 84px;
	line-height: 84px;
	font-weight: 700;
	color: #8cbe37;
}
#Rcbox01_contents_txt .t2{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
	color: #ed577e;
	margin-top: 30px;
}

#Rcbox01_contents_img {
	width: 600px;
	height: 240px;
	float: left;
	background-image: url(../web/object/recruit_caracter.png);
	background-repeat: no-repeat;
	background-position: right;
}
#Rcbox01_contents_img .t1{
	width: 360px;
	height: auto;
	float: left;
	margin-left: 240px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	color: #6a421e;
}

#Rcbox02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #8cbe37;
	padding-top: 0px;
	padding-bottom: 50px;
}
#Rcbox02 .t1{
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #FFF;
}
#Rcbox02::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 25px;
  background-size: 25px 100%;
  background-image: linear-gradient(135deg, #8cbe37 25%, transparent 25%), linear-gradient(225deg, #8cbe37 25%, transparent 25%);
  background-position: 0 0;
}

#simplyScroll{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.simply-scroll-container {
  position: relative;
}
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 270px; /* 崩れる場合にはこちらも設定 */
}
.simply-scroll-list li {
  list-style:none !important;
  float: left;
  width: 270px;
  height: 270px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}
.simply-scroll-list li img {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  outline: 3px solid #FFF;
  outline-offset: -3px;
}
.Rcbtn a{
	display: block;
	width: 600px;
	height: 60px;
	border-radius: 30px;
	outline: 2px solid #FFF;
	outline-offset: -2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	text-align: center;
	font-size: 20px;
	line-height: 58px;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 700;
	transition: 0.4s;
}
.Rcbtn a:hover{
	color: #8cbe37;
	background-color: #FFF;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

footer {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: left;
	padding-top: 60px;
	z-index: 1;
}
footer:after{
	content: "";
	clear: both;
	display: block;
}
#ftel {
	width: 1200px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}

#ftel .ttl{
	width: 100%;
	height: auto;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 500;
}
#ftel .ttlac{
	width: fit-content;
	height: auto;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: center;
	background:linear-gradient(90deg,#fa6496 0%,#fcb41b 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#ftel .t1{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 40px;
}
#ftel .tel{
	width: 440px;
	height: 60px;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 1px;
	text-align: center;
	background-image: url(../web/object/ftelac.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 380px;
	margin-top: 40px;
}
#ftel .tel a{ color: #000;}
#ftel .tel2{
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 25px;
}
#ftel .tel3 a{
	display: block;
	width: 240px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: right;
	background-image: url(../web/object/ftelac02.png);
	background-repeat: no-repeat;
	background-position:left;
	margin-left: 480px;
	margin-top: 30px;
	color: #000;
}

#foot {
	position: relative;
	width: 100%;
	height:auto;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
	border-top: 1px solid #CCC;
}
#foot:after{
	content: "";
	clear: both;
	display: block;
}
#footbox {
	position: relative;
	width: 1200px;
	height: 200px;
	margin: 0 auto;
}
#footbox .flogo {
	width: 230px;
	height: 160px;
	float: left;
	text-align: left;
	margin-top: 20px;
}
#foot .flogo img{
	width: 230px;
	height: 70px;
}
#foot .flogo p{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	margin-top: 15px;
}
#foot .sitemap {
	width: 899px;
	height: 160px;
	padding: 20px 0;
	border-left: 1px solid #ccc;
	font-size: 13px;
	line-height: 20px;
	margin-left: 70px;
	float: left;
	display: flex;
	justify-content: center;
}
#foot .t1{
	width: 220px;
	height: auto;
	float: left;
	text-align: left;
	margin-left: 60px;
}
#foot .t1 a{ color: #000;}
#foot .t2{
	width: 150px;
	height: auto;
	float: left;
	text-align: left;
	margin-left: 80px;
}
#foot .t2 a{ color: #000;}
#foot .t3{
	width: 220px;
	height: auto;
	float: left;
	text-align: left;
	margin-left: 80px;
}
#foot .t3 a{ color: #000;}

#foot li{
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 27px;
	list-style:none;
}
#foot li a{
	color: #000;
	transition: 0.4s;
}
#foot li a:hover{
	color: #f69;
}


#cr{
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 11px;
	line-height: 40px;
	color: #fff;
	background-color: #8cbe37;
}




@media screen and (max-width:767px){
#Recruit {
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#Rc_contents {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#Rc_contents:after{
	content: "";
	clear: both;
	display: block;
}

#Rcbox01 {
	position: relative;
	width: 100%;
	height: 90px;
	background-image: url(../web/object/recruit_cara_back02.png);
	background-position: center;
	margin: 0 auto;
}
#Rcbox01_contents {
	width: 340px;
	height: 90px;
	margin: 0 auto;
}
#Rcbox01_contents_txt {
	width: 180px;
	height: 90px;
	float: left;
}
#Rcbox01_contents_txt .t1{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 27px;
	font-weight: 700;
	color: #8cbe37;
}
#Rcbox01_contents_txt .t2{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: #ed577e;
	-webkit-text-stroke: 3px #fff;
	paint-order: stroke;
	margin-top: 12px;
}

#Rcbox01_contents_img {
	width: 150px;
	height: 90px;
	float: left;
	margin-left: 10px;
	background-image: url(../web/object/recruit_caracter.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
#Rcbox01_contents_img .t1{ display:none;}

#Rcbox02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #8cbe37;
	padding-top: 0px;
	padding-bottom: 20px;
}
#Rcbox02 .t1{
	width: 340px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0px;
	color: #FFF;
}
#Rcbox02::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 15px;
  background-size: 15px 100%;
  background-image: linear-gradient(135deg, #8cbe37 25%, transparent 25%), linear-gradient(225deg, #8cbe37 25%, transparent 25%);
  background-position: 0 0;
}

#simplyScroll{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.simply-scroll-container {
  position: relative;
}
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 135px; /* 崩れる場合にはこちらも設定 */
}
.simply-scroll-list li {
  list-style:none !important;
  float: left;
  width: 135px;
  height: 135px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
}
.simply-scroll-list li img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  outline: 2px solid #FFF;
  outline-offset: -2px;
}

.Rcbtn a{
	display: block;
	width: 300px;
	height: 35px;
	border-radius: 18px;
	outline: 2px solid #FFF;
	outline-offset: -2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align: center;
	font-size: 14px;
	line-height: 33px;
	letter-spacing: 0px;
	color: #FFF;
	font-weight: 500;
	transition: 0.4s;
}
.Rcbtn a:hover{
	color: #8cbe37;
	background-color: #FFF;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

footer {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}

#ftel {
	width: 340px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

#ftel .ttl{
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 500;
}
#ftel .ttlac{
	width: fit-content;
	height: auto;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0px;
	text-align: center;
	background:linear-gradient(90deg,#fa6496 0%,#fcb41b 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
}
#ftel .t1{
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 15px;
}
#ftel .tel{
	width: 220px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	background-image: url(../web/object/ftelac.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 12px;
	margin-left: 60px;
	margin-top: 15px;
}
#ftel .tel a{ color: #000;}
#ftel .tel2{
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	margin-top: 10px;
}
#ftel .tel3 a{
	display: block;
	width: 160px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: right;
	background-image: url(../web/object/ftelac02.png);
	background-repeat: no-repeat;
	background-position:left;
	background-size: contain;
	margin-left: 90px;
	margin-top: 15px;
	color: #000;
}

#foot {
	position: relative;
	width: 100%;
	height:auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
	border-top: 1px solid #CCC;
}
#foot:after{
	content: "";
	clear: both;
	display: block;
}
#footbox {
	position: relative;
	width: 340px;
	height: auto;
	margin: 0 auto;
}
#footbox .flogo {
	width: 340px;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 0px;
}
#foot .flogo img{
	width: 230px;
	height: 70px;
}
#foot .flogo p{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	margin-top: 15px;
}
#foot .sitemap { display:none;}

#cr{
	width: 100%;
	height: 25px;
	text-align: center;
	font-size: 10px;
	line-height: 25px;
	color: #fff;
}

}
