@charset "utf-8";

/* CSS Document */
/*
Theme Name:ヒナタマ
Theme URI:
Description: This is our original theme.
Author: 
Author URI:
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;}

/*------------------------------------------------------------------
	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:#fff;
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;
}
figure{
	margin:0;
}
/*------------------------------------------------------------------
	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: #ee3f75 !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;
}
.text02{
	text-align: center;
	background: url("images/common/text_bg1.png") no-repeat center bottom;
	font-size:110%;
}
.font01{
	font-family: 'M PLUS 1 Code', sans-serif;
}
.font02{
	font-family: 'Zen Kurenaido', 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 #f1edd9;
}
table th{
	width: 20%;
	color: #765d51;
}
ol li{
	list-style-type: decimal;
	margin-left: 20px;
}
/*------------------------------------------------------------------
	全体レイアウト
------------------------------------------------------------------*/
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
.header{
	background: #fff;
	position:fixed;
	top:0;
	width: 100%;
	z-index: 8;
}

header .site-title{
	position: absolute;
	left: 0;
	top:0;
	background: #fff;
	padding:25px 20px;
	border-radius: 0 0 30px 0;
	font-size:90%;	
}
header .site-title a{
	text-decoration: none;
}
header .site-title div{
	margin-bottom: 15px;
	text-align: center;
}
header .site-title div:last-of-type{
	margin-bottom: 0;
}
header .text1{
	background: #5dc1cf;
	color: #fff;
	font-size:90%;
	padding: 5px;
	margin-left: 245px;
}

.h-line a{
	display: block;
	position: absolute;
	right:0;
	top:15px;
	background: url("images/common/bg01.png");
	color: #fff;
	padding: 15px;
	border-radius: 20px 0 0 20px;
	transition: 0.5s;
}
.h-line a:hover{
	transform:scale(1.03);
}


/*==ナビゲーション全体の設定*/
nav{
	padding-top:25px;
	padding-bottom: 10px;
float: right;
}
/*ナビゲーションを横並びに*/
nav ul{
  list-style: none;
  display: flex;
}
/*ナビゲーションのリンク設定*/
nav ul li a{
  display: block;
  text-decoration: none;
  color: #5dc1cf;
  padding:10px 10px 5px;
  transition:all .3s;
	font-size:90%;
  position: relative;
}
nav ul li a::before {
  background: #aaa;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
nav ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

nav ul li a:hover{
  color:999; 
	text-decoration: none;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 20px;
    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: #5dc1cf;
	z-index: 7;
}
#pagetop a:hover{
	background: #5dc1cf;
	color: #fff;
}
footer{
	padding: 30px 10px 90px;
	background: #333333;
}
footer .container > ul{
	display: flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
footer .container ul li a{
	color: #fff;
	padding: 0 20px;
}
footer .copy{
	font-size:80%;
	color: #fff;
}
#footerFloatingMenu {
	display: none;
}
#footermenu_pc{
	background: #5dc1cf;
	color: #fff;
	padding: 10px 0 ;
	font-family: 'M PLUS 1 Code', sans-serif;
	position: fixed;
	left: 0;
	bottom:0;
	width: 100%;
	z-index: 9;
}
#footermenu_pc ul{
	display: flex;
	justify-content: space-between;
}
#footermenu_pc ul li{
	width: 31%;
	position: relative;
	font-size:120%;
	line-height: 1.4;
}
#footermenu_pc ul li .tel{
	font-size:170%;
	background:url("images/common/foot_tel2.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/contact_mail.png") no-repeat 8% center;
	padding:8% 5% 8% 20%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#footermenu_pc ul li.line a{
	display: block;
	background: #fff url("images/common/contact_line.png") no-repeat 8% center;
	padding:8% 5% 8% 30%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#footermenu_pc ul li.line img{
	position: absolute;
	top:6px;
	right:10px;
	width:68px;
}
#footermenu_pc ul li a:hover{
	text-decoration: none;
}
/*-----------お問い合わせバナーセクション-----------------*/
.contactsec{
	background: url("images/common/contact_bg.jpg") no-repeat center center;
	background-size:cover;
	padding:20px 20px 30px;
}
.contactsec h2{
    color: #fff;
    font-size: 300%;
    font-weight: bold;
    text-align: center;
	text-shadow:1px 1px 2px #777;
}
.contactsec ul.list01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contactsec ul.list01 li{
	width: 31%;
	min-height: 126px;
}
.contactsec ul.list01 li a{
	display: block;
	padding: 20px;
	min-height: 126px;
	transition: 0.5s;
}
.contactsec ul.list01 li a:hover{
	text-decoration: none;
  transform:scale(1.05);
}

.contactsec ul.list01 li.mail a{
	background: #fff url("images/common/contact_mail.png") no-repeat center 75%;
	padding-bottom:70px;
	font-size:120%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.contactsec ul.list01 li.tel{
	padding: 20px;
	background: #fff url("images/common/contact_tel.png") no-repeat 7% 70%;
}
.contactsec ul.list01 li.tel2{
		display: none;
	}
.contactsec ul.list01 li.tel .ttl{
	text-align: center;
	font-size:120%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
.contactsec ul.list01 li.tel .text{
	text-align: center;
	font-size:190%;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 30px;
	color: #77c7d2;

}
.contactsec ul.list01 li.tel .text span{
	display: block;
	text-align: center;
	font-size:14px;
	font-weight: normal;
}
.contactsec ul.list01 li.line a{
	background: #fff url("images/common/contact_line.png") no-repeat center 75%;
	padding-bottom:70px;
	font-size:120%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.contactsec ul.list01 li.line{
	position: relative;
}
.contactsec ul.list01 li.line img{
	position: absolute;
	top:10px;
	left:10px;
}
.contactsec ul.list02{
	display: flex;
}
.contactsec ul.list02 li{
	width: 200px;
}
.contactsec ul.list02 li a{
	color: #fff;
	background: url("images/common/list01.png") no-repeat left center;
	padding-left: 30px;
}
/*---------------------------------------------
common
-------------------------------------------*/
#contents{
	padding-top: 140px;
}
#b1,#b2,#b3,#b4,#b5,#b6,#b7,#e1,#e2,#e3,#e4,#e5,#e6,#e7{
	margin-top: -162px;
	padding-top: 162px;
	display: block;
}
.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{
	text-align: center;
}
.link01 a{
	display:inline-block;
	text-align: center;
	text-decoration: none;
	background:#59aeba;
	color: #fff;
	padding: 10px 40px;
	transition: 0.5s;
	font-weight: bold;
	border:double 3px #fff;
}
.link01 a:hover{
	background:#7dc1cb;
}
.hstyle01{
	position: relative;
}
.hstyle01::before{
	content: " ";
	width: 100%;
	height: 2px;
	background: #333;
	position: absolute;
	left: 0;
	top:40px;
	z-index: 1;
	
}
.hstyle01 .en,.hstyle02 .en{
	display: inline-block;
	position:relative;
	font-size:300%;
	padding-right: 20px;
	font-weight: bold;
	color: #516473;
	background: #fff;
	z-index: 2;
	font-family: 'M PLUS 1 Code', sans-serif;
	text-transform: uppercase;
}
.hstyle01 .ttl,.hstyle02 .ttl{
	margin-top: -10px;
	position: relative;
	z-index: 2;
}
.hstyle01 p{
	position: absolute;
	right:0;
	top:25px;
	width: 65%;
	padding-left: 20px;
	font-size:110%;
	background: #fff;
	z-index: 2;
	line-height: 1.4;
	font-family: 'M PLUS 1 Code', sans-serif;
}
.hstyle02{
	position: relative;
}
.hstyle02::before{
	content: " ";
	width: 15%;
	height: 2px;
	background: #fff;
	position: absolute;
	left:20%;
	top:40px;
	z-index: 1;
	
}
.hstyle02 .en{
	background: none;
	color: #fff;
}
.hstyle02 .ttl{
	color: #fff;
	margin-top: -15px;
}
.hstyle02 p{
	position: absolute;
	right:0;
	top:30px;
	width: 65%;
	padding-left: 20px;
	font-size:110%;
	line-height: 1.4;
	font-family: 'M PLUS 1 Code', sans-serif;
	color: #fff;
}
.hstyle02.color .en{
	color: #516473;
}
.hstyle02.color .ttl,.hstyle02.color p{
	color: #333;	
}
.hstyle02.color::before{
	background: #333;
}
.hstyle03 {
	text-align: center;
}
.hstyle03 .en{
	color: #516473;
	font-size:300%;
	font-weight: bold;
	text-align: center;
	font-family: 'M PLUS 1 Code', sans-serif;
	text-transform: uppercase;
}
.hstyle04{
	font-size:180%;
	font-weight: bold;
	text-shadow: 0 0 3px #fff,0 0 5px #fff;
}
.hstyle05{
	position: relative;
}
.hstyle05::before{
	content: " ";
	width: 100%;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0;
	top:23px;
	z-index: 1;
	
}
.hstyle05 .ttl1{
	display: inline-block;
	position:relative;
	font-size:180%;
	padding-right: 20px;
	color: #5dc1cf;
	background: #fff;
	z-index: 2;
	font-family: 'M PLUS 1 Code', sans-serif;
}
.hstyle05 .text{
	position: absolute;
	right:0;
	top:10px;
	padding-left: 20px;
	font-size:110%;
	background: #fff;
	z-index: 2;
	line-height: 1.4;
	font-family: 'M PLUS 1 Code', sans-serif;
}
.hstyle06{
	font-size:180%;
	color: #5dc1cf;
	font-family: 'M PLUS 1 Code', sans-serif;
}
.hstyle07{
	position: relative;
	display: inline-block;
	font-size:130%;
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;
	padding: 2% 7%;
}
.hstyle07::before{
	content: " ";
	background: url("images/common/tstyle1_b.png") no-repeat;
	width: 32px;
	height: 45px;
	position: absolute;
	left: 0;
	top:0;
}
.hstyle07::after{
	content: " ";
	background: url("images/common/tstyle1_a.png") no-repeat;
	width: 32px;
	height: 45px;
	position: absolute;
	right: 0;
	bottom:0;
}
.hstyle08{
	position: relative;
}
.hstyle08 .container{
	position: relative;
	z-index: 2;
}
.hstyle08 .en{
	display: inline-block;
	padding-right: 20px;
	color: #516473;
	font-size:300%;
	font-weight: bold;
	background: #fff;
	font-family: 'M PLUS 1 Code', sans-serif;
	text-transform: uppercase;
}
.hstyle08 .ttl{
	margin-top: -10px;
}
.hstyle08::before{
	content: " ";
	width: 70%;
	height: 2px;
	background: #333;
	position: absolute;
	right: 0;
	top:40px;
	z-index: 1;
	
}
/*タイトル用スタイル */
.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%;
}
/*------------------------------------------------------------------
	01 トップページ
------------------------------------------------------------------*/
#topimage{
	position: relative;
}
#topimage .toptext{
	position: absolute;
	right:0;
	top:15%;
	width: 40%;
	z-index: 2;
}
#topimage .toptext .text1{
	padding-left: 30px;
	color: #516473;
	font-size:140%;
	font-weight: bold;
	text-shadow: 0 0 3px #fff,0 0 5px #fff;
	margin-bottom: 70px;
}
#topimage .toptext .text2{
	background: rgba(255,255,255,0.8);
	padding: 50px 30px;
	width: 440px;
}
#topimage .scroll{
	position: absolute;
	right:1.5%;
	bottom:3%;
}
.video-container {
  width: 95%;
 margin-right: 5%;
}

