@charset "utf-8";

/** ***************************************************************************
 * フォント設定
 * ************************************************************************* */

@import url('../_font/icomoon/style.css');

/* ゴシック体 */

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('../_font/NotoSans/NotoSansCJKjp-Light.woff') format('woff'),
       url('../_font/NotoSans/NotoSansCJKjp-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../_font/NotoSans/NotoSansCJKjp-Regular.woff') format('woff'),
       url('../_font/NotoSans/NotoSansCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url('../_font/NotoSans/NotoSansCJKjp-Medium.woff') format('woff'),
       url('../_font/NotoSans/NotoSansCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../_font/NotoSans/NotoSansCJKjp-Bold.woff') format('woff'),
       url('../_font/NotoSans/NotoSansCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../_font/NotoSans/NotoSansCJKjp-Black.woff') format('woff'),
       url('../_font/NotoSans/NotoSansCJKjp-Black.otf') format('opentype');
}

/* 明朝体 */

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-Light.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-Regular.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-Medium.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-SemiBold.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-Bold.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-Black.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-Black.otf') format('opentype');
}

/** ***************************************************************************
 * 全体
 * ************************************************************************* */

html {
  font-size: 62.5%;
}

body {
  padding-bottom: 50px;
  color: #333;
  font: 14px/1.6 'NotoSansCJKjp', sans-serif;
  font-weight: 400;
  text-align: justify;
  background-color: #f4f4f4;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

a[href] {
  color: #f5ab1b;
  text-decoration: underline;
}

a[href]:hover {
  text-decoration: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  body {
    padding-bottom: 0;
    letter-spacing: 1px;
  }

  a[href*="tel:"] {
    color: inherit;
    cursor: default;
    pointer-events: none;
    text-decoration: none !important;
  }

}

/** ***************************************************************************
 * 共用
 */

div.body {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

body > :not(#main) ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body > :not(#main) li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body > :not(#main) ol,
body > :not(#main) ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body > :not(#main) dl,
body > :not(#main) dl dt,
body > :not(#main) dl dd {
  margin: 0;
  padding: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  div.body {
    padding-left: 20px;
    padding-right: 20px;
  }

}

/** ***************************************************************************
 * モーダル
 */

html.with-featherlight
.featherlight .featherlight-content {
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  border-bottom: none;
  overflow: visible;
}

.featherlight .featherlight-next,
.featherlight .featherlight-previous {
  width: 50px;
  text-align: center;
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
	top: 10px;
	right: auto;
	bottom: 10px;
	left: auto;
}

.featherlight .featherlight-next {
	right: 10px;
}

.featherlight .featherlight-previous {
	left: 10px;
}

.featherlight .featherlight-next span,
.featherlight .featherlight-previous span {
	width: auto;
	margin-top: 0;
	line-height: 1;
	font-size: 40px;
  text-shadow: none;
	display: inline-block;
  position: static;
}

.featherlight .featherlight-previous span {
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.featherlight .featherlight-next span::before,
.featherlight .featherlight-previous span::before {
  content: '\e902';
  font-family: icomoon;
}

html.with-featherlight
.featherlight .featherlight-close-icon {
	top: 15px;
	right: 15px;
	background: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  html.with-featherlight
  .featherlight .featherlight-content {
    margin-left: 50px;
    margin-right: 50px;
  }

  .featherlight .featherlight-next {
    right: -50px;
  }

  .featherlight .featherlight-previous {
    left: -50px;
  }

}

/** ***************************************************************************
 * ヘッダー
 * ************************************************************************* */

#header {
  padding: 10px 0 20px;
  background: linear-gradient(#fdd000, #fdc503);
  position: relative;
  z-index: 3;
}

#header div.body {
  max-width: 1640px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out 0.0s;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #header {
    width: 100%;
    padding: 10px 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
  }

  #header div.body {
    padding-bottom: 55px;
    align-items: stretch;
  }

  body.scroll-active
  #header div.body {
    padding-bottom: 45px;
  }

  /**
   * スクロール時
   */

  /* SEOテキスト / ロゴ */

  #header div.body > :not(.header) {
    transition:
      max-height 0.3s ease-in-out 0.0s,
      visibility 0.3s ease-in-out 0.0s,
      opacity 0.3s ease-in-out 0.0s;
    max-height: 100vh;
    visibility: visible;
    opacity: 1;
  }

  body.scroll-active
  #header div.body > :not(.header) {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
  }

  body.scroll-active
  #header div.body > div.lead {
    margin-bottom: 0;
  }

  /* ナビゲーション */

  #header div.header nav.nav > :not(.global-nav) {
    transition:
      max-height 0.3s ease-in-out 0.0s,
      visibility 0.3s ease-in-out 0.0s,
      opacity 0.3s ease-in-out 0.0s;
    max-height: 100vh;
    visibility: visible;
    opacity: 1;
  }

  body.scroll-active
  #header div.header nav.nav > :not(.global-nav) {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
  }

  body.scroll-active
  #header div.header nav.nav > .header-nav {
    margin: 0;
  }

  body.scroll-active
  #header div.header nav.nav > .global-nav {
    margin-top: 0;
  }

  /* お問い合わせ */

  #header div.header div.contact > :not(.button) {
    transition:
      max-height 0.3s ease-in-out 0.0s,
      visibility 0.3s ease-in-out 0.0s,
      opacity 0.3s ease-in-out 0.0s;
    max-height: 100vh;
    visibility: visible;
    opacity: 1;
  }

  body.scroll-active
  #header div.header div.contact > :not(.button) {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
  }

  body.scroll-active
  #header div.header div.contact > div.text {
    margin-bottom: 0;
    padding: 0;
  }

}

