@charset "utf-8";

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/*------------------------------------------------------------------
	Universal Selector
------------------------------------------------------------------*/
* {
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: left;
	box-sizing: border-box;
}

/*------------------------------------------------------------------
	Base Settings
------------------------------------------------------------------*/
html {
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
}


body {
background:#faf5f6;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
p{
	line-height:1.8;
}
img{
    height: auto;
    max-width: 100% ;
	vertical-align:bottom;
}

/*------------------------------------------------------------------
	Base Link Color Setting
------------------------------------------------------------------*/

a {
    color: #333;
    text-decoration: none;
}

a:hover {

    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
a img {
    border: medium none;
}

a:hover .fil,.fil2 a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.fil3 a img{
 transition:0.5s all;
}
.fil3 a:hover img{
  transform:scale(1.05);
}

/* マージン・インデント
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.m1b { margin-bottom: 1px !important; }
.m2b { margin-bottom: 2px !important; }
.m3b { margin-bottom: 3px !important; }
.m4b { margin-bottom: 4px !important; }
.m5b { margin-bottom: 5px !important; }
.m6b { margin-bottom: 6px !important; }
.m7b { margin-bottom: 7px !important; }
.m8b { margin-bottom: 8px !important; }
.m9b { margin-bottom: 9px !important; }
.m10b { margin-bottom: 10px !important; }
.m13b { margin-bottom: 13px !important; }
.m15b { margin-bottom: 15px !important; }
.m20b { margin-bottom: 20px !important; }
.m25b { margin-bottom: 25px !important; }
.m30b { margin-bottom: 30px !important; }
.m35b { margin-bottom: 35px !important; }
.m40b { margin-bottom: 40px !important; }
.m45b { margin-bottom: 45px !important; }
.m50b { margin-bottom: 50px !important; }
.m60b { margin-bottom: 60px !important; }
.m80b { margin-bottom: 80px !important; }

.m5t { margin-top: 5px !important; }
.m10t { margin-top: 10px !important; }
.m20t { margin-top: 20px !important; }
.m30t { margin-top: 30px !important; }
.m40t { margin-top: 40px !important; }
.m50t { margin-top: 50px !important; }
.m70t { margin-top: 70px !important; }
.m80t { margin-top: 80px !important; }
.m90t { margin-top: 90px !important; }
.m100t { margin-top: 100px !important; }

.m-1l{margin-left:-18px !important}
.m5l { margin-left: 5px !important; }
.m10l { margin-left: 10px !important; }
.m15l { margin-left: 15px !important; }
.m20l { margin-left: 20px !important; }
.m25l { margin-left: 25px !important; }
.m30l { margin-left: 30px !important; }

.m5r { margin-right: 5px !important; }
.m10r { margin-right: 10px !important; }
.m15r { margin-right: 15px !important; }
.m20r { margin-right: 20px !important; }
.m25r { margin-right: 25px !important; }
.m30r { margin-right: 30px !important; }
.m40r { margin-right: 40px !important; }
.m50r { margin-right: 50px !important; }

.p5b { padding-bottom: 5px !important; }
.p10b { padding-bottom: 10px !important; }
.p15b { padding-bottom: 15px !important; }
.p20b { padding-bottom: 20px !important; }
.p25b { padding-bottom: 25px !important; }
.p30b { padding-bottom: 30px !important; }
.p40b { padding-bottom: 40px !important; }
.p50b { padding-bottom: 50px !important; }
.p60b { padding-bottom: 60px !important; }
.p70b { padding-bottom: 70px !important; }
.p80b { padding-bottom: 80px !important; }

.p5t { padding-top: 5px !important; }
.p8t { padding-top: 8px !important; }
.p10t { padding-top: 10px !important; }
.p15t { padding-top: 15px !important; }
.p17t { padding-top: 17px !important; }
.p20t { padding-top: 20px !important; }
.p25t { padding-top: 25px !important; }
.p30t { padding-top: 30px !important; }

.p5a { padding: 5px !important; }
.p10a { padding: 10px !important; }
.p20a { padding: 20px !important; }
.p40a { padding: 40px 0 !important; }
.p50a { padding: 50px 0 !important; }

.p0r { padding-right: 0px !important; }
.p5r { padding-right: 5px !important; }
.p10r { padding-right: 10px !important; }
.p20r { padding-right: 20px !important; }
.p15r { padding-right: 15px !important; }
.p25r { padding-right: 25px !important; }
.p30r { padding-right: 30px !important; }
.p40r { padding-right: 40px !important; }
.p50r { padding-right: 50px !important; }
.p55r { padding-right: 55px !important; }
.p60r { padding-right: 60px !important; }
.p70r { padding-right: 70px !important; }
.p75r { padding-right: 75px !important; }
.p90r { padding-right: 90px !important; }
.p100r { padding-right: 100px !important; }
.p110r { padding-right: 110px !important; }
.p120r { padding-right: 120px !important; }

.p0l { padding-left: 0px !important; }
.p10l { padding-left: 10px !important; }
.p15l { padding-left: 15px !important; }
.p20l { padding-left: 20px !important; }
.p25l { padding-left: 25px !important; }
.p30l { padding-left: 30px !important; }
.p200l { padding-left: 200px !important; }

.bNone { border: none !important; }
.bor01{
	border-bottom:solid 2px #ccc;
}
.bor02{
	border-bottom:solid 1px #ccc;
}
.bg01{
	background: #f5f4f0;
}
.bg02{
	background: url("images/common/bg05.png");
}
.bg03{
	background: url("images/common/bg06.png");
}
/*sp時変更*/
.m10b-s { margin-bottom: 10px !important; }
.m20b-s { margin-bottom: 20px !important; }
.m30b-s { margin-bottom: 30px !important; }
.m40b-s { margin-bottom: 40px !important; }
.m50b-s { margin-bottom: 50px !important; }
.m60b-s { margin-bottom: 60px !important; }
.m70b-s { margin-bottom: 70px !important; }
.m80b-s { margin-bottom: 80px !important; }
.p50t-s { padding-top: 50px !important; }
.m20l-s{margin-left:20px !important}
.m30r-s{margin-right:30px !important}
.m50l-s{margin-left:50px !important}
.p01-s { padding-top: 50px;padding-bottom: 50px !important;}
.p02-s { padding-top: 30px;padding-bottom: 30px !important;}

/* 位置クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.clear { clear: both !important; }
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.cen { text-align: center !important; }
.cen-pc{text-align:center !important;}
.left { text-align: left !important; }
.right { text-align: right !important; }
/* 投稿の画像配置 */
.f-left{float:left;}
.f-right{float:right;}
.f-left-pc {float: left;}
.f-right-pc {float: right;}
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */

.pc-dnon{display: none !important;}
.pc-dnon2{display: none;}
.se-blk{display: none;}

/* テキスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.bold { font-weight: bold !important; }
.txtRed { color: #c77081 !important; }
.txtBlue { color: #5dc1cf !important; }
.txtPink { color: #f682a5 !important; }
.txtGold { color: #8b6c2e !important; }
.txtGray { color: #666666 !important; }
.txtWhite { color: #FFFFFF !important; }
.txtgreen { color: #5abdb3 !important; }
.txtorenge{color:#c98333}
.txtBlack{color: #333 !important;}
.txtYellow{color: #f3f017 !important}
.txtBlown{color: #765d51 !important;}
.txtbeige{color: #cbad8b !important}

.txt10 { font-size: 77% !important; }
.txt11 { font-size: 92% !important; }
.txt13 { font-size: 109% !important; }
.txt14 { font-size: 117% !important; }
.txt15 { font-size: 125% !important; }
.txt17 { font-size: 142% !important; }
.txt18 { font-size: 150% !important; }
.txt20 { font-size: 167% !important; }

.text01{
	text-shadow: 0 0 3px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

.font01{
	font-family: 'M PLUS 1 Code', sans-serif;
}
.lh01{line-height:1.4 !important;}
.lh02{line-height:2  !important;}

.vaMiddle { vertical-align: middle !important; }
.oh{overflow:hidden;}
.blk{
	display:block;
}
.underline{
	text-decoration: underline;
}
.span01{
	background:url("images/common/span01.png") no-repeat center bottom;
	padding-bottom: 15px;
}
.span02{
	background:linear-gradient(transparent 50%, rgba(201,131,51,0.7) 0%) ;
}
.img100 {
    height: auto;
    width: 100%;
}
table{
	width:100%;
	background: #fff;
}
td,th{
	padding:15px 3%;
	border-bottom: solid 1px #faf5f6;
}
table th{
	width: 20%;
	text-align: center;
	border-right: solid 1px #faf5f6;
}
ol li{
	list-style-type: decimal;
	margin-left: 20px;
}
/*------------------------------------------------------------------
	全体レイアウト
------------------------------------------------------------------*/
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
.home .top-description{
	position: static;
	background: rgba(255,255,255,0.5);	
	color: #333;
	
}
.top-description{
 	position: absolute;
	width: 100%;
	text-align: center;
	top:65px;
	font-size:90%;
	padding: 5px;
	background:#faa1bc;	
	color: #fff;
}
.header{
	position: fixed;
	top:0;
    z-index: 9;
    width: 100%;
	background: #fff;
    transition: .8s;
	padding: 10px;
	display: block;
}
.home .header{
    position: absolute;
	top:-100px;	
}
.header.fixed{
	position: fixed;
	top:0;
	height: 65px;
}
.header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
nav#global-nav ul {
    display: flex;
}

nav#global-nav ul li{
    text-align: center;
}

