@charset "utf-8";

/**************************************
◆css変数
**************************************/
:root {
  /** 英語タイトル用のフォントファミリー */
  --english-heading-font-family: "Raleway", sans-serif;
  /** 通常のフォントファミリー */
  --normal-font-family: "Noto Sans JP", sans-serif;
  --normal-font-weight: 400;
  --bold-font-weight: 700;
  --main-color: #3FA2E8;
  --sub-main-color: #EDF0F2;
  --accent-color: #EEEEEE;
  --base-color: #FFFFFF;
  --text-color: #2B2E33;
  --sub-text-color: #3FA2E8;
  --accent-text-color: #FFFFFF;
  --main-gradation-color: linear-gradient(to right, #41c1ff, #3fa2e8);
  --cta-gradation-color: linear-gradient(to bottom right, #2675D8, #2357B0);
}

/**************************************
◆基本設定（リセット・初期化）
**************************************/

/** @see https://webst8.com/code/css-box-sizing/ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--normal-font-family);
  color: var(--text-color);
  font-weight: var(--normal-font-weight);
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 共通インナークラス */
.hinemos-inner01 {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px
}

/* ホバー文字/背景色変更ボタン */
.hinemos-button {
  width: 100%;
}

.hinemos-button-link {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: var(--base-color);
  border: 1px solid #d4d3d3;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.hinemos-button-text {
  display: block;
  position: relative;
  z-index: 2;
  color: var(--sub-text-color);
  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-button-text {
    padding: 14px 33px 14px 15px;
    text-align: left;
    font-size: 14px;
    line-height: 1.214;
    letter-spacing: 0.78px;
  }
}

.hinemos-button-background {
  display: block;
  position: absolute;
  top: 0;
  left: -101%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #0fcfff, #0ca1d3 75%, #0ca1d3);
  z-index: 1;
  transition: left 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.hinemos-button-link::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 3;
  transition: background-image 0.3s ease-out;
  width: 14px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-download01::after {
  background-image: url('../../img/common/ico_download01.png');
}

.icon-download02::after {
  background-image: url('../../img/common/ico_download02.png');
  transform: rotate(-90deg) translateX(50%);
}

.icon-plus::after {
  background-image: url('../../img/common/ico_modal01.png');
}

.icon-rightarrow::after,
.icon-downarrow::after {
  width: 9px;
  height: 14px;
  background-image: url('../../img/common/ico_arrow01_sky.png');
}

.icon-downarrow::after {
  transform: rotate(90deg) translateX(-50%);
}

.icon-link::after {
  width: 13px;
  height: 12px;
  top: auto;
  right: 4px;
  bottom: 2px;
  background-image: url('../../img/webp/common/ico_link01.webp');
}

/* --- ダウンロードボタンのホバー時の変化 --- */
.hinemos-button-link:hover .hinemos-button-background {
  left: 0;
}

.hinemos-button-link:hover .hinemos-button-text {
  color: var(--accent-text-color);
}

.icon-download01:hover::after {
  background-image: url('../../img/common/ico_download01_white.png');
}

.icon-download02:hover::after {
  background-image: url('../../img/common/ico_download02_white.png');
}

.icon-plus:hover::after {
  background-image: url('../../img/common/ico_modal01_white.png');
}

.icon-rightarrow:hover::after,
.icon-downarrow:hover::after {
  background-image: url('../../img/common/ico_arrow01_white.png');
}

.icon-link:hover::after {
  background-image: url('../../img/webp/common/ico_link01_white.webp');
}

/* 下線タイトル */
.hinemos-title01 {
  text-align: center;
  font-weight: var(--bold-font-weight);
  font-size: 36px;
  line-height: 2;
  letter-spacing: 0.9px;
  position: relative;
}

.hinemos-title01-white {
  color: var(--accent-text-color);
}

@media screen and (max-width: 900px) {
  .hinemos-title01 {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.78px;
  }
}

.hinemos-title01::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: var(--sub-text-color);
  display: block;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.hinemos-title01-white::before {
  background-color: var(--accent-text-color);
}

@media screen and (max-width: 900px) {
  .hinemos-title01::before {
    width: 40px;
  }
}

/* 「問合せ/完了、資料請求/詳細/完了、FAQ」FirstView用 */
.hinemos-firstview01 {
  background: url(../../img/webp/hinemos/bg_mainimg01_pc.webp) no-repeat 50% 50%/cover;
  padding: 105.5px 0 53.5px;
}

@media screen and (max-width: 900px) {
  .hinemos-firstview01 {
    padding: 33.25px 0;
  }
}

/* 英語/日本語タイトル */
.hinemos-title02-english {
  color: var(--accent-text-color);
  text-align: center;
  font-family: var(--english-heading-font-family);
  font-weight: 800;
  font-style: italic;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 900px) {
  .hinemos-title02-english {
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: 0.7px;
  }
}

.hinemos-title02-japanese {
  font-family: var(--normal-font-family);
  font-weight: var(--bold-font-weight);
  font-style: italic;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.9px;
  display: block;
  margin-top: 37px;
}

@media screen and (max-width: 900px) {
  .hinemos-title02-japanese {
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.78px;
    margin-top: 3px;
  }
}

/* 横線タイトル */
.hinemos-title03 {
  font-weight: var(--bold-font-weight);
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.9px;
  display: flex;
  align-items: center;
}

.hinemos-title03-white {
  color: var(--accent-text-color);
}

@media screen and (max-width: 900px) {
  .hinemos-title03 {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.78px;
  }
}

.hinemos-title03::before,
.hinemos-title03::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: var(--sub-text-color);
}

.hinemos-title03-white::before,
.hinemos-title03-white::after {
  background-color: var(--accent-text-color);
}

.hinemos-title03::before {
  margin-right: 30px;
}

.hinemos-title03::after {
  margin-left: 30px;
}

@media screen and (max-width: 900px) {
  .hinemos-title03::before {
    margin-right: 15px;
  }

  .hinemos-title03::after {
    margin-left: 15px;
  }
}

/* ■ タイトル */
.hinemos-title04 {
  font-weight: var(--bold-font-weight);
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 1.68px;
  position: relative;
  padding-left: 48px;
}

.hinemos-title04::before {
  position: absolute;
  display: block;
  content: "";
  width: 48px;
  height: 30.8px;
  left: 0.8px;
  background-color: var(--sub-text-color);
  clip-path: polygon(10.8% 19.7%, 0 96.8%, 50% 96.8%, 60.8% 19.7%);
}

@media screen and (max-width: 900px) {
  .hinemos-title04 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1.2px;
    padding-left: 28px;
  }

  .hinemos-title04::before {
    width: 28px;
    height: 26px;
    left: 0.6px;
    clip-path: polygon(12.14% 19.2%, 0 80.8%, 57.14% 80.8%, 69.3% 19.2%);
  }
}

/* 日本語/英語タイトル */
.hinemos-title05-japanese {
  text-align: center;
  font-weight: var(--bold-font-weight);
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 2.04px;
}

@media screen and (max-width: 900px) {
  .hinemos-title05-japanese {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 1.32px;
  }
}

.hinemos-title05-english {
  color: var(--sub-text-color);
  font-family: var(--english-heading-font-family);
  font-weight: 800;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.9px;
  display: block;
  margin-top: 23px;
}

@media screen and (max-width: 900px) {
  .hinemos-title05-english {
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.78px;
    margin-top: 8px;
  }
}

/* 水色グラデ/黒BOX */
.hinemos-box-skyblue {
  color: var(--accent-text-color);
  background-image: var(--main-gradation-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.hinemos-box-black {
  color: var(--accent-text-color);
  background-color: #3A4A57;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* CTA */
.hinemos-cta-area {
  width: 100%;
  padding: 100px 15px;
}

@media screen and (max-width: 900px) {
  .hinemos-cta-area {
    padding: 50px 15px;
    margin-bottom: 112px;
  }
}

.hinemos-cta-box {
  max-width: 1200px;
  width: 100%;
  color: var(--accent-text-color);
  text-align: center;
  padding: 80px 0;
  margin: 0 auto;
  background-image: var(--cta-gradation-color);
}

@media screen and (max-width: 900px) {
  .hinemos-cta-box {
    padding: 40px 27px;
  }
}

.hinemos-cta-title {
  font-weight: var(--bold-font-weight);
  font-size: 36px;
  line-height: 2;
  letter-spacing: 0.9px;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .hinemos-cta-title {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.7px;
    position: relative;
  }

  .hinemos-cta-title::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    background-color: var(--base-color);
  }
}

.hinemos-cta-button {
  max-width: 306px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .hinemos-cta-button {
    max-width: none;
  }
}

.hinemos-cta-link {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.9px;
  text-decoration: underline;
  display: inline-block;
  margin-top: 16px;
  transition: opacity 0.3s ease-out;
}

.hinemos-cta-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 900px) {
  .hinemos-cta-link {
    line-height: 1.75;
    letter-spacing: 0.7px;
  }
}

/* よくある質問 */
.hinemos-faq {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 900px) {
  .hinemos-faq {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.7px;
  }
}

.hinemos-faq-section {
  margin-top: 100px;
}

@media screen and (max-width: 900px) {
  .hinemos-faq-section {
    margin-top: 50px;
  }
}

.hinemos-faq-section-title {
  margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .hinemos-faq-section-title {
    margin-bottom: 39px;
  }
}

.hinemos-faq-list {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.hinemos-faq-list-question-area {
  border: 1px solid #D4D3D3;
  box-sizing: border-box;
  padding: 12px 43px 12px 14px;
  margin-top: 15px;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 900px) {
  .hinemos-faq-list-question-area {
    padding: 12px 50px 12px 10px;
  }
}

.hinemos-faq-list-question-area:hover {
  opacity: 0.7;
}

.hinemos-faq-list-question-area::before,
.hinemos-faq-list-question-area::after {
  position: absolute;
  top: 50%;
  right: 21px;
  content: "";
  width: 14px;
  height: 2px;
  background-color: var(--main-color);
}

.hinemos-faq-list-question-area::before {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.hinemos-faq-list-question-area.is-open::before {
  transform: rotate(180deg);
}

@media screen and (max-width: 900px) {

  .hinemos-faq-list-question-area::before,
  .hinemos-faq-list-question-area::after {
    right: 11px;
  }
}

.hinemos-faq-list-question {
  color: var(--sub-text-color);
  font-weight: var(--bold-font-weight);
  font-size: 16px;
  line-height: 1.5;
  padding-left: 22px;
  position: relative;
}

@media screen and (max-width: 900px) {
  .hinemos-faq-list-question {
    font-size: 14px;
  }
}

.hinemos-faq-list-question::before {
  position: absolute;
  content: "Q.";
  left: 0;
}

.hinemos-faq-list-answer-area {
  height: 0;
  overflow: hidden;
  padding: 0 16px;
  background-color: var(--sub-main-color);
  transition: all 0.3s ease;
}

@media screen and (max-width: 900px) {
  .hinemos-faq-list-answer-area {
    padding: 0 11px;
  }
}

.hinemos-faq-list-answer-area.is-open {
  padding: 16px;
}

@media screen and (max-width: 900px) {
  .hinemos-faq-list-answer-area.is-open {
    padding: 11px;
  }
}

.hinemos-faq-list-answer {
  padding-left: 20px;
  position: relative;
}

.hinemos-faq-list-answer::before {
  font-weight: var(--bold-font-weight);
  position: absolute;
  content: "A.";
  left: 0;
}

.hinemos-faq-list-answer a {
  color: #1855B9;
  font-weight: var(--bold-font-weight);
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}

.hinemos-faq-list-answer a:hover {
  opacity: 0.7;
}

/* ユーティリティクラス 表示・非表示 */
.view-pc-hinemos {
  display: block;
}

.view-sp-hinemos {
  display: none;
}

@media all and (max-width:900px) {
  .view-pc-hinemos {
    display: none;
  }

  .view-sp-hinemos {
    display: block;
  }
}

/**************************************
◆ヘッダー
**************************************/

.hinemos-header {
  background-color: var(--base-color);
  border-bottom: 1px solid var(--accent-color);
  position: sticky;
  top: 0;
  z-index: 100;
  /* Safari 対応 */
  position: -webkit-sticky;
}

.hinemos-header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 78px;
}

@media screen and (max-width: 900px) {
  .hinemos-header-inner {
    height: 50px;
    padding-right: 12px;
    justify-content: flex-end;
  }
}

/**************************************
◆ナビゲーション
**************************************/

@media screen and (max-width: 900px) {
  .hinemos-header-nav {
    display: block;
    position: fixed;
    top: 50px;
    left: 100%;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 100;
    visibility: hidden;
    transition: left 0.5s ease-in-out, visibility 0.5s;
  }
}

/* メニューオープン時 */
@media screen and (max-width: 900px) {
  .hinemos-header-nav.is-active {
    visibility: visible;
    left: 0;
    border-top: 1px solid #e3e6e8;
  }
}

.hinemos-header-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 900px) {
  .hinemos-header-nav-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    gap: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .hinemos-header-nav-list li {
    width: 100%;
    height: 54px;
  }
}

.hinemos-header-nav-list a {
  position: relative;
  padding: 27px 15px;
  display: block;
  font-family: var(--normal-font-family);
  font-weight: 800;
  color: var(--sub-text-color);
  font-size: 18px;
  line-height: 1.22222;
  letter-spacing: 0.9px;
  transition: all 0.75s ease-out;
}

@media screen and (max-width: 1024px) {
  .hinemos-header-nav-list a {
    font-size: 15px;
    padding: 27px 10px;
  }
}

@media screen and (max-width: 900px) {
  .hinemos-header-nav-list a {
    font-size: 20px;
    padding: 15px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.9px;
  }
}

.hinemos-header-nav-list a.current {
  color: #1855b9;
}

/* ホバー時に表示する「ドット」 */
.hinemos-header-nav-list a::before {
  content: '';
  display: block;
  background-color: #1855b9;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.1s ease-out;
}

@media screen and (max-width: 900px) {
  .hinemos-header-nav-list a::before {
    display: none;
  }
}

.hinemos-header-nav-list a:hover::before {
  bottom: 10px;
  opacity: 1;
  transition: all 0.75s ease-out;
}

.hinemos-header-nav-list li.button a::before {
  display: none;
}

/* カレントページに表示する「下線」 */
.hinemos-header-nav-list a.current::after {
  content: '';
  display: block;
  background-color: #1855b9;
  width: 60%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

@media screen and (max-width: 900px) {
  .hinemos-header-nav-list a.current::after {
    display: none;
  }
}

/**************************************
◆アクションボタン
**************************************/

.hinemos-header-nav-list li.button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  width: 128px;
  height: 78px;
  background-color: #2357B1;
  transition: all 0.3s ease-out;
  clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 0% 100%);
  /* Safari 対応 */
  -webkit-clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 900px) {
  .hinemos-header-nav-list li.button {
    width: 100%;
    height: 54px;
    background-color: #2357B1;
    border-bottom: none;
    clip-path: none;
    margin-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .hinemos-header-nav-list li.button:first-of-type {
    margin-top: auto;
  }
}

.hinemos-header-nav-list li.button a {
  color: var(--accent-text-color);
  padding: 21px 5px 21px 21px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--normal-font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 2.18182;
  letter-spacing: 0.9px;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 10px;
}

@media screen and (max-width: 900px) {
  .hinemos-header-nav-list li.button a {
    font-size: 20px;
    background-color: transparent;
    border-radius: 0;
    padding: 15px;
    justify-content: flex-start;
    color: var(--accent-text-color);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.9px;
  }
}

.hinemos-header-nav-list li.button:hover {
  opacity: 0.85;
}

/**************************************
◆ハンバーガーボタン
**************************************/
.hinemos-header-menu-button {
  display: none;
}

@media screen and (max-width: 900px) {
  .hinemos-header-menu-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 19px;

    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 200;
    position: relative;
  }
}

@media screen and (max-width: 900px) {
  .hinemos-header-menu-button-line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--main-color);
    border-radius: 2px;
  }
}

