@charset "UTF-8";

/**=============================================================================
 * 全体構造
 */
body {
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  color: #202124;
}

html[lang=ja] body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}

#container {
  overflow: hidden;
}


#container > footer {
  width: 100%;
  padding: 24px 0;
  margin-top: 60px;
  background-color: #666666;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}

.red{ color:#c12d38;}

.inner {
  max-width: 960px;
  margin: 0 auto;
}
.inner::before,
.inner::after {
  content: "";
  display: table;
}
.inner::after {
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


@media (min-width: 1201px) {
  .visible-sp {display: none;}
}
@media (max-width: 1200px) {
  .inner {max-width: 960px;}
  .visible-sp {display: none;}
}

@media (max-width: 980px) {
	.inner {max-width: 100%; margin: 0 10px;}
	.visible-pc {display: none;}
	.visible-sp { display: block;}
}

@media (max-width: 768px) {
	.inner {max-width: 100%;}
	.visible-pc {display: none;}
	.visible-sp { display: block;}
}



/**=============================================================================
 * ヘッダー
 */

#container > header {
	box-sizing: content-box;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 16px 0 0 0;
  background-color: #ffffff;
	height: 85px;
}
#container > header .inbox {
  width: 96%;
	margin-right: auto;
	margin-left: auto;
}
#container > header::before,
#container > header::after {
  content: "";
  display: table;
}
#container > header::after {
  clear: both;
}
@media (max-width: 980px) {
  #container > header {
    position: relative;
	  padding: 0 ;
	height: 50px;
  }
}



#menu-link {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  height: 16px;
  padding: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  color: #333333;
  text-indent: 8px;
  background: url(../img/menu-icon.png) 0 50% no-repeat;
}
@media (max-width: 980px) {
  #menu-link {
    display: inline-block;
    top: 16px;
  }
}

@media (max-width: 768px) {
  #menu-link {
    width: 16px;
    top: 0;
    bottom: auto;
    background-position: 50% 50%;
    text-indent: 32px;
  }
}
@media (min-width: 981px) {
	.logo-space{
		min-height: 60px;
	}
}

ul.head-logo {
	position: relative;
}
ul.head-logo li{
	list-style: none;
	vertical-align: middle;
}
ul.head-logo img {
  vertical-align: top;
}
ul.head-logo .gacco img{
	width: 90px;
	padding-right: 25px;
	position: absolute;
	border-right: 1px solid #606368;
	top: 15px;
}
ul.head-logo .google img{
	width: 250px;
	position: absolute;
	left: 120px;
}
@media (max-width: 980px) {
	ul.head-logo .gacco img{
		width: 60px;
		left: 0;
		top: 15px;
	}
	ul.head-logo .google img{
		width: 180px;
		left: 100px;
	}
}
@media (max-width: 480px) {
	ul.head-logo{
	}
	ul.head-logo .gacco img{
		padding-right: 15px;
		width: 50px;
		left: 5px;
		top: 16px;
	}
	ul.head-logo .google img{
		width: 140px;
		left: 70px;
		top: 5px;
	}
}

.navi-links {
	margin: 0 auto;
  list-style: none;
  font-size: 14px;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

@media (max-width: 980px) {
  .navi-links {
    display: none;
    width: 100%;
    margin-bottom: -16px;
    background-color: #ffffff;
    text-align: center;
  }
}

.navi-links.show {
  display: block;
	padding-top: 50px;
}
.navi-links li {
  display: inline-block;
}
@media (max-width: 980px) {
  .navi-links li {
    display: block;
    margin-left: 0;
    border-top: solid 1px #ccc;
  }
}
@media (max-width: 980px) {
  .navi-links a {
    display: block;
    padding: 15px;
    color: #545454 !important;
	  font-size: 14px;
	  line-height: 24px;
  }
}


#gnavi {
	width: 100%;
	padding: 21px 0 0 0;
}
@media (max-width: 980px) {
	#gnavi {
		background-image: none;
		padding: 0;
		border-bottom: 0;
	}
}
#gnavi ul.navi-links li{
	color:#5f6368;
	font-size: 18px;
}
#gnavi ul.navi-links a{
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color:#5f6368;
	padding: 5px 1em 5px 1em;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#gnavi ul.navi-links a:hover{
	color:#000;
}

/**=============================================================================
 * パーツ
 */
em {
  font-weight: bolder;
}

strong {
  font-weight: bolder;
  font-size: 150%;
}

small {
  font-size: 75%;
}