nav#global-nav ul li a {
    font-size: 14px;
	padding: 10px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 10;
}
#nav-toggle div {
        position: relative;
}
	#global-nav .txt10{
	display: none;
	}
/*-------------------footer-----------------*/
#pagetop a{
	display: block;
	position: fixed;
	bottom:10px;
	right:25px;
	background: #fff;
	padding:5px 10px;
	width:50px;
	line-height: 1.5;
	text-align: center;
	font-size:28px;
	border-radius:10px;
	box-shadow: 0 0 3px #aaa;
	color: #faa1bc;
	z-index: 7;
}
#pagetop a:hover{
	background: #FCD6E2;
	color: #fff;
}
footer{
	padding: 20px 10px 110px;

}
footer .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #fff;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
footer .container > ul{
	display: flex;
	justify-content:center;
	flex-wrap:wrap;
}
footer .container ul li a{
	padding: 0 10px;
	font-size:90%;
}
footer .copy{
	font-size:80%;
	text-align: center;
}
#footerFloatingMenu {
	display: none;
}
#footermenu_pc{
	background: #faa1bc;
	color: #fff;
	padding: 10px 0 ;
	position: fixed;
	left: 0;
	bottom:0;
	width: 100%;
	z-index: 6;
}
#footermenu_pc ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footermenu_pc ul li{
	width: 31%;
	position: relative;
	font-size:110%;
	line-height: 1.4;
}
#footermenu_pc ul li .tel{
	font-size:170%;
	background:url("images/common/footnav_tel.png") no-repeat left center;
	padding-left: 30px;
	font-weight: bold;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}
#footermenu_pc ul li .time{
	font-size:75%;
	margin-left: 30px;
	margin-top: -5px;
}
#footermenu_pc ul li.mail a{
	display: block;
	background: #fff url("images/common/footnav_mail.png") no-repeat 8% center;
	padding:8% 5% 8% 20%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	font-family: 'M PLUS 1 Code', sans-serif;
}
#footermenu_pc ul li.line a{
	display: block;
	background: #fff url("images/common/footnav_line.png") no-repeat 8% center;
	padding:8% 5% 8% 30%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	font-family: 'M PLUS 1 Code', sans-serif;
}
#footermenu_pc ul li.line img{
	position: absolute;
	top:6px;
	right:10px;
	width: 70px;
}
#footermenu_pc ul li a:hover{
	text-decoration: none;
}
/*-----------お問い合わせバナーセクション-----------------*/
.contactsec{
	position: relative;
	background: #fff;
	padding: 20px 0  20px;
}
.contactsec::before{
	content: " ";
	width: 100%;
	height: 18px;
	background: url("images/common/bg01.png") repeat-x;
	position: absolute;
	left: 0;
	top: -18px;
}
.contactsec .inner1{
	background: url("images/common/contact_bg.png") no-repeat 20% top;
	padding: 40px 0;
}
.contactsec h2{
    font-size:180%;
	font-weight: bold;
	margin-bottom: 20px;
}
.contactsec h2 span.font{
	color: #fff;
  text-shadow    : 
       1px  1px 0px #333333,
      -1px  1px 0px #333333,
       1px -1px 0px #333333,
      -1px -1px 0px #333333,
       1px  0px 0px #333333,
       0px  1px 0px #333333,
      -1px  0px 0px #333333,
       0px -1px 0px #333333;
}
.contactsec ul.list01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contactsec ul.list01 li{
	width: 31%;
}
.contactsec ul.list01 li a{
	display: block;
	padding: 15px;
	transition: 0.5s;
	text-shadow: 1px 1px 3px #666;
}
.contactsec ul.list01 li a:hover{
	text-decoration: none;
  transform:scale(1.05);
}

.contactsec ul.list01 li.mail a{
	background: #6dc7d6 url("images/common/mail.png") no-repeat center 15%;
	padding-top:60px;
	font-size:120%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #fff;
}
.contactsec ul.list01 li.tel{
	background: #fff url("images/common/tel.png") no-repeat 10% 70%;
}
.contactsec ul.list01 li.tel2{
		display: none;
	}
.contactsec ul.list01 li.tel .ttl{
	text-align: center;
	line-height: 1.4;
	margin-bottom: 10px;
	background: #faa1bc;
	color: #fff;
}
.contactsec ul.list01 li.tel .text1{
	text-align: center;
	font-size:190%;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 30px;
	color: #faa1bc;

}
.contactsec ul.list01 li.tel .text2{
	text-align: center;
	padding-left: 30px;
	margin-top: -5px;
	font-size: 80%;
}
.contactsec ul.list01 li.line{
	position: relative;
}
.contactsec ul.list01 li.line a{
	background: #00b900 url("images/common/line.png") no-repeat 35% 15%;
	padding-top:60px;
	padding-right: 30%;
	font-size:120%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #fff;
}
.contactsec ul.list01 li.line img.qr{
	position: absolute;
	top:9px;
	right:10px;
	width:80px;
}

/*---------------------------------------------
common
-------------------------------------------*/
#contents.sub{
	margin-top:100px;
	padding-top: 10px;
}
.container{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
}
.container2{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}

.link01{
	position: relative;
	width: 380px;
	margin: 0 auto;
}
.link01::before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 5px;
	top:5px;
	background: url("images/common/bg09.png");
	border-radius: 30px;
}
.link01 a{
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	background:#6ec9d6;
	color: #fff;
	font-size:115%;
	text-shadow: 1px 1px 3px #666;
	padding: 10px 20px;
	transition: 0.5s;
	font-weight: bold;
	border-radius: 30px;
}
.link01 a:hover{
	background:#57c2d3;
}

