@charset "utf-8";

/* CSS Document */
/*
Theme Name:ライブチャット　Myチャネ福岡
Theme URI:
Description: This is our original theme.
Author: 
Author URI:　https://mychannel-fukuoka.com/
Version:1.0
*/

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;}figure{margin-bottom: 0;}

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

/*------------------------------------------------------------------
	Base Settings
------------------------------------------------------------------*/
html {
    overflow-y: scroll;
}


body {
	position: relative;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    color: #333;
	background: #fbf5f7;
    font-size: 16px;
    line-height: 1.5;
}
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;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
/*------------------------------------------------------------------
	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);
}

/* マージン・インデント
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.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; }

/*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; }
.m100b-s { margin-bottom: 100px !important; }
.m01-s{margin-bottom: 150px;}
.p01-s { padding-top:70px;padding-bottom: 70px; }
.p02-s { padding-left:1%;padding-right:1%; }
.p03-s { padding-top:50px;padding-bottom: 50px; }

/* 位置クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.clear { clear: both !important; }
.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;}
.pc-dnon2{display: none;}

/* テキスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.bold { font-weight: bold !important; }
.txtRed { color: #ca2e2c !important; }
.txtBlue2 { color: #4b8bce !important; }
.txtPink { color: #e35580 !important; }
.txtGold { color: #8b6c2e !important; }
.txtGray { color: #666666 !important; }
.txtWhite { color: #FFFFFF !important; }
.txtgreen { color: #79a035 !important; }
.txtorenge{color:#fd851b}
.txtPurple{color:#d190db !important;}
.txtBlack{color: #333 !important;}
.txtBlown{color: #603a40 !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; }

.bg01{
	background: #f2efef;
}
.lh01{line-height:1 !important;}
.lh02{line-height:2  !important;}
.f-min{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "メイリオ", Meiryo, serif;
}
.oh{overflow:hidden;}
.blk{
	display:block;
}
.underline{
	text-decoration: underline;
}
.img100 {
    height: auto;
    width: 100%;
}
.span01{
	display: inline-block;
	background: url("images/common/span01.png") repeat-x left bottom;
	padding-bottom: 15px;
}
.span02{
	display: inline-block;
	background: url("images/common/span02.png") repeat-x left bottom;
	padding-bottom: 15px;
}
.span03{
	background:url("images/common/span03.png") no-repeat center top;
	padding-top: 7px;
}
.text01{
	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;
}
table{
	width:100%;
}
td,th{
	padding:10px;
	font-weight: normal;
}
table th,table td{
border:solid 1px #ccc;
}
ol li{
	list-style-type: decimal;
	margin-left: 20px;
}

/*------------------------------------------------------------------
	全体レイアウト
------------------------------------------------------------------*/
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
  top: -68px;
  position: relative;
  width: 100%;
  margin: 68px auto 0;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
	background: #f08aa3;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
	padding: 10px 5px 10px 10px;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 2;
}
#head_wrap .logo div{
	font-size:80%;
	text-align:center;
}
#head_wrap .logo::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -25px;
	width: 25px;
	height: 100%;
	background: #fff;
clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#global-nav {
  position: absolute;
  right: 0;
  top: 0;
	background: #f08aa3;
	width: 100%;
}

#global-nav ul {
  list-style: none;
  display:flex;
align-items: center;
	float: right;
}

#global-nav ul li {
	text-align: center;
}
#global-nav ul li a {
	display: block;
  padding:26px 10px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
	text-align: center;
	color: #fff;
}
#global-nav ul li a:hover{
	color:#f5e9ed;
}
/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 60px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}



/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}
footer::before{
	background: url("images/common/foot_bg.png")repeat-x left top;
	display: block;
	content: " ";
	width:100%;
	height: 70px;
	position: absolute;
	top:-70px;
	left: 0;
}
footer{
	position: relative;
	background: #fdd4e5;
	padding-bottom: 100px;
}
footer .container{
	padding: 50px 0;
}
footer .copy{
	padding: 10px;
	text-align: center;
}

footer ul.footlist{
	display: flex;
	justify-content: center;
}
footer ul.footlist li{
	margin-right: 30px;
}
footer ul.footlist li:last-of-type{
	margin-right: 0;
}
#footerFloatingMenu {
	display: none;
}
#footermenu_pc{
	background: #fff;
	padding: 10px 0 ;
	position: fixed;
	left: 0;
	bottom:0;
	width: 100%;
	z-index: 9;
}
#footermenu_pc ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footermenu_pc ul li{
	width: 32%;
}
#footermenu_pc ul li.mail div.btn a{
	position: relative;
	display: block;
	background: #eb6c8b url("images/common/list02.png") no-repeat center right 5%;
	height:80px;
	font-size:105%;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	transition: 0.5s;
	border-radius: 10px;
	padding: 30px 0;
}
#footermenu_pc ul li.mail div.btn a:hover{
	text-decoration: none;
  transform:scale(1.03);
}
#footermenu_pc ul li.mail div.btn a::after{
	content: url("images/common/list01.png");
	position: absolute;
	right:10px;
	bottom:10px;
}
#footermenu_pc ul li.tel .text1{
	background:url("images/common/contact_tel.png") no-repeat left 5% center;
	text-align: center;
	font-size:240%;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 30px;
	color: #e83f6f;

}
#footermenu_pc ul li.tel .text2{
	text-align: center;
	padding-left: 30px;
	margin-top: -5px;
}
#footermenu_pc ul li.line div.btn a{
	position: relative;
	display: block;
	background: #51d888;
	height: 80px;
	font-size:105%;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	transition: 0.5s;
	border-radius: 10px;
	padding:15px 0;
	padding-right: 80px;
}
#footermenu_pc ul li.line div.btn a:hover{
	text-decoration: none;
  transform:scale(1.03);
}
#footermenu_pc ul li.line div.btn a .qr{
	position: absolute;
	right:10px;
	top:10px;
	height: 60px;
}
.contactsec{
	background: url("images/common/bg02.png");
	padding:30px 50px;
	margin-bottom: 120px;
}
.contactsec ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contactsec ul li.tel .ttl{
	font-size:110%;
	font-weight: bold;
	margin-bottom: 5px;
}
.contactsec ul li.tel .no{
	background: url("images/common/contact_tel.png") no-repeat left center;
	font-size:220%;
	font-weight: bold;
	padding-left: 40px;
	color: #e83f6f;
}
.contactsec ul li{
	width: 30%;
	position: relative;
}
.contactsec ul li.mail a{
	display: block;
	background: #eb6c8b url("images/common/list02.png") no-repeat center right 5%;
	padding: 30px 20px;
	height: 92px;
	color: #fff;
	border-radius: 0 10px 0 10px;
	transition: 0.5s;
}
.contactsec ul li.mail a:hover{
	text-decoration: none;
}
.contactsec ul li.line a{
	display: block;
	background: #51d888;
	padding: 22px 20px;
	height: 92px;
	color: #fff;
	border-radius: 0 10px 0 10px;
	transition: 0.5s;
}
.contactsec ul li.line a img{
	position: absolute;
	top:10px;
	right:10px;
}
.contactsec ul li.mail a:hover,.contactsec ul li.line a:hover{
	text-decoration: none;
  transform:scale(1.03);
}

/*-------------------common-----------------*/
.container{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
}
.container2{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width:1300px;
}
.container3{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width:1440px;
}

/* タイトル装飾 */
.hstyle01{
	font-size:150%;
}
.hstyle01.q span.span01{
	position: relative;
	padding-left: 50px;
}
.hstyle01.q span.span01::before{
	content: " ";
	background: url("images/top/q.png") no-repeat left bottom;
	width: 40px;
	height: 56px;
	position: absolute;
	left: 0;
	bottom:10px;
}
.textstyle01{
	display: inline-block;
	position: relative;
	padding: 0 20px;
}
.textstyle01::before{
	content: " ";
	position: absolute;
	left: 0;
	top:0;
	width: 18px;
	height: 67px;
	background: url("images/common/hstyle02_b.png") no-repeat left center;
}
.textstyle01::after{
	content: " ";
	position: absolute;
	right: 0;
	top:0;
	width: 18px;
	height: 67px;
	background: url("images/common/hstyle02_a.png") no-repeat left center;
}
/* 枠装飾 */
.link01 a{
	display: inline-block;
	min-width: 300px;
	padding:10px 30px 10px 20px;
	background: #fff url("images/common/list01.png") no-repeat 90% center;
	color: #eb6c8b;
	border-radius:0 10px 0 10px;
	border:solid 1px #eb6c8b;
	font-size:110%;
	text-decoration: none;
	transition: 0.5s;
}
.link01 a:hover{
	background: #fff url("images/common/list01.png") no-repeat 95% center;
}

