@charset "UTF-8";
@-webkit-keyframes movie_icon_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes movie_icon_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/*
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
}

body {
  font-family: Hiragino Sans,"ヒラギノ角ゴシック","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
  html {
    zoom: 0.72;
    font-size: 45%;
  }
}

#wrap {
  position: relative;
  min-width: 960px;
  width: 100%;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8;
}

.dropdown_overlay {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.sp_view {
  display: none !important;
}

a {
  color: #333;
}

a:hover {
  opacity: .7;
  text-decoration: underline;
}

.ios a:hover {
  opacity: 1;
}

sup {
  position: relative;
  top: 0.2em;
  font-size: 60%;
  vertical-align: top;
}

em,
strong {
  font-weight: bold;
}

strong {
  color: #ee0055;
}

.block_link {
  transition: .2s;
}
.block_link:hover {
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
  [class^="icon-keyboard_arrow_"] {
    font-size: 1.8rem !important;
  }
}

/* ============================================================ */
/* btnスタイル */
/* ============================================================ */
.btn_pink01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #ee0055;
  border-style: solid;
  border-width: 2px;
  border-color: #ee0055;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_pink01 i:first-child {
  margin: 0 0 0 8px;
}

.btn_pink01 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_pink01 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_pink01:hover {
  background: #fff;
  border-color: #fff;
  color: #ee0055;
}

.btn_pink02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #ee0055;
  border-style: solid;
  border-width: 2px;
  border-color: #ee0055;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_pink02 i:first-child {
  margin: 0 0 0 8px;
}

.btn_pink02 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_pink02 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_pink02:hover {
  background: #fff;
  color: #ee0055;
}

.btn_pink03 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  color: #ee0055;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_pink03 i:first-child {
  margin: 0 0 0 8px;
}

.btn_pink03 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_pink03 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_pink03:hover {
  background: #ee0055;
  border-color: #ee0055;
  color: #fff;
}

.btn_pink04 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #ee0055;
  border-radius: 100px;
  color: #ee0055;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_pink04 i:first-child {
  margin: 0 0 0 8px;
}

.btn_pink04 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_pink04 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_pink04:hover {
  background: #ee0055;
  color: #fff;
}

.btn_pink05 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ee0055;
  border-radius: 100px;
  color: #ee0055;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  font-weight: normal;
}

.btn_pink05 i:first-child {
  margin: 0 0 0 8px;
}

.btn_pink05 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_pink05 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_pink05:hover {
  background: #ee0055;
  color: #fff;
}

.btn_orange01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #ff7e00;
  border-style: solid;
  border-width: 2px;
  border-color: #ff7e00;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_orange01 i:first-child {
  margin: 0 0 0 8px;
}

.btn_orange01 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_orange01 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_orange01:hover {
  background: #fff;
  border-color: #fff;
  color: #ff7e00;
}

.btn_orange02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #ff7e00;
  border-style: solid;
  border-width: 2px;
  border-color: #ff7e00;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_orange02 i:first-child {
  margin: 0 0 0 8px;
}

.btn_orange02 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_orange02 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_orange02:hover {
  background: #fff;
  color: #ff7e00;
}

.btn_orange03 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  color: #ff7e00;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_orange03 i:first-child {
  margin: 0 0 0 8px;
}

.btn_orange03 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_orange03 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_orange03:hover {
  background: #ff7e00;
  border-color: #ff7e00;
  color: #fff;
}

.btn_orange04 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #ff7e00;
  border-radius: 100px;
  color: #ff7e00;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_orange04 i:first-child {
  margin: 0 0 0 8px;
}

.btn_orange04 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_orange04 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_orange04:hover {
  background: #ff7e00;
  color: #fff;
}

.btn_orange05 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7e00;
  border-radius: 100px;
  color: #ff7e00;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  font-weight: normal;
}

.btn_orange05 i:first-child {
  margin: 0 0 0 8px;
}

.btn_orange05 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_orange05 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_orange05:hover {
  background: #ff7e00;
  color: #fff;
}

.btn_style01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #ee0055;
  border-style: solid;
  border-width: 2px;
  border-color: #ee0055;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_style01 i:first-child {
  margin: 0 0 0 8px;
}

.btn_style01 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_style01 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_style01:hover {
  background: #fff;
  color: #ee0055;
}

.btn_style02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 100px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_style02 i:first-child {
  margin: 0 0 0 8px;
}

.btn_style02 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_style02 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_style02:hover {
  background: #ff7e00;
  color: #fff;
}

[class^="btn_pink"] sup,
[class^="btn_orange"] sup,
[class^="btn_style"] sup {
  top: -0.2em;
}

[class^="btn_pink"]:hover,
[class^="btn_orange"]:hover,
[class^="btn_style"]:hover {
  text-decoration: none;
  opacity: 1;
}

/* ============================================================ */
/* .slider_pager  */
/* ============================================================ */
.slider_pager {
  position: absolute;
  left: 0;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.slider_pager .pager-item {
  margin: 0 4px;
}

.slider_pager .pager-item .pager-link {
  display: block;
  background: #fff;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.slider_pager .pager-item .pager-link.active {
  background: #ee0055;
}

/* ============================================================ */
/* #modal_window */
/* ============================================================ */
html.modal-show {
  overflow: hidden;
}

html.modal-show body {
  overflow: hidden;
}

.modal_content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 960px;
  height: 610px;
  padding: 20px 30px 30px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  z-index: 120;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal_content .modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  border: 2px solid #ee0055;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.modal_content .modal_close i {
  margin: 0;
  color: #ee0055;
  font-size: 1.2rem;
}

.modal_content .modal_close:hover {
  background: #ee0055;
}

.modal_content .modal_close:hover i {
  color: #fff;
}

.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

/* ============================================================ */
/* #colorbox */
/* ============================================================ */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 1 !important;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  position: relative;
  padding: 60px;
  background: #fff;
  box-sizing: content-box;
  overflow: hidden;
}

#cboxContent #cboxCurrent {
  display: none !important;
}

#cboxContent #cboxLoadedContent {
  overflow: hidden !important;
  overflow-scrolling: touch;
}

#cboxContent #cboxTitle {
  width: 100%;
  margin: 20px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

#cboxContent #cboxPrevious,
#cboxContent #cboxNext {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  background: none;
  cursor: pointer;
}

#cboxContent #cboxPrevious::before,
#cboxContent #cboxNext::before {
  content: "\e90f";
  color: #ee0055;
  font-family: 'icomoon';
  font-size: 1.8rem;
}

#cboxContent #cboxPrevious {
  left: 25px;
}

#cboxContent #cboxPrevious::before {
  content: "\e90f";
}

#cboxContent #cboxNext {
  right: 25px;
}

#cboxContent #cboxNext::before {
  content: "\e90e";
}

#cboxContent #cboxClose {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  background: none;
  border: 2px solid #ee0055;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  font-size: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

#cboxContent #cboxClose::before {
  content: "\e90a";
  color: #ee0055;
  font-family: 'icomoon';
  font-size: 1.2rem;
}

/* ============================================================ */
/* #history_menu */
/* ============================================================ */
#history_menu {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 100;
}

#history_menu ul {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#history_menu ul li {
  margin: 0;
  background: #fff;
}

#history_menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#history_menu ul li a i {
  margin: 0 0 8px;
  color: #ee0055;
}

#history_menu ul li a span {
  width: 1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}

#history_menu ul li a:hover {
  text-decoration: none;
}

#history_menu ul li:not(:first-child) {
  border-top: 1px solid #eee;
}

/* ============================================================ */
/* #modal_history */
/* ============================================================ */
#modal_history.modal_content {
  width: 1000px;
  height: 660px;
  padding: 0;
}

#modal_history.modal_content .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
}

#modal_history.modal_content .tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

#modal_history.modal_content .tab li a {
  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: 60px;
  background: #f3f3f3;
  color: #999;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

#modal_history.modal_content .tab li a span {
  margin: 0 8px;
}

#modal_history.modal_content .tab li a:hover {
  background: #fff;
  color: #ee0055;
  text-decoration: none;
}

#modal_history.modal_content .tab li.active a {
  background: #fff;
  color: #ee0055;
}

#modal_history.modal_content .history_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 20px;
}

#modal_history.modal_content .history_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

#modal_history.modal_content .history_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#modal_history.modal_content .history_list li a:hover {
  text-decoration: none;
}

#modal_history.modal_content .history_list li figure,
#modal_history.modal_content .history_list li figure img {
  width: 100%;
  overflow: hidden;
}

#modal_history.modal_content .history_list li p {
  position: relative;
  margin: 15px 10px;
  padding: 0 0 0 15px;
}

#modal_history.modal_content .history_list li p .icon-keyboard_arrow_right {
  position: absolute;
  top: 3px;
  left: -5px;
}

#modal_history.modal_content .btn_block {
  margin: 20px 0 0;
  padding: 20px;
  border-top: 1px solid #eee;
}

#modal_history.modal_content .modal_close {
  top: auto;
  right: 20px;
  bottom: 25px;
}

/* ============================================================ */
/* webフォント */
/* ============================================================ */
.font_lato {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.2rem;
}

/* ============================================================ */
/* iconフォント */
/* ============================================================ */
@font-face {
  font-family: 'icomoon';
  src: url("/multi/common/icon/fonts/icomoon.eot?zeq1k1");
  src: url("/multi/common/icon/fonts/icomoon.eot?zeq1k1#iefix") format("embedded-opentype"), url("/multi/common/icon/fonts/icomoon.ttf?zeq1k1") format("truetype"), url("/multi/common/icon/fonts/icomoon.woff?zeq1k1") format("woff"), url("/multi/common/icon/fonts/icomoon.svg?zeq1k1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
  content: "\e145";
}

.icon-remove:before {
  content: "\e15b";
}

.icon-play:before {
  content: "\e916";
}

.icon-home:before {
  content: "\e88a";
}

.icon-insert_comment:before {
  content: "\e24c";
}

.icon-lightbulb_outline:before {
  content: "\e915";
}

.icon-network_cell:before {
  content: "\e1b9";
}

.icon-wifi:before {
  content: "\e63e";
}

.icon-check_box:before {
  content: "\e834";
}

.icon-mode_edit:before {
  content: "\e254";
}

.icon-done:before {
  content: "\e876";
}

.icon-people:before {
  content: "\e7fb";
}

.icon-keyboard_arrow_down:before {
  content: "\e313";
}

.icon-keyboard_arrow_left:before {
  content: "\e314";
}

.icon-keyboard_arrow_right:before {
  content: "\e315";
}

.icon-keyboard_arrow_up:before {
  content: "\e316";
}

.icon-sync:before {
  content: "\e627";
}

.icon-mic:before {
  content: "\e029";
}

.icon-play_circle_filled:before {
  content: "\e038";
}

.icon-zoom_in:before {
  content: "\e8ff";
}

.icon-arrow-dotted:before {
  content: "\e914";
}

.icon-plus:before {
  content: "\e913";
}

.icon-triangle:before {
  content: "\e911";
}

.icon-circle:before {
  content: "\e912";
}

.icon-menu:before {
  content: "\e910";
}

.icon-pagetop:before {
  content: "\e900";
}

.icon-station:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e902";
}

.icon-list:before {
  content: "\e903";
}

.icon-histroy-list:before {
  content: "\e904";
}

.icon-histroy-search:before {
  content: "\e905";
}

.icon-map:before {
  content: "\e906";
}

.icon-dropdown-menu:before {
  content: "\e907";
}

.icon-window:before {
  content: "\e908";
}

.icon-outer:before {
  content: "\e909";
}

.icon-close:before {
  content: "\e90a";
}

.icon-link:before {
  content: "\e90b";
}

.icon-down:before {
  content: "\e90c";
}

.icon-up:before {
  content: "\e90d";
}

.icon-right:before {
  content: "\e90e";
}

.icon-left:before {
  content: "\e90f";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-file-pdf:before {
    content: "\eadf";
}

/* ============================================================ */
/* margin */
/* ============================================================ */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

/* ====================================================================== */
/* padding */
/* ====================================================================== */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pa0 {
  padding: 0px !important;
}

.pa5 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa15 {
  padding: 15px !important;
}

.pa20 {
  padding: 20px !important;
}

.pa25 {
  padding: 25px !important;
}

.pa30 {
  padding: 30px !important;
}

.pa35 {
  padding: 35px !important;
}

.pa40 {
  padding: 40px !important;
}

.pa45 {
  padding: 45px !important;
}

.pa50 {
  padding: 50px !important;
}

.pa55 {
  padding: 55px !important;
}

.pa60 {
  padding: 60px !important;
}

.pa65 {
  padding: 65px !important;
}

.pa70 {
  padding: 70px !important;
}

.pa75 {
  padding: 75px !important;
}

.pa80 {
  padding: 80px !important;
}

.pa85 {
  padding: 85px !important;
}

.pa90 {
  padding: 90px !important;
}

.pa95 {
  padding: 95px !important;
}

.pa100 {
  padding: 100px !important;
}

header,
#pc_menu {
  position: relative;
  z-index: 100;
  min-width: 1020px;
  background: #fff;
  line-height: 1.5;
  /* #header_top
	----------------------------------------------------------- */
  /*----- .btn -----*/
}

header > div,
#pc_menu > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0;
}

header .inner,
#pc_menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #header_top,
#pc_menu #header_top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  /*----- .contact -----*/
  /*----- .header_logo -----*/
}

header #header_top > p,
#pc_menu #header_top > p {
  font-size: 1.2rem;
  line-height: 1.4;
  white-space: nowrap;
}

header #header_top .contact,
#pc_menu #header_top .contact {
  margin-left: auto;
  text-align: right;
}

