@charset "UTF-8";
.pc_br {
  display: block;
}

@media screen and (max-width: 500px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp_br {
    display: block;
  }
}

.sm_br {
  display: none;
}

@media screen and (max-width: 500px) {
  .sm_br {
    display: block;
  }
}

.ec_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .ec_br {
    display: block;
  }
}

.policy_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .policy_br {
    display: block;
  }
}

.footer_br {
  display: block;
}

@media screen and (max-width: 800px) {
  .footer_br {
    display: none;
  }
}

.pc_br {
  display: block;
}

@media screen and (max-width: 500px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp_br {
    display: block;
  }
}

.sm_br {
  display: none;
}

@media screen and (max-width: 500px) {
  .sm_br {
    display: block;
  }
}

.ec_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .ec_br {
    display: block;
  }
}

.policy_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .policy_br {
    display: block;
  }
}

.footer_br {
  display: block;
}

@media screen and (max-width: 800px) {
  .footer_br {
    display: none;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #272727;
  font-size: 10px;
  background-color: #ffffff;
}

.container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 400px) {
  .container {
    padding: 0 10px;
  }
}

a:hover {
  opacity: 0.7;
}

.sec-ttl {
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #34373f;
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 10;
}

.sec-ttl::after {
  content: '';
  position: absolute;
  background-color: #34373f;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
}

@media screen and (max-width: 800px) {
  .sec-ttl {
    padding-top: 80px;
  }
}

.pnkz {
  margin-top: 20px;
  display: block;
}

.pnkz-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
}

.pnkz-list:after {
  display: inline-block;
  margin: 0 5px;
  content: ">";
}

@media screen and (max-width: 800px) {
  .pnkz {
    display: none;
  }
}

.tag-space {
  padding-right: 10px;
}