.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height:80vh;
  background: url(img/video.jpg) no-repeat center center/cover;
}

video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

#s01-1,#s01-2,#s01-3{
	position: relative;
}
#s01-1::before{
	content: " ";
	position: absolute;
	right:0;
	top:0;
	background: url("images/common/bg02.png");
	width: 35%;
	height: 100%;
	z-index: 1;
}
#s01-1 .container2{
	position: relative;
	background:url("images/top/hinatama_img1.png") no-repeat right center;
	z-index: 2;
	padding-top: 80px;
	padding-bottom: 80px;

}
#s01-1 .b-right01{
	padding-left: 30px;
}
#s01-2::before{
	content: " ";
	position: absolute;
	left:0;
	top:0;
	background: url("images/common/bg03.png");
	width: 35%;
	height: 100%;
	z-index: 1;
}
#s01-2 .container2{
	position: relative;
	background:url("images/top/hinatama_img2.png") no-repeat left center;
	z-index: 2;
	padding-top: 60px;
	padding-bottom: 50px;

}
#s01-2 .b-right01 h3{
	padding-right: 30px;
	text-align: right;
}
#s01-3::before{
	content: " ";
	position: absolute;
	right:0;
	top:0;
	background: url("images/common/bg04.png");
	width: 35%;
	height: 100%;
	z-index: 1;
}
#s01-3 .container{
	position: relative;
	z-index: 2;
}
#s01-3 .b-left01{
	padding-top: 50px;
}
#s01-3 .b-right01{
	position: relative;
	padding-top: 110px;
}
#s01-3 .b-right01 .check{
	position: absolute;
	left: 10px;
	top:0;
}
.faq dl {
	margin-bottom: 10px;
}
.faq dl dt{
	position: relative;
	line-height: 1.5;
}
.faq dl dt div{
	position: relative;
	z-index: 2;
	background: url("images/top/q.png") no-repeat left top;
	padding: 10px 10px 10px 50px;
	color: #5dc1cf;
}
.faq dl dt::before{
	content: " ";
	width: 1px;
	height:70%;
	background: #333;
	position: absolute;
	bottom:-20px;
	left: 20px;
	z-index: 1;
}
.faq dl dd{
	line-height: 1.5;
	position: relative;
	background: url("images/top/a.png") no-repeat 50px top;
	padding: 10px 10px 10px 100px;
}
.faq dl dd::before{
	content: " ";
	width:30px;
	height:1px;
	background: #333;
	position: absolute;
	top:20px;
	left: 20px;
}
#s02{
	padding-top: 50px;
	padding-bottom: 50px;
}
#s02 .inner{
	background: rgba(255,255,255,0.36);
	padding: 40px 0;
}
#s02 .inner h3{
	font-size:160%;
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 Code', sans-serif;
	font-weight: 600;
}
#s02 .inner h3 img{
	vertical-align: -40px;
	margin-right: 10px;
}
#s02 #s02-1 .container{
	background: url("images/top/nayami_bg1.png") no-repeat 40px 80px;
}
#s02 #s02-1 p{
	padding-left: 20px;
}
#s02 #s02-1 .f-right-pc{
	margin-left: 20px;
	margin-top: 40px;
}
#s02 #s02-2 .container{
	background: url("images/top/nayami_bg2.png") no-repeat 90% 75px;
	padding: 20px 0;
}
#s02 #s02-2 .f-left-pc{
	margin-right: 50px;
	margin-top: -90px;
}
#s02  #s02-2 h3 img{
	float: right;
	margin-top: -20px;
}
#s02 #s02-3 .container{
	background: url("images/top/nayami_bg3.png") no-repeat 40px 100px;
	padding: 20px 0;
}
#s02 #s02-3 p{
	padding-left: 20px;
}
#s02 #s02-3 .f-right-pc{
	margin-left: 20px;
	margin-top:-100px;
	max-width: 350px;
}
#s02 .point{
	font-size:160%;
	font-weight: bold;
}
#s02 .point img{
	vertical-align: -30px;
	margin-right: 10px;
}
#s03 h2.hstyle03{
	background: url("images/top/person_bg.png") no-repeat center top;
	padding: 50px 0;
}
#s03 .box01{
	padding: 30px;
	border:solid 10px #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 60px;
}
#s03 .box01 h3{
	width: 30%;
}
#s03 .box01 .text{
	 width: 67%;
}
#s03 .box02{
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	position: relative;
}
#s03 .box02 h3{
	font-size:120%;
	font-weight: bold;
	margin-bottom: 30px;
}
#s03 .box02 .graf1 li{
	background: #f5f4f0;
	padding: 10px 20px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#s03 .box02 .graf1 li dl{
	display: flex;
	justify-content: space-between;
}
#s03 .box02 .graf1 li dl dt{
	width: 50%;
}
#s03 .box02 .graf1 li dl dd{
	width: 50%;
	text-align: right;
	font-size:110%;
	font-weight: bold;
	color: #ed748e;
}
#s03 .box02 .mikeiken{
	position: absolute;
	top:10px;
	right:10px;
}
#s03 .keikensya{
	position: relative;
	font-size:90%;
}
#s03 .keikensya::before{
	content: url("images/top/ya.png");
	position: absolute;
	top:-35px;
	right:35%;
}

