@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*/

/*
共通スタイル common_
-------------------------*/
@media (min-width:960px){
.pc {display: inherit;}
.tb {display: none;}
.sp {display: none;}
.tbsp {display: none;}

/* ページトップ */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
#scroll a {
	color: #fff;
}

.scroll_left,
.scroll_center {
	display: none;
}
.scroll_right {
	background: rgba(237,144,39,1);
    color: #fff;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/*パンクズ*/
.breadcrumb {
	margin: 20px auto;
	padding: 0 20px;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
	transition: .5s;
}
.breadcrumb a:hover {
	opacity: .5;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}
/* ページトップ_tb*/
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
#scroll a {
	color: #fff;
}
.scroll_left,
.scroll_center {
	display: none;
}
.scroll_right {
	background: rgba(237,144,39,1);
    color: #fff;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/*パンクズ_tb*/
.breadcrumb {
	margin: 20px auto;
	padding: 0 20px;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}

}

@media (max-width:599px){
.pc {display: none;}
.tb {display: none;}
.sp {display: inherit;}
.tbsp {display: inherit;}
/*パンクズ_sp*/
.breadcrumb {
	margin: 10px auto;
	padding: 0 5px;
}
.breadcrumb li {
	display: inline;
	font-size: 1rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}

/* 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(237,144,39,1);
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 50%;
}
.scroll_left img {
	width: 40%;
	height: auto;
}
.scroll_center {
	background: rgba(237,144,39,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:1200px){
.nav_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border-bottom: solid 2px rgba(251,176,59,1);
	padding: 25px 20px 10px;
}
.nav_left_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	transition: .5s;
	width: 70%;
}
.nav_right_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.nav_left_item .logo {
	margin: 0 50px 0 0;
	width: 20%;
}
.nav_left_item .logo img {
	height: auto;
	transition: .4s;
	width: 100%;
}
.nav_left_item .logo img:hover {
	opacity: .4;
}

#global_nav {
}
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 5px auto 0;
	max-width: 100%;
}
#global_nav span {
	display: block;
	font-size: 1rem;
}
#global_nav ul li {
	margin: 0 40px 0 0;
	text-align: center;
}
#global_nav ul li a {
	transition: .4s;
}
#global_nav ul li a:hover {
	color: rgba(255,153,0,1);
}
#global_nav ul li span {
	color: rgba(102,102,102,1);
}

.nav_right_item img {
	margin: 0 10px 0 0;
}
.nav_right_item p {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: .2rem;
}
.nav_right_item span {
	display: block;
	font-size: 1.1rem;
	letter-spacing: 0;
	margin: 5px 0 0;
}
/*アニメーション*/
.nav_fixed {
	position: fixed;
	top: 0;
	background: rgba(255,255,255,.9);
	height: 100px;
	width: 100%;
	z-index: 100;
}
.nav_fixed .nav_left_item {
	margin: 0 auto;
	width: 960px;
}
.nav_fixed .nav_left_item .logo {
	margin: 10px 60px 0 0;
}
.nav_fixed .nav_right_item {
	display: none;
}

}

@media (min-width: 960px) and (max-width: 1200px) {
.nav_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border-bottom: solid 2px rgba(251,176,59,1);
	padding: 25px 10px 10px;
	transition: .5s;
}
.nav_left_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 70%;
}
.nav_right_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.nav_left_item .logo {
	margin: 10px 20px 0 0;
	width: 20%;
}
.nav_left_item .logo img {
	height: auto;
	transition: .4s;
	width: 100%;
}
.nav_left_item .logo img:hover {
	opacity: .4;
}

#global_nav {
}
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 5px auto 0;
	max-width: 100%;
}
#global_nav span {
	display: block;
	font-size: 1rem;
}
#global_nav ul li {
	margin: 0 25px 0 0;
	text-align: center;
}
#global_nav ul li span {
	color: rgba(102,102,102,1);
}

.nav_right_item_img {
	margin: 0 15px 0 0;
	width: 15%;
}
.nav_right_item img {
	height: auto;
	width: 100%;
}

.nav_right_item p {
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: .2rem;
}
.nav_right_item span {
	display: block;
	font-size: 1rem;
	letter-spacing: 0;
	margin: 0 0 0;
}
/*アニメーション*/
.nav_fixed {
	position: fixed;
	top: 0;

	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: rgba(255,255,255,.9);
	height: 100px;
	width: 100%;
	z-index: 100;
}
.nav_fixed .nav_left_item {
	margin: 0 auto;
	width: 960px;
}
.nav_fixed .nav_left_item .logo {
	margin: 10px 60px 0 0;
}
.nav_fixed .nav_right_item {
	display: none;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.nav_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border-bottom: solid 2px rgba(251,176,59,1);
	padding: 25px 5px 10px;
}
.nav_left_item {
	width: 60%;
}
.nav_right_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 30px 0 0;
	width: 40%;
}

