@charset "utf-8";

/*------------------------------------------------------------------
/
/	STYLE:PC
/
/-----------------------------------------------------------------*/
html {
	overflow-x: hidden;
}
body {
	margin: 0 auto;
	font-size:100%;
	color: #333;
	line-height: 1.6;
	background:#fff;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	overflow-x: hidden;
	position: relative;
}
a {
	color: #777;
	text-decoration: none;
	cursor: pointer;
}
a:hover {}
a:visited {}
a:hover {}

* header:after, * footer:after, * main, * section:after, * article:after, * div:after, * ul:after, * ol:after, * dl:after{
	content: "";
	clear: both;
	display: block;
}
ol li {
list-style: none;
}
	@media screen and (max-width: 768px){
	* img{
		width: 100%;
	}
	}
/* common
-------------------------------------------------------*/
.sp {display: none;}
.pc {display: block;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.text-left{text-align:left;}

.area{width:100%;}
.area-in{
	max-width:1000px;/* 任意の幅 */
	margin: 0 auto;
	padding: 60px 0;
	padding-top: 120px;
}
.area-in02{
	width:1120px;/* 任意の幅 */
	margin: 0 auto;
	padding: 30px 0;
}
.area-in03{
	width:980px;/* 任意の幅 */
	margin: 0 auto;
	padding: 20px 0 60px 0;
}
.area-in04{
	width:980px;/* 任意の幅 */
	margin: 0 auto;
	padding: 60px 0 10px 0;
}
	@media screen and (max-width: 768px){
	.sp {display: block!important;}
	.pc {display: none!important;}
	}

/* header
-------------------------------------------------------*/
.header {
height: 85px;
display: flex;
align-items: center;
}
.header .inner {
max-width: 1000px;
width: 100%;
margin: 0 auto;
}
.header .inner > * {
width: 100%;
}
.header .inner,
.header .inner .wrap,
.header .inner .contact {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
.header .inner .wrap {
justify-content: flex-start;
}
.header .inner .wrap h1 {
padding: 0 0 0 20px;
}
.header .inner .contact {
justify-content: flex-end;
}
.header .inner .contact li {
padding: 0 0 0 20px;
}
#header_fixed {
position: fixed;
top: -85px;
left: 0;
width: 100%;
transition: .3s;
background: #fff;
z-index: 99999;
border-bottom: 1px solid #333333;
}
#header_fixed.smaller {
top: 0;
}
@media screen and (max-width:768px) {
.header {
height: auto;
padding: 10px 20px;
box-sizing: border-box;
}
.header .logo img {
max-width: 100px;
}
.header .inner .wrap {
flex-flow: column-reverse;
}
.header .inner .wrap h1 {
padding: 0 0 10px;
}
.header .inner .contact {
position: fixed;
left: 0;
bottom: 0;
z-index: 10000;
background: #fff;
border-top: 1px solid #333;
justify-content: center;
padding: 5px;
box-sizing: border-box;
}
.header .inner .contact li {
padding: 5px;
box-sizing: border-box;
}
#header_fixed {
display: none;
}
}

/* footer
-------------------------------------------------------*/
#footer{
}
#footer .area-in{
	display: table;
}
#footer .in,
#footer .map{
	display: table-cell;
	vertical-align: top;
}
#footer .in{
	width: 45%;
	padding-left:40px;
}
#footer .map{
	width: 55%;
}
#footer .in dl{
	width: 100%;
	display: table;
	line-height: 1.8;
}
#footer .in dl > *{
display: table-cell;
	vertical-align: top;
	font-size: 0.8rem;
}
#footer .in dl:last-of-type{
	margin-bottom: 20px;
}
#footer .in dl dt{
	width: 120px;
}
#footer .bg01{
	padding: 45px 0;
}
#footer .bg01 .logo{
	max-width:200px;
	margin:0 auto;
	margin-bottom: 30px;
}

