@font-face {
  font-family: "dinAlternate";
  src: url("../font/din-alternate-bold.ttf") format("truetype");
}

@keyframes fadezoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.site-cont {
  overflow-x: hidden;
  min-width: 320px;
  color: #000;
  letter-spacing: .1em;
  font-weight: 500;
  font-size: .875rem;
  font-family: YuGothic,"Yu Gothic Medium","Yu Gothic",Verdana,Meiryo,sans-serif;
  line-height: 2.1429;
  /* Lazyload
	------------------------------------------ */
  /* Document
 * ========================================================================== */
  /**
 * Add border box sizing in all browsers (opinionated).
 */
  /**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
  /**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
  /* Sections
  * ========================================================================== */
  /**
  * Remove the margin in all browsers (opinionated).
  */
  /**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
  /* Grouping content
  * ========================================================================== */
  /**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
  /**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
  /**
  * 1. Add the correct sizing in Firefox.
  * 2. Show the overflow in Edge 18- and IE.
  */
  /**
  * Add the correct display in IE.
  */
  /**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /* Text-level semantics
  * ========================================================================== */
  /**
  * Remove the gray background on active links in IE 10.
  */
  /**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /**
  * Add the correct font size in all browsers.
  */
  /* Embedded content
  * ========================================================================== */
  /*
  * Change the alignment on media elements in all browsers (opinionated).
  */
  /**
  * Add the correct display in IE 9-.
  */
  /**
  * Add the correct display in iOS 4-7.
  */
  /**
  * Remove the border on iframes in all browsers (opinionated).
  */
  /**
  * Remove the border on images within links in IE 10-.
  */
  /**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
  /**
  * Hide the overflow in IE.
  */
  /* Tabular data
  * ========================================================================== */
  /**
  * Collapse border spacing in all browsers (opinionated).
  */
  /* Forms
  * ========================================================================== */
  /**
  * Remove the margin on controls in Safari.
  */
  /**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
  /**
  * Correct the inability to style buttons in iOS and Safari.
  */
  /**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
  /**
  * Show the overflow in Edge 18- and IE.
  */
  /**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
  /**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
  /**
  * Remove the inheritance of text transform in Firefox.
  */
  /**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
  /**
  * Remove the padding in IE 10-.
  */
  /**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
  /**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
  /**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
  /**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
  /**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
  /**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
  /**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
  /**
  * Remove the additional :invalid styles in Firefox.
  */
  /* Interactive
  * ========================================================================== */
  /*
  * Add the correct display in Edge 18- and IE.
  */
  /*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
  /*
  * Add the correct display in all browsers.
  */
  /* Scripting
  * ========================================================================== */
  /**
  * Add the correct display in IE 9-.
  */
  /**
  * Add the correct display in IE.
  */
  /* User interaction
  * ========================================================================== */
  /*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  */
  /**
  * Add the correct display in IE 10-.
  */
  /* Accessibility
  * ========================================================================== */
  /**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
  /*
  * Change the cursor on control elements in all browsers (opinionated).
  */
  /*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
  /*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
}

.site-cont a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.site-cont h1, .site-cont h2, .site-cont h3, .site-cont h4, .site-cont h5, .site-cont h6, .site-cont p, .site-cont ul, .site-cont ol, .site-cont dl {
  margin: 0;
}

.site-cont figure {
  margin: 0;
}

.site-cont img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.site-cont p {
  margin: 0;
}

.site-cont .lazyload, .site-cont .lazyloading {
  opacity: 0;
}

.site-cont .lazyloaded {
  opacity: 1;
  transition: opacity .3s;
}

.site-cont *, .site-cont ::before, .site-cont ::after {
  box-sizing: border-box;
}

.site-cont ::before, .site-cont ::after {
  /* 1 */
  vertical-align: inherit;
  text-decoration: inherit;
  /* 2 */
}

.site-cont{
  /* 5 */
  word-break: break-word;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 1 */
  line-height: 1.5;
  cursor: default;
  /* 3 */

  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
}


.site-cont h1 {
  margin: .67em 0;
  font-size: 2em;
}