header #header_top .contact > div,
#pc_menu #header_top .contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
    margin: 0 0 10px;
}

header #header_top .contact > div p.link_top,
#pc_menu #header_top .contact > div p.link_top {
  margin: 0 20px 0 0;
  font-size: 1.2rem;
}

header #header_top .contact > div p.link_top a,
#pc_menu #header_top .contact > div p.link_top a{
  color: #333;
  text-decoration: none;
}

body.multi header #header_top .contact > div p.link_top a,
body.multi #pc_menu #header_top .contact > div p.link_top a {
  color: #fff;
  text-decoration: none;
}

header #header_top .contact > div p.link_top a i,
#pc_menu #header_top .contact > div p.link_top a i {
  margin: 0 0 0 4px;
}

header #header_top .contact > div p.tel_num,
#pc_menu #header_top .contact > div p.tel_num {
  line-height: 20px;
  margin: 0 0 5px;
}

header #header_top .contact > div p.tel_num span,
#pc_menu #header_top .contact > div p.tel_num span {
  font-size: 1.2rem;
  vertical-align: middle;
}

header #header_top .contact > div p.tel_num span:last-child,
#pc_menu #header_top .contact > div p.tel_num span:last-child {
  margin: 0 0 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}

header #header_top .contact > div p.tel_num span:last-child img,
#pc_menu #header_top .contact > div p.tel_num span:last-child img {
  margin: 0 5px 0 0;
}

header #header_top .contact .btn,
#pc_menu #header_top .contact .btn {
  overflow: hideen;
  float: right;
}

header #header_top .contact .btn li,
#pc_menu #header_top .contact .btn li {
  float: left;
  list-style: none;
}

header #header_top .contact .btn li:first-child,
#pc_menu #header_top .contact .btn li:first-child {
  margin: 0 10px 0 0;
}

header #header_top .header_logo h1,
#pc_menu #header_top .header_logo h1 {
  font-size: 1.0rem;
  margin: 0 0 7px;
}

header #header_top .header_logo p,
#pc_menu #header_top .header_logo p {
  font-size: 1.0rem;
  margin: 0 0 7px;
}

header #header_top .header_logo .page_h1,
#pc_menu #header_top .header_logo .page_h1 {
  font-size: 1.0rem;
  margin: 0 0 7px;
}

header #header_top .header_logo a,
#pc_menu #header_top .header_logo a {
  text-decoration: none;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 40px;
}

header #header_top .header_logo a img,
#pc_menu #header_top .header_logo a img {
  max-height: 40px;
  width: 190px;
  margin: 0 10px 0 0;
  /*max-height: 45px;/*55周年ロゴ設定*/
  /*width: 240px;/*55周年ロゴ設定*/
  /*margin: 0 20px 0 0;/*55周年ロゴ設定*/
}

header .btn .btn_style01,
#pc_menu .btn .btn_style01 {
  width: 100%;
  min-width: auto;
  height: 40px;
  padding: 0 10px;
  white-space: nowrap;
}

header .btn .btn_style01::before,
#pc_menu .btn .btn_style01::before {
  content: "\e906";
  font-family: 'icomoon';
  margin: 0 5px 0 0;
}

header .btn .btn_orange02,
#pc_menu .btn .btn_orange02 {
  width: 100%;
  min-width: auto;
  height: 40px;
  padding: 0 10px;
  white-space: nowrap;
}

/* #pc_menu
----------------------------------------------------------- */
#pc_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  box-shadow: 0 0 10px rgba(35, 28, 26, 0.6);
}

#pc_menu > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 19px 10px;
}

#pc_menu > .inner .header_logo a {
  text-decoration: none;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 40px;
}

#pc_menu > .inner .header_logo a img {
  max-height: 40px;
  width: 190px;
  margin: 0 10px 0 0;
}

#pc_menu > .inner .contact {
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

#pc_menu > .inner .contact p {
  line-height: 20px;
  margin: 2px 10px 0 0;
  padding: 4px 10px 4px 0;
  border-right: 1px solid #e0e0e0;
}

#pc_menu > .inner .contact p span {
  font-size: 1.0rem;
  vertical-align: middle;
}

#pc_menu > .inner .contact p span:last-child {
  margin: 0 0 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.0rem;
  font-weight: bold;
}

#pc_menu > .inner .contact p span:last-child img {
  margin: 0 5px 0 0;
}

#pc_menu > .inner .contact p i {
    margin: 0 0 0 4px;
}

#pc_menu > .inner .contact .btn {
  overflow: hideen;
}

#pc_menu > .inner .contact .btn li {
  float: left;
  list-style: none;
}

#pc_menu > .inner .contact .btn li:first-child {
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 1100px) {
  header .header_logo,
  #pc_menu .header_logo {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  header .header_logo a,
  #pc_menu .header_logo a {
    font-size: 1.5rem;
    width: 153px !important;
  }
  header .contact li .btn_style01,
  #pc_menu .contact li .btn_style01 {
    min-width: auto;
    font-size: 1.2rem;
  }
  header .contact li .btn_orange02,
  #pc_menu .contact li .btn_orange02 {
    min-width: auto;
    font-size: 1.2rem;
  }
}

.multi header #header_top {
  margin: 0 0 15px;
}

.multi header .global_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 46px;
  background: rgba(0, 0, 0, 0.2);
}

.multi header .global_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 1200px;
}

.multi header .global_nav > ul > li {
  box-flex: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 32px;
}

.multi header .global_nav > ul > li:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.multi header .global_nav > ul > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: 0.5s color ease;
  transition: 0.5s color ease;
}

.multi header .global_nav > ul > li a::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  content: "";
  width: 0;
  height: 4px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.multi header .global_nav > ul > li a:hover {
  opacity: 1;
}

.multi header .global_nav > ul > li.active > a::after,
.multi header .global_nav > ul > li a:hover::after {
  width: 100%;
}

.multi.ios .global_nav > ul > li a::after {
  width: 100%;
}

/* ============================================================ */
/* #contents */
/* ============================================================ */
#contents {
  position: relative;
  min-width: 1024px;
  background: #fff;
}

.dp_none {
  display: none;
}

/* ============================================================ */
/* 見出しスタイル */
/* ============================================================ */
.ttl01 {
  margin-bottom: calc(40px - (((3.2rem * 1.4) - 3.2rem) / 2));
  text-align: center;
}

.ttl01 h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px;
}

.ttl01 span {
  font-size: 1.8rem;
  display: inline-block;
  padding: 5px 0 0;
  width: 240px;
  border-top: 2px solid #ee0055;
}

.ttl02 {
  margin-bottom: calc(30px - (((2.4rem * 1.5) - 2.4rem) / 2));
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 0 15px;
  border-left: 2px solid #ee0055;
}

.ttl02 span {
  font-size: 2.0rem;
  display: block;
}

.ttl03 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3;
}

.ttl03 span {
  padding: 0 0 16px;
}

.ttl_balloon {
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 6px 15px;
  position: relative;
  margin: 0 0 20px 140px;
  display: inline-block;
}

.ttl_balloon::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 13%;
  border: 10px solid transparent;
}

/*.ttl_point {
	position: relative;
	display: flex;
	width: 960px;
	margin: 0 auto 30px;
	background: #e6e6e6;
	font-weight: bold;

	&::before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		content: "";
		width: 50px;
		background: $baseColor;
	}

	.number {
		position: relative;
		flex: 0 0 115px;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;

		span {
			position: relative;
			z-index: 1;
			color: #fff;
			font-size: 1.6rem;

			&:last-child {
				margin: 0 0 0 5px;
				font-size: 3.2rem;
			}
		}

		&::before,
		&::after {
			position: absolute;
			top: 50%;
			content: "";
			transform: translateY(-50%);
			@include circle(110);
		}

		&::before {
			right: 0;
			background: #fff;
		}

		&::after {
			right: 3px;
			background: $baseColor;
		}
	}

	.text {
		flex: 1 0 0%;
		display: flex;
		align-items: center;
		min-height: 70px;
		padding: 10px 20px;
		font-size: 2.0rem;
		line-height: 1.4;
	}
}*/
/* ============================================================ */
/* 汎用スタイル */
/* ============================================================ */
/* ブロック
--------------------------------------------------------------- */
.row,
.row_short,
.row_medium,
.row_large,
.row_wide {
  margin: 0 auto 60px;
}

.row:last-child,
.row_short:last-child,
.row_medium:last-child,
.row_large:last-child,
.row_wide:last-child {
  margin-bottom: 0;
}

.row_short {
  width: 880px;
}

.row {
  width: 960px;
}

.row_medium {
  max-width: 1200px;
  padding: 0 60px;
}

.row_large {
  /*1200px*/
  max-width: 1280px;
  padding: 0 40px;
}

.row_wide {
  width: 100%;
}

/*.row_border_top {
	padding-top: 60px;
	border-top: 2px solid $baseColor;
}*/
/* 左右寄せ／センタリング
--------------------------------------------------------------- */
.al_left {
  text-align: left !important;
}

.al_right {
  text-align: right !important;
}

.al_center {
  text-align: center !important;
}

/* 画像左右寄せ
--------------------------------------------------------------- */
.img_float_left,
.img_float_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img_float_left figure img,
.img_float_right figure img {
  width: 100%;
}

.img_float_left > div,
.img_float_right > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.img_float_left > div > *:not(:last-child),
.img_float_right > div > *:not(:last-child) {
  margin-bottom: 20px;
}

.img_float_left figure {
  margin: 0 40px 0 0;
}

.img_float_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.img_float_right figure {
  margin: 0 0 0 40px;
}

/* table
--------------------------------------------------------------- */
.table01,
.table02 {
  width: 100%;
  border: 1px solid #f4f4f4;
  border-collapse: separate;
}

.table01 th,
.table01 td,
.table02 th,
.table02 td {
  padding: 20px 40px;
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  text-align: left;
  line-height: 1.5;
}

.table01 th {
  background: #888;
  font-weight: bold;
  color: #fff;
}

.table01 tr > *:first-child {
  border-left: none;
}

.table01 tbody:last-child tr:last-child > * {
  border-bottom: none;
}

.table01 .border_top {
  border-top: 1px solid #d9d9d9 !important;
}

.table01 .border_btm {
  border-bottom: 1px solid #d9d9d9 !important;
}

.table01 .border_left {
  border-left: 1px solid #d9d9d9 !important;
}

.table01 .border_right {
  border-right: 1px solid #d9d9d9 !important;
}

.table02 th {
  font-weight: bold;
}

.table02 tr > *:first-child {
  border-left: none;
}

.table02 tbody:last-child tr:last-child > * {
  border-bottom: none;
}

/* .pickup
--------------------------------------------------------------- */
.pickup {
  background: #f4f4f4;
  padding: 60px 0 80px;
}

.pickup .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.pickup .inner .slider {
  position: relative;
}

.pickup .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pickup .inner ul li {
  position: relative;
  width: 360px;
  line-height: 1.6;
  background: #fff;
}

.pickup .inner ul li a {
  display: block;
  /*padding: 0 0 50px;*/
}

.pickup .inner ul li a img {
  width: 100%;
}


.pickup .inner ul li p {
  padding: 0 20px 50px 20px;
}

.pickup .inner ul li div {
  padding: 10px 20px;
  font-size: 1.2rem;
  overflow: hidden;
}

.pickup .inner ul li div span {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  float: left;
  margin: 0 8px 0 0;
}

.pickup .inner ul li div .area_01 {
  background: #64c200;
}

.pickup .inner ul li div .area_02 {
  background: #ffa800;
}

.pickup .inner ul li div .area_03 {
  background: #26b4e6;
}

.pickup .inner ul li div .tag_01 {
  border: 1px solid #0E8800;
  border-radius: 5px;
  background-color: #fff;
  color: #0E8800;
  line-height: 1.2;
}

.pickup .inner ul li div .tag_02 {
  border: 1px solid #1F3E96;
  border-radius: 5px;
  background-color: #fff;
  color: #1F3E96;
  line-height: 1.2;
}

.pickup .inner ul li div .tag_03 {
  border: 1px solid #D65423;
  border-radius: 5px;
  background-color: #fff;
  color: #D65423;
  line-height: 1.2;
}

.pickup .inner ul li div .tag_04 {
  border: 1px solid #BF1A1A;
  border-radius: 5px;
  background-color: #fff;
  color: #BF1A1A;
  line-height: 1.2;
}

.pickup .inner ul li div .start {
  background: #ffe5ef;
  color: #ee0055;
  font-weight: bold;
  margin: 0;
}

.pickup .inner ul li div time {
  display: block;
  float: right;
  text-align: right;
  padding: 7px 0 0;
}

.pickup .inner ul li a h3 {
  padding: 0 20px;
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 1.6rem;
}

.chinese .pickup .inner ul li a h3,
.korean .pickup .inner ul li a h3 {
  padding: 0 20px;
  margin: 0 0 5px;
  font-weight: bold;
  text-align: center;
  font-size: 2.0rem;
}


.pickup .inner ul li a p.cpn {
  border-radius: 100px;
  background: #ffe5ef;
  text-align: center;
  padding: 5px 10px;
  width: 90%;
  margin: 20px auto 0;
  font-weight: bold;
  color: #ee0055;
}

