@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;
}
/*  ---------- campaign_box ---------- */
.campaign_box{
	padding:6% 4% 4%;
}	
.campaign_box dl{
    display: flex;
    justify-content: space-between;
}
.campaign_box dl h4{
	border-bottom: unset !important;
	font-size: 140% !important;
	text-align: left !important;
	margin: 0 auto 10px !important;
}
.campaign_box dl h4 span{
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    margin-right: 1em;
}
.campaign_box dl dt{
	width: 38%;
    height: 480px;
	box-shadow: 30px 20px 0 #e6e6e6;
}
.campaign_box dl dt img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.campaign_box dl dd{
	width: 55%;
}
.campaign_box  .logo{
	max-width: 280px;
	width: 80%;
	margin: 0 auto;
}
.campaign_box dl dd h5{
	font-size: 120% !important;
    font-weight: bold;
    text-align: center !important;
    margin-bottom: 0.5em;
}
.campaign_box dl dd .btn{
	width: 60%;
    margin: 20px auto;
	text-align:center;
	background:#000;
}
.sub .btn a{
	padding: 3% !important;
}
.campaign_box  .btn span{
	font-size:13px;
	font-weight:bold;
}
.campaign_box  .btn:hover{
	color:#fff !important;
}
.campaign_box .lifestyle_box{
    padding: 2% 4%;
    border: solid #E3C28E 1px;
    background: #fff;
    box-shadow: 0 1px 3px 0 #333;
    position: relative;
}
.campaign_box .lifestyle_box::before,.campaign_box .lifestyle_box::after{
	content:'';
	position: absolute;
	top: 50%;
	height: 30px;
}
.campaign_box .lifestyle_box::before{
	left: 0;
	width: 30px;
	height: 30px;
	background-color: #f9f9f9;
	border-radius: 100%;
	box-shadow: 0 1px 3px 0 #333 inset;
	transform: translate(-50%, -50%);
}
.campaign_box .lifestyle_box:after {
	left: -17px;
	width: 15px;
	background-color: #f9f9f9;
	transform: translate(0, -50%);
}
.campaign_box .lifestyle_box h4{
    border-bottom: 1px solid #d7ae85 !important;
    padding: 0 !important;
    color: #d7ae85 !important;
    font-size: 160% !important;
    text-align: center !important;
    margin: 0 auto 0.5em !important;
    letter-spacing: 0.05em;
}
.campaign_box .lifestyle_box h4 span{
	display: block;
	color: #d7ae85;
    background: unset;
	font-size: 120%;
    margin: 0 auto;
    padding: 0;
	font-family: 'Brygada 1918', serif;
	line-height: 1.3em;
}
.campaign_box .lifestyle_box h5{
	font-size: 130% !important;
    font-weight: bold;
    text-align: center !important;
    margin-bottom: 0.3em;
}
.campaign_box .lifestyle_box h5 span{
	color: #dc4027;
}
/*  ---------- detail2 ---------- */
.detail2{
    background: #f2f9ff;
    padding: 4%;
    position:
    relative;
    margin-bottom: 100px;
}
.detail2 h3{
    position: absolute !important;
    margin: 0 0 0 !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 3.5rem !important;
    font-weight: normal !important;
    text-align: unset !important;
    left: 0.5em !important;
    top: -0.8em !important;
    line-height: 0.5em !important;
    color: #6fa5d2 !important;
}
/*  ---------- consultation_box ---------- */
.consultation_box{
	margin: 0 auto 30px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 40px;
}
.consultation_box dl{
    margin: 2em auto 0em;
    display: flex;
    justify-content: space-between;
    padding: 0 2% 3%;
    background: linear-gradient(180deg,#f2f9ff 5%,#fff 5%);
}
.consultation_box dl:last-child{
}
.consultation_box dl dt{
    width: 33.5%;
    height: 490px;
    background-size: 90% auto, 90% auto;
    background-image: url(/event/wp-content/uploads/2022/07/0709/20220709_consultation02.jpg),
 url(/event/wp-content/uploads/2022/07/0709/20220709_consultation01.jpg);
    background-repeat:
	no-repeat,
	no-repeat;
    background-position: left 0 top 0, right 0 bottom 0;
}
.consultation_box dl dd {
    width: 58%;
}
.consultation_box dl dd .info{
    display: table;
    margin-bottom: 1em;
}
.consultation_box dl dd .info em {
    font-family: 'Jost', sans-serif !important;
    font-size: 130%;
    letter-spacing: .1em;
    font-weight: bold;
    border-bottom: 1px #000 solid;
}
.consultation_box dl dd .info em strong{
    font-size: 180%;
    margin-left: 0.2em;
    font-weight: bold;
}
.consultation_box dl dd .info h4{
    width: unset !important;
    font-size: 140% !important;
    border-bottom: unset !important;
    margin: 0 auto 0 !important;
    padding: 0 auto 0 !important;
}

.consultation_box dl dd .info h4 span{
    color: #E91E63;
}
.consultation_box dl dd .info p.time{
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #fff;
    border: #000 solid 1px;
    margin-bottom: 1em !important;
}
.consultation_box dl dd .info date{
    font-size: 90%;
    color: #fff;
    font-weight: bold;
}
.consultation_box dl dd .info date span{
    background: #E91E63;
	font-size: 14px;
    padding: 1px 10px;
    display: inline-block;
    margin: 0 0.5em 0 0;
    border-radius: 20px;
}
.consultation_box dl dd .info p:nth-of-type(2){
	display: unset;
    vertical-align: middle;
	color: #e91f62;
    font-weight: bold;
}
.consultation_box dl dd .point{
    border: 1px solid #000;
    margin-top: 3em;
    padding: 3% 3% 2% 3%;
    position: relative;
}
.consultation_box dl dd .point h4{
    border: none !important;
    background: #fff;
    font-size: 130% !important;
    margin: 0 !important;
    display: inline-block;
    padding: 5px 8px !important;
    position: absolute !important;
    line-height: 1;
    width: auto !important;
    left: 20px;
    top: -15px;
}
.consultation_box dl dd .point ul li{
    line-height: 2.2em;
    font-weight: bold;
    margin: 0 0 0.3em 0;
}
.consultation_box dl dd .point ul li span{
    font-family: 'Jost', sans-serif;
    font-weight: bold;
    font-size: 130%;
    margin-right: 0.5em;
}
.consultation_box dl dd .point ul li strong{
    font-weight: bold;
    font-size: 15px;
    color: #e91f62;
}

/*  ---------- seminar_box ---------- */
.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: #f9f9f9;
}
.present_box dl dt:after{
    content: "PRESENT";
    position: absolute;
    letter-spacing: 0em;
    color: #f75623;
    margin: auto;
    border-bottom: 5px solid #f75623;
    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: 45%;
    height: 250px;
    overflow: hidden;
    box-shadow: 30px 20px 0 #f75623;
}
.present_box dl dt img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.present_box dl dd {
    width: 44%;
}
.present_box dl dd div{
    display: table;
    margin-bottom: 1em;
}
.present_box dl dd div em {
    font-size: 130%;
    letter-spacing: .1em;
    color: #f75623;
    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;
    color: #fff;
    background: #f75623;
}

