@charset "utf-8";

/*================================================
SubContainer
================================================*/

#SubContainer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
  font-family: 'Noto Sans Japanese Thanks', sans-serif;
	font-weight: 500;
}

/*================================================
Firstview (Back & h1)
================================================*/

#Firstview {
	aspect-ratio: 1350/670;
	position: relative;
	width: 100%;
  margin-top: -14px;
	margin-bottom: 140px;
	padding: 0px 0px 150px 0px;
	text-align: left;
	background: url(../img/firstview_back_pc.png),linear-gradient( -145deg, rgb(1,94,234) 0%, rgb(0,192,250) 50%);
	background-position: left -5vw top,center;
	background-repeat: no-repeat;
	background-size: contain,cover;
  box-sizing: border-box;
}
#Firstview h1 {
	aspect-ratio: 1356/455;
	position: absolute;
	top: 3vw;
	right: 5vw;
	width: 45vw;
	margin: 0 auto 5.5vw;
	text-indent: -9999px;
	background: url(../img/firstview_title_pc.svg) no-repeat;
	background-position: center;
	background-size: contain;
  animation-duration: 2s;
	/* opacity: 0; */
}
#Firstview h1:after {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 130px;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	text-indent: inherit;
	color: #FFFFFF;
	content: "大好評につき導入コースを拡大しました！";
	opacity: 1;
}

@media screen and (max-width: 1500px) {

	#Firstview h1 {
		background: url(../img/firstview_title_pc.svg) no-repeat;
		background-position: center;
		background-size: contain;
	}
}

@media screen and (max-width: 830px) {

	#Firstview {
		aspect-ratio: 830/880;
    margin-top: 0px;
		margin-bottom: 200px;
		background: url(../img/firstview_back_tab.png),linear-gradient( -145deg, rgb(1,94,234) 0%, rgb(0,192,250) 50%);
		background-position: left bottom,center;
		background-repeat: no-repeat;
		background-size: contain,cover;
	}
	#Firstview h1 {
		aspect-ratio: 1356/455;
		width: 90%;
		margin: 0 auto 25vw;
		position: relative;
		right: inherit;
		background: url(../img/firstview_title_pc.svg) no-repeat;
		background-position: center;
		background-size: contain;
	}
}

@media screen and (max-width: 600px) {

	#Firstview {
		aspect-ratio: 600/720;
		margin-bottom: 33vw;
	}
	#Firstview h1 {
		height: 85vw;
		width: 100%;
		margin: 0 auto;
		background-position: center top;
		background-size: contain;
	}
}

/*================================================
Firstview (Wave)
================================================*/

#Firstview ul {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 22.33vw;
	padding: 8.5vw 1vw 0vw 58vw;
	background: url(../img/firstview_wave_pc.svg) no-repeat;
	background-position: right bottom;
	background-size: cover;
	transform: translateY(9vw);
  box-sizing: border-box;
}
#Firstview li {
  line-height: 1.50;
	color: #FFFFFF;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
	font-size: max(min(1.36vw,21px),15px);
}
#Firstview li:before {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	background: url(../img/firstview_star.svg) no-repeat;
	background-size: contain;
	content: '';
}
#Firstview li:first-child:before {
	position: relative;
	top: 2px;
}
#Firstview li:nth-of-type(2) {
	margin: 10px 0px 0px 5.0em;
}
#Firstview li span {
	font-size: max(min(1.114vw,15px),13px);
}

@media screen and (min-width: 1150px) {

	#Firstview ul {
		padding: 9.5vw 1vw 0vw 57vw;
	}
}
@media screen and (max-width: 1149px) and (min-width: 900px) {

	#Firstview ul {
		padding: 9vw 1vw 0vw 56vw;
	}
}
@media screen and (max-width: 950px) and (min-width: 769px) {

	#Firstview li {
		font-size: max(min(1.3vw,16px),14px);
	}
}

@media screen and (max-width: 830px) {

  #Firstview ul {
		background: url(../img/firstview_wave_tab.svg) no-repeat;
		background-position: right bottom;
		background-size: cover;
		display: block;
		height: 35vw;
		padding: 12vw 0vw 0vw 36vw;
		transform: translateY(25vw);
		width: 100%;
	}
	#Firstview li {
		font-size: max(min(2.4vw,20px),15px);
	}
	#Firstview li br {
		display: none;
	}
	#Firstview li:nth-of-type(2) {
		margin: 10px 10px 0px 2em;
		text-align: right;
	}
}

