@charset "UTF-8";
/* CSS設計：FLOCSS */
/* 共通ヘッダー、フッター用のstyle */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"),
    local("YuGothic-Regular");
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

@font-face {
  font-family: "initia";
  src: url("../font/initia.ttf?z6ah6z") format("truetype"),
    url("../font/initia.woff?z6ah6z") format("woff"),
    url("../font/initia.svg?z6ah6z#initia") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "initia" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.icon-back:before {
  content: "\e900";
}

.icon-search-home:before {
  content: "\e901";
}

.icon-renovation:before {
  content: "\e902";
}

.icon-gear:before {
  content: "\e903";
}

.icon-comment:before {
  content: "\e904";
}

.icon-people:before {
  content: "\e905";
}

.icon-carret:before {
  content: "\e906";
}

.icon-search1:before {
  content: "\e907";
}

.icon-arrow-up-right2:before {
  content: "\ea3b";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-search3:before {
  content: "\e908";
}

.icon-chevron:before {
  content: "\e909";
}

.icon-close:before {
  content: "\e90a";
}

html {
  font-size: 62.5%;
}

button {
  padding: 0;
  border: 0;
  outline: none;
  letter-spacing: inherit;
  -webkit-appearance: button;
  overflow: visible;
}

svg {
  overflow: visible;
}

input {
  -webkit-border-radius: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
input[type="number"] {
  width: auto;
}
input[type="search"] {
  -webkit-appearance: none;
  min-height: 1.5em;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.page {
  overflow: visible;
}

body #container {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  body {
    min-width: 1180px;
  }
}

.l-header {
  width: 100%;
  letter-spacing: 0;
  line-height: 1.7;
}
.l-header *,
.l-header :before,
.l-header :after {
  box-sizing: border-box;
}
.l-header input {
  border: 0;
  outline: none;
}

.l-footer {
  letter-spacing: 0;
  line-height: 1.7;
}
.l-footer *,
.l-footer :before,
.l-footer :after {
  box-sizing: border-box;
}

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: December 13, 2016
 */
.swiper-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
  z-index: 1;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1000;
  pointer-events: none;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 17px;
  margin-top: -25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 17px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f77459'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f77459'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  transform: translate3d(0, 0, 0);
  transition: 300ms;
  text-align: center;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #4a4a4a;
}

button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
  background-color: #2a2a2a;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.c-overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.79);
  z-index: 2;
}

.c-breadcrumb__item:not(:last-of-type):after {
  content: "＞";
}

.c-breadcrumb__item:last-of-type > a {
  pointer-events: none;
}

.p-header__naviItem.js-menu-pc {
  position: static;
}

.service-menu {
  display: none;
  position: absolute;
  top: 93px;
  z-index: 3;
  left: 0;
  width: 100%;
  min-width: 1180px;
  /*background: url(/pj/contents/img/common/bg_service.png);*/
}
.service-menu__close {
  position: absolute;
  top: 520px;
  width: 100%;
  font-size: 14px;
  line-height: 3;
  text-align: center;
  color: white;
}
.service-menu__close i {
  font-size: 11px;
  padding-right: 3px;
}
.service-menu .service-menu_title {
  position: relative;
  text-align: center;
  padding: 50px 0 55px 0;
}

.service-menu .service-menu_title p {
  width: 150px;
  margin: 0 auto;
}

.service-menu_list {
  width: 1180px;
  margin: 0 auto;
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: center;
  /*padding: 0 0 50px 0;*/
}

.service-menu_list dl {
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
  box-sizing: border-box;
  width: 280px;
  padding: 12px 2% 5px 2%;
  background: #e9e9e9;
  margin: 0 20px 0 0;
}

.service-menu_list dl dt {
  /*color: #212121;

  padding: 12px 0 15px 34px;
  background-position: 0 12px;
  background-repeat: no-repeat;*/
}
.service-menu_list dt {
  font-size: 14px;
  font-size: 1.4rem;
  display: -ms-flexbox;
  display: flex;

  padding: 12px 0 15px;
}
.service-menu_list dt i {
  padding-right: 10px;
  font-size: 26px;
  color: #f77459;
}

