@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*13px*/
/*14px*/
/*18px*/
/*20px*/
/*24px*/
/*28px*/
/*32px*/
/*40px*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* ブレークポイント */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
body {
  font-size: 16px;
}

/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 80px 0px;
}
@media screen and (max-width: 599px) {
  .layout-container {
    width: auto;
    padding: 40px 15px;
  }
}

/* メインカラム */
.layout-main-column {
  width: 860px;
  display: block;
  float: left;
}
@media screen and (max-width: 599px) {
  .layout-main-column {
    width: auto;
    float: none;
  }
}

/* サブカラム */
.layout-sub-column {
  width: 160px;
  display: block;
  float: right;
}
@media screen and (max-width: 599px) {
  .layout-sub-column {
    width: auto;
    float: none;
  }
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 120px;
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  width: 100%;
  padding: 35px 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  text-align: left;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header.header-floating {
  background: rgba(255, 255, 255, 0);
  padding: 25px 0 20px;
}
@media screen and (max-width: 599px) {
  .header {
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header.header-floating {
    padding: 20px 15px;
  }
}

.top .header.header-floating {
  background: rgba(255, 255, 255, 0.6);
}

/* ヘッダーメイン部分 */
.header-main {
  width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .header-main {
    width: auto;
  }
}

/* ヘッダーロゴ */
.header-site-name {
  width: 250px;
  /*top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;*/
}
.header-site-name a {
  background: url(../img/common/header/log--sitename.svg) center top no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .header-site-name {
    width: 233px;
    margin: 0;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  clear: both;
  display: block;
  position: relative;
  text-align: left;
  color: #fff;
  border: none;
  background: #fff;
}

.footer-top {
  background: url(../img/common/footer/pic--01.png) center center no-repeat, #FDF2ED;
  background-size: auto 320px;
  height: 340px;
}
@media screen and (max-width: 599px) {
  .footer-top {
    background: url(../img/common/footer/pic--01-sp.png) center center no-repeat, #FDF2ED;
    background-size: contain;
  }
}

.footer-sns {
  background: #fff;
  padding: 30px 0px;
}
.footer-sns .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-sns .btn-sns {
  border: 1px solid #9B7261;
  border-radius: 5px;
  padding-top: 60px;
  padding-bottom: 10px;
  text-align: center;
  width: 160px;
  display: block;
}
.footer-sns li {
  margin: 5px;
}
.footer-sns li:nth-child(1) .btn-sns {
  color: #D01527;
  background: url(../img/common/footer/btn--blog.svg) top 20px center no-repeat;
  background-size: 32px auto;
}
.footer-sns li:nth-child(2) .btn-sns {
  color: #12C329;
  background: url(../img/common/footer/btn--line.svg) top 15px center no-repeat;
  background-size: 43px auto;
}
@media screen and (max-width: 599px) {
  .footer-sns .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-bottom {
  font-size: 0.82rem;
  background: #fff;
  border-top: 7px solid #D01527;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
  color: #000;
}
.footer-bottom__logo {
  background: url(https://s-lessons.com/img/add/component/logo.png) no-repeat left top;
  background-size: 77px;
  text-indent: -9999px;
  width: 80px;
  height: 60px;
  margin: 0px 20px;
}
@media screen and (max-width: 599px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.footer-bottom-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .footer-bottom-company {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.scrolltop {
  position: fixed;
  width: 45px;
  height: 45px;
  background: url(../img/common/footer/btn--totop.svg) center center no-repeat;
  background-size: 45px 45px;
  bottom: 20px;
  right: 20px;
  text-indent: -9999px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .scrolltop {
    right: 5px;
    bottom: 65px;
  }
}

.copyright {
  color: #7E7E7E;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .copyright {
    text-align: center;
  }
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
.primal-nav {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .primal-nav {
    display: none;
  }
}

.primal-nav-list {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}
.primal-nav-list > li {
  position: relative;
  margin: 0px 25px;
}
.primal-nav-list > li:before {
  content: "";
  background: url(../img/common/header/nav/lin-separate.svg) center left no-repeat;
  height: 37px;
  width: 1px;
  position: absolute;
  top: 15px;
  left: -25px;
}
.primal-nav-list > li:last-child:after {
  content: "";
  background: url(../img/common/header/nav/lin-separate.svg) center right no-repeat;
  height: 37px;
  width: 1px;
  position: absolute;
  top: 15px;
  right: -25px;
}
.primal-nav-list > li > a {
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
  color: #141414;
  font-weight: bold;
  padding: 40px 5px 0px 5px;
  position: relative;
}
.primal-nav-list a:hover img {
  opacity: 1;
}
.primal-nav-list .primal-nav-item-01 {
  background: url(../img/common/header/nav/ico--01.svg) top center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(92%, #F0EE83)) bottom 6px center;
  background: url(../img/common/header/nav/ico--01.svg) top center no-repeat, linear-gradient(transparent 92%, #F0EE83 92%) bottom 6px center;
}
.primal-nav-list .primal-nav-item-02 {
  background: url(../img/common/header/nav/ico--02.svg) top center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(92%, #F0EE83)) bottom 6px center;
  background: url(../img/common/header/nav/ico--02.svg) top center no-repeat, linear-gradient(transparent 92%, #F0EE83 92%) bottom 6px center;
}
.primal-nav-list .primal-nav-item-03 {
  background: url(../img/common/header/nav/ico--03.svg) top center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(92%, #F0EE83)) bottom 6px center;
  background: url(../img/common/header/nav/ico--03.svg) top center no-repeat, linear-gradient(transparent 92%, #F0EE83 92%) bottom 6px center;
}
.primal-nav-list .primal-nav-item-04 {
  background: url(../img/common/header/nav/ico--04.svg) top center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(92%, #F0EE83)) bottom 6px center;
  background: url(../img/common/header/nav/ico--04.svg) top center no-repeat, linear-gradient(transparent 92%, #F0EE83 92%) bottom 6px center;
}
.primal-nav-list .primal-nav-item-05 {
  background: url(../img/common/header/nav/ico--05.svg) top center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(92%, #F0EE83)) bottom 6px center;
  background: url(../img/common/header/nav/ico--05.svg) top center no-repeat, linear-gradient(transparent 92%, #F0EE83 92%) bottom 6px center;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.footer-nav .footer-nav-list {
  list-style: none;
  width: 30%;
}
.footer-nav .footer-nav-list li {
  background: url(../img/common/footer/nav/ico--nav.svg) left center no-repeat;
  padding-left: 20px;
  margin: 15px 0px;
}
.footer-nav .footer-nav-list:nth-of-type(1) {
  width: 40%;
}
@media screen and (max-width: 599px) {
  .footer-nav {
    display: none;
  }
  .footer-nav .footer-nav-list {
    width: 100%;
  }
  .footer-nav .footer-nav-list:nth-of-type(1) {
    width: 100%;
  }
}

/* グローバルナビの設定 */
.global-nav {
  display: none;
  background: #fff;
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 10;
}
.global-nav .global-nav__sitename {
  width: 190px;
}
.global-nav .global-nav-header {
  padding-top: 85px;
  margin-bottom: 50px;
  text-align: center;
}
.global-nav .global-nav__hosp {
  position: absolute;
  right: 70px;
  bottom: 70px;
}
.global-nav .global-nav__hosp img {
  width: 170px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 599px) {
  .global-nav .global-nav__hosp {
    right: 20px;
    bottom: 10px;
    width: 40%;
    text-align: center;
  }
  .global-nav .global-nav__hosp img {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .global-nav:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
}

.global-nav-list {
  width: 1000px;
  margin: 0 auto;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.global-nav-list li {
  width: 190px;
  margin-top: -1px;
  margin-right: 12px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 5px 0;
}
.global-nav-list li:nth-child(5) {
  margin-right: 0;
}
.global-nav-list li a {
  padding: 25px 0;
  display: block;
  text-decoration: none;
  color: #141414;
}
.global-nav-list .global-nav-list__en {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 1.38rem;
}
.global-nav-list .global-nav-list__ja {
  display: block;
  font-weight: bold;
  font-size: 0.75rem;
}
@media screen and (max-width: 599px) {
  .global-nav-list {
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 20px;
  }
  .global-nav-list li {
    margin-right: 0;
  }
  .global-nav-list li a {
    padding: 15px 0;
  }
}

.menu-close {
  background: url(../img/common/header/nav/btn--close.svg) left top no-repeat;
  display: block;
  width: 57px;
  height: 55px;
  padding: 0;
  border: none;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 66px;
}
@media screen and (max-width: 599px) {
  .menu-close {
    top: 10px;
    right: 10px;
  }
}

.menu-open {
  display: none;
}
@media screen and (max-width: 599px) {
  .menu-open {
    display: block;
    position: fixed;
    top: 25px;
    right: 25px;
    background: none;
    border: none;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7E7E7E;
  margin: 0px 5px;
}
.footer-menu li {
  margin: 0px 5px;
}
.footer-menu li a:link, .footer-menu li a:visited {
  color: #7E7E7E;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-menu li {
    margin: 5px;
  }
  .footer-menu li a {
    white-space: nowrap;
  }
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  font-size: 3rem !important;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #D01527;
  font-weight: bold;
  line-height: 1 !important;
  border-bottom: none !important;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 599px) {
  .page-title {
    font-size: 2rem !important;
  }
}

.page-title-sub {
  color: #000;
  font-size: 1rem;
  margin-bottom: 0px !important;
}

/* 見出し */
.title-lv1 {
  margin-bottom: 60px;
  font-weight: normal;
  font-size: 1.94rem;
}
@media screen and (max-width: 599px) {
  .title-lv1 {
    line-height: 1.8;
    font-size: 1.5rem;
  }
}

.title-lv2 {
  margin-bottom: 45px;
  font-size: 1.5rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #D01527;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .title-lv2 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

h2.title-lv2 {
  border-bottom: 0px !important;
  text-shadow: none !important;
}

.title-lv3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.38rem;
}
@media screen and (max-width: 599px) {
  .title-lv3 {
    line-height: 1.66;
  }
}

/* 汎用見出し */
.title-other-01 {
  background: url(../img/common/mark/ico--circle-02.svg) 4px 7px no-repeat;
  padding-left: 35px;
  font-size: 1.31rem;
}

.title-other-02 {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-weight: bold;
  margin-bottom: 0px !important;
}

p.title-other-02 {
  margin-bottom: 5px !important;
}

.title-other-03 {
  border-left: 4px solid #D01527;
  color: #000;
  padding-left: 20px;
  border-bottom: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0px 0px 0 !important;
}

.section-title {
  border-left: 5px solid #D01527;
  color: #D01527;
  font-size: 1.63rem !important;
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding: 5px 0px 5px 20px !important;
  border-bottom: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0px 0px 0 !important;
}
.section-title img {
  margin-right: 15px;
}

.catch__lede {
  font-size: 1.75rem;
  font-weight: bold;
}

.catch__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 {
  margin-top: 40px !important;
  font-family: noto-sans-cjk-jp, sans-serif;
  text-align: center;
  border-collapse: separate !important;
  border-spacing: 2px 0px;
  background: #fff;
}
.table-ptn--01 thead th {
  background: #ED818B !important;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 10px 0px !important;
  white-space: nowrap;
}
.table-ptn--01 tbody td {
  padding: 10px !important;
}
.table-ptn--01 p {
  margin-bottom: 0px !important;
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn-red {
  width: 290px;
  height: 64px;
  margin: 0px auto;
  border-radius: 10px;
  border: solid 2px #D01527;
  color: #D01527;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: url(../img/common/btn/ico--arrow.svg) right 25px center no-repeat, #fff;
  line-height: 1.3;
  font-size: 1.125rem;
  font-weight: bold;
}
.btn-red:link, .btn-red:visited {
  color: #D01527;
}
.btn-red:hover {
  background: url(../img/common/btn/ico--arrow-white.svg) right 25px center no-repeat, #D01527;
  color: #fff;
  text-decoration: none;
}

.btn-fill-red {
  background: #D01527;
  color: #fff;
  line-height: 1.3;
}
.btn-fill-red:hover {
  background: #D01527;
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.btn-fill-red:link, .btn-fill-red:visited {
  color: #fff;
}
@media screen and (max-width: 599px) {
  .btn-fill-red {
    width: 100%;
  }
}

.btn-footer {
  width: 182px;
  height: 50px;
  border-radius: 4px;
  border: solid 2px #D01527;
  -webkit-box-shadow: 0px 2px #D6D4B9;
          box-shadow: 0px 2px #D6D4B9;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 15px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .btn-footer {
    width: 100%;
  }
}

.btn-estimate {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 155px;
  background-color: #D01527;
  border-bottom-left-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-estimate img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn-estimate.header-floating {
  padding: 25px 0 20px;
}
@media screen and (max-width: 599px) {
  .btn-estimate {
    top: auto;
    bottom: 0px;
    width: 100px;
    border-top-left-radius: 20px;
    padding: 15px 0;
  }
  .btn-estimate.header-floating {
    padding: 10px 0px;
  }
}

.btn-view {
  padding: 12px 0px 0px;
  border-bottom: 1px solid #fff;
  position: relative;
  color: #fff;
  width: 180px;
  display: inline-block;
  text-align: left;
}
.btn-view::after {
  content: "";
  border-bottom: 1px solid #fff;
  width: 38px;
  right: 0px;
  top: 50%;
  position: absolute;
}
.btn-view:before {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30%;
  border-bottom: 1px solid #D01527;
}

.btn-square {
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/common/btn/ico--arrow.svg) center right 40px no-repeat;
  background-color: #75DEA7;
  font-size: 1.125rem;
  -webkit-box-shadow: 0px 3px #B6DBC7;
          box-shadow: 0px 3px #B6DBC7;
  border-radius: 10px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .btn-square {
    margin-bottom: 20px;
  }
}

.btn-contact {
  border: 2px solid #D01527;
  border-radius: 5px;
  background: url(../img/flow/01/ico--mail.svg) center left 15px no-repeat, #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 256px;
  height: 63px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}
.btn-contact:link, .btn-contact:hover, .btn-contact:visited {
  color: #000;
  text-decoration: none;
}
.btn-contact:hover {
  opacity: 0.7;
}

.btn-link {
  width: auto;
  margin: 0px auto;
  color: #D01527;
  background: url(../img/common/btn/ico--arrow.svg) right center no-repeat, #fff;
  line-height: 1.3;
  border-bottom: 1px solid #D01527;
  padding-bottom: 5px;
  padding-right: 30px;
}
.btn-link:link, .btn-link:visited {
  color: #D01527;
}
.btn-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle li {
  background: url(../img/common/mark/ico--circle-01.svg) 4px 7px no-repeat;
  padding-left: 25px;
  list-style: none !important;
}

.list-circle__small li {
  background: none;
  padding-left: 25px;
  list-style: none !important;
  position: relative;
}
.list-circle__small li::before {
  content: "・";
  color: #D01527;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

.list-accordion__title {
  border: 3px solid #ED818B;
  border-radius: 10px;
  color: #ED818B;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 15px;
  margin: 5px 0px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.list-accordion__title::after {
  content: url(../img/index/reason/ico--plus-pink.svg);
  position: absolute;
  right: 10px;
  top: 17px;
}
.list-accordion__title.active::after {
  content: url(../img/index/reason/ico--minus-pink.svg);
}
.list-accordion__desc {
  display: none;
  background-color: #F8F4EE;
  padding: 20px;
  font-size: 1rem;
}
.list-accordion__list {
  margin: 5px 0px;
  list-style: none !important;
}
.list-accordion__list:nth-child(2n) .list-accordion__title {
  border: 3px solid #F7A44C;
  color: #9B7261;
}
.list-accordion__list:nth-child(2n) .list-accordion__title::after {
  content: url(../img/index/reason/ico--plus-yellow.svg);
}
.list-accordion__list:nth-child(2n) .list-accordion__title.active::after {
  content: url(../img/index/reason/ico--minus-yellow.svg);
}
@media screen and (max-width: 599px) {
  .list-accordion__title {
    font-size: 1.125rem;
    padding: 10px;
  }
  .list-accordion__title::after {
    top: 50%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    right: 5px;
  }
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 1px solid #ABA073;
  background: #fff;
  padding: 15px;
}

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.category {
  background: #1A1A1A;
  display: inline-block;
  padding: 0px 15px;
  font-size: 0.61rem;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .category {
    font-size: 0.88rem;
  }
}

.news-list {
  list-style: none;
}
.news-list li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #10171F;
  font-size: 0.83rem;
}
.news-list li .news-list__date {
  width: 124px;
}
.news-list li .news-list__cat {
  width: 100px;
}
@media screen and (max-width: 599px) {
  .news-list li {
    display: block;
    font-size: 1rem;
  }
  .news-list li .news-list__date {
    float: left;
  }
  .news-list li .news-list__cat {
    width: calc(100% - 130px);
    float: left;
    margin-bottom: 10px;
  }
  .news-list li .news-list__title {
    clear: both;
  }
}

.article-nav {
  position: relative;
  margin-bottom: 80px;
}
.article-nav .article-nav {
  width: 30%;
}
.article-nav .article-nav:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav .article-nav:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav .article-nav:nth-child(3) {
  margin: 0 auto;
}

.article-content {
  margin-bottom: 80px;
}

.article-nav {
  position: relative;
  width: 400px;
  margin: 0 auto 40px;
  list-style: none;
}
.article-nav li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav li:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav li:nth-child(3) {
  text-align: center;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  margin-bottom: 80px;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #D01527;
}
.pagination a {
  border: 1px solid #D01527;
}
.pagination a:hover {
  background-color: #D01527;
  border: 1px solid #D01527;
  color: #fff;
}
.pagination .current {
  background-color: #D01527;
  border: 1px solid #D01527;
  color: #fff;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.page-numbers li {
  list-style: none !important;
}

/*
	サイト全体のアイテムの設定
*/
@media screen and (max-width: 599px) {
  #content {
    width: 100% !important;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.scroll-pane {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
}

.top-about {
  margin-bottom: 30px;
}
.top-about__lede {
  font-size: 1.5rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding-bottom: 2px;
  white-space: nowrap;
  display: inline-block;
  padding: 0px 15px 2px;
  font-weight: bold;
  margin-bottom: 0.5em !important;
  background: url(../img/index/about/lin--dot.svg) repeat-x bottom center;
}
.top-about__intro {
  background: url(../img/index/about/pic--01.png) top center no-repeat;
  height: 380px;
  background-size: contain;
}
.top-about .top-about-omakase {
  background: url(../img/index/about/bgi--left.png) center left no-repeat, url(../img/index/about/bgi--right.png) center right no-repeat;
  background-size: contain, contain;
  text-align: center;
  font-weight: bold;
  padding: 0px 65px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 100px;
}
.top-about .top-about-omakase::after {
  content: url(../img/index/about/ico--arrow.svg);
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
@media screen and (max-width: 599px) {
  .top-about__intro {
    background: url(../img/index/about/pic--01-sp.png) top center no-repeat;
    background-size: contain;
    height: 477px;
  }
  .top-about .top-about-omakase {
    background: none;
    padding: 0px;
  }
  .top-about .top-about-omakase .u-font-size--large {
    font-size: 1rem;
  }
}

.top-about-support {
  background: url(../img/index/about/bgi--jp.svg) top 20px left 35px no-repeat, url(../img/index/about/bgi--native.svg) top 11px right 22px no-repeat, url(../img/index/about/bgi--support.svg) center center no-repeat;
  background-size: 72px auto, 93px auto, cover;
  text-align: center;
  padding: 40px 60px;
}
.top-about-support .title-lv2 {
  font-size: 1.5rem;
}
.top-about-support .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px !important;
}
.top-about-support .col {
  list-style: none;
  list-style-type: none !important;
  border: 1px solid #D01527;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px #D01527;
          box-shadow: 3px 3px #D01527;
  padding-top: 60px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.top-about-support .col:nth-child(1) {
  background: url(../img/index/about/ico--listening.svg) top 15px center no-repeat, #fff;
}
.top-about-support .col:nth-child(2) {
  background: url(../img/index/about/ico--reading.svg) top 15px center no-repeat, #fff;
}
.top-about-support .col:nth-child(3) {
  background: url(../img/index/about/ico--speaking.svg) top 15px center no-repeat, #fff;
}
.top-about-support .col:nth-child(4) {
  background: url(../img/index/about/ico--writing.svg) top 15px center no-repeat, #fff;
}
.top-about-support__jp {
  color: #D01527;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0px !important;
}
.top-about-support__en {
  color: #716E6E;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 599px) {
  .top-about-support {
    background: url(../img/index/about/bgi--support.svg) center center no-repeat;
    background-size: cover;
    padding: 40px 0px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-about-support .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-about-support .col {
    width: 45%;
    display: block;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin: 20px 10px;
  }
  .top-about-support__en {
    color: #716E6E;
    margin-bottom: 0px !important;
    font-size: 1rem;
  }
}

.top-welcome {
  background: url(../img/index/welcome/pic--top.png) top center no-repeat;
  background-size: contain;
  padding-top: 175px !important;
}
.top-welcome .title-lv2 {
  text-indent: -9999px;
  border: none !important;
}
@media screen and (max-width: 599px) {
  .top-welcome {
    background: url(../img/index/welcome/pic--top-sp.png) top center no-repeat;
    background-size: contain;
    padding-top: 120px !important;
  }
}

.section__title {
  color: #D01527;
  font-size: 3rem !important;
  text-shadow: none !important;
  border: none !important;
  font-family: noto-sans-cjk-jp, sans-serif;
  margin-bottom: 0px !important;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .section__title {
    font-size: 2.38rem !important;
  }
}

.section__title-sub {
  font-weight: bold;
  font-size: 1rem;
}

.youtube_container {
  margin: 0 auto 80px;
}

.youtube__caption {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

.top-movie {
  background: url(../img/index/movie/bgi--01.png) bottom center no-repeat, #FDF2ED;
  background-size: 100% 300px;
  padding: 20px !important;
  margin-bottom: 50px;
  position: relative;
}
.top-movie__container {
  padding: 40px 140px;
}
.top-movie__container .youtube {
  margin-bottom: 5px;
}
.top-movie::before {
  content: url(../img/index/movie/ico--movie.svg);
  top: -25px;
  left: 260px;
  position: absolute;
}
.top-movie::after {
  content: url(../img/index/movie/bgi--02.svg);
  bottom: -45px;
  left: 260px;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .top-movie {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-movie__container {
    padding: 0px;
  }
  .top-movie::after {
    content: url(../img/index/movie/bgi--02.svg);
    bottom: -45px;
    left: 75px;
    position: absolute;
  }
}

.top-teacher {
  padding-top: 40px !important;
  background: url(../img/index/newteacher/pic--01.svg) top right 120px no-repeat;
  background-size: 165px auto;
  margin-bottom: 130px;
}
.top-teacher .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-teacher .row ul {
  margin: 0px !important;
}
.top-teacher__list {
  list-style: none;
  list-style-type: none !important;
  width: 23%;
  margin-bottom: 60px;
}
.top-teacher__name {
  font-weight: bold;
  margin-bottom: 0px !important;
  font-size: 1rem;
}
.top-teacher__rank {
  background: url(https://s-lessons.com/img/add/component/icon_rank.png) no-repeat left center;
  background-size: 18px auto;
  list-style: none;
  list-style-type: none !important;
  font-size: 0.81rem;
  padding-left: 25px;
}
.top-teacher__point {
  background: url(https://s-lessons.com/img/add/component/icon_point.png) no-repeat left center;
  background-size: 18px auto;
  list-style: none;
  list-style-type: none !important;
  font-size: 0.81rem;
  padding-left: 25px;
}
.top-teacher__desc {
  font-size: 0.81rem;
  margin: 10px 0px 0px !important;
}
@media screen and (max-width: 599px) {
  .top-teacher {
    padding-top: 135px !important;
    background: url(../img/index/newteacher/pic--01.svg) top right 0px no-repeat;
  }
  .top-teacher .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-teacher__list {
    width: 48%;
    margin-bottom: 20px;
  }
}

.top-mission {
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  background: #FDF2ED;
  padding: 30px 50px 50px !important;
  margin-bottom: 85px;
}
.top-mission__lede {
  text-indent: -9999px;
  background: url(../img/index/mission/txt--01.svg) top center no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 570px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .top-mission {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 15px !important;
  }
  .top-mission__lede {
    background: url(../img/index/mission/txt--01-sp.svg) top center no-repeat;
    background-size: contain;
    height: 185px;
  }
}

.top-policy {
  margin-bottom: 130px;
}
.top-policy__container {
  border-left: 10px solid #D01527;
  border-right: 10px solid #D01527;
  padding: 20px 40px 30px;
}
.top-policy ul {
  margin: 0px !important;
}
.top-policy__list {
  border-bottom: 1px dotted #716E6E;
  padding: 20px 0px;
  list-style: none !important;
  font-size: 1.5rem;
  font-weight: bold;
}
.top-policy__list:nth-child(1) span {
  background: url(../img/index/policy/ico--01.svg) top 5px left no-repeat;
  background-size: 36px auto;
  padding: 10px 0px 10px 50px;
}
.top-policy__list:nth-child(2) span {
  background: url(../img/index/policy/ico--02.svg) top 5px left no-repeat;
  background-size: 62px auto;
  padding: 10px 0px 10px 70px;
}
.top-policy__list:nth-child(3) span {
  background: url(../img/index/policy/ico--03.svg) top 5px left no-repeat;
  background-size: 40px auto;
  padding: 10px 0px 10px 45px;
}
@media screen and (max-width: 599px) {
  .top-policy {
    margin-bottom: 90px;
  }
  .top-policy__container {
    padding: 10px;
  }
  .top-policy__list {
    font-size: 1.125rem;
  }
}

.top-reasons {
  padding-top: 40px !important;
  background: url(../img/index/reason/pic--01.svg) top right 200px no-repeat;
  background-size: 118px auto;
  margin-bottom: 100px;
}
.top-reasons ol {
  margin: 0px !important;
}
.top-reasons__title {
  border: 3px solid #ED818B;
  border-radius: 10px;
  color: #ED818B;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 10px 20px;
  margin: 5px 0px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.top-reasons__title::after {
  content: url(../img/index/reason/ico--plus-pink.svg);
  position: absolute;
  right: 10px;
  top: 17px;
}
.top-reasons__title.active::after {
  content: url(../img/index/reason/ico--minus-pink.svg);
}
.top-reasons__list {
  margin: 5px 0px;
  list-style: none !important;
}
.top-reasons__list:nth-child(2n) .top-reasons__title {
  border: 3px solid #F7A44C;
  color: #9B7261;
}
.top-reasons__list:nth-child(2n) .top-reasons__title::after {
  content: url(../img/index/reason/ico--plus-yellow.svg);
}
.top-reasons__list:nth-child(2n) .top-reasons__title.active::after {
  content: url(../img/index/reason/ico--minus-yellow.svg);
}
.top-reasons__desc {
  display: none;
  background-color: #F8F4EE;
  padding: 20px;
  font-size: 1rem;
}
.top-reasons__number {
  font-family: quicksand, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5;
  padding-right: 20px;
  border-right: 1px solid;
  margin-right: 24px;
}
@media screen and (max-width: 599px) {
  .top-reasons {
    padding-top: 90px !important;
    background: url(../img/index/reason/pic--01.svg) top right 45px no-repeat;
  }
  .top-reasons__title {
    font-size: 1.125rem;
    padding: 10px;
  }
  .top-reasons__title::after {
    top: 50%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    right: 5px;
  }
  .top-reasons__number {
    font-size: 1.5rem;
    padding-right: 10px;
    margin-right: 10px;
  }
}

.top-apply {
  padding-top: 41px;
  background: url(../img/index/reason/pic--contact01.png) top left 85px no-repeat;
  background-size: 135px;
  text-align: center;
}
.top-apply .title-lv3 {
  padding: 0px 20px;
  background: url(../img/index/reason/lin--left.svg) top 5px left no-repeat, url(../img/index/reason/lin--right.svg) top 5px right no-repeat;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px !important;
  font-size: 1.125rem;
}
.top-apply .title-lv3 .u-color-red {
  font-size: 1.31rem;
}
.top-apply__btn {
  width: 580px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.top-apply__btn img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .top-apply {
    background: url(../img/index/reason/pic--contact01.png) top left no-repeat;
    background-size: 115px;
    text-align: right;
  }
  .top-apply .title-lv3 {
    font-size: 1rem;
    padding: 0px 15px;
    margin-bottom: -5px !important;
  }
  .top-apply .title-lv3 .u-color-red {
    font-size: 1.125rem;
  }
  .top-apply__btn {
    width: 100%;
  }
}

.top-voices {
  background: url(../img/index/voice/ico--top.svg) top left 240px no-repeat, url(../img/index/voice/bgi--top.jpg) top center no-repeat, url(../img/index/voice/bgi--bottom.jpg) bottom center no-repeat, #FFE8EA;
  background-size: 140px auto, 100% 50px, 100% 50px;
  padding: 50px 20px !important;
}
.top-voices ul {
  margin: 0px !important;
}
.top-voices .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  background: url(../img/index/about/lin--dot.svg) repeat-x bottom center;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.top-voices .row:last-child {
  background: none;
}
.top-voices__container {
  background-color: #fff;
  padding: 70px 30px 0px;
  margin-bottom: 45px;
}
.top-voices__container.page {
  padding: 70px 0px 0px;
}
.top-voices__container.page .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-voices__contents {
  width: 430px;
}
.top-voices__image {
  width: 195px;
  height: auto;
}
.top-voices__image img {
  width: 100%;
}
.top-voices__title {
  color: #D01527;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.top-voices__name {
  padding-bottom: 20px;
  text-align: right;
  font-size: 0.875rem;
  font-weight: bold;
  background: url(../img/index/voice/lin--balloon.png) bottom center no-repeat;
  background-size: contain;
}
.top-voices a.top-voices__link {
  float: right;
  color: #9B7261;
  text-decoration: underline;
}
.top-voices a.top-voices__link:hover {
  color: #9B7261;
}
.top-voices__link {
  float: right;
  color: #9B7261;
  text-decoration: underline;
}
.top-voices__link:hover {
  color: #9B7261;
}
.top-voices .title-lv3 {
  padding: 0px 20px;
  background: url(../img/index/reason/lin--left.svg) top 5px left no-repeat, url(../img/index/reason/lin--right.svg) top 5px right no-repeat;
  text-align: center;
  background-size: auto 100%;
  display: inline-block;
  margin-bottom: 10px !important;
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .top-voices {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    background: url(../img/index/voice/ico--top.svg) top left 200px no-repeat, url(../img/index/voice/bgi--top.jpg) top center no-repeat, url(../img/index/voice/bgi--bottom.jpg) bottom center no-repeat, #FFE8EA;
    background-size: 140px auto, 100% 50px, 100% 50px;
  }
  .top-voices__container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-voices__contents {
    width: 100%;
    font-size: 1rem;
  }
  .top-voices__image {
    width: 100%;
    max-width: 115px;
  }
  .top-voices__contents-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-voices__text {
    width: 60%;
    padding: 0px 0px 0px 10px;
  }
}

.top-media {
  margin-top: 70px;
  text-align: center;
  background: url(../img/index/about/lin--dot.svg) repeat-x bottom center;
  padding-bottom: 100px;
}
.top-media .title-lv3 {
  padding: 0px 20px;
  background: url(../img/index/reason/lin--left.svg) top 5px left no-repeat, url(../img/index/reason/lin--right.svg) top 5px right no-repeat;
  text-align: center;
  background-size: auto 100%;
  display: inline-block;
  margin-bottom: 10px !important;
  font-size: 1rem;
}
.top-media__container {
  background: url(../img/index/voice/bgi--banner.svg) center center repeat-x;
  padding: 42px 120px;
}
.top-media__container img {
  width: 100%;
}
.top-media .top-media__menu {
  margin: 80px 0px 0px !important;
}
.top-media__menu .col {
  list-style: none !important;
}
.top-media__menu .btn-menu {
  border: 3px solid #D01527;
  -webkit-box-shadow: 1px 1px #D01527;
          box-shadow: 1px 1px #D01527;
  padding: 60px 0px 20px;
  text-align: center;
  border-radius: 5px;
  display: block;
}
.top-media__menu a.btn-menu {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
}
.top-media__menu a.btn-menu:hover {
  text-decoration: none;
  opacity: 0.7px;
}
.top-media__menu .col:nth-child(1) .btn-menu {
  background: url(../img/index/voice/bnr--menu01.svg) top 20px center no-repeat;
}
.top-media__menu .col:nth-child(2) .btn-menu {
  background: url(../img/index/voice/bnr--menu02.svg) top 20px center no-repeat;
}
.top-media__menu .col:nth-child(3) .btn-menu {
  background: url(../img/index/voice/bnr--menu03.svg) top 20px center no-repeat;
}
@media screen and (max-width: 599px) {
  .top-media {
    margin-left: -15px;
    margin-right: -15px;
  }
  .top-media__container {
    padding: 42px 90px;
    background: url(../img/index/voice/bgi--banner.svg) center center no-repeat;
    background-size: cover;
  }
  .top-media__menu a.btn-menu {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
}

.top-onayami {
  margin-top: 50px;
}
.top-onayami__intro {
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  font-size: 1.5rem;
  background: url(../img/index/contact/pic--01.png) top 20px center no-repeat;
  background-size: contain;
  height: 550px;
  font-weight: bold;
}
.top-onayami .u-color-red {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0px !important;
}
.top-onayami .row {
  background: url(../img/index/contact/bgi--01.svg) top left no-repeat;
  background-size: 256px auto;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-onayami__image {
  text-align: center;
  width: 160px;
}
.top-onayami__image img {
  width: 140px;
  height: auto;
}
.top-onayami__content {
  width: 520px;
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .top-onayami__intro {
    font-size: 1.25rem;
    background: url(../img/index/contact/pic--01-sp.png) top 20px center no-repeat;
    background-size: contain;
    height: 580px;
  }
  .top-onayami__container-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .top-onayami .u-color-red {
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 30px !important;
  }
  .top-onayami .row {
    padding: 20px 0px 0px;
  }
  .top-onayami__content {
    width: 100%;
    font-size: 1rem;
  }
  .top-onayami__image {
    font-size: 0.75rem;
    width: 100%;
  }
  .top-onayami__image img {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}

.top-counseling {
  text-align: center;
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  background: #F0ECEA;
  padding: 30px 50px 50px !important;
  margin-bottom: 85px;
}
.top-counseling__btn {
  width: 540px;
}
.top-counseling__btn img {
  width: 100%;
}
.top-counseling .u-bg-bubble {
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .top-counseling {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 15px !important;
  }
  .top-counseling__btn {
    width: 100%;
  }
}

.top-news .section__title {
  text-indent: -9999px;
  background: url(../img/index/news/tit--01.svg) top left no-repeat;
}
.top-news .section__title-sub {
  margin-left: 40px;
}
.top-news dt {
  color: #D01527;
  font-weight: bold;
  padding-top: 20px;
  font-size: 1.125rem;
}
.top-news dd {
  padding-bottom: 20px;
  font-size: 0.88rem;
  word-break: break-all;
}
.top-news .info_border {
  background: url(https://s-lessons.com/img/add/component/border_info.png) repeat-x center !important;
  height: 3px;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .btn-freelesson__sp {
    display: none;
  }
  .btn-freelesson__sp.active {
    display: block;
  }
}

.page-top {
  background-color: #FFE8E8;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 35px !important;
  height: 135px;
  margin-bottom: 40px;
  padding-right: 35px;
}

.course {
  font-size: 1rem;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.course .page-top {
  position: relative;
}
.course .page-top::after {
  position: absolute;
  content: url(../img/course/index/top/pic--01.png);
  right: 5px;
  bottom: -30px;
}
.course__image {
  width: 63px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.course .course-detail {
  border: 1px solid #969696;
  border-radius: 5px;
  text-align: left;
  margin-left: 0px !important;
  margin-bottom: 8px !important;
}
.course .course-detail li {
  list-style: none !important;
}
.course .course-detail li ul {
  border: none;
  margin-top: 20px !important;
  margin-left: 0px !important;
}
.course .course-detail li ul li {
  text-align: left;
  padding: 0 0 0 20px;
  position: relative;
  margin-bottom: 5px;
}
.course .course-detail li ul li::before {
  position: absolute;
  content: "●";
  color: #ED818B;
  left: 0px;
  top: 0px;
}
.course .col:first-child .course-detail {
  margin-bottom: 80px !important;
}
.course__title {
  background: #D01527;
  color: #fff;
  font-size: 1.5rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  padding: 15px 0px;
}
.course__list {
  text-align: center;
  padding: 20px 30px;
}
.course__list:nth-child(2) {
  background: #FFE8E8;
}
.course__list:nth-child(4) {
  background: #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.course__list p {
  margin-bottom: 0px !important;
}
.course__list .u-font-size--x-small {
  text-align: left;
}
.course__image-footer {
  width: 100%;
  margin-top: 60px;
}
.course .top-counseling {
  background: none;
  margin-bottom: 0px;
}
@media screen and (max-width: 599px) {
  .course__list:nth-child(4) {
    height: auto;
  }
  .course .course-detail,
.course .col:first-child .course-detail {
    margin-bottom: 25px !important;
  }
}

.private-feature .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.private-feature__list {
  list-style: none !important;
  width: 43%;
  background: #D01527;
  border-radius: 10px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  margin: 5px 10px;
}
@media screen and (max-width: 599px) {
  .private-feature .row {
    margin-left: 0px !important;
  }
  .private-feature__list {
    width: 100%;
    margin: 5px 0px;
  }
}

.private-movie {
  background: #FFE8E8;
  padding-left: 100px;
  padding-right: 100px;
}
.private-movie__container {
  background: #fff;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
}
.private-movie .title-lv2 {
  position: relative;
}
.private-movie .title-lv2::before {
  position: absolute;
  content: url(../img/common/deco/lin--left.svg);
  left: -20px;
  top: 20px;
}
.private-movie .title-lv2::after {
  position: absolute;
  content: url(../img/common/deco/lin--right.svg);
  right: -20px;
  top: 20px;
}
@media screen and (max-width: 599px) {
  .private-movie {
    padding-left: 30px;
    padding-right: 30px;
  }
  .private-movie__container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .private-movie .title-lv2::before {
    left: -10px;
  }
  .private-movie .title-lv2::after {
    right: -10px;
  }
}

.private-contents {
  /*.top-reasons__list:nth-child(2) .top-reasons__title,
  .top-reasons__list:nth-child(3) .top-reasons__title,
  .top-reasons__list:nth-child(7) .top-reasons__title,
  .top-reasons__list:nth-child(8) .top-reasons__title{
  	&::after{
  		content:"";
  	}
  }*/
}
.private-contents .top-reasons__title,
.private-contents .top-reasons__list:nth-child(2n) .top-reasons__title {
  border-width: 2px;
  padding: 20px;
}
.private-contents .top-reasons__title::after,
.private-contents .top-reasons__list:nth-child(2n) .top-reasons__title::after {
  top: 21px;
}
.private-contents .u-bg-pink p {
  margin-bottom: 0px !important;
}
.private-contents ol {
  margin: 0px !important;
}
.private-contents .top-reasons__desc {
  padding: 20px 45px;
}
.private-contents .top-reasons__desc ul {
  margin-left: 0px !important;
  margin-bottom: 0px !important;
}
.private-contents .top-reasons__desc li {
  list-style: none !important;
  background: #fff;
  margin: 5px 0px;
  padding: 15px;
}
.private-contents .top-reasons__desc a, .private-contents .top-reasons__desc a:link, .private-contents .top-reasons__desc a:visited {
  color: #3B4043;
  text-decoration: underline;
}
.private-contents .top-reasons__desc .u-bg-white .u-font-bold {
  margin-bottom: 15px !important;
}
.private-contents .top-reasons__desc .u-bg-white li {
  padding: 0px;
  padding-left: 20px;
  position: relative;
}
.private-contents .top-reasons__desc .u-bg-white li::before {
  content: "・";
  color: #D01527;
  position: absolute;
  top: 0px;
  left: 0px;
}
.private-contents .top-reasons__desc .u-bg-white li.u-margin-bottom {
  margin-bottom: 20px;
}
.private-contents .top-reasons__desc p {
  margin-bottom: 0px !important;
}
.private-contents .private-material__title {
  margin-bottom: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.private-contents .private-material__title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px dotted #707070;
  display: block;
}
@media screen and (max-width: 599px) {
  .private-contents ol {
    margin-left: 0px !important;
  }
  .private-contents .top-reasons__title::after,
.private-contents .top-reasons__list:nth-child(2n) .top-reasons__title::after {
    top: 37px;
    right: 15px;
  }
  .private-contents .top-reasons__desc {
    padding: 15px;
  }
}

.private-qa {
  padding-left: 80px;
}
.private-qa dt {
  position: relative;
  color: #D01527;
  font-size: 1.125rem;
  font-weight: bold;
  background: url(../img/common/qa/lin--dots.svg) bottom center repeat-x;
  padding: 20px 0px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.private-qa dt::before {
  content: url(../img/common/qa/txt--q.svg);
  position: absolute;
  top: 10px;
  left: -80px;
}

.plan {
  font-size: 1rem;
}
.plan .intro.row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan .intro__contents {
  width: 477px;
  max-width: 100%;
}
.plan .intro__image {
  width: 210px;
  max-width: 100%;
}
.plan .intro__image img {
  width: 100%;
  display: block;
}
.plan .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan .top-counseling {
  background: none;
  margin-bottom: 0px;
}
.plan .slides {
  margin: 0px !important;
}
.plan .slides li {
  list-style: none !important;
}
.plan .slides::after {
  content: none;
}
.plan .page-top {
  position: relative;
}
.plan .page-top::after {
  position: absolute;
  content: url(../img/plan/heading/pic--01.png);
  right: 30px;
  bottom: -30px;
}
.plan #monthly,
.plan #spot {
  padding-top: 85px;
}
@media screen and (max-width: 599px) {
  .plan .intro__image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .plan .slides::after {
    content: "";
  }
}

.plan-introduce__table {
  text-align: center;
  margin-top: 40px !important;
}
.plan-introduce__table .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan-introduce__table .title-lv3 {
  font-size: 1.5rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #fff;
  margin-bottom: 0px !important;
  margin-left: 10px;
  text-align: center;
}
.plan-introduce__table th, .plan-introduce__table td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  vertical-align: middle;
}
.plan-introduce__table th:nth-child(1) {
  background: #EB6A73 !important;
}
.plan-introduce__table th:nth-child(2) {
  background: #F7A44C !important;
}
.plan-introduce__table .u-color-red {
  margin-left: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}
.plan-introduce__table .u-color-red .plan-introduce__fee {
  font-size: 4.3rem;
}
.plan-introduce__table tbody tr:nth-child(2) td {
  padding: 0px 0px !important;
  background: #FFF6CE;
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .plan-introduce__table {
    overflow-x: scroll;
    width: 100%;
  }
  .plan-introduce__table th, .plan-introduce__table td {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .plan-introduce__table p {
    margin-bottom: 0px !important;
  }
  .plan-introduce__icon {
    width: 40px !important;
    margin-right: auto;
    margin-left: auto;
  }
}

.plan-detail {
  width: 230px;
  margin: 20px 0px !important;
  border: 1px solid #969696;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: noto-sans-cjk-jp, sans-serif;
}
.plan-detail p {
  margin-bottom: 0px !important;
}
.plan-detail__title, .plan-detail__list {
  list-style: none !important;
  padding: 20px 0px;
  text-align: center;
}
.plan-detail__title {
  background: #EB6A73;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
.plan-detail__list:nth-child(2n+1) {
  background: #FDF2ED;
}
.plan-detail__list:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan-detail__list:nth-child(2), .plan-detail__list:nth-child(3) {
  padding: 20px;
}
.plan-detail__list:nth-child(2) .u-color-red, .plan-detail__list:nth-child(3) .u-color-red {
  font-weight: bold;
}
.plan-detail__fee {
  font-size: 2.5rem;
  color: #D01527;
  font-weight: bold;
  line-height: 1 !important;
}
.plan-detail__text {
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: 10px;
}
.plan-detail__point {
  color: #0092DE;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1 !important;
}
.plan-detail__maru {
  margin-left: 10px;
}
.plan-detail__slider {
  position: relative;
}
.plan-detail__slider .flex-direction-nav li {
  list-style: none !important;
}
.plan-detail__slider .flex-direction-nav li a {
  width: 30px;
  height: 30px;
}
.plan-detail__slider .flex-direction-nav li a.next {
  background: url(../img/plan/monthly/ico--arrow-right.svg) no-repeat;
}
.plan-detail__slider .flex-direction-nav li a.prev {
  background: url(../img/plan/monthly/ico--arrow-left.svg) no-repeat;
}
.plan-detail__slider .flex-direction-nav li .next {
  right: 0px;
}
.plan-detail__slider .flex-direction-nav li .prev {
  left: 0px;
}
@media screen and (max-width: 599px) {
  .plan-detail {
    width: 100%;
  }
}

.spot-plan-detail {
  margin-top: 40px !important;
  font-family: noto-sans-cjk-jp, sans-serif;
  text-align: center;
  border-collapse: separate !important;
  border-spacing: 2px 0px;
}
.spot-plan-detail thead th {
  width: 50%;
  background: #ED818B !important;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 10px 0px !important;
}
.spot-plan-detail tbody td {
  padding: 10px 0px !important;
}
.spot-plan-detail p {
  margin-bottom: 0px !important;
}

.spot-plan p {
  margin-bottom: 0px !important;
}
.spot-plan .title-lv3 {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px !important;
  margin-top: 75px;
  margin-bottom: 20px !important;
}
.spot-plan .title-lv3::before {
  content: url(../img/plan/spot/ico--heading-lv2.svg);
  position: absolute;
  left: 0px;
  top: 2px;
}

.vip-plan p {
  margin-bottom: 0px !important;
}
.vip-plan .spot-plan-detail thead th {
  width: 33%;
}
.vip-plan .spot-plan-detail th, .vip-plan .spot-plan-detail td {
  vertical-align: middle;
}

.plan-payment {
  font-family: noto-sans-cjk-jp, sans-serif;
}
.plan-payment__title {
  border-bottom: 1px solid #D01527;
  padding-bottom: 10px !important;
  font-size: 1.125rem;
  font-weight: bold;
}
.plan-payment__number {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.5rem !important;
  color: #D01527;
  margin-right: 10px;
}
.plan-payment .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.plan-payment .card01 {
  width: 344px;
  margin: 30px 0px;
  max-width: 100%;
}
.plan-payment .card01 img {
  width: 100%;
}
.plan-payment .card02 {
  width: 223px;
  margin: 30px 0px;
  max-width: 100%;
}
.plan-payment .card02 img {
  width: 100%;
}
.plan-payment .top-reasons__list {
  margin-top: 40px;
}
.plan-payment .top-reasons__list .top-reasons__title,
.plan-payment .top-reasons__list:nth-child(2n) .top-reasons__title {
  border: 3px solid #EB6A73;
  color: #EB6A73;
}
.plan-payment .top-reasons__list .top-reasons__title::after,
.plan-payment .top-reasons__list:nth-child(2n) .top-reasons__title::after {
  content: url(../img/index/reason/ico--plus-pink.svg);
  top: 10px;
}
.plan-payment .top-reasons__list .top-reasons__title.active::after,
.plan-payment .top-reasons__list:nth-child(2n) .top-reasons__title.active::after {
  content: url(../img/index/reason/ico--minus-pink.svg);
}
@media screen and (max-width: 599px) {
  .plan-payment .top-reasons__list .top-reasons__title::after,
.plan-payment .top-reasons__list:nth-child(2n) .top-reasons__title::after {
    top: 40px;
    right: 15px;
  }
}
.plan-payment .top-reasons__desc {
  background: #FDF2ED;
}
.plan-payment .top-reasons__desc ol li {
  list-style: none !important;
  background: url(../img/common/qa/lin--dots.svg) bottom center repeat-x;
  padding: 20px 0px;
}
.plan-payment .top-reasons__desc ol li p {
  margin-bottom: 0px !important;
}
.plan-payment .top-reasons__desc ol li li {
  background: none;
  padding: 0px;
}
.plan-payment__title-lv2 {
  border-bottom: 1px solid #000;
  padding-bottom: 5px !important;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px !important;
}
.plan-payment__image {
  width: 65px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.plan-payment__image img {
  width: 100%;
}
.plan-payment__desc {
  width: 480px;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .plan-payment ul, .plan-payment ol {
    margin: 0px !important;
    padding: 15px;
    width: auto;
  }
}

.flow {
  font-size: 1rem;
}
.flow .page-top {
  position: relative;
}
.flow .page-top::after {
  position: absolute;
  content: url(../img/flow/heading/pic--01.png);
  right: 30px;
  bottom: -30px;
}
.flow ol, .flow ul {
  margin: 0px !important;
}
.flow ol li, .flow ul li {
  list-style: none !important;
}
.flow .page-nav {
  border: 2px solid #9B7261;
  border-radius: 10px;
  padding: 30px;
  font-family: noto-sans-cjk-jp, sans-serif;
  /*margin-bottom: 60px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow .page-nav__title {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.flow .page-nav__title p {
  color: #fff;
  background: #9B7261;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px !important;
}
.flow .page-nav ol li {
  list-style: decimal !important;
  margin-right: 70px;
}
.flow .page-nav ol li a {
  color: #000;
  text-decoration: underline;
}
.flow .page-nav ol li a:hover, .flow .page-nav ol li a:link {
  color: #000;
}
.flow .page-nav .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 540px;
}
.flow .section-layout {
  padding-top: 100px;
}
@media screen and (max-width: 599px) {
  .flow .page-nav {
    text-align: center;
  }
  .flow .page-nav__title {
    margin-bottom: 20px;
  }
  .flow .page-nav__title p {
    margin-left: auto;
    margin-right: auto;
  }
  .flow .page-nav .row {
    width: auto;
    display: inline-block;
  }
  .flow .page-nav ol li {
    margin-right: auto;
  }
}

.flow-01__image {
  width: 115px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.flow-01 ul {
  margin-bottom: 25px !important;
}

.flow-list {
  margin: 30px 0px 0px;
}
.flow-list__title {
  border-bottom: 1px solid #000;
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 12px;
}
.flow-list__number {
  border: 1px solid #D01527;
  border-radius: 50%;
  color: #D01527;
  padding: 8px 12px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.125rem !important;
  font-weight: bold;
  margin-right: 15px;
}
.flow-list__image {
  width: 510px;
  max-width: 100%;
  margin: 35px auto;
}
.flow-list__link, .flow-list__link:link {
  color: #D01527;
  text-decoration: underline;
}
.flow-list dd {
  margin-bottom: 40px;
}

.flow-02 .top-counseling {
  background: none;
  margin-bottom: 0px;
}
.flow-02 .u-bg-pink {
  border-radius: 10px;
  padding: 40px 50px 0px;
}
.flow-02 .flow-02-contact__title {
  border-bottom: 2px solid #D01527;
  padding-bottom: 5px;
  font-size: 1.125rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  text-align: center;
}

.flow-05-report li {
  background: #FFE8E8;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-bottom: 5px;
  width: 460px;
}
.flow-05-report li::before {
  content: "●";
  color: #D01527;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .flow-05-report li {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.about-flow ol {
  margin: 0px !important;
}
.about-flow .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-flow__image {
  width: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-flow__image img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .about-flow__image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-flow li {
  background: url(../img/about/flow/ico--arrow.svg) bottom left 70px no-repeat;
  padding-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .about-flow li {
    background: url(../img/about/flow/ico--arrow.svg) bottom center no-repeat;
  }
}
.about-flow li:last-child {
  background: none;
}
.about-flow__contents {
  width: 540px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/common/qa/lin--dots.svg) bottom center repeat-x;
  padding-top: 10px;
}
.about-flow__title {
  color: #D01527;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}
.about-flow .u-bg-pink {
  margin-bottom: 10px;
}

.about-slesson {
  font-size: 1rem;
}
.about-slesson .top-reasons {
  background: none;
}
.about-slesson .top-reasons,
.about-slesson .course,
.about-slesson .about-flow,
.about-slesson .private-qa {
  margin-bottom: 60px;
}
.about-slesson .plan-introduce__table p {
  margin-bottom: 0px !important;
}
.about-slesson .private-qa dd {
  font-size: 1rem !important;
}
.about-slesson .about-qa .btn-red {
  background-image: none;
}
.about-slesson .about-qa .title-lv3 {
  padding: 0px 20px;
  background: url(../img/index/reason/lin--left.svg) top 5px left no-repeat, url(../img/index/reason/lin--right.svg) top 5px right no-repeat;
  text-align: center;
  background-size: auto 100%;
  display: inline-block;
  margin-bottom: 10px !important;
  font-size: 1.125rem;
}
@media screen and (max-width: 599px) {
  .about-slesson .top-reasons,
.about-slesson .course,
.about-slesson .about-flow,
.about-slesson .private-qa {
    margin-bottom: 30px;
  }
  .about-slesson .course__list:nth-child(4) {
    height: auto;
  }
}

.starter {
  font-size: 1rem;
}
.starter img {
  max-width: 100%;
}
.starter .skype-about.row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.starter .skype-about__content {
  width: 490px;
  max-width: 100%;
}
.starter .skype-about__image {
  width: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.starter .skype-about__image img {
  width: 80px;
}
.starter ol {
  margin: 0px !important;
}
.starter .skype-download {
  border-bottom: 1px dotted #707070;
  padding: 25px 0px;
}
.starter .skype-download:last-child {
  border-bottom: none;
}
.starter .skype-download .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.starter .skype-download .btn-red {
  color: #000;
  background: url(../img/starter/registration/ico--link.svg) right 25px center no-repeat, #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  margin: 20px auto 20px 0px;
}
.starter .skype-download__icon {
  margin-right: 10px;
}
.starter .skype-download__image-account {
  width: 293px;
}
.starter .skype-download-app__image {
  width: 190px;
  margin: 20px 65px 20px 0px;
}
.starter .skype-procedure li {
  margin-bottom: 80px;
}
.starter .skype-procedure li li {
  margin-bottom: 0px;
}
.starter .skype-procedure li ol {
  margin-left: 30px !important;
}
.starter .skype-account.row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.starter .skype-account__content {
  width: 356px;
  max-width: 100%;
}
.starter .skype-account__image {
  width: 293px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.starter .skype-account__image img {
  width: 100%;
}
.starter .u-bg-pink {
  padding: 25px;
}
.starter .u-bg-gray ul {
  margin: 0px !important;
}
.starter .u-bg-gray ul li {
  background: none;
  padding: 0px;
}
.starter .u-bg-gray ul li:before {
  content: "";
}
.starter .skype-contact__image {
  width: 510px;
  max-width: 100%;
  margin: 20px auto;
  display: block;
}
.starter .title-lv3 {
  color: #D01527;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.63rem;
  padding: 0px 30px;
  background: url(../img/starter/lin--left.svg) top 5px left no-repeat, url(../img/starter/lin--right.svg) top 5px right no-repeat;
  text-align: center;
  background-size: auto 100%;
  display: inline-block;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .starter .skype-download .btn-red {
    margin: 20px auto;
  }
  .starter .skype-download-app {
    text-align: center;
  }
  .starter .skype-download-app__image {
    width: 190px;
    margin: 5px auto;
  }
}

.page-voices {
  background-size: 140px auto, 100% 50px, 100% 50px;
  padding: 50px 20px !important;
}
.page-voices .page-top {
  position: relative;
}
.page-voices .page-top::after {
  position: absolute;
  content: url(../img/index/voice/ico--top.svg);
  right: 20px;
  bottom: -30px;
}
.page-voices ul {
  margin: 0px !important;
}
.page-voices .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  background: url(../img/index/about/lin--dot.svg) repeat-x bottom center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-voices .row:last-child {
  background: none;
}
.page-voices__container {
  background-color: #fff;
  padding: 0px 30px 0px;
  margin-bottom: 45px;
}
.page-voices__container.page {
  padding: 70px 0px 0px;
}
.page-voices__container.page .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-voices__contents {
  width: 430px;
}
.page-voices__image {
  width: 195px;
  height: auto;
}
.page-voices__image img {
  width: 100%;
}
.page-voices__title {
  color: #D01527;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0px !important;
  line-height: 1.5 !important;
}
.page-voices__text {
  margin-bottom: 0.5em !important;
  line-height: 1.5 !important;
  word-break: break-all;
}
.page-voices__text p {
  margin-bottom: 0.5em !important;
  line-height: 1.5 !important;
}
.page-voices__name {
  padding-bottom: 20px;
  text-align: right;
  font-size: 0.875rem;
  font-weight: bold;
  background: url(../img/index/voice/lin--balloon.png) bottom center no-repeat;
  background-size: contain;
}
.page-voices a.top-voices__link {
  float: right;
  color: #9B7261;
  text-decoration: underline;
}
.page-voices a.top-voices__link:hover {
  color: #9B7261;
}
.page-voices__link {
  float: right;
  border: 1px solid #D01527;
  border-radius: 10px;
  padding: 0px 10px;
  color: #D01527;
  text-decoration: underline;
  font-size: 1rem;
}
.page-voices__link:hover, .page-voices__link:visited, .page-voices__link:link {
  color: #D01527 !important;
  text-decoration: none;
}
.page-voices__filter-area {
  width: 710px;
  margin: 75px auto;
  max-width: 100%;
  padding: 0px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F5F5F5;
  position: relative;
}
.page-voices__filter-area ul.row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px;
}
.page-voices__filter-area::before {
  content: "";
  background: url(../img/voice/filter/bgi--top.png) top repeat-x;
  background-size: 100% 25px;
  position: absolute;
  top: -25px;
  left: 0px;
  height: 25px;
  width: 100%;
}
.page-voices__filter-area::after {
  content: "";
  background: url(../img/voice/filter/bgi--bottom.png) top repeat-x;
  background-size: 100% 17px;
  position: absolute;
  bottom: -17px;
  left: 0px;
  height: 17px;
  width: 100%;
}
.page-voices__filter-area .btn-more {
  width: 100%;
  height: 34px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 88%;
}
.page-voices__filter-area .btn-more img {
  margin-left: 10px;
}
.page-voices__cat {
  background: #EC6A73;
  color: #fff;
  border-radius: 12px;
  padding: 0px 12px;
  margin-right: 5px;
  margin-bottom: 15px;
  font-size: 0.88rem;
  list-style: none !important;
  display: inline-block;
}
.page-voices__cat a,
.page-voices__cat a:hover,
.page-voices__cat a:visited {
  color: #fff;
}
.page-voices__genre {
  list-style: none !important;
  background: url(../img/voice/filter/lin--01.svg) top center repeat-x;
  padding-top: 15px;
  padding-bottom: 10px;
}
.page-voices__genre-title {
  font-size: 0.88rem;
  font-weight: bold;
  margin-bottom: 0.5em !important;
}
.page-voices__video {
  background: #FDF2ED;
  padding: 35px 30px;
}
@media screen and (max-width: 599px) {
  .page-voices {
    padding: 0px !important;
  }
  .page-voices .page-top::after {
    right: 0px;
  }
  .page-voices__container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-voices__contents {
    width: 100%;
    font-size: 1rem;
  }
  .page-voices__image {
    width: 115px;
  }
  .page-voices__contents-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-voices__text {
    width: 60%;
    padding: 0px 0px 0px 10px;
  }
  .page-voices__article-contents {
    padding-left: 25px;
  }
  .page-voices__article-contents img {
    display: block;
    max-width: 100%;
  }
  .page-voices__filter-area {
    padding: 0px 10px;
  }
  .page-voices .teacher-image {
    aspect-ratio: 1/1;
    width: 200px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .page-voices .teacher-comment {
    width: 100%;
  }
}

.page-voice-aritcle .row {
  background: none;
}
.page-voice-aritcle .page-top {
  margin-bottom: 95px;
}
.page-voice-aritcle .page-voices__contents {
  width: 440px;
  max-width: 100%;
}
.page-voice-aritcle .page-voices__contents .title-lv2 {
  font-size: 162% !important;
}
.page-voice-aritcle .page-voices__contents .page-voices__name {
  background: none;
  text-align: left;
}
.page-voice-aritcle .page-voices__contents .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-voice-aritcle h3 {
  color: #F56E79;
  font-weight: bold;
  position: relative;
}
.page-voice-aritcle h3::before {
  position: absolute;
  content: url(../img/voice/ico--microphone.svg);
  width: 18px;
  left: -30px;
  top: 2px;
}
.page-voice-aritcle .page-voices__comment-area h3 {
  font-size: 1rem !important;
  color: #000;
  display: inline-block;
}
.page-voice-aritcle .page-voices__comment-area h3::before {
  content: "";
  border-top: none;
}
.page-voice-aritcle .page-voices__filter-area {
  padding-top: 15px;
  padding-bottom: 25px;
}
.page-voice-aritcle .js-accordion {
  margin-top: 35px;
}
@media screen and (max-width: 599px) {
  .page-voice-aritcle .page-voices__image {
    width: 100%;
  }
}

/*Contact*/
.contact {
  font-family: noto-sans-cjk-jp, sans-serif;
}
.contact .btn-red {
  font-size: 1rem;
}
.contact .btn-fill-red {
  text-align: center;
}
.contact .contact-apply {
  padding-top: 41px;
  background: url(../img/index/reason/pic--contact01.png) bottom left 85px no-repeat, url(../img/support/counseling/pic--contact02.png) bottom right 120px no-repeat;
  background-size: 135px, 74px;
  text-align: center;
}
.contact .contact-apply .title-lv3 {
  padding: 0px 20px;
  background: url(../img/index/reason/lin--left.svg) bottom left no-repeat, url(../img/index/reason/lin--right.svg) bottom right no-repeat;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px !important;
  font-size: 1.125rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.contact .contact-apply .title-lv3 .u-color-red {
  font-size: 1.31rem;
}
@media screen and (max-width: 599px) {
  .contact .contact-apply {
    background: none;
  }
  .contact .contact-apply .title-lv3 {
    font-size: 1rem;
    padding: 0px 15px;
    margin-bottom: -5px !important;
  }
  .contact .contact-apply .title-lv3 .u-color-red {
    font-size: 1.125rem;
  }
  .contact .contact-apply__image {
    width: 156px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15.5px;
  }
}

.other-inquiry {
  background: url(../img/support/others/pic--01.png) bottom right no-repeat;
  background-size: 172px 91px;
  padding-bottom: 70px !important;
}
.other-inquiry .row {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .other-inquiry {
    background: none;
    padding-bottom: 30px !important;
  }
}

.other-inquiry__contents {
  border: 1px solid #EB6A73;
  border-radius: 3px;
  margin-bottom: 20px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.other-inquiry__contents dt {
  background: #EB6A73;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 125%;
}
.other-inquiry__contents dt img {
  margin-right: 10px;
}
.other-inquiry__contents dd {
  background: #FFF8F8;
  padding: 10px 20px;
}
.other-inquiry__contents dd p {
  margin-bottom: 0px !important;
}
.other-inquiry__contents dd .btn-red {
  margin-top: 24px;
}
.other-inquiry__contents a.other-inquiry__tel {
  font-size: 225%;
  color: #D01527;
  font-weight: bold;
}
.other-inquiry__contents a.other-inquiry__tel:hover, .other-inquiry__contents a.other-inquiry__tel:visited {
  color: #D01527;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .other-inquiry__contents a.other-inquiry__tel {
    font-size: 200%;
  }
}

.thanks-page__image {
  width: 100%;
  display: block;
  margin: 50px auto;
}

.page-voices .pagination,
.page-videos .pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-voices .pagination .screen-reader-text,
.page-videos .pagination .screen-reader-text {
  display: none;
}
.page-voices .pagination a,
.page-videos .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #D01527;
  border: 1px solid #D01527;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-voices .pagination .current,
.page-videos .pagination .current {
  background-color: #D01527;
  border: 1px solid #D01527;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-voices .article-nav,
.page-videos .article-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.page-voices .article-nav .article-nav__next,
.page-voices .article-nav .article-nav__prev,
.page-videos .article-nav .article-nav__next,
.page-videos .article-nav .article-nav__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 88%;
  color: #000;
}
.page-voices .article-nav .article-nav__next:hover, .page-voices .article-nav .article-nav__next:visited,
.page-voices .article-nav .article-nav__prev:hover,
.page-voices .article-nav .article-nav__prev:visited,
.page-videos .article-nav .article-nav__next:hover,
.page-videos .article-nav .article-nav__next:visited,
.page-videos .article-nav .article-nav__prev:hover,
.page-videos .article-nav .article-nav__prev:visited {
  color: #000;
}
.page-voices .article-nav img,
.page-videos .article-nav img {
  margin: 0px 5px;
}
.page-voices__article,
.page-videos__article {
  margin-top: 70px;
}
.page-voices__article-contents,
.page-videos__article-contents {
  padding-left: 42px;
  margin-top: 47px;
}
.page-voices__article-contents div,
.page-videos__article-contents div {
  margin-bottom: 1.5em;
}
.page-voices__article-contents div *,
.page-videos__article-contents div * {
  margin-bottom: 0px;
}
.page-voices__info-area, .page-voices__comment-area,
.page-videos__info-area,
.page-videos__comment-area {
  background: #EFFAF6;
  padding: 22px 30px;
  margin-bottom: 54px;
}
.page-voices__info-area .teacher-name,
.page-voices__info-area .info-name, .page-voices__comment-area .teacher-name,
.page-voices__comment-area .info-name,
.page-videos__info-area .teacher-name,
.page-videos__info-area .info-name,
.page-videos__comment-area .teacher-name,
.page-videos__comment-area .info-name {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 136px;
  max-width: 100%;
  font-size: 1rem !important;
  background: #00B9B9;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  margin-left: -15px;
}
.page-voices__info-area .teacher-name:before,
.page-voices__info-area .info-name:before, .page-voices__comment-area .teacher-name:before,
.page-voices__comment-area .info-name:before,
.page-videos__info-area .teacher-name:before,
.page-videos__info-area .info-name:before,
.page-videos__comment-area .teacher-name:before,
.page-videos__comment-area .info-name:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  margin-left: -15px;
  border: 9px solid transparent;
  border-top: 12px solid #00B9B9;
}
.page-voices__info-area .teacher-name, .page-voices__comment-area .teacher-name,
.page-videos__info-area .teacher-name,
.page-videos__comment-area .teacher-name {
  margin-bottom: 35px !important;
}
.page-voices__info-area .info-name, .page-voices__comment-area .info-name,
.page-videos__info-area .info-name,
.page-videos__comment-area .info-name {
  margin-bottom: 20px !important;
}
.page-voices__info-area .teacher-image, .page-voices__comment-area .teacher-image,
.page-videos__info-area .teacher-image,
.page-videos__comment-area .teacher-image {
  width: 150px;
  height: 150px;
}
.page-voices__info-area .teacher-image img, .page-voices__comment-area .teacher-image img,
.page-videos__info-area .teacher-image img,
.page-videos__comment-area .teacher-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-voices__info-area .teacher-comment, .page-voices__comment-area .teacher-comment,
.page-videos__info-area .teacher-comment,
.page-videos__comment-area .teacher-comment {
  width: 480px;
  max-width: 100%;
}
.page-voices__comment, .page-voices__info,
.page-videos__comment,
.page-videos__info {
  background: url(../img/index/about/lin--dot.svg) repeat-x bottom center;
  padding-bottom: 36px;
  padding-top: 42px;
}
.page-voices__comment p, .page-voices__info p,
.page-videos__comment p,
.page-videos__info p {
  margin-bottom: 0px !important;
}
.page-voices__comment:first-of-type, .page-voices__info:first-of-type,
.page-videos__comment:first-of-type,
.page-videos__info:first-of-type {
  padding-top: 0px;
}
.page-voices__comment:last-of-type, .page-voices__info:last-of-type,
.page-videos__comment:last-of-type,
.page-videos__info:last-of-type {
  background: none;
}
.page-voices__info a,
.page-videos__info a {
  color: #14A2A2;
  text-decoration: underline;
}
.page-voices__info-title,
.page-videos__info-title {
  border-left: 4px solid #22B9B9;
  padding-left: 13px !important;
  font-size: 1rem !important;
  font-weight: normal;
  height: 20px;
}

.page-voice-aritcle .row,
.page-video-aritcle .row {
  background: none;
}
.page-voice-aritcle .page-top,
.page-video-aritcle .page-top {
  margin-bottom: 95px;
}
.page-voice-aritcle .title-lv3,
.page-video-aritcle .title-lv3 {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 20px !important;
}
.page-voice-aritcle .title-lv3::before,
.page-video-aritcle .title-lv3::before {
  content: url(../img/plan/spot/ico--heading-lv2.svg);
  position: absolute;
  left: 0px;
  top: 2px;
}
.page-voice-aritcle .youtube,
.page-video-aritcle .youtube {
  margin-bottom: 18px;
}
.page-voice-aritcle h2,
.page-video-aritcle h2 {
  border-bottom: none !important;
  text-shadow: none !important;
}
.page-voice-aritcle h2.title-other-02,
.page-video-aritcle h2.title-other-02 {
  border-bottom: 1px solid #000 !important;
  font-size: 100% !important;
}

.page-videos ul {
  margin-left: 0px !important;
}
.page-videos .page-top {
  position: relative;
}
.page-videos .page-top::after {
  position: absolute;
  content: url(../img/index/movie/ico--movie.svg);
  right: 20px;
  bottom: -30px;
}
.page-videos .btn-red {
  margin-top: 75px;
}
.page-videos__list {
  margin-bottom: 0px !important;
}
.page-videos__list.row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-videos__list li {
  list-style-type: none !important;
  width: 48%;
  margin-bottom: 30px;
}
.page-videos__list li .page-videos__desc {
  margin-bottom: 0px !important;
}
.page-videos__thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
}
.page-videos__thumbnail.thumbnail-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page-videos__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-videos .pagination {
  margin-bottom: 0px;
}
.page-videos__related .page-videos__list {
  margin-top: 26px !important;
}
.page-videos__related .page-videos__list li {
  width: 30%;
}
@media screen and (max-width: 599px) {
  .page-videos .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-videos__list {
    margin-left: 0px !important;
  }
  .page-videos__list li {
    padding: 0ex 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-videos .slick-dots {
    margin: 0px !important;
  }
  .page-videos .slick-dots li {
    width: 20%;
    margin: 0px;
  }
  .page-videos .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 3px;
    opacity: 1;
    background: #EADBDC;
  }
  .page-videos .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #D01527;
  }
}

.page-video-aritcle .youtube {
  margin-bottom: 50px;
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--x-small {
  font-size: 0.81rem; /*13px*/
}

.u-font-size--small, .btn-view {
  font-size: 0.875rem; /*14px*/
}

.u-font-size--large {
  font-size: 1.125rem; /*18px*/
}

.u-font-size--x-large {
  font-size: 1.25rem; /*21px*/
}

.u-font-size--xx-large {
  font-size: 1.5rem; /*24px*/
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: #D01527;
}

.u-color-gray {
  color: #716E6E;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #D01527;
}

.u-color-sub {
  color: #FFE8E8;
}

.u-ff-en, .global-nav-list .global-nav-list__en, .news-list li .news-list__date {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.u-font-italic {
  font-style: italic;
}

.u-color-link {
  color: #9B7261;
  text-decoration: underline !important;
}
.u-color-link:hover {
  color: #9B7261;
  opacity: 0.6;
}
.u-color-link:link {
  color: #9B7261;
}

/*.u-ff-sans{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;	
}*/
/* マーカーの設定 */
.u-marker-yellow {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.u-marker-yellow::before {
  position: absolute;
  width: 100%;
  height: 10px;
  border-bottom: 10px solid #F0EE83;
  content: "";
  display: block;
  bottom: 10px;
  z-index: -1;
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

.u-marker-green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #26774C));
  background: linear-gradient(transparent 60%, #26774C 60%);
  padding: 0 2px;
  position: relative;
}

.u-marker-thin {
  border-bottom: 1px solid #969696;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  display: inline-block;
  font-weight: bold;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

.u-txt-balloon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto 1.5em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 1.125rem;
  background: #FFE8E8;
  font-weight: bold;
}
.u-txt-balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFE8E8;
}

.u-txt-annotation {
  font-size: 0.813rem;
  vertical-align: super;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .u-margin-bottom--large {
    margin-bottom: 20px;
  }
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .u-margin-bottom--x-large {
    margin-bottom: 40px;
  }
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .u-margin-bottom--xx-large {
    margin-bottom: 60px;
  }
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}
@media screen and (max-width: 599px) {
  .u-margin-bottom--max {
    margin-bottom: 80px;
  }
}

/* 改行の設定 */
.u-br-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-br-sp {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .u-br-notsp {
    display: none;
  }
}

/* 親の幅を超える設定 */
.u-over-parent, .footer-top, .footer-sns, .footer-bottom {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 490px);
  padding-right: calc(50vw - 490px);
}
@media screen and (max-width: 599px) {
  .u-over-parent, .footer-top, .footer-sns, .footer-bottom {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.u-bg-bubble {
  position: relative;
  display: inline-block;
  margin: 5px 0px !important;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #989898;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.u-bg-bubble::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.u-bg-bubble::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #989898;
  z-index: 1;
}

/*カラムの設定*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .row {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .row.row-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.col,
.col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 599px) {
  .col,
.col-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.col + .col {
  margin-left: 40px;
}
@media screen and (max-width: 599px) {
  .col + .col {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.u-fr-brown {
  background-color: #FDFAEF;
  border: 10px solid #E6D89D;
  width: 100%;
  padding: 110px 75px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -2;
}
.u-fr-brown > .u-fr-brown {
  background-color: #EBE7D6;
  border: none;
  color: #7C6502;
  padding: 40px 35px;
  border-radius: 7px;
  max-width: 752px;
  margin: 30px auto;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .u-fr-brown {
    padding: 50px 10px 20px;
    border: 5px solid #E6D89D;
  }
}

.u-bg-green {
  background-color: #63CE96;
  border-radius: 7px;
}

.u-bg-gray {
  background-color: #F5F5F5;
  padding: 30px 20px;
}
.u-bg-gray ul li {
  list-style: none !important;
  background: url(../img/common/qa/lin--dots.svg) bottom center repeat-x;
  padding: 20px 0px 20px 30px;
  position: relative;
}
.u-bg-gray ul li::before {
  content: "●";
  color: #D01527;
  font-size: 1.5rem;
  position: absolute;
  left: 0px;
  top: 10px;
}
.u-bg-gray ul li:last-child {
  background: none;
  padding-bottom: 0px;
}

.u-fr-gray {
  background-color: #fff;
  border: 3px solid #E2E2E2;
  padding: 34px 20px;
  margin: 30px 0px;
}

.u-bg-white {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.u-bg-pink {
  background-color: #FFE8E8;
  padding: 20px;
}
.u-bg-pink img {
  max-width: 100%;
}
/* theme */
/*
	サイト全体で使う色の指定
*/