.pickup .inner ul li a i {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.pickup .inner ul li a:hover {
  text-decoration: none;
}

.pickup .inner .btn_prev,
.pickup .inner .btn_next {
  position: absolute;
  top: 50%;
  display: block;
  background: #ee0055;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: -20px;
}

.pickup .inner .btn_prev i,
.pickup .inner .btn_next i {
  position: relative;
  top: 2px;
}

.pickup .inner .btn_prev:hover,
.pickup .inner .btn_next:hover {
  opacity: 0.7;
}

.pickup .inner .btn_prev {
  left: 0;
}

.pickup .inner .btn_next {
  right: 0;
}

.pickup .inner > p {
  margin: 30px auto 0;
  font-size: 1.6rem;
  text-align: center;
}
.pickup .inner > p a {
  width: 400px;
}

.pickup .inner > p a:hover {
  text-decoration: none;
}


/* コース・講師・受講生　index_list
--------------------------------------------------------------- */
#list_intro .ttl01 {
  background: #f4f4f4;
  margin-bottom: 0;
  padding: 60px 0;
}

#list_intro .inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ボックススタイル
--------------------------------------------------------------- */
.box_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0;
  margin-bottom: 100px;
}

.box_layout li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 60px;
}

.box_layout li:last-child {
  margin: 0;
}

.box_layout li:nth-of-type(2n) .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.box_layout li:nth-of-type(2n) .txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.box_layout li .img {
  width: 50%;
  overflow: hidden;
}

.box_layout li .img figure img {
  width: 100%;
}

.box_layout li .txt {
  width: 50%;
  padding: 10px 40px;
}

.box_layout li .txt p {
  margin: 0 0 20px;
}

/*.box_layout li .txt p:nth-of-type(2)  {
  margin: 0 0 40px;
  background: rgba(244, 244, 244, 0.8);
  padding: 5px 10px 3px 10px;
  text-indent: -8px;
  display:inline-block;
}

.box_layout li .txt p:nth-of-type(2) span{
	font-size:11px;
}*/

.box_layout li .txt .price_area{
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 30px;
  align-items: stretch;
  text-align: left;
  justify-content: space-between;
}
.box_layout li .txt .price_area .criterion{
  background-color: #FFDC8B;
  border-radius: 10px 0 0 10px;
  margin: 0;
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  padding: 0 10px 0 15px;
  letter-spacing: 0.3em;
  width: 20%;
  font-weight: bold;
}
.box_layout li .txt .price_area .price{
  background-color: #FFF5DF;
  border-radius: 0 10px 10px 0;
  margin: 0;
  padding: 10px 15px;
  text-indent: 0;
  width: 80%;
}
.box_layout li .txt .price_area .price span {
  font-size: 11px;
}
.box_layout li .txt .price_area .top_br{
  display: none;
}


.box_layout li .txt > div {
  text-align: center;
}

.box_layout li .txt [class^="btn_"] {
  width: 460px;
}

.box_style01 {
  background: #fff;
  padding: 60px 40px 40px;
}

.box_style02 {
  background: #f4f4f4;
  padding: 40px;
  margin: 0 0 20px;
}

.box_style02:last-child {
  margin: 0;
}

.box_style03 {
  background: #f4f4f4;
  padding: 60px;
}

.box_style04 {
  background: #e8e8e8;
  padding: 40px;
}

.box_style05 {
  background: #e8e8e8;
  padding: 20px;
}

/* .anchor_link
----------------------------------------------------------- */
.anchor_link {
  margin: 0 auto 35px;
  max-width: 960px;
}

.anchor_link ul {
  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;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.anchor_link ul li {
  width: 32%;
  background: #fff;
  position: relative;
  margin: 0 0 15px;
  border-radius: 30px;
}

.anchor_link ul li a {
  min-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  padding: 15px 0 25px;
  text-align: center;
  text-decoration: none;
}

.anchor_link ul li a i {
  position: absolute;
  bottom: 10px;
  left: 50%;
  font-size: 1.0rem;
  color: #ee0055;
}

/* .link_icon
----------------------------------------------------------- */
.link_icon {
  position: relative;
  padding: 0 1.3em;
  display: inline-block;
}

.link_icon a .icon-right,
.link_icon a .icon-keyboard_arrow_right {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1rem;
  top: 7px;
}

.link_icon a .icon-right::before,
.link_icon a .icon-keyboard_arrow_right::before {
  display: inline-block;
  text-decoration: none;
}

.link_icon a .icon-outer {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 1rem;
  top: 7px;
}

.link_icon a .icon-outer::before {
  display: inline-block;
  text-decoration: none;
}

/* モジュールスタイル
--------------------------------------------------------------- */
.module_style01 {
  min-height: 480px;
}

.module_style01 > .txt {
  padding: 40px;
  color: #fff;
  width: 620px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}

.module_style01 > .txt .num {
  position: absolute;
  top: 30px;
  left: -60px;
  width: 120px;
  height: 120px;
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  padding: 15px 0 0;
}

.module_style01 > .txt .num span {
  font-size: 1.8rem;
  display: block;
  padding: 8px 0 1px;
}

.module_style01 > .txt .ttl02 {
  color: #fff;
}

.module_style02 {
  min-height: 480px;
}

.module_style02 > .txt {
  margin-left: auto;
  padding: 40px;
  color: #fff;
  width: 620px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}

.module_style02 > .txt .num {
  position: absolute;
  top: 30px;
  left: -60px;
  width: 120px;
  height: 120px;
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  padding: 15px 0 0;
}

.module_style02 > .txt .num span {
  font-size: 1.8rem;
  display: block;
  padding: 8px 0 1px;
}

.module_style02 > .txt .ttl02 {
  color: #fff;
}

/* ============================================================ */
/* #counseling  */
/* ============================================================ */
#counseling a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 540px;
  background: url(/multi/multi_contents/img/bg_counseling.png) center center no-repeat;
  background-size: cover;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-align: center;
}

#counseling a .ttl01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 15px;
}

#counseling a .ttl01 span {
  border-top: 2px solid #fff;
}

#counseling a [class^="btn_"] {
  width: 400px;
  margin: 40px 0 0;
}

#counseling a:hover {
  text-decoration: none;
}

#counseling a:hover [class^="btn_"] {
  background: #fff;
  border-color: #fff;
  color: #ff7e00;
}
#counseling a span::before{
  /*content: "╲ 入学金免除実施中！10/31まで ╱";*/
  content: "＼ まずは無料カウンセリングにご参加ください ／";
  font-size: 1.4rem;
  position: absolute;
  top: -15px;
  font-weight: bold;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  color: #ff7e00;
}

/* ============================================================ */
/* .course_list  */
/* ============================================================ */
.course_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.course_list li {
  position: relative;
  width: 31%;
  margin: 0 3.5% 0 0;
}

.course_list li:nth-of-type(3n) {
  margin: 0;
}

.course_list li a {
  display: block;
}

.course_list li a figure {
  position: relative;
  width: 100%;
  height: 197px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  margin: 0 0 20px;
}

.course_list li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  width: 350px;
}

.course_list li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.course_list li a h3 {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.course_list li a h3 i {
  font-size: 1.8rem;
}

.course_list li a p{
  margin: 0 0 20px;
}

.course_list li a p:nth-of-type(2){
  margin: 0 0 40px;
  background: rgba(244, 244, 244, 0.8);
  padding: 5px 5px 3px 8px;
  text-indent: -8px;
}

.course_list li a p:nth-of-type(2) span{
	font-size:11px;
}

.course_list li:nth-of-type(5) a p:nth-of-type(2){
  margin: 0;
  background:none;
}

.course_list li a:hover {
  text-decoration: none;
}

.course_list li a:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

/* ============================================================ */
/* .other_menu_list */
/* ============================================================ */
.other_menu_list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.other_menu_list li {
  position: relative;
  /*width: 285px;*/
  width:100%;
  margin: 0 20px 0 0;
  background: #fff;
}

.other_menu_list li:nth-of-type(4n) {
  margin: 0;
}

/*.other_menu_list li a {
  display: block;
}*/

.other_menu_list li a figure {
  position: relative;
  width: 100%;
  height: 140px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.other_menu_list li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.other_menu_list li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.other_menu_list li div {
  padding: 15px 20px 30px;
}

.other_menu_list li h3 {
  margin: 0 0 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

.other_menu_list li h3 i {
  font-size: 1.3rem;
}

.other_menu_list li a:hover {
  text-decoration: none;
}

.other_menu_list li a:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.other_menu_list02 {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.other_menu_list02 li {
  position: relative;
  width: 386px;
  margin: 0 20px 0 0;
  background: #fff;
}

.other_menu_list02 li:nth-of-type(3n) {
  margin: 0;
}

.other_menu_list02 li a figure {
  position: relative;
  width: 100%;
  height: 140px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.other_menu_list02 li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}


.other_menu_list02 li div {
  padding: 15px 20px 30px;
}

.other_menu_list02 li h3 {
  margin: 0 0 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

.other_menu_list02 li h3 i {
  font-size: 1.3rem;
}

.other_menu_list02 li a:hover {
  text-decoration: none;
}

.other_menu_list02 li a:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

/* ============================================================ */
/* .other_list */
/* ============================================================ */
#other_list {
  padding: 40px 0 80px;
}

#other_list .slider,
#other_list .slider2 {
  position: relative;
}

#other_list .inner {
  max-width: 1200px;
  margin: 0 auto;
}

#other_list .inner .btn_prev,
#other_list .inner .btn_next {
  position: absolute;
  top: 50%;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: -20px;
}

#other_list .inner .btn_prev i,
#other_list .inner .btn_next i {
  position: relative;
  top: 2px;
}

#other_list .inner .btn_prev:hover,
#other_list .inner .btn_next:hover {
  opacity: 0.7;
}

#other_list .inner .btn_prev {
  left: 0;
}

#other_list .inner .btn_next {
  right: 0;
}

/* ============================================================ */
/* .other_list_style */
/* ============================================================ */
.other_list_style {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.other_list_style li {
  position: relative;
  width: 360px;
  background: #fff;
}

.other_list_style li:nth-of-type(4n) {
  margin: 0;
}

.other_list_style li a {
  display: block;
}

.other_list_style li a figure {
  position: relative;
  width: 100%;
  height: 140px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.other_list_style li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.other_list_style li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.other_list_style li a div {
  padding: 15px 20px 30px;
}

.other_list_style li a h3 {
  margin: 0 0 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

.other_list_style li a h3 i {
  font-size: 1.3rem;
}

.other_list_style li a:hover {
  text-decoration: none;
}

.other_list_style li a:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

/* ============================================================ */
/* #appeal  */
/* ============================================================ */
#appeal {
  padding: 120px 0;
}

#appeal .inner {
  max-width: 1200px;
  background: #fff;
  margin: 0 auto 40px;
  padding: 60px 40px 20px;
}

#appeal .inner .ttl01 {
  position: relative;
}

#appeal .inner .ttl01 a {
  position: absolute;
  right: 0;
  bottom: 0;
}

#appeal .module_style01 {
  margin-bottom: 20px;
}

#appeal .module_style01 > .txt {
  color: #333;
  background: rgba(244, 244, 244, 0.8);
}

#appeal .module_style01 > .txt .ttl02 {
  color: #333;
}

/* ============================================================ */
/* .area_point  */
/* ============================================================ */
.area_point {
  padding: 60px 0 80px;
}

.area_point .ttl03 + p {
  width: 860px;
  margin: 0 auto 60px;
  text-align: center;
}

.area_point .icon_ttl {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
  padding: 23px 0 0;
}

.area_point .icon_ttl i {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  display: block;
}

.area_point .icon_ttl span {
  display: block;
}

.area_point ul {
  width: 860px;
  margin: 0 auto 60px;
}

.area_point ul li {
  margin: 0 0 20px;
  font-size: 1.8rem;
  text-indent: -3.4rem;
  padding-left: 3.4rem;
}

.area_point ul li:last-child {
  margin: 0;
}

.area_point ul li i {
  margin: 0 10px 0 0;
  font-size: 2.4rem;
  position: relative;
  top: 2px;
}

.area_point .movie {
  position: relative;
  height: 450px;
  margin: 0 auto;
  width: 800px;
}