.site-cont dl dl, .site-cont dl ol, .site-cont dl ul, .site-cont ol dl, .site-cont ul dl {
  margin: 0;
}

.site-cont ol ol, .site-cont ol ul, .site-cont ul ol, .site-cont ul ul {
  margin: 0;
}

.site-cont hr {
  /* 1 */
  overflow: visible;
  height: 0;
  /* 2 */
}

.site-cont main {
  display: block;
}

.site-cont nav ol, .site-cont nav ul {
  padding: 0;
  list-style: none;
}

.site-cont pre {
  /* 1 */
  font-size: 1em;
  font-family: monospace,monospace;
  /* 2 */
}

.site-cont a {
  background-color: transparent;
}

.site-cont abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;

  -webkit-text-decoration: underline dotted;
}

.site-cont b, .site-cont strong {
  font-weight: bolder;
}

.site-cont code, .site-cont kbd, .site-cont samp {
  /* 1 */
  font-size: 1em;
  font-family: monospace,monospace;
  /* 2 */
}

.site-cont small {
  font-size: 80%;
}

.site-cont audio, .site-cont canvas, .site-cont iframe, .site-cont img, .site-cont svg, .site-cont video {
  vertical-align: middle;
}

.site-cont audio, .site-cont video {
  display: inline-block;
}

.site-cont audio:not([controls]) {
  display: none;
  height: 0;
}

.site-cont iframe {
  border-style: none;
}

.site-cont img {
  border-style: none;
}

.site-cont svg:not([fill]) {
  fill: currentColor;
}

.site-cont svg:not(:root) {
  overflow: hidden;
}

.site-cont table {
  border-collapse: collapse;
}

.site-cont button, .site-cont input, .site-cont select {
  margin: 0;
}

.site-cont button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

.site-cont button, .site-cont [type="button"], .site-cont [type="reset"], .site-cont [type="submit"] {
  -webkit-appearance: button;
}

.site-cont fieldset {
  /* 1 */
  padding: .35em .75em .625em;
  border: 1px solid #a0a0a0;
  /* 2 */
}

.site-cont input {
  overflow: visible;
}

.site-cont legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  color: inherit;
  /* 1 */
  white-space: normal;
  /* 1 */
}

.site-cont progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

.site-cont select {
  text-transform: none;
}

.site-cont textarea {
  /* 1 */
  overflow: auto;
  margin: 0;
  /* 2 */
  resize: vertical;
  /* 3 */
}

.site-cont [type="checkbox"], .site-cont [type="radio"] {
  padding: 0;
}

.site-cont [type="search"] {
  /* 1 */
  outline-offset: -2px;

  -webkit-appearance: textfield;
  /* 2 */
}

.site-cont ::-webkit-inner-spin-button, .site-cont ::-webkit-outer-spin-button {
  height: auto;
}

.site-cont ::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

.site-cont ::-webkit-search-decoration {
  -webkit-appearance: none;
}

.site-cont ::-webkit-file-upload-button {
  /* 1 */
  font: inherit;

  -webkit-appearance: button;
  /* 2 */
}

.site-cont ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.site-cont :-moz-focusring {
  outline: 1px dotted ButtonText;
}

.site-cont :-moz-ui-invalid {
  box-shadow: none;
}

.site-cont details {
  display: block;
}

.site-cont dialog {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  padding: 1em;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  border: solid;
  background-color: white;
  color: black;
}

.site-cont dialog:not([open]) {
  display: none;
}

.site-cont summary {
  display: list-item;
}

.site-cont canvas {
  display: inline-block;
}

.site-cont template {
  display: none;
}

