@charset "UTF-8";
/*
 *
 * about.scss
 *
 */
@import url("reset.css");
/*
 *
 * _media_query.scss
 *
 */
/* ------------------------------------------------------------
 ブレイクポイント
------------------------------------------------------------ */
/* ------------------------------------------------------------
 スマートフォン
------------------------------------------------------------ */
/* ------------------------------------------------------------
 ホバーエフェクト
------------------------------------------------------------ */
/*
 *
 * _variables.scss
 *
 */
/* ------------------------------------------------------------
 変数設定
------------------------------------------------------------ */
/* ------------------------------------------------------------
 テーマカラー
------------------------------------------------------------ */
/* ------------------------------------------------------------
 背景色
------------------------------------------------------------ */
/* ------------------------------------------------------------
 テキスト
------------------------------------------------------------ */
/* ------------------------------------------------------------
 ボタン
------------------------------------------------------------ */
/* ------------------------------------------------------------
 ボーダー
------------------------------------------------------------ */
/* ------------------------------------------------------------
 ヘッダー
------------------------------------------------------------ */
/* ------------------------------------------------------------
 フッター
------------------------------------------------------------ */
/* ------------------------------------------------------------
 セクション
------------------------------------------------------------ */
/* ------------------------------------------------------------
 カード
------------------------------------------------------------ */
/* ------------------------------------------------------------
 テーブル
------------------------------------------------------------ */
/* ------------------------------------------------------------
 メインビジュアル
------------------------------------------------------------ */
/* ------------------------------------------------------------
 CTAバナー
------------------------------------------------------------ */
.main {
  background-color: #FDFBF8;
}

/* ------------------------------------------------------------
about
------------------------------------------------------------ */
section.about {
  padding: 56px 0;
}

.about-inner {
  width: 732px;
  margin: auto;
}

@media (max-width: 750px) {
  .about-inner {
    width: 100%;
    padding: 0 24px;
  }
}

.about-copy {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  margin-top: 40px;
  color: #444243;
}

@media (max-width: 750px) {
  .about-copy {
    font-size: 18px;
    margin-top: 16px;
  }
}

.about-description {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 750px) {
  .about-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about-description p {
  font-size: 16px;
  line-height: 1.8;
  color: #444243;
}

.about-description p + p {
  margin-top: 24px;
}

.about-image {
  margin-right: 40px;
}

@media (max-width: 750px) {
  .about-image {
    margin-right: 0;
  }
}

@media (max-width: 750px) {
  .about-text {
    margin-top: 40px;
  }
}

.about-text ul {
  padding: 0;
  margin: 0;
  padding-left: 1.5rem;
}

.about-text ul li {
  font-size: 16px;
  line-height: 1.8;
  color: #444243;
  font-weight: 500;
}

.about-text ul li + li {
  margin-top: 4px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #444243;
}

.about-text ul + p,
.about-text p + p {
  margin-top: 16px;
}

/* ------------------------------------------------------------
information
------------------------------------------------------------ */
section.information {
  padding-bottom: 56px;
}

.information-inner {
  width: 1000px;
  margin: auto;
}

@media (max-width: 750px) {
  .information-inner {
    width: 100%;
    padding: 0 24px;
  }
}

.section-title + .table {
  margin-top: 40px;
}

/* ------------------------------------------------------------
access-map
------------------------------------------------------------ */
section.access-map {
  width: 100%;
  height: 432px;
  display: block;
}

@media (max-width: 750px) {
  section.access-map {
    height: 314px;
  }
}

section.access-map .map {
  width: 100%;
  height: 100%;
}

section.access-map .map iframe {
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------
school-info
------------------------------------------------------------ */
section.school-info {
  background-image: url("../img/contents/top/school-info-background.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  display: block;
  padding: 48px 0;
}

@media (max-width: 750px) {
  section.school-info {
    background-image: none;
    padding: 32px 24px 104px;
    position: relative;
  }
}

.school-info-inner {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  padding: 0 64px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 750px) {
  .school-info-inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.school-info-text {
  margin-right: 120px;
  color: #444243;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 750px) {
  .school-info-text {
    margin-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.school-info-text .link-button {
  margin-top: 32px;
}

@media (max-width: 750px) {
  .school-info-text .link-button {
    margin-top: 0;
    position: absolute;
    bottom: 32px;
  }
}

.school-info-text__logo {
  max-width: 184px;
}

.school-info-text__address {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
}

.school-info-text__zipcode {
  margin-right: 8px;
}

.school-info-text__access {
  font-size: 14px;
  font-weight: normal;
}

.school-info-text__tel {
  margin-top: 16px;
  font-size: 32px;
  font-weight: 500;
}

@media (max-width: 750px) {
  .school-info-text__tel {
    width: 100%;
  }
}

.school-info-text__tel-time {
  font-size: 12px;
  font-weight: normal;
}

.school-info-image {
  width: 100%;
  max-width: 400px;
  height: 100%;
}

.school-info-image img {
  width: 100%;
  height: 100%;
}

@media (max-width: 750px) {
  .school-info-image {
    margin-top: 32px;
    max-width: 100%;
  }
}
/*# sourceMappingURL=about.css.map */