/*タイトル用スタイル */
.box-style01{
	display: flex;
	justify-content: space-between;
}
.box-style01.rev{
	flex-direction: row-reverse;
}
.box-style01.center{
	align-items: center;
}
.wid50{
	width: 50%;
}
.box-style01 .b-left01,.box-style01 .b-right01{
	width: 49%;
}
.box-style01 .b-left02{
	width: 55%;
}
.box-style01 .b-right02{
	width: 40%;
}
.ulstyle01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ulstyle01 li{
	width: 23%;
	margin: 1%;
}
.ulstyle02 li{
	list-style-type:decimal;
	margin-left:20px;
}
.fig01{
	position: relative;
	padding: 10px;
}
.fig01::before{
	position: absolute;
	left: 0;
	bottom:0;
	content: " ";
	width: 80px;
	height: 80px;
	background: #f8e774;
}
.fig01::after{
	position: absolute;
	right: 0;
	top:0;
	content: " ";
	width: 80px;
	height: 80px;
	background: #f8e774;
}
.fig01.blue::before,.fig01.blue::after{
	background: #6ec8d6;
}
.fig01.pink::before,.fig01.pink::after{
	background: #f682a5;
}

.fig01 img{
	position: relative;
	z-index: 2;
	box-shadow: 0 0 5px #aaa;
}
.hstyle01 .en{
	text-align: center;
	margin-bottom: 10px;
}
.hstyle01 .text{
	text-align: center;		
}
.hstyle01 .text span{
	background: url("images/common/hstyle01.png") repeat-x left bottom;
	padding-bottom: 20px;
	font-size:120%;
font-family: 'M PLUS 1', sans-serif;
}
/*------------------------------------------------------------------
	01 トップページ
------------------------------------------------------------------*/
#sec-job,#sec-reason,#sec-voice,#sec-faq,#sec-flow{
	margin-top: -65px;
	padding-top: 65px;
	display: block;
}

#topimage{
	position: relative;
	background: url("images/top/topimage_bg.jpg") no-repeat center center;
	background-size:cover;
	width: 100%;
	height: 85vh;
}
#topimage .container{
	background: url("images/top/topimage_bg2.png") no-repeat left bottom;
	height: 100%;
}
#topimage .site-title{
	position: absolute;
	left: 1%;
	top:2%;
}
#topimage .container p{
	height:100%;
	padding-top: 5%;
}
/*==ナビゲーション全体の設定*/
#topimage .listbox{
	position: absolute;
	left: 50%;
	bottom:8%;
	width:900px;
	margin-left: -450px;
	padding: 20px 40px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f895b6+0,f79da8+100 */
background: #f895b6; /* Old browsers */
background: -moz-linear-gradient(top,  #f895b6 0%, #f79da8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f895b6 0%,#f79da8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f895b6 0%,#f79da8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f895b6', endColorstr='#f79da8',GradientType=0 );
	border-radius: 30px;
	z-index: 3;
}
/*ナビゲーションを横並びに*/
#topimage .listbox ul{
  display: flex;
	justify-content:space-around;
}
#topimage .listbox ul li a{
	color: #fff;
	transition: 0.5s;
	margin:0 10px;
}
#topimage .listbox ul li a:hover{
	color: #6ec9d6;
	text-decoration: none;
}

#s01{
	background: #fff;
	position: relative;
}
#s01::after{
	content: " ";
	width: 100%;
	height: 18px;
	background: url("images/common/bg01.png") repeat-x;
	position: absolute;
	left: 0;
	top: -18px;
}
/*#s01 .box01{
	position: relative;
}
#s01 .box01 .inner{
	position: relative;
	z-index: 2;
	background: url("images/common/bg03.png");
	padding:0 4% 3%;
	box-shadow: 2px 2px 7px #ccc;
}
#s01 .box01 .inner h2{
	background: url("images/top/cam_ttlbg.png") no-repeat center bottom;
	padding: 6% 0 2%;
	margin-bottom: 20px;
}
#s01 .box01::before{
	content: " ";
	position: absolute;
	left: 10px;
	top:10px;
	width: 100%;
	height: 100%;
	background: url("images/common/bg04.png");
}
#s01 .box01::after{
	content: " ";
	position: absolute;
	left: 50%;
	top:-8%;
	background: url("images/top/tape1.png") no-repeat;
	width: 208px;
	margin-left: -120px;
	height: 67px;
	z-index: 3;
}*/
#room{
	background: #fbdae4;
	position: relative;
	padding-top:70px;
	padding-bottom: 70px;
}
#room::before{
	content: " ";
	width: 100%;
	height: 18px;
	background: url("images/common/bg02.png") repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}
#room ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#room ul li{
	width: 30%;
}
#room ul li:first-of-type{
	margin-top: 20px;
}
#room .text1{
	text-align: center;
}
#room .text1 span{
	border-bottom:dotted 2px #333;
	line-height: 3;
}
#room .link01{
	width: 480px;
}
#s02{
	position: relative;
	background: url("images/common/bg05.png");
}
#s02::before{
	content: " ";
	width: 100%;
	height: 18px;
	background: url("images/common/bg02.png") repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}
