@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

/* top-main-title
============================================================ */
.top-main-title {
  margin: 0 0 10px;
}
.top-main-title .title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .top-main-title {
    margin: 0 0 10px;
  }
  .top-main-title .title {
    font-size: 20px;
  }
}

/* section-top-kv
============================================================ */
.section-top-kv {
  position: relative;
  height: calc(100vh - 100px);
  min-height: 750px;
  background: url(../img/top/kv-img-1.jpg) center no-repeat;
  background-size: cover;
}
.section-top-kv.-loggedin {
  height: auto;
  min-height: inherit;
}
.section-top-kv .kv-inner {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  min-width: calc(1100px + 80px);
  padding: 0 40px;
  transform: translate(-50%, -50%);
}
.section-top-kv.-loggedin .kv-inner {
  position: static;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  transform: none;
}
.section-top-kv .box-A,
.section-top-kv .box-B {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: calc(50% - 20px);
  padding: 40px 50px 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.4);
}
.section-top-kv .box-C,
.section-top-kv .box-D {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1090px;
  margin-top: 70px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.4);
}
.section-top-kv .box-C:first-child,
.section-top-kv .box-D:first-child {
  margin-top: 0;
}
.section-top-kv .kv-inner .title-wrap {
  margin: 0 0 20px;
}
.section-top-kv .kv-inner .title-wrap .title {
  padding-bottom: 20px;
  border-bottom: solid 1px #e8e9ea;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.section-top-kv .kv-inner .title2-wrap {
  margin: 0 0 20px;
}
.section-top-kv .kv-inner .title2-wrap .title2 {
  padding: 32px 45px;
  border-bottom: solid 1px #e8e9ea;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.section-top-kv .kv-inner .btn-block {
  margin: 20px 0 0;
}
.section-top-kv .kv-inner .btn-block a,
.section-top-kv .kv-inner .btn-block button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 28px 20px;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
  background-color: var(--base-color);
  color: var(--button-color);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.section-top-kv .kv-inner .btn-block a:hover,
.section-top-kv .kv-inner .btn-block button:hover {
  opacity: 0.7;
  text-decoration: none;
}
.section-top-kv .kv-inner .btn-block a span,
.section-top-kv .kv-inner .btn-block button span {
  position: relative;
  padding-left: 30px;
}
.section-top-kv .kv-inner .btn-block a span::before,
.section-top-kv .kv-inner .btn-block button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url(../img/common/icon-check-round-wh.png) 0 0 no-repeat;
  background-size: 20px auto;
}
.section-top-kv .kv-inner .box-B .btn-block a span::before,
.section-top-kv .kv-inner .box-B .btn-block button span::before {
  width: 18px;
  height: 16px;
  background: url(../img/common/icon-login-wh.png) 0 0 no-repeat;
  background-size: 18px auto;
}
.section-top-kv .kv-inner .info-text {
  margin: 10px;
  text-align: center;
  line-height: 1.8;
}
.section-top-kv .kv-inner .-color-red {
  color: var(--required-color);
}
.section-top-kv .kv-inner .info-text a {
  text-decoration: underline;
}
.section-top-kv .kv-inner .info-text a:hover {
  text-decoration: none;
}
.section-top-kv .no-item {
  padding: 0 45px 20px;
}

/* box-A */
.section-top-kv .box-A {
  margin-right: 40px;
}
.section-top-kv .box-A .title-wrap {
  margin: 45px 0 20px;
}
.section-top-kv .box-A .logo-block {
  width: 220px;
  margin: 0 auto;
  text-align: center;
}
.section-top-kv .box-A .logo-block .school {
  display: inline-block;
  margin: 10px 0 0;
  padding: 5px 14px;
  border: 1px solid var(--border-color);
  border-radius: 35px;
  background: #f4f4f4;
  color: var(--font-color);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
}
.section-top-kv .box-A .text-block {
  margin-top: -5px;
  text-align: center;
}
.section-top-kv .box-A .text-block .text {
  line-height: 1.8;
}
.section-top-kv .box-A .btn-block {
  margin: 20px 0 0;
}

/* scroll */
.lay-page-scroll-wrap {
  position: absolute;
  z-index: 5;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.lay-page-scroll-wrap::before {
  content: "";
  position: absolute;
  top: 40px;
  left: calc(50% + 2px);
  width: 1px;
  height: 40px;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 1);
}
.lay-page-scroll-wrap span {
  display: block;
  position: relative;
  top: 10px;
  left: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
}
.lay-page-scroll-wrap::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% + 1px);
  box-sizing: border-box;
  width: 1px;
  height: 30px;
  transform: translateX(-50%);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  /* border-radius: 50px; */
  background-color: #000;
}

