@charset "UTF-8";
body {
	background: #f5f9ff;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
li {
	list-style-type: none;
}
a:visited,
a:hover {
	color: #fff;
	font-weight: bold;
}



.fv{
	height: 570px;
	background-image: url(../../seminar/img/fv-back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fv .fvcontent{
	max-width: 960px;
	margin: auto;
	height: 100%;
	position: relative;
}
.fv .fvcontent .figure{
	position: absolute;
	bottom: 0;
	right: 5%;
	height: 95%;
}
.fv .fvcontent .fvtextpc{
	padding-top: 20px;
}
.fv .fvcontent .fvtextpc .catch{
	display: flex;
	align-items: center;
	margin-top: 60px;
}
.fv .fvcontent .fvtextpc .catch .catch1{
	color: white;
	background: #b9a222;
	font-size: 30px;
	width: 14em;
	padding: 10px;
	font-weight: bold;
	padding-left: 20px;
}
.fv .fvcontent .fvtextpc .catch .arrow{
	display: inline-block;
  vertical-align: middle;
  color: #b9a222;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 33px 32px;
  border-left-color: currentColor;
  border-right: 0;
}
.fv .fvcontent .fvtextpc .catch2{
	color: white;
  margin-top: 17px;
  font-weight: bold;
  font-size: 24px;
  background: linear-gradient(transparent 60%, #b9a222 50%);
  width: 22em;
}
.fv .fvcontent .fvtextpc .title{
	font-size: 48px;
  font-weight: bold;
  color: white;
  width: 12em;
  margin-top: 30px;
}
.fv .fvcontent .fvtextpc .catchorange1{
	width: 18em;
	margin-top: 25px;
	font-size: 24px;
	color: #b9a222;
	font-weight: bold;
}
.fv .fvcontent .fvtextpc .catchorange2{
	width: 22em;
	color: #b9a222;
	margin-top: 10px;
	letter-spacing: 2px;
	font-size: 20px;
}
.fv .fvcontent .name{
	color: white;
	font-size: 18px;
	margin-top: 20px;
}
.fv .fvcontent .name span{
	font-size: 30px;
}
.fv .fvcontent a{
	position: absolute;
	right: 0;
	top: 40px;
}
.fv .fvcontent a:hover{
	opacity: 0.8;
}
.fv .fvcontent a .btn{
	text-align: center;
	color: white;
	background-color: #b9a222;
	font-size: 20px;
	width: 12em;
	border: white solid 1px;
	padding: 10px 0 5px;
	position: relative;
}
.fv .fvcontent a .btn .tri{
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
	color: white;
	position: absolute;
	top: 44%;
	right: 6%;
}



.event{
	background-image: url(../../seminar/img/event-back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 300px;
}
.event .eventcontent{
	max-width: 960px;
	margin: auto;
}
.event .eventtitle {
	color: white;
	font-weight: bold;
	font-size: 28px;
	border-left: #b9a222 solid 16px;
	padding-left: 16px;
	margin-bottom: 40px;
}
.event .eventbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.eventbox .eventdesc{
	font-size: 16px;
	line-height: 2.5;
	color: white;
	width: 45%;
}
.eventbox .eventimage{
	width: 52%;
}
.eventbox .eventimage img{
	width: 100%;
	object-fit: cover;
}
.detail{
	max-width: 960px;
	margin: auto;
	margin-top: -300px;
}
.detail .flex{
	display: flex;
	justify-content: center;
}
.detail .flex .tril,
.detail .flex .trir{
	display: inline-block;
  vertical-align: middle;
  color: #b9a222;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 25px 25px;
}
.detail .flex .tril{
  border-right-color: currentColor;
  border-left: 0;
}
.detail .flex .trir{
  border-left-color: currentColor;
  border-right: 0;
}
.detail .flex .detailtitle{
	width: 9em;
	text-align: center;
	color: white;
	background-color: #b9a222;
	font-size: 28px;
	font-weight: bold;
	padding: 4px 0;
}
.detail .detailbox{
	margin-top: 40px;
	background-color: white;
	border-radius: 30px;
	box-shadow: 1px 1px #ccc;
	padding: 20px 40px;
	border: 1px solid #e5eef9;
}
.detail .detailbox .detailpart{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	border-bottom: solid 1px #f3f3f3;
	padding: 20px;
}
.detail .detailbox .detailpart .detailmidashi{
	color: #1362ce;
	width: 30%;
}
.detail .detailbox .detailpart .detaildesc{
	flex: 1;
}
.timepart{
	display: flex;
}
.timepart .time{
	width: 6em;
	position: relative;
	top: 4px;
}
.summary{
	max-width: 960px;
	margin: auto;
	margin-top: 50px;
}
.summary .summarytitle{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 50px;
	letter-spacing: 5px;
}
.summary .summarytitle span{
	border-bottom: #b9a222 solid 5px;
  padding-bottom: 20px;
}
.summary .summarygaiyo{
	text-align: center;
	font-size: 18px;
	line-height: 2;
}
.summary .summarygaiyo img{
	width: 100%;
	margin-top: 30px;
}
.summary .summarybox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.summarybox .summarypart{
	width: 49%;
	margin-bottom: 30px;
	border-bottom: 1px solid #e9ebee;
	padding-bottom: 20px;
}
.summaryname{
	display: flex;
	align-items: center;
}
.summaryname img{
	width: 45px;
}
.summaryname div{
	margin-left: 15px;
	font-weight: bold;
	color: #001746;
	font-size: 18px;
}
.summarydesc{
	padding-left: 60px;
	padding-top: 15px;
	color: #848585;
	font-size: 18px;
}

.introduce{
	background-image: url(../../seminar/img/intro-back.png);
	padding: 40px 0 20px;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.introduce .introcontent{
	max-width: 960px;
	margin: auto;
}
.introduce img{
	position: absolute;
	bottom: 0;
	right: 55%;
	height: 95%;
}
.introduce .introdesc{
	color: white;
	width: 100%;
}
.introduce .introdesc .introname{
	margin-bottom: 20px;
}
.introduce .introdesc .namekana{
	font-size: 16px;
}
.introduce .introdesc .namekanji{
	font-size: 30px;
}
.introduce .introdetail{
	font-size: 16px;
	line-height: 2.5;
}

section#form {
	max-width: 960px;
	margin: auto;
	padding: 40px 0;
}
.formtitle {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.formtitle span{
	border-bottom: #b9a222 solid 5px;
	padding-bottom: 20px;
}
section#form form{
	margin-top: 50px;
}
div#trust-form.contact-form table th{
	width: 20em;
}
#trust-form input[type="text"],
#trust-form input[type="tel"],
#trust-form input[type="email"]{
	width: 30em;
	padding: 6px;
}
#trust-form input[type="submit"]{
	background: #961e28;
	color: white;
	font-size: 40px;
	text-align: center;
	border-radius: 20px;
	padding: 10px;
	width: 12em;
	font-weight: bold;
}
#trust-form input[type="submit"]:hover{
	opacity: 0.8;
	position: relative;
  top: 2px;
  box-shadow: 3px 2px 0 #630f15;
}


@media screen and (min-width: 1024px){
	.sponly{
		display: none;
	}
	.middle{
		display: none;
	}
}
@media screen and (min-width: 650px){
	.middle{
		display: none;
	}
}
@media screen and (max-width: 1023px){
	.pconly{
		display: none;
	}
	.fv{
		height: 480px;
		position: relative;
	}
	.fv .logosp{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
	}
	.fv .fvcontentsp{
    width: 90%;
    margin: auto;
    padding-top: 75px;
		position: relative;
	}
	.fv .figuresp{
    position: absolute;
    bottom: 0;
    height: 60%;
		right: 0;
	}
	.fv .fvcontentsp .catch{
    display: flex;
    align-items: center;
	}
	.fv .fvcontentsp .catchbox{
		display: block;
		width: 75%;
		margin: auto;
	} 
	.fv .fvcontentsp .catch .catch1{
    color: white;
    background: #b9a222;
    font-size: 17px;
    width: 13em;
    padding: 6px;
    font-weight: bold;
    padding-left: 10px;
	}
	.fv .fvcontentsp .catch .arrowleft{
    display: inline-block;
    vertical-align: middle;
    color: #b9a222;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 19px 14px;
    border-right-color: currentColor;
    border-left: 0;
	}
	.fv .fvcontentsp .catch .arrow{
    display: inline-block;
    vertical-align: middle;
    color: #b9a222;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 19px 14px;
    border-left-color: currentColor;
    border-right: 0;
	}
	.fv .fvcontentsp .catch2{
		color: white;
    margin-top: 18px;
    font-weight: bold;
    font-size: 15px;
    background: linear-gradient(transparent 60%, #b9a222 50%);
	}
	.fv .fvcontentsp .catch21{
		width: 22em;
		margin: 18px auto 0;
	}
	.fv .fvcontentsp .title{
		margin-top: 10px;
    font-size: 24px;
    color: white;
    font-weight: bold;
		letter-spacing: 2px;
		text-align: center;
	}
	.fv .fvcontentsp .name{
    margin-top: 30px;
    color: white;
    font-size: 16px;
		text-align: center;
	}
	.fv .fvcontentsp .name span{
		font-size: 24px;
		font-weight: bold;
	}
	.fv .fvcontentsp .catchorange1{
		color: #b9a222;
    font-size: 24px;
    margin-top: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		text-align: center;
	}
	.fv .fvcontentsp .catchorange2{
		color: #b9a222;
    margin-top: 10px;
    font-size: 20px;
		letter-spacing: 2px;
		text-align: center;
	}




	.event{
		background-position: left top;
		background-size: unset;
		padding: 40px 0 270px;
	}
	.event .eventcontent{
		width: 90%;
		margin: auto;
	}
	.event .eventtitle{
		font-size: 20px;
		border-left: #b9a222 solid 8px;
		margin-bottom: 30px;
	}
	.event .eventbox{
		display: block;
		margin-bottom: 30px;
	}
	.eventbox .eventimage{
		width: 100%;
		margin-bottom: 20px;
	}
	.eventbox .eventdesc{
		line-height: 2;
		width: 100%;
	}
	.detail{
		width: 90%;
		margin: auto;
		margin-top: -280px;
	}
	.detail .flex .detailtitle{
		width: 100%;
		font-size: 22px;
	}
	.detail .flex .tril,
	.detail .flex .trir{
		border-width: 20px 20px;
	}
	.detail .detailbox{
		margin-top: 30px;
    padding: 30px 20px 10px;
	}
	.detail .detailbox .detailpart{
		display: block;
    font-size: 13px;
    padding: 15px 0;
		line-height: 2;
	}
	.detail .detailbox .detailpart .detailmidashi{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
	}
	.center{
		text-align: center;
	}
	.summary{
		width: 90%;
		margin-top: 30px;
	}
	.summary .summarytitle{
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 2px;
	}
	.summary .summarygaiyo{
		font-size: 16px;
	}
	.summary .summarybox{
		display: block;
		margin-top: 40px;
	}
	.summarybox .summarypart{
		width: 100%;
	}

	.introducesp{
		background-image: url(../../seminar/img/intro-back.png);
		padding: 40px 0 20px;
		color: white;
		background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	}
	.introducesp .introcontent{
		width: 90%;
		margin: auto;
	}
	.introducesp .introname .namekana{
		font-size: 16px;
	}
	.introducesp .introname .namekanji{
		font-size: 30px;
		letter-spacing: 4px;
		font-weight: bold;
	}
	.introducesp .introdesc{
		font-size: 16px;
		line-height: 2;
	}
}

@media screen and (min-width: 500px) and (max-width: 650px){
	.fv .figuresp{
		height: 70%;
	}
}
@media screen and (min-width: 650px) and (max-width: 1023px){
	.fv .figuresp{
		height: 80%;
	}
	.fv .fvcontentsp .catch .catch1{
		font-size: 20px;
	}
	.fv .fvcontentsp .catch .arrow{
		border-width: 21px 20px;
		margin-left: -1px;
	}
	.fv .fvcontentsp .title{
		font-size: 40px;
	}
	.fv .fvcontentsp .catchorange1{
		margin-top: 30px;
	}
}
@media screen and (min-width: 650px) and (max-width: 1023px){
	.eventbox .black{
	color: black;
 }
 .detail .detailbox .detailpart .detailmidashi{
	font-size: 24px;
 }
 .center2{
	text-align: center;
 }
}

@media screen and (max-width: 600px){
	div#trust-form.contact-form table th{
		width: 100%;
	}
	#trust-form input[type="text"],
	#trust-form input[type="tel"],
	#trust-form input[type="email"]{
		width: 95%;
	} 
	#trust-form input[type="submit"]{
		font-size: 26px;
		width: 10em;
	}
	div.q_privacy1 h3{
		font-size: 15px !important;
	}
	div.q_privacy1{
		width: 95%;
	}
}