.area_point .movie .thumb {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.area_point .movie .thumb figure.shadow10::before {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.area_point .movie .thumb figure.shadow15::before {
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.area_point .movie .thumb figure.shadow20::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.area_point .movie .thumb figure.shadow25::before {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.area_point .movie .thumb figure.shadow30::before {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.area_point .movie .thumb .btn_style01 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -110px;
  z-index: 2;
}

.area_point .movie .thumb .btn_style01 i {
  margin: 0 5px 0 0;
}

.area_point .movie .thumb.movie-loading {
  cursor: default;
}

.area_point .movie .thumb.movie-loading i {
  -webkit-animation: movie_icon_rotate 5s;
          animation: movie_icon_rotate 5s;
}

.area_point .movie .thumb.movie-loading i:before {
  content: "\e627";
  color: rgba(0, 0, 0, 0.6);
}

/* ============================================================ */
/* .area_contents  */
/* ============================================================ */
.area_contents {
  padding: 80px 0;
  background: #f4f4f4;
}

.area_contents .box_style01 > ul {
  padding: 0 40px;
}

.area_contents .box_style01 > ul > li {
  margin: 0 0 8px;
}

.area_contents .box_style01 > ul > li::before {
  content: "-";
  margin: 0 10px 0 0;
  font-weight: bold;
  font-size: 1.8rem;
}

.area_contents .box_style01 > ul > li:last-child {
  margin: 0;
}

.area_contents .box_style01 > ul > li a:hover {
  text-decoration: none;
}

.area_contents .box_style01 > ul > li > ul {
  padding: 0 60px;
}

.area_contents .box_style01 > ul > li > ul > li::before {
  content: "-";
  margin: 0 10px 0 0;
  font-weight: bold;
  font-size: 1.8rem;
}

.area_contents .box_style01 > ul > li > ul > li a:hover {
  text-decoration: none;
}

/* ============================================================ */
/* .area_introduction  */
/* ============================================================ */
.area_introduction {
  padding: 80px 0;
}

.area_introduction .intro_style01 figure img {
  margin: 0 0 60px;
}

.area_introduction .intro_style01 figure + p {
  padding: 0 40px;
  margin: 0 0 10px;
}

.area_introduction .intro_style02 {
  padding: 0 40px;
}

.area_introduction .intro_style02 > p {
  margin: 0 0 10px;
}

.area_introduction .intro_style03,
.area_introduction .intro_style04 {
  padding: 0 40px;
}

/* ============================================================ */
/* .area_profile  */
/* ============================================================ */
.area_profile {
  padding: 80px 0;
  background: #f4f4f4;
}

.area_profile > .row .ttl03 {
  margin: 0;
}

.area_profile > .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.area_profile > .row > div div:first-child {
  margin: 0 40px 0 0;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
}

.area_profile > .row > div div:first-child figure img {
  border-radius: 50%;
  margin: 0 0 10px;
  width: 100%;
}

.area_profile > .row > div div:last-child {
  margin: 60px 0 0 0;
}

.area_profile > .row > div div:last-child p:first-child {
  margin: 0 0 40px;
}

.area_profile > .row > div div:last-child h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 5px;
}

.area_profile > .row > div div:last-child ul {
  margin: 0 0 30px;
}

.area_profile > .row > div div:last-child ul li i {
  position: relative;
  top: 3px;
}

/* ============================================================ */
/* .feature_list */
/* ============================================================ */
.feature_list > li {
  padding: 40px 0 80px 40px;
}

.feature_list > li .inner {
  max-width: 960px;
  margin: 0 auto;
}

.feature_list > li .inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature_list > li .inner > div figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
  margin: 0 40px 0 0;
}

.feature_list > li .inner > div figure img {
  width: 100%;
}

.feature_list > li .inner > div .txt p:nth-of-type(1) {
  margin: 0 0 10px;
  padding: 20px 0 0;
}

.feature_list > li:nth-of-type(2n) {
  background: #f4f4f4;
}

.feature_list > li:nth-of-type(2n) > div figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 40px;
}

.feature_list > li .number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

.feature_list > li .number p {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 20px 0 0;
  padding: 15px 0 0;
  color: #fff;
}

.feature_list > li .number p span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0 0;
}

.feature_list > li .number h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

/* ============================================================ */
/* .faq_list */
/* ============================================================ */
/*.faq_list {
	width: 960px;
	margin: 40px auto 0;

	& > * {
		position: relative;

		&::before {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			color: #fff;
			text-align: center;
			line-height: 30px;
			@include circle(30);
		}
	}

	dt {
		margin: 0 0 15px;
		padding: 2px 0 18px 38px;
		border-bottom: 1px solid #d9d9d9;
		font-weight: bold;

		&::before {
			content: "Q";
			background: #e40057;
		}
	}

	dd {
		position: relative;
		padding: 2px 0 0 38px;

		&:not(:last-child) {
			margin: 0 0 45px;
		}

		&::before {
			content: "A";
			background: #9b2845;
			font-weight: bold;
		}
	}
}
*/
/* ============================================================ */
/* .tab */
/* ============================================================ */
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin: 0 0 0 1px;
}

.tab li:first-child {
  margin-left: 0;
}

.tab li sup {
  top: -0.1em;
}

.tab li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.tab li a sup {
  top: -0.2em;
}

.tab li a i {
  font-size: 1.8rem;
  margin: 0 5px 0 0;
  position: relative;
  top: 3px;
}

.tab li a:hover {
  opacity: 1;
  background: #f4f4f4;
}

.tab li::after {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 0;
  height: 4px;
  background: #ee0055;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tab li.active::after, .tab li:hover::after {
  width: 100%;
}

.tab li.active a, .tab li:hover a {
  opacity: 1;
  background: #f4f4f4;
}

.tab.columun05 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab.columun05 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 191px;
          flex: 1 0 191px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.tab.columun05 li a {
  padding: 10px 0;
}

.tab.columun05 li a span {
  display: block;
  font-size: 1.4rem;
}

.tab.columun05 li:nth-of-type(6n) {
  margin-left: 0;
}

.tab.columun05 li:nth-of-type(1), .tab.columun05 li:nth-of-type(2), .tab.columun05 li:nth-of-type(3), .tab.columun05 li:nth-of-type(4), .tab.columun05 li:nth-of-type(5) {
  border-bottom: 1px solid #fff;
}

.tab_box > *:not(:first-child) {
  display: none;
}

/* ============================================================ */
/* #topic_path */
/* ============================================================ */
#topic_path {
  margin: 0 auto;
  font-size: 1.2rem;
}

#topic_path ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  height: 45px;
  margin: 0 auto;
  padding: 12px 0;
}

#topic_path:first-child{
	border-bottom:1px solid #e0e0e0;
}

#topic_path ol li {
  margin: 0 15px 0 0;
  color: #888;
}

#topic_path ol li a {
  color: #333;
}

#topic_path ol li sup {
  top: 0;
}

#topic_path ol li:first-child::before {
  position: relative;
  top: 2px;
  margin: 0 5px 0 10px;
  content: "\e88a";
  font-family: 'icomoon';
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
}

#topic_path ol li:not(:last-child)::after {
  position: relative;
  top: 2px;
  margin: 0 0 0 15px;
  content: "\e315";
  font-family: 'icomoon';
  font-size: 1.4rem;
  line-height: 1;
}

#topic_path ol li a:hover {
  opacity: 1;
}

.multi {
  /* header
	----------------------------------------------------------- */
  /* header_dark
	----------------------------------------------------------- */
  /* #visual
	----------------------------------------------------------- */
  /* .pickup
    --------------------------------------------------------------- */
}

.multi header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: none;
  height: 140px;
}

.multi header #pc_menu {
  background: none;
  margin: 0 auto;
}

.multi header #header_top {
  color: #fff;
}

.multi header #header_top .header_logo a {
  color: #fff;
}

.multi #header_dark #header_top {
  color: #333;
}

.multi #header_dark #header_top .header_logo a {
  color: #333;
}

.multi #visual {
  position: relative;
}

.multi #visual div[class^="al_"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 80px;
  color: #fff;
}

.multi #visual div[class^="al_"] > img {
  margin: 0 0 20px;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
}

.multi #visual div[class^="al_"] h1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.2rem;
  margin: 0;
}

.multi #visual div[class^="al_"] .page_h1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.2rem;
  margin: 0;
}

.multi #visual div[class^="al_"] span {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.2rem;
  margin: 0;
}

.multi #visual div[class^="al_"] p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.2rem;
}

.multi #visual div[class^="al_"] p:first-child {
  margin: 0;
}

.multi #visual div[class^="al_"].al_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.multi #visual div[class^="al_"].al_left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.multi #visual div[class^="al_"].al_right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.multi #visual div[class^="al_"] p.box{
  margin: 20px 0 0;
  padding: 10px 50px;
  border: 1px solid #fff !important;
  font-size: 1.3rem !important;
}

.multi #visual figure {
  position: relative;
  height: 592px;
  overflow: hidden;
}

.multi #visual figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.multi #visual figure.shadow10::before {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.multi #visual figure.shadow15::before {
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.multi #visual figure.shadow20::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.multi #visual figure.shadow25::before {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.multi #visual figure.shadow30::before {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.multi .pickup .inner {
  margin: -200px auto 0;
}

.multi .pickup .inner .ttl_pickup {
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 6px 20px;
    position: relative;
    margin: 0 0 20px 140px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
}
.multi .pickup .inner .ttl_pickup::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 13%;
  border: 10px solid transparent;
}

.chinese .pickup .inner,
.korean.multi .pickup .inner {
  margin: -60px auto 0;
}

.multi .recomend {
    background: #f4f4f4;
    padding: 60px 0 80px;
}

.multi .recomend .inner {
  margin: -200px auto 0;
	position: relative;
}
.multi .recomend .inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.chinese .recomend .inner::before {
	margin-right: -30px;
	margin-bottom: -30px;
	width: 300px;
	height: 247px;
	background: url("/chinese/img/img_chinese_image.png") no-repeat;
}
.korean .recomend .inner::before {
	margin-right: -40px;
	margin-bottom: -40px;
	width: 340px;
	height: 203px;
	background: url("/korean/img/img_korean_image.png") no-repeat;
}

.recomend .inner {
	width: 90%;
    max-width: 1200px;
    background: #fff;
    margin: 0 auto 40px;
    padding: 20px 60px 20px;
	border-radius: 12px;
}

.chinese .recomend .inner {
	border: 4px solid #FA4E4B;
}

.korean .recomend .inner {
	border: 4px solid #7640BD;
}

.multi .recomend .inner .ttl_recomend {
    text-align: center;
    color: #7640BD;
    font-size: 3.0rem;
    font-weight: bold;
    position: relative;
	z-index: 0;
    margin: 0 auto 20px;
}

.chinese .recomend .inner .ttl_recomend {
    color: #FA4E4B;
}

.korean .recomend .inner .ttl_recomend {
    color: #7640BD;
}

.multi .recomend .inner .ttl_recomend::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -160px;
	z-index: -1;
}

.chinese .recomend .inner .ttl_recomend::before{
	width: 304px;
	height: 81px;
	background: url("/chinese/img/bg_ttl.png") no-repeat;
    top: -18px;
}


.korean .recomend .inner .ttl_recomend::before {
	width: 304px;
	height: 81px;
	background: url("/korean/img/bg_ttl.png") no-repeat;
    top: -18px;
}



.recomend ul{
	margin: 0 0 20px;
}
.recomend ul li{
	position: relative;
	font-size: 2.8rem;
	padding-left: 45px;
}
.recomend ul li:before{
	display: block;
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	top: 1.0rem;
	left: 0;
	background: url("/korean/img/img_checked.png") no-repeat;
}
.recomend ul li span{
  display: inline;
  background: linear-gradient(transparent 30%, #FFFCA4 0%);
}

.recomend p{
	font-size: 2.4rem;
	line-height: 1.3;
}

.chinese .recomend p{
	color: #FA4E4B;
}

.korean .recomend p{
	color: #7640BD;
}

footer {
  position: relative;
  width: 100%;
  min-width: 1024px;
  background: #fff;
}

footer .btn_pagetop {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

footer .btn_pagetop a {
  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;
  text-align: center;
  color: #ee0055;
}

footer .btn_pagetop a i {
  margin: 0 8px 0 0;
}

footer .btn_pagetop a:hover {
  text-decoration: none;
}

footer #footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
  font-size: 1.2rem;
}

footer #footer_inner > nav {
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer #footer_inner > nav #footer_logo {
  margin-right: auto;
  width: 180px;
}

footer #footer_inner > nav #footer_logo a {
  display: block;
  position: relative;
}

footer #footer_inner > nav #footer_logo a::after {
  content: "\e908";
  font-family: "icomoon";
  font-size: 1.2rem;
  position: absolute;
  right: -20px;
  top: -3px;
  color: #b3b3b3;
}

footer #footer_inner > nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer #footer_inner > nav ul li {
  margin: 0 15px 0 0;
}

footer #footer_inner > nav ul li a {
  display: inline-table;
  text-decoration: none;
}

footer #footer_inner > nav ul li a i {
  display: table-cell;
  vertical-align: middle;
}

footer #footer_inner > nav ul li:last-child {
  margin: 0;
}

footer #footer_inner > div {
  margin: 0 0 20px;
}

footer #footer_inner > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #e0e0e0;
  height: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer #footer_inner > div ul li {
  border-right: 1px solid #e0e0e0;
  width: 200px;
  text-align: center;
}

footer #footer_inner > div ul li a {
  padding: 2px;
  display: block;
}

footer #footer_inner > div ul li a img {
  width: 37px;
  margin: 0 10px 0 0;
}

footer #footer_inner > div ul li a:hover {
  text-decoration: none;
}

footer #footer_inner p {
  text-align: center;
}

footer #footer_inner p small {
  color: #888888;
  font-size: 1.0rem;
  display: block;
}

footer#footer_multi #footer_inner nav #footer_logo a {
  display: block;
  position: relative;
}

footer#footer_multi #footer_inner nav #footer_logo a::after {
  content: "\e908";
  font-family: "icomoon";
  font-size: 1.2rem;
  position: absolute;
  right: -20px;
  top: -3px;
  color: #b3b3b3;
}

footer#footer_multi #footer_inner nav ul li a .icon-window {
  padding: 0 4px 0 0;
}


#index footer #footer_inner div ul li,
footer#footer_multi #footer_inner div ul li{
  font-size: 1.0rem;
}

