@charset "UTF-8";
/* webfont 変数　*/
/* common-title
-----------------------------------------------------*/
/* ofi */
/*====================================================================

lv2.css

=====================================================================*/
/*--------------------------------------------------------------------/
	breadcrumb
/--------------------------------------------------------------------*/
.breadcrumb {
  z-index: 2;
  position: relative;
  padding: 32px 0;
  padding: 2rem 0;
}
.breadcrumb-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  font-size: 0.9em;
}
.breadcrumb-list .icon-home {
  font-size: 1.1em;
}
.breadcrumb-list li {
  position: relative;
}
.breadcrumb-list li:not(:last-child) {
  padding-right: 24px;
  padding-right: 1.5rem;
}
.breadcrumb-list li:not(:last-child):after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.breadcrumb-list li:not(:last-child)::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 4.8px;
  right: 0.3rem;
          transform: translateY(-50%);
}
.breadcrumb-list a {
  -webkit-transition: all 0.3s ease 0s;
  color: #A39985;
  vertical-align: top;
  transition: all 0.3s ease 0s;
}
.breadcrumb-list a:first-child {
  text-decoration: none !important;
}
.breadcrumb-list a:hover {
  color: #42210B;
}

/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/

.aside-widget:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.aside-widget__tit {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding: 4.8px 0 8px;
  padding: 0.3rem 0 0.5rem;
  border-bottom: 1px solid #c9ced2;
  font-weight: 500;
  font-size: 1.28em;
}
.aside-widget ul li a {
  display: block;
  position: relative;
  padding-left: 1.3em;
  color: #232729;
  text-decoration: none !important;
}
.aside-widget ul li a::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  padding-right: 0.2em;
  content: "●";
  color: #979DA4;
  font-size: 0.8em;
  font-size: 1em;
  text-decoration: none !important;
}
.aside-widget ul li a:hover {
  text-decoration: underline !important;
}

.tag-cloud-link {
  position: relative;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  color: #232729;
  font-size: 16px !important;
  font-size: 1rem !important;
  text-decoration: none !important;
}
.tag-cloud-link:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.tag-cloud-link::before {
  position: absolute;
  top: 0.6em;
  left: 3.2px;
  left: 0.2rem;
  color: #979DA4;
  font-size: 1em;
  text-decoration: none !important;
}
.tag-cloud-link:hover {
  text-decoration: underline !important;
}

/* calendar
------------------------------------*/
#wp-calendar {
  width: 100%;
  border-collapse: separate;
}

.calendar_wrap {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #c9ced2;
}

.wp-calendar-table {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.wp-calendar-table caption {
  padding: 4.8px 2%;
  padding: 0.3rem 2%;
}
.wp-calendar-table thead th {
  width: auto;
  padding: 6px;
  color: #979DA4;
  font-weight: 500;
  text-align: center;
}
.wp-calendar-table td {
  border: 2px solid #fff;
  background: #f8f8f8;
  font-size: 1.07em;
  line-height: 2;
  text-align: center;
}
.wp-calendar-table td a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  background-color: #A39985;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-table td a:hover {
  background-color: #AE3F6A;
}
.wp-calendar-table td.pad {
  background: transparent;
}
.wp-calendar-table td#today {
  background: #979DA4;
  color: #fff;
}
.wp-calendar-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 4.8px;
  padding-bottom: 0.3rem;
}
.wp-calendar-nav a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  padding: 6.4px 16px;
  padding: 0.4rem 1rem;
  background-color: #f8f8f8;
  color: #232729;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-nav a:hover {
  background-color: #979DA4;
  color: #fff;
}

/*--------------------------------------------------------------------/
	search-form
/--------------------------------------------------------------------*/
.wp-block-search__inside-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: space-between;
  width: 100%;
  padding: 0 !important;
  border: 1px solid #979DA4 !important;
}

.wp-block-search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(100% - 50px);
  height: 40px;
  padding: 0 10px !important;
  border: none;
  border-radius: 2px !important;
  outline: 0;
  background: #fff;
}

.wp-block-search__button {
  -webkit-transition: all 0.3s ease 0s;
  width: 50px !important;
  height: 40px !important;
  padding: 2px !important;
  border: none !important;
  background: none !important;
  background: #fff !important;
  color: #c9ced2 !important;
  font-size: 18px !important;
  text-align: center;
  vertical-align: bottom !important;
  cursor: pointer !important;
  transition: all 0.3s ease 0s;
}
.wp-block-search__button:hover {
  background-color: #A39985 !important;
  color: #fff !important;
}

/*--------------------------------------------------------------------/
	archives
/--------------------------------------------------------------------*/
.wp-block-archives > label {
  display: none !important;
}
.wp-block-archives select {
  width: 80% !important;
}

/*--------------------------------------------------------------------/
	works
/--------------------------------------------------------------------*/
/* webfont 変数　*/
/* common-title
-----------------------------------------------------*/
/* ofi */
/* Slider */
.slick-slider {
  -webkit-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
          box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  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;
  height: 100%;
  min-height: 1px;
  float: left;
}
[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-family: "slick";
}
/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  display: block;
  z-index: 4;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
          transform: translate(0, -50%);
  border: none;
  outline: none;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  /*&.slick-disabled:before {
      opacity: $slick-opacity-not-active;
  }
  &:before {
      font-family: $slick-font-family;
      font-size: 20px;
      line-height: 1;
      color: $slick-arrow-color;
      opacity: $slick-opacity-default;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }*/
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev {
  left: -15px;
}
[dir=rtl] .slick-prev {
  right: -15px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -15px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -15px;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  color: black;
  font-size: 6px;
  line-height: 20px;
  font-family: "slick";
  text-align: center;
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/** works-slider **/
.gallery-top {
  position: relative;
}
.gallery-top__inner {
  position: relative;
  width: 100%;
}
.gallery-top .slick-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  border: 1px solid #c9ced2;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  transition: all 0.3s ease 0s;
}
.gallery-top .slick-arrow:hover {
  background: rgba(0, 0, 0, .8);
}
.gallery-top .slick-arrow i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-size: 1.25rem;
}
.gallery-top .slick-arrow i::before {
  color: #c9ced2;
}
.gallery-top .slick-prev::before {
  display: none;
}
.gallery-top .slick-next::before {
  display: none;
}
.gallery-top .sp-slide {
  position: relative;
  overflow: hidden;
}
.gallery-top .sp-slide img {
  height: 60.31vw;
}
.gallery-top .sp-slide figcaption {
  display: inline-block;
  z-index: 1;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  bottom: 0;
  padding: 3.2px 6.4px;
  padding: 0.2rem 0.4rem;
  background: #000;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.4;
}