.boxstyle01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boxstyle01.rev{
	flex-direction: row-reverse;
}
.boxstyle01.center{
	align-items: center;
}
.wid01{
	width:48%;
}
.wid02{
	width:50%;
}
.wid03{
	width:60%;
}
.wid04{
	width:38%;
}
.ulstyle01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ulstyle01 li{
	width: 46%;
	margin: 2%;
	background: #fff;
	padding:0 20px 20px;
	position: relative;
}
.ulstyle01 li .img{
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.ulstyle01 li .ttl{
	position: absolute;
	bottom:20px;
	left: 0;
	font-size:120%;
	font-weight: bold;
	width: 100%;
	text-align: center;
	color: #eb6c8b;
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;
}
.ulstyle01 li::after{
	position: absolute;
	left: 50%;
	top:0;
	background: #eb6c8b;
	width: 60px;
	height: 5px;
	z-index: 2;
	content: " ";
	margin-left: -30px;
}

.ulstyle02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ulstyle02 li{
	width: 48%;
	margin: 1%;
	background: #fff;
	padding:0 20px 20px;
	position: relative;
}
.ulstyle02 li .ttl{
	padding-top: 20px;
	margin-bottom: 30px;
	font-size:120%;
	font-weight: bold;
	text-align: center;
	color: #eb6c8b;
}
.ulstyle02 li::after{
	position: absolute;
	left: 50%;
	top:0;
	background: #eb6c8b;
	width: 60px;
	height: 5px;
	z-index: 2;
	content: " ";
	margin-left: -30px;
}
.ulstyle02.chatstyle figure.s03img1{
	min-height: 167px;
}
.ulstyle02.chatstyle .box01{
	background: #e1eef8;
	padding: 10px;
}
.ulstyle02.chatstyle .box01 dl{
	display: flex;
	flex-wrap: wrap;
}
.ulstyle02.chatstyle .box01 dl dt{
	width:20%;
}
.ulstyle02.chatstyle .box01 dl dd{
	width: 80%;
	font-size:80%;
}
.ulstyle03{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ulstyle03 li{
	width: 31%;
	margin: 1% 1% 2%;
	position: relative;
}
.ulstyle03 li figure{
	text-align: center;
	margin-bottom: 20px;
}
.ulstyle03 li .ttl{
	position: absolute;
	top:15px;
	left: 20px;
	font-size:110%;
	font-weight: bold;
	width: 100%;
	color: #5eb0e9;
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;
}
.ulstyle03 li::after{
	position: absolute;
	left:0;
	top:0;
	background: #5eb0e9;
	width: 3px;
	height: 50px;
	z-index: 2;
	content: " ";
}

/*-------------------top-----------------*/
#topimage{
	padding-top: 8%;
	padding-bottom: 10%;
	background: url("images/top/topimage_bg.jpg") no-repeat center center;
	background-size:cover;
}
#topimage .container{
	position: relative;
}
#topimage .container .icon{
	position: absolute;
	right:0;
	bottom: -7%;
	z-index: 2;
}
#topimage .container h2 img{
	width:419px;
}
#topimage .container p{
	padding-left: 10px;
	text-shadow: 0px 0px 2px #fff,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 5px #fff;
}
#s01{
	position: relative;
	margin-top: -8%;
	padding-top: 120px;
	padding-bottom: 420px;
	background:url("images/top/mendan_bg1.png") no-repeat center top;
	background-size:cover;
}
#s01 .container{
	position: relative;
	z-index: 2;
}

#s01::after{
	content: " ";
	width: 100%;
	height: 400px;
	display: block;
	position: absolute;
	left: 0;
	bottom:0;
	background:url("images/top/mendan_bg2.png") no-repeat center top;
	background-size:cover;
}
#s01 h2{
	font-size:180%;
	text-shadow: 0px 0px 2px #fff,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 5px #fff;
}
#s01 .inner1{
	max-width: 800px;
	margin: 0 auto;
	padding: 50px;
	background:rgba(255,255,255,0.7);
	box-shadow: 0 0 10px #ccc;
}
#s02 .container{
	position: relative;
	padding-top: 50px;
}
#s02 .text1{
	padding: 15px;
	background: url("images/common/hstyle03.png") no-repeat center center;
	text-align: center;
}
#s02 .text1 p{
	display: inline-block;
	font-size:120%;
}
#s03{
	background: #fce6ec;
}

.s3-list{
	position: relative;
}
.s3-list h3{
	position: absolute;
	top:50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
.s3-list::before{
	content: " ";
	position: absolute;
	top:0;
	left: 0;
	width: 48%;
	height: 100%;
	background: #82cfeb;
	border-radius: 30px;
}
.s3-list::after{
	content: " ";
	position: absolute;
	top:0;
	right: 0;
	width: 48%;
	height: 100%;
	background: #f2bdcd;
	border-radius: 30px;
}

.s3-list ul{
	position: relative;
	z-index: 2;
	width: 45%;
	padding:20px;
}
.s3-list ul li{
	padding:10px 20px;
	border-bottom: solid 1px #cae6f0;
	height: 70px;
	line-height: 1.6;
	text-align: center;
}
.s3-list ul li.oneline{
	padding: 25px 20px;
}
.s3-list .ttl{
	font-size:160%;
	font-weight: bold;
	color: #1b9cca;
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;

}
.s3-list ul.taten{
	padding-right: 40px;
}
.s3-list ul.labo{
	padding-left: 40px;
	position: absolute;
	right:0;
	top:0;
}
.s3-list ul.labo .ttl{
	color: #e35580;
}
.s3-list ul.labo li{
	border-bottom: solid 1px #f6e0e7;
}
.s3-list ul li:first-of-type,.s3-list ul li:last-of-type{
	border-bottom: none;
	height: inherit;
}
.s3-list ul.chigaittl{
	position: absolute;
	top:425px;	
	left:50%;
	transform: translateX(-50%);

}
.s3-list ul.chigaittl li{
	padding: 25px 5px;
	border-bottom:none;
	background: url("images/top/chigai_bg.png") no-repeat center center;
	font-weight: bold;
}
.s3-listsp{
	position: relative;
}
.s3-listsp h3{
	position: absolute;
	top:50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
.s3-listsp::before{
	content: " ";
	position: absolute;
	top:0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #82cfeb;
}
.s3-listsp::after{
	content: " ";
	position: absolute;
	top:0;
	right: 0;
	width:50%;
	height: 100%;
	background: #f2bdcd;
}
	.s3-listsp table{
		position: relative;
		z-index: 2;
	}	
	.s3-listsp table th,.s3-listsp table td{
		border:none;
		vertical-align: middle;
		font-size:90%;
	}
	.s3-listsp table td.t1,.s3-listsp table td.t3{
		width: 30%;
	}
	.s3-listsp table td.t1{
	border-bottom: solid 1px #cae6f0;
	}
	.s3-listsp table td.t3{
	border-bottom: solid 1px #f6e0e7;
	}
.s3-listsp table tr:first-of-type td,.s3-listsp table tr:last-of-type td{
	border-bottom:none !important;
}
	.s3-listsp table td.t2{
		width: 20%;
	}
	.s3-listsp table td.t2 span{
		padding: 5px;
		display: block;
		background: #fff;
		text-align: center;
		font-weight: bold;
	}
.s3-listsp table td .ttl{
	font-size:160%;
	font-weight: bold;
	color: #1b9cca;
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;
}
.s3-listsp table tr:first-of-type td.t1{
	padding:20px 0 10px 20px;
}
.s3-listsp table tr:first-of-type td.t3{
	padding:20px 20px 10px 0;
}
.s3-listsp table td.t3 .ttl{
	color: #e35580;
}
#s03 .text01{
	font-size:130%;
}
#s04 .textstyle01{
	padding:15px 30px;
}
#s04 .inner1{
	max-width: 1920px;
	margin: 100px auto 0;
	background: url("images/top/about_bg01.png") no-repeat right top;
	background-size:35%;
}
#s04 .inner1 .boxstyle01 figure{
	display: flex;
	align-items:flex-end;
}
#s04 .inner1 .boxstyle01 figure img{
	display: block;
}
#reward-sec{
	padding-bottom: 100px;
	border-bottom:solid  #fddbe4 50px;
}
#reward-sec .inner1{
	position: relative;
}
#reward-sec .inner1 .container{
	position: relative;
	z-index: 2;
	padding-top: 30px;
}
#reward-sec .inner1::before{
	content: " ";
	background: rgba(255,194,209,0.5);
	position: absolute;
	top:0;
	left: 0;
	width: 38%;
	height: 45%;
	z-index: 1;
}
.rewardsystem{
	padding: 50px 50px 20px;
	background: #fbebef;
}
.bonus{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.bonus li{
	width:250px;
	margin-bottom: 30px;
}
.bonus li .ttl{
	width: 190px;
	height: 190px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 50%;
}
.bonus li .ttl figure{
	padding-top: 20px;
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bonus li .ttl figure img{
	display: inline-block;
}
.bonus li h3{
	padding-bottom: 20px;
	height: 95px;
	text-align: center;
	font-size:110%;
	color: #eb6c8b;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bonus li h3.three{
	padding-bottom: 10px;
	line-height: 1.3;
}
.bonus li h3 span{
	display: inline-block;
	text-align: center;
}
.bonus li .text{
	padding: 0 3%;
}
.bonus .bonus-list li{
	width: inherit;
	margin-bottom: 5px;
	margin-left: 20px;
	list-style-type: disc;
}
#s05 .textstyle01{
	padding:15px 30px;
}
#s05 .inner1{
	position: relative;
}
#s05 .inner1 .container{
	position: relative;
	z-index: 2;
	padding-top: 30px;
}
#s05 .inner1::before{
	content: " ";
	background: rgba(255,194,209,0.5);
	position: absolute;
	top:0;
	right: 0;
	width: 38%;
	height:80%;
	z-index: 1;
}