p {
  text-align: left;
  margin-bottom: 1em;
  word-break: break-all;
}

b {
  display: block;
  font-weight: bold;
  color: #8E1728;
  border-left: 4px solid #8E1728;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 5px;
}

a {
    color:#8E1728;
}

a:hover {
    color:#e15e71;
}

aside p {
  margin: 2em auto;
  color: #333333;
  line-height: 1.5;
}

.center {
  text-align: center;
}

p{
	line-height: 1.8rem;
}
img{ max-width:100%;}

a:hover img.hover{
  opacity: 0.8;
}

/* ==============
共通
 ============== */
section > h2 {
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 1px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 500;
}
@media (max-width: 767px) {
	section > h2 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 20px;
	}
}



/* ==============
メインビジュアル
 ============== */
.course-read {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 0;
  text-align: center;
	background-image: url(../img/mv.jpg);
	background-repeat: no-repeat;
	background-position: center 35%;
	background-size: 100% auto;
}
.course-read:before {
    content:"";
    display: block;
    padding-top: 47%; /* 高さを幅の47%に固定 */
}
.course-read .mv{
	width: 80%;
	margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.course-read .mv .mv_txt{
	margin-left: auto;
	margin-right: auto;
}
.course-read .mv .mv_txt img{
	width: 90%;
	max-width: 630px;
}
.course-read .mv .mv_txt h2{
	color: #fff;
	font-size: 34px;
	line-height: 54px;	
}
@media (max-width: 767px) {
	.course-read {
		background-position: center center;
		background-size: auto 110%;
	display: flex;
	justify-content: center;
	align-items: center;		
	}
	.course-read:before {
		content:"";
		display: block;
		padding-top: 60%; /* 高さを幅のXX%に固定 */
	}
	.course-read .mv{
	}
	.course-read .mv .mv_txt{
	}
	.course-read .mv .mv_txt h2{
		font-size: 1.2rem;
		line-height: 1.8rem;	
	}
}



/* ==============
特徴
 ============== */
#course-tokucho{
	padding: 100px 0;
	border-bottom: 1px solid #e0e0e0;
}
#course-tokucho h3{
	font-size: 36px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: normal;
	letter-spacing: 1px;
}
#course-tokucho p{
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}
@media (max-width: 767px) {
	#course-tokucho{
		padding: 60px 0;
	}
	#course-tokucho .inner{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	#course-tokucho h3{
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	#course-tokucho p{
		font-size: 16px;
		line-height: 26px;
	}
}



/* ==============
概要
 ============== */
#course-outline{
	padding: 100px 0;
}
#course-outline dl{
	border-bottom: 1px solid #e0e0e0;
	padding: 30px 0;
}
#course-outline dl:after{
  content: "";
  display: block;
  clear: both;
}
#course-outline dl:first-child{
	border-top: 1px solid #e0e0e0;
}
#course-outline dt.movie-block{
	width: 376px;
	float: left;
}
#course-outline dd{
	float: right;
    width: calc(100% - 420px);
}
#course-outline dd h3{
	font-weight: 500;
	font-size: 28px;
	line-height: 1.6;
	padding: 10px 0;
}
@media (max-width: 767px) {
	#course-outline{
		padding: 60px 0;
	}
	#course-outline .inner{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	#course-outline dt.movie-block{
		width: 100%;
		float: none;
	}
	#course-outline dd{
		width: 100%;
		float: none;
	}
	#course-outline dd h3{
		font-size: 22px;
		line-height: 1.6;
		padding: 20px 0 10px 0;
	}
}


.movie-inbox {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-inbox iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.explain{
	padding-top: 65px;
}
.explain h4{
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 32px;
}
@media (max-width: 767px) {
	.explain{
		padding-top: 50px;
	}
}


#course-outline .btn{
	position: relative;
	margin-top: 30px;
}
#course-outline .btn a {
	box-sizing: border-box;
	text-decoration:none;
	display:block;
	text-align:center;
	padding: 1em 2em 1em 1em ;
	color:#fff;
	background-color: #1a73e8;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#course-outline .btn a.arw{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
#course-outline .btn a.arw:before{
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}
#course-outline .btn a.arw:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -1px;
}
#course-outline .btn a.arw:hover {
	background-color: #254fa0;
}
@media (max-width: 480px) {
	#course-outline .btn a {
		width: 100%;
	}
}




/* ==============
流れ
 ============== */
#course-flow{
	background-color: #f7f8f9;
	padding: 100px 0;
	text-align: center;
}
@media (max-width: 767px) {
	#course-flow{
		padding: 60px 0;
	}
}