#s02 .inner1 {
	background: url("images/top/anshin_img1.png") no-repeat right 30px;
	padding-right:45%;
	margin-bottom: 30px;
}
#s02 .inner1 h2{
	text-align: center;
	margin-bottom: 40px;
}
#s02 .inner1 h2 img:first-of-type{
	margin-bottom: 20px;
}
#s02 .inner2{
	position: relative;
}
#s02 .inner2 h3{
	position: absolute;
	left: 50%;
	top:10px;
	margin-left: -122px;
}
#s02 .inner2 ul{
	display: flex;
	justify-content: space-between;
}
#s03 h2{
	background: url("images/top/staffblog_bg.png") no-repeat center center;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 10px;
}
.s-blog{
	display: flex;
	flex-wrap: wrap;
}
.s-blog li{
	width:23%;
	margin: 1% 1% 2%;
	background: #fff;
}
.s-blog li figure{
	position:relative;
    overflow:hidden;
	height: 160px;
	margin-bottom: 0;
}
.s-blog li figure img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	height:auto;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.s-blog li figure img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.s-blog li{
	line-height: 1.4;
}
.s-blog li .txt a{
	display: block;
	text-decoration: none;
	padding: 15px;
}
.s-blog li .time{
	color: #878383;
	font-size:90%;
	margin-top: 5px;
}
#s04{
	background: url("images/common/bg06.png");
}
#s04 .inner1{
	background: url("images/top/job_bg1.png") no-repeat center 60%;
}
#s05{
	position: relative;
}
#s05::before{
	content:" ";
	width: 100%;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0;
	top:90px;
}
#s05 h2{
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	background:#faf5f6 url("images/top/system_bg.png") no-repeat center;
}
.chat{
	display: flex;
	justify-content: space-around;
	margin-bottom: 80px;
}
.chat li{
	position: relative;
	width: 46%;
	background: #fff;
	padding:30px 20px 20px;
}
.chat li h3{
	font-family: 'M PLUS 1', sans-serif;
	text-align: center;
	font-size:160%;
	margin-bottom: 20px;
}
.chat li::before{
	content: " ";
	width: 100%;
	height: 21px;
	background: url("images/top/box_top.png") repeat-x left top;
	position: absolute;
	top:-15px;
	left: 0;
}
.chat li figure{
	min-height: 180px;
}
.chat li .time{
	background: #faf5f6;
	padding: 10px;
	margin-bottom: 20px;
	font-size:90%;
}
.chat li .time .ttl{
	background: #faa1bc;
	color: #fff;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
.chat li .time .ttl span{
	background: url("images/top/time.png") no-repeat left center;

	padding-left: 30px;
	margin-left: 10px;
}
.chat li .time p{
	text-align: center;
}
.housyu-sys{
	background: #fff;
  border: 6px solid #f5bbc5;
  border-image: linear-gradient(to right, #f5bbc5 0%, #d7bfd1 100%);
  border-image-slice: 1;
}
.housyu-sys h3{
	text-align: center;
	margin-top: -65px;
}
.housyu-sys ul{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 30px;
}
.housyu-sys ul li{
	width: 50%;
	padding:0 30px;
}
.housyu-sys ul li:first-of-type{
	border-right:dashed 2px #f4bbc5;
}
.housyu-sys ul li .ttl{
	color: #fb608f;
	font-family: 'M PLUS 1', sans-serif;
	font-size:140%;
	text-align: center;
	margin-bottom: 20px;
}
#s06{
	background: url("images/common/bg07.png");
}
.flow li{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.flow li:nth-of-type(even){
	flex-direction: row-reverse;
}
.flow li:nth-of-type(5){
	display: block;
	background: #fff;
	font-family: 'M PLUS 1', sans-serif;
	font-size:170%;
	color: #6ec8d6;
	padding: 10px;
	border-radius: 20px;
	font-weight: bold;
	width: 55%;
	margin: 0 auto 60px;
}
.flow li:nth-of-type(6){
	flex-direction: row;
	margin-bottom: 0;
}
.flow li .wid50{
	position: relative;
}
.flow li figure{
	max-width: 450px;
}
.flow li:nth-of-type(odd) .fig01::before{
	bottom: inherit;
	right:inherit;
	top:0;
	left: 0;
}
.flow li:nth-of-type(6) .fig01::before{
	tpo: inherit;
	left:inherit;
	bottom:0;
	right: 0;
}
.flow li:nth-of-type(odd) .fig01::after{
	top: inherit;
	left:inherit;
	bottom:0;
	right: 0;
}
.flow li:nth-of-type(6) .fig01::after{
	bottom: inherit;
	right:inherit;
	top:0;
	left: 0;
}
.flow li:nth-of-type(even) figure{
	float: right;
}
.flow li:nth-of-type(6) figure{
	float:none;
}
.flow li .step{
	position: absolute;
	top:0;
	right:5%;
	z-index: 2;
}
.flow li:nth-of-type(even) .step{
	right: inherit;
	left: 5%;
}
.flow li:nth-of-type(6) .step{
	right: 5%;
	left: inherit;
}
.flow li:nth-of-type(4) .step{
	top:10%;
}
.flow li h3{
	padding: 20px 0;
	margin-bottom: 10px;
	font-family: 'M PLUS 1', sans-serif;
	font-size:170%;
	font-weight: bold;
	color: #fff;
  text-shadow: 
       1px  1px 0px #333333,
      -1px  1px 0px #333333,
       1px -1px 0px #333333,
      -1px -1px 0px #333333,
       1px  0px 0px #333333,
       0px  1px 0px #333333,
      -1px  0px 0px #333333,
       0px -1px 0px #333333;
}
.flow li:nth-of-type(1) .wid50:last-of-type{
	background: url("images/top/workflow1_bg.png") no-repeat 90% 0;
}
.flow li:nth-of-type(2) .wid50:last-of-type{
	background: url("images/top/workflow2_bg.png") no-repeat 80% 0;
}
.flow li:nth-of-type(3) .wid50:last-of-type{
	background: url("images/top/workflow3_bg.png") no-repeat 90% 0;
}
.flow li:nth-of-type(4) .wid50:last-of-type{
	background: url("images/top/workflow4_bg.png") no-repeat center 0;
	min-height: 340px;
}
.flow li:nth-of-type(6) .wid50:last-of-type{
	background: url("images/top/workflow5_bg.png") no-repeat 80% 0;
	min-height: 410px;
}

.flow li:nth-of-type(1)::before{
	content: " ";
	width: 257px;
	height: 87px;
	background: url("images/top/workflow-1.png") no-repeat;
	position: absolute;
	left: 40%;
	bottom:-15%;
}
.flow li:nth-of-type(2)::before{
	content: " ";
	width: 344px;
	height:112px;
	background: url("images/top/workflow-2.png") no-repeat;
	position: absolute;
	left: 30%;
	bottom:-15%;
}
.flow li:nth-of-type(3)::before{
	content: " ";
	width: 202px;
	height: 109px;
	background: url("images/top/workflow-3.png") no-repeat;
	position: absolute;
	left: 41%;
	bottom:-16%;
}
.flow li:nth-of-type(4)::before{
	content: " ";
	width: 286px;
	height:332px;
	background: url("images/top/workflow-4.png") no-repeat;
	position: absolute;
	left: 34%;
	bottom:-50%;
}
#s07{
	background: #fff;
}
#s07 h2{
	background: url("images/top/reason_bg.png") no-repeat center center;
	padding: 40px 0;
}
#s07 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#s07 ul li{
	position: relative;
	padding:10px 30px;
	margin-bottom: 20px;
	width: 49%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8df88+0,fad191+100 */
background: #f8df88; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f8df88 0%, #fad191 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #f8df88 0%,#fad191 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #f8df88 0%,#fad191 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8df88', endColorstr='#fad191',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  outline: 1px dotted #fff;
  outline-offset: -7px;
}
#s07 ul li figure{
	width: 40%;
	padding: 20px 0;
}
#s07 ul li .text{
	width: 55%;
}
#s07 ul li .text h3{
	margin-top: 20px;
	font-size:130%;
	font-family: 'M PLUS 1', sans-serif;
	line-height: 1.3;
	margin-bottom: 10px;
	height: 2em;
}
#s07 ul li:first-of-type .text{
	background: url(images/top/reason1.png) no-repeat right bottom;
}
#s07 ul li:nth-of-type(2) .text{
	background: url(images/top/reason2.png) no-repeat right bottom;
}
#s07 ul li:nth-of-type(3) .text{
	background: url(images/top/reason3.png) no-repeat right bottom;
}
#s07 ul li:nth-of-type(4) .text{
	background: url(images/top/reason4.png) no-repeat right bottom;
}
#s07 ul li:nth-of-type(5) .text{
	background: url(images/top/reason5.png) no-repeat right bottom;
}
#s07 ul li:nth-of-type(6) .text{
	background: url(images/top/reason6.png) no-repeat right bottom;
}
#s08{
	background: url("images/common/bg08.png");
	position: relative;
	padding-bottom: 20px;
}
#s08::before{
	content: " ";
	width: 100%;
	height: 18px;
	background: url("images/common/bg02.png") repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}
