@charset "UTF-8";
html {
  font-size: 62.5%;
}
html .sp-only {
  display: none;
}
@media screen and (max-width: 1320px) {
  html {
    font-size: 0.7575757576vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
  html .sp-only {
    display: block;
  }
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  color: #4F4F4F;
}

img {
  width: 100%;
}

.flex {
  display: flex;
}

.bg-wrapper {
  position: relative;
  max-width: 1440px;
  margin: auto;
}
.bg-wrapper .fv-back {
  width: 50%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #D5E8FB;
  z-index: -10;
}

.full-container {
  width: 100%;
}

.container {
  padding: 4.8rem 4rem;
  max-width: 1240px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 4.8rem 2rem;
  }
}

.contents {
  margin-top: 4.8rem;
}

.section-ttl {
  font-size: 5rem;
  color: #916108;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 2.5rem;
  }
}

.sub-ttl {
  font-size: 3rem;
  line-height: 1.5;
  color: #95BAE5;
  text-align: center;
  font-weight: 400;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sub-ttl {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

#header .full-container {
  position: relative;
}
#header .logo {
  width: 180px;
  height: 180px;
  background: #6C9DCF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
#header .logo img {
  width: 114px;
}
#header nav {
  display: flex;
  position: relative;
  z-index: 999;
}
#header .gnav-list {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
#header .gnav-list .gnav-item {
  font-size: 20px;
  line-height: 1;
}
#header .gnav-list .gnav-item:not(:first-child) {
  margin-left: 40px;
}
#header .gnav-list .gnav-item a {
  color: #2C3E50;
  text-decoration: none;
}
#header .gnav-list .gnav-box {
  width: 90px;
  height: 90px;
  background: #6C9DCF;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .gnav-list .gnav-hum-box {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .logo {
    width: 111px;
    height: 111px;
  }
  #header .logo img {
    width: 80px;
  }
  #header .gnav-list .gnav-item:not(:first-child) {
    margin: 0;
  }
  #header .gnav-item {
    display: none;
  }
  #header .js-menu-link {
    display: block;
  }
  #header .hum-menu {
    width: 30px;
    height: 23px;
    position: relative;
  }
  #header .hum-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    transition: all 0.7s;
  }
  #header .hum-menu span:nth-child(2) {
    top: 11px;
  }
  #header .hum-menu span:nth-child(3) {
    top: 100%;
  }
  #header .gnav-list .gnav-box {
    width: 66px;
    height: 56px;
    display: flex;
  }
}

#footer {
  background: #95BAE5;
}
#footer .container {
  text-align: center;
}
#footer .btn-box {
  justify-content: space-between;
}
#footer .btn {
  width: 53.8rem;
  height: 20rem;
  border: 1px solid #916108;
  box-sizing: border-box;
  color: #916108;
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#footer .btn .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #D5E8FB;
  opacity: 0.5;
}
#footer .logo {
  width: 24.8rem;
  margin: auto;
  margin-top: 9.6rem;
}
#footer .live, #footer .tell, #footer .copy {
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
}
#footer .live {
  margin-top: 4rem;
}
#footer .tell {
  margin-top: 1.6rem;
  display: inline-block;
  text-decoration: none;
}
#footer .copy {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #footer .btn-box {
    display: block;
  }
  #footer .btn {
    width: 23.4rem;
    height: 10rem;
    margin: auto;
    font-size: 1.8rem;
  }
  #footer .btn:not(:first-child) {
    margin-top: 2.4rem;
  }
  #footer .logo {
    width: 19.4rem;
    margin-top: 4.8rem;
  }
  #footer .live, #footer .tell, #footer .copy {
    font-size: 1.6rem;
  }
  #footer .live {
    margin-top: 2.4rem;
  }
  #footer .tell {
    margin-top: 1.6rem;
  }
}

