.wrap01 {
  max-width: 800px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .wrap01 {
    max-width: none;
    width: 74.1%;
  }
}
@media screen and (max-width: 768px) {
  .wrap01 {
    width: 81.3%;
  }
}

.wrap02 {
  max-width: 1000px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .wrap02 {
    max-width: none;
    width: 92.6%;
  }
}
@media screen and (max-width: 768px) {
  .wrap02 {
    width: 81.3%;
  }
}

.wrap_sp {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.anker {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 1400px) {
  .anker {
    padding-top: 10.7vw;
    margin-top: -10.7vw;
  }
}
@media screen and (max-width: 768px) {
  .anker {
    padding-top: 26.7vw;
    margin-top: -26.7vw;
  }
}

main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
}
@media screen and (max-width: 1080px) {
  main {
    padding-top: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 0;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 50;
  /* padding-top: 30px; */
}
@media screen and (max-width: 1400px) {
  header {
    /* padding-top: 2.1vw; */
    height: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding-top: 4.8vw;
    height: 26.7vw;
    background-color: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
header .head_content {
  max-width: 1250px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  header .head_content {
    max-width: none;
    width: 89.3%;
  }
}
@media screen and (max-width: 768px) {
  header .head_content {
    display: block;
    width: 100%;
    height: auto;
  }
}
header .head_content .title {
  width: 271px;
}
@media screen and (max-width: 1400px) {
  header .head_content .title {
    width: 19.4vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .title {
    width: 51.2vw;
    margin-right: 0;
    margin-left: 5.1vw;
  }
}
header .head_content .title .white {
  display: none;
}
@media screen and (max-width: 768px) {
  header .head_content .title .white {
    display: block;
  }
}
header .head_content .title .black {
  display: block;
}
@media screen and (max-width: 768px) {
  header .head_content .title .black {
    display: none;
  }
}
header .head_content .left_block {
  width: 635px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  header .head_content .left_block {
    width: 45.4vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .left_block {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .head_content nav {
    display: none;
  }
}
header .head_content nav .nav_list01 {
  width: 265px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  header .head_content nav .nav_list01 {
    width: 18.9vw;
  }
}
header .head_content nav .nav_list01 li {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  line-height: 1.8em;
}
@media screen and (max-width: 1400px) {
  header .head_content nav .nav_list01 li {
    font-size: 0.9vw;
  }
}
header .head_content nav .nav_list01 li:nth-child(3n+1) {
  width: 7.5em;
}
header .head_content nav .nav_list01 li:nth-child(3n+2) {
  width: 6.5em;
}
header .head_content nav .nav_list01 li:nth-child(3n) {
  width: 6em;
}
header .head_content nav .nav_list01 li a {
  color: #333;
}
header .head_content nav .nav_list01 li a.no_link {
  pointer-events: none;
  opacity: 0.5;
}
header .head_content .menu_box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  header .head_content .menu_box {
    display: none;
  }
}
header .head_content .menu_box .link_list01 {
  width: 220px;
  border-left: 1px solid #000;
  padding-left: 30px;
}
@media screen and (max-width: 1400px) {
  header .head_content .menu_box .link_list01 {
    width: 15.7vw;
    padding-left: 2.1vw;
  }
}
header .head_content .menu_box .link_list01 li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8em;
  color: #333;
}
@media screen and (max-width: 1400px) {
  header .head_content .menu_box .link_list01 li {
    font-size: 0.9vw;
  }
}
header .head_content .menu_box .link_list01 li a {
  color: #333;
}
header .head_content .menu_box .btn_list01 {
  width: 120px;
  margin-left: 17px;
}
@media screen and (max-width: 1400px) {
  header .head_content .menu_box .btn_list01 {
    width: 8.6vw;
    margin-left: 1.2vw;
  }
}
header .head_content .menu_box .btn_list01 li {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  header .head_content .menu_box .btn_list01 li {
    font-size: 1.1vw;
  }
}
header .head_content .menu_box .btn_list01 li a, header .head_content .menu_box .btn_list01 li span {
  width: 100%;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #000;
  border: 1px solid #000;
}
@media screen and (max-width: 1400px) {
  header .head_content .menu_box .btn_list01 li a, header .head_content .menu_box .btn_list01 li span {
    height: 2.1vw;
  }
}
header .head_content .menu_box .btn_list01 li span.no_link {
  pointer-events: none;
  opacity: 0.5;
}
header .head_content .menu_box .btn_list01 li + li {
  margin-top: 10px;
}
header .head_content .menu_box .btn_list01 li.link_inq a, header .head_content .menu_box .btn_list01 li.link_inq span {
  background-color: #fff;
  color: #000;
}
header .head_content .menu_box .btn_list01 li.link_req a, header .head_content .menu_box .btn_list01 li.link_req span {
  background-color: #967a53;
  color: #fff;
  border-color: #967a53;
}
header .navToggle {
  display: none;
}
@media screen and (max-width: 768px) {
  header .navToggle {
    display: block;
    position: absolute;
    width: 11.3vw;
    top: 2.7vw;
    right: 2.7vw;
    cursor: pointer;
  }
}

#sp_menu {
  display: none;
  position: fixed;
  left: 0;
  top: -200vh;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #sp_menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 60;
    width: 100%;
    height: 100svh;
    background-color: rgba(244, 244, 244, 0.9);
    padding-top: 4.8vw;
    padding-bottom: 16.7vw;
    overflow-y: auto;
  }
}
#sp_menu .title {
  width: 51.2vw;
  margin-right: 0;
  margin-left: 5.1vw;
}
#sp_menu #menu_close {
  position: absolute;
  top: 8.4vw;
  right: 6.9vw;
  width: 7.6vw;
  cursor: pointer;
}
#sp_menu .link_list01 {
  width: 89.3%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 19.3vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#sp_menu .link_list01 li {
  width: 47.8%;
  height: 16vw;
  border-bottom: 2px solid #ABAAAA;
}
#sp_menu .link_list01 li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/sp_menu_arrow_black.svg);
  background-repeat: no-repeat;
  background-position: right 4.1vw center;
  background-size: 1.3vw auto;
  padding-left: 4.7vw;
}
#sp_menu .link_list01 li a .jp {
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#sp_menu .link_list01 li a .en {
  font-size: 2.5vw;
  font-weight: 500;
  margin-top: 0.3em;
  color: #767777;
}
#sp_menu .link_list01 li a.no_link {
  pointer-events: none;
  opacity: 0.5;
  pointer-events: none;
}
#sp_menu .link_list02 {
  width: 89.3%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13.3vw;
}
#sp_menu .link_list02 li {
  font-size: 3.3vw;
  font-weight: 500;
}
#sp_menu .link_list02 li + li {
  margin-top: 2.7vw;
}
#sp_menu .link_list02 li a {
  display: block;
  color: #000;
  border: 1px solid #ABAAAA;
  font-size: 3.3vw;
  padding: 0.5em 0 0.6em;
  text-align: center;
}
#sp_menu .btn_list01 {
  width: 89.3%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.7vw;
}
#sp_menu .btn_list01 li {
  font-size: 4.3vw;
  font-weight: 500;
}
#sp_menu .btn_list01 li + li {
  margin-top: 2.7vw;
}
#sp_menu .btn_list01 li a, #sp_menu .btn_list01 li span {
  display: block;
  font-weight: 500;
  color: #000;
  font-size: 4.3vw;
  padding: 0.5em 0 0.6em;
  text-align: center;
}
#sp_menu .btn_list01 li span.no_link {
  pointer-events: none;
  opacity: 0.5;
}
#sp_menu .btn_list01 li.link_inq a, #sp_menu .btn_list01 li.link_inq span {
  background-color: #AA8E59;
  color: #fff;
}
#sp_menu .btn_list01 li.link_req a, #sp_menu .btn_list01 li.link_req span {
  background-color: #94252a;
  color: #fff;
}

