@charset "utf-8";
/*
 * ==========================================================================
 *
 * [content]
 *
 * ==========================================================================
 */
/**
 * 見出し用CSS
 */
.h2title {
  position: relative;
  font-size: 4rem;
  font-weight: 600;
  margin: 100px 0 70px 0;
  padding-bottom: 20px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}
  .h2title:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 3px;
    content: '';
    background: #35b7d9;
  }

.h2titleRead {
  font-size: 165%;
  margin: 0 0 40px 0;
}
.h3title {
  color: #35b7d9;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 50px 0 30px 0;
  letter-spacing: 0.1em;
}
.h4title {
  font-size: 110%;
  font-weight: bold;
  line-height: 1.8;
  color: #00a395;
  padding-bottom: 10px;
  border-bottom: 2px solid #999;
  position: relative;
}
.h4title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  border-bottom: 2px solid #005f98;
}
/**
 * リスト用CSS
 */
.listStyle01 {
  list-style: none;
  padding: 0;
  margin: 0 0 0 5px;
}
.listStyle01 li {
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 20px;
}
.listStyle01 li:last-child {
  margin-bottom: 0;
}
.listStyle01 li::before {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  background: #35b7d9;
  border-radius: 50%;
  position: absolute;
  top: .6em;
  left: 0;
}
/**
 * ボタン用スタイル
 */
.button {
	text-align: center;
	margin: 100px auto 0;
}

a.btnStyle01 {
  display: inline-block;
  background: #333;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  padding: 1.2em 2.4em;
  min-width: 200px;
  border-radius: 100px;
  font-weight: bold;
  position: relative;
}
a.btnStyle01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  margin: -6px 0 0 0;
  border-right: solid 2px #70b2f9;
  border-top: solid 2px #70b2f9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.btnStyle01.fb {
  background-color: #3b5998;
}
a.btnStyle01.blog {
  background-color: #333;
}
a.btnStyle02 {
  display: inline-block;
  background: #fff url(../../img/content/content/ico_arr03.png) no-repeat 92% center;
  border: solid 1px #142E60;
  text-align: center;
  color: #142E60;
  text-decoration: none;
  padding: 1.2em;
  min-width: 300px;
  border-radius: 50px;
  font-weight: bold;
}

.btnStyle03 {
  position: relative;
  background: linear-gradient(to right, #0069b8, #0fae97);
  color: #fff!important;
  width: 547px;
  height: 180px;
  display: block;
  display: flex;
  align-items: center;
  margin: 80px auto 0;
  border-radius: 10px;
  transition: ease .2s;
  overflow: hidden;
}
.btnStyle03Inner {
  padding: 0 50px;
    z-index: 3;
}
.btnStyle03Text {
  font-size: 2rem;
  font-weight: bold;
}
  .btnStyle03Text span img{
    width: 24px;
    margin: -2px 0 0 5px;
  }
.btnStyle03TextSub {
  font-size: 1.3rem;
}
.btnStyle03:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#333;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btnStyle03:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.btnStyle03.line {
  background: #23be4f
}

.btnStyle03.access {
  background: #044e71;
}

.btnStyle03.large {
  width: 100%;
  height: 300px;
  background:no-repeat right #000;
}
/**
 * テーブル用スタイル
 */
.tableWrapperScroll {}
.tableStyle01 {
  width: 100%;
}
.tableStyle01 th, .tableStyle01 td {
  border: 1px solid #CCCCCC;
}
.tableStyle01 th {
  background: #E6E6E6;
  text-align: center;
  padding: 10px;
}
.tableStyle01 th.long {
  width: 74%;
}
.tableStyle01 td {
  padding: 15px 20px;
  background: #FFF;
}
.tableStyle02 {}
.tableStyle02 th, .tableStyle02 td {
  border: 1px solid #CCCCCC;
}
.tableStyle02 th {
  background: #E6E6E6;
  text-align: center;
  padding: 10px;
}
.tableStyle02 td {
  padding: 15px 20px;
  background: #FFF;
}
.tableRow {}
/**
 * 文字サイズ
 */