@media screen and (max-width: 600px) {

	#Firstview ul {
		aspect-ratio: 550/268;
		height: inherit;
		padding: 17vw 0vw 0vw 20vw;
		background: url(../img/firstview_wave_sp.svg) no-repeat;
		background-position: right bottom;
		background-size: cover;
		transform: translateY(37vw);
	}
	#Firstview li {
		font-size: max(min(3vw,18px),15px);
	}
	#Firstview li:nth-of-type(2) {
		margin: 5px 0px 0px 2.0em;
	}
}

@media screen and (max-width: 500px) {

	#Firstview ul {
		padding: 16vw 3vw 0vw 0vw;
		text-align: right;
	}
	#Firstview li {
		font-size: max(min(3vw,18px),12px);
	}
}

@media screen and (max-width: 400px) {

	#Firstview ul {
		padding: 16vw 0vw 0vw 10vw;
	}
	#Firstview li {
		text-align: center !important;
	}
}

/*================================================
FirstviewMoviePc
================================================*/

#Firstview p.FirstviewMoviePc {
	overflow: hidden;
	position: absolute;
	top: 21vw;
	right: 14vw;
	width: 25vw;
	height: calc(25vw * 0.5626);
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
#Firstview p.FirstviewMoviePc a {
	cursor: pointer;
	display: block;
	position: relative;
}
#Firstview p.FirstviewMoviePc a>span {
	display: none;
	position: absolute;
	top: 45%;
	left: 50%;
	width: max-content;
	height: max-content;
	padding: 10px 20px;
	border-radius: 10px;
	background: rgba(0,0,0,0.75);
	text-align: center;
	color: #FFFFFF;
	transform: translate(-50%);
}
#Firstview p.FirstviewMoviePc a>span:before {
	display: inline-block;
	position: relative;
	top: 3px;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background: url(../img/firstview_zoom.svg) no-repeat;
	background-size: contain;
	content: '';
}
#Firstview p.FirstviewMoviePc a:hover span {
	display: block;
}
#Firstview p.FirstviewMoviePc video {
	height: auto;
	width: 100%;
}

@media screen and (max-width: 830px) {

	#Firstview p.FirstviewMoviePc {
		top: 69vw;
		right: 1vw;
		width: 40vw;
		height: calc(40vw * 0.5626);
	}
}

@media screen and (max-width: 600px) {

	#Firstview p.FirstviewMoviePc {
		display: none;
	}
}

/*================================================
FirstviewScrollDown
================================================*/

#Firstview a.FirstviewScrollDown {
	overflow: hidden;
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 55%;
	left: 50%;
	padding: 10px 10px 110px;
	text-decoration: none;
	line-height: 1;
	letter-spacing: .2em;
	color: #FFFFFF;
  font-family: 'Noto Sans Japanese Thanks', sans-serif;
	font-size: 13px;
	transform: translateX(-50%);
}
#Firstview a.FirstviewScrollDown::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 100px;
	background: #FFFFFF;
	content: '';
}
#Firstview a.FirstviewScrollDown::before {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 100px;
	background: rgba(255, 255, 255, .4);
	content: '';
}
#Firstview a.FirstviewScrollDown::after {
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {

	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

@media screen and (max-width: 830px) {

	#Firstview a.FirstviewScrollDown {
		display: none;
	}
}

/*================================================
Firstview (Movie & Modal)
================================================*/

#Firstview p.FirstviewMovie a {
	display: block;
	position: absolute;
	top: max(30vw,410px);
	right: 10vw;
	width: min(26.7vw,360px);
	height: max(10vw,100px);
	padding-left: min(10.4vw,140px);
	padding-top: min(2.52vw,34px);
	line-height: 1.0;
  text-decoration: none;
	background: url(../img/movie_banner.png) no-repeat;
	background-size: contain;
	color: #FFFFFF;
	font-size: min(2.23vw,30px);
	cursor: pointer;
  box-sizing: border-box;
}
#Firstview p.FirstviewMovie a b {
	position: relative;
	top: 2px;
	letter-spacing: 0.1em;
  font-family: 'Noto Sans Japanese Thanks', sans-serif;
	font-size: min(2.67vw,36px);
}
#Firstview p.FirstviewMovie a>span:after {
	position: relative;
	top: -6px;
	left: 5px;
	padding: 3px 5px;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	background-color: rgba(41,79,147,0.8);
	font-size: min(1.3vw,13px);
	content: '動画を見る';
}
#Modal .ModalButtons {
	position: absolute;
	top: -60px;
	right: 10vw;
	color: #FFFFFF;
	font-size: 50px;
	font-weight: bold;
	cursor: pointer;
}
.ModalButtons a {
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Noto Sans Japanese Thanks', sans-serif;
}
#Modal video {
	position: relative;
	top: 50%;
	left: 50%;
	width: 70vw;
	transform: translateX(-50%);
}