.nav_left_item .logo {
	margin: 0 0 20px;
	width: 35%;
}
.nav_left_item .logo img {
	height: auto;
	width: 100%;
}

#global_nav {
}
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 5px auto 0;
	max-width: 100%;
}
#global_nav span {
	display: block;
	font-size: 1rem;
}
#global_nav ul li {
	margin: 0 20px 0 0;
	text-align: center;
}
#global_nav ul li span {
	color: rgba(102,102,102,1);
}

.nav_right_item img {
	margin: 0 10px 0 0;
}
.nav_right_item p {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .2rem;
}
.nav_right_item span {
	display: block;
	font-size: 1.1rem;
	letter-spacing: 0;
	margin: 5px 0 0;
}

}

@media (max-width:599px){
.nav_left_item .logo {
	margin: 20px 0 0 10px;
	width: 50%;
}
.nav_left_item .logo img {
	height: auto;
	width: 100%;
}

.nav_right_item {
	display: none;
}

#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 0;
	background: rgba(255,255,255,1);
	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.5rem;
	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: 50px;
	line-height: 50px;
	text-align: left;
	padding-left: 20px;
}
#global_nav a:link,nav a:visited {
	color: rgba(255,255,255,1);
}
#global_nav span:before {
/* span活用持 */
	content:"/";
	margin: 0 10px;
}

/* スライドアニメーション_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(51,51,51,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(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: -5px;
	right: 16px;
}
#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	top: 10px;
	right: 2px;
}

}
/*----------------------
▲ナビゲーション▲
----------------------*/

/*----------------------
▼ヒーローイメージ▼
----------------------*/

