@charset "UTF-8";
/* ------------------------------------------------- *
 *  ＠共通項目　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

*:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

html {
  font-size: 10px;
}

body {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
  font-size: 1.4rem;
  line-height: 1.64;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 500;
  font-style: normal;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

sup {
  vertical-align: top;
  position: relative;
  padding: 0;
  font-size: .6em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  sup {
    font-size: 55%;
  }
}

sup.register {
  vertical-align: top;
  position: relative;
  padding: 0;
  font-size: .8em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  sup.register {
    font-size: 75%;
  }
}

a {
  color: inherit;
}

.notosans {
  font-family: 'Noto Sans JP', sans-serif;
}

.didact {
  font-family: 'Didact Gothic', sans-serif;
}

.opensans {
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 768px) {
  a:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

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

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.switch {
  visibility: hidden;
}

ul {
  padding: 0;
  list-style: none;
}

.sp-only {
  display: block !important;
}

.pc-only {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: block !important;
  }
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*　BUTTON　*/
.home .button_base {
  border: 1px solid #EB5C02;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.6rem;
  position: relative;
  margin: auto;
  width: 220px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
}

.home .button_base.wh {
  border: 1px solid #fff;
}

.home .button_base.go {
  border: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .home .button_base {
    font-size: 1.9rem;
    width: 280px;
    height: 60px;
    line-height: 60px;
  }
}

.home .button_base--seminar {
  width: 680px;
}

.home .button_base:hover {
  cursor: pointer;
}

.home .slide_in,
.home .slide_in--seminar {
  overflow: hidden;
  border: 1px solid #EB5C02;
}

.home .slide_in div,
.home .slide_in--seminar div {
  position: absolute;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .home .slide_in div,
  .home .slide_in--seminar div {
    height: 60px;
  }
}

.home .slide_in div:nth-child(1),
.home .slide_in--seminar div:nth-child(1) {
  color: #EB5C02;
  background-color: transparent;
}

.home .slide_in div:nth-child(1).wh,
.home .slide_in--seminar div:nth-child(1).wh {
  color: #fff;
}

.home .slide_in div:nth-child(2) {
  background-color: #000;
  width: 250px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(-270px, 0px) skewX(-30deg);
          transform: translate(-270px, 0px) skewX(-30deg);
}

.home .slide_in div:nth-child(2).or {
  background-color: #EB5C02;
}

@media screen and (min-width: 768px) {
  .home .slide_in div:nth-child(2) {
    width: 310px;
    -webkit-transform: translate(-330px, 0px) skewX(-30deg);
            transform: translate(-330px, 0px) skewX(-30deg);
  }
}

.home .slide_in--seminar div:nth-child(2) {
  background-color: #000;
  width: 650px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(-650px, 0px) skewX(-30deg);
          transform: translate(-650px, 0px) skewX(-30deg);
}

.home .slide_in--seminar div:nth-child(2).or {
  background-color: #EB5C02;
}

@media screen and (min-width: 768px) {
  .home .slide_in--seminar div:nth-child(2) {
    width: 710px;
    -webkit-transform: translate(-730px, 0px) skewX(-30deg);
            transform: translate(-730px, 0px) skewX(-30deg);
  }
}

.home .slide_in div:nth-child(3) {
  color: #EB5C02;
  left: -220px;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.home .slide_in div:nth-child(3).wh {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .home .slide_in div:nth-child(3) {
    left: -280px;
  }
  .home .slide_in div:nth-child(3).bk {
    color: #000;
  }
}

.home .slide_in--seminar div:nth-child(3) {
  color: #EB5C02;
  left: -680px;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.home .slide_in--seminar div:nth-child(3).wh {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .home .slide_in--seminar div:nth-child(3) {
    left: -720px;
  }
  .home .slide_in--seminar div:nth-child(3).bk {
    color: #000;
  }
}

.home .slide_in:hover div:nth-child(2),
.home .slide_in--seminar:hover div:nth-child(2) {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-15px, 0px) skewX(-30deg);
          transform: translate(-15px, 0px) skewX(-30deg);
}

.home .slide_in:hover div:nth-child(3),
.home .slide_in--seminar:hover div:nth-child(3) {
  left: 0px;
  -webkit-transition: left 0.30000000000000004s ease;
  transition: left 0.30000000000000004s ease;
}

/*　共通：お問い合わせ、TOPへ戻る　*/
#banners {
  z-index: 8000;
  position: relative;
  bottom: 10px;
}

