#header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 100;
  border-bottom: 1px solid #323232;
}
#header .pc_inner{
  padding-top: 23px;
  padding-bottom: 10px;
}
#header .pc_inner .top_conte{
  width: 1437px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .pc_inner .top_conte .logo{
  width: 237px;
}
#header .pc_inner .top_conte .menu_wrap{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .pc_inner .top_conte .menu_wrap .menu_logo{
  width: 287px;
}
#header .pc_inner .top_conte .menu_wrap .contact_btn{
  position: relative;
  font-size: 13px;
  padding-left: .8em;
  margin-left: 2em;
  margin-right: 2em;
}
#header .pc_inner .top_conte .menu_wrap .contact_btn::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../img/arrow_01.svg);
  background-size: 100% 100%;
}
#header .pc_inner .top_conte .menu_wrap .contact_lists{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
#header .pc_inner .top_conte .menu_wrap .contact_lists .contact_list{
  width: 150px;
  height: 40px;
  font-size: 15px;
  color: #FFF;
  background: #ac9268;
  border-radius: 5px;
}
#header .pc_inner .top_conte .menu_wrap .contact_lists .contact_list a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#header .pc_inner .top_conte .menu_wrap .contact_lists .contact_list a span{
  position: relative;
  padding-left: 1.3em;
}
#header .pc_inner .top_conte .menu_wrap .contact_lists .contact_list a span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#header .pc_inner .top_conte .menu_wrap .contact_lists .contact_list._01 a span::before{
  width: 11px;
  height: 15px;
  background: url(../img/icon_01.svg);
  background-size: 100% 100%;
}
#header .pc_inner .top_conte .menu_wrap .contact_lists .contact_list._02 a span::before{
  width: 13px;
  height: 13px;
  background: url(../img/icon_02.svg);
  background-size: 100% 100%;
}
#header .pc_inner .top_conte .menu_wrap .contact_lists .contact_list._03 a span::before{
  width: 13px;
  height: 13px;
  background: url(../img/icon_03.svg);
  background-size: 100% 100%;
}
#header .pc_inner .page_lists{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1375px;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
}
#header .pc_inner .page_lists .page_list{
  width: 196px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  border-left: 1px solid #323232;
}
#header .pc_inner .page_lists .page_list:last-child{
  border-right: 1px solid #323232;
}

#footer{
  padding-top: 208px;
  border-top: 1px solid #f08300;
}
#footer .contact_lists{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}
#footer .contact_lists .contact_list{
  width: 31.8%;
  height: 255px;
  color: #FFF;
  background: #ac9268;
  border-radius: 10px;
}
#footer .contact_lists .contact_list a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#footer .contact_lists .contact_list._01 .icon{
  width: 34px;
}
#footer .contact_lists .contact_list._02 .icon{
  width: 44px;
}
#footer .contact_lists .contact_list._03 .icon{
  width: 44px;
}
#footer .contact_lists .contact_list .ttl{
  font-size: 28px;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
}
#footer .contact_lists .contact_list .read_txt{
  position: relative;
  font-size: 17px;
  padding-right: 2em;
}
#footer .contact_lists .contact_list .read_txt::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 27px;
  height: 6px;
  background: url(../img/arrow_02.svg);
  background-size: 100% 100%;
}
#footer .tel_conte{
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 77px;
  margin-bottom: 115px;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#footer .tel_conte .tel_ttl{
  font-size: 21px;
  margin-top: 0.6em;
}
#footer .tel_conte .tel_num_wrap{
  width: 480px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#footer .tel_conte .tel_num_wrap .tel_icon{
  width: 40px;
}
#footer .tel_conte .tel_num_wrap .tel_num{
  font-size: 50px;
  font-weight: 300;
  margin-left: 0.3em;
  line-height: 1;
}
#footer .tel_conte .tel_time{
  width: 100%;
  font-size: 11px;
  text-align: right;
  margin-top: 1em;
}

#footer .mail_conte{
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 77px;
  margin-bottom: 115px;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#footer .mail_conte .mail_ttl{
  font-size: 21px;
  margin-bottom: 1em;
}
#footer .mail_conte .mai_wrap{
  width: 480px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#footer .mail_conte .mail_wrap .mail_icon{
  width: 140px;
}

#footer .logo_01{
  width: 484px;
  margin-left: auto;
  margin-right: auto;
}
#footer .logo_02{
  width: 252px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