#s08 .inner1{
	background: url("images/top/jimusyo_bg1.png") no-repeat center top;
	padding: 30px 0;
}
#s08 .inner2{
	position: relative;
}
#s08 .inner2 .fig01::before{
	bottom: inherit;
	right:inherit;
	top:0;
	left: 0;
}
#s08 .inner2 .fig01::after{
	top: inherit;
	left:inherit;
	bottom:0;
	right: 0;
}
#s08 .inner2 .fig01 ul{
	position:relative;
	z-index:2;
}
#s08 .inner2 .fig01 img{
	box-shadow: none;
}
#s08 .inner2 p{
	position: relative;
	background: #fff;
	border:dotted 2px #333;
	padding: 30px 40px;
	width: 600px;
	margin: -50px auto 0;
	z-index: 2;
}
#s08 .inner2 p::before{
	content: " ";
	width:700px;
	height: 120px;
	background: url("images/top/jimusyo_bg2.png") no-repeat center top;
	position: absolute;
	top:-30px;
	left:50%;
	margin-left: -350px;
}
#s08 .inner3 h2{
	background: url("images/top/room_bg.png") no-repeat center bottom;
	background-size:100%;
	text-align: center;
	padding: 0 0 70px;
}
#s08 .inner3 .text{
	background: rgba(255,255,255,0.5);
	padding-bottom: 40px;
}
.room-slide{
	position: relative;
	margin: 0 auto;
	background: #fff;
	max-width: 800px;
	padding: 50px 50px 30px;
	margin-bottom: 60px;
}
.room-slide::before{
	content: " ";
	width: 153px;
	height: 76px;
	background: url("images/top/tape2.png") no-repeat;
	position: absolute;
	top:-20px;
	right:-20px;
}
.room-slide::after{
	content: " ";
	width: 159px;
	height: 89px;
	background: url("images/top/tape3.png") no-repeat;
	position: absolute;
	bottom:-20px;
	left:-20px;
}
.slick-dots li button:before{
	color: #faa1bc !important;
}
.slider li{
	position:relative;
}
.slider li p{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50px;
	text-align:center;
	font-size:150%;
	font-family: 'M PLUS 1 Code', sans-serif;
	text-shadow: 
    #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
}
#s08 .inner3 .text1{
	text-align: center;
}
#s08 .inner3 .text1 span{
	border-bottom:dotted 2px #333;
	line-height: 3;
}
#s09{
	background: #fef5f2;
	padding-bottom: 30px;
}
#s09 h2{
	position: relative;
	text-align: center;
}
#s09 h2::before{
	content:  " ";
	width: 100%;
	height: 50px;
	background: url("images/common/bg10.png");
	position: absolute;
	left: 0;
	top:100px;
}
#s09 h2 span{
	display: inline-block;
	position: relative;
	background: #fef5f2;
	padding: 40px
}
#s09 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#s09 ul li{
	width: 31.3%;
	background: #fff;
	margin-bottom: 30px;
	position: relative;
}
#s09 ul li h3{
	position: absolute;
	top:0;
	left: 10%;
	padding:10px;
	background: #fc88a9;
	color: #fff;
	text-align: center;
	font-size:120%;
	line-height: 1.3;
	border-radius: 0 0 30px 30px;
	width: 80%;
	font-family: 'M PLUS 1', sans-serif;
}
#s09 ul li figure{
	text-align:center;
}
#s09 ul li p{
	padding: 15px;
}
#s10{
	background: url("images/common/bg07.png");
}
.voice{
	align-items: center;
}
.voice .text{
	position: relative;
}
.voice .text .bagge{
	position: absolute;
	top:0;
	right:0;
}
.voice.rev .text .bagge{
	right: inherit;
	left: 0;
}
.voice .text h3{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #6ec8d6;
	text-shadow: 
    #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
	font-family: 'M PLUS 1', sans-serif;
	font-size:180%;
	font-weight: bold;
}
.voice.rev .text h3{
	text-align: right;
}
.voice .text ul{
	background: #fff;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.voice .text ul li{
	width: 50%;
}
.voice .text ul li:nth-of-type(1),.voice .text ul li:nth-of-type(2){
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #333;
}
.voice .text ul li dl{
	display: flex;
	font-size:90%;
}
.voice .text ul li dl dt{
	color: #6ec8d6;
	margin-right: 20px;
}
.voice .text ul li dl dt::before{
	content: "●";
	margin-right: 2px;
}
/*--アコーディオン--*/
/* 折り畳み部分を隠す */

.accordion dl{
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 0 0 5px #aaa;
}
.accordion dl dt{
	position: relative;
	background:url("images/common/list02.png") no-repeat 98% center;
	background-size:20px;
	display: flex;
	align-items: center;
	font-size:115%;
}
.accordion dl dt .q{
	background: #6ec8d6;
	padding: 15px 30px;
	margin-right: 15px;
}
.accordion dl dt.open{
	background: url("images/common/list01.png") no-repeat 98% center;
	background-size:20px;	
}
.accordion dl dd{
	display: none;
	background:url("images/common/a.png") no-repeat 30px 15px;
	padding: 10px;
	padding-left:80px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.accordion dl dd div{
	background: #faf5f6;
	padding: 10px;
}
#s12{
	background: url("images/common/bg03.png");
}
#s12 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#s12 ul li{
	width: 22%;
	position: relative;
}
#s12 ul li h3{
	margin-bottom: 15px;
	text-align: center;
}
#s12 ul li .big{
	font-family: 'M PLUS 1', sans-serif;
	font-size:115%;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
	min-height: 70px;
}
#s12 ul li p:last-of-type{
	font-size:95%;
}
#s12 ul li::after{
	content: url("images/top/if_list1.png");
	position: absolute;
	right:-40px;
	top:120px;
}
#s12 ul li:last-of-type::after{
	content: none;
}
#s13{
	position: relative;
}
#s13 h2{
	position: relative;
	background: url("images/top/access_bg.png") no-repeat center 10px;
}
#s13 h2 .en,#s13 h2 .text{
	background: #faf5f6;
	max-width: 480px;
	margin: 0 auto;
}
#s13::before{
	content: " ";
	background: #333;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0 ;
	top:88px;
}
#s13 .fig01{
	max-width: 450px;
	margin: 0 auto;
}
#s13 .fig01 iframe{
	position: relative;
	z-index: 2;
}
#s14{
	background: url("images/common/bg05.png");
}
#s14 h2{
	background: url("images/top/message_bg1.png") no-repeat 45% center;
	padding: 35px 0;
	margin-bottom: 60px;
}
#s14 .box01{
	background: #fff;
  border: 6px solid #f5bbc5;
  border-image: linear-gradient(to right, #f5bbc5 0%, #d7bfd1 100%);
  border-image-slice: 1;
	position: relative;
	padding: 50px;
}
#s14 .box01 figure{
	position: absolute;
	top:-70px;
	right:40px;
}
#s14 .box01 .big{
	background: url("images/top/message_bg2.png") no-repeat left center;
	font-size:150%;
	padding: 20px 0;
	 padding-left: 40px;
	margin-bottom: 30px;
}
/*------------------------------------------------------------------
	下層ページ
------------------------------------------------------------------*/
#crumbs{
	padding: 0 10px;
}
#breadcrumb ul{
	display: flex;
	
}
#breadcrumb ul li{
	padding: 5px;
	font-size:85%;
}
.page article{
	padding-bottom: 50px;
}
.sub h2.hstyle01{
	position: relative;
}
.sub h2.hstyle01 .en,.sub h2.hstyle01 .text{
	background: #faf5f6;
	position: relative;
	max-width: 300px;
	margin: 0 auto;
}
.sub h2.hstyle01::before{
	content: " ";
	background: #333;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0 ;
	top:63px;
}

/*-----------------お仕事内容ページ------------------*/


/*-----------------ブログページ------------------*/

#subcontent #main{
	width: 65%;
}
#subcontent #side{
	width: 30%;
}
#subcontent #side .ttl{
	margin-bottom: 20px;
	font-weight: bold;
	text-align:center;
}
#subcontent #side ul.list1 li{
	padding:10px 5px;
	border-bottom: solid 1px #ccc;
	display: flex;
	font-size:90%;
}
#subcontent #side ul.list1 li figure{
	width: 30%;
	position:relative;
    overflow:hidden;
	height: 90px;
}
#subcontent #side ul.list1 li figure img{
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
#subcontent #side ul.list1 li figure img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#subcontent #side ul.list1 li .date{
	margin-bottom: 5px;
	color: #aaa;
}
#subcontent #side ul.list1 li a{
	color: #333;
}
#subcontent #side ul.list1 li a:hover{
	text-decoration: none;
	color: #44a0b9;
}


#subcontent #side ul.list1 li .text{
	padding-left: 5%;
	width: 70%;
	line-height: 1.4;
}