@media screen and (min-width: 768px) {
  #banners {
    bottom: 100px;
  }
}

#banners .goToContact,
#banners .pagetotop {
  position: fixed;
  z-index: 8000;
  bottom: 10px;
  text-align: center;
}

#banners .goToContact a,
#banners .pagetotop a {
  display: block;
  opacity: 1;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #banners .goToContact,
  #banners .pagetotop {
    bottom: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

#banners .goToContact {
  width: 75%;
  max-width: 275px;
  left: 12px;
  margin-right: 10px;
  padding: 5px 5px;
  font-size: 1.5rem;
  line-height: 1.65;
  border-radius: 8px;
  background: url(../img/common/icon_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: top 16px right 12px;
  background-size: auto;
  background-color: #EB5C02;
  border: solid 2px #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  display: none;
}

#banners .goToContact span {
  font-size: 1.2rem;
}

#banners .goToContact .icon-mail {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
}

@media screen and (min-width: 768px) {
  #banners .goToContact {
    width: 70%;
    max-width: 1000px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
    margin-bottom: 15px;
    padding: 15px 10px 10px;
    height: 65px;
    font-size: 18px;
    background-position: center right 15px;
  }
  #banners .goToContact span {
    margin-left: 20px;
    font-size: 16px;
  }
  #banners .goToContact .icon-mail {
    width: 25px;
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 900px) {
  #banners .goToContact {
    width: 72%;
    font-size: 20px;
  }
  #banners .goToContact span {
    margin-left: 30px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1000px) {
  #banners .goToContact {
    width: 75%;
    padding-top: 13px;
    font-size: 22px;
  }
  #banners .goToContact span {
    margin-left: 50px;
    font-size: 20px;
  }
}

#banners .pagetotop {
  right: 12px;
  width: 62px;
  height: 60px;
  padding-top: 17px;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.2rem;
  color: #fff;
  background-color: #333;
}

#banners .pagetotop span.arrow-top {
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  #banners .pagetotop {
    right: 20px;
    width: 100px;
    height: 65px;
    margin-left: 20px;
    padding-top: 17px;
    font-size: 16px;
  }
  #banners .pagetotop span.arrow-top {
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media (max-width: 768px) {
  .iziModal-wrap {
    top: 48px;
  }
}

.iziModal {
  background: rgba(43, 46, 56, 0.9) !important;
}

@media (max-width: 768px) {
  .iziModal-content {
    padding: 0 0 100px !important;
  }
}

/*　共通：プライバシーポリシー　*/
.iziModal-style {
  z-index: 9101 !important;
}

@media (max-width: 768px) {
  .iziModal-style .iziModal-wrap {
    top: 48px !important;
    bottom: 96px !important;
  }
}

.iziModal-style .iziModal-wrap {
  border: 5px solid #eb5c01;
  border-radius: 0 !important;
  background: #e1e1d9 !important;
  padding: 50px 64px;
}

@media (max-width: 768px) {
  .iziModal-style .iziModal-wrap {
    padding: 10px 15px;
  }
}

.iziModal-style .iziModal-wrap .asterisk {
  color: #eb5c01;
}

.iziModal-style .iziModal-wrap section {
  margin-bottom: 30px;
}

.iziModal-style .iziModal-wrap section:last-of-type {
  margin-bottom: 0;
}

.iziModal-style .iziModal-wrap section h3 {
  color: #eb5c01;
  margin-bottom: 1.5em;
}

.iziModal-style .iziModal-wrap section p,
.iziModal-style .iziModal-wrap section li {
  margin-bottom: 1em;
}

.iziModal-style .iziModal-wrap section li::before {
  content: "■";
  margin-right: .4em;
  color: #eb5c01;
}

