@charset "UTF-8";
.project-wrap {
  margin: 0 auto;
  font-size: 15px;
  /*基準のフォントサイズ*/
  margin: 0;
  padding: 0;
}
.project-wrap p {
  margin: 0;
}
.project-wrap ul {
  margin: 0;
  padding: 0;
}
.project-wrap ul li {
  padding: 0;
}
.project-wrap * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7em;
}

section {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}

.container {
  width: 960px;
  margin: 0 auto;
}

.container__inner {
  margin-top: 20px;
}

.section-002 {
  background: url(./glean-np_assistant_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff;
}
.section-002 h3 {
  border-color: #fff !important;
}

.section-003,
.section-005 {
  background: url(glean-np_bg_parts_002.png) no-repeat right top, url(glean-np_bg_parts_001.png) no-repeat left bottom, #f6f3eb;
}

.section-004 {
  background: #4558a4;
}
.section-004 .container {
  padding: 15px 20px 30px;
  border-radius: 0px;
  background: #fff;
}

.font-glean {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  color: #343ced;
}

.panopto-area {
  margin-top: 50px;
}
.panopto-area iframe {
  width: 950px;
  height: 513px;
  margin: 0 auto;
}

.panopto-area-sp {
  display: none;
}

/* =============================================
テキスト　装飾
============================================= */
.project-wrap .text_right {
  text-align: right;
}
.project-wrap p {
  margin: 0 0 1.5em;
}
.project-wrap .text_left {
  text-align: left;
}
.project-wrap .text_center {
  text-align: center;
}
.project-wrap .font_red {
  color: #dd4343;
}
.project-wrap .font_white {
  color: #fff;
}
.project-wrap .font_fw {
  font-weight: bold;
}
.project-wrap .gray-line {
  border-bottom: 1px solid #d0d0d0;
}
.project-wrap a.link_color {
  color: #343ced;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.1em;
}
.project-wrap a.link_color:hover {
  color: #414042;
  text-decoration: none;
}
.project-wrap a.link_color i::before {
  font-weight: 800 !important;
}
.project-wrap .marker-line {
  background: linear-gradient(transparent 80%, #ffdc68 80%);
  font-weight: bold;
}

/* =============================================
テキスト　サイズ
============================================= */
.project-wrap h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0;
}
.project-wrap h3 {
  font-size: 1.6em;
  font-weight: bold;
  border-bottom: 3px solid #364ea2;
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 15px;
}

/* =============================================
画像
============================================= */
.img_950 img {
  width: 950px;
}

.img_border {
  border: 1px solid #a5a5a5;
}

/* =============================================
余白
============================================= */
.mb0 {
  margin-bottom: 0 !important;
}

.mb20 {
  margin-bottom: 20px;
}

/* =============================================
メインビジュアル
============================================= */
.main-visual {
  padding: 30px 0 80px;
  margin: 0 auto;
  background: url(./glean-np_bg.png), #343ced;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.main-visual p {
  margin-bottom: 0 !important;
}
.main-visual .main-visual__item {
  width: 50%;
}
.main-visual .main-visual__logo img {
  width: 44%;
}

.main-visual-flex {
  width: 960px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}

.main-visual__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  width: 65%;
}
.main-visual__main h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 11px;
  position: relative;
  /* 相対位置指定 */
}
.main-visual__main h1 span {
  font-size: 1.3em;
}
.main-visual__main .text_bg {
  background: #343ced;
  display: inline-block;
}
.main-visual__main .text_bg p span {
  display: inline-block;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  padding: 5px 0px 5px 10px;
  border-bottom: 5px solid #fff;
  font-weight: bold;
  font-size: 1.3em;
}

.main-visual__movie {
  width: 35%;
}
.main-visual__movie img {
  width: 60%;
}

.main-visual .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.movie-wrap {
  position: relative;
  margin-top: 22%;
}
.movie-wrap img {
  width: 100%;
}

.button-movie-wrap {
  position: absolute;
  top: 82%;
  left: 6%;
}

/* =============================================
画像半透明対策
============================================= */
/* =============================================
ページ内リンク
============================================= */
.page-link-wrap.fixed {
  position: fixed;
  top: 30px;
  width: 100%;
  z-index: 1000;
  /* 必要に応じて調整 */
}
.page-link-wrap.fixed a {
  padding: 15px 0 !important;
}

.page-link-wrap {
  margin: -33px auto 0;
  position: relative;
  /* 相対位置設定 */
}

.page-link {
  width: 960px;
  border-radius: 50px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  background: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.page-link a {
  display: block;
  width: 25%;
  padding: 20px 0;
  font-size: 1em;
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
}
.page-link a:hover::after {
  content: "\f229";
  /* Bootstrap IconsのアイコンのUnicodeコード */
  font-family: "bootstrap-icons";
  /* Bootstrap Icons フォントの指定 */
  margin-left: 5px;
  /* アイコンとテキストの間隔 */
  color: #007bff;
  /* ホバー時のアイコンの色 */
  position: absolute;
  top: 50%;
  /* アイコンを垂直方向に中央に配置 */
  transform: translateY(-50%);
  /* アイコンを垂直方向に中央に配置 */
}

/* =============================================
横並びコンテナー
============================================= */
.container-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container-flex__item {
  width: 48%;
}
.container-flex__item img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.reverse-flex {
  margin-top: 50px;
  flex-direction: row-reverse;
  /* 左右の要素を上下に反転 */
}

/* =============================================
画像交互
============================================= */
.container--image {
  width: 960px;
}

.image-box img {
  width: 35%;
  height: auto;
}

/* =============================================
課題
============================================= */
.inner__title {
  font-size: 1.2em;
  color: #4558a4;
  font-weight: bold;
  margin-bottom: 5px;
}

.theme-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.theme-flex__item {
  width: 70%;
}
.theme-flex__item ul {
  margin-left: 20px;
  list-style: disc;
}
.theme-flex__item ul li {
  margin-bottom: 10px;
}

.theme-flex__img {
  width: 30%;
  text-align: center;
}
.theme-flex__img img {
  display: block;
  width: 80%;
  margin: auto;
}

/* =============================================
注釈
============================================= */
.annotation {
  display: flex;
  font-size: 1.2em !important;
}
.annotation dt {
  width: 3%;
}
.annotation dt,
.annotation dd {
  margin: 0;
}

/* =============================================
製品紹介
============================================= */
.product-info-wrap nav {
  margin: 30px auto !important;
}

.product-info-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.product-info-flex__text {
  width: 60%;
}

.product-info-flex__item {
  width: 40%;
}
.product-info-flex__item img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.product-info__title {
  font-size: 1.3em;
}

.product-info__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.5em;
  list-style-type: none;
  padding: 0.5em;
}

.product-info__list li:not(:last-of-type)::after {
  margin-left: 1em;
  font-family: "Bootstrap-icons";
  content: "\f56a";
  position: relative;
  top: 2px;
}

/* =============================================
ボタン
============================================= */
.button-common {
  position: relative;
  display: block;
  width: 300px;
  padding: 15px 25px;
  font-size: 1em;
  font-weight: bold;
  transition: all 0.5s;
  text-decoration: none;
  border: 2px solid transparent;
}
.button-common::after {
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 1em;
}

.button-common:hover {
  cursor: pointer;
}

.button-movie {
  background: #fff;
  color: #343ced !important;
  border: 2px solid #343ced;
}
.button-movie::after {
  content: " \f4f0";
  font-size: 1.5em;
  top: 15px;
  right: 21px;
}

.button-movie:hover {
  animation: anima-button-movie 1s;
  background: #343ced;
  border: 2px solid #fff;
  color: #fff !important;
}

@keyframes anima-button-movie {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(255, 255, 255, 0);
  }
}
.button-contact {
  margin: 30px 0;
  background: #343ced;
  color: #fff !important;
}
.button-contact::after {
  content: " \f144";
  font-size: 1em;
  top: 15px;
  right: 21px;
}

.button-contact:hover {
  animation: anima-button-contact 1s;
  background: #fff;
  border: 2px solid #343ced;
  color: #343ced !important;
}

@keyframes anima-button-contact {
  0% {
    box-shadow: 0 0 0 0 rgba(54, 77, 162, 0.3019607843);
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(0, 0, 0, 0);
  }
}
/* =============================================
フェードイン用
============================================= */
.container {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  position: relative;
  transform: translateY(50px);
  /* 初期位置を画面外に設定 */
}

/* =============================================
スライダー
============================================= */
/*------ スライダーの横幅 ------*/
.slider {
  width: 100%;
  margin: 0 auto !important;
  text-align: center;
}

/*------ スライダー画像 ------*/
.slider img {
  width: 400px;
  margin: 0 auto;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide {
  height: auto !important;
}

/*---------- 矢印 ----------*/
.slider .slick-next {
  right: 0 !important;
}

.slider .slick-prev {
  left: 0 !important;
}

.slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.slider .slick-arrow:before {
  font-size: 30px !important;
  color: #111937 !important;
}

/* =============================================
フッター
============================================= */
/* フッター全体のスタイル */
footer {
  display: block;
  background-color: #4558a4;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
}

/* フッター内のリンクスタイル */
.footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 15px auto;
}

.footer-links li {
  display: inline-block;
}

.footer-links li:not(:last-of-type)::after {
  position: relative;
  margin-left: 1em;
  font-family: "Bootstrap-icons";
  content: "\f56a";
  top: 2px;
}

.footer-links a {
  text-decoration: underline;
  color: #fff;
}

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

/* 会社情報のスタイル */
.company-info p {
  margin: 0 auto;
  font-weight: bold;
}

/* =============================================
アンケート
============================================= */
.questionnaire {
  text-align: center;
  width: 950px;
  margin: 20px auto 20px;
  background: #fff;
  padding: 20px 30px;
  border: 1px solid #343ced;
  border-top: 5px solid #343ced;
}

.heading-039 {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 7px;
  font-size: 1.6em;
  font-weight: bold;
}
.heading-039 i {
  color: #343ced;
}

.button-questionnaire {
  margin: 30px auto 10px !important;
  background: #343ced;
  color: #fff !important;
  text-align: left !important;
}
.button-questionnaire::after {
  content: " \f4ca";
  font-size: 1em;
  top: 15px;
  right: 21px;
}

.button-questionnaire:hover {
  animation: anima-button-questionnaire 1s;
  background: #fff;
  border: 2px solid #343ced;
  color: #343ced !important;
}

@keyframes anima-button-questionnaire {
  0% {
    box-shadow: 0 0 0 0 rgba(54, 77, 162, 0.3019607843);
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(0, 0, 0, 0);
  }
}
.button-q02 {
  background: #fff;
  color: #343ced !important;
  border: 2px solid #343ced;
}
.button-q02::after {
  content: " \f4ca";
  font-size: 1.5em;
  top: 15px;
  right: 21px;
}

.button-q02:hover {
  animation: anima-button-q02 1s;
  background: #343ced;
  border: 2px solid #fff;
  color: #fff !important;
}

@keyframes anima-button-q02 {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(255, 255, 255, 0);
  }
}/*# sourceMappingURL=glean-np-style.css.map */