@media print, screen and (min-width:1371px) {

  #header div.body {
    padding-bottom: 0 !important;
  }

}

/** ***************************************************************************
 * 紹介文
 */

#header div.lead {
  width: 100%;
  margin-bottom: 0.5em;
  letter-spacing: normal;
  font-size: 0.714em;
  transition: all 0.3s ease-in-out 0.0s;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #header div.lead {
    margin-bottom: 0.5em;
    font-size: 0.857em;
  }

}

@media print, screen and (min-width:1371px) {

  #header div.lead {
    margin-bottom: 0;
  }

}

/** ***************************************************************************
 * ロゴ
 */

#header div.logo {
  width: 100px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #header div.logo {
    width: 200px;
    margin-right: 1.875%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

}

@media print, screen and (min-width:1371px) {

  body.scroll-active
  #header div.body div.logo {
    max-height: 100vh;
    visibility: visible;
    opacity: 1;
  }

}

/** ***************************************************************************
 * コンテンツ
 */


#header div.header {
  width: calc(100% - 200px - 1.875%);
  padding-right: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #header div.header {
    padding-right: 0;
    position: static;
  }

}

/** ===========================================================================
 * ナビ
 */

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #header div.header nav.nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.3s ease-in-out 0.0s;
  }

}

@media print, screen and (min-width:1371px) {

  #header div.header nav.nav {
    align-items: flex-end;
  }

}

/** ---------------------------------------------------------------------------
 * ヘッダー ナビ
 */

#header div.header nav.nav ul.header-nav {
  margin: 5px 0;
  font-size: 0.929em;
  align-items: center;
  justify-content: flex-end;
  display: none;
}

#header div.header nav.nav ul.header-nav li {
  margin: 0 0.25em;
}

#header div.header nav.nav ul.header-nav li a {
  padding: 0.125em 0.5em 0.125em 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  background: url("../_image/_common/icon-arrow-1.png") 5px 0.625em no-repeat;
  background-size: 6px 10px
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #header div.header nav.nav ul.header-nav {
    display: flex;
  }

}

/** ---------------------------------------------------------------------------
 * TEL
 */

#header div.header nav.nav div.tel {
  line-height: 1;
  font-size: 0.75em;
  text-align: right;
  transition: all 0.3s ease-in-out 0.0s;
}

#header div.header nav.nav div.tel .number {
  font-size: 1.5em;
}

#header div.header nav.nav div.tel img {
  vertical-align: middle;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #header div.header nav.nav div.tel {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1em;
  }

  #header div.header nav.nav div.tel .number {
    font-size: 1.833em;
  }

}

@media print, screen and (min-width:1371px) {

  #header div.header nav.nav div.tel {
    width: auto;
  }

}

/** ---------------------------------------------------------------------------
 * グローバル ナビ
 */

#header div.header nav.nav ul.global-nav {
  width: 100%;
  margin-top: 5px;
  letter-spacing: normal;
  font-size: 1.072em;
  font-weight: 500;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out 0.0s;
  display: none;
}

#header div.header nav.nav ul.global-nav li {
  line-height: 1.4;
  position: relative;
}

#header div.header nav.nav ul.global-nav li.home {
  display: none;
}

#header div.header nav.nav ul.global-nav li a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1;
}

#header div.header nav.nav ul.global-nav > li > a {
  padding: 5px 2px;
  transition: border 0.3s ease-in-out 0.0s;
  border-bottom: 3px solid rgba(51, 51, 51, 0.0);
}

#header div.header nav.nav ul.global-nav > li > a:hover,
#header div.header nav.nav ul.global-nav > li.active > a,
#header div.header nav.nav ul.global-nav > li.current > a {
  border-color: rgba(51, 51, 51, 1.0);
}

#header div.header nav.nav ul.global-nav li.new > a:has(i) {
  padding-right: 2.2875em;
}

#header div.header nav.nav ul.global-nav li.new > a i {
  padding: 3px 4px 2px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 0.625em;
  font-style: normal;
  font-weight: 400;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #f00;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.5em - 2px);
  right: 0;
}

#header div.header nav.nav ul.global-nav li.new > a i::before {
  content: 'NEW';
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #header div.header nav.nav ul.global-nav {
    display: flex;
  }

  #header div.header nav.nav ul.global-nav > li {
    margin: 5px 18px;
  }

  body.scroll-active
  #header div.header nav.nav ul.global-nav li.home {
    display: block;
  }

}