#course-flow .inner{
	box-sizing: border-box;
	background-color: #fff;
	padding: 30px 0 20px 0;
}
#course-flow dl{
	margin: 0 30px 0 10px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
#course-flow dl:last-child{
	margin-right: 0;
}
#course-flow dl dt{
	position: relative;
	padding-bottom: 10px;
}
#course-flow dl dt img{
    width: auto;
    height: 230px;
}

#course-flow dl:nth-child(1) dt:after{
	content: url("../img/flow_arw.svg") ;
	width: 20px;
	position: absolute;
	right: -15px;
	top: 40%;
	z-index: 1;
}
#course-flow dl:nth-child(2) dt:after{
	content: url("../img/flow_arw.svg") ;
	width: 20px;
	position: absolute;
	right: -25px;
	top: 40%;
	z-index: 1;
}
@media (min-width: 769px) and (max-width: 980px) {
	#course-flow dl{
		margin: 0 20px 0 10px;
	}
	#course-flow dl dt img{
		height: 150px;
	}
	#course-flow dl:nth-child(1) dt:after{
		width: 10px;
		right: 0;
	}
	#course-flow dl:nth-child(2) dt:after{
		width: 10px;
		right: 0;
	}

}

#course-flow dl dd p{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
}
.notice{
	text-align: left;
	padding: 30px 10px 20px 40px;
}
.notice h4{
	font-size: 1.4rem;
	line-height: 1.7rem;
	margin-bottom: 10px;
}
.notice h4 .kome{
	font-size: 0.7rem;
	line-height: 1.3rem;
}
.notice p{
	font-size: 18px;
	line-height: 34px;
	color: #5f6368;
}

@media (max-width: 768px) {	
	#course-flow p{
		text-align: left;
	}
	#course-flow dl dt{
		width: 100%;
	}
	#course-flow dl dt img{
		width: 80%;
		height: auto
	}
	#course-flow dl:nth-child(1) dt:after,
	#course-flow dl:nth-child(2) dt:after{
		content: "" ;
	}
	#course-flow dl{
		position: relative;
		margin: 0 ;
		padding-bottom: 50px;
		text-align: center;
	}
	#course-flow dl:nth-child(1):after,
	#course-flow dl:nth-child(2):after{
		content: url("../img/flow_arw.svg") ;
		display: block;
		width: 15px;
		position: absolute;
		left: 50%; /* Horizontally centered. */
		bottom: 10px;		
		z-index: 1;
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#course-flow dl dd p{
		padding: 0 0 10px 0;
		margin: 0;
	}
	.notice{
		text-align: left;
		padding: 0 5% 0 5%;
	}
}


/* ==============
ボタン
 ============== */
#member-entrty {
	width: 100%;
	background-repeat: repeat;
	padding: 80px 0 100px 0;
}
#member-entrty ul.btn{
	text-align: center;
	position: relative;
	width: 80%;
	max-width: 470px;
	margin: 0 auto 0 auto;
}
#member-entrty ul.btn li {
	list-style: none;
}
#member-entrty ul.btn li a {
	box-sizing: border-box;
    width:100%;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:18px 1.5em 18px 0;
    color:#000;
	border-radius: 50px;
	background-color: #fcd80f;
}
#member-entrty ul.btn li a:hover {
	background-color: #fcc10f;
}
 
#member-entrty ul.btn li a.arw{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
#member-entrty ul.btn li a.arw:before{
    content: '';
    width: 25px;
    height: 25px;
    background: #cc001e;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    right: 20px;
    margin-top: -8px;
}
#member-entrty ul.btn li a.arw:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 46%;
    right: 30px;
    margin-top: -1px;
}
@media (max-width: 768px) {	
	#member-entrty ul.btn{
		width: 90%;
	}
	#member-entrty {
		padding: 40px 0 60px 0;
	}
	#member-entrty ul.btn li a {
		font-size:1.2em;
		padding:22px 1.5em 22px 0;
	}
}




/* ==============
gaccoについて
 ============== */
section#aboutgacco {
	padding: 0;
}
#aboutgacco h3{
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 1.5em;
	line-height: 1.6em;
	text-align: center;
}
aside p {
  margin: 2em auto;
  line-height: 1.5;
}


/* ==============
SNS
 ============== */
section#sns {
	padding: 65px 0 0 0;
}
section#sns ul{
	text-align: center;
}
section#sns ul li{
	width: 45px;
	display: inline-block;
	margin-right: 20px;
}