.gallery-thumbs {
  position: relative;
}
.gallery-thumbs__inner {
  position: relative;
  width: 100%;
}
.gallery-thumbs .sp-thumbnail {
  -webkit-transition: all 0.3s ease 0s;
  border: 1px solid #c9ced2;
  transition: all 0.3s ease 0s;
}
.gallery-thumbs .sp-thumbnail:hover {
  opacity: 0.6;
}
.gallery-thumbs .sp-thumbnail img {
  height: 11.97vw;
}
.gallery-thumbs .slick-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
          align-items: center;
  align-items: center;
          transform: translateY(-50%);
  border: 1px solid #c9ced2;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  transition: all 0.3s ease 0s;
}
.gallery-thumbs .slick-arrow:hover {
  background: rgba(0, 0, 0, .8);
}
.gallery-thumbs .slick-arrow i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-size: 1.25rem;
}
.gallery-thumbs .slick-arrow i::before {
  color: #c9ced2;
}
.gallery-thumbs .slider-nav {
  background: #E5E9EC;
}
.gallery-thumbs .slick-list {
  padding: 0 !important;
}
.gallery-thumbs .slick-track {
  left: 0 !important;
  width: 100%;
  opacity: 1;
}
.gallery-thumbs .slick-slide {
  -webkit-transition: all 0.3s ease 0s;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

/* works-slider */
.works-slider {
  position: relative;
  height: auto;
}
.works-slider__txt .txt {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.works-slider .category-list__items {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.works-slider .category-list__items span {
  width: 100%;
}

.works-slider__main {
  position: relative;
  width: 100%;
  height: auto;
}
.works-slider__main .sp-slide {
  position: relative;
  overflow: hidden;
}
.works-slider__main .sp-slide__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.works-slider__main .sp-slide__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.works-slider__main .sp-slide__inner > div, .works-slider__main .sp-slide__inner > figure, .works-slider__main .sp-slide__inner > a, .works-slider__main .sp-slide__inner > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-slider__main .sp-slide figcaption {
  z-index: 1;
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  line-height: 1.4;
}
.works-slider__main .sp-slide figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #E5E9EC;
}
.works-slider__main__arrow {
  position: relative;
}

.works-slider__main .slick-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  border: 1px solid rgba(163, 153, 133, .4);
  border-radius: 50%;
  background: rgba(255, 255, 255, .4);
  transition: all 0.3s ease 0s;
}
.works-slider__main .slick-arrow:hover {
  background: rgba(163, 153, 133, .8);
}
.works-slider__main .slick-arrow:hover i::before {
  color: #fff;
}
.works-slider__main .slick-arrow i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  transition: all 0.3s ease 0s;
}
.works-slider__main .slick-arrow i::before {
  color: #A39985;
}

.works-slider__thumbnail {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 3.44%;
     -moz-column-gap: 3.44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 3.44%;
      flex-wrap: wrap;
}
.works-slider__thumbnail__item {
  width: 17.24%;
}
.works-slider__thumbnail__inner {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 1;
  position: relative;
  width: 100%;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.works-slider__thumbnail__inner::before {
  display: block;
  position: relative;
  padding-top: 100%;
  content: "";
}
.works-slider__thumbnail__inner > div, .works-slider__thumbnail__inner > figure, .works-slider__thumbnail__inner > a, .works-slider__thumbnail__inner > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-slider__thumbnail__inner figure {
  overflow: hidden;
}
.works-slider__thumbnail__inner img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.works-slider__thumbnail__inner:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

/* スライダーを使用しない場合の一枚画像 */
.works-single .category-list__items {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.works-single .category-list__items span {
  width: 100%;
}
.works-single__main {
  position: relative;
  max-width: 1000px;
  height: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.works-single__main__img {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.works-single__main__img::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.works-single__main__img > div, .works-single__main__img > figure, .works-single__main__img > a, .works-single__main__img > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-single__main figcaption {
  z-index: 1;
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  line-height: 1.4;
}
.works-single__main figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #E5E9EC;
}

.list-txt {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 2em;
  border-bottom: 1px solid #A39985;
}

/* スライダーなしの場合 */
.works-comment {
  padding: 0 0 2em;
}

/* works-pdf */
.works-pdf {
  margin-top: clamp(48px, 8vw, 96px);
  margin-top: clamp(3rem, 8vw, 6rem);
}
.works-pdf__inner {
  padding: 2em 5%;
  background: #f8f8f8;
}
.works-pdf__list li a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 16px 4% 16px 64px;
  padding: 1rem 4% 1rem 4rem;
  border: 1px solid #4B4D4E;
  background: #fff;
  color: #232729;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.works-pdf__list li a:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.works-pdf__list li a::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 14.4px;
  top: 0.9rem;
  left: 24px;
  left: 1.5rem;
  color: #4B4D4E;
  font-size: 32px;
  font-size: 2rem;
  transition: all 0.3s ease 0s;
}
.works-pdf__list li a:hover {
  -webkit-transition: all 0.3s ease 0s;
  border-color: #979DA4;
  background: #979DA4;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.works-pdf__list li a:hover::before {
  color: #fff;
}

/* works-interview */
.works-interview {
  margin-top: clamp(64px, 8vw, 128px);
  margin-top: clamp(4rem, 8vw, 8rem);
}
.works-interview__list > * {
  padding-top: clamp(32px, 4vw, 48px);
  padding-top: clamp(2rem, 4vw, 3rem);
}
.works-interview__list > *:not(:last-child) {
  margin-bottom: clamp(32px, 4vw, 48px);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.works-interview__box__catch {
  position: relative;
  margin-bottom: calc(0.5rem + 0.5em);
  padding-left: 1.5em;
  font-weight: 500;
  font-size: calc(1rem + 0.37594vw - 1.41353px);
}
.works-interview__box__catch::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  width: 1rem;
  height: 1px;
  background: #979DA4;
  content: "";
}
.works-interview__box__img figcaption {
  z-index: 1;
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  line-height: 1.4;
}
.works-interview__box__img figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #E5E9EC;
}

/* works-video */
.works-video {
  margin-top: clamp(64px, 8vw, 128px);
  margin-top: clamp(4rem, 8vw, 8rem);
}
.works-video__inner {
  overflow: hidden;
}
.works-video__tit {
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  font-size: calc(1.14rem + 0.37594vw - 1.41353px);
  line-height: 1.4;
}
.works-video__tit::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 1px;
  background: #A39985;
  content: "";
}
.works-video__video__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.works-video__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* works-table */
.works-table {
  margin-top: clamp(64px, 8vw, 96px);
  margin-top: clamp(4rem, 8vw, 6rem);
}
.works-table__box {
  padding: 32px 5%;
  padding: 2rem 5%;
  background: url(../../assets/img/common/bg-02.jpg);
}
.works-table__tit {
  position: relative;
  margin-bottom: 1.8em;
  padding-bottom: calc(0.5rem + 0.3em);
  font-weight: 500;
  font-size: calc(1.14rem + 0.56391vw - 2.1203px);
  line-height: 1.4;
  text-align: center;
}

/* works-access */
.works-access {
  margin-top: clamp(64px, 8vw, 128px);
  margin-top: clamp(4rem, 8vw, 8rem);
}
.works-access__tit {
  position: relative;
  margin-bottom: calc(1.5rem + 0.3em);
  padding-bottom: calc(0.5rem + 0.3em);
  font-weight: 500;
  font-size: calc(1.14rem + 0.56391vw - 2.1203px);
  line-height: 1.4;
  text-align: center;
}
.works-access__map {
  position: relative;
  height: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}
.works-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.works-single__btn {
  margin-top: clamp(80px, 8vw, 128px);
  margin-top: clamp(5rem, 8vw, 8rem);
}

