<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.wrap01 {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .wrap01 {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .wrap01 {
    width: 81.3%;
  }
}

.btn_inq a {
  display: block;
  color: #fff;
  padding: 0.8em 0;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ddd1b2+0,947318+100 */
  background: linear-gradient(to right, #ddd1b2 0%, #947318 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.2);
}

.btn_req a {
  display: block;
  color: #fff;
  padding: 0.8em 0;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dab7a5+0,92181e+100 */
  background: linear-gradient(to right, #dab7a5 0%, #92181e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.2);
}

header {
  width: 100%;
  height: 115px;
  background-color: #EEEEEB;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 20px;
  z-index: 10;
  border-bottom: 1px solid #959593;
}
@media screen and (max-width: 1100px) {
  header {
    height: 10.5vw;
    padding-top: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 17.3vw;
    padding-top: 4vw;
  }
}
header .head_content01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header .head_content01 {
    display: block;
    width: 100%;
  }
}
header .head_content01 .logo_box {
  width: 48.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .head_content01 .logo_box {
    width: 42.1%;
    margin-left: 2.3%;
  }
}
header .head_content01 .logo_box .title {
  width: 32.2%;
}
@media screen and (max-width: 768px) {
  header .head_content01 .logo_box .title {
    width: 100%;
  }
}
header .head_content01 .logo_box .title_txt {
  width: 61%;
}
header .head_content01 .logo_box .title_txt img {
  display: block;
}
@media screen and (max-width: 768px) {
  header .head_content01 .logo_box .title_txt {
    display: none;
  }
}
header .head_content01 .right_box {
  width: 43.4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .head_content01 .right_box {
    display: none;
  }
}
header .head_content01 .right_box .link_list {
  width: 38.9%;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  header .head_content01 .right_box .link_list {
    font-size: 1.1vw;
  }
}
header .head_content01 .right_box .link_list .map a, header .head_content01 .right_box .link_list .out a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background-size: 12px auto;
  display: block;
}
@media screen and (max-width: 1100px) {
  header .head_content01 .right_box .link_list .map a, header .head_content01 .right_box .link_list .out a {
    background-size: 1.1vw auto;
  }
}
header .head_content01 .right_box .link_list .map {
  width: 6.5em;
}
header .head_content01 .right_box .link_list .map a {
  background-image: url(../images/common/head_icon01.svg);
}
header .head_content01 .right_box .link_list .out {
  width: 5.5em;
}
header .head_content01 .right_box .link_list .out a {
  background-image: url(../images/common/head_icon02.svg);
}
header .head_content01 .right_box .btn_list {
  width: 42.6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .head_content01 .right_box .btn_list .btn_inq, header .head_content01 .right_box .btn_list .btn_req {
  width: 48.6%;
}
header .head_content01 .right_box .btn_list .btn_inq a, header .head_content01 .right_box .btn_list .btn_req a {
  font-size: 13px;
  padding: 0.1em 0 0.2em;
  box-shadow: none;
}
@media screen and (max-width: 1100px) {
  header .head_content01 .right_box .btn_list .btn_inq a, header .head_content01 .right_box .btn_list .btn_req a {
    font-size: 1.2vw;
  }
}
header .head_content02 {
  margin-top: 27px;
}
@media screen and (max-width: 1100px) {
  header .head_content02 {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content02 {
    display: none;
  }
}
header .head_content02 .link_list {
  border-left: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .head_content02 .link_list li {
  width: 10%;
  height: 25px;
  font-size: 10px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1100px) {
  header .head_content02 .link_list li {
    height: 2.3vw;
    font-size: 0.9vw;
  }
}
header .head_content02 .link_list li a {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
header .head_content02 .link_list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 3px;
  background-color: transparent;
  transform: translateX(-50%);
  opacity: 1;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 1100px) {
  header .head_content02 .link_list li a::before {
    height: 0.3vw;
  }
}
header .head_content02 .link_list li .no_link {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
header .head_content02 .link_list li.new a {
  position: relative;
}
header .head_content02 .link_list li.new a::after {
  content: "《NEW》";
  position: absolute;
  top: -0.8em;
  left: 50%;
  color: #B60005;
  font-size: 8px;
  font-weight: bold;
  transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  header .head_content02 .link_list li.new a::after {
    font-size: 0.7vw;
  }
}

.anker {
  display: block;
  width: 100%;
  padding-top: 115px;
  margin-top: -115px;
}
@media screen and (max-width: 1100px) {
  .anker {
    padding-top: 10.5vw;
    margin-top: -10.5vw;
  }
}
@media screen and (max-width: 768px) {
  .anker {
    padding-top: 17.3vw;
    margin-top: -17.3vw;
  }
}

.btn_sp_inq {
  display: none;
}
@media screen and (max-width: 768px) {
  .btn_sp_inq {
    display: block;
    width: 17.3%;
    position: absolute;
    right: 16%;
    top: 50%;
    transform: translateY(-50%);
  }
}

.btn_sp_req {
  display: none;
}
@media screen and (max-width: 768px) {
  .btn_sp_req {
    display: block;
    width: 17.3%;
    position: absolute;
    right: 35.3%;
    top: 50%;
    transform: translateY(-50%);
  }
}

.navToggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .navToggle {
    display: block;
    width: 8.3vw;
    height: 6.4vw;
    cursor: pointer;
    z-index: 30;
    text-align: center;
    position: absolute;
    top: 5vw;
    right: 4.4vw;
  }
  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 8.3vw;
    border-bottom: solid 0.6vw #AA8420;
    right: 0vw;
    transition: 0.25s ease-in-out;
  }
  .navToggle span:nth-child(1) {
    top: 0vw;
  }
  .navToggle span:nth-child(2) {
    top: 3.2vw;
  }
  .navToggle span:nth-child(3) {
    top: 6.4vw;
  }
  .navToggle.active span {
    top: 3vw;
    border-bottom-color: #fff;
  }
  .navToggle.active span:nth-child(1) {
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    transform: rotate(45deg);
  }
}

#sp_menu {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  top: -2000vh;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  #sp_menu {
    top: 0;
    height: 100vh;
    padding-top: 8.8vw;
    z-index: 20;
  }
  #sp_menu .link_list {
    width: 93.3%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sp_menu .link_list li {
    width: 50%;
  }
  #sp_menu .link_list li:nth-child(n+3) {
    margin-top: 3vw;
  }
  #sp_menu .link_list li a {
    display: block;
    position: relative;
    font-size: 3.5vw;
    padding: 1em 0;
    text-align: center;
    color: #fff;
  }
  #sp_menu .link_list li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.7vw;
    background-color: transparent;
  }
  #sp_menu .link_list li .no_link {
    display: block;
    position: relative;
    font-size: 3.5vw;
    padding: 1em 0;
    text-align: center;
    color: #fff;
    opacity: 0.5;
  }
  #sp_menu .link_list li.new a {
    position: relative;
  }
  #sp_menu .link_list li.new a::after {
    content: "NEW";
    position: absolute;
    top: -0.9em;
    left: 50%;
    color: #fff;
    background-color: #B60005;
    font-size: 2.5vw;
    font-weight: bold;
    transform: translateX(-50%);
    padding: 0.2em 1.5em 0.3em;
  }
  #sp_menu .link_list li a .jp, #sp_menu .link_list li .no_link .jp {
    display: block;
    font-size: 2.5vw;
    padding-top: 0.3em;
  }
  #sp_menu .btn_inq, #sp_menu .btn_req {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #sp_menu .btn_inq a, #sp_menu .btn_req a {
    font-size: 5.2vw;
  }
  #sp_menu .btn_inq {
    margin-top: 6.7vw;
  }
  #sp_menu .btn_req {
    margin-top: 4vw;
  }
}

