@charset "utf-8";

/* ------------------------------
 メイン画像
------------------------------ */
.mainImageBlock {
	background-color: #C0F3FC;
	position: relative;
}
.mainImageBlock .contentsBox {
	position: relative;
}
.mainImageBlock .contentsBox .linkBox a {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-indent: -100%;
}
/* ------------------------------
 メインブロック（PC）
------------------------------ */
.mainBlock {
	position: relative;
	padding: 100px 0 70px;
	background-color: #f6f6f5;
}
.mainImage {
	position: relative;
	text-align: center;
	margin-top: 110px;
}
.mainImage_text {
	position: absolute;
	left: 80px;
	top: 80px;
}

/* ------------------------------
 メインブロック（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.mainBlock {
		padding: 80px 0 70px;
	}
	.mainImage {
		width: 94%;
		margin: 62px auto 0;
	}
	.mainImage_text {
		left: 2%;
		top: 5%;
		width: 164px;
	}
}
/* ------------------------------
 リード（PC）
------------------------------ */
.leadBlock {
	padding: 150px 0 160px;
	background-image: url("../images/about_image.png"), url("../images/about_bg_left.png"), url("../images/about_bg_right.png");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto, auto, auto;
	background-position: center center, left top, right bottom;
	margin-top: -20px;
}
.contentsHome .leadBlock h2 {
	font-size: 5.2rem;
}
.contentsHome .leadBlock h2::before {
	display: none;
}
.contentsHome .leadBlock h2::after {
	content: "";
	display: block;
	position: relative;
	margin: 0 auto;
	background: url(../images/icon_headline.png) top center/contain no-repeat;
	width: 83px;
	height: 9px;
	margin-top: 35px;
	box-shadow: none;
}
/* ------------------------------
 リード（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.leadBlock {
		padding: 60px 0 90px ;
		background-image: url("../images/about_bg_left.png"), url("../images/about_bg_right.png");
		background-repeat: no-repeat, no-repeat;
		background-size: 130px, 110px;
		background-position: left top, right bottom;
		margin-top: -10px;
	}
	.contentsHome .leadBlock h2 {
		font-size: 2.6rem;
	}
	.contentsHome .leadBlock h2::after {
		background: url(../images/icon_headline.png) top center/contain no-repeat;
		width: 42px;
		height: 5px;
		margin-top: 20px;
	}
}
/* ------------------------------
 お知らせ（PC）
------------------------------ */
.newsBlock {
	padding: 100px 0;
	background-color: #eff0ed;
	position: relative;
}
.newsBlock .btn.btnList.tac {
	margin-top: 40px;
}
.newsTitle {
  align-content: space-around;
  display: grid;
}
.newsListBlock {
	padding-left: 75px;
    width: calc(100% - 310px);
}
/* ------------------------------
 お知らせ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.newsBlock {
		padding: 60px 0 180px;
	}
	.newsListBlock {
		padding: 0;
		width: 100%;
	}
	.newsBlock .btn.btnList {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 60px;
		margin: auto;
		text-align: center;
	}
}
/* ------------------------------
 下層ブロック（PC）
------------------------------ */
.lowerBlock {
	padding: 120px 0 140px;
	background-image: url("../images/drone_bg_left.png"), url("../images/drone_bg_right.png");
	background-repeat: no-repeat, no-repeat;
	background-size: auto, auto;
	background-position: left top, right bottom;
}
.lowerBlock h2 {
	margin-bottom: 30px;
	margin-top: 60px;
}
.lowerBlock .w1-2 img {
	border-radius: 30px;
}
.lowerBlock .flexBox {
	position: relative;
}
.lowerBlock .drone {
	position: absolute;
	right: -260px;
  	top: 300px;
	width: 320px;
}
@media screen and (max-width: 1600px) {
	.lowerBlock {
		background-image: url("../images/drone_bg_left.png"), url("../images/drone_bg_right.png");
		background-repeat: no-repeat, no-repeat;
		background-size: 334px, 256px;
		background-position: left top, right bottom;
	}
}
/* ------------------------------
 お知らせ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.lowerBlock {
		padding: 80px 0 120px;
		background-image: url("../images/drone_bg_left.png"), url("../images/drone_bg_right.png");
		background-repeat: no-repeat, no-repeat;
		background-size: 150px, 135px;
		background-position: left top, right bottom;
	}
	.lowerBlock h2 {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.lowerBlock .drone {
		position: absolute;
		right: -6%;
		top: 260px;
		width: 120px;
	}
	.lowerBlock .inBlock .w1-2 + .w1-2 {
		margin-top: 50px;
	}
}
/* ------------------------------
 VOICE（PC）
------------------------------ */
.featuresBlock {
    position: relative;
    padding: 80px 0 240px;
	color: #fff;
	background: url("../images/voice_bg_left.png") #232a28 no-repeat left bottom;
}
.featuresBlock h2 {
	color: #fff !important;
}
.featuresBlock h2 span {
	color: #fff !important;
}
.featuresBlock h2::before {
    margin-left: 0;
}
.featuresBlock .btn a {
	color: #fff;
	box-shadow: 7px 7px 10px #161c1a, -7px -7px 10px #526467;
}
.featuresSwiper .swiper-slide {
	padding: 0;
}
.featuresSwiper .swiper-slide::before {
	display: none;
}
.featuresBlock .featuresSwiper .swiper-slide img {
    border-radius: 30px;
}
.featuresBlock .swiper-slide a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.featuresBlock .swiper-slide p {
    font-size: 2.4rem;
    font-weight: 600;
	margin-top: 30px;
  	margin-bottom: 15px;
  	line-height: 1.35;
}
.featuresBlock .swiper-slide .title {
	margin-top: 10px;
    font-size: 1.8rem;
}
.featuresBlock .swiper-slide .title::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: auto;
  background: url(../images/icon_arrow.png) no-repeat 0 0 / cover;
  vertical-align: bottom;
  margin-left: 5px;
}

