@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&family=Oswald:wght@200..700&display=swap");

/*--------------------------------------------------------------
レスポンシブ02 ブラック 1カラム
---------------------------------------------------------------*/

body {
  font-size:18px;
  color: #222;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 14px; }
}

/*--------------------------------------------------------------
変数
---------------------------------------------------------------*/
:root {
  --color-main: #ac0003;
  --color-bg: #edede7;
  --color-blk: #111;
  --btn-color: #0f0f0f;
  --btn-hover: #4c4c4c;
}

/*--------------------------------------------------------------
背景色／余白調整など
---------------------------------------------------------------*/
#wrap {
  background: var(--color-bg);
}
#mainContents {
  padding-bottom: 0;
}
.sideContents {
  padding: 0 0 50px 0;
}
/*ヘッダー背景色2分割*/
#wrap_body #title{
  background:linear-gradient(to left, #111 0, #111 315px, transparent 315px, transparent 100%);
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .article, .gallery {
    padding-left: 4%;
    padding-right: 4%;
  }
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  font-weight: 400;
  color: #6d0610;
}
a.tel-link {
  font-size: 1.05em;
  font-weight: 900;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
段落
---------------------------------------------------------------*/
.article p {
  line-height: 2.0;
  margin-bottom: 1.5em;
  display: flow-root;
}

/*--------------------------------------------------------------
画像 余白
---------------------------------------------------------------*/
.article .article_left .image {
  margin-right: 4%;
}
.article .article_right .image {
  margin-left: 4%;
}
@media screen and (max-width: 600px) {
  .article .article_left .image {
    margin-right: auto;
  }
  .article .article_right .image {
    margin-left: auto;
  }
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title #title_outer {
  width: 96%;
  height: 100px;
}
#title_body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
#title_outer h1 {
  width: 400px;
  height: 84px;
  margin: 0;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/177553448370401.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  background: url("/materials/177570763509701.png") right center no-repeat;
  background-size: 260px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#wrap_body #topMenu {
  background: var(--color-blk);
}
#topMenu .topMenu li a {
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#topMenu .topMenu li a:hover {
  color: #fff;
  background: var(--color-main);
}

/*--------------------------------------------------------------
pankuz
---------------------------------------------------------------*/
#pankuz p {
  font-size: 0.78em;
  line-height: 1;
  text-align: right;
  background: var(--color-bg);
  margin: 0;
  padding: 16px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 49%);
  padding-right: calc(50vw - 49%);
}

/*--------------------------------------------------------------
Topics
---------------------------------------------------------------*/
#mainTopics {
  background: var(--color-bg);
}
ul.topics li p.date {
  background: var(--color-main);
}
ul.topics li p.more a {
  background: var(--btn-color);
}
#mainTopics .listview a {
  font-size: 0.9em;
  background: var(--btn-color);
}
ul.topics li p.more a:hover, #mainTopics .listview a:hover {
  background: var(--btn-hover);
}
#listTopics ul.topics li:first-child {
  margin-top: 30px;
}
#listTopics ul.topics li:last-child {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: var(--color-main);
}
#footer_body .topMenu li a, #footer_body .services li a {
  color: #fff;
  background: transparent;
  border-bottom: 1px solid transparent;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  background: transparent;
  border-bottom: 1px solid #fff;
}
#footer_body .copyright {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  background: var(--color-blk);
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  font-weight: 600;
  background: var(--color-main);
}
#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
  font-size: 1.7em;
  font-weight: 700;
}
#mainArticles .article h2 {
  background: transparent;
}
#mainArticles div[id^=blog] h2 {
  margin-top: 30px;
}
#mainArticles div[id^=blog] h3 {
  padding-bottom: 1.0em;
}
.article h4 {
  color: #fff;
  background: var(--color-main);
  border: none;
  border-radius: 0;
}
.article h4:before {
  width: 18px;
  height: 100%;
  background: var(--color-blk);
}
.article h5 {
  font-size: 1.1em;
  border-left: 4px solid var(--color-main);
}
.article h6 {
  background: transparent;
  border-bottom: 1px dashed #111;
  padding: 4px 8px 8px 4px;
}
.article h6:before {
  color: var(--color-main);
}