/* works-ba */
.works-ba {
  margin-top: clamp(32px, 4vw, 48px);
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: 32px;
  padding: 2rem;
  background-color: #f8f8f8;
}
.works-ba__box {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.works-ba__box__img {
  position: relative;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.works-ba__box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
}
.works-ba__box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.works-ba__box__img__inner > div, .works-ba__box__img__inner > figure, .works-ba__box__img__inner > a, .works-ba__box__img__inner > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-ba__box__img figcaption {
  z-index: 1;
  position: absolute;
  bottom: -15px;
  left: -10px;
  padding: 10px 15px;
  background-color: #2F3E74;
  color: #fff;
  text-align: center;
}
.works-ba .after figcaption {
  background-color: #AE3F6A;
}

/*--------------------------------------------------------------------/
	blog
/--------------------------------------------------------------------*/
/*
AddToAny（シェア追加プラグイン）用　css
管理画面にて下記を設定
.addtoany_content{
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top:1px solid #ddd;
}
*/
.blog-single__inner {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.blog-single__inner::after {
  display: block;
  clear: both;
  content: "";
}
.blog-single__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.blog-single .category-list__items {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.blog-single__tag li {
  position: relative;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  color: #232729;
  font-size: 16px !important;
  font-size: 1rem !important;
  text-decoration: none !important;
}
.blog-single__tag li:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.blog-single__tag li::before {
  position: absolute;
  top: 0.6em;
  left: 3.2px;
  left: 0.2rem;
  color: #979DA4;
  font-size: 1em;
  text-decoration: none !important;
}

/* align */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  margin-left: 1.5em;
  float: right;
}

.alignleft {
  margin-right: 1.5em;
  float: left;
}

.single-cont__foot {
  border-top: 1px solid #c9ced2;
}
.single-cont__addtoany {
  padding-top: 1.5em;
}
.single-cont__tag {
  padding-top: 1em;
}
.single-cont__tag a {
  position: relative;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding-left: 1.5em;
  color: #232729;
  font-size: 16px !important;
  font-size: 1rem !important;
  text-decoration: none !important;
}
.single-cont__tag a:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.single-cont__tag a::before {
  position: absolute;
  top: 0.6em;
  left: 3.2px;
  left: 0.2rem;
  color: #A39985;
  font-size: 0.85em;
  text-decoration: none !important;
}
.single-cont__tag a:hover {
  color: #A39985;
  text-decoration: underline !important;
}

/*-------------------------------------------------
/* single-nextprev
-------------------------------------------------*/
.single-nextprev {
  position: relative;
  margin-top: clamp(48px, 5vw, 80px);
  margin-top: clamp(3rem, 5vw, 5rem);
}
.single-nextprev a {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  border-top: 1px solid #E5E9EC;
  border-bottom: 1px solid #E5E9EC;
  color: #232729;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

.single-nextprev__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  height: 70px;
}
.single-nextprev__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.single-nextprev__img__inner::before {
  display: block;
  position: relative;
  padding-top: 100%;
  content: "";
}
.single-nextprev__img__inner > div, .single-nextprev__img__inner > figure, .single-nextprev__img__inner > a, .single-nextprev__img__inner > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-nextprev__txt {
  -ms-flex-negative: 1;
  position: relative;
      flex-shrink: 1;
  width: calc(100% - 80px);
  padding: 0.5em 1.5em 28px;
  padding: 0.5em 1.5em 1.75rem;
}
.single-nextprev__tit {
  font-weight: 500;
  font-size: 1.07em;
}
.single-nextprev__time {
  color: #979DA4;
  font-size: 14.08px;
  font-size: 0.88rem;
  font-family: 'Oswald', sans-serif;
}
.single-nextprev__arrow {
  font-size: 12.96px;
  font-size: 0.81rem;
}
.single-nextprev .next_post {
  position: relative;
}
.single-nextprev .next_post a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          justify-content: flex-end;
}
.single-nextprev .next_post a:hover .single-nextprev__arrow {
  margin-left: -5px;
  color: #A39985;
}
.single-nextprev .next_post .single-nextprev__arrow {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 0;
  left: 1.75em;
  vertical-align: middle;
  vertical-align: top;
  transition: all 0.3s ease 0s;
}
.single-nextprev .next_post .single-nextprev__arrow:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e314";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.single-nextprev .next_post .single-nextprev__arrow::before {
  font-size: 20px;
  font-size: 1.25rem;
}
.single-nextprev .prev_post {
  position: relative;
}
.single-nextprev .prev_post a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single-nextprev .prev_post a:hover .single-nextprev__arrow {
  margin-right: -5px;
  color: #A39985;
}
.single-nextprev .prev_post .single-nextprev__txt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
}
.single-nextprev .prev_post .single-nextprev__arrow {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  right: 1.75em;
  bottom: 0;
  vertical-align: top;
  transition: all 0.3s ease 0s;
}
.single-nextprev .prev_post .single-nextprev__arrow:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.single-nextprev .prev_post .single-nextprev__arrow::after {
  font-size: 20px;
  font-size: 1.25rem;
}

/*--------------------------------------------------------------------/
	company
/--------------------------------------------------------------------*/
.company-content {
  padding-bottom: 96px;
  padding-bottom: 6rem;
}
.company-content__box {
  padding: 32px 4%;
  padding: 2rem 4%;
}

.company-greeting {
  width: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 96px;
  padding-bottom: 6rem;
}
.company-greeting__flex {
  margin-right: auto;
  margin-left: auto;
}
.company-greeting__pic img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.company-greeting__pic picture {
  margin-right: auto;
  margin-left: auto;
}
.company-greeting__pic figcaption {
  margin-top: 16px;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.company-table {
  padding-bottom: clamp(48px, 4vw, 80px);
  padding-bottom: clamp(3rem, 4vw, 5rem);
  background: url(../img/common/bg-02.jpg);
}

.company-certification {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  padding: 2.5rem;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, .05);
}
.company-certification__pic {
  display: block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.company-certification__pic img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 7px;
}
.company-certification .txt p {
  color: #42210B;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.company-certification .txt p span {
  display: block;
  margin-bottom: 10px;
  color: #A39985;
  font-size: 16px;
  font-size: 1rem;
}

.accessmap {
  position: relative;
  height: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}
.accessmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  vertical-align: bottom;
}

.company-access__box__tit {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: calc(1rem + 0.18797vw - 0.70677px);
}

