@charset "utf-8";

body {
  font-size: 16px;
  line-height: 1.6;
  color: #1b0529;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gthic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

img {
  max-width: 100%;
}


/*--- ヘッダー ---*/
.header-wrap {
  border-top: solid 4px #6d238d;
}

.header-content {
  width: 100%;
  max-width: 960px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  padding: 20px 0;
}

.nav-wrap {
  background-color: #6d238d;
  padding: 18px 0;
}

.nav-content {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.nav-content li a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}

/*--- 理念 ---*/
.philosophy-wrap {
  padding: 70px 0;
}

.philosophy-content {
  max-width: 650px;
  margin: 0 auto;
}

.philosophy-content p {
  margin-bottom: 15px;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
  text-align: center;
}

h3 {
  font-size: 20px;
  padding-bottom: 15px;
  text-align: center;
}

.marker {
  background-color: #ded0e7;
  padding: 0 3px;
  margin: 0 3px;
}

/*--- コース ---*/
.course-wrap {
  padding: 70px 0;
  background-color: #d9d6e1;
}

.course-content {
  max-width: 960px;
  margin: 0 auto;
}

.course-type {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.course-type-content {
  width: 300px;
}

.course-type-content h3 {
  padding: 10px 0;
  font-weight: bold;
}

.detail {
  text-align: center;
}

.detail p {
  text-align: center;
  font-size: 18px;
}

.detail a {
  display: inline-block;
  width: 246px;
  padding: 10px 0;
  border: 1px solid #12125e;
  background-color: #f9f4fc;
  border-radius: 4px;
  text-decoration: none;
}

.detail a:hover{
  background-color: #ded0e7;
}

/*--- メッセージ ---*/
.message-wrap {
  padding: 70px 0;
  background-image: url(../images/bg_01.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.message-content {
  max-width: 650px;
  margin: 0 auto;
}

.message-topic figure {
  float: left;
  margin: 0 15px 15px 0;
}

.message-topic p {
  padding-bottom: 15px;
}

.message-marker {
  color: #1b0529;
}

.representative p {
  text-align: right;
}

/*--- 運営会社 ---*/
.company-wrap {
  padding: 70px 0;
}

.company-content {
  max-width: 650px;
  margin: 0 auto;
}

.company-content th {
  background-color: #d9d4db;
  border: solid 1px #b2a9b5;
  padding: 10px 50px 10px 10px;
}

.company-content td {
  border: solid 1px #b2a9b5;
  padding: 10px 210px 10px 10px;
}

/*--- tooter ---*/
footer {
  background-image: linear-gradient(180deg, #6d238d 0%, #12125e 100%);
  padding: 30px 0;
}

.footer-nav {
  text-align: center;
}

footer ul li {
  padding: 0 5px;
  display: inline;
  border-right: solid 1px #ffffff;
}

footer ul li:last-child {
  border-right: none;
}

footer li a {
  color: #ffffff;
  text-decoration: none;
}

footer div {
  text-align: center;
  padding-top: 30px;
}

footer small {
  color: #ffffff;
}

/*--- トップへ戻る ---*/
.btn {
  position: fixed;
  bottom: 0;
  right: 10%;
  padding: 10px 40px;
  background-color: #6d238d;
}

.btn a {
  color: #ffffff;
  text-decoration: none;
}


@media screen and (max-width: 768px) {
  
}