@font-face {
  font-family: SemplicitaPro-Semibold;
  src: url(../font/semplicitapro-semibold.otf) format("opentype");
}
html {
  font-size: 1px;
}

body {
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background: #231815;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

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

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
.submit__banner {
  transition: 0.3s;
}
.submit__banner:hover {
  opacity: 0.7;
}

.left__content {
  width: calc(50% - 187.5rem);
  height: 100vh;
  padding: 40rem;
  background: #231815;
  position: fixed;
  left: 0;
  top: 0;
}
.left__content .content__inner {
  width: 425rem;
  max-width: 100%;
  margin: 0 0 0 auto;
}
.left__content .content__inner .p__logo {
  width: 160rem;
  display: flex;
}
.left__content .content__inner .t__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 25rem;
  letter-spacing: 0.05em;
  line-height: 37rem;
  margin-top: 20rem;
  text-align: left;
  color: #fff;
}
.left__content .content__inner .c__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  margin-top: 20rem;
  text-align: left;
  color: #fff;
}
.left__content .content__inner .plan__mark {
  width: 100%;
  margin-top: 35rem;
  display: flex;
}
.left__content .content__inner .submit__banner {
  width: 100%;
  margin-top: 30rem;
  display: flex;
}

.right__content {
  width: calc(50% - 187.5rem);
  height: 100vh;
  padding: 40rem;
  background: #231815;
  position: fixed;
  right: 0;
  top: 0;
}
.right__content .content__inner {
  width: 355rem;
  max-width: 100%;
  margin: 0 auto 0 0;
}
.right__content .content__inner .up__menu {
  width: 100%;
}
.right__content .content__inner .up__menu ul li {
  border-top: 1rem solid #fff;
  position: relative;
}
.right__content .content__inner .up__menu ul li:hover .arrow {
  transform: translate(10rem, -50%);
}
.right__content .content__inner .up__menu ul li:last-child {
  border-bottom: 1rem solid #fff;
}
.right__content .content__inner .up__menu ul li .arrow {
  width: 6rem;
  display: flex;
  position: absolute;
  right: 10rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.right__content .content__inner .up__menu ul li a {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  display: block;
  padding: 15rem 0;
  text-align: left;
  color: #fff;
  position: relative;
}
.right__content .content__inner .logo {
  width: 160rem;
  display: flex;
  margin: auto;
  margin-top: 18rem;
}
.right__content .content__inner .address__txt {
  font-weight: bold;
  font-size: 12rem;
  letter-spacing: 0.03em;
  line-height: 22rem;
  margin-top: 20rem;
  text-align: center;
  color: #fff;
}
.right__content .content__inner .line {
  width: 300rem;
  height: 0;
  margin: 10rem auto;
  border-top: 1px solid #fff;
}
.right__content .content__inner .work__txt {
  font-size: 12rem;
  line-height: 20rem;
  color: white;
  text-align: center;
}
.right__content .content__inner .c__btn {
  width: 300rem;
  height: 50rem;
  margin: auto;
  margin-top: 10rem;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.right__content .content__inner .c__btn:hover {
  opacity: 0.7;
}
.right__content .content__inner .c__btn .lbl {
  font-size: 16rem;
  font-weight: 500;
  color: #231815;
}
.right__content .content__inner .c__btn .arrow {
  width: 8rem;
  display: flex;
  position: absolute;
  top: 50%;
  right: 10rem;
  transform: translateY(-50%);
}
.right__content .content__inner .copyright {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  margin-top: 25rem;
  text-align: center;
  color: #fff;
}

.content__wrapper {
  width: 375rem;
  padding-top: 1rem;
  margin: auto;
  position: relative;
  background: white;
}

header {
  width: 375rem;
  height: 50rem;
  padding-left: 15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 3;
  background: white;
  transform: translate(-50%);
}
header.open .logo img:first-child {
  display: none;
}
header.open .logo img:last-child {
  display: flex;
}
header .logo {
  width: 112rem;
  display: flex;
  position: relative;
  z-index: 1;
}
header .logo img:first-child {
  display: flex;
}
header .logo img:last-child {
  display: none;
}
header .sp-menu {
  width: 50rem;
  height: 50rem;
  background: #231815;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
header .sp-menu.open span:nth-child(1) {
  top: 25rem;
  transform: translate(-50%) rotate(45deg);
}
header .sp-menu.open span:nth-child(2) {
  width: 0;
}
header .sp-menu.open span:nth-child(3) {
  top: 25rem;
  transform: translate(-50%) rotate(-45deg);
}
header .sp-menu span {
  width: 20rem;
  height: 2rem;
  display: block;
  background: linear-gradient(to right, #EBC158, #E1A731 16.7598%, #FFF8B8 31.5642%, #EBC158 49.7177%, #E1A731 66.4804%, #DCAB33 82.6786%, #FFE399 99.4413%);
  position: absolute;
  left: 50%;
  top: 17rem;
  transform: translate(-50%);
  transition: 0.3s;
}
header .sp-menu span + span {
  top: 25rem;
}
header .sp-menu span + span + span {
  top: 34rem;
}
header nav {
  width: 102%;
  height: auto;
  padding: 80rem 15rem 30rem;
  background: #231815;
  position: absolute;
  display: none;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}
header nav .nav__inner {
  height: 100%;
  overflow: auto;
}
header nav .g__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 17.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  background-image: linear-gradient(to top, #EBC158, #E1A731 16.7598%, #FFF8B8 31.5642%, #EBC158 49.7177%, #E1A731 66.4804%, #DCAB33 82.6786%, #FFE399 99.4413%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
header nav .g__txt span {
  font-size: 33rem;
  display: block;
}
header nav .up__menu {
  width: 100%;
  margin-top: 25rem;
}
header nav .up__menu ul li {
  border-top: 1rem solid #fff;
  position: relative;
  padding-left: 8rem;
}
header nav .up__menu ul li:hover .arrow {
  transform: translate(10rem, -50%);
}
header nav .up__menu ul li:last-child {
  border-bottom: 1rem solid #fff;
}
header nav .up__menu ul li .arrow {
  width: 6rem;
  display: flex;
  position: absolute;
  right: 18rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
header nav .up__menu ul li a {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  display: block;
  padding: 15rem 0;
  text-align: left;
  color: #fff;
  position: relative;
}
header nav .submit__banner {
  width: 100%;
  margin-top: 30rem;
  display: flex;
}

.frontview {
  width: 100%;
  margin-top: 49rem;
  display: flex;
  position: relative;
}
.frontview .catch__text {
  width: 325.16rem;
  height: auto;
  padding: 14rem 0;
  background: #242122;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.frontview .catch__text p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 19.2rem;
  letter-spacing: 0.05em;
  line-height: 31.2rem;
  text-align: center;
  background-image: linear-gradient(to right, #EBC158, #E1A731 16.7598%, #FFF8B8 31.5642%, #EBC158 49.7177%, #E1A731 66.4804%, #DCAB33 82.6786%, #FFE399 99.4413%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.ttl__lbl {
  font-family: SemplicitaPro-Semibold;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  background-image: linear-gradient(to top, #EBC158, #E1A731 16.7598%, #FFF8B8 31.5642%, #EBC158 49.7177%, #E1A731 66.4804%, #DCAB33 82.6786%, #FFE399 99.4413%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.section-about {
  padding: 35rem 0 60rem;
  margin-top: 110rem;
  background: #c00000;
  position: relative;
}
.section-about .submit__banner {
  width: 345rem;
  display: flex;
  position: absolute;
  bottom: -50rem;
  left: 50%;
  transform: translate(-50%);
}
.section-about .gap01 {
  width: 125rem;
  display: flex;
  position: absolute;
  left: 10rem;
  top: 67rem;
}
.section-about .gap02 {
  width: 85rem;
  display: flex;
  position: absolute;
  right: 40rem;
  top: 44rem;
}
.section-about .s__year {
  font-weight: 500;
  font-size: 30rem;
  letter-spacing: 0.05em;
  line-height: 36rem;
  margin-top: 12rem;
  text-align: center;
  background-image: linear-gradient(to right, #EBC158, #E1A731 16.7598%, #FFF8B8 31.5642%, #EBC158 49.7177%, #E1A731 66.4804%, #DCAB33 82.6786%, #FFE399 99.4413%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.section-about .t__lbl {
  font-weight: bold;
  font-size: 22rem;
  letter-spacing: 0.05em;
  line-height: 36rem;
  margin-top: 10rem;
  text-align: center;
  color: transparent;
  background-image: linear-gradient(to top, #EBC158, #E1A731 16.7598%, #FFF8B8 31.5642%, #EBC158 49.7177%, #E1A731 66.4804%, #DCAB33 82.6786%, #FFE399 99.4413%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.section-about .c__lbl {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  text-align: center;
  background-image: linear-gradient(to right, #EBC158, #E1A731 16.7598%, #FFF8B8 31.5642%, #EBC158 49.7177%, #E1A731 66.4804%, #DCAB33 82.6786%, #FFE399 99.4413%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.section-about .special__items {
  padding: 0 20rem;
  margin-top: 60rem;
}
.section-about .special__items .sp__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20rem;
}
.section-about .special__items .sp__item .sp__icon {
  width: 50rem;
  height: 50rem;
  border-radius: 25rem;
  background: linear-gradient(to right, #ebc158 1.67%, #e1a731 16.76%, #fff8b8 31.56%, #ebc158 49.72%, #e6b647 57.64%, #e1a731 66.48%, #dcab33 82.68%, #e5ba4e 87.85%, #fde195 98.98%, #ffe399 99.44%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-about .special__items .sp__item .sp__icon .c__lbl {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 10rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #000;
}
.section-about .special__items .sp__item .sp__icon .num {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 24rem;
  letter-spacing: 0.05em;
  margin: 3rem 0;
  line-height: 20.69rem;
  text-align: center;
  color: #000;
}
.section-about .special__items .sp__item .sp__icon .bar {
  width: 27rem;
  display: flex;
}
.section-about .special__items .sp__item .sp__text {
  width: 268rem;
}
.section-about .special__items .sp__item .sp__text h3 {
  font-weight: bold;
  font-size: 17rem;
  line-height: 20rem;
  text-align: left;
  background-image: linear-gradient(to right, #ebc158 1.67%, #e1a731 16.76%, #fff8b8 31.56%, #ebc158 49.72%, #e6b647 57.64%, #e1a731 66.48%, #dcab33 82.68%, #e5ba4e 87.85%, #fde195 98.98%, #ffe399 99.44%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.section-about .special__items .sp__item .sp__text p {
  font-weight: normal;
  font-size: 14rem;
  line-height: 24.5rem;
  text-align: left;
  color: #fff;
}
.section-about .about__image {
  width: 325rem;
  margin: auto;
  margin-top: 25rem;
  display: flex;
}

.section-concept {
  padding: 100rem 0;
}
.section-concept .t__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 19.5rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  margin-top: 8rem;
  text-align: center;
  color: #000;
}
.section-concept .c__txt {
  width: 325rem;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  margin-top: 20rem;
  text-align: justify;
  color: #000;
}
.section-concept .c__txt span {
  padding-left: 5rem;
  background-image: linear-gradient(to right, #EBC158, #E1A731 16.7598%, #FFF8B8 31.5642%, #EBC158 49.7177%, #E1A731 66.4804%, #DCAB33 82.6786%, #FFE399 99.4413%);
}

.section-offers {
  padding: 45rem 0;
  background: #231815;
  position: relative;
}
.section-offers .submit__banner {
  width: 345rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.section-offers .title__part {
  position: relative;
}
.section-offers .title__part .gap {
  width: 304rem;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-offers .title__part .ja__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 29rem;
  letter-spacing: 0.05em;
  line-height: 24rem;
  margin-top: 11rem;
  text-align: center;
  background-image: linear-gradient(to top, #EBC158, #E1A731 16.7598%, #FFF8B8 31.5642%, #EBC158 49.7177%, #E1A731 66.4804%, #DCAB33 82.6786%, #FFE399 99.4413%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.section-offers .offer__items {
  width: 325rem;
  margin: auto;
  margin-top: 32rem;
}
.section-offers .offer__items .p__item {
  width: 100%;
  height: 50rem;
  margin-bottom: 45rem;
  padding: 0 0 0 55rem;
  background: url(../img/offer_back.png);
  background-size: 100% 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-offers .offer__items .p__item.white {
  background: url(../img/offer_back_white.png);
  background-size: 100% 100%;
}
.section-offers .offer__items .p__item .icon {
  width: 45rem;
  display: flex;
  position: absolute;
  left: 5rem;
  top: -5rem;
}
.section-offers .offer__items .p__item .t__txt {
  font-weight: bold;
  font-size: 17rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}
.section-offers .offer__items .p__item .c__txt {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}

.section-feature {
  padding: 100rem 0 80rem;
}
.section-feature .ja__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 26rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  margin-top: 10rem;
  text-align: center;
  color: #231815;
}
.section-feature .feature__content {
  width: 325rem;
  margin: auto;
  margin-top: 30rem;
}
.section-feature .feature__content .t__lbl {
  font-weight: bold;
  font-size: 20rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  text-align: left;
  color: #231815;
}
.section-feature .feature__content .f__txt {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  margin-top: 15rem;
  text-align: left;
  color: #231815;
}
.section-feature .feature__content .feature__items {
  margin-top: 20rem;
}
.section-feature .feature__content .feature__items .f__item {
  margin-bottom: 50rem;
}
.section-feature .feature__content .feature__items .f__item .f__lbl {
  font-weight: bold;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  text-align: left;
  color: #231815;
}
.section-feature .feature__content .feature__items .f__item .f__image {
  width: 100%;
  margin-top: 15rem;
  display: flex;
}
.section-feature .feature__content .feature__items .f__item .b__lbl {
  font-weight: bold;
  font-size: 15rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  margin-top: 15rem;
  text-align: left;
  color: #00a29a;
}
.section-feature .feature__content .feature__items .f__item .b__txt {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 21rem;
  margin-top: 15rem;
  text-align: justify;
  color: #231815;
}
.section-feature .submit__banner {
  width: 345rem;
  display: flex;
  margin: auto;
}
.section-feature .feature__images {
  margin-top: 90rem;
  margin-bottom: 40rem;
}
.section-feature .feature__images .f__image {
  width: 100%;
  display: flex;
  margin-bottom: 20rem;
}

.section-overview {
  width: 345rem;
  height: auto;
  margin: auto;
  padding: 30rem 0;
  margin-top: 80rem;
  border-radius: 20rem;
  background: #f7f8f8;
}
.section-overview .ja__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 26rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  margin-top: 10rem;
  text-align: center;
  color: #231815;
}
.section-overview table {
  width: 325rem;
  margin: auto;
  margin-top: 50rem;
  border-collapse: collapse;
}
.section-overview table tr {
  display: grid;
  border-top: 1rem solid #707070;
}
.section-overview table tr:last-child {
  border-bottom: 1rem solid #707070;
}
.section-overview table tr td {
  font-weight: 400;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 10rem 0;
  text-align: left;
  color: #231815;
}
.section-overview table tr td:last-child {
  padding-top: 0;
}
.section-overview table tr td:first-child {
  padding-bottom: 0;
  font-weight: bold;
}
.section-overview .detail__text {
  width: 325rem;
  margin: auto;
  height: auto;
  margin-top: 20rem;
  padding: 12rem 0;
  background: linear-gradient(to right, #ebc158 1.67%, #e1a731 16.76%, #fff8b8 31.56%, #ebc158 49.72%, #e6b647 57.64%, #e1a731 66.48%, #dcab33 82.68%, #e5ba4e 87.85%, #fde195 98.98%, #ffe399 99.44%);
}
.section-overview .detail__text p {
  font-weight: 600;
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  text-align: center;
  color: #000;
}
.section-overview .submit__banner {
  width: 100%;
  display: flex;
  margin-top: 20rem;
}

.section-access {
  padding: 100rem 0;
}
.section-access .ja__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 26rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  margin-top: 10rem;
  text-align: center;
  color: #231815;
}
.section-access .access__content {
  width: 325rem;
  margin: auto;
  margin-top: 35rem;
}
.section-access .access__content .map {
  width: 100%;
  display: flex;
}
.section-access .access__content .way__txt {
  font-weight: normal;
  font-size: 12rem;
  line-height: 18rem;
  margin-top: 20rem;
  text-align: left;
  color: #000;
}
.section-access .access__content .map__btn {
  width: 100%;
  margin-top: 25rem;
  display: flex;
}
.section-access .access__content .company__content {
  width: 100%;
  margin-top: 50rem;
}
.section-access .access__content .company__content .c__item {
  margin-bottom: 20rem;
}
.section-access .access__content .company__content .c__item .c__image {
  width: 100%;
  display: flex;
}
.section-access .access__content .company__content .c__item .c__lbl {
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  margin-top: 5rem;
  text-align: center;
  color: #000;
}

footer {
  padding: 40rem 0 25rem;
  background: #231815;
}
footer .f__logo {
  width: 160rem;
  margin: auto;
  display: flex;
}
footer .address__txt {
  font-weight: bold;
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  margin-top: 25rem;
  text-align: center;
  color: #fff;
}
footer .line {
  width: 300rem;
  height: 0;
  margin: 10rem auto;
  border-top: 1px solid #fff;
}
footer .work__txt {
  font-size: 12rem;
  line-height: 20rem;
  color: white;
  text-align: center;
}
footer .c__btn {
  width: 300rem;
  height: 50rem;
  margin: auto;
  margin-top: 10rem;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
footer .c__btn:hover {
  opacity: 0.7;
}
footer .c__btn .lbl {
  font-size: 16rem;
  font-weight: 500;
  color: #231815;
}
footer .c__btn .arrow {
  width: 8rem;
  display: flex;
  position: absolute;
  top: 50%;
  right: 10rem;
  transform: translateY(-50%);
}
footer .copyright {
  font-weight: normal;
  font-size: 11rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  margin-top: 25rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 0.083vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2666vw;
  }
  header nav {
    width: 100%;
    left: 0;
    transform: unset;
    height: 100vh;
    padding: 72rem 15rem 30rem;
  }
  header {
    width: 100%;
    left: 0;
    transform: unset;
  }
  .shine {
    width: 100%;
    display: flex;
    cursor: pointer;
    border-radius: 5px;
    animation: sparkleEffect 1.5s ease-in-out infinite;
  }
  @keyframes sparkleEffect {
    0%, 100% {
      box-shadow: 0 0 5rem 5rem #f39c12;
    }
    50% {
      box-shadow: 0 0 15rem 15rem #f1c40f;
    }
  }
  .sp-banner {
    width: 355rem;
    height: 60rem;
    border-radius: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 50%;
    bottom: 10rem;
    transform: translate(-50%);
    z-index: 3;
    animation: sparkleEffect 1.5s ease-in-out infinite;
    background: #EA5514;
    border: 1rem solid #fff;
  }
  .sp-banner .lbl {
    font-size: 21rem;
    color: white;
    font-weight: bold;
  }
  .sp-banner .icon01 {
    width: 33rem;
    display: flex;
    position: absolute;
    left: 15rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .sp-banner .arrow {
    width: 10rem;
    display: flex;
    position: absolute;
    right: 15rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .sp-banner .icon02 {
    width: 120rem;
    display: flex;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
  footer {
    padding: 40rem 0 75rem;
  }
}/*# sourceMappingURL=style.css.map */