@charset "utf-8";
/* CSS Document */
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  display: none;
}
.swiper-container{
	padding-top: 80px;
}
.slide01 {
  background: url("../images/top/main1.png");
}
.slide02 {
  background: url("../images/top/main2.png");
}
.slide03 {
  background: url("../images/top/main3.png");
}
.hero_area_caption {
  width: 29vw;
  height: 29vw;
  background: rgba(255, 255, 255, 0.8);
  margin-left: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.hero_area_caption figure {
  width: 32%;
}
.hero_area_caption .icon-txt {
  width: 45%;
  position: absolute;
  right: 20px;
  bottom: -20px;
}
.hero_area_caption figure img {
  width: 100%;
  margin-bottom: 20px;
}
.hero_area_caption p {
  font-size: 16px;
  line-height: 2.5;
}
.swiper-pagination {
  position: inherit;
  margin-top: 20px;
  margin-bottom: 70px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 6px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.swiper-wrapper .swiper-slide {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 82vh;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cont .ph1 {
	width: 980px;
	margin-bottom: 100px;
	display: block;
	max-width: 100%;
}
.cont .icon-mitsumori {
  width: 700px;
  margin: 0 auto 100px;
  display: block;
	max-width: 100%;
}
.cont .txt1 {
  text-align: center;
  line-height: 2.5;
  margin-bottom: 110px;
}
.cont .jigyou-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 715px;
	margin: 0 auto 110px;
	flex-wrap: wrap;
	max-width: 100%;
}
.cont .jigyou-flex-item {
	width: 350px;
	margin: 0 3px 6px;
	text-align: center;
	padding: 25px 0;
	font-size: 20px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	font-weight: bold;
}
.cont .jigyou-flex-item.blue {
  color: #009FA8;
}
.cont .riyuu-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 60px;
}
.cont .riyuu-flex-item {
  margin: 0 10px 5px;
  widows: 300px;
  box-sizing: border-box;
}
.cont .riyuu-flex-item img {
  margin-bottom: 0px;
}
.cont .riyuu-flex-item .ttl {
	font-size: 17px;
	margin-bottom: 3px;
	font-weight: bold;
}
.cont .link-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 80px;
}
.cont .link-flex-item {
  margin: 0 18px 0px;
  text-align: center;
  padding: 25px 0;
}
.cont .link-flex-item.left, .cont .link-flex-item.right {
  position: relative;
}
.cont .link-flex-item.left::after {
	content: "安心・安全・丁寧な施工";
	font-size: 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: -25px;
	font-weight: bold;
	margin: auto;
}
.cont .link-flex-item.right::after {
  content: "実施負担0円で修繕！？";
	font-size: 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: -25px;
	font-weight: bold;
	margin: auto
}
.cont .link-flex-item a {
	font-size: 17px;
	background: #009FA8;
	color: #fff;
	width: 326px;
	box-sizing: border-box;
	display: block;
	border-radius: 40px;
	padding: 14px 0;
}
#anc-contact::before {
    display: block;
    height: 80px;
    margin-top: -80px;
    content: "";
}
iframe {
	margin: 0 auto 120px;
	display: block;
}

.logo-insta {
	width: 60px;
	margin: 0 auto 30px;
	display: block;
}
h2.insta{
	margin-bottom: 5px;
}
.click{
	text-align: center;
	margin-bottom: 120px;
}
h2.insta::after {
	background: none;

}
ul.insta {
	display: flex;
	width: 800px;
	margin: 0 auto 120px;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 100%;
}
ul.insta li{
width: 25%;
list-style: none;
padding: 0px 4px 1px;}

ul.insta li img{
	width: 100%;
	}

.icon-listen img {
    width: 380px;
    height: 124px;
    margin: 0 auto 0px;
    display: block;
	image-rendering: -webkit-optimize-contrast;
}