/*--------------------------------------------------------------------/
	about
/--------------------------------------------------------------------*/
.about {
  position: relative;
}
.about::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: url(../../assets/img/common/bg-02.jpg);
  content: "";
}
.about::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(174, 63, 106, .3);
  content: "";
}
.about-box {
  position: relative;
}
.about-box__img {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.about-box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}
.about-box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.about-box__img__inner > div, .about-box__img__inner > figure, .about-box__img__inner > a, .about-box__img__inner > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-box__img__inner figure {
  width: 100%;
  height: 100%;
}
.about-box__img .img-talk {
  z-index: 2;
  position: absolute;
  top: -23px;
  right: -20px;
  width: 50%;
  max-width: 249px;
}
.about-box__img .img-talk img {
  width: 100%;
}
.about-box__tit b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(40%, #f2d88b));
  background: linear-gradient(transparent 70%, #f2d88b 40%);
}
.about-box__txt {
  z-index: 1;
  position: relative;
  padding: 30px 30px;
  background: #fff;
}

.about-feature {
  padding-bottom: clamp(48px, 10vw, 96px);
  padding-bottom: clamp(3rem, 10vw, 6rem);
  background: url(../../assets/img/common/bg-02.jpg);
}
.about-feature__box {
  position: relative;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  background-color: #fff;
}
.about-feature__box__tit {
  padding: 24px 0;
  padding: 1.5rem 0;
  background-color: #2F3E74;
  color: #fff;
  font-weight: 700;
  font-size: calc(1.17rem + 0.37594vw - 1.41353px);
  line-height: 1.5;
  letter-spacing: 0.13em;
  text-align: center;
}
.about-feature__box__tit b {
  color: #f2d88b;
  font-weight: 700;
  font-size: 126%;
}
.about-feature__box__img {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.about-feature__box__img img {
  width: auto;
  max-height: 120px;
  margin-right: auto;
  margin-left: auto;
}
.about-feature__box__txt {
  padding: 19.2px 40px 32px;
  padding: 1.2rem 2.5rem 2rem;
}
.about-feature__box__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -30px;
  right: -10px;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #AE3F6A;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
.about-area__img {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.about-area__txt p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------------/
	price
/--------------------------------------------------------------------*/
.local-nav a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
}

.price {
  padding-bottom: clamp(64px, 10vw, 96px);
  padding-bottom: clamp(4rem, 10vw, 6rem);
  background: url(../../assets/img/common/bg-02.jpg);
}
.price-detail__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
}
.price-detail__list li {
  width: 30%;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-weight: 700;
  text-align: center;
}
.price-detail__list li div {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 150px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #fff;
}
.price-detail__list li div img {
  max-width: 68%;
  max-height: 55%;
}
.price-txt {
  padding: 2em;
  background-color: #f9f7f3;
}
.price-table .common-table2 {
  font-size: 1.14em;
}
.price-table .common-table2 td {
  background-color: #fff;
}
.price-car__box {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
  border-radius: 7px;
  background-color: #fff;
}
.price-car__box__img {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.price-car__box__img img {
  width: auto;
  max-width: 80%;
  max-height: 90px;
}
.price-car__box__price {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(47, 62, 116, .1);
  color: #2F3E74;
  font-weight: 700;
  font-size: calc(1.12rem + 0.37594vw - 1.41353px);
  line-height: 1.5;
  letter-spacing: 0.13em;
  text-align: center;
}
.price-car__box__price b {
  font-size: 130%;
}
.price-car__box__txt p {
  font-size: 1.07em;
}
.price-option {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.price-option__list li {
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 10px 10px 10px 32px;
  padding: 10px 10px 10px 2rem;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, .4);
  line-height: 1.5;
}
.price-option__list li::before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "●";
  color: #2F3E74;
}

.price-waste {
  margin-bottom: -64px;
  padding-top: clamp(48px, 10vw, 96px);
  padding-top: clamp(3rem, 10vw, 6rem);
  background: url(../../assets/img/common/bg-01.jpg);
}

/*--------------------------------------------------------------------/
	service
/--------------------------------------------------------------------*/
.lead-text p {
  color: #42210B;
}

.service-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
}
.service-list li {
  width: 48%;
  margin-bottom: 10px;
}
.service-list li a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  padding: 14px 0;
  border-radius: 4px;
  background-color: #F2EEE6;
  color: #42210B;
  font-weight: 500;
  font-size: 15.04px;
  font-size: 0.94rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.service-list li a:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.service-list li a::before {
  padding-right: 8px;
  font-weight: 100;
  font-size: 0.85em;
  vertical-align: middle;
}
.service-list li a:hover {
  background-color: #A39985;
  color: #fff;
}
.service-relic {
  position: relative;
}
.service-relic::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 86%;
          transform: translateY(-50%);
  background: url(../img/service/service-relic_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  content: "";
}
.service-relic__box {
  position: relative;
  width: 88%;
  max-width: 1630px;
  margin-right: auto;
  margin-left: auto;
}
.service-relic__box__tit {
  margin-bottom: 25.6px;
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: calc(2rem + 0.93985vw - 3.53383px);
}
.service-relic__box__txt {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
.service-relic__box__img {
  position: relative;
}
.service-relic__box__img .img01 {
  z-index: 1;
  position: relative;
  width: 100%;
  width: 82.14%;
  overflow: hidden;
}
.service-relic__box__img .img01::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.service-relic__box__img .img01 > div, .service-relic__box__img .img01 > figure, .service-relic__box__img .img01 > a, .service-relic__box__img .img01 > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-relic__box__img .img02 {
  z-index: 1;
  position: relative;
  position: absolute;
  top: 30%;
  right: 0;
  width: 100%;
  width: 43.14%;
  overflow: hidden;
}
.service-relic__box__img .img02::before {
  display: block;
  position: relative;
  padding-top: 126.82%;
  content: "";
}
.service-relic__box__img .img02 > div, .service-relic__box__img .img02 > figure, .service-relic__box__img .img02 > a, .service-relic__box__img .img02 > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-relic__box__img .img03 {
  z-index: 1;
  position: relative;
  width: 100%;
  width: 60%;
  margin-top: 114px;
  margin-left: 11.14%;
  overflow: hidden;
}
.service-relic__box__img .img03::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.service-relic__box__img .img03 > div, .service-relic__box__img .img03 > figure, .service-relic__box__img .img03 > a, .service-relic__box__img .img03 > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-box {
  position: relative;
  margin-bottom: clamp(48px, 10vw, 96px);
  margin-bottom: clamp(3rem, 10vw, 6rem);
}
.service-box::before {
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 64%;
  content: "";
}
.service-box__inner {
  position: relative;
  padding-bottom: clamp(48px, 10vw, 96px);
  padding-bottom: clamp(3rem, 10vw, 6rem);
}
.service-box__tit {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(163, 153, 133, .8);
  color: #42210B;
  font-size: calc(1.4rem + 0.93985vw - 3.53383px);
}
.service-box__txt {
  background: #f9f7f3;
}
.service-box__txt__inner {
  padding: 25px;
}
.service-box:nth-of-type(odd)::before {
  left: 0;
  background-color: #AE3F6A;
}
.service-box:nth-of-type(even)::before {
  right: 0;
  background-color: #2F3E74;
}

/*--------------------------------------------------------------------/
	contact_form
/--------------------------------------------------------------------*/
.contact-intro {
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
}
.contact-intro__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(32px, 10vw, 48px);
  row-gap: clamp(2rem, 10vw, 3rem);
          flex-direction: column;
}

.contact-intro__box {
  position: relative;
  margin-top: clamp(16px, 2vw, 32px);
  margin-top: clamp(1rem, 2vw, 2rem);
  padding: 0 3% 32px;
  padding: 0 3% 2rem;
  border: 1px solid #c9ced2;
}
.contact-intro__box__tit {
  position: relative;
  top: -0.75em;
  color: #42210B;
  font-size: clamp(12px, 4.29vw, 20px);
  line-height: 1.4;
  text-align: center;
}
.contact-intro__box__tit b {
  display: inline-block;
  padding: 0.1em 0.4em;
  background: #fff;
  font-weight: 700;
}
.contact-intro__box__txt {
  padding: 0 2%;
}
.contact-intro__box__txt p:last-child {
  margin-bottom: 0;
}