@media screen and (max-width: 830px) {
  
	#Modal video {
		width: 80vw;
	}
	#Modal .ModalButtons {
		top: -60px;
		right: 5vw;
	}
}
@media screen and (min-width: 601px) {

	#Firstview p.FirstviewMovie a {
		display: none;
	}
}
@media screen and (max-width: 600px) {

  #Firstview p.FirstviewMovie a {
		position: absolute;
		top: 39vw;
		left: 50%;
		right: inherit;
		width: min(85vw,510px);
		height: max(18vw,100px);
		padding-top: min(5vw,34px);
		padding-left: min(26vw,155px);
		font-size: min(4vw,24px);
		transform: translateX(-50%);
	}
	#Firstview p.FirstviewMovie a b {
		font-size: min(6vw,36px);
	}
	#Firstview p.FirstviewMovie a>span:after {
		top: -3px;
		font-size: max(min(2vw,14px),10px);
	}
	#Modal .ModalButtons {
		top: -60px;
		right: 5px;
		font-size: 40px;
	}
}

/*================================================
About
================================================*/

#SubContainer #About {
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 1000px;
	margin: -50px auto 50px;
	padding: 100px 20px 50px 20px;
  text-align: justify;
  text-justify: inter-ideograph;
	line-height: 1.75;
	font-size: max(min(1.4vw,20px),13px);
  box-sizing: border-box;
}
#SubContainer #About a {
	margin: 0px 5px;
	border-bottom: 1px dotted #333333;
	color: #333333;
}
#SubContainer #About p {
  font-size: 20px;
}
#SubContainer #About ul.AboutNote {
	margin-top: 10px;
	line-height: 1.75;
	font-size: max(min(1.4vw,15px),16px);
}
.AboutNote strong {
  color: #BF0000;
}

@media screen and (max-width: 830px) {

	#SubContainer #About {
		font-size: max(min(2.17vw,18px),15px);
	}
}

@media screen and (max-width: 450px) {

	#SubContainer #About {
    margin: -75px auto 0px;
    padding: 100px 10% 50px 10%;
		font-size: max(min(3.56vw,16px),13px);
	}
}

/*================================================
Coupon (Frame & Title)
================================================*/

.Coupon {
  width: 100%;
  padding: 75px 0px 100px 0px;
  background-color: #D8F4FF;
  box-sizing: border-box;
}
.CouponInner {
  width: 80%;
  max-width: 1280px;
  margin: 0px auto;
}
.CouponTitle {
  margin-bottom: 25px;
}
.CouponTitle span {
  display: block;
  margin-bottom: 10px;
  line-height: 1.25;
  color: #279FF3;
  font-family: 'Noto Sans Japanese Thanks', sans-serif;
  font-size: 12px;
}
.CouponTitle strong {
  display: block;
  margin-bottom: 0px;
  line-height: 1.25;
  color: #284E91;
  font-family: 'Noto Sans Japanese Thanks Black', sans-serif;
  font-size: 48px;
  font-weight: normal;
}
.CouponAttention {
  max-width: 1280px;
  margin-bottom: 25px;
}
.CouponAttention li {
  line-height: 1.50;
  font-family: 'Noto Sans Japanese Thanks', sans-serif;
  font-size: 14px;
}

@media (max-width: 1023px) {

  .Coupon {
    padding: 50px 0px 40px 0px;
  }
  .CouponInner {
    width: 90%;
    max-width: 90%;
  }
  .CouponTitle span {
    font-size: 11px;
  }
  .CouponTitle strong {
    font-size: 24px;
  }
  .CouponAttention {
    display: block;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    padding: 2% 3%;
    text-align: justify;
    text-justify: inter-ideograph;
    background-color: #FFFFFF;
    box-sizing: border-box;
  }
  .CouponAttention li {
    line-height: 1.50;
    font-family: 'Noto Sans Japanese Thanks', sans-serif;
    font-size: 14px;
  }
}

/*================================================
CouponOne (Image & Flag)
================================================*/