.archivebox{
	position: relative;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.archivebox .cate{
	position: absolute;
	left:0;
	top:0;
	background: #6dc7d6;
	color: #fff;
	padding: 5px;
	z-index: 2;
	font-size:80%;
}
.archivebox figure{
	width: 30%;
	position:relative;
    overflow:hidden;
	height: 210px;
	margin-bottom: 10px;
}
.archivebox figure img{
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.archivebox figure img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.archivebox .text{
	width: 70%;
	padding:0 20px;
}
.archivebox .text .date{
	color: #aaa;
	font-size:85%;
	margin-bottom: 5px;
}
.archivebox .text h3 a{
	font-size:110%;
	font-weight: bold;
	line-height: 1.6;
}
.archivebox .text p{
	font-size:90%;
	line-height: 1.6;
}

.blog-main{
	position: relative;
}
.blog-main figure{
	margin-bottom: 20px;
}
.blog-main .inner .date{
	color: #5dc1cf;
	font-size:85%;
	margin-bottom: 5px;
}
.blog-main .inner .ttl{
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size:130%;
	font-weight: bold;
	border-bottom: solid 1px #eee;
	color: #765d51;
}
#subcontent #main .link01 a{
	font-size:90%;
}
.single article .photo{
	position: relative;
	margin-bottom: 30px;
}
.single article .photo .cate{
	position: absolute;
	left:20px;
	top:0;
	background: #6dc7d6;
	color: #fff;
	padding: 5px;
	z-index: 2;
	font-size:80%;
}

.single article .date{
	color: #aaa;
	margin-bottom: 20px;
}
.single article h2{
	font-size:140%;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
}
.single article .text{
	margin-bottom:10%;
}

.adjacent_post_links ul{
	display: flex;
	border:solid 1px #eee;
	background: #fff;
}
.adjacent_post_links ul li{
	width: 50%;
}
.adjacent_post_links ul li a{
	display: block;
	padding: 20px;
	color: #333;
	font-size:90%;
	transition: 0.5s;
}
.adjacent_post_links ul li a:hover{
	text-decoration: none;
	color: #aaa;
}
.adjacent_post_links ul li:first-of-type a{
	border-right:solid 1px #eee;
}
.adjacent_post_links ul li.prev{
	background:#fff url("images/common/pre.png") no-repeat 4% center;
}
.adjacent_post_links ul li.prev a{
	padding-left:40px;
}
.adjacent_post_links ul li.next{
	background:#fff url("images/common/next.png") no-repeat 96% center;
}
.adjacent_post_links ul li.next a{
	padding-right: 40px;
}
/*Pagenation*/
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 1em;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 14px 10px 14px;
	text-decoration: none;
	width: auto;
	color: #5dc1cf;
	background:#fff;
	border:solid 1px #5dc1cf;
	border-radius:3px;
}
.pagination span.page-of {
	background: none;
	color: #5dc1cf;
	border:none;
}
.pagination a:hover{
	color: #fff;
	background: #5dc1cf;
	border:solid 1px #5dc1cf;
}
.pagination .current{
	padding: 10px 14px 10px 14px;
	color: #fff;
	background: #5dc1cf;
	border:solid 1px #5dc1cf;
}
@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 7px 10px 7px 10px;
}
.pagination .current{
	padding: 7px 10px 7px 10px;
}
}
/*------------------お問い合わせ-----------------*/
#contact ul li{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:dotted 2px #333;
}

#contact ul li dl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#contact ul li dl dt{
	width: 30%;
	padding-right: 20px;
}
#contact .hissu{
	float: right;
	background: #333;
	color: #fff;
	padding: 2px 10px;
	font-size:90%;
}

#contact ul li dl dd{
	width: 70%;
}
#contact .kibou{
	display: flex;
	align-items: center;
}
#contact .kibou .date{
	margin-right: 20px;
}
#contact .thanks{
	padding: 50px 20px;
}
input[type=text],input[type=email],textarea{
	width:100%;
	background: #fff;
	padding: 10px;
	border:none;
	border-radius: 3px;
}
input[type=date]{
	background: #fff;
	padding: 10px;
	border:none;
	border-radius: 3px;
}
input[type=text]#nenrei{
	width: 60px;
	text-align: center;
	margin-right: 10px;
}
input[type=checkbox]{
	margin-right: 5px;
}
textarea{
	height:200px;
}
/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}
.selectdiv{
	position:relative;
  width: 100%;
  max-width: 280px;
}
.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  display: block;
  width: 100%;
  height: 50px;
  margin: 5px 0px;
  padding: 0px 12px;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}

input::placeholder,textarea::placeholder {
  color: #aaa;
}

.btn01{
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background:#6ec9d6;
	color: #fff;
	font-size:115%;
	text-shadow: 1px 1px 3px #666;
	padding: 10px 20px;
	transition: 0.5s;
	font-weight: bold;
	border-radius: 30px;
	min-width: 220px;
}
.btn01:hover{
	background:#57c2d3;
}




/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑pcサイズ
----------------------------------
↓タブレットサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/

@media screen and (max-width: 1099px){
	body{
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.container,.container2{
		padding-left:3%;padding-right: 3%;
	}
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/

.home .top-description{
		margin-top: 55px;
	background: #faa1bc;
	color: #fff;
	}
	.top-description{
		top:55px;
	}
.header,.home .header{
        position: fixed;
	top:0;
        margin-top: 0;
        width: 100%;
	     height:55px;
        padding: 0;
	z-index:9;
	}

.header.fixed {
            padding-top: 0;
	        position: fixed;
	        height:55px;
    }
	.header .site-title{
		padding: 5px;
	}
   #global-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index:9;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background:#fff;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
	overflow-y: scroll;
	}
 /* #global-nav スライドアニメーション */
   .open #global-nav {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
    }
 #global-nav ul {
	 margin:50px auto 0;
     list-style: none;
     position: static;
     right: 0;
     bottom: 0;
	 flex-wrap: wrap;
	 align-items: center;
	 overflow: hidden;
	 background: #fff;
	}

#global-nav ul li {
	width: 100%;
            }
    #head_wrap #global-nav ul li a,
    #head_wrap.fixed #global-nav ul li a {
        width: 100%;
		height: inherit;
        display: block;
		padding: 20px;
		text-align: center;
    }
    #nav-toggle {
        display: block;
		z-index:10;
    }
     #nav-toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #666;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
	}
 	#nav-toggle span:nth-child(1) {
            top: 0;
            }
 	#nav-toggle span:nth-child(2) {
            top: 11px;
            }
 	#nav-toggle span:nth-child(3) {
            top: 22px;
            }
	.open #nav-toggle span:nth-child(1) {
                    top: 11px;
                    -webkit-transform: rotate(315deg);
                    -moz-transform: rotate(315deg);
                    transform: rotate(315deg);
                }
	.open #nav-toggle span:nth-child(2) {
                    width: 0;
                    left: 50%;
                }
	.open #nav-toggle span:nth-child(3) {
                    top: 11px;
                    -webkit-transform: rotate(-315deg);
                    -moz-transform: rotate(-315deg);
                    transform: rotate(-315deg);
                }
		#footermenu_pc{
		display: none;
	}
	#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 8;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu ul {
    display: flex;
} 
	#footerFloatingMenu ul li{
		width: 33.3%;
		border-top:solid 1px #efefef;
	background: #faa1bc;
	}
	#footerFloatingMenu ul li:first-child{
		border-right:solid 1px #fff;
	}
	#footerFloatingMenu ul li:nth-child(2){
		border-right:solid 1px #fff;
		background: #6dc7d6;
	}
	#footerFloatingMenu ul li:last-of-type{
		background: #00b900;
	}
	#footerFloatingMenu ul li a{
		display: block;
		text-decoration: none;
		text-align: center;
		padding:10px 0;
	}

	#footerFloatingMenu ul li img{
		height: 35px;
	}
	#pagetop a{
		bottom: 7%;
	}

	#breadcrumb ul{
		margin: 0 3%;
	}	
	.contactsec ul.list01{
		max-width: 480px;
		margin: 0 auto;
	}
	.contactsec ul.list01 li{
		width: 100%;
		margin-bottom: 10px;
	}
	.contactsec .inner1{
		background-size:100%;
		padding-left: 40px;
	}