#s03 .nenrei .box02::before{
	content: url("images/top/person_icon1.png");
	position: absolute;
	top:-20px;
	left: 50%;
	margin-left: -57px;
}
#s03 .keiken .box02::before{
	content: url("images/top/person_icon2.png");
	position: absolute;
	top:-20px;
	left: 50%;
	margin-left: -57px;
}
#s03 .nenrei{
	margin-bottom: 50px;
}
#s03 .syokugyou,#s03 .nissuu,#s03 .jikan{
	width: 32%;
}
#s03 .syokugyou .box02::before{
	content: url("images/top/person_icon3.png");
	position: absolute;
	top:-20px;
	left: 50%;
	margin-left: -13px;
}
#s03 .nissuu .box02::before{
	content: url("images/top/person_icon4.png");
	position: absolute;
	top:-20px;
	left: 50%;
	margin-left: -13px;
}
#s03 .jikancomment{
	position: absolute;
	top:-100px;
	left: -20px;
}
#s04{
	background: url("images/top/oubo_bg.jpg") no-repeat center top;
	background-size:cover;
	background-attachment: fixed;
	padding: 80px 0;
}
#s04 .inner1{
	background: #fff;
	padding: 50px;
	
}
#s05 .hstyle02 p{
	width: 15%;
}
#s05 .hstyle02::before{
	width: 65%;
}
.systembox{
	background: #fff;
	padding: 10px;
}
.systembox .wid50{
	padding: 10px 20px;
}
.systembox .wid50 h4{
	width: 200px;
	background: #f0a2b3;
	color: #fff;
	text-align: center;
	margin: -20px auto 20px;
	padding:5px;
	font-size:110%;
	border-radius: 0 0 5px 5px;
}
.systembox .wid50 .box01{
	padding: 10px;
	border-radius: 5px;
}
.systembox .wid50:first-of-type{
	border-right:solid 1px #c9e4e8;
}
.systembox .wid50 .box01 dl{
	display: flex;
	flex-wrap: wrap;
}
.systembox .wid50 .box01 dl dt{
	width: 20%;
	margin-right: 10%;
	background: #f0a2b3;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}
.systembox .wid50 .box01 dl dd{
	width: 70%;
	margin-bottom: 10px;
}
.systembox .wid50:last-of-type h4,
.systembox .wid50:last-of-type .box01 dl dt{
	background: #e4bb3b;
}
#s06{
	background: url("images/top/flow_bg.jpg") no-repeat left 160px;
}
#s06 .hstyle01 p{
	width: 45%;
}
.flow .box{
	position: relative;
	background: #fff;
	border: solid 2px #5abdb3;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
.flow .box .text h3{
	font-size:120%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #5abdb3;
}
.flow .box figure{
	width: 35%;
	margin-bottom:0;
}
.flow .box .text{
	width: 65%;
	padding: 20px;
}
.flow .box .no{
	position: absolute;
	top:50%;
	left: 0;
	margin-top: -55px;
}
.flow .box ul{
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
}
.flow .box ul li{
	width: 50%;
	font-size:85%;
}
#s07 .hstyle02 p{
	width: 25%;
}
#s07 .hstyle02::before{
	width: 55%;
}
#s08{
	position: relative;
}
#s08 .container{
	position: relative;
	z-index: 2;
}
#s08::before{
	content: " ";
	background: url("images/common/bg07.png");
	width: 35%;
	height:38%;
	position: absolute;
	right:0;
	top:8%;
}
#s08::after{
	content: " ";
	background: url("images/common/bg08.png");
	width: 35%;
	height:42%;
	position: absolute;
	left:0;
	bottom:7%;
}
#s08 h2.hstyle03{
	background: url("images/top/room_bg1.png") no-repeat center top;
	padding: 30px 0 90px;
}
.s08-2{
	margin-top: -50px;
	padding-top: 110px;
	background: url("images/top/room_bg2.png") no-repeat center top;
}
.s08-3{
	position: relative;
	background: url("images/top/room_bg3.png") no-repeat center 60%;
}
.s08-3 .comment{
	position: absolute;
	top:0;
	left:10%;
}
.s08-4{
	margin-top: 100px;
}
#s09 h2{
	background: url("images/top/blog_bg.png") no-repeat center bottom;
	padding-bottom: 10px;
}
.blog{
	display: flex;
	flex-wrap: wrap;
}
.blog li{
	width: 31.3%;
	margin: 1% 1% 2%;
	padding: 20px;
	background: #fff;
}
.blog li figure{
	position:relative;
    overflow:hidden;
	height: 200px;
	margin-bottom: 10px;
}
.blog li figure img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	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;
}
.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);
}
.blog li{
	line-height: 1.4;
}
.blog li .txt a{
	display: block;
	text-decoration: none;
}
.blog li .time{
	color: #878383;
	font-size:90%;
	margin-bottom: 5px;
}
#s10{
	background: url("images/top/kansya_bg.jpg") no-repeat center top;
	background-size:cover;
	background-attachment: fixed;
}
#s10 h2{
	font-size:160%;
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;
}
#s10 .inner{
	background: rgba(255,255,255,0.85);
	padding: 50px;
font-family: 'Zen Kurenaido', sans-serif;
}
/*------------------------------------------------------------------
	下層ページ
------------------------------------------------------------------*/
#crumbs{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
}
#breadcrumb ul{
	display: flex;
	justify-content: center;
	background:rgba(255,255,255,0.9);
	margin:0 35%;
	border-radius: 30px 30px 0 0;
	
}
#breadcrumb ul li{
	padding: 5px;
	font-size:85%;
}
#subimage{
	position: relative;
	background-size:cover !important;
	 padding:5% 0;
}
#subimage .hstyle03{
	text-shadow: 0 0 3px #fff, 1px 1px 2px #fff;
}

/*-----------------お仕事内容ページ------------------*/
#job01{
	position: relative;
}
#job01::before{
	content: " ";
	position: absolute;
	right:0;
	top:20%;
	background: url("images/common/bg02.png");
	width: 35%;
	height: 80%;
	z-index: 1;
}
#job01::after{
	content: " ";
	position: absolute;
	right:0;
	top:28%;
	background: url("images/job/chatlady_img1.jpg") no-repeat center center;
	background-size:100%;
	width: 45%;
	height: 65%;
	z-index: 2;
}
#job02{
	margin-top: -20px;
}
#job02 h2.hstyle03{
	background: url("images/job/merit_bg.png") no-repeat 25% top;
	padding: 80px 0 50px;
}
.boxstyle02 .box{
	position: relative;
	background: #fff;
	border: solid 2px #5abdb3;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
.boxstyle02 .box:nth-of-type(even){
	flex-direction: row-reverse;
}
.boxstyle02  .box .text h3{
	font-size:130%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #5dc1cf;
}
.boxstyle02  .box figure{
	width: 34%;
	margin: 0;
}
.boxstyle02  .box .text{
	width: 65%;
	padding: 20px;
}
.boxstyle02  .box .no{
	position: absolute;
	top:50%;
	left: 0;
	margin-top: -55px;
}
.boxstyle02  .box:nth-of-type(even) .no{
	left: inherit;
	right: 0;
}

#job03-1,#job03-2{
	position: relative;
}
#job03-1 .container,#job03-2 .container{
	position: relative;
	z-index: 2;
}

