@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: "'Noto Sans JP',ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: #fff;
  color: #3B4043;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a:hover {
  cursor: pointer;
}

.container {
  max-width: 1010px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .container {
    width: 79%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}

/*======= 共通ボタンパーツ =======*/
/*** 無料診断ボタン ***/
.diagnosis-button {
  display: flex;
  justify-content: center;
}

.diagnosis-button__text {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}

.diagnosis-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 61px;
  width: 282px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #F0853C;
  border: 1px solid #F0853C;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  line-height: 1;
}

.diagnosis-button__arrow {
  position: absolute;
  bottom: 14px;
  width: 261px;
  height: 1px;
  background-color: #fff;
}

.diagnosis-button__arrow::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  background: #fff;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: center right;
  transition: all 0.2s ease;
}

/*= ホバーアクション */
.diagnosis-button__link:hover {
  color: #F0853C;
}

/*== 背景が流れる（左から右） */
.diagnosis-button__link::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #fff; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.diagnosis-button__link:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*** 無料診断ボタンここまで ****/
/*** 詳細ボタン ***/
.detail-button {
  display: flex;
  justify-content: center;
}

.detail-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 63px;
  width: 301px;
  background: #0048AA;
  color: #fff;
  position: relative;
  border: 1px solid #0048AA;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  line-height: 1;
}

.detail-button__text {
  font-size: 14px;
  font-weight: bold;
}

.detail-button__arrow {
  position: absolute;
  width: 43px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 20px;
  transition: all 0.3s ease;
}

.detail-button__arrow::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: #fff;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: center right;
  transition: all 0.3s ease;
}

/*= ホバーアクション */
.detail-button__link:hover {
  background: #fff;
  color: #0048AA;
}

.detail-button__link:hover .detail-button__arrow {
  right: 10px;
}

.detail-button__link:hover .detail-button__arrow,
.detail-button__link:hover .detail-button__arrow::before {
  background: #0048AA;
}

/*** 詳細ボタンここまで ***/
/*** お問いわせボタン ***/
.contact-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 83px;
  width: 382px;
  background: #F0853C;
  color: #fff;
  position: relative;
  border: 1px solid #F0853C;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact-button__link {
    height: 75px;
    width: 306px;
  }
}

.contact-button__text {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-button__text {
    font-size: 22px;
  }
}

.contact-button__text--sm {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact-button__text--sm {
    font-size: 13px;
  }
}

.contact-button__arrow {
  position: absolute;
  width: 43px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contact-button__arrow {
    width: 41.5px;
    right: 10px;
  }
}
@media screen and (max-width: 374px) {
  .contact-button__arrow {
    display: none;
  }
}

.contact-button__arrow::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: #fff;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: center right;
  transition: all 0.3s ease;
}

/*= ホバーアクション */
.contact-button__link:hover {
  background: #fff;
  color: #F0853C;
}

.contact-button__link:hover .contact-button__arrow {
  right: 10px;
}

.contact-button__link:hover .contact-button__arrow,
.contact-button__link:hover .contact-button__arrow::before {
  background: #F0853C;
}

/*** お問いわせボタンここまで ***/
/*** 固定ボタン ***/
.fixed-button {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .fixed-button {
    display: none;
  }
}

.fixed-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 211px;
  width: 85px;
  background: #F0853C;
  color: #fff;
  position: relative;
  border: 1px solid #F0853C;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  line-height: 1;
}