/*------------------トップページ-----------------*/
	#topimage{
		height: 50vh;
	}
	#topimage .container{
		background-position: left top;
		background-size:45%;
		padding-left:30%;
	}
	#topimage .site-title,#topimage .listbox{
		display: none;
	}
	#s01::after{
		top:-16px;
	}

	#s01 p.cen-pc{
		text-align: left !important;
	}
	#room .text1{
		font-size:95%;
	}
	.chat li figure{
		min-height:auto;
	}
	.flow li::before{
		content: none !important;
	}
		.voice{
		align-items: flex-start;
	}
	.voice .text ul li{
		width: 100%;
	}
	.voice .text ul li:nth-of-type(1), .voice .text ul li:nth-of-type(2){
		padding: 0;
		margin: 0;
		border: 0;
	}
/*------------------------------------------------------------------
	下層ページ
------------------------------------------------------------------*/


}

@media screen and (min-width: 768px) and (max-width: 1099px) {
	body{
		font-size:16px;
	}

	.tb-dnon{
		display:none;
	}
	.pc-dnon2{
		display:block;
	}
	footer .container{
		flex-wrap: wrap;
	}
	footer h2{
		text-align: center;
	}
/*------------------トップページ-----------------*/
	#s02 .inner1{
		background-size:45%;
	}
	#s02 .inner2 h3{
		width: 26%;
		margin-left: -13%;
	}
	#s02 .inner2 ul li{
		width: 38%;
	}
	#s03 h2{
		background-size:100%;
	}
	.s-blog{
		max-width: 660px;
		margin: 0 auto;
	}
	.s-blog li{
		width: 48%;
	}


	.flow li:nth-of-type(5){
		width: 80%;
		margin-bottom: 40px;
	}
	.flow li .wid50{
		padding: 5px;
	}
	.flow li h3{
		padding-top: 0;
	}
	#s07 h2{
		background-size:100%;
	}
	#s07 ul li .text h3{
		height: inherit;
	}
	#s08 .inner2 .fig01 img{
		width: 33.3%;
	}
	#s08 .inner3 .text1{
		font-size:95%;
	}
	#s09 ul li{
		width: 48%;
	}

	#s12 ul li{
		width: 48%;
	}
	#s12 ul li:nth-child(2)::after{
		content: none;
	}
	.wid50{
		padding: 5px;
	}
	#s14 .box01{
		padding:0 30px 30px;
	}
	#s14 .box01 figure{
		position: static;
		width: 30%;
		margin: 0 auto;
	}
	#s14 .box01 figure img{
		margin-top: -50px;
	}
	#s14 .box01 .big{
		width: 600px;
		margin: 0 auto;
	}
	#room{
		padding-top: 40px;
		padding-bottom: 30px;
	}
	#room ul{
		justify-content: space-around;
	}
	#room ul li{
		width: 85%;
		margin-bottom: 15px;
	}
	#room ul li:first-of-type{
		margin-top: 0;
	}
	#room ul li:last-of-type{
		margin-bottom: 0;
	}
	#room .link01{
	width: 100%;
	max-width: 380px;
}

/*-----------------ブログページ------------------*/
	#subcontent #side ul.list1 li a .photo{
		width: 100px;
	}
	#subcontent #side ul.list1 li a .text{
		width: inherit;
	}
}
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑タブレットサイズ
----------------------------------
↓spサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/


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

body{
	font-size:14px;

}
.pc-dnon,.pc-dnon2{
    display:  block !important;
}
.sp-dnon {
    display: none !important;
}
.db-sp{
	display:block;
}
	.sp-blk{
		display: block;
		margin: 0 auto !important;
	}

	td, th{
		padding: 3%;
	}
/*margin padding変更*/
.m10b-s { margin-bottom: 5px !important; }
.m20b-s { margin-bottom: 10px !important; }
.m30b-s { margin-bottom: 15px !important; }
.m40b-s { margin-bottom: 20px !important; }
.m50b-s { margin-bottom: 25px !important; }
.m60b-s { margin-bottom: 30px !important; }
.m70b-s { margin-bottom: 35px !important; }
.m80b-s { margin-bottom: 35px !important; }
.m100b-s { margin-bottom: 50px !important; }
.m01-s{margin:0 5px;}
.p01-s { padding-top: 25px !important;padding-bottom: 25px !important; }
.p02-s { padding-top: 20px !important;padding-bottom: 20px !important; }
.cen-pc{text-align: left !important;}
.f-left-pc, .f-right-pc,#m-right,#m-left{
    float: none;
}
	.wid50{
		width: 100%;
	}
	.link01{
		width: 100%;
		max-width: 380px;
	}
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
	header .text1{
	display: none;		
	}
	header .site-title{
		width: 100%;
		text-align: left;
		padding: 0;
		border-radius: 0;
	}
	header .site-title div:last-of-type{
		background: #5dc1cf;
		color: #fff;
		margin-top: 10px;
		width: 100%;
	}
	#global-nav ul{
		width: 100%;
	margin:0;
		padding: 10% 0;
	}
	#global-nav .txt10{
		display: block;
		padding: 20px;
  background:#5dc1cf;
		color: #fff;
	}
nav ul li a::before {
  content: none;
}
	#head_wrap #global-nav ul li a, #head_wrap.fixed #global-nav ul li a{
		padding: 15px 20px;
		background-size:4px;
	}
/*ーーーーーーーーーー
	footer
ーーーーーーーーーーー*/
	#pagetop a{
		bottom:10%;
		right:10px;
	}
	footer{
		padding-bottom: 60px;
	}
	footer .container{
		flex-wrap: wrap;
		padding-bottom: 10px;
	}
	footer h2{
		text-align: center;
		margin-bottom: 15px;
		width: 100%;
	}
	footer .container ul{
		margin-bottom: 0;
	}
	footer .container ul li a{
		padding: 0 10px;
	}
	footer .p02-s{
		padding: 0 !important;
	}
	.contactsec{
		padding-bottom: 10px;
	}

	.contactsec ul.list01 li{
		min-height: inherit;
	}
	.contactsec ul.list01 li.tel{
		display: none;
	}
	.contactsec ul.list01 li.tel2{
	display: block;
}
	.contactsec ul.list01 li.tel2 a{
		min-height: inherit;
	    background: #faa1bc url("images/common/tel2.png") no-repeat 10% center;
			background-size:25px;
		padding: 5%;
		padding-left: 10%;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
		color: #fff;
	}
	.contactsec ul.list01 li.mail a{
		background-position: 7% center;
		padding: 5%;
		padding-left: 15%;
		min-height: inherit;
		background-size:40px;
	}
	.contactsec ul.list01 li.line a{
		background-position: 8% center;
		padding: 5%;
		padding-left: 10%;
		min-height: inherit;
		background-size:40px	
	}
	.contactsec ul.list01 li.line img{
		display: none;
	}

/*---------------------------------------------
common
-------------------------------------------*/
.box-style01{
	flex-wrap: wrap;
	}
	.box-style01 .b-left01, .box-style01 .b-right01,.box-style01 .b-left02, .box-style01 .b-right02{
		width: 100%;
	}	

	.ulstyle01 li{
		width: 46%;
		margin: 2%;
	}
	.sub h2.hstyle01 .en, .sub h2.hstyle01 .text{
		max-width: 230px;
	}
