@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: 'Montserrat', 'YuGothic', futura-lt-w01-book, sans-serif;
  color: #333333;
}

a {
  color: #333333;
}

li {
  list-style-type: none;
}

@keyframes scroll-line {
  0% {
    left: 140px;
  }
  20% {
    left: 140px;
  }
  100% {
    left: -140px;
  }
}

header::after {
  transition: all .4s ease-in-out;
  background: transparent;
  backdrop-filter: blur(0px);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

header.blur::after {
  background: rgba(51, 51, 51, 0.5);
  backdrop-filter: blur(5px);
}

.header-logo {
  z-index: 10;
}

.menu-btn {
  position: absolute;
  top: 13px;
  right: 1rem;
  height: 30px;
  width: 80px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}

.menu-btn__burger {
  cursor: pointer;
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  border-radius: 1px;
  width: 25px;
  height: 3px;
  background: #fff;
  transition: all .4s ease-in-out;
}

.menu-btn__burger::before {
  width: 25px;
  border-radius: 1px;
  top: -8px;
  content: '';
  position: absolute;
  height: 3px;
  background: #fff;
  transition: all .4s ease-in-out;
}

.menu-btn__burger::after {
  width: 25px;
  border-radius: 1px;
  top: 8px;
  content: '';
  position: absolute;
  height: 3px;
  background: #fff;
  transition: all .4s ease-in-out;
}

.menu-btn__burger.open {
  background: transparent;
}

.menu-btn__burger.open::before {
  transform: rotate(30deg);
  top: 1px;
}

.menu-btn__burger.open::after {
  transform: rotate(-30deg);
  top: 1px;
}

.menu-btn__text {
  font-size: .8rem;
  font-weight: 700;
  color: #fff;
}

.nav {
  height: 100vh;
  background: rgba(51, 51, 51, 0.95);
  z-index: 3;
  position: absolute;
  top: 0;
  width: 100vw;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
}

.nav.open {
  transform: translateX(0);
  visibility: visible;
}

.nav .menu-nav {
  overflow: hidden;
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .4s ease-in-out;
}

.nav .menu-nav__item {
  padding-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
}

.nav .menu-nav__item:nth-child(1) {
  transform: translateX(0);
  opacity: 0;
}

.nav .menu-nav__item:nth-child(1).open {
  opacity: 1;
}

.nav .menu-nav__item:nth-child(3), .nav .menu-nav__item:nth-child(4), .nav .menu-nav__item:nth-child(5) {
  pointer-events: none;
}

.nav .menu-nav__item.active > a {
  color: #ff652f;
}

.nav .menu-nav__item.active > a > svg {
  fill: #ff652f;
}

.nav .menu-nav__item.open {
  transform: translateX(0);
}

.nav .menu-nav__link {
  transition: all .4s ease-in-out;
  color: #fff;
}

.nav .menu-nav__link:hover {
  color: #ff652f;
}

.nav .menu-nav__logo {
  transition: all .4s ease-in-out;
  fill: #fff;
  width: 150px;
}

.nav .menu-nav__logo:hover {
  fill: #ff652f;
}

.menu-nav__item:nth-child(1) {
  transition-delay: 1.9s;
}

.menu-nav__item:nth-child(2) {
  transition-delay: 0.5s;
}

.menu-nav__item:nth-child(3) {
  transition-delay: 0.7s;
}

.menu-nav__item:nth-child(4) {
  transition-delay: 0.9s;
}

.menu-nav__item:nth-child(5) {
  transition-delay: 1.1s;
}

.menu-nav__item:nth-child(6) {
  transition-delay: 1.3s;
}

.fv {
  height: 100vh;
}

.fv__img {
  width: 75%;
  background: linear-gradient(to right, rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), url("../../img/img-1.jpg") center top;
  height: 80vh;
  background-size: cover;
}

.fv__bg {
  background: #222222;
  width: 75%;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
}

.fv__texts {
  position: absolute;
  padding-right: 1.5rem;
  right: 0;
  top: 25vh;
}

.fv__texts h2 {
  color: #fff;
  font-size: 4rem;
}

.fv__texts h5 {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.fv__texts h5:nth-child(2) {
  margin-bottom: .5rem;
}

.home-contents {
  padding: 0 0.2rem;
  margin-top: 3rem;
}

.home-contents .home-content__title {
  color: #333333;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.home-contents .home-content__img {
  width: 100%;
  margin-bottom: 1.3rem;
}

.home-contents .home-content__desc {
  margin-bottom: 1.3rem;
  font-size: 1rem;
  line-height: 2rem;
  color: #333333;
}

.home-contents .home-content.layout-b {
  padding-left: 15px;
  padding-right: 15px;
  background: #f0f0f0;
  padding-top: 4rem;
}

.home-contents .home-content.layout-c {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home-contents .home-content__topics {
  margin-bottom: 1.3rem;
}

.home-contents .home-content__topic {
  padding-top: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.home-contents .home-content__topic--date {
  color: #919191;
  font-size: 0.7rem;
}

.home-contents .home-content__topic--title {
  padding: 0.5rem 0 0.8rem;
}

.home-contents .home-content:nth-child(3) {
  padding-bottom: 2rem;
}

.home-contents .home-content:nth-child(5) {
  padding-bottom: 4rem;
}

.home-contents .layout-a {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(to right, rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), url("../../img/img-3.jpg") center center;
}

.home-contents .layout-a__wrapper {
  margin: 0 auto;
  background: #fff;
  padding: 50px 20px;
}

.fv-about {
  height: 70vh;
}

.fv-about__img {
  width: 75%;
  height: 60vh;
  background: linear-gradient(to right, rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), url("../../img/img-7-1.jpg") center top;
  background-size: cover;
}

.fv-about__bg {
  background: #222222;
  width: 50%;
  height: 50vh;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
}

.fv-about__texts {
  position: absolute;
  padding-right: 1.5rem;
  right: 0;
  top: 25vh;
}

.fv-about__texts h2 {
  color: #fff !important;
  font-size: 3.5rem;
}

.fv-about__texts h5 {
  color: #fff !important;
  font-size: 1rem;
  font-weight: 500;
}

.fv-about__texts h5:nth-child(2) {
  margin-bottom: .5rem;
}

.vision {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 4rem;
  padding-bottom: 4rem;
}

.vision__title {
  color: #333333;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.vision__sub-title {
  font-size: 1.5;
  margin-bottom: 2rem;
}

.vision__desc {
  margin-bottom: 1.3rem;
  font-size: 1rem;
  line-height: 1.7rem;
  color: #333333;
}

.ceo {
  position: relative;
}

.ceo__img {
  width: 90vw;
  z-index: 2;
}

.ceo__text-wrap {
  background: #f0f0f0;
  padding: 0 25px 80px;
  margin: 0 15px;
  position: relative;
  top: -100px;
  z-index: -1;
  height: 100%;
}

.ceo__title {
  color: #333333;
  font-size: 2rem;
  padding-top: 7.5rem;
  margin-bottom: 2rem;
}

.company {
  width: 100vw;
  padding-bottom: 4rem;
  padding-left: 10vw !important;
  padding-right: 10vw !important;
  padding-left: 15px;
  padding-right: 15px;
}

.company__title {
  color: #333333;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.company__table {
  margin-bottom: 3rem;
}

.company__table dl {
  display: grid;
  grid-template-columns: 40% 1fr;
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.company__table dl:nth-child(1) {
  border-top: 1px solid #f0f0f0;
}

.company__map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-bottom: 150%;
  position: relative;
}

.company__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.fv-contact {
  height: 70vh;
  display: block;
}

.fv-contact__img {
  width: 75%;
  height: 40vh;
  background: linear-gradient(to right, rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), url("../../img/img-9-1.jpg") center top;
  background-size: cover;
}

.fv-contact__bg {
  background: #222222;
  width: 50%;
  height: 50vh;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
}

.fv-contact__texts {
  position: absolute;
  padding-right: 1.5rem;
  right: 0;
  top: 19vh;
}

.fv-contact__texts h2 {
  color: #fff;
  font-size: 3.5rem;
}

.fv-contact__texts h5 {
  color: #fff;
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
}

.fv-contact__texts h5:nth-child(2) {
  margin-bottom: .5rem;
}

.fv-contact__scroll {
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
  position: absolute;
  top: 36vh;
  left: -10vh;
}

.fv-contact__scroll--text {
  font-size: 0.8rem;
}

.fv-contact__scroll--line {
  margin-left: 12px;
  width: 140px;
  height: 4px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.fv-contact__scroll--line .line-bg {
  position: absolute;
  top: 0px;
  left: 1px;
  z-index: 100;
  width: 11px;
  height: 2px;
  border: 2px solid white;
  background: white;
  background: rgba(0, 0, 0, 0);
  mix-blend-mode: difference;
}

.fv-contact__scroll--line .line {
  position: absolute;
  left: 140px;
  left: 0;
  width: 140px;
  height: 2px;
  background: #fff;
  animation: scroll-line 1.6s ease-in-out infinite;
}

.form {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 700px;
  margin: 0 auto;
}

.form__desc {
  margin-top: -6rem;
  margin-bottom: 3rem;
}

.form__list-item {
  margin-bottom: 2.5rem;
}

.form__label {
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.form__required {
  margin-left: 8px;
  font-size: 0.7rem;
  font-weight: 400;
  padding: 1px 5px;
  color: #fff;
  background: #b82323;
}

.form__radio-btn-wrap {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  /* Radio */
}

.form__radio-btn-wrap input[type=radio] {
  appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.8rem;
  transition: all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: .4rem;
  outline: none;
  border-radius: 10%;
}

.form__radio-btn-wrap input[type=radio] {
  border-radius: 50%;
  border: 2px solid #111;
}

.form__radio-btn-wrap input[type=radio]:checked:before {
  transform: scale(1);
  background: #111;
}

.form__radio-btn-wrap input[type=radio]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px;
  transform: scale(0);
  transition: all ease-out 250ms;
}

.form__input-text, .form__input-textarea {
  font-size: 24px;
  width: 100%;
  border: 1px solid #222222;
}

.form__input-text {
  padding: 8px;
  height: 44px;
}

.form__input-textarea {
  width: 100%;
  max-width: 100%;
  min-height: 250px;
  padding: 0 8px;
}

.form__list-item-policy {
  border: 1px solid #333333;
  padding: 14px;
  height: 200px;
  overflow: scroll;
}

.form .agree {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
  width: 100%;
  /* Checkbox */
}

.form .agree input[type=checkbox] {
  appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.8rem;
  transition: all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: .4rem;
  outline: none;
  border-radius: 10%;
  border: 2px solid #111;
}

.form .agree input[type=checkbox]:before, .form .agree input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all .2s ease-in-out;
}

.form .agree input[type=checkbox]:before {
  left: 2px;
  top: 6px;
  width: 0px;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.form .agree input[type=checkbox]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: .2s;
}

.form .agree input[type=checkbox]:checked:before {
  left: 1px;
  top: 10px;
  width: 6px;
  height: 2px;
}

.form .agree input[type=checkbox]:checked:after {
  right: 5px;
  bottom: 1px;
  width: 2px;
  height: 14px;
}

.form .agree input[type=checkbox]:indeterminate:before, .form .agree input[type=checkbox]:indeterminate:after {
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.form .agree input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px;
}

.form .agree input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}

.form .agree input[type=checkbox]:checked,
.form .agree input[type=checkbox]:indeterminate {
  background: #111;
}

.form .agree__text {
  margin-top: .3rem;
}

.form__submit-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.form__submit {
  width: 150px;
  height: 36px;
  border-radius: 3px;
  border: none;
  background: #111;
  color: #fff;
  margin-bottom: 7rem;
  transition: all .4s ease-in-out;
}

.form__submit:hover {
  background: #353535;
}

.test {
  width: 100vw;
  height: auto;
  padding: .5rem;
  background: #082459;
}

.test .sandbox {
  height: 95vh;
  width: 100%;
  background: #fff;
  border: 2px solid #222;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.test .sandbox .container {
  border: 1px solid red;
  width: 33%;
  height: 300px;
  position: relative;
  background: white;
  overflow: hidden;
}

.reverse-color p {
  background: black;
  color: white;
  margin: 0;
  position: absolute;
}

.reverse-color .en {
  padding: 10px 20px;
  padding-left: 100px;
  top: 30px;
  left: 0;
  font-size: 10px;
}

.reverse-color .ja {
  font-size: 10px;
  writing-mode: vertical-rl;
  font-family: 'HiraMinProN-W6', serif;
  letter-spacing: 10px;
  padding: 20px 10px;
  bottom: 0;
  right: 60px;
}

.reverse-color .bg {
  mix-blend-mode: difference;
  border: 1px solid pink;
  width: 70%;
  height: 70%;
  background: white;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 100px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* Checkbox */
  /* Radio */
  /* 色は青色のみ */
}

.custom-checkbox input[type=checkbox], .custom-checkbox input[type=radio] {
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.8rem;
  transition: all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: .4rem;
  outline: none;
  border-radius: 10%;
}

.custom-checkbox input[type=checkbox]:before, .custom-checkbox input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all .2s ease-in-out;
}

.custom-checkbox input[type=checkbox]:before {
  left: 2px;
  top: 6px;
  width: 0px;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.custom-checkbox input[type=checkbox]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: .2s;
  transition-delay: .2s;
}

.custom-checkbox input[type=checkbox]:checked:before {
  left: 1px;
  top: 10px;
  width: 6px;
  height: 2px;
}

.custom-checkbox input[type=checkbox]:checked:after {
  right: 5px;
  bottom: 1px;
  width: 2px;
  height: 14px;
}

.custom-checkbox input[type=checkbox]:indeterminate:before, .custom-checkbox input[type=checkbox]:indeterminate:after {
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.custom-checkbox input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px;
}

.custom-checkbox input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}

.custom-checkbox input[type=radio] {
  border-radius: 50%;
}

.custom-checkbox input[type=radio]:checked:before {
  transform: scale(1);
}

.custom-checkbox input[type=radio]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px;
  transform: scale(0);
  transition: all ease-out 250ms;
}