.CouponOneWrap {
  width: 100%;
  margin: 0px auto;
}
.CouponOne {
  float: left;
  width: 100%;
}
.CouponOneFlag {
  margin: 25px auto;
  text-align: center;
}
.CouponOneFlagType {
  margin: 0px 5px;
  padding: 3px 10px;
  border: 3px #000000 solid;
  border-radius: 50px;
  background-color: #000000;
  color: #FFFFFF;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 20px;
}
.CouponOneFlagNumber {
  margin: 0px 5px;
  padding: 3px 10px;
  border: 3px #BF0000 solid;
  border-radius: 10px;
  background-color: #BF0000;
  color: #FFFFFF;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 20px;
}
.CouponOneFlagTarget {
  margin: 0px 5px;
  padding: 3px 10px;
  border: 3px #BF0000 solid;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #BF0000;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 20px;
}
.CouponOneImage {
  width: 100%;
  margin: 0px auto 20px auto;
  padding: 0px 10%;
  box-sizing: border-box;
}
.CouponOneImage img:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}

@media (max-width: 1023px) {

  .CouponOne {
    float: none;
  }
  .CouponOneFlagType {
    margin: 0px 2px;
    padding: 3px 8px;
    font-size: 14px;
  }
  .CouponOneFlagNumber {
    margin: 0px 2px;
    font-size: 14px;
  }
  .CouponOneFlagTarget {
    margin: 0px 2px;
    font-size: 14px;
  }
  .CouponOneImage {
    width: 96%;
    padding: 0px 0%;
  }
}

/*================================================
CouponDetail (Table Frame)
================================================*/

.CouponDetail {
  width: 100%;
  border: 1px #CCCCCC solid;
  border-collapse: collapse;
  line-height: 2.00;
  box-sizing: border-box;
}
.CouponDetail tr {
  width: 100%;
}
.CouponDetail th {
  width: 30%;
  padding: 15px;
  border-right: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
  background-color: #EEEEEE;
  vertical-align: top;
  text-align: left;
  font-family: 'Noto Sans Japanese Thanks', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}
.CouponDetail td {
  width: 70%;
  padding: 15px;
  border-bottom: 1px #CCCCCC solid;
  text-align: justify;
  text-justify: inter-ideograph;
  background-color: #FFFFFF;
  vertical-align: top;
  font-family: 'Noto Sans Japanese Thanks', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}
.CouponDetail strong {
  color: #BF0000;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-weight: normal;
}

@media (max-width: 1023px) {

  .CouponDetail {
    width: 96%;
    margin: 0px auto;
    border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
    border-bottom: none;
  }
  .CouponDetail tr {
    width: 100%;
  }
  .CouponDetail th {
    display: block;
    width: 100%;
    padding: 2% 4%;
    border-right: none;
    text-align: center;
    font-size: 14px;
  }
  .CouponDetail td {
    display: block;
    width: 100%;
    padding: 4% 4%;
    text-align: left;
    font-size: 14px;
  }
}

/*================================================
CouponDetail (Now & End)
================================================*/

.CouponDetailDateNOW { display: block; margin-bottom: 10px; }
.CouponDetailDateNOW:last-child { margin-bottom: 0px; }

.CouponDetailDateEND { display: block; margin-bottom: 10px; }
.CouponDetailDateEND:last-child { margin-bottom: 0px; }

.CouponDetailDateNOW i {
  margin-right: 10px;
  padding: 5px 5px;
  color: #FFFFFF;
  background-color: #BF0000;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-weight: normal;
}
.CouponDetailDateNOW span {
  padding: 5px 0px;
  color: #000000;
  background-color: #FFFFFF;
  font-weight: normal;
}
.CouponDetailDateEND i {
  margin-right: 10px;
  padding: 5px 5px;
  color: #CCCCCC;
  background-color: #EEEEEE;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-weight: normal;
}
.CouponDetailDateEND span {
  padding: 5px 0px;
  color: #CCCCCC;
  background-color: #FFFFFF;
  font-weight: normal;
}

@media (max-width: 1023px) {

  .CouponDetailDateNOW i {
    display: block;
    text-align: center;
  }
  .CouponDetailDateNOW span {
    display: block;
    text-align: center;
  }
  .CouponDetailDateEND i {
    display: block;
    text-align: center;
  }
  .CouponDetailDateEND span {
    display: block;
    text-align: center;
  }
}

/*================================================
CouponDetail (Accordion)
================================================*/

.CouponDetailAttentionWrap .AccordionSwitch {
	padding: 10px;
	border: 5px #000000 solid;
	box-sizing: border-box;
}
.CouponDetailAttentionWrap .AccordionSwitch:hover {
  transition: all 0.3s ease;
	background-color: #EEEEEE;
}
.CouponDetailAttentionBikkuri {
	margin-right: 5px;
  padding: 1px 10px !important;
  border: 3px #000000 solid;
  border-radius: 30px;
  background-color: #FFCC00 !important;
  color: #000000 !important;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
}
.CouponDetailAttentionList {
  padding: 1% 2% 2% 2%;
}