.site-cont a, .site-cont area, .site-cont button, .site-cont input, .site-cont label, .site-cont select, .site-cont summary, .site-cont textarea, .site-cont [tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

.site-cont [hidden] {
  display: none;
}

.site-cont [aria-busy="true"] {
  cursor: progress;
}

.site-cont [aria-controls] {
  cursor: pointer;
}

.site-cont [aria-disabled="true"], .site-cont [disabled] {
  cursor: not-allowed;
}

.site-cont [aria-hidden="false"][hidden] {
  display: initial;
}

.site-cont [aria-hidden="false"][hidden]:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes scbefore {
  0% {
    top: -46px;
  }
  25% {
    top: -46px;
  }
  50% {
    top: -46px;
  }
  100% {
    top: 0;
  }
}

@keyframes scafter {
  0% {
    top: 0;
  }
  25% {
    top: 46px;
  }
  50% {
    top: 46px;
  }
  100% {
    top: 46px;
  }
}

@keyframes tabchange {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.common-section {
  padding: 104px 0;
}

.common-section > .inner {
  text-align: center;
}

.common-section > .inner .hdl-ttl {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 7.4px;
  font-weight: bold;
  font-size: 1.1875rem;
  font-family: YuMincho,"Yu Mincho",serif;
  line-height: 1;
}

.common-section > .inner .hdl-ttl::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  margin: auto;
  width: 64px;
  height: 1px;
  background-color: #b4914f;
  content: "";
}

.common-section > .inner .subttl {
  display: block;
  padding-top: 22px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .4px;
  letter-spacing: 1.2px;
  font-weight: bold;
  font-size: .625rem;
  font-family: YuMincho,"Yu Mincho",serif;
  line-height: 1;
}

.common-section > .inner .common-intro {
  margin-top: 34px;
  letter-spacing: .5px;
  font-size: 1.0625rem;
  line-height: 1.8235;
}

.index-mv > .inner {
  position: relative;
  margin: 0 auto;
}

.index-mv .mv-slider {
  position: inherit;
  z-index: 1;
  overflow-y: hidden;
}

.index-mv .mv-ttl {
  position: absolute;
  bottom: -81.0667vw;
  left: 5.8667vw;
  z-index: 2;
  width: 87.7333%;
}

.index-mv .mv-subttl {
  position: absolute;
  right: 8vw;
  bottom: -109.3333vw;
  z-index: 2;
  width: 16%;
}

.index-mv .mv-copy {
  margin: 0 auto;
  margin-top: 12px;
  width: 90.6667%;
}

#slider-mv {
  height: 112.2667vw;
}

#slider-mv .slider-box {
  top: 0 !important;
  left: 0 !important;
}

#slider-mv .slider-box .inner {
  position: absolute !important;
  width: 100%;
  height: 100%;
}

#slider-mv .slick-slide {
  float: none;
}

#slider-mv .slick-list {
  overflow: visible !important;
}

#slider-mv .mv-img {
  padding-top: 112.2667%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#slider-mv .mv-img.image01 {
  background-image: url(../img/mv-image01_sp.jpg);
}

#slider-mv .mv-img.image02 {
  background-image: url(../img/mv-image02_sp.jpg);
}

.index-intro {
  margin: 0 auto;
  width: 87.2%;
}

.index-intro .intro-concept .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.index-intro .intro-concept .box .content {
  position: inherit;
  z-index: 2;
  margin-top: -30px;
  text-align: left;
}

.index-intro .intro-concept .box .content > .ttl {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5833;
}

.index-intro .intro-concept .box .content > .txt {
  margin-top: 10px;
  letter-spacing: .6px;
  font-size: .875rem;
  line-height: 1.7857;
}

.index-intro .intro-concept .box .content > .txt > ul {
  margin-top: 10px;
  padding-left: 0;
  list-style-type: none;
  text-align: left;
  font-size: .625rem;
  line-height: 1.8;
}

.index-intro .intro-concept .box .figure {
  margin-top: 32px;
}

.index-intro .intro-concept .box .figure > ul {
  margin-top: 10px;
  padding-left: 0;
  list-style-type: none;
  text-align: left;
  font-size: .625rem;
  line-height: 1.8;
}

.index-ba {
  background-color: #f4f2ed;
}

.index-ba .ba-slider {
  margin-top: 30px;
}

.index-ba .ba-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.index-ba .ba-slider .mv-img .about {
  margin-top: 12px;
  font-size: .875rem;
  font-family: YuMincho,"Yu Mincho",serif;
  line-height: 1;
}