#index {
  /* header
	----------------------------------------------------------- */
  /*header {
		width: 100%;
		background: none;

		.inner {
			display: block;
		} */
  /*----- #header_top -----*/
  /*#header_top {
			& > p {
				position: absolute;
				top: 20px;
				left: 40px;
				z-index: 5;
			}

			.tel {
				position: absolute;
				top: 80px;
				left: 260px;
				z-index: 5;

				p:first-child {
					display: none;
				}
			}

			.header_nav {
				position: absolute;
				top: 20px;
				right: 40px;
				z-index: 5;
				margin: 0;

				li {
					margin: 0 0 0 40px;
				}
			}
		}*/
  /*----- #header_btm -----*/
  /*#header_btm {
			.header_logo {
				position: absolute;
				top: 70px;
				left: 40px;
				z-index: 5;
			}

			.global_nav {
				position: absolute;
				top: 520px;
				left: 0;
				z-index: 10;
				display: flex;
				align-items: center;
				justify-content: flex-start;
				width: 100%;
				height: 80px;
				padding: 0 0 0 20px;
				background: #fff;

				& > ul > li {
					padding: 0 20px;

					& > .dropdown {
						top: auto;
						bottom: 100px;

						&::before {
							position: absolute;
							top: auto;
							bottom: -20px;
							content: "";
							border-style: solid;
							border-color: #fff transparent transparent;
							border-width: 20px 20px 0;
						}
					}
				}

				.gnav_reason {
					.dropdown {
						&::before {
							left: 3%;
						}
					}
				}

				.gnav_course.active {
					.dropdown {
						&::before {
							left: 17%;
						}
					}
				}
			}

			.btn {
				position: absolute;
				top: 539px;
				right: 60px;
				z-index: 10;
			}
		}

	} */
  /* #contents
	----------------------------------------------------------- */
  /*----- #menu01 -----*/
  /*----- #discount -----*/
  /* footer
	----------------------------------------------------------- */
}

#index:not(.header_fixed) #contents {
  position: relative;
  z-index: 1;
}

/* マルチトップ改訂 20220314 */
#index main{
  background: url(/multi/img/main_bg.png) top right no-repeat;
  height: 550px;
}

#index main .visual{
  width: 1200px;
  margin:0 auto;
}
#index main .visual div {
  padding: 100px 0 50px 0;
}
#index main .visual p{
    margin: 0 0 20px 10px;
    line-height: 2;
}
#index main .visual p span{
  color: #fff;
  background: linear-gradient(transparent 0, #3D62C4 0);
  font-size: 2.4rem;
  font-family: "Noto Sans CJK JP";
  padding: 3px 15px;
}
#index .language_list{
  margin: 20px auto;
  width: 1200px;
}
#index .language_list ul{
  display: flex;
  flex-wrap: wrap;
}
#index .language_list ul li{
  flex: 0 0 15.5%;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  margin: 0 16px 0 0;
  height: 185px;
  max-width: 186px;
  position: relative;
}
#index .language_list ul li:last-child{
  margin: 0;
}
#index .language_list ul li a {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
#index .language_list ul li a div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-\ transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
#index .language_list ul li a div h2 {
  font-size: 2.1rem;
  margin: 20px 0 0;
}

#index .language_list ul li a div h2 span{
  margin: 5px 0 0;
  display: block;
  font-size: 1.4rem;
  font-family: Roboto;
  color: #C8C8C8;
}
#index .language_list ul li a::after{
  content:"";
  display:inline-block;
  background-size:contain;
  width:20px;
  height:20px;
  background:url(/multi/img/arrow.png) no-repeat left;
  position: absolute;
  bottom:10px;
  right:10px;
}

#index #menu01 .multilingual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#index #menu01 .multilingual li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3%;
          flex: 1 0 33.3%;
  overflow: hidden;
}

#index #menu01 .multilingual li a {
  position: relative;
  display: block;
  height: 300px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

#index #menu01 .multilingual li a > * {
  position: relative;
  z-index: 1;
}

#index #menu01 .multilingual li a > div {
  padding: 80px 40px 40px;
  height: 300px;
}

#index #menu01 .multilingual li a > div > div h2 {
  color: #fff;
  font-size: 3.2rem;
  color: #fff;
  margin: 0 0 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#index #menu01 .multilingual li a > div > div h2 span {
  margin: 5px 0 0;
  display: block;
  font-size: 1.8rem;
}

#index #menu01 .multilingual li a > div > div img {
  margin: 0 0 20px;
  width: 61px;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
}

#index #menu01 .multilingual li a p {
  color: #fff;
  opacity: 0;
  -webkit-transform: translate3d(0px, 25px, 0px);
          transform: translate3d(0px, 25px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  font-size: 1.4rem;
  font-weight: normal;
}

#index #menu01 .multilingual li a i {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #ee0055;
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}

#index #menu01 .multilingual li a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

#index #menu01 .multilingual li a:hover {
  text-decoration: none;
}

#index #menu01 .multilingual li a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#index #menu01 .multilingual li:nth-child(3n) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.4%;
          flex: 1 0 33.4%;
}

#index #menu01 .multilingual li:hover a {
  opacity: 1;
}

#index #menu01 .multilingual li:hover a > div {
  padding: 80px 60px 20px;
}

#index #menu01 .multilingual li:hover a > div > div {
  overflow: hidden;
}

#index #menu01 .multilingual li:hover a > div > div img {
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#index #menu01 .multilingual li:hover a > div > div h2 {
  -webkit-transform: translate3d(0px, -50%, 0px);
          transform: translate3d(0px, -50%, 0px);
  -webkit-transition: color 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: color 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s, color 0.35s ease 0s;
  transition: transform 0.35s ease 0s, color 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

#index #menu01 .multilingual li:hover a > div > div h2 span {
  display: none;
}

#index #menu01 .multilingual li:hover a p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: left;
}

#index #menu01 .multilingual li.chinese a::before {
  background-image: url(/multi/img/bg_chinese.png);
}

#index #menu01 .multilingual li.chinese:hover a > div {
  background: rgba(250, 78, 75, 0.8);
}

#index #menu01 .multilingual li.korean a::before {
  background-image: url(/multi/img/bg_korean.png);
}

#index #menu01 .multilingual li.korean:hover a > div {
  background: rgba(118, 64, 189, 0.8);
}

#index #menu01 .multilingual li.french a::before {
  background-image: url(/multi/img/bg_french.png);
}

#index #menu01 .multilingual li.french:hover a > div {
  background: rgba(27, 159, 247, 0.8);
}

#index #menu01 .multilingual li.italian a::before {
  background-image: url(/multi/img/bg_italian.png);
}

#index #menu01 .multilingual li.italian:hover a > div {
  background: rgba(112, 184, 18, 0.8);
}

#index #menu01 .multilingual li.spanish a::before {
  background-image: url(/multi/img/bg_spanish.png);
}

#index #menu01 .multilingual li.spanish:hover a > div {
  background: rgba(252, 181, 0, 0.8);
}

#index #menu01 .multilingual li.german a::before {
  background-image: url(/multi/img/bg_german.png);
}

#index #menu01 .multilingual li.german:hover a > div {
  background: rgba(247, 140, 0, 0.8);
}

#index #discount > div {
  padding: 0 0 80px;
  background: #f4f4f4;
}

#index #discount > div a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 350px;
  background: url(/multi/img/bg_discount.png) center center no-repeat;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

#index #discount > div a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#index #discount > div a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#index #discount > div a > * {
  position: relative;
  z-index: 1;
}

#index #discount > div a h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 15px;
  font-size: 3.2rem;
  line-height: 1.2;
}

#index #discount > div a h2 span {
  font-size: 4.0rem;
}

#index #discount > div a [class^="btn_"] {
  width: 400px;
  margin: 20px 0 0;
}

#index #discount a:hover {
  text-decoration: none;
}

#index #discount a:hover [class^="btn_"] {
  background: #fff;
  border-color: #fff;
  color: #ff7e00;
}

#index:not(.header_fixed) footer {
  position: relative;
  z-index: 10;
}

#index_multi {
  /* #visual
	----------------------------------------------------------- */
  /* #course
	----------------------------------------------------------- */
  /*----- .course_discount -----*/
  /* #other_menu
	----------------------------------------------------------- */
}

#index_multi.ios .global_nav > ul > li > a::after {
  width: 0 !important;
}

#index_multi #visual {
  height: 718px;
}

#index_multi #visual div h1 {
  margin: 0;
}

#index_multi #visual div .page_h1 {
  margin: 0;
}

#index_multi #visual figure {
  height: 718px;
  left: 0;
  min-width: 1024px;
  position: fixed;
  top: 0;
  width: 100%;
}

#index_multi #course {
  background-size: cover;
  padding: 120px 0;
}

#index_multi #course .ttl01 {
  color: #fff;
}

#index_multi #course .ttl01 h2 {
  font-size: 3.2rem;
  font-weight: bold;
}

#index_multi #course .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
}

#index_multi .course_discount a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 350px;
  background: url(/multi/multi_contents/img/bg_discount.png) center center no-repeat;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

#index_multi .course_discount a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#index_multi .course_discount a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#index_multi .course_discount a > * {
  position: relative;
  z-index: 1;
}

#index_multi .course_discount a p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 15px;
  font-size: 3.2rem;
  line-height: 1.2;
}

#index_multi .course_discount a p span {
  font-size: 4.0rem;
}

#index_multi .course_discount a p:nth-of-type(2) {
  font-size: 1.6rem;
}

#index_multi .course_discount a [class^="btn_"] {
  width: 400px;
  margin: 20px 0 0;
}

#index_multi .course_discount a:hover {
  text-decoration: none;
}

#index_multi .course_discount a:hover [class^="btn_"] {
  background: #fff;
  border-color: #fff;
  color: #ff7e00;
}

#index_multi #other_menu {
  padding: 120px 0;
}

#index_multi #other_menu .inner {
  max-width: 1200px;
  margin: 0 auto;
}

#other_menu .foot_txt a {
	color:#fff;
}

#other_menu .foot_txt a:hover {
    text-decoration: none;
}

/* カウンセリングバナー追加　20201124*/
#index_multi .infno_bana_online,
#miryoku_index .infno_bana_online,
.teacher_detail .infno_bana_online,
.multi .info_bana_online{
    padding:30px;
    text-align: center;
}

#index_multi .infno_bana_online p,
#miryoku_index .infno_bana_online p,
.teacher_detail .infno_bana_online p,
.multi .info_bana_online p{
    text-align: center;
}
#index_multi .infno_bana_online p:first-child,
#miryoku_index .infno_bana_online p:first-child,
.teacher_detail .infno_bana_online p:first-child,
.multi .info_bana_online p:first-child{
    color: #ff6000;
    font-weight:bold;
    font-size:1.6rem;
}
#index_multi .infno_bana_online a,
#miryoku_index .infno_bana_online a,
.teacher_detail .infno_bana_online a,
.multi .info_bana_online a{
    text-align: center;
    width: 400px;
}
#index_multi .infno_bana_online p:nth-child(3),
#miryoku_index .infno_bana_online p:nth-child(3),
.teacher_detail .infno_bana_online p:nth-child(3),
.multi .info_bana_online p:nth-child(3){
    color: #ff7e00;
    font-weight:bold;
    font-size:1.4rem;
    letter-spacing: 0.5rem;
}
/* ============================================================ */
/* 講師インタビュー 共通スタイル
   .teacher */
/* ============================================================ */
.teacher .gnav_teacher > a::after {
  width: 100% !important;
}

.teacher #visual {
  height: 592px;
}

.teacher #visual figure {
  left: 0;
  min-width: 1024px;
  position: fixed;
  top: 0;
  width: 100%;
}

.teacher.ios .global_nav > ul > li > a::after {
  width: 0 !important;
}

.teacher.ios .global_nav > ul > li.gnav_teacher > a::after {
  width: 100% !important;
}

/* ============================================================ */
/* 講師インタビュー 下層共通
   .teacher_detail */
/* ============================================================ */
/* ============================================================ */
/* コース 共通スタイル
   .course */
/* ============================================================ */
.course .gnav_course > a::after {
  width: 100% !important;
}

.course #visual {
  height: 592px;
}

.course #visual figure {
  left: 0;
  min-width: 1024px;
  position: fixed;
  top: 0;
  width: 100%;
}

.course.ios .global_nav > ul > li > a::after {
  width: 0 !important;
}

.course.ios .global_nav > ul > li.gnav_course > a::after {
  width: 100% !important;
}

/* ============================================================ */
/* コース詳細 共通スタイル
   .course */
/* ============================================================ */
.course_detail {
  /* lead
	----------------------------------------------------------- */
  /* recommend
	----------------------------------------------------------- */
  /* area_graph
	----------------------------------------------------------- */
  /* system
	----------------------------------------------------------- */
  /* howmuch,merit,lesson_flow
	----------------------------------------------------------- */
  /* phrase
	----------------------------------------------------------- */
  /* #course_contact
	----------------------------------------------------------- */
  /* point
	----------------------------------------------------------- */
}

.course_detail #visual div[class^="al_"] h1 {
  margin: 0;
}

.course_detail #visual div[class^="al_"] .page_h1 {
  margin: 0;
}
.course_detail #visual div[class^="al_"] p:first-child {
  margin: 0;
}

.course_detail #lead {
  padding: 60px 0 80px;
}

.course_detail #recommend {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 120px;
}

.course_detail #recommend .ttl03 {
  color: #fff;
}

.course_detail #recommend .recommend_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1120px;
  margin: 0 auto 30px;
}

.course_detail #recommend .recommend_list li {
  text-align: center;
  width: 28%;
  margin: 0 8% 30px 0;
}

.course_detail #recommend .recommend_list li:last-child {
  margin: 0 0 30px;
}

.course_detail #recommend .recommend_list li img {
  margin: 0 0 30px;
  border-radius: 50%;
  width: 100%;
}

.course_detail #recommend .recommend_list li p {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  font-weight: normal;
}

.course_detail #recommend .txt_area {
  padding: 30px 30px 50px;
  width: 960px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
}

.course_detail #recommend .txt_area p:first-child {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 30px;
}

.course_detail #area_graph {
  margin: 0 auto 120px;
}

.course_detail #area_graph .box_style03 {
  margin: 0 auto;
  text-align: center;
}

.course_detail #system {
  padding: 60px 0 120px;
  background: #f4f4f4;
}

.course_detail #howmuch,
.course_detail #merit,
.course_detail #lesson_flow {
  padding: 60px 0 80px;
}