#job03-1 .container .inner{
	padding-left:37%;
	margin-bottom: 30px;
}
#job03-1::before{
	content: " ";
	position: absolute;
	left:0;
	top:0;
	background: url("images/common/bg08.png");
	width: 33%;
	height: 100%;
	z-index: 1;
}
#job03-1::after{
	content: " ";
	position: absolute;
	left:0;
	top:10%;
	background: url("images/job/room1.jpg") no-repeat center center;
	background-size:100%;
	width: 36%;
	height:80%;
	z-index: 1;
}
#job03-2::before{
	content: " ";
	position: absolute;
	right:0;
	top:0%;
	background: url("images/common/bg07.png");
	width:50%;
	height: 90%;
	z-index: 1;
}
#job03-2 .container{
	padding-top: 50px;
}
#job03-2 .container p{
	padding-left: 13%;
	background: url("images/job/room3_bg.png") no-repeat left 30%;
}
#job03-2 .container h2{
	position: absolute;
	top:10%;
	left: 15%;
}
#job04{
	padding-bottom: 30px;
}
#job04 .ulstyle01{
	justify-content: center;
}
#job04 .ulstyle01 li{
	width: 30%;
	color: #fff;
	margin:1.5% 1.5% 3%;
}
#job04 .hstyle02 p{
	width: 35%;
}
#job04 .hstyle02::before{
	left: 25%;
	width: 40%;
}
#job05{
	margin-top: -50px;
	position: relative;
	z-index: 2;
}
#job05 .container{
	border: solid 2px #5dc1cf;
	background: #fff;
}
#job05 .container h2{
	background:#5dc1cf;
	color: #fff;
	font-size:140%;
	padding: 10px;
	width: 400px;
	margin: 0 auto;
	text-align: center;
	border-radius: 0 0 20px 20px;
}
#job05 .container .box-style01{
	padding: 30px;
}
#job05 .container .box-style01 dl{
	display: flex;
	flex-wrap: wrap;
}
#job05 .container .box-style01 dl dt{
	width: 40%;
	font-size:120%;
	text-align: center;
}
#job05 .container .box-style01 dl dd{
	width: 60%;
	text-align: center;
}
#job05 .container .box-style01 .b-right01 ul li{
	font-size:85%;
	line-height: 1.4;
	margin-bottom: 5px;
}
#job05 .container .box-style01 .b-left01 dt{
	background: url("images/job/maru.png") no-repeat center top;
	padding-top: 60px;
	line-height: 1.4;
}
#job05 .container .box-style01 .b-right01 dt{
	background: url("images/job/batu.png") no-repeat center top;
	padding-top:50px;
	line-height: 1.4;
}
#job05 .container .list01{
	padding: 20px;
	border-top:solid 1px #5dc1cf;
	display: flex;
	justify-content: space-between;
}
#job05 .container .list01 li{
	font-size:110%;
	width: 30%;
	background: #f5f4f0;
	text-align: center;
	padding: 20px;
	border-radius: 3px;
}
#job06{
	background: url("images/job/staff_bg.jpg") no-repeat center top;
	background-size:cover;
	background-attachment: fixed;
}
#job06 .hstyle08{
	text-shadow: 0 0 3px #fff,1px 1px 3px #fff;
}
#job06 .hstyle08 .en{
	background: none;
}
#job06-1,#job06-2{
	position: relative;
}
#job06-1 .container,#job06-2 .container{
	position: relative;
	z-index: 2;
	padding: 40px 0;
}
#job06-1::before{
	background: #fff;
	content: " ";
	width: 70%;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
}
#job06-2::before{
	background: #fff;
	content: " ";
	width: 70%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}
#job06 .box-style01{
	align-items: center;
}
#job06 .box-style01 figure{
	width: 48%;
}
#job06 .box-style01 .text{
	width: 45%;
}
/*-----------------報酬------------------*/
#reward01 .ulstyle01 li{
	width: 30%;
	background: url("images/reward/reward_bg1.png") no-repeat center top;
	padding: 30px;
	margin-bottom: 30px;
	height: 250px;
}
#reward01 .ulstyle01 li:first-of-type{
	margin-right: 30%
}
#reward01 .ulstyle01 li h3{
	font-size:160%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-family: 'M PLUS 1 Code', sans-serif;
	margin-bottom: 20px;
}
#reward01 .container{
	position: relative;
}
#reward01 .container h2{
	position: absolute;
	top:0;
	left:50%;
	margin-left: -150px;
}
#reward02 .hstyle02 p{
	width: 15%;
}
#reward02 .hstyle02::before{
	width: 65%;
}
#reward03 .box-style01 p{
	margin: 0 10%;
}
#reward04 h2{
	background: url("images/reward/point_bg.png") no-repeat 65% top;
	padding:120px 0 50px;
}
#reward04 .point{
	position: relative;
}
#reward04 .inner1::before{
	background: #f5f4f0;
	content: " ";
	width: 70%;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
}
#reward04 .inner1::after{
	background:url("images/reward/1.png") no-repeat;
	content: " ";
	width: 82px;
	height: 73px;
	position: absolute;
	bottom:20px;
	right:20px;	
}
#reward04 .inner2::before{
	background: #f5f4f0;
	content: " ";
	width: 70%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}
#reward04 .inner2::after{
	background:url("images/reward/2.png") no-repeat;
	content: " ";
	width: 96px;
	height: 72px;
	position: absolute;
	bottom:20px;
	left:20px;	
}
#reward04 .inner3::before{
	background: #f5f4f0;
	content: " ";
	width: 70%;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
}
#reward04 .inner3::after{
	background:url("images/reward/3.png") no-repeat;
	content: " ";
	width: 95px;
	height: 72px;
	position: absolute;
	bottom:20px;
	right:20px;	
}
#reward04 .point .container{
	position: relative;
	z-index: 2;
	padding: 40px 0;
}
#reward04 .point .box-style01 figure{
	width: 40%;
}
#reward04 .point .box-style01 .text{
	width: 56%;
}
#reward04 .point h3{
	font-size:150%;
}
/*-----------------勤務地------------------*/
#place01 .inner1,#place01 .inner2{
	position: relative;
	padding: 30px 0;
}
#place01 .inner1::before{
	content: " ";
	position: absolute;
	right:0;
	top:0;
	background: url("images/common/bg02.png");
	width: 36%;
	height: 100%;
	z-index: 1;
}
#place01 .inner1 .container2{
	background: url("images/place/place_img1.png") no-repeat right center;
	position: relative;
	z-index: 2;
	min-height: 500px;
}
#place01 .inner1 .wid50{
	padding:50px 0 0;
}
#place01 .inner2::before{
	content: " ";
	position: absolute;
	left:0;
	top:0;
	background: url("images/common/bg03.png");
	width: 36%;
	height: 100%;
	z-index: 1;
}
#place01 .inner2 .container2{
	background: url("images/place/place_img2.jpg") no-repeat left top;
	position: relative;
	z-index: 2;
	min-height: 500px;
}
#place01 .inner2 .text{
	margin-left: 35%;
}
#place02{
	background: url("images/place/contact_bg.jpg") no-repeat center top;
	background-size:cover;
	background-attachment: fixed;
}
#place02 .hstyle08{
	text-shadow: 0 0 3px #fff,1px 1px 3px #fff;
}
#place02 .hstyle08 .en{
	background: none;
}
#place02-1{
	position: relative;
}
#place02-1 .container{
	position: relative;
	z-index: 2;
	padding: 40px 0;
}
#place02-1::before{
	background: #fff;
	content: " ";
	width: 70%;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
}

#place02-1 .box-style01{
	align-items: center;
}
#place02-1 .box-style01 figure{
	width: 48%;
}
#place02-1 .box-style01 .text{
	width: 45%;
}
/*-----------------サポート体制------------------*/
#support01{
	padding-top: 40px;
}
#support02{
	background: url("images/support/message_bg.jpg") no-repeat center top;
	background-size:cover;
	background-attachment: fixed;
}
#support02 .hstyle08{
	text-shadow: 0 0 3px #fff,1px 1px 3px #fff;
}
#support02 .hstyle08 .en{
	background: none;
}
#support02-1,#support02-2{
	position: relative;
}
#support02-1 .container,#support02-2 .container{
	position: relative;
	z-index: 2;
	padding: 40px 0;
}
#support02-1::before{
	background: #fff;
	content: " ";
	width: 70%;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
}
#support02-2::before{
	background: #fff;
	content: " ";
	width: 70%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}