@media print, screen and (min-width:1371px) {

  #header div.header nav.nav ul.global-nav {
    width: auto;
    justify-content: flex-start;
    position: relative;
  }

  #header div.header nav.nav ul.global-nav > li {
    margin: 5px 10px;
  }

  body.scroll-active
  #header div.header nav.nav ul.global-nav li.home {
    display: none;
  }

}

/* 下層 ---------------------------------------- */

#header div.header nav.nav ul.global-nav ul.lower {
  width: max-content;
  min-width: 100%;
  max-width: none;
  font-weight: 400;
  border: 1px solid #ddd;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 100%;
  transform-origin: center top;
  transition:
    visibility 0.3s ease-in-out 0.0s,
    opacity 0.3s ease-in-out 0.0s,
    transform 0.3s ease-in-out 0.0s;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.0, 0.0);
}

#header div.header nav.nav ul.global-nav > li > ul.lower {
  top: 100%;
  left: 0;
}

#header div.header nav.nav ul.global-nav ul.lower:hover,
#header div.header nav.nav ul.global-nav a:hover + ul.lower {
  visibility: visible;
  opacity: 1;
  transform: scale(1.0, 1.0);
}

#header div.header nav.nav ul.global-nav ul.lower li {
  padding: 0.5px;
}

#header div.header nav.nav ul.global-nav ul.lower li:not(:first-child) {
  border-top: 1px solid #ddd;
}

#header div.header nav.nav ul.global-nav ul.lower li a {
  padding: 0.5em;
  display: block;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(0, 0, 0, 0.0);
}

#header div.header nav.nav ul.global-nav ul.lower li.current > a {
  pointer-events: none;
  color: #ec9600;
  background-color: rgba(255, 255, 255, 1.0);
}

#header div.header nav.nav ul.global-nav ul.lower li a:hover {
  background-color: rgba(0, 0, 0, 0.0375);
}

#header div.header nav.nav ul.global-nav ul.lower li > a:nth-last-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header div.header nav.nav ul.global-nav ul.lower li > a:nth-last-child(2)::after {
  content: '\e900';
  margin-left: 0.75em;
  line-height: 1;
  font-family: icomoon;
  font-size: 1.25em;
}

/** ===========================================================================
 * お問い合わせ・見積もり依頼
 */

#header div.contact {
  width: 14.71%;
  max-width: 200px;
  min-width: 190px;
  margin-left: 1.095%;
  align-self: flex-start;
  display: none;
}

#header div.contact div.text {
  margin-bottom: 0.5em;
  padding: 0.25em 0.5em;
  line-height: 1.2;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #f5ab1b;
  background-color: #fff;
}

#header div.contact div.button a {
  width: 100%;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #header div.contact {
    display: block;
  }

  body.scroll-active
  #header div.contact div.button {
    position: fixed;
    z-index: 3;
    top: 80px;
    right: 15px;
  }

}

@media print, screen and (min-width:1371px) {

  body.scroll-active
  #header div.contact div.button {
    position: static;
  }

}

/** ===========================================================================
 * ハンバーガー
 */

#header div.drawer {
  width: 40px;
  height: 40px;
  background-color: #333;
  position: absolute;
  top: 0;
  right: 0;
}

body.scroll-active
#header {
  z-index: 3;
}

body.scroll-active
#header div.drawer {
  position: fixed;
  z-index: 1;
  top: 15px;
  right: 15px;
}

#header div.drawer div.drawer-trigger {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #header div.drawer {
    display: none;
  }

}

/** ---------------------------------------------------------------------------
 * ライン
 */

#header div.drawer div.drawer-trigger i.icon {
  width: 50%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out 0.0s;
  left: 0;
}

#header div.drawer div.drawer-trigger i.icon::before,
#header div.drawer div.drawer-trigger i.icon::after {
  content: '';
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  transform-origin: center center;
  transition: all 0.4s ease-in-out 0.0s;
  position: absolute;
  left: 0;
}

/* 上 */
#header div.drawer div.drawer-trigger i.icon::before {
  top: -9px;
}

body.menu-active
#header div.drawer div.drawer-trigger i.icon::before {
  -webkit-transform: translateY(9px) rotate(-315deg);
          transform: translateY(9px) rotate(-315deg);
  left: -100px;
}

/* 中 */
#header div.drawer div.drawer-trigger i.icon {
}

body.menu-active
#header div.drawer div.drawer-trigger i.icon {
  left: 100px;
}

/* 下 */
#header div.drawer div.drawer-trigger i.icon::after {
  top: 7px;
}

body.menu-active
#header div.drawer div.drawer-trigger i.icon::after {
  -webkit-transform: translateY(-7px) rotate(315deg);
          transform: translateY(-7px) rotate(315deg);
  left: -100px;
}

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

body.layout-lower
#visual {
  background: linear-gradient(#fdc503, #ffa10b);
}

body.layout-lower
#visual div.body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

/** ===========================================================================
 * タイトル
 */

body.layout-lower
#visual .title {
  padding-top: 1em;
  padding-right: 0.5em;
  padding-bottom: 1em;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: 900;
  text-align: left;
}