#s06{
	position: relative;
}
#s06::before{
	content: " ";
	width: 100%;
	height: 200px;
	background: url("images/top/flow_bg.jpg") no-repeat center center;
	background-size:cover;
	display: block;
}
#s06 .en{
	margin-top: -30px;
	margin-bottom: 40px;
}
.flow li {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.flow li::after{
	display: block;
	width: 100%;
	height: 50px;
	background: url("images/common/ya.png") no-repeat center center;
	content: " ";
}
.flow li:last-of-type::after{
	content: none;
}
.flow li:nth-of-type(even){
	flex-direction:row-reverse;
}
.flow li figure{
	width: 30%;
	text-align: center;
}
.flow li .text{
	width: 65%;
}
.flow li h3{
	display: inline-block;
	font-size:120%;
	background: #eb6c8b;
	color: #fff;
	padding: 10px 40px;
	margin-bottom: 20px;
}
.flow-inner{
	background: url("images/top/flow/bg.png");
	padding-top: 50px;
	padding-bottom: 50px;
}
.flow-inner h3{
	display: inline-block;
	font-size:130%;
	background: #eb6c8b;
	color: #fff;
	padding: 10px 40px;
}
.flow-inner .inner1{
	background: url("images/top/flow/flow_bg3.png") no-repeat center bottom 37%;
}
.flow-sec1{
	margin-bottom: 80px;
}
.flow-sec2{
	margin-bottom: 100px;
}
.flow-inner ul{
	background: url("images/top/flow/flow_bg1.png") no-repeat right 5% top;
}
.flow-inner ul li{
	position: relative;
}
.flow-inner ul li:first-of-type{
	padding-right: 40%;
}
.flow-inner ul li:first-of-type::after{
	content: " ";
	background: url("images/top/flow/ya1.png") no-repeat right bottom;
	width: 128px;
	height: 112px;
	position: absolute;
	right:27%;
	bottom:30%;
	}
.flow-inner ul li:first-of-type p{
	padding: 0 15% 0 10%;
}
.flow-inner ul li:nth-of-type(2){
	margin-top: -8%;
	padding-left: 55%;
}
.flow-inner ul li:nth-of-type(2) p{
	padding: 0 14%;
}
.flow-inner ul li:nth-of-type(3){
	margin-top: -30%;
	padding-right: 45%;
	background: url("images/top/flow/flow_bg2.png") no-repeat right 7% bottom 5%;
}
.flow-inner ul li:nth-of-type(3) p{
	padding: 0 30% 0 10%;
}
.flow-inner ul li:nth-of-type(2)::after{
	content: " ";
	background: url("images/top/flow/ya2.png") no-repeat right bottom;
	width: 137px;
	height: 120px;
	position: absolute;
	left:40%;
	top:30%;
	}

.flow-sec3{
	margin-bottom: 100px;
	background: url("images/top/flow/flow_bg4.png") no-repeat center center;
}
.flow-sec3 p{
	width: 50%;
	margin: 0 auto;
}
.flow-sec4 .boxstyle01 figure{
	width: 57%;
}
.flow-sec4 .boxstyle01 p{
	width: 40%;
}
.flow-sec4 .enjoy{
	padding-right: 25%;
	background: url("images/top/flow/enjoy.png") no-repeat right 12% center;
	text-align: center;
}
#s07{
    border-bottom: solid #fddbe4 50px;
}
#s07 .h2ttl{
	padding: 70px;
	border-radius: 0 50px 0 50px;
	background: url("images/top/recommend_bg.jpg") no-repeat center center;
	text-align: center;
	}
#s07 .h2ttl h2{
	display: inline-block;
	width: 400px;
	padding:30px;
	border-radius: 0 50px 0 50px;
	font-size:140%;
	background: rgba(255,255,255,0.8);
	text-align: center;
}
#s07 .inner1{
	position: relative;
}
#s07 .inner1 .recommend{
	position: absolute;
	top:-20px;
	left: 50%;
	transform: translateX(-50%);
}
#s07 .inner1 ul{
	padding: 100px 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url("images/top/recommend_bg2.png") no-repeat center top 30px;
}
#s07 .inner1 ul li{
	width: 377px;
	height: 216px;
	background: url("images/top/recommend_bg1.png") no-repeat center top;
	padding: 50px 10px 20px;
	margin-bottom: 60px;
}
#s07 .inner1 ul li h3{
	padding-left: 40px;
	margin-bottom: 10px;
	font-size:125%;
	font-weight: bold;
	background: url("images/common/check2.png") no-repeat left top;
	color: #eb6c8b;
}
#s07 .inner1 ul li:nth-of-type(3){
	margin-left: 100px;
}
#s07 .inner1 ul li:nth-of-type(4){
	margin-right: 100px;
}
#s08 .inner1{

}
#s08 .inner1 .boxstyle01 .photo{
	position: relative;
}
#s08 .inner1 .boxstyle01 .photo::before{
	content: " ";
	position: absolute;
	left: -20%;
	top:30%;
	width: 400px;
	height: 400px;
	background: rgba(255,194,209,0.5);
}
#s08 .inner1 .boxstyle01 .photo .photo01{
	position: absolute;
	top:0;
	left: 13%;
	z-index: 3;
}
#s08 .inner1 .boxstyle01 .photo .photo02{
	position: absolute;
	bottom:5%;
	left: 3%;
	z-index: 3;
}
#s08 .inner1 .boxstyle01 .photo .photo03{
	position: absolute;
	top:20%;
	left: -40%;
	z-index: 2;
}
#s09{
	padding-top: 100px;
	padding-bottom: 400px;
	background: url("images/top/message_bg.png") no-repeat center bottom;
	background-size:cover;
}
#s09 h2{
	font-size:150%;
	margin-bottom: 80px;
	text-shadow: 0px 0px 2px #fff,0px 0px 3px #fff;
	font-weight: bold;
}
#s09 p{
	text-shadow: 0px 0px 2px #fff,0px 0px 3px #fff;
	font-weight: bold;
}
/*-----------サポートセンター-------------*/
#supportcenter h2{
	font-size:150%;
}
#supportcenter .inner1{
	background: #ffedf1;
	padding-top:30px;
	padding-bottom: 30px;
}
#supportcenter .inner1 .inner2{
	margin-bottom: 100px;
	background: url("images/top/supportcenter/bg1.png") no-repeat center center;
}
#supportcenter .inner1 .inner2 .renraku{
	padding-top:30px;
	background: url("images/top/supportcenter/bg2.png") no-repeat center top;
	font-size:150%;
}
#supportcenter .inner1 .inner2 .renraku .txtPink{
	font-size:130%;
}
#supportcenter .inner3{
	position: relative;
	max-width: 1200px;
	margin: 0 auto 50px;
	padding-top: 70px;
	background: url("images/common/bg02.png");
}
#supportcenter .inner3 h3{
	position: absolute;
	top:-40px;
	left: 0;
	width: 100%;
}
#supportcenter .inner3 .box01{
	padding: 30px;
	border-radius: 0 50px 0 0;
	background: #fff;
	box-shadow: 0 0 10px #eee;
}
#supportcenter .inner3 .staff .name{
	font-size:130%;
	font-weight: bold;
}
#supportcenter .inner3 .staff .name img{
	margin-right: 5px;
	vertical-align: 0px;
}
#supportcenter .inner3 .box01 .staffsingle .staff{
	width: 23%;
}

#supportcenter .inner3 .box01 .staffsingle .text{
	width: 75%;
}
.acc{
	display: none;
}
#supportcenter .stafflist2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#supportcenter .stafflist2 li{
	width:48%;
	margin-bottom: 40px;
}
#supportcenter .stafflist2 li .staff{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#supportcenter .stafflist2 li .staff figure{
	width: 45%;
	min-height: 161px;
	text-align: center;
}
#supportcenter .stafflist2 li .staff .text1{
	width: 50%;
}
#supportcenter .stafflist2 li .text2{
	margin-top: 10px;
	padding-top: 20px;
	border-top:dotted 3px #eb6c8b;	
}
#supportcenter .inner4{
	max-width: 1200px;
	margin: 0 auto 20px;
	padding: 40px 10px;
	background: rgba(255,255,255,0.8);
}
#supportcenter .inner4 ul.contactlist{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 600px;
	margin: 0 auto;
}
#supportcenter .inner4 ul.contactlist li{
	width: 48%;
	position: relative;
}
#supportcenter .inner4 ul.contactlist li.mail a{
	display: block;
	background: #4eb8ef url("images/top/supportcenter/mailicon.png") no-repeat center right 10%;
	padding: 30px 30px 30px 10px;
	color: #fff;
	border-radius: 5px;
	transition: 0.5s;
	text-align: center;
}
#supportcenter .inner4 ul.contactlist li.line a{
	display: block;
	background: #5ed7c2 url("images/top/supportcenter/lineicon.png") no-repeat center right 8%;
	padding: 30px 35px 30px 10px;
	color: #fff;
	border-radius: 5px;
	transition: 0.5s;
	text-align: center;
}
#supportcenter .inner4 ul.contactlist li.mail a:hover,#supportcenter .inner4 ul.contactlist li.line a:hover{
	text-decoration: none;
  transform:scale(1.03);
}
#supportcenter .inner4 .chui{
	padding: 20px;
	background: #fff;
	border: solid 1px #eebab5;
}
#supportcenter .inner4 .chui .ttl{
	width: 18%;
	text-align: center;
}
#supportcenter .inner4 .chui ul{
	width: 80%;
}
#supportcenter .inner4 .chui ul li{
	list-style-type: disc;
	margin-left: 10px;
}
#supportcenter .inner4 .text{
	font-size:150%;
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;
}