.fv .full-container {
  position: relative;
}
.fv .main-img {
  width: 108.9rem;
  height: 90.4rem;
  margin-left: auto;
  margin-right: 90px;
  background: url(../img/top/fv.png) center center/cover no-repeat;
  opacity: 0;
}
.fv .main-area {
  position: absolute;
  top: 25.7rem;
  left: 16.9rem;
  z-index: 50;
}
.fv .main-area .logo {
  width: 58.2rem;
  font-size: 0;
}
.fv .main-area .fv-sub-ttl {
  font-size: 3rem;
  line-height: 1.4;
  margin-top: 1rem;
  letter-spacing: 0.2em;
  color: #916108;
  font-weight: 400;
}
.fv .service-block {
  position: absolute;
  right: 0;
  bottom: -14.4rem;
  z-index: 50;
  width: 60rem;
  padding: 4.4rem 5.4rem;
  box-sizing: border-box;
}
.fv .service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.fv .service-item {
  width: 100%;
  height: 5.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #916108;
}
.fv .bg-back {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #B0CBEA;
  opacity: 0.7;
}
@media screen and (max-width: 1179px) {
  .fv .main-img {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 767px) {
  .fv .main-img {
    width: 33.5rem;
    height: 42.7rem;
    margin: auto;
    margin-top: 8rem;
    background: url(../img/top/fv-sp.png) center center/cover no-repeat;
  }
  .fv .main-area {
    top: 21.6rem;
    left: 4rem;
  }
  .fv .main-area .logo {
    width: 20rem;
  }
  .fv .main-area .fv-sub-ttl {
    font-size: 2rem;
  }
  .fv .service-block {
    position: static;
    width: 33.5rem;
    padding: 2rem 2.8rem;
    margin: auto;
    margin-top: 2.7rem;
  }
  .fv .service-list {
    gap: 0.8rem;
  }
  .fv .service-item {
    font-size: 1.6rem;
    height: 2.7rem;
  }
}

.commons-team .contents {
  display: flex;
  justify-content: space-between;
}
.commons-team .card {
  width: 38.6rem;
}
.commons-team .img {
  width: 100%;
  height: 33rem;
  border: 2px solid #95BAE5;
  box-sizing: border-box;
}
.commons-team .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.commons-team .name, .commons-team .post {
  font-size: 2rem;
  line-height: 1;
}
.commons-team .name {
  margin-top: 2rem;
}
.commons-team .post {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .commons-team .contents {
    display: block;
  }
  .commons-team .card {
    width: 100%;
  }
  .commons-team .card:not(:first-child) {
    margin-top: 3.2rem;
  }
}

.commons-faq .qa-block {
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.commons-faq .qa-block:not(:first-child) {
  margin-top: 3.2rem;
}
.commons-faq .question-block {
  background: #95BAE5;
  padding: 2rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.commons-faq .question {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
.commons-faq .question span {
  font-size: 3.2rem;
}
.commons-faq .js-pull-mark {
  display: block;
  width: 3rem;
  height: 3rem;
  position: relative;
}
.commons-faq .js-pull-mark::before, .commons-faq .js-pull-mark::after {
  content: "";
  display: block;
  background: #fff;
  width: 3rem;
  height: 0.3rem;
  position: absolute;
  top: 50%;
  left: 0;
}
.commons-faq .js-pull-mark::before {
  transform: rotate(-90deg);
}
.commons-faq .qa-block.active .js-pull-mark::before {
  display: none;
}
.commons-faq .qa-block.active .answer-block {
  display: block;
  background: #fff;
}
.commons-faq .answer-block {
  padding: 2rem 4rem;
  display: none;
}
.commons-faq .answer {
  font-size: 2rem;
  line-height: 1.5;
}
.commons-faq .answer span {
  font-size: 3.2rem;
  font-weight: 700;
  color: #916108;
}
@media screen and (max-width: 767px) {
  .commons-faq .qa-block:not(:first-child) {
    margin-top: 2rem;
  }
  .commons-faq .question-block {
    padding: 1rem;
  }
  .commons-faq .question {
    font-size: 1.4rem;
    width: 28.7rem;
    line-height: 1.8;
    text-indent: -1.4em;
    padding-left: 1.4em;
    letter-spacing: 0.1em;
  }
  .commons-faq .question span {
    font-size: 2rem;
  }
  .commons-faq .answer-block {
    padding: 1rem;
  }
  .commons-faq .answer {
    font-size: 1.4rem;
    line-height: 1.8;
    text-indent: -1.4em;
    padding-left: 1.4em;
    letter-spacing: 0.1em;
  }
  .commons-faq .answer span {
    font-size: 2.4rem;
  }
  .commons-faq .js-pull-mark {
    width: 1.8rem;
    height: 1.8rem;
  }
  .commons-faq .js-pull-mark::after, .commons-faq .js-pull-mark::before {
    width: 1.8rem;
    height: 0.2rem;
  }
}

.slider-section {
  margin-top: 21.9rem;
}
.slider-section .container {
  padding-top: 9.6rem;
}
.slider-section .slider {
  max-width: 1240px;
}
.slider-section .slide-item {
  height: auto;
  border: 2px solid #95BAE5;
  box-sizing: border-box;
  margin: 0 2rem;
}
.slider-section .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .slider-section {
    margin-top: 8.3rem;
  }
  .slider-section .slide-item {
    margin: 0 1rem;
  }
}

#top-mission .contents {
  position: relative;
}
#top-mission .img {
  width: 58.7rem;
  height: 63.2rem;
  background: url(../img/top/mission-img.png) center center/cover no-repeat;
}
#top-mission .text-area {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 79.6rem;
  height: 39.8rem;
  border: 1px solid #916108;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
#top-mission .text-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #916108;
  opacity: 0.35;
  z-index: 1;
}
#top-mission .box {
  width: 50.3rem;
  position: relative;
  z-index: 10;
}
#top-mission .line-ttl {
  font-size: 3rem;
  line-height: 1.5;
  color: #916108;
}
#top-mission .line-ttl span {
  border-bottom: 2px solid #916108;
}
#top-mission .text {
  margin-top: 2.4rem;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #top-mission .container {
    position: relative;
    padding-bottom: 9.6rem;
  }
  #top-mission .section-ttl {
    position: absolute;
    z-index: 30;
    top: 6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  #top-mission .sub-ttl {
    position: absolute;
    z-index: 30;
    top: 13rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  #top-mission .img {
    width: 100%;
    height: 45.5rem;
  }
  #top-mission .text-area {
    width: 37.5rem;
    height: 31.9rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  #top-mission .box {
    width: 33.5rem;
    text-align: center;
  }
  #top-mission .line-ttl {
    font-size: 2rem;
    color: #fff;
  }
  #top-mission .text {
    text-align: left;
    font-size: 1.6rem;
  }
}