/* box-C */
.section-top-kv .manual-list {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -20px;
  padding: 20px 45px;
}
.section-top-kv .manual-item {
  width: calc((100% - 120px) / 5 - 0.1px);
  margin: 0 30px 40px 0;
}
.section-top-kv .manual-item:nth-child(5n + 5) {
  margin-right: 0;
}
.section-top-kv .manual-item .manual-item-image img {
  width: 100%;
  height: auto;
}
.section-top-kv .manual-item .manual-item-title {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  word-wrap: break-word;
}
.section-top-kv .manual-item .manual-item-btn {
  margin-top: 20px;
}
.section-top-kv .manual-item .manual-item-btn.com-btn-wrap .btn {
  width: 100%;
  margin: 0 auto 0 0;
  padding: 17px 25px 17px 5px;
  font-size: 14px;
  line-height: 1;
}
.section-top-kv .manual-item .manual-item-btn.com-btn-wrap .btn::after {
  right: 10px;
  width: 17px;
  height: 12px;
  background-size: 17px auto;
}

/* box-D */
.section-top-kv .info-table {
  padding: 0 45px 40px;
}
.section-top-kv .info-btn {
  position: absolute;
  top: 20px;
  right: 45px;
}
.section-top-kv .info-btn a {
  display: block;
  left: 2px;
  box-sizing: border-box;
  min-width: 180px;
  padding: 16px 20px;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  background-color: var(--base-color);
  color: var(--button-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.section-top-kv .info-btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.section-top-kv .info-btn a span {
  position: relative;
  padding-left: 25px;
}
.section-top-kv .info-btn a span::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 14px;
  height: 12px;
  transform: translateY(-50%);
  background: url(../img/common/icon-list-wh.png) 0 0 no-repeat;
  background-size: 14px auto;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 60px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 1191px) {
  .section-top-kv {
    height: auto;
    padding: 80px 0 60px;
  }
  .section-top-kv.-loggedin {
    padding: 0;
  }
  .section-top-kv .kv-inner {
    display: block;
    position: static;
    box-sizing: border-box;
    min-width: 100%;
    padding: 0 20px;
    transform: translate(0, 0);
  }
  .section-top-kv.-loggedin .kv-inner {
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-top-kv .box-A,
  .section-top-kv .box-B {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 50px 30px;
  }
  .section-top-kv .box-C,
  .section-top-kv .box-D {
    margin-top: 40px;
  }
  .section-top-kv .box-B {
    margin-top: 40px;
  }
  .lay-page-scroll-wrap {
    display: none;
  }

  /* box-C */
  .section-top-kv .manual-item,
  .section-top-kv .manual-item:nth-child(5n + 5) {
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
  }
  .section-top-kv .manual-item:nth-child(4n + 4) {
    margin-right: 0;
  }
  .section-top-kv .manual-item .manual-item-btn {
    margin-top: 15px;
  }
  .section-top-kv .manual-item .manual-item-btn.com-btn-wrap .btn {
    padding: 18px 20px 18px 5px;
    font-size: 12px;
  }
  .section-top-kv .manual-item .manual-item-btn.com-btn-wrap .btn::after {
    right: 5px;
    width: 14px;
    height: 10px;
    background-size: 13px auto;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-top-kv {
    height: auto;
    min-height: inherit;
    padding: 100px 0 60px;
  }
  .section-top-kv.-loggedin {
    padding: 0;
  }
  .section-top-kv.-loggedin .kv-inner {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .section-top-kv .box-A,
  .section-top-kv .box-B {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 20px 30px;
  }
  .section-top-kv .box-B {
    margin-top: 40px;
  }
  .section-top-kv .kv-inner .title-wrap {
    margin: 0 0 15px;
  }
  .section-top-kv .kv-inner .title-wrap .title {
    padding-bottom: 15px;
    font-size: 18px;
  }
  .section-top-kv .kv-inner .title2-wrap {
    margin: 0 0 20px;
  }
  .section-top-kv .kv-inner .title2-wrap .title2 {
    padding: 22px 20px;
    font-size: 20px;
  }
  .section-top-kv .kv-inner .btn-block {
    margin: 10px 0 0;
  }
  .section-top-kv .kv-inner .btn-block a,
  .section-top-kv .kv-inner .btn-block button {
    width: 100%;
    padding: 15px 20px;
    transition: none;
    font-size: 14px;
  }
  .section-top-kv .kv-inner .btn-block a:hover,
  .section-top-kv .kv-inner .btn-block button:hover {
    opacity: 1;
  }
  .section-top-kv .kv-inner .btn-block a span,
  .section-top-kv .kv-inner .btn-block button span {
    position: relative;
    padding-left: 30px;
  }
  .section-top-kv .kv-inner .btn-block a span::before,
  .section-top-kv .kv-inner .btn-block button span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background: url(../img/common/icon-check-round-wh.png) 0 0 no-repeat;
    background-size: 20px auto;
  }
  .section-top-kv .kv-inner .box-B .btn-block a span::before,
  .section-top-kv .kv-inner .box-B .btn-block button span::before {
    width: 18px;
    height: 16px;
    background: url(../img/common/icon-login-wh.png) 0 0 no-repeat;
    background-size: 18px auto;
  }
  .section-top-kv .kv-inner .info-text {
    margin: 10px;
  }
  .section-top-kv .kv-inner .info-text a:hover {
    text-decoration: underline;
  }
  .section-top-kv .no-item {
    padding: 0 20px 20px;
  }

  /* box-A */
  .section-top-kv .box-A .title-wrap {
    margin: 45px 0 20px;
  }
  .section-top-kv .box-A .logo-block {
    width: 170px;
    margin: 0 auto;
  }
  .section-top-kv .box-A .logo-block .school {
    padding: 3px 11px 3px;
    font-size: 14px;
  }
  .section-top-kv .box-A .text-block {
    margin-top: -5px;
    text-align: left;
  }
  .section-top-kv .box-A .btn-block {
    margin: 20px 0 0;
  }

  /* box-C */
  .section-top-kv .manual-list {
    margin-bottom: -10px;
    padding: 10px 20px;
  }
  .section-top-kv .manual-item,
  .section-top-kv .manual-item:nth-child(4n + 4),
  .section-top-kv .manual-item:nth-child(5n + 5) {
    width: calc((100% - 50px) / 3 - 0.1px);
    margin: 0 25px 35px 0;
  }
  .section-top-kv .manual-item:nth-child(3n + 3) {
    margin-right: 0;
  }
  .section-top-kv .manual-item .manual-item-title {
    margin-top: 10px;
    font-size: 16px;
  }
  .section-top-kv .manual-item .manual-item-btn {
    margin-top: 10px;
  }

  /* box-D */
  .section-top-kv .info-table {
    padding: 0 20px;
  }
  .section-top-kv .info-btn {
    position: static;
    margin: 20px 0;
  }
  .section-top-kv .info-btn a {
    min-width: 180px;
    max-width: 200px;
    margin: 0 auto;
    transition: none;
  }
  .section-top-kv .info-btn a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 580px) {
  /* box-C */
  .section-top-kv .manual-list {
    padding: 0 20px;
  }
  .section-top-kv .manual-item,
  .section-top-kv .manual-item:nth-child(3n + 3),
  .section-top-kv .manual-item:nth-child(4n + 4),
  .section-top-kv .manual-item:nth-child(5n + 5) {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .section-top-kv .manual-item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .section-top-kv .kv-inner .title2-wrap .title2 {
    font-size: 18px;
  }
  .section-top-kv .manual-item .manual-item-title {
    font-size: 14px;
  }
  .section-top-kv .manual-item .manual-item-btn.com-btn-wrap .btn {
    padding: 18.5px 20px 18.5px 5px;
    font-size: 11px;
  }
  .section-top-kv .manual-item .manual-item-btn.com-btn-wrap .btn::after {
    right: 6px;
    width: 12px;
    height: 10px;
    background-size: 12px auto;
  }
}
@media screen and (max-width: 380px) {
  .manual-item.-book .manual-item-btn.com-btn-wrap .btn {
    height: auto;
    padding: 19px 16px 19px 0;
    font-size: 2.6vw;
  }
  .manual-item.-book .manual-item-btn.com-btn-wrap .btn::after {
    right: 5px;
    width: 12px;
    height: 8px;
    background-size: 12px auto;
  }
}

/* top-form-add-input-wrap
============================================================ */
.top-form-add-input-wrap {
  margin-top: 20px;
}
.top-form-add-input-wrap:first-of-type {
  margin-top: 0;
}
.top-form-add-input-wrap input {
  width: 100%;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .top-form-add-input-wrap {
  }
}

/* top-form-add-checkbox-wrap
============================================================ */
.top-form-add-checkbox-wrap {
  margin-top: 20px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .top-form-add-checkbox-wrap {
  }
}

/* section-info
============================================================ */
.section-info {
}
.section-info > * {
  position: relative;
}
.section-info .info-btn {
  position: absolute;
  top: -8px;
  right: 40px;
}
.section-info .info-btn a {
  display: block;
  left: 2px;
  box-sizing: border-box;
  min-width: 180px;
  padding: 16px 20px;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  background-color: var(--base-color);
  color: var(--button-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.section-info .info-btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.section-info .info-btn a span {
  position: relative;
  padding-left: 25px;
}
.section-info .info-btn a span::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 14px;
  height: 12px;
  transform: translateY(-50%);
  background: url(../img/common/icon-list-wh.png) 0 0 no-repeat;
  background-size: 14px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-info .info-btn {
    position: static;
    margin: 30px 0 0;
  }
  .section-info .info-btn a {
    min-width: 180px;
    max-width: 200px;
    margin: 0 auto;
    transition: none;
  }
  .section-info .info-btn a:hover {
    opacity: 1;
  }
}

/* section-nav
============================================================ */
.section-nav {
  height: 360px;
  margin-top: 200px;
  background: url(../img/top/top-bg-parts-1.png) center no-repeat;
  background-size: cover;
}
.section-nav .com-section-inner {
  position: relative;
  top: -95px;
}

/* flex-btn-wrap */
.section-nav .flex-btn-wrap {
  display: flex;
  box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.4);
}
.section-nav .flex-btn-wrap .btn-area {
  width: 50%;
  border-radius: 6px 0 0 6px;
  background-color: #fff;
}
.section-nav .flex-btn-wrap .btn-area:nth-child(2) {
  border-radius: 0 6px 6px 0;
}
.section-nav .flex-btn-wrap .btn-area a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 40px 20px 50px;
  transition: all 0.2s ease-in-out;
  border-radius: 6px 0 0 6px;
  background-color: #fff;
}
.section-nav .flex-btn-wrap .btn-area:nth-child(2) a {
  border-left: solid 1px #e5e5e5;
  border-radius: 0 6px 6px 0;
}
.section-nav .flex-btn-wrap .btn-area a::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 23px;
  height: 16px;
  background: url(../img/common/icon-arrow-right-bl.png) 0 0 no-repeat;
  background-size: 23px auto;
}
.section-nav .flex-btn-wrap .text-block {
  padding-top: 85px;
  background: no-repeat center top;
  background-size: auto 60px;
}
.section-nav .flex-btn-wrap .btn-area.-service .text-block {
  background-image: url(../img/common/icon-service-bl.png);
}
.section-nav .flex-btn-wrap .btn-area.-faq .text-block {
  background-image: url(../img/common/icon-faq-bl.png);
}
.section-nav .flex-btn-wrap .text-block .text {
  color: var(--font-color);
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

/* contact-brn-wrap */
.section-nav .contact-brn-wrap {
  margin: 60px 0 0;
}
.section-nav .contact-brn-wrap a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 35px 20px;
  transition: all 0.2s ease-in-out;
  border: solid 5px #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.section-nav .contact-brn-wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 23px;
  height: 16px;
  transform: translateY(-50%);
  background: url(../img/common/icon-arrow-right-wh.png) 0 0 no-repeat;
  background-size: 23px auto;
}
.section-nav .contact-brn-wrap a span {
  position: relative;
  padding-left: 42px;
}
.section-nav .contact-brn-wrap a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 18px;
  transform: translateY(-50%);
  background: url(../img/common/icon-mail-wh.png) 0 0 no-repeat;
  background-size: 26px auto;
}
.section-nav .flex-btn-wrap .btn-area a:hover,
.section-nav .contact-brn-wrap a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-nav {
    height: 200px;
    margin-top: 150px;
    background: url(../img/top/top-bg-parts-1.png) center no-repeat;
    background-size: cover;
  }
  .section-nav .com-section-inner {
    top: -95px;
  }

  /* flex-btn-wrap */
  .section-nav .flex-btn-wrap .btn-area a {
    padding: 20px 20px 25px;
    transition: none;
  }
  .section-nav .flex-btn-wrap .btn-area a::after {
    right: 10px;
    bottom: 10px;
    width: 15px;
    height: 10px;
    background: url(../img/common/icon-arrow-right-bl.png) 0 0 no-repeat;
    background-size: 15px auto;
  }
  .section-nav .flex-btn-wrap .text-block {
    padding-top: 75px;
  }
  .section-nav .flex-btn-wrap .text-block .text {
    font-size: 16px;
    line-height: 1.8;
  }

  /* contact-brn-wrap */
  .section-nav .contact-brn-wrap {
    margin: 30px 0 0;
  }
  .section-nav .contact-brn-wrap a {
    padding: 20px 20px;
    transition: none;
    font-size: 18px;
  }
  .section-nav .contact-brn-wrap a::after {
    right: 20px;
    width: 15px;
    height: 10px;
    background: url(../img/common/icon-arrow-right-wh.png) 0 0 no-repeat;
    background-size: 15px auto;
  }
  .section-nav .contact-brn-wrap a span {
    padding-left: 30px;
  }
  .section-nav .contact-brn-wrap a span::before {
    top: calc(50% + 2px);
    left: 0;
    width: 18px;
    height: 13px;
    background: url(../img/common/icon-mail-wh.png) 0 0 no-repeat;
    background-size: 18px auto;
  }
  .section-nav .flex-btn-wrap .btn-area a:hover,
  .section-nav .contact-brn-wrap a:hover {
    opacity: 1;
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .hoge {
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .hoge {
  }
}
