@charset "utf-8";

/* =========================================================
   school.css
   司会者養成スクールページ / BiND依存なし版
   GRAND MC redesign
   PC固定版
   ========================================================= */


/* -------------------------
   基本設定
------------------------- */

*{
  box-sizing: border-box;
}

html,
body{
  min-width: 1000px;
  margin: 0;
  padding: 0;
}

body{
  color: #5f5350;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  background: #fff;
  overflow-x: auto;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a{
  color: #6b2b23;
  text-decoration: none;
}

a:hover{
  color: #9b5a5a;
  text-decoration: underline;
}

.site-bg{
  min-width: 1000px;
  background: #fff;
}


/* -------------------------
   上部キャッチコピー
------------------------- */

.site-header{
  min-width: 1000px;
  padding: 18px 0 20px;
  background: #fff;
}

.site-header p{
  width: 1000px;
  margin: 0 auto;
  color: #645654;
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: -0.03em;
  text-align: center;
}

.site-header p strong{
  color: inherit;
  font-weight: inherit;
}


/* -------------------------
   下層ページ用ヘッダー
------------------------- */

.lower-header{
  min-width: 1000px;
  background: #ede2d9;
}

.lower-header-inner{
  display: flex;
  align-items: center;
  width: 1000px;
  min-height: 132px;
  margin: 0 auto;
}

.lower-logo{
  width: 230px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.lower-logo img{
  width: 155px;
  height: auto;
}


/* -------------------------
   下層ページ用グローバルメニュー
   4個×2段
------------------------- */

.global-nav{
  width: 770px;
}

.global-nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 770px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav li{
  width: 170px;
  margin: 4px 8px;
  padding: 0;
  text-align: center;
}

.global-nav a{
  display: inline-block;
  position: relative;
  padding: 6px 4px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.global-nav a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 0;
  height: 1px;
  background: #a99790;
  transform: translateX(-50%);
  transition: width 0.18s ease;
}

.global-nav a:hover,
.global-nav a:focus{
  color: #6b2b23;
  text-decoration: none;
}

.global-nav a:hover::after,
.global-nav a:focus::after{
  width: 100%;
}

.global-nav .current a{
  color: #6b2b23;
}

.global-nav .current a::after{
  display: none;
}


/* -------------------------
   ヘッダーロゴ hover
------------------------- */

.lower-logo a{
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
  line-height: 0;
  text-decoration: none;
}

.lower-logo a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #a99790;
  transform: translateX(-50%);
  transition: width 0.18s ease;
}

.lower-logo a:hover,
.lower-logo a:focus{
  outline: none;
  text-decoration: none;
}

.lower-logo a:hover::after,
.lower-logo a:focus::after{
  width: 68%;
}


/* -------------------------
   メイン
------------------------- */

.site-main{
  width: 1000px;
  margin: 0 auto;
  padding: 48px 0 76px;
}


/* =========================================================
   スクール導入
   ========================================================= */

.school-intro{
  display: flex;
  width: 1000px;
  margin: 0 auto 46px;
  padding: 38px 44px 42px;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
}

.school-intro-left{
  width: 330px;
  margin-right: 44px;
  text-align: center;
  flex: none;
}

.school-title{
  margin: 0 0 8px;
}

.school-title img{
  width: 234px;
  height: auto;
}

.school-title-ja{
  margin: 0 0 24px;
  color: #4d403d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.school-photo{
  margin: 0 0 18px;
}

.school-photo img{
  width: 300px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(91,74,62,0.12);
}

.voice-link{
  margin: 0;
}

.voice-link a{
  display: inline-block;
  line-height: 0;
  border-radius: 6px;
}

.voice-link a:hover,
.voice-link a:focus{
  outline: 2px solid rgba(107,43,35,.35);
  outline-offset: 4px;
}

.voice-link img{
  width: 300px;
  height: auto;
}

.school-intro-right{
  width: 546px;
  color: #4f4643;
  font-size: 14.5px;
  line-height: 2.0;
  letter-spacing: 0.01em;
}

.school-intro-right p{
  margin: 0 0 18px;
}

.school-intro-right .lead-question{
  margin: 0 0 18px;
  color: #4d403d;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.85;
}


/* =========================================================
   スクール概要表
   ========================================================= */

.school-info-section{
  width: 900px;
  margin: 0 auto 48px;
}

.school-info-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #4f4643;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.10);
  overflow: hidden;
}