@media screen and (max-width: 900px) {

  .hinemos-header-menu-button-line:nth-of-type(1),
  .hinemos-header-menu-button-line:nth-of-type(3) {
    transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  }

  .hinemos-header-menu-button-line:nth-of-type(2) {
    transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
}


@media screen and (max-width: 900px) {
  .hinemos-header-menu-button.is-active .hinemos-header-menu-button-line:nth-of-type(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hinemos-header-menu-button.is-active .hinemos-header-menu-button-line:nth-of-type(2) {
    transform: translateX(100%);
    opacity: 0;
  }

  .hinemos-header-menu-button.is-active .hinemos-header-menu-button-line:nth-of-type(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/**************************************
◆ユーティリティ
**************************************/
@media screen and (max-width: 900px) {

  /* メニューオープン時に背景をスクロールさせない */
  body.is-menu-open {
    overflow: hidden;
  }
}

/**************************************
◆パンくず
**************************************/

.hinemos-breadcrumb-wrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.05px;
  font-weight: var(--normal-font-weight);
}

@media screen and (max-width: 900px) {
  .hinemos-breadcrumb-wrapper {
    display: none;
  }
}

.hinemos-breadcrumb-list {
  /* ul/olのデフォルトスタイルをリセット */
  list-style: none;
  margin: 0;
  padding: 0;

  /* はみ出したテキストを省略表示設定 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  padding-left: 30px;
}

.hinemos-breadcrumb-item {
  display: inline;
  color: #2d97e2;
}

.hinemos-breadcrumb-item+.hinemos-breadcrumb-item::before {
  content: '/';
  color: #2d97e2;
  margin: 0 6px;
}

.hinemos-breadcrumb-item a:hover {
  text-decoration: underline;
}

/* ロゴスライダー */

.hinemos-slider-company-logo {
  width: 100%;
  overflow: hidden;
  margin-top: 28px;
}

@media screen and (max-width: 900px) {
  .hinemos-slider-company-logo {
    margin-top: 22px;
  }
}

.hinemos-slider-company-title {
  font-family: var(--normal-font-family);
  font-size: 28px;
  font-weight: var(--bold-font-weight);
  line-height: 2;
  letter-spacing: 0.9px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .hinemos-slider-company-title {
    font-size: 21px;
    line-height: 1.75;
    letter-spacing: 0.78;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-slider-company-title {
    font-size: 14px;
  }
}

.hinemos-slider-company-logo-list {
  display: flex;
  align-items: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hinemos-slider-company-logo-list li {
  display: flex;
}

.hinemos-slider-company-logo-list li img {
  flex-shrink: 0;
}

/**************************************
◆footer
**************************************/
.hinemos-footer {
  background-color: #3A4A57;
  position: relative;
}

.hinemos-footer a {
  display: inline-block;
  color: var(--accent-text-color);
  transition: all 0.3s ease-out;
}

.hinemos-footer-sidebar a {
  color: var(--sub-text-color);
}

.hinemos-footer-navi-menu-list-item a:hover,
.hinemos-footer-sub a:hover {
  text-decoration: underline;
}

.hinemos-footer-logo-list a:hover,
.hinemos-footer-sidebar-list-item:hover {
  opacity: 0.7;
}

/* --- Footer-PageTop --- */
.hinemos-footer-pagetop {
  position: absolute;
  top: 59px;
  right: 0;
}

.hinemos-footer-pagetop a {
  width: 100%;
  height: 64.5px;
  padding-top: 90px;
}

.hinemos-footer-pagetop-text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.9px;
  font-weight: 800;
  font-family: var(--english-heading-font-family);
  display: block;
  transform: rotate(90deg);
  margin-top: 20px;
}

.hinemos-footer-pagetop-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 80px;
}

.hinemos-footer-pagetop-line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--accent-text-color);
  animation: scroll 2s infinite;
}

@media screen and (max-width: 600px) {
  .hinemos-footer-pagetop {
    width: 100%;
    top: -51px;
    text-align: center;
    border-top: 1px solid var(--text-color);
    box-sizing: border-box;
  }

  .hinemos-footer-pagetop a {
    height: 51px;
    padding-top: 22px;
  }

  .hinemos-footer-pagetop-text {
    color: #333333;
    letter-spacing: 0.7px;
    transform: none;
    margin-top: 0;
  }

  .hinemos-footer-pagetop-line {
    height: 40px;
    top: -20px;
  }

  .hinemos-footer-pagetop-line::after {
    background-color: var(--text-color);
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}

/* --- Footer-Sidebar --- */
.hinemos-footer-sidebar {
  width: 112px;
  height: 307px;
  position: fixed;
  top: calc(50% - 185px);
  right: 0;
  z-index: 99;
}

@media screen and (max-width: 900px) {
  .hinemos-footer-sidebar {
    display: none;
  }
}

.hinemos-footer-sidebar-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hinemos-footer-sidebar-list-item {
  height: 97.4px;
  margin-bottom: 5px;
  border: 2px solid var(--main-color);
  border-right: none;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  background-color: var(--base-color);
}

.hinemos-footer-sidebar-list-item:nth-child(2) {
  background-color: #E7F3FC;
}

.hinemos-footer-sidebar-list-item:nth-child(3) {
  background-color: #CFE7F9;
}

.hinemos-footer-sidebar-list-item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hinemos-footer-sidebar-list-item-text {
  font-size: 14px;
  line-height: 15.4px;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.9px;
  margin-top: 5px;
}

/* --- Footer-Main --- */
.hinemos-footer-main {
  padding: 71px 0 35px;
  border-bottom: 1px solid #596671;
}

@media screen and (max-width: 600px) {
  .hinemos-footer-main {
    padding: 40px 0 23px;
  }
}

.hinemos-footer-navi {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
  .hinemos-footer-navi {
    display: block;
    margin-bottom: 23px;
  }
}

.hinemos-footer-navi-logo img {
  margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
  .hinemos-footer-navi-logo img {
    width: 116px;
    height: 32px;
    margin-bottom: 7px;
  }
}

.hinemos-footer-navi-logo-text {
  display: block;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 900px) {
  .hinemos-footer-navi-logo-text {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.7px;
  }
}

.hinemos-footer-navi-menu-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  gap: 11px 20px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding: 7.5px 10.5px;
}

@media screen and (max-width: 900px) {
  .hinemos-footer-navi-menu-list {
    grid-auto-flow: dense;
    grid-template-columns: repeat(2, auto);
    font-size: 12px;
    line-height: 18px;
    padding: 7.5px 64.5px;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-footer-navi-menu-list {
    gap: 23px 0;
    padding: 0 15px;
    margin: 35px 0 51px;
  }
}

.hinemos-footer-navi-menu-list-item {
  position: relative;
}

.hinemos-footer-navi-menu-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 6px;
  height: 1px;
  background-color: #3F9CDD;
}

.hinemos-footer-navi-menu-list-item a {
  padding-left: 20px;
}

.hinemos-footer-logo-list {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 600px) {
  .hinemos-footer-logo-list {
    gap: 6.9px;
  }
}

.hinemos-footer-logo-list a {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

/* --- Footer-Sub --- */
.hinemos-footer-sub {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.9px;
  padding: 27px 15px 23px;
}

@media screen and (max-width: 767px) {
  .hinemos-footer-sub {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.7px;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-footer-sub {
    display: block;
    padding: 22px 113px 25px;
    text-align: center;
  }
}

.hinemos-footer-sub .copyright {
  color: #717B83;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 767px) {
  .hinemos-footer-sub .copyright {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.7px;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-footer-sub .copyright {
    display: block;
    margin-top: 10px;
  }
}

/* --- Footer-Simple --- */
.hinemos-footer-simple {
  justify-content: end;
}

@media screen and (max-width: 600px) {
  .hinemos-footer-simple .copyright {
    margin-top: 0;
  }
}