@charset "utf-8";
/* ==========================================================================
   Global
========================================================================== */

html {
  font-size: 100%;
}
body {
  color: #383e45;
  font-size: 0.9rem;
}
a {
  color: #fffdfd;
  text-decoration: none;
  transition: 0.3s;
}
a:hover { 
  color: #F94988;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
header {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background-color: #1E2C5B;
}
header .inner {
  position: relative;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 100%;
}
/* .logo */
header .logo {
  position: relative;
  width: 150px;
  margin: 0;
  padding: 0;
}
header .logo a {
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  color: white;
}
header .logo a:hover {
  color: #F94988;
}
/*header-navi*/
header .navi {
  margin: 0 0 0 auto;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  list-style: none;
}
header .navi li {
  margin: 5px 0 5px 40px;
}
header .navi li a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}
.button {
  background: #F94988;
  color: #FFF;
  padding: 5px 20px;
  border-radius: 4px;
}
.button:hover {
  background-color: #fff;
  color: #F94988;
}
/* PC時のスタイル */
header ul.sp-menu {
  padding-top: 72px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background: rgba(255,255,255,0.95);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s linear;
}
header ul.sp-menu.is-active {
  pointer-events: auto;
  opacity: 1;
}
/* PC時のスタイルここまで */
/*-------------------------------------------
Mainvisual
-------------------------------------------*/
.mainvisual1 {
  width: 100%;
  height: calc(100vh - 70px);
  background-image: url(../images/TOP.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
}
.sp { 
  display: none; 
}
.first-view-textsp {
  display: none;
}
.first-view-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-top:100px ;
  padding-bottom: 60px;
  font-weight: bold;
}
/*なりたいを加速する*/
.fvt1 {
  color:#1E2C5B;
  font-size: 2rem;
}
/*働きながら学べるWEBデザインスクール*/
.fvt2 {
  color:#1E2C5B;
  font-size: 2rem;
}
/*TOPスクール*/
.fvt3 {
  color:#F94988;
  font-size: 4rem;
}
.mainvisual2 ul {
  display: flex;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 90%;
}
.mainvisual2 li {
  width: 80%;
}
/*「やってみたい」をあきらめていませんか*/
.top2-p {
  font-size: 3.5rem;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 100px;
  color: #1E2C5B;
  text-decoration:underline 8px solid #F94988;
}
.mainvisual3 ul {
  display: flex;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 90%;
}
.mainvisual3 li {
  width: 80%;
}
/*その「やってみたい」をTOPスクールが解決します*/
.top3-p {
  font-size: 3rem;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 60px;
  color: #1E2C5B;
  text-decoration:underline 8px solid #F94988;
}
/*TOPスクールが選ばれる理由*/
.top3-p2 {
  text-align: center;
  font-size: 2.5rem;
  margin-left: 25px;
  margin-bottom: 80px;
  color: #F94988;
}
/*-------------------------------------------
About
-------------------------------------------*/
#about .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*TOPスクールで目指せる職種*/
.about-title {
  text-align: center;
  font-size: 2.5rem;
  padding-top: 100px;
  margin-left: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #F94988;
}
.about-p {
  text-align: center;
  font-size: 1.8rem;
  color: #1E2C5B;
  margin-bottom: 100px;
}
.button-001 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin:0 auto;
  margin-top: 50px;
  margin-bottom: 15px;
  padding: .9em 2em;
  border: none;
  border-radius: 25px;
  background-color: #F94988;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}
