@charset "UTF-8"; 
/* リセットCSS
-------------------------------------------------------------- */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 0;
	min-height: 0;
}
::before , ::after {
	box-sizing: inherit;
}
button {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}
/* 共通部分
-------------------------------------------------------------- */
header {
}
a{
	color: #fb4b23;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}

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

ul {
	list-style: none;
}

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

body {
	font-family: 'Kosugi Maru',"Meiryo", "メイリオ","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: left;
	background-color: #fafafa;
	background-color: #fff;
}

.wrap{
	overflow: hidden;
	background-image:url(../image/bg_sample.jpg);
	background-size: cover; /*--背景画像のサイズ--*/
	background-attachment: fixed; /*--背景画像の固定--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: center center; /*--背景画像の位置--*/
}

/* 共通部分 ボタン
-------------------------------------------------------------- */
.btn,
a.btn,
button.btn {
	margin-left: 0;
	font-size: 1rem;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 0rem 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
	color: #fff;
	background-color: #ff4444;
}

.btn--orange:hover,
a.btn--orange:hover {
	color: #ff4444;
	background: #ffee00;
}

a.btn--radius {
	border-radius: 100vh;
}

.btn--marginr{
	text-align: right;
	margin-top: 2rem;
}
.btn--nft,
a.btn--nft {
	margin-top: 1rem;
	margin-left: 0;
	color: #fff;
	background-color: #000;
}
/* 共通部分 画像拡大のアニメーション
-------------------------------------------------------------- */
.zoomInRotate{
	backface-visibility: hidden;
}
.zoomInRotate img{
	transform: scale(1);
	transition: .3s ease-in-out;
}

.zoomInRotate a:hover img{
	transform: scale(1.1);
}

/* メニューバー
-------------------------------------------------------------- */
.aori{
	background-color: #f99;
	color: #fff;
	font-size:0.8rem;
	padding:10 10 10 10;
}
.logo-area{
	width: 25%;
	height:auto;
}
.menu {
	/* メニューを横に */
	display: flex;
	flex-direction: row;
	justify-content: space-between
/*	position: relative;
*/	top: 0;
	right: 0;
	width: 100%;
	height: 4rem;
	background-color: #f99;
	color: #fff;
}

.menu-list {
	font-size:1rem;
	color:#aaa;
	width:100%;
	font-size:1.5rem;
}

.menu-list a{
	color: #fff;
	text-decoration: none;
}

.menu-list a:hover {
	color: #fa8888;
}

.menu img{
	width: auto;
	height:3.5rem; 
}
/* ハンバーガーメニュー MENUがCLOSEに
-------------------------------------------------------------- */
/* ボタン外側 */
.openbtn{
	position: fixed;
	background:#ff4444;
	cursor: pointer;
	width: 39px;
	height:39px;
	border-radius: 5px;
	right: 0px;
	z-index: 2000;
}
.openbtn:hover {
	background: #ad2323;
}
/* ボタン内側 */
.openbtn span{
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	left: 11px;
	height: 2px;
	border-radius: 5px;
	background: #fff;
	width: 45%;
  }


.openbtn span:nth-of-type(1) {
	top:13px;	
}

.openbtn span:nth-of-type(2) {
	top:19px;
}

.openbtn span:nth-of-type(3) {
	top:25px;
}
/*
.openbtn span:nth-of-type(3)::after {
	content:"Menu";
	position: absolute;
	top:2px;
	left:-3px;
	color: #fff;
	font-size: 0.5rem;
	text-transform: uppercase;
}
*/
/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn.active span:nth-of-type(1) {
	top: 14px;
	left: 13px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

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

.openbtn.active span:nth-of-type(3){
	top: 26px;
	left: 13px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}
/*
.openbtn.active span:nth-of-type(3)::after {
	content:"Close";
	transform: translateY(0) rotate(-45deg);
	top:5px;
	left:4px;
}
*/
/* slickのレイアウト
-------------------------------------------------------------- */
.slick-track{
	height: 1vw;
}
.slider .slick-slide {
	width: auto;
	height: auto;
	margin: 0;
	position: relative;
	overflow: hidden;
    margin-right: 0.1vw!important;
    margin-left: 0.1vw!important;
}
.slider .slick-slide img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	object-fit: cover;
}

.slider .slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider .slick-arrow::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #09000d;
	border-width: 3px 3px 0 0;
	position: absolute;
	top: 24px;
	transform: rotate(45deg);
}
.slider .slick-next {
	right: 0;
}
.slider .slick-prev {
	left: 0;
}
.slider .slick-next::before {
	left: 20px;
}
.slider .slick-prev::before {
	border-width: 0 0 3px 3px;
	right: 22px;
}