/*------------------下層ページ------------------*/
#crumbs{
	padding:10px;
	background: #ffc2d1;
}
#breadcrumb ul{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
}
#breadcrumb ul li{
	padding: 5px;
	font-size:85%;
}
#subimage{
	position: relative;
	background: url("images/job/subimage.jpg") no-repeat center center;
	background-size:cover !important;
	min-height:360px;
}
#subimage .ttl{
	text-align: center;
}
#subimage .ttl .en{
	text-transform: capitalize;
	position: absolute;
	right: 50%;
	top:26%;
	width:230px;
	text-align: center;
	color: rgba(240,138,163,0.5);
	font-size:400%;
	font-family: 'Yellowtail', cursive;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}
#subimage .ttl h2{
	position: absolute;
	top:50%;
	left: 50%;
   transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	background: #fff;
	padding: 10px 50px;
	font-size:150%;
}

/*----------------お仕事内容--------------------*/
#job01{
	background: url("images/job/job_bg1.jpg") no-repeat center center;
	background-size:cover;
	background-attachment: fixed;
}
#job01 h2{
	font-size:140%;
	text-shadow: 0 0 2px #fff, 0 0 3px #fff;
	line-height: 1.8;
}
#job01 .inner1{
	position: relative;
	max-width: 1920px;
	margin:0 auto;
	padding:80px 0;
}
#job01 .inner1 .chatlady1{
	position: absolute;
	left: 0;
	top:30%;
	width: 30%;
}
#job01 .inner1 .chatlady2{
	position: absolute;
	right:0;
	top:10%;
	width: 18%;
}
#job01 .inner1 .chatlady3{
	position: absolute;
	right:5%;
	bottom:15%;
	width: 25%;
}
#job01 .inner1 p{
	position: relative;
	z-index: 2;
}
#job02 .inner1{
	max-width: 1920px;
	margin: 50px auto 100px;
	background: url("images/job/anyone_bg.png") no-repeat right top;
	background-size:35%;
}
#job02 .inner1 .boxstyle01 figure{
	display: flex;
	align-items:flex-end;
}
#job02 .inner1 .boxstyle01 figure img{
	display: block;
}

#job03{
	position: relative;
}
#job03::before{
	content: " ";
	width: 100%;
	height: 200px;
	background: url("images/job/chatroom.jpg") no-repeat center center;
	background-size:cover;
	display: block;
}
#job03 .roombg{
	padding-top: 20px;
	position: relative;
	background: url("images/job/tebura.png") no-repeat right bottom;
}
#job03 .roombg p{
	position: absolute;
	right:0;
	top:0;
	width:57%;
}
#job03 .inner1{
	position: relative;
	background: url("images/common/bg01.png");
	padding: 50px 0;
}
#job03 .inner1 h3{
	text-align: center;
	font-size:140%;
	font-weight: bold;
	margin-top:-80px;
}
#job03 .inner1 h3 img{
	margin-bottom: 20px;
}
#job03 .inner1 .ulstyle01{
	justify-content: center;
}
#job03 .inner1 .ulstyle01 li{
	margin-bottom: 20px;
}
#job03 .inner1 .box01{
	background: #fcf0f3;
	border:solid 1px #eb6c8b;
	padding: 20px;
}
#job03 .inner1 .box01 h4{
	display: inline-block;
	font-size:110%;
	border-bottom:solid 1px #333;
}
#job03 .inner1 .box01 ul{
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}
#job03 .inner1 .box01 ul li{
	width: 22%;
	background: #eb6c8b;
	color: #fff;
	padding: 10px;
	padding-top: 25px;
	text-align: center;
}
#job03 .inner1 .box01 ul li:nth-of-type(3){
	padding-top: 10px;
}

/*----------------報酬について--------------------*/
#reward #subimage{
	background: url("images/reward/subimage.jpg") no-repeat center center;
}
#reward01{
	margin-bottom: 100px;
}
#reward01 .inner1,#reward02 .inner{
	position: relative;
}
#reward01 .inner1 .container,#reward02 .inner .container{
	position: relative;
	z-index: 2;
	padding-top:20px;
	padding-bottom: 20px;
}
#reward01 .inner1::before{
	content: " ";
	background: rgba(255,194,209,0.5);
	position: absolute;
	top:0;
	left: 0;
	width: 38%;
	height: 85%;
	z-index: 1;
}
#reward02 .inner::before{
	content: " ";
	background: rgba(255,194,209,0.5);
	position: absolute;
	top:0;
	right:0;
	width: 38%;
	height:80%;
	z-index: 1;
}
#reward01 .boxstyle01 .wid02{
	text-align: right;
}
#reward02{
	padding-bottom: 50px;
	border-bottom:solid  #fddbe4 50px;
}
.pointttl{
	background: url("images/reward/point_img.png") no-repeat center top;
	text-align: center;
	height:201px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.pointttl img{
	display: block;
	margin-bottom: -30px;
}
#reward03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#reward03 ul li{
	width: 49%;
	margin-bottom: 50px;
}
#reward03 ul li:first-of-type .ttl{
	margin-right: 50px;
	margin-bottom: 20px;
	background: url("images/reward/point1_img.png") no-repeat right top;
}
#reward03 ul li:first-of-type .text{
	padding: 0 40px;
}
#reward03 ul li:nth-of-type(2) .ttl{
	margin-left: 50px;
	margin-bottom: 20px;
	background: url("images/reward/point2_img.png") no-repeat left top;
	text-align: right;
}
#reward03 ul li:nth-of-type(2) .text{
	padding: 0 40px;
}
#reward03 ul li:last-of-type{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#reward03 ul li:last-of-type .ttl{
	width: 42%;
	background: url("images/reward/point3_img.png") no-repeat left top;
	text-align: right;
	padding-bottom: 20px;
}
#reward03 ul li:last-of-type .text{
	width: 55%;
	padding:20px 20% 20px 0;
	background: url("images/reward/chat.png") no-repeat right center;
}
#reward04 .income{
	background: url("images/reward/syunyu_bg.jpg") no-repeat center center;
	background-size:cover;
	padding: 100px 0;
}
#reward04 .photo{
	width: 41%;
}
#reward04 .text{
	width: 57%;
}
#reward04 .text h3{
	font-size:140%;
	font-weight: bold;
}
#reward04 .rewardlist2{
	display: flex;
	flex-wrap: wrap;
	font-size:115%;
	font-weight: bold;
	background: #fcf0f3;
	border:solid 1px #eb6c8b;
	padding: 20px 20px 0;
}
#reward04 .rewardlist2 dt{
	width: 50%;
	color: #eb6c8b;
	margin-bottom: 20px;
}
#reward04 .rewardlist2 dd{
	width:50%;
	margin-bottom: 20px;
}

/*----------------勤務地--------------------*/
#place #subimage{
	background: url("images/place/subimage.jpg") no-repeat left center;
}

#place01{
	padding-top: 50px;
	padding-bottom: 100px;
	background: url("images/place/place_bg1.jpg") no-repeat center top;
	background-size:cover;
}
#place01 .inner1{
	background: url("images/place/place_bg2.png") no-repeat center bottom;
}
#place01 .inner1 .container{
	padding-top: 80px;
	position: relative;
}
#place01 .inner1 .container p{
	line-height: 2;
}
#place01 .inner1 .container .photo01{
	position: absolute;
	right:0;
	top:0;
}
#place01 .inner1 .container .photo02{
	position: absolute;
	left:3%;
	top:15%;
}
#place03 .inner1,#place04 .inner1{
	position: relative;
}
#place03 .inner1 .container,#place04 .inner1 .container{
	position: relative;
	z-index: 2;
	padding-top:20px;
	padding-bottom: 20px;
}

#place03 .inner1::before{
	content: " ";
	background: rgba(255,194,209,0.5);
	position: absolute;
	top:0;
	left: 0;
	width: 38%;
	height:90%;
	z-index: 1;
}
#place04 .inner1::before{
	content: " ";
	background: rgba(255,194,209,0.5);
	position: absolute;
	top:0;
	right:0;
	width: 38%;
	height:80%;
	z-index: 1;
}
#place02 .inner1{
	max-width: 1920px;
	margin: 50px auto 100px;
	background: url("images/place/place_img2bg.png") no-repeat right top;
	background-size:35%;
}
#place02 .inner1 .boxstyle01 figure{
	padding-top: 10%;
	padding-left: 4%;
	display: flex;
	align-items:flex-end;
}
#place02 .inner1 .boxstyle01 figure img{
	display: block;
}

/*----------------サポート体制--------------------*/
#support #subimage{
	background: url("images/support/subimage.jpg") no-repeat center center;
}
#support01{
	padding-top: 70px;
	padding-bottom: 80px;
	border-bottom:solid  #fddbe4 50px;
}
#support01 .inner1{
	position: relative;
}
#support01 .inner1 .container{
	background: url("images/support/support_bg1.png") no-repeat center center;
	position: relative;
	z-index: 2;
	padding: 50px 0;
}
#support01 .inner1::before{
	content: " ";
	background: rgba(255,194,209,0.5);
	position: absolute;
	top:10%;
	left:0;
	width: 25%;
	height:75%;
	z-index: 1;
}
#support01 .inner1::after{
	content: " ";
	background: rgba(255,194,209,0.5);
	position: absolute;
	top:10%;
	right:0;
	width: 25%;
	height:75%;
	z-index: 1;
}
#support02 h2{
	max-width: 800px;
	margin: 0 auto;
	background: url("images/support/support_img2.png") no-repeat center center;
	background-size:cover;
	text-align: center;
	padding:60px 50px;
	border-radius: 0 20px 0 20px;
}
#support02 h2 div{
	display:inline-block;
	background: #fff;
	font-size:160%;
	padding: 20px 50px;
	border-radius: 0 20px 0 20px;
}
#support02 ul{
	background: url("images/support/support_img3.png") no-repeat right 5% bottom 50px;
}
#support03{
	position: relative;
	padding-bottom: 80px;
}
#support03::before{
	content: " ";
	width: 100%;
	height: 250px;
	background: url("images/support/message_bg.jpg") no-repeat center center;
	background-size:cover;
	display: block;
}
#support03 .message{
	margin-top: -40px;
	margin-bottom: 30px;
}
#support03 .boxstyle01 figure.fig01{
	width: 40%;
	text-align: center;
}
#support03 .boxstyle01 .text1{
	width: 58%;
}
#support03 .boxstyle01 figure.fig02{
	width: 30%;
	text-align: center;
}
#support03 .boxstyle01 .text2{
	width: 68%;
	font-size:90%;
}