#support02 .box-style01{
	align-items: center;
}
#support02 .box-style01 figure{
	width: 48%;
}
#support02 .box-style01 .text{
	width: 49%;
	padding: 2%;
}
#support01-1,#support01-2{
	position: relative;
	padding: 40px 0;
}
#support01-1::before{
	content: " ";
	position: absolute;
	right:0;
	top:0;
	background: url("images/common/bg02.png");
	width: 36%;
	height: 100%;
	z-index: 1;
}
#support01-2::before{
	content: " ";
	position: absolute;
	left:0;
	top:0;
	background: url("images/common/bg03.png");
	width: 36%;
	height: 100%;
	z-index: 1;
}
#support01 .container{
	position: relative;
	z-index: 2;
}
#support01-2 ul.bg01{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding: 15px;
}
#support01-2 ul.bg01 li{
	width: 50%;
}
.boxstyle03{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.boxstyle03 .box{
	position: relative;
	width: 44%;
	background: #fff;
	margin-bottom: 30px;
}
.boxstyle03 .box::after{
	content: " ";
	width: 84px;
	height: 8px;
	background: #5dc1cf;
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -42px;
}
.boxstyle03 .box h3{
	color: #5dc1cf;
	font-size:130%;
	font-weight: bold;
}
.boxstyle03 .box .text{
	padding:10px 20px 20px;
}
/*-----------------Q&A------------------*/
#faq01{
	padding-top: 50px;
}
#faq01 .container{
	position: relative;
}
#faq01 .container h2{
	position: absolute;
	top:5%;
	left: 50%;
	margin-left: -135px;
}
.faqbg{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faqbg dl{
	width: 30%;
	background: #fff;
	padding:40px 20px 20px;
	border-radius: 30px;
	margin-bottom: 50px;
	position: relative;
}
.faqbg dl:nth-of-type(2){
	background: #fff url("images/faq/bg1.png") no-repeat 80% 95%;	
}
.faqbg dl:nth-of-type(6){
	background: #fff url("images/faq/bg2.png") no-repeat 45% 93%;	
}
.faqbg dl:nth-of-type(7){
	background: #fff url("images/faq/bg3.png") no-repeat 45% 93%;	
}
.faqbg dl::before{
	content: " ";
	background: url("images/faq/q.png") no-repeat ;
	background-size:100%;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top:-30px;
	margin-left: -30px;
}
.faqbg dl:first-of-type{
	margin-right: 30%;
}
.faqbg dl dt{
	font-family: 'M PLUS 1 Code', sans-serif;
	font-size:120%;
	font-weight: bold;
	color: #5dc1cf;
	margin-bottom: 10px;
}
/*-----------------体験談------------------*/
#voice01 .inner1,#voice01 .inner2,#voice01 .inner3{
	position: relative;
}
#voice01 .container{
	position: relative;
	z-index: 2;
}
#voice01 .inner1::before,#voice01 .inner3::before{
	content: " ";
	position: absolute;
	right:0;
	top:0;
	background: url("images/common/bg02.png");
	width: 35%;
	height: 100%;
	z-index: 1;
}
#voice01 .inner2::before{
	content: " ";
	position: absolute;
	left:0;
	top:0;
	background: url("images/common/bg03.png");
	width: 35%;
	height: 100%;
	z-index: 1;
}
#voice01 .b-right01{
	width: 46%;
	margin: 6% 0;
	position: relative;
}
#voice01 .b-right01 ul{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px;
}
#voice01 .b-right01 ul li{
	width: 50%;
}
#voice01 .b-right01 ul li dl{
	display: flex;
	font-size:95%;
}
#voice01 .b-right01 ul li dl dt{
	width: 60%;
	background: url("images/voice/list01.png") no-repeat left center;
	padding-left: 20px;
}
#voice01 .b-right01 ul li dl dd{
	width: 40%;
}
#voice01 .b-left01 h3{
	background: url("images/voice/voice1.png") no-repeat left center;
	padding: 30px 0 30px 110px;
	margin-bottom: 10px;
}
#voice01 .inner2 .b-left01 h3{
	background: url("images/voice/voice2.png") no-repeat right center;
	padding: 30px 110px 30px 0;
}
#voice01 .inner3 .b-left01 h3{
	background: url("images/voice/voice3.png") no-repeat left center;
}
/*-----------------会社概要------------------*/
#company01 ul li{
	border-bottom: solid  1px #eee;
	padding: 15px;
}
#company01 ul li dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#company01 ul li dl dt{
	width: 25%;
	padding-left: 2%;
}
#company01 ul li dl dd{
	width: 73%;
}
/*-----------------プライバシーポリシー------------------*/
#privacy01 h4{
	text-decoration: underline;
}
/*-----------------ブログページ------------------*/

#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;
	margin-bottom: 0;
}
#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: #5dc1cf;
	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{
	color: #5dc1cf;
	font-size:120%;
	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: #5dc1cf;
	color: #fff;
	padding: 5px;
	z-index: 2;
	font-size:80%;
}
.single article .photo img{
	border-radius: 10px;
}
.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%;
}
.single #breadcrumb ul{
	margin:0 5%;
}
.adjacent_post_links ul{
	display: flex;
	border:solid 1px #eee;
}
.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;
}
}

/*------------------お問い合わせ-----------------*/
#contact01 ul li{
	position: relative;
	margin-bottom: 30px;
}

#contact01 ul li dl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#contact01 ul li dl dt{
	width: 30%;
	padding-right: 20px;
}
#contact01 ul li dl dt div.hissu{
	float: right;
	background: #5dc1cf;
	color: #fff;
	padding: 2px 10px;
	font-size:90%;
}
#contact01 ul li dl dd{
	width: 70%;
}
#contact01 ul li dl dd.name{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#contact01 ul li dl dd.name div{
	width:48%;
}
#contact01 .kibou{
	display: flex;
	align-items: center;
}
#contact01 .kibou .date{
	margin-right: 20px;
}
#contact .thanks{
	padding: 50px 20px;
}
input[type=text],input[type=email],textarea{
	width:100%;
	background: #f5f4f0;
	padding: 10px;
	border:none;
	border-radius: 3px;
}
input[type=date]{
	background: #f5f4f0;
	padding: 10px;
	border:none;
	border-radius: 3px;
}
input[type=text]#nenrei{
	width: 60px;
	text-align: center;
	margin-right: 10px;
}
textarea{
	height:200px;
}
select{
	background: #f5f4f0;
	padding: 10px;
	font-size:90%;
	border:none;
	color: #333;
	border-radius: 3px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}
 
/*IE用*/
select::-ms-expand {
    display: block;
}
input::placeholder,textarea::placeholder {
  color: #aaa;
}

.btn01{
	display:inline-block;
	text-align: center;
	text-decoration: none;
	background:#59aeba;
	color: #fff;
	padding: 10px 40px;
	transition: 0.5s;
	font-weight: bold;
	border:double 3px #fff;

}
.btn01:hover{
	background:#7dc1cb;
}

/*** custom checkboxes ***/

input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
font-family: "Font Awesome 5 Free";
  display: inline-block;
	color: #aaa;
}

input[type=checkbox] + label:before { content: "\f0c8";font-weight: 400; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { font-family: "Font Awesome 5 Free";content: "\f14a";font-weight: 900; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 10px; } /* allow space for check mark */




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

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

	.container,.container3{
		padding-left:3%;padding-right: 3%;
	}
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
	#contents{
		padding-top: 75px;
	}
#b1,#b2,#b3,#b4,#b5,#b6,#b7,#e1,#e2,#e3,#e4,#e5,#e6,#e7{
	margin-top: -75px;
	padding-top: 75px;
	display: block;
}
	.h-line a{
		display: none;
	}
	header .site-title{
		font-size:80%;
		padding: 15px 10px;
		width: 28%;
	}
	header .text1{
		margin-left: 28%;
	}
	header .site-title div{
		margin-bottom: 5px;
	}
  nav{
    padding: 0;
  }
  
  nav ul{
    display: block;
  }
	
