@font-face {
  font-family: Popstarpop;
  src: url(../font/popstarpop.ttf) format("truetype");
}

@font-face {
  font-family: GenEiMGothic2-Black;
  src: url(../font/GenEiMGothic2-Black.ttf) format("truetype");
}

@font-face {
  font-family: KozGoPr6NRegular;
  src: url(../font/KozGoPr6NRegular.otf);
}

@font-face {
  font-family: KozukaGothicPr6NB;
  src: url(../font/KozukaGothicPr6NB.otf);
}

@font-face {
  font-family: OPTIRailroadGothic;
  src: url(../font/OPTIRailroadGothic.otf);
}

html {
  font-size: 1px;
}

body {
  font-family: KozukaGothicPr6NB;
  color: #4E422B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  line-height: 1.4;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-reserve {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  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 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: 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 {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}

header {
  position: fixed;
  width: 100%;
  height: 108rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40rem;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.follow {
  background: #000000e0;
}

header .logo {
  font-family: Popstarpop;
  font-weight: normal;
  font-size: 74rem;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: left;
  color: #fff;
}

header .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header__right .contact__btn {
  width: 221rem;
  height: 53rem;
  background: #6e9bf8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 22rem;
  line-height: 60rem;
  margin-right: 50rem;
  text-align: left;
  color: #000;
}

header .header__right .sp-menu {
  width: 50rem;
  height: 45rem;
  position: relative;
  cursor: pointer;
}

header .header__right .sp-menu:hover span {
  border-bottom: 11rem solid #6e9bf8;
}

header .header__right .sp-menu span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 11rem solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .header__right .sp-menu span + span {
  top: 17rem;
}

header .header__right .sp-menu span + span + span {
  top: 34rem;
}

.nav__menu {
  width: 400rem;
  height: 600rem;
  background: white;
  position: fixed;
  top: 0;
  right: -400rem;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav__menu.open {
  right: 0;
}

.nav__menu .close__btn {
  width: 43rem;
  position: absolute;
  top: 20rem;
  right: 33rem;
  cursor: pointer;
}

.nav__menu .logo {
  font-family: Popstarpop;
  font-weight: normal;
  font-size: 64rem;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: left;
  color: #000;
  position: absolute;
  top: 15rem;
  left: 20rem;
}

.nav__menu ul {
  margin: 100rem 0 0 40rem;
}

.nav__menu ul li {
  margin: 10rem 0;
}

.nav__menu ul li a {
  font-weight: bold;
  font-size: 36rem;
  letter-spacing: -0.02em;
  line-height: 65rem;
  text-align: left;
  color: #000;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 12;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay.open {
  opacity: 0.7;
  z-index: 12;
}

.background__video {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999;
}

.background__video.second {
  height: 100vh;
}

.background__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.background__video video#about {
  display: none;
}

.frontview {
  width: 100%;
  height: 100vh;
}

.frontview .catchcopy__wrapper {
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.frontview .catchcopy__wrapper .catch-en__txt {
  font-family: OPTIRailroadGothic;
  font-weight: normal;
  font-size: 200rem;
  line-height: 1;
  text-align: center;
  color: white;
}

.frontview .catchcopy__wrapper .catch-en__txt span {
  font-size: 240rem;
  color: #6e9bf8;
}

.frontview .catchcopy__wrapper .catch-ja__txt {
  font-family: GenEiMGothic2-Black;
  font-weight: bold;
  font-size: 34rem;
  line-height: 1.5;
  margin-top: 30rem;
  text-align: center;
  color: #fff;
}

.lp__detail {
  width: 100%;
  height: auto;
  padding: 106rem 0 140rem;
  background: #6e9bf8;
}

.lp__detail .title__txt {
  font-family: GenEiMGothic2-Black;
  font-weight: bold;
  font-size: 90rem;
  line-height: 95rem;
  text-align: center;
  color: #000;
}

.lp__detail .title__txt span {
  font-size: 55rem;
}

.lp__detail .c__txt {
  font-weight: bold;
  font-size: 24rem;
  line-height: 45rem;
  margin-top: 65rem;
  text-align: center;
  color: #000;
}

.news__background {
  background: white;
}

.news__wrapper {
  width: 920rem;
  margin: auto;
  padding: 77rem 0 105rem;
}

.news__wrapper .lbl__txt {
  font-family: OPTIRailroadGothic;
  font-weight: normal;
  font-size: 36rem;
  line-height: 72rem;
  text-align: left;
  color: #000;
}

.news__wrapper .content {
  margin-top: 50rem;
}

.news__wrapper .content .item {
  font-weight: bold;
  font-size: 20rem;
  line-height: 1.6;
  text-align: center;
  color: #000;
  padding: 0 20rem 8rem;
  margin-bottom: 10rem;
  border-bottom: 1rem solid #000;
}

.title__wrapper.--white .ja__txt {
  color: white;
}

.title__wrapper.--white .en__txt {
  color: white;
}

.title__wrapper .ja__txt {
  font-family: GenEiMGothic2-Black;
  font-weight: bold;
  font-size: 36rem;
  line-height: 45rem;
  text-align: center;
  color: #000;
}

.title__wrapper .en__txt {
  font-family: OPTIRailroadGothic;
  margin-top: 25rem;
  font-weight: normal;
  font-size: 100rem;
  line-height: 72rem;
  text-align: center;
  color: #000;
}

.philosophy__wrapper {
  background: #F0F0E8;
  padding: 100rem 0;
}

.philosophy__wrapper .philo__txt {
  font-weight: bold;
  font-size: 24rem;
  line-height: 40rem;
  margin-top: 60rem;
  text-align: center;
  color: #000;
}

.service__wrapper {
  padding: 100rem 0;
  background-image: url(../img/service_back.png);
  background-size: cover;
  background-position: center;
}

.service__wrapper .note__txt {
  font-weight: bold;
  font-size: 24rem;
  line-height: 55rem;
  margin-top: 43rem;
  text-align: center;
  color: #fff;
}

.service__wrapper .service__content {
  width: 1420rem;
  margin: auto;
  margin-top: 110rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service__wrapper .service__content .item {
  width: 50%;
  padding: 0 50rem;
  margin-bottom: 75rem;
}

.service__wrapper .service__content .item .inner {
  border: 1rem solid #fff;
  background: #000;
  padding: 50rem 25rem;
}

.service__wrapper .service__content .item .inner .title__txt {
  font-weight: bold;
  font-family: GenEiMGothic2-Black;
  font-size: 47rem;
  line-height: 55rem;
  padding-bottom: 35rem;
  border-bottom: 1rem solid #fff;
  text-align: center;
  color: #fff;
  position: relative;
}

.service__wrapper .service__content .item .inner .title__txt:after {
  content: "";
  width: 0;
  height: 58rem;
  border-left: 10rem solid #6e9bf8;
  position: absolute;
  left: 0;
  top: 0;
}

.service__wrapper .service__content .item .inner .c__txt {
  font-weight: bold;
  font-size: 27rem;
  line-height: 41rem;
  margin-top: 45rem;
  text-align: center;
  color: #fff;
}

.company__about {
  width: 100%;
  height: 920rem;
  position: relative;
}

.company__about video {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.company__about .c__txt {
  width: 100%;
  font-family: GenEiMGothic2-Black;
  font-weight: bold;
  font-size: 65rem;
  line-height: 85rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.map__wrapper {
  width: 100%;
  height: 610rem;
}

.map__wrapper iframe {
  width: 100%;
  height: 100%;
}

.company__profile {
  width: 100%;
  background: #6e9bf8;
  padding: 80rem 0;
}

.company__profile .logo__txt {
  font-family: Popstarpop;
  font-weight: normal;
  font-size: 140rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
}

.company__profile .company__name {
  font-weight: bold;
  font-size: 32rem;
  line-height: 55rem;
  text-align: center;
  color: #000;
}

.company__profile .item {
  font-weight: bold;
  font-size: 28rem;
  line-height: 42rem;
  margin-top: 50rem;
  text-align: center;
  color: #000;
}

.contact__wrapper {
  background: black;
  padding: 108rem 0;
}

.contact__wrapper .lbl__txt {
  font-family: GenEiMGothic2-Black;
  font-weight: bold;
  font-size: 50rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.contact__wrapper .lbl__txt span {
  font-size: 30rem;
}

.contact__wrapper .contact__frame {
  width: 900px;
  height: 1153px;
  margin: auto;
  margin-top: 70rem;
  background: white;
}

.contact__wrapper .contact__frame iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.8px;
  }
}

@media screen and (max-width: 1160px) {
  .service__wrapper .service__content {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 0.6px;
  }
  .service__wrapper .service__content .item {
    padding: 0 20rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.28089887vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
  .frontview {
    width: 100%;
    height: 530rem;
  }
  header {
    width: 100%;
    height: 70rem;
    padding: 0 14rem;
  }
  header .logo {
    font-size: 35rem;
  }
  header .header__right .contact__btn {
    width: 114rem;
    height: 28rem;
    font-size: 11rem;
    line-height: 60rem;
    margin-right: 15rem;
  }
  header .header__right .sp-menu {
    width: 30rem;
    height: 28rem;
  }
  header .header__right .sp-menu:hover span {
    border-bottom: 5rem solid #6e9bf8;
  }
  header .header__right .sp-menu span {
    border-bottom: 5rem solid #fff;
  }
  header .header__right .sp-menu span + span {
    top: 11rem;
  }
  header .header__right .sp-menu span + span + span {
    top: 23rem;
  }
  .frontview .catchcopy__wrapper .catch-en__txt {
    font-size: 55rem;
    letter-spacing: -0.07em;
  }
  .frontview .catchcopy__wrapper .catch-en__txt span {
    font-size: 65rem;
  }
  .frontview .catchcopy__wrapper .catch-ja__txt {
    font-size: 15rem;
    margin-top: 20rem;
  }
  .lp__detail .title__txt {
    font-size: 26rem;
    line-height: 1.1;
  }
  .lp__detail .title__txt span {
    font-size: 16rem;
  }
  .lp__detail .c__txt {
    font-size: 11rem;
    line-height: 20rem;
    margin-top: 16rem;
  }
  .lp__detail {
    padding: 30rem 0 40rem;
  }
  .news__wrapper {
    width: 310rem;
    padding: 30rem 0;
  }
  .news__wrapper .lbl__txt {
    font-size: 20rem;
    line-height: 1.5;
  }
  .news__wrapper .content .item {
    font-size: 9rem;
    padding: 0 6rem 8rem;
    margin-bottom: 10rem;
  }
  .philosophy__wrapper {
    padding: 30rem 0;
  }
  .title__wrapper .ja__txt {
    font-size: 16rem;
    line-height: 1.5;
  }
  .title__wrapper .en__txt {
    margin-top: 8rem;
    font-size: 37rem;
    letter-spacing: -0.05em;
    line-height: 28rem;
  }
  .philosophy__wrapper .philo__txt {
    font-size: 11rem;
    line-height: 20rem;
    margin-top: 23rem;
  }
  .service__wrapper {
    padding: 35rem 0;
  }
  .service__wrapper .note__txt {
    font-size: 11rem;
    line-height: 20rem;
    margin-top: 18rem;
  }
  .service__wrapper .service__content {
    width: 97%;
    margin-top: 30rem;
  }
  .service__wrapper .service__content .item {
    padding: 0 7rem;
    margin-bottom: 20rem;
  }
  .service__wrapper .service__content .item .inner {
    padding: 11rem 5rem;
  }
  .service__wrapper .service__content .item .inner .title__txt {
    font-size: 12.3rem;
    line-height: 14rem;
    padding-bottom: 9rem;
  }
  .service__wrapper .service__content .item .inner .title__txt:after {
    height: 19rem;
    border-left: 2rem solid #FFDC22;
  }
  .service__wrapper .service__content .item .inner .c__txt {
    font-size: 11rem;
    line-height: 17rem;
    margin-top: 18rem;
  }
  .company__about {
    height: 330rem;
  }
  .company__about .c__txt {
    font-size: 18rem;
    line-height: 25rem;
  }
  .map__wrapper {
    width: 100%;
    height: 187rem;
  }
  .company__profile {
    padding: 30rem 0;
  }
  .company__profile .logo__txt {
    font-size: 50rem;
  }
  .company__profile .company__name {
    font-size: 12rem;
    line-height: 28rem;
  }
  .company__profile .item {
    font-size: 12rem;
    line-height: 19rem;
    margin-top: 19rem;
  }
  .contact__wrapper .lbl__txt {
    font-weight: bold;
    font-size: 16rem;
    line-height: 1.3;
  }
  .contact__wrapper .contact__frame {
    width: 306rem;
    height: 1375px;
    margin: auto;
    margin-top: 30rem;
  }
  .contact__wrapper {
    padding: 25rem 0;
  }
  .nav__menu {
    width: 250rem;
    height: 349rem;
  }
  .nav__menu .logo {
    font-size: 30rem;
  }
  .nav__menu .close__btn {
    width: 22rem;
  }
  .nav__menu ul li a {
    font-size: 14rem;
    line-height: 1.8;
  }
  .nav__menu ul {
    margin: 60rem 0 0 39rem;
  }
  .background__video {
    width: 100%;
    height: 530rem;
  }
  .background__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
  }
  .news__wrapper .content {
    margin-top: 20rem;
  }
  .contact__wrapper .lbl__txt span {
    font-size: 12rem;
  }
}