@media (max-width: 1023px) {

  .CouponDetailAttentionBikkuri {
    padding: 1px 8px !important;
  }
}

/*================================================
Feature
================================================*/

#Feature {
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
  margin-top: 100px;
	margin-bottom: 50px;
	padding: 150px 0px 0px;
	background-color: #D8F4FF;
	background-image: url(../img/feature_back_upper_pc.svg);
	background-position: top center;
	background-repeat: no-repeat;
}
#Feature h2 {
	text-indent: -9999px;
}
#Feature ul {
	display: block;
	padding-bottom: 150px;
	background-image: url(../img/feature_back_under_pc.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#Feature li {
	width: 100%;
}
#Feature li:nth-of-type(2n) {
	background: url(../img/feature_back_middle.png) no-repeat;
	background-position: center 70%;
	background-size: cover;
}
#Feature li .FeatureInner {
	clear: both;
	width: 100%;
	max-width: 1100px;
	height: min(30.76vw,414px);
	margin: 0px auto;
}
#Feature li img {
	float: left;
	width: min(30.76vw,414px);
	margin-right: min(3.715vw,50px);
	opacity: 0;
}
#Feature li:nth-of-type(2n) img {
	float: right;
	margin-left: min(3.715vw,50px);
	margin-right: inherit;
}
#Feature h3,
#Feature p {
	position: relative;
	top: 40%;
	float: left;
	width: calc(100% - 36vw);
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
	opacity: 0;
	transform: translateY(-50%);
}
#Feature h3 {
	color: #00B7FF;
	/* font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
  font-family: 'Noto Sans Japanese Thanks Black', sans-serif;
	font-size: max(min(3.34vw,45px),36px);
}
#Feature h3:before {
	position: absolute;
	top: -40px;
	left: 0;
	width: 96px;
	height: 30px;
	background: url(../img/feature_point_01.svg) no-repeat;
	background-size: contain;
	content: '';
}
#Feature .FeaturePoint02 h3:before {
	background: url(../img/feature_point_02.svg) no-repeat;
	background-size: contain;
}
#Feature .FeaturePoint03 h3:before {
	background: url(../img/feature_point_03.svg) no-repeat;
	background-size: contain;
}
#Feature .FeaturePoint04 h3:before {
	background: url(../img/feature_point_04.svg) no-repeat;
	background-size: contain;
}
#Feature p {
	font-size: max(min(1.33vw,18px),15px);
}
#Feature p span {
	font-size: max(min(1.2vw,15px),12px);
}
#Feature span.FeatureNote {
	position: absolute;
	z-index: 100;
	right: 12vw;
	bottom: 7vw;
	color: #666666;
	font-size: max(min(1.2vw,12px),10px);
}

@media screen and (min-width: 1346px) {

	#Feature h3,
	#Feature p {
		width: calc(100% - 470px);
	}
	#Feature p {
		font-size: max(min(1.18vw,17px),15px);
	}
}

@media screen and (max-width: 1200px) and (min-width: 601px) {

  #Feature li:nth-of-type(2n) {
		padding-left: 30px;
	}
}

@media screen and (max-width: 768px) {

	#Feature {
    margin-top: 50px;
		padding: 100px 0px 0px;
		background-image: url(../img/feature_back_upper_tab.svg);
		background-position: center top;
		background-repeat: no-repeat;
	}
	#Feature ul {
		padding-bottom: 100px;
	}
	#Feature span.FeatureNote {
		right: 10vw;
	}
}
@media screen and (max-width: 750px) {

	#Feature h3 {
		font-size: max(min(3.34vw,45px),28px);
	}
}

@media screen and (min-width: 601px) {

	#Feature li img.pc { display: block; }
	#Feature li img.sp { display: none; }
}

@media screen and (max-width: 600px) {

	#Feature {
		background-image: url(../img/feature_back_upper_sp.svg);
		background-position: center top;
		background-repeat: no-repeat;
	}
	#Feature ul {
		background-image: url(../img/feature_back_under_sp.svg);
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	#Feature li {
		margin-bottom: 30px;
	}
	#Feature li .FeatureInner {
		height: auto;
		text-align: center;
	}
	#Feature li img.pc { display: none; }
	#Feature li img.sp { display: block; }
	#Feature li img {
		float: none !important;
		width: calc(100vw - 20px) !important;
		margin: 0 auto 30px;
	}
	#Feature li:nth-of-type(2n) img {
		margin-left: inherit;
	}
	#Feature h3,
	#Feature p {
		float: none;
		top: inherit;
		width: 90%;
		margin: 0 auto;
		transform: inherit;
	}
	#Feature h3 {
		margin-bottom: 15px;
		text-align: center;
		font-size: max(min(6.5vw,38px),26px);
	}
	#Feature h3:before {
		left: 50%;
		transform: translateX(-50%);
	}
	#Feature p br {
		display: none;
	}
}

/*================================================
Voice
================================================*/

