﻿
/* Scss Document */
:root {
  --ai-primary: #32495e;
  --ai-primary-dark: #1f2f3d;
  --ai-accent: #cbbe9a;
  --ai-glow: #e9e2d5;
}
body {
  font-size: 1.2rem !important;
  line-height: 1.8 !important;
  color: #24201d;
  background: #f6f3ec;
  text-align: justify !important;
  text-justify: inter-ideograph !important; }

  @media (max-width: 991px) {
    body {
      font-size: 1.1rem !important; } }

.navbar {
  padding: .9rem 1rem !important;
  background: var(--ai-primary) !important; }

  @media (max-width: 991px) {
    .navbar {
      padding: .5rem 1rem !important;
      background: var(--ai-primary) !important; } }
  .navbar .logo {
    width: 120px;
    margin-bottom: 6px; }

  @media (max-width: 991px) {
      .navbar .logo {
        margin-bottom: 0; } }

  @media (max-width: 991px) {
  .container {
    padding-right: 20px;
    padding-left: 20px; } }

.header-info {
  background: var(--ai-primary);
  color: #FFFFFF;
/*
  font-size: .7rem;
*/
  font-size: 0.9rem;
	font-weight:600;
  line-height: 1.2rem;
  padding: .5rem; }

  @media (max-width: 991px) {
    .header-info {
      background: var(--ai-primary);
      color: #FFFFFF;
      font-size: .9rem;
      line-height: 1.2rem;
      padding: .3rem .2rem; } }

.navbar-light .navbar-nav .nav-link {
  color: #ffffff !important;
  font-size: 1rem; }

  @media (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link {
      font-size: 1.1rem; } }

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

.menu-btn {
    background: #06c755;
    color: #FFFFFF !important;
    padding-right: 0 .5rem !important;
    margin: 0 .8rem;
    border-radius: 40px;
    width: 110px;
    border: 1px solid #05a54b;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    text-align: center; }
  .menu-btn:hover {
      background: #05a54b;
      border-color: #05a54b; }

  @media (max-width: 991px) {
    .menu-btn {
      padding: .3rem 0;
      text-align: center;
      font-size: 1rem;
      width: 90%;
      margin: 0.8rem auto !important; } }

/* TOPヘッダー */
.header-section {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  position: relative; }
  .header-section video {
    width: 100vw;
    max-height: 550px;
    z-index: 1;
    opacity: 0.65;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    text-align: center; }

  @media (max-width: 991px) {
      .header-section video {
        height: 100vh; } }
  .header-section .scroll {
    display: none; }

  @media (max-width: 991px) {
      .header-section .scroll {
        display: block;
        margin: 6rem auto 0 auto;
        width: 50px;
        animation: key1 1s ease infinite alternate; }
      @keyframes key1 {
        0% {
          transform: translateY(20px); }
        100% {
          transform: translateY(0px); } } }

.top-textbox {
  width: 700px;
  z-index: 999;
  position: absolute;
  top: 180px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #000000; }

  @media (max-width: 991px) {
    .top-textbox {
      width: 90%;
      height: 100vh; } }
  .top-textbox .big {
    font-size: 2.6rem;
    line-height: 3.8rem;
    display: block; }

  @media (max-width: 991px) {
      .top-textbox .big {
        font-size: 1.7rem;
        line-height: 2.2rem; } }
  .top-textbox .middle {
    font-size: 2rem;
    margin-top: 1.5rem;
    display: block; }

  @media (max-width: 991px) {
      .top-textbox .middle {
        font-size: 1.5rem;
        margin-top: 1rem; } }

.navbar-light .navbar-nav .nav-link {
  color: 222222 !important; }

/* フォーム部分 */
.form-section {
  padding: 3rem 0;
  background: var(--ai-primary);
  color: #FFFFFF; }

  @media (max-width: 991px) {
    .form-section {
      padding: 2rem 0; } }
  .form-section .btn {
      background: #06c755;
      border: 1px solid #05a54b;
      color: #ffffff;
      font-weight: bold;
      width: 100%; }
.form-section .form-title-txt {
    font-size: 1.8rem;
    font-weight: bold; }
  .form-section .form-title-img {
    width: 220px;
    max-width: none;
    margin-right: 0.5rem; }
      @media (max-width: 991px) {
      .form-section .form-title-img {
          width: 180px;
          position: relative;
          top: 14px; } }
    @media (min-width: 992px) {
    .form-section .form-title-img {
        margin-left: -48px;
        position: relative;
        top: 6px; } }
  .form-section .row.d-lg-flex.align-items-lg-center {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .form-section .row.d-lg-flex.align-items-lg-center {
        justify-content: center;
        margin-left: -40px; } }

  @media (max-width: 991px) {
      .form-section .form-title-txt {
        font-size: 1.4rem !important; } }
  .form-section .form-check {
    display: flex;
    font-size: .7rem !important; }

.black-title {
  background: #222222;
  color: #FFFFFF;
  padding: .5rem .8rem;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 1rem auto !important;
  text-align: center;
  display: inline-block; }

  @media (max-width: 991px) {
    .black-title {
      font-size: 1.2rem; } }

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

.ai-vision {
  position: relative;
  padding: 4rem 0;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ai-primary-dark) 0%, var(--ai-primary) 55%, #0f3b6b 100%);
  overflow: hidden; }
  .ai-vision:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: 0.45;
    pointer-events: none; }
  .ai-vision:after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(183, 240, 255, 0.25), transparent 55%),
      radial-gradient(circle at 85% 80%, rgba(37, 183, 211, 0.25), transparent 55%);
    pointer-events: none; }