/*--------------------------------------------------------------
見出し装飾　英語ルビ
---------------------------------------------------------------*/
#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
  padding-bottom: 2.5em;
}
#mainTopics h2:after, #mainArticles .article h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
  width: 16px;
  height: 2px;
  background: var(--color-main);
  margin: 12px auto;
}
#mainTopics h2:before, #mainArticles .article h2:before, .article h3:before, .gallery h3:before, .freeHtml h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.0em;
  background: transparent;
  font-family: 'Oswald', sans-serif;
  font-size: 0.55em;
  font-weight: 400;
  letter-spacing: 0.5em;
  line-height: 1;
  text-indent: 0.25em;
  margin-top: 1.0em;
  margin-bottom: 0;
  color: var(--color-blk);
  position: absolute;
  bottom: 3.2em;
}
/*個別英語ルビ*/
#about h3::before {
  content: "ABOUT";
}
#features h3::before {
  content: "FEATURES";
}
#concept h3::before {
  content: "CONCEPT";
}
#freetrial h3::before {
  content: "FREE TRIAL";
}
#siteinfo h3::before {
  content: "SITE INFO";
}
#contact h3::before {
  content: "CONTACT";
}
#policy h3::before {
  content: "POLICY";
}
#lesson h3::before {
  content: "LESSON";
}
#flow h3::before {
  content: "FLOW";
}
#faq h3::before {
  content: "FAQ";
}
#payment h3::before {
  content: "PAYMENT";
}
#beginner h3::before {
  content: "BEGINNER+";
}
#intermediate h3::before {
  content: "INTERMEDIATE+";
}
#private h3::before {
  content: "PRIVATE";
}
#cancel h3::before {
  content: "CANCEL POLICY";
}
#message h3::before {
  content: "MESSAGE";
}
#profile h3::before {
  content: "PROFILE";
}
#school h3::before {
  content: "SCHOOL INFO";
}
#access h3::before {
  content: "ACCESS";
}
#mission h3::before {
  content: "MISSION";
}
#mainTopics h2::before {
  content: "NEWS";
}

/*--------------------------------------------------------------
normalTbl
---------------------------------------------------------------*/
.article table.normalTbl {
  border: none;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  margin: 30px 0;
}
.article table.normalTbl td, .article table.normalTbl th {
  border: none;
  border-bottom: 1px solid #555;
}
.article table.normalTbl tr:last-child td, .article table.normalTbl tr:last-child th {
  border-bottom: none;
}
.article table.normalTbl td {
  padding-left: 30px;
}
.article table.normalTbl th {
  width: auto;
  min-width: 25%;
  color: var(--color-main);
  background: transparent;
  position: relative;
}
.article table.normalTbl th::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: #555;
  position: absolute;
  top: 15%;
  right: 0;
}

/*-------------------------------------------------------
freeHtml　会社概要
-------------------------------------------------------*/
.freeHtml {
  margin-top: 0;
}
#sideCompany {
  width: 100vw;
  background: #fff;
  margin: 0 calc(50% - 50vw) 50px;
  padding: 0;
}
#sideCompany .sideCompany_inner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 65px 4%;
}
#sideCompany h2.logomark {
  width: 200px;
  height: 143px;
  background: url("/materials/177553337184501.png") no-repeat;
  margin: 0 auto 20px;
  padding: 0;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany table {
  width: 100%;
  margin: 0 auto 40px;
  font-size: 0.9em;
}
#sideCompany th {
  width: 27%;
  min-height: 3.0em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.0em;
  color: #222;
  font-weight: 500;
  line-height: 1.25;
  padding:1.25em 1.0em;
  margin-right: 3%;
  margin-bottom: 1.0em;
  border-top: none;
  border-bottom: 1px solid var(--color-main);
}
#sideCompany td {
  width: 70%;
  min-height: 3.0em;
  vertical-align: middle;
  font-size: 1.0em;
  color: #222;
  line-height: 1.25;
  padding:1.25em 1.0em;
  font-weight: normal;
  margin-bottom: 1.0em;
  border: none;
  border-bottom: 1px solid #ccc;
}
#sideCompany a.link-btn {
  font-size: 1.0em;
  color: #fff;
  font-weight: 400;
  background: var(--btn-color);
  width: 80%;
  max-width: 450px;
  margin: 30px auto 0 auto;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: var(--btn-hover);
}
#sideCompany a.link-btn span::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-size:1.0em;
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}
#sideCompany a.tel-link {
  font-size: 1.25em;
}

