/* SIDE LINK */
.c-side-link {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-side-link {
    display: block;
  }
  .c-side-link a {
    transition: all 0.5s;
  }
  .c-side-link_inner {
    position: fixed;
    top: 12%;
    right: 0;
    z-index: 100;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    /*  text-orientation: upright;*/
  }
  .c-side-contact {
    height: 160px;
    width: 50px;
    writing-mode: vertical-rl;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
    padding-left: 3px;
    transition: all 0.5s;
  }
  .c-side-contact001 {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
  }
  .c-side-contact001:hover {
    color: #333;
    background-color: #fff;
    transition: all 0.5s;
  }
  .c-side-contact002 {
    background-color: #f3f3f3;
    border: 1px solid #333;
    color: #333;
    margin-top: 10px;
  }
  .c-side-contact002:hover {
    color: #fff;
    background-color: #333;
    transition: all 0.5s;
  }
  .c-side-contact003 {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    margin-top: 10px;
  }
  .c-side-contact003:hover {
    color: #000;
    background-color: #fff;
    transition: all 0.5s;
  }
  .c-side-contact004 {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    margin-top: 10px;
  }
  .c-side-contact004:hover {
    color: #fff;
    background-color: #333;
    transition: all 0.5s;
  }
  .c-side-link a:hover {
    opacity: 1;
    text-decoration: none;
    transition: all 0.5s;
  }
  .c-side-link.show .c-side-link_inner {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/***************************************
footer_container
***************************************/
#footer {
  margin-top: 6rem;
  padding: 20px 0 5rem;
  background-color: #2d2d2d;
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 7rem;
    padding: 7rem 0;
  }
}
@media screen and (min-width: 1200px) {
  #footer {
    margin-top: 7.8rem;
    padding: 9.5rem 0 5rem;
  }
}
.contact_block {
  padding-bottom: 7.2rem;
  width: 95%;
  margin: 0 auto 6.6rem;
  border-bottom: 1px solid rgba(130, 130, 130, 0.5);
}
.contact_item {
  width: 97%;
  margin: 0 auto;
}
.contact_unit01 {
  margin-bottom: 6.4rem;
}
.contact_unit01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_unit02_inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact_title_wrap {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin-left: -2rem;
  margin-bottom: 3.5rem;
}
.contact_title {
  /*  font-size: 1.785rem;*/
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #fff;
  margin: 0;
}
.contact_title .e_font {
  display: flex;
  /*font-size: 1.07rem;*/
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  color: #787878;
  line-height: 1;
  padding-top: 2px;
  margin-right: 1rem;
}
.contact_txt {
  font-size: 0.928rem;
  letter-spacing: 0;
  line-height: 2;
  color: #fff;
  margin-bottom: 4rem;
}
.contact_btn {
  letter-spacing: 0;
  border-radius: 25px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 230px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
}
.contact_btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .contact_block {
    width: 100%;
  }
  .contact_item {
    display: flex;
    justify-content: space-between;
    width: 85%;
  }
  .contact_unit01 {
    width: 46%;
    margin-bottom: 0;
    order: 2;
  }
  .contact_unit02 {
    width: 45%;
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .contact_block {
    padding-bottom: 9.4rem;
    margin-bottom: 5.5rem;
  }
  .contact_item {
    width: 91%;
  }
  .contact_unit01 {
    width: 58%;
  }
  .contact_unit02 {
    width: 37%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact_title_wrap {
    margin-bottom: 2.9rem;
  }
  .contact_title {
    font-size: 1.5625rem;
  }
  .contact_title .e_font {
    font-size: 0.9375rem;
    padding-top: 4px;
  }
  .contact_txt {
    font-size: 0.8125rem;
    margin-bottom: 3.5rem;
  }
  .contact_btn {
    font-size: 0.875rem;
  }
}
/*||||*/
.footer_block {
  width: 85%;
  margin: 0 auto;
}
.footer_unit01 {
  margin-bottom: 3.8rem;
}
.footer_list {
  display: none;
}
.footer_address {
  font-size: 0.928rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #fff;
  margin-bottom: 0.9rem;
}
.footer_address a {
  color: #fff;
}
.footer_address_english {
  font-size: 0.785rem;
  letter-spacing: 0.03em;
  line-height: 1.61;
  color: #969696;
  margin-bottom: 5rem;
}
.footer_unit02 {
  display: none;
}
.footer_copy_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_policy_sp {
  margin-bottom: 1.3rem;
}
.footer_policy {
  display: inline-block;
  font-size: 0.785rem;
  color: #969696;
  letter-spacing: 0.03em;
  transition: all 0.5s;
}
.footer_policy:hover {
  color: #969696;
  opacity: 0.4;
  transition: all 0.5s;
}
.footer_copy {
  font-size: 0.785rem;
  color: #969696;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
/*SNS*/
.footer_sns_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.footer_sns_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .footer_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  .footer_unit01 {
    width: 60%;
    margin-bottom: 0;
  }
  .footer_list {
    display: block;
    margin-bottom: 5rem;
  }
  .footer_list > ul {
    display: flex;
    gap: 4%;
  }
  .footer_list > ul > li {
    width: calc((100% - 8%) / 3);
  }
  .footer_list_item > ul > li {
    margin-bottom: 1rem;
  }
  .footer_list_item > ul > li:last-child {
    margin-bottom: 0;
  }
  .footer_list_txt {
    color: #fff;
    transition: all 0.5s;
  }
  .footer_list_txt:hover {
    opacity: 0.4;
    color: #fff;
    transition: all 0.5s;
  }
  .footer_policy_sp {
    display: none;
  }
  .footer_sns_sp {
    display: none;
  }
  .footer_unit02 {
    padding-top: 3px;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
  .footer_sns_block {
    display: flex;
    align-items: center;
  }
  .footer_policy_pc {
    margin-left: 1rem;
    padding-bottom: 0.3rem;
  }
  .footer_logo {
    display: flex;
    width: 120px;
  }
  .footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (min-width: 1200px) {
  .footer_block {
    width: 88%;
  }
  .footer_unit01 {
    width: 43.6%;
  }
  .footer_list_item > ul > li {
    margin-bottom: 1.05rem;
  }
  .footer_list {
    margin-bottom: 5.5rem;
  }
  .footer_address {
    font-size: 0.8125rem;
    margin-bottom: 0.6rem;
  }
  .footer_address_english {
    font-size: 0.8125rem;
    margin-bottom: 4.2rem;
  }
  .footer_copy {
    font-size: 0.6875rem;
  }
  .footer_policy_pc {
    margin-left: 1.9rem;
  }
  .footer_policy {
    font-size: 0.6875rem;
  }
  .footer_logo {
    width: 150px;
  }
}
/***************************************
footer 固定メニュー
***************************************/
.footer_menu {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.3s;
}
.f_unit {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: calc(100% / 3);
}
.footer_menu > li:nth-child(1) {
  background-color: #fff;
}
.footer_menu > li:nth-child(2) {
  background-color: #333;
  color: #fff;
}
.footer_menu > li:nth-child(3) {
  background-color: #F3F3F3;
}
.f_unit a span {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 3px;
}
.f_unit a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  height: 100%;
  padding: 0.9rem 0 0.7rem;
  color: #fff;
  letter-spacing: 0;
}
.footer_menu > li:nth-child(1) a {
  color: #000;
}
.footer_menu > li:nth-child(2) a {
  color: #fff;
}
.footer_menu > li:nth-child(3) a {
  color: #333;
}
@media screen and (min-width: 576px) {
  .footer_menu {
    display: none;
  }
}