/* 共通部分
-------------------------------------------------------------- */
.contentArea{
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	position: relative;
}

.pankuzu{
	width: 100%;
	height:1.5rem;
	border-bottom: solid 1px #000;
	padding-top: 0.3rem;
	padding-left: 2rem;
}
.pankuzu small{
	font-size: 0.5rem;
}
.pankuzu a{
	font-size: 0.5rem;
}

/* メイン画像
-------------------------------------------------------------- */
.mainVisual{
	height: auto;
}

.mainVisual-inner{
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
	background: #000;
}

.mainVisual-inner-sentence{
	margin-left: 20%;
	margin-top: 1rem;
}
.mainVisual-inner-sentence p{
	font-family: 'Philosopher', serif;
	font-size:2rem;
}
.mainVisual-inner-activity{
	width: 100%;
	height: 300px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
	background: #000;
}

.video{
	width:100%;
}
/*モーダルウィンドウ
-------------------------------------------------------------- */
.modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-out;
  z-index: 9;
}
 
.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
 
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
 
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
 
.modal-close {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: rgba(0,0,0,60%);
  padding: 4px 15px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}
 
.modal-content {
/*  background: #fff;
*/  border: 2px solid #000;
  text-align: right;
  padding: 30px;
  font-weight: bold;
	background-image:url(../image/recruitment_cafe_modal.jpg);
}
.modal-content img{
	width:95%;
}

.gray-bg img{
	width:100px;
	margin-top: -5rem;
	text-align: right;
}
.btn-area{
  text-align: center;

}
.gray-bg span {
  background-color: #fff;
  color: #f00;
  margin: 0 0;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4;
  border-radius: 100vh;
}

/*会社
-------------------------------------------------------------- */
.com{
	text-align: center;
	width: 100%;
	padding: 10px 10px 10px 10px;
	background-image:url(../image/thumnail_bgimage02.jpg);
}
.com-noimage{
	text-align: center;
	width: 100%;
	padding: 10px 10px 10px 10px;
}
.com-inner{
	width: 60%;
	font-size: 1rem;
	margin: 0 auto;
}

.com-inner ul{
	list-style: none;
	
}
.com span{
	font-weight:bold;
}

.com-inner-detail{
	text-align: left;
	margin-top: 2rem;
	width: 100%;
}
.com-inner-detail ul{
	text-align: left;
	margin-top:3rem;
	width: 100%;
}
.com-inner-detail li{
	margin-bottom:2rem;
}

.com-inner-detail span{
	font-size: 2rem;
}
.com-inner-detail p{
	font-family: 'Philosopher', serif;
	font-size: 3rem;
}

.com-inner-detail-about{
	text-align: left;
	margin-top: 2rem;
	width: 100%;
	font-size: 1.5rem;
}

.com-inner-detail-about h2 {
	color: #505050;/*文字色*/
	border-bottom: dashed 2px #505050;
	margin-bottom:1rem;
}