.iziModal-style .iziModal-wrap section dl dt {
  font-weight: bold;
  margin-bottom: .5em;
}

.iziModal-style .iziModal-wrap section dl dd {
  margin-bottom: .5em;
}

.iziModal-style .iziModal-wrap button {
  display: block;
  background: #000;
  color: #fff;
  width: 177px;
  height: 43px;
  line-height: 43px;
  margin: 30px auto 0;
  letter-spacing: .25em;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
}

.iziModal-style a {
  color: #3b77b5;
  text-decoration: underline;
}

.iziModal-style a:hover {
  text-decoration: none;
}

.iziModal-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #000;
  z-index: 9999;
  font-size: 40px;
  padding: 5px 20px;
}

@media (max-width: 768px) {
  .iziModal-close {
    font-size: 25px;
  }
}

/*　共通：ふわっとフェードイン　*/
.fadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.6s, 0.6s;
          transition-duration: 0.6s, 0.6s;
  -webkit-transition-timing-function: ease, ease;
          transition-timing-function: ease, ease;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.l-main {
  padding-top: 78px;
}

@media print, screen and (max-width: 768px) {
  .l-main {
    padding-top: 46px;
  }
}

.l-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media print, screen and (max-width: 768px) {
  .l-inner {
    padding: 0 5.33333vw;
  }
}

