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

/* pickUp */
.pickUp {
	padding-top: 50px;
	max-width: 950px;
	margin: auto;
}

.pickUp .box {
	/* width: 48%; */
	/* margin-right: 4%; */
	margin-top: 30px;
	margin-bottom: 60px;
}

.pickUp .box .flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin: 50px;
}

.pickUp .box .flex .pht {
	width: 30%;
	position: relative;
}

.pickUp .box .flex .text {
	width: 65%;
	margin-bottom: 10px;
}

.pickUp .box .flex .text .tit {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 10px;
	border-bottom: 2px solid #000;
}

.pickUp .box .flex .text .tit_s {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.pickUp .box .flex .text p {
	font-size: 17px;
	line-height: 150%;
}

.pickUp .head {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	background: #fff;
	border: solid 3px #00A89C;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #00A89C;
	margin-bottom: 60px;
	position: relative;
}

.pickUp .head:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 16px;
	border-color: #00a89d transparent transparent transparent;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -16px;
}

@media screen and (max-width: 780px) {
	.pickUp .box .flex {
		flex-direction: column;
		margin: 10px;
	}

	.pickUp .box .flex .pht {
		width: 70%;
		margin: auto;
		/* padding-left: 20px;
		padding-right: 20px; */
	}

	.pickUp .box .flex .text {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 20px;
	}

	.pickUp .box .flex .text .tit {
		font-size: 20px;
	}

	.pickUp .box .flex .text p {
		font-size: 16px;
	}

	.pickUp .head {
		width: 90%;
		height: 60px;
		font-size: 20px;
		margin: 0 auto 40px;
	}
}

/* seminar_list_new */
#seminar_list {
	padding-top: 50px;
	max-width: 1100px;
	margin: auto;
}

#seminar_list .head {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	background: #fff;
	border: solid 3px #00A89C;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #00A89C;
	margin-bottom: 60px;
	position: relative;
}

#seminar_list .head:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 16px;
	border-color: #00a89d transparent transparent transparent;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -16px;
}


#seminar_list .list {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#seminar_list .list .box {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 60px;
}

#seminar_list .list .box:nth-child(2n) {
	margin-right: 0;
}

#seminar_list .list .box .flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

#seminar_list .list .box .flex .pht {
	width: 35%;
	position: relative;
}

#seminar_list .list .box .flex .pht .pht_badge {
	position: absolute;
	width: 50%;
	height: 50%;
	right: -18px;
	bottom: -15px;
}

#seminar_list .list .box .flex .text {
	width: 61%;
}

#seminar_list .list .box .flex .text time {
	display: block;
	height: 35px;
	background: #1B1464;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

#seminar_list .list .box .flex .text .tit {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#seminar_list .list .box .flex .text .tit span {
	font-size: 14px;
}

#seminar_list .list .box .flex .text dl {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 8px;
}

#seminar_list .list .box .flex .text dl dt {
	width: 50px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4em;
	color: #1B1464;
}

#seminar_list .list .box .flex .text dl dd {
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
}


#seminar_list .list .box ul.btn_list {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}

#seminar_list .list .box ul.btn_list li.detail {
	width: 100%;
	margin-bottom: 2%;
}

#seminar_list .list .box ul.btn_list li.detail a {
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff url("../img/icon_arrow_blue.svg") no-repeat right 15px center;
	border: solid 3px #1571BB;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #1571BB;
}

#seminar_list .list .box ul.btn_list li.detail a:hover {
	opacity: 0.7;
}

#seminar_list .list .box ul.btn_list li.online {
	width: 49%;
	margin-right: 2%;
}

#seminar_list .list .box ul.btn_list li.online a {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00A89C url("../img/icon_arrow_white.svg") no-repeat right 15px center;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0;
	padding: 0 20px;
	color: #fff;
}

#seminar_list .list .box ul.btn_list li.online a:hover {
	opacity: 0.7;
}

#seminar_list .list .box ul.btn_list li.visit {
	width: 49%;
}