.fixed-button__text {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.fixed-button__arrow {
  position: absolute;
  width: 60px;
  height: 1px;
  background: #fff;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.fixed-button__arrow::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: #fff;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: center right;
  transition: all 0.3s ease;
}

/*= ホバーアクション */
.fixed-button__link:hover {
  background: #fff;
  color: #F0853C;
}

.fixed-button__link:hover .fixed-button__arrow {
  right: 10px;
}

.fixed-button__link:hover .fixed-button__arrow,
.fixed-button__link:hover .fixed-button__arrow::before {
  background: #F0853C;
}

/*** 固定ボタンここまで ***/
/*======= 共通ボタンパーツここまで =======*/
.section-title-wrap {
  width: 100%;
  padding-top: 27px;
  display: flex;
  align-items: center;
  position: relative;
}

.section-title-area {
  display: inline-block;
  margin-bottom: 70px;
}

.section-subtitle {
  font-size: 110px;
  font-weight: bolder;
  color: rgba(240, 133, 60, 0.25);
  /* タイトル微調整 */
}
@media screen and (max-width: 1024px) {
  .section-subtitle {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .section-subtitle {
    font-size: 74px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 435px) {
  .section-subtitle {
    font-size: 56px;
  }
}
@media screen and (max-width: 340px) {
  .section-subtitle {
    font-size: 52px;
  }
}

.section-title {
  font-size: 34px;
  font-weight: bold;
  margin-top: -37px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 85px;
  /* タイトル微調整 */
}
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 28px;
    margin-top: -31px;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 26px;
    margin-top: -24px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 435px) {
  .section-title {
    margin-top: -22px;
  }
}
@media screen and (max-width: 340px) {
  .section-title {
    margin-top: -21px;
  }
}

.section-title::before {
  content: "";
  height: 1px;
  width: 85px;
  background-color: rgba(240, 133, 60, 0.25);
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section-title::before {
    width: 15px;
  }
}

.section-title::before {
  margin-right: 0.3rem;
}

.section-title::after {
  content: "";
  height: 1px;
  width: 85px;
  flex-grow: 1;
  background-color: rgba(240, 133, 60, 0.25);
  margin-left: 0.3rem;
}

.section-title-border {
  flex: 1;
  height: 1px;
  background-color: rgba(240, 133, 60, 0.25);
  margin-top: 19px;
  /* タイトル微調整 */
}
@media screen and (max-width: 1024px) {
  .section-title-border {
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .section-title-border {
    margin-top: -9px;
  }
}
@media screen and (max-width: 435px) {
  .section-title-border {
    margin-top: -28px;
  }
}
@media screen and (max-width: 340px) {
  .section-title-border {
    margin-top: -31px;
  }
}

/* タイトル別調整 */
.faq__subtitle-block {
  display: inline-block;
  width: 100px;
}

.footer {
  color: #fff;
  font-size: 12px;
}

.footer__background-wrap {
  background-color: #0B3977;
}

.footer__container {
  padding: 50px 0 40px;
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding: 15px 0 15px;
  }
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
  }
}

.footer__about {
  margin-bottom: 94px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .footer__about {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer__about {
    display: block;
    margin-bottom: 23.5px;
  }
}

.footer__company {
  margin-bottom: 17px;
}

.footer__company-cacth {
  line-height: 1.6666666667;
  margin-bottom: 5px;
}

.footer__company-name {
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer__company-name {
    font-size: 21px;
  }
}

.footer__contact-wrap {
  display: flex;
}

.footer__privacy-link,
.footer__contact-link {
  display: block;
}

.footer__privacy-link:hover,
.footer__contact-link:hover {
  display: block;
  text-decoration: underline;
}

.footer__privacy-link {
  margin: 0 25px 0 14px;
}
@media screen and (max-width: 767px) {
  .footer__privacy-link {
    margin: 0 25px 0 0;
  }
}

.footer__adress,
.footer__mail {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .footer__adress-wrap {
    margin: 0 0 20px 16px;
  }
}

.footer__copyright {
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    display: flex;
    justify-content: center;
  }
}

.footer__tel {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .footer__tel {
    padding-left: 10px;
  }
}

/*
Theme Name: 株式会社今西工業
Author: 今西正史
Description: 八王子の「内装解体専門会社」
*/
/* レイアウト */
#layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#layout-main {
  display: flex;
  flex: 1;
}

#layout-right {
  max-width: calc(100% - 100px);
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  #layout-right {
    max-width: 100%;
  }
}

#main {
  flex: 1;
}

#side-header {
  width: 500px;
}

#side-menu {
  width: 100px;
  background-color: #f8fcff;
  position: relative;
  z-index: 999;
  box-shadow: 3px 0 6px -1px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1024px) {
  #side-menu {
    display: none;
  }
}

#header {
  display: none;
}
@media screen and (max-width: 767px) {
  #header {
    display: block;
  }
}