#container {
  background-color: #EEEEEB;
  padding-top: 115px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1100px) {
  #container {
    padding-top: 10.5vw;
    padding-bottom: 8.2vw;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding-top: 17.3vw;
    padding-bottom: 10vw;
  }
}

#breadcrumbs {
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  #breadcrumbs {
    padding: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumbs {
    padding: 2vw;
  }
}
#breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
}
#breadcrumbs ol li {
  font-size: 12px;
}
@media screen and (max-width: 1100px) {
  #breadcrumbs ol li {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumbs ol li {
    font-size: 2.4vw;
  }
}
#breadcrumbs ol li + li:before {
  content: "&gt;";
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 1100px) {
  #breadcrumbs ol li + li:before {
    margin-right: 0.9vw;
    margin-left: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumbs ol li + li:before {
    margin-right: 1.6vw;
    margin-left: 1.6vw;
  }
}

.title_box {
  padding-top: 110px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1100px) {
  .title_box {
    padding-top: 10.1vw;
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .title_box {
    padding-top: 12vw;
    padding-bottom: 6vw;
  }
}
.title_box h2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #AA8420;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .title_box h2 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .title_box h2 {
    font-size: 4.7vw;
  }
}

.note_box {
  background-color: #EEEEEB;
}
.note_box .wrap01 {
  padding: 30px 0;
}
@media screen and (max-width: 1100px) {
  .note_box .wrap01 {
    padding: 2.7vw 0;
  }
}
@media screen and (max-width: 768px) {
  .note_box .wrap01 {
    padding: 6.7vw 0;
  }
}
.note_box .wrap01 p {
  font-size: 10px;
  line-height: 1.4em;
  text-align: justify;
}
@media screen and (max-width: 1100px) {
  .note_box .wrap01 p {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .note_box .wrap01 p {
    font-size: 2.4vw;
  }
}

footer {
  border-top: 1px solid #959593;
}
footer .inq_box {
  background-color: #EEEEEB;
}
footer .inq_box .wrap01 {
  padding: 80px 0;
}
@media screen and (max-width: 1100px) {
  footer .inq_box .wrap01 {
    padding: 7.3vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inq_box .wrap01 {
    width: 100%;
    padding: 0vw 0 13.3vw;
  }
}
footer .inq_box .wrap01 .inq_bg {
  background-image: url(../images/common/inq_bg_pc.svg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  footer .inq_box .wrap01 .inq_bg {
    padding-top: 4.5vw;
    padding-bottom: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inq_box .wrap01 .inq_bg {
    background-image: url(../images/common/inq_bg_sp.svg);
    padding-top: 6.7vw;
    padding-bottom: 7.1vw;
  }
}
footer .inq_box .wrap01 .inq_bg .inq_txt01 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  footer .inq_box .wrap01 .inq_bg .inq_txt01 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inq_box .wrap01 .inq_bg .inq_txt01 {
    font-size: 8vw;
    letter-spacing: 0;
  }
}
footer .inq_box .wrap01 .inq_bg .inq_txt02 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8em;
  text-align: center;
  margin-top: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  footer .inq_box .wrap01 .inq_bg .inq_txt02 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inq_box .wrap01 .inq_bg .inq_txt02 {
    font-size: 4.2vw;
    line-height: 1.5em;
    letter-spacing: 0;
  }
}
footer .inq_box .wrap01 .inq_bg .inq_txt03 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  color: #AA8420;
  margin-top: 0.5em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1100px) {
  footer .inq_box .wrap01 .inq_bg .inq_txt03 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inq_box .wrap01 .inq_bg .inq_txt03 {
    font-size: 9.3vw;
    letter-spacing: 0;
  }
}
footer .inq_box .wrap01 .inq_bg .inq_txt04 {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  margin-top: 0.5em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1100px) {
  footer .inq_box .wrap01 .inq_bg .inq_txt04 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inq_box .wrap01 .inq_bg .inq_txt04 {
    font-size: 4.4vw;
    letter-spacing: 0;
  }
}
footer .inq_box .wrap01 .inq_bg .btn_box {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  footer .inq_box .wrap01 .inq_bg .btn_box {
    max-width: none;
    width: 57.3vw;
    margin-top: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inq_box .wrap01 .inq_bg .btn_box {
    margin-top: 6.7vw;
    width: 80%;
  }
}
footer .inq_box .wrap01 .inq_bg .btn_box .btn_inq, footer .inq_box .wrap01 .inq_bg .btn_box .btn_req {
  width: 47.6%;
}
@media screen and (max-width: 768px) {
  footer .inq_box .wrap01 .inq_bg .btn_box .btn_inq, footer .inq_box .wrap01 .inq_bg .btn_box .btn_req {
    width: 100%;
  }
}
footer .inq_box .wrap01 .inq_bg .btn_box .btn_inq a, footer .inq_box .wrap01 .inq_bg .btn_box .btn_req a {
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 0.5em 0 0.6em;
}
@media screen and (max-width: 1100px) {
  footer .inq_box .wrap01 .inq_bg .btn_box .btn_inq a, footer .inq_box .wrap01 .inq_bg .btn_box .btn_req a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inq_box .wrap01 .inq_bg .btn_box .btn_inq a, footer .inq_box .wrap01 .inq_bg .btn_box .btn_req a {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inq_box .wrap01 .inq_bg .btn_box .btn_inq {
    margin-top: 5.3vw;
  }
}
footer .inq_box .wrap01 .txt01 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  footer .inq_box .wrap01 .txt01 {
    font-size: 1.5vw;
    margin-top: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inq_box .wrap01 .txt01 {
    font-size: 3.3vw;
    margin-top: 12vw;
  }
}
footer .inq_box .wrap01 .tel_no {
  width: 414px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  footer .inq_box .wrap01 .tel_no {
    width: 37.7vw;
    margin-top: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inq_box .wrap01 .tel_no {
    width: 83.1vw;
    margin-top: 2.7vw;
  }
}
footer .inq_box .wrap01 .txt02 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  footer .inq_box .wrap01 .txt02 {
    font-size: 1.3vw;
    margin-top: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inq_box .wrap01 .txt02 {
    font-size: 2.9vw;
    margin-top: 4.7vw;
  }
}
footer .bottom_contents .wrap01 {
  padding: 40px 0 20px;
}
@media screen and (max-width: 1100px) {
  footer .bottom_contents .wrap01 {
    padding: 3.6vw 0 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .wrap01 {
    padding: 10.4vw 0 4.3vw;
  }
}
footer .bottom_contents .company_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .bottom_contents .company_box .kintetsu,
footer .bottom_contents .company_box .sumitomo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .bottom_contents .company_box .kintetsu .txt01,
footer .bottom_contents .company_box .sumitomo .txt01 {
  font-size: 10px;
  text-align: center;
  line-height: 1.2em;
}
@media screen and (max-width: 1100px) {
  footer .bottom_contents .company_box .kintetsu .txt01,
  footer .bottom_contents .company_box .sumitomo .txt01 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .company_box .kintetsu .txt01,
  footer .bottom_contents .company_box .sumitomo .txt01 {
    font-size: 2.4vw;
  }
}
footer .bottom_contents .company_box .kintetsu {
  width: 370px;
}
@media screen and (max-width: 1100px) {
  footer .bottom_contents .company_box .kintetsu {
    width: 33.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .company_box .kintetsu {
    width: 75.3vw;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .bottom_contents .company_box .kintetsu .logo01 {
  width: 83.8%;
}
footer .bottom_contents .company_box .sumitomo {
  width: 419px;
  margin-left: 65px;
}
@media screen and (max-width: 1100px) {
  footer .bottom_contents .company_box .sumitomo {
    width: 38.1vw;
    margin-left: 5.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .company_box .sumitomo {
    width: 82.3vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11.1vw;
  }
}
footer .bottom_contents .company_box .sumitomo .logo01 {
  width: 82.4%;
}
footer .bottom_contents .bottom_txt01 {
  font-size: 13px;
  text-align: center;
  line-height: 1.5em;
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  footer .bottom_contents .bottom_txt01 {
    font-size: 1.2vw;
    margin-top: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .bottom_txt01 {
    font-size: 2.6vw;
    margin-top: 6.7vw;
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}
footer .bottom_contents .link_box {
  margin-top: 30px;
  border: 1px solid #000;
  padding: 15px;
}
@media screen and (max-width: 1100px) {
  footer .bottom_contents .link_box {
    margin-top: 2.7vw;
    padding: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .link_box {
    margin-top: 6.7vw;
    padding: 3vw;
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}
footer .bottom_contents .link_box .txt01 {
  font-size: 14px;
  text-align: center;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1100px) {
  footer .bottom_contents .link_box .txt01 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .link_box .txt01 {
    font-size: 2.9vw;
  }
}
footer .bottom_contents .link_box .link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .bottom_contents .link_box .link_list li {
  display: inline-block;
  border-right: 1px solid #000;
  margin-top: 1em;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  footer .bottom_contents .link_box .link_list li {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .link_box .link_list li {
    font-size: 2.5vw;
  }
}
footer .bottom_contents .link_box .link_list li a {
  padding: 0.2em 1em;
}
footer .bottom_contents .privacy_link_list {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  footer .bottom_contents .privacy_link_list {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .privacy_link_list {
    display: block;
    margin-top: 10.3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .privacy_link_list li {
    text-align: center;
  }
}
footer .bottom_contents .privacy_link_list li + li {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .privacy_link_list li + li {
    margin-left: 0;
    margin-top: 0.5em;
  }
}
footer .bottom_contents .privacy_link_list li a {
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  footer .bottom_contents .privacy_link_list li a {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .privacy_link_list li a {
    display: inline-block;
    text-align: center;
    font-size: 2.9vw;
  }
}
footer .bottom_contents .banner {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  footer .bottom_contents .banner {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .banner {
    display: block;
    margin-top: 10.3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .banner li {
    text-align: center;
  }
}
footer .bottom_contents .banner li:first-child a {
  border: 1px solid #666;
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .banner li + li {
    margin-top: 3vw;
  }
}
footer .bottom_contents .banner li a {
  display: inline-block;
}
footer .bottom_contents .banner li a img {
  width: auto;
  height: 54px;
}
@media screen and (max-width: 1100px) {
  footer .bottom_contents .banner li a img {
    height: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .banner li a img {
    height: 15.4vw;
  }
}
footer .bottom_contents .copy {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  margin-top: 70px;
}
@media screen and (max-width: 1100px) {
  footer .bottom_contents .copy {
    font-size: 1.1vw;
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottom_contents .copy {
    font-size: 2.6vw;
    margin-top: 10.3vw;
  }
}

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

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