.ai-eyebrow {
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: var(--ai-glow);
  font-weight: bold; }

.ai-lead {
  color: rgba(255, 255, 255, 0.82); }

.ai-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem; }

.ai-metric {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.9rem 1.2rem;
  border-radius: 12px;
  min-width: 150px; }
  .ai-metric .ai-metric-value {
    font-size: 1.4rem;
    font-weight: bold;
    display: block; }
  .ai-metric .ai-metric-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75); }

.ai-panel {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 1.6rem;
  box-shadow: 0 20px 50px rgba(3, 12, 24, 0.35); }

.ai-panel-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .ai-panel-line:last-child {
    border-bottom: none; }
  .ai-panel-line .ai-tag {
    font-size: 0.75rem;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: rgba(37, 183, 211, 0.25);
    color: #ffffff; }

.ai-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
  margin-right: 0.4rem;
  margin-top: 0.5rem; }

  @media (max-width: 991px) {
  .ai-vision {
    padding: 3rem 0; }
  .ai-panel {
    margin-top: 2rem; }
  .ai-metrics {
    justify-content: center; } }

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

.twin-box {
  padding: 2rem 0;
  border-radius: 5px;
  color: var(--ai-primary);
  -moz-box-shadow: 0px 2px 9px -6px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 2px 9px -6px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0px 2px 9px -6px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 2px 9px -6px rgba(0, 0, 0, 0.8); }

  @media (max-width: 991px) {
    .twin-box {
      text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff; } }
  .twin-box:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -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; }
  .twin-box :after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #222222;
    font-weight: 700;
    position: absolute;
    right: 30px;
    bottom: 0;
    top: 57%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .twin-box span {
    margin-left: 40%;
    font-size: 1.2rem;
    display: block; }

  @media (max-width: 991px) {
      .twin-box span {
        margin-left: 20%; } }

.free-box {
  background: #FFFFFF;
  margin-top: 3rem;
  padding: 2rem 1rem; }
  .free-box .title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem; }
  .free-box .free-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    color: var(--ai-primary);
    border-bottom: 1px solid var(--ai-primary);
    text-align: center; }

