@charset "utf-8";

/* header */
header {
  margin: 20px auto 100px;
}
header .nav-bg01 {
  background: linear-gradient(to right, #CAE8EF, #FDFFD7 65%, #fff) no-repeat;
  width: 100%;
  height: 107px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
header .nav-bg02 {
  background-color: rgba(255, 255, 255, 0.5);
  width: 70%;
  height: 50px;
  border-radius: 0 30px 30px 0px;
  position: absolute;
  left: 0;
  z-index: -1;
}
header .inner {
  position: relative;
}


/* top */
#top-common {
  position: relative;
  margin-bottom: 230px;
}
#top-common h2 {
  color: #3E5398;
  margin-bottom: 140px;
}
#top-common h3 {
  text-decoration: underline 3px #FFDD80;
  margin-bottom: 16px;
}
#top-common .top-common-bg {
  width: 70%;
  height: 313px;
  background-color: #E6E7EB;
  position: absolute;
  z-index: -3;
  top: 130px;
}
#top-common .top-common-bg2 {
  width: 65%;
  height: 220px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: -1;
  top: 180px;
}
#top-common img {
  width: 608px;
  height: 406px;
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
}
#top-common .course-p {
  padding-top: 50px;
  line-height: 32px;
}
#top-common .fee-p {
  padding-top: 20px;
}
#top-common .reserve-p {
  padding: 20px 0;
}
#top-common .reserve-span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  padding: 8px 0;
  color: #989898;
}

/* goodpoint */
#goodpoint {
  background: url(../images/bg02.png) no-repeat center center/cover ;
  width: 1320px;
  height: 2166px;
  margin: 0 auto 140px;
  position: relative;
}
#goodpoint h2 {
  background: rgba(62, 83, 152, 0.9);
  color: #fff;
  display: inline-block;
  margin: 90px 0 20px;
  padding: 4px 40px 4px 60px;
}
#goodpoint .gp-01, #goodpoint .gp-02, #goodpoint .gp-03, #goodpoint .gp-04 {
  margin: 70px 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  padding-bottom: 40px;
}
#goodpoint .gp-01 p,
#goodpoint .gp-02 p,
#goodpoint .gp-03 p,
#goodpoint .gp-04 p {
  margin-left: 120px;
}
#goodpoint h3 {
  color: #3E5398;
  background: rgba(255, 221, 128, 0.8);
  display: inline-block;
  font-size: 26px;
  margin: 40px 0 16px;
  padding: 0 20px;
}
#goodpoint h3 span {
  color: #fff;
  font-size: 40px;
  margin-right: 24px;
}
#goodpoint h4 {
  color: #3E5398;
  font-size: 22px;
  margin-left: 120px;
  margin-bottom: 40px;
  padding-left: 50px;
  position: relative;
}
#goodpoint h4 .gp-line {
  background: url(../images/line03.png) no-repeat;
  width: 32px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -24px;
}
#goodpoint .gp-01 p {
  margin-bottom: 16px;
}
#goodpoint .gp-01 p span {
  border: 2px solid #FFDD80;
  border-radius: 30px;
  padding: 2px 16px;
  display: inline-block;
  margin-bottom: 16px;
}

/* carrer */
#carrer {
  background: #F7F7F7;
  width: 1320px;
  height: 278px;
  margin: 0 auto 140px;
  border-radius: 20px;
  padding: 60px 0;
  position: relative;
}
#carrer h2 {
  color: #3E5398;
  position: absolute;
  top: -32px;
}
#carrer h3 {
  color: #3E5398;
  font-size: 32px;
  margin-bottom: 30px;
}
#carrer p {
  font-size: 20px;
}

/* course */
#course {
  background: #F7F7F7;
  width: 1320px;
  height: 1280px;
  margin: 0 auto 140px;
  border-radius: 20px;
  padding: 60px 0;
  position: relative;
}
#course h2 {
  color: #3E5398;
  position: absolute;
  top: -32px;
}
#course .course-box {
  background: #fff;
  border-radius: 25px;
  margin: 64px auto;
  padding: 32px 0 32px 130px;
  position: relative;
}
#course .schoolname {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 221, 128);
  border-radius: 50%;
  text-align: center;
  padding: 38px 0;
  position: absolute;
  top: -30px;
  left: -20px;
}
#course .course-ttl {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 0 8px;
  margin-bottom: 40px;
  text-decoration: underline 3px #FFDD80;
}
#course ul {
  display: flex;
  gap: 16px;
}
#course table th p {
  border: 2px solid #FFDD80;
  border-radius: 30px;
  padding: 2px 16px;
  margin-right: 24px;
}