/*--------------- よくある質問--------------------*/
#faq #subimage{
	background: url("images/faq/subimage.jpg") no-repeat center center;
}
#faq01 ul li{
	border-bottom:dotted 3px #333;
	padding: 10px;
}
#faq01 ul li dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: url("images/faq/ya.png") no-repeat left 43% center;
}
#faq01 ul li dl dt{
	width: 45%;
	background: url("images/faq/q.png") no-repeat left center;
	padding: 10px;
	padding-right: 50px;
	padding-left: 80px;
	font-size:110%;
	font-weight: bold;
	min-height: 53px;
}
#faq01 ul li dl dd{
	width: 55%;
	background: url("images/faq/a.png") no-repeat left center;
	padding: 10px;
	padding-left: 80px;
	min-height: 53px;
}
/*----------------体験談--------------------*/
#voice #subimage{
	background: url("images/voice/subimage.jpg") no-repeat center center;
}
#voice01 figure{
	width: 35%;
}
#voice01 .text{
	width: 60%;
}
#voice01 .text h3{
	font-size:140%;
	border-bottom:solid 1px #333;
	padding: 10px;
}
#voice01 .text .txtPink{
	display: inline-block;
	position: relative;
	font-size:130%;
	margin-left: 35px;
	margin-right: 35px;
}
#voice01 .text .txtPink::before{
	content: " ";
	background: url("images/common/hstyle01_b.png") no-repeat;
	width: 23px;
	height: 19px;
	position: absolute;
	left:-35px;
	top:5px;
}
#voice01 .text .txtPink::after{
	content: " ";
	background: url("images/common/hstyle01_a.png") no-repeat;
	width: 23px;
	height: 19px;
	position: absolute;
	right:-35px;
	top:5px;
}
/*----------------会社概要--------------------*/
#company #subimage{
	background: url("images/common/company_subimage.jpg") no-repeat center center;
}
#company01 table{
	max-width: 800px;
	margin: 0 auto;
}
#company01 table th,#company01 table td{
	background: #fff;
	border: solid 3px #fbf5f7;
	padding: 20px;
}
#company01 table th{
	width:30%;
	text-align: center;
}
#company01 table td{
	width: 70%;
}
/*----------------プライバシーポリシー--------------------*/
#privacy #subimage{
	background: url("images/common/privacy_subimage.jpg") no-repeat center center;
}
/*----------------contact--------------------*/
#contact #subimage,#thanks #subimage{
	background: url("images/contact/subimage.jpg") no-repeat center center;
}
#contact01{
	padding-top: 30px;
	padding-bottom: 50px;
	background: url("images/contact/mail_bg1.png") no-repeat center top 50px;
	background-size:100%;
}
#contact01 .inner1{
	position: relative;
	background: url("images/contact/mail_bg2.png") no-repeat center top;
	padding: 50px 0;
}


#contact01 ul{
	background: #fff;
	padding: 50px;
}
#contact01 ul li{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:dotted 2px #333;
}

#contact01 ul li dl{
	display: flex;
	flex-wrap: wrap;
}
#contact01 ul li dl dt{
	width: 30%;
	padding-top: 5px;
	padding-right: 20px;
}

#contact01 .hissu{
	float: right;
	background: #e84070;
	color: #fff;
	padding: 2px 10px;
	font-size:90%;
}

#contact01 ul li dl dd{
	width: 70%;
}

#contact01 ul li dl dd.seimei input[type=text]{
	width:49%;
}
#contact01 ul li dl dd.seimei input[type=text]:first-child{
	margin-right:2%;
}
#contact01 .kibou .date{
	margin-bottom: 20px;
}
#contact .thanks{
	padding: 50px 20px;
}
#contact01 .link01{
	text-align: center;
}
#contact01 .link01 a{
	min-width: 200px;
}
input[type=text],input[type=email],textarea{
	width:100%;
	background: #f9e9ef;
	padding: 10px;
	border:none;
	border-radius: 3px;
}
input[type=date]{
	background: #f9e9ef;
	padding: 10px;
	border:none;
	border-radius: 3px;
}
input[type=text]#nenrei{
	width: 80px;
	text-align: center;
	margin-right: 10px;
}
input[type=checkbox]{
	margin-right: 5px;
}
textarea{
	height:200px;
}
.select01 {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.select01::after {
    position: absolute;
    right: 10px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.select01 select {
    appearance: none;
    padding:10px 30px 10px 10px;
	border:none;
	border-radius: 3px;
    background-color: #f9e9ef;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
input::placeholder,textarea::placeholder {
  color: #aaa;
}

.btn01{
	padding:10px 30px 10px 20px;
	background: #fff url("images/common/list01.png") no-repeat 90% center;
	color: #eb6c8b;
	border-radius:0 10px 0 10px;
	border:solid 1px #eb6c8b;
	font-size:110%;
	text-decoration: none;
	transition: 0.5s;
}
.btn01:hover{
	text-decoration: none;
	background: #fff url("images/common/list01.png") no-repeat 95% center;
}

/*----------------ブログ--------------------*/
#subimage.staff-blog{
	background: url("images/common/blog_subimage.jpg") no-repeat center center;
}
#subcontent{
	background: url("images/common/bg07.png") no-repeat center top;
	background-size:100%;
}
#subcontent #bmain{
	width: 65%;
}
#subcontent #side{
	width: 30%;
}
#subcontent #side .ttl{
	font-weight: bold;
	text-align:center;
	background: #eb6c8b;
	padding: 10px;
	color: #fff;
border: solid 2px #fbf5f7;
}
#subcontent #side ul.list1 li{
	border-left: solid 2px #fbf5f7;
	border-right: solid 2px #fbf5f7;
	border-bottom: solid 2px #fbf5f7;
	display: flex;
	font-size:90%;
	background: #fff;
}
#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: #eb6c8b;
}


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

.archivebox{
	background: #fff;
	position: relative;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.archivebox figure{
	width: 40%;
	position:relative;
    overflow:hidden;
	height:190px;
}
.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: 60%;
	padding:10px 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;
}

.single article{
	background: #fff;
}
.single article .photo{
	position: relative;
}


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

.adjacent_post_links ul{
	display: flex;
}
.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/before.png") no-repeat 4% center;
	border-right: solid 2px #fbf5f7;
}
.adjacent_post_links ul li.prev a{
	padding-left:40px;
}
.adjacent_post_links ul li.next{
	background:#fff url("images/common/after.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: #eb6c8b;
	background:#fff;
	border:solid 1px #eb6c8b;
	border-radius:3px;
}
.pagination span.page-of {
	background: none;
	color: #eb6c8b;
	border:none;
}
.pagination a:hover{
	color: #fff;
	background: #eb6c8b;
	border:solid 1px #eb6c8b;
}
.pagination .current{
	padding: 10px 14px 10px 14px;
	color: #fff;
	background: #eb6c8b;
	border:solid 1px #eb6c8b;
}
@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;
}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑pcサイズ
----------------------------------
↓タブレットサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
@media screen and (min-width: 1100px) and (max-width: 1299px) {
	#global-nav ul li a{
		padding: 26px 5px;
		font-size:90%;
	}
}
@media screen and (max-width: 1099px){
	.container,.container2{
		padding-left: 3%;
		padding-right: 3%;
	}
	
/*----------header/ハンバーガーmenu-----------*/
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
    #global-nav ul li {
    border-right: none;
  }
    #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: rgba(255, 255, 255,1);
    width: 100%;
    height: 60px;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 5px;
    top: 5px;
	background: none;
	 padding: 0;
  }
	#head_wrap .logo img{
		width: 200px;
	}
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(240,138,163, 0.9);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    padding:3%;
	  width: 100%;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding:15px;
  }
#head_wrap #global-nav ul li:last-child a {
		height: inherit;
		padding: 20px;
	}
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #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);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
	#subcontent .box-style01{
		flex-wrap: wrap;
	}
	#subcontent #bmain{
	width: 100%;
		max-width: 800px;
		margin: 0 auto;
	margin-bottom: 5%;
}
#subcontent #side{
	width: 100%;
		max-width: 768px;
		margin: 0 auto;
}
	#subcontent #side ul.list1 li figure{
		width: 100px;
	}
	#reward03 ul li:first-of-type .ttl{
		margin-right: 0;
		background-size:30%;
		padding-right:23%;
	}
	#reward03 ul li:nth-of-type(2) .ttl{
		margin-left: 5%;
		background-size:30%;
		padding-left:20%;
	}
	#reward03 ul li:first-of-type .text,#reward03 ul li:nth-of-type(2) .text{
		padding: 0 10px;
	}
	#reward03 ul li:last-of-type .ttl{
		padding-right: 15%;
		background-size:30%;
		background-position: right top;
		width: 50%;
	}
	#reward03 ul li:last-of-type .text{
		background: none;
		padding: 0;
		width: 45%;
	}
	#topimage{
		padding-bottom: 12%;
		margin-bottom: 10%;
	}
	#s01{
		background:#ece5f2;
		padding-top: 0;
	}
	#s01::before{
	content: " ";
	width: 100%;
	height: 70%;
	display: block;
	position: absolute;
	left: 0;
	top:-80px;
	background:url("images/top/mendan_bg1.png") no-repeat center top;
	background-size:100%;
}
}


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

	.tb-dnon{
		display:none;
	}
	.pc-dnon2{
		display:block;
	}
	.m01-s{
		margin-bottom: 15%;
	}
	#main{
		margin-top: 60px;
	}
	.ulstyle01 {
		max-width:800px;
		margin: 0 auto;
	}
	.ulstyle01 li{
		width: 48%;
		margin: 1%;
		margin-bottom: 20px;
	}
	.ulstyle03{
		width:720px;
		margin: 0 auto;		
	}
	.ulstyle03 li{
		width: 48%;
	}