.custom-checkbox input[type=checkbox].blue, .custom-checkbox input[type=radio].blue {
  border: 2px solid #2196f3;
}

.custom-checkbox input[type=checkbox].blue:checked, .custom-checkbox input[type=checkbox].blue:indeterminate, .custom-checkbox input[type=radio].blue:checked:before {
  background: #2196f3;
}

@media screen and (min-width: 768px) {
  .fv__img {
    background: linear-gradient(to right, rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), url("../../img/img-2.jpg") center top;
    background-size: cover;
  }
  .fv__bg {
    width: 60%;
  }
  .fv__texts {
    top: 21vh;
    right: 15vw;
  }
  .fv__texts h2 {
    font-size: 7rem;
  }
  .fv__texts h5 {
    font-size: 1.7rem;
  }
  .nav {
    width: 30vw;
    right: 0;
  }
  .home-contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    margin-top: 7rem;
  }
  .home-content:nth-child(1) {
    width: 80vw;
    margin: 0 auto;
    grid-row: 1 / span 1;
    grid-column: 1 / span 2;
    display: flex;
    padding-left: 3rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .home-content:nth-child(2) {
    padding-left: 10vw !important;
  }
  .home-content:nth-child(3) {
    padding-right: 10vw !important;
  }
  .home-content:nth-child(2), .home-content:nth-child(3) {
    padding-top: 10rem !important;
    position: relative;
    top: -100px;
    z-index: 0;
    padding-bottom: 4rem;
  }
  .home-content:nth-child(4) {
    grid-row: 3 / span 1;
    grid-column: 1 / span 2;
    padding-left: 10vw !important;
    padding-right: 10vw !important;
  }
  .home-content:nth-child(5) {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
    grid-row: 4 / span 1;
    grid-column: 1 / span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
  }
  .home-content:nth-child(5) .home-content__img {
    grid-row: 1 / span 3;
    grid-column: 2 / span 1;
  }
  .home-content:nth-child(5) .home-content__title {
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
    margin-bottom: 0;
  }
  .home-content:nth-child(5) .home-content__desc {
    grid-row: 2 / span 1;
    grid-column: 1 / span 1;
    margin-bottom: 0;
  }
  .home-content:nth-child(5) .readmore-btn-wrapper {
    grid-row: 3 / span 1;
    grid-column: 1 / span 1;
    display: block;
    width: auto;
    width: 100%;
    background: transparent !important;
    display: flex !important;
    justify-content: flex-start !important;
    cursor: unset;
  }
  .layout-a {
    z-index: 1;
  }
  .layout-a__wrapper {
    width: 50%;
    margin: 0 !important;
  }
  .layout-c {
    display: grid;
    grid-template-columns: 2;
  }
  .layout-c .home-content__title {
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
  }
  .layout-c .home-content__topics {
    grid-row: 2 / span 1;
    grid-column: 2 / span 1;
  }
  .layout-c .readmore-btn-wrapper {
    grid-row: 3 / span 1;
    grid-column: 2 / span 1;
    display: block;
    width: auto;
    width: 100%;
    background: transparent !important;
    display: flex !important;
    justify-content: flex-end !important;
    cursor: unset;
  }
  .fv-about__img {
    width: 75%;
    height: 60vh;
    background: linear-gradient(to right, rgba(51, 51, 51, 0.1), rgba(51, 51, 51, 0.1)), url("../../img/img-7-2.jpg") center top;
    background-size: cover;
  }
  .fv-about__texts {
    padding-right: 5rem;
  }
  .fv-about__texts h2 {
    font-size: 5rem;
  }
  .fv-about__texts h5 {
    font-size: 1.7rem;
  }
  .vision {
    padding: 0 20vw 100px;
  }
  .ceo {
    padding: 0 10vw;
    position: relative;
  }
  .ceo__img {
    width: 45%;
  }
  .ceo__text-wrap {
    right: -30%;
    display: block;
    margin: 0;
    width: 70%;
    display: flex;
    flex-direction: column;
  }
  .company__table {
    padding-left: 7%;
  }
  .company__table dl {
    grid-template-columns: 25% 1fr;
    position: relative;
  }
  .company__table dl:nth-child(1) {
    border-top: 1px solid #f0f0f0;
  }
  .company__table dl:nth-child(1)::before {
    content: '';
    width: 100px;
    height: 1px;
    background: #f0f0f0;
    position: absolute;
    top: -1px;
    left: -7%;
  }
  .company__map {
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
  }
  .company__map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .fv-contact {
    height: 65vh;
  }
  .fv-contact__img {
    height: 40vh;
    background: linear-gradient(to right, rgba(51, 51, 51, 0), rgba(51, 51, 51, 0)), url("../../img/img-9-2.jpg") left top;
    background-repeat: no-repeat;
  }
  .fv-contact__bg {
    background: #222222;
    width: 70%;
    height: 50vh;
  }
  .fv-contact__texts {
    padding-right: 5rem;
  }
  .fv-contact__texts h2 {
    font-size: 5rem;
  }
  .fv-contact__texts h5 {
    font-size: 1.7rem;
  }
  .form {
    margin-top: 3rem;
  }
  .form__radio-btns {
    display: flex;
  }
  .form__radio-btn-wrap {
    margin-right: 30px;
  }
  .agree {
    justify-content: center;
  }
  .agree__text {
    margin-left: 5px;
  }
}

body {
  font-family: 'Montserrat', 'YuGothic';
}

header {
  position: fixed;
  z-index: 2;
  width: 100%;
}

header .header-logo {
  padding: .7rem;
}

header .header-logo__link {
  cursor: pointer;
  display: flex;
  align-items: center;
}

header .header-logo__img {
  margin-top: 3px;
  height: 1.8rem;
  margin-right: .3rem;
}

header .header-logo__text {
  color: #fff;
  font-size: 1.5rem;
}

header .header-logo__text--last {
  color: #fff;
  font-size: 1rem;
}

.readmore-btn {
  background: #111;
  display: flex;
  width: 160px;
  height: 45px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  font-size: .8rem;
  font-weight: 600;
  transition: all .4s ease-in-out;
}

.readmore-btn:hover {
  background: #353535;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  background: #919191;
  color: #fff;
  font-size: .8rem;
}