#footer .copyright{
  background: #f08300;
  color: #FFF;
  margin-top: 194px;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer .copyright .inner{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .copyright .menu_lists{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
}
#footer .copyright .menu_lists .menu_list{
  position: relative;
  padding-right: 1.5em;
  margin-right: 1.5em;
}
#footer .copyright .menu_lists .menu_list:last-child{
  padding-right: 0;
  margin-right: 0;
}
#footer .copyright .menu_lists .menu_list::after{
  content: "／";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
#footer .copyright .menu_lists .menu_list:last-child::after{
  content: none;
}
#footer .copyright .copyright_txt{
  font-size: 13px;
}

#top_btn{
  position: fixed;
  bottom: 150px;
  right: 40px;
  width: 12px;
}

main{
  margin-top: 117px;
}

#page_mv{
  position: relative;
  width: 100%;
  height: 468px;
  overflow: hidden;
}
#page_mv .page_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
#page_mv .page_ttl{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  padding: 0.2em 3.5em;
  letter-spacing: 0.08em;
  white-space: nowrap;
  background: url(../../common/img/page_ttl_bg.png);
  background-size: 100% 100%;
}



@media(max-width:1600px){
  #header .pc_inner{
    padding-top: 1.43vw;
    padding-bottom: 0.62vw;
  }
  #header .pc_inner .top_conte{
    width: 89.81vw;
  }
  #header .pc_inner .top_conte .logo{
    width: 14.81vw;
  }
  #header .pc_inner .top_conte .menu_wrap .menu_logo{
    width: 17.93vw;
  }
  #header .pc_inner .top_conte .menu_wrap .contact_btn{
    font-size: 0.81vw;
  }
  #header .pc_inner .top_conte .menu_wrap .contact_btn::before{
    width: 0.62vw;
    height: 0.62vw;
  }
  #header .pc_inner .top_conte .menu_wrap .contact_lists{
    gap: 0.62vw;
  }
  #header .pc_inner .top_conte .menu_wrap .contact_lists .contact_list{
    width: 9.37vw;
    height: 2.5vw;
    font-size: 0.93vw;
  }
  #header .pc_inner .top_conte .menu_wrap .contact_lists .contact_list._01 a span::before{
    width: 0.68vw;
    height: 0.93vw;
  }
  #header .pc_inner .top_conte .menu_wrap .contact_lists .contact_list._02 a span::before{
    width: 0.81vw;
    height: 0.81vw;
  }
  #header .pc_inner .top_conte .menu_wrap .contact_lists .contact_list._03 a span::before{
    width: 0.81vw;
    height: 0.81vw;
  }
  #header .pc_inner .page_lists{
    width: 85.93vw;
    height: 1.37vw;
    margin-top: 1.43vw;
  }
  #header .pc_inner .page_lists .page_list{
    width: 12.25vw;
    font-size: 1.06vw;
  }
  
  #footer{
    padding-top: 13vw;
  }
  #footer .contact_lists{
    width: 52.5vw;
  }
  #footer .contact_lists .contact_list{
    height: 15.93vw;
  }
  #footer .contact_lists .contact_list._01 .icon{
    width: 2.12vw;
  }
  #footer .contact_lists .contact_list._02 .icon{
    width: 2.75vw;
  }
  #footer .contact_lists .contact_list._03 .icon{
    width: 2.75vw;
  }
  #footer .contact_lists .contact_list .ttl{
    font-size: 1.75vw;
  }
  #footer .contact_lists .contact_list .read_txt{
    font-size: 1.06vw;
  }
  #footer .contact_lists .contact_list .read_txt::after{
    width: 1.68vw;
    height: 0.37vw;
  }
  #footer .tel_conte{
    width: 52.5vw;
    margin-top: 4.81vw;
    margin-bottom: 7.18vw;
    padding-top: 1.62vw;
    padding-bottom: 1.62vw;
  }
  #footer .tel_conte .tel_ttl{
    font-size: 1.31vw;
  }
  #footer .tel_conte .tel_num_wrap{
    width: 30vw;
  }
  #footer .tel_conte .tel_num_wrap .tel_icon{
    width: 2.5vw;
  }
  #footer .tel_conte .tel_num_wrap .tel_num{
    font-size: 3.12vw;
  }
  #footer .tel_conte .tel_time{
    font-size: 0.68vw;
  }

  #footer .mail_conte{
    width: 52.5vw;
    margin-top: 4.81vw;
    margin-bottom: 7.18vw;
    padding-top: 1.62vw;
    padding-bottom: 1.62vw;
  }
  #footer .mail_conte .mail_ttl{
    font-size: 1.31vw;
  }
  #footer .mail_conte .mai_wrap{
    width: 30vw;
  }
  #footer .mail_conte .mail_wrap .mail_icon{
    width: 8.75vw;
  }

  #footer .logo_01{
    width: 30.25vw;
  }
  #footer .logo_02{
    width: 15.75vw;
    margin-top: 3.75vw;
  }
  #footer .copyright{
    margin-top: 12.12vw;
    padding-top: 3.12vw;
    padding-bottom: 3.12vw;
  }
  #footer .copyright .menu_lists{
    font-size: 0.81vw;
  }
  #footer .copyright .copyright_txt{
    font-size: 0.81vw;
  }
  
  #top_btn{
    bottom: 9.37vw;
    right: 2.5vw;
    width: 0.75vw;
  }
  
  main{
    margin-top: 7.31vw;
  }
  
  #page_mv{
    height: 29.25vw;
  }
  #page_mv .page_ttl{
    font-size: 1.56vw;
  }
}