.free-contentsbox {
  background: #FFF;
  border: 2px solid var(--ai-primary);
  height: 230px;
  text-align: center; }
  .free-contentsbox .title {
    font-size: 1.2em;
    background: var(--ai-primary);
    padding: 1rem 0;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em; }

  @media (max-width: 991px) {
      .free-contentsbox .title {
        padding: .5rem 0;
        font-size: 1rem; } }
  .free-contentsbox p {
    padding: 15px 20px;
    margin: 0; }
  .free-contentsbox .plan-title {
    font-weight: bold;
    font-size: 1.3rem;
    vertical-align: middle;
    display: block; }
  .free-contentsbox i {
    font-size: 3rem;
    margin-bottom: 10px; }

.top-1 {
  background: url(../image/top-1.jpg);
  background-size: cover; }

.top-2 {
  background: url(../image/top-2.jpg);
  background-size: cover; }
  .top-2 a:hover {
    text-decoration: none !important; }

.body-line-title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--ai-primary);
  border-top: 1px solid var(--ai-primary);
  border-bottom: 1px solid var(--ai-primary);
  padding: 1.2rem 0;
  text-align: center;
  font-family: serif; }

  @media (max-width: 991px) {
    .body-line-title {
      font-size: 1.3rem;
      margin-bottom: 1rem;
      padding: .5rem 0; } }

