
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Alex+Brush&display=swap');

/*# ★★paddingあふれ防止★★ */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
	color: #333333;
	position: relative;
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 140%;
}

/*# 横スクロールバー表示禁止 */
@media screen and (max-width:768px) {

html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 100%;
}

}

.inner1140{
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:1200px) {
.inner1140{
	width: 90%;
}
}

h1, h2, h3, h4, h5, h6 {
  line-height: 130%;
}

h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 300;
	line-height: 150%;
}

h2 {
	font-family: 'Noto Sans JP', sans-serif;
}

h3 {
	font-family: 'Noto Sans JP', sans-serif;
}

p {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 130%;
}

span {
	line-height: 130%;
}

.red {
	color: #ff0000;
}

.t-c {
	text-align: center;
}

a {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

/*# ★★トップメインビジュアル★★ */

.m-logo {
	width: 250px;
	height: 40px;
	position:fixed;
	z-index: 10000;
	top: 30px;
}

#mainvisual {
	width: 100%;
	height: 800px;
	text-align: center;
	background-image: url(../images/top_02.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	position:relative;
}

#mainvisual2 {
	width: 100%;
	position:relative;
}

.topimg-pc {
	width: 100%;
	height: auto;
	display: block;
}

.topimg-sp {
	width: 100%;
	height: auto;
	display: none;
}

.logo-t {
	padding-top: 350px;
	margin-right: auto;
	margin-left: auto;
}

.logo {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 100;
	width:500px;
}

.logo img {
	width:100%;
}

@media screen and (max-width:1200px) {

.m-logo {
	top: 20px;
}

#mainvisual {
	height: 700px;
}

.logo-t {
	padding-top: 300px;
}

.logo {
	margin-top: 20px;
	width:400px;
}

}

@media screen and (max-width:992px) {

.m-logo {
	width: 200px;
	height: 32px;
	top: 10px;
}

#mainvisual {
	height: 600px;
}

.logo-t {
	padding-top: 150px;
}

.logo {
	margin-top: 10px;
	width:300px;
}

}

@media screen and (max-width:768px) {

#mainvisual {
	height: 500px;
}
	
.topimg-pc {
	width: 100%;
	height: auto;
	display: none;
}

.topimg-sp {
	width: 100%;
	height: auto;
	display: block;
}

}

@media screen and (max-width:600px) {

#mainvisual {
	height: 400px;
}

.logo {
	margin-top: 10px;
	width:250px;
}

}


@media screen and (max-width:568px) {

#mainvisual {
	height: 300px;
}

.logo-t {
	padding-top: 80px;
}

.logo {
	margin-top: 10px;
	width:180px;
}

}

/*# ★★丸文字まとめ★★ */

.m-haken {
	font-size: 25px;
	color: #fff;
	display: inline-block;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	text-align:center;
	position: relative;
	top: -80px;
	margin-right: 150px;
	margin-left: 150px;
	background-color: rgba(242,156,159,0.8);
	z-index: 10;
}

.m-ukeoi {
	font-size: 25px;
	color: #fff;
	display: inline-block;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	text-align:center;
	position: relative;
	top: -80px;
	margin-right: 150px;
	margin-left: 150px;
	background-color: rgba(142,207,197,0.8);
	z-index: 10;
}

.m-haken span,
.m-ukeoi span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :280px;
  text-align:center;
}

.m-support {
	font-size: 14px;
	line-height: 200%;
	color: #000;
	background-color: #fff;
  display: inline-block;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  text-align:center;
  position: relative;
	margin-top: 50px;
	margin-right: 25px;
	margin-left: 25px;
}

.m-support div {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :250px;
  text-align:center;
	right: 50px;
	left: 50px;
}

.m-support2 {
	font-size: 14px;
	line-height: 200%;
	color: #000;
	background-color: #fff;
  display: inline-block;
  border-radius: 20px;
  text-align:center;
  position: relative;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}

.m-s1 {
	font-size: 30px;
	display: block;
	margin-bottom: 20px;
}

