/*
********************************************************************************
Neuron TOPページ
--------------------------------------------------------------------------------
【目次】
■ 01. TOPページ内共通
■ 02. アイキャッチエリア+コンテンツ紹介エリア
■ 03. 導入事例（neuron-common.cssも参照）
■ 04. Neuron ESの特長（neuron-common.cssも参照）
■ 05. Neuron ESの機能一覧（neuron-common.cssも参照）
■ 06. Neuron ESの導入効果（neuron-common.cssも参照）
■ 07. 価格・ライセンス（neuron-common.cssも参照）
■ 08. サポート（neuron-common.cssも参照）
■ 09. よくある質問（neuron-common.cssも参照）
■ 10. セミナー・イベント情報
■ 11. お知らせ
********************************************************************************
*/

/*
================================================================================
■ 01. TOPページ内共通
================================================================================
*/
/* sectionのメインコピー文（全ページ共通を上書き） */
#main .section-common .section-description {
  font-size: 2.0rem;
}

/* バナー用コンテナ */
.baner-container {
  display: flex;
  justify-content: center; /* 中央寄せ（必要に応じて変更可） */
  flex-wrap: wrap;
  background: linear-gradient(to right, #92D4EE 0%, #E9F9FF 100%);
	padding: 20px 0;
}

.baner-container img {
  width: 100%; 
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

#main .section-common .baner-container a{
	width: calc(100% / 3 - 20px);
    max-width: 370px;
    max-height: 100px;
    min-width: 200px;
    margin: 0 7px;
}

.baner-container img:hover {
  transform: scale(1.05);
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main .section-common .section-description {
    font-size: 1.6rem;
  }

  .baner-container img {
    margin: 10px;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/

/*
================================================================================
■ 02. アイキャッチエリア
================================================================================
*/
#eyecatch-top {
  background: linear-gradient(to bottom right, #FAFFFF 0%, #D6F4FF 100%);
}

#eyecatch-top .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* --- ▼ 左サイド（H1タイトルエリア） ▼ --- */
#eyecatch-top .area-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 80px;
}

#eyecatch-top .area-left .title {
  /* ベースのサイズは「product > sub」 */
  font-size: 5.6rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#eyecatch-top .area-left .title .emphasis {
  display: block;
  font-weight: 700;
  width: 9em;
  position: relative;
}

#eyecatch-top .area-left .title .emphasis .main {
  display: block;
  font-family: "Arial", "Helvetica Neue", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 50%;
  font-weight: 900;
  line-height: 1.1;
  color: #000;
  letter-spacing: 0;
  white-space: nowrap;
  margin: 0.5em;
  text-align: center;
}

#eyecatch-top .area-left .title .emphasis .main .blue-underline {
  display: inline-block;
  color: #009EDD;
  line-height: 1;
  padding-bottom: 4px;
  border-bottom: 5px solid #009EDD;
}

#eyecatch-top .area-left .title .product {
  display: block;
  font-style: normal;
  text-align: center;
}

#eyecatch-top .area-left .title .product .sub {
  display: block;
  color: #009EDD;
  font-style: normal;
  text-align: center;
}

#eyecatch-top .area-left .title .product .main {
  display: block;
  /*font-size: 2.0rem;*/
  font-size: 35.71%;
  position: relative;
  margin-top: 15px;
}

#eyecatch-top .area-left .title .product .main::before {
  content: '';
  display: inline-block;
  width: 3em;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
}

#eyecatch-top .area-left .title .product .main::after {
  content: '';
  display: inline-block;
  width: 3em;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5px;
}

/*アピールポイント3連*/
#eyecatch-top .area-left .title .points {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  margin-top: 14px;
  width: 80%;
}

#eyecatch-top .area-left .title .points li {
  width: 50%;
  min-width: 80px;
  min-height: 50px;
  padding: 8px 16px 8px;
  box-sizing: border-box;
  border-radius: 4px;
  background: linear-gradient(to bottom, #1093C8 0%, #44C6FA 100%);
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 30%;
  line-height: 1.15;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

#eyecatch-top .area-left .title img {
  width: 58%;
  margin: 0.4em 0;
}

#eyecatch-top .area-left .title .points .yellow-highlight {
  display: inline-block;
  color: #FFF700;
  font-weight: 600;
  margin-bottom: 2px;
}

/* 新規追加: CTAボタン */
#eyecatch-top .area-left .eyecatch-cta {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