.bg01 {
  background-color: #F5F3F2;
}

#page_title01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page_title01 {
    display: block;
  }
}
#page_title01 .img01 {
  width: 64.3%;
}
@media screen and (max-width: 768px) {
  #page_title01 .img01 {
    width: 100%;
  }
}
#page_title01 .txt_box {
  width: 35.7%;
  background-color: #F5F3F2;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  #page_title01 .txt_box {
    padding-top: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  #page_title01 .txt_box {
    display: block;
    width: 100%;
    padding-top: 10.3vw;
    padding-bottom: 10.3vw;
  }
}
#page_title01 .txt_box h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page_title01 .txt_box h1 {
    display: block;
    width: 100%;
  }
}
#page_title01 .txt_box h1 img {
  display: inline-block;
  width: auto;
  height: 2.5vw;
}
@media screen and (max-width: 768px) {
  #page_title01 .txt_box h1 img {
    height: 3.6vw;
  }
}
#page_title01 .txt_box .txt01 {
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.1em;
  margin-top: 3.2vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page_title01 .txt_box .txt01 {
    font-size: 4.7vw;
    margin-top: 3.7vw;
  }
}

#note {
  background-color: #fff;
}
#note .wrap01 {
  padding: 50px 0;
}
@media screen and (max-width: 1080px) {
  #note .wrap01 {
    padding: 4.6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #note .wrap01 {
    padding: 4vw 0;
  }
}
#note .wrap01 > p {
  font-size: 10px;
  line-height: 1.4em;
}
@media screen and (max-width: 1080px) {
  #note .wrap01 > p {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #note .wrap01 > p {
    font-size: 2vw;
  }
}