#footer .bg01 .logo img {
	width:100%;
}
#footer .copyright {
background:#fff;
padding:30px 0;
}
#footer .copyright .copy{
	font-size: 0.675rem;
}
	@media screen and (max-width: 1050px){
	#footer .map{
	padding-left:10px;
	}
	#footer .in{
	padding:0 10px 0 40px;
	}
	}
	@media screen and (max-width: 768px){
		
#footer{
	padding-bottom:50px;
}		
		
	#footer .in, #footer .map {
    display: block;
	}
	#footer .map{
	padding:0;
	width:100%;
	}
	#footer .in{
	padding:0;
	width:100%;
	}
	#footer .in dl dt {
    width: 100px;
	}
	#footer .copyright {
	padding:15px 0;
	}
	}
	@media screen and (max-width: 570px){
	
	}
	@media screen and (max-width: 470px){
	
	}
	@media screen and (max-width: 380px){
	
	}
/* fixContact
-------------------------------------------------------*/
#fixContact {
display: none;
}
	@media screen and (max-width: 768px){
	#fixContact {
		display:block;
		text-indent:0px;
		overflow:hidden;
		width: 100%;
		position:fixed;
		bottom:0px;
		height:inherit;
		left: 0;
		right: 0;
		top:inherit;
		padding: 0px;
		margin:0px;
		box-sizing:border-box;
		background: rgba(255,255,255,1);
		z-index: 9999;
		border-top:1px solid #333;
		border-bottom: none;
	}
	#fixContact .sp {
		display: block;
	}
	#fixContact ul {
		display: table;
		width:100%;
		background: #FFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		padding:10px 0;
	}
	#fixContact ul li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	#fixContact ul li:first-child img {
		max-width:204px;
	}
	#fixContact ul li:last-child img {
		max-width:240px;
	}
	#fixContact ul li:first-child {
		padding:0 5px 0 10px;
	}
	#fixContact ul li:last-child  {
		padding:0 10px 0 5px;
	}
	}
/* visual
-------------------------------------------------------*/
#visual{
width: 100%;
text-align: center;
background: url(../images/visual_bg.jpg)no-repeat center top/cover;
padding: 50px 20px;
box-sizing: border-box;
}
#visual .img img {
max-width: 836px;
margin: 0 auto 30px;
}
#visual .pc {
display: block;
}
#visual .sp {
display: none;
}
@media screen and (max-width: 768px){
#visual{
padding: 20px;
}
#visual .img img {
margin: 0 auto 20px;
}
}

/*=======================================================
	以下コンテンツのセクションごと
=======================================================*/
.bg01 {
background: #F0F0F0;
}
.bg02 {
background: #3e3d42;
}
.title {
font-size:250%;
font-weight: bold;
}
.txt01 > * {
display: block;
text-align: center;
font-size: 28px;
font-weight: bold;
}
.txt01 .img {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
}
.txt01 .img img {
max-width: 230px;
}
.txt01 .orange {
font-size: 38px;
}
.text_color,
.orange {
color:#FF7F00;
font-weight: bold;
}
	@media screen and (max-width: 768px){
	.title {
	font-size:200%;
	}
	.area-in {
	padding:30px 20px;
	}
	.txt01 > * {
font-size: 4vw;
}
.txt01 .img img {
    width: 35%;
}
.txt01 .orange {
font-size: 4vw;
}
	}
	@media screen and (max-width: 570px){
	.title {
	font-size:160%;
	}
	}
	@media screen and (max-width: 470px){
	.area-in {
	padding:30px 10px;
	}
	}
	@media screen and (max-width: 380px){
	.title {
    font-size: 140%;
	}
	}