#head_wrap {
        top: 0;
        position: fixed;
        margin-top: 0;
        width: 100%;
	     height:75px;
        padding: 0;
	z-index:9;
	}
 #head_wrap .inner {
            width: 100%;
            padding: 0;
        }
 #head_wrap.fixed {
            padding-top: 0;
	        position: fixed;
            background: transparent;
	        height:75px;
    }
    #mobile-head {
        background: rgba(255,255,255,1);
        width: 100%;
        height:65px;
        position: relative;
    }
    #head_wrap.fixed .logo,
    #head_wrap .logo {
		padding:0;
    }
   #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: #5dc1cf;
	}
	#footerFloatingMenu ul li:first-child{
		border-right:solid 1px #fff;
	}
	#footerFloatingMenu ul li:nth-child(2){
		border-right:solid 1px #fff;
	background: #0AC21C;
	}
	#footerFloatingMenu ul li:last-child{
	background: #E09F1D;
	}
	#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%;
	}
	.hstyle01 p,.hstyle02 p{
		border-top:solid 1px #333;
		position: static;
		padding-top: 15px;
		padding-left: 0;
		width: 100%;
		clear: both;
	}
	.hstyle02 p{
		border-top:solid 1px #fff;
	}
	.hstyle01::before,.hstyle02::before{
		content: none;
	}
	.hstyle01 .ttl, .hstyle02 .ttl{
		margin-top: 28px;
		float: right;
	}
	#breadcrumb ul{
		margin: 0 5%;
	}	
/*------------------トップページ-----------------*/
	.video-container{
		width: 100%;
		margin-right: 0;

	}
	#topimage .toptext{
		top:37%;
		width: 50%;
	}
	#topimage .toptext .text2{
		width: 100%;
	}
	#topimage .scroll{
		display: none;
	}
	#s03 .box02 .graf1 li{
		padding: 5%;
	font-size:90%;
	}
	.contactsec ul.list01{
		max-width: 500px;
		margin: 0 auto;
	}
	.contactsec ul.list01 li{
		width: 100%;
		margin-bottom: 10px;
	}
	#s07 .hstyle02 p,#s06 .hstyle01 p{
		width: 100%;
	}
/*------------------------------------------------------------------
	下層ページ
------------------------------------------------------------------*/
/*-----------------お仕事内容ページ------------------*/
	#job02 h2.hstyle03{
		background-size:100%;
		padding: 60px 0 30px;
	}
	.boxstyle02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.boxstyle02 .box{
		width: 49%;
		display: block;
	}
	.boxstyle02 .box figure{
		width: 100%;
	}
	.boxstyle02 .box .text{
		width: 100%;
		padding: 3%;
	}
	.boxstyle02 .box .no{
		top:0;
		width:80px;
		left: inherit;
		right: 0;
		margin-top: 0;
	}
	.boxstyle02 .box:nth-of-type(even) .no{
		right: inherit;
		left: 0;
	}
	.boxstyle02 .box ul li{
		width: 100%;
		
	}
	#job06-1 .container, #job06-2 .container{
		padding: 5% 2%;
	}
	#job04 .hstyle02 p{
		width: 100%;
	}
/*-----------------体験談------------------*/
	#voice01 .b-right01 ul{
		position: static;
	}
	#voice01 .b-right01 ul li{
		width: 100%;
	}

}

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

	.tb-dnon{
		display:none;
	}
	.pc-dnon2{
		display:block;
	}
	footer .container > ul {
		justify-content: flex-start;
	}
footer .container > ul li{
	width: 33%;
	margin-bottom: 20px;
}
footer .container > ul li ul li{
	margin-bottom: 0;
}
/*------------------トップページ-----------------*/
	#s01-1 .box-style01,#s01-2 .box-style01{
		flex-wrap: wrap;
	}
	#s01-1 .b-right01,#s01-1 .b-left01,#s01-2 .b-right01,#s01-2 .b-left01{
		width: 100%;
		padding-left: 0;
	}
	#s01-1 .container2{
		background: url("images/top/hinatama_img1_tb.png") no-repeat;
		background-size:50%;
		background-position: right 20px;
		padding: 8% 0;
	}
	#s01-1 .b-left01 p:first-of-type{
		margin-top: 30px;
	}
	#s01-2 .container2{
		background: url("images/top/hinatama_img2_tb.png") no-repeat;
		background-size:50%;
		background-position: left 20px;
		padding:10% 0 8%;
	}
	#s02 .inner{
		position: relative;
	}
	#s02 .inner h3 img{
		position: absolute;
		top:10px;
		right:0;
	}
	#s02 #s02-2 h3 img{
		top: inherit;
		bottom:20%;
		right: inherit;
		left: 0;
	}
	#s02 #s02-1 .container{
		background-position:left 13%;
	}
	#s02 #s02-2 .container{
		background-position: right 33%;
	}
	#s02 #s02-3 .container{
		background-position:left 37%;		
	}
	#s02 #s02-3 h3{
		padding-left: 20px;
	}
	#s03 h2.hstyle03{
		background-size:100%;
	}
	#s03 .box02 .mikeiken{
		width: 25%;
		right:0;
	}
	#s03 .keikensya::before{
		top:-50px;
	}
	#s04 .inner1 .f-right-pc{
		width: 40%;
		margin-left: 10px;
	}
	#s04 .inner1 figure.wid50{
		width: 45%;
	}
	#s05 .hstyle02 p,#reward02 .hstyle02 p{
		width: 100%;
		border-top: solid 1px #333;
	}
	.flow .box .no{
		top: inherit;
		bottom:0;
		margin-top: 0;
	}
	.flow .box ul li{
		width: 100%;
	}
	#s08 h2.hstyle03{
		background-size:100%;
	}
	.blog li figure{
		height: 130px;
	}
/*-----------------お仕事内容ページ------------------*/
	#job03-1 .container .inner{
		padding-left: 38%;
	}

	#job05 .container .box-style01{
		flex-wrap: wrap;
	}
	#job05 .container .box-style01 .b-left01,#job05 .container .box-style01 .b-right01{
		width: 100%;
	}
	#job05 .container .box-style01 .b-left01{
		margin-bottom: 20px;
	}
/*-----------------報酬------------------*/
	#reward01 .ulstyle01 li{
	width: 48%;
	}
	#reward01 .ulstyle01 li:first-of-type{
		margin-right: 0;
		margin-left: 51%;
	}
	#reward01 .container h2{
		left: 0;
		margin-left: 0;
		width: 50%;
		text-align: center;
	}
	#reward01 .container{
		max-width: 800px;
		margin: 0 auto;
	}

	#reward04 h2{
		background-size:100%;
		padding: 50px 0 50px;
	}
/*-----------------勤務地------------------*/
	#place01 .inner1 .container2{
		background-size:48%;
		background-position: right top;
		min-height: auto;
	}
	#place01 .inner2 .container2{
		background-size:40%;		
	}
	#place01 .inner2 .text{
		margin-left: 42%;
	}
/*-----------------サポート体制------------------*/
	#support01-2 .box-style01.center{
		align-items: flex-start;
	}
/*-----------------Q&A------------------*/
	#faq01 .container h2{
		position: static;
		margin-left: 0;
		text-align: center;
		margin-bottom: 40px;
		
	}
	.faqbg dl{
		width: 48%;
	}
	.faqbg dl:first-of-type{
		margin-right: 0;
	}
	.faqbg dl:nth-of-type(6){
		background: #fff;
	}
		#contact01 .kibou .time span{
		position: absolute;
		right:0;
		bottom:-25px;
	}
/*-----------------ブログページ------------------*/
	#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%;
	}
