@charset "UTF-8";
/* colors */
/* page */
.top {
  width: 100%;
}

.top .hero {
  width: 100%;
  min-width: 375px;
  height: 550px;
  background-color: #F7F7F7;
  background: url(../images/image-main.jpg) center top/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .top .hero {
    height: 300px;
  }
}

.top .hero .main-title {
  max-width: 1000px;
  margin-left: 100px;
  height: 100%;
  padding-top: 135px;
}

@media screen and (max-width: 768px) {
  .top .hero .main-title {
    margin-left: 20px;
    padding-top: 130px;
  }
}

.top .hero .main-title .main-logo {
  margin-bottom: 20px;
}

.top .hero .main-title .main-logo img {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .top .hero .main-title .main-logo {
    margin-bottom: 10px;
  }
  .top .hero .main-title .main-logo img {
    width: 130px;
  }
}

.top .hero .main-title h1 {
  margin-bottom: 20px;
}

.top .hero .main-title h1 img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .top .hero .main-title h1 {
    margin-bottom: 10px;
  }
  .top .hero .main-title h1 img {
    width: 280px;
  }
}

.top .hero .main-title h2 {
  margin-bottom: 20px;
}

.top .hero .main-title h2 img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .top .hero .main-title h2 img {
    width: 205px;
  }
}

.top .intro {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  min-width: 375px;
  margin: 0 auto 150px auto;
  color: #14283C;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .top .intro {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.top .intro .share-btn-wrapper {
  padding: 0;
  height: 40px;
  position: absolute;
  top: 530px;
  right: 100px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .top .intro .share-btn-wrapper {
    top: 280px;
    right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .top .intro .share-btn-wrapper {
    top: 280px;
    right: 10px;
  }
}

.top .intro .share-btn-wrapper a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 0;
  display: block;
  background-color: #ffffff;
}

.top .intro .share-btn-wrapper img {
  width: 40px;
  transition: 0.3s;
}

.top .intro .share-btn-wrapper img:hover {
  filter: opacity(0.7);
}

.top .intro .share-btn-wrapper .facebook {
  margin-left: 10px;
}

.top .intro-item {
  text-align: center;
  max-width: 450px;
  width: auto;
}