#eyecatch-top .area-left .eyecatch-cta .btn-cta-primary {
  display: inline-block;
  padding: 1.1em 3em;
  border: 2px solid #f72a48;
  border-radius: 50px;
  background: #f72a48;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .6);
  transition: .2s;
}

#eyecatch-top .area-left .eyecatch-cta .btn-cta-primary:hover {
  background: #fff;
  color: #f72a48;
  transform: scale(1.02);
}

/*コンテンツ一覧表示用*/
#section-contents {
  /*background: url("../img/neuron/bg-02.png") no-repeat bottom center;*/
  background-size: cover;
  justify-content: center !important;
}

.contents-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
}

.content-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width:32%;
  min-width: 320px;
  height: 10rem;
  min-height: 200px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
  box-sizing: border-box;
  margin: 10px 0;
}

.content-card img {
  flex: 3;
  width: 100%;
  min-width: 100px;
  height: auto;
  min-height: 100px;
  margin: 5px 0 25px 0;
}

.card-texts {
  flex: 7;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding-bottom: 3rem;
}

.content-card .card-texts h3 {
  margin: 0 15px 0;
  font-size: 2.0rem;
}

.content-card .card-texts p {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 0 15px;
}

.content-card .card-texts .highlight{
  color: #009ede;
}

.content-card .card-texts .content-button {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #009ede;
  color: #009ede;
  display: inline-block;
  width: 80%;
  border-radius: 50px;
  background: #fff;
  padding: 0.5em 1em;
  font-size: 1.4 rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  transition: .3s;
  text-decoration: none;
}

.content-card .card-texts .content-button:hover {
  background: #009ede;
  color: #fff;
  transform: translateX(-50%) scale(1.02);
}

/*新着情報*/
.neuron-news {
  padding: 24px 32px;
}

.neuron-news_inner {
  display: grid;
  grid-template-columns: 160px 1fr;
  column-gap: 28px;
  align-items: center;
}

.neuron-news_title {
  margin: 0;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.neuron-news_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.neuron-news_item {
  border-bottom: 2px solid #2da0e8;
}

.neuron-news_link {
  position: relative;
  display: grid;
  grid-template-columns: 220px 1fr 44px;
  column-gap: 24px;
  align-items: center;
  min-height: 30px;
  padding: 0;
  color: #222;
  text-decoration: none;
}

.neuron-news_date {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  font-size: 1.5rem;
  line-height: 1;
  color: #222;
  white-space: nowrap;
}

.neuron-news_date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 15px;
  background: url("../img/neuron/icon-new.gif") no-repeat center center / contain;
  transform: translateY(-50%);
}

.neuron-news_text {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #222;
}

.neuron-news_link::after {
  content: "";
  justify-self: end;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #cfd6dc;
  border-radius: 50%;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><path d='M3 7h7' stroke='%232da0e8' stroke-width='2' stroke-linecap='round'/><path d='M7 3l4 4-4 4' fill='none' stroke='%232da0e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    no-repeat
    center
    center;
}

.neuron-news_link:hover {
  opacity: 0.8;
}

/* レスポンシブ調整 --------------------------*/

@media print, screen and (max-width: 1260px) {
  #eyecatch-top .area-left {
    padding-right: 10px;
  }
}

@media print, screen and (max-width: 1100px) {
  #eyecatch-top .area-left .title {
    /* ベースのサイズは「product > sub」 */
    font-size: 5.1vw;
  }

  #eyecatch-top .area-left .list-btn { 
    font-size: 2.1vw;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #eyecatch-top .area-left {
    width: 100%;
    padding: 30px 0 20px;
  }

  #eyecatch-top .area-left .title {
    /* ベースのサイズは「product > sub」 */
    font-size: 9.6vw;
  }

  #eyecatch-top .area-left .list-btn {
    font-size: 2.2rem;
    padding: 1.5em 0 0;
  }

  #eyecatch-top .area-left .title img {
    width: 70%;
    margin: 0.2em 0;
  }

  /*アピールポイント3連*/
  #eyecatch-top .area-left .title .points {
    margin: 10px 0;
    width: 100%;
  }

  #eyecatch-top .area-left .title .points li {
    font-size: 40%;
    padding: 4px 8px 4px;
  }

  .neuron-news_inner {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .neuron-news_title {
    font-size: 2.5rem;
  }

  .neuron-news_link {
    grid-template-columns: 1fr 28px;
    row-gap: 10px;
    padding: 18px 0;
  }

  .neuron-news_date {
    grid-column: 1 / 2;
    font-size: 1.3rem;
    padding-left: 74px;
  }

  .neuron-news_text {
    grid-column: 1 / 2;
    font-size: 1.3rem;
  }

  .neuron-news_link::after {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    align-self: center;
    width: 30px;
    height: 30px;
  }
}