/*ーーーーーーーーーー
.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 ul{
		margin-bottom: 20px;
	}
	footer .container ul li a{
		padding: 0 10px;
	}
	footer .p02-s{
		padding: 0 !important;
	}


	.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: #fff url("images/common/contact_tel.png") no-repeat 15% center;
			background-size:25px;
		padding: 5%;
		padding-left: 10%;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
	}
	.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: 10% 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%;
	}	
	.hstyle01 .en, .hstyle02 .en,.hstyle08 .en{
		font-size:250%;
		text-align: center;
		display: block;
		padding-right: 0;
		background: none;
	}
	.hstyle08::before{
		content: none;
	}
	.hstyle08 .ttl{
		text-align: center;
		margin-top:-5px;
		padding-top: 5px;
		border-top:solid 1px #333;
	}
	.hstyle01 .ttl, .hstyle02 .ttl{
		float: none;
		margin-top:-10px;
		text-align: center;
		margin-bottom: 10px;
	}
	.hstyle01 p, .hstyle02 p{
		padding-top: 10px;
		font-size:100%;
		margin-bottom: 30px;
	}
	.hstyle04{
		font-size:140%;
	}
	.hstyle05 .ttl1,.hstyle06{
		font-size:140%;
	}
	.hstyle05::before{
		top:20px;
	}
	.ulstyle01 li{
		width: 46%;
		margin: 2%;
	}
/*--------------トップページ--------------*/
	#topimage{
		margin-bottom: 10px !important;
	}
	#topimage .toptext{
		width: 100%;
		position: static;
	}
	#topimage .toptext .text1{
		position: absolute;
	bottom:35%;
		right: 5%;
		font-size:120%;
		text-align: right;
		margin-bottom: 0;
	}
	#topimage .toptext .text2{
		padding:5% 3% 0;
		position: relative;
	}
	#topimage .toptext .text2::after{
		content: "";
		background: url("images/top/scroll_sp.png") no-repeat;
		background-size:100%;
		width: 40px;
		height: 40px;
		display: block;
		margin: 30px auto;
	}
	#topimage .toptext .text2 p{
		text-align: center;
	}
	.video-wrap{
		height: 75vh;
	}
	#s01-1 .container2,#s01-2 .container2{
		background: none;
		padding: 0;
	}
	#s01-1 .container2{
		margin-bottom: 15%;
	}
	#s01-1 .b-right01{
		padding: 2% 50% 25% 0;
		margin-bottom: 15px;
		background: url("images/top/hinatama_img1.png") no-repeat right top;
		background-size:80%;
	}
	#s01-1::before,#s01-2::before{
		top:-20px;
	}
	#s01-2 .b-right01{
		padding: 2% 0 15% 50%;
		margin-bottom: 10px;
		background: url("images/top/hinatama_img2.png") no-repeat left top;
		background-size:70%;
	}
	#s01-2 .b-right01 h3{
		padding-right: 0;
	}
	#s01-3 .b-right01{
		padding-top: 10%;
	}
	#s01-3 .b-right01 .check{
		left: inherit;
		right:0;
		top:10px;
	}
	#s01-3 .b-left01{
		position: relative;
		padding-top: 0;
		margin-top: -70px;
	}
	#s02{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#s02 .inner{
		padding: 20px 0;
	}
	#s02 #s02-1 .f-right-pc,#s02 #s02-2 .f-left-pc,#s02 #s02-3 .f-right-pc{
		display: none;
		
	}
	#s02 .inner h3{
		font-size:130%;
		line-height: 1.6;
		position: relative;
		background: url("images/top/mibare_img1.png") no-repeat right top;
		background-size:30%;
		padding: 7% 28% 7% 0;
		min-height: 107px;
	}
	#s02 .inner#s02-2 h3{
		background: url("images/top/mibare_img2.png") no-repeat left top;
		background-size:30%;
		padding: 7% 0 7% 30%;
	}
	#s02 .inner#s02-3 h3{
		background: url("images/top/mibare_img3.png") no-repeat right top;
		background-size:30%;
	}
	#s02 .inner h3 img{
		position: absolute;
		left:-10px;
		top:-40px;
		width: 60px;
	}
	
	#s02 #s02-2 h3 img{
		left: inherit;
		top:-20px;
		right: -10px;
		float: none;
	}
	#s02 #s02-1 .container,#s02 #s02-2 .container,#s02 #s02-3 .container{
		background: none;
		padding: 0 3%;
	}
	#s02 #s02-1 p,#s02 #s02-3 p{
		padding-left: 0;
	}
	#s02 .point img{
		width: 50px;
		vertical-align: -10px;
	}
	#s03 h2.hstyle03{
		padding: 20px 0 10px;
		background-size:100%;
	}
	#s03 > .container{
		padding: 0 !important;
	}
	#s03 .box01{
		padding: 5%;
		margin-bottom: 10%;
	}
	#s03 .box01 h3,#s03 .box01 .text{
		width: 100%;
	}
	#s03 .box01 h3{
		text-align: center;
		padding: 0 18%;
		margin-bottom: 20px;
	}
	#s03 .box02{
		padding:8% 5%;
	}
	#s03 .box02 .graf1 li{
		padding: 2% 5%;
	}
	#s03 .box02 .mikeiken{
		width: 25%;
		right:0;
		
	}
	#s03 .box02 h3{
		font-size:110%;
		line-height: 1.5;
	}
	#s03 .keiken{
		margin-bottom: 30px;
	}
	#s03 .syokugyou{
		width: 50%;
		margin-bottom: 30px;
	}
	#s03 .nissuu{
		width: 48%;
		margin-bottom: 30px;
	}
	#s03 .syokugyou img,#s03 .nissuu img,#s03 .jikan img{
		height: 150px;
	}
	#s03 .jikan{
		width: 100%;
	}
	#s03 .keikensya::before{
		right:10%;
	}
	#s03 .jikancomment{
		width: 55%;
		top:-35px;
		left: 0;
		height: auto !important;
	}
	#s04{
		padding: 40px 0 20px;
		background-attachment: inherit;
		background-size:200%;
	}
	#s04 .inner1{
		padding: 5%;
	}
	#s04 .f-right-pc{
		margin-bottom: 10px;
	}
	#s04 figure.wid50{
		margin-bottom: 10px;
	}
	#s05 .hstyle02 p{
		width: 100%;
		text-align: center;
		border-top:solid 1px #333;
	}
	#s05 figure.b-right01{
		margin-bottom: 15px;
	}
	.systembox .wid50:first-of-type{
		border-right:none;
		margin-bottom: 20px;
		border-bottom: solid 1px #c9e4e8;
	}
	.flow .box figure{
		width: 90%;
	}
	.flow .box:nth-of-type(even) figure{
		margin-left: 10%;
		
	}
	.flow .box .text{
		width: 100%;
		padding: 3%;
	}
	.flow .box .no{
		top:0;
		width:80px;
		left: inherit;
		right: 0;
		margin-top: 0;
	}
	.flow .box:nth-of-type(even) .no{
		right: inherit;
		left: 0;
	}
	.flow .box ul li{
		width: 100%;
		
	}
	#s07 .hstyle02 p{
		margin-bottom: 20px;
		text-align: center;
	}
	#s08 .container{
		padding: 0 0 20px !important;
	}
	#s08 h2.hstyle03{
		background-size:110%;
		background-position: -40px top;
		padding: 10px 0 20px;
	}
	.s08-1{
		width: 70% !important;
	}
	.s08-2{
		width: 70%;
		margin-left: 30%;
		background-size:60%;
		background-position: right 7%;
		padding: 20% 0 5%;
	}
	.s08-3 .comment{
		width: 60%;
		top:-10px;
		left: 0;
	}
	.s08-4{
		margin-top: 40px;
	}
	.blog li{
		width: 98%;
		margin: 2% 1%;
	}
	#s10 .inner{
		padding: 5%;
	}
	#s10{
		background-attachment: inherit;
		background-size:200%;
	}
/*------------------------------------------------------------------
	下層ページ
------------------------------------------------------------------*/
	#subimage{
		padding: 7% 0 15%;
	}
	#breadcrumb ul{
		width: 100%;
		margin: 0 !important;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 5px;
		border-radius: 0;
		background: rgba(255,255,255,0.8);
	}
	#breadcrumb ul li{
		padding: 0 5px;
	}