.service-menu_list02 dt i {
  font-size: 27px;
  margin-top: -3px;
}
.service-menu_list .service-menu_list04 {
  margin-right: 0;
}
.service-menu_list dd a {
  color: #212121;
  display: block;
  /*display: -webkit-flex;
    display: flex;
    align-items: center;*/
  width: auto;
  height: 48px;
  margin-bottom: 11px;
  padding: 15px 0 0 1em;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  position: relative;
}

.service-menu_list dd.row2 a {
  padding: 5px 0 0 1em;
}

.service-menu_list dd:hover a {
  background: #868686;
  color: #fff;
}

.service-menu_list dd a::after {
  position: absolute;
  right: 5px;
  top: 14px;
  content: "+";
  color: #212121;
  font-weight: normal;
}

.service-menu_list dd:hover a::after {
  color: #fff;
}

.service-menu_list dd a span {
  font-size: 10px;
  color: #aaa;
  width: 100%;
}

@keyframes slidedown {
  0% {
    top: -40px;
  }
  100% {
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-header {
    font-family: -apple-system, "Hiragino Kaku Gothic ProN", sans-serif;
  }
  .l-footer {
    font-family: -apple-system, "Hiragino Kaku Gothic ProN", sans-serif;
  }
  .is-active .c-icon--normal {
    display: none;
  }
  .c-icon--active {
    display: none;
  }
  .is-active .c-icon--active {
    display: block;
  }
  .c-title {
    position: relative;
    margin-left: 4.6875vw;
    padding-left: 4.6875vw;
    font-size: 3.75vw;
    line-height: 18.125vw;
  }
  .c-title:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 4.6875vw;
    transform: translateY(-50%);
    border-left: 0.9375vw solid #f77459;
    content: "";
  }
  .c-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    color: #b1b1b2;
    font-size: 2.5vw;
    overflow-x: scroll;
  }
  .c-breadcrumb__item {
    line-height: 7.8125vw;
    white-space: nowrap;
  }
  .c-breadcrumb__item > a {
    padding-right: 1em;
    padding-left: 1em;
    color: #b1b1b2;
  }
  .p-header__head {
    padding-right: 1.5625vw;
    padding-left: 1.5625vw;
    background-color: #231815;
    color: #858585;
  }
  .p-header__headText {
    font-size: 2.1875vw;
    font-weight: normal;
    line-height: calc(32 / 14);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .p-header__main {
    padding-top: 3.67188vw;
    padding-bottom: 3.67188vw;
    background-color: #212121;
    text-align: center;
  }
  .p-header__logo {
    width: 30.9375vw;
    height: 3.78297vw;
    fill: #fff;
  }
  .p-header__naviList {
    width: 100%;
    z-index: 4;
  }
  /*   .p-header__naviList.is-fixed{
    position: fixed;
    top: 0;
    animation: slidedown .8s ease; } */
  .p-header__navi {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 16px rgba(35, 24, 21, 0.2);
    z-index: 4;
  }
  .p-header__navi.is-fixed {
    position: fixed;
    top: 0;
    animation: slidedown 0.8s ease;
  }
  .p-service__title {
    position: relative;
    padding-right: 3.75vw;
    padding-left: 3.75vw;
    margin-bottom: 10px;
    background-color: #fff;
    color: #231815;
    font-size: 2.8125vw;
    font-weight: normal;
    line-height: 7.5vw;
  }
  /*.p-service__title:after {
        position: absolute;
        bottom: -1.71875vw;
        left: 2.03125vw;
        width: 0;
        height: 0;
        border-width: 1.875vw 1.3725vw 0 1.3725vw;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        content: "";
        z-index: 1; }*/
  .p-service__body {
    padding: 0 15px;
  }
  .p-service__item {
    position: relative;
    margin-bottom: 19px;
  }

  .p-service__item > a {
    display: block;
    position: relative;
  }
  .p-service__item > a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: rgba(35, 24, 21, 0.6);*/
    content: "";
  }
  .p-service__item > a > img {
    width: 100%;
  }

  .p-service__text {
    display: -webkit-box;
    position: absolute;
    bottom: 5vw;
    padding-right: 5vw;
    padding-left: 5vw;
    color: #fff;
    font-size: 3.28125vw;
    font-weight: bold;
    overflow: hidden;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .p-footer {
    text-align: center;
  }
  .p-footer__main {
    padding-top: 11.71875vw;
    padding-bottom: 9.21875vw;
    background-color: #191919;
  }
  .p-footer__brand {
    margin-bottom: 8.28125vw;
  }
  .p-footer__brand > .p-footer__logo {
    width: 29.25219vw;
    height: 3.57687vw;
    fill: #3d3d3d;
  }
  .p-footer__navi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 7.8125vw;
    color: #ebebeb;
  }
  .p-footer__naviItem {
    font-size: 3.28125vw;
  }
  .p-footer__naviItem:before {
    content: "|";
  }
  .p-footer__naviItem:last-child:after {
    content: "|";
  }
  .p-footer__naviItem > a {
    padding-right: 5vw;
    padding-left: 5vw;
    color: #ebebeb;
  }
  .p-footer__sns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-footer__sns > :not(:last-child) {
    margin-right: 3.90625vw;
  }
  .p-footer__icon {
    width: 8.75vw;
    height: 8.75vw;
    fill: #d8d9d9;
  }
  .p-footer__foot {
    padding-top: 5vw;
    padding-bottom: 5.625vw;
    background-color: #fff;
  }
  .p-footer__corporate {
    width: 39.0625vw;
    height: 12.56962vw;
    margin-right: auto;
    margin-bottom: 6.5625vw;
    margin-top: 2.1875vw;
    margin-left: auto;
  }
  .p-footer__corporate > img {
    width: 100%;
    height: 100%;
  }
  .p-footer__copyright {
    color: #9b9c9c;
    font-size: 2.5vw;
    font-weight: bold;
  }
  .p-menu {
    display: none;
    position: absolute;
    width: 100%;
    background-image: url(/pj/contents/common/imgs/bg-menu.png);
    background-size: cover;
    z-index: 3;
  }
  .p-menu a {
    color: #fff;
  }
  .p-menu__search {
    background-image: linear-gradient(
      to bottom,
      transparent,
      transparent 50%,
      #ebebeb 50%,
      #ebebeb
    );
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    padding: 4.21875vw 4.6875vw 4.0625vw;
    background-size: 100% 1px;
  }
  .p-menu__input {
    width: 100%;
    padding-left: 7.8125vw;
    border-radius: 0.46875vw;
    background-color: #fff;
    font-size: 3.5vw;
    line-height: 7.8125vw;
  }
  .p-menu__main {
    margin-bottom: 7.8125vw;
    color: #fff;
  }
  .p-menu__item {
    background-image: linear-gradient(
      to bottom,
      transparent,
      transparent 50%,
      #ebebeb 50%,
      #ebebeb
    );
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 1px;
  }
  .p-menu__item:nth-of-type(2) {
    background-image: linear-gradient(
      to bottom,
      transparent,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2)
    );
  }
  .p-menu__item > a {
    display: block;
  }
  .p-menu__item--small {
    font-size: 3.4375vw;
    line-height: 13.75vw;
  }
  .p-menu__item--small > a {
    padding-left: 10.9375vw;
    color: #b1b1b2;
  }
  .p-menu__accordion {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
    font-size: 3.4375vw;
    line-height: 10vw;
    text-indent: 10.9375vw;
  }
  .p-menu__accordion > li:first-letter {
    color: #f77459;
  }
  .p-menu__accordion > li > a {
    display: block;
  }
  .p-menu__icon {
    width: 2.8125vw;
    height: 2.8125vw;
    margin-right: 1.875vw;
    vertical-align: baseline;
  }
  .p-menu__sub {
    margin-bottom: 7.8125vw;
    font-size: 3.4375vw;
    line-height: 8.125vw;
  }
  .p-menu__sub > li:nth-of-type(3) {
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-menu__sub a {
    display: block;
    padding-left: 10.9375vw;
  }
  .p-menu__sns {
    padding-bottom: 9.84375vw;
    padding-left: 10.9375vw;
    color: #fff;
  }
  .p-menu__sns > dt {
    display: inline-block;
    margin-right: 4.6875vw;
    font-size: 3.4375vw;
  }
  .p-menu__sns > dd {
    display: inline-block;
    margin-right: 4.0625vw;
  }

  .p-serviceMenu {
    display: none;
    position: absolute;
    width: 100%;
    /*padding-bottom: 27vw;*/
    background-color: #404040;
    z-index: 3;
  }
  .p-serviceMenu__content {
    /*background-image: linear-gradient(to bottom, transparent, transparent 50%, #ededed 50%, #ededed);*/
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 8.9375vw 3.90625vw;
    background-size: 100% 1px;
  }
  .p-serviceMenu__content > div {
    font-size: 0;
    letter-spacing: -0.4em;
  }
  /* .p-serviceMenu__upper {
        padding-bottom: 1.56vw; } */
  .p-serviceMenu__btn {
    display: inline-block;
    position: relative;
    /*width: 45.31vw;*/
    /* width: 49%; */
    width: 100%;
    margin-top: 10px;
    height: 95px;
    background: url(../../sp/img/common/bg_icon.svg) no-repeat;
    background-position: center left 20px;
    background-size: 18.56vw auto;
    background-color: #5c5c5c;
    color: #fff;
    letter-spacing: normal;
    text-align: center;
    vertical-align: bottom;
  }
  /* .p-serviceMenu__btn:nth-child(1) {
          margin-right: 1.56vw; } */
  .p-serviceMenu__btn.is-active {
    background-color: #231815;
  }
  .p-serviceMenu__title {
    position: absolute;
    /* display: inline-block; */
    top: calc(22/375*100vw);
    font-weight: bold;
    width: auto;
    left: calc(100/375*100vw);
    line-height: calc(22 / 15);
    letter-spacing: 0.11em;
    font-size: 3vw;
    /*background: url(../img/common/border_search.svg) center bottom no-repeat;
            background-size: 4.69vw auto;*/
    height: calc(25/375*100vw);
    display: inline-block;
  }
  .p-serviceMenu__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 15px;
    background: #989898;
  }
  .p-serviceMenu__icon {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0, -50%);
    fill: #fff;
  }
  .is-active .p-serviceMenu__icon {
    fill: #f77459;
  }
  .p-serviceMenu__icon--1 {
    width: 6.96875vw;
    height: 7.125vw;
  }
  .p-serviceMenu__icon--2 {
    width: 9.9375vw;
    height: 8.6875vw;
  }
  .p-serviceMenu__icon--3 {
    width: 6.8125vw;
    height: 6.8125vw;
  }
  .p-serviceMenu__icon--4 {
    width: 10.25vw;
    height: 10.09375vw;
  }
  .p-serviceMenu__icon--5 {
    width: 7.75vw;
    height: 7.75vw;
  }
  .p-serviceMenu__icon--6 {
    width: 8.375vw;
    height: 7.59375vw;
  }
  .p-serviceMenu__text {
    /*display: -ms-flexbox;
        display: flex;*/
    letter-spacing: -0.04em;
    position: absolute;
    top: calc(55/375*100vw);
    left: calc(100/375*100vw);
    display: inline-block;
    /*-ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;*/
    width: auto;
    height: auto;
    font-size: 10px;
    text-align: left;
    /* transform: scale(0.9); */
    line-height: calc(22 / 15);
  }
  .p-serviceMenu__text br {
    display: block;
  }
  .p-serviceMenu__list {
    background-image: linear-gradient(
      to bottom,
      transparent,
      transparent 50%,
      #ededed 50%,
      #ededed
    );
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 1px;
    font-size: 3.4375vw;
    line-height: 13.4375vw;
  }
  .p-serviceMenu__list > a {
    display: block;
    padding-left: 6.875vw;
    color: #fff;
  }
  .p-navi {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 2.5vw;
    text-align: center;
  }
  .p-navi__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    height: 13.28125vw;
    line-height: 1;
  }
  .p-navi__item:not(:last-child) {
    background-image: linear-gradient(
      to right,
      transparent,
      transparent 50%,
      #d8d9d9 50%,
      #d8d9d9
    );
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1px 100%;
  }
  .p-navi__item > div,
  .p-navi__item > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 2.5vw;
    color: #595957;
  }
  .p-navi__icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    fill: #595957;
  }
  .p-navi__icon--home {
    width: 5.04688vw;
    height: 4.25vw;
    margin-top: 3.28125vw;
  }
  .p-navi__icon--search {
    width: 4.4375vw;
    height: 4.47906vw;
    margin-top: 2.78125vw;
  }
  .p-navi__icon--menu {
    width: 5vw;
    height: 3.125vw;
    margin-top: 3.59375vw;
  }
  .p-navi__item.is-active {
    background-color: #3e3a39;
  }
  .p-navi__item.is-active > div {
    color: #ebebeb;
  }
  .p-navi__item.is-active .p-navi__icon {
    fill: #ebebeb;
  }
  .p-search__head {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3.90625vw 4.21875vw 3.90625vw 4.84375vw;
    background-color: #f2f2f1;
  }
  .p-search__icon {
    position: absolute;
    top: 50%;
    left: 6.71875vw;
    width: 3.32922vw;
    height: 3.33516vw;
    transform: translateY(-50%);
    fill: #595957;
  }
  .p-search__input {
    width: 54.6875vw;
    padding-left: 7.1875vw;
    border-radius: 0.46875vw;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: -0.07em;
    line-height: 7.8125vw;
  }
  .p-search__layout {
    background-image: linear-gradient(
      to left,
      transparent,
      transparent 50%,
      #d8d9d9 50%,
      #d8d9d9
    );
    background-repeat: no-repeat;
    background-position: left;
    display: -ms-flexbox;
    display: flex;
    background-size: 1px 100%;
    line-height: 5.78125vw;
  }
  .p-search__layoutList {
    background-image: linear-gradient(
      to right,
      transparent,
      transparent 50%,
      #d8d9d9 50%,
      #d8d9d9
    );
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 5.3125vw;
    padding-left: 5.3125vw;
    background-size: 1px 100%;
  }
  .p-search__layoutList.is-disabled {
    pointer-events: none;
  }
  .p-search__btn {
    fill: #4a4a4a;
  }
  .is-disabled .p-search__btn {
    fill: #d1d1d1;
  }
  .p-search__btn--1 {
    width: 4.0625vw;
    height: 3.75vw;
  }
  .p-search__btn--2 {
    width: 4.375vw;
    height: 3.90625vw;
  }
  .p-search__foot {
    font-size: 2.8125vw;
    letter-spacing: 0.32em;
    line-height: 15.625vw;
  }
  .p-search__foot--result {
    padding: 5.46875vw 6.25vw;
    background-color: #262626;
    font-size: 3.28125vw;
    letter-spacing: 0.32em;
  }
  .p-search__foot--result + .p-search__foot--result {
    background-image: linear-gradient(
      to top,
      transparent,
      transparent 50%,
      #231815 50%,
      #231815
    );
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 1px;
  }
  .p-search__button {
    width: 100%;
    border-radius: 3px;
    line-height: 12.5vw;
  }
  .p-search__button--border {
    border: 1px solid #3e3a39;
  }
  .p-search__back {
    width: 4.21875vw;
    height: 4.6875vw;
    margin-top: -0.3em;
    fill: #fff;
  }
  .p-bubble {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 3.125vw;
    padding-right: 3.90625vw;
    padding-left: 3.90625vw;
    background-color: #231815;
    font-size: 3.28125vw;
    letter-spacing: normal;
  }
  .p-bubble:before {
    position: absolute;
    top: -1.71875vw;
    width: 0;
    height: 0;
    border-width: 0 1.25vw 2.8125vw 1.25vw;
    border-style: solid;
    border-color: transparent transparent #231815 transparent;
    content: "";
  }
  .p-bubble--1:before,
  .p-bubble--3:before {
    left: 25%;
    transform: translateX(-25%);
  }
  .p-bubble--2:before,
  .p-bubble--4:before {
    left: 75%;
    transform: translateX(-75%);
  }
  .p-bubble__item {
    padding: 1.28em 0;
    line-height: 1.6;
  }
  .p-bubble__item:not(:last-of-type) {
    background-image: linear-gradient(
      to bottom,
      transparent,
      transparent 50%,
      #3e3a39 50%,
      #3e3a39
    );
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 1px;
  }
  .p-bubble__item:first-letter {
    color: #f77459;
    font-size: 3.75vw;
  }
  .p-bubble__item:last-of-type {
    font-size: 99%;
  }
  .p-bubble__item > a {
    display: block;
    color: #b3b3b4;
  }
  .p-bubble__item > a br {
    display: block;
  }
  .p-bubble__item > a span {
    padding-left: 0.4em;
  }
  .u-pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .l-header {
    font-family: RodinPro-L, -apple-system, BlinkMacSystemFont,
      "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, Meiryo, sans-serif;
  }
  .l-header__top {
    width: 100%;
    background-color: #202020;
  }
  .l-header__main {
    display: -ms-flexbox;
    display: flex;
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-header__contents {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .l-footer {
    position: relative;
    padding-top: 80px;
    font-family: RodinPro-L, -apple-system, BlinkMacSystemFont,
      "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, Meiryo, sans-serif;
  }
  .l-footer__commonWrap {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-wrap {
    position: relative;
    width: 100%;
    margin-top: -112px;
  }
  .c-breadcrumb {
    width: 1160px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    padding-left: 210px;
    font-size: 0;
    box-sizing: border-box;
  }
  .c-breadcrumb__item {
    display: inline-block;
    color: #848484;
    font-size: 1.1rem;
  }
  .c-breadcrumb__item > a {
    display: inline-block;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #848484;
  }
  .c-breadcrumb__item:not(:last-of-type):after {
    margin-right: 3px;
    margin-left: 5px;
  }
  .c-breadcrumb__item:not(:last-of-type) > a {
    text-decoration: underline;
  }
  .p-header__logo {
    width: 180px;
    height: 180px;
    background-color: #333;
    color: #fff;
    text-align: center;
    z-index: 4;
  }
  .p-header__logo > a {
    display: block;
    height: 100%;
  }
  .p-header__logo img {
    width: 129px;
    padding-top: 81px;
  }
  .p-header__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
    color: #808080;
    line-height: 25px;
  }
  .p-header__desc {
    font-size: 1rem;
  }
  .p-header__link {
    padding-right: 30px;
  }
  .p-header__linkItem {
    display: inline-block;
    margin-left: 45px;
    font-size: 1.1rem;
  }
  .p-header__linkItem:before {
    display: inline-block;
    margin-top: -0.2em;
    margin-right: 3px;
    transform: rotate(-90deg) scale(0.4);
    color: #b9b9b9;
    font-family: "initia";
    font-size: 10px;
    content: "\e906";
    vertical-align: middle;
  }
  .p-header__linkItem:first-of-type a,
  .p-header__linkItem:last-of-type a {
    width: 108px;
  }
  .p-header__linkItem:nth-child(2) a {
    width: 168px;
  }
  .p-header__linkItem a {
    display: inline-block;
    color: #dfdfdf;
  }
  .p-header__linkItem a:hover {
    color: #b9b9b9;
  }
  .p-header__linkItem a:hover span:first-of-type {
    display: none;
  }
  .p-header__linkItem a:not(:hover) span:last-of-type {
    display: none;
  }
  .p-header__navi {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dfdfdf;
  }
  .p-header__naviItem {
    position: relative;
    transition: all 0.3s ease;
    border-bottom: 5px solid transparent;
    font-family: RodinPro-M, -apple-system, BlinkMacSystemFont,
      "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .p-header__naviItem:hover,
  .p-header__naviItem.is-current {
    border-color: #4e4e4e;
    cursor: pointer;
  }
  .p-header__naviItem > a {
    display: block;
    width: 160px;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #212121;
    line-height: 28px;
    text-align: center;
  }
  .p-header__naviItem:after {
    position: absolute;
    top: 20px;
    right: 0;
    height: 28px;
    border-right: 1px solid #dfdfdf;
    content: "";
  }
  .p-header__naviItem:nth-last-child(2) > a {
    width: 190px;
  }
  .p-header__naviItem .icon-chevron {
    display: inline-block;
    margin-left: 16px;
    transform: rotate(90deg);
    font-size: 9px;
  }
  .p-header__snsArea {
    margin-left: auto;
    padding-top: 22px;
    padding-right: 30px;
    padding-bottom: 21px;
  }
  .p-header__sns {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 15px;
    transition: all 0.3s ease;
    border-radius: 50%;
    background-color: #9b9b9b;
    color: #fff;
    line-height: 24px;
    text-align: center;
  }
  .p-header__sns:hover {
    background-color: #6a6a6a;
    color: #fff;
  }
  .p-header__sns .icon-twitter {
    font-size: 11px;
    line-height: inherit;
  }
  .p-header__sns .icon-facebook {
    font-size: 12px;
    line-height: inherit;
  }
  .p-header__customerSnsArea {
    display: none;
  }

  .p-footer__exlink {
    position: relative;
    margin-bottom: 80px;
    padding-top: 119px;
    padding-bottom: 70px;
    background-color: #2a2a2a;
  }

  .p-footer__visible {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  .p-footer__carousel {
    width: 925px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .p-footer__carouselItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .p-footer__carouselItem > li:not(:nth-child(4n)) {
    margin-right: 30px;
  }

  .p-footer__btn {
    display: block;
    /*display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;*/
    width: 210px;
    margin-bottom: 15px;
    color: #ddd;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
  }

  /*.p-footer__btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}*/

  .p-footer__btn img {
    margin: 0 0 14px 0;
  }

  .p-footer__btn dl dt {
    color: #d1d1d1;
    margin: 0 0 10px 0;
    line-height: 1.4;
  }

  .p-footer__btn dl dd {
    color: #909090;
    line-height: 1.7;
    font-size: 0.9em;
  }

  .p-footer__btn span,
  .p-footer__btn span.ldquo2 {
    letter-spacing: -0.3em;
  }
  .p-footer__btn span.ldquo {
    letter-spacing: -0.5em;
  }
  .p-footer__btn span.large {
    letter-spacing: 0.18em;
  }

  .p-footer__btn .icon {
    width: 58px;
    text-align: center;
  }

  .p-footer__btn .icon-people {
    font-size: 25px;
  }

  .p-footer__btn .icon-comment,
  .p-footer__btn .icon-gear {
    font-size: 23px;
  }

  .p-footer__btn .icon-search-home {
    font-size: 28px;
  }

  .p-footer__btn .icon-renovation {
    font-size: 29px;
  }

  .p-footer__btn .icon-search3 {
    font-size: 22px;
  }

  .p-footer__pagetop {
    position: absolute;
    right: calc(50% - 500px - 56px);
    bottom: 0;
    width: 29px;
    height: 29px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    cursor: pointer;
  }

  .p-footer__pagetop:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    margin-top: 2px;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-top: 2px solid #272727;
    border-right: 2px solid #272727;
    content: "";
  }
  .p-footer__tree {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 150px;
    border-bottom: 1px solid #ebebeb;
  }
  .p-footer__tree a {
    color: #7f7f7f;
    transition: all 0.2s ease-in-out 0s;
  }
  .p-footer__tree a:hover {
    color: #4a4a4a;
  }
  .p-footer__tree a.noLink:hover {
    cursor: default;
    color: #7f7f7f;
  }
  .p-footer__tree a .small {
    font-size: 1.1rem;
  }
  .p-footer__tree a strong {
    font-weight: bold;
  }
  .p-footer__treeList {
    min-width: 180px;
  }
  .p-footer__treeList li,
  .p-footer__treeList dt,
  .p-footer__treeList dd {
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .p-footer__treeTitle {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d1d1d1;
    font-family: RodinPro-M, -apple-system, BlinkMacSystemFont,
      "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, Meiryo, sans-serif;
    font-size: 1.4rem;
    line-height: 1.11;
  }
  .p-footer__treeTitle > a {
    display: block;
    position: relative;
    color: #212121;
  }
  .p-footer__treeTitle > a:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transition: all 0.2s ease-in-out 0s;
    background-color: #92a3ab;
    content: "";
    visibility: hidden;
  }
  .p-footer__treeTitle > a:hover:before {
    transform: scaleX(1);
    visibility: visible;
  }
  .p-footer__treeBody {
    display: -ms-flexbox;
    display: flex;
    width: 380px;
  }
  .p-footer__treeBody dl {
    width: 50%;
  }
  .p-footer__small {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 21px;
    padding-bottom: 26px;
  }
  .p-footer__small a {
    color: #3e3a39;
  }
  .p-footer__links a {
    display: block;
  }
  .p-footer__links a:hover {
    text-decoration: underline;
  }
  .p-footer__links a:hover span:first-of-type {
    display: none;
  }
  .p-footer__links a:not(:hover) span:last-of-type {
    display: none;
  }
  .p-footer__item {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .p-footer__item--9 a {
    width: 9em;
    text-align: center;
  }
  .p-footer__item--14 a {
    width: 14em;
    text-align: center;
  }
  .p-footer__sns > li {
    display: inline-block;
    margin-left: 10px;
    font-size: 1rem;
  }
  .p-footer__sns a {
    vertical-align: bottom;
  }
  .p-footer__sns [class^="icon-"] {
    display: inline-block;
    width: 24px;
    height: 24px;
    transition-duration: 0.2s;
    border-radius: 50%;
    background-color: #999;
    color: #fff;
    line-height: 24px;
    text-align: center;
  }
  .p-footer__sns [class^="icon-"]:hover {
    background-color: #6a6a6a;
  }
  .p-footer__foot {
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
  }
  .p-footer__copy {
    transform: scale(0.9);
    transform-origin: left;
    color: #3660ab;
    font-size: 1rem;
  }
  .p-footer__logo {
    display: block;
    width: 170px;
    height: calc(170px * 65 / 202);
    margin: 12px 0;
  }
  .p-footer__logo > img {
    width: 100%;
    height: 100%;
  }
  .p-menu {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 370px;
    background-color: #fff;
    box-shadow: 0 5px 5px -5px #000 inset;
    z-index: 3;
  }
  .p-menu__item:before {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    border-bottom: 1px solid rgba(174, 174, 175, 0.3);
    content: "";
  }
  .p-menu__item dl {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-menu__item dd {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
    margin-left: 30px;
    padding: 3px 0;
    font-weight: normal;
  }
  .p-menu__item dd:first-letter {
    color: #f77459;
  }
  .p-menu__item dd:first-of-type {
    padding-top: 10px;
  }
  .p-menu__item dd:last-of-type {
    padding-bottom: 20px;
  }
  .p-menu__item dd > a {
    display: block;
  }
  .p-menu__item:before {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    border-bottom: 1px solid rgba(174, 174, 175, 0.3);
    content: "";
  }
  .p-menu__item a {
    padding-right: 20px;
    padding-left: 20px;
    color: #3e3a39;
  }
  .p-menu__item a:hover {
    color: #f77459;
  }
  .p-menu [class^="icon-"] {
    color: #f77459;
  }
  .p-menu__subText {
    display: block;
    color: #aaa;
    font-size: 1.1rem;
  }
  .p-menu__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
  }
  .p-menu .icon-search3 {
    font-size: 26px;
  }
  .p-menu .icon-renovation {
    font-size: 35px;
  }
  .p-menu .icon-comment {
    font-size: 25px;
  }
  .p-menu .icon-search-home {
    font-size: 33px;
  }
  .p-menu .icon-gear {
    font-size: 26px;
  }
  .p-menu .icon-people {
    font-size: 28px;
  }
  .p-menu__block {
    width: 280px;
    font-weight: bold;
  }
  .u-sp {
    display: none;
  }
}