body.layout-lower
#visual .title::before {
  content: attr(data-en);
  line-height: 1.2;
  font-family: 'Futura', 'Century Gothic', sans-serif;
  font-size: 12px;
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  body.layout-lower
  #visual .title::before {
    font-size: 20px;
  }

}

/** ***************************************************************************
 * 下層ページ 汎用
 */

#visual.visual-style-1 div.body {
  min-height: 80px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #visual.visual-style-1 div.body {
    min-height: 200px;
  }

}

/** ===========================================================================
 * タイトル
 */

#visual.visual-style-1 .title {
  margin-top: -0.5em;
  padding-right: 130px;
  font-size: 26px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #visual.visual-style-1 .title {
    padding-right: 40%;
    font-size: 55px;
  }

}

/** ===========================================================================
 * 画像
 */

#visual.visual-style-1 div.image {
  width: 430px;
  text-align: right;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #visual.visual-style-1 div.image {
    width: 100%;
    max-width: 1280px;
    right: 20px;
  }

}

/** ***************************************************************************
 * スタイル 2（サービス紹介など）
 */

#visual.visual-style-2 div.body {
  height: 110px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #visual.visual-style-2 div.body {
    height: 25vw;
    max-height: 300px;
  }

}

/** ===========================================================================
 * タイトル
 */

#visual.visual-style-2 .title {
  margin-top: -1em;
  font-size: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #visual.visual-style-2 .title {
    font-size: 40px;
  }

}

/** ===========================================================================
 * 画像
 */

#visual.visual-style-2 div.image {
  height: 110%;
  backface-visibility: hidden;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.15));
  align-self: flex-start;
  flex-shrink: 0;
}

#visual.visual-style-2 div.image img {
  width: auto;
  height: 100%;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #visual.visual-style-2 div.image {
    height: 120%;
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.15));
  }

}

/** ***************************************************************************
 * パンくず
 * ************************************************************************* */

#breadcrumb {
  padding: 1.25em 0;
}

#breadcrumb ol.list,
#breadcrumb ol.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#breadcrumb ol.list {
  max-width: 720px;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

#breadcrumb ol.list li::after {
  content: '>';
  margin-top: -2px;
  margin-left: 1em;
  margin-right: 1em;
  vertical-align: middle;
  display: inline-block;
}

#breadcrumb ol.list li:last-child::after {
  content: none;
}

#breadcrumb ol.list li a[href] {
  color: #ec9600;
  text-decoration: none;
}

#breadcrumb ol.list li a[href]:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #breadcrumb {
    padding: 2em 0;
  }

}

/** ***************************************************************************
 * メイン
 * ************************************************************************* */

#main {
  overflow: hidden;
}

body.layout-2column
#main div.body {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #main {
    font-size: 16px;
  }

}

/** ***************************************************************************
 * セクショニング
 */

#main .section ~ .section {
  margin-top: 40px;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #main .section ~ .section {
    margin-top: 80px;
  }

  #main .column ~ .column {
    margin-top: 60px;
  }

}

/** ***************************************************************************
 * メイン コンテンツ
 * ************************************************************************* */

body.layout-2column
#main-contents {
  width: 100%;
  padding: 30px 0 40px;
  position: relative;
}

body.layout-2column
#main-contents::after {
  content: '';
  width: 200%;
  height: 100%;
  max-width: none;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  body.layout-2column
  #main-contents {
    width: calc(100% - 3.906% - 220px);
    margin-right: 3.906%;
    padding: 80px 3.906% 80px 0;
  }

  body.layout-2column
  #main-contents::after {
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: 0;
  }

}

/** ***************************************************************************
 * サイド コンテンツ
 * ************************************************************************* */

#side-contents {
  margin-top: 40px;
}

body.layout-2column
#side-contents {
  width: 100%;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #side-contents {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }

  body.layout-2column
  #side-contents {
    width: 220px;
  }

}

/** ***************************************************************************
 * サイド ナビ 1
 */

#side-contents .nav-style-1,
#side-contents .nav-style-1 li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side-contents .nav-style-1 {
  line-height: 1.5;
}

#side-contents .nav-style-1 li {
  border-bottom: 1px solid #cecece;
}

#side-contents .nav-style-1 li a {
  padding: 0.5em;
  color: inherit;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(255, 255, 255, 0.0);
}

#side-contents .nav-style-1 li a[href] {
  color: #ec9600;
}

#side-contents .nav-style-1 li a[href]:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

#side-contents .nav-style-1 li a[target="_blank"]::after {
  content: none;
}

#side-contents .nav-style-1 li .time {
  display: block;
}

/** ***************************************************************************
 * サイド ナビ 2
 */

#side-contents dl.nav-style-2 {
  margin: 0;
  line-height: 1.5;
}

#side-contents dl.nav-style-2 dt {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 1.125em;
  font-weight: 700;
  border-bottom: 3px solid #f7b222;
}

#side-contents dl.nav-style-2 dd {
  margin-left: 0;
  text-align: left;
}

#side-contents dl.nav-style-2 dd ~ dd {
  margin-top: 0.25em;
}

#side-contents dl.nav-style-2 dd a {
  padding: 0.5em;
  color: inherit;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(255, 255, 255, 0.0);
}

