@charset "UTF-8";

/*reset-----------*/

html {font-size: 62.5%;}
/*size10px*/

body { font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {
body { overflow-x: hidden;}
}

a {text-decoration: none;}
a:link {color: #000;}
a:visited{ color: #000;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:1rem; line-height: 2.5rem;}
p { font-size:1rem; line-height: 2.5rem;}
img {vertical-align: middle;}

/*-----------reset*/

/*----------------------
▼テキスト▼
----------------------*/

/* コピペ用　ipadタッチはPC表示
@media (min-width:1200px){
}
@media (min-width: 960px) and (max-width: 1200px) {
}

@media (min-width:960px){

}

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

}

@media (max-width:599px){

}

/*----------------------
▲テキスト▲
----------------------*/

/*
共通スタイル common_
-------------------------*/
@media (min-width:960px){
.pc {display: inherit;}
.tb {display: none;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: none;}
/* ページトップ */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center {
	display: none;
}
#scroll a {
	color: rgba(255,255,255,1);
}
.scroll_right {
	background: rgba(30,149,210,1);
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/* パンクズ */
.breadcrumb {
	margin: 20px auto;
	padding: 0 0 0 20px;
	width: 100%;
}
.breadcrumb li,
.breadcrumb li a {
	display: inline;
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after,
.breadcrumb_nolinktxt:after {
	content:">";
	margin: 0 10px;
	transition: .5s;
}
.breadcrumb_nolinktxt:after {
	content:"";
	margin: 0 10px;
	transition: .5s;
}
.breadcrumb a:hover {
	opacity: .5;
}
/*アンカー調整*/
#point_link {
	padding-top:100px;
	margin-top:-100px;
}

#animation,
#animation_2 {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1.5s;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}
/* ページトップ_tb */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center {
	display: none;
}
#scroll a {
	color: rgba(255,255,255,1);
}
.scroll_right {
	background: rgba(30,149,210,1);
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/* パンクズ_tb */
.breadcrumb {
	margin: 20px auto;
	padding: 0 0 0 20px;
	width: 100%;
}
.breadcrumb li,
.breadcrumb li a {
	display: inline;
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after,
.breadcrumb_nolinktxt:after {
	content:">";
	margin: 0 10px;
	transition: .5s;
}
.breadcrumb_nolinktxt:after {
	content:"";
	margin: 0 10px;
}
/*アンカー調整_tb*/
#point_link {
	padding-top:100px;
	margin-top:-100px;
}

}

@media (max-width:599px){
.pc {display: none;}
.tb {display: none;}
.pctb {display: none;}
.sp {display: inherit;}
.tbsp {display: inherit;}
/* パンクズ_sp */
.breadcrumb {
	margin: 20px auto;
	padding: 0 0 0 10px;
	width: 100%;
}
.breadcrumb li,
.breadcrumb li a {
	display: inline;
	color: rgba(102,102,102,1);
	font-size: 1rem;
	font-weight: bold;
}
.breadcrumb a:after,
.breadcrumb_nolinktxt:after {
	content:">";
	margin: 0 10px;
}
.breadcrumb_nolinktxt:after {
	content:"";
	margin: 0 10px;
}
/*アンカー調整_sp*/
#point_link {
	padding-top:100px;
	margin-top:-100px;
}
/* sptel */
#scroll {
    position: fixed;
	background: rgba(51,51,51,.5);
    font-size: 1.2rem;
	height: 60px;
	width: 100%;
	margin: 0 atuo;
	padding: 5px 0;
	z-index: 100;
}
.scroll_contain {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}
#scroll a {
    text-decoration: none;
	color: rgba(255,255,255,1); 
    text-align: center;
    display: block;
}
.scroll_left {
	background: rgba(41,166,221,1);
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 50%;
}
.scroll_left img {
	width: 40%;
	height: auto;
}
.scroll_center {
	background: rgba(41,166,221,1);
	width: 60%;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 10px;
}
.scroll_right {
	background-color: rgba(0,0,0,0.2);
	font-size: 2rem;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;	
}

}

/*----------------------
▼ヘッダー_ナビゲーション▼
----------------------*/

@media (min-width:960px){
.head_wrap {
	position: relative;
	background: url(images/main-pic.jpg) top no-repeat;
	background-size: cover;
	height: 600px;
	width: 100%;
}
.head_wrap_under {
	position: relative;
	background: url(images/main-pic-under.jpg) top no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
}
.head_wrap_under_bird {
	position: relative;
	background: url(images/main-pic-under-bird.jpg) top no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
}
.head_wrap_under_clean {
	position: relative;
	background: url(images/main-pic-under-clean.jpg) top no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
}
.top_head_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.top_left_item {
	margin: 15px 0 0 15px;
}
.top_left_item img {
	margin: 0 15px 0 0;
}
.top_left_item h1 {
	display: inline-block;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.top_right_item {
	background: rgba(170,200,220,1);
	padding: 10px 20px 5px;
	text-align: right;
}
.top_right_item p:first-of-type {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.top_right_item p:last-of-type {
	color: rgba(255,255,255,1);
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.top_right_item p:last-of-type span {
	font-size: 2rem;
	margin: 0 5px 0 0;
}
.hero_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.hero_txt p:first-of-type {
	color: rgba(255,255,255,1);
	font-size: 4rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.hero_txt p:last-of-type {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	letter-spacing: 4px;
}
.hero_link {
	position: absolute;
	top: 75%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.hero_link a {
	display: inline-block;
	border: solid thin rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 35px;
	transition: .4s;
}
.hero_link a:hover {
	background: rgba(255,255,255,1);
	color: rgba(102,102,102,1);
}
.nav_wrap {
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,.9);
	padding: 10px 0 10px;
	width: 100%;
}
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 960px;
}
#global_nav ul li {
	position: relative;
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	width: 160px;
}
#global_nav ul li a {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	transition: .4s;
}
#global_nav ul li a:hover {
	opacity: .4;
}
#global_nav ul li+li {
	/*区切り線*/
	border-left: 1px solid rgba(180,180,180,1);
	height: 45px;
}
/* ドロップダウンメニュー */
#global_nav ul li ul {
	position: absolute;
	top: 45px;
	height: 0;
	overflow: hidden;
	-webkit-box-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: .1s;
	width: 100%;
}
#global_nav ul li:hover ul {
	background: rgba(30,149,210,1);
	height: 80px;
	overflow: visible;
	width: 100%;
}
#global_nav ul li ul li {
	border: none;
	height: 40px;
	line-height: 40px;
	width: 100%;
}
#global_nav ul li ul li a {
	display: block;
	color: rgba(255,255,255,1);
	height: 100%;
	width: 100%;
}
/*アクション*/
.nav_fixed {
	position: fixed;
	top: 0;
	background: rgba(255,255,255,.8);
	height: 70px;
	padding: 10px 0 10px;
	width: 100%;
	z-index:100;
}
/*current*/
#global_nav .current a {
	color: rgba(153,0,0,1);
}
#global_nav span {
	color: rgba(153,0,0,1);
}

}