/* #area01
-------------------------------------------------------*/
#area01 .title_text b span,
#area01 .title_text b span .text_color {
display: block;
font-weight: bold;
line-height: 1.5;
}
#area01 .title_text b .image {
padding-bottom:10px;
}
#area01 .title_text b .image img {
max-width:354px;
width:100%;
}
#area01 .title_text b span {
font-size: 180%;
}
#area01 .title_text b span .text_color {
font-size: 130%;
}
.area01_br{
display: none;
}
@media screen and (max-width: 768px){
#area01 .title_text b span {
font-size: 150%;
}
#area01 .title_text b span .text_color {
font-size: 130%;
}
}
@media screen and (max-width: 570px){
#area01 .title_text b .image img {
max-width: 177px;
}
#area01 .title_text b span {
font-size: 120%;
}
#area01 .title_text b span .text_color {
font-size: 120%;
}
}
@media screen and (max-width: 470px){
#area01 .title_text b span {
font-size: 120%;
}
#area01 .title_text b span .text_color {
font-size: 100%;
}
}
@media screen and (max-width: 380px){
.area01_br {
display: block;
}
}
/* #area02
-------------------------------------------------------*/
#area02 .area-in {
max-width:1050px;
}
#area02 .text {
font-size:150%;
font-weight: bold;
line-height: 1.3;
}
#area02 .underbar {
background: linear-gradient(transparent 70%, #FF8000 0%);
line-height: 1.3em;
font-weight: bold;
}
#area02 ul {
/*border-bottom:1px solid #AAAAAA;*/
padding-bottom:40px;
}
#area02 ul li {
padding: 10px 0;
}
#area02 ul li b {
display: table;
}
#area02 ul li b > * {
display: table-cell;
vertical-align: middle;
}
#area02 ul li b .image01 {
padding:0 20px 0 10px;
}
#area02 ul li b .image01 img {
max-width:80px;
}
#area02 .image02 {
padding-top:60px;
}
.area02_br {
display: none;
}
.area02_br02 {
display: block;
}
#area02 .txt01 {
margin: 0px 0 0;
}
	@media screen and (max-width: 1030px){
	.area02_br {
	display: block;
	}
	.area02_br02 {
	display: none;
	}
	}
	@media screen and (max-width: 768px){
	#area02 ul li b .image01 {
	width:20%;
	}
	#area02 .text {
	font-size:125%;
	}
	#area02 ul {
	padding-bottom:20px;
	}
	#area02 .image02 {
	padding-top:30px;
	}
	}
	@media screen and (max-width: 570px){
	#area02 .text {
	font-size:100%;
	}
	}
	@media screen and (max-width: 470px){
	#area02 ul li b .image01 {
    padding: 0 10px 0 0;
	}
	}
	@media screen and (max-width: 380px){
	#area02 .text {
	font-size:80%;
	}
	}
/* #area03
-------------------------------------------------------*/
#area03 .area-in {
padding-bottom: 0;
}
#area03 ol {
display: table;
table-layout: fixed;
width:100%;
padding-bottom:60px;
}
#area03 ol > * {
display: table-cell;
width:33.33%;
text-align: center;
vertical-align: top;
}
#area03 ol li {
padding:0 10px;
}
#area03 ol li .image {
min-height:125px;
display: table;
width:100%;
}
@media screen and (max-width: 768px){
	#area03 ol li .image {
    min-height:inherit;
    display:flex;
	justify-content: center;
    width:40%;
	margin:0 auto;
}
}
#area03 ol li .image b {
display: table-cell;
vertical-align: bottom;
}
#area03 ol li .title {
font-size: 130%;
line-height: 1.5;
height:66px;
width: 100%;
display: table;
vertical-align:middle;
}
#area03 ol li .text::before {
content: "";
border-top:1px solid #424953;
display: block;
margin:5px 0 10px;
}
#area03 ol li .title b {
display: table-cell;
vertical-align: middle;
text-align: center;
font-weight: bold;
}
#area03 ol li .text {
text-align: left;
font-size: 110%;
}
#area03 .text_box {
padding:10px;
border: 1px dotted #3D3D42;
border-radius: 50px;
}
#area03 .text_box b {
font-size: 180%;
font-weight: bold;
}
.area03_br01,
.area03_br02{
display: none;
}
	@media screen and (max-width: 1050px){
	#area03 .text_box {
	margin:0 10px;
	}
	#area03 .text_box b {
	font-size:150%;
	}
	#area03 .text_box b {
	font-size:120%;
	}
	}
	@media screen and (max-width: 950px){
	#area03 ol li .title {
	font-size: 130%;
	line-height: 1.5;
	height: 93px;
	width: 100%;
	display: table;
	}
	}
	@media screen and (max-width: 768px){
	#area03 ol li .title {
	font-size: 130%;
	line-height: 1.5;
	height: auto;
	width: 100%;
	display: table;
	padding-top:10px;
	}
	#area03 ol > * {
	display: block;
	width:100%;
	}
	#area03 ol {
	padding-bottom:30px;
	}
	#area03 ol li {
    padding: 0; 
	}
	#area03 .text_box b {
	font-size:100%;
	}
	.area03_br01 {
	display: block;
	}
	#area03 .text_box {
    margin: 0;
	}
	}
	@media screen and (max-width: 570px){
	#area03 ol li .title {
	font-size:100%;
	}
	#area03 ol li .text {
    font-size: 90%;
	}
	}
	@media screen and (max-width: 470px){
	#area03 .text_box b {
	/*font-size:80%;*/
	line-height: 1.3;
	}
	#area03 .text_box {
	line-height: 1.2;
	}
	}	
	@media screen and (max-width: 380px){
	.area03_br02 {
	display: block;
	}
	}
	
	@media screen and (max-width: 768px){
	
	}
	@media screen and (max-width: 570px){
	
	}
	@media screen and (max-width: 470px){
	
	}
	@media screen and (max-width: 380px){
	
	}