#Voice h2 {
	width: 100%;
	height: 14.1vw;
	max-height: 271px;
	text-indent: -9999px;
	background: url(../img/voice_title_pc.svg) no-repeat;
	background-position: center bottom;
	background-size: contain;
}
#Voice ul {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
  box-sizing: border-box;
}
#Voice ul li {
	position: relative;
	padding: 0 min(14.1vw,190px) 0 0;
	margin-bottom: max(min(5.94vw,80px),50px);
	text-align: right;
}
#Voice ul li:nth-of-type(1) {
	margin-right: 5vw;
	transform: translateY(10%);
}
#Voice ul li:nth-of-type(4) {
	margin-left: 7vw;
}
#Voice ul li:nth-of-type(5) {
	margin-right: 10vw;
}
#Voice ul li:nth-of-type(6) {
	margin-left: 8vw;
}
#Voice ul li:nth-of-type(2n) {
	padding: 0 0 0 min(14.1vw,190px);
	text-align: left;
}
#Voice ul li:nth-of-type(2n+1):before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 0;
	width: min(14.86vw,200px);
	height: min(14.86vw,200px);
	background: url(../img/voice_face_01.svg) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	content: '';
}
#Voice ul li:nth-of-type(2n+1):after {
	position: absolute;
	right: calc(min(14.1vw,190px) + 1.0em);
	bottom: -2.0em;
	content: attr(itemprop);
}
#Voice ul li:nth-of-type(2n):before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	width: min(14.86vw,200px);
	height: min(14.86vw,200px);
	background: url(../img/voice_face_02.svg) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	content: '';
}
#Voice ul li:nth-of-type(2n):after {
	position: absolute;
	left: calc(min(14.1vw,190px) + 1.0em);
	bottom: -2.0em;
	content: attr(itemprop);
}
#Voice ul li:nth-of-type(3):before {
	background: url(../img/voice_face_03.svg) no-repeat;
	background-size: contain;
}
#Voice ul li:nth-of-type(4):before {
	background: url(../img/voice_face_04.svg) no-repeat;
	background-size: contain;
}
#Voice ul li:nth-of-type(5):before {
	background: url(../img/voice_face_05.svg) no-repeat;
	background-size: contain;
}
#Voice ul li:nth-of-type(6):before {
	background: url(../img/voice_face_06.svg) no-repeat;
	background-size: contain;
}
#Voice ul li:nth-of-type(7):before {
	background: url(../img/voice_face_07.svg) no-repeat;
	background-size: contain;
}
#Voice ul li span {
	display: inline-block;
	position: relative;
	padding: 15px;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.50;
	background-color: #FFFFFF;
	font-size: max(min(1.34vw,18px),16px);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
#Voice ul li:nth-of-type(2n+1) span:before {
	position: absolute;
	z-index: 3;
	top: 50%;
	right: -16px;
  border: 6px solid transparent;
	border-left: 10px solid #FFFFFF;
	transform: translateY(-50%);
	content: '';
}
#Voice ul li:nth-of-type(2n+1) span:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: -22px;
	border: 8px solid transparent;
	border-left: 14px solid #DDDDDD;
	transform: translateY(-50%);
	content: '';
}
#Voice ul li:nth-of-type(2n) span:before {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: -16px;
	border: 6px solid transparent;
	border-right: 10px solid #FFFFFF;
	transform: translateY(-50%);
	content: '';
}
#Voice ul li:nth-of-type(2n) span:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: -22px;
	border: 8px solid transparent;
	border-right: 14px solid #DDDDDD;
	transform: translateY(-50%);
	content: '';
}

@media screen and (max-width: 1200px) {

	#Voice ul {
		padding: 0 10px;
	}
}
@media screen and (max-width: 768px) {

	#Voice h2 {
		height: 16.5vw;
		background: url(../img/voice_title_tab.svg) no-repeat;
		background-position: center bottom;
		background-size: contain;
	}
	#Voice ul li {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 600px) {

	#Voice ul li span br {
		display: none;
	}
}

