@charset "utf-8";

/*--------------------------------------------------------------
####### Reset #######
--------------------------------------------------------------*/

/*--------------------------------------------------------------
####### Bootstrap Override #######
--------------------------------------------------------------*/
.container{
  width: 1200px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
@media screen and (max-width:768px){
  .container{
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
/*--------------------------------------------------------------
####### Liblary Override #######
--------------------------------------------------------------*/
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ff0101;
}
/*--------------------------------------------------------------
####### Components #######
--------------------------------------------------------------*/

/*--------------------------------------------------------------
####### Base #######
--------------------------------------------------------------*/

/*--------------------------------------------------------------
####### Display #######
--------------------------------------------------------------*/

/*--------------------------------------------------------------
####### Common #######
--------------------------------------------------------------*/
.site-content{
	margin-top: 117px;
}
.home .site-content, .page-id-76 .site-content, .page-id-78 .site-content, .page-id-80 .site-content{
	margin-top: 0;
}
@media screen and (max-width: 768px){
	.site-content{
		margin-top: 67px;
	}
}

.bg-gray{
	background-color: #f5f6f8;
}

.bg-white{
	background-color: #ffffff;
}

.red{
	color: #ff0101;
}

h1{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
h1:after{
  content: attr( data-title );
  display: block;
  font-size: 14px;
  color: #ff0101;
  padding-top: 8px;
}
@media screen and (max-width: 768px){
	h1{
		font-size: 20px;
	}
	h1:after{
		font-size: 10px;
	}
}


.entry-content h2{
	background-color: #fa6868;
	padding: 10px 20px;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px){
	.entry-content h2{
		font-size: 14px;
	}
}

h3{
　font-size: 16px;
	padding: 1rem 2rem;
  border-left: 4px solid #fa6868;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	h3{
		font-size: 12px;
	}
}

h4{
	font-size: 18px;
	font-weight: bold;
	color: #ff0101;
	line-height: 1.5;
}
@media screen and (max-width: 768px){
	h4{
		font-size: 12px;
	}
}

a.btn-m {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 50px;
  position: relative;
  background: #fa6868;
  border: 1px solid #fa6868;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-left: auto;
}
a.btn-m:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn-m:hover {
  background: #fff;
  color: #fa6868;
}
a.btn-m:hover:before {
  border-top: 2px solid #fa6868;
  border-right: 2px solid #fa6868;
}
.btn-red {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 50px;
  position: relative;
  background: #ff0101;
  border: 1px solid #ff0101;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-right: auto;
  margin-left: auto;
}
.btn-red:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.btn-red:hover {
  background: #fff;
  color: #ff0101;
}
.btn-red:hover:before {
  border-top: 2px solid #ff0101;
  border-right: 2px solid #ff0101;
}

li{
	list-style: none;
}

.b-80{
	margin-bottom: 80px;
}
@media screen and (max-width: 768px){
.b-80{
	margin-bottom: 40px;
}
}

.wrap{
	width: 770px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.wrap{
		width: 100%;
	}
}

p{
	line-height: 1.8;
}
@media screen and (max-width: 768px){
	p{
		font-size: 12px;
	}
}

/*--------------------------------------------------------------
####### Layout #######
--------------------------------------------------------------*/
section, .section{
	padding: 80px 0;
}
@media screen and (max-width: 768px){
	section, .section{
		padding: 40px 0;
	}
}

/*---------------------------
##### Colomn #####
----------------------------*/

/*---------------------------
##### Header #####
----------------------------*/
.site-header{
	background-color: #ffffff;
	box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 20%);
	width: 100%;
	top: 0;
	margin-bottom: 30px;
}

.header-higher{
	height: 80px;
}
.header-higher>p{
	align-items: center;
	margin-left: 14px;
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 500;
}
@media screen and (max-width: 768px){
	.header-higher>p{
		font-size: 12px;
	}
}


.custom-logo-link{
	max-width: 186px;
}
@media screen and (max-width: 768px){
	.custom-logo{
		width: 120px;
		margin-left: 10px;
		margin-top: 8px;
	}
}

.header-navigation{
	float: right;
	margin-top: 30px; 
}

.header-navigation>ul>li{
	list-style: none;
	display: inline-block; 
	margin-left: 30px;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0 3px 20px 3px;
}

.header-navigation>ul>li.current-menu-item{
	border-bottom: 2px solid #f19ec2;
}

.header-navigation#scrolled-header-navigation>ul>li.current-menu-item{
	border-bottom: 2px solid #fff;
}