/* #area04
-------------------------------------------------------*/
#area04 .area-in {
padding-bottom:40px;
}
#area04 .text_box .title {
font-size: 150%;
font-weight: bold;
display: block;
}
#area04 .text_box .title::after {
content: "";
border-top:1px solid #D6D6D6;
display: block;
margin:10px 0;
}
#area04 .text_box .text {
font-size: 110%;
}
#area04 ol li {
display: table;
table-layout: fixed;
width: 100%;
padding:20px 0;
}
#area04 ol li > * {
display:table-cell;
vertical-align: top;
}
#area04 ol li .text {
width:55%;
}
#area04 ol li .image {
width:45%;
text-align: right;
}
#area04 ol li .image img {
max-width:400px;
width:100%;
}
#area04 .bottom_box .title {
padding-bottom:10px;
}
#area04 .bottom_box .title b {
border-bottom: 2px solid #FF8000;
font-weight: bold;
}
#area04 .bottom_box p.text-center {
font-size: 150%;
}
#area04 .bottom_box .area-in {
padding-bottom:60px;
}

	@media screen and (max-width: 1050px){
	#area04 .list .text_box,
	#area04 .list .image {
	padding:0 10px;
	}
	}
	@media screen and (max-width: 970px){
	#area04 .text_box .title {
	font-size: 125%;
	}
	#area04 .text_box .text {
	font-size: 100%;
	}
	}
	@media screen and (max-width: 820px){
	#area04 .text_box .title {
	font-size: 110%;
	}
	}
	@media screen and (max-width: 768px){
	#area04 .area-in {
    padding-bottom: 20px;
	}
	#area04 ol li > * {
	display: block;
	}
	#area04 ol li .text {
	width:100%;
	}
	#area04 .list ol li .image {
	width:100%;
	text-align: center;
	padding:20px 0 0;
	}
	#area04 .list .text_box {
	padding:0;
	}
	#area04 .bottom_box p.text-center {
	font-size: 100%;
	}
	#area04 .bottom_box .area-in {
	padding-bottom:30px;
	}
	}
	@media screen and (max-width: 570px){
	#area04 .bottom_box p.text-center {
	font-size: 80%;
	}
	#area04 .text_box .title {
	font-size: 140%;
	}
	}
	@media screen and (max-width: 470px){
	#area04 .text_box .title {
	font-size: 140%;
	}
	}
	@media screen and (max-width: 380px){
	#area04 .title {
	font-size: 140%;
	}
	#area04 .text_box .title {
	font-size: 100%;
	}
	#area04 .text_box .text {
	font-size: 100%;
	}
	}
/* #area05
-------------------------------------------------------*/
#area05 .area-in {
max-width:1100px;
}
#area05 h3 {
padding-bottom:30px;
}
#area05 .slide{
	position: relative;
}
#area05 .slide:before{
	content: '';
	position: absolute;
	background: url(../images/arrow02.png) no-repeat center top;
	width: 186px;
	height: 56px;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}
