@charset "utf-8";
/*ポッポアップ部分ここから*/
.pop01.popup_inc01_01_02{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	overflow-y: scroll;
}
@media only screen and (max-width: 767px){
	.pop01.popup_inc01_01_02{
		min-width: 320px;
	}
}
.pop01.popup_inc01_01_02 .naoshi{
	width: 100%;
	height: auto;
	padding: 100px 0;
	background-color: #fff;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.pop01.popup_inc01_01_02 .naoshi{
		padding: 12vw 10vw;
	}
}
.pop01.popup_inc01_01_02 .naoshi .pop_logo{
	width: 140px;
	height: auto;
	text-align: center;
	position: fixed;
	z-index: 100;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
}
.pop01.popup_inc01_01_02 .naoshi .pop_logo img{
	width: 100%;
	height: auto;
	display: block;
}
.pop01.popup_inc01_01_02 .naoshi .pop_logo .text00{
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color: #000;
	margin-top: 5px;
}

.pop01.popup_inc01_01_02 .naoshi ul{
	width: 770px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.pop01.popup_inc01_01_02 .naoshi ul{
		width: 90%;
	}
}
.pop01.popup_inc01_01_02 .naoshi ul li{
	width: 345px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin-top: 60px;
}
@media only screen and (max-width: 767px) {
	.pop01.popup_inc01_01_02 .naoshi ul li{
		width: 100%;
		height: auto;
		display: flex;
		margin-top: 60px;
	}
}
.pop01.popup_inc01_01_02 .naoshi ul li:nth-child(-n+2) /*<!-- ２番目まで -->*/{
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.pop01.popup_inc01_01_02 .naoshi ul li:nth-of-type(2){
		margin-top: 60px;
	}
}
.pop01.popup_inc01_01_02 .naoshi ul li img{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: block;
}
.pop01.popup_inc01_01_02 .naoshi ul li h3{
	font-size: 24px;
	line-height: 1;
}
.pop01.popup_inc01_01_02 .naoshi ul li h3 span{
	font-size: 12px;
	line-height: 1;
}
.pop01.popup_inc01_01_02 .naoshi ul li .linkbox{
	width: auto;
	height: auto;
	margin-top: 10px;
}
.pop01.popup_inc01_01_02 .naoshi ul li .linkbox a{
	font-size: 12px;
	line-height: 1;
	margin-top: 10px;
	transition: all 0.5s 0s ease;
}
.pop01.popup_inc01_01_02 .naoshi ul li .linkbox a:hover{
	opacity: 0.7;
	transition: all 0.5s 0s ease;
}

.popup_inc01{
	width: 100%;
	height: auto;
	display: block;
}
.popup_inc01 .popup_inc01_01{
	width: 980px;
	height: auto;
	padding: 50px 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.popup_inc01 .popup_inc01_01{
		width: 90%;
		max-width: 335px;
	}
}
.popup_inc01 .popup_inc01_01 .popup_inc01_01_01{
	width: 335px;
	height: 50px;
	margin: 20px auto 0;
	border: 1px solid #abbcca;
	color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.popup_inc01 .popup_inc01_01 .popup_inc01_01_01{
		width: 90%;
		max-width: 335px;
	}
}
.popup_inc01 .popup_inc01_01 .popup_inc01_01_01:nth-of-type(1){
	margin-top: 0;
}
.popup_inc01 .popup_inc01_01 .popup_inc01_01_01:hover{
	background-color: #abbcca;
	opacity: 1;
	transition: all .5s;
}
.popup_inc01 .popup_inc01_01 .popup_inc01_01_01 span{
	font-size: 15px;
	line-height: 25px;
	margin-right: 10px;
	display: block;
}
.popup_inc01_01_02 ul.popup_inc01_01_02_01 li.popup_inc01_01_02_01_01{
	width: 345px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin-top: 60px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.popup_inc01_01_02 ul.popup_inc01_01_02_01 li.popup_inc01_01_02_01_01{
		width: 100%;
	}
}
.popup-close-btn{
	width: 91px;
	height: auto;
	margin: 80px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 5px;
	margin: 100px auto 0;
}
.popup-close-btn .close{
	font-size: 12px;
	line-height: 12px;
	color: #000;
	margin-right: 5px;
}
@media only screen and (max-width: 767px) {
	.popup-close-btn .close{
		font-size: 10px;
		line-height: 12px;
		color: #000;
		margin-right: 5px;
	}
}
.popup-close-btn .line-bar{
	width: 14px;
	height: 1px;
	background-color: #000;
	border-radius: 1px;
	position: relative;
	margin: 0.2rem 0 0 0;
	transform: rotate(135deg);
	display: block;
}
@media only screen and (max-width: 767px) {
	.popup-close-btn .line-bar{
		width: 12px;
	}
}
.popup-close-btn .line-bar::before{
	content: "";
	display: block;
	background-color: #000;
	border-radius: 1px;
	position: absolute;
	width: 100%;
	height: 1px;
	transform: rotate(90deg);
	top: 0;
}
.popup_inc01_01_02_01_01_01{
	width: 100%;
	height: 600px;
	margin: 0;
	background-color: #dddddd;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*popup_inc01ここまで*/