@charset "utf-8";
body{
  padding-top: 100px;
  letter-spacing: .2em;
}

.wrapper{
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
}

.target-icon{
  display: inline-block;
  margin-left: 18px;
}

.target-icon:before{
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" x="0" y="0" style="enable-background:new 0 0 24 24" version="1.1" viewBox="0 0 24 24"><style>.st0{fill:none;stroke:%23595757;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}</style><path d="M14 1h9v9M19 15v8H1V5h8M11 13 22 2" class="st0"/></svg>') center / contain no-repeat;
}

.common-btn{
  position: relative;
  display: block;
  max-width: 320px;
  margin: 0 auto;
  padding: 18px 60px 15px;
  border: 1px solid #595757;
  border-radius: 100px;
  text-align: center;
}

.common-btn:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 30px;
  height: 10px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 49.2 15.9" viewBox="0 0 49.2 15.9"><path d="M1 14.9h47.2L34.4 1" style="fill:none;stroke:%23595757;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"/></svg>') center / contain no-repeat;
}

@media screen and (max-width:768px) {
  .pc{
    display: none !important;
  }
  .wrapper{
    padding: 0 20px;
  }
  .target-icon:before{
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" x="0" y="0" style="enable-background:new 0 0 17.1 17.1" version="1.1" viewBox="0 0 17.1 17.1"><style>.st0{fill:none;stroke:%23595757;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}</style><path d="M9.9 1h6.2v6.2M13.3 10.6v5.5H1V3.7h5.5M7.9 9.2l7.5-7.5" class="st0"/></svg>') center / contain no-repeat;
  }
  .common-btn{
    padding: 9px 60px;
    font-size: 1.4rem;
    max-width: 240px;
  }
  .common-btn:before{
    right: 24px;
    width: 20px;
    height: 5px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 49.2 15.9" viewBox="0 0 49.2 15.9"><path d="M1 14.9h47.2L34.4 1" style="fill:none;stroke:%23595757;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"/></svg>') center / contain no-repeat;
  }
}

@media screen and (min-width:769px) {
  .sp{
    display: none !important;
  }
}

/*======================================
    inview
======================================*/
.inview {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: .8s;
}
.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*======================================
  header
======================================*/
#ghead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 5;
}

#ghead .wrapper{
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
}

#ghead .wrapper .logo{
  width: 200px;
}

#ghead .gnav{
  width: 55%;
  max-width: 1160px;
  min-width: 1000px;
}

#ghead .gnav .mainnav{
  display: flex;
  justify-content: flex-end;
  column-gap: 64px;
} 

#ghead .gnav .mainnav > li{
  position: relative;
  height: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#ghead .gnav .mainnav > li ul{
  position: absolute;
  top: 100px;
  left: calc(50% - 100px);
  width: 200px;
  background: #F2F5F6;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  align-items: center;
}

#ghead .gnav .mainnav > li:hover ul {
  opacity: 1;
  visibility: visible;
}

#ghead .gnav .mainnav > li ul li{
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

#ghead .gnav .mainnav > li ul li:last-child{
  border-bottom: none;
}

#ghead .gnav .mainnav > li ul a{
  display: block;
  text-align: left;
  padding: 16px 16px 16px 32px;
  font-weight: bold;
}

#ghead .gnav .mainnav > li ul a:before{
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 12px;
}
#ghead .gnav .mainnav > li.recruitBtn {
  display: flex;
  align-items: center;
}
#ghead .gnav .mainnav > li.recruitBtn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-width: 200px;
  line-height: 1.2;
  height: 52px;
  background-color: #F7A81F;
  border-radius: 24px;
  color: #fff;
  letter-spacing: .08em;
  font-size: .85em;
}
#ghead .gnav .mainnav > li.recruitBtn a span {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: .08em;
}
#ghead .gnav .mainnav > li.recruitBtn a:after{
  content: '';
  display: block;
  position: absolute;
  right: 16px;
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  border: 2px solid #fff;
}
#ghead .gnav .mainnav > li.recruitBtn a:before {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  width: 12px;
  height: 12px;
  top: calc(50% - 2px);
  border: solid #fff;
  border-width: 0 0 2px 2px;
}

#ghead .gnav .mainnav > li > a{
  text-align: center;
  color: #ccc;
}

#ghead .gnav .mainnav > li > a span{
  display: block;
  font-weight: bold;
  color: #595757;
  text-align: center;
  font-size: 1.5rem;
}

/*======================================
  footer
======================================*/
#gfoot{
  margin-top: 140px;
}

.lowernav{
  background: #e2e2e2;
  padding: 66px 0 88px;
}

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

.lowernav .wrapper > div{
  width: 30%;
}

.lowernav a{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 56px 16px 36px;
}