#side-contents dl.nav-style-2 dd a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

#side-contents dl.nav-style-2 dd.current a {
  color: #ec9600;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #side-contents dl.nav-style-2 dt {
    margin-bottom: 30px;
    font-size: 1.4em;
  }

  #side-contents dl.nav-style-2 dd ~ dd {
    margin-top: 0.5em;
  }

}

/** ***************************************************************************
 * サイド ナビ 3（サービス紹介）
 */

#side-contents dl.nav-style-3 {
  max-width: none;
  margin: -5px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

#side-contents dl.nav-style-3 dt {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 1.125em;
  font-weight: 700;
  border-bottom: 3px solid #f7b222;
}

#side-contents dl.nav-style-3 dd {
  min-width: calc(25% - 10px);
  margin: 5px;
}

#side-contents dl.nav-style-3 dd a {
  height: 100%;
  padding: 0.25em 30px 0.375em 1em;
  color: inherit;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #f5ab1b;
  display: block;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: #fff;
}

#side-contents dl.nav-style-3 dd a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

#side-contents dl.nav-style-3 dd a::after {
  content: '\e900';
  color: #f5ab1b;
  line-height: 1;
  font-family: icomoon;
  font-size: 1.25em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 5px;
}

/** ***************************************************************************
 * ページナビ
 * ************************************************************************* */

#common-page-nav {
  padding: 40px 0 60px;
}

nav.common-page-nav ul.list,
nav.common-page-nav ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.common-page-nav ul.list {
  max-width: none;
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

nav.common-page-nav ul.list li {
  width: 50%;
  max-width: 325px;
  padding: 10px !important;
}

nav.common-page-nav ul.list li a {
  height: 100%;
  padding: 15px;
  color: inherit;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: relative;
  z-index: 1;
}

nav.common-page-nav ul.list li a::after {
  content: '';
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: url("../_image/_common/image-frame-1.png") center center / 100% 100% no-repeat;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.025));
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition:
    filter 0.3s ease-in-out 0.0s,
    opacity 0.3s ease-in-out 0.0s;
  opacity: 0.7;
}

nav.common-page-nav ul.list li a:hover::after {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
  opacity: 0.9;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #common-page-nav {
    padding: 60px 0;
    font-size: 16px;
  }

  nav.common-page-nav ul.list {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

}

/** ***************************************************************************
 * アイコン
 */

nav.common-page-nav ul.list li .icon {
  margin-bottom: 20px;
}

/** ***************************************************************************
 * タイトル
 */

nav.common-page-nav ul.list li .title {
  line-height: 1.4;
  font-size: 1.25em;
  font-weight: 700;
}

nav.common-page-nav ul.list li .title::before {
	content: attr(data-en);
	margin-bottom: 5px;
	color: #f5ab1b;
	line-height: 1.2;
	font-size: 0.5em;
  text-align: center;
	display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  nav.common-page-nav ul.list li .title {
    font-size: 1.5em;
  }

}

/** ***************************************************************************
 * お問い合わせ・見積もり依頼
 * ************************************************************************* */

#common-contact {
  padding: 40px 0 60px;
  background-color: #f5ab1b;
}

#common-contact div.contents {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #common-contact {
    padding: 60px 0;
    font-size: 16px;
    background-image: url("../_image/_common/image-bg-1.png");
    background-position: 5% bottom;
    background-repeat: no-repeat;
  }

  #common-contact div.contents {
    max-width: none;
    margin-left: -1.5625%;
    margin-right: -1.5625%;
    flex-direction: row;
    align-items: center;
  }

}

/** ***************************************************************************
 * 内容
 */

#common-contact div.content {
  width: 100%;
  margin-bottom: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #common-contact div.content {
    width: 55%;
    min-width: 630px;
    padding-left: 1.5152%;
    padding-right: 1.5152%;
  }

}

/** ===========================================================================
 * タイトル
 */

#common-contact div.content .section-title {
  margin-bottom: 25px;
  letter-spacing: 2px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 900;
}

#common-contact div.content .section-title::before {
  margin-bottom: 5px;
  content: attr(data-en);
  line-height: 1.2;
  font-family: 'Futura', 'Century Gothic', sans-serif;
  font-size: 12px;
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #common-contact div.content .section-title {
    font-size: 40px;
  }

  #common-contact div.content .section-title::before {
    font-size: 20px;
  }

}

/** ===========================================================================
 * メッセージ
 */

#common-contact div.content div.message {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#common-contact div.content div.message i.icon {
  width: 60px;
  flex-shrink: 0;
}

#common-contact div.content div.message div.text {
  margin-left: 1.5em;
  padding: 0.75em 1em;
  color: #ec9600;
  line-height: 1.5;
  font-size: 12px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}

#common-contact div.content div.message div.text::before {
  content: '';
  border: 0.5em solid transparent;
  border-right: 1em solid #fff;
  position: absolute;
  top: calc(50% - 0.5em);
  left: -1.375em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #common-contact div.content div.message i.icon {
    width: 80px;
  }

  #common-contact div.content div.message div.text {
    font-size: 14px;
  }

}