.contact-box {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.contact-box__tit {
  margin-bottom: 1.5em;
  overflow: hidden;
}
.contact-box__tit span {
  display: inline-block;
  position: relative;
  padding-right: 1em;
  font-weight: 500;
  font-size: clamp(14px, 5vw, 22px);
}
.contact-box__tit span::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 500%;
  height: 1px;
  background: #A39985;
  content: "";
}
.contact-box__tel__time {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
.contact-box__tel__num {
  font-size: clamp(16px, 5.71vw, 20px);
  line-height: 1;
}
.contact-box__tel__num .tel-link {
  font-size: 1.85em;
}
.contact-box__tel a {
  color: #42210B;
}

.contact-step {
  margin-top: -16px;
  margin-top: -1rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.contact-step ol {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-wrap: wrap;
          justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.contact-step ol::after {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #979DA4;
  content: "";
}
.contact-step ol li {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
          align-items: center;
  background-color: #fff;
  color: #232729;
  font-size: 1.21em;
}
.contact-step ol li span {
  z-index: 2;
  position: relative;
  width: 48px;
  width: 3rem;
  height: 20px;
}
.contact-step ol li span::before {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 1px solid #979DA4;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.contact-step ol li b {
  z-index: 2;
  position: relative;
  width: auto;
  padding-right: 10px;
  font-weight: 500;
}
.contact-step ol li.now span::after {
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #A39985;
  content: "";
}

.contact-privacy {
  border: 1px solid #979DA4;
}
.contact-privacy__tit {
  position: relative;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: calc(1.14rem + 0.18797vw - 0.70677px);
  text-align: center;
}

/*-------------------------------------------------
	contact form
-------------------------------------------------*/
/* variablea */
.contact-form__tit {
  margin-bottom: clamp(32px, 4vw, 56px);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  color: #A39985;
  font-size: clamp(20px, 7.14vw, 32px);
  font-family: 'Oswald', sans-serif;
  text-align: center;
}
.contact-form .btn-wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.contact-table {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.2;
}
.contact-table img {
  width: 100%;
}
.contact-table th, .contact-table td {
  text-align: left;
}
.contact-table th {
  font-weight: 400;
  vertical-align: top;
}
.contact-table th .required {
  padding: 0.2em 0.4em;
  line-height: 1;
}
.contact-table textarea {
  width: 100%;
}

input,
select {
  width: auto;
}
input.long,
select.long {
  width: 100%;
}
input.middle,
select.middle {
  width: 100%;
}
input.short,
select.short {
  width: 100%;
}
input.mini,
select.mini {
  width: 10em;
}

button[class*=sub-btn],
button[class*=back-btn],
button[class*=chack-btn] {
  font-size: 18.08px;
  font-size: 1.13rem;
  letter-spacing: 0.1em;
}

button[class*=sub-btn] {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 24px 4%;
  padding: 1.5rem 4%;
  border: 1px solid;
  border-radius: 3px;
  border-color: #F9F7F3;
  background-color: #A39985;
  color: #fff;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
button[class*=sub-btn]:hover {
  border-color: #000;
  background-color: #2F3E74;
  color: #fff;
}
button[class*=sub-btn]:hover::after {
  width: 4em;
  background-color: #000;
}
button[class*=sub-btn]::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: calc(100% - 1.5em);
  width: 3em;
  height: 1px;
  background: #F9F7F3;
  content: "";
  transition: all 0.3s ease 0s;
}

button[class*=back-btn] {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 24px 4%;
  padding: 1.5rem 4%;
  border: 1px solid;
  border-radius: 3px;
  border-color: #979DA4;
  background-color: #E5E9EC;
  color: #4B4D4E;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
button[class*=back-btn]:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
button[class*=back-btn]:hover::after {
  width: 4em;
  background-color: #000;
}
button[class*=back-btn]::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: calc(100% - 1.5em);
  width: 3em;
  height: 1px;
  background: #979DA4;
  content: "";
  transition: all 0.3s ease 0s;
}

button[class*=chack-btn] {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 24px 4%;
  padding: 1.5rem 4%;
  border: 1px solid;
  border-radius: 3px;
  border-color: #F9F7F3;
  background-color: #A39985;
  color: #fff;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
button[class*=chack-btn]:hover {
  border-color: #000;
  background-color: #2F3E74;
  color: #fff;
}
button[class*=chack-btn]:hover::after {
  width: 4em;
  background-color: #000;
}
button[class*=chack-btn]::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: calc(100% - 1.5em);
  width: 3em;
  height: 1px;
  background: #F9F7F3;
  content: "";
  transition: all 0.3s ease 0s;
}

[type=button],
[type=submit] {
  -webkit-appearance: none;
}

/* radio-btn */
.mwform-radio-field:not(:last-child) {
  margin-right: 1em;
}
.mwform-radio-field label {
  cursor: pointer;
}

.mwform-radio-field-text {
  font-size: 1.07em;
  vertical-align: top;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}
input[type=radio] + .mwform-radio-field-text:before {
  -webkit-transition: all 0.4s ease;
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 26px;
  height: 26px;
  margin-right: 1em;
  border: 1px solid #979DA4;
  border-radius: 100%;
  background: #fafafa;
  content: "";
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.4s ease;
}
input[type=radio]:checked + .mwform-radio-field-text:before {
  -webkit-box-shadow: inset 0 0 0 5px #f8f8f8;
  background-color: #A39985;
          box-shadow: inset 0 0 0 5px #f8f8f8;
}
input[type=radio]:focus + .mwform-radio-field-text:before {
  border-color: #A39985;
  outline: none;
}
input[type=radio]:disabled + .mwform-radio-field-text:before {
  -webkit-box-shadow: inset 0 0 0 4px #979DA4;
  border-color: #979DA4;
  background: #fafafa;
          box-shadow: inset 0 0 0 4px #979DA4;
}
input[type=radio] + .mwform-radio-field-text:empty:before {
  margin-right: 0;
}

.vertical-item:not(:first-of-type) {
  margin-top: 16px !important;
  margin-top: 1rem !important;
}

/* chack-btn */
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 13px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 13px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 31.2px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 31.2px;
  }
}
input[type=checkbox] {
  display: none;
}

.check-box .vertical-item:not(:first-of-type) {
  margin-top: 24px !important;
  margin-top: 1.5rem !important;
}
.check-box label {
  position: relative;
  cursor: pointer;
}
.check-box label::before {
  -webkit-transition: border-color ease 0.2s;
  display: block;
  z-index: 1;
  position: absolute;
  top: -0.15em;
  left: 0;
  width: 26px;
  height: 26px;
  margin-right: 1em;
  border: 1px solid #979DA4;
  background-color: transparent;
  content: "";
  transition: border-color ease 0.2s;
}

.mwform-checkbox-field-text {
  display: block;
  padding-left: calc(26px + 1rem);
  font-size: 1.07em;
  vertical-align: top;
}
.mwform-checkbox-field-text::before, .mwform-checkbox-field-text::after {
  -webkit-transform-origin: left top;
  -webkit-transition: opacity ease 0.5;
  display: inline-block;
  z-index: 2;
  position: absolute;
  width: 5.2px;
  height: 0;
          transform-origin: left top;
  background-color: #A39985;
  content: "";
  transition: opacity ease 0.5;
}
.mwform-checkbox-field-text::before {
  -webkit-transform: rotate(-135deg);
  top: 22.36px;
  left: 10.4px;
          transform: rotate(-135deg);
}
.mwform-checkbox-field-text::after {
  -webkit-transform: rotate(-45deg);
  top: 13px;
  left: 0.78px;
          transform: rotate(-45deg);
}

input[type=checkbox]:checked + .mwform-checkbox-field-text,
.mwform-checkbox-field-text.checked {
  border-color: #A39985;
}
input[type=checkbox]:checked + .mwform-checkbox-field-text::after,
.mwform-checkbox-field-text.checked::after {
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  height: 13px;
          animation: dothabottomcheck 0.2s ease 0s forwards;
}
input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.mwform-checkbox-field-text.checked::before {
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-box-shadow: 0 0 0 1.3px #fff;
  height: 31.2px;
          box-shadow: 0 0 0 1.3px #fff;
          animation: dothatopcheck 0.4s ease 0s forwards;
}

.mw_wp_form .error {
  margin-top: 11.2px;
  margin-top: 0.7rem;
}

/* form-parts
----------------------------------------------------------------*/
select, textarea, input {
  padding: 1em;
  border: 1px solid #979DA4;
  background-color: #fafafa;
  line-height: 1.5;
}
select:focus, textarea:focus, input:focus {
  -webkit-box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
  background-color: #fff;
          box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
}

input:-ms-input-placeholder, input:-moz-placeholder, input::-webkit-input-placeholder {
  color: #979DA4;
}

textarea {
  height: 10em;
}

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
  height: max(150px,13vw);
  padding-top: 80px;
  background: url(../../assets/img/common/bg-01.jpg);
}
.main-view .l-cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
          align-items: center;
  height: 100%;
}

