@charset "UTF-8";
.front-page .headline {
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 1279px) {
  .front-page .headline {
    padding: 0 32px;
  }
}
@media screen and (max-width: 959px) {
  .front-page .headline {
    padding: 0 24px;
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline {
    padding: 0 16px;
  }
}
.front-page .headline:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 959px) {
  .front-page .headline:before {
    top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .front-page .headline:before {
    top: 24px;
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline:before {
    top: 18px;
  }
}
.front-page .headline.--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1360px;
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  .front-page .headline.--left {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline.--left {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  .front-page .headline.--left {
    display: block;
  }
}
.front-page .headline.--left:before {
  width: calc(100% - 80px);
  left: 40px;
}
@media screen and (max-width: 959px) {
  .front-page .headline.--left:before {
    width: 100%;
    left: 0;
  }
}
.front-page .headline.--left .headline__sub {
  padding: 0 32px 0 0;
}
@media screen and (max-width: 959px) {
  .front-page .headline.--left .headline__sub {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 12px auto;
    padding: 0 24px;
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline.--left .headline__sub {
    margin: 0 auto 8px auto;
    padding: 0 16px;
  }
}
.front-page .headline.--left .headline__main {
  position: relative;
  padding: 0 40px 0 0;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .front-page .headline.--left .headline__main {
    margin: 0 auto;
    padding: 0 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.front-page .headline.--left .headline__main:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4px;
  background: #F8F7F4;
}
@media screen and (max-width: 959px) {
  .front-page .headline.--left .headline__main:before {
    content: none;
  }
}
.front-page .headline.--center {
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  .front-page .headline.--center {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline.--center {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
.front-page .headline.--center .headline__sub {
  margin: 0 auto 16px auto;
  padding: 0 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .front-page .headline.--center .headline__sub {
    padding: 0 32px;
  }
}
@media screen and (max-width: 959px) {
  .front-page .headline.--center .headline__sub {
    margin: 0 auto 12px auto;
    padding: 0 24px;
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline.--center .headline__sub {
    margin: 0 auto 8px auto;
    padding: 0 16px;
  }
}
.front-page .headline.--center .headline__main {
  margin: 0 auto;
  padding: 0 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.front-page .headline__sub {
  position: relative;
  display: block;
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
  letter-spacing: 0.08em;
  text-shadow: 8px 8px #E8E7E5;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .front-page .headline__sub {
    margin: 0 auto 12px auto;
    padding: 0 24px;
    font-size: 6.4rem;
    text-shadow: 6px 6px #E8E7E5;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .front-page .headline__sub {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline__sub {
    margin: 0 auto 8px auto;
    padding: 0 16px;
    font-size: 4rem;
    text-shadow: 4px 4px #E8E7E5;
  }
}
.front-page .headline__sub:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background: #F8F7F4;
}
@media screen and (max-width: 959px) {
  .front-page .headline__sub:before {
    top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .front-page .headline__sub:before {
    top: 24px;
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline__sub:before {
    top: 18px;
  }
}
.front-page .headline__main {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .front-page .headline__main {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .front-page .headline__main {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline__main {
    font-size: 1.5rem;
  }
}
.front-page .headline.--red .headline__sub::first-letter {
  color: #C6643A;
}
.front-page .headline.--red:before {
  background-color: #C6643A;
}
.front-page .headline.--l-bgn .headline__sub::first-letter {
  color: #76B0B2;
}
.front-page .headline.--l-bgn:before {
  background-color: #76B0B2;
}
.front-page .headline.--bgn .headline__sub::first-letter {
  color: #759293;
}
.front-page .headline.--bgn:before {
  background-color: #759293;
}
.front-page .headline.--grn .headline__sub::first-letter {
  color: #506255;
}
.front-page .headline.--grn:before {
  background-color: #506255;
}
.front-page .headline.--yel .headline__sub::first-letter {
  color: #F5CF78;
}
.front-page .headline.--yel:before {
  background-color: #F5CF78;
}
.front-page .headline.--beg .headline__sub::first-letter {
  color: #F8F7F4;
}
.front-page .headline.--beg:before {
  background-color: #F8F7F4;
}
.front-page .headline.--brn .headline__sub::first-letter {
  color: #B99136;
}
.front-page .headline.--brn:before {
  background-color: #B99136;
}
.front-page .headline.--d-brn .headline__sub::first-letter {
  color: #9B5A3A;
}
.front-page .headline.--d-brn:before {
  background-color: #9B5A3A;
}
.front-page .headline.--vio .headline__sub::first-letter {
  color: #9C7399;
}
.front-page .headline.--vio:before {
  background-color: #9C7399;
}
.front-page .headline.--blk .headline__sub::first-letter {
  color: #2D3134;
}
.front-page .headline.--blk:before {
  background-color: #2D3134;
}
.front-page .headline.--wht .headline__sub::first-letter {
  color: #ffffff;
}
.front-page .headline.--wht:before {
  background-color: #ffffff;
}
.front-page .headline.--l-gry .headline__sub::first-letter {
  color: #BFBFBF;
}
.front-page .headline.--l-gry:before {
  background-color: #BFBFBF;
}
.front-page .headline.--gry .headline__sub::first-letter {
  color: #818385;
}
.front-page .headline.--gry:before {
  background-color: #818385;
}
.front-page .headline.--d-gry .headline__sub::first-letter {
  color: #9A9C9E;
}
.front-page .headline.--d-gry:before {
  background-color: #9A9C9E;
}
.front-page .bg-beg {
  position: relative;
  padding-top: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .front-page .bg-beg {
    padding-top: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .front-page .bg-beg {
    padding-top: calc(8px * 13 * 0.5);
  }
}
.front-page .bg-beg {
  padding-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .front-page .bg-beg {
    padding-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .front-page .bg-beg {
    padding-bottom: calc(8px * 13 * 0.5);
  }
}
.front-page .bg-beg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-beg.jpg") center/auto repeat;
}
.front-page .bg-beg.--on-head:before {
  height: calc(100% - 142px);
}
@media screen and (max-width: 959px) {
  .front-page .bg-beg.--on-head:before {
    height: calc(100% - 109px);
  }
}
@media screen and (max-width: 767px) {
  .front-page .bg-beg.--on-head:before {
    height: calc(100% - 103px);
  }
}
@media screen and (max-width: 519px) {
  .front-page .bg-beg.--on-head:before {
    height: calc(100% - 70px);
  }
}
.front-page .bg-beg .headline__sub {
  text-shadow: 8px 8px #F8F7F4;
}
@media screen and (max-width: 959px) {
  .front-page .bg-beg .headline__sub {
    text-shadow: 6px 6px #F8F7F4;
  }
}
@media screen and (max-width: 519px) {
  .front-page .bg-beg .headline__sub {
    text-shadow: 4px 4px #F8F7F4;
  }
}
.front-page .bg-beg .headline__sub:before {
  background: #F5F1EB;
}
.front-page .bg-beg .headline__main:before {
  background: #F5F1EB !important;
}

.hero {
  position: relative;
  width: 100%;
  height: 810px;
}
@media screen and (max-width: 959px) {
  .hero {
    height: 720px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    height: 640px;
  }
}
@media screen and (max-width: 519px) {
  .hero {
    height: 480px;
  }
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 810px;
  background: #2D3134;
  opacity: 0.56;
}
@media screen and (max-width: 959px) {
  .hero:before {
    height: 720px;
  }
}
@media screen and (max-width: 767px) {
  .hero:before {
    height: 640px;
  }
}
@media screen and (max-width: 519px) {
  .hero:before {
    height: 480px;
  }
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-dots.svg") center/auto repeat;
  opacity: 0.08;
}
.hero .hero-slider__item img {
  height: 810px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 959px) {
  .hero .hero-slider__item img {
    height: 720px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-slider__item img {
    height: 640px;
  }
}
@media screen and (max-width: 519px) {
  .hero .hero-slider__item img {
    height: 480px;
  }
}
.hero .hero-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 0 24px;
  width: 100%;
  max-width: 720px;
}
@media screen and (max-width: 959px) {
  .hero .hero-catch {
    max-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-catch {
    max-width: 520px;
  }
}
@media screen and (max-width: 519px) {
  .hero .hero-catch {
    max-width: 400px;
  }
}
.hero .hero-eng {
  position: absolute;
  bottom: 72px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 32px;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 959px) {
  .hero .hero-eng {
    bottom: 56px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 519px) {
  .hero .hero-eng {
    padding: 0 16px;
  }
}
.hero .scroll {
  position: absolute;
  bottom: 72px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .hero .scroll {
    bottom: 56px;
  }
}
.hero .scroll:before {
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 959px) {
  .hero .scroll:before {
    width: 12px;
    height: 12px;
  }
}
.hero .scroll {
  /* 矢印のアニメーション */
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}

.pickup {
  position: relative;
  margin-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .pickup {
    margin-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .pickup {
    margin-bottom: calc(8px * 13 * 0.5);
  }
}
.pickup.bg-beg:before {
  z-index: 0;
}
.pickup .pickup-unit {
  position: relative;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 64px;
}
@media screen and (max-width: 1279px) {
  .pickup .pickup-unit {
    gap: 56px;
  }
}
@media screen and (max-width: 959px) {
  .pickup .pickup-unit {
    display: block;
    padding-bottom: 56px;
  }
}
.pickup .pickup-unit__headline {
  padding-right: 24px;
  border-right: 2px solid #2D3134;
}
@media screen and (max-width: 959px) {
  .pickup .pickup-unit__headline {
    padding-bottom: 12px;
    margin-bottom: 20px;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #2D3134;
  }
}
@media screen and (max-width: 959px) {
  .pickup .pickup-unit__headline .pickup-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.pickup .pickup-unit__headline .pickup-headline__sub {
  display: block;
  margin-bottom: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .pickup .pickup-unit__headline .pickup-headline__sub {
    width: 100%;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pickup .pickup-unit__headline .pickup-headline__sub {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .pickup .pickup-unit__headline .pickup-headline__sub {
    font-size: 2.4rem;
  }
}
.pickup .pickup-unit__headline .pickup-headline__sub::first-letter {
  color: #9B5A3A;
}
.pickup .pickup-unit__headline .pickup-headline__main {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .pickup .pickup-unit__headline .pickup-headline__main {
    width: 100%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .pickup .pickup-unit__headline .pickup-headline__main {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .pickup .pickup-unit__headline .pickup-headline__main {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.pickup .pickup-unit__headline .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  .pickup .pickup-unit__headline .btn {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.pickup .pickup-unit .pickup-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .pickup .pickup-unit .pickup-contents {
    gap: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .pickup .pickup-unit .pickup-contents {
    gap: calc(8px * 4 * 0.5);
  }
}
@media screen and (max-width: 767px) {
  .pickup .pickup-unit .pickup-contents {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .pickup .pickup-unit .pickup-contents__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.pickup .pickup-unit .pickup-contents__item .pickup-vsl {
  overflow: hidden;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-unit .pickup-contents__item .pickup-vsl {
    margin-bottom: 0;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (max-width: 519px) {
  .pickup .pickup-unit .pickup-contents__item .pickup-vsl {
    max-width: 140px;
  }
}
.pickup .pickup-unit .pickup-contents__item .pickup-vsl a {
  display: block;
  position: relative;
  aspect-ratio: 3/2;
}
.pickup .pickup-unit .pickup-contents__item .pickup-vsl a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pickup .pickup-unit .pickup-contents__item .pickup-vsl a:hover {
  scale: 1.02;
}
@media screen and (max-width: 767px) {
  .pickup .pickup-unit .pickup-contents__item .pickup-dtl {
    width: calc(100% - 216px);
  }
}
@media screen and (max-width: 519px) {
  .pickup .pickup-unit .pickup-contents__item .pickup-dtl {
    width: calc(100% - 156px);
  }
}
.pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-meta {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-meta {
    margin-bottom: 5px;
  }
}
.pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-meta__date {
  margin-right: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 519px) {
  .pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-meta__date {
    font-size: 1.2rem;
  }
}
.pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding: 0 12px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 56px;
  background: #759293;
}
.pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-meta__cate.--news, .pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-meta__cate.--other {
  background: #C6643A;
  border: 1px solid #C6643A;
}
.pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-meta__cate.--news:hover, .pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-meta__cate.--other:hover {
  background: #ffffff;
  color: #C6643A;
}
.pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-meta__cate.--campaign, .pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-meta__cate.--recruit {
  background: #759293;
  border: 1px solid #759293;
}
.pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-meta__cate.--campaign:hover, .pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-meta__cate.--recruit:hover {
  background: #ffffff;
  color: #759293;
}
.pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-meta__cate.--service {
  background: #B99136;
  border: 1px solid #B99136;
}
.pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-meta__cate.--service:hover {
  background: #ffffff;
  color: #B99136;
}
.pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-ttl a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  text-decoration: underline;
}
.pickup .pickup-unit .pickup-contents__item .pickup-dtl .pickup-ttl a:hover {
  text-decoration: none;
}

.service .service-inner {
  margin: 0 auto;
  max-width: 1440px;
}
.service .service-inner .service-wrap {
  position: relative;
  width: calc(50% + 680px);
  margin-left: auto;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .service .service-inner .service-wrap {
    padding-left: 32px;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service .service-inner .service-wrap {
    padding: 0 24px;
  }
}
@media screen and (max-width: 519px) {
  .service .service-inner .service-wrap {
    padding: 0 16px;
  }
}
.service .service-inner .service-wrap .headline.--service {
  position: absolute;
  top: 0;
  left: 40px;
  padding: 0;
  height: 100%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.service .service-inner .service-wrap .headline.--service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 44px;
  width: 2px;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .service .service-inner .service-wrap .headline.--service {
    left: 32px;
  }
}
.service .service-inner .service-wrap .headline.--service .headline__main {
  text-align: left;
}
.service .service-inner .service-wrap .headline.--service .headline__sub {
  padding: 0 0 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1279px) {
  .service .service-inner .service-wrap .headline.--service .headline__sub {
    padding: 0 0 32px;
  }
}
.service .service-inner .service-wrap .headline.--service .headline__sub::before {
  top: 0;
  left: 44px;
  width: 2px;
  height: 100%;
}
.service .service-inner .service-wrap .service-content {
  padding-left: 188px;
}
@media screen and (max-width: 959px) {
  .service .service-inner .service-wrap .service-content {
    padding-left: 0;
  }
}
.service .service-inner .service-wrap .service-content .service-unit {
  margin-bottom: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .service .service-inner .service-wrap .service-content .service-unit {
    margin-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .service .service-inner .service-wrap .service-content .service-unit {
    margin-bottom: calc(8px * 10 * 0.5);
  }
}
.service .service-inner .service-wrap .service-content .service-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 959px) {
  .service .service-inner .service-wrap .service-content .service-unit {
    gap: 12px;
  }
}
@media screen and (max-width: 519px) {
  .service .service-inner .service-wrap .service-content .service-unit {
    gap: 8px;
  }
}
.service .service-inner .service-wrap .service-content .service-unit__item:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
.service .service-inner .service-wrap .service-content .service-unit__item:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
.service .service-inner .service-wrap .service-content .service-unit__item:nth-of-type(3) {
  grid-area: 2/1/3/2;
}
.service .service-inner .service-wrap .service-content .service-unit__item:nth-of-type(4) {
  grid-area: 2/2/3/3;
}
.service .service-inner .service-wrap .service-content .service-unit__item:nth-of-type(5) {
  grid-area: 3/1/4/2;
}
.service .service-inner .service-wrap .service-content .service-unit__item:nth-of-type(6) {
  grid-area: 3/2/4/3;
}
.service .service-inner .service-wrap .service-content .service-unit__item:nth-of-type(7) {
  grid-area: 4/1/5/3;
}
.service .service-inner .service-wrap .service-content .service-unit__item a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 959px) {
  .service .service-inner .service-wrap .service-content .service-unit__item a {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .service .service-inner .service-wrap .service-content .service-unit__item a {
    height: 200px;
  }
}
@media screen and (max-width: 519px) {
  .service .service-inner .service-wrap .service-content .service-unit__item a {
    height: 120px;
  }
}
.service .service-inner .service-wrap .service-content .service-unit__item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(45, 49, 52, 0.72);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.service .service-inner .service-wrap .service-content .service-unit__item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 16px;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .service .service-inner .service-wrap .service-content .service-unit__item a:after {
    width: 8px;
  }
}
@media screen and (max-width: 519px) {
  .service .service-inner .service-wrap .service-content .service-unit__item a:after {
    width: 4px;
  }
}
.service .service-inner .service-wrap .service-content .service-unit__item a .service-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.service .service-inner .service-wrap .service-content .service-unit__item a .service-info {
  position: absolute;
  bottom: 24px;
  left: 40px;
  z-index: 3;
}
@media screen and (max-width: 959px) {
  .service .service-inner .service-wrap .service-content .service-unit__item a .service-info {
    bottom: 16px;
    left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .service .service-inner .service-wrap .service-content .service-unit__item a .service-info {
    left: 16px;
    bottom: 12px;
  }
}
.service .service-inner .service-wrap .service-content .service-unit__item a .service-info .service-ttl {
  position: relative;
  margin-bottom: 4px;
  padding-right: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  color: #ffffff;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .service .service-inner .service-wrap .service-content .service-unit__item a .service-info .service-ttl {
    padding-right: 24px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .service .service-inner .service-wrap .service-content .service-unit__item a .service-info .service-ttl {
    margin-bottom: 0;
    padding-right: 20px;
    font-size: 1.2rem;
  }
}
.service .service-inner .service-wrap .service-content .service-unit__item a .service-info .service-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}
@media screen and (max-width: 959px) {
  .service .service-inner .service-wrap .service-content .service-unit__item a .service-info .service-ttl:before {
    width: 16px;
  }
}
@media screen and (max-width: 519px) {
  .service .service-inner .service-wrap .service-content .service-unit__item a .service-info .service-ttl:before {
    width: 12px;
  }
}
.service .service-inner .service-wrap .service-content .service-unit__item a .service-info .service-add {
  padding-right: 24px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .service .service-inner .service-wrap .service-content .service-unit__item a .service-info .service-add {
    padding-right: 16px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 519px) {
  .service .service-inner .service-wrap .service-content .service-unit__item a .service-info .service-add {
    padding-right: 8px;
    font-size: 1rem;
  }
}
.service .service-inner .service-wrap .service-content .service-unit__item a:hover:before {
  background: rgba(45, 49, 52, 0.56);
}
.service .service-inner .service-wrap .service-content .service-unit__item a:hover .service-img {
  scale: 1.02;
}
.service .service-inner .service-wrap .service-content .service-unit__item:nth-of-type(1) a:after {
  background: #9B5A3A;
}
.service .service-inner .service-wrap .service-content .service-unit__item:nth-of-type(2) a:after {
  background: #9B5A3A;
}
.service .service-inner .service-wrap .service-content .service-unit__item:nth-of-type(3) a:after {
  background: #759293;
}
.service .service-inner .service-wrap .service-content .service-unit__item:nth-of-type(4) a:after {
  background: #C6643A;
}
.service .service-inner .service-wrap .service-content .service-unit__item:nth-of-type(5) a:after {
  background: #B99136;
}
.service .service-inner .service-wrap .service-content .service-unit__item:nth-of-type(6) a:after {
  background: #506255;
}
.service .service-inner .service-wrap .service-content .service-unit__item:nth-of-type(7) a:after {
  background: #9C7399;
}
.service .service-inner .service-wrap .service-content .dealer-unit {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 40px;
  padding-right: 40px;
  max-width: 960px;
}
@media screen and (max-width: 1279px) {
  .service .service-inner .service-wrap .service-content .dealer-unit {
    grid-template-columns: 440px 1fr;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .service .service-inner .service-wrap .service-content .dealer-unit {
    grid-template-columns: 380px 1fr;
  }
}
@media screen and (max-width: 959px) {
  .service .service-inner .service-wrap .service-content .dealer-unit {
    display: block;
    padding-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .service .service-inner .service-wrap .service-content .dealer-unit .dealer-ttl {
    margin: 0 auto;
    margin-bottom: calc(8px * 5);
    max-width: 480px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .service .service-inner .service-wrap .service-content .dealer-unit .dealer-ttl {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 959px) and (max-width: 519px) {
  .service .service-inner .service-wrap .service-content .dealer-unit .dealer-ttl {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 767px) {
  .service .service-inner .service-wrap .service-content .dealer-unit .dealer-ttl {
    max-width: 400px;
  }
}
@media screen and (max-width: 519px) {
  .service .service-inner .service-wrap .service-content .dealer-unit .dealer-ttl {
    max-width: 280px;
  }
}
.service .service-inner .service-wrap .service-content .dealer-unit .dealer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 959px) {
  .service .service-inner .service-wrap .service-content .dealer-unit .dealer-logo {
    padding: 0 32px;
    margin: 0 auto;
    max-width: 480px;
  }
}
@media screen and (max-width: 519px) {
  .service .service-inner .service-wrap .service-content .dealer-unit .dealer-logo {
    padding: 0 24px;
    max-width: 320px;
  }
}
.service .service-inner .service-wrap .service-content .dealer-unit .dealer-logo__item {
  width: calc(50% - 8px);
  -webkit-box-shadow: 0 0 16px rgba(45, 49, 52, 0.08);
  box-shadow: 0 0 16px rgba(45, 49, 52, 0.08);
}
.service .service-inner .service-wrap .service-content .dealer-unit .dealer-logo__item:hover {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.features {
  margin-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .features {
    margin-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .features {
    margin-bottom: calc(8px * 13 * 0.5);
  }
}
.features .features-wrap {
  max-width: 1440px;
  margin: 0 auto;
}
.features .features-wrap .features-unit {
  width: calc(50% + 600px);
  margin-right: auto;
  padding-right: 40px;
}
@media screen and (max-width: 1279px) {
  .features .features-wrap .features-unit {
    width: 100%;
    padding-right: 32px;
  }
}
@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit {
    padding: 0 24px;
  }
}
@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit {
    padding: 0 16px;
  }
}
.features .features-wrap .features-unit:not(:last-child) {
  margin-bottom: calc(8px * 12);
}
@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit:not(:last-child) {
    margin-bottom: calc(8px * 12 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit:not(:last-child) {
    margin-bottom: calc(8px * 12 * 0.5);
  }
}
.features .features-wrap .features-unit .features-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit .features-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit .features-inner {
    display: block;
  }
}
.features .features-wrap .features-unit .features-inner .features-vsl {
  position: relative;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 1279px) {
  .features .features-wrap .features-unit .features-inner .features-vsl {
    max-width: 480px;
  }
}
@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit .features-inner .features-vsl {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .features .features-wrap .features-unit .features-inner .features-vsl {
    aspect-ratio: 3/2;
    margin: 0 auto 32px auto;
  }
}
@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit .features-inner .features-vsl {
    max-width: 320px;
    margin: 0 auto 24px auto;
  }
}
.features .features-wrap .features-unit .features-inner .features-vsl:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: calc(100% + 24px);
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .features .features-wrap .features-unit .features-inner .features-vsl:before {
    top: 16px;
    width: calc(100% + 16px);
  }
}
@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit .features-inner .features-vsl:before {
    top: 8px;
    width: calc(100% + 8px);
  }
}
@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit .features-inner .features-vsl:before {
    top: 4px;
    width: calc(100% + 4px);
  }
}
.features .features-wrap .features-unit .features-inner .features-vsl img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .features .features-wrap .features-unit .features-inner .features-vsl img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.features .features-wrap .features-unit .features-inner .features-dtl {
  position: relative;
  z-index: 1;
  width: calc(100% - 700px);
}
@media screen and (max-width: 1279px) {
  .features .features-wrap .features-unit .features-inner .features-dtl {
    width: calc(100% - 560px);
  }
}
@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit .features-inner .features-dtl {
    width: calc(100% - 440px);
  }
}
@media screen and (max-width: 767px) {
  .features .features-wrap .features-unit .features-inner .features-dtl {
    width: 100%;
  }
}
.features .features-wrap .features-unit .features-inner .features-dtl:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  max-width: 345px;
  aspect-ratio: 69/44;
}
@media screen and (max-width: 1279px) {
  .features .features-wrap .features-unit .features-inner .features-dtl:before {
    max-width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit .features-inner .features-dtl:before {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .features .features-wrap .features-unit .features-inner .features-dtl:before {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit .features-inner .features-dtl:before {
    max-width: 160px;
  }
}
.features .features-wrap .features-unit .features-inner .features-dtl .features-ttl {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit .features-inner .features-dtl .features-ttl {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit .features-inner .features-dtl .features-ttl {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.features .features-wrap .features-unit .features-inner .features-dtl .features-ttl {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit .features-inner .features-dtl .features-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .features .features-wrap .features-unit .features-inner .features-dtl .features-ttl {
    text-align: center;
  }
}
@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit .features-inner .features-dtl .features-ttl {
    font-size: 2.2rem;
  }
}
.features .features-wrap .features-unit .features-inner .features-dtl .features-ttl span,
.features .features-wrap .features-unit .features-inner .features-dtl .features-ttl em {
  font-size: 3.6rem;
}
@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit .features-inner .features-dtl .features-ttl span,
  .features .features-wrap .features-unit .features-inner .features-dtl .features-ttl em {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit .features-inner .features-dtl .features-ttl span,
  .features .features-wrap .features-unit .features-inner .features-dtl .features-ttl em {
    font-size: 2.4rem;
  }
}
.features .features-wrap .features-unit .features-inner .features-dtl .features-ttl em {
  padding: 4px 16px;
  color: #ffffff;
  background: #C6643A;
  border-radius: 2px;
}
@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit .features-inner .features-dtl .features-ttl em {
    padding: 2px 12px;
  }
}
@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit .features-inner .features-dtl .features-ttl em {
    padding: 2px 8px;
  }
}
.features .features-wrap .features-unit .features-inner .features-dtl .features-lead {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 2.2rem;
}
@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit .features-inner .features-dtl .features-lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .features .features-wrap .features-unit .features-inner .features-dtl .features-lead {
    text-align: center;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit .features-inner .features-dtl .features-lead {
    font-size: 1.6rem;
  }
}
.features .features-wrap .features-unit:nth-of-type(1) .features-dtl::before {
  background: url("/wp-content/themes/itreat_base/dist/img/top/features-num1.svg") center/contain no-repeat;
}
.features .features-wrap .features-unit:nth-of-type(2) .features-dtl::before {
  background: url("/wp-content/themes/itreat_base/dist/img/top/features-num2.svg") center/contain no-repeat;
}
.features .features-wrap .features-unit:nth-of-type(3) .features-dtl::before {
  background: url("/wp-content/themes/itreat_base/dist/img/top/features-num3.svg") center/contain no-repeat;
}
.features .features-wrap .features-unit.--reverse {
  margin-right: 0;
  padding-right: 0;
  margin-left: auto;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .features .features-wrap .features-unit.--reverse {
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit.--reverse {
    padding: 0 24px;
  }
}
@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit.--reverse {
    padding: 0 16px;
  }
}
.features .features-wrap .features-unit.--reverse .features-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.features .features-wrap .features-unit.--reverse .features-inner .features-vsl:before {
  position: absolute;
  top: 24px;
  right: 0;
  left: auto;
}
@media screen and (max-width: 1279px) {
  .features .features-wrap .features-unit.--reverse .features-inner .features-vsl:before {
    top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .features .features-wrap .features-unit.--reverse .features-inner .features-vsl:before {
    top: 8px;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 519px) {
  .features .features-wrap .features-unit.--reverse .features-inner .features-vsl:before {
    top: 4px;
  }
}
.features .features-wrap .features-unit.--grn .features-inner .features-vsl:before {
  background: #506255;
}
.features .features-wrap .features-unit.--grn .features-inner .features-dtl .features-ttl span {
  color: #506255;
}
.features .features-wrap .features-unit.--grn .features-inner .features-dtl .features-ttl em {
  background: #506255;
}
.features .features-wrap .features-unit.--grn .features-inner .features-dtl .features-lead::first-letter {
  color: #506255;
}
.features .features-wrap .features-unit.--red .features-inner .features-vsl:before {
  background: #C6643A;
}
.features .features-wrap .features-unit.--red .features-inner .features-dtl .features-ttl span {
  color: #C6643A;
}
.features .features-wrap .features-unit.--red .features-inner .features-dtl .features-ttl em {
  background: #C6643A;
}
.features .features-wrap .features-unit.--red .features-inner .features-dtl .features-lead::first-letter {
  color: #C6643A;
}
.features .features-wrap .features-unit.--brn .features-inner .features-vsl:before {
  background: #B99136;
}
.features .features-wrap .features-unit.--brn .features-inner .features-dtl .features-ttl span {
  color: #B99136;
}
.features .features-wrap .features-unit.--brn .features-inner .features-dtl .features-ttl em {
  background: #B99136;
}
.features .features-wrap .features-unit.--brn .features-inner .features-dtl .features-lead::first-letter {
  color: #B99136;
}

.used-car {
  margin-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .used-car {
    margin-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .used-car {
    margin-bottom: calc(8px * 13 * 0.5);
  }
}
.used-car .used-car-unit {
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .used-car .used-car-unit {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .used-car .used-car-unit {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
.used-car .used-car-unit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .used-car .used-car-unit {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media screen and (max-width: 519px) {
  .used-car .used-car-unit {
    gap: 12px;
  }
}
.used-car .used-car-unit__item {
  position: relative;
  padding: 16px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 16px #f4f1ea;
  box-shadow: 0 0 16px #f4f1ea;
}
@media screen and (max-width: 519px) {
  .used-car .used-car-unit__item {
    padding: 12px;
  }
}
.used-car .used-car-unit__item .used-car-maker-logo {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  max-width: 140px;
}
@media screen and (max-width: 519px) {
  .used-car .used-car-unit__item .used-car-maker-logo {
    top: 0;
    left: 0;
    max-width: 96px;
  }
}
.used-car .used-car-unit__item .used-car-vsl {
  display: block;
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  aspect-ratio: 3/2;
}
.used-car .used-car-unit__item .used-car-vsl img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.used-car .used-car-unit__item .used-car-info {
  margin-bottom: 12px;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .used-car .used-car-unit__item .used-car-info {
    margin-bottom: 8px;
  }
}
.used-car .used-car-unit__item .used-car-info .used-car-maker {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #9A9C9E;
  line-height: 1;
}
.used-car .used-car-unit__item .used-car-info .used-car-name {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1279px) {
  .used-car .used-car-unit__item .used-car-info .used-car-name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  .used-car .used-car-unit__item .used-car-info .used-car-name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .used-car .used-car-unit__item .used-car-info .used-car-name {
    font-size: 1.4rem;
  }
}
.used-car .used-car-unit__item .used-car-info .used-car-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 28px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1rem;
  color: #9A9C9E;
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  .used-car .used-car-unit__item .used-car-info .used-car-txt {
    margin-bottom: 8px;
  }
}
.used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-spec {
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #2D3134;
}
.used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 519px) {
  .used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item:not(:last-child) {
    margin-bottom: 4px;
  }
}
.used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item dt,
.used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item dd {
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width: 519px) {
  .used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item dt,
  .used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item dd {
    font-size: 1rem;
  }
}
.used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 24px;
  color: #9A9C9E;
  background: #F8F7F4;
}
.used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item dd {
  width: calc(100% - 72px);
}
.used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 519px) {
  .used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-price .used-car-price-ttl {
  margin-bottom: 4px;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-price .used-car-price-ttl {
    font-size: 1rem;
  }
}
.used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-price .used-car-price-num {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  color: #C6643A;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-price .used-car-price-num {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-price .used-car-price-num {
    font-size: 2rem;
  }
}
.used-car .used-car-unit__item .used-car-info .used-car-dtl .used-car-price .used-car-price-num span {
  padding-left: 4px;
  font-weight: bold;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #9A9C9E;
}
.used-car .used-car-unit__item .used-car-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.used-car .used-car-unit__item .used-car-btn span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  background: #ffffff;
  border: solid 1px #759293;
  color: #759293;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 959px) {
  .used-car .used-car-unit__item .used-car-btn span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 519px) {
  .used-car .used-car-unit__item .used-car-btn span {
    min-height: 32px;
    font-size: 1.2rem;
  }
}
.used-car .used-car-unit__item .used-car-btn span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #759293;
}
@media screen and (max-width: 519px) {
  .used-car .used-car-unit__item .used-car-btn span:before {
    right: 8px;
    width: 12px;
  }
}
.used-car .used-car-unit__item:hover .used-car-btn span {
  background: #759293;
  color: #ffffff;
}
.used-car .used-car-unit__item:hover .used-car-btn span:before {
  background: #ffffff;
}

.new-car {
  margin-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .new-car {
    margin-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .new-car {
    margin-bottom: calc(8px * 13 * 0.5);
  }
}
.new-car .new-car-unit {
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .new-car .new-car-unit {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .new-car .new-car-unit {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
.new-car .new-car-unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .new-car .new-car-unit {
    gap: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .new-car .new-car-unit {
    gap: calc(8px * 3 * 0.5);
  }
}
@media screen and (max-width: 767px) {
  .new-car .new-car-unit {
    grid-template-columns: repeat(2, 1fr);
  }
}
.new-car .new-car-unit__item {
  position: relative;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #ffffff;
  -webkit-box-shadow: 0 0 16px #f4f1ea;
  box-shadow: 0 0 16px #f4f1ea;
}
@media screen and (max-width: 959px) {
  .new-car .new-car-unit__item {
    padding: 16px;
  }
}
@media screen and (max-width: 519px) {
  .new-car .new-car-unit__item {
    padding: 12px;
  }
}
.new-car .new-car-unit__item .new-car-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 25/8;
}
@media screen and (max-width: 959px) {
  .new-car .new-car-unit__item .new-car-logo {
    max-width: 160px;
  }
}
@media screen and (max-width: 519px) {
  .new-car .new-car-unit__item .new-car-logo {
    max-width: 120px;
  }
}
.new-car .new-car-unit__item .new-car-vsl {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 16px;
  aspect-ratio: 3/2;
}
.new-car .new-car-unit__item .new-car-vsl img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.new-car .new-car-unit__item .new-car-dtl {
  position: relative;
  width: 100%;
  padding-right: 24px;
}
.new-car .new-car-unit__item .new-car-dtl:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-link.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-link.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #BFBFBF;
}
@media screen and (max-width: 959px) {
  .new-car .new-car-unit__item .new-car-dtl:before {
    width: 12px;
  }
}
.new-car .new-car-unit__item .new-car-dtl .new-car-ttl {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  .new-car .new-car-unit__item .new-car-dtl .new-car-ttl {
    font-size: 1.2rem;
  }
}
.new-car .new-car-unit__item .new-car-dtl .new-car-price {
  font-weight: bold;
  color: #9A9C9E;
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  .new-car .new-car-unit__item .new-car-dtl .new-car-price {
    font-size: 1.2rem;
  }
}
.new-car .new-car-unit__item:hover {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.news {
  margin-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .news {
    margin-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .news {
    margin-bottom: calc(8px * 13 * 0.5);
  }
}
.news .news-unit {
  position: relative;
  min-height: 160px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 64px;
}
@media screen and (max-width: 1279px) {
  .news .news-unit {
    gap: 56px;
  }
}
@media screen and (max-width: 959px) {
  .news .news-unit {
    display: block;
    padding-bottom: 56px;
  }
}
.news .news-unit__headline {
  padding-right: 24px;
  border-right: 2px solid #2D3134;
}
@media screen and (max-width: 959px) {
  .news .news-unit__headline {
    padding-bottom: 12px;
    margin-bottom: 20px;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #2D3134;
  }
}
@media screen and (max-width: 959px) {
  .news .news-unit__headline .news-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.news .news-unit__headline .news-headline__sub {
  display: block;
  margin-bottom: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .news .news-unit__headline .news-headline__sub {
    width: 100%;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit__headline .news-headline__sub {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .news .news-unit__headline .news-headline__sub {
    font-size: 2.4rem;
  }
}
.news .news-unit__headline .news-headline__sub::first-letter {
  color: #9B5A3A;
}
.news .news-unit__headline .news-headline__main {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .news .news-unit__headline .news-headline__main {
    width: 100%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit__headline .news-headline__main {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .news .news-unit__headline .news-headline__main {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.news .news-unit__headline .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  .news .news-unit__headline .btn {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.news .news-unit .news-contents__item:not(:last-child) {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .news .news-unit .news-contents__item:not(:last-child) {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .news .news-unit .news-contents__item:not(:last-child) {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.news .news-unit .news-contents__item .news-meta {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .news .news-unit .news-contents__item .news-meta {
    margin-bottom: 5px;
  }
}
.news .news-unit .news-contents__item .news-meta__date {
  margin-right: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 519px) {
  .news .news-unit .news-contents__item .news-meta__date {
    font-size: 1.2rem;
  }
}
.news .news-unit .news-contents__item .news-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding: 0 12px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 56px;
  background: #759293;
}
.news .news-unit .news-contents__item .news-meta__cate.--news, .news .news-unit .news-contents__item .news-meta__cate.--other {
  background: #C6643A;
  border: 1px solid #C6643A;
}
.news .news-unit .news-contents__item .news-meta__cate.--news:hover, .news .news-unit .news-contents__item .news-meta__cate.--other:hover {
  background: #ffffff;
  color: #C6643A;
}
.news .news-unit .news-contents__item .news-meta__cate.--campaign, .news .news-unit .news-contents__item .news-meta__cate.--recruit {
  background: #759293;
  border: 1px solid #759293;
}
.news .news-unit .news-contents__item .news-meta__cate.--campaign:hover, .news .news-unit .news-contents__item .news-meta__cate.--recruit:hover {
  background: #ffffff;
  color: #759293;
}
.news .news-unit .news-contents__item .news-meta__cate.--service {
  background: #B99136;
  border: 1px solid #B99136;
}
.news .news-unit .news-contents__item .news-meta__cate.--service:hover {
  background: #ffffff;
  color: #B99136;
}
.news .news-unit .news-contents__item .news-ttl a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  text-decoration: underline;
}
.news .news-unit .news-contents__item .news-ttl a:hover {
  text-decoration: none;
}

.column {
  position: relative;
  margin-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .column {
    margin-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .column {
    margin-bottom: calc(8px * 13 * 0.5);
  }
}
.column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/top/column-bg.jpg") center/cover no-repeat;
}
.column .column-inner {
  position: relative;
  padding-top: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .column .column-inner {
    padding-top: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .column .column-inner {
    padding-top: calc(8px * 13 * 0.5);
  }
}
.column .column-inner {
  padding-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .column .column-inner {
    padding-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .column .column-inner {
    padding-bottom: calc(8px * 13 * 0.5);
  }
}
.column .column-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: #2D3134;
  mix-blend-mode: hard-light;
}
.column .column-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-dots.svg") center/auto repeat;
  opacity: 0.08;
}
.column .column-inner .headline.--column:before {
  content: "";
  position: absolute;
  top: 32px;
  right: 40px;
  left: auto;
  z-index: 1;
  width: calc(100% - 600px);
  height: 2px;
  background: #ffffff;
}
@media screen and (max-width: 1279px) {
  .column .column-inner .headline.--column:before {
    width: calc(100% - 580px);
    top: 36px;
    right: 32px;
  }
}
@media screen and (max-width: 959px) {
  .column .column-inner .headline.--column:before {
    content: none;
  }
}
.column .column-inner .headline.--column .headline__sub {
  color: #ffffff;
  text-shadow: none;
}
.column .column-inner .headline.--column .headline__sub::before {
  content: none;
}
.column .column-inner .headline.--column .headline__main {
  color: #ffffff;
}
.column .column-inner .headline.--column .headline__main::before {
  content: none;
}
.column .column-inner .column-unit {
  position: relative;
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .column .column-inner .column-unit {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
.column .column-inner .column-unit {
  display: grid;
  grid-template-columns: 540px 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .column .column-inner .column-unit {
    grid-template-columns: 350px 1fr;
  }
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .column .column-inner .column-unit {
    gap: 16px;
  }
}
@media screen and (max-width: 519px) {
  .column .column-inner .column-unit {
    gap: 8px;
  }
}
.column .column-inner .column-unit__item:nth-of-type(1) {
  grid-area: 1/1/4/2;
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit__item:nth-of-type(1) {
    grid-area: auto;
  }
}
.column .column-inner .column-unit__item:nth-of-type(2) {
  grid-area: 1/2/2/4;
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit__item:nth-of-type(2) {
    grid-area: auto;
  }
}
.column .column-inner .column-unit__item:nth-of-type(3) {
  grid-area: 2/2/3/4;
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit__item:nth-of-type(3) {
    grid-area: auto;
  }
}
.column .column-inner .column-unit__item:nth-of-type(4) {
  grid-area: 3/2/4/4;
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit__item:nth-of-type(4) {
    grid-area: auto;
  }
}
.column .column-inner .column-unit__item:nth-of-type(1) {
  position: relative;
}
.column .column-inner .column-unit__item:nth-of-type(1) .column-vsl {
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit__item:nth-of-type(1) .column-vsl {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .column .column-inner .column-unit__item:nth-of-type(1) .column-vsl {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.column .column-inner .column-unit__item:nth-of-type(1) .column-vsl {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit__item:nth-of-type(1) .column-vsl {
    margin-bottom: 0;
  }
}
.column .column-inner .column-unit__item:nth-of-type(1) .column-dtl .column-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit__item:nth-of-type(1) .column-dtl .column-txt {
    -webkit-line-clamp: 2;
  }
}
.column .column-inner .column-unit__item:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit__item:not(:first-child) {
    display: block;
  }
}
.column .column-inner .column-unit__item:not(:first-child) .column-vsl {
  width: 100%;
  max-width: 288px;
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit__item:not(:first-child) .column-vsl {
    max-width: 100%;
  }
}
.column .column-inner .column-unit__item:not(:first-child) .column-dtl {
  width: calc(100% - 288px);
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit__item:not(:first-child) .column-dtl {
    width: 100%;
  }
}
.column .column-inner .column-unit__item {
  background: #ffffff;
  -webkit-box-shadow: 0 0 16px rgba(45, 49, 52, 0.16);
  box-shadow: 0 0 16px rgba(45, 49, 52, 0.16);
}
.column .column-inner .column-unit__item:hover {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
.column .column-inner .column-unit__item .column-vsl {
  overflow: hidden;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit__item .column-vsl {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}
.column .column-inner .column-unit__item .column-vsl span {
  display: block;
  position: relative;
  aspect-ratio: 3/2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.column .column-inner .column-unit__item .column-vsl span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.column .column-inner .column-unit__item .column-dtl {
  padding: 24px;
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit__item .column-dtl {
    padding: 16px;
    width: 100%;
  }
}
.column .column-inner .column-unit__item .column-dtl .column-meta {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 519px) {
  .column .column-inner .column-unit__item .column-dtl .column-meta {
    display: block;
  }
}
.column .column-inner .column-unit__item .column-dtl .column-meta__date {
  margin-right: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 519px) {
  .column .column-inner .column-unit__item .column-dtl .column-meta__date {
    margin-bottom: 4px;
    margin-right: 0;
    font-size: 1.2rem;
  }
}
.column .column-inner .column-unit__item .column-dtl .column-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding: 0 12px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 56px;
}
.column .column-inner .column-unit__item .column-dtl .column-meta__cate.--carlease, .column .column-inner .column-unit__item .column-dtl .column-meta__cate.--insurance, .column .column-inner .column-unit__item .column-dtl .column-meta__cate.--bodywork {
  background: #C6643A;
  border: 1px solid #C6643A;
}
.column .column-inner .column-unit__item .column-dtl .column-meta__cate.--coating, .column .column-inner .column-unit__item .column-dtl .column-meta__cate.--new-car {
  background: #759293;
  border: 1px solid #759293;
}
.column .column-inner .column-unit__item .column-dtl .column-meta__cate.--used-car, .column .column-inner .column-unit__item .column-dtl .column-meta__cate.--maintenance {
  background: #B99136;
  border: 1px solid #B99136;
}
.column .column-inner .column-unit__item .column-dtl .column-ttl {
  margin-bottom: 12px;
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit__item .column-dtl .column-ttl {
    margin-bottom: 5px;
  }
}
.column .column-inner .column-unit__item .column-dtl .column-ttl span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .column .column-inner .column-unit__item .column-dtl .column-ttl span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .column .column-inner .column-unit__item .column-dtl .column-ttl span {
    font-size: 1.4rem;
  }
}
.column .column-inner .column-unit__item .column-dtl .column-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  color: #818385;
  line-height: 1.4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 519px) {
  .column .column-inner .column-unit__item .column-dtl .column-txt {
    -webkit-line-clamp: 1 !important;
    font-size: 1.2rem;
  }
}

.voice {
  margin-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .voice {
    margin-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .voice {
    margin-bottom: calc(8px * 11 * 0.5);
  }
}
.voice .voice-unit {
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .voice .voice-unit {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .voice .voice-unit {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
.voice .voice-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 959px) {
  .voice .voice-unit {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .voice .voice-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.voice .voice-unit__item {
  position: relative;
  width: calc(100% / 2 - 24px / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  background: #ffffff;
  padding: 24px;
  -webkit-box-shadow: 0px 0px 16px 0px #F4F1EA;
  box-shadow: 0px 0px 16px 0px #F4F1EA;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 959px) {
  .voice .voice-unit__item {
    gap: 16px;
    width: calc(100% / 2 - 16px / 2);
  }
}
@media screen and (max-width: 767px) {
  .voice .voice-unit__item {
    width: 100%;
  }
}
.voice .voice-unit__item:before {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  height: 0;
  width: 0;
}
.voice .voice-unit__item:hover {
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}
.voice .voice-unit__item.--carlease::before, .voice .voice-unit__item.--insurance::before, .voice .voice-unit__item.--bodywork::before {
  border: 8px solid #C6643A;
  border-top-color: transparent;
  border-left-color: transparent;
}
.voice .voice-unit__item.--carlease:hover, .voice .voice-unit__item.--insurance:hover, .voice .voice-unit__item.--bodywork:hover {
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}
.voice .voice-unit__item.--carlease:hover .voice-dtl .voice-ttl, .voice .voice-unit__item.--insurance:hover .voice-dtl .voice-ttl, .voice .voice-unit__item.--bodywork:hover .voice-dtl .voice-ttl {
  color: #C6643A;
}
.voice .voice-unit__item.--coating::before, .voice .voice-unit__item.--new-car::before {
  border: 8px solid #759293;
  border-top-color: transparent;
  border-left-color: transparent;
}
.voice .voice-unit__item.--coating:hover, .voice .voice-unit__item.--new-car:hover {
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}
.voice .voice-unit__item.--coating:hover .voice-dtl .voice-ttl, .voice .voice-unit__item.--new-car:hover .voice-dtl .voice-ttl {
  color: #759293;
}
.voice .voice-unit__item.--used-car::before, .voice .voice-unit__item.--maintenance::before {
  border: 8px solid #B99136;
  border-top-color: transparent;
  border-left-color: transparent;
}
.voice .voice-unit__item.--used-car:hover, .voice .voice-unit__item.--maintenance:hover {
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}
.voice .voice-unit__item.--used-car:hover .voice-dtl .voice-ttl, .voice .voice-unit__item.--maintenance:hover .voice-dtl .voice-ttl {
  color: #B99136;
}
.voice .voice-unit .voice-vsl img {
  width: 90px;
  height: 90px;
  margin-bottom: 12px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover; /* 画像を丸枠に合わせて切り抜く */
}
.voice .voice-unit .voice-vsl .voice-meta {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.3;
}
.voice .voice-unit .voice-vsl .voice-meta__profile {
  color: #818385;
}
.voice .voice-unit .voice-dtl {
  width: calc(100% - 114px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 959px) {
  .voice .voice-unit .voice-dtl {
    width: calc(100% - 106px);
  }
}
.voice .voice-unit .voice-dtl .voice-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  padding: 0 16px;
  color: #ffffff;
  font-size: 1.2rem;
  border-radius: 56px;
}
.voice .voice-unit .voice-dtl .voice-cate.--carlease, .voice .voice-unit .voice-dtl .voice-cate.--insurance, .voice .voice-unit .voice-dtl .voice-cate.--bodywork {
  background: #C6643A;
  border: 1px solid #C6643A;
}
.voice .voice-unit .voice-dtl .voice-cate.--coating, .voice .voice-unit .voice-dtl .voice-cate.--new-car {
  background: #759293;
  border: 1px solid #759293;
}
.voice .voice-unit .voice-dtl .voice-cate.--used-car, .voice .voice-unit .voice-dtl .voice-cate.--maintenance {
  background: #B99136;
  border: 1px solid #B99136;
}
.voice .voice-unit .voice-dtl .voice-ttl {
  margin-bottom: calc(8px * 1);
}
@media screen and (max-width: 959px) {
  .voice .voice-unit .voice-dtl .voice-ttl {
    margin-bottom: calc(8px * 1 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .voice .voice-unit .voice-dtl .voice-ttl {
    margin-bottom: calc(8px * 1 * 0.5);
  }
}
.voice .voice-unit .voice-dtl .voice-ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #2D3134;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .voice .voice-unit .voice-dtl .voice-ttl {
    font-size: 1.6rem;
  }
}
.voice .voice-unit .voice-dtl .voice-txt {
  color: #9A9C9E;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.store .store-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .store .store-unit {
    gap: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .store .store-unit {
    gap: calc(8px * 3 * 0.5);
  }
}
@media screen and (max-width: 519px) {
  .store .store-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}
.store .store-unit__item a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.store .store-unit__item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-dots.svg") center/auto repeat;
  opacity: 0.08;
}
.store .store-unit__item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2D3134));
  background: linear-gradient(to bottom, transparent, #2D3134);
}
.store .store-unit__item a .store-img {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.store .store-unit__item a .store-info {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 3;
}
@media screen and (max-width: 959px) {
  .store .store-unit__item a .store-info {
    bottom: 16px;
    left: 16px;
  }
}
.store .store-unit__item a .store-info .store-ttl {
  margin-bottom: 4px;
  font-size: 2rem;
  color: #ffffff;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .store .store-unit__item a .store-info .store-ttl {
    font-size: 1.6rem;
  }
}
.store .store-unit__item a .store-info .store-add {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
}
.store .store-unit__item a:hover .store-img {
  scale: 1.02;
}

.recruit {
  position: relative;
}
@media screen and (max-width: 959px) {
  .recruit {
    padding-top: 0 !important;
  }
}
.recruit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #C6643A;
}
.recruit .wrap-top {
  position: relative;
}
.recruit .wrap-top .headline {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .recruit .wrap-top .headline {
    position: relative;
    top: auto;
    left: auto;
  }
}
.recruit .recruit-img {
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.recruit .recruit-img img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.recruit .recruit-img:hover img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.recruit .recruit-img:hover .recruit-btn p {
  color: #ffffff;
  background: #2D3134;
}
.recruit .recruit-img:hover .recruit-btn p:before {
  background: #ffffff;
}
.recruit .recruit-img .recruit-btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  gap: 24px;
}
@media screen and (max-width: 959px) {
  .recruit .recruit-img .recruit-btn {
    position: relative;
    max-width: 100%;
    gap: 16px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 64px;
    left: 50%;
    z-index: 1;
  }
}
@media screen and (max-width: 519px) {
  .recruit .recruit-img .recruit-btn {
    padding: 0 24px;
    bottom: 56px;
  }
}
.recruit .recruit-img .recruit-btn p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  background: #ffffff;
  font-weight: bold;
  border-radius: 56px;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 959px) {
  .recruit .recruit-img .recruit-btn p {
    max-width: 400px;
    min-height: 40px;
  }
}
.recruit .recruit-img .recruit-btn p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #2D3134;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 959px) {
  .recruit .recruit-img .recruit-btn p:before {
    width: 16px;
  }
}
@media screen and (max-width: 519px) {
  .recruit .recruit-img .recruit-btn p:before {
    width: 12px;
  }
}
/*# sourceMappingURL=../../maps/pages/top.css.map */
