@charset "utf-8";

.main_v {
	width: 100%;
	margin: 0 auto;
	line-height: 1;
}

.main_v .max959,
.main_v .max519{
	display:none;
}

.bg01 {
	width: 100%;
	padding: 50px 60px 100px;
	margin: 0 auto;
	background: linear-gradient(-25deg, #9CD3E2 0%, #9cd3e0 30%, #b6d8e0 30%, #b6d8e0 70%, #9CD3E2 70%, #9CD3E2 100%);
	position: relative;
	z-index: 0;
}

.bg01:after{
    content: "";
    background: url(bg01.png) no-repeat;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -40px;
    width: 160px;
    height: 160px;
    z-index: -1;	
}

.bg02 {
	width: 100%;
	background: #f7f7f7;
	padding: 50px 60px;
	position: relative;
}
.main_v img {
	width: 100%;
	display: block;
}

.bg01 h3 {
	font-size: 180%;
}
.bg01 h3 .small {
	font-size: 80%;
}
.bg01 h3 em {
	color: #ac060f;
	font-size: 130%;
}

.bg01 .area {
	margin-bottom: 80px;
	background: #fff;
	padding: 50px 60px;
	position: relative;
}

.bg01 .area::before {
    content: "";
    background: url(bg02.png) no-repeat;
    display: block;
    position: absolute;
    left: -50px;
    top: 50px;
    width: 160px;
    height: 160px;
    z-index: -1;
}

.bg01 .area::after
 {
    content: "";
    background: url(bg01.png) no-repeat;
    display: block;
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 160px;
    height: 160px;
    z-index: -1;
}

.bg01 .boxTitle {
	border-bottom: 2px dashed #fccf30;
	padding: 0 0 10px;
	margin: 0 0 30px;
}

.bg01 .boxTitle .color {
    font-size: 150%;
	margin: 0;
}
.bg01 .boxTitle .color span {
    letter-spacing: 4px;
    font-weight: bold;
}
.color span.yellow {
	color: #efb832;
}
.color span.red {
	color: #dc4814;
}
.color span.blue {
	color: #299dd6;
}
.color span.green {
	color: #129c3d;
}
.color span.red{
	color: #da4923;
}
.bg01 .boxTitle  h3 {
	line-height: 1.6;
	margin: 0;
	position: relative;
}

.bg01 .area dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bg01 .area dt {
	width: 48%;
	position: relative;
}
.bg01 .area dd {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bg01 .area dt img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.area dt:before {
	top: -15px;
	left: -15px;
}
.area dt:after {
	right: -15px;
	bottom: -15px;
}

.bg01 .chirashi > p {
	margin: 0 3%;
}
.bg01 .chirashi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 3% 10px;
}
.bg01 .chirashi li {
	width: 48%;
}
.bg01 .chirashi li img {
	width: 100%;
	display: block;
	box-shadow: 10px 10px rgba(0,0,0,0.2);
}

.bg01 h3 .marker {
    line-height: 1.5em;
    background: linear-gradient(transparent 60%, #fccf30 60%);
}


/*--------- セミナー・個別相談 ---------*/
.bg02 .sub_title {
	font-size: 400%;
	line-height: 1;
	position: absolute;
	top: 0;
	transform: translateY(-60%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
}
.seminar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.seminar li {
	width: 47%;
	background: #fff;
	padding-top: 20px;
}
.seminar li:nth-child(-n+2) {
	/* margin-bottom: 6%; */
}
.seminar li .dateTime {
	display: table;
	margin: 0 auto 10px;
}
.seminar li .date {
	font-size: 130%;
	text-align: center;
}
.seminar li .time {
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #fccf30;
	padding: 0 0.5em;
}
.seminar li .time span {
	font-size: 10px;
}
.seminar li .time em {
	font-size: 120%;
}
.seminar li h3 {
	font-size: 110%;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 10px;
}
.seminar li h3 em {
	font-size: 120%;
	display: block;
}
.seminar li .seminarImage {
	width: 100%;
	position: relative;
}
.seminar li .seminarImage:before {
	content: '';
	width: 100%;
	height: auto;
	display: block;
	padding-top: 50%;
}
.seminar li .seminarImage img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	top: 0;
}
.seminar li .text {
	padding: 15px 20px;
}
.seminar li h4 {
	font-size: 110%;
	border-bottom: 1px dashed #000;
	padding: 0;
	margin: 0 0 15px;
}
.seminar li dl {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.seminar li dt {
	width: 35%;
}
.seminar li dd {
	width: 65%;
	line-height: 1.7;
	padding-left: 1em;
}
.seminar li dd em {
	font-size: 110%;
	display: block;
}
.seminar li dd span {
	color: #fff;
	font-size: 80%;
	background: #000;
	padding: 0.2em 0.5em;
	margin-right: 0.5em;
}
.seminar li p {
	margin: 0;
}


.chirashi {
    background: #fff;
    padding: 50px 60px;
    position: relative;
}

.chirashi::before
 {
    content: "";
    background: url(bg01.png) no-repeat;
    display: block;
    position: absolute;
    left: -50px;
    top: 100px;
    width: 160px;
    height: 160px;
    z-index: -1;
}


.chirashi::after
 {
    content: "";
    background: url(bg02.png) no-repeat;
    display: block;
    position: absolute;
    right: -100px;
    bottom: 100px;
    width: 160px;
    height: 160px;
    z-index: -1;
}


.eventInfo {
}
.eventInfo h3 {
	font-size: 160%;
	margin: 0 0 30px;
	border-bottom:1px solid #ccc;
	padding:0 0 0.5em 0;
}
.eventInfo ul {
	font-size: 110%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.eventInfo ul li {
	width: 50%;
	padding-right: 1em;
}
.eventInfo ul li:nth-child(-n+2) {
	margin-bottom: 20px;
}
.eventInfo ul li span {
	width: 3em;
	border-right: 1px solid #000;
	display: inline-block;
	margin-right: 0.7em;
}
.eventInfo ul li a {
	color: #ac060f;
}
.eventInfo .gMap {
	width: 100%;
	height: 40vw;
	max-height: 500px;
}
.eventInfo .gMap iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1200px) {
	.bg01 {
		padding: 50px 5%;
	}
	.bg02 {
		padding: 50px 5%;
	}
	.box_w {
		padding: 4% 5%;
	}
}
@media screen and (max-width: 959px) {
	.main_v .max959{
	    display:block;
    }
	.main_v .max1200,
    .main_v .max519{
	    display:none;
    }	
	.seminar li {
		width: 48%;
	}
	.seminar li:nth-child(-n+2) {
		margin-bottom: 4%;
	}
}
@media screen and (max-width: 768px) {
	.bg01 .chirashi .boxTitle:before {
		left: -98px;
	}
	.bg01 .chirashi .boxTitle:after {
		right: -100px;
	}
	.seminar li {
		padding-top: 10px;
	}
	.seminar li h3 {
		font-size: 100%;
	}
	.seminar li h3 em span {
		display: block;
	}
	.seminar li .text {
		padding: 10px 15px;
	}
	.seminar li .text p {
		font-size: 90%;
		line-height: 2;
	}
	.eventInfo h3 {
		font-size: 180%;
		margin-bottom: 40px;
	}
	.eventInfo ul {
		font-size: 100%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 640px) {
	.bg01 .boxTitle {
		width: 100%;
	}
	.area,
	.chirashi {
		padding: 40px;
	}
	.bg01 .area .boxTitle:before {
		left: 5vw;
	}
	.bg01 .area .boxTitle:after {
		right: 0;
	}
	.bg01 .chirashi .boxTitle:before {
		left: 0;
		transform: translate(0, -55%);
	}
	.bg01 .chirashi .boxTitle:after {
		right: 0;
	}
	.bg01 .chirashi p {
		margin: 0 auto;
	}
	.bg01 .chirashi ul {
		margin: 30px auto 10px;
	}
	.seminar li {
		width: 100%;
		font-size: 110%;
	}
	.seminar li:nth-child(-n+3) {
		margin-bottom: 30px;
	}
	.seminar li h3 em span {
		display: inline;
	}
	.seminar li .seminarImage {
		width: 90%;
		max-width: 500px;
		max-height: 200px;
		margin: 0 auto 10px;
	}
	.seminar li .seminarImage img {
		padding: 4px;
		box-shadow: 3px 3px 7px rgb(0 0 0 / 30%);
	}
	.eventInfo h3 {
		font-size: 150%;
		margin-bottom: 30px;
	}
	.eventInfo ul {
		font-size: 90%;
		margin-bottom: 20px;
	}
	.eventInfo ul li:nth-child(-n+2) {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 519px) {
	.main_v .max519{
	    display:block;
    }
	.main_v .max1200,
    .main_v .max959{
	    display:none;
    }	
	.bg01 {
		padding: 30px 5% 40px;
	}
	.bg02 {
		padding: 40px 5% 30px;
		margin-bottom: 70px;
	}
	.bg01 .area dt {
		width: 100%;
		height: 42vw;
		margin-bottom: 15px;
	}
	.bg01 .area dd {
		width: 100%;
	}
	.eventInfo ul {
		font-size: 100%;
	}
	.eventInfo ul li {
		width: 100%;
	}
	.eventInfo ul li:nth-child(-n+3) {
		margin-bottom: 10px;
	}
	.eventInfo .gMap {
		height: 200px;
	}
}
@media screen and (max-width: 414px) {
	.bg01 h3 {
		font-size: 160%;
	}
	.bg02 .sub_title {
		font-size: 330%;
	}
	.seminar li h3 em span {
		display: block;
	}
}
@media screen and (max-width: 375px) {
	.bg01 h3 {
		font-size: 150%;
	}
	.seminar li {
		font-size: 100%;
	}
}
