@charset "UTF-8";
/* Scss Document */
body {
  font-size: 1.2rem !important;
  line-height: 1.8 !important;
  text-align: justify !important;
  text-justify: inter-ideograph !important; }
  @media (max-width: 991px) {
    body {
      font-size: 1.1rem !important; } }

@media (max-width: 991px) {
  .container {
    padding-right: 20px;
    padding-left: 20px; } }

.title {
  display: flex;
  align-items: center;
  /* 縦位置の調整 */
  font-weight: bold;
  font-family: serif; }
  .title span {
    font-size: 1.6rem;
    margin: 0 2rem; }
    @media (max-width: 991px) {
      .title span {
        margin: 0 1rem;
        font-size: 1.3rem; } }
  .title::before, .title::after {
    content: '';
    flex-grow: 1;
    /* 余白を分け与える */
    height: 1px;
    background: #FFFFFF; }

.title2 {
  display: flex;
  align-items: center;
  /* 縦位置の調整 */
  font-weight: bold;
  margin-bottom: 3rem;
  font-family: serif; }
  .title2 span {
    font-size: 1.6rem;
    margin: 0 2rem; }
    @media (max-width: 991px) {
      .title2 span {
        margin: 0 1rem;
        font-size: 1.3rem; } }
  .title2::before, .title2::after {
    content: '';
    flex-grow: 1;
    /* 余白を分け与える */
    height: 1px;
    background: #000000; }

.white-color {
  color: #ffffff; }

.black-color {
  color: #000000; }

.start-txt {
  text-align: start !important;
  text-justify: inter-ideograph !important; }

/* スライダー */
.swiper-container {
  text-align: center;
  cursor: grab; }

.swiper-container:active {
  cursor: grabbing; }

.swiper-container .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto; }

#thumbs {
  height: 10%;
  box-sizing: border-box;
  padding: 10px 0; }

#thumbs .swiper-slide {
  width: 24%;
  height: auto;
  opacity: 0.3;
  cursor: grab; }
  @media (max-width: 991px) {
    #thumbs .swiper-slide {
      width: 32%; } }

#thumbs .swiper-slide:active {
  cursor: grabbing; }

#thumbs .swiper-slide-active {
  opacity: 1; }

.swiper-blind-left,
.swiper-blind-right {
  position: absolute;
  width: 12.1%;
  height: 100%;
  display: block;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5; }

.swiper-blind-left {
  left: 0; }

.swiper-blind-right {
  right: 0; }

@media (max-width: 991px) {
  .swiper-blind-left, .swiper-blind-right {
    display: none; } }
.swiper-blind-left,
.swiper-blind-right {
  position: absolute;
  width: 12.1%;
  height: 100%;
  display: block;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5; }

.swiper-blind-left {
  left: 0; }

.swiper-blind-right {
  right: 0; }

@media (max-width: 991px) {
  .swiper-blind-left, .swiper-blind-right {
    display: none; } }
.swiper-slide-active {
  filter: alpha(opacity=100);
  -moz-opacity: 10;
  opacity: 10; }

.header-info {
  background: #6e2229;
  color: #FFFFFF;
  font-size: .9rem;
font-weight:600;
  padding: .5rem; }
  @media (max-width: 991px) {
    .header-info {
      background: #6e2229;
      color: #ffffff;
      font-size: .9rem;
      line-height: 1.2rem;
      padding: .3rem .2rem; } }

.kinsyo {
  font-size: 0.7rem;
  text-align: left; }

.header-tel {
  width: 300px;
  line-height: 1.2rem; }
  .header-tel a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #6e2229; }
    .header-tel a:hover {
      color: #a33d47; }
  @media (max-width: 991px) {
    .header-tel {
      display: none; } }

.section-bg {
  background-attachment: cover;
  padding: 3rem 0; }

#newinfo .list-group span.date {
  display: block;
  font-size: 0.9em;
  margin-bottom: 0.5em; }

#newinfo .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:first-of-type {
  border: 1px solid #adb9ce; }

#newinfo .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  background: #f4f5f7;
  padding: .8rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  height: 100%;
  text-align: center;
  border-top: 1px solid #adb9ce;
  border-right: 1px solid #adb9ce;
  border-bottom: 1px solid #adb9ce; }

#newinfo .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link .active {
  background: #212328 !important;
  color: #ffffff;
  height: 100%;
  border-top: 1px solid #3a4459;
  border-right: 1px solid #3a4459;
  border-bottom: 1px solid #3a4459; }

#newinfo .nav-item {
  width: 200px !important; }
  @media (max-width: 991px) {
    #newinfo .nav-item {
      width: 33% !important;
      font-size: 1rem; } }

