@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@700;900&display=swap");
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}
header .container {
  height: 80px;
}
@media screen and (max-width: 768px) {
  header .container {
    text-align: right;
    height: 52px;
  }
}

.sp-menu {
  margin-top: 15.98px;
  margin-right: 27px;
}
@media screen and (min-width: 768px) {
  .sp-menu {
    display: none;
  }
}
.sp-menu .hamburger {
  width: 28px;
  height: 23.97px;
}
.sp-menu p {
  font-size: 12px;
  color: #333;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.001em;
  margin-top: 7.05px;
}

.pc-menu {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pc-menu {
    display: none;
  }
}
.pc-menu li {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  padding: 16px 40px 18px 40px;
}
.pc-menu a span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.pc-menu li:hover {
  color: #fff;
  background-color: #0b6192;
  transition: 0.3s;
}

h1 {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
    font-weight: 700;
  }
}

h2 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 14px;
  }
}
h2::before {
  content: "";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  h2::before {
    font-size: 48px;
  }
}
h2::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #0B6192;
  margin: 24px auto 80px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
    letter-spacing: -0.05em;
  }
}

h4 {
  font-size: 56px;
  font-weight: 700;
  color: #2c6caf;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  margin-bottom: 40px;
}
h4::before {
  content: "Feature";
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

h5 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 18px;
  }
}

p {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.cta-btn {
  width: 100%;
  max-width: 395px;
  height: 72px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #EFA73C;
  padding: 1.1rem 3em;
  border-radius: 10px;
  box-shadow: 4px 4px 0 0 #AD5B2D;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .cta-btn {
    max-width: 345px;
    height: 60px;
    font-size: 20px;
    padding: 1rem 3.3em;
  }
}

.cta-btn:hover {
  background-color: #F6CC8D;
  position: relative;
  transition: 0.3s;
}

.cta-btn:active {
  background-color: #F6CC8D;
  box-shadow: none;
  position: relative;
  top: 4px;
}

.cta-p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 96px;
  margin-bottom: 32px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .cta-p {
    margin-left: 71px;
    margin-bottom: 25px;
  }
}

#fv {
  padding: 280px 0 67px;
  background-image: url(../images/section-bg-top.svg), url(../images/section-bg-bottom.svg), url(../images/fv-pc-bg.jpg);
  background-position: right 80px, left bottom, center;
  background-size: auto, auto, cover;
  height: 769px;
  background-repeat: no-repeat;
  padding-left: 11.8%;
}
@media screen and (max-width: 768px) {
  #fv {
    background-image: url(../images/section-bg-top.svg), url(../images/section-bg-bottom.svg), url(../images/fv-sp-bg.jpg);
    background-position: right 68px, left bottom, center 68px;
    background-size: 43.2% auto, 48% auto, cover;
    height: 667px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 319px;
    padding-bottom: 34px;
    align-items: center;
  }
}
#fv h1 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #fv h1 {
    margin-bottom: 32px;
  }
}
#fv .fv-p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  #fv .fv-p {
    font-size: 14px;
    line-height: 1.5;
  }
}

#about {
  padding: 80px 0 80px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  #about {
    padding-left: 4%;
    padding-right: 4%;
  }
}
#about h2 {
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
}
#about h2::before {
  content: "About";
}
#about h2::after {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #about h2::after {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  #about h2 {
    text-align: center;
  }
}
#about .container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #about .container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
#about .text {
  max-width: 530px;
  margin-right: 4.79%;
}
@media screen and (max-width: 768px) {
  #about .text {
    max-width: 343px;
    margin-right: 0;
  }
}
#about .text h3 {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  #about .text h3 {
    margin-top: 81px;
    text-align: center;
  }
}
#about .text p {
  white-space: pre-line;
}
#about .wrapper {
  max-width: 503px;
}
@media screen and (max-width: 768px) {
  #about .wrapper {
    max-width: 345px;
  }
}
#about .wrapper .description {
  color: #0b6192;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 13px auto 8px 49px;
}
@media screen and (max-width: 768px) {
  #about .wrapper .description {
    margin: 0 auto 8px auto;
    text-align: center;
  }
}
#about .wrapper .reason {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto 8px 49px;
}
@media screen and (max-width: 768px) {
  #about .wrapper .reason {
    margin: 0 auto 8px auto;
    text-align: center;
  }
}
#about .wrapper .br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #about .wrapper .br-sp {
    display: block;
  }
}
#about .wrapper iframe {
  border-radius: 10px;
  max-width: 503px;
  max-height: 283px;
}
@media screen and (max-width: 768px) {
  #about .wrapper iframe {
    max-width: 345px;
    max-height: 194px;
  }
}