.c-hdg {
  position: relative;
  height: 94px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-hdg__wrap {
  text-align: center;
  margin-bottom: 52px;
}

@media print, screen and (max-width: 768px) {
  .c-hdg__wrap {
    margin-bottom: 22px;
  }
}

@media print, screen and (max-width: 768px) {
  .c-hdg {
    height: 56px;
    width: 260px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-hdg__inner {
  font-size: 40px;
  line-height: 1.275;
  letter-spacing: .05em;
}

@media print, screen and (max-width: 768px) {
  .c-hdg__inner {
    font-size: 24px;
    margin-top: -5px;
  }
}

.c-hdg__inner span {
  font-size: 32px;
  font-weight: 500;
}

@media print, screen and (max-width: 768px) {
  .c-hdg__inner span {
    font-size: 14px;
  }
}

.c-hdg__inner em {
  font-style: normal;
  color: #E17E47;
}

.c-hdg__inner::before, .c-hdg__inner::after {
  content: "";
  display: inline-block;
  background: url("../img/common/bg_subTitle.svg") top center/cover;
  width: 28px;
  height: 94px;
  position: absolute;
  top: 0;
}

@media print, screen and (max-width: 768px) {
  .c-hdg__inner::before, .c-hdg__inner::after {
    width: 16px;
    height: 55px;
  }
}

.c-hdg__inner::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media print, screen and (max-width: 768px) {
  .c-hdg__inner::before {
    left: 0;
  }
  .c-hdg__inner::after {
    right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .c-hdg__inner::before {
    left: -44px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 768px) {
  .c-hdg__inner::before {
    left: -16px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-hdg__inner::after {
    right: -44px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 768px) {
  .c-hdg__inner::after {
    right: -16px;
  }
}

.c-hdg__inner--under em {
  font-size: 28px;
}

@media print, screen and (max-width: 768px) {
  .c-hdg__inner--under em {
    font-size: 16px;
  }
}

.c-hdg__inner--under i {
  font-style: normal;
}

.float_fbox {
  display: none;
  position: fixed;
  bottom: 0;
  height: 100px;
  background: #fff;
  padding: 15px;
  font-size: 14px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  line-height: 1.4;
  width: 600px;
  z-index: 1111;
  left: calc(50% - 300px);
}

.float_fbox a {
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .float_fbox {
    line-height: 1.2;
    width: auto;
    height: auto;
    left: auto;
  }
}

@media screen and (max-width: 599px) {
  .float_fbox {
    height: auto;
    font-size: 3vw;
  }
}

.float_fbox .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto !important;
}

@media screen and (max-width: 1000px) {
  .float_fbox .inner {
    display: block;
  }
}

.float_fbox .inner .btn {
  width: 40px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  .float_fbox .inner .btn {
    width: auto;
  }
}

.cursor {
  cursor: pointer;
  text-decoration: underline;
}

/* ------------------------------------------------- *
 * ＠HEADER　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/* header PC */
@media print, screen and (min-width: 769px) {
  .l-header {
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
  }
  .l-header__nav {
    margin-left: auto;
    margin-right: 0;
  }
  .l-header__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-header__nav__list__item {
    font-size: 16px;
    color: #333;
    margin-right: 38px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__nav__list__item {
    font-size: 14px;
    margin-right: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-header__nav__list__item:not(.contact) {
    margin-top: 5px;
  }
  .l-header__nav__list__item:not(.contact)::after {
    content: "";
    display: block;
    border-bottom: 2px solid transparent;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin-left: -2px;
    margin-right: -2px;
  }
  .l-header__nav__list__item:not(.contact):hover::after {
    border-color: #E17E47;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .l-header__nav__list__item.contact {
    color: #fff;
    background: #E17E47;
    padding: 0 40px;
    border-radius: 20px;
    height: 38px;
    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-transition: .3s ease;
    transition: .3s ease;
  }
  .l-header__nav__list__item.contact:hover {
    background: #F48743;
  }
  .l-header__logo {
    margin-left: 0;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
}

/* header SP */
@media print, screen and (max-width: 768px) {
  .l-header {
    background: #000;
    height: 60px;
    position: fixed;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 999;
  }
  .l-header__logo {
    max-width: 225px;
  }
  .l-header__menu__contact {
    background: #E17E47;
    position: absolute;
    top: 0;
    right: 60px;
    width: 60px;
    height: 60px;
    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;
  }
  .l-header__menu__contact img {
    width: 25px;
  }
  .l-header__menu__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    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;
  }
  .l-header .menu-trigger,
  .l-header .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-header .menu-trigger {
    position: relative;
    width: 23px;
    height: 15px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
  }
  .l-header .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  .l-header .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .l-header .menu-trigger span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .l-header .menu-trigger.active span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .l-header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header .menu-trigger.active span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .l-header__nav__list {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .l-header__nav__list__item {
    border-bottom: 1px solid #CCCCCC;
  }
  .l-header__nav__list__item a {
    height: 60px;
    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;
    background: #fff;
    padding: 0 30px;
  }
  .l-header__nav__list__item a::after {
    content: "";
    border: 2px solid #E17E47;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border-bottom: none;
    border-right: none;
    width: 10px;
    height: 10px;
  }
  .l-header__nav__list__item--contact a {
    background: #E17E47;
    color: #fff;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-header__nav__list__item--contact a::after {
    display: none;
  }
  .l-header__nav__list__item--contact a::before {
    content: "";
    display: inline-block;
    background: url("../img/common/icon_btn_mail.svg") top center/cover;
    width: 25px;
    height: 20px;
    margin-right: 12px;
  }
}

/* header END */
/* パンくず */
/*.sec-pankuzu{
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index:9200;
	width:100%;
	max-width:1000px;
	margin:auto;
	margin-top:80px;
	margin-bottom:18px;
	.breadcrump {
		margin-left:20px;
		font-size:1.2rem;
		a{
			color:#BAB5B1;
			&:hover{
				color:#EB5C02;
			}
		}
		li{
			display:inline-block;
			&:first-child:before{
				content:url(../img/common/icon_home.svg);
				margin-right:6px;
				position: relative;
				top:1px;
			}
			&::after{
				content:"／";
				padding:0 10px;
			}
			&:last-child::after{
				content:none;
			}
		}
	}
}*/
/* ------------------------------------------------- *
 *  ＠FOOTER　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/* footer */
.l-footer {
  background: #000;
  font-size: 14px;
  color: #fff;
  margin-top: 72px;
  position: relative;
}

@media print, screen and (max-width: 768px) {
  .l-footer {
    font-size: 12px;
    margin-top: 0;
    padding: 26px 0 10px;
  }
}

.l-footer__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .l-footer__inner {
    height: 128px;
  }
}

@media print, screen and (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l-footer__logo {
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media print, screen and (min-width: 769px) {
  .l-footer__logo {
    margin-right: 36px;
  }
}

@media print, screen and (max-width: 768px) {
  .l-footer__logo {
    margin-bottom: 10px;
  }
}

.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__logo img {
  width: 143px;
}

@media print, screen and (max-width: 768px) {
  .l-footer__logo img {
    width: 48vw;
    max-width: 180px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 60px;
  }
}

@media print, screen and (max-width: 768px) {
  .l-footer__nav {
    margin-bottom: 80px;
    line-height: 2.2;
  }
}

.l-footer__nav__item:not(:last-of-type)::after {
  content: "｜";
  margin-right: 5px;
  margin-left: 5px;
}

@media print, screen and (max-width: 768px) {
  .l-footer__nav__item:not(:last-of-type)::after {
    display: none;
  }
}

.l-footer__nav__item span {
  cursor: pointer;
}

.l-footer__nav__item span:hover {
  text-decoration: underline;
}

@media print, screen and (max-width: 768px) {
  .l-footer__copyright {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .selection .l-footer {
    height: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .selection .l-footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
  .selection .l-footer .l-footer__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 14px;
  }
}

/* ------------------------------------------------- *
 *  ＠HOME
 * ------------------------------------------------- */
/* 共通 */
.c-mainArea {
  padding: 56px 0 112px;
  text-align: center;
}

.c-mainTitleImg {
  margin-bottom: 34px;
}

.c-mainTitleImg img {
  max-width: 806px;
  margin-left: auto;
  margin-right: auto;
}

.c-banner--matching {
  display: inline-block;
  max-width: 900px;
}

.c-merumaga {
  display: none;
  position: fixed;
  right: 28px;
  bottom: 10px;
}

@media print, screen and (max-width: 768px) {
  .c-merumaga {
    width: 35.46667vw;
    max-width: 133px;
    right: 20px;
    bottom: 20px;
  }
}

.l-section {
  padding: 48px 0 60px;
}

@media print, screen and (max-width: 768px) {
  .l-section {
    padding: 22px 0 60px;
  }
  .l-section:last-of-type {
    padding-bottom: 0;
  }
  .l-section--top {
    padding-top: 29.6vw;
  }
}

.l-section--bg {
  background: #F2F2F2;
}

.img_top_01 {
  position: absolute;
  left: 111px;
  top: -84px;
  max-width: 180px;
}

@media print, screen and (max-width: 768px) {
  .img_top_01 {
    max-width: 40.26667vw;
    top: -58.66667vw;
  }
}

.c-flex--3column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (max-width: 768px) {
  .c-flex--3column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flex--3column__item {
  -ms-flex-preferred-size: 384px;
      flex-basis: 384px;
}

@media print, screen and (max-width: 768px) {
  .c-flex--3column__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .c-flex--3column__item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.c-top-menu__item {
  position: relative;
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.06);
}

.c-top-menu__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-top-menu__item:hover .c-top-menu__item__list__arrow {
  border-bottom-color: #E17E47;
}

.c-top-menu__item__img {
  height: 210px;
  overflow: hidden;
}

@media print, screen and (max-width: 768px) {
  .c-top-menu__item__img {
    height: 48.53333vw;
  }
}

.c-top-menu__item__img img {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  width: 100%;
}

.c-top-menu__item__img--268 {
  height: 268px;
  position: relative;
}

@media print, screen and (max-width: 768px) {
  .c-top-menu__item__img--268 {
    height: 40vw;
  }
}

.c-top-menu__item__img--268 p {
  position: absolute;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media print, screen and (max-width: 768px) {
  .c-top-menu__item__img--268 p {
    font-size: 5.86667vw;
    white-space: nowrap;
  }
}

.c-top-menu__item__text {
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  height: 86px;
  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;
}

@media print, screen and (max-width: 768px) {
  .c-top-menu__item__text {
    height: 74px;
    font-size: 5.86667vw;
  }
}

.c-top-menu__item__text em {
  font-style: normal;
  color: #E17E47;
}

.c-top-menu__item__list {
  font-size: 18px;
  font-weight: 500;
  padding: 28px 22px;
  list-style-position: .05em;
  position: relative;
}

@media print, screen and (max-width: 768px) {
  .c-top-menu__item__list {
    font-size: 4.26667vw;
    padding-bottom: 58px;
  }
}

.c-top-menu__item__list li:not(:last-of-type) {
  margin-bottom: 5px;
}

.c-top-menu__item__list li::before {
  content: "▶";
  color: #E17E47;
  margin-right: .6em;
}

.c-top-menu__item__list__arrow {
  position: absolute;
  right: 36px;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid transparent;
}

@media print, screen and (max-width: 768px) {
  .c-top-menu__item__list__arrow {
    bottom: 22px;
    right: 22px;
  }
}

.c-top-menu__item__list__arrow img {
  width: 17px;
  margin-left: .6em;
}

.c-top-menu__item--search::after {
  content: "";
  display: inline-block;
  background: url("../img/common/icon-right-search.svg") top center/cover;
  width: 58px;
  height: 58px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.c-top-menu__item--search:hover::after {
  background-image: url("../img/common/icon-right-search_hover.svg");
}

.c-flex--2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (max-width: 768px) {
  .c-flex--2column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flex--2column__item {
  -ms-flex-preferred-size: 588px;
      flex-basis: 588px;
}

@media print, screen and (max-width: 768px) {
  .c-flex--2column__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 30px;
  }
}

.c-seminar {
  font-size: 20px;
  margin-top: 32px;
  letter-spacing: .05em;
}

@media print, screen and (max-width: 768px) {
  .c-seminar {
    font-size: 18px;
  }
}

.c-seminar__wrap {
  display: block;
  letter-spacing: .05em;
  font-weight: bold;
  text-align: center;
  background: #F2F2F2;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border: 10px solid transparent;
  padding: 46px 60px;
}

@media print, screen and (max-width: 768px) {
  .c-seminar__wrap {
    padding: 20px 20px 30px;
  }
}

.c-seminar__wrap:hover {
  background: #FFF4ED;
  border: 10px solid #D18252;
}

.c-seminar__wrap:hover .c-seminar__link {
  background: #F48743;
}

.c-seminar__inner {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-seminar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-seminar__img {
  max-width: 690px;
  margin-right: 5px;
  margin-left: 24px;
}

@media print, screen and (max-width: 768px) {
  .c-seminar__img {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

.c-seminar__text {
  margin-top: 16px;
  margin-bottom: 32px;
}

.c-seminar__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E17E47;
  color: #fff;
  font-size: 22px;
  padding: 17px 22px 17px 62px;
  line-height: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media print, screen and (max-width: 768px) {
  .c-seminar__link {
    font-size: 5.33333vw;
  }
}

.c-seminar__link::after {
  content: "";
  display: inline-block;
  background: url("../img/common/icon_seminar.svg") top center/cover;
  width: 17.74px;
  height: 7px;
  margin-left: 22px;
}

.selection {
  position: relative;
}

.selection .l-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

@media print, screen and (max-width: 768px) {
  .section-selection {
    margin-top: 90px;
  }
}

@media print, screen and (min-width: 769px) {
  .section-selection.is-menu-open {
    margin-left: 270px;
  }
}

.c-selection-nav {
  position: fixed;
  left: 0;
  top: 78px;
  bottom: 0;
  background: #333;
  z-index: 998;
  color: #fff;
  width: 270px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media print, screen and (max-width: 768px) {
  .c-selection-nav {
    top: 60px;
    right: 0;
    width: 100%;
    bottom: auto;
    height: 100vh;
    -webkit-transition: .6s ease;
    transition: .6s ease;
  }
}

.c-selection-nav.is-hidden {
  left: -340px;
}

@media print, screen and (max-width: 768px) {
  .c-selection-nav.is-hidden {
    left: 0;
    top: -120vh;
  }
}

@media print, screen and (max-width: 768px) {
  .c-selection-nav.is-sp-hidden {
    top: -120vh;
  }
}

.c-selection-nav__inner {
  position: absolute;
  top: 0;
  bottom: 0;
}

@media print, screen and (max-width: 768px) {
  .c-selection-nav__inner {
    width: 100%;
    bottom: 120px;
    padding: 30px 40px 0;
  }
}

.c-selection-nav__btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  .c-selection-nav__btn {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media print, screen and (max-width: 768px) {
  .c-selection-nav__btn {
    top: 20px;
    right: 20px;
    z-index: 999;
  }
}

.c-selection-nav__section {
  padding: 20px 16px 24px;
  padding: 10px 16px 14px;
}

.c-selection-nav__section:not(:last-of-type) {
  border-bottom: 1px solid #9D9D9D;
}

.c-selection-nav__section__hdg {
  color: #E17E47;
  font-size: 20px;
  letter-spacing: .05em;
  margin-bottom: 24px;
  margin-bottom: 8px;
}

.c-selection-nav__list {
  font-size: 15px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
}

.c-selection-nav__list__item:not(:last-of-type) {
  margin-bottom: 12px;
  margin-bottom: 8px;
}

.c-selection-nav__list__item.is-active {
  color: #E17E47;
}

.c-selection-nav__list__item .filter {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.c-selection-nav__list__item .filter::after {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  content: '';
  position: absolute;
  border-bottom: 1px solid;
  bottom: -4px;
  -webkit-transform: scale(0);
          transform: scale(0);
  left: 0;
  right: 0;
}

.c-selection-nav__list__item .filter:hover, .c-selection-nav__list__item .filter.mixitup-control-active {
  color: #E17E47;
}

.c-selection-nav__list__item .filter:hover::after, .c-selection-nav__list__item .filter.mixitup-control-active::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-selection-nav__list__item .filter.active {
  color: #E17E47;
}

.c-selection-nav--close {
  position: absolute;
  left: 0;
  top: 78px;
  bottom: 128px;
  background: #333;
  width: 78px;
  cursor: pointer;
}

@media print, screen and (max-width: 768px) {
  .c-selection-nav--close {
    position: fixed;
    width: 100%;
    right: 0;
    top: 60px;
    bottom: auto;
    height: 50px;
    z-index: 50;
  }
}

@media print, screen and (min-width: 769px) {
  .c-selection-nav--close__inner {
    position: fixed;
    top: 50%;
    left: 4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media print, screen and (max-width: 768px) {
  .c-selection-nav--close__inner {
    height: 100%;
    padding: 0 20px;
    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;
  }
}

@media print, screen and (min-width: 769px) {
  .c-selection-nav--close img {
    width: 68px;
  }
}

@media print, screen and (max-width: 768px) {
  .c-selection-nav--close img {
    max-width: 335px;
  }
}

.c-selection-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-selection-list__wrap {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  padding: 0 57px 270px;
}

@media print, screen and (max-width: 768px) {
  .c-selection-list__wrap {
    padding: 0 20px 300px;
  }
}

.c-selection-list::after, .c-selection-list::before {
  content: "";
  display: block;
  -ms-flex-preferred-size: 420px;
      flex-basis: 420px;
  height: 0;
  margin: 0 23px 60px;
}

@media print, screen and (max-width: 768px) {
  .c-selection-list::after, .c-selection-list::before {
    -ms-flex-preferred-size: 295px;
        flex-basis: 295px;
    margin: 0 20px 45px;
  }
}

.c-selection-list::before {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .c-selection-list::before {
    display: block;
  }
}

.c-selection-list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-selection-list__item {
  -ms-flex-preferred-size: 420px;
      flex-basis: 420px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 11px;
  margin: 0 23px 60px;
  position: relative;
}

.c-selection-list__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media print, screen and (max-width: 768px) {
  .c-selection-list__item {
    -ms-flex-preferred-size: 295px;
        flex-basis: 295px;
    margin: 0 20px 45px;
  }
}

.c-selection-list__item .new {
  color: #fff;
  background: #E17E47;
  padding: 3px;
  display: inline-block;
}

.c-selection-list__item__copy {
  font-size: 12px;
  line-height: 1.3;
  margin: 12px 0 -5px;
  font-weight: bold;
}

@media print, screen and (max-width: 768px) {
  .c-selection-list__item__copy {
    margin: 0;
  }
}

.c-selection-list__item__title {
  font-size: 18px;
  font-weight: bold;
  color: #E17E47;
  margin-bottom: 18px;
  line-height: 1.2;
  margin-top: 10px;
  text-align: left;
}

@media print, screen and (max-width: 768px) {
  .c-selection-list__item__title {
    margin-bottom: 0;
    font-size: 20px;
  }
}

@media print, screen and (max-width: 768px) {
  .c-selection-list__item__title__wrap {
    margin-left: 136px;
    min-height: 110px;
    padding-bottom: 10px;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.c-selection-list__item__text {
  font-size: 14px;
  line-height: 1.57143;
}

@media print, screen and (min-width: 769px) {
  .c-selection-list__item__text {
    border-left: 3px solid #E17E47;
    padding-left: 14px;
  }
}

@media print, screen and (max-width: 768px) {
  .c-selection-list__item__text {
    width: 100%;
    border-top: 3px solid #E17E47;
    padding-top: 10px;
  }
}

.c-selection-list__item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 768px) {
  .c-selection-list__item__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-selection-list__item__img {
  -webkit-box-flex: 1;
      -ms-flex: auto 1 0px;
          flex: auto 1 0;
  padding-top: 10px;
}

@media print, screen and (min-width: 769px) {
  .c-selection-list__item__img {
    -webkit-box-flex: 182px;
        -ms-flex: 182px 1 0px;
            flex: 182px 1 0;
    margin-right: 10px;
  }
}

@media print, screen and (max-width: 768px) {
  .c-selection-list__item__img {
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
  }
}

.c-selection-list__item__inner {
  -webkit-box-flex: 1;
      -ms-flex: auto 1 1;
          flex: auto 1 1;
}

.c-selection-list__item__link-list {
  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;
  margin-top: auto;
  margin-bottom: 0;
}

.c-selection-list__item__link-list__item {
  width: 48.79227%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  margin-top: 12px;
}

@media print, screen and (max-width: 768px) {
  .c-selection-list__item__link-list__item {
    font-size: 14px;
  }
}

.c-selection-list__item__link-list__item a {
  display: block;
  height: 40px;
  background: #E17E47;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media print, screen and (max-width: 768px) {
  .c-selection-list__item__link-list__item a {
    padding: 0 10px;
  }
}

.c-selection-list__item__link-list__item a:hover {
  opacity: .8;
}

.c-selection-list__item__link-list__item a.disabled {
  opacity: 1;
  pointer-events: none;
  color: #C9C9C9;
  background: #9D9D9D;
}

.c-selection-list__item__link-list__item a::before {
  content: "";
  display: inline-block;
  background: url("/search-navi/parts/img/selection/icon-ctr.svg") top center/cover;
  width: 12.38px;
  height: 18px;
  margin-right: 10px;
}

.c-selection-list__item__link-list__item.ctr {
  width: 100%;
}

.c-selection-list__item__link-list__item.ctr a {
  background: #000;
  color: #E17E47;
}

.c-selection-list__item__link-list__item.movie a::before {
  content: "";
  display: inline-block;
  background: url("/search-navi/parts/img/selection/icon-movie.svg") top center/cover;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.c-selection-list__item__link-list__item.movie a.disabled::before {
  background-image: url("/search-navi/parts/img/selection/icon-movie-disabled.svg");
}

.c-selection-list__item__link-list__item.dl a::before {
  content: "";
  display: inline-block;
  background: url("/search-navi/parts/img/selection/icon-dl.svg") top center/cover;
  width: 14.87px;
  height: 17px;
  margin-right: 10px;
}

.c-selection-list__item__link-list__item.dl a.disabled::before {
  background-image: url("/search-navi/parts/img/selection/icon-dl-disabled.svg");
}

.nicescroll-rails {
  left: 255px !important;
}

@media print, screen and (max-width: 768px) {
  .nicescroll-rails {
    left: 96% !important;
  }
}

sub {
  font-size: .6em;
  vertical-align: -0.1em;
}

/*# sourceMappingURL=style.css.map */