#area05 .slide h3{
	text-align: center;
	color: #333;
}
#area05 .slide ul{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
#area05 .slide ul li{
	color: #333;
}
#area05 .slide ul li img{
	margin-bottom: 10px;
	max-width:200px;
	width:100%;
}
#area05 .slide ul li p{
	font-size: 0.9375rem;
}
#area05 .slide ul li p.text_red{
	color:#D94B26;
	font-weight: bold;
	font-size: 120%;
}
/* slick 矢印変更 */
/* スライド矢印 */
#area05 .slide .slick-prev,
#area05 .slide .slick-next{
	z-index: 9999;
	width:30px;
	height:50px;
	top: 33%;
}
#area05 .slide .slick-prev:before,
#area05 .slide .slick-next:before{
	font-size: 50px;
	color:transparent;
	opacity: 1;
}
#area05 .slide .slick-prev{
	left: -60px;
}
#area05 .slide .slick-prev:before{
	background:url(../images/arrow_l.png) no-repeat left center;
	background-size:contain !important;
	background-position:0px 0px;
	width:30px;
	height:50px;
	padding:0px;
}
#area05 .slide .slick-next{
	right: -40px;
}
#area05 .slide .slick-next:before{
	background:url(../images/arrow_r.png) no-repeat left center;
	background-size:contain !important;
	background-position:0px 0px;
	width:30px;
	height:50px;
}
@media screen and (max-width: 768px){
#area05 .slide {
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#area05 .slide ul{
	max-width: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 5px;
}
#area05 .slide ul li{
	margin-right: 10px;
}
#area05 .slide ul li p{
	font-size: 0.675rem;
}
#area05 .slide ul li p.icon{
	font-size: 0.75rem;
}

#area05 .slide ul li p.text_red {
	font-size:90%;
}


/* slick 矢印変更 */
#area05 .slide .slick-prev,
#area05 .slide .slick-next{
	width:20px;
	height:30px;
}
#area05 .slide .slick-prev:before,
#area05 .slide .slick-next:before{
	width:20px;
	height:30px;
	font-size: 25px;
}
#area05 .slide .slick-prev{
	left: -20px;
}
#area05 .slide .slick-next{
	right: -15px;
}
}
/* #area06
-------------------------------------------------------*/
#area06 .title {
padding-bottom:50px;
}
#area06 .title b{
border-bottom:2px solid #FF8000;
font-weight: bold;
}
#area06 .area_box{
	background: #fff;
	padding:30px;
	font-size: 110%;
}
#area06 .area_box .text-right {
padding-top:10px;
}

	@media screen and (max-width: 1050px){
	#area06 .area_box {
	margin:0 10px;
	}
	}
	@media screen and (max-width: 768px){
	#area06 .title {
    padding-bottom: 30px;
	}
	#area06 .area_box {
	margin:0;
	padding:20px;
	font-size: 100%;
	}
	}
	@media screen and (max-width: 570px){

	}
	@media screen and (max-width: 470px){
	#area06 .title {
    font-size: 135%;
	}
	#area06 .area_box {
	margin:0;
	padding:10px;
	font-size:80%;
	}
	}
	@media screen and (max-width: 380px){
	#area06 .title {
    font-size: 115%;
	}
	}
/* #area07
-------------------------------------------------------*/
#area07 .text {
font-size: 140%;
font-weight: bold;
padding-bottom:20px;
}
#area07 .text .text_color {
font-size:130%;
}
.area07_br {
display: none;
}
	#area07 .image img {
	max-width: 858px;
    width: 100%;
	}
	@media screen and (max-width: 900px){
	#area07 .image {
	padding:0 10px;
	}
	}
	@media screen and (max-width: 768px){
	.area07_br {
	display: block;
	}
	#area07 .text {
	font-size: 110%;
	}
	#area07 .text .text_color {
	font-size:100%;
	}
	#area07 .image {
	padding:0;
	}
	}
	@media screen and (max-width: 570px){
	
	}
	@media screen and (max-width: 470px){
	#area07 .text {
	font-size: 100%;
	}
	}
	@media screen and (max-width: 380px){
	
	}
