@charset "UTF-8";
/*----------------------------------------------------------------------
共通パーツ
----------------------------------------------------------------------*/
/* レスポンシブ対応 */
/* ※ account/scss/top.scss に「min-width: auto;」があるので、それを打ち消す記述 */
/* ハンバーガーメニュー追記分 */
/* ※ 本体は https://www.ejinzai.jp/assets/css/humbergermenu_sp.css から読み込んでいる */
/* 受付中（受講開始前）対応 */
/* MV */
/* MV（トップ、申込ページ用） */
/* ぱんくず */
/* フッター */
a {
  color: #000;
}

.no-ready {
  cursor: default;
  opacity: 0.7;
}

/*-----------------------------
  共通パーツ
-----------------------------*/
@media screen and (min-width: 769px) {
  html,
  body {
    min-width: 1340px !important;
  }
}

.spNav ul li p {
  margin: 0 0 10px;
}
.spNav ul li.login, .spNav ul li.logout {
  margin: 0;
}
.spNav .spNav-sublist ul li a {
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.4;
}

.reception .header-top {
  padding: 20px 0 19px;
}
@media screen and (max-width: 768px) {
  .reception .header-top {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1280px) {
  .reception .header-top-inner {
    padding: 0 30px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .reception .header-top-inner {
    padding: 0;
  }
}
.reception .header-right {
  display: none;
}
.reception .header-nav {
  display: none;
}
.reception .main-visual-top {
  margin: 110px 0 10px;
}
@media screen and (max-width: 768px) {
  .reception .main-visual-top {
    margin: 58px 0 10px;
  }
}
.reception #humberger {
  display: none;
}

.main-visual-top {
  margin: 180px 0 10px;
}
@media screen and (max-width: 768px) {
  .main-visual-top {
    margin: 58px 0 30px;
  }
}

.main-visual-top-wrapper {
  background: #F9F6F2;
}

.main-visual-top-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  background: url(../img/kv_top.webp) no-repeat top center;
}

.main-visual-top-title {
  display: inline-block;
  text-align: center;
  padding: 20px 50px;
  font-size: 34px;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1.2;
  background: rgba(0, 64, 149, 0.8);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main-visual-top-title {
    padding: 20px 40px;
    font-size: 30px;
  }
}

.main-visual-top-lead {
  text-align: center;
  margin: 0 auto;
  max-width: 1280px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .main-visual-top-lead {
    text-align: left;
    padding: 0 15px;
  }
}

.topicpath {
  margin: 0 auto 40px;
  width: 1280px;
}
@media screen and (max-width: 768px) {
  .topicpath {
    display: none;
  }
}
.topicpath ul {
  display: flex;
}
.topicpath ul:after {
  content: "";
  display: table;
  clear: both;
}
.topicpath ul li {
  position: relative;
  margin: 0 25px 0 0;
  font-size: 13px;
}
.topicpath ul li:after {
  content: '＞';
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 13px;
}
.topicpath ul li:last-child {
  margin: 0;
}
.topicpath ul li:last-child:after {
  content: none;
}
.topicpath ul li a {
  font-size: 13px;
  color: #000;
}

/*-----------------------------
  コンテンツ
-----------------------------*/
.main-box {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .main-box {
    width: 100%;
  }
}

.contact-button-area {
  justify-content: center;
  gap: 20px;
}

.about-target-txt {
  text-align: center;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .about-target-txt {
    text-align: left;
  }
}
.about-target-txt span {
  color: #CC0066;
}

.about-target-atttxt {
  text-align: center;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #F36;
}
@media screen and (max-width: 768px) {
  .about-target-atttxt {
    text-align: left;
  }
}