#seminar_list .list .box ul.btn_list li.visit a {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F9453E url("../img/icon_arrow_white.svg") no-repeat right 15px center;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.4em;
	padding: 0 20px;
	color: #fff;
}

#seminar_list .list .box ul.btn_list li.visit a:hover {
	opacity: 0.7;
}





/* floating */
.floating {
	height: 90px;
}

.floating ul {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px 0 10px 0;
	background: #1B1464;
	position: fixed;
	bottom: 0;
	left: 0;
}

.floating ul li.tel {
	margin-right: 20px;
}

.floating ul li.btn_ac {
	width: 330px;
}

.floating ul li.btn_ac a {
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background: #FFEB00 url("../img/icon_arrow_btn.svg") no-repeat 97% center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	text-indent: -14px;
}

.floating ul li.btn_ac a br {
	display: none;
}



body.noscroll {
	overflow: hidden;
}


/*リスクページ誘導
--------------------- */
.risk {
	padding-top: 80px;
	max-width: 950px;
	margin: auto;
}

.risk .head {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	background: #fff;
	border: solid 3px #00A89C;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #00A89C;
	margin-bottom: 20px;
	position: relative;
}

.risk .head:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 16px;
	border-color: #00a89d transparent transparent transparent;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -16px;
}

@media screen and (max-width: 780px) {
	.risk {
		padding-top: 30px;
	}

	.risk .head {
		width: 90%;
		height: 60px;
		font-size: 20px;
		margin: 0 auto 10px;
	}
}

@media (max-width: 430px) {
	.risk .head {
		font-size: 15px;
	}
}

/*モーダル
--------------------- */
.content {
	margin: 0 auto;
	padding: 40px;
}

.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 270;
}

.modal.active {
	display: block;
}

.modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}

.modal___content {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1000px;
	width: 80%;
}

.modal___content .cls_prnt {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.modal___content .cls_prnt .video_area {
	width: 100%;
}

.modal___content .cls_prnt iframe {
	display: block;
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
}

.modal___content a.js-modal-close {
	position: absolute;
	top: -50px;
	right: 0;
	width: 30px;
	height: 30px;
	transition: all .4s;
}

.modal___content a.js-modal-close:hover {
	opacity: 0.7;
}

.modal___content a.js-modal-close img {
	object-fit: contain;
}


.moviefv {
	position: relative;
	display: block;
	max-width: 500px;
	width: 90%;
	height: auto;
	margin: 25px auto 0;
	border: 6px solid #ddd;
}

.moviefv img {
	width: 100%;
	height: auto;
	object-fit: cover
}

.moviefv:before {
	content: '';
	width: 120px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("../img/youtube_saisei.png") no-repeat center;
	background-size: contain;
	transition: all .4s
}

.moviefv:hover:before {
	content: '';
	opacity: 0.7;
}




#masthead .main_visual .under_area p.seminar_pres_btn a {
	top: 42%;
}

.offer_btn_box {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	text-align: center;
}

.seminar_offer_btn img {
	width: auto;
	max-width: 900px;
}

.seminar_offer_btn,
.offer_modal {
	font-size: 2rem !important;
}

@media screen and (max-width:1180px) {
	.seminar_offer_btn img {
		max-width: 100%;
	}

	.seminar_offer_btn,
	.offer_modal {
		font-size: 1.5rem !important;
	}
}

.seminar_offer_btn a {
	text-decoration: underline !important;
	color: #0000EE !important;
}

.fixed_btn {
	position: fixed;
	bottom: 10px;
	right: 10px;
	max-width: 420px;
	width: 100%;
	z-index: 10;
}

.fixed_btn .flex {
	display: flex;
}

.fixed_btn .flex a {
	display: block;
	width: 49%;
	transition: all .4s;
}

.fixed_btn .flex a img {
	width: 100%;
	object-fit: contain
}

.fixed_btn .flex a:hover {
	opacity: 0.8;
}

.fixed_btn .flex a:last-child {
	margin-left: 2%;
}