@media(max-width:750px){
  #header .sp_inner{
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
  }
  #header .sp_inner .top_conte{
    width: 94vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #header .sp_inner .top_conte .logo{
    width: 32.93vw;
  }
  #header .sp_inner .top_conte .menu_wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3vw;
  }
  #header .sp_inner .top_conte .menu_wrap .menu_logo{
    width: 39.73vw;
  }
  #header .sp_inner .top_conte .menu_wrap .sp_menu_btn{
    width: 11.73vw;
  }
  #header .sp_inner .top_conte .sp_txt{
    width: 100%;
    font-size: 2.5vw;
    pointer-events: none;
    margin-top: -0.65em;
  }

  #header .sp_inner .sp_menu{
    position: fixed;
    top: 0;
    right: 0;
    width: 86.66vw;
    height: 177.73vw;
    padding-top: 2.4vw;
    background: #FFF;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -4px 4px 7px -4px #777777;
    transform: translateX(105%);
    transition: all 0.3s ease-in-out;
  }
  #header .sp_inner .sp_menu.active{
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
  }
  #header .sp_inner .sp_menu .menu_conte{
    width: 74.8vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #header .sp_inner .sp_menu .menu_conte .menu_logo{
    width: 46.4vw;
  }
  #header .sp_inner .sp_menu .menu_conte .sp_menu_btn{
    width: 11.73vw;
  }
  #header .sp_inner .sp_menu .page_lists{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 8vw;
    font-size: 4vw;
    gap: 1.5em;
    margin-top: 13.33vw;
    margin-bottom: 10.66vw;
  }
  #header .sp_inner .sp_menu .page_lists .page_list{
    width: 45.66vw;
    border-left: 2px solid #323232;
  }
  #header .sp_inner .sp_menu .page_lists .page_list a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 1em;
  }
  #header .sp_inner .sp_menu .page_lists .page_list a::after{
    content: ">";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #323232;
    font-size: 4vw;
    background: url(../img/arrow_02.svg);
    background-size: 100% 100%;
  }
  #header .sp_inner .sp_menu .contact_btn{
    display: block;
    width: 72vw;
    margin-left: auto;
    margin-right: auto;
    height: 11.33vw;
    font-size: 3.46vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #323232;
  }
  #header .sp_inner .sp_menu .contact_btn span{
    position: relative;
    padding-left: 1.4em;
  }
  #header .sp_inner .sp_menu .contact_btn span::before{
    content: ">";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 1;
  }
  #header .sp_inner .sp_menu .contact_lists{
    width: 72vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6.66vw;
  }

  #header .sp_inner .sp_menu .contact_lists .contact_list{
    position: relative;
    width: 21.86vw;
    height: 18.13vw;
    font-size: 2.93vw;
    color: #FFF;
    background: #ac9268;
    border-radius: 5px;
  }
  #header .sp_inner .sp_menu .contact_lists .contact_list a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  #header .sp_inner .sp_menu .contact_lists .contact_list a span{
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    line-height: 1.2;
  }
  #header .sp_inner .sp_menu .contact_lists .contact_list._03 a span{
    bottom: .5em;
  }
  #header .sp_inner .sp_menu .contact_lists .contact_list::before{
    content: "";
    position: absolute;
    position: absolute;
    top: 4.6vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #header .sp_inner .sp_menu .contact_lists .contact_list._01::before{
    width: 2.93vw;
    height: 4.13vw;
    background: url(../img/icon_01.svg);
    background-size: 100% 100%;
  }
  #header .sp_inner .sp_menu .contact_lists .contact_list._02::before{
    width: 3.73vw;
    height: 3.73vw;
    background: url(../img/icon_02.svg);
    background-size: 100% 100%;
  }
  #header .sp_inner .sp_menu .contact_lists .contact_list._03::before{
    top: 3.9vw;
    width: 3.73vw;
    height: 3.73vw;
    background: url(../img/icon_03.svg);
    background-size: 100% 100%;
  }
  #header .sp_inner .sp_menu .sp_menu_close_btn{
    display: block;
    width: 16.66vw;
    margin-left: auto;
    margin-right: auto;
    color: #eb7709;
    font-size: 3.06vw;
    margin-top: 3em;
  }
  #header .sp_inner .sp_menu .sp_menu_close_btn span{
    position: relative;
    padding-left: 1.6em;
  }
  #header .sp_inner .sp_menu .sp_menu_close_btn span::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3.33vw;
    height: 3.33vw;
    background: url(../img/icon_04.svg);
    background-size: 100% 100%;
  }


  #footer{
    padding-top: 19.06vw;
  }
  #footer .contact_lists{
    width: 86.66vw;
  }
  #footer .contact_lists .contact_list{
    height: 30vw;
    border-radius: 9px;
  }
  #footer .contact_lists .contact_list .icon{
    min-height: 7vw;
  }
  #footer .contact_lists .contact_list._01 .icon{
    width: 3.6vw;
    min-height: 3vw;
  }
  #footer .contact_lists .contact_list._02 .icon{
    width: 4.66vw;
    min-height: 3vw;
  }
  #footer .contact_lists .contact_list._03 .icon{
    width: 4.66vw;
    min-height: 3vw;
  }
  #footer .contact_lists .contact_list .ttl{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 7.4vw;
    font-size: 3.33vw;
    margin-top: 0.5em;
    margin-bottom: 0.7em;
    text-align: center;
    line-height: 1.2;
  }
  #footer .contact_lists .contact_list .read_txt{
    font-size: 2.13vw;
  }
  #footer .contact_lists .contact_list .read_txt::after{
    width: 3.33vw;
    height: 0.9vw;
  }
  #footer .tel_conte{
    width: 86.66vw;
    margin-top: 11.6vw;
    margin-bottom: 12.66vw;
    padding-top: 6.66vw;
    padding-bottom: 6.66vw;
    display: block;
  }
  #footer .tel_conte .tel_ttl{
    text-align: center;
    font-size: 4vw;
    margin-top: 0;
    margin-bottom: 0.4em;
  }
  #footer .tel_conte .tel_num_wrap{
    width: 100%;
    justify-content: center;
  }
  #footer .tel_conte .tel_num_wrap .tel_icon{
    width: 7.73vw;
  }
  #footer .tel_conte .tel_num_wrap .tel_num{
    font-size: 10vw;
    margin-left: 0;
  }
  #footer .tel_conte .tel_time{
    font-size: 2.13vw;
    margin-right: 2.4em;
  }

  #footer .mail_conte{
    width: 86.66vw;
    margin-top: 11.6vw;
    margin-bottom: 12.66vw;
    padding-top: 6.66vw;
    padding-bottom: 6.66vw;
    display: block;
  }
  #footer .mail_conte .mail_ttl{
    text-align: center;
    font-size: 4vw;
    margin-top: 0;
  }
  #footer .mail_conte .mai_wrap{
    width: 100%;
    justify-content: center;
  }
  #footer .mail_conte .mail_wrap .mail_icon{
    width: 23.33vw;
    margin-left: auto;
    margin-right: auto;
  }
  
  #footer .logo_01{
    width: 64.53vw;
  }
  #footer .logo_02{
    width: 33.6vw;
    margin-top: 7.06vw;
  }
  #footer .copyright{
    margin-top: 17.06vw;
    padding-top: 5.86vw;
    padding-bottom: 2.53vw;
  }
  #footer .copyright .inner{
    display: block;
  }
  #footer .copyright .menu_lists{
    justify-content: center;
    font-size: 2.13vw;
  }
  #footer .copyright .menu_lists .menu_list{
    padding-right: 1.2em;
    margin-right: 1.2em;
  }
  #footer .copyright .copyright_txt{
    font-size: 2.13vw;
    margin-top: 1.3em;
    text-align: center;
  }
  
  #top_btn{
    bottom: 20vw;
    right: 5.33vw;
    width: 1.6vw;
  }


  main{
    margin-top: 16vw;
  }
  
  #page_mv{
    height: 80vw;
  }
  #page_mv .page_ttl{
    font-size: 4.8vw;
    padding: 0.2em 3.5em;
    letter-spacing: 0.08em;
  }
}

