/* 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: 4.2rem;
  padding: 5.6rem 0 4rem;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 6.5rem;
    padding: 6.6rem 0;
  }
}
@media screen and (min-width: 1200px) {
  #footer {
    margin-top: 7.4rem;
    padding: 7.4rem 0 5.6rem;
  }
}
.footer_inner {
  width: 87%;
  margin: 0 auto;
}
.footer_block {
  margin-bottom: 4rem;
}
.footer_unit01 {
  margin-bottom: 4rem;
}
.footer_logo {
  display: flex;
  width: 220px;
  margin-bottom: 2.6rem;
}
.footer_address {
  font-size: 0.93rem;
  letter-spacing: 0.08rem;
  color: #fff;
  margin-bottom: 1.8rem;
}
.footer_2col_block {
  display: flex;
  justify-content: space-between;
}
.footer_2col_unit01 {
  margin-top: -7px;
}
.footer_map_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2.8rem;
}
.footer_map_img {
  width: 12px;
  height: 26px;
  margin-right: 6px;
}
.footer_map_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_map {
  font-size: 0.86rem;
  letter-spacing: 0.02rem;
  color: #fff;
  text-decoration: underline;
  padding-top: 2px;
  transition: all 0.5s;
}
.footer_map:hover {
  color: #fff;
  opacity: 0.7;
  transition: all 0.5s;
}
.footer_sns_block > ul {
  display: flex;
}
.footer_sns_block > ul > li {
  margin-right: 0.8rem;
}
.footer_sns_block > ul > li:last-child {
  margin-right: 0;
}
.footer_sns_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: all 0.5s;
}
.footer_sns_item:hover {
  background-color: #000;
  transition: all 0.5s;
}
.footer_sns_item01::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../images/instagram_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
}
.footer_sns_item02::before {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background-image: url("../images/youtube_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
}
.footer_sns_item:hover::before {
filter: invert(100%);
  transition: all 0.5s;
}
.footer_sns_item img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.footer_btn {
  font-size: 1.07rem;
  letter-spacing: 0.06em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 180px;
  margin: 0 auto;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  transition: all 0.5s;
}
.footer_btn:hover {
  background-color: #fff;
  transition: all 0.5s;
}
.footer_btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("../images/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
}
.footer_btn:hover::before {
  background-image: url("../images/arrow_black.svg");
  transition: all 0.5s;
}
.footer_btn_wrap .footer_btn:first-child {
  margin-bottom: 10px;
}
.footer_btn_wrap_pc {
  display: none;
}
.footer_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_list > ul > li {
  margin-bottom: 3.2rem;
}
.footer_list > ul > li:nth-child(1) {
  width: 55%;
}
.footer_list > ul > li:nth-child(2) {
  width: 45%;
}
.footer_list > ul > li:last-child {
  width: 100%;
  margin-bottom: 0;
}
.footer_list_head {
  font-size: 1.14rem;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 1.2rem;
}
.footer_list_row > ul > li {
  margin-bottom: 0.9rem;
}
.footer_list_row > ul > li:last-child {
  margin-bottom: 0;
}
.footer_list_txt {
  font-size: 1.07rem;
  letter-spacing: 0.06em;
  color: #969696;
  transition: all 0.5s;
}
a.footer_list_txt:hover {
  color: #969696;
  opacity: 0.5;
  transition: all 0.5s;
}
.footer_list_row_last > ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_list_row_last > ul > li {
  margin-bottom: 2.8rem;
}
.footer_list_row_last > ul > li:nth-child(1) {
  width: 55%;
}
.footer_list_row_last > ul > li:nth-child(2) {
  width: 45%;
}
.footer_list_row_last > ul > li:last-child {
  width: 100%;
  margin-bottom: 0;
}
.footer_list_row_last_txt {
  font-size: 1.07rem;
  letter-spacing: 0.06em;
  color: #fff;
  transition: all 0.5s;
}
.footer_list_row_last_txt:hover {
  color: #969696;
  opacity: 0.5;
  transition: all 0.5s;
}
.footer_copy {
  font-size: 0.928rem;
  color: #a3a3a3;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer_2col_block {
    justify-content: flex-start;
  }
  .footer_2col_unit01 {
    margin-right: 2rem;
  }
  .footer_list > ul > li {
    margin-bottom: 0;
  }
  .footer_list > ul > li:nth-child(1) {
    width: 33%;
  }
  .footer_list > ul > li:nth-child(2) {
    width: 33%;
  }
  .footer_list > ul > li:last-child {
    width: 33%;
  }
  .footer_list_row_last > ul > li {
    margin-bottom: 1.6rem;
  }
  .footer_list_row_last > ul > li:nth-child(1) {
    width: 100%;
  }
  .footer_list_row_last > ul > li:nth-child(2) {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .footer_block {
    display: flex;
    justify-content: space-between;
  }
  .footer_unit01 {
    width: 40%;
    margin-bottom: 0;
  }
  .footer_unit02 {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .footer_block {
    margin-bottom: 4.6rem;
  }
  .footer_unit01 {
    width: 39%;
  }
  .footer_logo {
    margin-bottom: 2.2rem;
  }
  .footer_address {
    font-size: 0.9375rem;
    margin-bottom: 0.8rem;
  }
  .footer_map_wrap {
    margin-bottom: 2.2rem;
  }
  .footer_map_img {
    margin-right: 8px;
  }
  .footer_map {
    font-size: 0.75rem;
    padding-top: 5px;
  }
  .footer_unit02 {
    width: 61%;
  }
  .footer_list_head {
    font-size: 1rem;
  }
  .footer_list_txt {
    font-size: 0.9375rem;
  }
  .footer_copy {
    font-size: 0.75rem;
  }
  .footer_list_row_last_txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1500px) {
  .footer_inner {
    width: 81.5%;
  }
  .footer_2col_unit01 {
    margin-right: 0;
  }
  .footer_unit02 {
    display: flex;
    justify-content: space-between;
  }
  .footer_2col_unit02 {
    display: none;
  }
  .footer_btn_wrap_pc {
    display: block;
  }
  .footer_btn {
    font-size: 1rem;
    height: 50px;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
  }
  .footer_btn::before {
    width: 10px;
    height: 10px;
  }
  .footer_btn_wrap .footer_btn:first-child {
    margin-bottom: 19px;
  }
}
/***************************************
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;
  }
}