.index-service {
  margin: 0 auto;
  width: 89.0667%;
}

.index-service .inner > .figure {
  margin: 0 auto;
  margin-top: 34px;
  width: 100%;
}

.index-service .flow-cont {
  padding-top: 106px;
}

.index-service .flow-box {
  padding-top: 32px;
}

.index-service .flow-box .list {
  padding-left: 0;
  list-style-type: none;
}

.index-service .flow-box .item + .item {
  margin-top: 32px;
}

.index-service .flow-box .item .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.index-service .flow-box .item .figure {
  width: 100%;
}

.index-service .flow-box .item .info-cont {
  margin-top: -14px;
  text-align: left;
}

.index-service .flow-box .item .info-cont .ttl {
  position: relative;
  padding-left: 34px;
  color: #b4914f;
  letter-spacing: .7px;
  font-size: 1.1875rem;
  line-height: 1;
}

.index-service .flow-box .item .info-cont .ttl::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  padding-left: 1px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #b4914f;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 19px;
  font-family: "dinAlternate";
  line-height: 29px;
}

.index-service .flow-box .item .info-cont .ttl.-num01::before {
  content: "1";
}

.index-service .flow-box .item .info-cont .ttl.-num02::before {
  content: "2";
}

.index-service .flow-box .item .info-cont .ttl.-num03::before {
  content: "3";
}

.index-service .flow-box .item .info-cont .ttl.-num04::before {
  content: "4";
}

.index-service .flow-box .item .info-cont .ttl.-num05::before {
  content: "5";
}

.index-service .flow-box .item .info-cont .ttl > .icon {
  position: absolute;
  top: -50px;
  right: -66px;
  z-index: -1;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
}

.index-service .flow-box .item .info-cont .ttl > .icon.-left {
  right: inherit;
  left: -56px;
}

.index-service .flow-box .item .info-cont .ttl > .icon.-num01 {
  background-image: url(../img/flow-icon01.svg);
}

.index-service .flow-box .item .info-cont .ttl > .icon.-num02 {
  background-image: url(../img/flow-icon02.svg);
}

.index-service .flow-box .item .info-cont .ttl > .icon.-num03 {
  right: -50px;
  background-image: url(../img/flow-icon03.svg);
}

.index-service .flow-box .item .info-cont .ttl > .icon.-num04 {
  background-image: url(../img/flow-icon04.svg);
}

.index-service .flow-box .item .info-cont .ttl > .icon.-num05 {
  top: -45px;
  right: -60px;
  background-image: url(../img/flow-icon05.svg);
}

.index-service .flow-box .item .info-cont .txt {
  margin-top: 22px;
  letter-spacing: .5px;
  font-size: .875rem;
  line-height: 1.7857;
}

.index-reviews {
  background-color: #f5f5f5;
}

.index-reviews > .inner {
  margin: 0 auto;
  width: 87.7333%;
}

.index-reviews .reviews-slider {
  margin-top: 38px;
}

.index-reviews .reviews-slider .slider .slick-prev, .index-reviews .reviews-slider .slider .slick-next {
  top: 44px;
}

.index-reviews .reviews-slider .reviews-wrap .icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;

  align-items: center;
}

.index-reviews .reviews-slider .reviews-wrap .icon .figure {
  width: 64px;
}

.index-reviews .reviews-slider .reviews-wrap .icon p {
  margin-top: 5px;
  letter-spacing: 0;
  font-size: .625rem;
  line-height: 1;
}

.index-reviews .reviews-slider .reviews-wrap .voice {
  position: relative;
  margin-top: 20px;
  padding: 14px;
  background-color: #fff;
  text-align: left;
  letter-spacing: 1px;
  font-size: .75rem;
  line-height: 1.5;
}

.index-reviews .reviews-slider .reviews-wrap .voice::before {
  position: absolute;
  top: -23px;
  left: calc(50% + 4px);
  z-index: 2;
  margin-left: -16px;
  border: 13px solid transparent;
  border-bottom: 13px solid #fff;
  content: "";
  content: "";
}

.index-contact {
  padding: 40px 0;
  background-color: #f4f2ed;
}