.button-001:hover {
  background-color: #fff;
  color: #F94988;
}
/*-------------------------------------------
sotsugyousei
-------------------------------------------*/
#sotsugyousei {
  background-color: #EDF9FD;
  padding-top: 25px;
  margin-top: 25px;
  padding-bottom: 60px;
}
#sotsugyousei ul {
  display: flex;
  justify-content: space-around;
  margin-left: 10%;
  margin-right: 10%;
}
#sotsugyousei li {
  width: 30%;
}
.sotsugyouseinokoe {
  text-align: center;
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  color: #F94988;
}
.ss-title {
  font-size: 1rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
/*-------------------------------------------
banner
-------------------------------------------*/
#banner {
  background-color:#FDE9F0;
  padding: 20px;
}
.feature {
  display:flex;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.feature img {
  width: 35%;
  height: 35%;
  margin-top: 25px;
}
.feature-text {
  max-width: 500px;
  margin-top: 30px;
  margin-left: 5px;
}
.p1 {
  color: #1E2C5B;
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.p2 {
  color: #F94988;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.p4 {
  color: #F94988;
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.nobtn-p1 {
  color: #1E2C5B;
  font-size: 25px;
  padding-bottom: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.nobtn-p2 {
  color: #F94988;
  font-size: 30px;
  padding-bottom: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.nobtn-p4 {
  color: #F94988;
  font-size: 25px;
  padding-top: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*-------------------------------------------
end
-------------------------------------------*/
#end ul {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 80px;
}
.title-end {
  text-align: left;
  font-size: 1.5rem;
  margin-top: 70px;
  margin-left: 180px;
  padding-top: 50px;
  margin-bottom: 15px;
  color:#1E2C5B;
}
.umeda {
  font-size: 1rem;
}
.namba {
  font-size: 1rem;
}
/*-------------------------------------------
footer
-------------------------------------------*/
.footer {
  padding: 2rem;
  font-size: 15px;
  color: white;
  background-color: #1E2C5B;
  border-top: 1px solid #e5e7eb;
}
.footer a:hover {
  color: #F94988;
}
/*-------------------------------------------
first
-------------------------------------------*/
.title {
  margin-top: 200px;
  font-size: 2rem;
  color: #1E2C5B;
  width: 1000px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.feature1 {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.feature1 img {
  width: 40%;
  height: 40%;
  position: relative;
  top: 40px;
  }
  .title1 {
  font-size: 1.5rem;
  color: #F94988;
  margin-bottom: 20px;
  }
/*2*/
.feature2 {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  max-width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.feature2 img {
  width: 40%;
  height: 40%;
}
.title2 {
  font-size: 1.5rem;
  color: #F94988;
  margin-bottom: 20px;
}
.title3 {
  font-size: 1.0rem;
  color: #1E2C5B;
  margin-top: 50px;
  margin-bottom: 25px;
}
/*3*/
.feature3 {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  max-width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.feature3 img {
  width: 40%;
  height: 40%;
}
.title4 {
  font-size: 1.0rem;
  color: #1E2C5B;
  margin-bottom: 25px;
}
/*4*/
.feature4 {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  max-width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.feature4 img {
  width: 40%;
  height: 40%;
}
.title5 {
  font-size: 1.0rem;
  color: #1E2C5B;
  margin-bottom: 25px;
}
/*5*/
.feature5 {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  max-width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.feature5 img {
  width: 40%;
  height: 40%;
}
.title6 {
  font-size: 1.0rem;
  color: #1E2C5B;
  margin-bottom: 25px;
}
/*about*/
.about-feature1 {
  display: flex;
  justify-content:space-between;
  width: 1000px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  }
.about-title2 {
  font-size: 1.5rem;
  color: #F94988;
  margin-left: auto;
  margin-right: auto;
}
.about-feature1 img {
  width: 40%;
  height: 40%;
}
.feature2 {
display: flex;
justify-content: space-between;
}
.about-feature2 {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 800px;
  max-width: 70%;
  margin-top: 100px;;
}
.box1 {
  padding: 1.5em 1.5em;
  margin: 1.5em 0;
  font-weight: bold;
  border: solid 1px #a7a6a6;
}
.box1 p {
  margin: 0; 
  padding: 0;
}
.box2 {
  padding: 1.5em 1.5em;
  margin: 1.5em 0;
  font-weight: bold;
  border: solid 1px #a7a6a6;
}
.box2 p {
  margin: 0; 
  padding: 0;
}
.box3 {
  padding: 1.5em 1.5em;
  margin: 1.5em 0;
  font-weight: bold;
  border: solid 1px #a7a6a6;
}
.box3 p {
  margin: 0; 
  padding: 0;
}
.box1-title {
  color: #1E2C5B;
  padding-bottom: 20px;
}
.box2-title {
  color: #1E2C5B;
  padding-bottom: 20px;
}
.box3-title {
  color: #1E2C5B;
  padding-bottom: 20px;
}
#banner2 {
  background-color: #EDF9FD;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.banner-feature2 {
  padding-top:25px;
  margin-top: 200px;
  font-size: 1rem;
  width: 1000px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.b2-t1 {
  color: #F94988;
  margin-top: 20px;
}
.b2-t2 {
color: #F94988;
text-align: center;
margin-top: 30px;
}
.b2-p {
  padding-top: 30px;
}
.button-002 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin:0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: .9em 2em;
  border: none;
  border-radius: 25px;
  background-color: #F94988;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}
.button-002:hover {
  background-color: #fff;
  color: #F94988;
}
/*plan*/
.plan-feature1 {
  display: flex;
  justify-content:space-between;
  width: 1000px;
  max-width: 100%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  }
.plan-box-items {
  display: flex;
  justify-content:space-between;
  width: 1000px;
  max-width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.plan-box1 {
  padding: 1.5em 1.5em;
  margin: 1.5em 0;
  font-weight: bold;
  border: solid 1px #a7a6a6;
}
.plan-box1 p {
  margin: 0; 
  padding: 0;
}
.plan-box2 {
  padding: 1.5em 1.5em;
  margin: 1.5em 0;
  font-weight: bold;
  border: solid 1px #a7a6a6;
}
.plan-box2 p {
  margin: 0; 
   padding: 0;
}
.plan-feature2 {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  max-width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.plan-title1 {
  color: #F94988;
}
.plan-title2 {
  color: #F94988;
  padding-bottom: 20px;
}
.plan-title3 {
  color: #F94988;
  padding-bottom: 20px;
}
.plan-price1 {
 margin-top: 20px;
 margin-bottom: 20px;
}
.plan-price2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
/*about*/
.soudan-text1 {
  display: flex;
  justify-content:space-between;
  width: 800px;
  max-width: 70%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  }
.about-title2 {
  font-size: 1.5rem;
  color: #F94988;
  margin-bottom: 20px;
}
.about-feature1 img {
  width: 40%;
  height: 40%;
}
.feature2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.soudan-p2 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.soudan-title1 {
  font-size: 1.5rem;
  color: #F94988;
}
.form1 {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  }
.form1 img {
  width: 40%;
  height: 40%;
  position: relative;
  top: 40px;
  }
.contact {
  width: 1000px;
  max-width: 95%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  }
.soudan-title2 {
  font-size: 1.5rem;
  color: #F94988;
  }
.form2 {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  }
.form2 img {
  width: 40%;
  position: absolute;
  top: 30px;
  right: 0;
  } 
.input-text {
  outline:solid 1px #383e45;
 }
.form-area {
  display: flex;
  flex-wrap: wrap;
}
.form-area dt {
  width: 200px;
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}
.form-area dd {
  width: calc(100% - 200px);
  padding: 15px 0;
}
.form-area dt .required::after {
  content: '必須';
  font-size: 11px;
  color: #eb4f32;
  margin-left: 10px;
}
.input-text {
  width: 100%;
  max-width: 280px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.select {
	overflow: hidden;
	width: 100%;
	margin: 2em auto;
	text-align: center;
}
.select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select.select1 {
	position: relative;
	border: 1px solid #383e45;
	border-radius: 2px;
	background: #ffffff;
}
.select.select1::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #383e45;
	pointer-events: none;
}
.select.select1:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #383e45;
}
.select.select1 select {
	padding: 8px 38px 8px 8px;
	color: #383e45;
}
.radio-button {
  display: block;
  margin-top: 20px;
}
.radio-button input {
  margin-right: 8px;
}
.submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  line-height: 35px;
  max-width: 100%;
  margin:0 auto;
  margin-top: 100px;
  margin-bottom: 15px;
  padding: .9em 2em;
  border: none;
  border-radius: 25px;
  background-color: #F94988;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
  border: none;
}
.submit-button:hover {
  background-color: #fff;
  color: #F94988;
}

@media (min-width: 768px) {
  .footer {
    display: flex;
    justify-content: space-between;
  }
.md-flex {
  display: flex;
}

.md-flex li + li {
  margin-left: 16px;
}
}

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

/*-------------------------------------------
  header
-------------------------------------------*/
header .navi {
  display: none;
}
/* メディアクエリのスタイルに書く内容 */
header ul.pc-menu {
  display: none;
}
.ham-menu {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 36px;
  z-index: 10;
  width: 40px;
  height: 24px;
}
.ham-line {
  position: absolute;
  transition: 0.3s;
  width: 100%;
  height: 2px;
  background-color: #999;
}
.line-top {
  top: 0;
}
.line-middle {
  top: calc(50% - 1px);
}
.line-bottom {
  bottom: 0;
}
.ham-menu-active > .line-top {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.ham-menu-active > .line-middle {
  width: 0;
  height: 0;
}
.ham-menu-active > .line-bottom {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
.sp-menu a {
  color: #1E2C5B;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}
/* メディアクエリのスタイルここまで */
/*-------------------------------------------
Mainvisual
-------------------------------------------*/
.mainvisual1 { 
  display: none;
  width: 100%;
}
.sp { 
  display: block;
  margin-top: 100px;
}
.first-view-textsp {
  display: block;
  text-align: center;
  margin-top: 80px;
}
.first-view-text {
  display:none;
}
/*なりたいを加速する*/
.fvt1 {
  color:#1E2C5B;
  font-size: 1.8rem;
  padding-bottom: 20px;
}
/*働きながら学べるWEBデザインスクール*/
.fvt2 {
  color:#1E2C5B;
  font-size: 1.6rem;
  padding-bottom: 20px;
}
/*TOPスクール*/
.fvt3 {
  color:#F94988;
  font-size: 3rem;
}
.mainvisual2 ul {
  flex-direction: column;
  padding-left: 15%;
  padding-right: 15%;
}
.mainvisual2 li {
  width: 100%;
  margin-bottom: 10px;
}
/*「やってみたい」をあきらめていませんか*/
.top2-p {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 15px;
  margin-left: 8%;
  margin-right: 8%;
  color: #1E2C5B;
  text-decoration:underline 8px solid #F94988;
}
/*その「やってみたい」をTOPスクールが解決します*/
.top3-p {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 8%;
  margin-right: 8%;
  color: #1E2C5B;
  text-decoration:underline 8px solid #F94988;
}
/*TOPスクールが選ばれる理由*/
.top3-p2 {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 8%;
  margin-right: 8%;
}
.mainvisual3 ul {
  flex-direction: column;
  padding-left: 15%;
  padding-right: 15%;
}
.mainvisual3 li {
  width: 100%;
  margin-bottom: 10px;
}
/*-------------------------------------------
About
-------------------------------------------*/
.about-text1 {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
}
#about .content {
  flex-direction: column;
  padding-left: 15%;
  padding-right: 15%;
}
.about-title {
  font-size: 1.4rem;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.about-p {
  font-size: 1rem;
  font-weight: bold;
  margin-left: 10%;
  margin-right: 10%;
}

/*-------------------------------------------
sotsugyousei
-------------------------------------------*/
#sotsugyousei ul {
  flex-direction: column;
  align-content: center;
  padding-left: 8%;
  padding-right: 8%;
}
#sotsugyousei li {
  width: 100%;
}
.ss-img {
  text-align: center;
  margin-left: 20%;
  margin-right: 20%;
}
.ss-p {
  margin-bottom: 40px;
}
/*-------------------------------------------
バナー
-------------------------------------------*/
.feature {
  display: block;
}
.p1 {
  font-size: 0.9rem;
  text-align: center;
}
.p2 {
  font-size: 1.5rem;
  text-align: center;
}
.p3 {
  font-size: 0.8rem;
  text-align: center;
}
.p4 {
  font-size: 1.5rem;
  text-align: center;
}
.p5 {
  font-size: 1rem;
  text-align: center;
}
.feature img {
  width: 80%;
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;
}
/*-------------------------------------------
end
-------------------------------------------*/
#end ul {
  display: block;
}
.title-end {
  margin-left:15px;
}
.umeda {
  margin-left:15px;
  margin-bottom: 30px;
}
.namba {
  margin-left:15px;
}
/*-------------------------------------------
first
-------------------------------------------*/
.feature1 {
  flex-direction: column;
}
.feature2 {
  flex-direction: column;
}
.feature3 {
  flex-direction: column;
}
.feature4 {
  flex-direction: column;
}
.feature5 {
  flex-direction: column;
}
#first img {
  flex-direction: column;
  width: 100%;
}
.ss-p {
  margin-bottom: 40px;
}
.fp1 {
  margin-bottom: 40px;
}
.fp2 {
  margin-bottom: 40px;
}
.fp3 {
  margin-bottom: 40px;
}
.fp4 {
  margin-bottom: 40px;
}
/*-------------------------------------------
about
-------------------------------------------*/
.about-feature1 {
  display: block;
  width: 500px;
}
#about img {
  width: 100%;
}
.plan-box-items {
  display: block;
  width: 1000px;
  max-width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.feature1 img {
  width: 100%;
}
}

 
