@charset "utf-8";
/*
theme Name: lynxhouse
Author: TSTL
Description: スタジオリンクスのテーマです。
version: 1.0.0
*/
/* -----------------------------------
  basic
----------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  color: #333;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: .1rem;
}

select {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

input {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}

a {
  text-decoration: none;
  transition: .7s;
  color: #333;
  cursor: pointer;
}

a:hover {
  opacity: .7;
}

b {
  font-weight: bold;
}

.bsp {
  display: none !important;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.abs {
  position: absolute;
}

.arial {
  font-family: Arial, sans-serif !important;
}

.quick {
  font-family: "Quicksand", serif;
}

/* layout ---------------------------------------*/
.wrapper {
  position: relative;
  overflow: hidden;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/* text ---------------------------------------*/
.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

header {
  z-index: 3;
  position: fixed;
  width: 100%;
  background: #fff;
}

.header-inner {
  border-bottom: 1px solid #000;
  padding: 20px 60px;
}

.header-logo {
  width: 200px;
}

.header-right {
  width: calc(100% - 400px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 840px;
}

.header-sns {
  width: 30px;
}

.header-nav {
  max-width: calc(100% - 50px);
  width: 100%;
}

.header-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav ul li a {
  font-size: 14px;
}

.btn a {
  background-color: #C7B95C;
  border-radius: 50px;
  border: 1px solid #000;
  padding: 5px 12.5px;
  display: block;
  text-align: center;
}

.header-nav ul li:last-child.btn a {
  background: #0172AC;
  color: #Fff;
}

.wrapper {
  padding-top: 90px;
}

.footer-top {
  padding: 100px 0;
}

.footer-top-txt {
  margin-bottom: 80px;
  text-align: center;
}

.footer-top-txt p {
  font-size: 40px;
  color: #333;
}

.footer-top-menu {
  margin-bottom: 120px;
}

.footer-top-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.footer-top-menu ul li {
  width: 31%;
  background: #E1E8E8;
  position: relative;
  border-radius: 10px;
}

.footer-top-menu ul li:nth-child(4) {
  width: 100%;
  margin-top: 60px;
  z-index: 2;
}

.footer-top-menu ul li a {
  padding: 80px 0;
  text-align: center;
  display: block;
}

.footer-top-menu ul li a p {
  font-size: 24px;
  line-height: 1.2;
}

.footer-top-menu ul li a p.footer-top-menu-en {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-top-menu ul li:nth-child(1) img {
  position: absolute;
  width: 200px;
  top: -40px;
  left: 60px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.footer-top-menu ul li:nth-child(2) img {
  position: absolute;
  width: 40px;
  top: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.footer-top-menu ul li:nth-child(3) img {
  position: absolute;
  width: 110px;
  top: -50px;
  right: 2.5%;
}

.footer-top-menu ul li:nth-child(4) a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 80px 0;
}

.footer-top-menu ul li:nth-child(4) a img {
  width: 95px;
  margin-left: 40px;
}

.footer-tel-flex {
  text-align: center;
  padding-bottom: 15px;
}

.footer-tel-flex .tel-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.footer-top-menu ul li:nth-child(4) .footer-tel-flex .tel-flex img {
  width: 40px;
  margin-left: 0;
  margin-bottom: 7.5px;
}

.footer-tel-flex .tel-flex p {
  width: calc(100% - 55px);
  font-size: 72px;
  white-space: nowrap;
  line-height: 1;
}

.footer-people {
  position: absolute;
  width: 280px;
  bottom: 125px;
  right: 26%;
}

.footer-top-flex {
  display: flex;
  justify-content: space-between;
}

.footer-top-flex img {
  width: 250px
}

.footer-top-flex-left-txt {
  width: 475px;
}

.footer-top-flex-left-txt p {
  font-size: 12px;
  font-weight: 700;
}

.footer-top-flex-left-txt p.big {
  font-size: 15px;
  padding-bottom: 10px;
}

.footer-top-flex-left-txt-top,
.footer-top-flex-left-txt-center {
  margin-bottom: 30px;
}

.footer-top-flex-right {
  width: 45%;
}

.insta-cont {
  max-width: 730px;
  margin: 0 auto;
  padding-top: 140px;
}

.footer-bottom {
  background: #0172AC;
  padding: 80px 0 30px;
}

.footer-nav {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-end;
}

.footer-nav ul {
  margin-right: 30px;
}

.footer-nav ul:last-child {
  margin-right: 0;
}

.footer-nav ul li a {
  font-size: 15px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.footer-nav ul li.btn a {
  color: #333;
  padding: 5px 15px;
  border: none;
}

.footer-nav ul li.btn:last-child a:nth-child(1) {
  background: #0172AC;
  color: #fff;
}

.footer-nav ul li.btn {
  display: flex;
  align-items: center;
}

.footer-nav ul li.btn .insta-btn {
  background: initial;
  padding: 0;
  margin-left: 15px;
}

.footer-nav .btn-wrap {
  width: 100%;
  max-width: 260px;
}

.footer-nav .btn-wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-nav .btn-wrap ul li.btn a {
  border: 1px solid #333;
  margin-bottom: 0;
  font-weight: 500;
}

.footer-nav .btn-wrap ul li.btn:nth-child(1) a {
  background: #fff;
}

.copyright {
  text-align: center;
}

.copyright p {
  font-size: 12px;
  color: #fff;
}

@keyframes cloudMove {
  0% {
    transform: translateX(0) translateY(0);
  }

  25% {
    transform: translateX(15px) translateY(-5px);
  }

  50% {
    transform: translateX(-10px) translateY(10px);
  }

  75% {
    transform: translateX(5px) translateY(-10px);
  }

  100% {
    transform: translateX(0) translateY(0);
  }
}

.cloud-img {
  position: absolute;
  animation: cloudMove 6s ease-in-out infinite alternate;
}

.contact-wrapper .formsubmit.zcwf_button {
  background: #0172AC !important;
}

.contact-wrapper .zcwf_lblLeft .zcwf_button {
  transition: all .7s;
}

.contact-wrapper .zcwf_lblLeft .zcwf_button:hover {
  opacity: .8;
}

@media screen and (max-width: 1300px) {
  .header-right {
    width: calc(100% - 240px);
  }

  .header-nav ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 1200px) {
  .header-inner {
    padding: 15px;
  }

  .header-nav ul li a {
    font-size: 12px;
  }

  .header-logo {
    width: 160px;
  }

  .header-right {
    width: calc(100% - 190px);
    max-width: 100%;
  }

  .header-nav {
    max-width: calc(100% - 50px);
  }

  .btn a {
    padding: 4.5px 12.5px;
  }
}

@media screen and (max-width: 1024px) {
  .header-nav ul li a {
    font-size: 11px;
    letter-spacing: 0;
  }

  .header-right {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 834px) {
  .header-right {
    width: 75px;
  }

  .drawer-hamburger {
    width: 30px !important;
    padding: 0 !important;
    position: relative;
  }

  .drawer-hamburger-icon {
    width: initial !important;
    height: initial !important;
    background-color: initial !important;
    margin-top: 7.5px !important;
  }

  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    content: initial !important;
  }

  .drawer-hamburger-icon span.drawer-bar {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    background-color: #222;
    display: block;
    margin-bottom: 10px;
  }

  .drawer-hamburger-icon span.drawer-bar:last-child {
    margin-bottom: 0;
  }

  .drawer-open .drawer-hamburger-icon span.drawer-bar:nth-child(1) {
    transform: rotate(45deg)translateY(8px);
  }

  .drawer-open .drawer-hamburger-icon span.drawer-bar:nth-child(2) {
    transform: rotate(-45deg)translateY(-8px);
  }

  .drawer-nav {
    width: 100%;
    max-width: 400px;
    padding: 40px 0;
    overflow-y: scroll;
    background-color: #fff;
    top: 77px;
  }

  .drawer--right .drawer-nav {
    right: -100% !important;
  }

  .drawer--right.drawer-open .drawer-nav {
    right: 0 !important;
  }

  .drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .drawer-menu li a {
    padding: 15px 10px;
    border-bottom: 1px solid #000;
    transition: all .7s;
    font-size: 14px;
    display: block;
    line-height: 1.3;
  }

  .drawer-menu li a:hover {
    color: #808080;
    border-bottom: 1px solid #808080;
  }

  .drawer-menu li:nth-child(5) a {
    border-bottom: none;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: -5px !important;
  }

  .btn a {
    text-align: center;
  }

  .drawer-menu li.btn a {
    max-width: 200px;
    margin: 20px auto 0 0;
  }

  .drawer-menu li:last-child.btn a {
    background: #0172AC;
    color: #fff;
  }

  .footer-top {
    padding: 60px 0;
  }

  .footer-top-txt {
    margin-bottom: 60px;
    z-index: 2;
    position: relative;
  }

  .footer-top-txt p {
    font-size: 24px;
  }

  .footer-top-menu ul li {
    width: 100%;
    margin-bottom: 10px;
    z-index: 1;
  }

  .footer-top-menu ul li a {
    padding: 15px 0;
  }

  .footer-top-menu ul li:nth-child(4) a {
    padding: 15px 0;
  }

  .footer-top-menu ul li:nth-child(4) {
    margin-top: 0;
  }

  .footer-top-menu {
    max-width: 500px;
    margin: 0 auto 40px;
  }

  .footer-tel-flex {
    padding-bottom: 0;
  }

  .footer-top-menu ul li a p.footer-top-menu-en {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer-top-menu ul li a p {
    font-size: 18px;
  }

  .footer-tel-flex .tel-flex {
    justify-content: center;
    margin-top: 10px;
  }

  .footer-top-menu ul li:nth-child(2) img {
    width: 35px;
    top: 50%;
    left: 27%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .footer-top-menu ul li:nth-child(4) .footer-tel-flex .tel-flex img {
    width: 15px;
    margin-left: 0;
    margin-bottom: 5px;
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
  }

  .footer-tel-flex .tel-flex p {
    width: auto;
    font-size: 24px;
    margin-left: 10px;
  }

     .footer-top-menu ul li:nth-child(1) img {
        width: 100px;
        left: initial;
        right: -10px;
        top: 57.5px;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
    }
	
  .footer-top-menu ul li:nth-child(3) img {
    width: 60px;
    top: -20px;
    right: initial;
    left: 20px;
  }

  .footer-people {
    width: 130px;
    bottom: initial;
    right: initial;
    left: -5px;
    top: -85px;
  }

  .footer-top-menu ul li:nth-child(4) a img {
    width: 40px;
    margin-left: 0;
    position: absolute;
    top: initial;
    left: initial;
    bottom: -30px;
    right: 20px;
  }

  .footer-top-flex {
    display: block;
  }

  .footer-top-flex-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-top-flex-right {
    width: 100%;
  }

  .footer-top-flex-left img {
    width: 100px;
    margin: 0 auto 25px;
  }

  .footer-top-flex-left-txt-top,
  .footer-top-flex-left-txt-center {
    margin-bottom: 15px;
  }

  .footer-bottom {
    padding: 60px 0 15px;
  }

  .copyright p {
    font-size: 10px;
  }

  .footer-nav {
    margin-bottom: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: initial;
  }

  .footer-nav ul li a {
    font-size: 13px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
  }

  .footer-nav ul {
    margin-right: 0;
    width: 48%;
  }

  .footer-nav ul li.btn {
    max-width: 150px;
  }

  .footer-inner.inner {
    width: calc(100% - 30px);
  }

  .footer-nav .btn-wrap {
    max-width: 100%;
    margin-top: 10px;
  }

  .footer-nav .btn-wrap ul {
    width: 100%;
    max-width: 240px;
  }

  .insta-btn {
    height: 30px;
    width: 30px;
    position: relative;
    top: -8px;
  }
}

@media screen and (max-width: 499px) {
  .footer-top-menu ul li:nth-child(2) img {
    width: 32.5px;
    left: 20%;
  }
}

@media screen and (max-width: 374px) {}