.index-contact .inner {
  position: relative;
  margin: 0 auto;
  padding: 68px 0;
  width: 87.7333%;
  background-color: #fff;
  text-align: center;
}

.index-contact .inner::before, .index-contact .inner::after {
  position: absolute;
  width: calc(100% - 19px);
  height: calc(100% - 19px);
  border: 1px solid #b4914f;
  content: "";
}

.index-contact .inner::before {
  top: 8px;
  left: 8px;
}

.index-contact .inner::after {
  top: 11px;
  left: 11px;
}

.index-contact .ttl {
  font-size: 1.1875rem;
  font-family: YuMincho,"Yu Mincho",serif;
  line-height: 1.5263;
}

.index-contact .box {
  position: inherit;
  z-index: 2;
  margin-top: 34px;
}

.index-contact .button {
  margin: 0 auto;
  width: 84.4985%;
}

.index-contact .button a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 auto;
  padding-left: 20px;
  height: 50px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "dinAlternate";

  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
}

.index-contact .button a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.index-contact .button + .button {
  margin-top: 32px;
}

.index-contact .button.-primary a {
  background-color: #b4914f;
  font-size: 1.75rem;
  font-family: "dinAlternate";
  line-height: 1;
}

.index-contact .button.-primary a::before {
  left: calc(50% - 104px);
  background-image: url(../img/icon-phone.svg);
}

.index-contact .button.-red a {
  background-color: #d7000f;
  font-weight: bold;
  font-size: 1.25rem;
  font-family: YuMincho,"Yu Mincho",serif;
  line-height: 1;
}

.index-contact .button.-red a::before {
  left: calc(50% - 84px);
  background-image: url(../img/icon-calendar.svg);
}

/* Slider */
.slider {
  overflow: hidden;
}

.slider .image {
  margin: 0 4.8%;
}

.slick-list {
  margin: 0 100px;
}

.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 3;
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 50%;
  background: transparent;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .4);
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transform: translate(0, -50%);
}

.slick-prev::before, .slick-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  margin: auto;
  width: 7px;
  height: 11px;
  background-image: url(../img/arrow-gold.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  color: transparent;
}

.slick-prev {
  left: 4.2017%;
}