.school-info-table th,
.school-info-table td{
  padding: 18px 20px;
  border-bottom: 1px solid #eadfd7;
  vertical-align: top;
}

.school-info-table tr:last-child th,
.school-info-table tr:last-child td{
  border-bottom: none;
}

.school-info-table th{
  width: 250px;
  color: #fff;
  background: #c9b7ac;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.school-info-table td{
  color: #5f5350;
  background: #fff;
  font-size: 14.5px;
  line-height: 1.8;
}

.balloon{
  margin: 0 0 8px;
  color: #4d403d;
  font-weight: 700;
}

.affix{
  margin: 4px 0 0;
  color: #5f5350;
  font-size: 14px;
  line-height: 1.7;
}


/* =========================================================
   申込みからデビューまで
   ========================================================= */

.school-flow-section{
  width: 900px;
  margin: 0 auto;
  padding: 42px 48px 46px;
  color: #4f4643;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
}

.school-flow-section h2{
  margin: 0 0 30px;
  padding: 0 0 14px;
  color: #4d403d;
  border-bottom: 1px solid #d8cbc4;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
}

.flow-step{
  position: relative;
  margin: 0 0 28px;
  padding: 0 0 0 192px;
}

.flow-step h3{
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  margin: 0;
  padding: 9px 18px;
  color: #fff;
  background: #c9b7ac;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.flow-step ul{
  margin: 0;
  padding: 0 0 0 1.2em;
}

.flow-step li{
  margin: 0 0 8px;
  color: #5f5350;
  font-size: 14.5px;
  line-height: 1.85;
}

.flow-step.no-dot ul{
  list-style: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
}

.flow-step.no-dot li{
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.school-message{
  width: 620px;
  margin: 42px auto 30px;
  padding: 24px 30px 26px;
  background: #fff;
  border: 1px solid #eadfd7;
  border-left: 6px solid #d8c4bb;
  border-radius: 16px;
  text-align: center;
}

.school-message p{
  margin: 0 0 16px;
  color: #7a3f3f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.school-message img{
  width: 155px;
  height: auto;
}

.school-cta{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 660px;
  margin: 0 auto;
}

.school-cta p{
  width: 300px;
  margin: 0 15px;
  text-align: center;
}

.school-cta a{
  display: inline-block;
  line-height: 0;
  border-radius: 6px;
}

.school-cta a:hover,
.school-cta a:focus{
  outline: 2px solid rgba(107,43,35,.35);
  outline-offset: 5px;
}

.school-cta img{
  max-width: 300px;
  height: auto;
}


/* =========================================================
   フッター
   ========================================================= */

.site-footer{
  min-width: 1000px;
  background: #6b5b57;
}

.footer-inner{
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 35px;
  color: #e1d5cf;
}

.footer-main{
  display: flex;
  align-items: flex-start;
}

.footer-company{
  width: 360px;
  margin-right: 42px;
}

.footer-menu{
  width: 220px;
  margin-right: 38px;
}

.footer-links{
  width: 340px;
  text-align: right;
}

.footer-company p,
.footer-menu p,
.footer-links p{
  margin: 0;
  color: #e1d5cf;
  font-size: 13px;
  line-height: 1.85;
}

.footer-company strong{
  color: #e1d5cf;
  font-weight: 700;
}

.site-footer a{
  color: #e1d5cf;
  text-decoration: none;
}

.site-footer a:hover{
  color: #fff;
  text-decoration: underline;
}

.facebook-link{
  margin-bottom: 14px !important;
}

.facebook-link img{
  width: 50px;
  height: auto;
}

.company-link img{
  width: 337px;
  height: auto;
}

.footer-bottom{
  margin-top: -90px;
  padding-top: 0;
  text-align: center;
}

.footer-logo{
  margin: 0;
}

.footer-logo img{
  width: 210px;
  height: auto;
}

.copyright{
  margin: 8px 0 0;
  color: #e1d5cf;
  font-size: 12px;
}


/* -------------------------
   フッター画像リンクのみホバー枠
   ※フッターテキストリンクは元のまま
------------------------- */

.footer-links a,
.footer-logo a{
  display: inline-block;
  line-height: 0;
  border-radius: 4px;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-logo a:hover,
.footer-logo a:focus{
  outline: 2px solid rgba(225,213,207,.45);
  outline-offset: 5px;
}