.s0-8r { font-size: 0.8rem; }
.s1-0r { font-size: 1.0rem; }
.s1-1r { font-size: 1.1rem; }
.s1-2r { font-size: 1.2rem; }
.s1-3r { font-size: 1.3rem; }
.s1-4r { font-size: 1.4rem; }
.s1-5r { font-size: 1.5rem; }
.s1-6r { font-size: 1.6rem; }
.s1-7r { font-size: 1.7rem; }
.s1-8r { font-size: 1.8rem; }
.s1-9r { font-size: 1.9rem; }
.s2-0r { font-size: 2.0rem; }
.s2-1r { font-size: 2.1rem; }
.s2-2r { font-size: 2.2rem; }
.s2-3r { font-size: 2.3rem; }
.s2-4r { font-size: 2.4rem; }
.s2-5r { font-size: 2.5rem; }
.s2-6r { font-size: 2.6rem; }
.s2-7r { font-size: 2.7rem; }
.s2-8r { font-size: 2.8rem; }
.s2-9r { font-size: 2.9rem; }
.s3-0r { font-size: 3.0rem; }
.s3-4r { font-size: 3.4rem; }
.s3-5r { font-size: 3.5rem; }
.s3-8r { font-size: 3.8rem; }
.s4-0r { font-size: 4.0rem; }
.s4-1r { font-size: 4.1rem; }
.s5-0r { font-size: 5.0rem; }
/**
 * transition series
 */
.trOp02s {
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.trOp02s:hover {
  opacity: 0.6;
}
/**
 * linkBt
 */
.linkBt a {
  background: #fff;
  padding: 20px;
  display: block;
  position: relative;
  text-decoration: none;
}
.linkBt a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #142e60;
  border-right: 2px solid #142e60;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  margin-top: -5px;
}


/* pager リンク
-------------------------------------------------------------------- */
.pager {
  text-align: center;
  margin-top: 50px;
}
.pager ul {
  padding: 0;
}
.pager li {
  display: inline-block;
  padding: 10px 15px;
  background: #eee;
}
.pager li:last-child {
  margin-right: 0 !important;
}
.pager li a {
  font-weight: bold;
}
.pager li.active {
  background: #a99100;
  color: #fff;
}
/* slick
-------------------------------------------------------------------- */
.banner-slider li {
  margin: 0 5px;
}

/* animation
-------------------------------------------------------------------- */
.displayed{
   animation: fadeUp 1s ease-in-out forwards;
}
@keyframes fadeUp{
    0%{opacity:0; transform: translateY(50px);}
  100%{opacity:1; transform: translateY(0);}
}

/* その他レイアウト
-------------------------------------------------------------------- */
.alignCenterSp {
}

/**
 * ---------------------------------------------------
 * 受講者の声
 * ---------------------------------------------------
 */
.voiceIcn {
  width: 7%;
}
.voiceIcn img {
  border-radius: 200px;
}
.voiceBaloonBox {
  width: 90%;
}
.voiceBaloon {
  position: relative;
  padding: 30px;
/*  background: #cce9ef; */
  background:#FFF;
}
.voiceBaloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -14px;
  top: 20px;
/*  border-right: 15px solid #cce9ef; */
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/**
 ****************************************************
 *
 * screens larger than 768
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  .pcDspNone {
    display: none;
  }
}
/**
 ****************************************************
 *
 * screens smaller than 767
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  /**
 * 見出し用CSS
 */