/* メニュー */
.menu {
  background: #6e2229; }
  @media (max-width: 991px) {
    .menu {
      background: #FFFFFF; } }

.navbar {
  padding: .9rem 1rem !important; }
  @media (max-width: 991px) {
    .navbar {
      padding: .5rem 1rem !important; } }
  .navbar .logo {
    width: 120px;
    margin-bottom: 6px; }
    @media (max-width: 991px) {
      .navbar .logo {
        margin-bottom: 0; } }

.navbar-light .navbar-nav .nav-link {
  color: #222222 !important;
  font-size: 0.9rem; }

.nav-item {
  /*width:285px !important;*/
  text-align: center;
  font-weight:bold; }
  @media (max-width: 991px) {
    .nav-item {
      text-align: left; } }

.navbar-light .navbar-toggler {
  border: none !important; }

.menu-btn {
  background: #000000;
  color: #FFFFFF !important;
  border-radius: .3rem;
  padding-right: 0 .5rem !important;
  margin: 0 .5rem; }
  @media (max-width: 991px) {
    .menu-btn {
      margin: .5rem 0 0 0;
      padding: .5rem 0;
      text-align: center;
      font-size: 1rem; } }

.dropdown-item {
  padding: .5rem 1.5rem !important; }

.contents-section {
  padding: 4rem 0; }

.ai-name {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18rem;
  line-height: 16rem; }

.ai-sub-name {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 3rem; }

.wrap {
  width: 800px;
  margin: 0 auto;
  padding: 0 15px; }
  @media (max-width: 992px) {
    .wrap {
      max-width: 720px; } }
  @media (max-width: 768px) {
    .wrap {
      max-width: 540px; } }
  @media (max-width: 576px) {
    .wrap {
      width: 100%; } }

.info-wrap {
  width: 800px;
  margin: 0 auto;
  padding: 0; }
  @media (max-width: 992px) {
    .info-wrap {
      max-width: 720px; } }
  @media (max-width: 768px) {
    .info-wrap {
      max-width: 540px; } }
  @media (max-width: 576px) {
    .info-wrap {
      width: 100%; } }

.body-line-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #6e2229;
  border-top: 1px solid #6e2229;
  border-bottom: 1px solid #6e2229;
  padding: 1rem 0;
  text-align: center; }
  @media (max-width: 991px) {
    .body-line-title {
      margin: 1rem 0; } }

.plan-bg {
  background-attachment: cover;
  padding: 3rem 0; }
  @media (max-width: 991px) {
    .plan-bg {
      padding: 2.5rem 0; } }
  .plan-bg .card {
    border: none !important;
    border-radius: none !important; }
  .plan-bg a {
    text-decoration: none;
    color: #222222; }
    .plan-bg a:hover {
      text-decoration: none !important;
      color: #222222; }

.period-bg {
  background: url(../img/period-bg.jpg) no-repeat center; }

.ai-bg {
  background: url(../img/ai-bg.jpg) no-repeat center; }

.top-block {
  background: #FFFFFF;
  padding: 0;
  text-align: center;
  margin: 0; }
  .top-block:hover {
    opacity: 0.5;
    transition: .3s; }
  .top-block .text-box {
    padding-top: 1rem; }
  .top-block .btn {
    display: block;
    padding: .5rem 0;
    margin: 0 auto;
    width: 90%;
    border: #6e2229 1px solid;
    color: #6e2229;
    font-weight: bold;
    border-radius: 0; }
    .top-block .btn:after {
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      font-weight: bold;
      position: relative;
      left: 3rem;
      width: 5px;
      height: 5px; }
  .top-block p {
    margin-top: 1rem; }
  .top-block h3 {
    font-size: 1.1rem;
    font-weight: bold;
    padding: .8rem 2rem;
    color: #FFFFFF;
    border-radius: .25rem;
    display: inline-block;
    margin: 0 auto;
    font-family: serif; }

.block-1 {
  background: #1A8B93; }

.block-2 {
  background: #0084fd; }

.block-3 {
  background: #060030; }

.block-4 {
  background: #000000; }

.bg-white {
  background: #FFFFFF; }

.bg-red {
  background: #6e2229 !important; }

.bg-black {
  background: #222222;
  color: #FFFFFF; }

.color-red {
  color: #6e2229; }

.color-blue {
  color: #4D73FF; }

.red-btn {
  background: #6e2229;
  color: #FFFFFF;
  font-weight: bold;
  padding: 1rem; }

.mt-3rem {
  margin-top: 3rem; }

.serif {
  font-family: serif; }

.top-white-bg {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 2rem 0;
  position: absolute;
  bottom: 0; }

.center-box {
  background-size: cover;
  margin: 0 auto;
  background: #701D27;
  color: #FFFFFF;
  padding: 60px 45px 55px;
  text-align: center; }

.head-title {
  font-weight: bold;
  font-size: 2.5rem; }

.swiper-wrapper {
  text-align: center; }

.sindan-bg {
  background: url(../img/komon-bg.jpg) no-repeat bottom;
  background-size: cover;
  padding: 4rem 0;
  margin-top: -280px; }

.overray {
  background: url(../img/mov/08.png) repeat;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative; }

.white-box {
  background: #FFFFFF;
  padding: 1rem;
  margin: .5rem 0; }
  .white-box p {
    font-size: 1.1rem;
    border-bottom: 1px solid #222222;
    padding-bottom: .5rem; }

.shindan-box {
  background: #FFFFFF;
  padding: 1rem;
  margin: .5rem 0; }
  .shindan-box .title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: bold;
    display: block; }
  .shindan-box .kekka {
    font-size: 3rem;
    font-weight: bold;
    line-height: 8rem !important; }
    @media (max-width: 991px) {
      .shindan-box .kekka {
        font-size: 2rem;
        line-height: 4rem !important; } }
  .shindan-box .outperform1 {
    color: #E9005E; }
  .shindan-box .outperform2 {
    color: #FF2124; }
  .shindan-box .neutral1 {
    color: #FB7C00; }
  .shindan-box .neutral2 {
    color: #3FB308; }
  .shindan-box .underperform1 {
    color: #0064FF; }
  .shindan-box .underperform2 {
    color: #9109C4; }
  .shindan-box table td {
    vertical-align: middle; }
  @media (max-width: 991px) {
    .shindan-box table {
      font-size: .8rem; } }

.kekka {
  background: #f2ffff; }

.chosei {
  margin-top: -580px; }

.mt-70 {
  margin-top: -70px; }

.bg1 {
  background: linear-gradient(70deg, #010817, #021f42); }

@media (max-width: 991px) {
  .p-15 {
    padding: 0 15px !important; } }

/* 新着情報 */
.news-list {
  list-style: none;
  padding-left: 0; }
  .news-list li {
    border-bottom: 1px solid #d2d2d2;
    padding: 1rem .5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    line-height: 1.5rem; }
    @media (max-width: 991px) {
      .news-list li {
        padding: 1rem 0;
        line-height: 1.2rem; } }
    .news-list li:hover {
      background: #efefef; }
    .news-list li a {
      font-size: 1.1rem;
      font-weight: bold;
      color: #222222;
      text-decoration: none; }
      @media (max-width: 991px) {
        .news-list li a {
          font-size: .9rem; } }
      .news-list li a span {
        font-size: .8rem;
        text-align: right;
        color: #6c757d;
        font-weight: normal;
        margin-top: .5rem;
        display: block; }
    .news-list li .btn {
      padding: 1rem 0;
      font-size: 1rem;
      margin-top: 2rem; }

/* プラン一覧ページ */
.banner-box {
  padding: 0;
  margin: 0; }

.inner-banner-box {
  border-bottom: 1px #CCCCCC solid;
  margin: 1rem .2rem;
  font-size: 1rem;
  padding-bottom: 1rem; }
  @media (max-width: 991px) {
    .inner-banner-box {
      margin: 1rem 0 !important; } }
  .inner-banner-box:hover {
    background: #F2EEE7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .inner-banner-box:hover img {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  .inner-banner-box img {
    width: 98%; }

.inv-banner-box {
  background: #000000;
  margin: .3rem .2rem 2rem .2rem;
  font-size: 1rem; }
  @media (max-width: 991px) {
    .inv-banner-box {
      margin: 0 0 2rem 0 !important;
      padding: 0; } }
  .inv-banner-box .plan-txt-box {
    color: #FFFFFF !important; }
  .inv-banner-box .box {
    border: #FFFFFF 1px solid; }
  .inv-banner-box:hover {
    background: #222222;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .inv-banner-box:hover img {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  @media (max-width: 991px) {
    .inv-banner-box {
      margin: 14px auto; } }

@media (max-width: 991px) {
  .top-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #444444; } }
.plan-txt-box {
  display: block;
  padding: 0 !important;
  color: #222222 !important;
  display: block; }
  .plan-txt-box .box {
    padding: .3rem 1rem;
    background: #222222;
    color: #FFFFFF;
    font-size: .8rem;
    display: inline-block; }
    @media (max-width: 991px) {
      .plan-txt-box .box {
        padding: .15rem .5rem; } }
  .plan-txt-box .plan-title {
    display: block;
    font-size: 2rem;
    font-weight: bold; }
    @media (max-width: 991px) {
      .plan-txt-box .plan-title {
        font-size: 1.5rem; } }
  .plan-txt-box .plan-title2 {
    display: block;
    font-size: 1.8rem;
    font-weight: bold; }
    @media (max-width: 991px) {
      .plan-txt-box .plan-title2 {
        font-size: 1.3rem; } }
  .plan-txt-box .top-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #444444; }
  .plan-txt-box .discliption-txt {
    display: block;
    margin-top: 1rem; }
    @media (max-width: 991px) {
      .plan-txt-box .discliption-txt {
        display: none; } }
  .plan-txt-box small {
    font-size: 1.2rem;
    font-weight: bold; }
    @media (max-width: 991px) {
      .plan-txt-box small {
        font-size: .9rem; } }
  .plan-txt-box .gold {
    color: #B58A3D; }

.un {
  text-decoration: none !important; }

.back-test {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: -3rem 0 1.5rem 0; }
  @media (max-width: 991px) {
    .back-test {
      font-size: 1.2rem;
      margin: -1.5rem 0 1.5rem 0;
      line-height: 1.6rem; } }
  .back-test span {
    font-size: 3rem;
    color: #6e2229; }
    @media (max-width: 991px) {
      .back-test span {
        font-size: 1.8rem; } }

/* メールボックス */
.outline-btn {
  border: 1px solid #6e2229;
  border-radius: .2rem;
  padding: .7rem;
  display: block;
  text-align: center;
  margin-top: 2rem;
  color: #6e2229; }
  .outline-btn:hover {
    text-decoration: none;
    border: 1px solid #97343d;
    color: #97343d; }

.pagination a {
  text-decoration: none;
  border: 1px solid #6e2229;
  color: #6e2229; }
  .pagination a:hover {
    border: 1px solid #97343d;
    color: #97343d; }

/* プラン一覧 */
.plans-section {
  padding: 2rem 0; }
  .plans-section h2 {
    margin-bottom: 2rem; }

.glay {
  background: #F2EEE7; }
  .glay .swiper-blind-left, .glay .swiper-blind-right {
    background: rgba(242, 238, 231, 0.7); }

/* お問い合わせ */
.contact-section, .contact-2 {
  padding: 2rem 0 3rem 0;
  background: #EEEEEE;
  text-align: center; }
  @media (max-width: 991px) {
    .contact-section, .contact-2 {
      padding: 2rem 0; } }
  .contact-section h3, .contact-2 h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1.5rem; }
  .contact-section a, .contact-2 a {
    font-size: 2rem;
    font-weight: bold;
    color: #222222; }
    .contact-section a:hover, .contact-2 a:hover {
      color: #6e2229 !important; }
  .contact-section .btn, .contact-2 .btn {
    width: 60%;
    padding: .5rem 0;
    border: #6e2229 1px solid;
    color: #6e2229;
    font-size: 1.2rem; }
    @media (max-width: 991px) {
      .contact-section .btn, .contact-2 .btn {
        width: 80%; } }
    .contact-section .btn:hover, .contact-2 .btn:hover {
      background: #97343d;
      color: #FFFFFF !important; }
  .contact-section .center-border, .contact-2 .center-border {
    border-right: 1px solid #ccc; }
    @media (max-width: 991px) {
      .contact-section .center-border, .contact-2 .center-border {
        border-right: none; } }
  .contact-section .line, .contact-2 .line {
    border-bottom: none; }
    @media (max-width: 991px) {
      .contact-section .line, .contact-2 .line {
        border-bottom: 1px #CCC solid;
        margin: 2rem 0; } }

.tel {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold; }
  .tel:hover {
    text-decoration: none; }

.contact-btn {
  width: 100%;
  padding: .5rem 0;
  background: #6e2229;
  color: #FFFFFF;
  font-size: 1.2rem;
  display: block;
  margin: 0 auto;
  border-radius: .3rem;
  border: none; }
  .contact-btn:hover {
    background: #86323a;
    text-decoration: none !important; }

.shindan-contact {
  background: #FFF;
  padding-bottom: 0px; }
  .shindan-contact .btn {
    width: 80%; }

.big-f {
  font-size: 2rem; }

/* マイページ */
.mypage .col-lg-3, .mypage .col-lg-9 {
  margin-top: 1rem;
  font-size: 1rem; }
@media (max-width: 991px) {
  .mypage .col-12 {
    margin-top: .4rem; } }

footer {
  font-size: .8rem;
  padding: 1.5rem 0;
  color: #FFFFFF;
  background-color: #000000; }
  @media (max-width: 991px) {
    footer {
      margin-top: 3rem;
      padding: 0 0 1.5rem 0;
      margin-top: 0rem; } }
  footer img {
    width: 60%; }
    @media (max-width: 991px) {
      footer img {
        width: 80%; } }
  @media (max-width: 991px) {
    footer .container {
      padding: 0 !important;
      max-width: 100%; } }
  footer .container .footer-p15 {
    padding: 0 15px !important; }
  footer nav ul {
    display: flex;
    text-align: center;
    list-style: none;
    justify-content: center;
    margin-bottom: 3rem;
    padding: 0; }
    @media (max-width: 991px) {
      footer nav ul {
        display: block; } }
    footer nav ul li {
      margin: 0 .5rem;
      text-align: left; }
      @media (max-width: 991px) {
        footer nav ul li {
          margin: 0; } }
      footer nav ul li a {
        color: #FFFFFF; }
        @media (max-width: 991px) {
          footer nav ul li a {
            background: #000000;
            color: #FFFFFF;
            display: block;
            position: relative;
            padding: .5rem 1.5rem;
            border-bottom: 1px solid #ccc; }
            footer nav ul li a:after {
              font-family: "Font Awesome 5 Free";
              content: "\f105";
              font-weight: bold;
              position: absolute;
              right: 1rem;
              width: 5px;
              height: 5px; } }
  footer .copyright {
    margin-top: 2rem;
    font-size: .7rem;
    display: block; }
  footer table {
    color: #fff !important; }
    footer table th {
      width: 25%; }

/* 下層ページ  */
.inner-header {
  padding: 4rem 0;
  background-size: cover;
  font-size: 1rem;
  font-family: serif; }
  @media (max-width: 991px) {
    .inner-header {
      padding: 2.5rem 0; } }
  .inner-header .box2 {
    border: 1px solid #FFFFFF;
    padding: .4rem 1rem;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
  .inner-header .inner-title {
    font-size: 2.2rem;
    font-weight: bold;
    display: block;
    margin-top: .5rem; }
    @media (max-width: 991px) {
      .inner-header .inner-title {
        font-size: 1.8rem; } }
    .inner-header .inner-title span {
      font-size: 1.3rem;
      margin-left: .5rem;
      margin-left: .5rem; }

.pluse-title {
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: bold;
  display: block; }
  @media (max-width: 991px) {
    .pluse-title {
      font-size: 2.5rem;
      line-height: 2.7rem; } }
  .pluse-title span {
    font-size: 2rem; }
    @media (max-width: 991px) {
      .pluse-title span {
        font-size: 1.8rem; } }

.box {
  font-size: 1rem;
  padding: .4rem 1rem;
  background: #222222;
  color: #FFFFFF; }
  @media (max-width: 991px) {
    .box {
      font-size: .9rem;
      padding: .3rem .8rem; } }

.box-title {
  border: 1px #222222 solid;
  padding: .4rem;
  display: inline; }
  @media (max-width: 991px) {
    .box-title {
      font-size: 1rem;
      padding: .2rem;
      margin: .3rem 0;
      display: inline-block; } }

.body-title {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: bold;
  display: block;
  margin-bottom: 3rem;
  text-align: center;
  font-family: serif; }
  @media (max-width: 991px) {
    .body-title {
      font-size: 1.6rem;
      line-height: 2.1rem; } }

.body-sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem; }
  @media (max-width: 991px) {
    .body-sub-title {
      font-size: 1.4rem; } }

.under-line {
  border-bottom: 1px solid #222222;
  padding-bottom: .5rem; }

.pluse-body-title {
  border-bottom: 2px #8b7a4c solid;
  padding-bottom: .5rem;
  font-family: serif;
  font-size: 1.8rem;
  font-weight: bold; }
  @media (max-width: 991px) {
    .pluse-body-title {
      font-size: 1.5rem; } }

.zebra-bg {
  background: #222222;
  color: #FFFFFF; }

.white-bg {
  padding: 4rem 0; }
  @media (max-width: 991px) {
    .white-bg {
      padding: 3rem 0; } }

.black-bg {
  background: #000000;
  padding: 4rem 0;
  color: #F9F9F9; }
  @media (max-width: 991px) {
    .black-bg {
      padding: 3rem 0; } }
  .black-bg h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 2rem; }
    @media (max-width: 991px) {
      .black-bg h3 {
        margin: 1rem 0; } }
  @media (max-width: 991px) {
    .black-bg .body-sub-title {
      font-size: 1.2rem; } }
  .black-bg a {
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF; }
    .black-bg a:hover {
      color: #FFFFFF !important; }
  .black-bg .btn {
    width: 80%;
    padding: .5rem 0;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 1.2rem; }
    .black-bg .btn:hover {
      background: #FFFFFF;
      color: #222222 !important; }
  .black-bg .box {
    border: 1px solid #FFFFFF;
    border-radius: .2rem;
    padding: 2rem 0;
    margin-top: 1.5rem; }

.color-glay {
  color: #484848; }

.color-blue {
  color: #425dff; }

.glay-bg {
  background: #F2EEE7;
  padding: 4rem 0; }
  @media (max-width: 991px) {
    .glay-bg {
      padding: 3rem 0; } }

.pluse-bg {
  background: url(../img/pluse-bg.jpg);
  padding: 4rem 0; }
  @media (max-width: 991px) {
    .pluse-bg {
      padding: 3rem 0; } }

.point {
  color: #8b7a4c;
  font-family: serif;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  display: block; }
  @media (max-width: 991px) {
    .point {
      font-size: 1.1rem; } }

.point-title {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: serif;
  font-weight: bold; }
  @media (max-width: 991px) {
    .point-title {
      font-size: 1.4rem;
      line-height: 2rem; } }

.glay-box {
  background: #F4F4F4;
  padding: 2rem; }
  @media (max-width: 991px) {
    .glay-box {
      padding: 1rem; } }

.glay-box2 {
  background: #F2EEE7;
  padding: 2rem; }
  @media (max-width: 991px) {
    .glay-box2 {
      padding: 1rem; } }

.border-box {
  border: 1px #222222 solid;
  padding: 1rem; }

.quote-txt {
  color: #aaaaaa;
  font-size: .8rem; }

.entry-bg {
  background: #F4F4F4;
  padding: 4rem 0; }
  @media (max-width: 991px) {
    .entry-bg {
      padding: 3rem 0; } }

.white {
  color: #FFFFFF !important; }

.alpha-white {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 .3rem;
  display: inline-block; }

.zebra {
  background: url(../img/zebra-bg.jpg) no-repeat center; }
  @media (max-width: 991px) {
    .zebra {
      background: url(../img/zebra-bg-sp.jpg) no-repeat center; } }

.unicorn {
  background: url(../img/unicorn-bg.jpg) no-repeat center;
  color: #FFFFFF; }
  @media (max-width: 991px) {
    .unicorn {
      background: url(../img/unicorn-bg-sp.jpg) no-repeat center; } }

.pegasus {
  background: url(../img/pegasus-bg.jpg) no-repeat center; }
  @media (max-width: 991px) {
    .pegasus {
      background: url(../img/pegasus-bg-sp.jpg) no-repeat center; } }

.bull-bear {
  background: url(../img/bull-bear-bg.jpg) no-repeat top right; }
  @media (max-width: 991px) {
    .bull-bear {
      background: url(../img/bull-bear-bg-sp.jpg) no-repeat center; } }

.passive {
  background: url(../img/passive-bg.jpg) no-repeat left;
  color: #FFFFFF; }
  .passive .box {
    background: #FFFFFF;
    color: #222222; }
  @media (max-width: 991px) {
    .passive {
      background: url(../img/passive-bg-sp.jpg) no-repeat center; } }
  .passive .box {
    border-color: #FFFFFF; }

.active-bg {
  background: url(../img/active-bg.jpg) no-repeat center;
  color: #FFFFFF; }
  .active-bg .box {
    background: #FFFFFF;
    color: #222222; }
  @media (max-width: 991px) {
    .active-bg {
      background: url(../img/active-bg-sp.jpg) no-repeat center; } }

.active-pluse {
  background: url(../img/active-pluse-bg.jpg) no-repeat center;
  color: #FFFFFF; }
  @media (max-width: 991px) {
    .active-pluse {
      background: url(../img/active-pluse-bg-sp.jpg) no-repeat center; } }
  .active-pluse .box {
    border-color: #FFFFFF; }

.ai-shindan-bg {
  background: url(../img/active-bg.jpg) no-repeat center; }
  @media (max-width: 991px) {
    .ai-shindan-bg {
      background: url(../img/active-bg-sp.jpg) no-repeat center; } }

.shindan-ota-bg {
  background: url(../img/shindan-ota-bg.jpg) no-repeat left; }
  @media (max-width: 991px) {
    .shindan-ota-bg {
      background: url(../img/shindan-ota-bg-sp.jpg) no-repeat center; } }

.shindan-ota-bg2 {
  background: url(../img/shindan-ota-bg2.jpg) no-repeat left; }
  @media (max-width: 991px) {
    .shindan-ota-bg2 {
      background: url(../img/shindan-ota-bg-sp2.jpg) no-repeat left; } }

.contact-bg {
  background: url(../img/contact-bg.jpg) no-repeat center; }
  @media (max-width: 991px) {
    .contact-bg {
      background: url(../img/contact-bg-sp.jpg) no-repeat center; } }

.limited-bg {
  background: url(../img/limited-bg.jpg) no-repeat center; }

.limited-entry {
  background: #FFFFFF; }
  @media (max-width: 991px) {
    .limited-entry {
      background: #f2eee7; } }

.shindan-form {
  background: url(../img/shindan-form-bg.jpg) no-repeat center;
  color: #FFFFFF; }
  .shindan-form .box {
    background: #FFFFFF;
    color: #222222; }

.ai-brands-bg {
  background: url(../img/ai-brands-bg.jpg) no-repeat center;
  color: #FFFFFF; }
  .ai-brands-bg .box {
    background: #FFFFFF;
    color: #222222; }

.advice-bg {
  background: url("../img/advice-bg.jpg") no-repeat center;
  color: #FFFFFF; }
  @media (max-width: 991px) {
    .advice-bg {
      background: url(../img/advice-bg-sp.jpg) no-repeat center; } }
  .advice-bg .box {
    border-color: #FFFFFF; }

.swiper-pagination-bullet {
  background: #FFFFFF !important; }

.swiper-pagination-bullet-active {
  background: #007aff !important; }

.icon {
  width: 50px;
  margin: 0 auto 1rem auto;
  text-align: center;
  display: block; }

.red-title {
  color: #6e2229;
  font-weight: bold;
  font-size: 1.2rem; }

.section-4 {
  margin: 2rem 0; }
  .section-4 div {
    padding: 0;
    color: #6e2229; }
  .section-4 h3 {
    font-size: 1.2rem;
    font-weight: bold; }
    @media (max-width: 991px) {
      .section-4 h3 {
        font-size: 1.1rem; } }

.w-40 {
  width: 40%; }

.w-200 {
  width: 150px; }

.under-border {
  border-bottom: solid #6E2229 1px;
  color: #6E2229;
  padding: .5rem;
  text-align: center;
  font-weight: bold; }

.pc-hikaku-box table {
  background: #FFFFFF;
  margin-top: 2rem; }
  .pc-hikaku-box table tr td:nth-of-type(2), .pc-hikaku-box table tr td:nth-of-type(3), .pc-hikaku-box table tr td:nth-of-type(4) {
    text-align: center; }
  .pc-hikaku-box table tr td:nth-of-type(1) {
    background: #F8F8F8;
    font-weight: bold;
    width: 18%;
    text-align: center; }
  .pc-hikaku-box table tr:nth-child(1) td {
    font-weight: bold; }

.sp-hikaku-box table {
  background: #FFFFFF;
  margin: 1.5rem 0 .5rem 0; }
  .sp-hikaku-box table tr td:nth-of-type(1) {
    font-weight: bold;
    background: #F8F8F8;
    width: 30%; }
  .sp-hikaku-box table tr td:nth-of-type(2) {
    text-align: center; }
  .sp-hikaku-box table tr:nth-child(1) td {
    font-weight: bold; }
  .sp-hikaku-box table tr:nth-child(5) td {
    background: #FFF; }

.hikaku table {
  font-size: 1rem; }

.hikaku-table {
  font-size: .8rem !important; }

.table-glay-bg {
  background: #f8f8f8 !important; }

.table-white-bg {
  background: #FFFFFF !important;
  font-weight: bold; }

.table-black-bg {
  background: #222222 !important;
  color: #FFFFFF; }

.table-red-bg {
  background: #fff7f8  !important;
  color: #6E2229;
  font-weight: bold; }

.entry-btn {
  width: 80%;
  margin: 1rem auto;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: bold;
  background: #6e2229;
  color: #FFFFFF;
  border-style: none;
  border-radius: .25rem; }
  .entry-btn:hover {
    background: #97343d;
    transition: 0.2s; }
  @media (max-width: 991px) {
    .entry-btn {
      font-size: 1.3rem;
      width: 90%;
      font-size: 1.2rem; } }
  .entry-btn:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #FFFFFF;
    font-weight: 700;
    position: relative;
    left: 20%;
    bottom: 0;
    top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    @media (max-width: 991px) {
      .entry-btn:after {
        left: 10%; } }

.table-entry-btn {
	display:block;
  width: 100%;
  text-align: center;
  padding: .8rem 0;
  font-size: 1rem;
  font-weight: bold;
  background: #6e2229;
  color: #FFFFFF;
  border-style: none;
	text-decoration:none;
  border-radius: .25rem; }
  .table-entry-btn:hover {
    background: #97343d;
    transition: 0.2s;
	text-decoration:none;
	color:#fff;}
  @media (max-width: 991px) {
    .table-entry-btn {
      font-size: 1rem;
      font-size: 1.2rem;
      padding: .5rem 0; } }
  .table-entry-btn:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #FFFFFF;
    font-weight: 700;
    position: relative;
    left: 20%;
    bottom: 0;
    top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    @media (max-width: 991px) {
      .table-entry-btn:after {
        left: 30%; } }

.zebra-btn {
  width: 60%;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .zebra-btn {
      width: 100%; } }

.zebra-box {
  background: #F2EFE8;
  padding: 2rem 1rem; }
  .zebra-box img {
    width: 200px;
    display: block;
    margin: 1rem auto; }

.graph-title {
  display: flex;
  align-items: center;
  /* 縦位置の調整 */
  font-weight: bold; }
  .graph-title span {
    font-size: 1.3rem;
    margin: 0 1.5rem; }
    @media (max-width: 991px) {
      .graph-title span {
        margin: 2rem 1rem;
        font-size: 1.2rem; } }
  .graph-title::before, .graph-title::after {
    content: '';
    flex-grow: 1;
    /* 余白を分け与える */
    height: 1px;
    background: #222222; }

.form-entry-btn {
  width: 100%;
  text-align: center;
  padding: .8rem 0;
  font-weight: bold;
  background: #6e2229;
  color: #FFFFFF;
  border-style: none;
  border-radius: .25rem; }
  .form-entry-btn:hover {
    background: #97343d;
    transition: 0.2s; }
  @media (max-width: 991px) {
    .form-entry-btn {
      font-size: 1rem;
      font-size: 1.2rem; } }

.limited-3 .point3-box {
  margin: 2rem 0; }
  @media (max-width: 991px) {
    .limited-3 .point3-box .col-12 {
      padding-right: 0;
      padding-left: 0; } }
.limited-3 h3 {
  font-size: 1.7rem;
  font-weight: bold; }
  @media (max-width: 991px) {
    .limited-3 h3 {
      font-size: 1.4rem; } }
.limited-3 span {
  font-weight: bold;
  font-size: 2.5rem;
  background: #6e2229;
  padding: .3rem .5rem;
  border-radius: .25rem;
  color: #FFFFFF; }
  @media (max-width: 991px) {
    .limited-3 span {
      font-size: 2rem;
      padding: .3rem; } }

.loader {
  color: #ffffff;
  font-size: 30px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1s infinite ease, round 1s infinite ease;
  animation: load6 1s infinite ease, round 1s infinite ease; }

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2; }

/* 3ステップ部分 */
.step-3 {
  background: #F2EFE8;
  padding: 2rem 1rem;
  margin: .3rem;
  text-align: center; }
  .step-3 h3 {
    font-size: 1.3rem !important;
    font-weight: bold; }
  .step-3 div {
    font-size: 1rem; }
  .step-3 img {
    width: 100px;
    margin: 2rem 0; }

.step-bar {
  position: absolute;
  bottom: 170px;
  left: 330px;
  z-index: 999; }
  @media (max-width: 991px) {
    .step-bar {
      bottom: 17px;
      left: 50%; } }

.boldright {
  position: relative; }
  .boldright:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    width: 100px;
    height: 4px;
    background: #6e2229; }
    @media (max-width: 1200px) {
      .boldright:before {
        left: -60px; } }
    @media (max-width: 991px) {
      .boldright:before {
        display: none; } }
  .boldright:after {
    content: "";
    display: block;
    position: absolute;
    left: 100px;
    border: 10px solid;
    border-color: transparent transparent transparent #6e2229; }
    @media (max-width: 1200px) {
      .boldright:after {
        left: 40px; } }
    @media (max-width: 991px) {
      .boldright:after {
        display: none; } }

@media (max-width: 991px) {
  .boldbottom {
    position: relative; }
    .boldbottom:before {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      width: 4px;
      height: 80px;
      background: #6e2229; }
    .boldbottom:after {
      content: "";
      display: block;
      position: absolute;
      top: 80px;
      right: -12px;
      width: 0px;
      height: 0px;
      border: 10px solid;
      border-color: #6e2229 transparent transparent transparent; } }
.tel {
  font-size: 2rem;
  font-weight: bold; }
  .tel:hover {
    text-decoration: none; }

.infomation {
  background: url(../img/infomation.jpg) no-repeat top; }
  @media (max-width: 991px) {
    .infomation {
      background: url(../img/infomation-sp.jpg) no-repeat center; } }


.sp{
	display:none;
}
.sp_none {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width:991px){
	.sp{
		display:block;
	}
	.sp_none{
		display:none;
	}
}
.member_id{
	max-width:100%;
	margin:0 auto;
	position:relative;
}
.member_id p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight:700;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	font-size:28px;
	color:#fff;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	letter-spacing:1px;
	line-height:1.5;
}
.member_id p span{
	font-size:36px;
	border-bottom:#fff 2px solid;
	line-height:1.5;
}
@media screen and (max-width: 991px){
	.member_id{
		width:100%;
		position:relative;
	}
	.member_id p{
		font-family: "Noto Sans JP", sans-serif;
		font-weight:700;
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		margin:auto;
		font-size:28px;
		color:#fff;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:-o-flex;
		display:flex;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		letter-spacing:1px;
		line-height:1.5;
	}
	.member_id p span{
		font-size:36px;
		border-bottom:#fff 2px solid;
		line-height:1.5;
	}
}
@media screen and (max-width: 767px){
	.member_id p{
		font-size:23px;
	}
	.member_id p span{
		font-size:31px;
	}
}
@media screen and (max-width: 499px){
	.member_id p{
		font-size:18px;
	}
	.member_id p span{
		font-size:26px;
	}
}
@media screen and (max-width: 399px){
	.member_id p{
		font-size:13px;
	}
	.member_id p span{
		font-size:21px;
	}
}
/* 無料銘柄申し込み */
.pl_231214_bt>p{
    width: 68%;
    background: #feee60;
    color: #931500;
    font-weight: bold;
    border-radius: 15px;
    box-shadow: 0px 2px 5px #000000;
    font-size: 40px;
    height: 73px;
}
@media screen and (max-width: 991px) {
  .pl_231214_bt>p{
    font-size: 30px;
    height: 40px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 599px) {
  .pl_231214_bt>p{
    font-size: 20px;
    height: 30px;
  }
}
@media screen and (max-width: 368px) {
  .pl_231214_bt>p{
    font-size: 13px;
    height: 20px;
    border-radius: 5px;
  }
}
.pl_231214_bt:hover>p{
    background:  #931500;
    color:  #feee60;
}
.no-pl-point{
    pointer-events: none;
}

/*LINEボタン*/
.btn.line-btn{
	border:#00B900 1px solid;
	color:#00B900;
	
}
.btn.line-btn:hover{
	background:#00B900;
}
.btn.line-btn svg{
	fill:#00B900;
}
.btn.line-btn:hover svg{
	fill:#fff;
}
.header-contact{
	width:250px;
}
.header-contact .btn:first-of-type{
	border:#a80000 1px solid;
	color:#a80000;
}
.header-contact .btn{
	font-weight:bold;
}
@media (max-width: 991px) {
	.header-contact{
		display:none;
	}
}

.contact-tel{
	text-align:center;
	display: block;
}
.contact-tel p{
	text-align:left;
	display:inline-block;
	
}

.mail-btn {
	width: 100%;
	padding: .5rem 0;
	background: #fff;
	color: #6e2229 !important;
	border:#6e2229 1px solid !important;
	font-size: 1.2rem;
	display: block;
	margin: 0 auto;
	border-radius: .3rem;
	border: none; 
    font-weight: bold;
}
.mail-btn:hover {
	background: #86323a;
	text-decoration: none !important; 
	color:#fff !important;
}