@charset "utf-8";

/* =======================================
Top visual
========================================== */
.category .main__visual div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	min-height: 185px;
	position: relative;
	border-bottom: 2px solid #DDE3E6;
	background-color: #F3F8FC;
}

.main__visual {
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
	background-color: #F3F8FC;
}

.main__visual::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 20px;
	right: 50%;
	margin-right: -560px;
	width: 280px;
	height: 163px;
	background: url("/assets/images/category/2026report_mv.png") no-repeat bottom right;
	background-size: cover;
}

@media screen and (max-width: 1100px) {
	.main__visual::after {
		right: 0;
		margin-right: 0;
	}
}

.category .main__visual h1 {
	color: #3D4760;
	text-align: left;
	padding: 20px 290px 20px 0;
	width: 100%;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1.4;
}

.category .main__visual h1 span {
	display: block;
	margin: 0;
	color: #00A9E9;
	font-weight: bold;
	font-size: 2.0rem;
}

@media screen and (max-width: 1100px) {
	.category .main__visual h1 {
		padding: 20px 250px 20px 0;
	}
}

@media screen and (max-width: 767px) {
	.gnavi {
		height: 66px;
	}

	.category .main__visual div {
		padding: 0;
		min-height: 140px !important;
	}

	.main__visual {
		padding-bottom: 30px;
	}

	.category .main__visual h1 {
		padding: 15px 0;
		font-size: 2.8rem;
		line-height: 1.3;
	}

	.category .main__visual h1 span {
		font-size: 1.6rem;
	}

	.main__visual::after {
		display: none;
	}
}

.breadcrumbs {
	background-color: #ffffff;
}

.top__link_back {
	background-color: #ffffff;
}

.seminar p.date__name {
	font-size: 130%;
	margin: 0 0 20px;
}

.seminar {
	background-color: #F3F8FC;
	padding-bottom: 100px;
	color: #3D4760;
}

.seminar p {
	line-height: 1.7;
}

@media screen and (max-width: 800px) {
	.seminar {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	.seminar p.date__name {
		font-size: 110%;
	}
}

.seminar p.date__txt {
	order: 3;
	margin: 0 auto 5px 0;
}

.seminar h3.report__h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 20px 0 10px;
}

.seminar a {
	color: #00A9E9;
}

.seminar p.date__txt::before {
	background: #00A9E9;
	content: "セミナー開催日";
	color: #fff;
	display: inline-block;
	font-size: 80%;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	text-align: center;
	width: 120px;
	border-radius: 3px;
}

.seminar h3.report__h3::before {
	background: #00A9E9;
	content: "セミナー名";
	color: #fff;
	display: inline-block;
	font-weight: normal;
	font-size: 80%;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	text-align: center;
	width: 120px;
	border-radius: 3px;
}

.seminar-detail {
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 50px;

}