/* ニュース
-------------------------------------------------------------- */
.news{
	text-align: center;
	width: 100%;
	padding: 10px 10px 10px 10px;
	margin-bottom: 3rem;
	background-image:url(../image/thumnail_bgimage03.jpg);
	background-position:right;
}
.news-inner{
	width: 60%;
	font-size: 1rem;
	margin: 0 auto;
}
.news-inner-parts{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	margin-top: 4rem;
}
.news-inner-detail{
	margin-top: 1rem;
	text-align: left;
	border-top: 1px solid #aaa;
	padding-top:1rem;
}
/* アクセス
-------------------------------------------------------------- */
.access{
	text-align: center;
	width: 100%;
	padding: 10px 10px 10px 10px;
	margin-bottom: 3rem;
}
.access-inner{
	width: 60%;
	font-size: 1rem;
	margin: 0 auto;
}
.access-inner-parts{
	width: 80%;
	text-align: left;
	margin: 0 auto;
	margin-top: 4rem;
}
.access-inner-parts h1{
	padding-top: 1rem;
}
/* コンテンツ
-------------------------------------------------------------- */
.works-box{
	background-image:url(../image/thumnail_bgimage01.jpg);
	background-position:right 0;
	width: 100%;
}
.works{
	width: 60%;
	text-align: center;
	margin: 0 auto;
	margin-top: 3rem;
}
.works-title h1{
	font-size:3rem;
	margin-top: 3rem;
}
.works-title p{
	border-top: 1px solid #000;
}
.works-inner{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	padding: 2rem;
	text-align: center;
	margin: 0 auto;
	gap: 2rem 3rem; /* 余白 */
}
.works-inner span{
	background: #faa;
	border-radius:10px;
	padding: 2 10 2 10;
	color:#fff;
}
.works-inner-parts{
	color: #000;
	width: 300px;
}
.works-inner-parts h1{
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: bold;
}
.works-inner-parts p{
	font-size: 0.8rem;
	text-align: left;
}
.about-inner {
    padding: 0;
    margin: 2em 0;
    font-weight: bold;
    color: #68c58b;/*文字色*/
    background: #FFF;
    border: solid 3px #68c58b;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.about-inner-detail{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	padding: 2rem;
	text-align: center;
	margin: 0 auto;
	gap: 2rem 3rem; /* 余白 */
}
.about-inner-parts{
	width:320px;
	height:250px;
	padding:0.5em;
	text-align: center;
    color: #68c58b;
    background: white;
    border-top: solid 5px #68c58b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.about-inner-parts2{
	width:320px;
	height:250px;
	padding:0.5em;
	text-align: center;
    color: #6fc1fc;
    background: white;
    border-top: solid 5px #6fc1fc;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.about-inner-parts3{
	width:320px;
	height:250px;
	padding:0.5em;
	text-align: center;
    color: #ff89e5;
    background: white;
    border-top: solid 5px #ff89e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.about-inner-parts img{
	margin-bottom:1rem;
}
.about-inner-parts-detail{
	text-align: left;
}
.about-inner-parts-detail span{
	font-size: 2rem;
	margin-left: 2rem;
}
.about-inner-parts-detail p{
	margin-bottom: 3rem;
}
.about-inner-parts h2{
	margin-bottom: 2rem;
}
.about-inner-parts2 h2{
	margin-bottom: 2rem;
}
.about-inner-parts3 h2{
	margin-bottom: 2rem;
}
.about-inner-parts p{
	margin-bottom: 1rem;
}
.about-inner-parts2 p{
	margin-bottom: 1rem;
}
.about-inner-parts3 p{
	margin-bottom: 1rem;
}