@media (min-width:960px){
.main_pic {
	position: relative;
	height: 500px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.main_under_pic {
	position: relative;
	height: 200px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.main_pic img {
	position: absolute;
	top: 0%;
	left: 0%;
	height: auto;
	width: 1920px;
    -webkit-animation: animepic 4s ease-in;
    animation: animepic 4s ease-in;
}
@keyframes animepic {
0% {
	transform: scale(1.1) ;
}
100% {
	transform: scale(1) ;
}
}
.main_under_pic img {
	position: absolute;
	top: -210px;
	left: 0%;
	height: auto;
	width: 1920px;
}


.main_pic h1 {
	position: absolute;
	top: 40%;
	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: 3rem;
	font-weight: bold;
	letter-spacing: .4rem;
	text-align: center;
	text-shadow: 3px 3px 5px rgba(51,51,51,1);
	width: 100%;
}
.main_under_pic h1 {
	position: absolute;
	top: 50%;
	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: 3rem;
	font-weight: bold;
	letter-spacing: .4rem;
	text-align: center;
	text-shadow: 3px 3px 5px rgba(51,51,51,1);
	width: 100%;
}

.main_pic h1 span {
	display: block;
	color: rgba(255,255,255,1);
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: .4rem;
	margin: 10px 0 0;
}

.main_pic p {
	position: absolute;
	top: 53%;
	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.8rem;
	letter-spacing: .2rem;
}
.main_under_pic p {
	position: absolute;
	top: 65%;
	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.8rem;
	letter-spacing: .2rem;
}

.main_pic a {
	position: absolute;
	bottom: 22%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	display: block;
	background: rgba(255,255,255,.6);
	border: solid thin;
	border-radius: 20px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 60px;
}
.main_pic .white_box {
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	background: rgba(255,255,255,1);
	height: 50px;
	width: 960px;
}
/*アニメーション*/
.animation {
    animation: fadeIn 4s ease-in;
    -webkit-animation: fadeIn 4s ease-in;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

}

@media (min-width: 600px) and (max-width: 959px) {
.main_pic {
	position: relative;
	height: 500px;
	margin: 0 0 30px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.main_under_pic {
	position: relative;
	height: 200px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.main_pic img {
	position: absolute;
	top: 0%;
	left: 0%;
	height: auto;
	width: 1920px;
}
.main_under_pic img {
	position: absolute;
	top: -210px;
	left: 0%;
	height: auto;
	width: 1920px;
}


.main_pic h1 {
	position: absolute;
	top: 40%;
	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: 3rem;
	font-weight: bold;
	letter-spacing: .4rem;
	text-align: center;
	text-shadow: 3px 3px 5px rgba(51,51,51,1);
	width: 100%;
}
.main_under_pic h1 {
	position: absolute;
	top: 50%;
	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: 3rem;
	font-weight: bold;
	letter-spacing: .4rem;
	text-align: center;
	text-shadow: 3px 3px 5px rgba(51,51,51,1);
	width: 100%;
}

.main_pic h1 span {
	display: block;
	color: rgba(255,255,255,1);
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: .4rem;
	margin: 10px 0 0;
}

.main_pic p {
	position: absolute;
	top: 53%;
	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.8rem;
	letter-spacing: .2rem;
	width: 100%;
}
.main_under_pic p {
	position: absolute;
	top: 65%;
	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.8rem;
	letter-spacing: .2rem;
}

.main_pic a {
	position: absolute;
	bottom: 22%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	display: block;
	background: rgba(255,255,255,.6);
	border: solid thin;
	border-radius: 20px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 60px;
}
/*アニメーション_tb*/
.animation {
    animation: fadeIn 4s ease-in;
    -webkit-animation: fadeIn 4s ease-in;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

}

@media (max-width:599px){
.main_pic {
	position: relative;
	height: 200px;
	margin: 65px 0 30px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.main_under_pic {
	position: relative;
	height: 100px;
	margin: 65px 0 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.main_pic img {
	position: absolute;
	top: 0%;
	left: 0%;
	height: 200px;
	min-width: 100%;
	width: auto;
}
.main_under_pic img {
	position: absolute;
	top: 0%;
	left: 0%;
	height: 100px;
	min-width: 100%;
	width: auto;
}

.main_pic h1 {
	position: absolute;
	top: 35%;
	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;
	letter-spacing: .2rem;
	text-align: center;
	text-shadow: 3px 3px 5px rgba(51,51,51,1);
	width: 100%;
}
.main_under_pic h1 {
	position: absolute;
	top: 45%;
	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;
	letter-spacing: .2rem;
	text-align: center;
	text-shadow: 3px 3px 5px rgba(51,51,51,1);
	width: 100%;
}

.main_pic h1 span {
	display: block;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: .2rem;
}

.main_pic p {
	position: absolute;
	top: 55%;
	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: 1rem;
	letter-spacing: .2rem;
	width: 100%;
}
.main_under_pic p {
	position: absolute;
	top: 65%;
	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;
	letter-spacing: .2rem;
}

.main_pic a {
	position: absolute;
	bottom: 15%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	display: block;
	background: rgba(255,255,255,.6);
	border: solid thin;
	border-radius: 20px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 5px 0px;
	width: 75%;
}

}

/*----------------------
▲ヒーローイメージ▲
----------------------*/

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

@media (min-width:960px){
.message_wrap {
	margin: 0 auto 100px;
	width: 960px;
}
.message_wrap h2 {
	color: rgba(102,102,102,1);
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 35px;
	margin: 0 0 20px;
	text-align: center;
}
.message_wrap p {
	font-size: 1.5rem;
	line-height: 35px;
	text-align: center;
}
/*新着情報*/
.news_wrap {
	background: rgba(252,240,227,.5);
	margin: 0 0 100px;
	padding: 50px 0;
}
.news_wrap h2 {
	color: rgba(102,102,102,1);
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}
.news_wrap p {
	color: rgba(102,102,102,1);
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 40px;
	text-align: center;
}

.news_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	height: 300px;
	margin: 0 auto;
	overflow-y: scroll;
	width: 960px;
}
.news_wrap dl::-webkit-scrollbar {
    width: 7px;
}
.news_wrap dl::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
.news_wrap dl::-webkit-scrollbar-track-piece {
    background: rgba(255,255,255,1);
}
.news_wrap dt {
	background: rgba(255,176,59,1);
	color: rgba(255,255,255,1);
	height: 40px;
	line-height: 40px;
	margin: 0 0 20px;
	text-align: center;
	width: 200px;
}
.news_wrap dd {
	margin: 0 0 20px;
	padding: 10px 0 0 20px;
	width: 750px;
}

/*メッセージ２*/
.message_2_wrap {
	margin: 0 auto 100px;
	width: 960px;
}
.message_2_wrap h2 {
	color: rgba(102,102,102,1);
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 40px;
	text-align: center;
}
.underline {
	background: linear-gradient(transparent 60%, rgba(255,153,0,.2) 0%);
}
.message_2_wrap p {
	font-size: 1.5rem;
	margin: 0 0 20px;
	text-align: center;
}
.message_2_wrap p:nth-of-type(2) {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
}
.message_2_wrap p:last-of-type {
	margin: 0 0 40px;
}
.message_2_wrap a {
	display: block;
	background: rgba(255,255,255,.6);
	border: solid thin;
	border-radius: 20px;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 60px;
	text-align: center;
	width: 250px;
}
/*アフターフォロー*/
.back_img_wrap {
	background: url(images/back-img.jpg) no-repeat;
	background-size: cover;
	margin: 0 0 100px;
	padding: 40px 0;
}
.back_img_wrap h2 {
	color: rgba(255,255,255,1);
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 40px;
	text-align: center;
}
.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 auto 20px;
	padding: 0 20px;
	max-width: 1500px;
}
.pic_item {
	width: 30%;
}

.pic_item_imgtxt {
	position: relative;
	margin: 0 0 10px;
	width: 100%;
}
.pic_item_imgtxt img {
	height: auto;
	transition: .4s;
	width: 100%;
}
.pic_item_imgtxt h3 {
	position: absolute;
	top: 50%;
	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: 2.3rem;
	font-weight: bold;
	letter-spacing: .3rem;
	text-align: center;
	text-shadow: 3px 3px 5px rgba(51,51,51,1);
	transition: .4s;
	width: 100%;
}
.pic_item_imgtxt:hover img,
.pic_item_imgtxt:hover h3 {
	opacity: .4;
}

.pic_item p {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.service_link a {
	display: block;
	background: rgba(255,153,51,1);
	border: solid thin;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 300px;
}
/*求人*/
.recruit_wrap {
	margin: 0 auto 100px;
	padding: 0 20px;
	max-width: 1300px;
}
.recruit_wrap h2 {
	color: rgba(102,102,102,1);
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}
.recruit_wrap h2 + p {
	color: rgba(102,102,102,1);
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 40px;
	text-align: center;
}
.recruit_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;
}
.recruit_left_item {
	width: 48%;
}
.recruit_left_item img {
	height: auto;
	width: 100%;
}
.recruit_right_item {
	width: 48%;
}
.recruit_right_item h3 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.recruit_right_item p {
	font-size: 1.5rem;
	margin: 0 0 20px;
}
.recruit_wrap a {
	display: block;
	background: rgba(255,255,255,.6);
	border: solid thin;
	border-radius: 20px;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 60px;
	text-align: center;
	width: 350px;
}
}

@media (min-width: 600px) and (max-width: 959px) {
.message_wrap {
	margin: 0 auto 100px;
	width: 98%;
}
.message_wrap h2 {
	color: rgba(102,102,102,1);
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 35px;
	margin: 0 0 20px;
	text-align: center;
}
.message_wrap p {
	font-size: 1.5rem;
	line-height: 35px;
	text-align: center;
}
/*新着情報_tb*/
.news_wrap {
	background: rgba(252,240,227,.5);
	margin: 0 0 100px;
	padding: 50px 0;
}
.news_wrap h2 {
	color: rgba(102,102,102,1);
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}
.news_wrap p {
	color: rgba(102,102,102,1);
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 40px;
	text-align: center;
}

.news_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	height: 300px;
	margin: 0 auto;
	overflow-y: scroll;
	width: 90%;
}
.news_wrap dl::-webkit-scrollbar {
    width: 7px;
}
.news_wrap dl::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
.news_wrap dl::-webkit-scrollbar-track-piece {
    background: rgba(255,255,255,1);
}
.news_wrap dt {
	background: rgba(255,176,59,1);
	color: rgba(255,255,255,1);
	height: 40px;
	line-height: 40px;
	margin: 0 0 20px;
	text-align: center;
	width: 30%;
}
.news_wrap dd {
	margin: 0 0 20px;
	padding: 10px 0 0 20px;
	width: 70%;
}

/*メッセージ２_tb*/
.message_2_wrap {
	margin: 0 auto 100px;
	width: 98%;
}
.message_2_wrap h2 {
	color: rgba(102,102,102,1);
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 40px;
	text-align: center;
}
.underline {
	background: linear-gradient(transparent 60%, rgba(255,153,0,.2) 0%);
}
.message_2_wrap p {
	font-size: 1.5rem;
	margin: 0 0 20px;
	text-align: center;
}
.message_2_wrap p:nth-of-type(2) {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
}
.message_2_wrap p:last-of-type {
	margin: 0 0 40px;
}
.message_2_wrap a {
	display: block;
	background: rgba(255,255,255,.6);
	border: solid thin;
	border-radius: 20px;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 60px;
	text-align: center;
	width: 250px;
}
/*アフターフォロー_tb*/
.back_img_wrap {
	background: url(images/back-img.jpg) no-repeat;
	background-size: cover;
	margin: 0 0 100px;
	padding: 40px 0;
}
.back_img_wrap h2 {
	color: rgba(255,255,255,1);
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 40px;
	text-align: center;
}
.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 auto 20px;
	padding: 0 20px;
	max-width: 1500px;
}
.pic_item {
	width: 30%;
}

.pic_item_imgtxt {
	position: relative;
	margin: 0 0 10px;
	width: 100%;
}
.pic_item_imgtxt img {
	height: auto;
	width: 100%;
}
.pic_item_imgtxt h3 {
	position: absolute;
	top: 50%;
	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: 2.3rem;
	font-weight: bold;
	letter-spacing: .3rem;
	text-align: center;
	text-shadow: 3px 3px 5px rgba(51,51,51,1);
	width: 100%;
}

.pic_item p {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.service_link a {
	display: block;
	background: rgba(255,153,51,1);
	border: solid thin;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 300px;
}
/*求人*/
.recruit_wrap {
	margin: 0 auto 100px;
	padding: 0 20px;
	max-width: 1300px;
}
.recruit_wrap h2 {
	color: rgba(102,102,102,1);
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}
.recruit_wrap h2 + p {
	color: rgba(102,102,102,1);
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 40px;
	text-align: center;
}
.recruit_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;
}
.recruit_left_item {
	width: 48%;
}
.recruit_left_item img {
	height: auto;
	width: 100%;
}
.recruit_right_item {
	width: 48%;
}
.recruit_right_item h3 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.recruit_right_item p {
	font-size: 1.5rem;
	margin: 0 0 20px;
}
.recruit_wrap a {
	display: block;
	background: rgba(255,255,255,.6);
	border: solid thin;
	border-radius: 20px;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 60px;
	text-align: center;
	width: 350px;
}

}

@media (max-width:599px){
.message_wrap {
	margin: 0 auto 50px;
	width: 98%;
}
.message_wrap h2 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 20px;
	text-align: center;
}
.message_wrap p {
	font-size: 1.3rem;
}
/*新着情報_sp*/
.news_wrap {
	background: rgba(252,240,227,.5);
	margin: 0 0 50px;
	padding: 20px 0;
}
.news_wrap h2 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.news_wrap p {
	color: rgba(102,102,102,1);
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}

.news_wrap dl {
	font-size: 1.3rem;
	height: 300px;
	margin: 0 auto;
	overflow-y: scroll;
	width: 90%;
}
.news_wrap dl::-webkit-scrollbar {
    width: 7px;
}
.news_wrap dl::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
.news_wrap dl::-webkit-scrollbar-track-piece {
    background: rgba(255,255,255,1);
}
.news_wrap dt {
	background: rgba(255,176,59,1);
	color: rgba(255,255,255,1);
	height: 30px;
	line-height: 30px;
	margin: 0 0 0;
	text-align: center;
	width: 30%;
}
.news_wrap dd {
	margin: 0 0 20px;
	padding: 10px 0 0 0;
	width: 100%;
}

/*メッセージ２_sp*/
.message_2_wrap {
	margin: 0 auto 50px;
	width: 98%;
}
.message_2_wrap h2 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 40px;
	text-align: center;
}
.underline {
	background: linear-gradient(transparent 60%, rgba(255,153,0,.2) 0%);
}
.message_2_wrap p {
	font-size: 1.3rem;
	margin: 0 0 20px;
	text-align: center;
}
.message_2_wrap p:nth-of-type(2) {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 30px;
}
.message_2_wrap p:last-of-type {
	margin: 0 0 40px;
}
.message_2_wrap a {
	display: block;
	background: rgba(255,255,255,.6);
	border: solid thin;
	border-radius: 20px;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	width: 80%;
}
/*アフターフォロー_sp*/
.back_img_wrap {
	background: url(images/back-img.jpg) no-repeat;
	background-size: cover;
	margin: 0 0 50px;
	padding: 40px 0;
}
.back_img_wrap h2 {
	color: rgba(255,255,255,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 40px;
	text-align: center;
}
.pic_box {
	margin: 0 auto 20px;
	padding: 0 20px;
	max-width: 1500px;
}
.pic_item {
	width: 100%;
}

.pic_item_imgtxt {
	position: relative;
	margin: 0 0 10px;
	width: 100%;
}
.pic_item_imgtxt img {
	height: auto;
	width: 100%;
}
.pic_item_imgtxt h3 {
	position: absolute;
	top: 50%;
	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.8rem;
	font-weight: bold;
	letter-spacing: .3rem;
	text-align: center;
	text-shadow: 3px 3px 5px rgba(51,51,51,1);
	width: 100%;
}

.pic_item p {
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.service_link a {
	display: block;
	background: rgba(255,153,51,1);
	border: solid thin;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	width: 80%;
}
/*求人_sp*/
.recruit_wrap {
	margin: 0 auto 100px;
	padding: 0 20px;
	max-width: 1300px;
}
.recruit_wrap h2 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.recruit_wrap h2 + p {
	color: rgba(102,102,102,1);
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 40px;
	text-align: center;
}
.recruit_box {
	margin: 0 0 50px;
}
.recruit_left_item {
	margin: 0 0 20px;
	width: 100%;
}
.recruit_left_item img {
	height: auto;
	width: 100%;
}
.recruit_right_item {
	width: 100%;
}
.recruit_right_item h3 {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.recruit_right_item p {
	font-size: 1.3rem;
	margin: 0 0 20px;
}
.recruit_wrap a {
	display: block;
	background: rgba(255,255,255,.6);
	border: solid thin;
	border-radius: 20px;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 5px 60px;
	text-align: center;
	width: 80%;
}

}

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

/*----------------------
▼下層コンテンツ▼
----------------------*/

@media (min-width:960px){
/*事業内容*/
.service_wrap {
	margin: 50px auto 100px;
	width: 960px;
}
.service_detail_wrap {
	margin: 0 0 100px;
}
.service_pic {
	position: relative;
	height: 130px;
	margin: 0 0 30px;
	width: 960px;
}
.service_pic h2 {
	position: absolute;
	top: 50%;
	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: 3rem;
	font-weight: bold;
}
.service_txt {
	margin: 0 0 30px;
}
.service_txt p {
	font-size: 1.5rem;
}
.service_txt p span {
	display: block;
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0;
}
.service_detail_txt {
	background: rgba(255,204,153,.3);
	margin: 0 0 20px;
	padding: 40px;
}
.service_detail_txt h3 {
	color: rgba(255,153,0,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.service_detail_txt h3:before {
	content:"▶";
	margin: 0 10px 0 0;
}
.service_detail_txt p {
	font-size: 1.5rem;
	margin: 0 0 20px;
}
/*会社概要*/
.company_wrap {
	margin: 50px auto 100px;
	width: 960px;
}
.company_wrap h2 {
	font-size: 1.8rem;
	line-height: 30px;
	margin: 0 0 50px;
	text-align: center;
}
.company_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	margin: 0 0 80px;
}
.company_wrap dt {
	border-bottom: solid thin rgba(153,153,153,1);
	padding: 10px 0 10px 20px;
	width: 250px;
}
.company_wrap dd {
	border-bottom: solid thin rgba(153,153,153,1);
	padding: 10px 0;
	width: 700px;
}
.access_wrap {
	margin: 0 0 100px;
}
.access_wrap h3 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.access_wrap iframe {
	height: 350px;
	width: 100%;
}
.company_message_wrap {
	text-align: center;
}
.company_message_wrap h3 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.company_message_wrap h3 + p {
	color: rgba(102,102,102,1);
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.company_message_txt {
	background: rgba(255,204,153,.2);
	margin: 0 0 20px;
	padding: 30px;
}
.company_message_txt p {
	color: rgba(102,102,102,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: .3rem;
}
.message_name p {
	color: rgba(153,153,153,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
}
/*個人情報保護方針*/
.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;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*事業内容_tb*/
.service_wrap {
	margin: 50px auto 100px;
	width: 98%;
}
.service_detail_wrap {
	margin: 0 0 100px;
}
.service_pic {
	position: relative;
	height: 130px;
	margin: 0 0 10px;
	overflow: hidden;
	width: 100%;
}
.service_pic img {
	height: 130px;
	width: auto;
}
.service_pic h2 {
	position: absolute;
	top: 50%;
	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: 2.5rem;
	font-weight: bold;
}
.service_txt {
	margin: 0 0 30px;
}
.service_txt p {
	font-size: 1.5rem;
}
.service_txt p span {
	display: block;
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0;
}
.service_detail_txt {
	background: rgba(255,204,153,.3);
	margin: 0 0 20px;
	padding: 40px;
}
.service_detail_txt h3 {
	color: rgba(255,153,0,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.service_detail_txt h3:before {
	content:"▶";
	margin: 0 10px 0 0;
}
.service_detail_txt p {
	font-size: 1.5rem;
	margin: 0 0 20px;
}
/*会社概要_tb*/
.company_wrap {
	margin: 50px auto 100px;
	width: 98%;
}
.company_wrap h2 {
	font-size: 1.8rem;
	line-height: 30px;
	margin: 0 0 50px;
	text-align: center;
}
.company_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	margin: 0 0 80px;
}
.company_wrap dt {
	border-bottom: solid thin rgba(153,153,153,1);
	padding: 10px 0 10px 20px;
	width: 30%;
}
.company_wrap dd {
	border-bottom: solid thin rgba(153,153,153,1);
	padding: 10px 0;
	width: 70%;
}
.access_wrap {
	margin: 0 auto 100px;
	width: 98%;
}
.access_wrap h3 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.access_wrap iframe {
	height: 350px;
	width: 100%;
}
.company_message_wrap {
	text-align: center;
}
.company_message_wrap h3 {
	color: rgba(102,102,102,1);
	font-size: 1.8rem;
	font-weight: bold;
}
.company_message_wrap h3 + p {
	color: rgba(102,102,102,1);
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.company_message_txt {
	background: rgba(255,204,153,.2);
	margin: 0 0 20px;
	padding: 30px;
}
.company_message_txt p {
	color: rgba(102,102,102,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: .3rem;
}
.message_name p {
	color: rgba(153,153,153,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
}
/*個人情報保護方針_tb*/
.pp_wrap {
	margin: 80px auto;
	width: 98%;
}
.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;
}

}

@media (max-width:599px){
/*事業内容_sp*/
.service_wrap {
	margin: 50px auto 100px;
	width: 98%;
}
.service_detail_wrap {
	margin: 0 0 100px;
}
.service_pic {
	position: relative;
	height: 100px;
	margin: 0 0 10px;
	overflow: hidden;
	width: 100%;
}
.service_pic img {
	height: 100px;
	width: auto;
}
.service_pic h2 {
	position: absolute;
	top: 50%;
	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_txt {
	margin: 0 0 30px;
}
.service_txt p {
	font-size: 1.3rem;
}
.service_txt p span {
	display: block;
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0;
}
.service_detail_txt {
	background: rgba(255,204,153,.3);
	margin: 0 0 20px;
	padding: 20px;
}
.service_detail_txt h3 {
	color: rgba(255,153,0,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.service_detail_txt h3:before {
	content:"▶";
	margin: 0 10px 0 0;
}
.service_detail_txt p {
	font-size: 1.3rem;
	margin: 0 0 20px;
}
/*会社概要_sp*/
.company_wrap {
	margin: 50px auto 100px;
	width: 98%;
}
.company_wrap h2 {
	font-size: 1.5rem;
	line-height: 20px;
	margin: 0 0 50px;
}
.company_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
	margin: 0 0 50px;
}
.company_wrap dt {
	border-bottom: solid thin rgba(153,153,153,1);
	padding: 10px 0 10px 10px;
	width: 30%;
}
.company_wrap dd {
	border-bottom: solid thin rgba(153,153,153,1);
	padding: 10px 0;
	width: 70%;
}
.access_wrap {
	margin: 0 auto 50px;
	width: 98%;
}
.access_wrap h3 {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.access_wrap iframe {
	height: 250px;
	width: 100%;
}
.company_message_wrap {
	text-align: center;
}
.company_message_wrap h3 {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.company_message_wrap h3 + p {
	color: rgba(102,102,102,1);
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.company_message_txt {
	background: rgba(255,204,153,.2);
	margin: 0 0 20px;
	padding: 20px;
}
.company_message_txt p {
	color: rgba(102,102,102,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: .3rem;
}
.message_name p {
	color: rgba(153,153,153,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
}
/*個人情報保護方針_sp*/
.pp_wrap {
	margin: 80px auto;
	width: 98%;
}
.pp_wrap p {
	font-size: 1.3rem;
}
.pp_txt {
	margin: 0 0 30px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 20px;
}

}

/*----------------------
▲下層コンテンツ▲
----------------------*/

/*----------------------
▼お問い合わせフォーム▼
----------------------*/

@media (min-width:960px){
.contact_top_txt {
	text-align: center;
}
.contact_top_txt p {
	font-size: 1.5rem;
}

.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 30px;
	width: 100%;
}
.item_box .item_left,
.item_box_message .item_left {
	background: rgba(153,153,153,1);
	height: 40px;
	text-align: center;
	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,
.check_wrap .check_left_item p,
.date_wrap .date_left_item label {
	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;
}
.check_wrap label,
.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;
}

.drop_item {
	height: 40px;
	margin-bottom: 40px;
	width: 300px;
}
.txt_item {
	height: 40px;
	width: 100%;
}

.radio_wrap,
.check_wrap,
.date_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 40px;
}
.check_wrap .check_left_item,
.radio_wrap .radio_left_item,
.date_wrap .date_left_item {
	background: rgba(153,153,153,1);
	height: 40px;
	margin: 0 30px 0 0;
	text-align: center;
	width: 230px;
}
.radio_item,
.check_item {
	margin-right: 10px;
}
.date_day {
	height: 40px;
	margin: 0 10px 0 0;
	width: 200px;
}
.date_time {
	height: 40px;
	width: 100px;
}

.item_box_message .message_item {
	height: 130px;
	width: 100%;
}
/*チェック*/
.submit_check_box label {
	display: block;
	cursor: pointer;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
}
.submit_check_box label a {
	color: #900;
	text-decoration: underline;
}
.submit_check_item {
	margin-right: 10px;
}
input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}

/*送信系*/
.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(255,204,153,.2);
	border: solid thin rgba(204,204,204,1);
	color: rgba(102,102,102,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: 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;
	width: 230px;
}
.sub_btn1:hover,
.sub_btn2:hover {
	opacity: .5;
}
.contact_under_txt {
	margin: 0 0 100px;
	text-align: center;
}
.contact_under_txt p {
	font-size: 1.5rem;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.contact_top_txt {
	text-align: center;
}
.contact_top_txt p {
	font-size: 1.5rem;
}

.form_wrap {
	margin: 80px auto;
	width: 98%;
}
.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 30px;
	width: 100%;
}
.item_box .item_left,
.item_box_message .item_left {
	background: rgba(153,153,153,1);
	height: 40px;
	text-align: center;
	width: 25%;
}
.item_box .item_right {
	height: 45px;
	width: 70%;
}
.item_box_message .item_right {
	width: 70%;
}

.item_box .item_left p,
.item_box_message .item_left p,
.radio_wrap .radio_left_item p,
.check_wrap .check_left_item p,
.date_wrap .date_left_item label {
	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;
}
.check_wrap label,
.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,
.check_wrap,
.date_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 40px;
}
.check_wrap .check_left_item,
.radio_wrap .radio_left_item,
.date_wrap .date_left_item {
	background: rgba(153,153,153,1);
	height: 40px;
	margin: 0 30px 0 0;
	text-align: center;
	width: 25%;
}
.radio_item,
.check_item {
	margin-right: 10px;
}
.date_day {
	height: 40px;
	margin: 0 10px 0 0;
	width: 200px;
}
.date_time {
	height: 40px;
	width: 100px;
}

.item_box_message .message_item {
	height: 130px;
	width: 100%;
}
/*チェック*/
.submit_check_box label {
	display: block;
	cursor: pointer;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
}
.submit_check_box label a {
	color: #900;
	text-decoration: underline;
}
.submit_check_item {
	margin-right: 10px;
}
input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}

/*送信系_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 {
	/*送信_tb*/
	background: rgba(255,204,153,.2);
	border: solid thin rgba(204,204,204,1);
	color: rgba(102,102,102,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: 70%;
}
.sub_btn2 {
	/*リセット_tb*/
	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: 25%;
}

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

}

@media (max-width:599px){

.contact_top_txt {
	margin: 30px auto 0;
	width: 98%;
}
.contact_top_txt p {
	font-size: 1.3rem;
}

.form_wrap {
	margin: 50px auto;
	width: 98%;
}
.item_box,
.item_box_message {
	margin: 0 0 30px;
	width: 100%;
}
.item_box .item_left,
.item_box_message .item_left {
	background: rgba(153,153,153,1);
	height: 40px;
	margin: 0 auto 10px;
	text-align: center;
	width: 100%;
}
.item_box .item_right {
	height: 40px;
	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,
.check_wrap .check_left_item p,
.date_wrap .date_left_item label {
	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;
}
.check_wrap label,
.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,
.check_wrap,
.date_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 40px;
}
.check_wrap .check_left_item,
.radio_wrap .radio_left_item,
.date_wrap .date_left_item {
	background: rgba(153,153,153,1);
	height: 40px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 40%;
}
.radio_item,
.check_item {
	margin-right: 10px;
}
.date_day {
	height: 40px;
	margin: 0 10px 0 0;
	width: 200px;
}
.date_time {
	height: 40px;
	width: 100px;
}

.item_box_message .message_item {
	height: 130px;
	width: 100%;
}
/*チェック*/
.submit_check_box label {
	display: block;
	cursor: pointer;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
}
.submit_check_box label a {
	color: #900;
	text-decoration: underline;
}
.submit_check_item {
	margin-right: 10px;
}
input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}

/*送信系_sp*/
.sub_btn_wrap {
	margin: 25px 0 10px;
	width: 100%;
}
.sub_btn1 {
	/*送信_sp*/
	-webkit-appearance: none;
	background: rgba(255,204,153,.2);
	border: solid thin rgba(204,204,204,1);
	color: rgba(102,102,102,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: 60px;
	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: 40px;
	margin: 0 0 10px;
	width: 100%;
}

.contact_under_txt {
	margin: 0 auto 50px;
	width: 98%;
}
.contact_under_txt p {
	font-size: 1.3rem;
}

}

/*----------------------
▲お問い合わせフォーム▲
----------------------*/

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

@media (min-width:960px){
.footer_wrap {
	background: rgba(240,240,240,1);
	border-top: solid 2px rgba(153,153,153,1);
	padding: 40px 0 30px;
}
.footer_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;
	width: 850px;
}
.footer_logo {
	margin: 10px 0 0;
}
address {
	font-style: normal;
}
address p {
	font-size: 1.5rem;
}
.footer_nav {
	background: rgba(51,51,51,1);
}
.footer_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;
	padding: 10px 0;
	width: 850px;
}
.footer_nav ul a {
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
}
footer small {
	display: block;
	font-size: 1.3rem;
	text-align: center;
}
}

@media (min-width: 600px) and (max-width: 959px) {
.footer_wrap {
	background: rgba(240,240,240,1);
	border-top: solid 2px rgba(153,153,153,1);
	padding: 40px 0 30px;
}
.footer_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;
	width: 95%;
}
.footer_logo {
	margin: 10px 0 0;
}
address {
	font-style: normal;
}
address p {
	font-size: 1.5rem;
}
.footer_nav {
	background: rgba(51,51,51,1);
}
.footer_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;
	padding: 10px 0;
	width: 95%;
}
.footer_nav ul a {
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
}
footer small {
	display: block;
	font-size: 1.3rem;
	margin: 0 0 40px;
	text-align: center;
}

}

@media (max-width:599px){
.footer_wrap {
	background: rgba(240,240,240,1);
	border-top: solid 2px rgba(153,153,153,1);
	padding: 30px 0 10px;
}
.footer_box {
	margin: 0 auto;
	width: 95%;
}
.footer_logo {
	margin: 0 0 20px;
	text-align: left;
	width: 50%;
}
.footer_logo img {
	height: auto;
	width: 100%;
}
address {
	font-style: normal;
}
address p {
	font-size: 1.3rem;
}
.footer_nav {
	background: rgba(51,51,51,1);
}
.footer_nav ul {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 auto;
	padding: 10px 0;
	width: 95%;
}
.footer_nav ul a {
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	line-height: 30px;
	padding: 0 20px 0 0;
}
footer small {
	display: block;
	font-size: 1rem;
	margin: 0 0 60px;
	text-align: center;
}

}

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