/* #area08
-------------------------------------------------------*/
#area08 {
color:#fff;
}
#area08 .list_box {
position: relative;
}
#area08 .list_box .pc {
display: none;
}
/*#area08 .list_box ul {
display: table;
table-layout: fixed;
width: 100%;
}
#area08 .list_box ul > * {
display: table-cell;
vertical-align: top;
width:20%;
}*/
#area08 .list_box .muryou_bar {
position: absolute;
bottom:0;
left: 0;
}
#area08 .bottom_text {
font-size: 150%;
font-weight: bold;
padding-top:20px;
}
#area08 .list_box .image {
padding-top:30px;
text-align: center;
}
#area08 .list_box .image img {
max-width:980px;
width:100%;
}
	@media screen and (max-width: 1020px){
	#area08 .list_box .image {
	padding:30px 10px 0;
	}
	}
	@media screen and (max-width: 768px){
	#area08 .list_box .image {
	display: none;
	}
	#area08 .list_box ul {
	margin-top:30px;
	}
	#area08 .list_box ul > * {
	display: block;
	width:100%;
	text-align: -webkit-center;
	margin:0 auto;
	border-radius: 10px;
	}
	#area08 .list_box ul li {
	margin-bottom: 40px;
	position: relative;
	}
	#area08 .list_box ul li img {
	max-width:640px;
	width:100%;
	}
	#area08 .list_box ul li:before {
    content: '';
    position: absolute;
    background: url(../images/arrow04.png) no-repeat center bottom;
    -webkit-background-size: contain;
    background-size: contain;
    width: 50px;
    height: 20px;
    right: 0;
    left: 0;
    bottom: -30px;
    margin: 0 auto;
	}
	#area08 .list_box ul li:last-child {
	margin-bottom:0;
	}
	#area08 .list_box ul li:last-child::before {
	background: none;
	}
	#area08 .muryou_txt {
	text-align: center;
	margin-top:10px;
	}
	#area08 .muryou_txt .ora {
	color:#FF7F00;
	}
	}
	#area08 .area08_br {
	display: none;
	}
	@media screen and (max-width: 570px){
	#area08 .bottom_text {
	font-size: 125%;
	line-height: 1.4;
	}
	#area08 .area08_br {
	display: block;
	}
	}
	@media screen and (max-width: 380px){
	#area08 .bottom_text {
	font-size: 100%;
	}
	}
/* #contact
-------------------------------------------------------*/
#contact{
margin-top:-93px;
padding-top:93px;
}
#contact .form-text{
	width:100%;
	max-width: 650px;
	height:40px;
	border:1px solid #D6D6D6;
	padding:3px;
	box-sizing:border-box;
	-webkit-appearance:none;
	border-radius:0;
}
#contact .form-textarea01 {
	height:100px;
	-webkit-appearance:none;
	border-radius:0;
}
#contact .form-btn{
	width: 330px;
	height: 70px;
	border: none;
	border-radius:5px;
	-webkit-appearance:none;
	font-size: 1.5rem;
	color: #fff;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 900;
}
#contact .form-btn-conf, #contact .form-btn-send{
	background:#B20000;
}
#contact .form-btn-back{
	background:#333;
	font-size: 1.2rem;
	width:180px;
	height: 50px;
}
#contact .contact-caution{
	color:#dd0000;
	margin:30px 0;
		padding: 0 10px;
}

#contact .form-btn-2cols {
	max-width:550px;
	margin:0 auto;
}

