@charset "UTF-8";
@font-face {
  font-family: AlternateGotNo2D;
  src: url(../font/alternategotno2d.ttf) format("truetype");
}
@font-face {
  font-family: YuMin-Medium;
  src: url(../font/yumin.ttf) format("truetype");
}
html {
  font-size: 1px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
  background: #fff;
}

* {
  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 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);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s 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_y.is-animated {
  transform-origin: right;
  animation: scaled_x 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;
  }
}
@keyframes move_line {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 40rem;
    opacity: 1;
  }
}
.frontview {
  width: 100%;
  height: 100svh;
  position: relative;
  display: flex;
  position: relative;
}
.frontview:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  opacity: 0.3;
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.frontview video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.frontview .catchcopy__text {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.frontview .catchcopy__text .e__txt {
  font-family: AlternateGotNo2D;
  font-weight: normal;
  font-size: 97.21rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  opacity: 0.8;
}
.frontview .catchcopy__text .j__txt {
  font-family: YuMin-Medium;
  font-weight: 500;
  font-size: 24rem;
  letter-spacing: 0.08em;
  line-height: 42rem;
  text-align: center;
  color: #fff;
}
.frontview .scroll-bar {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 60rem;
  z-index: 1;
}
.frontview .scroll-bar .lbl {
  font-family: AlternateGotNo2D;
  font-weight: normal;
  font-size: 20rem;
  line-height: 36rem;
  text-align: center;
  color: #fff;
  position: relative;
}
.frontview .scroll-bar .line {
  width: 3rem;
  height: 0;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 30rem;
  transform: translate(-50%);
  animation: move_line 2s infinite;
}

header {
  width: 100%;
  padding: 25rem 28rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  transition: 0.3s;
}
header.thanks .logo {
  color: #1a1311;
}
header.thanks ul li a {
  color: #1a1311;
}
header.fixed {
  width: 100%;
  background: white;
  position: fixed;
  left: 0;
  top: 0;
}
header.fixed .logo {
  color: #1a1311;
}
header.fixed ul li a {
  color: #1a1311;
}
header .logo {
  font-weight: bolder;
  font-size: 26rem;
  line-height: 26rem;
  text-align: left;
  color: #fff;
  transition: 0.3s;
}
header .logo:hover {
  opacity: 0.7;
}
header ul {
  display: flex;
  align-items: center;
}
header ul li {
  padding: 0 20rem;
}
header ul li a {
  font-weight: bold;
  font-size: 14rem;
  line-height: 26rem;
  text-align: left;
  color: #fff;
  transition: 0.3s;
}
header ul li a:hover {
  opacity: 0.7;
}

.section-title.--white .en__txt {
  color: white;
}
.section-title.--white .ja__txt {
  color: white;
}
.section-title .en__txt {
  font-family: AlternateGotNo2D;
  font-weight: normal;
  font-size: 60rem;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-align: center;
  color: #1a1311;
}
.section-title .ja__txt {
  font-family: YuMin-Medium;
  font-weight: 500;
  font-size: 22rem;
  line-height: 1.4;
  text-align: center;
  color: #1a1311;
}

.section-business {
  width: 100%;
  padding: 100rem 0;
  border-radius: 40rem 40rem 0 0;
  background: white;
  position: relative;
  margin-top: -40rem;
}
.section-business .content__items {
  max-width: 1536rem;
  margin: auto;
  margin-top: 40rem;
  display: flex;
  flex-wrap: wrap;
}
.section-business .content__items .c__item {
  width: 33.3333333333%;
  padding: 18rem;
}
.section-business .content__items .c__item:nth-child(4) .c__inner:hover:after, .section-business .content__items .c__item:nth-child(6) .c__inner:hover:after {
  opacity: 0;
}
.section-business .content__items .c__item .c__inner {
  width: 100%;
  display: flex;
  position: relative;
}
.section-business .content__items .c__item .c__inner:hover:after {
  opacity: 0;
}
.section-business .content__items .c__item .c__inner .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.section-business .content__items .c__item .c__inner .title .ja__txt {
  font-weight: bold;
  font-size: 23.81rem;
  line-height: 1.5;
  display: block;
  text-align: center;
  color: #fff;
}
.section-business .content__items .c__item .c__inner .title .en__txt {
  font-family: AlternateGotNo2D;
  font-weight: normal;
  font-size: 19.05rem;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  text-align: center;
  color: #fff;
}
.section-business .content__items .c__item .c__inner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  transition: 0.3s;
}