/*----------footer-----------*/	
	#footermenu_pc ul li.tel .text1{
		font-size:150%;
		background-size:20px;
	}
	#footermenu_pc ul li.mail div.btn a{
		background: #eb6c8b ;
	}
	.contactsec ul{
		max-width: 700px;
		margin: 0 auto;
	}
	.contactsec ul li.tel{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.contactsec ul li.tel .ttl{
		text-align: center;
	}
	.contactsec ul li.tel .no{
		display: inline-block;
	}
	.contactsec ul li.mail,.contactsec ul li.line{
		width: 48%;
	}


/*----------topページ------------*/	
	.bonus li{
		width: 33%;
	}
	#s03 .inner1{
		background-size:contain;
	}
	.ulstyle02.chatstyle figure.s03img1{
		min-height: inherit;
	}

	.flow-inner .container{
		padding: 0;
	}
	.flow-inner .inner1{
		padding: 0 3%;
	}
	.flow-sec3{
		background-size: 100%;
	}
	.flow-sec4 .enjoy{
		background-position: right center;
		background-size:28%;
	}
	.flow-inner ul li:first-of-type p,.flow-inner ul li:nth-of-type(2) p{
		padding: 0 10%;
	}
	.flow-inner ul li:nth-of-type(3) p{
		padding: 0 20% 0 10%;	
	}
	.flow-sec3 p{
		width: 70%;
	}
	#s02 .boxstyle01 .wid01,#s02 .boxstyle01 .wid02{
		width: 100%;
	}
	#s02 .boxstyle01 .wid01{
		text-align: center;
		padding: 0 25% 20px;
	}
	#s02 .boxstyle01 .wid02 p{
		text-align: center;
	}
	.s3-list{
		max-width: 800px;
		margin: 0 auto;
	}
	.s3-list ul li{
		padding: 10px 0;
		font-size:11px;
		height: 55px;
	}
	.s3-list ul.chigaittl{
		padding: 0;
		top:inherit;
		bottom:0;
		width: 22%;
	}
	.s3-list ul.chigaittl li{
		margin: 14.5px;
		padding: 10px 5px;
		background: #fff;
		height: 40px;
	}
	.s3-list ul li.oneline{
		padding: 10px 5px;
	}
	#s07 .inner1 ul{
		padding-top: 140px;
	}
	#s07 .inner1 ul li{
		width: 48%;
		height: inherit;
		margin-bottom: 20px;
		padding: 30px 10px 10px;
		background-size:contain;
	}
	#s07 .inner1 ul li:nth-of-type(3){
		margin-left: 0;
	}
	#s07 .inner1 ul li:nth-of-type(4){
		margin-right: 0;
	}
	#s07 .inner1 .recommend{
		width: 30%;
		top:-10%;
	}
	#s08 .inner1 .boxstyle01 .photo .photo01{
		top:5%;
	}
	#s08 .inner1 .boxstyle01 .photo .photo02{
		bottom:10%;
		left:inherit;
		right:3%;
		width:300px;
	}
/*----------お仕事内容ページ------------*/
	#job01 .inner1 .chatlady3{
		right:0;
	}
	#job02 .inner1 .boxstyle01 figure{
		align-items: flex-start;
		padding-top: 25%;
	}
	#job03 .roombg img{
		width:85%;
	}
	#job03 .roombg p{
		position: static;
		width: 100%;
	}
	#job03 .roombg{
		background-size:30%;
		background-position: right top;
		padding: 0 20% 0 0;
	}
	#place01 .inner1 .container .photo01{
		width: 35%;
	}
	#place01 .inner1 .container .photo02{
		width: 30%;
		top:15%;
		left: 0;
	}
	.pointttl{
		border-radius: 0 20px 0 20px;
	}
	#support01{
		padding: 30px 0;
		background: url("images/support/support_bg1.png") no-repeat center top 20px;
		background-size:100%;
	}
	#support01 .inner1 .container{
		background: none;
		padding:20px 0;
	}
	#support01 .inner1::after,#support01 .inner1::before{
		content: none;
	}
	#support01 .inner1 p{
		text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff,0 0 3px #fff;
	}
	#support02 h2 div{
		font-size:120%;
	}
	#support02 ul{
		background-size:50%;
	}
	#contact01 .inner1{
		background-size:100%;
		padding-bottom: 0;
	}
	#contact01 .inner1 p{
		text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 3px #fff;
	}
/*-----------------ブログページ------------------*/
	#subcontent #side ul.list1 li a .photo{
		width: 100px;
	}
	#subcontent #side ul.list1 li a .text{
		width: inherit;
	}
}
@media screen and (min-width: 750px) and (max-width: 1099px) {
	    .bonus li h3 {
        height: 60px;
        font-size: 3.0vw;
    }
}

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

@media screen and (max-width: 749px) {
	
/*----------共通------------*/	
body{
	font-size:14px;

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


/*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:40px !important; }
.p01-s { padding-top:7%;padding-bottom: 7%; }
.p02-s { padding-left:3%;padding-right:3%; }
.m01-s{
		margin-bottom: 15%;
	}	
.f-left-pc, .f-right-pc,#m-right,#m-left{
    float: none;
}
.wid01,.wid02,.wid03,.wid04{
		width: 100%;
	}

	.cen-pc{text-align: left !important;}

/*----------footer------------*/
	footer{
		padding-bottom: 55px;
	}
	footer .container{
		padding: 5%;
	}
	footer::before{
		background-size:cover;
		height: 20px;
		top:-20px;
	}
	footer ul.footlist{
		margin-top: 20px;
		flex-wrap: wrap;
		justify-content: center;
	}
		#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:#e83f6f;
	}
	#footerFloatingMenu ul li:first-child{
		border-right:solid 1px #fff;
	}
	#footerFloatingMenu ul li:nth-child(2){
		border-right:solid 1px #fff;
background: #eb6c8b;
	}
	#footerFloatingMenu ul li:last-of-type{
		background:#51d888;
	}
	#footerFloatingMenu ul li a{
		display: block;
		text-decoration: none;
		text-align: center;
		padding:10px 0;
	}

	#footerFloatingMenu ul li img{
		height: 35px;
	}
	.contactsec{
		padding: 5% 5% 3%;
		margin-bottom:40px;
	}
	.contactsec ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.contactsec ul li.mail a{
		height: auto;
		padding: 20px;
	}
	.contactsec ul li.line a{
		height: auto;
		padding: 20px;
    background:#51d888 url(images/common/list02.png) no-repeat center right 5%;
	}
	.contactsec ul li.line a img{
		display: none;
	}

/*----------全体------------*/
	#main{
		margin-top: 56px;
	}
	.hstyle01{
		font-size:130%;
	}
	.span01,.span02{
		padding-bottom: 10px;
	line-height: 2.3;
	}
	.ulstyle01 li{
		width: 100%;
		margin-bottom: 5%;
		box-shadow:0 0 8px #ffc2d1;
	}
	.ulstyle01 li .ttl{
		bottom:10px;
	}
	.ulstyle02 li{
		width: 98%;
		margin-bottom: 5%;
	}
	.ulstyle02.chatstyle figure.s03img1{
		min-height: inherit;
	}
	.ulstyle03 li{
		width: 98%;
		margin: 0 auto 20px;
		max-width: 340px;
	}
	.ulstyle03 li figure{
		margin-bottom: 10px;
	}
	.ulstyle03 li .ttl{
		width: 90%;
		top:5%;
		left: 5%;
	}
	#breadcrumb ul{
		flex-wrap: wrap;
	}

/*----------------top------------------*/
	#topimage{
		padding: 0;
		padding-bottom:40px;
		background: #e5f3f6;
	}
	#topimage .container{
		padding: 0;
	}
	#topimage h2{
		padding:5% 20px 70%;
		margin-bottom: 15px !important;
		background: url("images/top/topimage_bg_sp.jpg") no-repeat center bottom;
		background-size:100%;
	}
	#topimage .container .icon{
		width: 30%;
		bottom: inherit;
		top:36%;
		right: inherit;
		left:0;
	}
	#topimage .container p{
		padding: 0 10px;
	}
	#s01{
		padding-top: 20px;
		padding-bottom: 200px;
	}
	#s01::before{
		top:-30px;
		height: 50%;
	}
	#s01::after{
		height: 200px;
	}
	#s01 .inner1{
		padding: 20px;
	}
	#s01 h2{
		font-size:150%;
	}
	#s02 .text1 p{
		text-align: center;
		font-size:110%;
	}
	#s02 .boxstyle01 figure{
		padding: 0 10% 10px;
	}
	.hstyle01.q span.span01::before{
		bottom: inherit;
		top:-15px;
		width: 25px;
		height: 40px;
		background-size:100%;
	}
	.hstyle01.q span.span01{
		padding-left: 30px;
	}
	#s03{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#s03 .container{
		padding: 0 !important;
	}
	#s03 h2{
		margin-bottom: 20px !important;
		font-size:120%;
	}
	#s03 .textstyle01 p:last-of-type{
		font-size:3vw;
	}
	.s3-listsp table td .ttl{
	font-size:4.5vw;
	}
	#s03 .boxstyle01 figure{
		padding: 2% 15%;
	}
	#s03 .boxstyle01 .wid03{
		padding:0 2%;
	}