#top-service .wrap {
  justify-content: space-between;
}
#top-service .block {
  width: 60rem;
}
#top-service .p-ttl {
  font-size: 3.5rem;
  color: #916108;
  line-height: 1.5;
}
#top-service .left-block .img {
  width: 60rem;
  height: 40rem;
  background: url(../img/top/service-l.png) center center/cover no-repeat;
}
#top-service .left-block .p-ttl {
  margin-top: 6.4rem;
}
#top-service .left-block .p-block {
  margin-top: 4.8rem;
}
#top-service .left-block .area {
  border: 3px solid #95BAE5;
  padding: 2rem 4rem 3rem 4rem;
  display: flex;
  align-items: baseline;
}
#top-service .left-block .area:not(:first-child) {
  margin-top: 2rem;
}
#top-service .left-block .num {
  font-size: 5rem;
  line-height: 1.5;
  color: #916108;
  margin-right: 3rem;
  font-weight: 700;
}
#top-service .left-block .b-ttl {
  width: 22rem;
  border-bottom: 1px solid #6C9DCF;
  font-size: 2rem;
}
#top-service .left-block .text {
  margin-top: 1.6rem;
}
#top-service .right-block {
  background: #D5E8FB;
  padding: 0 5rem;
  height: 160rem;
  position: relative;
  box-sizing: border-box;
}
#top-service .right-block .p-ttl {
  margin-top: 14.3rem;
}
#top-service .right-block .text {
  font-size: 2rem;
  margin-top: 2rem;
  line-height: 2;
}
#top-service .right-block .img-top {
  width: 54rem;
  height: 60rem;
  background: url(../img/top/service-t.png) center center/cover no-repeat;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 58rem;
}
#top-service .right-block .img-bottom {
  width: 50rem;
  height: 54rem;
  background: url(../img/top/service-b.png) center center/cover no-repeat;
  z-index: 20;
  position: absolute;
  right: 0;
  top: 100rem;
}
#top-service .w-btn {
  width: 100%;
  height: 13.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  background: #916108;
  margin-top: 6.8rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #top-service .container {
    padding: 4.8rem 0;
    padding-top: 9.6rem;
  }
  #top-service .section-ttl {
    position: relative;
    z-index: 20;
  }
  #top-service .sub-ttl {
    position: relative;
    z-index: 20;
  }
  #top-service .contents {
    margin-top: 8.8rem;
    position: relative;
  }
  #top-service .wrap {
    flex-direction: column-reverse;
  }
  #top-service .block {
    width: 100%;
    padding: 0;
  }
  #top-service .p-ttl {
    font-size: 2rem;
  }
  #top-service .right-block {
    height: 88.6rem;
  }
  #top-service .right-block .text {
    font-size: 1.6rem;
  }
  #top-service .right-block .p-ttl, #top-service .right-block .text {
    padding: 0 2rem;
  }
  #top-service .right-block .img-top {
    width: 27.9rem;
    height: 28.5rem;
    top: 40.6rem;
  }
  #top-service .right-block .img-bottom {
    width: 25.2rem;
    height: 23.1rem;
    top: 60.3rem;
  }
  #top-service .left-block {
    padding: 0 2rem;
    box-sizing: border-box;
  }
  #top-service .left-block .l-img {
    position: absolute;
    top: -14.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 33.5rem;
    height: 24.1rem;
    z-index: 10;
  }
  #top-service .left-block .p-ttl {
    margin-top: 4.8rem;
  }
  #top-service .left-block .area {
    display: block;
    padding: 1.6rem 2.4rem 5rem 2.4rem;
  }
  #top-service .left-block .p-block {
    margin-top: 2.4rem;
  }
  #top-service .left-block .num {
    font-size: 3.5rem;
    font-weight: 700;
  }
  #top-service .w-btn {
    width: 33.5rem;
    font-size: 1.6rem;
    padding: 0 1.6rem;
    box-sizing: border-box;
    margin: auto;
    margin-top: 2.4rem;
  }
}