.section-title__part {
  width: 100%;
  height: 400rem;
  background: url(../img/company.png);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-title__part.contact {
  background: url(../img/contact.png);
  background-size: cover;
}

.section-company .company__content {
  position: relative;
  background: white;
  border-radius: 40rem 40rem 0 0;
  margin-top: -40rem;
  padding: 100rem 0;
}
.section-company .company__content .company__inner {
  max-width: 1200rem;
  width: 90%;
  margin: auto;
}
.section-company .company__content .company__inner .c__item {
  padding: 70rem 30rem;
  border-bottom: 1rem solid #8e8e8f;
  display: flex;
  align-items: flex-start;
}
.section-company .company__content .company__inner .c__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.section-company .company__content .company__inner .c__item .title {
  width: 265rem;
  position: relative;
}
.section-company .company__content .company__inner .c__item .title:after {
  content: "";
  width: 160rem;
  height: 2rem;
  background: linear-gradient(to bottom right, #38b8ef 26.53%, #38b1ea 29.43%, #431274 100%, #1a1311 100%);
  position: absolute;
  right: 40rem;
  top: 60rem;
  transform: rotate(-45deg);
}
.section-company .company__content .company__inner .c__item .title .ja__txt {
  font-family: YuMin-Medium;
  font-weight: 500;
  font-size: 26rem;
  letter-spacing: 0.08em;
  line-height: 45.5rem;
  text-align: left;
  color: #1a1311;
}
.section-company .company__content .company__inner .c__item .title .en__txt {
  font-family: AlternateGotNo2D;
  font-weight: normal;
  font-size: 20rem;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-align: left;
  color: #bdbebf;
}
.section-company .company__content .company__inner .c__item .content__text .t__txt {
  font-family: YuMin-Medium;
  font-weight: 500;
  font-size: 24rem;
  letter-spacing: 0.08em;
  line-height: 42rem;
  text-align: left;
  color: #1a1311;
}
.section-company .company__content .company__inner .c__item .content__text .c__txt {
  font-family: YuGo-Medium;
  font-weight: 500;
  font-size: 16rem;
  line-height: 40rem;
  margin-top: 15rem;
  text-align: left;
  color: #1a1311;
}
.section-company .company__content .company__inner .c__item .content__text table {
  width: 100%;
  border-collapse: collapse;
}
.section-company .company__content .company__inner .c__item .content__text table tr td {
  font-weight: 500;
  font-size: 18rem;
  line-height: 1.5;
  padding: 10rem 0;
  text-align: left;
  color: #1a1311;
}
.section-company .company__content .company__inner .c__item .content__text table tr td a {
  color: #1a1311;
}
.section-company .company__content .company__inner .c__item .content__text table tr td:first-child {
  width: 102rem;
  vertical-align: top;
}
.section-company .company__content .company__inner .c__item .content__text .works__content {
  max-width: 749.38rem;
  height: 100rem;
  border-radius: 10rem;
  padding: 0 30rem;
  background: transparent;
  border: 1rem solid #8e8e8f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-company .company__content .company__inner .c__item .content__text .works__content .lbl {
  font-weight: 500;
  font-size: 18rem;
  line-height: 26rem;
  text-align: left;
  color: #1a1311;
}
.section-company .company__content .company__inner .c__item .content__text .works__content a {
  width: 240rem;
  height: 40rem;
  background: linear-gradient(to right, #38b8ef 26.53%, #38b1ea 29.43%, #431274 100%, #1a1311 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.section-company .company__content .company__inner .c__item .content__text .works__content a:hover {
  opacity: 0.7;
}
.section-company .company__content .company__inner .c__item .content__text .works__content a:after {
  content: "";
  width: 4.62rem;
  height: 9.24rem;
  background: url(../img/arrow.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 9rem;
  transform: translateY(-50%);
}
.section-company .company__content .company__inner .c__item .content__text .works__content a span {
  font-weight: 400;
  font-size: 16rem;
  line-height: 22rem;
  text-align: center;
  color: #fff;
}
.section-company .company__content .company__inner .c__item .content__text .b__lbl {
  font-size: 18rem;
  font-weight: bold;
  margin-top: 45rem;
}
.section-company .company__content .company__inner .c__item .content__text .content__text {
  margin-top: 10rem;
  display: flex;
}
.section-company .company__content .company__inner .c__item .content__text .content__text p {
  font-weight: 500;
  font-size: 16rem;
  line-height: 38rem;
  margin-right: 30rem;
  text-align: left;
  color: #1a1311;
}

.section-contact .contact__content {
  background: white;
  border-radius: 40rem 40rem 0 0;
  position: relative;
  margin-top: -40rem;
  padding: 100rem 0;
}
.section-contact .contact__content .gap__txt {
  font-weight: 500;
  font-size: 16rem;
  line-height: 28rem;
  text-align: center;
  color: #1a1311;
}
.section-contact .contact__content .contact__form {
  width: 730rem;
  margin: auto;
  margin-top: 75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-contact .contact__content .contact__form .c__item {
  width: 340rem;
  margin-bottom: 28rem;
}
.section-contact .contact__content .contact__form .c__item.--wide {
  width: 100%;
}
.section-contact .contact__content .contact__form .c__item .lbl {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: left;
  color: #1a1311;
}
.section-contact .contact__content .contact__form .c__item .lbl .required {
  border-radius: 5rem;
  background: #1b2e39;
  font-weight: 500;
  font-size: 12rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
  padding: 1rem 8rem;
  display: inline-block;
  margin-left: 10rem;
  text-align: center;
  color: #fff;
  vertical-align: text-top;
}
.section-contact .contact__content .contact__form .c__item .contact__names {
  display: flex;
  justify-content: space-between;
}
.section-contact .contact__content .contact__form .c__item input[type=text] {
  width: 100%;
  height: 40rem;
  border-radius: 10rem;
  padding-left: 15rem;
  font-size: 16rem;
  font-weight: 500;
  border: 0;
  outline: 0;
  background: transparent;
  border: 1rem solid #767676;
}
.section-contact .contact__content .contact__form .c__item input[type=text].c01 {
  width: 160rem;
}
.section-contact .contact__content .contact__form .c__item input[type=text].post {
  width: 100rem;
}
.section-contact .contact__content .contact__form .c__item input[type=text].tel {
  width: 180rem;
}
.section-contact .contact__content .contact__form .c__item input[type=email] {
  width: 100%;
  height: 40rem;
  border-radius: 10rem;
  padding-left: 15rem;
  font-size: 16rem;
  font-weight: 500;
  border: 0;
  outline: 0;
  background: transparent;
  border: 1rem solid #767676;
}
.section-contact .contact__content .contact__form .c__item textarea {
  width: 100%;
  height: 150rem;
  border-radius: 10rem;
  padding: 15rem;
  font-size: 16rem;
  font-weight: 500;
  border: 0;
  outline: 0;
  background: transparent;
  border: 1rem solid #767676;
}
.section-contact .contact__content .contact__form .c__item .post__items {
  margin-bottom: 10rem;
  display: flex;
  align-items: center;
}
.section-contact .contact__content .contact__form .c__item .tel__items {
  display: flex;
  align-items: center;
}
.section-contact .contact__content .contact__form .c__item .line {
  width: 10rem;
  height: 0rem;
  margin: 0 20rem;
  background: transparent;
  border: 1rem solid #1a1311;
}
.section-contact .contact__content .privacy {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-contact .contact__content .privacy .lbl {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.01em;
  line-height: 36.31rem;
  margin-left: 7rem;
  text-align: left;
  color: #1a1311;
}
.section-contact .contact__content .privacy .lbl a {
  text-decoration: underline;
  color: #1a1311;
}
.section-contact .contact__content .submit__btn {
  width: 150rem;
  height: 40rem;
  margin: auto;
  margin-top: 40rem;
  background: linear-gradient(to right, #38b8ef 26.53%, #38b1ea 29.43%, #431274 100%, #1a1311 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  transition: 0.3s;
}
.section-contact .contact__content .submit__btn:hover {
  opacity: 0.7;
}
.section-contact .contact__content .submit__btn span {
  font-weight: normal;
  font-size: 16rem;
  line-height: 22rem;
  text-align: center;
  color: #fff;
}

.section-privacy {
  background: #dfe6ea;
  padding: 100rem 0 100rem;
  position: relative;
}
.section-privacy .privacy__inner {
  width: 730rem;
  margin: auto;
}
.section-privacy .privacy__inner .lbl {
  font-family: YuMin-Medium;
  font-weight: 500;
  font-size: 22rem;
  line-height: 38.5rem;
  padding: 33rem 0;
  border-top: 1rem solid #767676;
  border-bottom: 1rem solid #767676;
  text-align: center;
  color: #1a1311;
}
.section-privacy .privacy__inner dl {
  margin-top: 48rem;
}
.section-privacy .privacy__inner dl dt {
  font-weight: bold;
  font-size: 14rem;
  margin-bottom: 7rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  color: #1a1311;
}
.section-privacy .privacy__inner dl dd {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.01em;
  line-height: 20rem;
  margin: 0;
  margin-bottom: 30rem;
  text-align: left;
  color: #1a1311;
}
.section-privacy .logo__mark {
  margin-top: 125rem;
}
.section-privacy .logo__mark .en__txt {
  font-family: AlternateGotNo2D;
  font-weight: normal;
  font-size: 97.21rem;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-align: center;
  color: #1b2e39;
}
.section-privacy .logo__mark .ja__txt {
  font-family: YuMin-Medium;
  font-weight: 500;
  font-size: 24rem;
  letter-spacing: 0.08em;
  line-height: 42rem;
  text-align: center;
  color: #1b2e39;
}
.section-privacy .gap {
  width: 628.93rem;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 10rem;
}

.contact__items {
  width: 100%;
  height: auto;
  padding: 50rem 0;
  border-radius: 40rem 40rem 0 0;
  position: relative;
  margin-top: -40rem;
  background: linear-gradient(to right, #38b8ef 26.53%, #38b1ea 29.43%, #431274 100%, #1a1311 100%);
}
.contact__items .content__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__items .content__inner .c__item {
  height: 114rem;
  padding: 0 40rem;
  border-right: 1rem solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact__items .content__inner .c__item:last-child {
  border-right: 0;
}
.contact__items .content__inner .c__item .c__lbl {
  font-family: YuMin-Medium;
  font-weight: 500;
  font-size: 22rem;
  letter-spacing: 0.02em;
  line-height: 20.2rem;
  margin-bottom: 10rem;
  text-align: center;
  color: #fff;
}
.contact__items .content__inner .c__item .c__lbl.c01 {
  font-size: 16rem;
}
.contact__items .content__inner .c__item .c__en {
  font-family: AlternateGotNo2D;
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.contact__items .content__inner .c__item .contact__btn {
  width: 244.24rem;
  height: 54.37rem;
  margin-top: 30rem;
  background: transparent;
  border: 1rem solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.contact__items .content__inner .c__item .contact__btn:hover {
  opacity: 0.7;
}
.contact__items .content__inner .c__item .contact__btn:after {
  content: "";
  width: 4.62rem;
  height: 9.24rem;
  background: url(../img/arrow.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 9rem;
  transform: translateY(-50%);
}
.contact__items .content__inner .c__item .contact__btn span {
  font-weight: bold;
  font-size: 14rem;
  line-height: 26.73rem;
  text-align: center;
  color: #fff;
}
.contact__items .content__inner .c__item .tel {
  font-weight: bold;
  font-size: 22rem;
  line-height: 34rem;
  margin-top: 25rem;
  text-align: center;
  color: #fff;
}
.contact__items .content__inner .c__item .tel span {
  font-size: 12rem;
}
.contact__items .content__inner .c__item .d__txt {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-align: center;
  color: #fff;
}

footer {
  background: #dfe6ea;
  padding: 80rem 0;
  position: relative;
}
footer a {
  transition: 0.3s;
}
footer a:hover {
  opacity: 0.7;
}
footer .content__inner {
  display: flex;
  justify-content: center;
}
footer .content__inner .info .f__logo {
  font-weight: bolder;
  font-size: 26rem;
  line-height: 26rem;
  text-align: left;
  color: #1b2e39;
}
footer .content__inner .info .address {
  font-weight: 500;
  font-size: 14rem;
  line-height: 26rem;
  margin-top: 30rem;
  text-align: left;
  color: #1b2e39;
}
footer .content__inner .info .tel {
  font-weight: bold;
  font-size: 22rem;
  line-height: 34rem;
  text-align: left;
  color: #1b2e39;
}
footer .content__inner .info .tel span {
  font-size: 12rem;
}
footer .content__inner .info .w__txt {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: left;
  color: #1b2e39;
}
footer .content__inner .footer-menu {
  margin-left: 50rem;
  display: flex;
}
footer .content__inner .footer-menu li {
  margin-right: 50rem;
}
footer .content__inner .footer-menu li .t-link {
  display: block;
  font-weight: bold;
  font-size: 14rem;
  line-height: 26rem;
  margin-bottom: 17rem;
  text-align: left;
  color: #1b2e39;
  border-bottom: 1rem solid #8e8e8f;
}
footer .content__inner .footer-menu li .submenu {
  width: 190rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .content__inner .footer-menu li .b__menu {
  display: block;
}
footer .content__inner .footer-menu li .b__menu li {
  margin: 0;
}
footer .content__inner .footer-menu li .b__menu li a {
  font-weight: 500;
  font-size: 14rem;
  line-height: 22rem;
  text-align: left;
  color: #1b2e39;
}

.topPage {
  width: 50rem;
  display: flex;
  position: fixed;
  right: 30rem;
  bottom: 60rem;
  z-index: 2;
  transition: 0.3s;
}
.topPage:hover {
  opacity: 0.7;
}

.copyright {
  font-weight: 500;
  font-size: 12rem;
  line-height: 26rem;
  text-align: right;
  color: #1b2e39;
  position: absolute;
  right: 25rem;
  bottom: 30rem;
}

.thanks__wrapper {
  height: 80vh;
  padding-top: 300rem;
}
.thanks__wrapper .txt {
  font-size: 22rem;
  line-height: 2;
  text-align: center;
}
.thanks__wrapper .top__btn {
  width: 220rem;
  height: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 30rem;
  background: #1a1a1a;
  font-size: 16rem;
  line-height: 22rem;
  text-align: center;
  color: #fff;
  border: 0;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 0.8px;
  }
  .section-company .company__content .company__inner .c__item .title:after {
    right: -11rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333333vw;
  }
  .frontview {
    width: 100%;
  }
  header .logo {
    font-size: 33rem;
    line-height: 1.5;
  }
  .frontview .catchcopy__text .j__txt {
    font-size: 30rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
  .frontview .scroll-bar .lbl {
    font-size: 30rem;
    line-height: 1.6;
  }
  .frontview .scroll-bar .line {
    top: 49rem;
  }
  .section-business {
    padding: 65rem 0;
  }
  .section-title .ja__txt {
    font-size: 28rem;
  }
  .section-business .content__items {
    width: 704rem;
    margin-top: 44rem;
  }
  .section-business .content__items .c__item {
    width: 50%;
    padding: 14rem;
  }
  .section-title__part {
    height: 450rem;
  }
  .section-company .company__content {
    padding: 50rem 0;
  }
  .section-company .company__content .company__inner {
    width: 650rem;
  }
  .section-company .company__content .company__inner .c__item {
    display: block;
    padding: 80rem 0;
  }
  .section-company .company__content .company__inner .c__item .title {
    width: 100%;
    margin-bottom: 100rem;
  }
  .section-company .company__content .company__inner .c__item .title .ja__txt {
    font-size: 32rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
  .section-company .company__content .company__inner .c__item .title .en__txt {
    font-size: 24rem;
  }
  .section-company .company__content .company__inner .c__item .title:after {
    left: 81rem;
    right: auto;
  }
  .section-company .company__content .company__inner .c__item .content__text .t__txt {
    font-size: 32rem;
    letter-spacing: 0.08em;
    line-height: 56rem;
  }
  .section-company .company__content .company__inner .c__item .content__text .c__txt {
    font-size: 24rem;
    line-height: 60rem;
    margin-top: 15rem;
    text-align: justify;
  }
  .section-company .company__content .company__inner .c__item .content__text table tr td {
    font-size: 24rem;
    line-height: 50rem;
    letter-spacing: -0.03em;
  }
  .section-company .company__content .company__inner .c__item .content__text table tr td:first-child {
    width: 110rem;
  }
  .section-company .company__content .company__inner .c__item .content__text .works__content {
    max-width: 650rem;
    height: auto;
    border-radius: 10rem;
    padding: 30rem;
    display: block;
  }
  .section-company .company__content .company__inner .c__item .content__text .works__content .lbl {
    font-weight: 500;
    font-size: 24rem;
    line-height: 35rem;
    margin-bottom: 10rem;
  }
  .section-company .company__content .company__inner .c__item .content__text .works__content a {
    width: 100%;
    height: 60rem;
  }
  .section-company .company__content .company__inner .c__item .content__text .works__content a span {
    font-weight: 400;
    font-size: 24rem;
  }
  .section-company .company__content .company__inner .c__item .content__text .works__content a:after {
    content: "";
    width: 7rem;
    height: 14rem;
    right: 13rem;
  }
  .section-company .company__content .company__inner .c__item .content__text .content__text {
    margin-top: 16rem;
    display: block;
  }
  .section-company .company__content .company__inner .c__item .content__text .content__text p {
    font-weight: 500;
    font-size: 24rem;
    line-height: 57rem;
    margin-right: 0;
    letter-spacing: -0.03em;
    text-align: justify;
  }
  .section-contact .contact__content {
    padding: 70rem 0;
  }
  .section-contact .contact__content .gap__txt {
    font-size: 24rem;
    line-height: 42rem;
  }
  .section-contact .contact__content .contact__form {
    width: 600rem;
    margin: auto;
    margin-top: 90rem;
  }
  .section-contact .contact__content .contact__form .c__item {
    width: 100%;
    margin-bottom: 70rem;
  }
  .section-contact .contact__content .contact__form .c__item .lbl {
    font-size: 30rem;
  }
  .section-contact .contact__content .contact__form .c__item input[type=text] {
    width: 100%;
    height: 80rem;
    border-radius: 15rem;
    padding-left: 20rem;
    font-size: 24rem;
  }
  .section-contact .contact__content .contact__form .c__item .lbl .required {
    border-radius: 5rem;
    font-size: 24rem;
    letter-spacing: 0.01em;
    line-height: 1.2;
    padding: 2rem 8rem;
  }
  .section-contact .contact__content .contact__form .c__item input[type=text].c01 {
    width: 290rem;
  }
  .section-contact .contact__content .contact__form .c__item input[type=text].post {
    width: 260rem;
  }
  .section-contact .contact__content .contact__form .c__item .line {
    width: 25rem;
  }
  .section-contact .contact__content .contact__form .c__item .post__items {
    justify-content: space-between;
    margin-bottom: 20rem;
  }
  .section-contact .contact__content .contact__form .c__item input[type=text].tel {
    width: 170rem;
  }
  .section-contact .contact__content .contact__form .c__item .tel__items .line {
    width: 10rem;
    margin: 0;
  }
  .section-contact .contact__content .contact__form .c__item .tel__items {
    justify-content: space-between;
  }
  .section-contact .contact__content .contact__form .c__item input[type=email] {
    width: 100%;
    height: 80rem;
    border-radius: 10rem;
    padding-left: 20rem;
    font-size: 24rem;
  }
  .section-contact .contact__content .contact__form .c__item textarea {
    width: 100%;
    height: 200rem;
    border-radius: 10rem;
    padding-left: 20rem;
    font-size: 24rem;
  }
  .section-contact .contact__content .privacy .lbl {
    font-weight: 500;
    font-size: 24rem;
  }
  .section-contact .contact__content .submit__btn {
    width: 225rem;
    height: 60rem;
    margin: auto;
    margin-top: 80rem;
  }
  .section-contact .contact__content .submit__btn span {
    font-weight: normal;
    font-size: 24rem;
  }
  .section-privacy {
    padding: 100rem 0 300rem;
  }
  .section-privacy .privacy__inner {
    width: 650rem;
  }
  .section-privacy .privacy__inner .lbl {
    font-size: 30rem;
    line-height: 38.5rem;
    padding: 50rem 0;
  }
  .section-privacy .privacy__inner dl {
    margin-top: 70rem;
  }
  .section-privacy .privacy__inner dl dt {
    font-size: 30rem;
    margin-bottom: 18rem;
  }
  .section-privacy .privacy__inner dl dd {
    font-size: 24rem;
    letter-spacing: 0.01em;
    line-height: 40rem;
    margin: 0;
    margin-bottom: 44rem;
    text-align: justify;
  }
  .section-privacy .logo__mark {
    margin-top: 80rem;
  }
  .contact__items .content__inner {
    flex-wrap: wrap;
  }
  .contact__items .content__inner .c__item {
    height: auto;
    padding: 0 12rem;
  }
  .contact__items .content__inner .c__item:first-child {
    width: 100%;
    margin-bottom: 36rem;
    border-right: 0;
  }
  .contact__items .content__inner .c__item .c__lbl {
    font-size: 33rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .contact__items .content__inner .c__item .c__en {
    font-size: 24rem;
  }
  .contact__items .content__inner .c__item .c__lbl.c01 {
    font-size: 22rem;
  }
  .contact__items .content__inner .c__item .contact__btn {
    width: 306rem;
    height: 68rem;
    margin-top: 35rem;
  }
  .contact__items .content__inner .c__item .contact__btn span {
    font-size: 17rem;
  }
  .contact__items .content__inner .c__item .contact__btn:after {
    width: 7rem;
    height: 12rem;
  }
  footer .content__inner {
    display: block;
  }
  footer .content__inner .info {
    text-align: center;
  }
  footer .content__inner .info .f__logo {
    font-size: 49rem;
    line-height: 1.5;
  }
  footer .content__inner .info .address {
    font-size: 24rem;
    line-height: 1.6;
    margin-top: 30rem;
    text-align: center;
  }
  footer .content__inner .info .tel {
    font-weight: bold;
    font-size: 60rem;
    line-height: 1.5;
  }
  footer .content__inner .info .w__txt {
    font-weight: normal;
    font-size: 22rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-align: center;
  }
  .copyright {
    font-weight: 500;
    font-size: 22rem;
    line-height: 51rem;
    margin-top: 55rem;
    text-align: center;
    color: #1b2e39;
    position: relative;
    right: auto;
    bottom: auto;
  }
  footer {
    padding: 80rem 0 40rem;
  }
  .topPage {
    width: 75rem;
    display: flex;
    position: fixed;
    right: 20rem;
  }
  .contact__items .content__inner .c__item .tel {
    font-size: 42rem;
    line-height: 1.2;
    margin-top: 30rem;
  }
  .contact__items .content__inner .c__item .d__txt {
    font-size: 18rem;
    line-height: 1.2;
  }
  .sp-menu {
    width: 60rem;
    height: 60rem;
    background: #1a1311;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(1.3);
    transform-origin: 100% 0;
  }
  .sp-menu.open span:nth-child(1) {
    top: 30rem;
    transform: translate(-50%) rotate(45deg);
  }
  .sp-menu.open span:nth-child(2) {
    width: 0;
  }
  .sp-menu.open span:nth-child(3) {
    top: 30rem;
    transform: translate(-50%) rotate(-45deg);
  }
  .sp-menu span {
    width: 30rem;
    height: 0px;
    background: transparent;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 21rem;
    transform: translate(-50%);
    transition: 0.3s;
  }
  .sp-menu span + span {
    top: 30rem;
  }
  .sp-menu span + span + span {
    top: 39rem;
  }
  footer .content__inner .footer-menu {
    width: 100%;
    height: 100svh;
    position: fixed;
    background: white;
    margin-left: 50rem;
    display: block;
    padding-top: 250rem;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0;
    display: none;
  }
  footer .content__inner .footer-menu li {
    width: 480rem;
    margin: auto;
    display: flex;
    padding-bottom: 30rem;
    margin-bottom: 33rem;
    border-bottom: 1rem solid #8e8e8f;
  }
  footer .content__inner .footer-menu li:last-child {
    border-bottom: 0;
  }
  footer .content__inner .footer-menu li .t-link {
    display: block;
    width: 176rem;
    font-weight: bold;
    font-size: 24rem;
    line-height: 1.6;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
  }
  footer .content__inner .footer-menu li .b__menu li {
    width: auto;
    border: 0;
    padding-bottom: 0;
  }
  footer .content__inner .footer-menu li .b__menu li a {
    font-size: 24rem;
    line-height: 46rem;
  }
  footer .content__inner .footer-menu li .submenu {
    width: 304rem;
  }
  header.fixed {
    background: transparent;
  }
  footer .content__inner .info .tel span {
    font-size: 20rem;
  }
  .contact__items .content__inner .c__item .tel span {
    font-size: 20rem;
  }
  .section-company .company__content .company__inner .c__item .content__text .b__lbl {
    font-size: 28rem;
    margin-top: 65rem;
  }
}/*# sourceMappingURL=style.css.map */