#reward-sec .hstyle01{
		text-align: center;
	}

	#reward-sec{
		background-size:70%;
		padding-bottom: 10%;
	}
	#reward-sec .inner1{
		padding: 0;
	}
	#s01 .inner2 .hstyle01{
		font-size:130%;
	}
	#s01 .inner2 .span01{
		line-height: 2;
	}

	#s04 .inner1{
		margin-top: 0;
		background-size:65%;
		background-position:right 10% top;
	}
	#s04 .inner1 .boxstyle01 figure img{
		width: 65%;
		padding-top: 15%;
		padding-left: 5%;
		margin-bottom: 20px;
	}
	#s04 .textstyle01{
		width: 96%;
		padding: 10px;
	}
	#reward-sec .inner1::before{
		width: 80%;
		height: 300px;
	}
	.rewardsystem{
		padding: 7% 5%;
	}

	.bonus li{
		width:50%;
		padding-top: 15px;
		padding-bottom:15px;
		margin-bottom: 0;
		border-bottom:solid 1px  #fff;
	}
	.bonus li:first-of-type,.bonus li:nth-of-type(2){
		padding-top: 0;
	}
	.bonus li:nth-of-type(odd){
		border-right:solid 1px #fff;
	}
	.bonus li:nth-of-type(7){
		border-bottom: none;
	}
	.bonus li:last-of-type{
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.bonus li .ttl{
		width: 120px;
		height: 120px;
		margin-bottom: 10px;
	}
	.bonus li .ttl figure{
		height: 60px;
		padding-top: 7px;
	}
	.bonus li .ttl figure img{
		width: 26%;
	}
	.bonus li h3{
		height: 60px;
/*		font-size:3.0vw;*/
	}
	.bonus li p{
		line-height: 1.4;
	}
	#reward .bonus li{
		border-bottom:none;
		padding-top: 0;
		padding-bottom: 0;
	}
	#reward .bonus li:nth-of-type(odd){
		border-right:none;
	}
	#reward .slick-dotted.slick-slider{
		margin-bottom: 0;
	}
	.flow li figure{
		width: 100%;
		text-align: center;
	}
	.flow li .text{
		width: 100%;
	}
	.flow-inner{
		padding-top: 30px;
		padding-bottom: 0;
	}
	.flow-inner h3{
		font-size:110%;
	}
	.flow-inner section{
		border-bottom:solid 1px #fff;
		padding-bottom: 30px;
	}
	.flow-inner section.flow-sec4{
		border-bottom: none;
		padding-bottom: 0;
	}
	.flow-sec1{
		margin-bottom: 30px;
	}
	.flow-inner .inner1{
		background: none;
	}
	.flow-inner ul{
		background-size:20%;
		background-position: right top 28%;
	}
	.flow-inner ul li:first-of-type::after,.flow-inner ul li:nth-of-type(2)::after{
		content: none;
	}
	.flow-inner ul li:first-of-type{
		padding-right: 0;
		margin-bottom: 10%;
	}
	.flow-inner ul li:first-of-type p,.flow-inner ul li:nth-of-type(2) p,.flow-inner ul li:nth-of-type(3) p{
		padding: 0 3%;
	}
	.flow-inner ul li:nth-of-type(2){
		margin-top: 0;
		padding-left: 0;
			margin-bottom: 10%;
	}
	.flow-inner ul li:nth-of-type(3){
		margin-top: 0;
		padding-right: 0;
		background-position: right 2% top 0;
	}
	.flow-sec2,.flow-sec3{
		margin-bottom: 30px;
	}
	.flow-sec3 p{
		width: 100%;
		padding: 0 3%;
	}
	.flow-sec4 .boxstyle01 p{
		width: 100%;
		padding: 0 3%;
		margin-bottom: 20px;
	}
	.flow-sec4 .boxstyle01 figure{
		width: 100%;
		margin-bottom: 10px;
	}
	.flow-sec4 .enjoy{
		background: none;
		padding-right: 0;
	}
	#s07{
		border-bottom:none;
		padding-bottom: 30px;
	}
	#s08 .inner1 .boxstyle01 .photo::before{
		left: 0;
		top:20px;
		width: 100%;
		height: 130px;
	}
	#s07 .h2ttl h2{
		width: 80%;
		padding: 15px;
		font-size:120%;
		border-radius: 0 20px 0 20px;
	}
	#s07 .h2ttl{
		padding:50px 30px;
		border-radius: 0 20px 0 20px;
		background-size:cover;
	}
	#s07 .inner1 .recommend{
		position: static;
		top:inherit;
		left: inherit;
		transform: none;
		width: 60%;
		display: block;
		margin: 0 auto;
		margin-top: -20px;
	}
	#s07 .inner1 ul{
		padding: 0;
		background: url("images/top/recommend_bg2_sp.png") no-repeat center top;
		background-size:100%;
	}
	#s07 .inner1 ul li{
		width: 80%;
		height: 160px;
		padding: 0;
		margin-bottom:10px;
		background: url("images/top/recommend_bg1_sp.png") no-repeat center top;
		background-size:contain;

	}
	#s07 .inner1 ul li:nth-of-type(3){
		margin-left: 0;
	}
	#s07 .inner1 ul li:nth-of-type(4){
		margin-right: 0;
	}
	#s07 .inner1 ul li:nth-of-type(even){
		margin-left: 20%;
	}
	#s07 .inner1 ul li h3{
		background-size:20px;
		padding-left: 25px;
	}
	#s08{
		position: relative;
		padding-top:55%;
	}
	#s08 .inner1 .boxstyle01 .photo{
		position: static;
	}
	#s08 .container{
		padding: 0;
	}
	#s08 .inner1 .boxstyle01 .photo .photo02{
		width: 45%;
		left: inherit;
		right:0;
		bottom: inherit;
		top:0;
	}
	#s08 .inner1 .boxstyle01 .photo .photo01{
		width: 25%;
		left: 0;
		top:70px;
	}
	#s08 .inner1 .boxstyle01 .photo .photo03{
		left: 20%;
		top:-30px;
		width: 35%;
	}
	#s08 .wid02 p{
		padding: 0 5%;
	}
	#s09{
		padding-top: 30px;
		padding-bottom:80%;
		background-position:left bottom;
	}
	#s09 h2{
		margin-bottom: 30px;
	}
	#supportcenter h2{
		font-size:5vw;
		text-align: center !important;
	}
	#supportcenter .inner2 h3{
		padding: 0 10%;
	}
	#supportcenter .inner1 .inner2 .renraku{
		padding-top: 20px;
		font-size:110%;
	}
	#supportcenter .inner1 .inner2{
		margin-bottom: 70px;
	}
	#supportcenter .stafflist2 li{
		width: 100%;
	}
	#supportcenter .inner3 .box01{
		padding: 20px;
		margin-bottom: 20px;
	}
	#supportcenter .inner3 .box01 .staffsingle .staff{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	#supportcenter .inner3 .box01 .staffsingle .staff figure{
		width: 45%;
	}
	#supportcenter .inner3 .box01 .staffsingle .text{
		width: 100%;
	margin-top: 10px;
	padding-top: 20px;
	border-top:dotted 3px #eb6c8b;	
}
	#supportcenter .inner3 .box01 .staffsingle .staff .text1{
		width: 50%;
	}
	#supportcenter .inner3 .box01 .staffsingle .staff .text1 .cen{
		text-align: left !important;
	}
	.acc{
		position: relative;
		display: block;
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 20px 25px 20px 20px;
		border-radius: 5px;
		background: #eb6c8b;
		color: #fff;
		text-align: center;
		cursor: pointer;
}
.acc::before{		/*タイトル横の矢印*/
      position: absolute;
      content: "";
      display: block;
      width: 10px;
      height: 2px;
      background-color: #fff;
      right: 15px;
      top: 50%;
      transform: translate(0, -50%);
}
	.acc::after{
     position: absolute;
      content: "";
      display: block;
      width: 10px;
      height: 2px;
      background-color: #fff;
      right: 15px;
      top: 50%;
      transform: translate(0, -50%) rotate(90deg);
	}
.acc.open::after {
      display: none;
}
#supportcenter .staffopen{
	display: none;
	}
#supportcenter .inner3{
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
	#supportcenter .inner4{
		margin: 0 10px;
		padding: 20px 10px;
	}