@media print, screen and (max-width: 500px) {
  #eyecatch-top .area-left .list-btn {
    font-size: 4.5vw;
  }
}

#eyecatch-top .area-left .eyecatch-cta {
  margin-top: 0;
}

#eyecatch-top .area-left .eyecatch-cta .btn-cta-primary {
  width: 85%;
  font-size: 2.4rem;
}

/*----------------- ▲ (SP) ▲ -----------------*/

/* --- ▼ 右サイド（操作イメージエリア） ▼ --- */
#eyecatch-top .area-right {
  width: 50%;
  position: relative;
  padding: 40px 0;
  display: flex;
  /*flex-direction: column;*/
  flex-wrap: wrap;
  justify-content: space-between;
  /*align-items: flex-end;*/
}

/* 虫眼鏡の人 */
#eyecatch-top .area-right::after {
  content: '';
  display: inline-block;
  width: 10rem;
  height: 11rem;
  background: url("/wp-content/uploads/2024/10/watson1.png") no-repeat top left;
  background-size: contain;
  position: absolute;
  bottom: 40px;
  right: 0px;
}

/* キャラクター名前 */
#eyecatch-top .area-right .character-name {
  font-size: 1.1rem;
  line-height: 1.2;
  color: #333;
  position: absolute;
  right: -10px;
  bottom: 10px;
}

/* PC画面 */


#eyecatch-top .area-right .pc-wrap img {
  width: 120%;
  transform: translateX(-15%);
}



/* レスポンシブ調整 --------------------------*/
@media print, screen and (max-width: 1260px) {
  #eyecatch-top .area-right {
    padding: 2vw 0;
  }

  #eyecatch-top .area-right::after {
    width: 8rem;
    height: 9rem;
  }
	
  #eyecatch-top .area-right .pc-wrap .pc::after {
    width: 45.5vw;
    height: 25.2vw;
    margin-left: -22.75vw;
  }

}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #eyecatch-top .area-right {
    width: 100%;
    padding: 10px 0 4vw;
    /*justify-content: center;*/
    align-items: flex-start;
    /*flex-direction: column;*/
  }

  #eyecatch-top .area-right::after {
    display: none;
  }

  #eyecatch-top .area-right .character-name {
    display: none;
  }

  #eyecatch-top .area-right .character-name br {
    display: none;
  }

  #eyecatch-top .area-right .pc-wrap {
    margin: 0 auto;
  }

  #eyecatch-top .area-right .pc-wrap img {
    width: 100%;
    transform: translateX(0%);
  }

  #eyecatch-top .area-right .pc-wrap .pc::after {
    width: 86vw;
    height: 48vw;
    margin-left: -43vw;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/
/*
================================================================================
■ 03. 導入事例
================================================================================
*/
#main .section-case {
}

/*
================================================================================
■ 04. Neuron ESの特長
================================================================================
*/
#section-feature {
  background: url("../img/neuron/bg-02.png") no-repeat bottom center;
  background-size: cover;
}

/*
================================================================================
■ 05. Neuron ESの機能一覧
================================================================================
*/
#section-function .list-function {
}

/*
================================================================================
■ 06. Neuron ESの導入効果
================================================================================
*/
#section-effect .list-effect {
}

/*
================================================================================
■ 07. 価格・ライセンス
================================================================================
*/
#section-price .list-price {
}

/*
================================================================================
■ 08. サポート
================================================================================
*/
#section-support .box-flow {
}

/*
================================================================================
■ 09. よくある質問
================================================================================
*/
#section-faq .list-faq {
}

/*
================================================================================
■ 10. セミナー・イベント情報
================================================================================
*/
#section-seminar .list-seminar {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  margin-bottom: 40px;
}

#section-seminar .list-seminar .item {
  width: 33.3333%;
  padding: 0 20px;
  margin-bottom: 15px;
  transition: .2s;
}

#section-seminar .list-seminar .item:hover {
  transform: scale(1.02);
}

#section-seminar .list-seminar .item:first-child {
  margin-left: auto;
}

#section-seminar .list-seminar .item:last-child {
  margin-right: auto;
}

#section-seminar .list-seminar .item .image-wrap {
  margin-bottom: 15px;
}

#section-seminar .list-seminar .item .image-wrap img {
  /* 370×240サイズを想定 */
  aspect-ratio: 37 / 24;
  object-fit: cover;
  border-radius: 10px;
}