.course_detail #howmuch ul li,
.course_detail #merit ul li,
.course_detail #lesson_flow ul li {
  margin: 0 0 80px;
}

.course_detail #howmuch ul li:last-child,
.course_detail #merit ul li:last-child,
.course_detail #lesson_flow ul li:last-child {
  margin: 0;
}

.course_detail #howmuch ul li .ttl02,
.course_detail #merit ul li .ttl02,
.course_detail #lesson_flow ul li .ttl02 {
  border-left: none;
  padding: 0;
}

.course_detail #phrase {
  padding: 0 0 80px;
}

.course_detail #phrase .ttl03 + p {
  text-align: center;
  margin: 0 0 50px;
}

.course_detail #phrase .ttl03 + p i {
  color: #ff7e00;
}

.course_detail #phrase .daily_phrase dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f4f4f4;
}

.course_detail #phrase .daily_phrase dl dt {
  font-size: 2.0rem;
  padding: 17px 0 17px 80px;
  border-bottom: 1px solid #ddd;
  width: 40%;
  position: relative;
}

.course_detail #phrase .daily_phrase dl dt:nth-last-of-type(1) {
  border-bottom: none;
}

.course_detail #phrase .daily_phrase dl dt rt {
  font-size: 1.4rem;
}

.course_detail #phrase .daily_phrase dl dt.style01::before {
  content: "A:";
  font-size: 2.4rem;
  color: #fa4e4b;
  display: block;
  left: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -24px;
}

.course_detail #phrase .daily_phrase dl dt.style02::before {
  content: "B:";
  font-size: 2.4rem;
  color: #fa4e4b;
  display: block;
  left: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -24px;
}

.course_detail #phrase .daily_phrase dl dd {
  padding: 30px 40px;
  border-bottom: 1px solid #ddd;
  width: 60%;
  margin-top: auto;
}

.course_detail #phrase .daily_phrase dl dd:nth-last-of-type(1) {
  border-bottom: none;
}

.course_detail #phrase .business_phrase {
  background: #f4f4f4;
}

.course_detail #phrase .business_phrase h4 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.course_detail #phrase .business_phrase ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course_detail #phrase .business_phrase ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 50%;
  border-bottom: 1px solid #ddd;
  padding: 30px 40px;
}

.course_detail #phrase .business_phrase ul li:nth-of-type(1n) {
  border-right: 1px solid #ddd;
}

.course_detail #phrase .business_phrase ul li:last-child {
  border-bottom: none;
}

.course_detail #phrase .business_phrase ul li > p {
  margin: 0 30px 0 0;
  font-size: 2.4rem;
}

.course_detail #phrase .business_phrase ul li > div .btn_style02 {
  width: 340px;
  margin: 0 0 5px;
  font-size: 2.0rem;
}

.course_detail #phrase .business_phrase ul li > div .btn_style02 i {
  color: #ff7e00;
  margin: -0.5em 0 0;
  position: absolute;
  right: 15px;
  top: 50%;
}

.course_detail #phrase .business_phrase ul li > div .btn_style02:hover i {
  color: #fff;
}

.course_detail #phrase .lesson_content {
  background: #f4f4f4;
}

.course_detail #phrase .lesson_content h4 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 30px 0;
  text-align: center;
}

.course_detail #phrase .lesson_content table {
  padding: 0 40px 60px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 40px;
}

.course_detail #phrase .lesson_content table:last-child {
  border-bottom: none;
  margin: 0;
}

.course_detail #phrase .lesson_content table.table02 th {
  width: 220px;
}

.course_detail #course_contact {
  padding: 130px 0 120px;
  position: relative;
}

.course_detail #course_contact::before {
  font-family: 'icomoon';
  content: "\e916";
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 14rem;
  line-height: .6;
  margin-left: -7rem;
}

.course_detail #course_contact > div {
  text-align: center;
}

.course_detail #course_contact > div > p:first-child {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 50px;
}

.course_detail #course_contact > div [class^="btn_"] {
  width: 750px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  height: 80px;
}

.course_detail #course_contact > div [class^="btn_"] i {
  margin: 0 0 0 8px;
}

.course_detail #course_contact02 {
  padding: 180px 0 120px;
  position: relative;
}

.course_detail #course_contact02::before {
  font-family: 'icomoon';
  content: "\e916";
  position: absolute;
  left: 50%;
  top: 60px;
  font-size: 14rem;
  line-height: .6;
  margin-left: -7rem;
}

.course_detail #course_contact02 > div {
  text-align: center;
}

.course_detail #course_contact02 > div > p:first-child {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 50px;
}

.course_detail #course_contact02 > div [class^="btn_"] {
  width: 750px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  height: 80px;
  position: relative;
}
.course_detail #course_contact02 > div [class^="btn_"] ::before{
  /*content: "╲ 入学金免除実施中！10/31まで ╱";*/
  content: "＼ まずは無料カウンセリングにご参加ください ／";
  font-size: 2rem;
  position: absolute;
  top: -20px;
  font-weight: bold;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-shadow: 0 0 4px #fff;
  width: 100%;
  color: #ff7e00;
}


.course_detail #course_contact02 > div [class^="btn_"] i {
  margin: 0 0 0 8px;
}

.course_detail #point {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 120px;
}

.course_detail #point .ttl03 {
  color: #fff;
}

/*コース詳細ページ　アンカーリンクボタン　20230602追加*/
.course_detail #navi .row{
  margin:20px auto;
}

.course_detail #navi ul{
   display: flex;
   padding: 10px;
   justify-content:center;
}
.course_detail #navi ul li{
  padding: 10px;
}
.course_detail #navi ul li a{
  padding: 5px 0;
  display: block;
  height: auto;
  min-width: 260px;
}
.course_detail #navi ul li a span{
  display: block;
}

/* ============================================================ */
/* 中国語レギュラーコース
   #course_regular_index */
/* ============================================================ */
#course_regular_index #howmuch .module_style01 > .txt,
#course_regular_index #howmuch .module_style02 > .txt {
  padding: 40px 40px 40px 80px;
}

/* ============================================================ */
/* オンライン中国語レッスン
   #course_web_index */
/* ============================================================ */
#course_web_index #lesson_flow .module_style01 > .txt,
#course_web_index #lesson_flow .module_style02 > .txt {
  padding: 40px 40px 40px 80px;
}

#course_web_index .table01 th {
	width: 35%;
}

/* ============================================================ */
/* 学ぶ魅力
   .miryoku */
/* ============================================================ */
.miryoku .gnav_miryoku > a::after {
  width: 100% !important;
}

.miryoku #visual {
  height: 592px;
}

.miryoku #visual figure {
  left: 0;
  min-width: 1024px;
  position: fixed;
  top: 0;
  width: 100%;
}

.miryoku.ios .global_nav > ul > li > a::after {
  width: 0 !important;
}

.miryoku.ios .global_nav > ul > li.gnav_miryoku > a::after {
  width: 100% !important;
}

/* ============================================================ */
/* 学ぶ魅力 index
   #miryoku_index */
/* ============================================================ */
#miryoku_index #contents section:not(#counseling) {
  padding: 80px 0;
  background-color: #f4f4f4;
}

#miryoku_index #contents section:not(#counseling):nth-of-type(2n) {
  background-color: #fff;
}
 {
  background-color: #fff;
}

#miryoku_index #contents section:not(#counseling):nth-of-type(2n) .module_style01 > .txt,
#miryoku_index #contents section:not(#counseling):nth-of-type(2n) .module_style02 > .txt {
  background: rgba(244, 244, 244, 0.8);
}

#miryoku_index #contents section:not(#counseling) .miryoku_list li {
  margin: 0 0 60px;
}

#miryoku_index #contents section:not(#counseling) .miryoku_list li:last-child {
  margin: 0;
}

#miryoku_index .module_style01 > .txt,
#miryoku_index .module_style02 > .txt {
  color: #333;
}

#miryoku_index .module_style01 > .txt .ttl02,
#miryoku_index .module_style02 > .txt .ttl02 {
  color: #333;
}

#miryoku_index .local_nav {
  border-bottom: 1px solid #ddd;
}

#miryoku_index .local_nav ul {
  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;
  margin: 0 auto;
  max-width: 1280px;
}

#miryoku_index .local_nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 256px;
          flex: 1 1 256px;
  border-right: 1px solid #ddd;
  padding: 15px;
  font-weight: bold;
}

#miryoku_index .local_nav ul li:last-child {
  border-right: none;
}

#miryoku_index .local_nav ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
}

#miryoku_index .local_nav ul li a i {
  display: block;
}

/* ============================================================ */
/* 学ぶ魅力
   .feature */
/* ============================================================ */
.feature .gnav_feature > a::after {
  width: 100% !important;
}

.feature #visual {
  height: 592px;
}

.feature #visual figure {
  left: 0;
  min-width: 1024px;
  position: fixed;
  top: 0;
  width: 100%;
}

.feature.ios .global_nav > ul > li > a::after {
  width: 0 !important;
}

.feature.ios .global_nav > ul > li.gnav_feature > a::after {
  width: 100% !important;
}

/* ============================================================ */
/* 学ぶ魅力 index
   #feature_index */
/* ============================================================ */
#feature_index {
  /* ============================================================ */
  /* .feature_list */
  /* ============================================================ */
}

#feature_index #lead_txt {
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

#feature_index #lead_txt h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  font-weight: normal;
  margin: 0 0 30px;
}

#feature_index .box_style04 {
  margin: 40px 0 0;
}

#feature_index .box_style04 ul li {
  padding-left: 1em;
  text-indent: -2em;
}

#feature_index .box_style05 {
  margin: 40px 0 0;
}

#feature_index .box_style05 figure {
  margin: 0 20px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

#feature_index .box_style05 figure img {
  width: 100%;
}

#feature_index .box_style05 .txt {
  padding: 20px 0 0;
}

#feature_index .box_style05 .txt h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}

#feature_index .feature_list > li .number p span {
  padding: 13px 0 0;
}

/* ============================================================ */
/* 受講生の声 共通スタイル
   .voice */
/* ============================================================ */
.voice .gnav_voice > a::after {
  width: 100% !important;
}

.voice #visual {
  height: 592px;
}

.voice #visual figure {
  left: 0;
  min-width: 1024px;
  position: fixed;
  top: 0;
  width: 100%;
}

.voice.ios .global_nav > ul > li > a::after {
  width: 0 !important;
}

.voice.ios .global_nav > ul > li.gnav_voice > a::after {
  width: 100% !important;
}

/* ============================================================ */
/* 受講生の声 下層共通
   .voice_detail */
/* ============================================================ */
/* ============================================================ */
/* ピックアップ　一覧ページ
   #pickup_index */
/* ============================================================ */
#pickup_index .pickup .inner ul li {
  width: 32%;
  margin: 0 2% 20px 0;
}

#pickup_index .pickup .inner ul li:nth-of-type(3n) {
  margin: 0 0 20px;
}

/* ============================================================ */
/* よくある質問
   faq */
/* ============================================================ */
#faq_index .anchor_link ul li {
  border-radius: 38px;
}

#faq_index .anchor_link ul li a {
  min-height: 76px;
}

#faq_index #faq_area {
  background: #f4f4f4;
  padding: 80px 0;
}

#faq_index #faq_area .inner {
  width: 880px;
  margin: 0 auto 90px;
}

#faq_index #faq_area .faq_list {
  border-top: 1px solid #ddd;
}

#faq_index #faq_area .faq_list dt {
  cursor: pointer;
  padding: 20px 60px 20px 50px;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

#faq_index #faq_area .faq_list dt .icon-add {
  color: #ee0055;
  font-size: 2.0rem;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  margin-top: -1.0rem;
}

#faq_index #faq_area .faq_list dt.active {
  border: none;
}

#faq_index #faq_area .faq_list dt.active .icon-add::before {
  content: "\e15b";
}

#faq_index #faq_area .faq_list dt::before {
  background: #e40057;
  content: "Q";
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 40px;
}

#faq_index #faq_area .faq_list dd {
  display: none;
  border-bottom: 1px solid #ddd;
  background: #e8e8e8;
  padding: 35px;
}

#faq_index #faq_area .faq_list dd p:not(:last-child) {
  margin: 0 0 10px;
}

#faq_index #faq_area .tab {
  max-width: 810px;
}

#faq_index #faq_area .tab li a {
  background: #888;
  color: #fff;
}

#faq_index #faq_area .tab li::after {
  content: none;
}

#faq_index #faq_area .tab li:hover a, #faq_index #faq_area .tab li.active a {
  background: #fff;
  color: #333;
}

#faq_index #faq_area .tab_box {
  background: #fff;
  padding: 25px;
}

#faq_index #faq_area #faq_bnr {
  margin: 0 auto;
  max-width: 880px;
}

#faq_index #faq_area #faq_bnr a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/multi/faq/img/bg_faq_bnr.png) no-repeat center center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  font-weight: bold;
  height: 350px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
}

#faq_index #faq_area #faq_bnr a h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 15px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

#faq_index #faq_area #faq_bnr a p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px;
}

#faq_index #faq_area #faq_bnr a:hover [class^="btn_"] {
  background: #fff;
  border-color: #fff;
  color: #ff7e00;
}

/* ============================================================ */
/* サイトマップ
   sitemap */
/* ============================================================ */
#sitemap_index #sitemap_area {
  background: #f4f4f4;
  padding: 80px 0;
}

#sitemap_index #sitemap_area .ttl_sitemap {
  margin: 0 auto;
}

#sitemap_index #sitemap_area .ttl_sitemap a {
  padding: 15px 40px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

#sitemap_index #sitemap_area .ttl_sitemap a i {
  margin: 0 10px 0 0;
}