.lowernav a p{
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.lowernav a p.lower-fbtn{
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 100px;
  background: #f7a80a;
  padding: 15px 14.29%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.lowernav a p.lower-fbtn:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(1.43vw, 20px);
  margin: auto;
  content: "";
  width: min(2.14vw, 30px);
  height: min(0.71vw, 10px);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 48.5 15.6" viewBox="0 0 48.5 15.6"><path d="M1 14.6h46.5L33.8 1" style="fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"/></svg>') center / contain no-repeat;
}

.lowernav a div{
  position: relative;
  width: 100%;
  height: 178px;
}

.lowernav a div svg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.lowernav .lower-service-fbtn svg{
  width: 79px;
  height: 97px;
}

.lowernav .lower-estimate-fbtn svg{
  width: 71px;
  height: 100px;
}

.lowernav .lower-contact-fbtn svg{
  width: 107px;
  height: 84px;
}

#gfoot .fnav .mainnav{
  background: #f2f5f6;
  padding: 60px 60px 50px;
}

#gfoot .fnav .mainnav .first-nav{
  display: flex;
  justify-content: space-between;
}

#gfoot .fnav .mainnav .first-nav .company p{
  font-weight: bold;
  font-size: 2.8rem;
}

#gfoot .fnav .mainnav .first-nav .company p.sub-txt{
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2;
}

#gfoot .fnav .mainnav .first-nav .company ul{
  display: flex;
  gap: 0 12px;
  margin-top: 20px;
}

#gfoot .fnav .mainnav .first-nav .company li{
  width: 40px;
}

#gfoot .fnav .mainnav .first-nav > div p{
  font-weight: bold;
  line-height: 2;
}
#gfoot .fnav .mainnav .first-nav ul + p.ac-ttl {
  margin-top: 40px;
}

#gfoot .fnav .mainnav .first-nav > div p span{
  display: block;
}

#gfoot .fnav .mainnav .first-nav ul{
  margin-top: 24px;
}

#gfoot .fnav .mainnav .first-nav li a{
  display: block;
  line-height: 2;
}

#gfoot .fnav .mainnav .first-nav li a .target-icon:before{
  width: 16px;
  height: 16px;
}

#gfoot .fnav .mainnav .second-nav > div{
  display: flex;
  align-items: center;
  border-top: 1px solid #595757;
  margin-top: 40px;
  padding-top: 40px;
}

#gfoot .fnav .mainnav .second-nav > div > span{
  display: inline-block;
  margin-right: 30px;
  font-weight: bold;
}

#gfoot .fnav .mainnav .second-nav a{
  display: flex;
  align-items: center;
  line-height: 2;
}

#gfoot .fnav .mainnav .second-nav a span:not(.target-icon){
  display: inline-block;
  margin-right: 22px;
}

#gfoot .fnav .mainnav .second-nav a figure{
  width: 164px;
}

#gfoot .fnav .mainnav .second-nav a div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#gfoot .fnav .subnav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e2e2e2;
  padding: 20px;
}

#gfoot .fnav .subnav ul{
  display: flex;
}

#gfoot .fnav .subnav li{
  position: relative;
}

#gfoot .fnav .subnav li:before,
#gfoot .fnav .subnav li:last-child:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 20px;
  background: #595757;
}

#gfoot .fnav .subnav li:last-child:after{
  left: auto;
  right: 0;
}

#gfoot .fnav .subnav li a{
  display: block;
  padding: 10px 8px;
  text-align: center;
  font-size: .9em;
}
#gfoot .fnav .subnav .copy {
  font-size: .9em;
}

#gfoot .footer-pmark{
  margin-top: 20px;
  width: 72px;
}

#gfoot .expo {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 680px;
  padding-right: 16px;
  background-color: #fff;
  border-radius: 12px;
}
#gfoot .expo figure {
  margin-bottom: 0;
}
#gfoot .expo p {
  font-weight: bold;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.4;
}
#gfoot .expo .copy {
  position: absolute;
  bottom: 8px;
  right: 16px;
  letter-spacing: 0;
  font-size: 12px;
}

/*======================================

  Responsive

======================================*/
/* pc調整 */
@media screen and (min-width:1241px) {
  #ghead .gnav .mainnav li.sapi-nav a {
    position: relative;
    padding: 16px 32px;
  }

  #ghead .gnav .mainnav li.sapi-nav a .target-icon{
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
  }
  #ghead .gnav .mainnav li.sapi-nav a .target-icon:before{
    width: 16px;
    height: 16px;
  }
  #ghead .gnav .mainnav > li > a{
    position: relative;
    font-size: 1.3rem;
  }
  #ghead .gnav .mainnav > li:not(.recruitBtn) > a:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 136px;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #ghead .gnav .mainnav > li:hover > a:before{
    background: #f7a80a;
  }
  #ghead .gnav .mainnav > li ul{
    display: none;
  }
  #ghead .gnav .mainnav > li:hover ul {
    display: block;
  }

}