#service-fv .main-img {
  background: url(../img/service/fv.png) center center/cover no-repeat;
}
#service-fv .fv-ttl {
  font-size: 5rem;
  color: #916108;
  line-height: 1;
  letter-spacing: 0.1em;
}
#service-fv .fv-sub-ttl {
  font-size: 2rem;
  color: #916108;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #service-fv .main-img {
    background: url(../img/service/fv-sp.png) center center/cover no-repeat;
  }
  #service-fv .main-area {
    width: 33.5rem;
  }
  #service-fv .fv-ttl {
    font-size: 2rem;
  }
  #service-fv .fv-sub-ttl {
    font-size: 1.6rem;
  }
}

#service-intro .ttl, #service-intro .price {
  margin: 0 2rem;
  font-size: 2rem;
  line-height: 1.8;
}
#service-intro .ttl {
  margin-top: 2rem;
}
#service-intro .text {
  font-size: 2.4rem;
  margin-top: 8rem;
  text-align: center;
  color: #916108;
}
#service-intro .item-wrap {
  display: flex;
}
#service-intro .item-block {
  height: auto;
  border: 2px solid #95BAE5;
  box-sizing: border-box;
  margin: 0 2rem;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #service-intro .ttl, #service-intro .price {
    font-size: 1.6rem;
    margin: 0 1rem;
  }
  #service-intro .text {
    font-size: 1.8rem;
    margin-top: 4.8rem;
  }
  #service-intro .item:not(:first-child) {
    margin-top: 2rem;
  }
  #service-intro .item-wrap {
    display: block;
  }
  #service-intro .item-block {
    margin: 0;
  }
}