#yokoku {
  border-top: 1px solid #9FA0A0;
  background-color: #fff;
}
#yokoku .wrap01 {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  #yokoku .wrap01 {
    padding: 2.8vw 0;
  }
}
@media screen and (max-width: 768px) {
  #yokoku .wrap01 {
    padding: 5.3vw 0;
    display: block;
  }
}
#yokoku .wrap01 .title {
  width: 10%;
  border: 1px solid #9FA0A0;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 0.2em 0 0.3em;
}
@media screen and (max-width: 1080px) {
  #yokoku .wrap01 .title {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #yokoku .wrap01 .title {
    width: 100%;
    font-size: 2.9vw;
  }
}
#yokoku .wrap01 .txt01 {
  width: 87.5%;
  font-size: 10px;
  line-height: 1.4em;
}
@media screen and (max-width: 1080px) {
  #yokoku .wrap01 .txt01 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #yokoku .wrap01 .txt01 {
    width: 100%;
    font-size: 2vw;
    margin-top: 1.2em;
  }
}

footer {
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
footer .wrap01 {
  padding-top: 110px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1080px) {
  footer .wrap01 {
    padding-top: 10.2vw;
    padding-bottom: 9.3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .wrap01 {
    padding-top: 6.7vw;
    padding-bottom: 13.3vw;
  }
}
footer .inq_box .title {
  font-size: 16px;
  line-height: 1.7em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  footer .inq_box .title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inq_box .title {
    font-size: 3.3vw;
  }
}
footer .inq_box .tel_no {
  font-size: 58px;
  margin-top: -0.1em;
  text-align: center;
  letter-spacing: 0em;
  line-height: 1.2em;
}
@media screen and (max-width: 1080px) {
  footer .inq_box .tel_no {
    font-size: 5.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inq_box .tel_no {
    font-size: 12.4vw;
  }
}
footer .inq_box .tel_no a {
  color: #333;
}
footer .inq_box .time {
  font-size: 16px;
  text-align: center;
  margin-top: 0.1em;
}
@media screen and (max-width: 1080px) {
  footer .inq_box .time {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inq_box .time {
    font-size: 3.3vw;
  }
}
footer .company_box {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  footer .company_box {
    width: 25.9vw;
    margin-top: 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer .company_box {
    width: 100%;
    margin-top: 12vw;
    display: block;
  }
}
footer .company_box .txt01 {
  font-size: 15px;
}
@media screen and (max-width: 1080px) {
  footer .company_box .txt01 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .company_box .txt01 {
    font-size: 3.3vw;
    text-align: center;
    margin-bottom: 1em;
  }
}
footer .company_box .logo {
  width: 179px;
}
@media screen and (max-width: 1080px) {
  footer .company_box .logo {
    width: 16.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer .company_box .logo {
    width: 56.5vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.animate,
.animate2,
.animate3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.animate.deactive,
.animate2.deactive,
.animate3.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(30px);
}/*# sourceMappingURL=style.css.map */