@charset "utf-8";
/*------------メインスライド----------------*/
.main_slider {}
.main_slider {
  position: relative; /* ← swiper.cssに含まれています */
}
.main_slider:before {
  content: "";
  display: block;
  padding-top: calc(860/1920*100%); /* 縦/横*100の値を書く */
}
@media screen and (max-width: 767px) {
.main_slider:before {
  padding-top: calc(860/1080*100%); /* 縦/横*100の値を書く */
}
}
.main_slider .swiper-wrapper {
  position: absolute; /* ← swiper.cssと優先順位が干渉するときは工夫してください */
  top: 0;
  left: 0;
}
.main_slider .swiper-wrapper img {
  width: 100%;
  height: auto;
}
.bg_main{
	position: relative;
}
.box_main_txt{
	position:absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
}
@media screen and (max-width: 767px) {
	.box_main_txt{
	top: auto;
		bottom: 20px;
		padding: 20px;
}
}
.main_txt_01{
	color: #F39801 !important;
	font-size: 4.5rem;
	font-weight: bold;
	text-shadow: 1px 1px 4px rgba(255,255,255,0.6);
}
@media screen and (max-width: 767px) {
	.main_txt_01{
	font-size: 1.8rem;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.9);
}
}
.main_txt_02{
	font-size: 2.4rem;
}
.main_txt_02 span{
	background: #fff;
	display: inline-block;
	padding: 5px;
	margin: 5px;
}
/*-----------------------------------*/
.video_box{
	text-align: center;
}
@media screen and (max-width: 767px) {
.video_box{
}
}
.video_box video{
	max-width: 100%;
}
.indent_list > li{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
	font-size: 1.6rem;
	border-bottom: #cccc 1px dotted;
	padding-bottom: 10px;
}

.map img{
	margin-top:-450px;
}
@media screen and (max-width: 767px) {
.map img{
	margin-top:0;
}
}
.news_outer_box{
	padding: 40px 0;
}
@media screen and (max-width: 767px) {
.news_box{
	padding: 20px 15px;
}
	
}
.news_box > .left_area{
	float: left;
	width: 80%;
}
@media screen and (max-width : 760px) {
.news_box > .left_area{
	float: none;
	width: 100%;
}

}
.news_box > .right_area{
	float: right;
	width: 20%;
}
@media screen and (max-width : 760px) {
	.news_box > .right_area{
	float: none;
	width: 100%;
}
}




.swiper-news {
    width: 100%;
    height: 40px;
    margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.swiper-news {
    height: 60px;
	}
}
.blog_area_top_01 {
  background-color: #fff;
  border: 1px solid #bbbbbb;
  padding: 15px;
  max-height: 240px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .blog_area_top_01 {
    max-height: 200px;
    margin-bottom: 20px;
    padding: 15px;
  }
}
.blog_area_top_02 {
  background: #fff;
  padding: 40px;
  max-height: 350px;
	border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .blog_area_top_02 {
    max-height: 200px;
    padding: 15px;
  }
}
.bg_top01 {
	position: relative;
}
.bg_top01::before{
	content: "";
	background: url("../img/top/img_05.jpg") left top no-repeat;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}


@media screen and (max-width: 767px) {
	.bg_top01::before{
	content: none;
}

}
.bg_top_white {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .bg_top_white {
    padding: 15px;
  }
}

/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.wideslider ul {
  display: inline-block;
  overflow: hidden;
}
.topslider_outer {
  position: relative;
}

/*bxslider css
-------------------------------------*/
.topslider_outer {
  position: relative;
}
.slide figure img {
  border: 1px solid #000;
  overflow: hidden;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 15px;
}
/**/
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
  width: 100% !important;
}