.main-view__tit {
  z-index: 4;
  width: 100%;
}
.main-view__tit--eng {
  display: block;
  color: #A39985;
  font-weight: 400;
  font-size: clamp(24px, 8.57vw, 64px);
  line-height: 1.22;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.05em;
}
.main-view__tit--jp {
  color: #42210B;
  font-weight: 600;
  font-size: clamp(16px, 4.26vw, 22px);
  line-height: 1.5;
  letter-spacing: 0.175em;
}
.main-view__tit--category {
  color: #42210B;
  font-weight: 600;
  font-size: clamp(12px, 3.19vw, 22px);
  line-height: 1.5;
  letter-spacing: 0.175em;
}
.main-view__tit--category span {
  display: block;
  padding-right: 0.5em;
  color: #A39985;
  font-size: 1em;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0;
}
.main-view__tit--tag {
  color: #42210B;
  font-weight: 600;
  font-size: clamp(12px, 3.19vw, 22px);
  line-height: 1.5;
  letter-spacing: 0.175em;
}
.main-view__tit--tag span {
  display: block;
  padding-right: 0.5em;
  color: #A39985;
  font-size: 1em;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0;
}
.main-view__tit--date {
  color: #42210B;
  font-weight: 600;
  font-size: clamp(12px, 3.19vw, 22px);
  line-height: 1.5;
  letter-spacing: 0.175em;
}
.main-view__tit--404 {
  display: block;
  color: #A39985;
  font-weight: 400;
  font-size: clamp(20px, 7.14vw, 48px);
  line-height: 1.22;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0;
}

