@charset "utf-8";
/* CSS Document */

h2{font-size: 24px;}
.title_contents{margin-left: 30px;}
@media screen and (max-width:900px){
	.title_contents{margin-left: 0px;}
	h2{font-size: 21px;}
	.pattern_3 h2{border-top: solid 1px #dddddd;}
	.padding80{padding-bottom: 40px;}
	.pattern_2 h2{
		display: block;
		width: 100%;
		border-top: solid 1px #dddddd;
	}
	.pattern_3 .gray_line{display: none;}
	.btn_1{margin: 0;}
}

.tab-area{
	padding: 0 0% 80px;
	max-width: 1080px;
	margin-bottom: 150px;
}
.tab-content-wrap{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 40px;
}
.tab-btn{display:none; /*タブの切り替えを制御するラジオボタンを非表示に*/}
.tab-list-wrap{
	display:flex; /*ボタンを横並びに*/
	flex-wrap: wrap;
	gap: 1em; 
	justify-content: space-around;
	padding-bottom: 80px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 40px;
}
.tab-list-wrap li{width: calc((100% - (1em * 3)) / 3);}
.tab-list{
	border: 1px solid #bfbfbf;
	border-radius: 50px;
	color: #808080;
	font-size: 20px;
	position: relative;
	padding: 20px 18px 20px 24px;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	display: block;
	cursor:pointer; 
}
.tab-list::before{
	background-image: url("../img/tab_button_gray.png");
	content: " ";
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	height: 36px;
	margin: auto;
	position: absolute;
	right: 14px;
	top: 0;
	width: 36px;
}
.tab-list:hover{opacity: 0.7;} 

#tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3,
#tab-btn4:checked ~ .tab-list-wrap #tab-list4,
#tab-btn5:checked ~ .tab-list-wrap #tab-list5,
#tab-btn6:checked ~ .tab-list-wrap #tab-list6{
	background:#009fb9;
	color: #ffffff;
	border: none;
}
#tab-btn1:checked ~ .tab-list-wrap #tab-list1::before,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2::before,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3::before,
#tab-btn4:checked ~ .tab-list-wrap #tab-list4::before,
#tab-btn5:checked ~ .tab-list-wrap #tab-list5::before,
#tab-btn6:checked ~ .tab-list-wrap #tab-list6::before{
	background-image: url("../img/tab_button_white.png");}

.tab-content{
	display:none; /*初期状態を非表示に*/
}
#tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#tab-btn2:checked ~ .tab-content-wrap #tab-content2,
#tab-btn3:checked ~ .tab-content-wrap #tab-content3,
#tab-btn4:checked ~ .tab-content-wrap #tab-content4,
#tab-btn5:checked ~ .tab-content-wrap #tab-content5,
#tab-btn6:checked ~ .tab-content-wrap #tab-content6{
	display: block;/*対応するボタンにチェックが入ったときに表示*/
}
@media screen and (max-width:1300px){
	.tab-list{
		font-size: 15px;
		height: 80px;
		display: flex;
		align-items: center;
		padding: 12px 50px 12px 24px;
	}
	.tab-area{
		padding: 0 4% 48px;
	}
}
@media screen and (max-width:900px){
	.tab-area{
		padding: 0 4% 48px;
		margin-bottom: 80px;
	}
	.tab-area .pc{display: none;}
	.tab-area .sp{display: block;}
	.tab-list-wrap{
		padding-bottom: 48px;
		margin-bottom: 16px;
	}
	.tab-list-wrap li{width: calc((100% - (0.5em * 2)) / 2);}
	.tab-list{
		border-radius: 26px;
		font-size: 15px;
		padding: 10px 45px 10px 17px;
		height: 75px;
		display: flex;
		align-items: center;
	}
	.tab-list::before{
		height: 33px;
		right: 9px;
		top: 0;
		width: 33px;
	}
}


.pattern_3 .no-padding{
	width: 23%;
	padding-bottom: 0;
	display: inline-block;
}
.pattern_3{padding-bottom: 0;}
.gray_line{
	display: inline-block;
    width: 74%;
    margin-left: 2%;
    border-top: solid 1px #dddddd;
    vertical-align: top;
}
.tab-area .swiper{z-index: 0;}
.tab-area .swiper-button-prev::after{content: "";}
.tab-area .swiper-button-next::after{content: "";}
.slideimg{
	position: relative;
	margin-bottom: 40px;
}
.tab-area .swiper-button-prev img{
	width: 80px;
	height: 80px;
}
.tab-area .swiper-button-next img{
	width: 80px;
	height: 80px;
}
.tab-area .swiper-button-prev{left: 40px;}
.tab-area .swiper-button-next{right: 40px;}
.tabname{
	font-size: 24px;
	margin-bottom: 80px;
}
#business_2 .tab-area .swiper-pagination{
	margin: 24px 0 40px;
	display: flex;
	justify-content: center;
	position: static;
}
#business_2 .tab-area .swiper-pagination-bullet{
	background: #ffffff;
	border: 1px solid #5B5B5B;
}
#business_2 .tab-area .swiper-pagination-bullet-active{
	background: #009fb9;
	border: 1px solid #009fb9;
}
.swiper-slide span{
	display: block;
	margin: 0 auto;
	font-size: 18px;
	margin-bottom: 24px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
}
.slide-single span{
	display: block;
	margin: 0 auto;
	font-size: 18px;
	margin-bottom: 24px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
}
.tab_ex{
	width: 70%;
	margin: 0 auto;
}
.swiper2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
	display: block;
}


@media screen and (max-width:900px){
	.pattern_3 .no-padding{width: 100%;}
	.tab-area .swiper-button-prev img{
		width: 60px;
		height: 60px;
	}
.tab-area .swiper-button-next img{
		width: 60px;
		height: 60px;
	}
.tab-area .swiper-button-prev{
		left: 16px;
		width: 4%;
	}
.tab-area .swiper-button-next{
		right: 16px;
		width: 4%;
	}
.tabname{
		font-size: 21px;
		margin-bottom: 40px;
	}
.swiper-slide span{
		font-size: 16px;
		margin-bottom: 16px;
	}
.slide-single span{
		font-size: 16px;
		margin-bottom: 16px;
	}
.tab_ex{width: 100%;}
#business_2 .tab-area .swiper-pagination{margin: 12px 0 16px;}
}

.pattern_2 h2 {width: 100%;}
