@charset "utf-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #023373;
  text-align: center;
}

a {
  text-decoration: none;
  color: #023373;
}

.wrapper {
  width: 1280px;
  background-color: #FDFFFE;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 1.2rem;
}

header {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  height: 100px;
}

h1 {
  color: #333;
  font-weight: 400;
  margin: -22px 0 0 0;
}

h1 span {
  font-size: 4.0rem;
  color: #57C5F3;
}

nav ul {
  display: flex;
  letter-spacing: 2px;
}

nav ul li {
  color: #023373;
  margin-top: 10px;
}

nav ul li.em_form {
  margin-top: 18px;
}

nav ul li a {
  display: block;
  width: 140px;
  text-align: center;
}

nav ul li a span {
  font-weight: 400;
}

nav ul li a:hover {
  opacity: 0.5;
}


nav ul li a em {
  font-size: 1.6rem;
  background-color: #FFF352;
  border-radius: 20px;
  padding: 10px;
}



.kv01 {
  width: 1280px;
  height: 415px;
  background-image: url(../img/kv01.jpg);
  background-size: cover;
  position: relative;
}

.btn01 {
  position: absolute;
  top: 345px;
  left: 528px;
  background-color: #fff;
  border: 3px solid #D8F2DC;
  border-radius: 20px;
  padding: 10px;
}

.btn01 a:hover {
  opacity: 0.8;
}


.caption {
  margin: 30px 0 70px 0;
}

h2 {
  margin: 30px 0 30px 0;
  border-bottom: 2px solid #58C4F3;
  display: inline-block;
  padding-bottom: 2px;
}

p {
  padding: 10px;
}


.reason {
  position: relative;
}


.beside01 {
  display: flex;
  justify-content: space-between;
}

.box01 {
  width: 310px;
  border: 3px solid #023373;
  border-radius: 20px;
  margin-bottom: 160px;
}

.box02 {
  background-color: #023373;
  color: #fff;
  border-radius: 10px 10px 0 0;
  margin-bottom: 10px;
}

.text01 {
  text-align: left;
  padding: 7px;
}

.btn02 {
  position: absolute;
  left: 490px;
  bottom: 60px;
  background-color: #023373;
  border-radius: 20px;
}

.btn02 a {
  color: #fff;
}

.btn02 a:hover {
  opacity: 0.8;
}


.box03 {
  width: 310px;
  margin: 20px;
  box-shadow: 5px 1px 10px 1px rgba(51, 51, 51, 0.734);
  background-color: #FDFFFE;
}


.cover01 {
  background-color: rgba(24, 70, 132, 0.02);
  width: 1280px;
  height: 730px;
  padding-top: 50px;
  align-items: center;
}


h3 {
  padding: 20px 0;
}

.btn03 {
  border: 3px solid #58C4F3;
  border-radius: 20px;
  padding: 10px;
  margin: 20px 60px;
}

.btn03 a:hover {
  opacity: 0.8;
}


/* 受講生の声 */

.box04 {
  border: 3px solid #58C4F3;
  margin: 20px 0 40px 0px;
}

.btn04 {
  border: 3px solid #58C4F3;
  border-radius: 20px;
  padding: 10px;
  width: 150px;
  margin: 0 auto;
}

.btn04 a:hover {
  opacity: 0.8;
}


/* オンライン講座 */

.online {
  width: 1280px;
  height: 320px;
  background-image: url(../img/online.jpg);
  background-size: cover;
  position: relative;
  margin: 90px 0 90px 0;
  text-align: left;
}

.center {
  border: none;
  padding-left: 30px;
}

.text02 {
  padding-left: 30px;
}

.btn05 {
  position: absolute;
  left: 496px;
  bottom: 60px;
  background-color: #023373;
  border-radius: 20px;
  padding: 10px;
}

.btn05 a {
  color: #fff;
}

.btn05 a:hover {
  opacity: 0.8;
}

/* footer */

footer {
  background-color: #C9CCD0;
  height: 80px;
  padding: 20px 0;
  color: #023373;

}

footer nav {
  display: flex;
  justify-content: center;
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 20px;
}

/* plan.html */

.kv02 {
  width: 1280px;
  height: 200px;
  background-image: url(../img/kv02.jpg);
  background-size: cover;
}

.subject {
  font-size: 6.0rem;
  font-weight: 500;
  color: #58C4F3;
  text-align: left;
}

.time {
  font-size: 2.0rem;
  margin-bottom: 20px;
}

dl {
  width: 540px;
  height: 330px;
  border: 3px solid #023373;
  border-radius: 20px;
  margin-bottom: 20px;
}

dt {
  background-color: #023373;
  color: #fff;
  border-radius: 10px 10px 0 0;
  margin-bottom: 10px;
  font-size: 1.8rem;
  padding: 10px;
}

dd {
  text-align: center;
  padding: 7px;
  font-size: 1.8rem;
  margin: 14px 0;
  border-bottom: 2px solid #023373;
  display: inline-block;
  padding-bottom: 2px;
}


.beside11 {
  display: flex;
  justify-content: space-between;
}

/* 他社比較 */

table.ta01 {
  width: 1280px;
  height: 624px;
  border: 1px solid #707070;
  margin-bottom: 100px;
}

.item {
  background-color: #EDF2F5;
  color: #033373;
}

.ee_item {
  background-color: #033373;
  color: #fff;
}

.ee_content {
  border: 2px solid #58C4F3;
}

.ab_content {
  border: 1px solid #707070;
}


/* q&a */

.cover11 {
  background-color: rgba(24, 70, 132, 0.02);
  width: 1280px;
  height: 760px;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
}

.btn11 {
  position: absolute;
  left: 496px;
  bottom: 34px;
  background-color: #023373;
  border-radius: 20px;
  padding: 10px;
}

.btn11 a {
  color: #fff;
}

.btn11 a:hover {
  opacity: 0.8;
}

.box11 {
  border: 3px solid #58C4F3;
  background-color: #fff;
  color: #023373;
  margin: 20px 38px 40px 38px;
  text-align: left;
  padding: 10px;
}

/* ACCESS */

.map {
  display: flex;
  margin: 50px 0;
}

table.ta21 {
  width: 630px;
  height: 630px;
  justify-content: space-between;
  text-align: left;
  margin-left: 100px;
}

th {
  font-weight: 600;
  border-bottom: 2px solid #707070;
}

td {
  border-bottom: 2px solid #707070;
}

#company {
  display: flex;
  margin: 50px 0 100px 0;
}

table.ta22 {
  width: 630px;
  height: 630px;
  justify-content: space-between;
  text-align: left;
  margin-left: 100px;
}


/* FORM */

.form_guide {
  font-size: 1.6rem;
  padding: 36px 0 24px 0;
}

.form_guide span {
  background-color: #58C4F3;
  color: #fff;
  border: 2px solid #023373;
  border-radius: 20px;
  padding: 6px 10px 6px 10px;
}

.reserve_form {
  margin: 0 auto;
  width: 800px;
  height: 800px;
  margin-bottom: 60px;
}

form select, form textarea, form option {
  padding: 10px;
  margin: 15px;
  width: 400px;
}

#name, #mail {
  padding: 10px;
  margin: 15px;
  width: 400px;
}

#man, #woman, #none, #yes, #no {
  margin: 20px 10px 20px 10px;
}

.re_mail {
  padding: 10px;
  margin: 0 0 15px 86px;
  width: 400px;
}

form span {
  color: rgb(243, 96, 96);
  margin-left: 10px;
}


.send {
  font-size: 1.4rem;
  color: #033373;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 60px;
}