.slick-prev::before {
  transform: rotate(-180deg);
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: 4.2017%;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  padding: 5px;
  width: 20px;
  height: 20px;
  outline: none;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  height: 100%;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.site-cont ._se {
  display: block !important;
}

.site-cont ._sp {
  display: block !important;
}

.site-cont ._pc {
  display: none !important;
}

.site-cont ._tablet-only {
  display: none;
}

.site-cont ._underTab {
  display: none;
}

.site-cont ._pc-only {
  display: none;
}

.site-cont ._sp-only {
  display: none;
}

/* PC上書きここから */
  .site-cont a:hover {
    text-decoration: none;
  }
  .site-cont a[href^="tel:"] {
    color: color(text);
    text-decoration: none;
    pointer-events: none;
  }
  .common-section {
    padding: 128px 0;
  }
  .common-section > .inner .hdl-ttl {
    letter-spacing: 10px;
    font-size: 1.5rem;
    line-height: 1;
  }
  .common-section > .inner .hdl-ttl::after {
    bottom: -16px;
    width: 80px;
  }
  .common-section > .inner .subttl {
    padding-top: 26px;
    font-size: .75rem;
    line-height: 1;
  }
  .common-section > .inner .common-intro {
    margin-top: 40px;
    letter-spacing: .4px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .index-mv .mv-ttl {
    bottom: -420px;/*-55.7143vw*/
    left: 9.4898vw;
    width: 59.3878vw;
    min-width: 420px;
  }
  .index-mv .mv-subttl {
    right: 2.8571vw;
    bottom: -61.2245vw;
    width: 11.4286%;
  }
  .index-mv .mv-copy {
    margin-top: 20px;
    max-width: 956px;
    width: 97.551%;
  }
  #slider-mv {
    max-width: 980px;
    height: 63.5714vw;
    min-height: 490px;
  }
  #slider-mv .mv-img {
    padding-top: 63.6735%;
  }
  #slider-mv .mv-img.image01 {
    background-image: url(../img/mv-image01.jpg);
  }
  #slider-mv .mv-img.image02 {
    background-image: url(../img/mv-image02.jpg);
  }
  .index-intro {
    padding: 137px 0 120px;
    max-width: 840px;
    width: 75.3333%;
  }
  .index-intro .intro-concept {
    margin-top: 40px;
  }
  .index-intro .intro-concept .box {
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
  .index-intro .intro-concept .box .content {
    margin-top: 24px;
    width: 54.2143%;
  }
  .index-intro .intro-concept .box .content > .ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
  .index-intro .intro-concept .box .content > .txt {
    margin-top: 16px;
    margin-right: auto;
    width: 88.8889%;
    font-size: 1rem;
    line-height: 1.8125;
  }
  .index-intro .intro-concept .box .content > .txt > ul {
    font-size: .75rem;
    line-height: 1.8333;
  }
  .index-intro .intro-concept .box .figure {
    margin-top: 0;
    max-width: 460px;
    width: 52.381%;
  }
  .index-intro .intro-concept .box .figure > ul {
    font-size: .75rem;
    line-height: 1.8333;
  }
  .index-ba .ba-slider {
    margin-top: 40px;
  }
  .index-ba .ba-slider .slider-list {
    margin: 0 20px;
  }
  .index-ba .ba-slider .mv-img .about {
    margin-top: 20px;
    letter-spacing: 2px;
    font-size: 1.25rem;
    line-height: 1;
  }
  .index-service {
    max-width: 1080px;
    width: 75%;
  }
  .index-service .inner > .figure {
    margin-top: 20px;
    padding-left: 3.7037%;
    width: 66.7593%;
  }
  .index-service .flow-cont {
    padding-top: 130px;
  }
  .index-service .flow-box {
    padding-top: 40px;
  }
  .index-service .flow-box .item .wrap {
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -ms-flex-pack: justify;
    -ms-flex-align: center;

    align-items: center;
    justify-content: space-between;
  }
  .index-service .flow-box .item .wrap.-reverse {
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .index-service .flow-box .item .wrap.-reverse .figure {
    margin-left: 11.1111%;
  }
  .index-service .flow-box .item .wrap.-reverse .info-cont {
    margin-left: 0;
  }
  .index-service .flow-box .item .figure {
    margin-right: 2.7778%;
    margin-left: 0;
    width: 38.8889%;
  }
  .index-service .flow-box .item .info-cont {
    margin-top: 0;
    margin-left: 17.1296%;
    max-width: 500px;
    width: 46.2963%;
  }
  .index-service .flow-box .item .info-cont .ttl {
    display: inline-block;
    padding-left: 50px;
    font-size: 1.5rem;
    line-height: 1;
  }
  .index-service .flow-box .item .info-cont .ttl::before {
    margin-top: -15px;
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
  }
  .index-service .flow-box .item .info-cont .txt {
    letter-spacing: .6px;
    font-size: 1rem;
    line-height: 1.75;
  }

@media print,screen and (min-width: 768px) {
  .index-reviews > .inner {
    max-width: 1200px;
    width: 83.75%;
  }
  .index-reviews .reviews-slider .slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index-reviews .reviews-slider .slider > .slick-list {
    width: calc(50% - 10px);

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .index-reviews .reviews-slider .slider > .slick-list.-num01 {
    -ms-flex-order: 1;

    order: 1;
  }
  .index-reviews .reviews-slider .slider > .slick-list.-num02 {
    -ms-flex-order: 2;
    margin-left: 10px;

    order: 2;
  }
  .index-reviews .reviews-slider .slider > .slick-list.-num03 {
    -ms-flex-order: 4;
    margin-left: 10px;

    order: 4;
  }
  .index-reviews .reviews-slider .slider > .slick-list.-num04 {
    -ms-flex-order: 3;

    order: 3;
  }
  .index-reviews .reviews-slider .slider > .slick-list.-num05 {
    -ms-flex-order: 5;

    order: 5;
  }
  .index-reviews .reviews-slider .slider > .slick-list.-num06 {
    -ms-flex-order: 6;
    margin-left: 10px;

    order: 6;
  }
  .index-reviews .reviews-slider .slider > .slick-list.-num07 {
    -ms-flex-order: 8;
    margin-left: 10px;

    order: 8;
  }
  .index-reviews .reviews-slider .slider > .slick-list.-num08 {
    -ms-flex-order: 7;

    order: 7;
  }
  .index-reviews .reviews-slider .slider > .slick-list:nth-child(n+3) {
    margin-top: 40px;
  }
  .index-reviews .reviews-slider .reviews-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .index-reviews .reviews-slider .reviews-wrap .icon {
    padding-left: 20px;
  }
  .index-reviews .reviews-slider .reviews-wrap .icon p {
    margin-top: 8px;
    font-size: .75rem;
    line-height: 1;
  }
  .index-reviews .reviews-slider .reviews-wrap .voice {
    margin-top: 0;
    margin-left: 10px;
    padding: 24px;
    letter-spacing: initial;
    font-size: .875rem;
    line-height: 1.5714;
  }
  .index-reviews .reviews-slider .reviews-wrap .voice::before {
    top: 20px;
    left: -9px;
    height: 10px;
    border-right: 13px solid #fff;
    border-bottom: 13px solid transparent;
  }
}
  .index-contact {
    padding: 120px 0;
  }
  .index-contact .inner {
    padding: 80px 0;
    max-width: 1200px;
    width: 83.3333%;
  }
  .index-contact .inner::before, .index-contact .inner::after {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }
  .index-contact .inner::before {
    top: 10px;
    left: 10px;
  }
  .index-contact .inner::after {
    top: 14px;
    left: 14px;
  }
  .index-contact .ttl {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .index-contact .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 840px;
    width: 70%;

    justify-content: center;　/*justify-content: space-between; ボタン2つのとき*/
  }
  .index-contact .button {
    margin: 0;
    max-width: 360px;
    width: 81.8182%;
    height: 64px;
  }
  .index-contact .button a {
    padding-left: 30px;
    height: 64px;
  }
  .index-contact .button a::before {
    width: 24px;
    height: 24px;
  }
  .index-contact .button + .button {
    margin-top: 0;
    margin-left: 30px;
  }
  .index-contact .button.-primary a {
    font-size: 2rem;
    line-height: 1;
  }
  .index-contact .button.-primary a::before {
    left: calc(50% - 114px);
  }
  .index-contact .button.-red a {
    font-size: 1.5rem;
    line-height: 1;
  }
  .index-contact .button.-red a::before {
    left: calc(50% - 94px);
  }

@media print,screen and (min-width: 768px) {
  .slider .image {
    margin: 0 auto;
    width: 90%;
  }
  .slick-prev, .slick-next {
    width: 88px;
    height: 88px;
    box-shadow: 0 17px 9px -7px rgba(32, 32, 32, .6);
  }
  .slick-prev::before, .slick-next::before {
    width: 14px;
    height: 24px;
  }
  .slick-prev {
    left: 19.0278%;
  }
  .slick-next {
    right: 19.0278%;
  }
  .site-cont ._sp {
    display: none !important;
  }
  .site-cont ._pc {
    display: block !important;
  }
}
/* PC 上書きここまで */

@media print,screen and (min-width: 981px) {
  .index-mv .mv-ttl {
    bottom: -546px;
    left: 93px;
    width: 582px;
  }
  .index-mv .mv-subttl {
    right: 28px;
    bottom: -600px;
    width: 112px;
  }
  #slider-mv {
    margin: 0 auto;
    height: 624px;
  }
}

@media print,screen and (min-width: 321px) {
  .site-cont ._se {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .site-cont ._tablet-only {
    display: block;
  }
}

@media screen and (max-width: 1279px) {
  .site-cont ._underTab {
    display: block;
  }
}

@media print,screen and (min-width: 1024px) {
  .site-cont ._pc-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .site-cont ._sp-only {
    display: block;
  }
}