/** ===========================================================================
 * TEL
 */

#common-contact div.content div.tel {
  margin-bottom: 30px;
  text-align: center;
}

#common-contact div.content div.tel .number {
  font-size: 2.25em;
}

/** ===========================================================================
 * メールフォームからのお問い合わせ・見積もり
 */

#common-contact div.content div.button {
  margin-bottom: 20px;
  text-align: center;
}

#common-contact div.content div.button a {
  width: 100%;
  text-align: left;
}

/** ===========================================================================
 * Zoom（オンラインでのビデオ電話ツール）によるお問い合わせも承ります
 */

#common-contact div.content div.zoom {
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 1em;
  border-radius: 6px;
  border: 1px solid #f5ab1b;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #common-contact div.content div.zoom {
    letter-spacing: normal;
  }

}

/** ***************************************************************************
 * ホームページ作成対応地域
 */

#common-contact div.area {
  background-color: #f5ab1b;
  align-self: flex-start;
}

#common-contact div.area div.area-body {
  padding: 15px 15px 20px;
  border-radius: 10px;
  border: 5px solid #fff;
  position: relative;
  z-index: 1;
}

#common-contact div.area div.area-body::after {
  content: '';
  width: 100%;
  height: 200px;
  background: url("../_image/_common/image-areamap-1.png") top right no-repeat;
  background-size: auto 100%;
  position: absolute;
  z-index: -1;
  top: 5px;
  right: 5px;
}

#common-contact div.area dl.area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #common-contact div.area {
    width: 45%;
    min-width: 500px;
    padding-left: 1.5152%;
    padding-right: 1.5152%;
  }

  #common-contact div.area div.area-body::after {
    width: 320px;
    height: 320px;
  }

}

/** ===========================================================================
 * タイトル
 */

#common-contact div.area dl.area div.header {
  width: 13.5em;
  height: 13.5em;
  margin-bottom: 20px;
  padding: 10px;
  color: #ec9600;
  font-weight: 500;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#common-contact div.area dl.area div.header dt {
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.125em;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#common-contact div.area dl.area div.header dt i.icon {
  width: 3em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #common-contact div.area dl.area div.header {
    width: 14.5em;
    height: 14.5em;
    margin-bottom: 60px;
  }

  #common-contact div.area dl.area div.header dt {
    font-size: 1.375em;
  }

}

/** ===========================================================================
 * 一覧
 */

#common-contact div.area dl.area div.list {
  margin-top: auto;
  margin-bottom: 10px;
  padding: 0.5em;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

#common-contact div.area dl.area div.list dd {
  padding: 0 0.125em;
}

#common-contact div.area dl.area div.list dd::after {
  content: '/';
}

#common-contact div.area dl.area div.list dd a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

/** ===========================================================================
 * 注釈など
 */

#common-contact div.area dl.area div.text {
  color: #fff;
  font-size: 0.875em;
}

#common-contact div.area dl.area div.text a {
  color: inherit;
}

#common-contact div.area dl.area div.text a.text-link::after {
  content: none;
}

/** ***************************************************************************
 * メニュー
 * ************************************************************************* */

#menu {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: fixed;
  z-index: 3;
  left: 0;
  bottom: 0;
}

#menu ul a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #menu {
    display: none;
  }

}

/** ***************************************************************************
 * ナビ
 */

#menu div.nav {
  width: 100%;
  height: calc(100% - 50px);
  padding: 5% 10%;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: -1;
  left: 0;
  bottom: 50px;
  transition:
    visibility 0.3s ease-in-out 0.0s,
    opacity 0.3s ease-in-out 0.0s;
  visibility: hidden;
  opacity: 0;
}

body.menu-active
#menu div.nav {
  visibility: visible;
  opacity: 1;
}

#menu div.nav ul:last-child {
  margin-bottom: 10%;
}

/** ===========================================================================
 * リスト
 */

#menu div.nav .list {
  letter-spacing: 2px;
  font-size: 1.125em;
}

#menu div.nav .list a {
  padding: 0.75em 0.5em;
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

#menu div.nav .list .new > a {
  position: relative;
  z-index: 1;
}

#menu div.nav .list .new > a:has(i) {
  padding-right: 2.2875em;
}

#menu div.nav .list .new > a i {
  padding: 2px 4px 4px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 0.625em;
  font-style: normal;
  font-weight: 400;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #f00;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.5em - 2px);
  right: 0;
}

#menu div.nav .list .new > a i::before {
  content: 'NEW';
}

#menu div.nav dl.list dd {
  margin-left: 1em;
}

#menu div.nav dl.list dd a {
  margin-left: 1em;
  padding-left: 1em;
  position: relative;
}

#menu div.nav dl.list dd a::before {
  content: '';
  border-radius: 100px;
  border: 2px solid #333;
  position: absolute;
  top: 1.5em;
  left: 0;
}

/** ***************************************************************************
 * ハンバーガー
 */

#menu div.drawer {
  width: 40px;
  height: 40px;
  background-color: #333;
  position: fixed;
  z-index: 2;
  top: 15px;
  right: 15px;
  transition:
    visibility 0.3s ease-in-out 0.0s,
    opacity 0.3s ease-in-out 0.0s;
  visibility: hidden;
  opacity: 0;
}