/*-------------------------------------------
サイト案内
-------------------------------------------*/
.gallery.guideBtn .gallery_grid li.galleryGrid {
  margin-bottom:15px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 5px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image {
  max-width: 80%;
  margin: 0 auto;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image a {
  display: block;
  padding-bottom: 50px;
}
.gallery.guideBtn ul.galleryGrids .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 50px;
  border-radius: 4px;
  position: absolute;
  left: 20px;
  bottom: 0;
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  background: var(--color-blk);
  padding: 0 8px;
  pointer-events: none;
}
.gallery.guideBtn ul.galleryGrids .comment::after {
  font-size:1.0em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #fff;
  font-weight: bold;
  margin-left: 6px;
}

/*--------------------------------------------------------------
FAQ
---------------------------------------------------------------*/
ul.faq {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.faq li.qus,
ul.faq li.ans {
  position: relative;
  display: block;
  margin: 0;
  line-height: 1.6;
  padding-left: 44px;
}
ul.faq li.qus {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #555;
}
ul.faq li.ans {
  margin-bottom: 0;
}
/* 四角 */
ul.faq li.qus::before,
ul.faq li.ans::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  margin: 0;
}
ul.faq li.qus::before {
  background: #9b0e1c;
}
ul.faq li.ans::before {
  background: #555;
}
/* 文字ベース */
ul.faq li.qus::after,
ul.faq li.ans::after {
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 32px;
  height: 32px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
/* Q */
ul.faq li.qus::after {
  content: "Q";
  font-size: 1.1em;
  line-height: 32px;
  transform: translateY(-5px);
}
/* A */
ul.faq li.ans::after {
  content: "A";
  font-size: 0.9em;
  line-height: 32px;
  transform: translateY(-3px);
}

/*--------------------------------------------------------------
※数字付き
---------------------------------------------------------------*/
ul.kome-num {
  font-size: 0.85em;
}
ul.kome-num li {
  margin-left: 3.5em;
  text-indent: -3.5em;
}
ul.kome-num li span {
  display: inline-block;
  width: 3.5em;
  text-align:right;
}

/*-------------------------------------------------------
署名
-------------------------------------------------------*/
.signature {
  text-align: right;
}
.signature-box {
  display: inline-block;
  text-align: left;
}
.signature-en {
  font-size: 0.85em;
}

/*--------------------------------------------------------------
代表プロフィール
---------------------------------------------------------------*/
.article.profile .image {
  max-width: 240px;
}

/*-------------------------------------------------------
教室案内
-------------------------------------------------------*/
.article.school h5 {
  margin-top: 0;
}
.article.school .image {
  max-width: 354px;
}
.article.school table.normalTbl {
  width: auto;
}

/*--------------------------------------------------------------
汎用クラス
---------------------------------------------------------------*/
p.leadCopy {
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.6;
  font-feature-settings: "palt";
  margin-bottom:1.0em;
}
.white-box {
  padding: 24px 36px;
  background: #fff;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.full.contact-block {
  text-align: center;
  background: url("/materials/177572340664201.jpg") no-repeat center / cover;
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 50px;
}
.article.full.contact-block .article_body {
  max-width: 800px;
  margin: 50px auto;
  padding: 15px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
}
.article.full.contact-block h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 1.2em;
}
.article.full.contact-block h3:before {
  bottom: 0.9em;
}
.article.full.contact-block h4 {
  display: block;
  width: 600px;
  height: 126px;
  background: url("/materials/177553448370401.png") no-repeat;
  background-position: calc(50% - 20px) center;
  background-size: 100%;
  text-indent: -9000px;
  margin:0 auto 20px;
}
.article.full.contact-block h4:before {
  display: none;
}
.article.full.contact-block p {
  font-size: 0.9em;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1.0em;
}
.article.full.contact-block p.tel-num {
  text-indent: -6px;
}
.article.full.contact-block p a.tel-link {
  font-size: 2.1em;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.article.full.contact-block p a.tel-link::before {
  display: inline-block;
  font-size: 85%;
  transform: translateY(-4px) rotate(-25deg);
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 0.85em;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  background: var(--btn-color);
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: 70%;
  margin: 0 auto 20px;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:#fff;
  font-weight:bold;
  line-height:1.0;
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
  transform:translateY(-2px);
}
a.btn-mailform::after {
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  color:#fff;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color: #fff;
  background: #c6d6ab;
}

/*--------------------------------------------------------------
問い合わせ方法
---------------------------------------------------------------*/
.article.contact-method h5 {
  margin: 0 0 10px 0;
}
.article.contact-method .image {
  width: 120px;
  height: 120px;
  margin-right: 30px;
}

/*--------------------------------------------------------------
問い合わせフォーム
---------------------------------------------------------------*/
#mainArticles table.contactTable input.button, #mainBlogCommentForm table.contactTable input.button {
  background: var(--color-main);
}

/*--------------------------------------------------------------
GoogleMap
---------------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  margin-bottom: 30px;
  overflow: hidden;
  /*padding-bottom: 75%; /*4:3*/
  padding-bottom: 56.25%; /*16:9*/
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*======================================================
1280px
======================================================*/
@media only screen and (max-width: 1280px) {
  /*-------------------------------------------------------
  選べる二つの受講方式
  -------------------------------------------------------*/
  .article.col2.row-item {
    flex: 0 0 49%;
    margin: 0 0 40px;
  }
  .article.col2.row-item.row-left {
    padding-left: 4% !important;
    padding-right: 1% !important;
  }
  .article.col2.row-item.row-right {
    padding-left: 1% !important;
    padding-right: 4% !important;
  }
}

/*======================================================
768px
======================================================*/
@media only screen and (max-width: 768px) {
  #wrap_body #title {
    background: linear-gradient(to left, #111 0, #111 35.5vw, transparent 35.5vw, transparent 100%);
  }
  #title_outer h1 {
    width: 50vw;
    height: 10.5vw;
  }
  #title #title_outer {
    height: 13.5vw;
    background-size: 32vw;
  }
  /*sideCompany*/
  .article.full.contact-block h4 {
    width: 94%;
    aspect-ratio: 1000 / 210;
    height: auto;
    background-size: contain;
  }
}
/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*toggle*/
  #toggle {
    background-color: transparent;
    top: 7px;
    right: 7px;
  }
  .active #toggle {
    background-color: transparent;
  }
  /*title*/
  #wrap_body #title {
    background: linear-gradient(to left, #111 0, #111 70px, transparent 70px, transparent 100%);
  }
  #title h1 {
    width: 60vw;
    max-width: 300px;
    height: 12.6vw;
    padding-left: 0;
  }
  #title #title_outer {
    height: 16vw;
    min-height: calc(56px + 4vw);
    background: none;
  }
  /*.article, .gallery*/
  .article, .gallery {
    margin-bottom: 15px;
  }
  /*normalTbl*/
  .article table.normalTbl tr:last-child th {
    border-bottom: 1px solid #555;
  }
  .article table.normalTbl th::after {
    display: none;
  }
  /*代表挨拶写真*/
  .article.message .image {
    max-width: 70%;
  }
  .article.contact-method .image {
    margin: 0 auto 15px auto;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #bottomLink{
    display: block;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    z-index:1000;
    height:50px;
    overflow:hidden;
    border-top:1px solid #fff;
  }
  #bottomLink a {
    display: block;
    padding: 0;
    color: #fff;
    background: #6d0610;
    text-decoration: none;
    font-size:18px;
    font-weight: 900;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a span {
    font-size:15px;
    font-weight: 700;
    display: inline-block;
  }
  #bottomLink a span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-size:120%;
    font-weight: bold;
    margin-right: 7px;
    margin-left: 7px;
    display:inline-block;
    transform: rotate(-30deg);
  }
  /* ボタンサイズ分の画面下部余白 */
  #wrap {
    margin-bottom: 50px;
  }
}

/*======================================================
480px
======================================================*/
@media only screen and (max-width: 480px) {
  /*汎用クラス　白背景ボックス*/
  .white-box {
    padding: 1.2em 1.5em;
  }
}

/*-------------------------------------------------------
recaptcha バッジ非表示
-------------------------------------------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }

/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}