@media (min-width: 600px) and (max-width: 959px) {
.head_wrap {
	position: relative;
	background: url(images/main-pic.jpg) top no-repeat;
	background-size: cover;
	height: 500px;
	width: 100%;
}
.head_wrap_under {
	position: relative;
	background: url(images/main-pic-under.jpg) top no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
}
.head_wrap_under_bird {
	position: relative;
	background: url(images/main-pic-under-bird.jpg) top no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
}
.head_wrap_under_clean {
	position: relative;
	background: url(images/main-pic-under-clean.jpg) top no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
}
.top_head_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.top_left_item {
	margin: 10px 0 0 10px;
}
.top_left_item img {
	margin: 0 0 10px 0;
}
.top_left_item h1 {
	display: block;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.top_right_item {
	padding: 10px 10px 0;
	text-align: right;
}
.top_right_item p:first-of-type {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.top_right_item p:last-of-type {
	color: rgba(255,255,255,1);
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.top_right_item p:last-of-type span {
	font-size: 2rem;
	margin: 0 5px 0 0;
}
.hero_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.hero_txt p:first-of-type {
	color: rgba(255,255,255,1);
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 20px;
	width: 100%;
}
.hero_txt p:last-of-type {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	letter-spacing: 4px;
}
.hero_link {
	position: absolute;
	top: 75%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.hero_link a {
	display: inline-block;
	border: solid thin rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 35px;
}
.nav_wrap {
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,.7);
	padding: 10px 0 10px;
	width: 100%;
}
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}
#global_nav ul li {
	position: relative;
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	width: 16%;
}
#global_nav ul li a {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
}
#global_nav ul li+li {
	/*区切り線*/
	border-left: 1px solid rgba(180,180,180,1);
	height: 45px;
}
/* ドロップダウンメニュー_tb */
#global_nav ul li ul {
	position: absolute;
	top: 45px;
	height: 0;
	overflow: hidden;
	-webkit-box-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: .1s;
	width: 100%;
}
#global_nav ul li:hover ul {
	background: rgba(30,149,210,1);
	height: 80px;
	overflow: visible;
	width: 100%;
}
#global_nav ul li ul li {
	border: none;
	height: 40px;
	line-height: 40px;
	width: 100%;
}
#global_nav ul li ul li a {
	display: block;
	color: rgba(255,255,255,1);
	height: 100%;
	width: 100%;
}
/*アクション_tb*/
.nav_fixed {
	position: fixed;
	top: 0;
	background: rgba(255,255,255,.8);
	height: 70px;
	padding: 10px 0 10px;
	width: 100%;
	z-index:100;
}
/*current_tb*/
#global_nav .current a {
	color: rgba(153,0,0,1);
}
#global_nav span {
	color: rgba(153,0,0,1);
}

}

@media (max-width:599px){
.head_wrap {
	position: relative;
	background: url(images/main-pic.jpg) top center no-repeat;
	background-size: cover;
	height: 300px;
	width: 100%;
}
.head_wrap_under {
	position: relative;
	background: url(images/main-pic-under.jpg) top no-repeat;
	background-size: cover;
	height: 300px;
	width: 100%;
}
.head_wrap_under_bird,
.head_wrap_under_clean {
	position: relative;
	background: url(images/main-pic-under-bird.jpg) top no-repeat;
	background-size: cover;
	height: 300px;
	width: 100%;
}
.top_left_item img {
	position: fixed;
	top: 7px;
	left: 10px;
	z-index: 1000;
	height: 50px;
	width: auto;
}
.top_left_item h1 {
	position: absolute;
	top: 70px;
	left: 10px;
	color: rgba(255,255,255,1);
	line-height: 15px;
}
.top_right_item {
	display: none;
}
.hero_txt {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	width: 100%;
}
.hero_txt p:first-of-type {
	color: rgba(255,255,255,1);
	font-size: 2.3rem;
	font-weight: bold;
	margin: 0 0 5px;
	width: 100%;
}
.hero_txt p:last-of-type {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
}
.hero_link {
	position: absolute;
	top: 85%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}
.hero_link a {
	display: block;
	background: rgba(255,255,255,.4);
	border: solid thin rgba(255,255,255,1);
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 5px 45px;
	text-align: center;
	width: 70%;
}

#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 0;
	background: rgba(126,200,227,.7);
	height: 65px;
	width: 100%;
	z-index: 999;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(0,0,0,.7);
	font-size: 1.3rem;
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: -1000px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 100%;
}
#global_nav::-webkit-scrollbar {
    width: 7px;
}
#global_nav::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
#global_nav::-webkit-scrollbar-track-piece {
    background: rgba(255,255,255,1);
}

#global_nav ul {
	z-index: 999;
}
#global_nav li {
	height: 45px;
	line-height: 45px;
	text-align: left;
	padding-left: 20px;
}
#global_nav a:link,nav a:visited {
	color: rgba(255,255,255,1);
}

/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateY(1065px);
	-webkit-transform: translateY(1065px);
	transform: translateY(1065px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 15px;
    top: 14px;
    width: 34px;
    height: 36px;
    z-index: 999;
}
#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: rgba(255,255,255,1);
	height: 4px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {top: 7px;}
#nav_toggle span:nth-child(2) {top: 18px;}
#nav_toggle span:nth-child(3) {top: 29px;}

/* Fixed reset */
#top_head .fixed {
	padding-top: 0;
	background: transparent;
}
#nav_toggle {
	display: block;
}
	
/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
	top: 17px;
	-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: 17px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: -5px;
	right: 16px;
}
#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	top: 10px;
	right: 2px;
	color: rgba(255,255,255,1);
}

/* ドロップダウンメニュー */
#global_nav ul li ul li {
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	text-align: left;
}
.drop_nav_sp {
	/* ドロップメニューの高さ分下側にマージン入れる */
	color: rgba(255,255,255,1);
	margin: 0 0 90px;
}
.drop_nav_sp li:before {
	content:">";
	color: rgba(255,255,255,1);
	margin-right: 10px;
}

}

/*----------------------
▲ヘッダー_ナビゲーション▲
----------------------*/

/*----------------------
▼メインコンテンツ▼
----------------------*/

@media (min-width:960px){
.first_content {
	margin: 80px auto;
	text-align: center;
	width: 960px;
}
.first_content h2 {
	color: rgba(102,102,102,1);
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 35px;
	margin: 0 0 30px;
}
.first_content p:first-of-type {
	font-size: 1.5rem;
	margin: 0 0 20px;
}
.first_content p:last-of-type {
	font-size: 1.5rem;
}
.arrow {
	text-align: center;
}
/*見出し*/
.midashi {
	margin: 0 0 40px;
	text-align: center;
}
.midashi h2 {
	color: rgba(102,102,102,1);
	font-size: 2.5rem;
	font-weight: bold;
}
.midashi p {
	color: rgba(102,102,102,1);
	font-size: 1rem;
	font-weight: bold;
}
/*サービス*/
.service_top_wrap {
	background: rgba(239,236,223,.3);
	margin: 80px 0 80px;
	padding: 80px 0;
}
.service_top_content {
	margin: 0 auto;
	max-width: 70%;
}
.service_top_pic_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 50px;
}
.service_top_pic_item {
	position: relative;
	width: 48%;
}
.service_top_pic_item img {
	height: auto;
	transition: .4s;
	width: 100%;
}
.service_top_pic_item img:hover {
	opacity: .4;
}
.service_top_pic_item h3 {
	position: absolute;
	top: 25%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
}
.service_top_pic_item p {
	position: absolute;
	top: 38%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	text-shadow: 0px 0px 10px rgba(102,102,102,1);
}
.service_top_content h4 {
	color: rgba(0,113,183,1);
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}
.service_top_check_txt {
	background: rgba(255,255,255,1);
	margin: 0 auto 40px;
	padding: 30px 0 20px 60px;
	width: 550px;
}
.service_top_check_txt p {
	position: relative;
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 10px;
}
.service_top_check_txt p::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 8px;
  height: 3px;
  border-left: 2px solid rgba(102,102,102,1);
  border-bottom: 2px solid rgba(102,102,102,1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*NEWS*/
.news_midashi {
	margin: 0 0 40px;
	text-align: center;
}
.news_midashi h2 {
	color: rgba(102,102,102,1);
	font-size: 2.5rem;
	font-weight: bold;
}

.news_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 80px;
	width: 960px;
}
.news_item {
	width: 450px;
}
.news_item h3 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.line {
	position: relative;
    background: #fff;
	margin: 0 auto;
	text-align: left;
	max-width: 1500px;
}
.line span {
    position: relative;
	background: #fff;
    padding: 0 20px 0 0;
}
.line::before {
    position: absolute;
    top: 50%;
	content: "";
    border-top: solid 1px rgba(170,170,170,1);
    height: 1px;
    width: 100%;
}