#contact .form-btn-2cols li{
	/*display:inline-block;*/
	vertical-align:middle;
	margin-right:10px;
	float:left;
}
#contact .form-btn-2cols li:last-child{
	margin-right:0;
	float:right;
}
#contact .form-sent{
	font-size:1rem;
	margin:50px 0;
}
#contact .form-sent-message{
	font-size:1.5rem;
	font-weight:900;
	color:#dd0000;
	margin-bottom:30px;
}
#contact .table-form dl{
	display: table;
	width: 100%;
}
#contact .table-form dl dt,
#contact .table-form dl dd{
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact .table-form dl dt{
	width: 250px;
	font-weight: 900;
	position: relative;
}
#contact .table-form dl dt:before{
	content: '';
	position: absolute;
	width: 47px;
	height: 24px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#contact .table-form dl dt.hissu:before{
	background: url(../images/hissu.png) no-repeat right center;
}
#contact .table-form dl dt.nini:before{
	background: url(../images/nini.png) no-repeat right center;
}
#contact .table-form dl dd select{
	appearance: none;
	-moz-appearance: none;
  -webkit-appearance: none;
	border-radius: 0;
	margin: 0;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	height: 40px;
	width: 100%;
	max-width: 650px;
	padding: 3px;
	border: 1px solid #D6D6D6;
	box-sizing: border-box;
	background: url(../images/arrow03.jpg) no-repeat 99% center #fff;
}
#contact .table-form dl dd select::-ms-expand {
	display: none;
}
#contact .form-btnarea{
	text-align: center;
	margin: 40px 0;
}
#contact .form-btnarea .caution{
	margin-bottom: 10px;
	font-weight: 500;
}
.contact_ch .area-in{
	padding:0px;
}
	@media screen and (max-width: 830px){
	#contact .title {
	font-size: 220%;
	}
	}
	@media screen and (max-width: 768px){
	#contact{
	margin-top:-73px;
	padding-top:73px;
	}
	#contact .form-btnarea{
	text-align: center;
	margin: 40px 0 0;
}
	#contact .contact-caution{
	color:#dd0000;
	margin:30px 0;
	padding: 0;
	}
	#contact .title {
	line-height: 1.4;
	font-size: 200%;
	}
	#contact .table-form dl{
		display: block;
	}
	#contact .table-form dl dt,
	#contact .table-form dl dd{
		width: 100%;
		display: block;
		vertical-align: middle;
		padding: 15px;
	}
	#contact .table-form dl dt:before{
		right: 15px;
		top: 15px;
	}
	#contact .table-form dl dt{
		padding-bottom: 0;
	}
	#contact .form-btnarea .form-btn{
		width: 100%;
	}

	#contact .form-btnarea .form-btn-back{
		width: 60%;
		margin:0 auto;
	}
	#contact .form-btnarea .caution{
		font-size: 0.95rem;
	}
	#contact .form-btn-2cols li{
		width: 100%;
		display:block;
		margin-right:0;
		margin-bottom: 10px;
	}
	#contact .form-sent-message{
		font-size:1rem;
	}
	.header_contact_in {
		display:none;
	}
	.contact_br {
	display: none;
	}
	}
	@media screen and (max-width: 700px){
	#contact .title {
	font-size: 150%;
	}
	}
	@media screen and (max-width: 570px){
	#contact .title {
	font-size: 130%;
	}
	}
	@media screen and (max-width: 480px){
	.contact_br {
	display: block;
	}
	}
	@media screen and (max-width: 390px){
	#contact{
	margin-top:-58px;
	padding-top:58px;
	}
	}
	@media screen and (max-width: 380px){
	#contact .title {
	font-size: 140%;
	}
	}
/* .area_bottom
-------------------------------------------------------*/
.area_bottom {
text-align: center;
}
.area_bottom .area_box01::after {
content: "";
border-top:1px solid #69696d;
display: block;
margin:30px 0;
}
.area_bottom .area_box01 .text {
font-weight: bold;
color:#fff;
font-size: 220%;
padding-bottom:10px;
}
.area_bottom .area_box02 ul {
display: table;
width:100%;
}
.area_bottom .area_box02 ul li {
display: table-cell;
padding:0 10px;
}
.area_bottom .area_box02 ul li:first-child {
text-align: right;
}
.area_bottom .area_box02 ul li:last-child {
text-align: left;
}
.area_bottom .area_box01 .image img {
max-width:300px;
width:100%;
}
.area_bottom .area_box02 ul li img {
max-width:300px;
width:100%;
}
.area_bottom_br {
display: none;
}
	@media screen and (max-width: 860px){
	.area_bottom .area_box01 .text {
	font-size: 180%;
	}
	}
	@media screen and (max-width: 768px){
	.area_bottom .area_box02 ul li:first-child {
	text-align: center;
	padding:0 5px 10px 0;
	}
	.area_bottom .area_box02 ul li:last-child {
	text-align: center;
	padding:10px 0 0 5px;
	}
	}
	@media screen and (max-width: 720px){
	.area_bottom_br {
	display: block;
	}
	}
	@media screen and (max-width: 570px){
	
	}
	@media screen and (max-width: 470px){
	.area_bottom .area_box01 .image img {
    max-width: 200px;
    width: 100%;
	}
	.area_bottom .area_box01::after {
    content: "";
    border-top: 1px solid #69696d;
    display: block;
    margin: 20px 0;
	}
	.area_bottom .area_box01 .text {
	font-size: 120%;
	}
	.area_bottom .area_box02 ul li {
	display: block;
	}
	.area_bottom .area_box02 ul li:first-child {
	padding:0 0 10px 0;
	}
	.area_bottom .area_box02 ul li:last-child {
	padding:10px 0 0 0;
	}
	}
	@media screen and (max-width: 380px){
	
	}