/*--------------トップページ--------------*/
	#sec-job,#sec-reason,#sec-voice,#sec-faq,#sec-flow{
	margin-top: -55px;
	padding-top: 55px;
}
	#topimage{
		height: 90vh;
	}
	#topimage .container{
		padding-left: 3%;
		padding-right: 3%;
		background: none;
	}
	#s01{
	background: #fff;
	position: relative;
}
#s01::after{
	content: " ";
	width: 100%;
	height: 18px;
	background: url("images/common/bg01.png") repeat-x;
	position: absolute;
	left: 0;
	top: -18px;
}
	#s02 .inner1{
		background:url("images/top/anshin_img1_sp.png") no-repeat right top;
		background-size:45%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	#s02 .inner1 h2{
		padding-right: 40%;
	}
	#s02 .inner1 h2 img:first-of-type{
		margin-bottom: 0;
	}
	#s02 .inner1 h2{
		margin-bottom: 20px;
	}
	#s02 .inner2 h3{
		position: relative;
		margin-left: 0;
		left: inherit;
		top:inherit;
		text-align: center;
		margin-bottom: 10px;
	}
	#s02 .inner2 h3 img{
		width: 180px;
		position: relative;
		z-index: 2;
	}
	#s02 .inner2 h3::before{
		content: " ";
		width: 100%;
		height: 20px;
		background: #fad7cd;
		position: absolute;
		left: 0;
		top:120px;
	}
	#s03 h2{
		background: none;
		padding: 0;
	}
	.s-blog li figure{
		height: auto;
	}
	.s-blog li{
		width: 48%;
		margin-bottom: 20px;
	}
	#s05 h2{
		background: none;
	}
	#s05 h2 .en{
		background: url("images/top/system_sp.png") no-repeat center center;
		background-size:100%;
		padding: 1% 25%;
	}
	#s04 .box-style01 figure{
		margin-bottom: 10px;
	}
	#s05::before{
		content: none;
	}
	.housyu-sys h3{
		margin-top: -15%;
	}
	.chat{
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.chat li{
		width: 100%;
		margin-bottom: 40px;
		padding: 15px;
	}
	.housyu-sys ul li{
		width: 100%;
		padding: 0 10px 20px;
	}
	.housyu-sys ul{
		padding: 0;	
	}
	.housyu-sys ul li:first-of-type {
		border-right:none;
    border-bottom: dashed 2px #f4bbc5;
		margin-bottom: 20px;
}
	#s06 h2 .en{
		padding: 0 20%;
	}
	.flow li{
		margin-bottom: 10px;
	}
	.flow li::after{
		content: " ";
		display: block;
		text-align: center;
		background: url("images/common/list03.png") no-repeat center center;
		background-size:50px;
		width: 100%;
		height: 30px;
		margin-top: 10px;
	}
	.flow li:last-of-type::after{
		content: none;
	}
	.flow li:nth-of-type(5)::after{
		position: absolute;
		bottom:-50px;
		left: 0;
	}
	.flow li:nth-of-type(5){
		width: 100%;
		font-size:120%;
	}
	.flow li:nth-of-type(4) .wid50:last-of-type{
		min-height: inherit;
		background-position: center 40px;
	}
	.flow li:nth-of-type(6) .wid50:last-of-type{
		min-height: inherit;
	}
	#s07 h2{
		background-position: right top;
		background-size:150%;
		padding: 0 40% 0 0;
	}
	#s07 .hstyle01 .text span{
		background: none;
		line-height: 1.4;
	}
	#s07 ul li{
		width: 100%;
		padding:20px 10px;
	}
	#s07 ul li .text h3{
		margin: 0 0 10px;
		height: inherit;
	}
	
	.accordion{
		padding: 0;
	}
	.accordion dl{
		margin-bottom: 10px;
	}
	.accordion dl dt{
		padding-right: 20px;
		line-height: 1.4;
		font-size:105%;
	}
	.accordion dl dt .q{
		padding: 10px;
		margin-right: 10px;
	}
	.accordion dl dd{
		padding-left: 40px;
	background-position: 10px 20px;
	}
	#s08 .inner1{
		background:none;
	}
	#s08 .first{
		background:url(images/top/jimusyo_bgsp1.png) no-repeat left center;
		background-size:25%;
		padding-left:25%;
	}
	#s08 .last{
		background:url(images/top/jimusyo_bgsp2.png) no-repeat right center;
		background-size:25%;
		padding-right:25%;
	}
	#s08 .inner2 p{
		width:80%;
		padding: 20px 15px;
		margin: -10% auto 0;
	}
	#s08 .inner2 p::before{
		width: 120%;
		margin-left: 0;
		top:-5%;
		left: -10%;
		background-size:100%;
	}
	#s08 .inner2 .fig01 img{
		width: 100%;
	}
	#s08 .inner3 h2{
		padding-bottom: 25px;
	}
	.room-slide{
		padding:30px 20px 20px;
		margin-bottom: 30px;
	}
	.room-slide::before{
		width: 100px;
		right:-5px;
		background-size:100%;
	}
	.room-slide::after{
			width: 100px;
		height: 60px;
		left:-5px;
		background-size:100%;	
	}
	#s08 .inner3 .text1 span{
		line-height: 2.5;
	}
	#s09 ul li{
		width: 100%;
	}
	.voice .text .bagge{
		width: 40%;
	}
	.hstyle01 .text span{
		display: inline-block;
		background-position: center bottom;
		text-align: center;
		line-height: 1.5;
	}
	#s10 h2 .en{
		padding: 0 20%;
	}
	#s12 h2 .en{
		padding: 0 15%;
	}
#s12 ul li{
	width: 100%;
	margin-bottom: 60px;
}
	#s12 ul li:last-of-type{
		margin-bottom: 0;
	}
	#s12 ul li::after{
		right: inherit;
	left: 50%;
		top:inherit;
		bottom:-50px;
		margin-left: -20px;
		transform: rotate(90deg);
	}
	#s12 ul li .big{
		min-height: inherit;
	}

	#s13 h2 .en{
		max-width:inherit;
		padding: 0 20%;
		background: none;
	}
	#s13::before{
		top:70px;
	}
	#s14{
		padding-bottom: 20px;
	}
	#s14 .box01 figure{
		width:140px;
		top:-50px;
		right: inherit;
		left: 50%;
		margin-left:  -70px;
}
	#s14 .box01{
		padding:80px 25px 25px;
	}
	#s14 .box01 .big{
		padding: 0 10%;
		background-size:100%;
		font-size:130%;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	#s14 h2{
		padding-top:10px;
		margin-bottom: 30px;
	}
	.contactsec .container{
		padding-left: 0;
		padding-right: 0;
	}
	.contactsec .inner1{
		background-size:150%;
		background-position: -10px top;
		padding: 0;
	}
	.contactsec .inner1 h2{
		padding-left: 35%;
	}
	.contactsec .inner1 img{
		width: 90%;
		margin-left: 5%;
	}
	.contactsec .inner1 {
		padding: 10px 5% 20px;
		font-size:90%;
	}
	.contactsec ul.list01{
		padding: 0 5%;
	}
/*------------------------------------------------------------------
	下層ページ
------------------------------------------------------------------*/

	#breadcrumb ul{
		width: 100%;
		margin: 0 !important;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 5px;

	}
	#breadcrumb ul li{
		padding:5px;
	}
/*-----------------ブログページ------------------*/
#subcontent #main{
	width: 100%;
	margin-bottom: 5%;
}
#subcontent #side{
	width: 100%;
}
	.ar-inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.archivebox{
		width: 48%;
	}
	.archivebox figure{
		height:160px;
		text-align: center;
		margin-bottom: 5px;
	}
	.archivebox{
		flex-wrap: wrap;
	}
	.archivebox figure,.archivebox .text{
		width: 100%;
	}
	.archivebox .text{
		padding: 0;
	}
	.archivebox .text h3 a{
		font-size:105%;
	}
	.single article .photo{
		margin-bottom: 15px;
	}

/*------------------お問い合わせ--------------*/

	#contact ul li dl dt,#contact ul li dl dd{
		width: 100%;
	}
	#contact ul li dl dt{
		margin-bottom: 5px;
	}
	#contact .thanks{
	padding:10% 3% !important;
}
.selectdiv{
  max-width: 100%;
}
	#contact .kibou .time span{
		position: absolute;
		left:0;
		bottom:-25px;
	}
}
@media screen and (max-width: 320px) {
	.se-blk{
	display: block;
	}

}