@media screen and (max-width: 1000px) {
  .top .intro-item {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .top .intro-item {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
  }
}

.top .intro-item-title {
  font-size: 28px;
  line-height: 1.4em;
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .top .intro-item-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .top .intro-item-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.top .intro-item-description {
  height: 130px;
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .top .intro-item-description {
    height: auto;
    margin-bottom: 30px;
  }
}

.top .seminar {
  max-width: 1000px;
  margin: 0 auto 75px auto;
  min-width: 375px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1000px) {
  .top .seminar {
    max-width: 700px;
    padding: 0 20px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  .top .seminar {
    width: 100%;
  }
}

.top .seminar .title-wrapper {
  text-align: center;
}

.top .seminar .title-wrapper .section-title {
  font-size: 28px;
  margin-bottom: 40px;
  color: #14283C;
}

@media screen and (max-width: 1000px) {
  .top .seminar .title-wrapper .section-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.top .seminar .seminar-item {
  display: flex;
  height: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .top .seminar .seminar-item {
    flex-direction: column;
    height: auto;
  }
}

.top .seminar .seminar-item-date {
  width: 175px;
  font-size: 15px;
  color: #707070;
  line-height: 25px;
}

@media screen and (max-width: 1000px) {
  .top .seminar .seminar-item-date {
    margin-bottom: 5px;
  }
}

.top .seminar .seminar-item-ttl {
  width: 620px;
  font-size: 15px;
  font-weight: bold;
  color: #0f2749;
  line-height: 25px;
  padding-right: 30px;
}

@media screen and (max-width: 1000px) {
  .top .seminar .seminar-item-ttl {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }
}

.top .seminar .seminar-item-app {
  width: 204px;
}

@media screen and (max-width: 1000px) {
  .top .seminar .seminar-item-app {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

.top .seminar .seminar-item-app .app-btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0f2749;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #0f2749;
}

.top .seminar .seminar-item-app .app-btn:hover {
  opacity: 0.6;
  transition: opacity 0.4s;
}

.top .seminar .seminar-item-app .app-btn::after {
  content: "　";
  position: absolute;
  margin-top: 14px;
  margin-left: 18px;
  width: 8px;
  height: 8px;
  border-color: #0f2749;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.top .articles {
  max-width: 1000px;
  margin: 0 auto;
  min-width: 375px;
}

@media screen and (max-width: 1000px) {
  .top .articles {
    max-width: 700px;
  }
}

@media screen and (max-width: 480px) {
  .top .articles {
    width: 100%;
    padding: 0 20px;
  }
}

.top .articles .title-wrapper {
  text-align: center;
}

.top .articles .title-wrapper .section-title {
  font-size: 28px;
  margin-bottom: 60px;
  color: #14283C;
}

@media screen and (max-width: 1000px) {
  .top .articles .title-wrapper .section-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.top .articles .title-wrapper .section-title-supplement {
  color: #968214;
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 6px;
}

.top .articles-list {
  justify-content: space-around;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .top .articles-list {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  .top .articles-list {
    flex-direction: column;
    align-items: center;
  }
}

.top .articles-list-item {
  width: 300px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .top .articles-list-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .top .articles-list-item {
    width: 100%;
  }
}

.top .articles-list-item-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.top .articles-list-item-date {
  font-size: 12px;
  font-weight: 600;
  color: #999999;
}

.top .articles-list-item img {
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .top .articles-list-item img {
    width: 100%;
  }
}

.top .step {
  width: 100%;
  background-color: #F7F7F7;
  padding: 120px 20px 250px 20px;
  min-width: 375px;
}

@media screen and (max-width: 768px) {
  .top .step {
    padding: 40px 20px 180px 20px;
  }
}

.top .step .title-wrapper {
  max-width: 800px;
  margin-bottom: 120px;
  color: #14283C;
}

@media screen and (max-width: 768px) {
  .top .step .title-wrapper {
    margin-bottom: 60px;
  }
}

.top .step .title-wrapper .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .top .step .title-wrapper .section-title {
    font-size: 20px;
  }
}

.top .step .title-wrapper .section-description {
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 300;
}

.top .step-item-wrapper .step-item {
  justify-content: space-between;
  margin: 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 1000px) {
  .top .step-item-wrapper .step-item {
    width: 740px;
  }
}

@media screen and (max-width: 768px) {
  .top .step-item-wrapper .step-item {
    width: 100%;
  }
}

.top .step-item-wrapper .step-item::after {
  margin: 40px auto;
  content: "　";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #968214;
}

@media screen and (max-width: 1000px) {
  .top .step-item-wrapper .step-item::after {
    margin: 0 auto 80px auto;
  }
}

@media screen and (max-width: 768px) {
  .top .step-item-wrapper .step-item::after {
    margin: 0 auto 20px auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #968214;
  }
}

.top .step-item-wrapper .step-item-end {
  justify-content: space-between;
  padding-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  .top .step-item-wrapper .step-item-end {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .top .step-item-wrapper .step-item-end {
    padding-bottom: 20px;
  }
}

.top .step-item-wrapper .step-item-image {
  width: 160px;
  height: 160px;
}

@media screen and (max-width: 1000px) {
  .top .step-item-wrapper .step-item-image {
    position: relative;
    top: -40px;
  }
}

@media screen and (max-width: 768px) {
  .top .step-item-wrapper .step-item-image {
    width: 60px;
    height: 60px;
    position: relative;
    top: 0;
  }
}

.top .step-item-wrapper .step-item-image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.top .step-item-wrapper .step-item-detail {
  width: 600px;
}

@media screen and (max-width: 1000px) {
  .top .step-item-wrapper .step-item-detail {
    width: 540px;
    position: relative;
    top: -40px;
  }
}

@media screen and (max-width: 768px) {
  .top .step-item-wrapper .step-item-detail {
    width: 100%;
  }
}

.top .step-item-wrapper .step-item-detail h4 {
  font-size: 24px;
  color: #14283C;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .top .step-item-wrapper .step-item-detail h4 {
    font-size: 20px;
    padding-left: 80px;
    margin-bottom: 40px;
  }
}

.top .step-item-wrapper .step-item-detail h4 span {
  display: inline-block;
  width: 30px;
  border-right: solid 1px #14283C;
  color: #968214;
  margin-right: 14px;
}

.top .step-item-wrapper .step-item-detail-description {
  color: #14283C;
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.top .step-item-wrapper .step-item-detail-list {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 15px;
}

.top .step-item-wrapper .step-item-detail-list li {
  font-weight: bold;
}

.top .step .c-btn {
  display: block;
  max-width: 550px;
  width: 100%;
  height: 70px;
  text-align: center;
  font-size: 20px;
  border-radius: 35px;
  margin: 0 auto;
  border: 2px solid #14283C;
  background-color: #ffffff;
  color: #14283C;
  font-weight: 600;
  line-height: 0.6em;
  transition: opacity 0.4s;
  -webkit-touch-callout: none;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .top .step .c-btn {
    font-size: 16px;
  }
}

.top .step .c-btn:hover {
  color: #14283C;
  opacity: 0.6;
  transition: opacity 0.4s;
}

.top .step .c-btn span {
  display: block;
  position: relative;
  top: -14px;
  left: 30px;
  width: 100px;
  height: 28px;
  border-radius: 14px;
  line-height: 28px;
  font-size: 14px;
  background-color: #968214;
  color: #ffffff;
}

.top .step .c-btn span a {
  color: #ffffff;
}

.top .contact {
  background-color: #ffffff;
  min-width: 375px;
}

.top .contact.schoo {
  margin: 75px 0 35px 0;
}

@media screen and (max-width: 768px) {
  .top .contact.schoo {
    margin: 60px 0 20px 0;
  }
}

.top .contact.schoo .contact-link-wrapper a {
  top: 0;
}

.top .contact-image-wrapper {
  max-width: 800px;
  position: relative;
  top: -100px;
}

.top .contact-image-wrapper img {
  width: 100%;
}

.top .contact .title-wrapper {
  position: relative;
  top: -40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top .contact .title-wrapper {
    top: -80px;
  }
}

.top .contact .title-wrapper img {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .top .contact .title-wrapper img {
    width: 240px;
  }
}

.top .contact .title-wrapper .section-title {
  font-size: 28px;
  font-weight: 600;
  margin: 20px auto;
  color: #14283C;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .top .contact .title-wrapper .section-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .top .contact .title-wrapper .section-title {
    font-size: 15px;
    margin: 20px auto;
  }
}

.top .contact-link-wrapper a {
  display: block;
  width: 700px;
  height: 120px;
  border-radius: 6px;
  margin: 0 auto 40px 0;
  transition: opacity 0.4s;
  -webkit-touch-callout: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .top .contact-link-wrapper a {
    width: 450px;
    margin-bottom: 20px;
    position: relative;
    top: -60px;
  }
}

@media screen and (max-width: 480px) {
  .top .contact-link-wrapper a {
    width: 335px;
    height: 100px;
  }
}

.top .contact-link-wrapper a:hover {
  opacity: 0.8;
  transition: opacity 0.4s;
}

.top .contact-link-wrapper a:after {
  content: "　";
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 50px;
  border-style: solid;
  border-width: 4px 4px 0 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 480px) {
  .top .contact-link-wrapper a:after {
    width: 18px;
    height: 18px;
    left: 295px;
    margin-top: 40px;
  }
}

.top .contact-link-wrapper a span {
  width: 600px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  display: inline-block;
  margin: 34px auto 0 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top .contact-link-wrapper a span {
    width: 400px;
    margin: 34px auto 0 10px;
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 480px) {
  .top .contact-link-wrapper a span {
    width: 310px;
    margin: 18px auto 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
}

.top .contact .link-document {
  background-color: #ffffff;
  color: #14283C;
  border: 3px solid #968214;
}

.top .contact .link-document:hover {
  color: #14283C;
  opacity: 0.6;
  transition: opacity 0.4s;
}

.top .contact .link-contact {
  background-color: #968214;
  color: #ffffff;
}

.top .contact .link-contact:hover {
  color: #ffffff;
  opacity: 0.6;
  transition: opacity 0.4s;
}

@media screen and (min-width: 480px) {
  .top .contact .sp-br {
    display: none;
  }
}

.footer {
  width: 100%;
  min-width: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 100px 0;
}

@media screen and (max-width: 768px) {
  .footer {
    position: relative;
    top: -40px;
    padding: 20px 0;
  }
}

.footer-title {
  color: #14283C;
  font-size: 20px;
  margin-bottom: 8px;
}

.footer-description {
  color: #968214;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 16px;
}

.footer .copyright {
  color: #999999;
  font-size: 10px;
}

.m-btn {
  display: block;
  width: 300px;
  height: 60px;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
  background-color: #14283C;
  color: #ffffff;
  font-weight: 600;
  line-height: 60px;
  transition: opacity 0.4s;
  -webkit-touch-callout: none;
  cursor: pointer;
}

.m-btn:hover {
  color: #ffffff;
  opacity: 0.6;
  transition: opacity 0.4s;
}

.m-btn::after {
  content: "　";
  position: absolute;
  margin-top: 1.5em;
  margin-left: 40px;
  width: 12px;
  height: 12px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

html {
  font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP","Noto Sans CJK JP","メイリオ", sans-serif;
  font-size: 15px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.mincho {
  font-family: "Hiragino Mincho ProN W6", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
}

.raleway {
  font-family: 'Raleway-Medium', sans-serif;
}

.raleway-light {
  font-family: 'Raleway-Light', sans-serif;
}

img {
  object-fit: cover;
}

button {
  cursor: pointer;
}

p {
  line-height: 1.5;
  word-wrap: break-word;
}

li {
  line-height: 1.5;
}

.clickable {
  cursor: pointer;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hover-fx {
  transition: all .3s;
}

.hover-fx:hover {
  opacity: .5;
}
/*# sourceMappingURL=app.css.map */