#service-merit .full-container {
  padding: 4.8rem 0;
}
#service-merit .bg-wrap {
  background: #D5E8FB;
  margin-top: 8rem;
}
#service-merit .contents {
  max-width: 1080px;
  padding: 16rem 40px;
  margin: auto;
  position: relative;
}
#service-merit .circle-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
#service-merit .circle-wrap-under {
  margin-top: 16rem;
}
#service-merit .circle {
  background: #916108;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
}
#service-merit .box {
  text-align: center;
}
#service-merit .c-ttl, #service-merit .text {
  color: #fff;
}
#service-merit .c-ttl {
  font-size: 3.2rem;
  line-height: 1;
}
#service-merit .text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 3.2rem;
}
#service-merit .bg-img {
  width: 82.2rem;
  height: 69.6rem;
  background: url(../img/service/merit-img.png) center center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#service-merit .section-ttl-sp {
  display: none;
}
#service-merit .sub-ttl-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #service-merit .section-ttl {
    display: none;
  }
  #service-merit .sub-ttl {
    display: none;
  }
  #service-merit .bg-wrap {
    margin: 0 auto;
  }
  #service-merit .section-ttl-sp {
    display: block;
    font-size: 2.5rem;
    color: #916108;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    text-align: center;
    font-weight: 700;
  }
  #service-merit .sub-ttl-sp {
    display: block;
    font-size: 1.6rem;
    color: #916108;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
  }
  #service-merit .contents {
    padding: 8rem 2rem;
  }
  #service-merit .circle-wrap {
    width: 100%;
    margin-top: 35.6rem;
  }
  #service-merit .circle-wrap-under {
    margin-top: 2rem;
  }
  #service-merit .circle {
    width: 15.7rem;
    height: 15.7rem;
  }
  #service-merit .c-ttl {
    font-size: 1.6rem;
  }
  #service-merit .text {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  #service-merit .bg-img {
    width: 33.5rem;
    height: 28.4rem;
    top: 15.8rem;
    transform: translate(-50%, 0);
  }
}

#service-process .p-block {
  margin-top: 4.8rem;
}
#service-process .area {
  border: 3px solid #95BAE5;
  padding: 2rem 4rem 3rem 4rem;
  display: flex;
  align-items: baseline;
}
#service-process .area:not(:first-child) {
  margin-top: 2rem;
}
#service-process .num {
  font-size: 5rem;
  line-height: 1.5;
  color: #916108;
  margin-right: 3rem;
  font-weight: 700;
}
#service-process .b-ttl {
  width: 22rem;
  border-bottom: 1px solid #6C9DCF;
  font-size: 2rem;
}
#service-process .text {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #service-process .area {
    display: block;
    padding: 1.6rem 2.4rem 5rem 2.4rem;
  }
  #service-process .p-block {
    margin-top: 2.4rem;
  }
  #service-process .num {
    font-size: 3.5rem;
    font-weight: 700;
  }
}