#supportcenter .inner4 .text{
	font-size:120%;
}
#supportcenter .inner4 ul.contactlist{
	max-width:260px;
	margin: 0 auto;
}
#supportcenter .inner4 ul.contactlist li{
	width: 100%;
	margin-bottom: 15px;
}
#supportcenter .inner4 ul.contactlist li a{
	padding: 20px 20px 20px 10px !important;
}
#supportcenter .inner4 ul.contactlist li.mail a{
	background: #4eb8ef url("images/top/supportcenter/mailicon.png") no-repeat center right 10%;
	background-size:20px
}
#supportcenter .inner4 ul.contactlist li.line a{
	background: #5ed7c2 url("images/top/supportcenter/lineicon.png") no-repeat center right 10%;
	background-size:25px
}
#supportcenter .inner4 .chui .ttl{
	width: 100%;
	padding: 0 32%;
	margin-bottom: 10px;
}
#supportcenter .inner4 .chui ul{
	width: 100%;
}
/*----------下層ページ------------*/
	#subimage{
		min-height: 200px;
	}
	#subimage .ttl h2{
		font-size:120%;
		padding: 10px;
		min-width: 180px;
		text-align: center;
	}
/*----------お仕事内容ページ------------*/
	#job01 .inner1{
		padding:30px 5%;
	}
	#job01 .inner1 .chatlady1{
		top:2%;
	}
	#job01 .inner1 .chatlady2{
		top:1%;
	}
	#job01 .inner1 .chatlady3{
		top:10%;
		right:0;
	}
	#job01 h2{
		position: relative;
		z-index: 2;
		padding: 0 17%;
		font-size:120%;
	}
	#job02 .inner1{
	background-size: 70%;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#job02 .inner1 .boxstyle01 figure{
		padding: 20% 40% 0 0;
	}
	#job02 .boxstyle01 figure{
		margin-bottom: 10px;
	} 
	#job03 .roombg{
		background: none;
	}
	#job03 .boxstyle01 .wid01:first-of-type{
		margin-bottom: 20px;
	}
	#job03 .roombg{
		padding-top: 0;
	}
	#job03 .roombg p{
		position: static;
		width: 100%;
	}
	.stafflist li{
		width: 100%;
	}
	.stafflist li:first-of-type{
		margin-bottom: 80px;
	}
/*----------ページ------------*/
	#reward01{
		margin-bottom: 50px;
	}
	#reward01 .inner1::before{
		width: 80%;
		height: 40%;
	}
	#reward02{
		padding-bottom: 20px;
	}
	#reward02 .inner::before{
		width: 80%;
		height: 35%;
	}
	.pointttl{
		border-radius: 0 20px 0 20px;
		height: 120px;
	}
	#reward03{
		margin-bottom: 30px;
	}
	#reward03 ul li{
		width: 100%;
		margin-bottom:30px;
	}
	#reward03 ul li:last-of-type{
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	#reward03 ul li:last-of-type .ttl,#reward03 ul li:last-of-type .text{
		width: 100%;
	}
	#reward03 ul li:last-of-type .ttl{
		padding-right: 20%;
	}
	#reward04 .income{
		background-position: right center;
		padding: 50px 0;
	}
	#reward04 .photo{
		width: 100%;
		padding: 0 5% 5%;
	}
	#reward04 .text{
		width: 100%;
	}
	#reward04 .text h3{
		text-align: center;
	}
	#reward04 .rewardlist2{
		padding: 15px 15px 10px;
	}
	#reward04 .rewardlist2 dt{
		width: 100%;
		margin-bottom: 5px;
	}
	#reward04 .rewardlist2 dt::before{
		content: "●";
	}
	#reward04 .rewardlist2 dd{
		width: 100%;
		margin-bottom: 10px;
		padding-left: 10px;
		font-weight: normal;
	}
	#reward04 .rewardbox{
		background-position: left top;
	}
	#place03 .inner1 .container, #place04 .inner1 .container{
		padding-top:0;
		padding-bottom: 0;
	}
	#place01{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	#place01 .inner1 .container{
		padding-top: 40px;
	}
	#place01 .inner1 .container .photo01{
		width: 30%;
	top:5%;
	}
	#place01 .inner1 .container .photo02{
		width: 28%;
		top:0;
		left: 0;
	}
	#place figure{
		margin-bottom: 20px;
	}
	#place02 .inner1{
	background-size: 70%;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#place02 .inner1 .boxstyle01 figure{
		padding: 20% 30% 0 0;
	}
	#place03 .inner1::before{
		height: 40%;
	}
	#place04 .inner1::before{
		height: 42%;
	}
	#support01{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	#support01 .inner1 .container{
		padding:10px;
		background:none;
	}
	#support01 .inner1::before{
		content: none;
	}
	#support01 .inner1::after{
		margin-top: 10px;
		width: 100%;
		height: 150px;
		background: url("images/support/support_bg1_sp.png") no-repeat ;
		background-size:contain;
		position: static;
		display: block;
	}
	#support01 .inner1 .container p br{
		display: none;
	}
	#support02 h2{
		padding: 20px 30px;
	}
	#support02 h2 div{
		font-size:130%;
		padding: 15px;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	#support02 ul{
		padding-bottom: 150px;
		background-size:180px;
		background-position: center bottom;
	}
	#support03{
		padding-bottom: 20px;
	}
	#support03::before{
		background-position: left 90% center;
		height: 200px;
	}
	#support03 .boxstyle01 figure,#support03 .boxstyle01 .text1,#support03 .boxstyle01 .text2{
		width: 100% !important;
	}
	#support03 .boxstyle01 figure{
		margin-bottom: 20px;
	}
	#support03 .boxstyle01 figure.fig02{
		padding: 0 25%;
	}
/*--------------- よくある質問--------------------*/

#faq01 ul li dl{
	background: none;
}
#faq01 ul li dl dt{
	background-size: 50px;
	width: 100%;
	padding: 10px 10px 10px 60px;
	min-height: 50px;
}
#faq01 ul li dl dd{
	background-size: 50px;
	background-position: left top 10px;
	width: 100%;
	padding: 10px 10px 10px 60px;
}
/*----------------体験談--------------------*/
#voice01 figure{
	width: 100%;
	padding: 0 10%;
}
#voice01 .text{
	width: 100%;
}
	#voice01 .text h3{
	text-align: center;		
	}
	#voice01 .text .txtPink{
		font-size:5.3vw;
	}
/*------------------お問い合わせ--------------*/
	#contact01 .inner1{
		background-size:100%;
		padding: 0;
	}
	#contact01 .inner1 .hstyle01{
		padding:30px 0;
		margin-bottom:0  !important;
		text-shadow: 0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 3px #fff;
	}
	#contact01 .inner1 p{
		text-shadow: 0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 3px #fff;	
	}
	#contact01 ul{
		padding: 5%;
	}
	#contact01 ul li dl dt,#contact01 ul li dl dd{
		width: 100%;
	}
	#contact01 ul li dl dt{
		margin-bottom: 5px;
	}
	#contact .thanks{
	padding:10% 3% !important;
}
	#contact01 ul li::before{
		height: 25px;
	}
	#contact01 .kibou{
		flex-wrap: wrap;
	}
	#contact01 .kibou .date{
		width: 100%;
		margin-bottom: 10px;
	}
	#contact01 .kibou .time{
		width: 100%;
	}
	#contact01 .kibou .time span{
		display: block;
		margin-top: 10px;
	}
	#contact01 ul li.comment{
		padding-bottom: 30px;
	}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
select{
	background: #fff;
	padding: 10px;
	font-size:90%;
	border:none;
	color: #333;
	border-radius: 3px;
}
/*-----------------ブログページ------------------*/

	.ar-inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.archivebox{
		width: 98%;
			flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.archivebox figure{
		height:200px;
		text-align: center;
	}
	.archivebox figure,.archivebox .text{
		width: 100%;
	}
	.archivebox .text{
		padding: 10px;
	}
	.archivebox .text h3 a{
		font-size:100%;
	}
	.single article .photo{
		margin-bottom: 15px;
	}

}



/*staff blog uesd*/
/*font*/
.bold { font-weight: bold !important; }
.txtRed { color: #FA0515 !important; font-weight: bold !important;}
.txtBlue { color: #198CFF !important; font-weight: bold !important;}
.txtPink { color: #F246A4 ; }
.txtGold { color: #A98552 !important; }
.txtGray { color: #666666 !important; }
.txtWhite { color: #FFFFFF !important; }
.txtgreen { color: #79a035 !important; }
.txtorenge{color:#fd851b}
.txtBlack{color: #333 !important;}


.title_00_a {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc;
  font-size:16px;
}

.title_01_a {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: 1px solid #ccc;
  font-size:16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.title_01_a::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
  border-radius: 4px;
}

.title_02_a {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-radius: 6px;
  font-size:14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*mokuji*/
.toc_container {
    border: 1px solid #dcdcdc;
    padding: 25px 50px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.toc_container p.toc_title+ul.toc_list {
    margin-top: 1em;
}
.toc_container.have_bullets li {
    padding-left: 12px;
}
.toc_list a:before {
	content:"◎";
	color:#930;
	margin-right:10px;
}
.toc_list li ol li{
	margin-left:40px;
	list-style-type:decimal;
}
.toc_list li ol li a:before{
	content:none;
}
.toc_container a {
    text-decoration: none;
    text-shadow: none;
}
.toc_list a {
    padding: 5px;
    border-bottom: 1px dotted #dcdcdc;
}

@media screen and (max-width: 320px) {
	.se-dnon{
		display: none;
	}
	.s3-listsp table th, .s3-listsp table td{
		font-size:3.5vw;
	}
	#s07 .inner1 ul li{
		height: inherit;
		padding-bottom: 10px;
	}
	#s07 .inner1 ul li h3{
		font-size:110%
	}
	#s07 .inner1 ul li p{
		font-size:90%;
		line-height: 1.4;
	}
	#s07 .inner1 ul{
		margin-bottom: 20px;
	}
}