/*---------------------------------*/
.bg_01{
	background: linear-gradient(180deg, #dcf9e7 0%, #dcf9e7 70%, #fff 70%, #fff 100%);
}
@media screen and (max-width: 767px) {

}
.service_box > li{
	border: #42a96b 2px solid;
	border-radius: 15px;
	overflow: hidden;
}
.service_box > li img{
	width: 100%;
}
.service_box > li .txt_b{
	background: #fff;
	padding: 15px;
}
.txt_01{
	color:#42a96b;
	font-weight: bold;
	text-align: center;
	font-size:3rem;
	padding: 15px;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.txt_01{
	font-size:2rem;
	padding: 10px;
}
}
.service_box02 > li{
	border-radius: 15px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.service_box02 > li{
		float: left;
		width: 49%;
		margin-right: 2% !important;
}
	.service_box02 > li:nth-child(3n){
		margin-right: 2% !important;
}
	.service_box02 > li:nth-child(2n){
		margin-right: 0 !important;
}

}
.txt_02{
	color:#fff;
	font-weight: bold;
	text-align: center;
	font-size:2rem;
	padding: 15px;
	background: #F39801;
}
@media screen and (max-width: 767px) {
.txt_02{
	font-size:1.6rem;
	padding: 10px;
}
}
.ttl_000{
	background: url("../img/top/ttl.png") center top no-repeat;
	height: 250px;
	width: 500px;
	margin: 0 auto;
	color: #F39801;
	font-weight: bold;
	font-size: 3rem;
	text-align: center;
	padding-top: 160px;
	box-sizing: border-box;
	line-height: 1.1;
	position: relative;
}
@media screen and (max-width : 767px) {
	.ttl_000{
	background: url("../img/top/character_1.png") center 20px no-repeat,#fff;
		background-size: 60px;
	height: auto;
	width: 100%;
	font-size: 2.2rem;
		padding:110px 20px 20px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	
}
}
.ttl_000::before{
content: "";
	bottom: -25px;
	left: 0;
	right: 0;
	margin:0 auto;
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 25px 20px 0 20px;
border-color: #fff transparent transparent transparent;
	
}
@media screen and (max-width : 767px) {
	.ttl_000::before{
	bottom: -15px;
border-width: 15px 10px 0 10px;
	
}
}
.lh_1_2{
	line-height: 1.2;
}
.works_box_out{
	background: #F39801;
	padding: 50px;
	border-radius: 15px;
}
@media screen and (max-width : 767px) {
	.works_box_out{
	padding: 20px 10px;
}
}

.works_box{
	 display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	 flex-wrap: wrap; 
	justify-content: center;  
}

.works_box > li{
	margin:10px;
	background: #fff;
	border-radius: 15px;
	padding: 15px;
	text-align: center;
}
@media screen and (max-width : 767px) {
.works_box > li{
	margin:5px;
	flex-grow: 1;
}
}

.txt_03{
	font-size:2.5rem;
	font-weight: bold;
}
@media screen and (max-width : 767px) {
.txt_03{
	font-size:1.8rem;
	}
	
}
.txt_03 span{
	 background:linear-gradient(transparent 60%, #F39801 60%);
	}

.bg_05{
	background:url("../img/top/bg_01.webp") right top no-repeat;
	background-size: cover;
}
@media screen and (max-width : 767px) {
.bg_05{
	background:url("../img/top/bg_01.webp") right bottom no-repeat;
	background-size: cover;
}
}
.bg_05 .col_1_2 .right_area{
	background:rgba(66,169,107,0.8);
	padding: 40px;
	color: #fff;
	border-radius: 15px;
}
@media screen and (max-width : 767px) {
	.bg_05 .col_1_2 .right_area{
	padding:20px;
}

}
.bnr_01 > li{
	border:#ccc 1px solid;
	border-radius: 15px;
	text-align: center;
	padding: 30px;
}

.bnr_03 > li{
	border-top: #C5000C 20px solid;
	padding: 25px;
	box-sizing: border-box;
	box-shadow: 2px 2px 8px -5px #777777;
}
.ico_001{
	background: url("../img/top/ico_10.png") left center no-repeat;
	padding: 0 0 0 60px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2
}
.ico_002{
	background: url("../img/top/ico_11.png") left center no-repeat;
	padding: 0 0 0 70px;
	font-size: 1.5rem;
	font-weight: bold;
}
.ico_003{
	background: url("../img/top/ico_12.png") left center no-repeat;
	padding: 0 0 0 60px;
	font-size: 1.5rem;
	font-weight: bold;
}
.txt_tel{
	color:#C5000C;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width : 767px) {.bnr_02 {padding: 0;}
.txt_tel{
	font-size: 2.6rem;
}
}
.bg_02{
	background: url("../img/top/character_2.png") right bottom no-repeat;
}
@media screen and (max-width : 767px) {
.bg_02{
	background: none;
}
}

.bg_03{
	background: url("../img/top/bg_03.png") center top no-repeat,url("../img/top/bg_04.png") center bottom no-repeat,#FFF5E5;
	padding-bottom: 193px;
}
@media screen and (max-width : 767px) {
.bg_03{
	background-size: contain;
	padding-bottom: 0;
	}
}


.arae_box{
	width:40%;
}
@media screen and (max-width: 767px) {
.arae_box{
	width:100%;
}
}
.arae_box .left_area{
	width:48%;
	float: left;
}
.arae_box .right_area{
	width:48%;
	float: right;
}