.sec-contact {
  background: url(../images/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .sec-contact {
    background: url(../images/sp-contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.sec-contact .sec-ttl {
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #34373f;
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 10;
  color: #ffffff;
}

.sec-contact .sec-ttl::after {
  content: '';
  position: absolute;
  background-color: #34373f;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
}

@media screen and (max-width: 800px) {
  .sec-contact .sec-ttl {
    padding-top: 80px;
  }
}

.sec-contact .sec-ttl::after {
  background-color: #ffffff;
}

@media screen and (max-width: 500px) {
  .sec-contact .sec-ttl {
    padding-top: 50px;
  }
}

.sec-contact .contact__txt {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  padding: 40px 0 58px;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__txt {
    padding: 40px 0;
  }
}

@media screen and (max-width: 500px) {
  .sec-contact .contact__txt {
    padding: 30px 0 50px;
  }
}

@media screen and (max-width: 400px) {
  .sec-contact .contact__txt {
    padding: 30px 0;
    font-size: 1.4rem;
  }
}

.sec-contact .contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 130px;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__wrap {
    display: block;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 500px) {
  .sec-contact .contact__wrap {
    padding-bottom: 50px;
  }
}

.sec-contact .contact__left {
  width: 50%;
  border-right: 1px solid #c7c7c7;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__left {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
    border-right: none;
    border-bottom: 1px solid #c7c7c7;
  }
}

@media screen and (max-width: 500px) {
  .sec-contact .contact__left {
    width: 90%;
  }
}

.sec-contact .contact__left-ttl {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 42px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__left-ttl {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 400px) {
  .sec-contact .contact__left-ttl {
    padding-bottom: 30px;
  }
}

.sec-contact .contact__left-form {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
}

.sec-contact .contact__left-form a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.9;
  text-align: center;
  border: 3px solid #ffffff;
  padding: 20px 0;
}

@media screen and (min-width: 800px) {
  .sec-contact .contact__left-form a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .sec-contact .contact__left-form a:hover {
    color: #272727;
    opacity: 1;
  }
  .sec-contact .contact__left-form a:hover:before {
    left: 0;
  }
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__left-form {
    width: 100%;
  }
}

.sec-contact .contact__right {
  width: 50%;
}

.sec-contact .contact__right-ttl {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 42px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__right-ttl {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.sec-contact .contact__right-tel {
  font-size: 4rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  display: block;
}

.sec-contact .contact__right-tel-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}

@media screen and (max-width: 400px) {
  .sec-contact .contact__right-tel {
    font-size: 3rem;
  }
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__right {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

.common__btn-ani {
  overflow: hidden;
}

.common__btn-ani a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  color: #272727;
  text-align: center;
  background-color: #f0f0f0;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 0.9;
  padding: 14px 0;
  border: 3px solid #272727;
}

@media screen and (min-width: 800px) {
  .common__btn-ani a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #272727;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .common__btn-ani a:hover {
    color: #ffffff;
    opacity: 1;
  }
  .common__btn-ani a:hover:before {
    left: 0;
  }
}

#mv {
  position: relative;
}

.mv__txt-box {
  z-index: 10;
  position: absolute;
  left: 5%;
  top: 35%;
}

@media screen and (max-width: 1440px) {
  .mv__txt-box {
    top: 25%;
  }
}

@media screen and (max-width: 800px) {
  .mv__txt-box {
    top: 45%;
  }
}

@media screen and (max-width: 400px) {
  .mv__txt-box {
    top: 45%;
  }
}

.mv__ttl {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 9.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .mv__ttl {
    padding-bottom: 20px;
    font-size: 9rem;
  }
}

@media screen and (max-width: 500px) {
  .mv__ttl {
    font-size: 7rem;
  }
}

@media screen and (max-width: 400px) {
  .mv__ttl {
    font-size: 6rem;
  }
}

.mv__txt {
  font-weight: 500;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 800px) {
  .mv__txt {
    line-height: 1.5;
  }
}

@media screen and (max-width: 500px) {
  .mv__txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.mv__box {
  z-index: 10;
  position: absolute;
  bottom: 2%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 1720px;
}

@media screen and (max-width: 800px) {
  .mv__box {
    display: none;
  }
}

.mv__item {
  width: 15%;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 1.25vw;
  line-height: 1.1;
  letter-spacing: 0.12em;
  border: 3px solid #ffffff;
  text-align: center;
  padding: 1vw;
}

@media screen and (min-width: 2000px) {
  .mv__item {
    font-size: 2.2rem;
    letter-spacing: 0.15em;
  }
}

.mv-slick-item1 {
  height: 100vh;
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url(felix_corporate/../../images/main/mv-01.jpg);
}

@media screen and (max-width: 500px) {
  .mv-slick-item1 {
    background-position: 85% 30%;
  }
}

.mv-slick-item2 {
  height: 100vh;
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url(felix_corporate/../../images/main/mv-02.jpg);
}

@media screen and (max-width: 500px) {
  .mv-slick-item2 {
    background-position: 85% 30%;
  }
}

.mv-slick-item3 {
  height: 100vh;
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url(felix_corporate/../../images/main/mv-03.jpg);
}

@media screen and (max-width: 500px) {
  .mv-slick-item3 {
    background-position: 85% 30%;
  }
}

.sec-about {
  background-color: #f0f0f0;
  padding: 200px 0 160px;
  overflow: hidden;
  margin-top: -1%;
}

@media screen and (max-width: 800px) {
  .sec-about {
    padding: 80px 0 60px;
  }
}

.sec-about .about__inner {
  position: relative;
}

.sec-about .about__bg {
  position: absolute;
  white-space: nowrap;
  font-size: 9.89583vw;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.06em;
  top: -35%;
  left: 0;
  color: #ffffff;
  width: 100%;
  opacity: 0.7;
  display: block;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .sec-about .about__bg {
    top: -10%;
    font-size: 10.41667vw;
  }
}

@media screen and (min-width: 1500px) {
  .sec-about .about__bg {
    font-size: 150px;
  }
}

.sec-about .about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 800px) {
  .sec-about .about__wrap {
    display: block;
  }
}

.sec-about .about__left-ttl {
  font-size: 5.8rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
  padding-bottom: 40px;
  font-weight: 700;
  width: 100%;
}

@media screen and (max-width: 850px) {
  .sec-about .about__left-ttl {
    font-size: 5.4rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-about .about__left-ttl {
    font-size: 3.2rem;
    line-height: 1.5;
    padding-bottom: 30px;
  }
}

.sec-about .about__left-txt {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-weight: 400;
}

@media screen and (max-width: 800px) {
  .sec-about .about__left-txt {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 500px) {
  .sec-about .about__left-txt {
    font-size: 1.4rem;
  }
}

.sec-about .about__right-btn {
  max-width: 296px;
  width: 100%;
  margin-top: auto;
}

@media screen and (max-width: 800px) {
  .sec-about .about__right-btn {
    width: 40%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .sec-about .about__right-btn {
    width: 80%;
  }
}

.sec-service {
  overflow: hidden;
  padding-bottom: 130px;
}

@media screen and (max-width: 800px) {
  .sec-service {
    padding-bottom: 80px;
  }
}

.sec-service .service__inner {
  position: relative;
  max-width: 1960px;
  margin: 0 auto;
}

.sec-service .service__bg {
  margin-left: 71%;
  width: 30%;
  min-width: 200px;
  position: absolute;
  bottom: -100px;
}

.sec-service .service__bg img {
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .sec-service .service__bg {
    top: -45px;
  }
}

@media screen and (max-width: 950px) {
  .sec-service .service__bg {
    top: -30px;
  }
}

@media screen and (max-width: 800px) {
  .sec-service .service__bg {
    margin-left: 43%;
    top: -85px;
  }
}

.sec-service .service__bg-inner {
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.sec-service .service__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-top: 50px;
}

@media screen and (max-width: 500px) {
  .sec-service .service__wrap {
    padding-top: 40px;
  }
}

.sec-service .service__wrap figure.service__item {
  width: calc(100% / 3);
  position: relative;
  overflow: hidden;
}

.sec-service .service__wrap figure.service__item.webdesign, .sec-service .service__wrap figure.service__item.promotion {
  width: 50%;
}

@media screen and (max-width: 500px) {
  .sec-service .service__wrap figure.service__item.webdesign, .sec-service .service__wrap figure.service__item.promotion {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .sec-service .service__wrap figure.service__item-btm {
    margin-top: -1px;
  }
}

.sec-service .service__wrap figure.service__item img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@media screen and (max-width: 800px) {
  .sec-service .service__wrap figure.service__item {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .sec-service .service__wrap figure.service__item {
    width: 100%;
  }
}

.sec-service .service__wrap figcaption.service__item-mask {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 1vw;
  padding-bottom: 0;
}

.sec-service .service__wrap figure.service__item:hover .service__item-mask {
  padding-bottom: 10px;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.sec-service .service__wrap figure.service__item:hover .service__item-txt {
  display: none;
}

.sec-service .service__item-txt {
  position: absolute;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 40%;
  color: #ffffff;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.3;
  padding-bottom: 5px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .sec-service .service__item-txt {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 400px) {
  .sec-service .service__item-txt {
    font-size: 2.2rem;
    top: 35%;
  }
}

.sec-service .service__item-txt-ja {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  display: block;
  white-space: nowrap;
}

.sec-service .service__item-hide-ttl {
  display: block;
  text-align: center;
  width: 90%;
  color: #ffffff;
  font-size: 1.71875vw;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.3;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .sec-service .service__item-hide-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 800px) {
  .sec-service .service__item-hide-ttl {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 500px) {
  .sec-service .service__item-hide-ttl {
    font-size: 2rem;
  }
}

.sec-service .service__item-hide-txt {
  padding-top: 10px;
  width: 80%;
  margin: 0 auto;
  font-size: 1.40625vw;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  display: block;
  color: #ffffff;
}

@media screen and (min-width: 1000px) {
  .sec-service .service__item-hide-txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 950px) {
  .sec-service .service__item-hide-txt {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .sec-service .service__item-hide-txt {
    font-size: 2vw;
  }
}

@media screen and (max-width: 500px) {
  .sec-service .service__item-hide-txt {
    font-size: 1.3rem;
  }
}

.sec-service .service__btn {
  margin: 100px auto 0;
  max-width: 288px;
  width: 100%;
}

.sec-service .service__btn a {
  background-color: #ffffff;
}

@media screen and (max-width: 800px) {
  .sec-service .service__btn {
    width: 40%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 500px) {
  .sec-service .service__btn {
    width: 80%;
  }
}

.sec-works {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(22%, #ffffff), color-stop(22%, #f0f0f0), to(#f0f0f0));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 22%, #f0f0f0 22%, #f0f0f0 100%);
  margin-bottom: 130px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .sec-works {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 500px) {
  .sec-works {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(32%, #ffffff), color-stop(32%, #f0f0f0), to(#f0f0f0));
    background: linear-gradient(to right, #ffffff 0%, #ffffff 32%, #f0f0f0 32%, #f0f0f0 100%);
  }
}

.sec-works .works__bg {
  margin-left: 3%;
  width: 30%;
  position: absolute;
  left: 0;
}

.sec-works .works__bg img {
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .sec-works .works__bg {
    top: -60px;
  }
}

@media screen and (max-width: 1200px) {
  .sec-works .works__bg {
    top: -50px;
  }
}

@media screen and (max-width: 800px) {
  .sec-works .works__bg {
    top: -125px;
    bottom: 0;
    margin-left: 0;
    width: 35%;
  }
}

@media screen and (max-width: 500px) {
  .sec-works .works__bg {
    top: -100px;
    width: 50%;
  }
}

.sec-works .works__bg-inner {
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.sec-works .works__btn {
  margin: 100px auto 130px;
  max-width: 288px;
}

@media screen and (max-width: 800px) {
  .sec-works .works__btn {
    margin: 100px auto;
    width: 40%;
  }
}

@media screen and (max-width: 500px) {
  .sec-works .works__btn {
    margin: 100px auto 50px;
    width: 80%;
  }
}

.sec-works .slick-works-wrap {
  position: relative;
}

.sec-works .slick-works-item {
  max-width: 600px;
  width: 100%;
  padding: 0 10px;
}

@media screen and (max-width: 500px) {
  .sec-works .slick-works-item {
    max-width: none;
    padding: 0;
  }
}

.sec-works .slick-works-img img {
  max-width: 100%;
}

.sec-works .slick-works-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 10px 0 20px;
  text-align: left;
}

@media screen and (max-width: 400px) {
  .sec-works .slick-works-ttl {
    text-align: left;
  }
}

.sec-works .slick-works-txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75;
  padding-bottom: 10px;
  text-align: left;
}

.sec-works .slick-works-tag {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #555555;
  text-align: left;
}
