@charset "UTF-8";
/*
Theme Name: ads-type-b_wp
Author: ADS テンプレートC
Version: 1.0
*/
@import url("assets/scss/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
/* iOSでのデフォルトスタイルをリセット */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
/* this project font */
/* JetBrains Mono */
/* Homemade Apple */
/* Zen Maru Gothic */
/*----------------------------------------------------------------------
　サイトパーツ
----------------------------------------------------------------------*/
body {
  color: #585c07 !important;
  letter-spacing: 0.05em;
  background-color: #f6f4ef;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.143vw;
  font-weight: 400;
}
@media (max-width: 767px) {
  body {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  body {
    font-size: 1.143vw;
  }
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
}
body p {
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  body p {
    line-height: 1.8em;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6em;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body iframe {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10vw;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 5vw;
  }
}
.container-mini {
  padding: 0 14vw;
}
@media screen and (max-width: 767px) {
  .container-mini {
    padding: 0 5vw;
  }
}

.text-center {
  text-align: center;
}

.list {
  max-width: 58.5651537335vw;
  line-height: 1.6;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  background-color: #fff;
  border-radius: 1.4641288433vw 0 1.4641288433vw 1.4641288433vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .list {
    padding-left: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .list {
    padding-right: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .list {
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .list {
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .list {
    max-width: 100%;
    border-radius: 5.3333333333vw 0 5.3333333333vw;
  }
}
.list:not(:first-child) {
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .list:not(:first-child) {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.list__title {
  margin-top: 1vw;
  margin-bottom: 2vw;
  font-size: 1.714vw;
  color: #585c07;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .list__title {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .list__title {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .list__title {
    font-size: 5.867vw;
  }
}
@media (min-width: 1401px) {
  .list__title {
    font-size: 1.714vw;
  }
}
.list__number {
  max-width: 14.6412884334vw;
}
@media screen and (max-width: 767px) {
  .list__number {
    max-width: 100%;
  }
}
.list__text {
  color: #585c07;
  line-height: 1.6;
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .list__text {
    margin-top: calc(10 / 375 * 100vw);
  }
}

.relative {
  position: relative;
}

.o-hidden-x {
  overflow-x: clip;
}

/*----------------------------------------------------------------------
　フェードイン
----------------------------------------------------------------------*/
.fade-in {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 0;
}

.fade-in.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fade-in-delay {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.number {
  background-color: #eda00e;
  color: #fff;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  text-align: center;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4px;
}
@media screen and (max-width: 767px) {
  .number {
    padding-top: calc(5 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .number {
    padding-bottom: calc(5 / 375 * 100vw);
  }
}
.number span {
  line-height: 1;
  display: block;
}

.color-main {
  color: #585c07;
}

.font-size--md {
  font-size: 1.2em;
}

.font-size--sm {
  font-size: 0.8em;
}

/*----------------------------------------------------------------------
　オブジェクト
----------------------------------------------------------------------*/
.rotate {
  position: absolute;
}
.rotate--mv {
  top: -1vw;
  right: -8vw;
  z-index: 2;
  width: 32.9428989751vw;
  height: 32.9428989751vw;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .rotate--mv {
    top: 50vw;
    width: 40vw;
    height: 40vw;
  }
}
.rotate--color {
  top: 12vw;
  left: -30vw;
  z-index: 2;
  width: 32.9428989751vw;
  height: 32.9428989751vw;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .rotate--color {
    top: -10vw;
  }
}
.rotate--common {
  top: -4vw;
  right: -3vw;
  z-index: 2;
  width: 32.9428989751vw;
  height: 32.9428989751vw;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .rotate--common {
    top: -10vw;
  }
}
.rotate-item {
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  pointer-events: none;
  will-change: transform;
}
.rotate img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*----------------------------------------------------------------------
　メインビジュアル
----------------------------------------------------------------------*/
.main-visual {
  padding: 0 5vw;
  padding-top: 4vw;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .main-visual {
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    padding-top: 2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .main-visual {
    padding-top: calc(20 / 375 * 100vw);
  }
}
.main-visual__wrap {
  position: relative;
  z-index: 0;
}
.main-visual__slider {
  height: 50vw;
  position: relative;
  z-index: 1;
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .main-visual__slider {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .main-visual__slider {
    padding-left: 0;
    height: 100vw;
    width: 100%;
  }
}
.main-visual__slider .slider,
.main-visual__slider .slick-list,
.main-visual__slider .slick-track,
.main-visual__slider .slick-slide,
.main-visual__slider .slider__item,
.main-visual__slider .slider__img {
  height: 100%;
}
.main-visual__slider img {
  height: 100%;
  border-radius: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .main-visual__slider img {
    border-radius: 5.3333333333vw;
  }
}
.main-visual__mv-text-block-inner {
  position: relative;
  z-index: 1;
}

.mv-text-block__title-block-inner {
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .mv-text-block__title-block-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mv-text-block__title {
  width: 50%;
  font-size: 3vw;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mv-text-block__title {
    font-size: 6.933vw;
  }
}
@media (min-width: 1401px) {
  .mv-text-block__title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-text-block__title {
    width: 100%;
  }
}
.mv-text-block__text {
  width: 40%;
  background-color: #fff;
  padding: 1.5vw;
  border-radius: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mv-text-block__text {
    padding: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mv-text-block__text {
    margin-top: 1vw;
    width: 100%;
    border-radius: 5.3333333333vw 5.3333333333vw 5.3333333333vw 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mv-text-block__text {
    margin-top: calc(10 / 375 * 100vw);
  }
}

/*----------------------------------------------------------------------
　スライダー
----------------------------------------------------------------------*/
.slider {
  position: relative;
  z-index: 0;
}
.slider__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .slick-dots {
  position: absolute;
  bottom: 2.196193265vw;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .slider .slick-dots {
    display: none !important;
    bottom: 8vw;
  }
}
.slider .slick-dots li {
  width: initial;
  height: initial;
  margin-left: 1vw;
  margin-right: 1vw;
}
@media screen and (max-width: 767px) {
  .slider .slick-dots li {
    margin-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .slider .slick-dots li {
    margin-right: calc(10 / 375 * 100vw);
  }
}
.slider .slick-dots li button {
  width: initial;
  height: initial;
}
.slider .slick-dots li button::before {
  width: initial;
  height: initial;
  color: #fff !important;
  font-size: 1vw;
}
@media (max-width: 767px) {
  .slider .slick-dots li button::before {
    font-size: 2.933vw;
  }
}
@media (min-width: 1401px) {
  .slider .slick-dots li button::before {
    font-size: 1vw;
  }
}

/*----------------------------------------------------------------------
　ヘッダー
----------------------------------------------------------------------*/
.header {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
}
.header__wrap {
  height: 7.3206442167vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 1.4641288433vw;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
@media screen and (max-width: 767px) {
  .header__wrap {
    height: 16vw;
    padding: 0 2.6666666667vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__wrap.is-active {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  height: 5.8565153734vw;
  background-color: #f6f4ef;
}
@media screen and (max-width: 767px) {
  .header__wrap.is-active {
    height: 13.3333333333vw;
  }
}
.header__logo {
  width: 100%;
  max-width: var(--max-width-pc);
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: var(--max-width-sp);
    width: 80vw;
    height: 10vw;
    text-align: center;
  }
  .header__logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header__logo img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.header__logo-text {
  font-size: 2vw;
  font-weight: 600;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  line-height: 1.6;
  color: #585c07;
}
@media (max-width: 767px) {
  .header__logo-text {
    font-size: 4.8vw;
  }
}
@media (min-width: 1401px) {
  .header__logo-text {
    font-size: 2vw;
  }
}
.header__navi-block {
  height: 100%;
}
.header__navi-block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 0.7320644217vw;
}
.header__navi {
  position: relative;
  z-index: 1;
}
.header__menu-trigger {
  height: 100%;
  position: relative;
  z-index: 1;
}

/*----------------------------------------------------------------------
　ヘッダーナビ
----------------------------------------------------------------------*/
.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: #adb400;
  width: 7.3206442167vw;
  height: 100%;
  border-radius: 0 0 0.7320644217vw 0.7320644217vw;
}
@media screen and (max-width: 767px) {
  .header-navi {
    width: 13.3333333333vw;
    height: 100%;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
.header-navi__block {
  position: relative;
  width: 2.196193265vw;
  height: 2.196193265vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header-navi__block {
    width: 5.3333333333vw;
    height: auto;
  }
}
.header-navi__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-navi-text {
  text-align: center;
  color: #fff;
  display: block;
  margin-top: 0.4vw;
  font-size: 1vw;
}
@media screen and (max-width: 767px) {
  .header-navi-text {
    margin-top: calc(4 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .header-navi-text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1401px) {
  .header-navi-text {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .header-navi-text {
    display: none;
  }
}

/*----------------------------------------------------------------------
　ハンバーガー
----------------------------------------------------------------------*/
.menu-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  height: 100%;
  background-color: #eda00e;
  border-radius: 0 0 0.7320644217vw 0.7320644217vw;
  width: 7.3206442167vw;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    width: 13.3333333333vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
.menu-trigger__block {
  position: relative;
  width: 2.196193265vw;
  height: 2.196193265vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .menu-trigger__block {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.menu-trigger__block span {
  display: block;
  width: 100%;
  height: 0.2928257687vw;
  border-radius: 26.6666666667vw;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .menu-trigger__block span {
    border-radius: 26.6666666667vw;
  }
}
.menu-trigger__block span:nth-child(1) {
  top: 15%;
}
.menu-trigger__block span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu-trigger__block span:nth-child(3) {
  bottom: 15%;
}
.menu-trigger__block.open span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.menu-trigger__block.open span:nth-child(2) {
  opacity: 0;
}
.menu-trigger__block.open span:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}

.menu-text {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 1vw;
  margin-top: 0.4vw;
}
@media (max-width: 767px) {
  .menu-text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1401px) {
  .menu-text {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .menu-text {
    margin-top: calc(4 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .menu-text {
    display: none;
  }
}

/*----------------------------------------------------------------------
　ハンバーガーメニュー
----------------------------------------------------------------------*/
.sp-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  background-color: #9ea05c;
  z-index: 0;
  overflow-y: auto;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
@media screen and (max-width: 767px) {
  .sp-menu {
    width: 100%;
  }
}
.sp-menu.open {
  right: 0;
}
.sp-menu__link-block {
  padding-top: 10vw;
  padding-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  .sp-menu__link-block {
    padding-top: 20vw;
  }
}
.sp-menu__sp-navi {
  margin-top: 8vw;
  padding-left: 3vw;
  padding-right: 3vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sp-menu__sp-navi {
    margin-top: calc(80 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sp-menu__sp-navi {
    padding-left: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sp-menu__sp-navi {
    padding-right: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sp-menu__sp-navi {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sp-menu__sp-navi {
    margin-top: calc(80 / 375 * 100vw);
  }
}
.sp-menu__sns {
  position: absolute;
  bottom: 0;
  left: 2.9282576867vw;
  text-align: right;
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .sp-menu__sns {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sp-menu__sns {
    position: relative;
    z-index: 0;
    left: 0;
  }
}
.sp-menu__sns .sns__wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .sp-menu__sns .sns__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sp-navi {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4641288433vw 2.9282576867vw;
}
@media screen and (max-width: 767px) {
  .sp-navi {
    width: 100%;
  }
}
.sp-navi__item {
  font-size: 1.143vw;
}
@media (max-width: 767px) {
  .sp-navi__item {
    font-size: 3.733vw;
  }
}
@media (min-width: 1401px) {
  .sp-navi__item {
    font-size: 1.143vw;
  }
}
.sp-navi__item a:not([data=privacy]) {
  display: block;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sp-navi__item a:not([data=privacy]) {
    padding-top: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sp-navi__item a:not([data=privacy]) {
    padding-bottom: calc(15 / 375 * 100vw);
  }
}
.sp-navi__item a:not([data=privacy])::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  background-image: url(assets/images/common/arrow--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 1.0980966325vw;
  height: 1.0980966325vw;
}
@media screen and (max-width: 767px) {
  .sp-navi__item a:not([data=privacy])::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sp-navi__item:first-child {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sp-navi__item:first-child {
    margin-top: calc(0 / 375 * 100vw);
  }
}
.sp-navi__item-privacy {
  text-align: right;
  grid-column: span 2;
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .sp-navi__item-privacy {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sp-navi__item-privacy {
    position: relative;
    right: 0;
    text-align: center;
    margin-top: 2vw;
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sp-navi__item-privacy {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.sp-navi__freecall {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .sp-navi__freecall {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.sp-navi__tel {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .sp-navi__tel {
    margin-top: calc(20 / 375 * 100vw);
  }
}

/*----------------------------------------------------------------------
　フッター
----------------------------------------------------------------------*/
.footer {
  background-color: #f6f4ef;
  padding-top: 5vw;
  padding-bottom: 3vw;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 12vw;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer {
    padding-top: calc(120 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer {
    padding-bottom: calc(100 / 375 * 100vw);
  }
}
.footer__wrap {
  width: 100%;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10vw;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    padding: 0 5vw;
  }
}
.footer__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer__block {
    gap: 8vw;
  }
}
.footer__left {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__left {
    text-align: center;
  }
}
.footer__logo {
  font-size: 2.143vw;
  font-weight: 500;
  width: 100%;
  max-width: var(--max-width-pc);
  text-align: center;
}
@media (max-width: 767px) {
  .footer__logo {
    font-size: 8vw;
  }
}
@media (min-width: 1401px) {
  .footer__logo {
    font-size: 2.143vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin: auto;
    max-width: var(--max-width-sp);
  }
}
.footer__address {
  margin-top: 2vw;
  font-size: 1vw;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__address {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .footer__address {
    font-size: 3.733vw;
  }
}
@media (min-width: 1401px) {
  .footer__address {
    font-size: 1vw;
  }
}
.footer__info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 1vw;
  font-size: 1vw;
}
@media screen and (max-width: 767px) {
  .footer__info-block {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .footer__info-block {
    font-size: 3.733vw;
  }
}
@media (min-width: 1401px) {
  .footer__info-block {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__info-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__info-block {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footer__info-block > span {
    width: 100%;
    display: block;
  }
  .footer__info-block > span:nth-of-type(2) {
    position: relative;
    z-index: 0;
  }
  .footer__info-block > span:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333333;
    width: 1px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__info-block > span:nth-of-type(2)::before {
    display: none;
  }
}
.footer__info-block > span {
  display: block;
}
.footer__info-block > span:nth-of-type(2) {
  position: relative;
  z-index: 0;
  padding-left: 2vw;
}
@media screen and (max-width: 767px) {
  .footer__info-block > span:nth-of-type(2) {
    padding-left: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footer__info-block > span:nth-of-type(2) {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__info-block > span:nth-of-type(2) {
    padding-left: calc(0 / 375 * 100vw);
  }
}
.footer__info-block > span:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333333;
  width: 1px;
  height: 100%;
}
.footer__info-block--freecall {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2vw;
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .footer__info-block--freecall {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footer__info-block--freecall {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__info-block--freecall {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footer__info-block--freecall span {
    display: block;
  }
}
.footer__to-top {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer__to-top {
    top: -42vw;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
  }
}
.footer__legal {
  font-size: 0.714vw;
  margin-top: 4vw;
  text-align: center;
  line-height: 1.6;
  color: #717171;
}
@media (max-width: 767px) {
  .footer__legal {
    font-size: 2.667vw;
  }
}
@media (min-width: 1401px) {
  .footer__legal {
    font-size: 0.714vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__legal {
    margin-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footer__legal {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__legal {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.footer__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .footer__banner {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footer__banner {
    margin-top: 4vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5vw 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__banner {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.footer__banner a {
  display: block;
  max-width: 280px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .footer__banner a {
    max-width: 100%;
    height: auto;
    margin: auto;
  }
}
.footer__banner span {
  display: block;
  max-width: 280px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .footer__banner span {
    max-width: 100%;
    height: auto;
    margin: auto;
  }
}
.footer__banner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__sns {
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    margin-top: calc(30 / 375 * 100vw);
  }
}

/*----------------------------------------------------------------------
　フッターメニュー
----------------------------------------------------------------------*/
.footer-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-navi {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10vw 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-navi__block {
    width: 50%;
  }
}
.footer-navi__item {
  font-size: 1.143vw;
}
@media (max-width: 767px) {
  .footer-navi__item {
    font-size: 3.733vw;
  }
}
@media (min-width: 1401px) {
  .footer-navi__item {
    font-size: 1.143vw;
  }
}
.footer-navi a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-navi a:hover {
  opacity: 0.6;
}
.footer-navi__block--item .footer-navi__item:not(:first-child) {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .footer-navi__block--item .footer-navi__item:not(:first-child) {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footer-navi__block--item .footer-navi__item:not(:first-child) {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer-navi__block--item .footer-navi__item:not(:first-child) {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.footer-navi .mega-menu-content__item {
  margin-top: 2vw;
  position: relative;
  z-index: 0;
  padding-left: 2.5vw;
}
@media screen and (max-width: 767px) {
  .footer-navi .mega-menu-content__item {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footer-navi .mega-menu-content__item {
    padding-left: calc(25 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .footer-navi .mega-menu-content__item {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer-navi .mega-menu-content__item {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.footer-navi .mega-menu-content__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(assets/images/arrow--link.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .footer-navi .mega-menu-content__item::after {
    background-size: auto 100%;
    width: 90%;
    height: 90%;
  }
}

/*----------------------------------------------------------------------
　ページトップ
----------------------------------------------------------------------*/
.to-top {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .to-top {
    width: 10vw;
    height: 10vw;
  }
}
.to-top:hover {
  opacity: 1;
}
.to-top__icon {
  border: 1px solid #e7e8ca;
  background-color: #fff;
  border-radius: 1000px;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  width: 3vw;
  height: 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .to-top__icon {
    padding-top: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .to-top__icon {
    padding-bottom: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .to-top__icon {
    padding-left: calc(5 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .to-top__icon {
    padding-right: calc(5 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .to-top__icon {
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 1vw;
    padding-right: 1vw;
    width: 100%;
    height: 20vw;
    border-radius: 266.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .to-top__icon {
    padding-top: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .to-top__icon {
    padding-bottom: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .to-top__icon {
    padding-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .to-top__icon {
    padding-right: calc(10 / 375 * 100vw);
  }
}
.to-top__icon svg {
  width: 100%;
  height: 100%;
}
.to-top__icon svg path {
  stroke-width: 4px;
}
.to-top__text {
  font-size: 1.143vw;
  margin-top: 1vw;
  text-align: center;
}
@media (max-width: 767px) {
  .to-top__text {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .to-top__text {
    font-size: 1.143vw;
  }
}
@media screen and (max-width: 767px) {
  .to-top__text {
    margin-top: calc(10 / 375 * 100vw);
  }
}

/*----------------------------------------------------------------------
　ボタン
----------------------------------------------------------------------*/
.normal-btn {
  display: inline-block;
  max-width: 260px;
  width: 100%;
  background-color: #aa9a7c;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 2px solid #fff;
  border-radius: 7.3206442167vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  padding-left: 4vw;
  font-size: 1.143vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  .normal-btn {
    padding-left: calc(40 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .normal-btn {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .normal-btn {
    font-size: 1.143vw;
  }
}
@media screen and (max-width: 767px) {
  .normal-btn {
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .normal-btn {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .normal-btn {
    max-width: 65vw;
    border-radius: 26.6666666667vw;
  }
}
.normal-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #fff;
  width: 10%;
  height: 2px;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.normal-btn::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -6px;
  border-radius: 7.3206442167vw;
  background-color: #aa9a7c;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .normal-btn::after {
    border-radius: 26.6666666667vw;
  }
}
.normal-btn:hover:before {
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.parts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  font-size: 1.143vw;
  padding-right: 7vw;
}
@media (max-width: 767px) {
  .parts-btn {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .parts-btn {
    font-size: 1.143vw;
  }
}
@media screen and (max-width: 767px) {
  .parts-btn {
    padding-right: calc(70 / 375 * 100vw);
  }
}
.parts-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #fff;
  width: 10%;
  height: 2px;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.normal-btn-border-none {
  border: none;
}

.contact-btn {
  font-size: 1.143vw;
  display: inline-block;
  width: 100%;
  background-color: #eda00e;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 73.2064421669vw;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .contact-btn {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .contact-btn {
    font-size: 1.143vw;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn {
    border-radius: 266.6666666667vw;
  }
}
.contact-btn a {
  display: block;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  .contact-btn a {
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-btn a {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.contact-btn:hover {
  background-color: #fff;
  color: #9ea05c;
}
.contact-btn .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  background-color: #fff;
  border-radius: 7.3206442167vw;
  border: 1px solid #e7e8ca;
  width: 1vw;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .contact-btn .arrow {
    padding-left: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-btn .arrow {
    padding-right: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-btn .arrow {
    padding-top: calc(4 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-btn .arrow {
    padding-bottom: calc(4 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-btn .arrow {
    width: 4vw;
    border-radius: 26.6666666667vw;
  }
}
.contact-btn .arrow svg {
  width: 100%;
  height: 100%;
}
.contact-btn:hover .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(0.5vw, -50%);
          transform: translate(0.5vw, -50%);
}

.contact-btn--white {
  font-size: 1.143vw;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #9ea05c;
  border: 1px solid #9ea05c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 73.2064421669vw;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .contact-btn--white {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .contact-btn--white {
    font-size: 1.143vw;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn--white {
    border-radius: 266.6666666667vw;
  }
}
.contact-btn--white a {
  display: block;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  .contact-btn--white a {
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-btn--white a {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.contact-btn--white:hover {
  background-color: #9ea05c;
  color: #fff;
}
.contact-btn--white .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  background-color: #fff;
  border-radius: 7.3206442167vw;
  border: 1px solid #e7e8ca;
  width: 1vw;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .contact-btn--white .arrow {
    padding-left: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-btn--white .arrow {
    padding-right: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-btn--white .arrow {
    padding-top: calc(4 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-btn--white .arrow {
    padding-bottom: calc(4 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-btn--white .arrow {
    width: 4vw;
    border-radius: 26.6666666667vw;
  }
}
.contact-btn--white .arrow svg {
  width: 100%;
  height: 100%;
}
.contact-btn--white:hover .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(0.5vw, -50%);
          transform: translate(0.5vw, -50%);
}

.btn {
  margin-top: 4vw;
}
@media screen and (max-width: 767px) {
  .btn {
    margin-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .btn {
    text-align: center;
  }
}

.btn-center {
  text-align: center;
}

.btn-margin--xl {
  margin-top: 8vw;
}
@media screen and (max-width: 767px) {
  .btn-margin--xl {
    margin-top: calc(80 / 375 * 100vw);
  }
}

.btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .btn-flex {
    gap: 6vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .btn-flex > div {
    width: 100%;
  }
}

/*----------------------------------------------------------------------
　ページ周り
----------------------------------------------------------------------*/
.page {
  padding: 8.78477306vw 0px 8.78477306vw;
}
@media screen and (max-width: 767px) {
  .page {
    padding: 26.6666666667vw 0px 26.6666666667vw;
  }
}
.page__heading {
  margin-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  .page__heading {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.page__heading--xl {
  margin-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  .page__heading--xl {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page__heading--xl {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page__heading--xl {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.page-none {
  padding-top: 0vw;
  padding-bottom: 0vw;
}
@media screen and (max-width: 767px) {
  .page-none {
    padding-top: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-none {
    padding-bottom: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-none {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-none {
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-none {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
.page-full {
  padding-top: 3vw;
  padding-bottom: 3vw;
}
@media screen and (max-width: 767px) {
  .page-full {
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-full {
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
.page-breadcrumb {
  padding-top: 1vw;
  padding-bottom: 0vw;
}
@media screen and (max-width: 767px) {
  .page-breadcrumb {
    padding-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-breadcrumb {
    padding-bottom: calc(0 / 375 * 100vw);
  }
}
.page-top {
  padding-top: 8vw;
}
@media screen and (max-width: 767px) {
  .page-top {
    padding-top: calc(80 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    padding-top: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-top {
    padding-top: calc(40 / 375 * 100vw);
  }
}
.page-top--sm {
  padding-top: 2vw;
}
@media screen and (max-width: 767px) {
  .page-top--sm {
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-top--sm {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-top--sm {
    padding-top: calc(0 / 375 * 100vw);
  }
}
.page-top--md {
  padding-top: 6vw;
}
@media screen and (max-width: 767px) {
  .page-top--md {
    padding-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-top--md {
    padding-top: 3vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-top--md {
    padding-top: calc(30 / 375 * 100vw);
  }
}
.page-top-none {
  padding-top: 0vw;
}
@media screen and (max-width: 767px) {
  .page-top-none {
    padding-top: calc(0 / 375 * 100vw);
  }
}
.page-bg-color--half {
  padding-top: 10vw;
  padding-bottom: 20vw;
}
@media screen and (max-width: 767px) {
  .page-bg-color--half {
    padding-top: calc(100 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-bg-color--half {
    padding-bottom: calc(200 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-bg-color--half {
    padding-top: 0vw;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-bg-color--half {
    padding-top: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-bg-color--half {
    padding-bottom: calc(100 / 375 * 100vw);
  }
}
.page-bottom--sm {
  padding-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .page-bottom--sm {
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.page__common-contact {
  background-color: #9ea05c;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  .page__common-contact {
    padding-top: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page__common-contact {
    padding-bottom: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page__common-contact {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page__common-contact {
    padding-bottom: calc(80 / 375 * 100vw);
  }
}
.page-works-list {
  padding-bottom: 0vw;
}
@media screen and (max-width: 767px) {
  .page-works-list {
    padding-bottom: calc(0 / 375 * 100vw);
  }
}
.page-link-box {
  padding-top: 4vw;
}
@media screen and (max-width: 767px) {
  .page-link-box {
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-link-box {
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-link-box {
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
.page-faq {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
@media screen and (max-width: 767px) {
  .page-faq {
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-faq {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-faq {
    padding-top: 2vw;
    padding-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-faq {
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-faq {
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-company {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-company {
    padding-top: calc(0 / 375 * 100vw);
  }
}
.page-scroll-infinity {
  padding-top: 0vw;
  padding-bottom: 4vw;
}
@media screen and (max-width: 767px) {
  .page-scroll-infinity {
    padding-top: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-scroll-infinity {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
.page-single {
  padding-top: 2vw;
}
@media screen and (max-width: 767px) {
  .page-single {
    padding-top: calc(20 / 375 * 100vw);
  }
}
.page-movie {
  padding-top: 0vw;
  padding-bottom: 8vw;
}
@media screen and (max-width: 767px) {
  .page-movie {
    padding-top: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-movie {
    padding-bottom: calc(80 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-movie {
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-movie {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}

.page-mv {
  margin: auto;
  position: relative;
  padding: 0 5vw;
  padding-top: 4vw;
}
@media screen and (max-width: 767px) {
  .page-mv {
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-mv {
    padding-top: 2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-mv {
    padding-top: calc(20 / 375 * 100vw);
  }
}
.page-mv__content {
  padding-top: 2vw;
}
@media screen and (max-width: 767px) {
  .page-mv__content {
    padding-top: calc(20 / 375 * 100vw);
  }
}
.page-mv__content img {
  border-radius: 2vw;
}
.page-mv__block {
  padding: 0 5vw;
}
@media screen and (max-width: 767px) {
  .page-mv__block {
    padding: 0;
  }
}
.page-mv .heading__main-en {
  line-height: 1;
}

.page-mv--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-mv--block-left {
  position: absolute;
  top: -0.5px;
  display: inline-block;
  width: 75%;
  height: 32%;
  left: 0;
  background-color: #f6f4ef;
  -webkit-clip-path: polygon(0 0, 100% 0%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 0% 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-mv--block-left {
    height: 12vw;
    top: -0.5px;
  }
}

.page-mv--block-right {
  position: absolute;
  top: -0.5px;
  display: inline-block;
  width: 25%;
  height: 40%;
  right: 0;
  background-color: #f6f4ef;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%);
          clip-path: polygon(0 0%, 100% 0%, 100% 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-mv--block-right {
    height: 12vw;
    top: -0.5px;
  }
}

/*----------------------------------------------------------------------
　パーツサイド
----------------------------------------------------------------------*/
.parts-side__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .parts-side__block {
    gap: 4vw;
  }
}
.parts-side__main {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .parts-side__main {
    width: 100%;
  }
}
.parts-side__sub {
  width: 30%;
  padding-bottom: 4vw;
}
@media screen and (max-width: 767px) {
  .parts-side__sub {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-side__sub {
    width: 100%;
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .parts-side__sub {
    padding-bottom: calc(0 / 375 * 100vw);
  }
}
.parts-side__news-block {
  background-color: #fff;
  padding-top: 4vw;
  padding-bottom: 4vw;
  padding-left: 0vw;
  padding-right: 6vw;
  border-radius: 0 1.4641288433vw 1.4641288433vw 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .parts-side__news-block {
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-side__news-block {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-side__news-block {
    padding-left: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-side__news-block {
    padding-right: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-side__news-block {
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
  }
}
.parts-side__news-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10vw;
  width: 10vw;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .parts-side__news-block::before {
    left: -5vw;
    width: 5vw;
  }
}
.parts-side__bg-news-block::before {
  content: "";
  position: absolute;
  top: 3em;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9ea05c;
  border-radius: 1.4641288433vw 0 0 1.4641288433vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .parts-side__bg-news-block::before {
    border-radius: 5.3333333333vw 0 0 5.3333333333vw;
  }
}
.parts-side__bg-news-block::after {
  content: "";
  position: absolute;
  top: 3em;
  right: -10vw;
  width: 10vw;
  height: 100%;
  background-color: #9ea05c;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .parts-side__bg-news-block::after {
    right: -5vw;
    width: 5vw;
  }
}

/*----------------------------------------------------------------------
　記事詳細
----------------------------------------------------------------------*/
.md-body {
  max-width: 58.5651537335vw;
  margin: auto;
  width: 100%;
}

.category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .category-list {
    gap: 2vw;
  }
}
.category-list__box {
  display: inline-block;
  padding: 2vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  border: 1px solid #adb400;
  color: #fff;
  border-radius: 7.3206442167vw;
  background-color: #adb400;
}
@media screen and (max-width: 767px) {
  .category-list__box {
    padding: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .category-list__box {
    padding-top: calc(5 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .category-list__box {
    padding-bottom: calc(5 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .category-list__box {
    border-radius: 26.6666666667vw;
  }
}

.single {
  max-width: 58.5651537335vw;
  width: 100%;
  margin: auto;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .single {
    max-width: 100%;
  }
}
.single__date {
  margin-top: 2vw;
  font-size: 1.143vw;
  color: #717171;
}
@media screen and (max-width: 767px) {
  .single__date {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .single__date {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .single__date {
    font-size: 1.143vw;
  }
}
.single__title {
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.857vw;
  margin-top: 3vw;
}
@media (max-width: 767px) {
  .single__title {
    font-size: 6.4vw;
  }
}
@media (min-width: 1401px) {
  .single__title {
    font-size: 1.857vw;
  }
}
@media screen and (max-width: 767px) {
  .single__title {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.single__category {
  margin-top: 2vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single__category {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.single__thumbnail {
  margin-top: 4vw;
}
@media screen and (max-width: 767px) {
  .single__thumbnail {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.single__thumbnail img {
  width: 100%;
  aspect-ratio: 16/12;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__content {
  margin-top: 4vw;
}
@media screen and (max-width: 767px) {
  .single__content {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.single__voice-name {
  margin-top: 3vw;
  text-align: center;
  color: #717171;
}
@media screen and (max-width: 767px) {
  .single__voice-name {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.single__address {
  font-size: 1.143vw;
  border-left: 1px solid #9ea05c;
  padding-left: 0.7320644217vw;
  margin-left: 0.7320644217vw;
}
@media (max-width: 767px) {
  .single__address {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .single__address {
    font-size: 1.143vw;
  }
}
@media screen and (max-width: 767px) {
  .single__address {
    padding-left: 2.6666666667vw;
    margin-left: 2.6666666667vw;
  }
}

/*----------------------------------------------------------------------
　記事詳細パーツ
----------------------------------------------------------------------*/
.wysiwyg {
  font-weight: 500;
  line-height: 1.8;
}
.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
  margin-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  .wysiwyg p,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg table,
  .wysiwyg dl,
  .wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.wysiwyg h2 {
  font-size: 1.571vw;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 2vw;
}
@media (max-width: 767px) {
  .wysiwyg h2 {
    font-size: 5.867vw;
  }
}
@media (min-width: 1401px) {
  .wysiwyg h2 {
    font-size: 1.571vw;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg h2 {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.wysiwyg h3 {
  font-size: 1.429vw;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 1vw;
}
@media (max-width: 767px) {
  .wysiwyg h3 {
    font-size: 5.333vw;
  }
}
@media (min-width: 1401px) {
  .wysiwyg h3 {
    font-size: 1.429vw;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg h3 {
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.wysiwyg h4 {
  font-size: 1.286vw;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .wysiwyg h4 {
    font-size: 4.8vw;
  }
}
@media (min-width: 1401px) {
  .wysiwyg h4 {
    font-size: 1.286vw;
  }
}
.wysiwyg p {
  font-size: 1.143vw;
  line-height: 2.2em;
  margin-bottom: 4vw;
}
@media (max-width: 767px) {
  .wysiwyg p {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .wysiwyg p {
    font-size: 1.143vw;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg p {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg p {
    line-height: 1.8em;
  }
}
.wysiwyg .wp-block-table {
  overflow-x: scroll;
}
.wysiwyg .wp-block-table::-webkit-scrollbar {
  width: 10px;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-track {
  border-radius: 0.7320644217vw;
  border: 1px solid #e7e7e7;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 0.7320644217vw;
}
.wysiwyg img {
  max-width: 100%;
  width: 100%;
}
.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img.alignright {
  float: right;
  margin-left: 1.5em;
}
.wysiwyg img.alignleft {
  float: left;
  margin-right: 1.5em;
}
.wysiwyg table thead {
  background-color: #454545;
  color: #fff;
  text-align: right;
}
.wysiwyg table thead th {
  text-align: center;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 2vw;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wysiwyg table th,
  .wysiwyg table td {
    padding: calc(20 / 375 * 100vw);
  }
}
.wysiwyg table th::after,
.wysiwyg table td::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.6em;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wysiwyg table th:last-child::after,
.wysiwyg table td:last-child::after {
  display: none;
}
.wysiwyg table tbody tr td {
  border-bottom: 2px solid #e6e6e6;
}
.wysiwyg table tbody tr td:first-child {
  background-color: #f2f2f2;
}
.wysiwyg table tbody tr td:first-child::after {
  display: none;
}
.wysiwyg table tbody tr th {
  background-color: #f2f2f2;
}
.wysiwyg dl {
  border: 1px solid #ccc;
}
.wysiwyg dt,
.wysiwyg dd {
  padding: 2vw;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .wysiwyg dt,
  .wysiwyg dd {
    padding: calc(20 / 375 * 100vw);
  }
}
.wysiwyg dt {
  background-color: #454545;
  color: #fff;
}
.wysiwyg blockquote {
  font-size: 1.143vw;
  line-height: 1.875;
  background-color: #f2f2f2;
  padding: 4vw;
  position: relative;
}
@media (max-width: 767px) {
  .wysiwyg blockquote {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .wysiwyg blockquote {
    font-size: 1.143vw;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg blockquote {
    padding: calc(40 / 375 * 100vw);
  }
}
.wysiwyg blockquote::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 24px;
  color: #9e9b94;
  font-size: 1.714vw;
}
@media (max-width: 767px) {
  .wysiwyg blockquote::before {
    font-size: 5.333vw;
  }
}
@media (min-width: 1401px) {
  .wysiwyg blockquote::before {
    font-size: 1.714vw;
  }
}
.wysiwyg blockquote::after {
  content: "”";
  position: absolute;
  bottom: 12px;
  right: 24px;
  color: #9e9b94;
  font-size: 1.714vw;
}
@media (max-width: 767px) {
  .wysiwyg blockquote::after {
    font-size: 5.333vw;
  }
}
@media (min-width: 1401px) {
  .wysiwyg blockquote::after {
    font-size: 1.714vw;
  }
}
.wysiwyg blockquote cite {
  font-size: 1vw;
  display: block;
  text-align: right;
  color: #6f6c67;
  position: relative;
}
@media (max-width: 767px) {
  .wysiwyg blockquote cite {
    font-size: 3.733vw;
  }
}
@media (min-width: 1401px) {
  .wysiwyg blockquote cite {
    font-size: 1vw;
  }
}
.wysiwyg blockquote cite::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 28px;
  background-color: #707070;
  vertical-align: middle;
  margin-right: 1.5em;
}
.wysiwyg ul {
  list-style: disc;
  margin-bottom: 4vw;
}
@media screen and (max-width: 767px) {
  .wysiwyg ul {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.wysiwyg ol {
  list-style: decimal;
  margin-bottom: 4vw;
}
@media screen and (max-width: 767px) {
  .wysiwyg ol {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.3em;
}
.wysiwyg ul li,
.wysiwyg ol li {
  line-height: 1.8;
}
.wysiwyg strong {
  font-weight: bold;
}

/*----------------------------------------------------------------------
　ページネーション
----------------------------------------------------------------------*/
.pagination-wrap {
  width: 100%;
  margin: 100px auto 0;
}

.pagination,
.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 4vw;
}
@media screen and (max-width: 767px) {
  .pagination,
  .page-numbers {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.pagination span,
.pagination a,
.page-numbers span,
.page-numbers a {
  display: block;
  text-align: center;
  font-size: 1.143vw;
}
@media (max-width: 767px) {
  .pagination span,
  .pagination a,
  .page-numbers span,
  .page-numbers a {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .pagination span,
  .pagination a,
  .page-numbers span,
  .page-numbers a {
    font-size: 1.143vw;
  }
}
.pagination span.current, .pagination span:hover,
.pagination a.current,
.pagination a:hover,
.page-numbers span.current,
.page-numbers span:hover,
.page-numbers a.current,
.page-numbers a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  color: #bababa;
}

/*----------------------------------------------------------------------
　パンくず
----------------------------------------------------------------------*/
.breadcrumb {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.857vw;
}
@media (max-width: 767px) {
  .breadcrumb ul {
    font-size: 3.2vw;
  }
}
@media (min-width: 1401px) {
  .breadcrumb ul {
    font-size: 0.857vw;
  }
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb li::after {
  content: "-";
  display: inline-block;
  color: #333;
  margin-left: 0.4vw;
  margin-right: 0.4vw;
}
@media screen and (max-width: 767px) {
  .breadcrumb li::after {
    margin-left: calc(4 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li::after {
    margin-right: calc(4 / 375 * 100vw);
  }
}
.breadcrumb li:last-child {
  color: #aaaaaa;
}
.breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    overflow-x: scroll;
  }
}

/*----------------------------------------------------------------------
　見出し
----------------------------------------------------------------------*/
.heading__main-jp {
  font-size: 1.143vw;
  letter-spacing: 0.1em;
  margin-top: 1vw;
}
@media (max-width: 767px) {
  .heading__main-jp {
    font-size: 3.2vw;
  }
}
@media (min-width: 1401px) {
  .heading__main-jp {
    font-size: 1.143vw;
  }
}
@media screen and (max-width: 767px) {
  .heading__main-jp {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.heading__main-jp span {
  display: inline-block;
  padding: 1vw;
  border-radius: 0px 73.2064421669vw 73.2064421669vw 73.2064421669vw;
  background-color: #585c07;
  color: #fff;
  -webkit-filter: drop-shadow(4px 4px 0px black);
          filter: drop-shadow(4px 4px 0px black);
}
@media screen and (max-width: 767px) {
  .heading__main-jp span {
    padding: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .heading__main-jp span {
    padding: 0.8vw;
    border-radius: 0px 266.6666666667vw 266.6666666667vw 266.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .heading__main-jp span {
    padding: calc(8 / 375 * 100vw);
  }
}
.heading__main-en {
  font-size: 2.857vw;
  color: #585c07;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .heading__main-en {
    font-size: 8vw;
  }
}
@media (min-width: 1401px) {
  .heading__main-en {
    font-size: 2.857vw;
  }
}
.heading__main-en span {
  display: inline-block;
  padding-bottom: 0.5vw;
}
@media screen and (max-width: 767px) {
  .heading__main-en span {
    padding-bottom: calc(5 / 375 * 100vw);
  }
}
.heading__main-en-mini {
  font-size: 2.857vw;
  color: #585c07;
}
@media (max-width: 767px) {
  .heading__main-en-mini {
    font-size: 5.333vw;
  }
}
@media (min-width: 1401px) {
  .heading__main-en-mini {
    font-size: 2.857vw;
  }
}
.heading__main-en-mini span {
  display: inline-block;
  padding-bottom: 0.5vw;
}
@media screen and (max-width: 767px) {
  .heading__main-en-mini span {
    padding-bottom: calc(5 / 375 * 100vw);
  }
}
.heading__main-en--white {
  color: #fff;
}
.heading__main-jp--white span {
  background-color: #fff;
  color: #9ea05c;
  -webkit-filter: drop-shadow(4px 4px 0px black);
          filter: drop-shadow(4px 4px 0px black);
}
.heading__en {
  font-size: 1.143vw;
  color: #fff;
  letter-spacing: 0.1em;
  color: #eda00e;
}
@media (max-width: 767px) {
  .heading__en {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .heading__en {
    font-size: 1.143vw;
  }
}
.heading__en span {
  display: inline-block;
  background-color: #585c07;
  padding: 1vw;
  border-radius: 73.2064421669vw 73.2064421669vw 73.2064421669vw 0px;
  -webkit-filter: drop-shadow(4px 4px 0px #2b2d03);
          filter: drop-shadow(4px 4px 0px #2b2d03);
}
@media screen and (max-width: 767px) {
  .heading__en span {
    padding: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .heading__en span {
    border-radius: 266.6666666667vw 266.6666666667vw 266.6666666667vw 0px;
  }
}
.heading__en-white {
  color: #fff;
}
.heading__en--center {
  text-align: center;
}
.heading__jp {
  font-size: 2.143vw;
  margin-top: 1vw;
  line-height: 1.6;
  color: #585c07;
}
@media (max-width: 767px) {
  .heading__jp {
    font-size: 5.333vw;
  }
}
@media (min-width: 1401px) {
  .heading__jp {
    font-size: 2.143vw;
  }
}
@media screen and (max-width: 767px) {
  .heading__jp {
    margin-top: calc(10 / 375 * 100vw);
  }
}

/*----------------------------------------------------------------------
　パーツ
----------------------------------------------------------------------*/
.parts__tel-block {
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .parts__tel-block {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.parts__freecall-block {
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .parts__freecall-block {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.parts__title {
  font-size: 2.857vw;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .parts__title {
    font-size: 8vw;
  }
}
@media (min-width: 1401px) {
  .parts__title {
    font-size: 2.857vw;
  }
}
.parts__title-center {
  text-align: center;
}
.parts__text-block {
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .parts__text-block {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.parts__text-block--center {
  text-align: center;
}
.parts__movie:not(:first-child) {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .parts__movie:not(:first-child) {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.parts__movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.parts__absolute--top-right {
  position: absolute;
  top: 5em;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .parts__absolute--top-right {
    top: 0;
    position: relative;
  }
}
.parts__absolute--top-left {
  position: absolute;
  top: 9em;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .parts__absolute--top-left {
    top: 0;
    position: relative;
  }
}
.parts__block-mini {
  max-width: 52.7086383602vw;
}
@media screen and (max-width: 767px) {
  .parts__block-mini {
    max-width: 100%;
  }
}
.parts__wrap-mini {
  padding: 0 2vw;
}
@media screen and (max-width: 767px) {
  .parts__wrap-mini {
    padding: 0;
  }
}
.parts__image-block {
  margin-top: 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2vw;
  margin-right: -12vw;
}
@media screen and (max-width: 767px) {
  .parts__image-block {
    margin-top: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts__image-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6vw;
    margin-right: 0;
  }
}
.parts__image-main {
  max-width: 52.7086383602vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parts__image-main {
    max-width: 100%;
  }
}
.parts__image-sub {
  margin-top: -12vw;
}
@media screen and (max-width: 767px) {
  .parts__image-sub {
    margin-top: calc(-120 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts__image-sub {
    margin-top: 0vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 6vw;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .parts__image-sub {
    margin-top: calc(0 / 375 * 100vw);
  }
}
.parts__image-sub .image-03 {
  margin-top: 2vw;
  max-width: 14.6412884334vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parts__image-sub .image-03 {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts__image-sub .image-03 {
    max-width: 100%;
  }
}
.parts__title-mini {
  max-width: 46.8521229868vw;
  width: 100%;
  margin: auto;
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .parts__title-mini {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts__title-mini {
    max-width: 100%;
  }
}
.parts__text-mini {
  max-width: 46.8521229868vw;
  width: 100%;
  margin: auto;
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .parts__text-mini {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts__text-mini {
    max-width: 100%;
  }
}
.parts__archive-mini {
  padding: 0 5vw;
}
@media screen and (max-width: 767px) {
  .parts__btn {
    margin-top: 2vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .parts__btn {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.parts__text {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .parts__text {
    margin-top: calc(20 / 375 * 100vw);
  }
}

/*----------------------------------------------------------------------
　パーツ　カラムservice-bloc
----------------------------------------------------------------------*/
.parts-column__block-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.parts-column__sign {
  margin-top: 2vw;
  padding-left: 1vw;
}
@media screen and (max-width: 767px) {
  .parts-column__sign {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-column__sign {
    padding-left: calc(10 / 375 * 100vw);
  }
}
.parts-column__sign-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .parts-column__sign-inner {
    gap: 0 4vw;
  }
}
.parts-column__block-area {
  margin-top: 4vw;
}
@media screen and (max-width: 767px) {
  .parts-column__block-area {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.parts-column__service-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3vw;
  background-color: #fff;
  padding: 4vw;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .parts-column__service-block {
    padding: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-column__service-block {
    padding: 2vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .parts-column__service-block {
    padding: calc(20 / 375 * 100vw);
  }
}
.parts-column__service-block:not(:first-child) {
  margin-top: 6vw;
}
@media screen and (max-width: 767px) {
  .parts-column__service-block:not(:first-child) {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.parts-column__service-block:nth-of-type(odd) {
  border-radius: 1.4641288433vw 0 0 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .parts-column__service-block:nth-of-type(odd) {
    border-radius: 5.3333333333vw 0 0 5.3333333333vw;
  }
}
.parts-column__service-block:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10vw;
  width: 10vw;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .parts-column__service-block:nth-of-type(odd)::before {
    right: -5vw;
    width: 5vw;
  }
}
.parts-column__service-block:nth-of-type(even) {
  border-radius: 0 1.4641288433vw 1.4641288433vw 0;
}
@media screen and (max-width: 767px) {
  .parts-column__service-block:nth-of-type(even) {
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
  }
}
.parts-column__service-block:nth-of-type(even)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10vw;
  width: 10vw;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .parts-column__service-block:nth-of-type(even)::before {
    left: -5vw;
    width: 5vw;
  }
}
.parts-column__point:not(:last-child) {
  position: relative;
  z-index: 0;
}
.parts-column__point:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2vw;
  width: 2px;
  height: 100%;
  background-color: #e7e8ca;
}
.parts-column__link-parts {
  margin-top: 6vw;
}
@media screen and (max-width: 767px) {
  .parts-column__link-parts {
    margin-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-column__link-parts {
    margin-top: 4vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .parts-column__link-parts {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.parts-column__service-list {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .parts-column__service-list {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.parts-column__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .parts-column__block {
    gap: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.parts-column__block-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.parts-column__block-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.parts-column__title {
  font-size: 2.429vw;
  line-height: 1.8;
  color: #585c07;
}
@media (max-width: 767px) {
  .parts-column__title {
    font-size: 8vw;
  }
}
@media (min-width: 1401px) {
  .parts-column__title {
    font-size: 2.429vw;
  }
}
.parts-column__title--white {
  color: #fff !important;
}
.parts-column__text {
  color: #585c07;
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .parts-column__text {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.parts-column__text--white {
  color: #fff;
}
.parts-column__btn {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .parts-column__btn {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.parts-column__img.img-service {
  padding-top: 2vw;
  margin-bottom: 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .parts-column__img.img-service {
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-column__img.img-service {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-column__img.img-service {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .parts-column__img.img-service {
    margin-bottom: calc(0 / 375 * 100vw);
  }
}
.parts-column__img.img-service .parts-column__img-inner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .parts-column__img.img-service .parts-column__img-inner {
    position: relative;
  }
}
.parts-column__img.absolute-img {
  position: absolute;
  left: 0;
  width: 29.2825768668vw;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .parts-column__img.absolute-img {
    width: 100%;
    position: relative;
    width: 100%;
  }
}
.parts-column__img.greeting-img {
  top: 8.78477306vw;
}
@media screen and (max-width: 767px) {
  .parts-column__img.greeting-img {
    top: 0;
  }
}
.parts-column__img.service-img {
  top: 18.3016105417vw;
}
@media screen and (max-width: 767px) {
  .parts-column__img.service-img {
    top: 0;
  }
}
.parts-column__box-horizon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2vw;
}
@media screen and (max-width: 767px) {
  .parts-column__box-horizon {
    gap: 6vw;
  }
}
.parts-column__box-horizon-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .parts-column__box-horizon-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.parts-column__box--service {
  padding: 4vw;
  padding-left: 8vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .parts-column__box--service {
    padding: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-column__box--service {
    padding-left: calc(80 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-column__box--service {
    padding: 2vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .parts-column__box--service {
    padding: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .parts-column__box--service {
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .parts-column__box--service {
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
.parts-column__box--greeting {
  padding: 4vw;
  padding-left: 8vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .parts-column__box--greeting {
    padding: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-column__box--greeting {
    padding-left: calc(80 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-column__box--greeting {
    padding: 2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .parts-column__box--greeting {
    padding: calc(20 / 375 * 100vw);
  }
}
.parts-column__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10vw;
}
.parts-column__access-box {
  max-width: 58.5651537335vw;
  width: 100%;
  margin: auto;
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .parts-column__access-box {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-column__access-box {
    max-width: 100%;
  }
}
.parts-column__left {
  width: 23.4260614934vw;
}
@media screen and (max-width: 767px) {
  .parts-column__left {
    width: 100%;
  }
}
.parts-column__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.parts-column__grid {
  display: grid;
  gap: 4vw;
}
@media screen and (max-width: 767px) {
  .parts-column__grid {
    gap: 10vw;
  }
}
.parts-column__grid.grid-03 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .parts-column__grid.grid-03 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.col-10 {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .col-10 {
    width: 100%;
  }
}

.col-15 {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .col-15 {
    width: 100%;
  }
}

.col-20 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .col-20 {
    width: 100%;
  }
}

.col-25 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .col-25 {
    width: 100%;
  }
}

.col-30 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .col-30 {
    width: 100%;
  }
}

.col-35 {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .col-35 {
    width: 100%;
  }
}

.col-40 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .col-40 {
    width: 100%;
  }
}

.col-45 {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .col-45 {
    width: 100%;
  }
}

.col-50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .col-50 {
    width: 100%;
  }
}

.col-55 {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .col-55 {
    width: 100%;
  }
}

.col-60 {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .col-60 {
    width: 100%;
  }
}

.col-65 {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .col-65 {
    width: 100%;
  }
}

.col-70 {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .col-70 {
    width: 100%;
  }
}

.col-75 {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .col-75 {
    width: 100%;
  }
}

.col-80 {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .col-80 {
    width: 100%;
  }
}

.col-85 {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .col-85 {
    width: 100%;
  }
}

.col-90 {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .col-90 {
    width: 100%;
  }
}

.col-95 {
  width: 95%;
}
@media screen and (max-width: 767px) {
  .col-95 {
    width: 100%;
  }
}

.col-100 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .col-100 {
    width: 100%;
  }
}

/*----------------------------------------------------------------------
　アンダーライン
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
　幅調整
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
　背景
----------------------------------------------------------------------*/
.bg-color {
  background-color: rgba(88, 92, 7, 0.1);
}

.bg-color-main {
  background-color: #585c07;
}

.bg-color-white {
  background-color: #fff;
}

.bg-color-accent__01 {
  background-color: rgba(158, 160, 92, 0.1);
}
.bg-color-accent__02 {
  background-color: rgba(158, 160, 92, 0.2);
}
.bg-color-accent--half-bottom {
  position: relative;
  z-index: 0;
}
.bg-color-accent--half-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: inherit;
  background-color: #9ea05c;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-color-accent--half-bottom::after {
    height: 80%;
  }
}

.bg-color--service {
  position: relative;
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .bg-color--service {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .bg-color--service {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bg-color--service {
    margin-top: calc(0 / 375 * 100vw);
  }
}
.bg-color--service::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #9ea05c;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-color--service::before {
    height: 80%;
  }
}
.bg-color--service .bg-block {
  padding-top: 3vw;
  padding-bottom: 3vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bg-color--service .bg-block {
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .bg-color--service .bg-block {
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .bg-color--service .bg-block {
    padding-top: 0vw;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bg-color--service .bg-block {
    padding-top: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bg-color--service .bg-block {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}

/*----------------------------------------------------------------------
　ラウンド
----------------------------------------------------------------------*/
.img-round img {
  border-radius: 2.196193265vw 2.196193265vw 2.196193265vw 0vw;
}
@media screen and (max-width: 767px) {
  .img-round img {
    border-radius: 8vw 8vw 8vw 0vw;
  }
}

.img-round-r img {
  border-radius: 2.196193265vw 0 2.196193265vw 2.196193265vw;
}
@media screen and (max-width: 767px) {
  .img-round-r img {
    border-radius: 8vw 0 8vw 8vw;
  }
}

.box-round {
  border-radius: 2.196193265vw 0 2.196193265vw 0vw;
}
@media screen and (max-width: 767px) {
  .box-round {
    border-radius: 8vw 0 8vw 8vw;
  }
}

/*----------------------------------------------------------------------
　余白
----------------------------------------------------------------------*/
.mt--auto {
  margin-top: auto;
}

/*----------------------------------------------------------------------
　背景画像
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
　背景色 共通
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
　CTP 共通
----------------------------------------------------------------------*/
.common-contact__box:not(:first-child) {
  margin-top: 5vw;
}
@media screen and (max-width: 767px) {
  .common-contact__box:not(:first-child) {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.common-contact__recruit {
  margin-top: 8vw;
}
@media screen and (max-width: 767px) {
  .common-contact__recruit {
    margin-top: calc(80 / 375 * 100vw);
  }
}

.contact-box__info {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .contact-box__info {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.contact-box__title {
  line-height: 1.6;
  color: #fff;
  font-size: 1.286vw;
}
@media (max-width: 767px) {
  .contact-box__title {
    font-size: 4.8vw;
  }
}
@media (min-width: 1401px) {
  .contact-box__title {
    font-size: 1.286vw;
  }
}
.contact-box__info-block:not(:first-child) {
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .contact-box__info-block:not(:first-child) {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-box__info-block:not(:first-child) {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contact-box__info-block:not(:first-child) {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.contact-box__tel {
  font-size: 2.143vw;
  margin-top: 1vw;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-box__tel {
    font-size: 5.867vw;
  }
}
@media (min-width: 1401px) {
  .contact-box__tel {
    font-size: 2.143vw;
  }
}
@media screen and (max-width: 767px) {
  .contact-box__tel {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.contact-box__fax-title {
  font-size: 1.071vw;
}
@media (max-width: 767px) {
  .contact-box__fax-title {
    font-size: 4vw;
  }
}
@media (min-width: 1401px) {
  .contact-box__fax-title {
    font-size: 1.071vw;
  }
}
.contact-box__fax {
  font-size: 2.143vw;
  margin-top: 1vw;
}
@media (max-width: 767px) {
  .contact-box__fax {
    font-size: 5.867vw;
  }
}
@media (min-width: 1401px) {
  .contact-box__fax {
    font-size: 2.143vw;
  }
}
@media screen and (max-width: 767px) {
  .contact-box__fax {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.contact-box__btn:not(:first-child) {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .contact-box__btn:not(:first-child) {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.contact-box__time {
  margin-top: 2vw;
  text-align: center;
  font-size: 1vw;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contact-box__time {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .contact-box__time {
    font-size: 3.733vw;
  }
}
@media (min-width: 1401px) {
  .contact-box__time {
    font-size: 1vw;
  }
}
.contact-box__time--maincolor {
  color: #585c07;
}
.contact-box__text-block {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .contact-box__text-block {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.contact-box__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-box__block {
    gap: 6vw 0;
  }
}
.contact-box__left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact-box__left {
    width: 100%;
  }
}
.contact-box__right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact-box__right {
    width: 100%;
  }
}

/*----------------------------------------------------------------------
　SNS周り
----------------------------------------------------------------------*/
.sns__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5vw;
}
@media screen and (max-width: 767px) {
  .sns__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .sns__item {
    width: 8vw;
  }
}

/*----------------------------------------------------------------------
　求人情報
----------------------------------------------------------------------*/
.recruit-table {
  max-width: 58.5651537335vw;
  margin: auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-table {
    border-spacing: 0;
    max-width: 100%;
  }
}
.recruit-table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .recruit-table tr {
    display: table;
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .recruit-table tr::before {
    content: "";
    position: absolute;
    bottom: -5vw;
    left: 0;
    background-color: #d5d6c6;
    width: 100%;
    height: 1px;
  }
}
.recruit-table tr th {
  position: relative;
  z-index: 0;
}
.recruit-table tr th::after {
  content: "";
  position: absolute;
  top: 0.439238653vw;
  right: 0;
  background-color: #d5d6c6;
  width: 2px;
  height: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .recruit-table tr th::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .recruit-table tr:not(:first-child) th {
    padding-top: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .recruit-table tr:not(:first-child) th {
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .recruit-table tr th {
    color: #aa9a7c;
  }
}
.recruit-table th,
.recruit-table td {
  padding-left: 1vw;
  padding-right: 1vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .recruit-table th,
  .recruit-table td {
    padding-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .recruit-table th,
  .recruit-table td {
    padding-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .recruit-table th,
  .recruit-table td {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .recruit-table th,
  .recruit-table td {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.recruit-table th {
  width: 25%;
  vertical-align: text-top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .recruit-table th {
    width: 100%;
    display: block;
  }
}
.recruit-table td {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .recruit-table td {
    width: 100%;
    display: block;
  }
}

.recruit-title {
  font-size: 2.286vw;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .recruit-title {
    font-size: 6.4vw;
  }
}
@media (min-width: 1401px) {
  .recruit-title {
    font-size: 2.286vw;
  }
}
.recruit-title span {
  display: block;
}

.recruit-btn {
  margin: auto;
  max-width: 58.5651537335vw;
  margin-top: 6vw;
}
@media screen and (max-width: 767px) {
  .recruit-btn {
    margin-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .recruit-btn {
    max-width: 100%;
  }
}

.table-border-line {
  position: relative;
  z-index: 0;
}
.table-border-line::after {
  content: "";
  position: absolute;
  top: 0.439238653vw;
  right: 0;
  background-color: #d5d6c6;
  width: 2px;
  height: 1.4641288433vw;
}

/*----------------------------------------------------------------------
　アクセス
----------------------------------------------------------------------*/
.access-box {
  background-color: #fff;
  padding: 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .access-box {
    padding: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .access-box {
    border-radius: 5.3333333333vw;
    padding: 2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .access-box {
    padding: calc(20 / 375 * 100vw);
  }
}
.access-box__main {
  margin-right: 4vw;
}
@media screen and (max-width: 767px) {
  .access-box__main {
    margin-right: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .access-box__main {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .access-box__main {
    margin-right: calc(0 / 375 * 100vw);
  }
}
.access-box__info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .access-box__info-block:not(:last-child) {
    border-bottom: 1px solid #d5d6c6;
  }
}
.access-box__title {
  position: relative;
  z-index: 0;
  width: 20%;
  padding-left: 1vw;
  padding-right: 1vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .access-box__title {
    padding-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .access-box__title {
    padding-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .access-box__title {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .access-box__title {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .access-box__title {
    width: 100%;
    display: block;
  }
}
.access-box__title h4 {
  line-height: 2;
}
.access-box__title::after {
  content: "";
  position: absolute;
  top: 0.439238653vw;
  right: 0;
  background-color: #d5d6c6;
  width: 2px;
  height: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .access-box__title::after {
    display: none;
  }
}
.access-box__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
  padding-left: 1vw;
  padding-right: 1vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .access-box__content {
    padding-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .access-box__content {
    padding-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .access-box__content {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .access-box__content {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .access-box__content {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .access-box__content {
    margin-top: calc(0 / 375 * 100vw);
  }
}

/*----------------------------------------------------------------------
　企業情報
----------------------------------------------------------------------*/
.company-table {
  max-width: 58.5651537335vw;
  margin: auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  background-color: #fff;
  border-radius: 1.4641288433vw;
  padding: 4vw;
}
@media screen and (max-width: 767px) {
  .company-table {
    padding: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .company-table {
    border-radius: 5.3333333333vw;
    border-spacing: 0;
    padding: 2vw;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .company-table {
    padding: calc(20 / 375 * 100vw);
  }
}
.company-table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .company-table tr {
    display: table;
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .company-table tr:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -5vw;
    left: 0;
    background-color: #d5d6c6;
    width: 100%;
    height: 1px;
  }
}
.company-table tr th {
  position: relative;
  z-index: 0;
}
.company-table tr th::after {
  content: "";
  position: absolute;
  top: 0.439238653vw;
  right: 0;
  background-color: #d5d6c6;
  width: 2px;
  height: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .company-table tr th::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .company-table tr:not(:first-child) th {
    padding-top: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .company-table tr:not(:first-child) th {
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .company-table tr th {
    color: #aa9a7c;
  }
}
.company-table th,
.company-table td {
  padding-left: 1vw;
  padding-right: 1vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .company-table th,
  .company-table td {
    padding-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .company-table th,
  .company-table td {
    padding-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .company-table th,
  .company-table td {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .company-table th,
  .company-table td {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.company-table th {
  width: 35%;
  vertical-align: text-top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .company-table th {
    width: 100%;
    display: block;
  }
}
.company-table td {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .company-table td {
    width: 100%;
    display: block;
  }
}

/*----------------------------------------------------------------------
　サービス内容
----------------------------------------------------------------------*/
.service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
}
@media screen and (max-width: 767px) {
  .service-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4vw;
  }
}

.service-list-item__title {
  font-size: 1vw;
  text-align: center;
  background-color: #eda00e;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  padding-left: 1vw;
  padding-right: 1vw;
  color: #fff;
  border-radius: 7.3206442167vw;
  display: inline-block;
}
@media (max-width: 767px) {
  .service-list-item__title {
    font-size: 3.733vw;
  }
}
@media (min-width: 1401px) {
  .service-list-item__title {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .service-list-item__title {
    padding-top: calc(5 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .service-list-item__title {
    padding-bottom: calc(5 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .service-list-item__title {
    padding-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .service-list-item__title {
    padding-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .service-list-item__title {
    border-radius: 26.6666666667vw;
  }
}
.service-list-item__text {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .service-list-item__text {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.service-list-item__img {
  position: relative;
  z-index: 0;
}
.service-list-item__img-inner {
  position: relative;
  z-index: 0;
}
.service-list-item__img-inner img {
  border-radius: 50%;
  aspect-ratio: 5/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-list-item__number {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  margin: auto;
}

.service-list-detail__title {
  margin-top: 1vw;
  font-size: 1.857vw;
  line-height: 1.4;
  border-bottom: 2px solid #d5d6c6;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .service-list-detail__title {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .service-list-detail__title {
    font-size: 5.867vw;
  }
}
@media (min-width: 1401px) {
  .service-list-detail__title {
    font-size: 1.857vw;
  }
}
@media screen and (max-width: 767px) {
  .service-list-detail__title {
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .service-list-detail__title {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.service-list-detail__img {
  position: relative;
  z-index: 0;
}
.service-list-detail__img-inner img {
  border-radius: 50%;
  aspect-ratio: 5/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-list-detail__number {
  max-width: 10.980966325vw;
}
@media screen and (max-width: 767px) {
  .service-list-detail__number {
    max-width: 40vw;
  }
}

/*----------------------------------------------------------------------
　ギャラリー
----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .gallery-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(4vw * -1);
  }
  .gallery-list__item {
    margin-bottom: 4vw;
    margin-right: 4vw;
    width: calc((100% - 4vw * (2 - 1)) / 2);
  }
  .gallery-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .gallery-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(8vw * -1);
  }
  .gallery-list__item {
    margin-bottom: 8vw;
    margin-right: 8vw;
    width: calc((100% - 8vw * (1 - 1)) / 1);
  }
  .gallery-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}

.gallery-list-item figcaption {
  text-align: center;
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .gallery-list-item figcaption {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.gallery-list-item img {
  aspect-ratio: 12/8;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-list-item__img-round img {
  border-radius: 0.7320644217vw;
}
@media screen and (max-width: 767px) {
  .gallery-list-item__img-round img {
    border-radius: 2.6666666667vw;
  }
}

/*----------------------------------------------------------------------
　スタッフ
----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .staff-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(4vw * -1);
  }
  .staff-list__item {
    margin-bottom: 4vw;
    margin-right: 4vw;
    width: calc((100% - 4vw * (2 - 1)) / 2);
  }
  .staff-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .staff-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(8vw * -1);
  }
  .staff-list__item {
    margin-bottom: 8vw;
    margin-right: 8vw;
    width: calc((100% - 8vw * (1 - 1)) / 1);
  }
  .staff-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}

.staff-list-item__block {
  margin-top: 1.5vw;
}
@media screen and (max-width: 767px) {
  .staff-list-item__block {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.staff-list-item__item-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1vw;
  line-height: 1.6;
  color: #717171;
}
@media (max-width: 767px) {
  .staff-list-item__item-block {
    font-size: 3.733vw;
  }
}
@media (min-width: 1401px) {
  .staff-list-item__item-block {
    font-size: 1vw;
  }
}
.staff-list-item__item {
  font-weight: 600;
}
.staff-list-item__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.staff-list-item__comment {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .staff-list-item__comment {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.staff-list-item__img img {
  aspect-ratio: 12/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-list-item__position {
  margin-top: 1.5vw;
}
@media screen and (max-width: 767px) {
  .staff-list-item__position {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.staff-list-item__positon-inner {
  color: #585c07;
  font-size: 0.857vw;
}
@media (max-width: 767px) {
  .staff-list-item__positon-inner {
    font-size: 3.2vw;
  }
}
@media (min-width: 1401px) {
  .staff-list-item__positon-inner {
    font-size: 0.857vw;
  }
}
.staff-list-item__name {
  margin-top: 1vw;
  font-size: 1.286vw;
}
@media screen and (max-width: 767px) {
  .staff-list-item__name {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .staff-list-item__name {
    font-size: 4.8vw;
  }
}
@media (min-width: 1401px) {
  .staff-list-item__name {
    font-size: 1.286vw;
  }
}
.staff-list-item__name-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1vw;
}
.staff-list-item__name-en {
  font-size: 0.786vw;
  color: #717171;
}
@media (max-width: 767px) {
  .staff-list-item__name-en {
    font-size: 2.933vw;
  }
}
@media (min-width: 1401px) {
  .staff-list-item__name-en {
    font-size: 0.786vw;
  }
}
.staff-list-item__img-round img {
  border-radius: 0.7320644217vw;
}
@media screen and (max-width: 767px) {
  .staff-list-item__img-round img {
    border-radius: 2.6666666667vw;
  }
}

/*----------------------------------------------------------------------
　お客様の声
----------------------------------------------------------------------*/
.voice-list {
  max-width: 73.2064421669vw;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .voice-list {
    max-width: 266.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .voice-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(40px * -1);
  }
  .voice-list__item {
    margin-bottom: 40px;
    margin-right: 40px;
    width: calc((100% - 40px * (2 - 1)) / 2);
  }
  .voice-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .voice-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(8vw * -1);
  }
  .voice-list__item {
    margin-bottom: 8vw;
    margin-right: 8vw;
    width: calc((100% - 8vw * (1 - 1)) / 1);
  }
  .voice-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}

.voice-list-item__info-block {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .voice-list-item__info-block {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.voice-list-item__info {
  color: #717171;
}
.voice-list-item__title {
  margin-top: 1vw;
  font-size: 1.429vw;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .voice-list-item__title {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .voice-list-item__title {
    font-size: 4.8vw;
  }
}
@media (min-width: 1401px) {
  .voice-list-item__title {
    font-size: 1.429vw;
  }
}
.voice-list-item__thumbnail {
  overflow: hidden;
}
.voice-list-item__thumbnail img {
  aspect-ratio: 16/11;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .voice-list-item__thumbnail img {
    border-radius: 5.3333333333vw;
  }
}
.voice-list-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*----------------------------------------------------------------------
　施工事例
----------------------------------------------------------------------*/
.works-top-list {
  padding-top: 3vw;
  margin-right: -8vw;
}
@media screen and (max-width: 767px) {
  .works-top-list {
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .works-top-list {
    margin-right: 0;
  }
}
.works-top-list__item {
  background-color: #fff;
  padding: 2vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.4641288433vw;
  height: 100% !important;
  margin-left: 1vw;
  margin-right: 1vw;
}
@media screen and (max-width: 767px) {
  .works-top-list__item {
    padding: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .works-top-list__item {
    margin-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .works-top-list__item {
    margin-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .works-top-list__item {
    border-radius: 5.3333333333vw;
  }
}
.works-top-list .slick-list {
  position: relative;
  z-index: 1;
}
.works-top-list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.works-top-list .slick-slide {
  height: auto !important;
}
.works-top-list .slick-dots {
  top: 0;
  bottom: 0 !important;
}
.works-top-list .slick-dots li button:before {
  font-size: 0.439238653vw !important;
}
@media screen and (max-width: 767px) {
  .works-top-list .slick-dots li button:before {
    font-size: 2.1333333333vw !important;
  }
}

.works-list {
  max-width: 73.2064421669vw;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .works-list {
    max-width: 266.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .works-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(2vw * -1);
  }
  .works-list__item {
    margin-bottom: 2vw;
    margin-right: 2vw;
    width: calc((100% - 2vw * (3 - 1)) / 3);
  }
  .works-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .works-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(6vw * -1);
    gap: 6vw 0;
  }
  .works-list__item {
    margin-bottom: 6vw;
    margin-right: 6vw;
    width: calc((100% - 6vw * (1 - 1)) / 1);
  }
  .works-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}
.works-list__item {
  background-color: #fff;
  padding: 2vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .works-list__item {
    padding: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .works-list__item {
    border-radius: 5.3333333333vw;
  }
}

.works-list-item {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.works-list-item__info-block {
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .works-list-item__info-block {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .works-list-item__info-block {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .works-list-item__info-block {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.works-list-item__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.works-list-item__date {
  font-size: 0.857vw;
  color: #929f80;
}
@media (max-width: 767px) {
  .works-list-item__date {
    font-size: 2.667vw;
  }
}
@media (min-width: 1401px) {
  .works-list-item__date {
    font-size: 0.857vw;
  }
}
.works-list-item__title {
  margin-top: 1vw;
  font-size: 1.286vw;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .works-list-item__title {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .works-list-item__title {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .works-list-item__title {
    font-size: 1.286vw;
  }
}
.works-list-item__category {
  font-size: 0.857vw;
  margin-top: 1vw;
}
@media (max-width: 767px) {
  .works-list-item__category {
    font-size: 2.667vw;
  }
}
@media (min-width: 1401px) {
  .works-list-item__category {
    font-size: 0.857vw;
  }
}
@media screen and (max-width: 767px) {
  .works-list-item__category {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.works-list-item__img img {
  aspect-ratio: 13/12;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .works-list-item__img img {
    border-radius: 5.3333333333vw;
  }
}
.works-list-item:hover {
  opacity: 0.8;
}
.works-list-item__works-summary {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .works-list-item__works-summary {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.works-list-item__address {
  font-size: 0.857vw;
  border-left: 1px solid #9ea05c;
  padding-left: 0.7320644217vw;
  margin-left: 0.7320644217vw;
}
@media (max-width: 767px) {
  .works-list-item__address {
    font-size: 2.667vw;
  }
}
@media (min-width: 1401px) {
  .works-list-item__address {
    font-size: 0.857vw;
  }
}
@media screen and (max-width: 767px) {
  .works-list-item__address {
    padding-left: 2.6666666667vw;
    margin-left: 2.6666666667vw;
  }
}

.works-summary-list {
  font-size: 1vw;
}
@media (max-width: 767px) {
  .works-summary-list {
    font-size: 3.733vw;
  }
}
@media (min-width: 1401px) {
  .works-summary-list {
    font-size: 1vw;
  }
}

.works-summary__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
}
@media screen and (max-width: 767px) {
  .works-summary__box {
    gap: 2vw;
  }
}
.works-summary__box:not(:first-child) {
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .works-summary__box:not(:first-child) {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.works-summary__item {
  width: 5.8565153734vw;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .works-summary__item {
    width: 21.3333333333vw;
  }
}
.works-summary__item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-color: #9ea05c;
  width: 2px;
  height: 80%;
}
.works-summary__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
}

/*----------------------------------------------------------------------
　沿革
----------------------------------------------------------------------*/
.history__heading {
  margin-bottom: 6vw;
}
@media screen and (max-width: 767px) {
  .history__heading {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.history__box-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.history__box {
  padding-bottom: 2vw;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .history__box {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.history__box:not(:last-child) {
  border-bottom: 1px solid #d5d6c6;
}
.history__box:not(:first-child) {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .history__box:not(:first-child) {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.history__box::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: -4.35vw;
  background-color: #eda00e;
  width: 0.7320644217vw;
  height: 0.7320644217vw;
  border-radius: 0.1464128843vw;
}
@media screen and (max-width: 767px) {
  .history__box::before {
    border-radius: 0.5333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    left: -12vw;
  }
}
.history__box-year {
  width: 15%;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #eda00e;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .history__box-year {
    width: 25%;
  }
}
.history__box-year .year {
  font-size: 1.429vw;
}
@media (max-width: 767px) {
  .history__box-year .year {
    font-size: 5.333vw;
  }
}
@media (min-width: 1401px) {
  .history__box-year .year {
    font-size: 1.429vw;
  }
}
.history__box-year .month {
  font-size: 0.857vw;
}
@media (max-width: 767px) {
  .history__box-year .month {
    font-size: 3.2vw;
  }
}
@media (min-width: 1401px) {
  .history__box-year .month {
    font-size: 0.857vw;
  }
}
.history__box-description {
  width: 85%;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .history__box-description {
    width: 70%;
  }
}
.history__box-img-block {
  margin-top: 2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 46.1200585652vw;
}
@media screen and (max-width: 767px) {
  .history__box-img-block {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .history__box-img-block {
    width: 100%;
    gap: 4vw;
  }
}
.history__box-img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .history__box-img {
    width: 100%;
  }
}
.history__box-img img {
  border-radius: 0.7320644217vw;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .history__box-img img {
    border-radius: 2.6666666667vw;
  }
}
.history__content {
  position: relative;
  z-index: 0;
  padding-left: 4vw;
}
@media screen and (max-width: 767px) {
  .history__content {
    padding-left: calc(40 / 375 * 100vw);
  }
}
.history__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cccccc;
  width: 1px;
  height: 100%;
}

/*----------------------------------------------------------------------
　電話番号
----------------------------------------------------------------------*/
.tel-block-center {
  text-align: center;
}

.tel-block-accent-color {
  color: #9ea05c;
}

.tel-block {
  color: #b43000;
}
.tel-block__time {
  margin-top: 2vw;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .tel-block__time {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.tel-block__title {
  font-size: 1.429vw;
}
@media (max-width: 767px) {
  .tel-block__title {
    font-size: 4.8vw;
  }
}
@media (min-width: 1401px) {
  .tel-block__title {
    font-size: 1.429vw;
  }
}
.tel-block__number {
  font-size: 2.857vw;
}
@media (max-width: 767px) {
  .tel-block__number {
    font-size: 7.467vw;
  }
}
@media (min-width: 1401px) {
  .tel-block__number {
    font-size: 2.857vw;
  }
}
.tel-block__number a {
  display: inline-block;
}

/*----------------------------------------------------------------------
　フリーコール
----------------------------------------------------------------------*/
.freecall-block-center {
  text-align: center;
}

.freecall-block-accent-color {
  color: #9ea05c;
}

.freecall-block {
  color: #b43000;
}
.freecall-block__time {
  margin-top: 1vw;
  margin-bottom: 2vw;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .freecall-block__time {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .freecall-block__time {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.freecall-block__title {
  font-size: 1.429vw;
}
@media (max-width: 767px) {
  .freecall-block__title {
    font-size: 4.8vw;
  }
}
@media (min-width: 1401px) {
  .freecall-block__title {
    font-size: 1.429vw;
  }
}
.freecall-block__number {
  font-size: 2.857vw;
}
@media (max-width: 767px) {
  .freecall-block__number {
    font-size: 7.467vw;
  }
}
@media (min-width: 1401px) {
  .freecall-block__number {
    font-size: 2.857vw;
  }
}
.freecall-block__number a {
  display: inline-block;
}

/*----------------------------------------------------------------------
　よくある質問
----------------------------------------------------------------------*/
.faq__group {
  margin-top: 6vw;
}
@media screen and (max-width: 767px) {
  .faq__group {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.faq__list {
  font-size: 1.857vw;
}
@media (max-width: 767px) {
  .faq__list {
    font-size: 5.867vw;
  }
}
@media (min-width: 1401px) {
  .faq__list {
    font-size: 1.857vw;
  }
}
.faq__anker {
  max-width: 60.0292825769vw;
  width: 100%;
  margin: auto;
}

.faq-box {
  max-width: 58.5651537335vw;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .faq-box {
    max-width: 100%;
  }
}
.faq-box:not(:first-child) {
  margin-top: 4vw;
}
@media screen and (max-width: 767px) {
  .faq-box:not(:first-child) {
    margin-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .faq-box:not(:first-child) {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .faq-box:not(:first-child) {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.faq-box__q {
  font-size: 1.429vw;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  line-height: 1.6;
  cursor: pointer;
  border-bottom: 1px solid #d5d6c6;
}
@media (max-width: 767px) {
  .faq-box__q {
    font-size: 4.8vw;
  }
}
@media (min-width: 1401px) {
  .faq-box__q {
    font-size: 1.429vw;
  }
}
@media screen and (max-width: 767px) {
  .faq-box__q {
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .faq-box__q {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .faq-box__q {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .faq-box__q {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.faq-box__q-color {
  color: #eda00e;
  display: inline-block;
  padding-right: 0.5vw;
}
@media screen and (max-width: 767px) {
  .faq-box__q-color {
    padding-right: calc(5 / 375 * 100vw);
  }
}

.faq-none {
  padding-top: 2vw;
  padding-bottom: 10vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq-none {
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .faq-none {
    padding-bottom: calc(100 / 375 * 100vw);
  }
}

.faq-anker {
  display: grid;
  gap: 2vw;
}
.faq-anker--1 {
  grid-template-columns: repeat(1, 1fr);
}
.faq-anker--2 {
  grid-template-columns: repeat(2, 1fr);
}
.faq-anker--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .faq-anker {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
}
.faq-anker a {
  border-radius: 0.5856515373vw;
  background-color: #eda00e;
  padding-top: 1vw;
  padding-bottom: 3vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.143vw;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .faq-anker a {
    padding-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .faq-anker a {
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .faq-anker a {
    padding-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .faq-anker a {
    padding-right: calc(10 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .faq-anker a {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .faq-anker a {
    font-size: 1.143vw;
  }
}
@media screen and (max-width: 767px) {
  .faq-anker a {
    border-radius: 2.1333333333vw;
  }
}
.faq-anker a::after {
  content: "";
  position: absolute;
  bottom: 1vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 20%;
  background-image: url(assets/images/common/arrow-bottom--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq-anker a::after {
    bottom: 2vw;
  }
}
.faq-anker a:hover::after {
  -webkit-transform: translateY(0.5vw);
          transform: translateY(0.5vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*----------------------------------------------------------------------
　お知らせ
----------------------------------------------------------------------*/
.news__box {
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 767px) {
  .news__box {
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .news__box {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .news__box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.news__box:not(:first-child) {
  border-top: 1px solid #d5d6c6;
}
.news__box:last-child {
  border-bottom: 1px solid #d5d6c6;
}
.news__date {
  line-height: 1.6;
  color: #717171;
  font-size: 0.857vw;
}
@media (max-width: 767px) {
  .news__date {
    font-size: 3.2vw;
  }
}
@media (min-width: 1401px) {
  .news__date {
    font-size: 0.857vw;
  }
}
.news__info-block {
  width: 80%;
}
.news__title {
  line-height: 1.6;
}
.news__thumbnail {
  width: 8.78477306vw;
  height: 5.8565153734vw;
}
@media screen and (max-width: 767px) {
  .news__thumbnail {
    width: 100%;
    height: auto;
  }
}
.news__thumbnail img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.0980966325vw;
}
@media screen and (max-width: 767px) {
  .news__thumbnail img {
    border-radius: 4vw;
  }
}

/*----------------------------------------------------------------------
　お問合わせ
----------------------------------------------------------------------*/
.wpcf7 form .wpcf7-response-output {
  border: 0 !important;
  padding: 20px !important;
  background-color: rgba(255, 0, 0, 0.3) !important;
  margin: 2em 0 0 0 !important;
  color: red !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important;
  background-color: rgba(70, 180, 80, 0.3) !important;
}

/*----------------------------------------------------------------------
　お問合わせフォーム
----------------------------------------------------------------------*/
.form {
  max-width: 51.2445095168vw;
  width: 100%;
  margin: auto;
  margin-top: 10vw;
}
@media screen and (max-width: 767px) {
  .form {
    margin-top: calc(100 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form {
    max-width: 100%;
  }
}
.form__block:not(:first-child) {
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .form__block:not(:first-child) {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form__block:not(:first-child) {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .form__block:not(:first-child) {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.form__block .wpcf7-list-item {
  margin: 0;
  width: calc((100% - 4vw) / 3);
}
@media screen and (max-width: 767px) {
  .form__block .wpcf7-list-item {
    width: 100%;
  }
}
.form__item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1vw;
}
@media screen and (max-width: 767px) {
  .form__item-box {
    width: 100%;
    gap: 0 2vw;
  }
}
.form__item-box-top {
  margin-bottom: auto;
}
.form__item {
  font-size: 1.429vw;
  font-weight: 500;
}
@media (max-width: 767px) {
  .form__item {
    font-size: 4.8vw;
  }
}
@media (min-width: 1401px) {
  .form__item {
    font-size: 1.429vw;
  }
}
.form__input {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .form__input {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.form__input input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.143vw;
}
@media (max-width: 767px) {
  .form__input input {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .form__input input {
    font-size: 1.143vw;
  }
}
.form__input textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(51, 51, 51, 0.2);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 0.3660322108vw;
  font-size: 1.143vw;
}
@media screen and (max-width: 767px) {
  .form__input textarea {
    border-radius: 1.3333333333vw;
  }
}
@media (max-width: 767px) {
  .form__input textarea {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .form__input textarea {
    font-size: 1.143vw;
  }
}
.form__input input[type=text] {
  background-color: #f5f5f5;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 0.3660322108vw;
  padding: 1.4vw;
  padding-left: 0.8vw;
  padding-right: 0.8vw;
  width: 100%;
  font-size: 1.143vw;
}
@media screen and (max-width: 767px) {
  .form__input input[type=text] {
    border-radius: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .form__input input[type=text] {
    padding: calc(14 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input input[type=text] {
    padding-left: calc(8 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input input[type=text] {
    padding-right: calc(8 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .form__input input[type=text] {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .form__input input[type=text] {
    font-size: 1.143vw;
  }
}
.form__input input[type=tel] {
  background-color: #f5f5f5;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 0.3660322108vw;
  padding: 1.4vw;
  padding-left: 0.8vw;
  padding-right: 0.8vw;
  width: 100%;
  font-size: 1.143vw;
}
@media screen and (max-width: 767px) {
  .form__input input[type=tel] {
    border-radius: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .form__input input[type=tel] {
    padding: calc(14 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input input[type=tel] {
    padding-left: calc(8 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input input[type=tel] {
    padding-right: calc(8 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .form__input input[type=tel] {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .form__input input[type=tel] {
    font-size: 1.143vw;
  }
}
.form__input input[type=email] {
  background-color: #f5f5f5;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 0.3660322108vw;
  padding: 1.4vw;
  padding-left: 0.8vw;
  padding-right: 0.8vw;
  width: 100%;
  font-size: 1.143vw;
}
@media screen and (max-width: 767px) {
  .form__input input[type=email] {
    border-radius: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .form__input input[type=email] {
    padding: calc(14 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input input[type=email] {
    padding-left: calc(8 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input input[type=email] {
    padding-right: calc(8 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .form__input input[type=email] {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .form__input input[type=email] {
    font-size: 1.143vw;
  }
}
.form__input input[type=text]::-webkit-input-placeholder, .form__input input[type=tel]::-webkit-input-placeholder, .form__input input[type=email]::-webkit-input-placeholder, .form__input textarea::-webkit-input-placeholder {
  font-size: 1.286vw;
}
.form__input input[type=text]::-moz-placeholder, .form__input input[type=tel]::-moz-placeholder, .form__input input[type=email]::-moz-placeholder, .form__input textarea::-moz-placeholder {
  font-size: 1.286vw;
}
.form__input input[type=text]:-ms-input-placeholder, .form__input input[type=tel]:-ms-input-placeholder, .form__input input[type=email]:-ms-input-placeholder, .form__input textarea:-ms-input-placeholder {
  font-size: 1.286vw;
}
.form__input input[type=text]::-ms-input-placeholder, .form__input input[type=tel]::-ms-input-placeholder, .form__input input[type=email]::-ms-input-placeholder, .form__input textarea::-ms-input-placeholder {
  font-size: 1.286vw;
}
.form__input input[type=text]::placeholder,
.form__input input[type=tel]::placeholder,
.form__input input[type=email]::placeholder,
.form__input textarea::placeholder {
  font-size: 1.286vw;
}
@media (max-width: 767px) {
  .form__input input[type=text]::-webkit-input-placeholder, .form__input input[type=tel]::-webkit-input-placeholder, .form__input input[type=email]::-webkit-input-placeholder, .form__input textarea::-webkit-input-placeholder {
    font-size: 4.8vw;
  }
  .form__input input[type=text]::-moz-placeholder, .form__input input[type=tel]::-moz-placeholder, .form__input input[type=email]::-moz-placeholder, .form__input textarea::-moz-placeholder {
    font-size: 4.8vw;
  }
  .form__input input[type=text]:-ms-input-placeholder, .form__input input[type=tel]:-ms-input-placeholder, .form__input input[type=email]:-ms-input-placeholder, .form__input textarea:-ms-input-placeholder {
    font-size: 4.8vw;
  }
  .form__input input[type=text]::-ms-input-placeholder, .form__input input[type=tel]::-ms-input-placeholder, .form__input input[type=email]::-ms-input-placeholder, .form__input textarea::-ms-input-placeholder {
    font-size: 4.8vw;
  }
  .form__input input[type=text]::placeholder,
  .form__input input[type=tel]::placeholder,
  .form__input input[type=email]::placeholder,
  .form__input textarea::placeholder {
    font-size: 4.8vw;
  }
}
@media (min-width: 1401px) {
  .form__input input[type=text]::-webkit-input-placeholder, .form__input input[type=tel]::-webkit-input-placeholder, .form__input input[type=email]::-webkit-input-placeholder, .form__input textarea::-webkit-input-placeholder {
    font-size: 1.286vw;
  }
  .form__input input[type=text]::-moz-placeholder, .form__input input[type=tel]::-moz-placeholder, .form__input input[type=email]::-moz-placeholder, .form__input textarea::-moz-placeholder {
    font-size: 1.286vw;
  }
  .form__input input[type=text]:-ms-input-placeholder, .form__input input[type=tel]:-ms-input-placeholder, .form__input input[type=email]:-ms-input-placeholder, .form__input textarea:-ms-input-placeholder {
    font-size: 1.286vw;
  }
  .form__input input[type=text]::-ms-input-placeholder, .form__input input[type=tel]::-ms-input-placeholder, .form__input input[type=email]::-ms-input-placeholder, .form__input textarea::-ms-input-placeholder {
    font-size: 1.286vw;
  }
  .form__input input[type=text]::placeholder,
  .form__input input[type=tel]::placeholder,
  .form__input input[type=email]::placeholder,
  .form__input textarea::placeholder {
    font-size: 1.286vw;
  }
}
.form__input textarea {
  background-color: #f5f5f5;
  padding: 1.4vw;
  padding-left: 0.8vw;
  padding-right: 0.8vw;
  width: 100%;
  outline: none;
  font-size: 1.143vw;
}
@media screen and (max-width: 767px) {
  .form__input textarea {
    padding: calc(14 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input textarea {
    padding-left: calc(8 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input textarea {
    padding-right: calc(8 / 375 * 100vw);
  }
}
@media (max-width: 767px) {
  .form__input textarea {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .form__input textarea {
    font-size: 1.143vw;
  }
}
.form__request {
  display: inline-block;
  background-color: #eda00e;
  padding: 0.5vw;
  padding-left: 1vw;
  padding-right: 1vw;
  border-radius: 0.5vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .form__request {
    padding: calc(5 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form__request {
    padding-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form__request {
    padding-right: calc(10 / 375 * 100vw);
  }
}
.form__textarea {
  margin-top: 1vw;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .form__textarea {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.form .wpcf7-list-item {
  margin: 0;
}
.form__description {
  display: block;
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .form__description {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.form .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2vw 2vw;
}
@media screen and (max-width: 767px) {
  .form .wpcf7-radio {
    gap: 2vw 2vw;
  }
}
.form .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2vw 2vw;
}
@media screen and (max-width: 767px) {
  .form .wpcf7-checkbox {
    gap: 2vw 2vw;
  }
}
.form .wpcf7-validates-as-required {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form p {
  line-height: 1.4;
}
.form .submit-btn {
  cursor: pointer;
  display: inline-block;
  max-width: 17.5695461201vw;
  width: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-size: 1.143vw;
}
@media (max-width: 767px) {
  .form .submit-btn {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .form .submit-btn {
    font-size: 1.143vw;
  }
}
@media screen and (max-width: 767px) {
  .form .submit-btn {
    max-width: 100%;
  }
}
.form .submit-btn:hover:before {
  right: 2vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form .submit-btn input {
  max-width: 17.5695461201vw;
  width: 100%;
  cursor: pointer;
  background-color: #eda00e;
  color: #fff;
  border-radius: 10vw;
  font-size: 1.143vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 4vw;
  padding-right: 4vw;
}
@media (max-width: 767px) {
  .form .submit-btn input {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .form .submit-btn input {
    font-size: 1.143vw;
  }
}
@media screen and (max-width: 767px) {
  .form .submit-btn input {
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form .submit-btn input {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form .submit-btn input {
    padding-left: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form .submit-btn input {
    padding-right: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form .submit-btn input {
    max-width: 100%;
  }
}
.form .description {
  font-size: 0.857vw;
}
@media (max-width: 767px) {
  .form .description {
    font-size: 3.2vw;
  }
}
@media (min-width: 1401px) {
  .form .description {
    font-size: 0.857vw;
  }
}
.form__privacy {
  margin-top: 4vw;
  color: #717171;
}
@media screen and (max-width: 767px) {
  .form__privacy {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.form__privacy a {
  text-decoration: underline;
}
.form__check {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .form__check {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.form select {
  background-color: #f5f5f5;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  padding: 1.4vw;
  padding-left: 2vw;
  padding-right: 2vw;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .form select {
    padding: calc(14 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form select {
    padding-left: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .form select {
    padding-right: calc(20 / 375 * 100vw);
  }
}
.form select::-ms-expand {
  display: none;
}
.form .select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.form .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__yubin {
  font-size: 1.143vw;
  margin-left: 0.5vw;
}
@media (max-width: 767px) {
  .form__yubin {
    font-size: 4.267vw;
  }
}
@media (min-width: 1401px) {
  .form__yubin {
    font-size: 1.143vw;
  }
}
@media screen and (max-width: 767px) {
  .form__yubin {
    margin-left: calc(5 / 375 * 100vw);
  }
}

/*----------------------------------------------------------------------
　link-parts
----------------------------------------------------------------------*/
.link-parts--center .link-parts__item {
  margin: auto;
}
.link-parts__wrap--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2vw;
}
@media screen and (max-width: 767px) {
  .link-parts__wrap--horizontal {
    gap: 4vw;
  }
}
.link-parts__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3vw;
}
@media screen and (max-width: 767px) {
  .link-parts__flex {
    gap: 8vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.link-parts__flex .link-parts__item {
  width: 20vw;
}
@media screen and (max-width: 767px) {
  .link-parts__flex .link-parts__item {
    width: 100%;
  }
}
.link-parts__box {
  font-size: 1vw;
  display: block;
}
@media (max-width: 767px) {
  .link-parts__box {
    font-size: 3.733vw;
  }
}
@media (min-width: 1401px) {
  .link-parts__box {
    font-size: 1vw;
  }
}
.link-parts__box .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #e7e8ca;
  width: 1vw;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .link-parts__box .arrow {
    padding-left: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .link-parts__box .arrow {
    padding-right: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .link-parts__box .arrow {
    padding-top: calc(4 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .link-parts__box .arrow {
    padding-bottom: calc(4 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .link-parts__box .arrow {
    width: 4vw;
  }
}
.link-parts__box .arrow svg {
  width: 100%;
  height: 100%;
}
.link-parts__box:hover .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(0.5vw);
          transform: translate(0.5vw);
}
.link-parts__btn {
  border-bottom: 2px solid #585c07;
  padding-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
}
@media screen and (max-width: 767px) {
  .link-parts__btn {
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .link-parts__btn {
    padding-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .link-parts__btn {
    padding-right: calc(10 / 375 * 100vw);
  }
}
.link-parts__btn--white {
  border-bottom: 2px solid #fff;
}
.link-parts__btn--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.link-parts__item.max-w--md {
  width: 14.6412884334vw;
}
@media screen and (max-width: 767px) {
  .link-parts__item.max-w--md {
    width: 100%;
  }
}
.link-parts__item.max-w--lg {
  width: 20.4978038067vw;
}
@media screen and (max-width: 767px) {
  .link-parts__item.max-w--lg {
    width: 100%;
  }
}
.link-parts__item--white {
  color: #fff;
}

.arrow-color {
  stroke: #eda00e;
}

.bg-obj-house__roof {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.bg-obj-house__roof::before {
  content: "";
  background-image: url(assets/images/common/bg-img-paper.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .bg-obj-house__roof::before {
    background-image: url(assets/images/common/bg-img-paper_sp.jpg);
  }
}

.bg-obj-house--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bg-obj-house--block-left {
  position: absolute;
  top: 199px;
  display: inline-block;
  width: 28%;
  height: 22%;
  left: 0;
  background-color: #f6f4ef;
  -webkit-clip-path: polygon(0 0, 100% 0%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .bg-obj-house--block-left {
    height: 30vw;
  }
}

.bg-obj-house--block-right {
  position: absolute;
  top: 199px;
  display: inline-block;
  width: 72%;
  height: 30%;
  right: 0;
  background-color: #f6f4ef;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%);
          clip-path: polygon(0 0%, 100% 0%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .bg-obj-house--block-right {
    height: 30vw;
  }
}

/*----------------------------------------------------------------------
　サービスのポイント
----------------------------------------------------------------------*/
.point__img img {
  border-radius: 1.4641288433vw;
  aspect-ratio: 8/10;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .point__img img {
    border-radius: 5.3333333333vw;
  }
}
.point__number {
  max-width: 8.78477306vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point__number {
    max-width: 32vw;
  }
}
.point__block {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .point__block {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.point__title {
  font-size: 1.429vw;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.5vw;
}
@media (max-width: 767px) {
  .point__title {
    font-size: 5.333vw;
  }
}
@media (min-width: 1401px) {
  .point__title {
    font-size: 1.429vw;
  }
}
@media screen and (max-width: 767px) {
  .point__title {
    margin-top: calc(5 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .point__title {
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point__title {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.point__text {
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .point__text {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .point__text {
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point__text {
    margin-top: calc(15 / 375 * 100vw);
  }
}

/*----------------------------------------------------------------------
　イラスト
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
　voice
----------------------------------------------------------------------*/
.link-box__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6vw;
}
@media screen and (max-width: 767px) {
  .link-box__wrap {
    gap: 8vw 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.link-box__block {
  width: 50%;
  border-top: 1px solid #9ea05c;
  border-bottom: 1px solid #9ea05c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .link-box__block {
    width: 100%;
  }
}
.link-box__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2vw;
  width: 80%;
  padding-left: 2vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .link-box__left {
    padding-left: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .link-box__left {
    gap: 4vw;
    padding-left: 1vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .link-box__left {
    padding-left: calc(10 / 375 * 100vw);
  }
}
.link-box__arrow {
  width: 20%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .link-box__arrow {
    width: 15%;
  }
}
.link-box__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .link-box__img {
    width: 60%;
  }
}
.link-box__img img {
  border-radius: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .link-box__img img {
    border-radius: 5.3333333333vw;
  }
}
.link-box__heading {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .link-box__heading {
    width: 40%;
  }
}
.link-box__inner {
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .link-box__inner {
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .link-box__inner {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.link-box__block-full {
  width: 100%;
}

/*----------------------------------------------------------------------
　社長あいさつ
----------------------------------------------------------------------*/
.president-sign {
  max-width: 14.6412884334vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .president-sign {
    max-width: 53.3333333333vw;
  }
}
.president-sign img {
  aspect-ratio: 16/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.greeting-title {
  font-size: 2.143vw;
}
@media (max-width: 767px) {
  .greeting-title {
    font-size: 6.4vw;
  }
}
@media (min-width: 1401px) {
  .greeting-title {
    font-size: 2.143vw;
  }
}

/*----------------------------------------------------------------------
　マップ
----------------------------------------------------------------------*/
.map {
  width: 100%;
  height: 100%;
}
.map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/6;
}
@media screen and (max-width: 767px) {
  .map iframe {
    aspect-ratio: 9/12;
  }
}

/*----------------------------------------------------------------------
　mark
----------------------------------------------------------------------*/
.mark {
  position: relative;
  z-index: 0;
  padding-left: 1.8em;
}
.mark::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 0.439238653vw;
  background-color: #eda00e;
}
@media screen and (max-width: 767px) {
  .mark::before {
    border-radius: 1.6vw;
  }
}

.mark-absolute {
  padding-left: 0;
}
.mark-absolute::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: -2em;
  width: 1em;
  height: 1em;
  border-radius: 0.439238653vw;
  background-color: #eda00e;
}
@media screen and (max-width: 767px) {
  .mark-absolute::before {
    border-radius: 1.6vw;
    display: none;
  }
}

/*----------------------------------------------------------------------
　エンドレスアニメーション
----------------------------------------------------------------------*/
.scroll-infinity-section {
  overflow: hidden;
}

.scroll-infinity-title {
  font-size: 8.429vw;
  color: #585c07;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 2vw;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .scroll-infinity-title {
    font-size: 8vw;
  }
}
@media (min-width: 1401px) {
  .scroll-infinity-title {
    font-size: 8.429vw;
  }
}
@media screen and (max-width: 767px) {
  .scroll-infinity-title {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.scroll-infinity__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
@media screen and (max-width: 767px) {
  .scroll-infinity__list--left {
    -webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
            animation: infinity-scroll-left 40s infinite linear 0.5s both;
  }
}
.scroll-infinity__item {
  width: 25vw;
  padding-left: 2vw;
  padding-right: 2vw;
}
@media screen and (max-width: 767px) {
  .scroll-infinity__item {
    padding-left: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .scroll-infinity__item {
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .scroll-infinity__item {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .scroll-infinity__item {
    padding-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .scroll-infinity__item {
    padding-right: calc(10 / 375 * 100vw);
  }
}
.scroll-infinity__item:nth-of-type(odd) {
  margin-top: 2.9282576867vw;
}
@media screen and (max-width: 767px) {
  .scroll-infinity__item:nth-of-type(odd) {
    margin-top: 5.3333333333vw;
  }
}
.scroll-infinity__item img {
  width: 100%;
  border-radius: 1.4641288433vw;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .scroll-infinity__item img {
    border-radius: 2.6666666667vw;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}/*# sourceMappingURL=style.css.map */