@charset "utf-8";
/* CSS Document */
/*☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝



☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝*/
.naka_mv{
	background: #222 url("../img/service.png") no-repeat bottom right;
    background-size: 100%;
}
.naka_mv{
	background: #222 url("../img/service.png") no-repeat bottom right;
    background-size: 100%;
}
@media screen and (max-width: 1300px){ 
	.naka_mv{background-size: 1300px;}
}
@media screen and (max-width: 768px) {
    .naka_mv {background-size: 900px;}
}

.sec2 .ttl,.sec5 .ttl{
	text-align: center;
}
.sec2 .ttl span,.sec5 .ttl span{
	margin: 5px auto 10px;
}
/*☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝

content

☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝*/
.sec1 li {
	display: flex;
	width: 70%;
	gap:40px;
	margin-bottom: 80px;
	align-items: flex-start;
}
.sec1 li:nth-child(2){
	margin-left: 15%;
}
.sec1 li:nth-child(3){
	margin-left: 30%;
	margin-bottom: 0;
}
.sec1 li img{
	width: 40%;
	max-width: 455px;
}
.sec1 li em{
	display: flex;
    align-items: center;
    gap: 20px;
	font-size: 24px;
	margin-bottom: 30px;
}
.sec1 li em::before{
	content: "";
	display: inline-block;
	width: 85px;
	height: 85px;

	background: url("../img/point01.webp") no-repeat;
	background-size: 100%;
}
.sec1 li:nth-child(2) em::before{
	background: url("../img/point02.webp") no-repeat;
	background-size: 100%;
}
.sec1 li:nth-child(3) em::before{
	background: url("../img/point03.webp") no-repeat;
	background-size: 100%;
}
@media screen and (max-width: 1460px){
	.sec1 li {
		width: 80%;
		gap:30px;
		margin-bottom: 80px;
	}
	.sec1 li:nth-child(2){
		margin-left: 10%;
	}
	.sec1 li:nth-child(3){
		margin-left: 20%;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 1300px){
	.sec1 li {
		width: 95%;
		gap:20px;
		margin-bottom: 80px;
	}
	.sec1 li img{
		
		width: 35%;
	}
	.sec1 li:nth-child(2){
		margin-left: 2.5%;
	}
	.sec1 li:nth-child(3){
		margin-left: 5%;
		margin-bottom: 0;
	}
	.sec1 li em{
		font-size: 18px;
		gap:15px;
	}
	.sec1 li em::before{
		content: "";
		display: inline-block;
		width: 60px;
		height: 60px;

		background: url("../img/point01.webp") no-repeat;
		background-size: 100%;
	}
	.sec1 li:nth-child(2) em::before{
		background: url("../img/point02.webp") no-repeat;
		background-size: 100%;
	}
	.sec1 li:nth-child(3) em::before{
		background: url("../img/point03.webp") no-repeat;
		background-size: 100%;
	}
}
@media screen and (max-width: 768px){
	.sec1 li {
		width: 100%;
		flex-direction: column;
		gap: 15px;
		margin-bottom: 40px;
	}
	.sec1 li img{
		width: 100%;
		max-width: 675px;
	}
	.sec1 li:nth-child(2){
		margin-left: 0;
	}
	.sec1 li:nth-child(3){
		margin-left: 0;
		margin-bottom: 0;
	}
	.sec1 li em{
		gap: 10px;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.sec1 li em br{display: none;}
	.sec1 li em::before{
		content: "";
		display: inline-block;
		width: 40px;
		height: 40px;

		background: url("../img/point01.webp") no-repeat;
		background-size: 100%;
	}
	.sec1 li:nth-child(2) em::before{
		background: url("../img/point02.webp") no-repeat;
		background-size: 100%;
	}
	.sec1 li:nth-child(3) em::before{
		background: url("../img/point03.webp") no-repeat;
		background-size: 100%;
	}
}
/*☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝



☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝*/
.sec2{
	background-image: url("../img/hukidasi.jpg");
}
.sec2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5%;
	align-items: flex-start;
}
.sec2 li{
	background: #fded52;
	width: 30%;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}
.sec2 li:nth-child(2){
	margin-top: -20px;
}
.sec2 li:nth-child(4),.sec2 li:nth-child(5){margin-bottom: 0;}
.sec2 li div{
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 15px solid #fded52;
	border-bottom: 0;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 768px){
	.sec2 ul{
		flex-direction: column;
	}
	.sec2 li:nth-child(2){
		margin-top: 0;
	}
	.sec2 li,.sec2 li:nth-child(4){
		width: 60%;
		padding: 20px;
		margin-bottom: 40px;
	}
	.sec2 li:nth-child(2n+1){
		margin-left: 40%;
	}
	.sec2 li br{display: none;}
}
@media screen and (max-width: 500px){
	.sec2 li,.sec2 li:nth-child(4){
		width: 80%;
		padding: 20px;
		margin-bottom: 40px;
	}
	.sec2 li:nth-child(2n+1){
		margin-left: 20%;
	}
}
/*☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝



☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝*/
.sec3 ul{
	display: flex;
	gap:80px;
	justify-content: space-between;
}
.sec3 li{
	width: calc( 33% - 53px);
}
.sec3 img{
	margin-bottom: 40px;
}
h3{
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 1300px){
	.sec3 ul{gap:5%;}
	.sec3 li{width: 30%;}
	h3{font-size: 18px;}
}
@media screen and (max-width: 768px){
	.sec3 ul{flex-direction: column;}
	.sec3 li{width: 100%;margin-bottom: 40px;}
	.sec3 li:last-child{margin-bottom: 0;}
	.sec3 img{margin-bottom: 20px;}
	h3{font-size: 16px;margin-bottom: 15px;}
}
/*☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝



☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝*/
.sec4{background: #222;}
.sec4 .ttl,.sec4 .ttl div,.sec4>p{color: #fff;}
.sec4 .ttl span{background: #fded52;}
.sec4>p{margin-bottom: 80px;}
.sec4 > ul > li{
	background: #fff;
	padding: 80px;
	margin-bottom: 80px;
	display: flex;
	gap: 40px;
}
.text{
	min-width: 335px;
}
.sec4 .text div{
	font-size: 1.2em;
	margin-bottom: 20px;
}
.sec4 .text p{margin-bottom: 100px;}
.sec4 .btn{
	font-size: 16px;
	padding: 23px 40px;
}
@media screen and (max-width: 1300px){
	
	.sec4 > ul > li{
		padding: 40px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px){
	.sec4>p{margin-bottom: 40px;width: 100%;}
	.sec4 > ul > li{
		padding: 40px 5%;
		margin-bottom: 20px;
		flex-direction: column;
	}
	.text{
		min-width: 100%;
	}
	.sec4 .text div{
		margin-bottom: 10px;
	}
	.sec4 .text p{margin-bottom: 40px;}
	.sec4 .btn{
		font-size: 14px;
	}
}
/*☆～*＝＝☆～*＝＝*/
.slider-container {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  position: relative;
}

.slider-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; /* 画像がはみ出さないように隠す */
}

.slider-image {
  width: 100%; /* 画像をスライダー幅に合わせる */
  height: auto;
}

.slider-value {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slider-buttons {
  text-align: center;
  margin-top: 20px;
}

.slider-buttons button {
  padding: 5px;
  margin: 0 10px;
  cursor: pointer;
  background-color: #ccc;
  color: #fded52;
  border: none;
  border-radius: 5px;
}

.slider-buttons button:hover {
  background-color: #45a049;
}

/* active クラスが付いたボタンのスタイル */
.slider-buttons button.active {
  background-color: #fded52; /* アクティブなボタンの色 */
  color: #fff;
}

/* 左右の矢印ボタン */
.arrow-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  width: calc(100% - 20px);
    padding: 0 10px;
}

.arrow-buttons button {
     background-color: transparent;
    color: #fded52;
    border: none;
    cursor: pointer;
    font-size: 24px;
    transform: scaleY(2.5);
}

.arrow-buttons button:hover {
  background-color: transparent;
}
/* 画像の表示切り替え */
.slider-image {
  display: none;
}

.slider-image.active {
  display: block;
}

@media screen and (max-width: 768px){
	.arrow-buttons {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		display: flex;
		justify-content: space-between;
		transform: translateY(-50%);
		width: 100%;
		padding: 0;
	}
	.arrow-buttons button {
		font-size: 16px;
	}
}
/*☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝



☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝*/
.sec5 table{
	border-spacing: 10px 3px
}
.sec5 th{ 
	background-color: #000;
	color: #fff;
	padding: 20px 20px;
	min-width: 250px;
	box-sizing: border-box;
}
.sec5 td{
	padding: 20px 40px;
	box-sizing: border-box;
	border-bottom: solid #c8c8c8 3px;
}
@media screen and (max-width: 1300px){
	.sec5 th{
		width: 20%;
		min-width: unset;
	}
}
@media screen and (max-width: 768px){
	.sec5 th{
		width: 100%;
	}
	.sec5 th,.sec5 td{
		display: block;
	}
	.sec5 td {
		padding: 20px 5%;
		border-bottom: none;
	}
}




.br_925,.br_1110,.br_768,.br_390{display: none;}
@media screen and (max-width: 1110px) {
	.br_1110{display: block;}
	.br_1110_none{display: none;}
}
@media screen and (max-width: 925px) {
	.br_925{display: block;}
	.br_925_none{display: none;}
}
@media screen and (max-width: 768px) {
	.sec2 li .br_768{display: block;}
}
@media screen and (max-width: 390px){
	.sec2 li .br_390{display: block;}
}