@media screen and (min-width:1440px) {
  #gfoot .fnav .subnav{
    padding: 20px 60px;
  }
  #gfoot .fnav .subnav li a{
    padding: 10px 20px;
    font-size: 1em;
  }
  
}

@media screen and (max-width:1240px) {
  body{
    padding-top: 100px;
  }
  /*======================================
  header
  ======================================*/
  #ghead {
    height: 100px;
  }
  #ghead .wrapper{
    align-items: center;
    padding: 0 60px;
    height: 100%;
  }
  #ghead .navtoggle.sp{
    position: fixed;
    top: 0;
    right: 0;
    display: block !important;
    width: 100px;
    height: 100px;
  }
  #ghead .gnav {
    position: absolute;
    top: 100px;
    left: 0;
    display: none;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: calc(100vh - 100px);
    overflow-y: auto;
  }
  #ghead .gnav .mainnav{
    display: block;
  }
  #ghead .gnav .mainnav > li{
    display: block;
    width: 100%;
    height: auto;
    background-color: #fcf7f0;
  }
  #ghead .gnav .mainnav > li > a{
    display: block;
    text-align: left;
    padding: 18px 10px;
    font-size: 1.5rem;
  }
  #ghead .gnav .mainnav > li > a span{
    display: inline-block;
    margin-right: 10px;
    font-size: 1.7rem;
  }
  #ghead .gnav .mainnav > li.recruitBtn {
    padding: 8px;
  }
  #ghead .gnav .mainnav > li ul{
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    width: 100%;
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #ghead .gnav .mainnav > li ul a{
    position: relative;
    padding: 10px 10px 10px 40px;
  }
  #ghead .gnav .mainnav > li ul a:before{
    left: 20px;
  }
  #ghead .gnav .mainnav li.sapi-nav a .target-icon:before{
    width: 18px;
    height: 18px;
  }
  #ghead .navtoggle .btn{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
  }
  #ghead .navtoggle .btn:before,
  #ghead .navtoggle .btn:after{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    top: 18px;
    bottom: 0;
    left: 0;
    background-color: #595757;
  }
  #ghead .navtoggle .btn:before {
    box-shadow: 0 -10px 0 #595757;
  }
  #ghead .navtoggle .btn:after {
    box-shadow: 0 10px 0 #595757;
  }
  #ghead .navtoggle.close .btn:before {
    box-shadow: none;
    transform: rotate(45deg);
  }
  #ghead .navtoggle.close .btn:after {
    box-shadow: none;
    transform: rotate(-45deg);
  }

  /*======================================
  footer
  ======================================*/
  .lower-page .lowernav a p.lower-fbtn{
    width: 100%;
  }

  #gfoot .fnav .mainnav {
    padding: 60px 16px 50px;
  }
  #gfoot .fnav .mainnav .first-nav{
    flex-wrap: wrap;
  }
  #gfoot .fnav .mainnav .first-nav > div{
    width: 25%;
    margin-bottom: 60px;
  }
  #gfoot .fnav .mainnav .first-nav .company {
    width: 100%;
  }
    #gfoot .fnav .mainnav .first-nav ul{
    margin-top: 30px;
  }
  #gfoot .fnav .mainnav .second-nav > div,
  #gfoot .fnav .mainnav .second-nav a{
    flex-wrap: wrap;
    justify-content: center;
  }
  #gfoot .fnav .mainnav .second-nav div > span:not(.target-icon){
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    text-align: center;
  }
  #gfoot .fnav .subnav{
    flex-wrap: wrap;
    justify-content: center;
  }
  #gfoot .fnav .subnav .copy{
    width: 100%;
    text-align: center;
  }

  #gfoot .fnav .mainnav .second-nav .expo .copy {
    margin-bottom: 0;
    text-align: right;
  }
}