.bg-white {
  background: #FFFFFF; }

.bg-red {
  background: var(--ai-primary) !important; }

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

.color-red {
  color: var(--ai-primary); }

.color-blue {
  color: #031392; }

.red-btn {
  background: var(--ai-primary);
  color: #FFFFFF;
  font-weight: bold;
  padding: 1rem; }

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

.serif {
  font-family: serif; }

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

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

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

.top-block .col-12 {
  padding: 0 .6rem;
  font-family: serif; }
  .top-block .col-12 a:hover {
    text-decoration: none !important; }

  @media (max-width: 991px) {
    .top-block .col-12 {
      padding: 0 15px .3rem 15px;
      overflow: hidden; } }

.top-block2 {
  font-family: serif; }
  .top-block2 .col-6 {
    padding-bottom: .25rem; }
    .top-block2 .col-6 a:hover {
      text-decoration: none !important; }
  .top-block2 .pl {
    padding-left: 0; }

  @media (max-width: 991px) {
      .top-block2 .pl {
        padding-left: .3rem; } }
  .top-block2 .pr {
    padding-right: .3rem; }

  @media (max-width: 991px) {
      .top-block2 .pr {
        padding-right: 0px; } }

.menu-box {
  color: #FFFFFF;
  height: 421px;
  font-size: 2rem;
  justify-content: center;
  font-weight: bold;
  display: block; }

  @media (max-width: 991px) {
    .menu-box {
      height: 150px;
      padding-bottom: 0;
      font-size: 1.6rem; } }
  .menu-box span {
    font-size: 1.5rem;
    display: block;
    text-align: center;
    font-weight: normal; }

  @media (max-width: 991px) {
      .menu-box span {
        font-size: 1.1rem; } }
  .menu-box:hover {
    background-image: "../image/menu-1.jpg";
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
    color: var(--ai-primary);
    transition: 0.5s; }

.menu-box2 {
  color: #FFFFFF;
  height: 208px;
  font-size: 2rem;
  justify-content: center;
  font-weight: bold;
  text-align: center; }

  @media (max-width: 991px) {
    .menu-box2 {
      height: 150px;
      font-size: 1.6rem; } }
  .menu-box2 span {
    font-size: 1.5rem;
    display: block;
    text-align: center;
    font-weight: normal; }

  @media (max-width: 991px) {
      .menu-box2 span {
        font-size: 1.1rem; } }
  .menu-box2:hover {
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
    color: var(--ai-primary);
    transition: 0.5s; }

.menu-1 {
  background: url("../image/menu-1.jpg") no-repeat;
  background-size: cover; }

.menu-2 {
  background: url("../image/menu-2.jpg") no-repeat;
  background-size: cover; }

.menu-3 {
  background: url("../image/menu-3.jpg") no-repeat;
  background-size: cover; }

.menu-4 {
  background: url("../image/menu-4.jpg") no-repeat;
  background-size: cover; }

.menu-5 {
  background: url("../image/menu-5.jpg") no-repeat;
  background-size: cover; }

.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(../image/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; }

/* サービス一覧 */
.inner-banner-box {
  margin: 0 !important;
  border-bottom: 1px #CCCCCC solid;
  margin: .3rem .2rem;
  font-size: 1rem;
  padding: 1rem; }

  @media (max-width: 991px) {
    .inner-banner-box {
      padding: .3rem 0;
      margin-top: .5rem !important; } }
  .inner-banner-box img {
    width: 98%;
    margin: 0 auto; }

.plan-txt-box .alert {
  padding: .6rem; }

  @media (max-width: 991px) {
    .plan-txt-box .alert {
      font-size: .8rem;
      line-height: 1.2rem;
      padding: .5rem;
      margin-top: .5rem; } }
.plan-txt-box .plan-title {
  font-size: 1.4rem;
  font-weight: bold; }

  @media (max-width: 991px) {
    .plan-txt-box .plan-title {
      margin-bottom: 0; } }
.plan-txt-box span {
  display: block; }
.plan-txt-box small {
  font-weight: bold !important; }
.plan-txt-box .btn {
    background: #06c755;
    border: 1px solid #05a54b;
    color: #FFFFFF;
  padding: .3rem 1.5rem;
  margin: .5rem 0 8px 0; }

  @media (max-width: 991px) {
    .plan-txt-box .btn {
      padding: .2rem .6rem;
      font-size: .9rem;
      text-align: right; } }
  .plan-txt-box .btn:hover {
      background: #05a54b;
      color: #FFFFFF !important; }

/* 投資顧問銘柄予想 */
.section-4 {
  background: #FFFFFF;
  padding: 1rem;
  margin: .5rem 0; }

  @media (max-width: 991px) {
    .section-4 {
      padding: 0;
      background: #F2EFE8;
      margin-right: 0 !important;
      margin-left: 0 !important; }
      .section-4 .section-4-sp {
        background: #FFFFFF;
        margin: .5rem 0; } }
  .section-4 .col-lg-6 {
    font-size: 1rem;
    padding: 1rem; }
  .section-4 img {
    width: 110px; }
  .section-4 .border-r {
    border-right: 1px #CCCCCC solid; }

  @media (max-width: 991px) {
      .section-4 .border-r {
        border-right: none; } }
  .section-4 .border-b {
    border-bottom: 1px #CCCCCC solid; }

  @media (max-width: 991px) {
      .section-4 .border-b {
        border-bottom: none; } }

/* 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: var(--ai-primary); }
    @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 var(--ai-primary); }
    @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: var(--ai-primary); }
    .boldbottom:after {
      content: "";
      display: block;
      position: absolute;
      top: 80px;
      right: -12px;
      width: 0px;
      height: 0px;
      border: 10px solid;
      border-color: var(--ai-primary) transparent transparent transparent; } }
.balloon1 {
  position: relative;
  display: inline-block;
  padding: 10px;
  min-width: 300px;
  max-width: 80%;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  background: #222222; }
  .balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #222222; }
  .balloon1 p {
    margin: 0;
    padding: 0; }

.balloon2 {
  position: relative;
  display: inline-block;
  padding: 10px;
  min-width: 500px;
  max-width: 80%;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.5rem;
  background: var(--ai-primary); }

  @media (max-width: 991px) {
    .balloon2 {
      min-width: 90%;
      font-size: 1.1rem;
      line-height: 1.6rem; } }
  .balloon2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid var(--ai-primary); }
  .balloon2 p {
    margin: 0;
    padding: 0; }

.tyousei1 {
  position: relative;
  bottom: -50px; }

  @media (max-width: 991px) {
    .tyousei1 {
      bottom: -15px; } }

.white-box {
  background: #FFFFFF;
  padding: 1rem 0;
  margin: .5rem 0; }
  .white-box .col-lg-6 {
    padding: 1rem 2rem; }
  .white-box p {
    font-size: 1.1rem;
    border-bottom: 1px solid #222222;
    padding: .5rem 0;
    margin-bottom: 0px !important; }

  @media (max-width: 991px) {
    .white-box {
      background: #F2EFE8;
      margin-right: 0px !important;
      margin-left: 0px !important; }
      .white-box .white-box-sp {
        background: #FFFFFF; } }
  .white-box .border-r {
    border-right: 1px #222222 solid; }

  @media (max-width: 991px) {
      .white-box .border-r {
        border-right: none; } }

.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; } }

/* ログインボックス */
.login-box {
  padding: 3rem;
  width: 100%;
  border-top: 5px solid var(--ai-primary);
  -webkit-box-shadow: 0 8px 16px rgba(39, 54, 57, 0.32);
  box-shadow: 0 8px 16px rgba(39, 54, 57, 0.32); }

  @media (max-width: 991px) {
    .login-box {
      padding: 2.5rem 1rem; } }

.login-box .btn {
    width: 100%;
    padding: .5rem 0;
    background: #06c755;
    border: 1px solid #05a54b;
    color: #FFFFFF;
  font-size: 1.2rem;
  margin-top: 1.5rem; }
  .login-box .btn:hover {
      background: #05a54b;
      color: #FFFFFF !important; }

/* お問い合わせ */
.glay-box {
  padding: 2rem 0 3rem 0;
  background: #EEEEEE;
  text-align: center; }
  .glay-box h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1.5rem; }
  .glay-box a {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
    color: #222222; }
    .glay-box a:hover {
      color: var(--ai-primary) !important; }
  .glay-box .btn {
      width: 60%;
      padding: .5rem 0;
      border: #06c755 1px solid;
      color: #06c755;
      font-size: 1.2rem; }

  @media (max-width: 991px) {
      .glay-box .btn {
        width: 80%; } }
    .glay-box .btn:hover {
        background: #05a54b;
        border-color: #05a54b;
        color: #FFFFFF !important; }
  .glay-box .center-border {
    border-right: 1px solid #ccc; }

  @media (max-width: 991px) {
      .glay-box .center-border {
        border-right: none; } }
  .glay-box .line {
    border-bottom: none; }

  @media (max-width: 991px) {
      .glay-box .line {
        border-bottom: 1px #CCC solid;
        margin: 2rem 0; } }

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

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

footer {
  font-size: .8rem;
  padding: 1.5rem 0;
  color: #FFFFFF;
  background-color: var(--ai-primary-dark); }

  @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 {
            color: #FFFFFF;
            display: block;
            background: var(--ai-primary);
            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 .footer-top {
      padding-bottom: 1.75rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin-bottom: 1.75rem;
      row-gap: 1.25rem;
      align-items: flex-start; }
  footer .footer-box {
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.04);
      padding: 1rem; }
  footer .footer-box .row {
      align-items: center; }

      
  footer .footer-links {
      padding-right: 1.5rem;
      display: flex;
      justify-content: center;
      text-align: center; }
    footer .footer-links nav {
      width: 100%; }
  footer .footer-info {
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      padding: 0.5rem 0 0.5rem 1.25rem;
      line-height: 1.6;
      border: none;
      border-radius: 0;
      background: transparent;
      text-align: center; }

  footer .footer-links nav ul {
      display: grid;
      grid-template-columns: 1fr;
      gap: .35rem 1.5rem;
      justify-content: space-between;
      text-align: left;
      margin-bottom: 0;
      max-width: 420px;
      margin-left: auto;
      margin-right: auto; }

  footer .footer-links nav ul li {
      margin: 0; }
  footer .footer-links nav ul li:nth-child(even) {
      text-align: left; }
  footer .footer-links nav ul li a {
      background: transparent;
      padding: 0;
      border-bottom: none;
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      color: rgba(255, 255, 255, 0.9);
      letter-spacing: .01em; }
  footer .footer-links nav ul li a:hover {
      color: #FFFFFF;
      text-decoration: underline; }
  footer .footer-links nav ul li a:after {
    content: none; }
  footer .footer-info,
  footer .footer-badges {
    margin-top: 1rem; }
  footer .footer-bnrs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: center; }
  footer .footer-bnrs a {
    margin-top: 0 !important; }
  footer .footer-bnrs img {
    width: 100%;
    max-width: 220px;
    margin: 0 auto; }
  footer .footer-notice {
      margin-bottom: 1.5rem; }
  footer .footer-disclaimer {
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 12px;
      padding: 0.75rem 1rem;
      background: rgba(255, 255, 255, 0.04); }
  footer .footer-disclaimer summary {
      cursor: pointer;
      font-weight: 700;
      list-style: none; }
  footer .footer-disclaimer summary::-webkit-details-marker {
      display: none; }
  footer .footer-disclaimer summary:after {
      content: "+";
      float: right; }
  footer .footer-disclaimer[open] summary:after {
      content: "-"; }
  footer .footer-disclaimer dl {
      margin: 0.75rem 0 0 0; }

  @media (max-width: 991px) {
      footer .footer-links nav ul {
        grid-template-columns: 1fr;
        text-align: left; }
      footer .footer-info,
      footer .footer-badges {
        margin-top: 1.5rem; } }

  @media (max-width: 991px) {
      footer .footer-links nav ul li a {
        display: inline-flex;
        padding: 0.2rem 0;
        border-radius: 0;
        background: transparent;
        border: none; } }
    @media (max-width: 575px) {
    footer .footer-links nav ul {
        grid-template-columns: 1fr; }
    footer .footer-links nav ul li:nth-child(even) {
        text-align: left; } }
  footer .copyright {
    margin-top: 2rem;
    font-size: .7rem;
    display: block; }
  footer table {
      color: #fff !important; }
    footer table th {
        width: 25%; }

  @media (max-width: 991px) {
    footer {
      padding: 1.5rem 0 1.25rem 0; }
    footer .footer-top {
      padding-bottom: 1.25rem;
      margin-bottom: 1.25rem; }
    footer .footer-links {
      padding: 0; }
    footer .footer-links nav ul {
      max-width: 100%;
      gap: .5rem .75rem; }
    footer .footer-links nav ul li a {
      font-size: .95rem; }
    footer .footer-info {
      padding: 0.5rem 0 0;
      background: transparent;
      border-radius: 0;
      border: none; }
    footer .footer-info p {
      margin-bottom: .5rem; }
    footer .footer-contact {
      margin-top: .6rem;
      font-size: .95rem; }
    footer .copyright {
      margin-top: 1.5rem;
      font-size: .65rem; } }

  @media (max-width: 575px) {
    footer .footer-top {
      gap: 1rem; }
    footer .footer-links {
      padding: 0; }
    footer .footer-info {
      margin-top: 0;
      padding: 0.5rem 0 0;
      border-left: none;
      border-top: none; }
    footer .footer-contact strong {
      display: block;
      margin-bottom: 0.25rem; } }

/* 下層ページ  */
.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 .inner-title {
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
    margin-top: .5rem;
    font-family: serif; }
    .inner-header .inner-title span {
      font-size: 1.3rem;
      margin-left: .5rem;
      margin-left: .5rem; }

  @media (max-width: 991px) {
    .inner-header .inner-title {
      font-size: 1.8rem; } }

.login-panel {
  background: var(--ai-primary);
  border: 1px solid var(--ai-primary-dark);
  border-radius: 14px;
  padding: 1.8rem;
  box-shadow: 0 18px 40px rgba(8, 20, 40, 0.18);
  color: #ffffff; }
  .login-panel label {
    color: #ffffff; }
  .login-panel .form-control {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.7);
    color: #102a45; }
  .login-panel .form-control::placeholder {
    color: rgba(16, 42, 69, 0.65); }
  .login-panel a {
    color: rgba(255, 255, 255, 0.9); }
  .login-panel a:hover {
    color: #ffffff; }
  .login-panel .btn {
      background: #06c755;
      border: 1px solid #05a54b;
      color: #ffffff; }
    .login-panel .btn:hover {
        background: #05a54b;
        border-color: #05a54b;
        color: #ffffff; }

.brand-komon {
  background: url(../image/brand-komon.jpg) no-repeat top; }

  @media (max-width: 991px) {
    .brand-komon {
      background: url(../image/brand-komon-sp.jpg) no-repeat bottom; } }

.brand-ai {
  background: url(../image/brand-ai.jpg) no-repeat center; }

  @media (max-width: 991px) {
    .brand-ai {
      background: url(../image/brand-ai-sp.jpg) no-repeat center; } }

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

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

.compliance {
  background: url(../image/compliance.jpg) no-repeat right;
  color: #FFFFFF; }

  @media (max-width: 991px) {
    .compliance {
      background: url(../image/compliance-sp.jpg) no-repeat right; } }

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

.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 {
  padding: .4rem 1rem;
  line-height: 1.8rem;
  background: #222222;
  color: #FFFFFF; }

.box-title {
  background: #222222;
  padding: .4rem .6rem;
  color: #FFFFFF;
  display: inline;
  font-family: serif; }

  @media (max-width: 991px) {
    .box-title {
      font-size: .9rem;
      padding: .2rem .6rem;
      margin: .3rem 0;
      display: inline-block; } }

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

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

.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; } }

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

.login-theme {
  background: linear-gradient(135deg, var(--ai-primary-dark), var(--ai-primary));
  color: #ffffff; }
  .login-theme .login-box {
    background: rgba(255, 255, 255, 0.06);
    border-top-color: var(--ai-accent); }

.color-glay {
  color: #ADADAD; }

.glay-bg {
  background: #F2EEE7;
  padding: 4rem 0; }

  @media (max-width: 991px) {
    .glay-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;
  font-family: serif;
  font-weight: bold; }

  @media (max-width: 991px) {
    .point-title {
      font-size: 1.4rem; } }

.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; }

.white {
  color: #FFFFFF !important; }

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

.w-40 {
  width: 40%; }

.w-200 {
  width: 150px; }

.hikaku table {
  font-size: 1rem; }

  @media (max-width: 991px) {
    .hikaku table {
      font-size: .8rem; } }

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

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

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

.table-red-bg {
  background: #fff7f8  !important;
  color: var(--ai-primary);
  font-weight: bold; }

.entry-btn {
  width: 80%;
  margin: 1rem auto;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: bold;
  background: var(--ai-primary);
  color: #FFFFFF; }

  @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%; } }

.tokusyou-table td, th {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  color: #3F3F3F;
  text-align: left !important; }

  @media (max-width: 991px) {
    .tokusyou-table td, th {
      font-size: .9rem; } }

.rule {
  color: #3F3F3F; }
  .rule dt {
    margin: 2rem 0 !important; }







/*
*
* POPUP処理
*
*/
.popup{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	display: none;
	align-items: center;
	justify-content: center;
	z-index:999;
}
.popup.view{
	display: flex;
}
.popup__inner{
	display: block;
	max-width:768px;
	width:90%;
	height:auto;
	background: #fff;
	padding:0;
	box-sizing:border-box;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
	position: relative;
	border-radius:5px;
}
.body_title{
	text-align:center;
	font-size:24px;
	line-height:1.6;
	font-weight:700;
}
.body-text{
	padding:20px;
	box-sizing:border-box;
}
@media (max-width: 576px) {
	.body-text{
		padding:10px;
		box-sizing:border-box;
	}
}
.popup__title{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
.close{
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	border-radius:15px;
	color: #fff;
	background: #000;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border:#fff 1px solid;
	z-index:200;
	opacity:1;
	box-sizing:border-box;
}
.close svg{
	fill:#fff;
	width:24px;
	height:auto;
}
.close:hover{
	opacity: .6;
}
.popup button{
	animation: hoverShake 0.2s infinite;
}
@keyframes hoverShake {
	0% {transform: skew(0deg,0deg);}
	25% {transform: skew(1deg, 1deg);}
	75% {transform: skew(-1deg, -1deg);}
	100% {transform: skew(0deg,0deg);}
}

  @media (max-width: 991px) {
    footer .footer-links {
      padding-right: 0; }
    footer .footer-info {
      border-left: none;
      padding-left: 0;
      text-align: left;
      background: transparent;
      border: none; } }