/*================================================
CourseList
================================================*/

.CourseList {
  clear: both;
  margin-top: 150px;
  padding-top: 100px;
  background-color: #D8F4FF;
}
.CourseListTitle {
  margin-bottom: 45px;
  text-align: center;
  line-height: 1.25;
  color: #284E91;
  font-family: 'Noto Sans Japanese Thanks Black', sans-serif;
  font-size: 32px;
}
.CourseListAbout {
  max-width: 1280px;
  margin-bottom: 10px;
  margin-right: 20px;
  text-align: right;
  line-height: 1.25;
  color: #333333;
  font-family: 'Noto Sans Japanese Thanks', sans-serif;
  font-size: 16px;
}
.CourseListAbout:last-of-type {
  margin-bottom: 20px;
}

@media (max-width: 1023px) {

  .CourseList {
    margin-top: 100px;
    padding-top: 50px;
  }
  .CourseListTitle {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .CourseListAbout {
    margin-right: 0px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 12px;
  }
}

/*================================================
CourseListWrap
================================================*/

.CourseListWrap {
  clear: both;
  margin-bottom: 100px;
}

@media (max-width: 1023px) {

  .CourseListWrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}

/*================================================
CourseListInner
================================================*/

.CourseListInner {
  float: left;
  width: 100%;
  margin-bottom: 150px;
}

@media (max-width: 1023px) {

  .CourseListInner {
    margin-bottom: 50px;
  }
}

/*================================================
CourseListInnerCore (Tab Control)
================================================*/

.tabs3 {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: auto;
  padding: 20px 0px 20px 0px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.tab_item3 {
  display: block;
  float: left;
  width: calc(100% / 7);
  height: 50px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
  line-height: 50px;
  background-color: #F0F0F0;
  color: #666666;
  font-family: 'Noto Sans Japanese Thanks', sans-serif;
  font-size: 16px;
  transition: all 0.2s ease;
  box-sizing: border-box;
  cursor: pointer !important;
}
.tab_item3:last-of-type {
  border-right: 1px solid #CCCCCC;
}
.tab_item3:hover {
  opacity: 0.75;
}
input[name="tab_item3"] {
  display: none;
}
.tab_content {
  overflow: hidden;
  display: none;
  clear: both;
  padding: 5px 0px 0px 0px;
}

#type_a3:checked ~ #type_a3_content { display: block; }
#type_b3:checked ~ #type_b3_content { display: block; }
#type_c3:checked ~ #type_c3_content { display: block; }
#type_d3:checked ~ #type_d3_content { display: block; }
#type_e3:checked ~ #type_e3_content { display: block; }
#type_f3:checked ~ #type_f3_content { display: block; }
#type_g3:checked ~ #type_g3_content { display: block; }

.tabs3 input:checked + .tab_item3 {
  background-color: #00B4FF;
  color: #FFFFFF;
}

@media (max-width: 1023px) {

  .tabs3 {
    float: none;
    margin-right: 0%;
  }
  .tab_item3 {
    width: 50%;
    padding-left: 10px;
    border-right: 1px #CCCCCC solid;
    text-align: left;
    font-size: 14px;
  }
  .tab_item3:first-of-type {
    width: 100%;
  }
  .tab_item3:before {
    content: "\25b6";
    margin-right: 10px;
  }
  .tab_content {
    padding: 10px 0px 0px 0px;
  }
}

/*================================================
CourseListInstall
================================================*/

.CourseListInstallHead li,
.CourseListInstall li {
  float: left;
  padding: 1.5%;
  border-right: 1px #FFFFFF solid;
  font-size: 14px;
  box-sizing: border-box;
}
.CourseListInstallHead {
  clear: both;
  text-align: center;
  color: #FFFFFF;
  background-color: #007FB4;
}
.CourseListInstallButnTop a {
  color: #FFFFFF;
}
.CourseListInstallButnTop a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.CourseListInstallButnTop a:visited {
  color: #FFFFFF;
}
.CourseListInstall {
  clear: both;
  background-color: #FFFFFF;
}

.CourseListInstallPref { width: 10%; font-family: 'Noto Sans Japanese Thanks Bold', sans-serif; text-align: center; }
.CourseListInstallName { width: 30%; font-family: 'Noto Sans Japanese Thanks', sans-serif; }
.CourseListInstallRoot { width: 25%; font-family: 'Noto Sans Japanese Thanks', sans-serif; }
.CourseListInstallButn { width: 35%; font-family: 'Noto Sans Japanese Thanks', sans-serif; text-align: center; }

.CourseListInstallName .Gray {
  color: #AAAAAA;
}
.CourseListInstallName img {
  margin-right: 5px;
  vertical-align: bottom;
}
.CourseListInstallButnBlu,
.CourseListInstallButnRed {
  margin-right: 5px;
}
.CourseListInstallButnBlu a,
.CourseListInstallButnRed a,
.CourseListInstallButnYlw a {
  padding: 10px 15px;
  border-radius: 50px;
  background-color: #FF6600;
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
}
.CourseListInstallButnGry a {
  padding: 10px 15px;
  border-radius: 50px;
  background-color: #EEEEEE;
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  pointer-events: none;
}
.CourseListInstallButnBlu a:hover,
.CourseListInstallButnRed a:hover,
.CourseListInstallButnYlw a:hover {
  transition: all 0.3s ease;
  box-shadow: 5px 5px 10px -10px rgba(0, 0, 0, 0.8);
  text-decoration: none;
  color: #FFFFFF;
}
.CourseListInstallButnGry a:hover {
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1.0);
  text-decoration: none;
  color: #FFFFFF;
}
.CourseListInstallButnBlu a:visited,
.CourseListInstallButnRed a:visited,
.CourseListInstallButnYlw a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
.CourseListInstallButnGry a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

@media (max-width: 1023px) {
  
  .CourseListInstallHead li,
  .CourseListInstall li {
    float: left;
    padding: 1%;
  }
  .CourseListInstallHead {
    display: none !important;
  }
  .CourseListInstall {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px #CCCCCC solid;
  }
  .CourseListInstallPref { width: 100%; }
  .CourseListInstallName { width: 100%; text-align: center; }
  .CourseListInstallRoot { width: 100%; text-align: center; margin-bottom: 10px; }
  .CourseListInstallButn { width: 100%; text-align: center; }
}

/*================================================
PagetopFix
================================================*/

html {
  scroll-behavior: smooth;
}
.PagetopFix {
  position: fixed;
  z-index: 9999;
  width: 64px;
  height: 64px;
  right: 40px;
  bottom: 20px;
}
.PagetopFix a img {
  width: 64px;
  height: 64px;
}
.PagetopFix a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  transition: all 0.3s ease;
}
.PagetopFix a:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}