#sitemap_index #sitemap_area #chinese .ttl_sitemap {
  background: #fb8381;
}

#sitemap_index #sitemap_area #korean .ttl_sitemap {
  background: #9f79d1;
}

#sitemap_index #sitemap_area #french .ttl_sitemap {
  background: #5fbcf9;
}

#sitemap_index #sitemap_area #italian .ttl_sitemap {
  background: #68c27a;
}

#sitemap_index #sitemap_area #spanish .ttl_sitemap {
  background: #fdcb4c;
}

#sitemap_index #sitemap_area #german .ttl_sitemap {
  background: #daa04c;
}

#sitemap_index #sitemap_area #other .ttl_sitemap {
  background: #888;
  padding: 15px 40px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#sitemap_index #sitemap_area .row .inner > ul {
  margin: 0 auto;
  width: 880px;
}

#sitemap_index #sitemap_area .row .inner > ul > li > a {
  border-bottom: 1px solid #ddd;
  padding: 40px 0 10px;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
}

#sitemap_index #sitemap_area .row .inner > ul > li > a i {
  margin: 0 8px 0 0;
  font-size: 1.3rem;
}

#sitemap_index #sitemap_area .row .inner > ul > li > ul {
  padding: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

#sitemap_index #sitemap_area .row .inner > ul > li > ul > li {
  width: 49%;
  margin: 0 2% 5px 0;
}

#sitemap_index #sitemap_area .row .inner > ul > li > ul > li:nth-of-type(2n) {
  margin: 0 0 5px;
}

#sitemap_index #sitemap_area .row .inner > ul > li > ul > li > a .icon-outer {
  margin: 0 0 0 4px;
  font-size: 1.2rem;
}

#sitemap_index #sitemap_area .row .inner > ul > li > ul > li > a:hover {
  text-decoration: none;
}

/* ============================================================ */
/* 割引＆優待情報
   special */
/* ============================================================ */
.special #visual_special {
  background: #f34c88;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 200px;
  letter-spacing: 0.4rem;
}

.special #visual_special p {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 15px;
}

.special #visual_special h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

.special #special_area {
  background: #f4f4f4;
  padding: 0 0 80px;
}

.special #special_area nav {
  border-bottom: 1px solid #ddd;
  margin: 0 0 50px;
  background: #fff;
}

.special #special_area nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
}

.special #special_area nav ul li {
  border-right: 1px solid #ddd;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 320px;
          flex: 1 1 320px;
  font-weight: bold;
}

.special #special_area nav ul li:last-child {
  border-right: none;
}

.special #special_area nav ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
  white-space: nowrap;
  font-weight: bold;
  padding: 15px;
}

.special #special_area nav ul li a::after {
  background: #ee0055;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
}

.special #special_area nav ul li a:hover {
  opacity: 1;
  color: #ee0055;
}

.special #special_area nav ul li a:hover::after {
  width: 100%;
}

.special #special_area .row_short .inner .ttl02 + h3 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 10px;
}

.special #special_area .row_short .inner .box_style01 {
  margin: 30px 0 10px;
}

.special #special_area .row_short .inner .list_column03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}

.special #special_area .row_short .inner .list_column03 li {
  margin: 0 2% 0 0;
  width: 32%;
}

.special #special_area .row_short .inner .list_column03 li:nth-of-type(3n) {
  margin: 0;
}

.special #special_area .row_short .inner .list_column02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}

.special #special_area .row_short .inner .list_column02 li {
  margin: 0 2% 0 0;
  width: 49%;
}

.special #special_area .row_short .inner .list_column02 li:nth-of-type(2n) {
  margin: 0;
}

.special .procedure_list {
  margin: 40px auto;
}

.special .procedure_list > li {
  border: 2px solid #ee0055;
  background: #fff;
  padding: 40px;
}

.special .procedure_list > li:not(:first-child) {
  border-top: none;
}

.special .procedure_list > li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ee0055;
}

.special .procedure_list > li h3 .num {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  background: #ee0055;
  margin: 0 20px 0 0;
  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;
}

.special .procedure_list > li .box {
  background: #f2f2f2;
  padding: 30px;
  margin: 0 0 15px;
}

.special .procedure_list > li .box h4 {
  font-weight: bold;
  margin: 0 0 10px;
}

.special .procedure_list > li .box ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.special .procedure_list > li .box ul li:not(:last-child) {
  margin: 0 0 5px;
}

.special .ttl_special {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #f34c88;
  text-align: center;
  padding: 12px;
  margin: 0 0 30px;
}

.special .ttl_special_area {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ddd;
}

.special.ios #special_area nav ul li a::after {
  width: 100%;
}

/* ============================================================ */
/* 割引＆優待情報 一般教育訓練給付制度
   .special_kyufu */
/* ============================================================ */
.special_kyufu #special_area nav ul .nav_kyufu a {
  color: #ee0055;
}

.special_kyufu #special_area nav ul .nav_kyufu a::after {
  width: 100%;
}

.special_kyufu #special_area .row_short .inner .box_style01 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
  font-weight: bold;
  background: #a0a0a0;
}

.special_kyufu #special_area .row_short .inner .box_style01 ul li:last-child {
  margin: 0 0 25px;
}

.special_kyufu #special_area .row_short .inner .box_style01 ul li h4 {
  width: 240px;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.special_kyufu #special_area .row_short .inner .box_style01 ul li p {
  padding: 10px 40px;
  background: #f2f2f2;
  width: 560px;
}

.special_kyufu #special_area .row_short .inner .box_style01 ul + P {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding: 0 0 55px;
}

.special_kyufu #special_area .row_short .inner .box_style01 ul + P::after {
  position: absolute;
  content: "\e916";
  bottom: 0;
  left: 50%;
  font-family: "icomoon";
  font-size: 4.8rem;
  margin-left: -18px;
  color: #ff7e00;
}

.special_kyufu #special_area .row_short .inner .box_style01 .strong {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #ff7e00;
  text-align: center;
}

.special_kyufu.ios #special_area nav ul li:not(.nav_kyufu) a::after {
  width: 0 !important;
}

/* ============================================================ */
/* 割引＆優待情報 企業優待制度
   .special_company */
/* ============================================================ */
.special_company #special_area nav ul .nav_company a {
  color: #ee0055;
}

.special_company #special_area nav ul .nav_company a::after {
  width: 100%;
}

.special_company #special_area .row_short .inner .box_style01 {
  text-align: center;
}

.special_company #special_area .row_short .inner .box_style01 > p {
  color: #ff7e00;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 5px;
}

.special_company #special_area .row_short .inner .box_style01 .strong {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #ff7e00;
  margin: 0 0 20px;
}

.special_company #special_area .row_short .inner .box_style01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.special_company #special_area .row_short .inner .box_style01 ul li {
  margin: 0 16px 0 0;
  font-weight: bold;
  background: #f2f2f2;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 20px 10px;
  width: 256px;
}

.special_company #special_area .row_short .inner .box_style01 ul li:nth-of-type(3n) {
  margin: 0;
}

.special_company #special_area .row_short .inner .box_style01 ul li span {
  display: block;
  font-size: 1.4rem;
}

.special_company.ios #special_area nav ul li:not(.nav_company) a::after {
  width: 0 !important;
}

/* ============================================================ */
/* 割引＆優待情報 大学生協一覧
   .special_coop */
/* ============================================================ */
.special_coop #special_area nav ul .nav_coop a {
  color: #ee0055;
}

.special_coop #special_area nav ul .nav_coop a::after {
  width: 100%;
}

.special_coop #special_area .row_short .inner .box_style01 {
  text-align: center;
}

.special_coop #special_area .row_short .inner .box_style01 > p {
  color: #ff7e00;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 5px;
}

.special_coop #special_area .row_short .inner .box_style01 .strong {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #ff7e00;
}

.special_coop #special_area .row_short .inner .list_column02,
.special_coop #special_area .row_short .inner .list_column03 {
  margin: 0 0 40px;
}

.special_coop.ios #special_area nav ul li:not(.nav_coop) a::after {
  width: 0 !important;
}

/* ============================================================ */
/* 割引＆優待情報 各種割引制度
   .special_discount */
/* ============================================================ */
.special_discount #special_area nav ul .nav_discount a {
  color: #ee0055;
}

.special_discount #special_area nav ul .nav_discount a::after {
  width: 100%;
}

.special_discount #special_area .row_short .inner .box_style01 {
  text-align: center;
}

.special_discount #special_area .row_short .inner .box_style01 > p {
  color: #ff7e00;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 5px;
}

.special_discount #special_area .row_short .inner .box_style01 .strong {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #ff7e00;
}

.special_discount.ios #special_area nav ul li:not(.nav_discount) a::after {
  width: 0 !important;
}

/*# sourceMappingURL=../maps/pc/common.css.map */

/* ============================================================ */
/* ご受講生の方はこちら
   .students_index */
/* ============================================================ */

#students_index #contents .ttl01 {
  font-size: 3rem;
  font-weight:bold;
}

#students_index #contents .row {
  margin-bottom: 80px;
}


#students_index #contents_area {
    background: #f4f4f4;
    padding: 80px 0;
}
#students_index #contents .local_nav {
  margin-bottom: 90px;
  background: #f5f5f5;
}


#students_index #contents .local_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}

#students_index #contents .local_nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  margin: 0 15px;
  color: #808080;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

#students_index #contents .local_nav ul li:first-child {
  margin-left: 0;
}

#students_index #contents .local_nav ul li:last-child {
  margin-right: 0;
}

#students_index #contents .local_nav ul li sup {
  top: -0.1em;
}

#students_index #contents .local_nav ul li a {
  display: block;
  color: #808080;
  text-decoration: none;
}

#students_index #contents .local_nav ul li a sup {
  top: -0.2em;
}

#students_index #contents .local_nav ul li a:hover {
  opacity: 1;
}

#students_index #contents .local_nav ul li::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #ee0055;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#students_index #contents .local_nav ul li.active, .local_nav ul li:hover {
  color: #333;
}

#students_index #contents .local_nav ul li.active::after, .local_nav ul li:hover::after {
  width: 100%;
}

#students_index #contents .tab_box > *:not(:first-child) {
  display: none;
}

#students_index #contents .local_nav_btm {
  margin: 40px 0 -40px;
}

#students_index #contents .local_nav.local_nav_btm ul li::after {
  top: 0;
  bottom: auto;
}

#students_index #contents .text_link a [class^="icon-"] {
    display: table-cell;
    padding: 0 2px 0 0;
    color: #e5005a;
}

#students_index #contents .text_link a {
    display: table;
}

#students_index #contents p.text_link a > span:hover {
    text-decoration: underline;
}

#students_index #contents .st_txtL{
	font-size:18px;
	font-weight:bold;
    color: #e5005a;
}

#students_index #contents .st_txtLL{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	background-color:#f2f2f2;
	padding:20px;
	margin-bottom:20px;
}

#students_index #contents .st_txtS{
	margin-bottom:20px;
}

#students_index #contents .st_txtM{
	font-size:16px;
	font-weight:bold;
}

#students_index #contents .st_card{
	float:right;
	margin-left:20px;
}

#students_index #contents .redTxt{
	color:#F00;
}

#students_index #contents .loginImg{
	float:right;
	margin-left:40px;
}

#students_index #contents .cb{
	clear:both;
}

#students_index #contents .stu_bg_glay{
	background-color:#f2f2f2;
	padding:20px;
	overflow: hidden;
}

#students_index #contents .stu_clearB{
	clear:both;
}

#students_index #contents .checkTest{
	float:left;
	width:280px;
	text-align:center;
	margin-bottom:40px;
}

#students_index #contents .checkTestC{
	float:left;
	width:280px;
	margin:0 40px;
	text-align:center;
	margin-bottom:40px;
}

#students_index #contents .checkTest p,
#students_index #contents .checkTestC p{
	text-align:left;
	margin-bottom:20px;
}

#students_index #contents a.stuLink{
	color: #ee0055;
}

#students_index #contents a.schLink{
	text-decoration:none;
}


#students_index #contents .local_nav {
  margin-bottom: 90px;
}

#students_index #contents .local_nav_btm {
  margin: 40px 0 -40px;
}

#students_index #contents p.text_link a > span:hover {
    text-decoration: underline;
}

#students_index #contents .st_anchor_link {
  width: 960px;
  margin: 0 auto;
}

#students_index #contents .st_anchor_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#students_index #contents .st_anchor_link ul:first-child {
  margin: 0 auto 10px;
}

#students_index #contents .st_anchor_link ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#students_index #contents .st_anchor_link ul li:not(:first-child) {
  margin: 0 0 0 10px;
}

#students_index #contents .st_anchor_link ul li a {
  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;
  padding: 15px 0;
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

#students_index #contents .st_anchor_link ul li a .icon-keyboard_arrow_down {
  margin: 0 5px 0 0;
  color: #ee0055;
  line-height: 1;
}

#students_index #contents .st_anchor_link ul li a:hover {
  text-decoration: none;
}

#students_index .holiday_info {
	border: #ffe5ef 10px solid;
	margin-bottom:60px;
	padding:20px;
}
#students_index .holiday_info h3 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.2em;
}
#students_index .emg {
	margin: 0 60px 60px 60px;
	padding: 30px;
	background: #fbd9e6;
}

#students_index .emg:not(:last-of-type) {
  margin-bottom: 20px;
}

#students_index .emg h3 {
	padding: 0 0 10px;
	border-bottom: 1px solid #ee0055;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

#sc#students_index .emg p {
	margin: 10px 0 0 10px !important;
	padding: 0 0 10px;
}