#scrolled-header{
	background: rgba(255, 207, 228, .8);
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 30;
	-webkit-transform: translateY(-112px);
	   -moz-transform: translateY(-112px);
	    -ms-transform: translateY(-112px);
	     -o-transform: translateY(-112px);
	        transform: translateY(-112px);
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
#scrolled-header.scrolled{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}

#scrolled-menu-trigger{
	position: fixed;
  right: 20px;
  top: 30px;
	-webkit-transform: translateY(-112px);
	   -moz-transform: translateY(-112px);
	    -ms-transform: translateY(-112px);
	     -o-transform: translateY(-112px);
	        transform: translateY(-112px);
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
#scrolled-menu-trigger.scrolled{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}

@media screen and (max-width: 768px){
	#scrolled-logo{
		width: 50px;
		margin-left: 10px;
	}
}

.menu-trigger {
  position: absolute;
}

.menu-trigger span{
  background-color: #ff0101;
}

.menu-trigger.active span{
  background-color: #ff0101;
}


/*---------------------------
##### Footer #####
----------------------------*/

.sns-area{
	border-top: 1px solid;
  text-align: center;
  padding-top: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 768px){
	.sns-area{
		margin-top: 20px;
		padding-top: 20px;
	}
}

.sns-area img{
	margin-right: 12px;
}
@media screen and (max-width: 768px){
	.sns-area img{
		width: 50px;
	}
}

.sns-list{
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.sns-list li{
	float: left;
	margin-right: 30px;
}
@media screen and (max-width: 768px){
	.sns-list li{
		margin-bottom: 16px;
	}
}

.ameba{
	color: #1f913a;
	font-size: 16px;
	font-weight: bold;
}
.ameba:hover{
	color: #1f913a;
}

.insta{
	color: #e51f86;
	font-size: 16px;
	font-weight: bold;
}
.insta:hover{
	color: #e51f86;
}

.face{
	color: #1877f2;
	font-size: 16px;
	font-weight: bold;
}
.face:hover{
	color: #1877f2;
}

.twitter{
	color: #1da1f2;
	font-size: 16px;
	font-weight: bold;
}
.twitter:hover{
	color: #1da1f2;
}
.footer-btn{
	margin-right: auto;
}

.footer-area{
	display: flex;
}

.site-info{
	border-top: 1px solid #333;
}
.site-info>p{
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}
/*---------------------------
##### Sidebar #####
----------------------------*/

/*---------------------------
##### Main #####
----------------------------*/
.point-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px){
	.point-list{
		display: block;
	}
}

