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

/*  ---------- main ---------- */
.main_v img{
	width: 100%;
}
.main_v .pc_none,.pcsp_none{
	display: none;
}
/*  ---------- detail_box ---------- */
.detail_box{
	padding-top: 100px;
    margin-bottom: 120px;
	background: linear-gradient(90deg,#f9f9f9 80%,#fff 80%);
}
.detail_box .ep {
	margin-bottom: 100px;
}
.detail_box .ep dl{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.detail_box .ep dl dt{
	width: 42%;
    overflow: hidden;
    box-shadow: 10px 10px #e6e6e6;
}
.detail_box .ep dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detail_box .ep dl dd{
	width: 50%;
	padding: 3%;
}
.detail_box .ep dl dd em {
    font-family: 'Jost', sans-serif !important;
    font-size: 120%;
    letter-spacing: .1em;
    font-weight: bold;
}
.detail_box .ep dl dd h3 {
    font-size: 1.5rem !important;
    margin: 0 0 0.5em !important;
    text-align: left !important;
    letter-spacing: 0.1em !important;
    font-weight: bold !important;
}
/*  ---------- flex_bottom ---------- */
 .flex_bottom ul{
	width:100%;
	overflow-x: auto;
	white-space: nowrap;
	padding:0 50px 50px;
	margin:0 auto;
	box-sizing:border-box;
}
 .flex_bottom ul li{
	width:28%;
	min-width:300px;
	margin-right:2%;
	display: inline-block;
	box-sizing:border-box;
	background:#fff;
	box-shadow:5px 5px 5px #666;
}
 .flex_bottom ul li:last-child{
	margin-right:0;
}

 .flex_bottom ul li dt{
	overflow:hidden;
}
 .flex_bottom ul li dt img{
	object-fit:cover;
}
 .flex_bottom ul li dd{
	white-space: normal;
	padding:15px;
	box-sizing:border-box;
}

.flex_bottom ::-webkit-scrollbar {
  height: 10px;
  background: #f0f0f0;
  position:relative;
}
.flex_bottom ::-webkit-scrollbar-thumb {
  background: #ff8095;
  border-radius: 20px;
}
.flex_bottom ::-webkit-scrollbar-thumb {
  background: #000;
}

/*  ---------- seminar_box ---------- */
.seminar_box{
    background: #f2f9ff;
    padding: 4%;
    position:relative;
	margin-bottom: 100px;
}
.seminar_box:after{
    content: "SEMINAR";
    position: absolute;
    letter-spacing: 0em;
    color: #6fa5d2;
    margin: auto;
    border-bottom: 5px solid #6fa5d2;
    font-family: 'Jost', sans-serif;
    font-size: 3.5rem;
    font-weight: normal;
    right: 0.5em;
    top: -0.8em;
    line-height: 1em;
}
.seminar_box ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top: 2em;
}
.seminar_box ul li{
	width: 49%;
	background: linear-gradient(180deg,#f2f9ff 0%,#f2f9ff 15%,#fff 15%,#fff 100%);
	padding: 0 2% 3%;
	box-sizing:border-box;
}
.seminar_box ul li dl{
	display:flex;
	justify-content:space-between;
	margin:0 0 20px 0;
}
.seminar_box ul li dl dt{
	width: 42%;
	margin:0;
	overflow:hidden;
}

.seminar_box ul li dl dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.seminar_box ul li dl dd{
	width: 54%;
	margin:0 0 0 0;
}
.seminar_box ul li dl dd em{
	font-family: 'Jost', sans-serif;
	font-size: 130%;
	letter-spacing:.1em;
	font-weight: bold;border-bottom:1px solid #000;
}
.seminar_box ul li dl dd em strong{
	font-family: 'Jost', sans-serif;
	font-size: 200%;
    margin:0 0 0 0.2em;
	color: #e91f62;
}
.seminar_box ul li dl dd h4{
    width: unset !important;
    font-size: 140% !important;
    border-bottom: unset !important;
    margin: 0 auto 0 !important;
}
.seminar_box ul li dl dd .time{
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
}
/*  ---------- present_box ---------- */
.present_box{
    margin: 0 auto 80px;
    padding: 4%;
    position: relative;
    background: #ffe4d1;
}
.present_box dl dt:after{
    content: "PRESENT";
    position: absolute;
    letter-spacing: 0em;
    color: #ffcda8;
    margin: auto;
    border-bottom: 5px solid #ffcda8;
    font-family: 'Jost', sans-serif;
    font-size: 3.5rem;
    font-weight: normal;
    left: 0.5em;
    top: -0.8em;
    line-height: 1em;
}
.present_box dl{
    display: flex;
    justify-content: space-between;
}
.present_box dl dt{
    width: 38%;
    height: 300px;
    overflow: hidden;
    box-shadow: 30px 20px 0 #fff;
}
.present_box dl dt img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.present_box dl dd {
    width: 49%;
}
.present_box dl dd div{
    display: table;
    margin-bottom: 1em;
}
.present_box dl dd div em {
    font-size: 130%;
    letter-spacing: .1em;
    color: #e92161;
    font-weight: bold;
}
.present_box dl dd div h4{
    width: unset !important;
    font-size: 140% !important;
    border-bottom: unset !important;
    margin: 0 auto 0 !important;
    padding: 0 auto 0 !important;
}
.present_box dl dd div p{
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #fff;
}
/*  ---------- info_box ---------- */
.info_box{
	margin: 0 auto 80px !important;
}
.info_box h3{
	font-size: 150% !important;
    text-align: left !important;
    margin: 0 !important;
}
.info_box ul {
	display: flex;
	justify-content: space-between;
}
.info_box ul li:nth-child(1){
	width: 48%;
}
.info_box ul li:nth-child(2){
	width: 50%;
	height: 400px;
	overflow: hidden;
}
.info_box ul li table{
	width: 100%;
	margin-bottom: 20px;
}
.info_box ul li tr{
	border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.info_box ul li tr th{
	font-size:90%;
	color:#fff;
	font-weight:bold;
	width: 20%;
    text-align: center;
    letter-spacing: 0.1em;
    background: #000;
    padding: 10px 0;
    margin-right: 16px;
}
.info_box ul li tr td{
	padding-left: 16px;
}

.form_title {
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 0;
    border-radius: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
	.detail_box .ep dl{
		width: 96%;
		margin: 0 auto;
	}
	.flex_bottom {
		width:96%;
		margin:auto;
	}
	.info_box{
		width: 96%;
	}
	.form_box{
		width: 96%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 959px){
	.pc_none{
		display: unset !important;
	}
	.detail_box h3{
		font-size: 200% !important;
	}
}
@media screen and (max-width: 768px){
	.tablet_none{
		display: none;
	}
	.pcsp_none{
		display: block;
	}
	.detail_box{
		background: #f9f9f9;
	}
	.detail_box .ep dl{
		display: block;
		justify-content: unset;
		flex-direction: unset;
	}
	.detail_box .ep dl dt{    
		width: 80%;
		overflow: hidden;
		margin: 0 auto 2em;
	}
	.detail_box .ep dl dd{
		width: unset;
		padding: unset;
	}
	.detail_box .ep dl dd em {
		text-align: center;
		display: block;
	}
	.detail_box .ep dl dd h3 {
		font-size: 1.2rem !important;
		text-align: center !important;
	}
	.flex_bottom ul {
		padding: 0 0 50px;
	}
	.seminar_box ul{
		display: block;
		justify-content: unset;
		flex-wrap: unset;
		margin-top: 2em;
	}
	.seminar_box ul li{
		width: unset;
		margin: 0 auto 2em;
	}
	.info_box ul {
		display: block;
		justify-content: unset;
	}
	.info_box ul li:nth-child(1){
		width: unset;
	}
	.info_box ul li:nth-child(2){
		width: unset;
	}
	.info_box ul li:nth-child(2) iframe{
		width: 100%;
	}
}
@media screen and (max-width: 599px){
	.seminar_box dl{
		margin: 2.5em auto 5.5em;
		display: block;
		justify-content: unset;
	}
	.seminar_box dl:last-child{
		margin: 2em auto 0em;
	}
	.seminar_box dl dt{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 2.5em;
	}
	.seminar_box dl dd {
		width: 80%;
		margin: 0 auto;
	}
	.seminar_box dl dd div{
		display: unset;
	}
	.seminar_box dl dd div em {
		font-size: 120%;
	}
	.seminar_box dl dd div em strong{
		font-size: 160%;
	}
	.seminar_box dl dd div h4{
		font-size: 125% !important;
	}
	.present_box dl{
		display: block;
		justify-content: unset;
	}
	.present_box dl dt{
		width: 80%;
		margin: 0 auto 3em;
	}
	.present_box dl dd {
		width: unset;
	}
	.present_box dl dd div{
		margin: 0 auto 1em;
	}
}
@media screen and (max-width: 420px){
	.tablet_none{
		display: block;
	}
	.pcsp_none{
		display: none;
	}
	.detail_box .ep dl dd em {
		font-size: 100%;
	}
	.detail_box .ep dl dd h3 {
		font-size: 1.1rem !important;
	}
	.detail_box h3 {
		font-size: 180% !important;
	}
	.seminar_box:after {
        font-size: 2.5rem;
    }
    .present_box dl dt:after {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 310px){
	.detail_box h3{
		font-size: 170% !important;
	}
}
@media screen and (max-width: 280px){
}