.main-view__single {
  position: relative;
  height: max(150px,13vw);
  padding-top: 80px;
  background: url(../../assets/img/common/bg-01.jpg);
}
.main-view__single .l-cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
          align-items: center;
  height: 100%;
}
.main-view__single__tit {
  color: #232729;
  font-weight: 600;
  font-size: clamp(12px, 3.19vw, 28px);
  line-height: 1.5;
  letter-spacing: 0.175em;
}
.main-view__single__tit--singular {
  color: #42210B;
  font-weight: 600;
  font-size: clamp(12px, 3.19vw, 22px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.main-view__single__tit--single {
  color: #42210B;
  font-weight: 600;
  font-size: clamp(12px, 3.19vw, 22px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/*--------------------------------------------------------------------/
	contents-flex
/--------------------------------------------------------------------*/
.contents {
  padding-bottom: clamp(64px, 14vw, 160px);
  padding-bottom: clamp(4rem, 14vw, 10rem);
}

.contents-flex {
  position: relative;
  width: 100%;
}

.contents-left {
  width: 100%;
}

.contents-right {
  position: relative;
  width: 100%;
}

/*--------------------------------------------------------------------/
	single-page
/--------------------------------------------------------------------*/
.single-cont__txt {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.single-cont__txt::after {
  display: block;
  clear: both;
  content: "";
}
.single-cont__thumbnail {
  width: 50%;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  margin-left: 6%;
  float: right;
}

.single-sub {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.single-date {
  margin-right: 16px;
  margin-right: 1rem;
  color: #979DA4;
  line-height: 1.4;
  font-family: 'Oswald', sans-serif;
}

/*	heading
/--------------------------------------------------------------------*/
.is-wysiwyg h1, .is-wysiwyg h2, .is-wysiwyg h3, .is-wysiwyg h4, .is-wysiwyg h5, .is-wysiwyg h6 {
  margin-bottom: 12.8px;
  margin-bottom: 0.8rem;
}
.is-wysiwyg h1 {
  font-size: calc(1.5rem + 0.37594vw - 1.41353px);
}
.is-wysiwyg h2 {
  font-size: calc(1.2rem + 0.37594vw - 1.41353px);
}
.is-wysiwyg h3 {
  font-size: calc(1.18rem + 0.37594vw - 1.41353px);
}
.is-wysiwyg h4 {
  font-size: calc(1.11rem + 0.37594vw - 1.41353px);
}
.is-wysiwyg h5 {
  font-size: calc(1.07rem + 0.37594vw - 1.41353px);
}
.is-wysiwyg h6 {
  font-size: calc(1rem + 0.37594vw - 1.41353px);
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .aside-widget__tit {
    font-size: 1.2em;
  }
  .aside-widget ul li a::before {
    font-size: 0.93em;
  }
  .tag-cloud-link::before {
    font-size: 0.93em;
  }
  .wp-calendar-table td {
    font-size: 1em;
  }
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .blog-single__tag li::before {
    font-size: 0.93em;
  }
  .single-nextprev__img {
    width: 80px;
    height: 80px;
  }
  .single-nextprev__txt {
    width: calc(100% - 100px);
  }
  .single-nextprev__tit {
    font-size: 1em;
  }
  .price-table .common-table2 {
    font-size: 1.06em;
  }
  .price-car__box__txt p {
    font-size: 1em;
  }
  .contact-box__tel__num .tel-link {
    font-size: 1.73em;
  }
  .contact-step ol li {
    font-size: 1.13em;
  }
  .contact-form .btn-wrap {
    max-width: 320px;
  }
  .main-view__tit--category span {
    font-size: 0.93em;
  }
  .main-view__tit--tag span {
    font-size: 0.93em;
  }
  .single-sub {
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
    margin-bottom: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}
@media (max-width: 1023px) and (min-width: 576px) {
  .contact-table th {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .works-interview__list > * {
    background: url(../img/common/line.svg) repeat-x 0 0;
  }
  .works-interview__list > *:last-child {
    padding-bottom: clamp(2rem, 4vw, 3rem);
    background: url(../img/common/line.svg) repeat-x 0 0, url(../img/common/line.svg) repeat-x 0 100%;
  }
  .works-interview__box__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .works-interview__box__flex.is-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .works-interview__box__flex.is-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .works-interview__box__flex .works-interview__box__txt {
    width: 48.33%;
    padding-top: 1rem;
  }
  .works-interview__box__catch {
    font-size: calc(0.85rem + 0.59524vw - 4.57143px);
  }
  .works-interview__box__img {
    width: 41.66%;
  }
  .works-video__inner {
    -webkit-column-gap: 4.15%;
       -moz-column-gap: 4.15%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 41.66% 1fr;
            column-gap: 4.15%;
  }
  .works-video__tit {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: calc(1.14rem + 0.59524vw - 4.57143px);
  }
  .works-video__video {
    z-index: 2;
    position: relative;
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .works-video__txt {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .works-ba {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .works-ba__box {
    width: 44%;
    margin-bottom: 0;
  }
  .blog-single__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company-content {
    padding-bottom: 8rem;
  }
  .company-content__box {
    padding: 2.5rem 3.5rem;
  }
  .company-greeting {
    padding-bottom: 8rem;
    background: url(../img/company/company-bg_left.png) no-repeat 0 0%, url(../img/company/company-bg_right.png) no-repeat 95% 50%;
  }
  .company-certification {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
  }
  .company-certification__pic {
    width: 60%;
    margin-bottom: 0;
  }
  .company-certification .txt {
    width: 35%;
  }
  .about-box__img .img-talk {
    top: -45px;
    right: 25px;
  }
  .about-feature__box {
    margin-bottom: 2rem;
  }
  .about-feature__box__icon {
    top: -40px;
  }
  .about-area__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .about-area__img {
    width: 45%;
    margin-top: 0;
  }
  .about-area__txt {
    width: 50%;
  }
  .price-detail {
    padding: 2rem 3rem;
    background-color: rgba(163, 153, 133, .25);
  }
  .price-option__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: space-between;
  }
  .price-option__list li {
    width: 48%;
  }
  .price-waste {
    margin-bottom: -110px;
  }
  .service-list li {
    width: 32%;
  }
  .service-box__txt__inner {
    padding: 2.5rem 7%;
  }
  .contact-intro__box__tit b {
    padding: 0.1em 1em;
  }
  .contact-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .contact-box {
    width: 48%;
    margin-bottom: 0;
  }
  .contact-privacy .txt {
    font-size: 1.07em;
  }
  input.middle,
  select.middle {
    width: 70%;
  }
  input.short,
  select.short {
    width: 30%;
  }
  .single-cont__txt {
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
  .single-nextprev {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .single-nextprev::after {
    position: absolute;
    top: 1em;
    left: 50%;
    width: 1px;
    height: calc(100% - 2em);
    background: #E5E9EC;
    content: "";
  }
  .single-nextprev .next_post {
    grid-column: 1;
  }
  .single-nextprev .prev_post {
    grid-column: 2;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .contact-privacy .txt {
    font-size: 1em;
  }
}
@media (min-width: 1024px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .breadcrumb {
    padding: 3rem 0;
  }
  aside {
    position: sticky;
    top: 120px;
    left: 0;
  }
  .aside-widget__tit {
    font-size: 1.12em;
  }
  .aside-widget ul li a::before {
    font-size: 0.87em;
  }
  .tag-cloud-link::before {
    font-size: 0.87em;
  }
  .wp-calendar-table td {
    font-size: 0.93em;
  }
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev {
    left: -20px;
  }
  [dir=rtl] .slick-prev {
    right: -20px;
  }
  .slick-next {
    right: -20px;
  }
  [dir=rtl] .slick-next {
    left: -20px;
  }
  .gallery-top {
    width: 720px;
  }
  .gallery-top .slick-arrow i {
    width: 40px;
    height: 40px;
  }
  .gallery-top .sp-slide img {
    max-height: 480px;
  }
  .gallery-thumbs {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: 16%;
    min-width: 138px;
    padding: 0;
            transform: translateY(-50%);
  }
  .gallery-thumbs .sp-thumbnail img {
    height: 90px;
  }
  .gallery-thumbs .slick-arrow {
    -webkit-transform: translateX(-50%);
    left: 50%;
            transform: translateX(-50%);
  }
  .gallery-thumbs .slick-arrow i {
    width: 40px;
    height: 40px;
  }
  .gallery-thumbs .slick-arrow i::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .gallery-thumbs .slick-prev {
    top: -20px;
  }
  .gallery-thumbs .slick-next {
    top: calc(100% - 20px);
  }
  .gallery-thumbs .slick-list {
    padding: 0 0 !important;
  }
  .gallery-thumbs .slick-track {
    left: 0 !important;
  }
  .gallery-thumbs .slick-slide {
    max-height: 92px;
    margin: 2px 0;
    padding: 0;
  }
  .works-slider__inner {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
    display: grid;
    grid-template-rows: 3rem 1fr;
    grid-template-columns: 50% 40%;
            column-gap: 10%;
  }
  .works-slider__txt {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .works-slider__main {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .works-slider__main .slick-arrow i {
    width: 40px;
    height: 40px;
  }
  .works-single__inner {
    -webkit-column-gap: 7%;
       -moz-column-gap: 7%;
    display: grid;
    grid-template-rows: 3rem 1fr;
    grid-template-columns: 50% 43%;
            column-gap: 7%;
  }
  .works-single {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .works-single .category-list__items {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .works-single__main {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .works-pdf__list {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 6%;
        flex-wrap: wrap;
  }
  .works-pdf__list > * {
    width: 47%;
  }
  .works-table__box {
    padding: 3rem 8.33%;
  }
  .works-access__map {
    padding-bottom: 40%;
  }
  .blog-single__tag li::before {
    font-size: 0.87em;
  }
  .single-nextprev {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .single-nextprev::after {
    position: absolute;
    top: 1em;
    left: 50%;
    width: 1px;
    height: calc(100% - 2em);
    background: #E5E9EC;
    content: "";
  }
  .single-nextprev__tit {
    font-size: 0.93em;
  }
  .single-nextprev .next_post {
    grid-column: 1;
  }
  .single-nextprev .prev_post {
    grid-column: 2;
  }
  .company-greeting__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .company-greeting__flex.f-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .company-greeting__flex .company-greeting__txt {
    width: 63.54%;
  }
  .company-greeting__pic {
    width: 29.16%;
  }
  .accessmap {
    padding-bottom: 40%;
  }
  .company-access__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .company-access__flex > * {
    width: 47.5%;
  }
  .company-access__flex .accessmap {
    padding-bottom: 66.66%;
  }
  .about-box {
    padding-top: 50px;
  }
  .about-box__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    margin: 0;
  }
  .about-box__img__inner {
    border-radius: 7px;
  }
  .about-box__txt {
    width: 62%;
    margin-left: 38%;
    padding: 3rem 5%;
    background: rgba(255, 255, 255, .7);
  }
  .about-feature__box__icon {
    top: -30px;
  }
  .price-detail__list li {
    width: 15.5%;
    margin-bottom: 0;
  }
  .price-table .common-table2 {
    font-size: 1em;
  }
  .price-car__box__txt p {
    font-size: 0.93em;
  }
  .price-option__list li {
    width: 24%;
    padding: 13px 10px 13px 2rem;
  }
  .price-waste {
    margin-bottom: -145px;
  }
  .price-waste .price-detail__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-list li {
    width: 15%;
  }
  .service-list li a {
    font-size: 0.88rem;
  }
  .service-relic__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
  }
  .service-relic__box__txt {
    width: 45.83%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .service-relic__box__txt .txt {
    margin-left: 10%;
  }
  .service-relic__box__img {
    width: 42.94%;
  }
  .service-box__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .service-box__img {
    width: 50%;
  }
  .service-box__txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: relative;
            align-items: center;
    width: 50%;
  }
  .service-box:nth-of-type(even) .service-box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .contact-box__tel__num .tel-link {
    font-size: 1.62em;
  }
  .contact-step ol li {
    font-size: 1.06em;
  }
  .contact-privacy {
    max-height: 300px;
    margin-top: 1.5rem;
    padding: clamp(1.5rem, 3vw, 3rem) 5% clamp(2rem, 3.5vw, 3rem);
    overflow-y: scroll;
    scrollbar-color: #c9ced2 #fff;
    scrollbar-width: thin;
  }
  .contact-privacy::-webkit-scrollbar {
    width: 8px;
  }
  .contact-privacy::-webkit-scrollbar-track {
    background: transparent;
  }
  .contact-privacy::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    border-radius: 8px;
    background: #c9ced2;
            box-shadow: inset 0 0 0 1px #fff;
  }
  .contact-privacy__inner {
    margin-top: 1.5rem;
    padding: 0 5%;
  }
  .contact-privacy__tit {
    margin-bottom: clamp(1rem, 2vw, 2rem);
  }
  .contact-privacy__tit::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 2rem);
    width: 4rem;
    height: 3px;
    border-radius: 2px;
    background: #A39985;
    content: "";
  }
  .contact-privacy__tit .privacy-btn {
    display: none;
  }
  .contact-table th, .contact-table td {
    display: table-cell;
    padding: 1rem 0 2rem;
  }
  .contact-table th {
    width: max(30%,280px);
  }
  .contact-table td {
    width: 64%;
    padding-left: 4%;
  }
  .main-view__tit--jp {
    font-size: 1.38rem;
  }
  .main-view__tit--category span {
    font-size: 0.87em;
  }
  .main-view__tit--tag span {
    font-size: 0.87em;
  }
  .main-view__single {
    height: 200px;
    padding-top: 109px;
  }
  .contents-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .contents-left {
    width: 65.27%;
    max-width: 940px;
  }
  .contents-right {
    width: 22.22%;
    max-width: 320px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
  .single-nextprev .prev_post {
    top: -1px;
  }
  .price-waste .price-detail__list li {
    margin: 0 1%;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .contact-privacy .txt {
    font-size: 0.93em;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .contact-table th {
    font-size: 1.12em;
  }
}
@media (min-width: 1280px) {
  .price-waste {
    margin-bottom: -164px;
  }
}
@media (min-width: 1536px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .list-txt {
    padding-bottom: 1.5rem;
  }
  .works-comment {
    padding: 3rem 6%;
    border: none;
    background-color: rgba(249, 247, 243, .8);
  }
  .works-pdf__inner {
    padding: 3rem 6%;
  }
  .works-interview__box__catch {
    font-size: 1.13rem;
  }
  .works-video__inner {
    -webkit-column-gap: 8.33%;
       -moz-column-gap: 8.33%;
            column-gap: 8.33%;
  }
  .works-video__tit {
    font-size: 1.5rem;
  }
  .works-table__tit {
    font-size: 1.5rem;
  }
  .works-access__tit {
    font-size: 1.5rem;
  }
  .works-ba {
    padding: 3rem;
  }
  .company-certification .txt p {
    font-size: 1.5rem;
  }
  .company-access__box__tit {
    font-size: 1.13rem;
  }
  .about {
    padding-bottom: 2rem;
  }
  .about-feature__box__tit {
    font-size: 1.19rem;
  }
  .price-detail {
    padding: 3rem 5%;
  }
  .price-txt {
    padding: 2rem 5%;
  }
  .price-car__box {
    padding: 2rem 3rem;
  }
  .price-car__box__price {
    font-size: 1.25rem;
  }
  .service-list li a {
    font-size: 1rem;
  }
  .service-relic__box__tit {
    font-size: 3.75rem;
  }
  .service-relic__box__txt .txt {
    margin-left: 20%;
  }
  .service-relic__box__txt p {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  .service-box__inner {
    padding-bottom: 6rem;
  }
  .service-box__tit {
    font-size: 40px;
  }
  .service-box__txt__inner {
    padding: 3.5rem 12%;
  }
  .contact-privacy__tit {
    font-size: 1.25rem;
  }
  .contact-table th {
    font-size: 1.12em;
  }
  .h-left {
    max-width: 280px;
  }
  .main-view {
    height: 200px;
    padding-top: 109px;
  }
  .is-wysiwyg h1 {
    font-size: 1.75rem;
  }
  .is-wysiwyg h2 {
    font-size: 1.63rem;
  }
  .is-wysiwyg h3 {
    font-size: 1.5rem;
  }
  .is-wysiwyg h4 {
    font-size: 1.38rem;
  }
  .is-wysiwyg h5 {
    font-size: 1.25rem;
  }
  .is-wysiwyg h6 {
    font-size: 1.19rem;
  }
}
@media (min-width: 1536px) and (max-width: 1919px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1920px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
}
@media (max-width: 1919px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1279px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1023px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .wp-block-archives select {
    width: 100% !important;
  }
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .gallery-top {
    margin-bottom: 1.5rem;
  }
  .gallery-thumbs .slick-prev {
    left: -15px;
  }
  .gallery-thumbs .slick-next {
    right: -15px;
  }
  .gallery-thumbs .slick-slide {
    margin-right: 6px;
  }
  .works-slider__txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column-reverse;
  }
  .works-slider__main {
    margin-bottom: 1.5rem;
  }
  .works-slider__thumbnail {
    margin-bottom: 2rem;
  }
  .works-access__map {
    padding-bottom: 300px;
  }
  .company-greeting__pic {
    margin-bottom: 2rem;
  }
  .company-greeting__pic picture {
    display: block;
    max-width: 320px;
  }
  .accessmap {
    padding-bottom: 360px;
  }
  .company-access__flex > *:first-child {
    margin-bottom: 4rem;
  }
  .about::before {
    height: 80%;
  }
  .about::after {
    height: 80%;
  }
  .service-relic {
    padding-bottom: 4rem;
    background: url(../img/service/service-relic_bg.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  .service-relic::before {
    display: none;
  }
  .service-relic__box__tit {
    text-align: center;
  }
  .service-relic__box__img {
    width: 90%;
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
  }
  .service-box::before {
    width: 100%;
    height: 80%;
  }
  .contact-privacy__tit {
    padding: 1.5rem 6%;
    cursor: pointer;
  }
  .contact-privacy__tit .privacy-btn {
    -webkit-transition: all 0.3s ease 0s;
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    right: 1rem;
    width: 32px;
    height: 32px;
    transition: all 0.3s ease 0s;
  }
  .contact-privacy__tit .privacy-btn i {
    color: #979DA4;
    font-size: 2rem;
    line-height: 1;
  }
  .contact-privacy__tit .privacy-btn.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .contact-privacy__txt {
    padding: 2em 5% clamp(2rem, 3.5vw, 3.5rem);
    border-top: 1px solid #979DA4;
  }
  .contact-table th, .contact-table td {
    display: block;
  }
  .contact-table th {
    font-size: 1.28em;
  }
  .contact-table td {
    padding: 1.5rem 0 2.5rem;
    padding-top: 1.5rem;
  }
  button[class*=sub-btn] {
    font-size: 1.05rem;
  }
  button[class*=back-btn] {
    font-size: 1.05rem;
  }
  button[class*=chack-btn] {
    font-size: 1.05rem;
  }
  .contents-left {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .works-interview__box__flex .works-interview__box__txt {
    margin-bottom: 1rem;
  }
  .works-video__video {
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
  }
  .single-nextprev .prev_post {
    top: -1px;
  }
  .local-nav a {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .main-view .l-cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=map/lv2.css.map */