.point-list>li h4 {
		color: #333333;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
@media screen and (max-width: 768px){
	.point-list>li h4{
		font-size: 16px;
		width: 100%;
    padding: 0 40px 0 0;
	}
}

.point-tit{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px){
	.point-tit{
		margin-bottom: 20px;
	}
}

.point-list>li .num {
    top: 36px;
    left: 30px;
    margin-right: 20px;
    font-size: 72px;
    line-height: 1;
    color: #ff0101;
    font-family: Roboto Condensed;
}
@media screen and (max-width: 768px){
	.point-list>li .num{
		font-size: 42px;
    top: 15px;
    left: 19px;
	}
}

.point-list>li {
    width: 380px;
    padding: 40px 30px;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
    list-style: none;
}
@media screen and (max-width: 768px){
	.point-list>li{
		width: 100%;
		margin-bottom: 20px;
		font-size: 14px;
		padding: 20px 20px;
	}
}

.course-list{
	width: 770px;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 768px){
	.course-list{
		width: 100%;
		display: block;
	}
}

.course-item{
	width: 375px;
	margin-bottom: 20px;
	transition:all 0.5s ease;
}
@media screen and (max-width: 768px){
	.course-item{
		width: 100%;
		max-width: 375px;
	}
}

:hover.course-item{
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.courseList_item_txt_label{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
}
@media screen and (max-width: 768px){
	.courseList_item_txt_label{
		font-size: 16px;
		margin-bottom: 10px;
	}
}

.courseList_item_txt_outline{
	display: block;
	font-size: 12px;
	padding-right: 30px;
	margin-top: 10px;
	margin-bottom: 0;
}

.courseList_item_txt{
	background-color: #fa6868;
	max-width: 375px;
	display: block;
	padding: 20px;
	color: #fff; 
	position: relative;
}

.courseList_item_txt:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

.point-list>li h4.voice-tit{
	color: #ff0101;
	text-align: left;
	font-size: 18px;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	.point-list>li h4.voice-tit{
		font-size: 16px;
		margin-bottom: 10px;
	}
}

.voice-name{
	font-size: 12px;
}
@media screen and (max-width: 768px){
	.voice-name{
		margin-bottom: 10px;
	}
}

.feed-list>li{
	display: flex;
	border-bottom: 1px solid #949393;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	.feed-list>li{
		display: block;
		line-height: 2;
	}
}

.post-categories{
	padding: 4px;
	width: 300px;
	text-align: center;
	margin-right: 40px;
  font-weight: bold;
  color: #6091d3;
  background: #FFF;
  border: solid 2px #6091d3;
  border-radius: 3px;
  font-size: 12px;
}
@media screen and (max-width: 768px){
	.post-categories{
		width: inherit;
		margin-right: 8px;
		font-size: 10px;
	}
}

.post-categories.news{
	color: #ff0101;
	border: solid 2px #ff0101;
}
.post-categories.campaign{
	color: #fa6868;
	border: solid 2px #fa6868;
}

.top-date{
	margin-right: 50px;
}

.top-new{
	padding: 0.3em 1em;
	background-color: #ff0101;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
}
@media screen and (max-width: 768px){
	.top-new{
		font-size: 10px;
		margin-right: 4px;
	}
}

.wrap{
	margin-bottom: 40px;
}

.school-mane{
	color: #ff0101;
	font-weight: bold;
	font-size: 18px;
}
@media screen and (max-width: 768px){
	.school-mane{
		font-size: 16px;
	}
}

.wrap>li{
	margin-top: 20px;
}
@media screen and (max-width: 768px){
	.wrap>li{
		font-size: 14px;
	}
}

.wrap>li>span{
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 15px;
}


.banner-area{
	text-align: center;
}
.banner-list li:first-child{
	margin-bottom: 40px;
}

.reason-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -40px;
}

.reason-list>li{
	width: 580px;
	padding: 32px 24px 32px 110px;
	font-size: 22px;
	font-weight: bold;
	background-color: white;
	position: relative;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px){
.reason-list>li{
		font-size: 14px;
		padding: 24px 24px 24px 40px;
		margin-bottom: 20px;
	}
}
.reason-list>li>span{
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	line-height: 1;
	padding: 16px 16px;
	font-size: 36px;
	font-family: Roboto Condensed;
	z-index: 0;
}
@media screen and (max-width: 768px){
	.reason-list>li>span{
		font-size: 20px;
		padding: 6px 8px;
	}
}

.reason-list>li>span:before{
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #ff0101 transparent transparent transparent;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
@media screen and (max-width: 768px){
	.reason-list>li>span:before{
		border-width: 48px 48px 0 0;
	}
}

/*---------------------------
##### Form #####
----------------------------*/

/*---------------------------
##### Table #####
----------------------------*/

/*---------------------------
##### iframe #####
----------------------------*/