/*トップSEO用追加コンテンツ用*/
#index_multi #excerpt_voice {
  padding: 120px 0;
  background: #f4f4f4;
}
#index_multi #excerpt_voice .inner {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 40px;
  background: #fff;
}
#index_multi #excerpt_voice .inner:last-child {
  margin: 0 auto !important;
}
#index_multi #excerpt_voice p.btn_box {
	text-align:center;
	margin: 0 auto;
}
#index_multi #excerpt_voice p.btn_box .btn_style01 {
	min-width: 400px;
}
.multi #search_school {
  padding: 0;
}
.multi #search_school .inner {
  max-width: 1200px;
  margin: 0 auto 80px;
  background: #fff;
}
.multi #search_school .intro {
	font-size:1.6rem;
	text-align:center;
	margin: 0 auto 50px;
}
.multi #search_pref {
  padding: 25px 20px;
  background: #fff2f7;
  border: 1px solid #bfbfbf;
  position: relative;
}
.multi #search_pref dl {
  position: absolute;
  width:255px;
}
.multi #search_pref dl#tohoku {
  top: 120px;
  right: 100px;
  width: auto;
}
.multi #search_pref dl#kanto {
  top: 210px;
  right: 100px;
}
.multi #search_pref dl#tokai {
  top: 340px;
  right: 100px;
}
.multi #search_pref dl#kansai {
  top: 120px;
  left: 100px;
}
.multi #search_pref dl#chugoku {
  top: 250px;
  left: 100px;
}
.multi #search_pref figure {
  width: 260px;
  margin: 0 auto 20px;
}
.multi #search_pref dl dt {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.multi #search_pref dl dd a:nth-child(3n+1) {
  margin-left: 0;
}
.multi #search_pref dl dd a {
  width: 82px;
  height: 36px;
  margin: 8px 0 0 4px;
  background: #fff;
  border: 1px solid #8c8c8c;
  line-height: 34px;
  text-align: center;
  border-radius: 100px;
}
.multi #search_pref dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.multi #search_pref .ttl03 {
  margin-bottom: 30px;
}

.multi #recom_point {
  padding: 120px 0;
}
.multi #recom_point .inner {
  max-width: 1200px;
  margin: 0 auto 80px;
  background: #fff;
}

.multi .point_list{
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.multi .point_list li {
  position: relative;
  width: 225px;
  margin: 0 20px 0 0;
  color: #FFF;
  text-align: center;
  padding: 25px 20px;
  font-size: 16px;
}

.multi .point_list li:nth-of-type(5n) {
  margin: 0;
}

.multi .point_list li p {
  font-weight: bold;
  margin-bottom:5px;
  font-size:1.8rem;
}

.multi #recom_point .inner > p {
  margin: 60px auto 0;
  font-size: 1.6rem;
  text-align: center;
}

.multi #recom_point .inner > p a {
  width: 400px;
  background: #fff;
}

.multi #recom_point .inner > p a:hover {
  text-decoration: none;
  color: #fff;
}

/* 20190122追加 */
#index_multi #faq {
  padding: 120px 0;
  background: #f4f4f4;
}
#index_multi #faq .inner {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 40px;
  background: #fff;
}

#index_multi #faq .inner dt {
  cursor: pointer;
  padding: 20px 0 20px 50px;
  position: relative;
  font-weight: bold;
  counter-increment: dt;
}

#index_multi #faq .inner dt:not(:first-child){
  border-top: 1px dashed #ddd;
}

#index_multi #faq .inner dt .icon-add {
  color: #ee0055;
  font-size: 2.0rem;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  margin-top: -1.0rem;
}

#index_multi #faq .inner dt.active {
  border-top: 1px dashed #ddd;
}

#index_multi #faq .inner dt.active:first-child {
  border: none;
}


#index_multi #faq .inner dt.active .icon-add::before {
  content: "\e15b";
}


#index_multi #faq .inner dt::before {
  background: #fa4e4b;
  content: "Q " counter(dt);
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 40px;
}

#index_multi #faq .inner dd {
  display: none;
  padding: 0 0 30px 50px;
}

#index_multi #faq .inner dd:last-child {
  padding: 0 0 0 50px;
  border-bottom:none;
}



/*トップSEO用追加コンテンツ用*/


/* ============================================================ */
/* スクール一覧追加20181009
/* ============================================================ */

#index_multi{
}

#index_multi .school_area ul {
	margin:0 0 20px 0;
}

#index_multi .school_area ul li {
	position: relative;
}

#index_multi .school_area ul li a {
	padding: 0 0 0 35px;
}

#index_multi .school_area ul li i {
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -0.5em 0 0;
}

#index_multi #school_list .inner {
    max-width: 1200px;
    margin: -120px auto 80px;
    background: #fff;
}


#index_multi #school_list h2{
	background:#f17fab;
	color:#FFF;
	font-weight:bold;
	padding:5px 10px;
	margin-bottom:0;
	font-size: 1.8rem;
}

#index_multi #school_list h3{
	background:#F2F2F2;
	padding:3px 10px;
	margin-bottom:10px;
	font-size: 1.5rem;
}

#index_multi #school_list h4 {
	margin: 15px 0 0;
	color: #ee0055;
	font-size: 1.6rem;
	font-weight: bold;
}

#index_multi #school_list .contentWrap {
    margin: 10px;
}

/* .switch
----------------------------------------------------------- */
#index_multi .switch:after {
    position: absolute;
    top: 60%;
    right: 10px;
    margin-top: -18px;
    font-family: 'icomoon';
    content: "\e90e";
    font-size: 18px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.5s, linear;
    -o-transition: all, 0.5s, linear;
    -webkit-transition: all, 0.5s, linear;
    transition: all, 0.5s, linear;
    color: #fff;
}

#index_multi .switch.open:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'icomoon';
}

#index_multi .switch {
	cursor:pointer;
	font-weight: bold;
	padding:10px 40px 10px 10px;
	font-size: 14px;
	background: #eee;
	border-bottom: 1px solid #ccc;
	position: relative;
}


/* ============================================================ */
/* .row_2col
/* ============================================================ */

#index_multi .row_2col{
	width:100%;
}

#index_multi .row_2col:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#index_multi .row_2col .school_area.leftbox{
	float:left;
	width:75%;
	padding:0 1.6% 0 0;
}

#index_multi .row_2col .school_area.rightbox{
	float:right;
	width:25%;
}

#index_multi .row_2col .school_area h2 {
    background: #f17fab;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #FFF;
}

#index_multi .row_2col .school_area h2 a{
    color: #FFF;
}

#index_multi .row_2col .school_area.leftbox div > div > div:nth-child(3n+1) {
    margin-left: 0;
}
#index_multi .row_2col .school_area.leftbox div > div > div {
    float: left;
    width: 31.8666667%;
    margin: 0 0 20px 2.2%;
        margin-left: 2.2%;
}

#index_multi .row_2col .school_area ul {
    margin:0 0 20px 0;
}



/* ============================================================ */
/* .row_3col
/* ============================================================ */
#index_multi .row_3col{
	width:100%;
}

#index_multi .row_3col:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#index_multi .row_3col .school_area.leftbox{
	float:left;
	width:50%;
	padding:0 1.6% 0 0;
}

#index_multi .row_3col .school_area.centerbox{
	float:left;
	width:25%;
	padding:0 1.6% 0 0;
}

#index_multi .row_3col .school_area.rightbox{
	float:right;
	width:25%;
}

#index_multi .row_3col .school_area ul {
    margin: 0 0 20px 0;
}



#index_multi .row_3col .school_area h2 {
    background: #f17fab;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #FFF;
}

#index_multi .row_3col .school_area h2 a{
    color: #FFF;
}


/*兵庫*/
#index_multi .row_3col .school_area.leftbox div > div > div {
	float:left;
	width:48.3%;
	margin:0 0 20px 3.4%;
}

#index_multi .row_3col .school_area.leftbox div > div > div:first-child {
  margin-left: 0;
}


/* ============================================================ */
/* .row_4col02
/* ============================================================ */
#index_multi .row_4col02{
	width:100%;
}

#index_multi .row_4col02:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#index_multi .row_4col02 .school_area.box{
	float:left;
	width:19.5%;
	padding:0 1.6% 0 0;
}

#index_multi .row_4col02 .school_area.box:nth-of-type(3){
	width:22%;
}


#index_multi .row_4col02 .school_area.box:last-child{
	padding:0 0 0 0;
}

#index_multi .row_4col02 .school_area h2 {
    background: #f17fab;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #FFF;
}

#index_multi .row_4col02 .school_area h2 a{
    color: #FFF;
}

#index_multi .row_4col02 .school_area ul {
    margin:0 0 20px 0;
}

/* ============================================================ */
/* .row_5col
/* ============================================================ */

#index_multi .row_5col{
	width:100%;
}

#index_multi .row_5col:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#index_multi .row_5col .school_area.leftbox{
	float:left;
	width:60%;
	padding:0 1.6% 0 0;
}

#index_multi .row_5col .school_area.leftbox div > div > div:nth-child(3n+1) {
    margin-left: 0;
}

#index_multi .row_5col .school_area.leftbox div > div > div {
    float: left;
    width: 31.8666667%;
    margin:0 0 20px 2.2%;
        margin-left: 2.2%;
}

#index_multi .row_5col .school_area.leftbox div > div > div:nth-child(3n+1) {
    margin-left: 0;
}

#index_multi .row_5col .school_area div::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#index_multi .row_5col .school_area.rightbox{
	float:right;
	width:40%;
}

#index_multi .row_5col .school_area.rightbox div > div > div:first-child {
    margin-left: 0;
}

#index_multi .row_5col .school_area.rightbox div > div > div {
    float: left;
    width: 48.3%;
    margin:0 0 20px 3.4%;
        margin-left: 3.4%;
}

#index_multi .row_5col .school_area h2 {
    background: #f17fab;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

#index_multi .row_5col .school_area h2 a{
    color: #FFF;
}

#index_multi .row_5col .school_area ul {
    margin:0 0 20px 0;
}

#index_multi .row_5col .school_area ul li {
    position: relative;
}


/* ============================================================ */
/* .student_experience  */
/* ============================================================ */
.student_experience {
  padding: 80px 0;
  background: rgba(250, 78, 75, 0.7);
}

.student_experience .ttl03 {
	color:#fff;
}

.student_experience .inner {
	max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
}


/* ============================================================ */
/* .area_list  */
/* ============================================================ */

.multi .area_list {
}
.multi .area_list h3 {
}
.multi .area_list h4 {
	margin-bottom:10px;
	font-size:1.6rem;
	font-weight:bold;
    border-bottom:1px solid #ee0055;
}

.chinese .area_list h4 {
    color: #fa4e4b;
	border-bottom:1px solid #fa4e4b;
}
.chinese .area_list h4 a{
    color: #fa4e4b;
}
.korean .area_list h4{
    color: #7640bd;
	border-bottom:1px solid #7640bd;
}
.korean .area_list h4 a{
    color: #7640bd;
}
.french .area_list h4 {
    color: #1b9ff7;
	border-bottom:1px solid #1b9ff7;
}
.french .area_list h4 a{
    color: #1b9ff7;
}

.italian .area_list h4 {
    color: #28a842;
	border-bottom:1px solid #28a842;
}
.italian .area_list h4 a{
    color: #28a842;
}

.german .area_list h4 {
    color: #cb7700;
	border-bottom:1px solid #cb7700;
}
.german .area_list h4 a{
    color: #cb7700;
}

.spanish .area_list h4 {
    color: #fcb500;
	border-bottom:1px solid #fcb500;
}
.spanish .area_list h4 a{
    color: #fcb500;
}
.multi .area_list h5 {
}

.multi .area_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}


.multi .area_list ul li {
	margin:0 2% 0 0;
}

.multi .area_list ul li:first-child {
	width:29%;
}

.multi .area_list ul li:nth-child(2) {
	width:22%;
}

.multi .area_list ul li:nth-child(3) {
	width:19%;
}

.multi .area_list ul li:last-child {
	width:24%;
	margin:0 0;
}

.multi .area_list ul li div {
	margin:0 0 20px 0;
}
.multi .area_list ul li div input{
	display: none;
}


.multi .area_list table {
	width:100%;
}
.multi .area_list th {
}

.multi .area_list th.longTh {
	padding-left:5em;
}

.multi .area_list th.midTh {
	padding-left:4em;
}

.multi .area_list td {
	text-align:right;
}


.multi .more {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #ffe5ef;
    min-width: 225px;
    text-align: center;
    height: 45px;
    padding: 0 20px;
    font-size: 1.6rem;
    cursor: pointer;
    border-radius: 100px;
}

.multi .more i:first-child {
    margin: 0 8px 0 0;
}

.course_text {
  margin-top: 10px;
  font-size: 1.8rem;
}

/*コロナ等緊急お知らせ　20220121*/
	.bl_urgentNotice{
		padding: 7.0rem 0;
	}
	.bl_urgentNotice .ly_inner{
		width: 96%;
		max-width: 1160px;
		margin: 0 auto;	
		padding: 0 8.0rem;
		position: relative;
	}
	.bl_urgentNotice a {
		display: block;
		background: #fff;
		padding: 30px;
		font-weight: bold;
		text-align: center;
		border: solid 1px #5d5d5d;
	}
	.bl_urgentNotice a:hover {
		text-decoration: none;
	}
	.bl_urgentNotice a p {
		position: relative;
        font-size: 2rem;
	}
	.bl_urgentNotice a i {
		margin: 0 10px 0 0;
		color: #ee0055;
	}
	.bl_urgentNotice a i.icon-right {
		position: absolute;
		top: 5px;
		right: 5px;
	}