.cta_formlink a {
	display: block;
	background: #00A9E9;
	color: #fff;
	border-radius: 35px;
	width: 50%;
	margin: 0 auto;
	padding: 13px;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media screen and (max-width: 740px) {
	.cta_formlink a {
		width: 80%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.seminar-detail h2 {
	font-size: 110%;
	margin: 30px 0 10px;
}

.seminar-detail .lead__txt {
	display: none;
}

.seminar-detail a {
	text-decoration: underline;
}

.seminar-detail .cta_formlink a {
	text-decoration: none;
}

.summary__box {
	background: #F6F8F9;
	margin: 15px 0 0;
	padding: 40px;
	border-radius: 6px;
}

.summary__box_h2 {
	border-left: 5px solid #00a8e9;
	display: flex;
	font-size: 24px !important;
	padding: 0 0 0 15px;
	font-weight: bold;
	margin-top: 40px;
}

.seminar__pic {
	align-items: flex-start;
	display: flex;
}

.seminar__pic dl {
	margin: 0 40px 0 0;
}

.seminar__pic p {
	margin: 40px 0 0;
}

.seminar__list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	border: 1px solid #DDE5E6;
	border-radius: 6px;
	overflow: hidden;
	margin-top:15px;
}


.seminar__list li {
	width: 100%;
}

.seminar__list dl {
	width: 100%;
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 0;
	border-top: 1px solid #DDE5E6;
}

.seminar__list dl.top {
	border-top: none;
}

.seminar__list dt {
	font-size: 1.8rem;
	padding: 20px;
	font-weight: bold;
	background: #F6F8F9;
}

.seminar__list dt span {
	display: block;
	min-width: 3em;
}

.seminar__list dd {
	padding: 20px 20px 20px 30px;
}

.seminar__list dd .koshi_wrap {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 20px;
}

.seminar__list dd .koshi_wrap .koshi_txt {
	font-size: 1.5rem;
	line-height: 1.5;
}

.seminar__list dd .koshi_wrap .koshi_txt .txt_koushi_detail {
	font-size: 1.7rem;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.5;
}

.seminar__list dd .koshi_wrap .koshi_img img {
	width: 100%;
	border-radius: 6px;
}

@media screen and (max-width: 980px) {
	.seminar__list dd .koshi_wrap {
		grid-template-columns: 1fr;
	}

	.seminar__list dd .koshi_wrap .koshi_img {
		width: 300px;
		margin: 0 auto;
	}
}

.seminar__list.about {
	border: none;
	border-radius: 0;
	margin-bottom: 50px;
}

.seminar__list.about dl {
	grid-template-columns: 1fr;
	border-top: none;
}

.seminar__list.about dt {
	border-left: 5px solid #00a8e9;
	display: flex;
	font-size: 2.4rem;
	padding: 0 0 0 15px;
	font-weight: bold;
	background: #ffffff;
	margin: 50px 0 0;
}

.seminar__list.about dd {
	margin: 15px 0 0;
	padding: 0;
}

.seminar__list dt .txt_koushi_detail {
	font-size: 1.6rem;
	padding: 0 0 0 100px;
}

.seminar__list.about dl ul {
	padding: 1.5em 3em;
	background: #F6F8F9;
	border-radius: 6px;
}

.seminar__list.about dl ul li {
	list-style: disc;
	margin-bottom: .5em;
	width: 100%;
}

.seminar__list .map iframe {
	border: none;
	margin: 15px 0 0;
	height: 400px;
	width: 100%;
}

.single-report figure figcaption {
	font-size: small;
}

.single-report figure {
	text-align: center;
}

.reception_closed {
	position: relative;
	width: 55%;
	min-width: 480px;
	box-shadow: none;
	background: #AFAFAF;
	border-radius: 100px;
	color: #dddddd;
	font-size: 140%;
	font-weight: bold;
	padding: 20px;
	margin: 40px auto;
	text-align: center;
}

@media screen and (max-width: 940px) {
	.seminar .inner--width {
		padding: 10px 20px 50px;
	}
}

@media screen and (max-width: 767px) {
	.summary__box {
		margin: 10px 0 0;
		padding: 20px;
	}

	.seminar__list.about dt {
		font-size: 1.8rem;
		padding: 0 0 0 10px;
		margin: 30px 0 0;
	}

	.seminar__list.about dl ul {
		padding: 15px 20px 15px 40px;
	}

	.summary__box_h2 {
		font-size: 1.8rem !important;
		padding: 0 0 0 10px;
		margin-top: 30px;
	}

	.seminar__list dl {
		grid-template-columns: 1fr;
	}

	.seminar__list dt {
		font-size: 1.6rem;
		padding: 15px;
	}

	.seminar__list dd {
		padding: 15px;
	}

	.seminar__list {
		display: block;
		margin-top: 15px;
	}

	.seminar__list dt {
		display: block;
	}

	.seminar__list dt .txt--small {
		padding: 10px 0 0;
	}

	.seminar__list li {
		width: 100%;
	}

	.seminar__list li.left {
		margin: 0;
		width: 100%;
	}

	.seminar__pic,
	.seminar__list .map {
		display: block;
	}

	.seminar__pic p {
		text-align: left;
	}

	.seminar__pic koshi_photo {
		text-align: center;
	}

	.seminar__pic img {
		width: 250px;
		margin: auto;
		display: block;
	}

	.seminar__pic dl {
		margin: 0;
	}

	.seminar__list .map iframe {
		height: 250px;
		width: 100%;
	}

	.seminar__list dd .koshi_wrap .koshi_txt .txt_koushi_detail {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	.seminar__list dd .koshi_wrap .koshi_txt {
		font-size: 1.4rem;
	}

	.seminar__list dd .koshi_wrap .koshi_img {
		width: 70%;
		max-width: 300px;
	}

	.seminar__list.about {
		margin-bottom: 30px;
	}
	.reception_closed {
		width: 100%;
		min-width: 100%;
		padding: 15px 0;
		margin: 25px auto;
		font-size: 1.7rem;
		line-height: 1.4;
	}
}


/* =======================================
Seminar 20250120追記
========================================== */

@media screen and (max-width: 640px) {
	.seminar .visible-pc {
		display: none !important;
	}
}

@media screen and (min-width: 641px) {
	.seminar .visible-sp {
		display: none !important;
	}
}

.seminar .txt--line-yellow {
	background: linear-gradient(transparent 60%, #eee617 60%);
}

.seminar__summary {
	position: relative;
	margin-top: 30px;

}

.seminar__summary h2 {
	position: absolute;
	color: #ffffff;
	background-color: #3D4760;
	text-align: center;
	font-size: 2.2rem;
	left: 50%;
	transform: translateX(-50%);
	padding: 12px 30px;
	border-radius: 5px;
	top: -5px;
	margin: 0;
}

.seminar__summary h2 span {
	position: relative;
	white-space: nowrap;
}

.seminar__summary h2 span::after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #3D4760 transparent transparent transparent;
}

.seminar__summary ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	margin-bottom: 70px;
	background-color: #E6F1FA;
	border-radius: 6px;
	padding: 50px 30px 30px;
}

.seminar__summary ul li {
	color: #3D4760;
	font-weight: bold;
	padding: 30px 20px 30px 120px;
	position: relative;
	/*display: flex;*/
	align-items: center;
	font-size: 2.0rem;
}

.seminar__summary ul li:first-child {
	border-bottom: 1px solid #b4cfe4;
	border-right: 1px solid #b4cfe4;
}

.seminar__summary ul li:nth-child(2) {
	border-bottom: 1px solid #b4cfe4;
}

.seminar__summary ul li:nth-child(3) {
	border-right: 1px solid #b4cfe4;
}

.seminar__summary ul li::before {
	background: #00a8e9;
	border-radius: 50%;
	color: #fff;
	padding: 24px 22px 5px;
	position: absolute;
	left: 20px;
	transform: translateY(-50%);
	top: 50%;
	font-size: 3.0rem;
}

.seminar__summary ul li::after {
	color: #fff;
	font-size: 1.3rem;
	position: absolute;
	left: 20px;
	transform: translateY(-50%);
	top: 50%;
	padding: 0 0 25px 20px;
}

.seminar__summary ul li:first-child:before {
	content: "１";
}

.seminar__summary ul li:first-child:after {
	content: "Point";
}

.seminar__summary ul li:nth-child(2):before {
	content: "２";
}

.seminar__summary ul li:nth-child(2):after {
	content: "Point";
}

.seminar__summary ul li:nth-child(3):before {
	content: "３";
}

.seminar__summary ul li:nth-child(3):after {
	content: "Point";
}

.seminar__summary ul li:last-child:before {
	content: "４";
}

.seminar__summary ul li:last-child:after {
	content: "Point";
}

.seminar__voice {
	background: #fef8d8;
	border-radius: 5px;
	margin: 80px 0 40px;
	padding: 20px;
}

.seminar__voice h2 {
	color: #549e3f;
	margin: 20px 0;
	text-align: center;
	font-size: 2.4rem;
}

.seminar__voice h2 span {
	position: relative;
	display: block;
}

.seminar__voice h2 span::before {
	background: url("/assets/images/category/seminar_voice.png") no-repeat left center / 100%;
	content: "";
	display: inline-block;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	height: 50px;
	width: 50px;
}

.seminar__voice ul {
	display: flex;
}

.seminar__voice ul li {
	background: url("/assets/images/category/seminar_paper.jpg") #fff no-repeat right bottom / 30px;
	border-radius: 5px;
	color: #333;
	font-weight: bold;
	margin: 0 10px;
	padding: 30px 20px 20px;
	width: calc(25% - 20px);
	/* display: flex;
	flex-direction: column;
	justify-content: flex-end; */
}

.seminar__voice ul li .txt--orange {
	color: #cb5317;
}

.seminar__voice ul li .name {
	display: block;
	font-weight: normal;
	margin: 10px 0 0;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.seminar__summary {
		margin-bottom: 30px;
	}

	.seminar__summary h2 {
		font-size: 1.6rem;
		width: 70%;
		max-width: 350px;
		padding: 8px 0;
		line-height: 1.4;
		top: -10px;
	}

	.seminar__summary h2 span::after {
		bottom: -17px;
	}

	.seminar__summary ul {
		grid-template-columns: 1fr;
		margin-bottom: 30px;
		padding: 40px 20px 5px;
	}

	.seminar__summary ul li {
		padding: 15px 0 15px 70px;
		font-size: 1.6rem;
	}

	.seminar__summary ul li:first-child {
		border-right: none;
	}

	.seminar__summary ul li:nth-child(3) {
		border-bottom: 1px solid #b4cfe4;
		border-right: none;
	}

	.seminar__voice {
		padding: 10px;
	}

	.seminar__voice h2 {
		font-size: 1.6rem;
	}

	.seminar__voice ul {
		flex-wrap: wrap;
	}

	.seminar__voice ul li {
		margin: 0 5px;
		padding: 10px;
		width: calc(50% - 10px);
	}

	.seminar__voice ul li:nth-child(3),
	.seminar__voice ul li:last-child {
		margin: 10px 5px 0;
	}

	.seminar__voice ul li .name {
		font-size: 1.2rem;
		text-align: left;
	}

	.seminar__summary ul li::before {
		padding: 17px 15px 2px;
		left: 0;
		font-size: 2.2rem;
	}

	.seminar__summary ul li::after {
		font-size: 1.2rem;
		left: 0;
		padding: 0 0 21px 10px;
	}
}


/* =======================================
Seminar OLD
========================================== */
.bodyarea figure {
	margin: 0px 0;
}

.bodyarea h2 {
	background-color: #F3F8FC;
	font-size: 2.0rem;
	color: #00A9E9;
	font-weight: bold;
	margin: 30px 0 20px;
	padding: 10px 25px;
	border-radius: 6px;
}

.bodyarea h2.report_name {
	background: #fff;
	color: #3D4760;
	padding: 20px 0;
	border-top: 1px solid #DDE3E6;
	border-bottom: 1px solid #DDE3E6;
	font-size: 3.0rem;
	font-weight: bold;
	margin: 30px 0 20px;
}

@media screen and (max-width: 767px) {
	.bodyarea h2 {
		font-size: 1.8rem;
		padding: 10px 15px;
		line-height: 1.4;
	}

	.bodyarea h2.report_name {
		padding: 12px 0;
		font-size: 2.0rem;
		margin: 30px 0 15px;
	}
}

.wp-container-3 {
	margin: 30px 0 0;
}

.wp-container-3 figure {
	margin: 0;
}

.wp-container-3 .is-layout-flex {
	margin: 0;
}

/*.category .main__visual div {
    align-items: center;
    background: rgba(0,0,0,0.4);
    display: flex;
    flex-wrap: wrap;
    min-height: 450px;
    position: relative;
}
@media screen and (max-width: 740px){
	.category .main__visual div {
    align-items: center;
    background: rgba(0,0,0,0.6);
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
    position: relative;
	}
}
.category .main__visual h1 {
    color: #fff;
    text-align: center;
    padding: 10 0 0 0;
    width: 100%;
}
@media screen and (max-width: 740px){
	.category .main__visual h1 {
    font-size: 120%;
    padding: 0;
	}
}*/
.fv_seminar_title {
	font-size: 25px
}

@media screen and (max-width: 740px) {
	.fv_seminar_title {
		font-size: 15px;
	}
}

.fv_date {
	font-size: 22px;
}

@media screen and (max-width: 740px) {
	.fv_date {
		font-size: 15px;
	}
}

.fv_place {
	font-size: 22px;
}

@media screen and (max-width: 740px) {
	.fv_place {
		font-size: 15px;
	}
}

.fv_koshi_img {
	border-radius: 50%;
	width: 130px;
	height: 130px;
	position: absolute;
	left: 50px;
	bottom: 25px;
	border: 1px solid #828282;
}

@media screen and (max-width: 740px) {
	.fv_koshi_img {
		height: 90px;
		width: 90px;
		position: absolute;
		left: 30px;
		bottom: 270px;
		border: 1px solid #828282;
	}
}

.wp-block-image img {
	border-radius: 6px;
}