@charset "utf-8";
/*
 * ==========================================================================
 * 
 * [top]
 * 
 * ==========================================================================
 */
/**
 * --------------------------------------------------------------------------
 * visual
 * --------------------------------------------------------------------------
 */
.visualWrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.visualWrapperBg {
	position: absolute;
	z-index: -1;
	background: url("/recurrent/fukutasu/online-seminar/img/content/top/title.png") center;
	width: 100%;
	height: 100%;
  background-size: cover;
	filter: blur(20px);
}

.visualWrapperBg::before {
    content: "";
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(210,210,210,.6);
}

.visualInner {
	width: 980px;
	text-align: center;
	margin: 30px auto;
}
/**
 * --------------------------------------------------------------------------
 * Wrapper
 * --------------------------------------------------------------------------
 */
.contentsWrapper {
}
.grfWrapper {
  margin: 80px 0;
}
.sectionWrapper {
    background: #e9f9f9;
}
.sectionWrapper2 {
    background: #b5daf4;
}
/**
 * --------------------------------------------------------------------------
 * commonBox
 * --------------------------------------------------------------------------
 */
.boxWrapper {
  margin-bottom: 50px;
}
.whiteBox {
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.boxInner {
  padding: 60px;
}
.introBox {
  width: 70%;
  margin: 80px auto;
}
/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsBox {
  width: 70%;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  margin: -50px auto 100px;
}
.newsBoxTitle {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 20px 0;
  color:#2564a7;
}
/**
 * --------------------------------------------------------------------------
 * 事前申し込み
 * --------------------------------------------------------------------------
 */
.entryWrapper {
  background: #5fada4;
}
.entryInnerVox{
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.entryText{
  /*font-family: "M PLUS 1p", sans-serif;*/
  font-weight: 800;
  font-size: 3.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #fff;
}
.entryTextSub {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.entryBtn {
  position: relative;
  margin: 50px auto 0;
}
.entryBtn::after {
  content: "";
  background-image: url("/recurrent/fukutasu/online-seminar/img/content/top/entry_bt_baloon.png");
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  width: 380px;
  height: 62px;
  position: absolute;
  top: -4%;
  right: 50%;
  transform: translate(50%, -50%);
}
.entryBtn.job::after {
  background-image: url("/recurrent/fukutasu/online-seminar/img/content/top/entry_job_bt_baloon.png");
}
.entryBtnInner {
  position: relative;
}
.entryBtnInner::after {
  content: "";
  background-image: url("/recurrent/fukutasu/online-seminar/img/content/content/circle-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(-50%, -50%);
}

.entryBtn a{
  /*font-family: "M PLUS 1p", sans-serif;*/
  font-weight: 800;
  display: block;
  width: 520px;
  font-size: 2.5rem;
  margin: 0 auto;
  padding: 25px 0;
  border-radius: 100px;
  background: #fff;
  color: #d76258;
}
.entryBtn.job a{
  background: #fff;
  color: #d76258;
}
.entryBtn a:hover {
  text-decoration: none;
}
/**
 * --------------------------------------------------------------------------
 * about
 * --------------------------------------------------------------------------
 */
.introText {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  margin: 0 auto 100px;
}

.introText span {
  font-size: 2rem;
  font-weight: 700;
  color: #0ba29a;
}

/**
 * --------------------------------------------------------------------------
 * 開催情報
 * --------------------------------------------------------------------------
 */
.eventInfoThema {
  margin-bottom: 10px;
}
.eventInfoThema span{
  background: #f39800;
  color: #fff;
  padding: 5px 20px;
  line-height: 1;
}

.eventInfoWrapper {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

.eventInfoColumn {
  width: 70%;
}
.eventInfoPhotoColumn {
  width: 240px;
}

.eventInfoDl {
  display: flex;
  margin-bottom: 20px;
}
.eventInfoDl dt {
  font-size: 1.6rem;
  margin: 0 20px 0 0;
}
.eventInfoDl dt h4{
  width: 140px;
  background: #0ba29a;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.eventInfoDl dd {
  font-size: 1.8rem;
  padding: 5px;
  margin: 0;
}
.eventInfoBtwrapper {
  margin: 80px 0 0 0;
  background: #ccedec;
  padding: 30px;
}
.eventDate {
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.5;
  margin-bottom: 10px;
}
.eventDate span {
  font-size: 4rem;
}

/**
 * --------------------------------------------------------------------------
 * 会場
 * --------------------------------------------------------------------------
 */
.accessBox {
  background: #fff;
  width: calc(100% - 120px);
  padding: 60px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.accessBox img {
  border-radius: 10px;
}
.accessTable {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #ddd;
}
.accessTable tr {
  border-bottom: solid 1px #ddd;
}
.accessTable th {
  padding: 15px 0;
  vertical-align: top;
  white-space: nowrap;
}
.accessTable td {
  padding: 15px 0 15px 20px;
  vertical-align: top;
}

.accessMap {
  height: 360px;
  margin: 50px 0 0 0;
}
.accessMap iframe{
  width: 100%;
  height: 100%;
}

/**
 * --------------------------------------------------------------------------
 * サブスク
 * --------------------------------------------------------------------------
 */
.subscTitleSub {
    /* font-family: "M PLUS 1p", sans-serif; */
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
    /*color: #f39800; */
    color: #1569b2; 	
}
.subscTitleSub:before {
    transform: rotate(-35deg);
}
.subscTitleSub:after {
    transform: rotate(35deg);
}
.subscTitleSub:before, .subscTitleSub:after {
    position: relative;
    display: inline-block;
    content: "";
    /*background: #f39800;*/
    background: #1569b2;
	width: 2px;
    height: 2em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
}
.subscTitle {
    /* font-family: "M PLUS 1p", sans-serif; */
    font-weight: 700;
    position: relative;
    font-size: 4rem;
    margin: 100px 0 30px 0;
    line-height: 1.5;
    text-align: center;
    background: #1569b2;
    color: #fff;
    padding: 5px 0 10px;
}

.subsch3Title {
    /* font-family: "M PLUS 1p", sans-serif; */
    font-weight: 600;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.6;
    margin: 0 0 20px 0;
    background: #f39800;
	text-align: center;
}
.subscText {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
}
.priceText{
	font-size:1.3em;
}
.priceText span{
	font-size: 2.5rem;
    font-weight: 700;
    color: #FF0000;	
}
@media only screen and (max-width: 767px) {
  /**
 * 見出し用CSS
 */
.subscTitle {
  font-size: 2rem;
  padding: 10px;
  margin: 50px 0 20px 0;
}
.subscTitleSub {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

  .subsch3Title {
    font-size: 1.8rem;
    margin: 20px 0 20px 0;
  }
}
/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
 .bnrWrapper {
 margin-top: -130px; 
}
.bnrList {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
/*偶数
.bnrListItem {
	width:49.5%;
	list-style-type: none;
	background: #fff;
	margin-bottom: 10px;
}
	.bnrListItem:nth-child(2n) {
		margin-right:0;
	}*/

.bnrListItem {
	width:32.5%;
	list-style-type: none;
	background: #fff;
	margin-bottom: 10px;
}

.bnrListItemImg {
	border: solid 5px #fff;
	position:relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsListWrapper {
}
.newsListWrapper .button{
	text-align: center;
	margin-top: 80px;
}

.newsList {
	padding: 0;
}
	.newsList li {
		list-style-type: none;
		padding: 20px 5px;
		border-top: solid 1px #dedede;
	}
		.newsList li:last-child {
			margin-bottom: 0;
			border-bottom: solid 1px #dedede;
		}
.newsListItem {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
		padding: 0;
		text-decoration: none;
}
.newsListDate {
		width: 11%;
}
.newsListTitle {
    width: 89%;
}

.newsListTitle a {
	color: #18272F;
  position: relative;
  text-decoration: none;
}

.newsListTitle a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #18272F;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .4s ease-in-out;
}

.newsListTitle a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */

.linkWrapper {
}
.linkList {
	display:flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.linkListItem {
	width:32%;
	margin-right:2%;
	margin-bottom:45px;
	list-style-type: none;
}

.linkList .linkListItem:nth-child(3)  {
	margin-right:0;
}

.linkListItemImg {
	position:relative;
}

/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {
/**
 * --------------------------------------------------------------------------
 * visual
 * --------------------------------------------------------------------------
 */
.visualWrapper {
}
.visualWrapperBg {
}
.visualWrapperBg::before {
}
.visualInner {
	width: 100%;
	text-align: center;
	margin: 0;
} 
/**
 * --------------------------------------------------------------------------
 * Wrapper
 * --------------------------------------------------------------------------
 */
.contentsWrapper {
}
.grfWrapper {
  margin: 30px 0;
}
.sectionWrapper {
}
/**
 * --------------------------------------------------------------------------
 * commonBox
 * --------------------------------------------------------------------------
 */
.boxWrapper {
  margin-bottom: 50px;
}
.whiteBox {
  position: relative;
  background: #fff;
}
.boxInner {
  padding: 30px;
}
.introBox {
  width: auto;
  margin: 30px auto;
}
/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsBox {
  width: auto;
  padding: 30px;
  margin: 0px auto 50px;
}
.newsBoxTitle {
  font-size: 1.6rem;
}
/**
 * --------------------------------------------------------------------------
 * 事前申し込み
 * --------------------------------------------------------------------------
 */
.entryInnerVox{
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
.entryText{
  font-size: 2rem;
  margin-bottom: 20px;
}
.entryTextSub {
  line-height: 1.5;
  margin-bottom: 20px;
}
.entryBtn {
  margin: 50px auto 0;
}
.entryBtn::after {
  background-image: url("/recurrent/fukutasu/online-seminar/img/content/top/entry_bt_baloon.png");
  width: 300px;
  height: 62px;
  top: -5%;
}
.entryBtnInner::after {
  content: "";
  background-image: url("/recurrent/fukutasu/online-seminar/img/content/content/circle-arrow.svg");
  width: 20px;
  height: 20px;
  right: 10px;
}

.entryBtn a{
  width: 330px;
  font-size: 1.8rem;
  padding: 20px 0;
}
.entryBtn a:hover {
  text-decoration: none;
}
/**
 * --------------------------------------------------------------------------
 * about
 * --------------------------------------------------------------------------
 */
.introText {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  margin: 0 auto 30px;
}

.introText span {
  font-size: 1.4rem;
  font-weight: 700;
}
/**
 * --------------------------------------------------------------------------
 * 開催情報
 * --------------------------------------------------------------------------
 */
.eventInfoThema {
  margin-bottom: 10px;
}
.eventInfoThema span{
  padding: 5px 10px;
  line-height: 1;
}

.eventInfoWrapper {
  display: inherit;
  margin: 50px 0;
}

.eventInfoColumn {
  width: auto;
}
.eventInfoPhotoColumn {
  width: 200px;
  margin: 0 auto;
}

.eventInfoDl {
  display: inherit;
  margin-bottom: 20px;
}
.eventInfoDl dt {
  font-size: 1.4rem;
  margin: 0 0 10px 0;;
}
.eventInfoDl dt h4{
  width: auto;
  padding: 5px 10px;
  text-align: left;
}
.eventInfoDl dd {
  font-size: 1.4rem;
  padding: 5px;
  margin: 0;
}
.eventInfoBtwrapper {
  margin: 40px 0 0 0;
  padding: 20px 0;
}
.eventDate {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0;
}
.eventDate span {
  font-size: 2.5rem;
}
/**
 * --------------------------------------------------------------------------
 * 会場
 * --------------------------------------------------------------------------
 */
.accessBox {
  width: auto;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.accessBox img {
  border-radius: 20px;
}
.accessTable {
  margin: 20px 0 0 0;
}
.accessTable tr {
}
.accessTable th {
  padding: 10px 0;
  white-space: nowrap;
  
}
.accessTable td {
  padding: 10px 0 10px 15px;
}

.accessMap {
  height: 360px;
  margin: 50px 0 0 0;
}
.accessMap iframe{
  width: 100%;
  height: 100%;
}
/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
 .bnrWrapper {
 margin-top: -20px; 
}

.bnrList {
	display: inherit;
	}
.bnrListItem {
	width:auto;
	margin-bottom: 10px;
}
	.bnrListItem:nth-child(2n) {
	}
.bnrListItemImg {
	border: solid 3px #fff;
	position:relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/**
 * --------------------------------------------------------------------------
 * topics
 * --------------------------------------------------------------------------
 */

.topicsWrapper {
}
.topicsWrapper .button{
	margin-top: 0;
}
.topicsList {
}
.topicsListItem {
	width:49%;
	margin-right:2%;
	margin-bottom:20px;
}
	.topicsListItem:nth-child(2n) {
		margin-right:0;
	}
	.topicsListItem a{
	}
.topicsListItemImg {
}
.topicsListItemCat {
	top:5px;
	left:5px;
}
	.topicsListItemCat span{
		font-size:0.65rem;
		padding:3px 5px;
	}

.topicsListItemDate {
	font-size: 0.8rem;
	color: #1c5bd9;
	margin:10px 5px 0 5px;
}

.topicsListItemTitle {
	font-size:0.8rem;
	margin:5px 5px 0 5px;
}
/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsListWrapper {
}
.newsListWrapper .button{
	margin-top: 30px;
}
.newsList {
}
	.newsList li {
		padding: 10px 5px;
	}
.newsListItem {
	display: inherit;
}
.newsListDate {
    width: auto;

}
.newsListTitle {
    width: auto;
}
/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */

.linkWrapper {
}
.linkList {
  display: inherit;
}
.linkListItem {
  width: 90%;
  margin: 0 auto 10px;
}
	.linkListItem:nth-child(2n) {
		margin-right:auto;
	}
	.linkListItem:nth-child(3n) {
		margin-right:auto!important;
	}

}