#feature {
  padding: 80px 0 0;
  background-image: url(../images/section-bg-top.svg), url(../images/section-bg-bottom.svg);
  background-position: right top, left bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #feature {
    padding-left: 4%;
    padding-right: 4%;
    background-image: none;
    text-align: center;
  }
}
#feature h2::before {
  content: "Feature";
}
#feature h3 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #feature h5 {
    margin-bottom: 17px;
  }
}
#feature p {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #feature p {
    text-align: left;
    margin-bottom: 0;
  }
}
#feature .feature01 {
  display: flex;
  justify-content: center;
  padding: 80px 0 80px 0;
}
@media screen and (max-width: 768px) {
  #feature .feature01 {
    flex-direction: column;
    align-items: center;
    padding: 56px 0 60px 0;
  }
}
#feature .feature01-img {
  max-width: 320px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #feature .feature01-img {
    max-width: 240px;
    margin-right: 0;
  }
}
#feature .feature01-text {
  max-width: 385px;
  background-image: url(../images/feature-gray-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #feature .feature01-text {
    max-width: 345px;
    background-image: none;
  }
}
#feature .feature01-text h4 {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  #feature .feature01-text h4 {
    margin-top: 40px;
  }
}
#feature .feature02 {
  display: flex;
  justify-content: center;
  background-color: #f9f9f9;
  padding: 80px 0 80px 0;
}
@media screen and (max-width: 768px) {
  #feature .feature02 {
    background-color: #fff;
    flex-direction: column-reverse;
    align-items: center;
    padding: 60px 0 78px 0;
  }
}
#feature .feature02-text {
  max-width: 385px;
  margin-right: 40px;
  text-align: right;
  background-image: url(../images/feature-white-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #feature .feature02-text {
    margin-right: 0;
    text-align: center;
    max-width: 345px;
    background-image: none;
  }
}
#feature .feature02-text h4 {
  margin-top: 13px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #feature .feature02-text h4 {
    margin-top: 40px;
  }
}
#feature .feature02-text p {
  text-align: left;
}
#feature .feature02-img {
  max-width: 320px;
  max-height: 312px;
}
@media screen and (max-width: 768px) {
  #feature .feature02-img {
    max-width: 240px;
  }
}
#feature .feature03 {
  display: flex;
  justify-content: center;
  padding: 80px 0 80px 0;
}
@media screen and (max-width: 768px) {
  #feature .feature03 {
    flex-direction: column;
    align-items: center;
    padding: 78px 0 79.7px 0;
  }
}
#feature .feature03-img {
  max-width: 320px;
  max-height: 198px;
  margin-right: 40px;
  margin-top: 101px;
}
@media screen and (max-width: 768px) {
  #feature .feature03-img {
    margin-right: 0;
    margin-top: 0;
    max-width: 320px;
  }
}
#feature .feature03-text {
  max-width: 385px;
  background-image: url(../images/feature-gray-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #feature .feature03-text {
    max-width: 345px;
    background-image: none;
  }
}
#feature .feature03-text h4 {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #feature .feature03-text h4 {
    margin-top: 40px;
  }
}
#feature .feature03-text .br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #feature .feature03-text .br-sp {
    display: block;
  }
}

#course {
  padding: 80px 0 80px;
  background-color: #F9F9F9;
}
@media screen and (max-width: 768px) {
  #course {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 81px;
  }
}
#course h2::before {
  content: "Course";
}
#course .container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #course .container {
    flex-direction: column;
    align-items: center;
  }
}
#course .programming, #course .design, #course .itweb {
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  #course .programming, #course .design, #course .itweb {
    max-width: 345px;
  }
}
#course .design {
  margin: 0 48px 0 48px;
}
@media screen and (max-width: 768px) {
  #course .design {
    margin: 80px 0 80px 0;
  }
}
#course .course-p {
  font-family: "Caveat", cursive;
  color: #CDCDCD;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 16px;
}
#course h5 {
  color: #2f669f;
  text-align: center;
  margin-bottom: 16px;
}

#cta1, #cta2 {
  padding: 80px 0 104px;
  background-image: url(../images/cta-pc-bg.jpg);
  background-position: right 0 bottom 0;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #cta1, #cta2 {
    padding-left: 4%;
    padding-right: 4%;
    background-image: url(../images/cta-sp-bg.jpg);
    background-position: left 0 top 0;
    padding-bottom: 98px;
  }
}
#cta1 h3, #cta2 h3 {
  color: #fff;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  #cta1 h3, #cta2 h3 {
    margin-bottom: 104px;
  }
}
#cta1 .cta-p, #cta2 .cta-p {
  margin-left: 0;
}

#voice {
  padding: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  #voice {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 53.7px;
  }
}
#voice h2::before {
  content: "Voice";
  line-height: 1.18;
}
@media screen and (max-width: 768px) {
  #voice h2::before {
    line-height: 1;
  }
}
#voice .container {
  max-width: 978px;
  margin: 0 auto;
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(2, minmax(345px, 1fr));
  grid-template-rows: repeat(2, minmax(334px, 1fr));
  grid-column-gap: 48px;
  grid-row-gap: 38px;
}
@media screen and (max-width: 768px) {
  #voice .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #voice .card {
    margin-bottom: 22.5px;
  }
}
#voice .text {
  max-width: 465px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 30px 0px 20px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  #voice .text {
    max-width: 345px;
    padding: 24px 16px;
  }
}
#voice .text h5 {
  color: #2f669f;
  letter-spacing: 0;
}
#voice .text .text-p {
  max-width: 417px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  #voice .text .text-p {
    max-width: 313px;
  }
}
#voice .student {
  display: flex;
}
#voice .student img {
  width: 56px;
  height: 56px;
  margin: 16px 12px 0 24px;
}
@media screen and (max-width: 768px) {
  #voice .student img {
    margin: 16px 12px 0 16px;
  }
}
#voice .student .student-p {
  color: #6D6D6D;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 30px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #voice .student .student-p {
    margin-top: 32px;
  }
}

footer {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer {
    flex-direction: column;
    align-items: center;
  }
}
footer .logo {
  max-width: 340px;
  max-height: 340px;
  margin-left: 22.91%;
}
@media screen and (max-width: 768px) {
  footer .logo {
    width: 345px;
    height: 345px;
    margin-left: 0;
  }
}
footer .footer-ul {
  margin: 136px auto 68px 101px;
}
@media screen and (max-width: 768px) {
  footer .footer-ul {
    margin: 20px auto 82px auto;
  }
}
footer .li1, footer .li2 {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  footer .li1, footer .li2 {
    font-size: 18px;
    line-height: 26px;
  }
}
footer .li2 {
  margin: 32px 0;
}
@media screen and (max-width: 768px) {
  footer .li2 {
    margin: 16px 0;
  }
}/*# sourceMappingURL=style.css.map */