.h2title {
  font-size: 2.2rem;
  margin: 50px 0 30px 0;
  padding-bottom: 10px;
}
  .h2title:before {
    bottom: -10px;
    left: calc(50% - 20px);
    width: 40px;
    height: 3px;
  }
  .h2titleRead {
    font-size: 120%;
    margin: 0 0 20px 0;
  }
  .h3title {
    font-size: 1.8rem;
    margin: 30px 0 20px 0;
  }
  .h4title {
    font-size: 105%;
  }
  /**
 * テーブル用スタイル
 */
  .tableWrapperScroll {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .tableWrapperScroll::-webkit-scrollbar {
    height: 8px;
  }
  .tableWrapperScroll::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 5px;
  }
  .tableWrapperScroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #003575;
  }
  .tableStyle01 {
    width: 100%;
  }
  .tableStyle01 th, .tableStyle01 td {
    border: 1px solid #CCCCCC;
  }
  .tableStyle01 th {
    background: #E6E6E6;
    text-align: center;
    padding: 5px;
  }
  .tableStyle01 th.long {
    width: 74%;
  }
  .tableStyle01 td {
    padding: 5px 10px;
    background: #FFF;
  }
  .tableRow th, .tableRow td {
    display: block;
  }
	.spDspNone { display: none; }
	.pcDspNone { display: inherit; }
	.fitImg { max-width: 100%; }
	.s0-8r { font-size: 0.6rem; }
	.s1-0r { font-size: 1.0rem; }
	.s1-1r { font-size: 1.1rem; }
	.s1-2r { font-size: 1.2rem; }
	.s1-3r { font-size: 1.2rem; }
	.s1-4r { font-size: 1.2rem; }
	.s1-5r { font-size: 1.3rem; }
	.s1-6r { font-size: 1.3rem; }
	.s1-7r { font-size: 1.3rem; }
	.s1-8r { font-size: 1.3rem; }
	.s1-9r { font-size: 1.3rem; }
	.s2-0r { font-size: 1.3rem; }
	.s2-1r { font-size: 1.5rem; }
	.s2-2r { font-size: 1.5rem; }
	.s2-3r { font-size: 1.5rem; }
	.s2-4r { font-size: 1.5rem; }
	.s2-5r { font-size: 1.5rem; }
	.s2-6r { font-size: 1.5rem; }
	.s2-7r { font-size: 1.5rem; }
	.s2-8r { font-size: 1.6rem; }
	.s2-9r { font-size: 1.6rem; }
	.s3-0r { font-size: 1.7rem; }
	.s3-4r { font-size: 1.7rem; }
	.s3-5r { font-size: 1.7rem; }
	.s3-8r { font-size: 1.8rem; }
	.s4-0r { font-size: 2.5rem; }
	.s4-1r { font-size: 2.5rem; }
	.s5-0r { font-size: 2.5rem; }
	/**
	 * transition series
	 */
	.trOp02s {
		transition: none;
	}
	.trOp02s:hover {
		opacity: 1.0;
	}
	.sectionVox {
		margin-bottom: 30px;
	}
	a.btnStyle01 {
		display: inline-block;
		background-size: 9px auto;
		min-width: 230px;
		padding:1.4em 1.6em 1.4em 1.2em;
	}
	a.btnStyle01:after {
		top: 50%;
		right: 12px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-right: solid 2px #70b2f9;
		border-top: solid 2px #70b2f9;
	}
	a.btnStyle02 {
		display: inline-block;
		background: #fff url(../../img/content/content/SP_ico_arr03.png) no-repeat 92% center;
		background-size: 9px auto;
		min-width: 250px;
		padding:1.4em;
	}
.btnStyle03 {
  width: 100%;
  height: 100px;
  margin: 50px auto 0;
  border-radius: 8px;
}
.btnStyle03Inner {
  padding: 0 25px;
}
.btnStyle03Text {
  font-size: 1.6rem;
}
  .btnStyle03Text span img{
    width: 16px;
    margin: -2px 0 0 5px;
  }
.btnStyle03TextSub {
  font-size: 1rem;
}
	.tableStyle01 { width: auto; }
	.scTable {
		overflow: auto;
		white-space: nowrap;
	}
	.scTable::-webkit-scrollbar {
		height: 3px;
	}
	.scTable::-webkit-scrollbar-track {　
		background: #CCCCCC;
	}
	.scTable::-webkit-scrollbar-thumb {
		background: #142E60;
	}
	.pageLink {
		width: 100%;
		padding: 25px 3.125% 20px;
	}
		.pageLink ul {
			width: 100%;
			padding-top: 1px;
		}
		.pageLink li {
			width: 49%;
			margin-right:2%;
			margin-bottom: 2%;
			border: 1px solid #CCCCCC;
		}
			.pageLink.oneColumn li {
				width:98%!important;
			}
		
		.pageLink li:not(:nth-child(3n)) {
			margin-right: 2%;
		}
		.pageLink li:nth-child(even) {
			margin-right: 0;
		}
			.pageLink li a {
				padding: 15px 10px 15px 38px;
			}
			.pageLink li a::before {
				background: #142E60 url(../../img/content/content/SP_ico_arr01.png) no-repeat center;
				background-size: 8px auto;
				height: 20px;
				width: 20px;
				left: 10px;
				margin-top: -11px;
			}

#popupWrapperMovie {
	width: 90%;
	margin-left: -45%;
}
/* その他レイアウト
-------------------------------------------------------------------- */
.alignCenterSp {
  text-align: center;
}
/**
 * ---------------------------------------------------
 * 受講者の声
 * ---------------------------------------------------
 */
.voiceIcn {
  width: 15%;
  margin-top: 5px;
}
.voiceBaloonBox {
  width: 78%;
}
.voiceBaloon {
  padding: 30px;
}
.voiceBaloon::before {
  top: 15px;
}
/**
	 * end
	 */
}