@media screen and (max-width:768px) {
  body{
    padding-top: 55px;
  }
  /*======================================
  header
  ======================================*/
  #ghead{
    height: 55px;
  }
  #ghead .wrapper{
    padding: 0 20px;
    height: 55px;
  }
  #ghead .wrapper .logo{
    width: 140px;
  }
  #ghead .navtoggle.sp{
    right: 2px;
    width: 55px;
    height: 55px;
  }
  #ghead .navtoggle .btn{
    width: 34px;
    height: 22px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #ghead .navtoggle .btn:before, #ghead .navtoggle .btn:after {
    content: '';
    display: block;
    width: 34px;
    height: 1px;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    background-color: #595757;
  }
  #ghead .gnav{
    top: 55px;
    height: calc(100vh - 55px);
    background: #fff;
  }
  #ghead .gnav .mainnav p{
    font-size: 1.6rem;
    padding: 16px 10px;
  }
  #ghead .gnav .target-icon{
    margin-left: 10px;
  }
  #ghead .gnav .mainnav li.sapi-nav a .target-icon:before{
    width: 12px;
    height: 12px;
  }

  /*======================================
  footer
  ======================================*/
  #gfoot{
    margin-top: 68px;
  }

  .lowernav{
    padding: 30px 0 40px;
  }
  .lowernav .wrapper{
    flex-wrap: wrap;
  }
  .lowernav .wrapper > div{
    width: 100%;
  }
  .lowernav .wrapper > div + div{
    margin-top: 20px;
  }
  .lowernav a{
    border-radius: 12px;
    padding: 30px 20px 20px;
  }
  .lowernav a div{
    height: 120px;
  }
  .lowernav a p.lower-fbtn{
    width: 100%;
    max-width: 300px;
  }
  .lowernav .lower-service-fbtn svg{
    width: 63px;
    height: 78px;
  }
  .lowernav .lower-estimate-fbtn svg {
    width: 57px;
    height: 80px;
  }
  .lowernav .lower-contact-fbtn svg{
    width: 85px;
    height: 67px;
  }
  .lowernav a p.lower-fbtn{
    padding: 10px 20px;
  }
  .lowernav a p.lower-fbtn:before{
    right: 20px;
    width: 20px;
    height: 5px;
  }

  #gfoot .fnav .mainnav{
    padding: 50px 20px 40px;
  }
  #gfoot .fnav .mainnav .first-nav{
    justify-content: center;
    flex-direction: column;
  }
  #gfoot .fnav .mainnav .first-nav > div{
    width: auto;
  }
  #gfoot .fnav .mainnav .first-nav .company p,
  #gfoot .fnav .mainnav .first-nav > div p,
  #gfoot .fnav .mainnav .first-nav > div p span,
  #gfoot .fnav .mainnav .first-nav li a{
    text-align: center;
  }
  #gfoot .fnav .mainnav .first-nav .company ul{
    justify-content: center;
  }
  #gfoot .fnav .ac-ttl + ul{
    display: none;
  }
  #gfoot .fnav .ac-ttl{
    position: relative;
    padding-bottom: 36px;
  }
  #gfoot .fnav .ac-ttl:before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    border-top: solid 2px #f7a80a;
    border-right: solid 2px #f7a80a;
    transform: rotate(135deg);
  }
  #gfoot .fnav .ac-ttl.active:before{
    transform: rotate(-45deg);
    bottom: -10px;
  }
  #gfoot .fnav .mainnav .first-nav .company p{
    font-size: 2.4rem;
  }
  #gfoot .fnav .mainnav .first-nav .company p.sub-txt,
  #gfoot .fnav .mainnav .first-nav li a{
    font-size: 1.4rem;
  }
  #gfoot .fnav .mainnav .first-nav > div p{
    font-size: 1.4rem;
  }
  #gfoot .fnav .mainnav .second-nav > div{
    padding-top: 30px;
  }
  #gfoot .fnav .mainnav .second-nav div > span:not(.target-icon){
    margin-bottom: 0;
  }
  #gfoot .fnav .mainnav .second-nav a span:not(.target-icon){
    display: block;
    width: 100%;
    margin-right: 0;
    font-size: 1.2rem;
    text-align: center;
  }
  #gfoot .fnav .mainnav .second-nav a figure{
    width: 140px;
  }
  #gfoot .fnav .mainnav .first-nav li a .target-icon,
  #gfoot .fnav .mainnav .second-nav a .target-icon{
    margin-left: 10px;
  }
  #gfoot .fnav .mainnav .first-nav li a .target-icon:before,
  #gfoot .fnav .mainnav .second-nav a .target-icon:before{
    width: 14px;
    height: 14px;
  }
  #gfoot .fnav .subnav{
    display: block;
    padding: 35px 20px 10px;
  }
  #gfoot .fnav .subnav ul{
    display: block;
  }
  #gfoot .fnav .subnav li:before,
  #gfoot .fnav .subnav li:last-child:after{
    display: none;
  }
  #gfoot .fnav .subnav li a{
    padding: 0;
  }
  #gfoot .fnav .subnav .copy{
    margin-top: 32px;
  }
  #gfoot .footer-pmark{
    margin: 20px auto 0;
  }
  
  #gfoot .expo {
    flex-direction: column;
    max-width: 100%;
    margin-top: 0;
    padding: 0 16px;
  }
  #gfoot .expo p {
    text-align: center;
  }
  #gfoot .expo .copy {
    position: relative;
    display: block;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 12px;
  }

}