/* fee */
#fee {
  background: #F7F7F7;
  width: 1320px;
  height: 610px;
  margin: 0 auto 140px;
  border-radius: 20px;
  padding: 60px 0;
  position: relative;
}
#fee h2 {
  color: #3E5398;
  position: absolute;
  top: -32px;
}
#fee h3 {
  color: #fff;
  background: #3E5398;
  border-radius: 30px;
  text-align: center;
  padding: 0 8px;
  margin-bottom: 24px;
}
#fee p {
  margin-bottom: 24px;
}
#fee .fee-box {
  display: flex;
  gap: 30%;
  margin: 40px 0 0 50px;
}
#fee table {
  margin-bottom: 24px;
}
#fee table th span {
  background: #FFDD80;
  border-radius: 30px;
  padding: 2px 16px;
  margin-right: 16px;
  display: inline-block;
  width: 100px;
}
#fee table td {
  vertical-align: bottom;
  padding: 4px;
  color: #3E5398;
  font-weight: bold;
}
#fee ul li {
  list-style-type: square;
  margin-left: 24px;
}

/* campaign */
#campaign {
  background: #F7F7F7;
  width: 1320px;
  height: 906px;
  margin: 0 auto 140px;
  border-radius: 20px;
  padding: 100px 0;
  position: relative;
}
#campaign h2 {
  color: #3E5398;
  position: absolute;
  top: -32px;
}
#campaign .banner {
  text-align: center;
  margin-bottom: 60px;
}
#campaign .banner:hover {
  transform: scale(1.05);
	transition: 0.3s;
}
#campaign .banner img {
  border: 20px solid #fff;
  outline: 2px solid #FFDD80;
}
#campaign h3 {
  color: #3E5398;
  background: #FFDD80;
  border-radius: 30px;
  display: inline-block;
  padding: 4px 24px;
  margin-bottom: 40px;
  margin-left: 68px;
}
#campaign .camp-main {
  display: flex;
  align-items: center;
  gap: 300px
}
#campaign .camp-main ul {
  font-size: 18px;
  margin-left: 68px;
}
#campaign .camp-main ul li span {
  color: #FFDD80;
  font-size: 32px;
  margin-right: 16px;
}
#campaign .camp-main .camp-p span {
  font-size: 24px;
  font-weight: bold;
  color: #3E5398;
  text-decoration: underline 3px #FFDD80;
  margin: 0;
}
#campaign .camp-main ul li:nth-child(3) {
  text-align: center;
  margin: 16px 0;
}
#campaign .camp-main .camp-period {
  text-align: center;
  line-height: 2;
  font-size: 20px;
  font-weight: bold;
  width: 240px;
  height: 240px;
  background-color: rgba(255, 221, 128);
  border-radius: 50%;
  padding: 50px 0;
}
#campaign .camp-main .camp-period span {
  font-size: 16px;
  font-weight: normal;
}

/* reserve */
#reserve {
  background: #F7F7F7;
  width: 1320px;
  height: 610px;
  margin: 0 auto 140px;
  border-radius: 20px;
  padding: 60px 0;
  position: relative;
}
#reserve h2 {
  color: #3E5398;
  position: absolute;
  top: -32px;
}
#reserve input[type='submit'] {
  background: #FFDD80;
  border-radius: 20px;
  box-shadow: 2px 2px 2px rgba(170, 170, 170, 0.5);
  padding: 8px 50px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -25px;
  transition: 0.25s all linear;
}
#reserve input[type='submit']:hover {
  background-color: #1E2C5B;
  color: #FFDD80;
}
#reserve .ttl01 {
  margin: 30px 0;
}
#reserve .ttl02 {
  margin: 30px 0;
}
#reserve h3 span {
  background: #FFDD80;
  border-radius: 50%;
  padding: 8px  10px;
  margin-right: 16px;
}
#reserve form {
  margin: 0 0 16px 64px;
}
#reserve form input[type='text'] {
  background: #fff;
  border: 1px solid #1E2C5B;
  display: inline-block;
  width: 450px;
  height: 32px
}
#reserve .hours {
  margin-bottom: 32px;
}
#reserve .hours input[type='radio'] {
  margin-left: 32px;
}
#reserve .date-box {
  display: flex;
  gap: 40px;
}
#reserve .date-box input[type='date'] {
  margin-left: 64px;
  margin-bottom: 32px;
  border: 1px solid #1E2C5B;
  background: #fff;
  letter-spacing: 1.5px;
}
#reserve .form {
  margin-left: 60px;
}
#reserve .form label {
  display: inline-block;
  width: 16%;
  margin-bottom: 24px;
}
#reserve .form p {
  font-size: 14px;
}