/* レイアウト */
.swiper {
  height: 800px !important;
}
@media screen and (max-width: 767px) {
  .swiper {
    height: 82vh !important;
  }
}

.slick-track {
  width: 100% !important;
}

.slick-img img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

/* ここからサイドヘッダー */
#menu-checkbox[type=checkbox] {
  position: absolute;
  left: -50vw;
}

.open {
  position: fixed;
  z-index: 500;
}

#side-header {
  position: fixed;
  top: -100vh;
  height: 100vh;
  overflow-y: scroll;
  transition: all 0.2s;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 3px 0 6px -1px rgba(0, 0, 0, 0.17);
  z-index: 90;
  padding-left: 100px;
  background-image: url(./asset/img/front-page/catch-bg.png);
  background-repeat: no-repeat;
  background-position: right -60px bottom -100px;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  #side-header {
    width: 100%;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  #side-header {
    width: 100%;
    padding: 24px 0;
  }
}

#menu-checkbox[type=checkbox]:checked ~ #side-header {
  top: 0;
}

/*== ハンバーガー */
#hamburger {
  position: fixed;
  top: 35px;
  left: 29px;
  width: 35px;
  height: 26px;
  transition: 1s;
  z-index: 10001;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  #hamburger {
    top: 14px;
    left: 3%;
  }
}

#hamburger:hover {
  cursor: pointer;
}

.inner-line {
  display: block;
  position: absolute;
  left: 0;
  width: 35px;
  height: 4px;
  background-color: #0048AA;
  transition: 0.5s;
}

#line1 {
  top: 0;
}

#line2 {
  top: 11px;
}

#line3 {
  top: 22px;
}

/*== activeクラスが付与されると線が回転して×に */
#hamburger.active #line1 {
  top: 5px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
}

#hamburger.active #line2 {
  opacity: 0; /*=== 真ん中の線は透過 */
}

#hamburger.active #line3 {
  top: 17px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
}

#hamburger.active {
  transform: rotate(360deg);
}

/*== ハンバーガー */
.side-header__commpany {
  padding: 30px 0 30px 30px;
  color: #0048AA;
}

.side-header__commpany-name--sm {
  font-size: 12px;
  letter-spacing: -0.01em;
}

.side-header__commpany-name {
  font-size: 27px;
  color: #0048AA;
  font-weight: bold;
}

/*== サイドヘッダーナビ */
.side-header__list {
  margin: 0 30px;
}

.side-header__list:not(:last-child) {
  border-bottom: 0.5px solid #0048AA;
}

.side-header__list:first-child {
  border-top: 0.5px solid #0048AA;
}

.side-header__list:last-child {
  margin-top: 10vh;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .side-header__list:last-child {
    margin-top: 6vh;
  }
}

.side-header__list-link {
  display: block;
  padding: 20px 20px;
  color: #0048AA;
  font-size: 18px;
}

.side-header__list-link:hover {
  background-color: #0048AA;
  color: #fff;
}