/*  ---------- 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%;
}
.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;
}
/*  ---------- info_box corciesol_box ---------- */
.info_box .corciesol_box{
	background: #f9f9f9;
    padding: 2%;
}
.info_box .corciesol_box dl{
	display: flex;
	justify-content: space-between;
}
.info_box .corciesol_box dl dt{
	width: 30%;
}
.info_box .corciesol_box dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info_box .corciesol_box dl dd{
	width: 65%;
}
.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;
	}
	.detail2 {
		padding: 10% 4% 6% 4%;
	}
	.detail2 h3 span{
		display: block !important;
	}
	.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;
	}
	.campaign_box .lifestyle_box {
		padding: 3% 6%;
	}
	.consultation_box dl dt {
		height: 400px;
	}
}
@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;
	}
	.campaign_box dl{
		display: block;
		margin: 40px auto 0;
	}
	.campaign_box dl dt{
		width: unset;
		margin-bottom: 3.5em;
	}
	.campaign_box dl dd{
		width: unset;
	}
	.campaign_box .lifestyle_box {
		padding: 2% 4%;
	}
	.consultation_box dl {
		display: block;
		justify-content: unset;
		background: linear-gradient(180deg,#f2f9ff 0%,#f2f9ff 15%,#fff 15%,#fff 100%);
	}
	.consultation_box dl dt {
		width: 80%;
		height: 300px;
		background-size: 60% auto, 60% auto;
		background-position: left 0 top 20%, right 0 bottom 0;
		margin: 0 auto 3em;
	}
	.consultation_box dl dd {
		width: unset;
	}
	.consultation_box dl dd .info {
		margin: 0 auto 1em;
		text-align: center;
	}
	.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;
		height: 40vh;
	}
	.info_box .corciesol_box{
		margin-bottom: 20px;
	}
	.info_box ul li:nth-child(2) iframe{
		width: 100%;
	}
}
@media screen and (max-width: 599px){
	.campaign_box .lifestyle_box {
		padding: 4%;
	}
	.campaign_box .lifestyle_box h4{
		font-size: 140% !important;
	}
	.campaign_box dl dd .btn {
		width: 80%;
	}
	.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;
	}
	.campaign_box .lifestyle_box{
		padding: 4% 8%;
	}
	.campaign_box .lifestyle_box h5 span{
		display: block;
	}
	.campaign_box dl dt {
		height: 400px;
	}
	.detail2 h3{
		font-size: 2.5rem !important;
	}
	.consultation_box dl dt {
		width: 100%;
	}
	.consultation_box dl dd .info p:nth-of-type(2) {
		display: inline-block;
		vertical-align: unset;
		margin-top: 0.3em !important;
	}
    .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){
}