@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
@-webkit-keyframes scrollAnime01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scrollAnime01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@-webkit-keyframes loopAnime01-1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopAnime01-1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopAnime01-2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loopAnime01-2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/* ========================================================
    mv
======================================================== */
.mv {
  position: relative;
  width: 100%;
}
.mv .inner {
  max-width: 100%;
  padding: 0;
}
.mv_column {
  position: relative;
  width: 100%;
}
.mv_wrap {
  position: relative;
  width: 100%;
  height: 87rem;
}
@media screen and (min-width: 768px) {
  .mv_wrap {
    height: 90rem;
    max-height: calc(100vh - 9rem);
  }
}
@media screen and (min-width: 1920px) {
  .mv_wrap {
    height: auto;
    aspect-ratio: 1920/900;
  }
}
.mv_ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 86.6666666667%;
}
@media screen and (min-width: 768px) {
  .mv_ttl {
    bottom: 16rem;
  }
}
.mv_ttl > em {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.6rem 2rem 1rem 2rem;
  color: #ffffff;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.4;
  border-left: 2px solid #bfa26a;
  background-color: rgba(187, 156, 101, 0.6);
  -webkit-mask-size: 350% 250%;
          mask-size: 350% 250%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(135deg, black 30%, rgba(0, 0, 0, 0.4) 45%, transparent 55%, transparent 100%);
          mask-image: linear-gradient(135deg, black 30%, rgba(0, 0, 0, 0.4) 45%, transparent 55%, transparent 100%);
  -webkit-mask-position: 100% 100%;
          mask-position: 100% 100%;
}
@media screen and (min-width: 768px) {
  .mv_ttl > em {
    font-size: 6rem;
    line-height: 1;
  }
}
.mv_ttl > em:first-child {
  margin-top: 0;
}
.mv_ttl > em > span {
  display: inline-block;
  font-size: 80%;
  line-height: 1;
}
.mv_ttl > em.mv_ttl_company {
  padding-top: 0;
  padding-bottom: 1rem;
  line-height: 1 !important;
}
.mv_ttl > em.is-visible {
  -webkit-animation: mask-tl 1.5s linear forwards alternate;
          animation: mask-tl 1.5s linear forwards alternate;
}
@-webkit-keyframes mask-tl {
  from {
    -webkit-mask-position: 100% 100%;
            mask-position: 100% 100%;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@keyframes mask-tl {
  from {
    -webkit-mask-position: 100% 100%;
            mask-position: 100% 100%;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
.mv_movie {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.mv_movie > video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv_scroll {
  position: absolute;
  left: 5rem;
  top: calc(100% - 9rem);
  display: block;
  width: auto;
}
@media screen and (min-width: 768px) {
  .mv_scroll {
    left: 3.125%;
    top: calc(100% - 6rem);
  }
}
.mv_scroll > a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 3rem;
}
@media screen and (min-width: 768px) {
  .mv_scroll > a {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .mv_scroll > a:hover {
    opacity: 1;
  }
}
.mv_scroll > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 2px;
  height: 18rem;
  background-color: #bfa26a;
  -webkit-animation: scrollAnime01 1.5s infinite;
          animation: scrollAnime01 1.5s infinite;
}
@media screen and (min-width: 768px) {
  .mv_scroll > a:before {
    height: 12rem;
  }
}
.mv_scroll > a > span {
  display: block;
  color: #d8b775;
  font-size: 2.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .mv_scroll > a > span {
    font-size: 1.6rem;
  }
}

/* ========================================================
    business
======================================================== */
.business {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .business {
    padding: 12rem 0;
  }
}
.business::after {
  content: "";
  position: absolute;
  right: calc(50% + 24.8rem);
  top: 19rem;
  display: block;
  width: 178rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .business::after {
    top: 15rem;
    right: calc(50% + 62.6rem);
    width: 104.7rem;
  }
}
.business_column {
  position: relative;
  width: 100%;
}
.business_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding-left: 10rem;
}
@media screen and (min-width: 768px) {
  .business_ttl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
  }
}
.business_ttl > em {
  display: block;
  color: #b08b42;
  font-size: 5.4rem;
  font-weight: 300;
  line-height: 1;
}
.business_ttl > span {
  display: block;
  margin: 1.6rem 0 0 0;
  color: #b08b42;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .business_ttl > span {
    margin: 0 0 0 2.4rem;
    font-size: 2rem;
  }
}
.business_wrap {
  position: relative;
  width: 100%;
  margin-top: 9.6rem;
}
@media screen and (min-width: 768px) {
  .business_wrap {
    margin-top: 7.2rem;
  }
}
.business_list {
  position: relative;
  width: 112.3076923077%;
  margin: 0 0 0 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .business_list {
    width: 150%;
    max-width: calc(100vw - 10rem);
  }
}
.business_list > li {
  position: relative;
  width: 100%;
  margin-top: 7.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #bfa26a;
}
@media screen and (min-width: 768px) {
  .business_list > li {
    margin-top: 1.2rem;
  }
}
.business_list > li:nth-child(1) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .business_list > li:nth-child(1)::before {
    content: none;
  }
}
.business_list > li:nth-child(1) .business_item::before {
  background-image: url(../images/top/business_img01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .business_list > li:nth-child(1) .business_item::before {
    background-image: url(../images/top/business_img01_pc.jpg);
  }
}
.business_list > li:nth-child(2) .business_item::before {
  background-image: url(../images/top/business_img02_sp.jpg);
}
@media screen and (min-width: 768px) {
  .business_list > li:nth-child(2) .business_item::before {
    background-image: url(../images/top/business_img02_pc.jpg);
  }
}
.business_list > li:nth-child(3) .business_item::before {
  background-image: url(../images/top/business_img03_sp.jpg);
}
@media screen and (min-width: 768px) {
  .business_list > li:nth-child(3) .business_item::before {
    background-image: url(../images/top/business_img03_pc.jpg);
  }
}
.business_list > li:nth-child(4) .business_item::before {
  background-image: url(../images/top/business_img04_sp.jpg);
}
@media screen and (min-width: 768px) {
  .business_list > li:nth-child(4) .business_item::before {
    background-image: url(../images/top/business_img04_pc.jpg);
  }
}
.business_list > li:nth-child(5) .business_item::before {
  background-image: url(../images/top/business_img05_sp.jpg);
}
@media screen and (min-width: 768px) {
  .business_list > li:nth-child(5) .business_item::before {
    background-image: url(../images/top/business_img05_pc.jpg);
  }
}
@media screen and (min-width: 768px) {
  .business_list > li::before {
    content: "";
    position: absolute;
    left: 100%;
    top: -1px;
    display: block;
    width: 50vw;
    height: 1px;
    background-color: #bfa26a;
    z-index: -1;
  }
}
.business_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .business_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .business_list > li > a:hover .business_item::before {
    background-size: auto 105%;
  }
}
.business_item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .business_item {
    min-height: 44rem;
  }
}
.business_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 45rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .business_item::before {
    width: calc(100% - 54rem);
    height: 44rem;
    background-position: center center;
    background-size: auto 100%;
  }
}
.business_item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: calc(100% + 4px);
  height: calc(45rem + 2px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 246, 247, 0)), color-stop(60%, rgba(248, 246, 247, 0)), color-stop(92%, #f8f6f7), to(#f8f6f7));
  background-image: linear-gradient(180deg, rgba(248, 246, 247, 0) 0%, rgba(248, 246, 247, 0) 60%, #f8f6f7 92%, #f8f6f7 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .business_item::after {
    left: 0;
    top: 50%;
    width: calc(100% - 54rem + 2px);
    height: calc(44rem + 4px);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(248, 246, 247, 0)), color-stop(45%, rgba(248, 246, 247, 0)), color-stop(80%, #f8f6f7), to(#f8f6f7));
    background-image: linear-gradient(90deg, rgba(248, 246, 247, 0) 0%, rgba(248, 246, 247, 0) 45%, #f8f6f7 80%, #f8f6f7 100%);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.business_item_detail {
  position: relative;
  width: 89.0410958904%;
  margin: 0 auto;
  padding-top: 40rem;
}
@media screen and (min-width: 768px) {
  .business_item_detail {
    width: 74rem;
    margin: 0 0 0 auto;
    padding-top: 3.6rem;
  }
}
.business_item_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.business_item_ttl::before {
  content: "";
  position: absolute;
  left: -7.8700576851rem;
  top: 0;
  display: block;
  width: 26.8700576851rem;
  height: 1px;
  background-color: #bfa26a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (min-width: 768px) {
  .business_item_ttl::before {
    left: -3.1303607231rem;
    width: 20.9303607231rem;
  }
}
.business_item_ttl > span {
  display: block;
  padding: 0;
  color: #b08b42;
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .business_item_ttl > span {
    padding: 3.6rem 0 0 0;
    font-size: 1.6rem;
  }
}
.business_item_ttl > em {
  display: block;
  padding: 4.8rem 0 0 15rem;
  font-size: 5.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .business_item_ttl > em {
    padding: 3.6rem 0 0 15rem;
  }
}
.business_item_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding: 0 0 0 15rem;
}
@media screen and (min-width: 768px) {
  .business_item_text {
    margin-top: 3rem;
    padding: 0 12rem 0 15rem;
  }
}
.business_item_text > p {
  width: 100%;
  margin-top: 1em;
}
.business_item_text > p:first-child {
  margin-top: 0;
}

/* ========================================================
    info
======================================================== */
.info {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .info {
    padding: 12rem 0;
  }
}
.info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -3;
}
.info::after {
  content: "";
  position: absolute;
  right: calc(50% + 24.8rem);
  top: 19rem;
  display: block;
  width: 178rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .info::after {
    top: 15rem;
    right: calc(50% + 62.6rem);
    width: 104.7rem;
  }
}
.info_column {
  position: relative;
  width: 100%;
}
.info_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding-left: 10rem;
}
@media screen and (min-width: 768px) {
  .info_ttl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
  }
}
.info_ttl > em {
  display: block;
  color: #b08b42;
  font-size: 5.4rem;
  font-weight: 300;
  line-height: 1;
}
.info_ttl > span {
  display: block;
  margin: 1.6rem 0 0 0;
  color: #b08b42;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .info_ttl > span {
    margin: 0 0 0 2.4rem;
    font-size: 2rem;
  }
}
.info_wrap {
  position: relative;
  width: 100%;
  margin-top: 9.6rem;
}
@media screen and (min-width: 768px) {
  .info_wrap {
    margin-top: 7.2rem;
  }
}
.info_list {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .info_list {
    width: 83.3333333333%;
  }
}
.info_list > li {
  width: 100%;
}
.info_list > li:first-child .info_item > dt {
  border-top: 1px solid #bfa26a;
}
.info_list > li:first-child .info_item > dd {
  border-top: 1px solid #bfa26a;
}
.info_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .info_list > li > a:hover {
    background-color: #f9f9f9;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .info_list > li > a:hover .info_item > dd::before {
    width: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .info_list > li > a:hover .info_item > dd::after {
    right: 4.5rem;
  }
}
.info_list > li > a[href=""], .info_list > li > a:not([href]) {
  pointer-events: none;
}
.info_list > li > a[href=""] .info_item > dd::before, .info_list > li > a:not([href]) .info_item > dd::before {
  content: none;
}
.info_list > li > a[href=""] .info_item > dd::after, .info_list > li > a:not([href]) .info_item > dd::after {
  content: none;
}
.info_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.info_item > dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 18.4615384615%;
  padding: 4rem 0;
  border-bottom: 1px solid #bfa26a;
}
@media screen and (min-width: 768px) {
  .info_item > dt {
    width: 16%;
    padding: 3rem 0;
  }
}
.info_item > dt > span {
  display: block;
  color: #bfa26a;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .info_item > dt > span {
    font-size: 1.6rem;
  }
}
.info_item > dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 80%;
  padding: 4rem 5rem 4rem 0;
  border-bottom: 1px solid #bfa26a;
}
@media screen and (min-width: 768px) {
  .info_item > dd {
    width: 82%;
    padding: 3rem 16rem 3rem 0;
  }
}
.info_item > dd::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 3.5rem;
  height: 2.5rem;
  background-image: url(../images/common/arrow_bg02.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .info_item > dd::before {
    width: 5.5rem;
  }
}
.info_item > dd::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .info_item > dd::after {
    content: "MORE";
    position: absolute;
    right: 6.5rem;
    top: 50%;
    display: block;
    color: #bfa26a;
    font-size: 1.6rem;
    line-height: 1;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.info_item > dd > span {
  display: block;
  font-size: 2.8rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .info_item > dd > span {
    font-size: 1.8rem;
  }
}

/* ========================================================
    contact
======================================================== */
.contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 71rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contact {
    height: 50rem;
  }
}
.contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/contact_bg01_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .contact::before {
    background-image: url(../images/top/contact_bg01_pc.jpg);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .contact::before {
    background-size: 100% auto;
  }
}
.contact_column {
  position: relative;
  width: 100%;
}
.contact_wrap {
  position: relative;
  width: 100%;
}
.contact_btn {
  position: relative;
  width: 100%;
  height: 51rem;
  margin: 0 0 0 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .contact_btn {
    width: 116.6666666667%;
    max-width: calc(100vw - 10rem);
    height: 30rem;
  }
}
.contact_btn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: rgba(193, 172, 130, 0.85);
}
@media screen and (min-width: 768px) {
  .contact_btn > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .contact_btn > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .contact_btn > a:hover::before {
    right: 9rem;
  }
}
.contact_btn > a::before {
  content: "";
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  display: block;
  width: 7.4rem;
  aspect-ratio: 74/55;
  background-image: url(../images/common/arrow_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contact_btn > a::before {
    right: 10rem;
  }
}
.contact_item {
  position: relative;
  width: 100%;
  padding: 5rem;
}
@media screen and (min-width: 768px) {
  .contact_item {
    padding: 0 10rem;
  }
}
.contact_item_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.contact_item_ttl::before {
  content: "";
  position: absolute;
  left: -5.8700576851rem;
  top: 0;
  display: block;
  width: 26.8700576851rem;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (min-width: 768px) {
  .contact_item_ttl::before {
    left: -6.1303607231rem;
    width: 20.9303607231rem;
  }
}
.contact_item_ttl > span {
  display: block;
  padding: 0;
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contact_item_ttl > span {
    font-size: 1.6rem;
  }
}
.contact_item_ttl > em {
  display: block;
  padding: 10rem 0 0 12rem;
  font-size: 5.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .contact_item_ttl > em {
    padding: 7rem 0 0 12rem;
  }
}
.contact_item_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .contact_item_text {
    margin-top: 3rem;
    padding: 0 0 0 12rem;
  }
}
.contact_item_text > p {
  width: 100%;
  margin-top: 1em;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .contact_item_text > p {
    font-size: 1.8rem;
  }
}
.contact_item_text > p:first-child {
  margin-top: 0;
}/*# sourceMappingURL=top.css.map */