/*=== コンタクトエリア */
.side-header__list-contact-catching {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.side-header__list-contact-lead {
  font-size: 14px;
  margin-bottom: 20px;
}

/*==== コンタクトボタン */
.side-header__button {
  display: flex;
  justify-content: center;
}

.side-header__button-link {
  width: 300px;
  height: 80px;
  background-color: #F0853C;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F0853C;
  color: #fff;
}

.side-header__button-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.side-header__button-text--sm {
  font-size: 12px;
}

.side-header__button-link:hover {
  background-color: #fff;
  color: #F0853C;
}

/*==== コンタクトボタン */
/*=== コンタクトエリア */
/*== サイドヘッダーナビ */
/* サイドヘッダーここまで */
/* SPヘッダー */
.header__sp {
  position: fixed;
  width: 100%;
  height: 54px;
  z-index: 10;
  background-color: #fff;
}

.header__sp-inner {
  width: 95%;
  height: 100%;
  margin: -4px auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__sp-titile {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.header__sp-titile--sm {
  font-size: 9px;
  font-weight: normal;
}

/* SPヘッダーここまで */
/* ここからサイドメニュー */
.side-menu-wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
}

.side-menu__contens {
  position: relative;
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.side-menu__logo {
  margin-bottom: 32px;
}

.side-menu__logo-img {
  max-width: 64px;
}

/*== スクロールダウン矢印 */
/*== スクロールダウン全体の場所 */
.scroll-down {
  /*=== 描画位置※位置は適宜調整してください */
  position: absolute;
  bottom: 1%;
  right: 50%;
  /*===矢印の動き1秒かけて永遠にループ*/
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
  /* 「.boxの opacity が状態変化する」という指定 */
  transition-property: opacity;
  transition-duration: 1s;
  /* .boxの初期状態を指定 */
  opacity: 0;
}

/*== スクロールダウン矢印 */
/*== 下からの距離が変化して全体が下→上→下に動く */
@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
/*== 下からの距離が変化して全体が下→上→下に動く */
/*== Scrollテキストの描写 */
.scroll-down span {
  /*=== 描画位置 */
  position: absolute;
  height: 200px;
  left: 0;
  bottom: -25px;
  /*=== テキストの形状 */
  color: #cdd6dd;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  /*=== 縦書き設定 */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*== Scrollテキストの描写 */
/*= 矢印の描写 */
.scroll-down:before {
  content: "";
  /*===描画位置 */
  position: absolute;
  bottom: 0;
  left: 12px;
  /*===矢印の形状 */
  width: 1px;
  height: 40px;
  background: #0048AA;
  transform: skewX(-31deg);
}

.scroll-down:after {
  content: "";
  /*===描画位置 */
  position: absolute;
  bottom: 0;
  left: 0;
  /*===矢印の形状 */
  width: 1px;
  height: 173px;
  background: #0048AA;
}

/*= 矢印の描写 */
/*== スクロールアップ矢印 */
/*== スクロールアップ全体の場所 */
.scroll-up {
  /*=== 描画位置※位置は適宜調整してください */
  position: absolute;
  bottom: 1%;
  right: 50%;
  /*===矢印の動き1秒かけて永遠にループ*/
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
  /* 「.boxの opacity が状態変化する」という指定 */
  transition-property: opacity;
  transition-duration: 1s;
  /* .boxの初期状態を指定 */
  opacity: 0;
}

/*== スクロールアップ矢印 */
/*== 下からの距離が変化して全体が下→上→下に動く */
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
/*== 下からの距離が変化して全体が下→上→下に動く */
/*== Scrollテキストの描写 */
.scroll-up span {
  /*=== 描画位置 */
  position: absolute;
  height: 200px;
  left: 0;
  bottom: -106px;
  /*=== テキストの形状 */
  color: #cdd6dd;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  /*=== 縦書き設定 */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*== Scrollテキストの描写 */
/*= 矢印の描写 */
.scroll-up:before {
  content: "";
  /*===描画位置 */
  position: absolute;
  bottom: 134px;
  left: 12px;
  /*===矢印の形状 */
  width: 1px;
  height: 40px;
  background: #0048AA;
  transform: skewX(-149deg);
}

.scroll-up:after {
  content: "";
  /*===描画位置 */
  position: absolute;
  bottom: 0;
  left: 0;
  /*===矢印の形状 */
  width: 1px;
  height: 173px;
  background: #0048AA;
}

/*= 矢印の描写 */
/*footerまでスクロールしたら消す*/
.hide-class {
  opacity: 1 !important;
}

.hide-sp-class {
  opacity: 1 !important;
}

/* サイドメニューここまで */
/* 下層ページアイキャッチ */
@media screen and (max-width: 767px) {
  .eye-catching {
    padding-top: 54px;
  }
}

.eye-catching__background-image {
  background-image: url("./asset/img/common/eye-catching.jpg");
  width: 100%;
  height: 226px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.eye-catching__company-wrap {
  display: flex;
  justify-content: flex-end;
}

.eye-catching__company-name {
  font-size: 27px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .eye-catching__company-name {
    display: none;
  }
}

.eye-catching__company-name--sm {
  font-size: 12px;
  font-weight: normal;
}

/* 下層ページアイキャッチここまで *//*# sourceMappingURL=style.css.map */