#section-seminar .list-seminar .item .info-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#section-seminar .list-seminar .item .info-wrap .date {
  font-size: 1.5rem;
}

#section-seminar .list-seminar .item .info-wrap .category {
  font-size: 1.5rem;
  line-height: 1;
  background: #009ede;
  color: #fff;
  padding: 0.3em 1em;
}

#section-seminar .list-seminar .item .info-wrap .title {
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.8em 0;
}

/* レスポンシブ調整 --------------------------*/
@media print, screen and (max-width: 1000px) {
  #section-seminar .list-seminar .item {
    padding: 0 10px;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #section-seminar .list-seminar .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  #section-seminar .list-seminar .item .info-wrap .date {
    font-size: 1.4rem;
  }

  #section-seminar .list-seminar .item .info-wrap .category {
    font-size: 1.4rem;
  }

  #section-seminar .list-seminar .item .info-wrap .title {
    font-size: 1.6rem;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/

/*
================================================================================
■ 11. お知らせ
================================================================================
*/
#section-news .box-wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 50px;
}

#section-news .box-wrap .box {
  width: 48.5%;
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  display: flex;
  flex-direction: column;
}

#section-news .box-wrap .box .box-title {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}

#section-news .box-wrap .box .more {
  margin-top: auto;
  text-align: center;
}

#section-news .box-wrap .box .list-news {
  margin-bottom: 30px;
}

#section-news .box-wrap .box .list-news .item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 1em 0;

}

#section-news .box-wrap .box .list-news .item .tag {
  width: 6em;
  padding: 0.5em;
  text-align: center;
  color: #fff;
  background: #ccc;
}

#section-news .box-wrap .box .list-news .item .tag.seminar {
  background: #33476a;
}

#section-news .box-wrap .box .list-news .item .tag.event {
  background: #009ede;
}

#section-news .box-wrap .box .list-news .item .tag.news {
  background: #afabab;
}

#section-news .box-wrap .box .list-news .item .tag.press {
  /*background: #006e83;*/
  background: #afabab;
}

#section-news .box-wrap .box .list-news .item .wrap {
  flex: 1;
  padding-left: 1.5em;
}

#section-news .box-wrap .box .list-news .item .wrap .title a {
  font-weight: 400;
  color: inherit;
  text-decoration: none;
}

/* レスポンシブ調整 --------------------------*/
@media print, screen and (max-width: 1000px) {
  #section-news .box-wrap .box {
    width: 49%;
    padding: 30px 20px;
  }

  #section-news .box-wrap .box .list-news .item .wrap {
    padding-left: 0.8em;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #section-news .box-wrap {
    padding: 30px 0;
    flex-direction: column;
  }

  #section-news .box-wrap .box {
    width: 100%;
    margin-bottom: 20px;
  }

  #section-news .box-wrap .box .box-title {
    font-size: 1.8rem;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/
/* ========== トップ画面の動画バナー ========== */
.video-banner {
  position: relative;
  width: 79%;
  height: 95%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

.banner-bg {
  width:100%;
  height: 100%;
  /*opacity: 0.4;*/
  display: block;
  vertical-align: center;
}

.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  /*background: rgba(0, 0, 0, 0.3);*/.         /*グレーの透過を表示*/
}

.banner-text {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 0.7em;
}

.modal-play-btn {
  padding: 10px 28px;
  border: none;
  border-radius: 30px;
  background: linear-gradient(145deg, #ff4d4d, #ff0000);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: background 0.3s ease;
}

.modal-play-btn:hover {
  background: linear-gradient(145deg, #cc0000, #990000);
}

/* ========== モーダル ========== */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content-wrapper {
  position: relative;
  margin: 100px auto 0;
  width: 80%;
  max-width: 700px;
}

.modal-content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

/* バツボタン */
.close-button {
  position: absolute;
  top: -40px;
  right: -10px;
  font-size: 36px;
  color: gray;
  background: transparent;
  cursor: pointer;
  z-index: 10000;
}

/* YouTube iframe をレスポンシブで埋め込み */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ========== 初めての方向けボタン ========== */
.beginer-link-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.beginner-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  color: #333;
}

.beginner-link .beginner-icon {
  height: 1em;       /* 文字と同じ高さにする */
  width: auto;       /* アスペクト比維持 */
  margin: 0.4em;
  vertical-align: middle;
}

.beginner-link:hover {
  text-decoration: underline;
  color: #0073aa;
}