@media screen and (max-width: 768px) {
	.fixed_btn {
		bottom: 0px;
		right: 0px;
	}

	.fixed_btn .flex {
		padding: 5px;
		background-color: #fff;
	}

	.modal___content {
		width: 90%;
	}

	.moviefv:before {
		content: '';
		width: 100px;
		height: 60px;
	}
}



.form dl dd input[type=tel] {
	padding: 10px;
	width: 100%;
	border: 1px solid #BACED8;
	font-weight: bold;
}

@media screen and (min-width: 769px) {
	#masthead .head_belt .right_area .logo_jpx {
		width: 80px;
	}

	#masthead .head_belt .right_area .logo_jpx img {
		width: 100%;
		object-fit: contain;
	}

	#masthead .head_belt .left_area p.logo {
		max-width: 150px;
	}

	#masthead .head_belt .right_area {
		max-width: 320px;
	}

	#masthead .main_visual .over_area h1.seminar_logo img {
		max-width: 400px;
		margin: 40px auto 0;
	}

	#masthead .head_belt {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	#masthead .main_visual .under_area p.seminar_pres_btn a {
		top: 73px;
		transform: translateX(-15px);
	}

	.form dl dd input[type=tel] {
		padding: 10px;
		width: 100%;
		border: 1px solid #BACED8;
		font-weight: bold;
	}
}



















@media screen and (max-width: 780px) {


	/* seminar_list_new */
	#seminar_list {
		padding-top: 30px;
		max-width: 100%;
	}

	#seminar_list .head {
		height: 60px;
		font-size: 20px;
		margin-bottom: 40px;
	}


	#seminar_list .list {
		display: block;
	}

	#seminar_list .list .box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	#seminar_list .list .box:nth-child(2n) {
		margin-right: 0;
	}

	#seminar_list .list .box .flex {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
	}

	#seminar_list .list .box .flex .pht {
		width: 39%;
	}

	#seminar_list .list .box .flex .text {
		width: 58%;
	}

	#seminar_list .list .box .flex .text time {
		height: 28px;
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 7px;
	}

	#seminar_list .list .box .flex .text .tit {
		font-size: 15px;
		line-height: 1.2em;
		letter-spacing: 0;
	}

	#seminar_list .list .box .flex .text .tit span {
		font-size: 12px;
	}

	#seminar_list .list .box .flex .text dl dt {
		width: 40px;
		font-size: 12px;
		letter-spacing: 0;
	}

	#seminar_list .list .box .flex .text dl dd {
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		font-size: 12px;
		letter-spacing: 0;
	}


	#seminar_list .list .box ul.btn_list li.detail a {
		background: #fff url("../img/icon_arrow_blue.svg") no-repeat right 10px center;
		font-size: 14px;
	}

	#seminar_list .list .box ul.btn_list li.online a {
		background: #00A89C url("../img/icon_arrow_white.svg") no-repeat right 10px center;
		font-size: 14px;
		padding: 0 15px;
		text-indent: -15px;
	}

	#seminar_list .list .box ul.btn_list li.visit a {
		background: #F9453E url("../img/icon_arrow_white.svg") no-repeat right 10px center;
		font-size: 14px;
		padding: 0 15px;
	}

	#seminar_list .list .box .flex .pht .pht_badge {
		right: -12px;
		bottom: -12px;
	}


	/* floating */
	.floating {
		height: 68px;
	}

	.floating ul {
		padding: 10px 10px 10px 10px;
	}

	.floating ul li.tel {
		width: 170px;
		margin-right: 0;
		padding-top: 3px;
		padding-right: 10px;
	}

	.floating ul li.btn_ac {
		width: -webkit-calc(100% - 170px);
		width: calc(100% - 170px);
	}

	.floating ul li.btn_ac a {
		height: 100%;
		background: #FFEB00 url("../img/icon_arrow_btn.svg") no-repeat 95% center;
		font-size: 14px;
		line-height: 1.2em;
		text-align: center;
		text-indent: 0;
	}

	.floating ul li.btn_ac a br {
		display: block;
	}


}