@media (max-width: 1023px) {

  .PagetopFix {
    bottom: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
  }
  .PagetopFix a img {
    width: 48px;
    height: 48px;
  }
}

/*================================================
Accordion
================================================*/

.AccordionSwitch {
  cursor: pointer;
}
.AccordionFold {
  display: none;
}

/*================================================
List Point
================================================*/

.Pochi {
  width: 90%;
  list-style-type: disc;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -0.5em;
}
.Square {
  list-style-type: square;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -0.5em;
}
.Kome {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.Kome:before {
  content: "\203B";
}
.Bikkuri {
	margin-right: 5px;
  padding: 3px 8px !important;
  border: 2px #000000 solid;
  border-radius: 30px;
  background-color: #FFCC00;
  color: #000000 !important;
}
.NewWindow {
  line-height: 2.00;
}
.NewWindow img {
  width: 18px !important;
  height: 18px !important;
  margin-right: 5px;
  vertical-align: middle;
}

/*================================================
FadeinUp
================================================*/

.FadeinUp {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1000ms;
}
.FadeinDown {
  opacity : 0;
  transform : translate(0, -100px);
  transition : all 1000ms;
}
.FadeinLeft {
  opacity : 0;
  transform : translate(-100px, 0);
  transition : all 1000ms;
}
.FadeinRight {
  opacity : 0;
  transform : translate(100px, 0);
  transition : all 1000ms;
}
.FadeinZoomBig {
  opacity : 0;
  transform: scale(0.85,0.85);
  transition : all 1000ms;
}
.FadeinZoomSmall {
  opacity : 0;
  transform: scale(1.15,1.15);
  transition : all 1000ms;
}
.FadeinUp.Scrollin,
.FadeinDown.Scrollin,
.FadeinLeft.Scrollin,
.FadeinRight.Scrollin {
  opacity : 1;
  transform: scale(1.0,1.0);
  transform : translate(0, 0);
}
.FadeinZoomBig.Scrollin,
.FadeinZoomSmall.Scrollin {
  opacity : 1;
  transform: scale(1.0,1.0);
}

/*================================================
Parallel
================================================*/

.Parallel {
  width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*================================================
clearfix
================================================*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*================================================
display on / off
================================================*/

.pc-br {
  display: block;
}
.sp-br {
  display: none;
}

@media (max-width: 1023px) {

  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}