/*実績*/
.jiseki_li {
text-align: center;
width: 100%;
max-width: 820px;
margin: 0 auto;
}
.jiseki_li li{
display:inline-block;
margin:0.5em;
padding:4px;
background:#fff;
border-radius:5px;
}
.jiseki_li li img{
max-width:120px;
width:auto;
max-height:45px;
height:auto;
object-fit: contain;
vertical-align: middle;
}
@media screen and (max-width: 470px){
	.jiseki_li li{
	width:43%;margin:0.5em 1%;padding:5px 2%;
	}
	.jiseki_li li img{
	max-width:100%;}
}
.slide{
	background: #F0F0F0;
	padding: 0px 60px 30px 60px;
	position: relative;
}
.slide h3{
	text-align: center;
	/*color: #FF7F00;*/
	margin-bottom: 30px;
}
.slide ul{
	max-width: 825px;
	width: 100%;
	margin: 0 auto;
}
.slide ul li{
	color: #000;
}
.slide ul li img{
	margin-bottom: 10px;
	width: 100%;
}
.slide ul li p{
	font-size: 0.9375rem;
}
.slide ul li p.icon{
	background: url(../images/icon01.png) no-repeat left center;
	padding-left: 30px;
	font-size: 1.0625rem;
	font-weight: 600;
}
.slick_wrap {
position: relative;
max-width: 825px;
margin: 0 auto;
}
/* slick 矢印変更 */
/* スライド矢印 */
.slide .slick-prev,
.slide .slick-next{
	z-index: 9999;
	width:30px;
	height:50px;
	top: 45%;
}
.slide .slick-prev:before,
.slide .slick-next:before{
	font-size: 0;
	display: block;
	color:transparent;
	opacity: 1;
}
.slide .slick-prev{
	left: -60px;
}
.slide .slick-prev:before{
	background:url(../images/arrow_l.png) no-repeat left center;
	background-size:contain !important;
	background-position:0px 0px;
	width:30px;
	height:50px;
	padding:0px;
}
.slide .slick-next{
	right: -60px;
}
.slide .slick-next:before{
	background:url(../images/arrow_r.png) no-repeat left center;
	background-size:contain !important;
	background-position:0px 0px;
	width:30px;
	height:50px;
}

.icon01{
	background: url(images/icon02.png) no-repeat left center;
	padding: 20px 0;
}
.title01 {
    font-weight: 900;
    font-size: 1.75rem;
}
.title02 {
    margin-bottom: 30px;
	font-size: 1.875rem;
    font-weight: 900;
}
.txt_w {
    color: #fff;
}
@media screen and (max-width: 470px){
.slide {
	padding: 0px 20px 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slide ul{
	max-width: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slide ul li{
	margin-right: 10px;
}
.slide ul li p{
	font-size: 0.675rem;
}
.slide ul li p.icon{
	font-size: 0.75rem;
}

/* slick 矢印変更 */
.slide .slick-prev,
.slide .slick-next{
	width:20px;
	height:30px;
}
.slide .slick-prev:before,
.slide .slick-next:before{
	width:20px;
	height:30px;
}
.slide .slick-prev{
	left: -20px;
}
.slide .slick-next{
	right: -20px;
}
.icon01{
	background: url(images/icon02.png) no-repeat center 10px;
	padding: 130px 20px 20px 20px;
}
.title01 {
    font-size: 1rem;
}
.title02 {
    font-size: 1.28rem;
}
}


#area09 .area-in {
	padding-top: 50px;
	border-top: 1px solid #d6d6d6;
	margin-top: 70px;
}

@media screen and (max-width: 768px){
#area09 .area-in {
	padding-top: 25px;
	margin-top: 45px;
}
}