/*障害福祉*/
.about-com-inner{
	text-align:left;
    border-bottom: solid 5px #505050;
}
.about-com-inner h2 {
	color: #505050;
	padding: 0.2em;
	display: inline-block;
	line-height: 1.3;
	background: #ffb8ac;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
	width:100%;
	margin-top:1rem;
}
.about-com-inner h2:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
.about-com-inner p {
	margin-left:2rem;
}
.about-com-inner ul {
	margin-top:2rem;
}
.about-com-inner li {
	margin-left:3rem;
}
/*地域福祉*/
.about-com-inner2{
	text-align:left;
	margin-top:5rem;
	margin-bottom:5rem;
}
.about-com-inner2 h2 {
	color: #505050;
	padding: 0.2em;
	display: inline-block;
	line-height: 1.3;
	background: #a8e086;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
	width:100%;
	margin-top:1rem;
}
.about-com-inner2 h2:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
.about-com-inner2 p {
	margin-left:2rem;
}
.about-com-inner2 li {
	margin-left:2rem;
}
/* 人材募集
-------------------------------------------------------------- */
.rec-cafetitle{
	text-align: center;
	margin: 0 auto;
	margin-top: 2rem;
}
.rec-cafetitle-detail{
	text-align: center;
	margin: 0 auto;
	width: 60%;
}
.rec-cafetitle-detail p{
	text-align: left;
	font-size: 1.2rem;
}
.rec-relative{
  position: relative;
  width: 100%;
  height: auto;
}
.rec-absolute01{
  position: absolute;
  top: 50px;
  left: 40%;
}
.rec-absolute02{
  position: absolute;
  top: 180px;
  left: 30%;
}
.rec-absolute03{
  position: absolute;
  top: 35%;
  left: 48%;
  font-size: 1.2rem;
  width: 50%;
  text-align: left;
}
.rec-cliplist{
	width:60%;
	text-align: left;
	margin: 0 auto;
	padding: 2rem;
}
.rec-cliplist p{
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.rec-clip{
	text-align: left;
	padding-left: 180px;
	background-image:url(../image/recruitment_cafe_clip.png);
	width: 686px;
	height:150px;
	vertical-align: middle;
	display: table-cell;	
}
.rec-title{
	text-align: center;
	margin-top:8rem;
}
/* マーカー */
.mark1{ background: linear-gradient(transparent 60%, #f6ff5f 0%);
	font-weight: bold;
}/*黄色*/
.mark2{ background: linear-gradient(transparent 60%, #ffc58d 60%);
	font-weight: bold;
}/*ピンク*/
/**/
/*人材募集要項テーブル*/
table{
	text-align: center;
	margin: 0 auto;
    border-collapse: collapse;/* セルの線を重ねる */
}
th{
	text-align: left;
	padding: 1rem;
	background-color: #a8e086;
}
td{
	text-align: left;
	padding: 1rem;
}
th,td {
    border: solid 1px;/* 枠線指定 */
}
.rec-inner-detail{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	padding: 2rem;
	text-align: center;
	margin: 0 auto;
	gap: 2rem 3rem; /* 余白 */
}
.rec-inner-detail-content{
	width: 50%;
	text-align: left;
}
.rec-inner-detail h1{
	font-size: 2rem;
	margin-top: 1rem;
}

/* フッター
-------------------------------------------------------------- */
.footer-inner{
	width: 100%;
	height: 500px;
	padding: 30px;
	color: #fff;
	background: #f99;
/*	background-image: radial-gradient(#ad1919 13%, transparent 13%), radial-gradient(#ad1919 13%, transparent 13%);
	background-size: 50px 50px;
	background-position: 0 0, 25px 25px;
*/}
.footer-flex{
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0;
}
.footer-flex-right{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 0;
	margin-top: 30px;
	border-top: 1px solid #f55;
}
.footer-flex-right2{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 0;
	margin-top: 30px;
	border-top: 1px dashed #fcc;
}
.footer-menu{
	font-size: 0.8rem;
	width: 25%;
	line-height: 2rem;
}
.footer-menu-right{
	font-size: 0.8rem;
	width: auto;
	padding-left: 2rem;
	line-height: 2rem;
}
.footer-menu-bottom{
	font-size: 0.8rem;
	width: 25%;
	line-height: 2rem;
	text-align: center;
}
.footer-menu-middle{
}
.footer-menu-middle p{
	font-size: 0.8rem;
	line-height: 1rem;
}
.footer-menu span{
	font-size: 0.7rem;
}
div.footer-menu p:before {content:"\0bb";}
div.footer-menu span:before {content:"\a0";}

.footer-inner a{
	color: #fff;
}


/* ページトップにスクロール
-------------------------------------------------------------- */
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#6fc1fc;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #a1d8ff;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 5;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/* 上に上がる動き */

#page-top.UpMoveTop{
	animation: UpAnimeTop 0.5s forwards;
}
@keyframes UpAnimeTop{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 下に下がる動き */

#page-top.DownMoveTop{
	animation: DownAnimeTop 0.5s forwards;
}
@keyframes DownAnimeTop{
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(100px);
	}
}


/* タブレットサイズ以上はハンバーガーメニュー非表示
-------------------------------------------------------------- */
@media screen and (min-width: 961px) {
	.openbtn{
		display: none;
	}
	.btn {
		display: none;
	}
}
/* タブレット表示
-------------------------------------------------------------- */
@media screen and (max-width: 960px) {
.contentArea{
	top: 0;
	left: 0;
	width: 100%;
	}
.contentArea h1{
	font-size:1.5rem;
	}
.mainVisual-inner{
	height: auto;
	}
.menu {
	/* メニューを縦に */
	display: flex;
	flex-direction: column;
	position: fixed;
	/* メニューの位置マイナス指定で画面外に */
	top: 0px;
	right: -100%;
	width: 100%;
	height: 100vh;
	background-color: #a40000;
	color: #fff;
	z-index: 99;
	transition: .3s;
	}
.menu-list {
	/* メニューテキスト位置をリスト内中心に */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin-top:0rem;
	}
.menu-list a {
	color: #fff;
	}
/* メニューオープン時位置0にして画面内に */
.menu.active {
	position: fixed;
	right: 0;
	}
.logo-area {
	margin : 0 auto;
	width: 100%;
	}
.footer-menu{
	width: 100%;
	}
.footer-menu-bottom{
	width: 100%;
	}
}
/* バナーサイズ以下は可変表示
-------------------------------------------------------------- */
@media screen and (max-width: 706px) {
.mainVisual-inner{
	height: auto;
	}
.slider .slick-slide img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	object-fit: cover;
}
.slider .slick-arrow {
	width: 0;
	height: 0;
}
.slider .slick-arrow::before {
	width: 0;
	height: 0;
}
}
/* スマホ表示
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
.btn,
a.btn,
button.btn {
	margin-left: 0px;
	}
.contentArea{
	top: 0;
	left: 0;
	width: 100%;
	}
.mainVisual-inner{
	height: auto;
}
.mainVisual-inner-sentence{
	margin-left: 1rem;
	margin-top: 1rem;
}
.mainVisual-inner-sentence p{
	font-family: 'Philosopher', serif;
	font-size:1.5rem;
}
.works{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 3rem;
}
.works-inner{
	justify-content: center;
}
.works-inner-parts{
	margin-left:0;
	color: #000;
	width: 300px;
}
.com-inner{
	width: 100%;
}
.com-inner-detail p{
	font-family: 'Philosopher', serif;
	font-size: 2rem;
}
.com-inner-detail span{
	font-size: 1.5rem;
}
.news-inner{
	width: 100%;
}
.access-inner{
	width: 100%;
}
.mainVisual-inner-activity{
	width: 100%;
	height: auto;
}
.about-inner-parts-detail span{
	font-size: 1.5rem;
	margin-left: 2rem;
}
.com-inner-detail-about{
	font-size: 1rem;
}
.rec-cafetitle{
	font-size: 1.2rem;
}
.rec-cafetitle p{
	font-size: 1rem;
}
.rec-cafetitle img{
	width: 100%;
}
.rec-cafetitle-detail{
	width: 95%;
}
.rec-relative{
  height: 400px;
}
.rec-absolute03{
  position: absolute;
  top: 10%;
  left: 48%;
  font-size: 1.2rem;
  width: 50%;
  text-align: left;
  height:auto;
}
.rec-cliplist{
	width:100%;
	padding: 1rem;
}
.rec-cliplist p{
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.rec-clip{
	text-align: left;
	padding-left: 180px;
	background-image:url(../image/recruitment_cafe_clip.png);
	width: 686px;
	height:150px;
	vertical-align: middle;
	display: table-cell;	
}
.rec-inner-detail-content{
	width: 100%;
	text-align: left;
	font-size:1.2rem;
}
.footer-menu{
	width: 100%;
}
.rec-inner-detail img{
	width: 100%;
}
.rec-inner-detail h1{
	font-size:1.5rem;
	margin-top: 1rem;
}
.footer-flex-right{
	flex-direction: column;
	justify-content: flex-start;
	padding: 0 auto;
	}
.footer-menu-right{
	padding-left: 0rem;
	}
.footer-menu-bottom{
	width: 100%;
	}
.map{
	width: 100%;
}
}