/*=================================================================
js用
=================================================================*/
#open {
  position: fixed;
  top: 0;
  left: -120%;
  transition: all 0.6s;
  z-index: 998;
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
}
#open .container {
  padding-top: 15.9rem;
  padding-bottom: 16rem;
}
#open .gnav-list {
  display: block;
  text-align: center;
}
#open .gnav-item {
  font-size: 1.8rem;
}
#open .gnav-item:not(:first-child) {
  margin-top: 3.2rem;
}
#open .gnav-item a {
  color: #2C3E50;
  text-decoration: none;
}
#open .icon-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: auto;
  margin-top: 4rem;
}
#open .icon-list {
  list-style: none;
  width: 4rem;
}
#open .btn {
  width: 33.5rem;
  margin: auto;
  border-radius: 4px;
  border: 1px solid #2C3E50;
  color: #2C3E50;
  text-decoration: none;
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
}

#open.active {
  left: 0;
}

body.noscroll {
  position: fixed;
  height: 100vh;
  width: 100%;
}

#header .js-menu-link.active .hum-menu span {
  top: 50%;
  left: 50%;
}
#header .js-menu-link.active .hum-menu span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
#header .js-menu-link.active .hum-menu span:nth-child(2) {
  opacity: 0;
}
#header .js-menu-link.active .hum-menu span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.free-mail {
  display: none;
}

.contact-mail {
  display: none;
}

.free-mail.active {
  display: block;
}

.contact-mail.active {
  display: block;
}

.bg-wrapper #js-fv-back {
  transition: height 5s ease;
}
.bg-wrapper #js-fv-back.open {
  height: 121.3rem;
}
@media screen and (max-width: 767px) {
  .bg-wrapper #js-fv-back.open {
    height: 81rem;
  }
}

.fv #js-main-img {
  transition: all 3s;
}
.fv #js-main-img.active {
  opacity: 1;
}
.fv .fv-sub-ttl {
  opacity: 0;
}
.fv #js-fv-sub-ttl.active {
  opacity: 1;
}
.fv .fv-sub-ttl span {
  display: inline-block;
  opacity: 0;
  transform: translate(50px, -50px);
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.fv #js-fv-sub-ttl.active span {
  opacity: 1;
  transform: translate(0, 0);
}
.fv #js-fv-sub-ttl.active span:nth-child(1) {
  transition-delay: 3s;
}
.fv #js-fv-sub-ttl.active span:nth-child(2) {
  transition-delay: 3.1s;
}
.fv #js-fv-sub-ttl.active span:nth-child(3) {
  transition-delay: 3.2s;
}
.fv #js-fv-sub-ttl.active span:nth-child(4) {
  transition-delay: 3.3s;
}
.fv #js-fv-sub-ttl.active span:nth-child(5) {
  transition-delay: 3.4s;
}
.fv #js-fv-sub-ttl.active span:nth-child(6) {
  transition-delay: 3.5s;
}
.fv #js-fv-sub-ttl.active span:nth-child(7) {
  transition-delay: 3.6s;
}
.fv #js-fv-sub-ttl.active span:nth-child(8) {
  transition-delay: 3.7s;
}
.fv #js-fv-sub-ttl.active span:nth-child(9) {
  transition-delay: 3.8s;
}
.fv #js-fv-sub-ttl.active span:nth-child(10) {
  transition-delay: 3.9s;
}
.fv #js-fv-sub-ttl.active span:nth-child(11) {
  transition-delay: 4s;
}
.fv #js-fv-sub-ttl.active span:nth-child(12) {
  transition-delay: 4.1s;
}
.fv #js-fv-sub-ttl.active span:nth-child(13) {
  transition-delay: 4.2s;
}
.fv #js-fv-sub-ttl.active span:nth-child(14) {
  transition-delay: 4.3s;
}
.fv #js-fv-sub-ttl.active span:nth-child(15) {
  transition-delay: 4.4s;
}
.fv #js-fv-sub-ttl.active span:nth-child(16) {
  transition-delay: 4.5s;
}
.fv #js-fv-sub-ttl.active span:nth-child(17) {
  transition-delay: 4.6s;
}

.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}

.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */