/**************************************
◆共通
**************************************/

.hinemos-top-view-pc {
  display: block;
}

.hinemos-top-view-sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .hinemos-top-view-pc {
    display: none;
  }

  .hinemos-top-view-sp {
    display: block;
  }
}

/**************************************
◆FV (ファーストビュー)
**************************************/
.hinemos-firstview-top {
  color: var(--accent-text-color);
  background-image: url('../../img/webp/hinemos/bg_mainimg01_pc.webp');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .hinemos-firstview-top {
    /* background-image: url('../../img/webp/hinemos/bg_mainimg01_sp.webp'); */
    /* padding: 30px 0; */
    padding: 30px 15px;
  }
}

/* トップページFVのインナー */
@media screen and (max-width: 900px) {
  .hinemos-firstview-top .hinemos-inner01 {
    max-width: 870px;
    padding: 0;
  }
}

.hinemos-firstview-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .hinemos-firstview-top-content {
    max-width: 1040px;
  }
}

@media screen and (max-width: 900px) {
  .hinemos-firstview-top-content {
    flex-direction: column;
    max-width: 870px;
  }
}

/* --- 左ブロック --- */
.hinemos-firstview-top-left {
  flex: 1;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .hinemos-firstview-top-left {
    order: 1;
    text-align: center;
    align-items: center;
    width: 100%;
  }
}

.hinemos-firstview-top-catchcopy-wrapper {
  position: relative;
  max-width: 730px;
  margin: 0 10px;
}

@media screen and (max-width: 900px) {
  .hinemos-firstview-top-catchcopy-wrapper {
    max-width: 850px;
  }
}

.hinemos-firstview-top-catchcopy-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #0768ad;
  transform: skewX(-15deg);
}

.hinemos-firstview-top-catchcopy {
  position: relative;
  z-index: 2;
  font-size: 28px;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.9px;
  line-height: 1.5;
  text-align: center;
  padding: 5px 0 7px 0;
}

@media screen and (max-width: 1024px) {
  .hinemos-firstview-top-catchcopy {
    font-size: 24px;
  }
}

@media screen and (max-width: 900px) {
  .hinemos-firstview-top-catchcopy {
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 20px;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-firstview-top-catchcopy {
    letter-spacing: 0.78px;
  }
}

.hinemos-firstview-top-catchcopy span {
  font-weight: var(--bold-font-weight);
}

.hinemos-firstview-top-subtitle {
  font-size: 28px;
  font-weight: var(--bold-font-weight);
  margin-top: 5px;
  letter-spacing: 0.9px;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .hinemos-firstview-top-subtitle {
    font-size: 24px;
  }
}

@media screen and (max-width: 900px) {
  .hinemos-firstview-top-subtitle {
    margin-top: 15px;
    font-size: 15px;
    line-height: 2;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-firstview-top-subtitle {
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.75;
  }
}

.hinemos-firstview-top-title {
  font-family: var(--english-heading-font-family);
  font-size: 100px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  font-style: italic;
}

@media screen and (max-width: 900px) {
  .hinemos-firstview-top-title {
    font-size: 35px;
    letter-spacing: 0.7px;
    line-height: 1.5;
  }
}

.hinemos-firstview-top-title.ja {
  display: block;
  font-size: 18px;
  color: rgb(41, 176, 255);
  padding: 20px 0px 0px 10px;
}

@media screen and (max-width: 900px) {
  .hinemos-firstview-top-title.ja {
    font-size: 16px;
    letter-spacing: 0.7px;
    line-height: 1.5;
  }
}

.hinemos-firstview-top-button-wrapper {
  margin-top: 5px;
}

@media screen and (max-width: 900px) {
  .hinemos-firstview-top-button-wrapper {
    width: 100%;
  }
}

.hinemos-firstview-top-button-label {
  width: 280px;
  font-size: 20px;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .hinemos-firstview-top-button-label {
    font-size: 15px;
    font-weight: var(--normal-font-weight);
    letter-spacing: 0.9px;
    line-height: 2;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-firstview-top-button-label {
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.75;
  }
}

.hinemos-top-fristview-button {
  max-width: 420px;
}

@media screen and (max-width: 900px) {
  .hinemos-top-fristview-button {
    max-width: 840px;
    width: 85%;
    margin: auto;
  }
}

@media screen and (max-width: 900px) {
  .hinemos-top-fristview-button-text {
    text-align: center;
  }
}

/* --- 右ブロック --- */
.hinemos-firstview-top-right {
  width: 260px;
  flex-shrink: 0;
}

@media screen and (max-width: 900px) {
  .hinemos-firstview-top-right {
    order: 2;
    width: 100%;
    margin-top: 32px;
  }
}

.hinemos-firstview-top-badges {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .hinemos-firstview-top-badges {
    justify-content: center;
  }
}

/* ITreviewバッジ */
.hinemos-firstview-top-badge-itreview {
  width: 180px;
}

@media screen and (max-width: 900px) {
  .hinemos-firstview-top-badge-itreview {
    width: 45%;
    max-width: 180px;
  }
}

.hinemos-firstview-top-badge-itreview p {
  font-size: 15px;
  letter-spacing: 0.9px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .hinemos-firstview-top-badge-itreview p {
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.75;
  }
}

/* 利用数バッジ */
.hinemos-firstview-top-badge-stats {
  width: 260px;
}

@media screen and (max-width: 900px) {
  .hinemos-firstview-top-badge-stats {
    width: 50%;
    max-width: 260px;
  }
}

/**************************************
◆お悩みセクション(worry)
**************************************/
.hinemos-problems-section {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 30px 0;
}

@media screen and (max-width: 900px) {
  .hinemos-problems-section {
    padding-bottom: 10px;
  }
}

/* 背景画像 */
.hinemos-problems-section::before {
  content: "";
  position: absolute;
  width: 1920px;
  height: 950px;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--base-color);
  /* background: url('../../img/webp/hinemos/bg_worry01_pc.webp') no-repeat center / cover; */
  z-index: -1;
}

@media screen and (max-width: 900px) {
  .hinemos-problems-section::before {
    width: 318px;
    height: 739px;
    top: 100px;
    left: 57px;
    transform: none;
    /* background-image: url(../../img/hinemos/bg_worry01_sp.png); */
  }
}

.hinemos-problems-title {
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 35px;
}

.hinemos-problems-title::before {
  content: "";
  position: absolute;
  width: 560px;
  max-width: 90%;
  height: 2px;
  background: var(--main-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 900px) {
  .hinemos-problems-title::before {
    width: 92%;
  }
}

.hinemos-problems-title-sub,
.hinemos-problems-title-main {
  display: block;
}

.hinemos-problems-title-sub {
  display: block;
  color: var(--accent-text-color);
  background: var(--main-color);
  display: inline-block;
  font-size: 15px;
  font-weight: var(--normal-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
  padding: 5px 10px;
  margin-top: 32px;
}

@media screen and (max-width: 900px) {
  .hinemos-problems-title-sub {
    font-size: 12px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-problems-title-sub {
    letter-spacing: 0.78px;
    line-height: 1.75;
  }
}

.hinemos-problems-title-main {
  font-size: 36px;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .hinemos-problems-title-main {
    font-size: 21px;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-problems-title-main {
    letter-spacing: 0.78px;
    line-height: 1.75;
  }
}

.hinemos-problems-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 80px;
}

@media screen and (max-width: 900px) {
  .hinemos-problems-list {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 0 30px;
    margin-top: 0;
  }
}

.hinemos-problems-item {
  width: 380px;
}

@media screen and (max-width: 900px) {
  .hinemos-problems-item {
    width: 100%;
  }
}

.hinemos-problems-item-title {
  position: relative;
  font-size: 25px;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
  color: var(--accent-text-color);
  background: var(--main-color);
  padding: 10px 5px 10px 120px;
  padding-left: 120px;
  margin-left: 15px;
  margin-bottom: 35px;
}

@media screen and (max-width: 900px) {
  .hinemos-problems-item-title {
    font-size: 15px;
    padding: 10px 5px 10px 65px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-problems-item-title {
    letter-spacing: 0.78px;
    line-height: 1.75;
  }
}

.hinemos-problems-item-title::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: -25px;
  left: -15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 900px) {
  .hinemos-problems-item-title::before {
    width: 60px;
    height: 60px;
    top: -7px;
    left: -15px;
  }
}

.hinemos-problems-item:nth-child(1) .hinemos-problems-item-title::before {
  background-image: url(../../img/hinemos/ico_worry01.png);
}

.hinemos-problems-item:nth-child(2) .hinemos-problems-item-title::before {
  background-image: url(../../img/hinemos/ico_worry02.png);
}

.hinemos-problems-item:nth-child(3) .hinemos-problems-item-title::before {
  background-image: url(../../img/hinemos/ico_worry03.png);
}

.hinemos-problems-item-text {
  font-size: 15px;
  font-weight: var(--normal-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .hinemos-problems-item-text {
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.75;
  }
}

/**************************************
◆解決策セクション (solution)
**************************************/

/* #solution 共通
================================================ */
/* --- 背景：青色グラデーション --- */
.hinemos-solution-section {
  position: relative;
  padding: 250px 0 90px;
  background: var(--main-gradation-color);
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .hinemos-solution-section {
    padding: 80px 0 50px 0;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-solution-section {
    padding: 80px 0 50px 0;
  }
}

/* #solution Hinemosとは(hinemos-overview-section)
================================================ */
.hinemos-solution-section.hinemos-overview-section {
  max-height: 800px;
}

@media screen and (max-width: 600px) {
  .hinemos-solution-section.hinemos-overview-section {
    max-height: 475px;
  }
}

/* --- 背景：白いトライアングル --- */
.hinemos-solution-section::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 140px 50vw 0 50vw;
  border-color: var(--base-color) transparent transparent transparent;
}

@media screen and (max-width: 900px) {
  .hinemos-solution-section::before {
    border-width: 80px 50vw 0 50vw;
  }
}

@media screen and (max-width: 767px) {
  .hinemos-solution-section::before {
    border-width: 50px 50vw 0 50vw;
  }
}

@media screen and (max-width: 480px) {
  .hinemos-solution-section::before {
    border-width: 30px 50vw 0 50vw;
  }
}

.hinemos-solution-title {
  font-size: 36px;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
  text-align: center;
  color: var(--accent-text-color);
  margin-bottom: 70px;
}

@media screen and (max-width: 600px) {
  .hinemos-solution-title {
    font-size: 18px;
    letter-spacing: 0.78px;
    line-height: 1.75;
    margin-bottom: 40px;
  }
}

.hinemos-solution-text-area {
  background: var(--base-color);
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 50px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .hinemos-solution-text-area {
    width: auto;
    margin: 0;
    padding: 15px;
  }
}

.hinemos-solution-sub-title {
  color: #000;
  margin-bottom: 38px;
}

.hinemos-solution-text {
  font-size: 15px;
  font-weight: var(--normal-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
}

@media screen and (max-width: 600px) {
  .hinemos-solution-text {
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.75;
  }
}

/* #solution お客様の声(voice-section)
================================================ */

.hinemos-solution-section.hinemos-voice-section {
  max-height: 920px;
}

.hinemos-solution-voice {
  position: relative;
  background: var(--base-color);
  padding: 75px 60px 20px;
  margin-top: 76px;
}

@media screen and (max-width: 900px) {
  .hinemos-solution-voice {
    margin-top: 40px;
    padding: 45px 27px 25px;
  }
}

.hinemos-solution-voice-title {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  max-width: 75%;
  font-size: 24px;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
  color: var(--main-color);
  text-align: center;
  background: var(--base-color);
  border: 2px solid var(--main-color);
  padding: 5px;
}

@media screen and (max-width: 900px) {
  .hinemos-solution-voice-title {
    font-size: 17px;
    letter-spacing: 0.9px;
    top: -25px;
  }
}

/* 吹き出しの三角形（枠線部分） */
.hinemos-solution-voice-title::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: var(--main-color) transparent transparent transparent;
}

/* 吹き出しの三角形（内側の白い部分） */
.hinemos-solution-voice-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: var(--base-color) transparent transparent transparent;
}

.hinemos-solution-voice-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 900px) {
  .hinemos-solution-voice-content {
    flex-direction: column;
    gap: 0;
  }
}

.hinemos-solution-voice-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .hinemos-solution-voice-left {
    width: 100%;
  }
}

.hinemos-solution-voice-right {
  width: 50%;
  max-width: 500px;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .hinemos-solution-voice-right {
    width: 100%;
    margin-top: 30px;
  }
}

.hinemos-solution-voice-logo {
  max-width: 300px;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .hinemos-solution-voice-logo {
    width: 150px;
    margin: 0 auto 10px;
  }
}

.hinemos-solution-voice-text {
  font-size: 15px;
  font-weight: var(--normal-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .hinemos-solution-voice-text {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-solution-voice-text {
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.75;
  }
}

/* ----------★★★TODO:共通化対応に変更予定★★★---------- */
/* ボタン・グラデーションは共通対応 */
.hinemos-solution-section .hinemos-firstview-top-button {
  max-width: 340px;
}

.hinemos-solution-section .hinemos-firstview-top-button-text {
  text-align: left;
  font-size: 16px;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.9px;
  line-height: 1.2;
}

@media screen and (max-width: 900px) {
  .hinemos-solution-section .hinemos-firstview-top-button-text {
    font-size: 14px;
    font-weight: var(--bold-font-weight);
    letter-spacing: 0.78px;
  }
}

.hinemos-solution-voice-figure {
  margin: 0;
}

.hinemos-solution-voice-caption {
  font-size: 13px;
  font-weight: var(--normal-font-weight);
  letter-spacing: 0.9px;
  line-height: 1.5;
  text-align: right;
  margin-top: 10px;
  color: #5e5e5e;
}

@media screen and (max-width: 900px) {
  .hinemos-solution-voice-caption {
    font-size: 10px;
    line-height: 2;
  }
}

/**************************************
◆選ばれる理由セクション (reasons)
**************************************/

.hinemos-reasons-section {
  padding: 100px 0;
  /* background: url('../../img/hinemos/bg_reason01_sp.png') no-repeat bottom center/cover; */
}

@media screen and (max-width: 900px) {
  .hinemos-reasons-section {
    padding: 50px 0;
  }
}

.hinemos-reasons-title {
  padding-bottom: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .hinemos-reasons-title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-reasons-title {
    line-height: 1.75;
  }
}

.hinemos-reasons-item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hinemos-reasons-item~.hinemos-reasons-item {
  margin-top: 80px;
}

@media screen and (max-width: 900px) {
  .hinemos-reasons-item {
    flex-direction: column;
    gap: 20px;
  }

  .hinemos-reasons-item~.hinemos-reasons-item {
    margin-top: 40px;
  }

  .hinemos-reasons-item:nth-child(odd) {
    flex-direction: column;
  }
}

.hinemos-reasons-item-figure {
  width: 50%;
  max-width: 560px;
}

@media screen and (max-width: 900px) {
  .hinemos-reasons-item-figure {
    width: 100%;
  }
}

.hinemos-reasons-item-content {
  flex: 1;
  padding: 7px 30px 7px 40px;
}

@media screen and (max-width: 900px) {
  .hinemos-reasons-item-content {
    max-width: 560px;
    width: 100%;
    padding: 0;
  }
}

.hinemos-reasons-item-title {
  font-size: 25px;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.9px;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
  .hinemos-reasons-item-title {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-reasons-item-title {
    letter-spacing: 0.9px;
  }
}

.hinemos-reasons-item-title .is-marker {
  font-weight: var(--bold-font-weight);
  background: linear-gradient(transparent 70%, #a7d1ee 70%);
}

.hinemos-reasons-item-label {
  width: 150px;
  height: 30px;
  font-size: 14px;
  font-weight: var(--normal-font-weight);
  letter-spacing: 0.9px;
  line-height: 1;
  margin: 15px 0 8px;
}

@media screen and (max-width: 900px) {
  .hinemos-reasons-item-label {
    height: 46px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-reasons-item-label {
    height: 36px;
    font-size: 12px;
    letter-spacing: 0.78px;
  }
}

.hinemos-reasons-item-list {
  list-style: none;
  padding-left: 10px;
}

.hinemos-reasons-item-list li {
  position: relative;
  font-size: 15px;
  font-weight: var(--normal-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .hinemos-reasons-item-list li {
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.75;
  }
}

.hinemos-reasons-item-list li::before {
  content: '';
  position: absolute;
  top: 13px;
  width: 3px;
  height: 3px;
  background: #3fa2e8;
  border-radius: 50%;
  /* left: -1em; */
  left: -10px;
}

@media screen and (max-width: 900px) {
  .hinemos-reasons-item-list li::before {
    top: 10px;
  }
}

/* #pointブロック
================================================ */
.hinemos-reasons-point {
  display: flex;
  border: 1px solid #d4d3d3;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .hinemos-reasons-point {
    flex-direction: column;
    margin-top: 20px;
  }
}

.hinemos-reasons-point-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  background: var(--main-gradation-color);
  color: var(--accent-text-color);
  font-size: 30px;
  font-weight: var(--normal-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .hinemos-reasons-point-title {
    width: 100%;
    font-size: 15px;
    padding: 10px;
  }
}

.hinemos-reasons-point-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  background: var(--base-color);
  padding: 30px;
  list-style: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .hinemos-reasons-point-list {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .hinemos-reasons-point-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 25px;
    gap: 8px;
  }
}

.hinemos-reasons-point-list li {
  position: relative;
  padding-left: 30px;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;

  font-size: 15px;
  font-weight: var(--normal-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .hinemos-reasons-point-list li {
    display: block;
    align-items: initial;
  }
}

.hinemos-reasons-point-list li:nth-child(odd) {
  width: 40%;
}

.hinemos-reasons-point-list li:nth-child(even) {
  width: 60%;
}

@media screen and (max-width: 1024px) {

  .hinemos-reasons-point-list li,
  .hinemos-reasons-point-list li:nth-child(odd),
  .hinemos-reasons-point-list li:nth-child(even) {
    width: 100%;
    padding-left: 25px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hinemos-reasons-point-list li {
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.75;
  }
}

.hinemos-reasons-point-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../../img/hinemos/ico_point01.png) no-repeat center / contain;
}

@media screen and (max-width: 767px) {
  .hinemos-reasons-point-list li::before {
    width: 16px;
    height: 16px;
    top: 5px;
    transform: none;
  }
}

.hinemos-reasons-point-list li span {
  color: var(--main-color);
  font-size: 20px;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .hinemos-reasons-point-list li span {
    font-size: 15px;
    letter-spacing: 0.78px;
    line-height: 1.75;
  }
}

/* #versionupブロック
================================================ */
.hinemos-reasons-versionup {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .hinemos-reasons-versionup {
    margin-top: 40px;
  }
}

.hinemos-reasons-versionup-title {
  font-size: 25px;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.9px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 35px;
}

@media screen and (max-width: 900px) {
  .hinemos-reasons-versionup-title {
    font-size: 15px;
    letter-spacing: 0.78px;
    line-height: 1.75;
    margin-bottom: 15px;
  }
}

.hinemos-reasons-versionup-text {
  font-size: 15px;
  font-weight: var(--normal-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .hinemos-reasons-versionup-text {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.75;
  }
}

.hinemos-reasons-versionup-figure {
  margin-top: 40px;
  overflow-x: hidden;
}

@media screen and (max-width: 900px) {
  .hinemos-reasons-versionup-figure {
    margin-top: 20px;
    overflow-x: scroll;
  }
}


/**************************************
◆導入実績セクション (achievements)
**************************************/
.hinemos-achievements-section {
  position: relative;
  margin-top: 100px;
  padding: 100px 0 70px;
}

@media screen and (max-width: 900px) {
  .hinemos-achievements-section {
    margin-top: 0;
  }
}

.hinemos-achievements-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 540px;
  background: url('../../img/webp/hinemos/bg_achieve01_pc.webp') no-repeat top center / cover;
  z-index: 1;
}

.hinemos-achievements-section .hinemos-inner01 {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 900px) {
  .hinemos-achievements-section {
    padding: 50px 0 0;
  }

  .hinemos-achievements-section::before {
    background-image: url('../../img/webp/hinemos/bg_achieve01_sp.webp');
  }
}

.hinemos-achievements-title {
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .hinemos-achievements-title {
    margin-bottom: 30px;
  }
}

.hinemos-achievements-lead {
  font-size: 15px;
  font-weight: var(--normal-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
  color: var(--accent-text-color);
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .hinemos-achievements-lead {
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.75;
    margin-bottom: 40px;
  }
}

.hinemos-achievements-subtitle {
  margin-bottom: 40px;
}

.hinemos-achievements-list {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 900px) {
  .hinemos-achievements-list {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

.hinemos-achievements-item {
  position: relative;
  width: 386px;
  background: var(--base-color);
  padding: 60px 20px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  box-sizing: border-box;
  margin-top: 55px;
}

@media screen and (max-width: 600px) {
  .hinemos-achievements-item {
    width: 100%;
    padding: 50px 15px 20px;
  }
}

.hinemos-achievements-item-header {
  text-align: center;
}

.hinemos-achievements-item-icon {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
}

@media screen and (max-width: 600px) {
  .hinemos-achievements-item-icon {
    top: -40px;
    width: 80px;
  }
}

.hinemos-achievements-item-title {
  font-size: 20px;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
  margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
  .hinemos-achievements-item-title {
    font-size: 18px;
    letter-spacing: 0.78px;
    line-height: 1.75;
    margin-bottom: 15px;
  }
}

.hinemos-achievements-item-figure {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hinemos-achievements-item-figure img {
  height: 100%;
  width: auto;
}

.hinemos-achievements-item-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.hinemos-achievements-item-data dt {
  width: 85px;
  font-size: 16px;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
}

@media screen and (max-width: 600px) {
  .hinemos-achievements-item-data dt {
    letter-spacing: 0.78px;
    line-height: 1.75;
  }
}

.hinemos-achievements-item-data dd {
  width: calc(100% - 85px);
  border-left: solid 1px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: var(--normal-font-weight);
  letter-spacing: 0.9px;
  line-height: 2;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .hinemos-achievements-item-data dd {
    font-size: 13px;
    font-weight: var(--normal-font-weight);
    letter-spacing: 0.78px;
    line-height: 1.75;
  }
}

/**************************************
◆お知らせ・研究日誌セクション (news)
**************************************/

.hinemos-news-section {
  position: relative;
  z-index: 2;
  padding: 30px 0 80px;
}

@media screen and (max-width: 900px) {
  .hinemos-news-section {
    padding: 10px 0 40px;
  }
}

.hinemos-news-box {
  display: flex;
  justify-content: center;
  gap: 24px;
  background-color: var(--base-color);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  padding: 45px 15px 63px;
}

@media screen and (max-width: 900px) {
  .hinemos-news-box {
    flex-direction: column;
    gap: 30px;
    padding: 20px 27px 40px 27px;
  }
}

.hinemos-news-content {
  width: 511px;
}

@media screen and (max-width: 1024px) {
  .hinemos-news-content {
    width: 80%;
  }
}

@media screen and (max-width: 900px) {
  .hinemos-news-content {
    width: 100%;
    padding: 18px 20px 0;
  }

  .hinemos-news-content+.hinemos-news-content {
    padding: 8px 20px 0;
  }
}

.hinemos-news-header a {
  display: flex;
  align-items: center;
  padding: 14px 0 28px;
  background: url('../../img/webp/common/ico_arrow01_sky.webp') no-repeat 100% 27px;
  background-size: 9px auto;
}

.hinemos-news-header a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .hinemos-news-header a {
    display: block;
    text-decoration: none;
    background-size: 7px auto;
  }
}

@media screen and (max-width: 900px) {
  .hinemos-news-header a {
    padding: 18px 0;
  }
}

.hinemos-news-header-en {
  margin-right: 18px;
  font-family: var(--english-heading-font-family);
  color: #333;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.56px;
  line-height: 1.31579;
}

@media screen and (max-width: 900px) {
  .hinemos-news-header-en {
    font-size: 24px;
    letter-spacing: 0.78px;
    line-height: 1.25;
  }
}

.hinemos-news-header-ja {
  color: #aeaeaf;
  font-size: 16px;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.9px;
  line-height: 1.25;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .hinemos-news-header-ja {
    padding-top: 13px;
  }
}

@media screen and (max-width: 900px) {
  .hinemos-news-header-ja {
    font-size: 12px;
    letter-spacing: 0.78px;
    padding-top: 1px;
  }
}

.hinemos-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #d4d3d3;
}

.hinemos-news-item {
  border-bottom: 1px solid #d4d3d3;
}

.hinemos-news-item a {
  display: block;
  padding: 18px 0 21px;
  text-decoration: none;
  color: var(--text-color);
  height: 85px;
}

@media screen and (max-width: 1024px) {
  .hinemos-news-item a {
    height: 105px;
  }
}

@media screen and (max-width: 900px) {
  .hinemos-news-item a {
    padding: 12px 0 14px;
    height: auto;
  }
}

.hinemos-news-item a:hover .hinemos-news-item-title {
  text-decoration: underline;
}

.hinemos-news-item a:hover {
  text-decoration: none;
}

.hinemos-news-item-meta {
  display: flex;
  align-items: center;
  gap: 13px;
}

.hinemos-news-item-date {
  width: 92px;
  color: #aeaeaf;
  font-size: 14px;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.56px;
  line-height: 1.64286;
}

@media screen and (max-width: 900px) {
  .hinemos-news-item-date {
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 1.5;
  }
}

.hinemos-news-item-category {
  font-size: 14px;
  font-weight: var(--normal-font-weight);
  letter-spacing: 0.9px;
  line-height: 1;
  padding: 5px 13px;
  margin: -4px 0 8px 0;
}

@media screen and (max-width: 900px) {
  .hinemos-news-item-category {
    font-size: 12px;
    letter-spacing: 0.78px;
    height: 28px;
    min-width: 70px;
    width: auto;
    margin: 0;
  }
}

.hinemos-news-item-title {
  padding-top: 5px;
  font-size: 14px;
  font-weight: var(--normal-font-weight);
  letter-spacing: 0.9px;
  line-height: 1.64286;
}

@media screen and (max-width: 900px) {
  .hinemos-news-item-title {
    padding-top: 15px;
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.5;
  }
}

.hinemos-news-no-posts {
  font-size: 20px;
  margin-top: 40px;
}

/* ctaセクションTOPページ個別設定 */

.hinemos-cta-sns-text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.9px;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .hinemos-cta-sns-text {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.7px;
  }
}

.hinemos-cta-sns-button-wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 36px;
}

@media screen and (max-width: 900px) {
  .hinemos-cta-sns-button-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

.hinemos-sns-button-text {
  display: block;
  position: relative;
  z-index: 2;
  color: #000;
  font-weight: var(--bold-font-weight);
  text-align: center;
  padding: 18px 30px 18px 20px;
  transition: color 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 900px) {
  .hinemos-sns-button-text {
    font-size: 14px;
    line-height: 1.214;
    letter-spacing: 0.78px;
    padding: 14px 33px 14px 15px;
  }
}


.hinemos-sns-button-text:hover {
  color: var(--accent-text-color);
}

.hinemos-button-link.icon-x::before {
  position: absolute;
  z-index: 3;
  content: "";
  transform: translateY(-50%);
  width: 32px;
  height: 27px;
  top: 50%;
  left: 21px;
  background: url(../../img/hinemos/ico_twitter01.png) no-repeat 0 100% / contain;
}

.hinemos-button-link.icon-subscribe::before {
  position: absolute;
  z-index: 3;
  content: "";
  transform: translateY(-50%);
  width: 32px;
  height: 27px;
  top: 50%;
  left: 21px;
  background: url(../../img/hinemos/ico_mail01.png) no-repeat 0 100%/contain;
}

.hinemos-cta-sns-button {
  max-width: 306px;
}

@media screen and (max-width: 900px) {
  .hinemos-cta-sns-button {
    max-width: 100%;
  }
}

@media screen and (max-width: 900px) {

  .hinemos-cta-area.know-more,
  .hinemos-cta-area.sns {
    padding: 50px 15px;
    margin-bottom: 0px;
  }
}