.m-s2 {
	font-size: 25px;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

@media screen and (max-width:1200px) {

.m-haken,
.m-ukeoi {
	font-size: 20px;
	width: 200px;
	height: 200px;
	top: -60px;
	margin-right: 130px;
	margin-left: 130px;
}

.m-haken span,
.m-ukeoi span {
  width :200px;
}

.m-support {
	font-size: 14px;
	line-height: 170%;
	color: #000;
	background-color: #fff;
  display: inline-block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  text-align:center;
  position: relative;
	margin-top: 30px;
	margin-right: 15px;
	margin-left: 15px;
}

.m-support div {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :220px;
  text-align:center;
	right: 40px;
	left: 40px;
}
	
.m-support2 {
	font-size: 14px;
	line-height: 170%;
  display: block;
  border-radius: 10px;
	margin-top: 30px;
}

.m-s1 {
	font-size: 25px;
}

.m-s2 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

}

@media screen and (max-width:992px) {

.m-haken {
	font-size: 16px;
	width: 150px;
	height: 150px;
	top: -20px;
	margin-right: 70px;
	margin-left: 0px;
}

.m-ukeoi {
	font-size: 16px;
	width: 150px;
	height: 150px;
	top: -20px;
	margin-right: 0px;
	margin-left: 70px;
}

.m-haken span,
.m-ukeoi span {
  width :150px;
}

}

@media screen and (max-width:768px) {

.m-haken {
	font-size: 14px;
	width: 50%;
	height: 30px;
	border-radius: 0%;
	margin-right: 0px;
	margin-left: 0px;
	background-color: rgba(242,156,159,0.8);
	z-index: 10;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
}

.m-ukeoi {
	font-size: 14px;
	width: 50%;
	height: 30px;
	border-radius: 0%;
	margin-right: 0px;
	margin-left: 0px;
	background-color: rgba(142,207,197,0.8);
	z-index: 10;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
}

.m-haken span,
.m-ukeoi span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :100%;
  text-align:center;
}
	
.m-support {
	font-size: 12px;
	line-height: 150%;
	display: block;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.m-support div {
  width :200px;
  text-align:center;
	right: 25px;
	left: 25px;
}
	
.m-support2 {
	font-size: 12px;
	line-height: 150%;
	display: block;
	border-radius: 10px;
	margin-top: 30px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.m-s1 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.m-s2 {
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}

}

@media screen and (max-width:600px) {

.m-haken {
	font-size: 12px;
}

.m-ukeoi {
	font-size: 12px;
}

}


@media screen and (max-width:568px) {

.m-haken {
	height: 40px;
}

.m-ukeoi {
	height: 40px;
}

}

/*# ★★共通テキスト系の設定★★ */

.t-1 {
	font-size: 40px;
	color: #fff;
	letter-spacing: 5px;
	font-weight: 700;
}

.t-2 {
	font-size: 40px;
	color: #000;
	letter-spacing: 5px;
	font-weight: 700;
}

.t-3 {
	font-size: 25px;
	color: #000;
	letter-spacing: 5px;
	font-weight: 700;
}

.t-4 {
	font-size: 20px;
	color: #000;
	letter-spacing: 1px;
	font-weight: 700;
}

.p-1 {
	font-size: 20px;
	color: #fff;
	line-height: 200%;
	letter-spacing: 1px;
	font-weight: 300;
	margin-top: 20px;
}

.p-2 {
	font-size: 14px;
	color: #000;
	line-height: 150%;
	letter-spacing: 2px;
	margin-top: 35px;
	font-weight: 300;
}

.p-3 {
	font-size: 20px;
	color: #333333;
	line-height: 150%;
	letter-spacing: 2px;
	margin-top: 10px;
}

.f-1 {
	font-size: 21px;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 2px;
}

.f-2 {
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	line-height: 200%;
	margin-top: 10px;
	letter-spacing: 1px;
	font-weight: 300;
}

.f-3 {
	font-size: 12px;
	color: #ffffff;
	line-height: 200%;
	letter-spacing: 1px;
	font-weight: 300;
}

.c-1 {
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 1px;
	font-weight: 300;
}
.c-2 {
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 1px;
	font-weight: 300;
}
.c-3 {
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 1px;
	font-weight: 300;
	margin-top: 5px;
}
.c-4 {
	font-size: 10px;
	line-height: 150%;
	font-weight: 300;
	width: 100%;
	text-align: right;
}

.s-1 {
	font-size: 20px;
	position:relative;
}

.s-1:after {
	position:absolute;
	width: 50px;
	height: 1px;
	content: '';
  background: #57d5df;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  top: 50px;
}

.s-2 {
	font-size: 15px;
	margin-top: 50px;
	text-align: left;
	line-height: 160%;
}

.s-3 {
	width: 100%;
	font-size: 18px;
	text-align: left;
	line-height: 160%;
	display: block;
}

.s-4 {
	width: 100%;
	font-size: 18px;
	text-align: left;
	line-height: 160%;
	display: block;
    margin-top: 30px;
}

.s-5 {
	position:relative;
	width: 100%;
	font-size: 35px;
	line-height: 140%;
	display: block;
	font-weight: 700;
	z-index: 10;
}

.s-6 {
	width: 100%;
	font-size: 18px;
	line-height: 140%;
	display: block;
	font-weight: 700;
	text-align: center;
}

.s-7 {
	width: 100%;
	font-size: 18px;
	line-height: 140%;
	display: block;
    margin-top: 90px;
}

.fs-1 {
	font-size: 18px;
	line-height: 140%;
	display: block;
    margin-top: 10px;
	text-align: center;
	font-weight: 700;
}

.fs-2 {
	font-size: 15px;
	line-height: 140%;
	display: block;
    margin-top: 10px;
	text-align: left;
}

.m-1 {
	font-size: 15px;
	line-height: 160%;
	text-align: left;
	display: inline-block;
	width: 250px;
	vertical-align:top;
}

.so-1 {
	font-size: 18px;
	line-height: 140%;
	display: block;
}

.so-2 {
	font-size: 35px;
	line-height: 140%;
	display: block;
	font-weight: 700;
}

.so-3 {
	font-size: 15px;
	line-height: 140%;
	display: block;
}

.btn1 {
	width: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
    font-size:16px;
}

.btn2 {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
    font-size:16px;
}

.btn1 a,
.btn2 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.btn1:hover,
.btn2:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

.tel img {
	width: 600px;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {
	
h1 {
	font-size: 14px;
}
	
.t-1 {
	font-size: 20px;
}

.t-2 {
	font-size: 20px;
}

.t-3 {
	font-size: 20px;
}
	
.p-1 {
	font-size: 16px;
	letter-spacing: 1px;
}

.p-2 {
	font-size: 14px;
	letter-spacing: 1px;
}
	
.p-3 {
	font-size: 18px;
	letter-spacing: 1px;
}
	
.f-1 {
	font-size: 18px;
	letter-spacing: 2px;
}

.f-2 {
	font-size: 12px;
	line-height: 200%;
	margin-top: 10px;
	letter-spacing: 1px;
}

.f-3 {
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 1px;
}
	
.c-1 {
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 1px;
	font-weight: 300;
}
.c-2 {
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 1px;
	font-weight: 300;
}
.c-3 {
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 1px;
	font-weight: 300;
	margin-top: 5px;
}
	
.s-3 {
	font-size: 14px;
	line-height: 160%;
}
	
.s-1 {
	font-size: 18px;
}

.s-2 {
	font-size: 14px;
	margin-top: 50px;
}

.s-3 {
	font-size: 14px;
	line-height: 160%;
}

.s-4 {
	font-size: 14px;
	line-height: 160%;
    margin-top: 20px;
}
	
.s-5 {
	font-size: 20px;
	line-height: 130%;
}

.s-6 {
	font-size: 16px;
}

.s-7 {
	font-size: 14px;
    margin-top: 10px;
}
	
.m-1 {
	font-size: 14px;
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
    margin-top: 10px;
}
	
.so-1 {
	font-size: 16px;
}

.so-2 {
	font-size: 30px;
}

.so-3 {
	font-size: 14px;
}

}

@media screen and (max-width:568px) {
	
h1 {
	font-size: 12px;
}
	
.t-1 {
	font-size: 18px;
}

.t-2 {
	font-size: 18px;
	letter-spacing: 0px;
}

.t-3 {
	font-size: 18px;
	letter-spacing: 0px;
}
	
.p-1 {
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0px;
}

.p-2 {
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0px;
	margin-top: 10px;
}
	
.p-3 {
	font-size: 14px;
	letter-spacing: 0px;
}
	
.f-1 {
	font-size: 16px;
	letter-spacing: 0px;
}

.f-2 {
	font-size: 12px;
	line-height: 150%;
	margin-top: 5px;
	letter-spacing: 0px;
}

.f-3 {
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0px;
}
	
.c-1 {
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0px;
}
.c-2 {
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0px;
}
.c-3 {
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0px;
}

}

/*# ★★セクション★★ */

.ts-back-b1{
	width: 100%;
	height: auto;
	background-color: #57d5df;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.ts-back-b2{
	width: 100%;
	height: auto;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
	background-image: url(../images/back01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.ts-back-b3{
	width: 100%;
	height: auto;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
	background-image: url(../images/cat_02.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-top: 102px;
}

.ts-back-w1{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.ts-back-w2{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 10px !important;
	padding-bottom: 100px !important;
}

.ts-back-g1{
	width: 100%;
	height: auto;
	background-color: #fafaf0;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.ts-back-dot1{
	width: 100%;
	height: auto;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
	background-image: url(../images/dot1.png);
	background-position: center top;
	background-repeat: repeat;
}

.ts-back-dot2{
	width: 100%;
	height: auto;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
	background-image: -webkit-linear-gradient(225deg, #70f6ea 0%, #51ccdc 100%);
	background-image: linear-gradient(225deg, #70f6ea 0%, #51ccdc 100%);
	position:relative;
}

.ts-back-dot2:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	background-image: url("../images/texture-shapes-bg.png")
}

@media screen and (max-width:1200px) {
	
.ts-back-b3{
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	margin-top: 82px;
}
	
}

@media screen and (max-width:1140px) {

.ts-back-b1,
.ts-back-b2,
.ts-back-b3,
.ts-back-w1,
.ts-back-g1,
.ts-back-dot1,
.ts-back-dot2{
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
	
.ts-back-w2{
	padding-top: 10px !important;
	padding-bottom: 70px !important;
}

}

@media screen and (max-width:992px) {
	
.ts-back-b3{
	margin-top: 50px;
}
	
}

@media screen and (max-width:568px) {
	
.ts-back-b1,
.ts-back-b2,
.ts-back-b3,
.ts-back-w1,
.ts-back-g1,
.ts-back-dot1,
.ts-back-dot2{
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
	
.ts-back-w2{
	padding-top: 0px !important;
	padding-bottom: 50px !important;
}
	
}

/*# ★★項目ごと設定★★ */

/*# 選ばれる理由 */

.reason-waku {
	position:relative;
	background-color: #ffffff;
	width: 350px;
	height: 420px;
	display: inline-block;
    margin-top: 70px;
	vertical-align:top;
	border-width: 3px;
	border-style: solid;
	border-color: #57D5DF;
	margin-right: 1%;
	margin-left: 1%;
	box-shadow: 10px 10px #57D5DF;
}

.btn-point {
	width: 100%;
	position:absolute;
	top: 0px;
	left: 10px;
	font-family: 'Alex Brush', cursive;
	z-index: 100;
	font-size: 70px;
	color: #000;
	text-align: left;
}

.btn-point span {
	font-size: 35px;
}

img.btn-logo {
	width: 70%;
	height: auto;
    margin-top: 50px;
}

img.btn-mark {
	width: 30%;
	height: auto;
    margin-top: 50px;
}

.koe {
	position:absolute;
	top: auto;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: auto;
}

.btn-p1 {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
    margin-top: 30px;
	line-height: 140%;
}

.btn-p2 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
    margin-top: 20px;
}

.btn-p3 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
    margin-top: 20px;
	text-align: left;
	line-height: 160%;
}

.sp-koe {
	display: none;
}



@media screen and (max-width:992px) {
	
.reason-waku {
	width: 90%;
	height: auto;
	display: block;
    margin-top: 50px;
	border-width: 3px;
	border-style: solid;
	border-color: #57D5DF;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 10px 10px #57D5DF;
}
	
.btn-point {
	position:absolute;
	top: 0px;
	left: 10px;
	font-size: 70px;
}

.btn-point span {
	font-size: 35px;
}

img.btn-mark {
	width: 120px;
	height: auto;
    margin-top: 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
	
.koe {
	display: none;
}
	
.btn-p1 {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
	line-height: 140%;
}

.btn-p2 {
	width: 98%;
	font-size: 20px;
    margin-top: 20px;
}

.btn-p3 {
	width: 98%;
	font-size: 15px;
    margin-top: 20px;
}
	
.sp-koe {
	display: block;
	background-color: #57D5DF;
	color: #fff;
	font-size: 15px;
    margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
	
.sp-koe span {
	background-color: #fff;
	color: #57D5DF;
	font-size: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	border-radius: 3px;
}
	
}

@media screen and (max-width:768px) {

img.btn-mark {
	width: 100px;
	height: auto;
    margin-top: 20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
	
.koe {
	width: 100%;
    margin-top: 20px;
}
	
.btn-p1 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
    margin-top: 20px;
	line-height: 140%;
}

.btn-p2 {
	width: 95%;
	font-size: 20px;
    margin-top: 20px;
}

.btn-p3 {
	width: 95%;
	font-size: 15px;
    margin-top: 20px;
}
	
}

@media screen and (max-width:568px) {
	
img.btn-mark {
	width: 100px;
	height: auto;
    margin-top: 50px;
}
	
.sp-koe {
	width: 100%;
	display: block;
	background-color: #57D5DF;
	color: #fff;
	font-size: 15px;
    margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
	
.sp-koe span {
	width: 150px;
	display: block;
	background-color: #fff;
	color: #57D5DF;
	font-size: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0px;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}	

}



/*# 主な仕事内容 */

.jd-waku1{
	margin-top: 70px;
	width: 100%;
	height: auto;
}

.jd-ph1{
	width: 55%;
	height: auto;
	float: left;
}

.jd-ph2{
	width: 55%;
	height: auto;
	float: right;
}

.jd-ph1 img,
.jd-ph2 img{
	width: 100%;
	height: auto;
}

.jd-p-waku1{
	width: 40%;
	height: auto;
	float: right;
	text-align: left;
}

.jd-p-waku2{
	width: 40%;
	height: auto;
	float: left;
	text-align: left;
}

.jd-p1 {
	width: 100%;
	color: #000;
	font-size: 30px;
	font-weight: 700;
}

.jd-p2 {
	width: 100%;
	color: #000;
	font-size: 25px;
	margin-top: 20px;
}

.jd-p3 {
	width: 100%;
	color: #000;
	font-size: 15px;
	margin-top: 20px;
}

.jd-p4 {
	width: 100%;
	color: #57d5df;
	font-size: 20px;
	margin-top: 20px;
}

.jd-p5 {
	width: 100%;
	color: #000;
	font-size: 15px;
	margin-top: 5px;
	background-color: #f4f4f4;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-color: #70F5EA;
	border-left-style: solid;
	border-left-width: 3px;
}

.box-arrow-waku {
	margin-top: 50px;
	width: 100%;
}

.box-a-w1 {
	width: 216px;
	display: inline-block;
	vertical-align:top;
	font-size: 15px;
	margin-top: 20px;
}

.box-arrow1 {
	font-size: 20px;
	color: #fff;
	background-color: #57d5df;
	width: 200px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	position:relative;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
}

.box-arrow1::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
border-width: 30px 0 30px 20px;
    border-color: transparent transparent transparent #57d5df;
    display:  inline-block;
    vertical-align:  middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin:  auto;
    right: -20px;
}

.circle1 {
    display:  inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
	background-color: #fff;
	color: #57d5df;
  text-align:center;
  line-height: 40px;
	margin-right: 20px;
}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {

.jd-waku1{
	margin-top: 50px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.jd-ph1{
	width: 100%;
	float: none;
}

.jd-ph2{
	width: 100%;
	float: none;
}

.jd-p-waku1{
	width: 100%;
	float: none;
	margin-top: 20px;
}

.jd-p-waku2{
	width: 100%;
	float: none;
	margin-top: 20px;
}
	
.jd-p1 {
	font-size: 20px;
}
	
.jd-p2 {
	font-size: 14px;
	margin-top: 10px;
}
	
.jd-p3 {
	font-size: 14px;
	margin-top: 10px;
}
	
.jd-p5 {
	font-size: 14px;
}
	
.box-a-w1 {
	width: 316px;
	font-size: 15px;
	margin-top: 20px;
}

.box-arrow1 {
	font-size: 20px;
	width: 300px;
	height: 60px;
	line-height: 60px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
}

.box-arrow1::before {
    border-width: 30px 0 30px 20px;
    right: -20px;
}
	
}

@media screen and (max-width:768px) {
	
.box-arrow-waku {
	margin-top: 30px;
}
	
.box-arrow1 {
	font-size: 18px;
}
	
.jd-waku1{
	margin-top: 50px;
	width: 80%;
}
	
.jd-p1 {
	font-size: 18px;
}
	
.jd-p4 {
	font-size: 18px;
}
	
}

@media screen and (max-width:568px) {
	
.jd-waku1{
	margin-top: 30px;
	width: 100%;
}
	
}






/*----------------------------------------------------------*/
/* カウントアップアニメーション
/*----------------------------------------------------------*/

.counter-item {
	display: inline-block;
    position:relative;
    text-align:center;
  width: 30%;
    margin-top: 70px;
	vertical-align:top;
}

.counter-item i {
  font-size:60px;
    color: #57d5df;
}

.numscroller {
	display: inline-block;
}

.cou1 {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  text-align:center;
    font-family: 'Oswald', sans-serif;
    color: #000;
	line-height: 140%;
    margin-top: 20px;
}

.cou2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align:center;
    color: #000;
	line-height: 140%;
}

.count-day {
  font-size: 15px;
  text-align:center;
    color: #000;
	line-height: 140%;
    margin-top: 40px;
}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {

.counter-item {
  width: 32%;
    margin-top: 50px;
}

.counter-item i {
  font-size:50px;
}
	
.cou1 {
  font-size: 30px;
	line-height: 140%;
    margin-top: 10px;
}

.cou2 {
  font-size: 14px;
	line-height: 140%;
}

.count-day {
  font-size: 14px;
	line-height: 140%;
    margin-top: 40px;
}

}


/*# インタビュー */

.interview-waku {
	background-color: #ffffff;
	width: 350px;
	height: 580px;
	display: inline-block;
	margin-right: 1%;
	margin-left: 1%;
    margin-top: 70px;
	position:relative;
	vertical-align:top;
}

.int-ph,
.int-ph img {
	width: 100%;
	height: auto;
}

.int-t1 {
	position:absolute;
	top: -10px;
	left: 10px;
	font-family: 'Alex Brush', cursive;
	z-index: 100;
	font-size: 70px;
	color: #57d5df;
}

.int-t1 span {
	font-size: 45px;
}

.int-t2 {
	position:absolute;
	top: 275px;
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 100;
	right: 0;
	left: 0;
	margin: auto;
	background-image: -webkit-linear-gradient(225deg, #70f6ea 0%, #51ccdc 100%);
	background-image: linear-gradient(225deg, #70f6ea 0%, #51ccdc 100%);
	border-radius: 20px;
	color: #fff;
}

.int-t3 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: left;
	font-size: 20px;
	line-height: 150%;
	height: 100px;
}

.int-t4 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	font-size: 18px;
	line-height: 140%;
}

.int-b {
	width: 80%;
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 55px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #57D5DF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #57D5DF;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.int-b2 {
	background-color: #57D5DF;
	width: 700px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
    position: relative;
	color: #ffffff;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.int-b3 {
	display: inline-block;
	background-color: #57D5DF;
	width: 40%;
	height: 60px;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
    position: relative;
	color: #ffffff;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.int-b a,
.int-b2 a,
.int-b3 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.int-b:hover,
.int-b2:hover,
.int-b3:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

@media screen and (max-width:992px) {

.int-t3 {
	margin-top: 20px;
	font-size: 18px;
	height: 100px;
}
	
}

@media screen and (max-width:768px) {

.interview-waku {
	width: 100%;
	height: auto;
	display: block;
	margin-right: 0;
	margin-left: 0;
    margin-top: 30px;
	position:relative;
	vertical-align:top;
	font-size: 0;
}
	
.int-ph {
	width: 50%;
	height: 250px;
	display: inline-block;
	vertical-align:top;
    overflow: hidden;
    position: relative;
}

.int-ph img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	width: 120%;
	height: auto;
}
	
.interview-sp-waku {
	width: 50%;
	display: inline-block;
}

.int-t1 {
	display: none;
}

.int-t1 span {
	display: none;
}

.int-t2 {
	position:relative;
	top: 0px;
	width: 90%;
	height: 25px;
	line-height: 25px;
	right: 0;
	left: 0;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}

.int-t3 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	font-size: 16px;
	line-height: 140%;
	height: auto;
}

.int-t4 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 130%;
}

.int-b {
	width: 45%;
	height: 45px;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	position:absolute;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	margin: auto;
top: auto;
bottom: 10px;
	right: 2%;
}
	
.int-b2 {
	width: 60%;
	height: 45px;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	margin-top: 30px;
}
	
.int-b3 {
	height: 45px;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	margin-top: 30px;
}

}

@media screen and (max-width:600px) {
	
.int-ph {
	width: 40%;
	height: 180px;
	display: inline-block;
	vertical-align:top;
    overflow: hidden;
    position: relative;
}

.int-ph img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	width: 140%;
	height: auto;
}
	
.interview-sp-waku {
	width: 60%;
	display: inline-block;
}
	
.int-t2 {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	margin-top: 10px;
}

.int-t3 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 130%;
}

.int-t4 {
	margin-top: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 130%;
}

.int-b {
	width: 55%;
	height: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	position:absolute;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	margin: auto;
	top: auto;
	bottom: 10px;
	right: 2%;
}
	
.int-b2 {
	width: 70%;
	height: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
	
.int-b3 {
	display: block;
	margin-top: 10px;
	width: 70%;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

}

@media screen and (max-width:568px) {
	
.int-ph {
	width: 40%;
	height: 150px;
	display: inline-block;
	vertical-align:top;
    overflow: hidden;
    position: relative;
}

.int-ph img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	width: 150%;
	height: auto;
}
	
.int-t2 {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	margin-top: 5px;
}

.int-t3 {
	margin-top: 5px;
	font-size: 12px;
	line-height: 130%;
}

.int-t4 {
	margin-top: 5px;
	font-size: 12px;
	line-height: 130%;
}
	
.int-b {
	width: 55%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	bottom: 5px;
	right: 2%;
}

}

/*# 私たちにできること */

.can-waku {
	border-width: 1px;
	border-style: solid;
	border-color: #57D5DF;
	margin-top: 70px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
	position: relative;
	background-color: #fff;
            top:-50px;
            left:-50px;
}

.can-waku-kage {
	position: relative;
	background-image: url(../images/dot1.png);
	background-position: center top;
	background-repeat: repeat;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
            top:50px;
            left:50px;
}

ul.can-ul {
	padding: 0.5em;
	list-style-type: none;
	text-align: left;
	z-index: 1000;
}
ul.can-ul li {
	font-size: 21px;
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:20px;
	line-height: 150%;
}

ul.can-ul li:before{
	font-size: 21px;
	content:'';
	position: absolute;
	border-radius: 50%;
}
ul.can-ul li:before {
	top: 50%;
	left: 0.2em;
	width: 14px;
	height: 14px;
	background-image: -webkit-linear-gradient(225deg, #70f6ea 0%, #51ccdc 100%);
	background-image: linear-gradient(225deg, #70f6ea 0%, #51ccdc 100%);
	transform: translateY(-50%);
}

@media screen and (max-width:992px) {
	
.can-waku {
	margin-top: 50px;
	width: 100%;
	padding: 20px;
            top:-10px;
            left:-10px;
}

.can-waku-kage {
	width: 100%;
            top:10px;
            left:10px;
}

ul.can-ul {
	padding: 0.5em;
	list-style-type: none;
	text-align: left;
}
ul.can-ul li {
	font-size: 16px;
	padding: 0em 0em 0em 1.5em;
	margin-bottom:10px;
	line-height: 150%;
}

ul.can-ul li:before {
	top: 13px;
	width: 12px;
	height: 12px;
}

}

/*# よくあるご質問 */

.w-box{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-top: 70px !important;
	padding-bottom: 70px !important;
	padding-right: 100px;
	padding-left: 100px;
}

ul.qa-ul {
	margin-top: 70px;
	text-align: left;
}

ul.qa-ul li {
	font-size: 15px;
	margin-bottom:30px;
	position: relative;
	padding: 0.5em 1em 0.5em 3em;
}

ul.qa-ul li p {
	font-size: 20px;
	margin-bottom:10px;
  font-weight: 700;
}

ul.qa-ul li:before{
	content:'Q';
  font-weight: 800;
	position: absolute;
	font-size: 35px;
	color: #57d5df;
}
ul.qa-ul li:before {
	top: 15px;
	left: 0.2em;
	transform: translateY(-50%);
}

@media screen and (max-width:992px) {

.w-box{
	padding-top: 50px !important;
	padding-bottom: 20px !important;
	padding-right: 30px;
	padding-left: 30px;
}

ul.qa-ul {
	margin-top: 50px;
}

ul.qa-ul li {
	font-size: 14px;
	margin-bottom:20px;
	padding: 0em 0em 0em 2.5em;
}

ul.qa-ul li p {
	font-size: 18px;
	margin-bottom:5px;
}

ul.qa-ul li:before{
	content:'Q';
  font-weight: 800;
	position: absolute;
	font-size: 25px;
	color: #57d5df;
}
	
ul.qa-ul li:before {
	top: 15px;
	left: 0.2em;
	transform: translateY(-50%);
}
	
}

@media screen and (max-width:768px) {
	
ul.qa-ul li {
	font-size: 14px;
	margin-bottom:10px;
	padding: 0em 0em 0em 2em;
}
	
ul.qa-ul li p {
	font-size: 16px;
	margin-bottom:5px;
}
	
ul.qa-ul li:before{
	font-size: 20px;
	top: 7px;
}
	
}

/*# 会社概要 */

.com-waku1 {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}

.com-waku2 {
	width: 100%;
	margin-top: 70px;
	margin-bottom: 50px;
}

.com-waku1-b {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
	position:relative;
}

.com-waku1-b:before {
	position:absolute;
content: '';
background: #E6E6E7;
height: 120px;
width: 1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

.com-waku-l {
	width: 45%;
	display: inline-block;
	float: left;
}

.com-waku-r {
	width: 45%;
	display: inline-block;
	float: right;
}

#map{
   margin-top:-100px;
   padding-top:100px;
}

dl.com-dl,
dl.com-dl2 {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E7;
	font-size: 15px;
}

dl.com-dl dt,
dl.com-dl2 dt {
	float: left;
	clear: left;
	width: 20%;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E7;
	padding-top: 20px;
	padding-bottom: 20px;
}
dl.com-dl dd,
dl.com-dl2 dd {
	float: left ;
	width: 80%;
	padding-left: 1em ;
	vertical-align:top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E7;
	padding-top: 20px;
	padding-bottom: 20px;
}

.com-toi1 {
	width: 100%;
	font-size: 15px;
}

.com-toi2 {
	width: 100%;
	font-size: 15px;
}

@media screen and (max-width:992px) {
	
.com-waku1 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
	
.com-waku2 {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
	
.com-waku1-b {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}

.com-waku1-b:before {
	display: none;
}
	
.com-waku-l {
	width: 100%;
	display: block;
	float: none;
}

.com-waku-r {
	width: 100%;
	display: block;
	float: none;
}
	
dl.com-dl {
	width: 100%;
	border-bottom-width: 0;
	border-bottom-style: none;
	border-bottom-color: #E6E6E7;
}
	
dl.com-dl dt,
dl.com-dl2 dt {
	width: 20%;
	padding-top: 10px;
	padding-bottom: 10px;
}
dl.com-dl dd,
dl.com-dl2 dd {
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.com-toi1 {
	font-size: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E7;
	padding-top: 10px;
	padding-bottom: 10px;
}

.com-toi2 {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E7;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
	
}


/*# フッター */

#foo {
	width: 100%;
	color: #fff;
	background-color: #2c3a46;
	font-size: 12px;
	text-align: left;
}

#foo .footer1 {
	width: 40%;
	color: #fff;
	font-size: 12px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: 400;
	display: inline-block;
	vertical-align:top;
}

#foo .footer2 {
	width: 40%;
	color: #fff;
	font-size: 12px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: 400;
	display: inline-block;
	vertical-align:top;
}

#foo .footer3 {
	width: 100%;
	color: #fff;
	background-color: #25303a;
	font-size: 12px;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 400;
}

.map-btn {
	display: inline-block;
	width: 50px;
	border: 1px solid #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	color: #fff;
	text-align: center;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.map-btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.map-btn:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}


@media screen and (max-width:1140px) {
	
#foo .footer1 {
	width: 48%;
}

#foo .footer2 {
	width: 48%;
}
	

}

@media screen and (max-width:992px) {

#foo .footer1 {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 0px;
	display: block;
}

#foo .footer2 {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
}

#foo .footer3 {
	width: 100%;
	color: #fff;
	background-color: #25303a;
	font-size: 12px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 40px;
	font-weight: 400;
}
	
}

@media screen and (max-width:568px) {
	
#foo {
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
#foo .footer2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
	
}

/*# 2ページ目 */
/*# 企業様へ、サービスラインナップ */

.s-waku {
	position: relative;
	background-color: #ffffff;
	width: 350px;
	height: 250px;
	display: inline-block;
	margin-top: 70px;
	vertical-align: top;
	margin-right: 1%;
	margin-left: 1%;
	padding: 40px;
}

.s-waku2 {
	position:relative;
	background-color: #ffffff;
	width: 350px;
	height: 200px;
	display: inline-block;
    margin-top: 50px;
	vertical-align:top;
	margin-right: 1%;
	margin-left: 1%;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 0px;
}

.s-waku3 {
	position:relative;
	display: block;
	width: 100%;
	vertical-align:top;
    margin-top: 70px;
}

.s-waku4 {
	position:relative;
	display: inline-block;
	width: 30%;
	vertical-align:top;
	float: left;
}

.s-waku5 {
	position:relative;
	display: inline-block;
	width: 65%;
	vertical-align:top;
	float: right;
}

.s-img1 {
	width: 100%;
	display: inline-block;
}

.s-maru-waku {
	width: 100%;
	display: block;
    margin-top: 30px;
}

.s-maru1 {
	width: 120px;
	height: 120px;
	background-color: #000;
border-radius: 60px;
	position:relative;
	display: inline-block;
	margin-right: 1%;
	margin-left: 1%;
}

.s-maru1 span {
	color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 20px;
	font-weight: 700;
	color: #57d5df;
}

.s-waku6 {
	position: relative;
	display: block;
	width: 80%;
	vertical-align: top;
	border-width: 9px;
	border-style: solid;
	border-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
    margin-top: 70px;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-right: 100px;
	padding-left: 100px;
}

/*# ★★人材派遣の特徴★★ */

.feature-point {
	position:absolute;
	top: 100px;
	right: -40px;
	font-family: 'Alex Brush', cursive;
	z-index: 1;
	font-size: 120px;
	color: #57d5df;
}

.feature-w1 {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 50px;
	z-index: 10;
}

.feature-w1-l {
	width: 25%;
	float: left;
	text-align: center;
}

.feature-w1-r {
	width: 65%;
	float: right;
	text-align: left;
}

.fea-img1 {
	position: relative;
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

.fea-line1 {
	position:absolute;
  top: 30px;
  left: 10px;
  height: 50px;
  width: 200px;
  border-right: 2px solid #000;
  -moz-transform: skew(60deg);
  -webkit-transform: skew(60deg);
  transform: skew(60deg);
}


@media screen and (max-width:992px) {
	
.s-waku {
	width: 90%;
	height: auto;
	margin-top: 30px;
	padding: 30px;
}

.s-waku2 {
	width: 90%;
	height: auto;
	margin-top: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
	
.s-waku3 {
    margin-top: 50px;
}

.s-waku4 {
	width: 30%;
}
	
.s-waku5 {
	width: 65%;
}
	
.s-maru-waku {
    margin-top: 20px;
}

.s-maru1 {
	width: 96px;
	height: 96px;
border-radius: 48px;
	margin-right: 1px;
	margin-left: 1px;
}

.s-maru1 span {
	font-size: 16px;
}
	
.s-waku6 {
	width: 100%;
	border-width: 5px;
    margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right:50px;
	padding-left: 50px;
}

.feature-point {
	top: 5px;
	right: 10px;
	font-family: 'Alex Brush', cursive;
	z-index: 1;
	font-size: 80px;
	color: #57d5df;
}

.feature-w1 {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 50px;
	z-index: 10;
}

.feature-w1-l {
	width: 100%;
	float: none;
	display: block;
	text-align: center;
}

.feature-w1-r {
	width: 100%;
	float: none;
	display: block;
	text-align: left;
}

.fea-img1 {
	width: 20%;
	margin-top: 20px;
}

.fea-line1 {
	display: none;
}
	
}

@media screen and (max-width:768px) {
	
.fea-img1 {
	width: 30%;
	margin-top: 20px;
}
	
.s-waku3 {
	text-align: center;
	margin-top: 30px;
}
	
.s-waku4 {
	width: 30%;
	display: block;
	margin-right: auto;
	margin-left: auto;
 	float: none;
}
	
.s-waku5 {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
 	float: none;
}
	
.s-waku6 {
	width: 100%;
	border-width: 5px;
    margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right:30px;
	padding-left: 30px;
}
	
}

@media screen and (max-width:568px) {

.s-waku {
	padding: 20px;
}

.s-waku2 {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
	
.s-waku4 {
	width: 50%;
}
	
.fea-img1 {
	width: 30%;
	margin-top: 20px;
}
	
.s-maru1 {
	width: 100%;
	height: 30px;
	background-color: #000;
border-radius: 15px;
	position:relative;
	display: block;
	margin-right: 0;
	margin-left: 0;
	margin-top: 5px;
}

.s-maru1 span {
	font-size: 16px;
}

}

/*# ★★サービスフロー★★ */

.flow-waku {
	width: 100%;
    margin-top: 70px;
}

.flow-step {
	width: 17%;
	display: inline-block;
	margin-right: 1%;
	margin-left: 1%;
	vertical-align: top;
}

.flow-step-maru {
	position:relative;
	width: 70px;
	height: 70px;
	display: inline-block;
	margin-right: 1%;
	margin-left: 1%;
	vertical-align: top;
	border : solid 5px #57d5df;
	border-radius: 35px;
	background-color: #fff;
	z-index: 100;
	margin-bottom: 30px;
}

.flow-step-maru p {
	display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 11px;
	font-weight: 700;
}

.flow-step-maru span {
	display: inline-block;
	font-size: 15px;
}

.flow-step-maru::after {
  position: absolute;
  content: '';
	width: 2px;
	height: 30px;
	background-color: #000;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
	z-index: 1;
}

@media screen and (max-width:992px) {
	
.flow-waku {
    margin-top: 50px;
}

.flow-step {
	width: 17%;
	display: inline-block;
	margin-right: 1%;
	margin-left: 1%;
	vertical-align: top;
}
	
}

@media screen and (max-width:768px) {

.flow-waku {
    margin-top: 30px;
}

.flow-step {
	width: 80%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
	
}



/*# ★★アウトソーシング★★ */

.merit-waku-zen{
	background-color: #fafaf0;
	margin-top: 100px;
	padding-bottom: 50px;
}

.merit-sankaku{
	margin-right: auto;
	margin-left: auto;
  position: relative;
}

.merit-sankaku span{
	font-size: 25px;
	font-weight: 700;
	margin-right: auto;
	margin-left: auto;
  position: relative;
	z-index: 100;
  top: -50px;
}

.merit-sankaku::before{
  content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 60px 165px 0 165px;
border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 10;
}

.merit-sankaku::after{
  content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 60px 165px 0 165px;
border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}

.merit-waku{
	width: 45%;
	display: inline-block;
	margin-top: 50px;
	vertical-align:top;
}

.merit-waku-b{
	position:relative;
	width: 170px;
	height: 170px;
	background-color: #000;
	display: inline-block;
	margin-right: 30px;
}

.merit-waku-b span {
  position: absolute;
	width: 100%;
	height: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 25px;
	color: #fff;
	font-weight: 700;
}

@media screen and (max-width:992px) {
	
.merit-waku-zen{
	margin-top: 100px;
	padding-bottom: 30px;
}
	
.merit-sankaku span{
	font-size: 20px;
  top: -50px;
}
	
.merit-waku{
	width: 45%;
	display: inline-block;
	margin-top: 30px;
	vertical-align:top;
}
	
.merit-waku-b{
	width: 170px;
	height: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.merit-waku-b span {
	font-size: 20px;
}

}

@media screen and (max-width:768px) {
	
.merit-waku{
	width: 100%;
	display: block;
	margin-top: 30px;
}	
	
.merit-waku-b{
	width: 100%;
	height: 40px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
	
.merit-waku-b span {
	font-size: 18px;
}	
	
.merit-sankaku::before{
  content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 50px 120px 0 120px;
border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 10;
}

.merit-sankaku::after{
  content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 50px 120px 0 120px;
border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}
	
}



/*# 3ページ目 */
/*# インタビュー */

.int-base {
	width: 100%;
	position:relative;
}

.int-base-l {
	width: 70%;
	position:relative;
	float: left;
}

.int-base-r {
	width: 23%;
	text-align: left;
	float: right;
}

.ibr-b-waku {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 20px;
	padding-bottom: 30px;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.ibr-b-waku a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.ibr-b-waku:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

.ibr-logo {
	width: 250px;
	height: 40px;
	margin-bottom: 10px;
}

.ibr-t1 {
	width: 100%;
	height: auto;
	font-size: 25px;
	font-weight: 700;
	color: #57d5df;
}

.ibr-b1 {
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-image: -webkit-linear-gradient(225deg, #70f6ea 0%, #51ccdc 100%);
	background-image: linear-gradient(225deg, #70f6ea 0%, #51ccdc 100%);
	border-radius: 20px;
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
}

.ibr-b2 {
	font-size: 18px;
	width: 100%;
	margin-top: 10px;
	position:relative;
}

.intpage-waku1 {
	width: 100%;
	height: auto;
	clear: both;
	position:relative;
	z-index: 100;
}

.intpage-waku1::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 60px;
  background-color: #57d5df;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
	z-index: 10;
}

.intpage-waku1::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 250px;
  background-color: #57d5df;
  background-image: url(../images/dot1.png);
  top: 300px;
  right: 50px;
	z-index: -100;
}

.intpage-waku1s {
	width: 100%;
	height: auto;
	clear: both;
	position:relative;
	z-index: 100;
}

.intpage-waku1s::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 250px;
  background-color: #57d5df;
  background-image: url(../images/dot1.png);
  top: 300px;
  right: 50px;
	z-index: -100;
}

.intpage-waku2 {
	width: 100%;
	height: auto;
	clear: both;
	position:relative;
	z-index: 100;
}

.intpage-waku-lt {
	width: 47%;
	float: left;
	text-align: left;
	margin-bottom: 80px;
}

.intpage-waku-lp {
	width: 47%;
	float: left;
	margin-bottom: 80px;
}

.intpage-waku-rt {
	width: 47%;
	float: right;
	text-align: left;
	margin-bottom: 80px;
}

.intpage-waku-rp {
	width: 47%;
	float: right;
	margin-bottom: 80px;
}

.intpage-waku-lp img,
.intpage-waku-rp img {
	width: 100%;
}

.intpage-waku-lts {
	width: 47%;
	float: left;
	text-align: left;
	margin-bottom: 50px;
}

.intpage-waku-lps {
	width: 47%;
	float: left;
	margin-bottom: 50px;
}

.intpage-waku-rts {
	width: 47%;
	float: right;
	text-align: left;
	margin-bottom: 50px;
}

.intpage-waku-rps {
	width: 47%;
	float: right;
	margin-bottom: 50px;
}

.intpage-waku-lps img,
.intpage-waku-rps img {
	width: 100%;
}

.intpage-t1 {
	font-size: 90px;
	font-family: 'Alex Brush', cursive;
	color: #57d5df;
}

.intpage-t1 span {
	font-size: 45px;
}

.intpage-t2 {
	font-size: 25px;
	line-height: 130%;
	margin-top: 10px;
}

.intpage-name {
	font-size: 18px;
	margin-top: 20px;
}

.intpage-year {
	font-size: 18px;
	margin-top: 5px;
}

.intpage-p {
	font-size: 15px;
	margin-top: 20px;
}

.intpage-bp {
	width: 23%;
	display: inline-block;
}

.intpage-bp img {
	width: 100%;
}

#int01,
#int02,
#int03,
#int04,
#int05,
#int06,
#int07 {
   margin-top:-120px;
   padding-top:120px;
}

@media screen and (max-width:992px) {
	
.int-base-l {
	width: 100%;
	position:relative;
	float: none;
}

.int-base-r {
	display: none;
}	
	
.intpage-waku1::before {
	display: none;
}

.intpage-waku1::after {
	display: none;
}

.intpage-waku1s::after {
	display: none;
}
	
.intpage-waku-lt,
.intpage-waku-rt,
.intpage-waku-lts,
.intpage-waku-rts,
.intpage-waku-lp,
.intpage-waku-rp,
.intpage-waku-lps,
.intpage-waku-rps {
	margin-bottom: 30px;
}

	
.intpage-t1 {
	font-size: 50px;
	font-family: 'Alex Brush', cursive;
	color: #57d5df;
}

.intpage-t1 span {
	font-size: 30px;
}

.intpage-t2 {
	font-size: 20px;
	line-height: 130%;
	margin-top: 5px;
}

.intpage-name {
	font-size: 16px;
	margin-top: 10px;
}

.intpage-year {
	font-size: 16px;
	margin-top: 5px;
}

.intpage-p {
	font-size: 14px;
	margin-top: 10px;
}
	
	
.intpage-bp {
	width: 25%;
}
	
#int01,
#int02,
#int03,
#int04,
#int05,
#int06,
#int07 {
   margin-top:-50px;
   padding-top:50px;
}
	
}

@media screen and (max-width:568px) {

.intpage-waku-lt,
.intpage-waku-rt,
.intpage-waku-lts,
.intpage-waku-rts {
	width: 100%;
	float: none;
	margin-bottom: 30px;
	display: block;
}

.intpage-waku-lp,
.intpage-waku-rp,
.intpage-waku-lps,
.intpage-waku-rps {
	width: 70%;
	float: none;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}


}



/*# ★★テーブル★★ */

table.sec-table01 {
	width:460px;
	margin-right: auto;
	margin-left: auto;
}

table.sec-table01 tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}

table.sec-table01 td{
	font-size: 14px;
	line-height: 200%;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	letter-spacing: 3px;
}

table.sec-table01 td.i1{
	width:120px;
}

table.sec-table01 td.i2{
	text-align: left;
}


table.sec-table02 {
	width:850px;
	margin-right: auto;
	margin-left: auto;
}

table.sec-table02 tr {

}

table.sec-table02 td{
	font-size: 16px;
	line-height: 200%;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: center;
	letter-spacing: 3px;
}

table.sec-table02 td.i1{
	width:200px;
}

table.sec-table02 td.i2{
	text-align: left;
}

table.sec-table02 td.i3{
	text-align: center;
	width:100%;
}

table.sec-table03 {
	width:850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

table.sec-table03 tr {
}

table.sec-table03 th{
	font-size: 14px;
	line-height: 130%;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 3px;
	background-color: #D3D4D3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: normal;
	vertical-align: center;
	text-align: center;
}

table.sec-table03 td{
	font-size: 14px;
	line-height: 130%;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: center;
	text-align: center;
}

/* 最後の要素にだけ指定 */
table.sec-table03 td:last-child,
table.sec-table03 th:last-child {
	border-right: 0px;
}


/* タブレットサイズから下 */
@media screen and (max-width:992px) {

table.sec-table02 {
	width:100%;
}
	
table.sec-table03 {
	width:100%;
}
	
table.sec-table03 th{
	font-size: 14px;
	line-height: 130%;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

table.sec-table03 td{
	font-size: 14px;
	line-height: 130%;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

}

@media screen and (max-width:568px) {
	
table.sec-table01 {
	width:100%;
}

table.sec-table01 td{
	font-size: 14px;
	line-height: 150%;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 1px;
}

table.sec-table01 td.i1{
	width: 100%;
	display: block;
	border-right-style: none;
	border-bottom-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.sec-table01 td.i2{
	width:100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
}
	
table.sec-table02 td{
	font-size: 14px;
	line-height: 150%;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 1px;
}

table.sec-table02 td.i1{
	width: 100%;
	display: block;
	border-right-style: none;
	border-bottom-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.sec-table02 td.i2{
	width:100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
}
	
table.sec-table02 td.i3{
	width:100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
}
	
table.sec-table03 {
	width:100%;
	vertical-align: center;
	text-align: center;
	margin-top: 30px;
}
	
table.sec-table03 th{
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 0px;
	vertical-align: center;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

table.sec-table03 td{
	font-size: 10px;
	line-height: 130%;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 0px;
	vertical-align: center;
	text-align: center;
}
	
}

/*# ★★汎用設定★★ */

.img100{
	width: 100%;
	height: auto;
}

.img-pc{
	width: 100%;
	display: inline-block;
}

.img-pc-tb{
	width: 100%;
	display: inline-block;
}

.img-tb{
	display: none;
}

.img-tb-sp{
	display: none;
}

.img-sp{
	display: none;
}

.img-sp2{
	display: none;
}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {
	
.img-pc-tb{
	display: none;
}
	
.img-tb{
	width: 100%;
	display: inline-block;
}
	
.img-tb-sp{
	width: 100%;
	display: inline-block;
}
	
}

@media screen and (max-width:600px) {

.img-tb-sp{
	display: none;
}
.img-sp2{
	display: inline-block;
	width: 100%;
}
	
}

@media screen and (max-width:568px) {
.img-pc{
	display: none;
}
.img-sp{
	display: inline-block;
	width: 100%;
}
}

/*# ★★PC、スマホの表示非表示★ */

/*# 1200以上は表示 */
.x-pc { display:inline; }
/*# 992以上は表示 */
.x-note { display:inline; }
/*# 768以上は表示 */
.x-tb { display:inline; }
/*# 480以上は表示 */
.x-sp { display:inline; }

/*# 992以下は表示 */
.pc-0 { display:none; }
/*# 992以下は表示 */
.note-0 { display:none; }
/*# 768以下は表示 */
.tb-0 { display:none; }
/*# 480以下は表示 */
.sp-0 { display:none; }

@media screen and (max-width:1200px) {
	
.x-pc { display:none; }
.pc-0 { display:inline; }
	
}

@media screen and (max-width:992px) {
	
.x-note { display:none; }
.note-0 { display:inline; }
	
}

@media screen and (max-width:768px) {
	
.x-tb { display:none; }	
.tb-0 { display:inline; }

}

@media screen and (max-width:568px) {

.x-sp { display:none; }
.sp-0 { display:inline; }
	
}

/*# 丸メニュー用 */
.br-menu { display:inline; }

@media screen and (max-width:1300px) {
.br-menu { display:none; }
}

/*# 左右均等配置 */
.justify{
	display:flex;
	display:-moz-flex;
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	justify-content:space-between;
	-moz-justify-content:space-between;
	-o-justify-content:space-between;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
}

/*# ロールオーバーでイメージ半透明 */
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*# clearfix */
.clearfix:after {
	clear: both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }

/*# 文字関係 */

.bold {
	font-weight: bold;
}

.cen {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.cen2 {
	margin-right: auto;
	margin-left: auto;
}

.f10 {
	font-size: 10px;
	line-height: 130%;
}

.f13 {
	font-size: 13px;
	line-height: 130%;
}

.f16 {
	font-size: 16px;
	line-height: 130%;
}

.f20 {
	font-size: 20px;
	line-height: 130%;
}

.f27 {
	font-size: 27px;
	line-height: 130%;
}

.f35 {
	font-size: 35px;
	line-height: 130%;
}

.f50 {
	font-size: 50px;
	line-height: 130%;
}

.f55 {
	font-size: 55px;
	line-height: 130%;
}

.fb {
	color: #333333;
}

.fr {
	color: #D0121B;
}

.fw {
	color: #ffffff;
}

.fg {
	color: #0D4737;
}

.lh130 {
	line-height: 130%;
}

.lh140 {
	line-height: 140%;
}

.lh150 {
	line-height: 150%;
}
.lh170 {
	line-height: 170%;
}

.t-cen {
	text-align: center;
}

.t-lef {
	text-align: left;
}

.t-rig {
	text-align: right;
}

/*# 空き関係 */

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt20-5 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.pt70 {
	padding-top: 70px !important;
}

@media screen and (max-width:1140px) {

.mt20-5 {
	margin-top: 5px !important;
}

.mt30,
.mt40,
.mt50,
.mt60,
.mt70 {
	margin-top: 20px !important;
}

/*# スマホ時のみサイズ変更 */

.sf14 {
	font-size: 14px;
	line-height: 130%;
}
.sf18 {
	font-size: 18px;
	line-height: 130%;
}

.f20 {
	font-size: 18px;
}

.f27 {
	font-size: 23px;
}

.f35 {
	font-size: 27px;
}

.f50,
.f55 {
	font-size: 40px;
}

}

@media screen and (max-width:768px) {

.f27 {
	font-size: 18px;
}

.f35 {
	font-size: 23px;
}

.f50,
.f55 {
	font-size: 30px;
}

}

/* 応募ボタン */

#kyujin-oubo {
  background:linear-gradient(#ff9933, #ff7065);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align:center;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
}

#kyujin-oubo span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :150px;
  text-align:center;
  font-size: 25px;
  color: #fff;
}

#kyujin-oubo a{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}

#kyujin-oubo:hover{
    opacity: 0.8;
}

@media screen and (max-width:1500px) {

#kyujin-oubo {
  background:linear-gradient(#ff9933, #ff7065);
  width: 120px;
  height: 120px;
  top: 10px;
  right: 10px;
}

#kyujin-oubo span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :120px;
  text-align:center;
  font-size: 21px;
  color: #fff;
}

}

@media screen and (max-width:1300px) {

#kyujin-oubo {
  font-size: 20px;
  background:linear-gradient(#ff9933, #ff7065);
  width: 55px;
  height: 200px;
  border-radius: 0%;
  top: 80px;
  right: 0px;
}

#kyujin-oubo span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 55px;
  font-size: 20px;
	line-height: 55px;
}

}

@media screen and (max-width:992px) {

#kyujin-oubo {
  font-size: 14px;
  background:linear-gradient(#ff9933, #ff7065);
  width: 40px;
  height: 130px;
  border-radius: 0%;
  top:　80px;
  right: 0px;
}

#kyujin-oubo span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 40px;
  height: 130px;
  font-size: 16px;
	line-height: 40px;
}

}

@media screen and (max-width:568px) {

#kyujin-oubo {
  font-size: 16px;
  width: 100%;
  height: 40px;
  top: auto;
  bottom: 0;
  right: auto;
  left: auto;
}

#kyujin-oubo span {
  -webkit-writing-mode: lr-tb; 
      -ms-writing-mode: lr-tb; 
          writing-mode: lr-tb; 
  width: 100%;
  height: 40px;
  font-size: 20px;
	line-height: 40px;
}

}




/* Topへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 42px;
  height: 42px;
	z-index: 10000;
}

.arrow{
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  width: 42px;
  height: 42px;
}

.arrow::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border: 1px solid #999999;
  background: #ffffff;
}

.arrow::after{
  content: '';
  width: 26px;
  height: 26px;
  border: 0px;
  border-top: solid 1px #999999;
  border-left: solid 1px #999999;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -4px;
}

.arrow a{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}

.arrow:hover::after{
  border-top: solid 1px #B4B4B4;
  border-left: solid 1px #B4B4B4;
}

.arrow a:hover{
	border: 1px solid #B4B4B4;
}

@media screen and (max-width: 640px) {
#page-top {
  right: 10px;
}
}