body.menu-active
#menu div.drawer {
  visibility: visible;
  opacity: 1;
}

#menu div.drawer div.drawer-trigger {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #menu div.drawer {
    display: none;
  }

}

/** ---------------------------------------------------------------------------
 * ライン
 */

#menu div.drawer div.drawer-trigger i.icon {
  width: 50%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out 0.0s;
  left: 0;
}

#menu div.drawer div.drawer-trigger i.icon::before,
#menu div.drawer div.drawer-trigger i.icon::after {
  content: '';
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  transform-origin: center center;
  transition: all 0.4s ease-in-out 0.0s;
  position: absolute;
  left: 0;
}

/* 上 */
#menu div.drawer div.drawer-trigger i.icon::before {
  top: -9px;
}

body.menu-active
#menu div.drawer div.drawer-trigger i.icon::before {
  -webkit-transform: translateY(9px) rotate(-315deg);
          transform: translateY(9px) rotate(-315deg);
  left: -100px;
}

/* 中 */
#menu div.drawer div.drawer-trigger i.icon {
}

body.menu-active
#menu div.drawer div.drawer-trigger i.icon {
  left: 100px;
}

/* 下 */
#menu div.drawer div.drawer-trigger i.icon::after {
  top: 7px;
}

body.menu-active
#menu div.drawer div.drawer-trigger i.icon::after {
  -webkit-transform: translateY(-7px) rotate(315deg);
          transform: translateY(-7px) rotate(315deg);
  left: -100px;
}

/** ***************************************************************************
 * メニュー
 */

#menu div.menu {
  background-color: rgb(245, 171, 27, 0.9);
}

#menu div.menu ul.list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#menu div.menu ul.list li {
  text-align: center;
  flex-grow: 1;
}

#menu div.menu ul.list li ~ li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

#menu div.menu ul.list li img {
  height: 50px;
}

/** ***************************************************************************
 * フッター
 * ************************************************************************* */

#footer {
  position: relative;
  z-index: 2;
}

/** ***************************************************************************
 * セクショニング
 */

#footer .section {
  padding: 40px 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #footer .section {
    padding: 60px 0;
  }

}

/** ***************************************************************************
 * 固定バナー
 */

#footer div.fixedbanner {
  width: max(10vw, 50px);
  position: fixed;
  z-index: 10;
  top: 50vh;
  right: 0;
  transition:
    transform 0.4s ease-in-out 0.0s,
    visibility 0.4s ease-in-out 0.2s,
    opacity 0.4s ease-in-out 0.2s;
  transform: translate(100%, -50%);
  visibility: hidden;
  opacity: 0;
}

body.scroll-active
#footer div.fixedbanner {
  transform: translate(0, -50%) rotate(0);
  visibility: visible;
  opacity: 1;
}

#footer div.fixedbanner a {
  color: inherit;
  text-decoration: none;
  display: block;
}

body.scroll-active
#footer div.fixedbanner a {
  color: inherit;
  text-decoration: none;
  display: block;
  animation:
    fixedbanner-in 2.0s cubic-bezier(0.68,-0.55,0.27,1.55) 0.5s backwards,
    fixedbanner-move 2.0s ease-in-out 3.5s infinite;
  position: relative;
  z-index: 1;
}

body.scroll-active
#footer div.fixedbanner a::after {
  content: '';
  width: 90%;
  height: 94.8%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: rgba(0, 0, 0, 1.0);
  transform-origin: center center;
  animation: fixedbanner-effect 2.0s cubic-bezier(0.77,0,0.18,1) 2.65s infinite;
  position: absolute;
  z-index: -1;
  top: 2%;
  left: 8%;
}

#footer div.fixedbanner img {
  opacity: 1 !important;
  transition: filter 0.5s ease-in-out 0.0s;
  filter: brightness(1);
}

#footer div.fixedbanner a:hover img {
  filter: brightness(120%);
}

/* 非表示設定 */

body:not(.layout-index)
#footer div.fixedbanner {
  display: none;
}

@keyframes fixedbanner-in {
  0% {
    left: 100px;
    transform: scale(0.5);
  }
  25% {
    left: 0;
    transform: scale(1.0);
  }
  50% {
    transform: scale(1.0);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.0);
  }
}

@keyframes fixedbanner-move {
  0% {
    transform: scale(1);
  }
  6% {
    transform: scale(1.025);
  }
  12% {
    transform: scale(1);
  }
  18% {
    transform: scale(1.025);
  }
  24% {
    transform: scale(1);
  }
}

@keyframes fixedbanner-effect {
  0% {
    opacity: 1;
    transform: scale(0.7, 0.8);
  }
  100% {
    opacity: 0;
    transform: scale(1.4, 1.1);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #footer div.fixedbanner {
    width: auto;
  }

}

/** ***************************************************************************
 * サイトマップ ナビ
 */

#footer nav.sitemap {
  padding-bottom: 80px;
  background-color: #e9e9e9;
}