.news_item dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
	height: 200px;
	overflow-y: scroll;
}
.news_item dl::-webkit-scrollbar {
    width: 7px;
}
.news_item dl::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
.news_item dl::-webkit-scrollbar-track-piece {
    background: rgba(230,230,230,1);
}

.news_item dt {
	padding: 10px 0;
	width: 90px;
}
.news_item dd {
	padding: 10px 0;
	width: 350px;
}
/*選ばれる理由*/
.select_wrap {
	background: url(images/point-back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 0 80px;
	padding: 80px 0;
}
.select_top_txt {
	margin: 0 0 40px;
	text-align: center;
}
.select_top_txt p {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.select_top_txt span {
	color: rgba(102,102,102,1);
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 0 10px;
}
.point_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 70%;
}
.point_item {
	width: 30%;
}
.point_item > p {
	color: rgba(102,102,102,1);
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
.point_item_content {
	background: rgba(255,255,255,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	min-height: 290px;
	padding: 30px 40px;
}
.point_item_content h3 {
	border-bottom: solid thin rgba(153,153,153,1);
	color: rgba(41,166,221,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 15px;
	text-align: center;
}
.point_item_content h3 span {
	display: block;
	color: rgba(41,166,221,1);
	font-size: 3rem;
	font-weight: bold;
	margin: 5px 0 0;
}
.point_item_content p {
	font-size: 1.5rem;
	text-align: left;
}
/*メッセージ*/
.message_wrap {
	margin: 0 0 80px;
}
.message_txt {
	text-align: center;
}
.message_txt p {
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 30px;
	line-height: 30px;
	letter-spacing: 3px;
}
.name {
	text-align: center;
}
.name p {
	color: rgba(153,153,153,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.name p span {
	display: block;
	color: rgba(153,153,153,1);
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 5px 0 0;
}
/*会社概要*/
.company_wrap {
	margin: 50px auto 0;
	width: 960px;
}
.company_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.company_wrap dt {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0 15px 20px;
	width: 230px;
}
.company_wrap dd {
	font-size: 1.5rem;
	padding: 15px 0;
	width: 730px;
}
.company_wrap dt:nth-of-type(even) {
	background: rgba(245,245,245,1);
}
.company_wrap dd:nth-of-type(even) {
	background: rgba(245,245,245,1);
}
.company_wrap dd a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
/*求人*/
.recruit_wrap {
	margin: 80px auto 0;
	width: 960px;
}
.recruit_no_txt {
	background: rgba(245,245,245,1);
	margin: 0 0 50px;
	padding: 30px 0;
	text-align: center;
}
.recruit_no_txt p {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.recruit_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.recruit_wrap dt {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0 15px 20px;
	width: 230px;
}
.recruit_wrap dd {
	font-size: 1.5rem;
	padding: 15px 0;
	width: 730px;
}
.recruit_wrap dt:nth-of-type(even) {
	background: rgba(245,245,245,1);
}
.recruit_wrap dd:nth-of-type(even) {
	background: rgba(245,245,245,1);
}

/*個人情報保護方針*/
.pp_wrap {
	margin: 80px auto;
	width: 960px;
}
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_txt {
	margin: 0 0 40px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 20px;
}
/*下層コンタクト*/
.under_contact_wrap {
	background: rgba(239,236,223,.3);
	margin: 80px 0 0;
	padding: 40px 0 40px;
}
.under_contact_txt {
	text-align: center;
}
.under_contact_txt p {
	font-size: 1.5rem;
	margin: 0 0 30px;
}
.under_contact_wrap a {
	display: block;
	background: rgba(255,255,255,1);
	border: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	margin: 40px auto 0;
	padding: 15px 0;
	text-align: center;
	transition: .4s;
	width: 400px;
}
.under_contact_wrap a:hover {
	opacity: .4;
}
.under_contact_wrap a img {
	margin: 0 10px 0 0 ;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.first_content {
	margin: 80px auto 50px;
	text-align: center;
	width: 100%;
}
.first_content h2 {
	color: rgba(102,102,102,1);
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 35px;
	margin: 0 0 30px;
}
.first_content p:first-of-type {
	font-size: 1.5rem;
	margin: 0 0 20px;
}
.first_content p:last-of-type {
	font-size: 1.5rem;
}
.arrow {
	text-align: center;
}
/*見出し_tb*/
.midashi {
	margin: 0 0 40px;
	text-align: center;
}
.midashi h2 {
	color: rgba(102,102,102,1);
	font-size: 2.5rem;
	font-weight: bold;
}
.midashi p {
	color: rgba(102,102,102,1);
	font-size: 1rem;
	font-weight: bold;
}
/*サービス_tb*/
.service_top_wrap {
	background: rgba(239,236,223,.3);
	margin: 50px 0 80px;
	padding: 80px 0;
}
.service_top_content {
	margin: 0 auto;
	width: 95%;
}
.service_top_pic_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 50px;
}
.service_top_pic_item {
	position: relative;
	width: 48%;
}
.service_top_pic_item img {
	height: auto;
	width: 100%;
}
.service_top_pic_item h3 {
	position: absolute;
	top: 25%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
}
.service_top_pic_item p {
	position: absolute;
	top: 43%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	text-shadow: 0px 0px 10px rgba(102,102,102,1);
}
.service_top_content h4 {
	color: rgba(0,113,183,1);
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}
.service_top_check_txt {
	background: rgba(255,255,255,1);
	margin: 0 auto 30px;
	padding: 30px 0 20px 60px;
	width: 550px;
}
.service_top_check_txt p {
	position: relative;
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 10px;
}
.service_top_check_txt p::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 8px;
  height: 3px;
  border-left: 2px solid rgba(102,102,102,1);
  border-bottom: 2px solid rgba(102,102,102,1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*NEWS_tb*/
.news_midashi {
	margin: 0 0 40px;
	text-align: center;
}
.news_midashi h2 {
	color: rgba(102,102,102,1);
	font-size: 2.5rem;
	font-weight: bold;
}
.news_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 80px;
	width: 95%;
}
.news_item {
	width: 48%;
}
.news_item h3 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.line {
	position: relative;
    background: #fff;
	margin: 0 auto;
	text-align: left;
	max-width: 1500px;
}
.line span {
    position: relative;
	background: #fff;
    padding: 0 20px 0 0;
}
.line::before {
    position: absolute;
    top: 50%;
	content: "";
    border-top: solid 1px rgba(170,170,170,1);
    height: 1px;
    width: 100%;
}

.news_item dl {
	font-size: 1.3rem;
	height: 200px;
	overflow-y: scroll;
}
.news_item dl::-webkit-scrollbar {
    width: 7px;
}
.news_item dl::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
.news_item dl::-webkit-scrollbar-track-piece {
    background: rgba(230,230,230,1);
}

.news_item dt {
	padding: 10px 0 0;
	width: 100%;
}
.news_item dd {
	padding: 0 0 10px;
	width: 100%;
}
/*選ばれる理由_tb*/
.select_wrap {
	background: url(images/point-back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 0 80px;
	padding: 80px 0;
}
.select_top_txt {
	margin: 0 0 40px;
	text-align: center;
}
.select_top_txt p {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.select_top_txt span {
	color: rgba(102,102,102,1);
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 0 10px;
}
.point_box {
	margin: 0 auto;
	width: 80%;
}
.point_item {
	width: 100%;
}
.point_item > p {
	color: rgba(102,102,102,1);
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
.point_item_content {
	background: rgba(255,255,255,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	margin: 0 0 30px;
	padding: 20px 40px 30px;
}
.point_item_content h3 {
	border-bottom: solid thin rgba(153,153,153,1);
	color: rgba(41,166,221,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 15px;
	text-align: center;
}
.point_item_content h3 span {
	display: block;
	color: rgba(41,166,221,1);
	font-size: 3rem;
	font-weight: bold;
	margin: 5px 0 0;
}
.point_item_content p {
	font-size: 1.5rem;
	text-align: left;
}
/*メッセージ_tb*/
.message_wrap {
	margin: 0 0 80px;
}
.message_txt {
	text-align: center;
}
.message_txt p {
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 30px;
	line-height: 30px;
	letter-spacing: 3px;
}
.name {
	text-align: center;
}
.name p {
	color: rgba(153,153,153,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.name p span {
	display: block;
	color: rgba(153,153,153,1);
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 5px 0 0;
}
/*会社概要_tb*/
.company_wrap {
	margin: 50px auto 0;
	width: 95%;
}
.company_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.company_wrap dt {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0 15px 20px;
	width: 30%;
}
.company_wrap dd {
	font-size: 1.5rem;
	padding: 15px 0;
	width: 70%;
}
.company_wrap dt:nth-of-type(even) {
	background: rgba(245,245,245,1);
}
.company_wrap dd:nth-of-type(even) {
	background: rgba(245,245,245,1);
}
.company_wrap dd a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
/*求人_tb*/
.recruit_wrap {
	margin: 80px auto 0;
	width: 95%;
}
.recruit_no_txt {
	background: rgba(245,245,245,1);
	margin: 0 0 50px;
	padding: 30px 0;
	text-align: center;
}
.recruit_no_txt p {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.recruit_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.recruit_wrap dt {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0 15px 20px;
	width: 30%;
}
.recruit_wrap dd {
	font-size: 1.5rem;
	padding: 15px 0;
	width: 70%;
}
.recruit_wrap dt:nth-of-type(even) {
	background: rgba(245,245,245,1);
}
.recruit_wrap dd:nth-of-type(even) {
	background: rgba(245,245,245,1);
}

/*個人情報保護方針_tb*/
.pp_wrap {
	margin: 80px auto;
	width: 95%;
}
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_txt {
	margin: 0 0 40px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 20px;
}
/*下層コンタクト_tb*/
.under_contact_wrap {
	background: rgba(239,236,223,.3);
	margin: 80px 0 0;
	padding: 40px 0 40px;
}
.under_contact_txt {
	text-align: center;
}
.under_contact_txt p {
	font-size: 1.5rem;
	margin: 0 0 30px;
}
.under_contact_wrap a {
	display: block;
	background: rgba(255,255,255,1);
	border: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	margin: 40px auto 0;
	padding: 15px 0;
	text-align: center;
	transition: .4s;
	width: 400px;
}
.under_contact_wrap a img {
	margin: 0 10px 0 0 ;
}

}

@media (max-width:599px){
.first_content {
	margin: 50px auto 30px;
	text-align: center;
	width: 100%;
}
.first_content h2 {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 35px;
	margin: 0 0 30px;
}
.first_content p:first-of-type {
	font-size: 1.3rem;
	margin: 0 0 20px;
}
.first_content p:last-of-type {
	font-size: 1.3rem;
}
.arrow {
	text-align: center;
}
/*見出し_sp*/
.midashi {
	margin: 0 0 40px;
	text-align: center;
}
.midashi h2 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.midashi p {
	color: rgba(102,102,102,1);
	font-size: 1rem;
	font-weight: bold;
}
/*サービス_sp*/
.service_top_wrap {
	background: rgba(239,236,223,.3);
	margin: 30px 0 50px;
	padding: 30px 0;
}
.service_top_content {
	margin: 0 auto;
	width: 95%;
}
.service_top_pic_box {
	margin: 0 0 50px;
}
.service_top_pic_item {
	position: relative;
	width: 100%;
}
.service_top_pic_item img {
	height: auto;
	margin: 0 0 20px;
	width: 100%;
}
.service_top_pic_item h3 {
	position: absolute;
	top: 25%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.service_top_pic_item p {
	position: absolute;
	top: 43%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	text-shadow: 0px 0px 10px rgba(102,102,102,1);
}
.service_top_content h4 {
	color: rgba(0,113,183,1);
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.service_top_check_txt {
	background: rgba(255,255,255,1);
	margin: 0 auto 20px;
	padding: 20px 0 10px 40px;
	width: 100%;
}
.service_top_check_txt p {
	position: relative;
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 10px;
}
.service_top_check_txt p::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 8px;
  height: 3px;
  border-left: 2px solid rgba(102,102,102,1);
  border-bottom: 2px solid rgba(102,102,102,1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*NEWS_sp*/
.news_midashi {
	margin: 0 0 40px;
	text-align: center;
}
.news_midashi h2 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.news_box {
	margin: 0 auto 80px;
	width: 95%;
}
.news_item {
	margin: 0 0 40px;
	width: 100%;
}
.news_item h3 {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.line {
	position: relative;
    background: #fff;
	margin: 0 auto;
	text-align: left;
	max-width: 1500px;
}
.line span {
    position: relative;
	background: #fff;
    padding: 0 20px 0 0;
}
.line::before {
    position: absolute;
    top: 50%;
	content: "";
    border-top: solid 1px rgba(170,170,170,1);
    height: 1px;
    width: 100%;
}

.news_item dl {
	font-size: 1.3rem;
	height: 150px;
	overflow-y: scroll;
}
.news_item dl::-webkit-scrollbar {
    width: 7px;
}
.news_item dl::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
.news_item dl::-webkit-scrollbar-track-piece {
    background: rgba(230,230,230,1);
}

.news_item dt {
	padding: 10px 0 0;
	width: 100%;
}
.news_item dd {
	padding: 0 0 10px;
	width: 100%;
}
/*選ばれる理由_sp*/
.select_wrap {
	background: url(images/point-back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 0 50px;
	padding: 30px 0;
}
.select_top_txt {
	margin: 0 0 40px;
	text-align: center;
}
.select_top_txt p {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
}
.select_top_txt span {
	color: rgba(102,102,102,1);
	font-size: 2.5rem;
	font-weight: bold;
}
.point_box {
	margin: 0 auto;
	width: 90%;
}
.point_item {
	width: 100%;
}
.point_item > p {
	color: rgba(102,102,102,1);
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
.point_item_content {
	background: rgba(255,255,255,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	margin: 0 0 30px;
	padding: 10px 20px 30px;
}
.point_item_content h3 {
	border-bottom: solid thin rgba(153,153,153,1);
	color: rgba(41,166,221,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 15px;
	text-align: center;
}
.point_item_content h3 span {
	display: block;
	color: rgba(41,166,221,1);
	font-size: 2.5rem;
	font-weight: bold;
	margin: 5px 0 0;
}
.point_item_content p {
	font-size: 1.3rem;
	text-align: left;
}
/*メッセージ_sp*/
.message_wrap {
	margin: 0 auto 50px;
	width: 90%;
}
.message_txt {
}
.message_txt p {
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 30px;
	line-height: 25px;
	letter-spacing: 3px;
}
.name {
	text-align: center;
}
.name p {
	color: rgba(153,153,153,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.name p span {
	display: block;
	color: rgba(153,153,153,1);
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 5px 0 0;
}
/*会社概要_sp*/
.company_wrap {
	margin: 30px auto 0;
	width: 95%;
}
.company_wrap dl {
}
.company_wrap dt {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0 0 10px;
	width: 100%;
}
.company_wrap dd {
	font-size: 1.3rem;
	padding: 0 0 15px 10px;
	width: 100%;
}
.company_wrap dt:nth-of-type(even) {
	background: rgba(245,245,245,1);
}
.company_wrap dd:nth-of-type(even) {
	background: rgba(245,245,245,1);
}
.company_wrap dd a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
/*求人_sp*/
.recruit_wrap {
	margin: 30px auto 0;
	width: 95%;
}
.recruit_no_txt {
	background: rgba(245,245,245,1);
	margin: 0 0 50px;
	padding: 20px 0;
	text-align: center;
}
.recruit_no_txt p {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.recruit_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.recruit_wrap dt {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0 15px 5px;
	width: 30%;
}
.recruit_wrap dd {
	font-size: 1.3rem;
	padding: 15px 0;
	width: 70%;
}
.recruit_wrap dt:nth-of-type(even) {
	background: rgba(245,245,245,1);
}
.recruit_wrap dd:nth-of-type(even) {
	background: rgba(245,245,245,1);
}

/*個人情報保護方針_sp*/
.pp_wrap {
	margin: 50px auto;
	width: 95%;
}
.pp_wrap p {
	font-size: 1.3rem;
}
.pp_txt {
	margin: 0 0 40px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 20px;
}
/*下層コンタクト_sp*/
.under_contact_wrap {
	background: rgba(239,236,223,.3);
	margin: 80px 0 0;
	padding: 30px 0;
}
.under_contact_txt {
	margin: 0 auto;
	width: 90%;
	text-align: center;
}
.under_contact_txt p {
	font-size: 1.3rem;
	margin: 0 0 30px;
}
.under_contact_wrap a {
	display: block;
	background: rgba(255,255,255,1);
	border: solid thin rgba(153,153,153,1);
	font-size: 1.3rem;
	margin: 40px auto 0;
	padding: 15px 0;
	text-align: center;
	width: 90%;
}
.under_contact_wrap a img {
	margin: 0 10px 0 0 ;
}

}

/*----------------------
▲メインコンテンツ▲
----------------------*/

/*----------------------
▼事業内容▼
----------------------*/

@media (min-width:960px){
.service_wrap {
	background: rgba(239,236,223,.3);
	margin: 0 0 100px;
	padding: 80px 0 40px;
}
.service_pic_box {
	position: relative;
	height: 380px;
	margin: 0 auto 80px;
	max-width: 70%;
}
.service_pic_left_item {
	position: absolute;
	left: 0;
	overflow: hidden;
	width: 50%;
	z-index: 1;
}
.service_pic_left_item img {
	min-height: 100%;
	width: auto;
}
.service_pic_left_item h2 {
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.service_pic_right_item {
	position: absolute;
	right: 0;
	background: rgba(255,255,255,1);
	height: 375px;
	width: 60%;
}
.service_pic_right_item p {
	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 1.8rem;
	line-height: 30px;
	width: 60%;
}
.service_content {
	margin: 0 auto;
	width: 960px;
}
.kojin_midashi h3 {
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.owner_midashi h3 {
	border-bottom: solid thin rgba(153,153,153,1);
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 50px;
	padding: 0 0 20px;
	text-align: center;
}
.kojin_midashi h3 span {
	color: rgba(41,166,221,1);
	font-size: 3rem;
	margin: 0 10px 0 0;
}
.kojin_midashi h3 img {
	margin: 0 15px 10px 0;
}
.kojin_shouhin_txt p {
	display: inline-block;
	background: rgba(126,200,227,1);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	margin: 0 20px 20px 0;
	padding: 5px 25px;
}
.service_first_txt {
	margin: 0 0 30px;
}
.service_first_txt p {
	border-top: solid thin rgba(204,204,204,1);
	font-size: 1.5rem;
	padding: 20px 0 0 0;
}
.bird_before_after_box {
	background: url(images/arrow-2.png) center no-repeat;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 20px;
}
.clean_before_after_box {
	background: url(images/arrow-2.png) center no-repeat;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 40px;
}

.bird_before_after_txt p {
	font-size: 1.5rem;
	margin: 0 0 80px;
}
.bird_pic_wrap {
	margin: 0 0 80px;
}
.bird_pic {
	position: relative;
}
.bird_pic p {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(126,200,227,1);
	color: rgba(255,255,255,1);
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px 20px;
	text-align: right;
}
.bird_pic p span {
	display: block;
	font-size: 1.5rem;
}
.bird_pic img {
	margin: 0 0 20px;
}
.erea_wrap ,
.price_wrap ,
.flow_wrap {
	margin: 0 0 150px;
}
.erea_wrap h4,
.price_wrap h4,
.flow_wrap h4 {
	color: rgba(102,102,102,1);
	font-weight: bold;
	margin: 0 0 20px;
}
.erea_wrap p,
.price_wrap p {
	font-size: 1.5rem;
}
.flow_wrap h4 {
	margin: 0 0 50px;
}
.flow_box {
	border: solid thin rgba(204,204,204,1);
	margin: 0 auto 50px;
	padding: 30px;
	width: 960px;
}
.flow_box h5 {
	border-bottom: solid thin rgba(204,204,204,1);
	color: rgba(153,153,153,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 10px 20px;
}
.flow_box span {
	border-right: solid thin rgba(204,204,204,1);
	color: rgba(30,149,210,.6);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
}
.flow_box p {
	font-size: 1.5rem;
	margin: 0 0 0 20px;
}
.flow_box a {
	color: rgba(153,0,0,1);
	font-size: 1.5rem;
	text-decoration: underline;
}
.clean_before_after_wrap p {
	font-size: 1.8rem;
	margin: 0 0 10px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.service_wrap {
	background: rgba(239,236,223,.3);
	margin: 0 0 100px;
	padding: 80px 0 40px;
}
.service_pic_box {
	position: relative;
	height: 380px;
	margin: 0 auto 80px;
	width: 95%;
}
.service_pic_left_item {
	position: absolute;
	left: 0;
	overflow: hidden;
	width: 50%;
	z-index: 1;
}
.service_pic_left_item img {
	height: 100%;
	width: auto;
}
.service_pic_left_item h2 {
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.service_pic_right_item {
	position: absolute;
	right: 0;
	background: rgba(255,255,255,1);
	height: 375px;
	width: 60%;
}
.service_pic_right_item p {
	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 1.8rem;
	line-height: 30px;
	width: 60%;
}
.service_content {
	margin: 0 auto;
	width: 95%;
}
.kojin_midashi h3 {
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.owner_midashi h3 {
	border-bottom: solid thin rgba(153,153,153,1);
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 50px;
	padding: 0 0 20px;
	text-align: center;
}
.kojin_midashi h3 span {
	color: rgba(41,166,221,1);
	font-size: 3rem;
	margin: 0 10px 0 0;
}
.kojin_midashi h3 img {
	margin: 0 15px 10px 0;
}
.kojin_shouhin_txt p {
	display: inline-block;
	background: rgba(126,200,227,1);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	margin: 0 20px 20px 0;
	padding: 5px 25px;
}
.service_first_txt {
	margin: 0 0 30px;
}
.service_first_txt p {
	border-top: solid thin rgba(204,204,204,1);
	font-size: 1.5rem;
	padding: 20px 0 0 0;
}
.bird_before_after_box {
	background: url(images/arrow-2.png) center no-repeat;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 20px;
}
.bird_before_after_box img {
	height: auto;
	width: 45%;
}
.clean_before_after_box {
	background: url(images/arrow-2.png) center no-repeat;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 40px;
}
.clean_before_after_box img {
	height: auto;
	width: 45%;
}

.bird_before_after_txt p {
	font-size: 1.5rem;
	margin: 0 0 80px;
}
.bird_pic_wrap {
	margin: 0 0 80px;
}
.bird_pic {
	position: relative;
}
.bird_pic p {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(126,200,227,1);
	color: rgba(255,255,255,1);
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px 20px;
	text-align: right;
}
.bird_pic p span {
	display: block;
	font-size: 1.5rem;
}
.bird_pic img {
	height: auto;
	margin: 0 0 20px;
	width: 100%;
}
.erea_wrap ,
.price_wrap ,
.flow_wrap {
	margin: 0 0 150px;
}
.erea_wrap h4,
.price_wrap h4,
.flow_wrap h4 {
	color: rgba(102,102,102,1);
	font-weight: bold;
	margin: 0 0 20px;
}
.erea_wrap p,
.price_wrap p {
	font-size: 1.5rem;
}
.flow_wrap h4 {
	margin: 0 0 50px;
}
.flow_box {
	border: solid thin rgba(204,204,204,1);
	margin: 0 auto 50px;
	padding: 30px;
	width: 100%;
}
.flow_box h5 {
	border-bottom: solid thin rgba(204,204,204,1);
	color: rgba(153,153,153,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 10px 20px;
}
.flow_box span {
	border-right: solid thin rgba(204,204,204,1);
	color: rgba(30,149,210,.6);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
}
.flow_box p {
	font-size: 1.5rem;
	margin: 0 0 0 20px;
}
.flow_box a {
	color: rgba(153,0,0,1);
	font-size: 1.5rem;
	text-decoration: underline;
}
.clean_before_after_wrap p {
	font-size: 1.8rem;
	margin: 0 0 10px;
}

}

@media (max-width:599px){
.service_wrap {
	background: rgba(239,236,223,.3);
	margin: 0 0 50px;
	padding: 50px 0 10px;
}
.service_pic_box {
	height: 380px;
	margin: 0 auto 50px;
	width: 95%;
}
.service_pic_left_item {
	margin: 0 auto;
	width: 100%;
	z-index: 1;
}
.service_pic_left_item img {
	height: auto;
	width: 100%;
}
.service_pic_left_item h2 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.service_pic_right_item {
	background: rgba(255,255,255,1);
	padding: 20px;
	width: 100%;
}
.service_pic_right_item p {
	font-size: 1.3rem;
}
.service_content {
	margin: 0 auto;
	width: 95%;
}
.kojin_midashi h3 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.owner_midashi h3 {
	border-bottom: solid thin rgba(153,153,153,1);
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 0 0 10px;
	text-align: center;
}
.kojin_midashi h3 span {
	color: rgba(41,166,221,1);
	font-size: 2.5rem;
	margin: 0 10px 0 0;
}
.kojin_midashi h3 img {
	margin: 0 15px 10px 0;
}
.kojin_shouhin_txt p {
	display: inline-block;
	background: rgba(126,200,227,1);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	margin: 0 10px 20px 0;
	padding: 5px 20px;
}
.service_first_txt {
	margin: 0 0 30px;
}
.service_first_txt p {
	border-top: solid thin rgba(204,204,204,1);
	font-size: 1.3rem;
	padding: 20px 0 0 0;
}
.bird_before_after_box {
	margin: 0 0 20px;
}
.bird_before_after_box img {
	height: auto;
	margin: 0 0 10px;
	width: 100%;
}
.clean_before_after_box {
	background: url(images/arrow-2.png) center no-repeat;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 20px;
}
.clean_before_after_box img {
	height: auto;
	width: 40%;
}

.bird_before_after_txt p {
	font-size: 1.3rem;
	margin: 0 0 50px;
}
.bird_pic_wrap {
	margin: 0 0 30px;
}
.bird_pic {
	position: relative;
}
.bird_pic p {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(126,200,227,1);
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
	padding: 0 10px;
	text-align: right;
}
.bird_pic p span {
	display: block;
	font-size: 1.3rem;
}
.bird_pic img {
	height: auto;
	margin: 0 0 20px;
	width: 100%;
}
.erea_wrap ,
.price_wrap ,
.flow_wrap {
	margin: 0 0 50px;
}
.erea_wrap h4,
.price_wrap h4,
.flow_wrap h4 {
	color: rgba(102,102,102,1);
	font-weight: bold;
	margin: 0 0 20px;
}
.erea_wrap p,
.price_wrap p {
	font-size: 1.3rem;
}
.flow_wrap h4 {
	margin: 0 0 50px;
}
.flow_box {
	border: solid thin rgba(204,204,204,1);
	margin: 0 auto 20px;
	padding: 10px;
	width: 100%;
}
.flow_box h5 {
	border-bottom: solid thin rgba(204,204,204,1);
	color: rgba(153,153,153,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 10px 0;
}
.flow_box span {
	border-right: solid thin rgba(204,204,204,1);
	color: rgba(30,149,210,.6);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}
.flow_box p {
	font-size: 1.3rem;
}
.flow_box a {
	color: rgba(153,0,0,1);
	font-size: 1.3rem;
	text-decoration: underline;
}
.clean_before_after_wrap p {
	font-size: 1.5rem;
	margin: 0 0 5px;
}

}

/*----------------------
▲事業内容▲
----------------------*/

/*----------------------
▼ブログ▼
----------------------*/

@media (min-width:960px){
.blog_wrap {
	margin: 80px auto;
	width: 960px;
}
.blog_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border: solid thin rgba(153,153,153,1);
	background: rgba(255,255,255,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	margin: 0 0 40px;
	padding: 20px;
	transition: .4s;
}
.blog_box:hover {
	opacity: .4;
}
.blog_box .blog_txt_item {
	width: 450px;
}
.blog_box .blog_txt_item h2 {
	color: rgba(102,102,102,1);
	font-weight: bold;
	font-size: 2rem;
	margin: 0 0 10px;
}
.blog_box .blog_txt_item p {
	font-size: 1.5rem;
}
.blog_box .blog_pic_item {
	position: relative;
	height: 200px;
	overflow: hidden;
	width: 400px;
}
.blog_box .blog_pic_item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: 100%;
	width: auto;
}
/*blog詳細ページ*/
.blog_detail_wrap {
	margin: 80px auto;
	width: 900px;
}
.blog_detail_wrap h2 {
	color: rgba(102,102,102,1);
	font-weight: bold;
	font-size: 2rem;
	margin: 0 0 30px;
}
.blog_detail_wrap p {
	font-size: 1.5rem;
	line-height: 25px;
	margin: 0 0 40px;
}
.blog_detail_pic {
	height: auto;
	margin: 0 0 50px;
	width: 100%;
}
.blog_detail_pic img {
	height: auto;
	width: 100%;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.blog_wrap {
	margin: 0 auto;
	width: 98%;
}
.blog_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border: solid thin rgba(153,153,153,1);
	background: rgba(255,255,255,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	margin: 0 0 20px;
	padding: 20px;
}
.blog_box .blog_txt_item {
	width: 50%;
}
.blog_box .blog_txt_item h2 {
	color: rgba(102,102,102,1);
	font-weight: bold;
	font-size: 1.8rem;
	margin: 0 0 20px;
}
.blog_box .blog_txt_item p {
	font-size: 1.5rem;
}
.blog_box .blog_pic_item {
	position: relative;
	height: 200px;
	overflow: hidden;
	width: 45%;
}
.blog_box .blog_pic_item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: 100%;
	width: auto;
}
/*blog詳細ページ_tb*/
.blog_detail_wrap {
	margin: 50px auto;
	width: 95%;
}
.blog_detail_time {
}
.blog_detail_time p {
	display: inline-block;
	background: rgba(148,33,77,1);
	border-radius: 20px;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	margin: 0 0 10px;
	padding: 0 30px;
}
.blog_detail_wrap h2 {
	color: rgba(102,102,102,1);
	font-weight: bold;
	font-size: 1.8rem;
	margin: 0 0 10px;
}
.blog_detail_wrap p {
	font-size: 1.5rem;
	line-height: 25px;
	margin: 0 0 40px;
}
.blog_detail_pic {
	height: auto;
	margin: 0 0 50px;
	width: 100%;
}
.blog_detail_pic img {
	height: auto;
	width: 100%;
}
}

@media (max-width:599px){
.blog_wrap {
	margin: 0 auto;
	width: 95%;
}
.blog_box {
	border: solid thin rgba(153,153,153,1);
	background: rgba(255,255,255,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	margin: 0 0 20px;
	padding: 10px;
}
.blog_box .blog_txt_item {
	width: 100%;
}
.blog_box .blog_txt_item h2 {
	color: rgba(102,102,102,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 25px;
}
.blog_box .blog_txt_item p {
	font-size: 1.3rem;
	line-height: 25px;
	margin: 0 0 20px;
}

.blog_box .blog_pic_item {
	position: relative;
	height: 150px;
	overflow: hidden;
	margin: 0 0 10px;
	width: 100%;
}
.blog_box .blog_pic_item img {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	height: auto;
	width: 100%;
}
/*blog詳細ページ_sp*/
.blog_detail_wrap {
	margin: 50px auto;
	width: 90%;
}
.blog_detail_time {
}
.blog_detail_wrap h2 {
	color: rgba(102,102,102,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	margin: 0 0 10px;
}
.blog_detail_wrap p {
	font-size: 1.3rem;
	line-height: 25px;
	margin: 0 0 40px;
}
.blog_detail_pic {
	height: auto;
	margin: 0 0 30px;
	width: 100%;
}
.blog_detail_pic img {
	height: auto;
	width: 100%;
}

}

/*----------------------
▲ブログ▲
----------------------*/

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

@media (min-width:960px){
.contact_top_txt {
	margin: 80px auto;
	text-align: center;
	width: 960px;
}
.contact_top_txt h2 {
	font-size: 1.5rem;
	margin: 0 0 30px;
}
.contact_tel_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	width: 400px;
}
.contact_tel_box img {
	margin: 0 20px 0 0;
}
.contact_tel_box p {
	color: rgba(102,102,102,1);
	font-size: 3rem;
	font-weight: bold;
	text-align: left;
}
.contact_tel_box p span {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 10px 0 0;
}

.contact_under_txt {
	margin: 0 0 80px;
	text-align: center;
}
.contact_under_txt p {
	font-size: 1.5rem;
}

.contact_midashi {
	margin: 0 auto;
	width: 960px;
}
.line_contact {
    display: flex;
    align-items: center;
    text-align: center;
	font-size: 2rem;
}
.line_contact::before,
.line_contact::after {
    border-top: 1px solid rgba(204,204,204,1);
    content: "";
    display: inline;
    flex-grow: 1;
}
.line_contact::before {
    margin-right: 1.5em;
}
.line_contact::after {
    margin-left: 1.5em;
}


/* フォーム */
.contact_margin {
	margin: 0 0 50px;
}

.form_wrap {
	margin: 80px auto;
	width: 960px;
}
.item_box,
.item_box_message {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 10px;
	width: 100%;
}
.item_box .item_left,
.item_box_message .item_left {
	background: rgba(102,102,102,1);
	height: 40px;
	padding: 0 0 0 20px;
	width: 230px;
}
.item_box .item_right {
	height: 45px;
	width: 700px;
}
.item_box_message .item_right {
	width: 700px;
}

.item_box .item_left p,
.item_box_message .item_left p,
.radio_wrap .radio_left_item p {
	color: rgba(255,255,255,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	line-height: 40px;
}
.radio_wrap label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
}
.txt_item {
	height: 40px;
	width: 100%;
}

.radio_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.radio_wrap .radio_left_item {
	background: rgba(102,102,102,1);
	height: 40px;
	margin: 0 30px 0 0;
	padding: 0 0 0 20px;
	width: 230px;
}
.radio_item {
	margin-right: 10px;
}
.item_box_message .message_item {
	height: 130px;
	width: 100%;
}

/*送信系*/
.sub_btn1,.sub_btn2 {
	cursor: pointer;
}
.sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 20px;
	width: 100%;
}
.sub_btn1 {
	/*送信*/
	background: rgba(134,188,67,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	transition: .5s;
	width: 700px;
}
.sub_btn2 {
	/*リセット*/
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	transition: .5s;
	width: 230px;
}
.sub_btn1:hover,
.sub_btn2:hover {
	opacity: .5;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.contact_top_txt {
	margin: 80px auto;
	text-align: center;
	width: 95%;
}
.contact_top_txt h2 {
	font-size: 1.5rem;
	margin: 0 0 30px;
}
.contact_tel_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	width: 400px;
}
.contact_tel_box img {
	margin: 0 20px 0 0;
}
.contact_tel_box p {
	color: rgba(102,102,102,1);
	font-size: 3rem;
	font-weight: bold;
	text-align: left;
}
.contact_tel_box p span {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 10px 0 0;
}
.contact_under_txt {
	margin: 0 0 80px;
	text-align: center;
}
.contact_under_txt p {
	font-size: 1.5rem;
}
.contact_midashi {
	margin: 0 auto;
	width: 95%;
}
.line_contact {
    display: flex;
    align-items: center;
    text-align: center;
	font-size: 2rem;
}
.line_contact::before,
.line_contact::after {
    border-top: 1px solid rgba(204,204,204,1);
    content: "";
    display: inline;
    flex-grow: 1;
}
.line_contact::before {
    margin-right: 1.5em;
}
.line_contact::after {
    margin-left: 1.5em;
}
/* フォーム_tb */
.contact_margin {
	margin: 0 0 50px;
}

.form_wrap {
	margin: 80px auto;
	width: 95%;
}
.item_box,
.item_box_message {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 10px;
	width: 100%;
}
.item_box .item_left,
.item_box_message .item_left {
	background: rgba(102,102,102,1);
	height: 40px;
	padding: 0 0 0 20px;
	width: 30%;
}
.item_box .item_right {
	height: 45px;
	width: 68%;
}
.item_box_message .item_right {
	width: 68%;
}

.item_box .item_left p,
.item_box_message .item_left p,
.radio_wrap .radio_left_item p {
	color: rgba(255,255,255,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	line-height: 40px;
}
.radio_wrap label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
}
.txt_item {
	height: 40px;
	width: 100%;
}
.radio_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.radio_wrap .radio_left_item {
	background: rgba(102,102,102,1);
	height: 40px;
	margin: 0 30px 0 0;
	padding: 0 0 0 20px;
	width: 30%;
}
.radio_item {
	margin-right: 10px;
}
.item_box_message .message_item {
	height: 130px;
	width: 100%;
}
/*送信系_tb*/
.sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 20px;
	width: 100%;
}
.sub_btn1 {
	/*送信*/
	background: rgba(134,188,67,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 68%;
}
.sub_btn2 {
	/*リセット*/
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 30%;
}

}

@media (max-width:599px){
input,textarea {
	background: none;
	border-radius: 0;
}
.contact_top_txt {
	margin: 0 auto 30px;
	text-align: center;
	width: 95%;
}
.contact_top_txt h2 {
	font-size: 1.3rem;
	margin: 0 0 30px;
}
.contact_tel_box {
	margin: 0 auto;
	text-align: center;
	width: 90%;
}
.contact_tel_box img {
	display: none;
}
.contact_tel_box p {
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.contact_tel_box p span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0 0;
}
.contact_under_txt {
	margin: 0 0 50px;
	text-align: center;
}
.contact_under_txt p {
	font-size: 1.3rem;
}
.contact_midashi {
	margin: 0 auto;
	width: 95%;
}
.line_contact {
    display: flex;
    align-items: center;
    text-align: center;
	font-size: 1.5rem;
}
.line_contact::before,
.line_contact::after {
    border-top: 1px solid rgba(204,204,204,1);
    content: "";
    display: inline;
    flex-grow: 1;
}
.line_contact::before {
    margin-right: 1.5em;
}
.line_contact::after {
    margin-left: 1.5em;
}
/* フォーム_sp */
.contact_margin {
	margin: 0 0 50px;
}

.form_wrap {
	margin: 50px auto;
	width: 95%;
}
.item_box,
.item_box_message {
	margin: 0 0 10px;
	width: 100%;
}
.item_box .item_left,
.item_box_message .item_left {
	background: rgba(102,102,102,1);
	height: 40px;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	width: 100%;
}
.item_box .item_right {
	height: 45px;
	width: 100%;
}
.item_box_message .item_right {
	width: 100%;
}

.item_box .item_left p,
.item_box_message .item_left p,
.radio_wrap .radio_left_item p {
	color: rgba(255,255,255,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	line-height: 40px;
}
.radio_wrap label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
}
.txt_item {
	height: 40px;
	width: 100%;
}
.radio_wrap {
}
.radio_wrap .radio_left_item {
	background: rgba(102,102,102,1);
	height: 40px;
	margin: 0 30px 10px 0;
	padding: 0 0 0 20px;
	width: 100%;
}
.radio_item {
	margin-right: 10px;
}
.item_box_message .message_item {
	height: 130px;
	width: 100%;
}
/*送信系_sp*/
.sub_btn_wrap {
	margin: 25px 0 20px;
	width: 100%;
}
.sub_btn1 {
	/*送信_sp*/
	-webkit-appearance: none;
	background: rgba(134,188,67,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 100%;
}
.sub_btn2 {
	/*リセット_sp*/
	-webkit-appearance: none;
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 50px;
	margin: 0 0 10px;
	width: 100%;
}

}

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

/*----------------------
▼フッター▼
----------------------*/

@media (min-width:960px){
.footer_wrap {
	background: url(images/footer-back-img.jpg) top no-repeat;
	background-size: cover;
	padding: 40px 0 30px;
}
.footer_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	width: 500px;
}
.footer_logo_item {
	width: 150px;
}
.footer_txt_item {
	width: 300px;
}
.footer_txt_item_en {
	margin: 20px 0 30px;
}
.footer_txt_item_en p:first-of-type {
	color: rgba(153,153,153,1);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_txt_item_en p:last-of-type {
	color: rgba(153,153,153,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_txt_item address {
	font-style: normal;
}
.footer_txt_item address p {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
}
footer small {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	padding: 5px 0;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.footer_wrap {
	background: url(images/footer-back-img.jpg) top no-repeat;
	background-size: cover;
	padding: 40px 0 30px;
}
.footer_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	width: 500px;
}
.footer_logo_item {
	width: 150px;
}
.footer_txt_item {
	width: 300px;
}
.footer_txt_item_en {
	margin: 20px 0 30px;
}
.footer_txt_item_en p:first-of-type {
	color: rgba(153,153,153,1);
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_txt_item_en p:last-of-type {
	color: rgba(153,153,153,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_txt_item address {
	font-style: normal;
}
.footer_txt_item address p {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
}
footer small {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	padding: 5px 0;
}

}

@media (max-width:599px){
.footer_wrap {
	background: url(images/footer-back-img.jpg) top no-repeat;
	background-size: cover;
	padding: 30px 0 30px;
}
.footer_box {
	margin: 0 auto;
}
.footer_logo_item {
	text-align: center;
}
.footer_txt_item {
	text-align: center;
}
.footer_txt_item_en {
	margin: 20px 0 30px;
}
.footer_txt_item_en p:first-of-type {
	color: rgba(153,153,153,1);
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_txt_item_en p:last-of-type {
	color: rgba(153,153,153,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_txt_item address {
	font-style: normal;
}
.footer_txt_item address p {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
}
footer small {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 0 60px;
	padding: 5px 0;
}

}

/*----------------------
▲フッター▲
----------------------*/

/*----------------------
▼WP_ページネーション▼
----------------------*/

@media (min-width:960px){
/* ページネーション */
div.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size: 1.5rem;
	line-height:13px ;
	background:none;
	margin:10px auto 20px;
	vertical-align: middle;
	width: 960px;
}

div.pagination span, .pagination a {
	display:block;
	float:left ;
	margin: 10px 10px 10px 0 ;
	padding: 15px;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #CCC;
	border-radius: 10px;
	font-size: 1.5rem;
}

div.pagination a:hover{
	color:#fff ;
	background: rgba(126,200,227,1);
}

div.pagination .current{
	padding: 15px;
	background: rgba(126,200,227,1);
	border-radius: 10px;
	color:#fff ;
}
/*detail_ページネーション*/
.blog_detail_pagination {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 40px;
	width: 900px;
}
.blog_detail_pagination a {
	color: rgba(51,51,51,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	transition: .4s;
}
.blog_detail_pagination a:hover {
	opacity: .4;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/* ページネーション */
div.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size: 1.5rem;
	line-height:13px ;
	background:none;
	margin:10px auto 20px;
	vertical-align: middle;
	width: 98%;
}

div.pagination span, .pagination a {
	display:block;
	float:left ;
	margin: 10px 10px 10px 0 ;
	padding: 10px;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #CCC;
	border-radius: 10px;
	font-size: 1.5rem;
}

div.pagination .current{
	padding: 10px;
	background: rgba(126,200,227,1);
	border-radius: 10px;
	color:#fff ;
	font-size: 1.5rem;
}
/*detail_ページネーション_tb*/
.blog_detail_pagination {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 95%;
}
.blog_detail_pagination a {
	color: rgba(51,51,51,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

}

@media (max-width:599px){
/* ページネーション */
div.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size: 1.3rem;
	background:none;
	margin:10px auto 20px;
	vertical-align: middle;
	width: 95%;
}
div.pagination span, .pagination a {
	display:block;
	float:left ;
	margin: 10px 10px 10px 0 ;
	padding: 10px 13px;
	text-decoration:none;
	color:#fff ;
	background: #CCC;
	border-radius: 10px;
	font-size: 1.5rem;
}
div.pagination span {
	border-radius: 10px;
}

div.pagination .current{
	padding: 10px 13px;
	background: rgba(126,200,227,1);
	border-radius: 10px;
	color:#fff ;
	font-size: 1.3rem;
}
/*detail_ページネーション_sp*/
.blog_detail_pagination {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 90%;
}
.blog_detail_pagination a {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

}
/*----------------------
▲WP_ページネーション▲
----------------------*/