/*-----------------お仕事内容ページ------------------*/
	#job01::after{
		display: block;
		width: 100%;
		height: 250px;
		position: relative;
	}
	#job01 .container{
		position: relative;
		z-index: 2;
	}
	#job01::before{
		top:2%;
		width: 30%;
		height: 100%;
	}
	#job02 h2.hstyle03{
		padding: 30px 0;
		background-size:110%;
		background-position:-40px center;
	}
	.boxstyle02 .box{
		width: 100%;
	}
	#job03-1 .container .inner{
		padding-top: 3%;
		padding-left: 2%;
	}
	#job03-1::after{
		content: none;
	}
	#job03-2 .container p{
		padding-left: 0;
	}
	#job03-2 .container h2{
		left: 0;
		width: 50%;
	}
	#job04 .hstyle02 p{
		text-align: center;
	}
	#job04 .ulstyle01 li{
		width:96%;
		margin: 2%;
	}
	#job04 .ulstyle01 li img{
		max-width: 200px;
	}
	#job05 .container h2{
		width: 100%;
		font-size:120%;
		padding: 5px;
	}
	#job05{
		margin-top: -30px;
	}
	#job05 .container{
		width: 96%;
		margin: 0 auto;
	}
	#job05 .container .box-style01{
		padding:20px 10px;
	}
	#job05 .container .box-style01 dt{
		width: 100% !important;
		margin-bottom: 15px;
	}
	#job05 .container .box-style01 dd{
		width: 100% !important;
		margin-bottom: 30px;
	}
	#job05 .container .box-style01 .b-right01 dd{
		margin-bottom: 10px;
	}
	#job05 .container .list01{
		flex-wrap: wrap;
	}
	#job05 .container .list01 li{
		width: 100%;
		margin-bottom: 10px;
	}
	#job06{
		background-attachment: inherit;	
	}
	#job06 .box-style01 figure,#job06 .box-style01 .text{
		width: 100%;
	}
	#job06 .box-style01 figure{
		margin-bottom: 20px;
	}
	#job06 #job06-1 .box-style01 .text{
		padding-left: 8%;
	}
	#job06 #job06-2 .box-style01 .text{
		padding-right: 8%;
	}
	#job06-1::before,#job06-2::before{
		width: 95%;
	}
/*-----------------報酬------------------*/
	#reward01 .container h2{
		position: static;
		text-align: center;
		margin-left: 0;
		margin-bottom: 20px;
		padding: 0 20%;
	}
	#reward01 .ulstyle01 li{
		width: 100%;
		max-width: 300px;
		height: 230px;
		margin: 0 auto 20px;
		background-size:100%;
	}
	#reward01 .ulstyle01 li:first-of-type{
		margin-right:auto;
	}
	#reward01 .ulstyle01 li:last-of-type{
		margin-bottom: 0;
	}
	#reward02 .hstyle02 p{
		text-align: center;
		width: 100%;
		border-top: solid 1px #333;
	}
	#reward02 figure{
		margin-bottom: 20px;
	}
	#reward04 h2{
		background-size:125%;
		padding:10px 0;
	}
	#reward04 .point .box-style01 figure{
		width: 100%;
	}
	#reward04 .point .box-style01 figure{
		margin-bottom: 20px;
	}
	#reward04 .inner1 .box-style01 .text,#reward04 .inner3 .box-style01 .text{
		padding-left: 8%;
		width: 100%;
	}
	#reward04 .inner2 .box-style01 .text{
		padding-right: 8%;
			width: 100%;
	}
	#reward04 .inner1::before,#reward04 .inner2::before,#reward04 .inner3::before{
		width: 95%;
	}
/*-----------------勤務地------------------*/	
	#place01 .inner1 .container2,#place01 .inner2 .container2{
		background: none;
	}
	#place01 .inner1 .wid50{
		position: relative;
		padding: 0;
	}
	#place01 .inner1 .wid50::before{
		content: " ";
		display: block;
		background: url("images/place/place_img1.png") no-repeat center center;
		background-size:100%;
		height: 200px;
		margin-bottom: 20px;
	}
	#place01 .inner2 .text{
		position: relative;
		margin-left: 0;
	}
	#place01 .inner2 .text::before{
		content: " ";
		display: block;
		background: url("images/place/place_img2.jpg") no-repeat center top;
		background-size:100%;
		height: 300px;
		margin-bottom: 20px;		
	}
	#place01 .inner2 .b-left01{
		margin-bottom:20px;
	}
	#place02{
		background-attachment: inherit;	
	}

	#place02 .box-style01 figure,#place02 .box-style01 .text{
		width: 100%;
	}
	#place02 .box-style01 figure{
		margin-bottom: 20px;
	}
	#place02-1 .box-style01 .text{
		padding-left: 8%;
	}
	#place02-1::before{
		width: 95%;
	}
/*-----------------サポート体制------------------*/
	#support01{
		padding-top: 20px;
	}
	#support01-1, #support01-2{
		padding: 20px 0;
	}
	#support01-1 figure,#support01-2 figure{
		margin-bottom: 20px;
	}
	.boxstyle03 .box{
		width: 100%;
	}
	.boxstyle03 .box .text{
		padding: 10px;
	}
	.boxstyle03 .box:last-of-type{
		margin-bottom: 0;
	}
	#support02{
		background-attachment: inherit;	
	}
	#support02 .box-style01 figure,#support02 .box-style01 .text{
		width: 100%;
	}
	#support02 .box-style01 figure{
		margin-bottom: 20px;
	}
	#support02 #support02-1 .box-style01 .text{
		padding-left: 8%;
	}
	#support02 #support02-2 .box-style01 .text{
		padding-right: 8%;
	}
	#support02-1::before,#support02-2::before{
		width: 95%;
	}
/*-----------------Q&A------------------*/
	#faq01 .container h2{
		position: static;
		margin-left: 0;
		text-align: center;
		margin-bottom: 40px;
		padding: 0 20%;
	}
	.faqbg dl{
		width:100%; 
	}
	.faqbg dl:first-of-type{
		margin-right: 0;
	}
	.faqbg dl:nth-of-type(2){
		padding-bottom: 15%;
	}
	.faqbg dl:nth-of-type(6){
		padding-bottom: 23%;
	}
	.faqbg dl:nth-of-type(7){
		padding-bottom: 30%;
	}
/*-----------------体験談------------------*/
	#voice01 .b-right01{
		width: 100%;
	}
	#voice01 .b-right01 ul{
		position: absolute;
		padding: 3%;
	}
	#voice01 .b-left01 h3{
		padding: 10px 0 10px 80px;
		background-size:70px !important;
	}
	#voice01 .inner2 .b-left01 h3{
		padding: 10px 80px 10px 0;
		background-size:70px;
	}
	#voice01 .b-right01{
		margin-bottom: 3%;
	}
/*-----------------会社概要------------------*/
	#company01 ul li dl dt{
	width: 100%;
	padding-left: 0;
		font-weight: bold;
		margin-bottom: 5px;
}
#company01 ul li dl dd{
	width: 100%;
}
/*-----------------ブログページ------------------*/
#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;
	}

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

	#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;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
select{
	background: #f5f4f0;
	padding: 10px;
	font-size:90%;
	border:none;
	color: #333;
	border-radius: 3px;
}
	#contact01 .kibou .time span{
		position: absolute;
		left:0;
		bottom:-25px;
	}
}
@media screen and (max-width: 320px) {
	.se-blk{
	display: block;
	}

}


.modal {
  display: none;
}

.modal {
  display: none;
  height: 250px;
  position: fixed;
  bottom: 25px;
  width: 100%;
  z-index: 998;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.7);
  height: 55vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.modal__content h3 {
    font-size: 125%;
    text-align: center;
    color: #33d728;
    font-weight: bold;
}
.modal__content p {
    text-align: center;
    color: #fff;
}

.modal__content ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background: #f94e83;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 7px;
}

.modal__content ul.f-tel a {
  background: #fb8e8e url("images/foot_tel2.png") no-repeat 10px center;
  background-size: 15px;
}

.modal__content ul.f-tel a span {
  margin-right: 10px;
}

.modal__content ul.f-line a {
  background: #7abf9e url("images/foot_line2.png") no-repeat 20px center;
  background-size: 20px;
}

.modal__content ul.f-mail a {
  background: #57c0cd url("images/foot_mail2.png") no-repeat 20px center;
  background-size: 18px;
}

.close {
  margin: 0 auto;
}

.close a {
  width: 100px;
  margin: 10px auto;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #fff;
  padding: 5px 10px;
  color: #1a1a1a;
  border-radius: 5px;
}

.modal2 {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  height: 500px;
  width: 500px;
  margin-top: -250px;
  margin-left: -250px;
  z-index: 998;
  background: rgba(0, 0, 0, 0.7);
}

.modal__content2 {
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.modal__content2 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 80%;
  margin-bottom: 40px;
}

.modal__content2 ul li {
  background: #7abf9e;
  width: 31%;
  line-height: 1.4;
}

.modal__content2 ul li a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
}

.modal__content2 ul li a:hover {
  text-decoration: none;
}

.modal__content2 ul li img {
  border: solid 5px #fff;
  margin-bottom: 10px;
}