#footer nav.sitemap ul.list {
  max-width: none;
  margin: -5px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

#footer nav.sitemap ul.list li {
  margin: 5px;
}

#footer nav.sitemap ul.list li a {
  height: 100%;
  padding: 0.25em 25px 0.375em 1em;
  color: inherit;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #f5ab1b;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
}

#footer nav.sitemap ul.list li a::after {
  content: '\e900';
  color: #f5ab1b;
  line-height: 1;
  font-family: icomoon;
  font-size: 1.25em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 5px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #footer nav.sitemap {
    display: none;
  }

}

/** ***************************************************************************
 * フッター ナビ
 */

#footer nav.nav {
  display: none;
}

#footer nav.nav div.nav-item a {
  padding: 0.25em;
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #footer nav.nav {
    display: block;
  }

  #footer nav.nav div.body {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
  }

  #footer nav.nav div.nav-item {
    padding: 0 2%;
  }

}

/** ===========================================================================
 * リスト
 */

#footer nav.nav div.nav-item ul.list + dl.list {
  padding: 0.75em 0;
}

#footer nav.nav div.nav-item ul.list > li ~ li {
  margin-top: 0.5em;
}

#footer nav.nav div.nav-item dl.list dt {
  width: 100%;
}

#footer nav.nav div.nav-item dl.list dd {
  margin-left: 1.25em;
}

#footer nav.nav div.nav-item dl.list dd ~ dd {
  margin-top: 0.5em;
}

#footer nav.nav div.nav-item dl.list dd a {
  padding-left: 1em;
  position: relative;
}

#footer nav.nav div.nav-item dl.list dd a::before {
  content: '';
  border-radius: 100px;
  border: 2px solid #333;
  position: absolute;
  top: 0.875em;
  left: 0.25em;
}

/** ***************************************************************************
 * コンテンツ
 */

#footer div.footer {
  padding-bottom: 20px;
  color: #fff;
  background-color: #333;
  position: relative;
  z-index: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #footer div.footer div.body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

}

/** ===========================================================================
 * 会社情報
 */

#footer address.address i.logo {
  width: 100px;
  margin-bottom: 5px;
  display: block;
}

#footer address.address i.logo a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

#footer address.address div.content .title .name {
  display: block;
}

#footer address.address div.content .tel {
  font-size: 1.125em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #footer address.address {
    margin-bottom: 30px;
    padding-right: 3.125%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  #footer address.address i.logo {
    width: 200px;
    margin-right: 30px;
    margin-bottom: 0;
  }

}

/** ===========================================================================
 * コンテンツ
 */

#footer div.footer div.footer-contents {
  margin-top: 20px;
}

#footer div.footer div.footer-contents .column ~ .column {
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #footer div.footer div.footer-contents {
    margin-top: 0;
    flex-grow: 1;
  }

  #footer div.footer div.footer-contents .column ~ .column {
    margin-top: 30px;
  }

}

/** ---------------------------------------------------------------------------
 * バナー
 */

#footer div.footer div.footer-contents ul.banner {
  max-width: none;
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

#footer div.footer div.footer-contents ul.banner li {
  width: 50%;
  padding: 5px;
}

#footer div.footer div.footer-contents ul.banner li a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #footer div.footer div.footer-contents ul.banner li {
    width: auto;
  }

}

/** ---------------------------------------------------------------------------
 * リンク
 */

#footer div.footer div.footer-contents ul.link li a {
  padding: 0.25em;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #footer div.footer div.footer-contents ul.link li a {
    padding: 0.125em;
  }

}

/** ===========================================================================
 * コピーライト
 */

#footer div.footer div.copyright {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

#footer div.footer div.copyright .text {
  font-size: 12px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #footer div.footer div.copyright {
    margin-top: 40px;
  }

}

/** ===========================================================================
 * Cookie
 */

#footer div.footer div.cookie {
  position: fixed;
  left: 10px;
  bottom: 65px;
}

body.scroll-active
#footer div.footer.window-in div.cookie {
  position: absolute;
  top: -45px;
  bottom: auto;
}

#footer div.footer div.cookie .cookie-button {
  min-height: 0;
  display: none;
}

#footer div.footer div.cookie .cookie-button.active {
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #footer div.footer div.cookie {
    bottom: 10px;
  }

  body.scroll-active
  #footer div.footer.window-in div.cookie {
    top: -50px;
  }

}

/** ===========================================================================
 * ページトップ
 */

#footer div.footer div.pagetop {
  width: 40px;
  position: fixed;
  right: 10px;
  bottom: 65px;
  transition:
    visibility 0.3s ease-in-out 0.0s,
    opacity 0.3s ease-in-out 0.0s;
  visibility: hidden;
  opacity: 0;
}

body.scroll-active
#footer div.footer div.pagetop {
  visibility: visible;
  opacity: 1;
}

body.scroll-active
#footer div.footer.window-in div.pagetop {
  position: absolute;
  top: -50px;
  bottom: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #footer div.footer div.pagetop {
    width: 60px;
    bottom: 10px;
  }

  body.scroll-active
  #footer div.footer.window-in div.pagetop {
    top: -70px;
  }

}