/* Swiper */
.featuresBlock .swiper-pagination .swiper-pagination-bullet {
    background-color: #232a28;
	box-shadow: 3px 3px 1px #4c5d5f,
				-3px -3px 1px #051720;
    opacity: 1;
}
.featuresBlock .swiper-pagination .swiper-pagination-bullet-active {
	background: linear-gradient(90deg, #1ba7de, #82db5e);
	box-shadow: 3px 3px 1px #4c5d5f,
				-3px -3px 1px #051720;
}
.featuresBlock .swiper-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 0;
}
.featuresBlock .swiper-button-prev,
.featuresBlock .swiper-button-next {
    position: static;
    width: 80px;
    height: 80px;
    margin: 0;
    transition: 0.3s ease-in-out;
}
.featuresBlock .swiper-button-prev::after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: url(../images/icon_arrow_left.png) no-repeat center / 80px auto;
}
.featuresBlock .swiper-button-next::after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: url(../images/icon_arrow_right.png) no-repeat center / 80px auto;
}
@media print, screen and (min-width: 768px) {
    .featuresBlock .overBlock {
        display: flex;
    }
    .featuresBlock .textBox {
        width: 330px;
        min-height: 600px;
        padding-bottom: 60px;
		margin-top: 110px;
    }
    .featuresBlock .featuresSwiper {
        position: absolute;
        left: calc(50% - 170px);
        right: 0;
        z-index: 1;
        overflow: hidden;
		padding-top: 100px;
    }
    .featuresSwiper:not(.swiper-initialized) .swiper-wrapper {
        gap: 0 45px;
    }
    .featuresSwiper .swiper-slide {
		width: 396px;
    }
    /* Swiper */
    .featuresBlock .swiper-pagination,
    .featuresBlock .swiper-horizontal > .swiper-pagination-bullets, 
    .featuresBlock .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .featuresBlock .swiper-pagination-custom, 
    .featuresBlock .swiper-pagination-fraction {
        position: absolute;
        width: 258px;
        left: 3px;
        top: 40px;
		bottom: auto;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        gap: 13px;
    }
    .featuresBlock .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .featuresBlock .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        margin: 0;
    }
    .featuresBlock .swiper-buttons {
        position: absolute;
        right: 40px;
        z-index: 10;
		top: 0;
    }
    .featuresBlock .swiper-button-prev:hover,
    .featuresBlock .swiper-button-next:hover {
        opacity: .7;
    }
}
/* ------------------------------
 VOICE（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .featuresBlock {
        position: relative;
        padding-top: 60px;
        padding-bottom: 240px;
		background-size: 220px;
    }
	.featuresBlock .swiper-slide p {
		font-size: 2rem;
	}
    .featuresBlock .textBox .btn {
        position: absolute;
        bottom: 100px;
        left: 0;
        right: 0;
		text-align: center;
    }
    .featuresBlock .featuresSwiper.swiper-initialized {
        padding: 0 30px;
    }
    .swiper-controller {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    /* Swiper */
    .featuresBlock .swiper-pagination,
    .featuresBlock .swiper-horizontal > .swiper-pagination-bullets, 
    .featuresBlock .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .featuresBlock .swiper-pagination-custom, 
    .featuresBlock .swiper-pagination-fraction {
        position: static;
        width: 100%;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .featuresBlock .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .featuresBlock .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0;
    }
    .featuresBlock .swiper-button-prev,
    .featuresBlock .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .featuresBlock .swiper-button-prev::after,
    .featuresBlock .swiper-button-next::after {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
    }
}