/* 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: 5.6rem 0;
  background-color: #2d2d2d;
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 7rem;
    padding: 6.6rem 0;
  }
}
@media screen and (min-width: 1200px) {
  #footer {
    margin-top: 7.8rem;
    padding: 8.6rem 0 7.9rem;
  }
}
.footer_inner {
  width: 77%;
  margin: 0 auto;
}
.footer_unit01 {
  margin-bottom: 3.8rem;
}
.footer_logo {
  display: flex;
  width: 230px;
  margin-bottom: 2rem;
}
.footer_logo.footer_logo_sp {
  margin-left: -6.2%;
  margin-bottom: 3.8rem;
}
.footer_logo.footer_logo_pc {
  display: none;
}
.footer_tel {
  font-size: 1.85rem;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 0.2rem;
}
.footer_tel a {
  color: #fff;
}
.footer_time {
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 4rem;
}
.footer_time span {
  margin-left: -0.5rem;
}
.footer_btn_box > ul > li {
  margin-bottom: 12px;
}
.footer_btn_box > ul > li:last-child {
  margin-bottom: 0;
}
.footer_btn_item {
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid rgba(200, 200, 200, 0.25);
  max-width: 400px;
  transition: all 0.5s;
}
.footer_btn_item:hover {
  background-color: #fff;
  color: #2d2d2d;
  transition: all 0.5s;
}
.footer_unit02 {
  display: none;
}
.fb_unit01 {
  margin-bottom: 4rem;
}
.footer_policy {
  display: inline-block;
  font-size: 0.928rem;
  color: #a3a3a3;
  letter-spacing: 0.02em;
  margin-bottom: 2.6rem;
  transition: all 0.5s;
}
.footer_policy:hover {
  color: #a3a3a3;
  opacity: 0.5;
  transition: all 0.5s;
}
/*SNS*/
.footer_sns_block > ul {
  display: flex;
  align-items: center;
}
.footer_sns_block > ul > li {
  margin-right: 20px;
}
.footer_sns_block > ul > li:last-child {
  margin-right: 0;
}
.footer_sns_item {
  display: block;
}
.footer_sns_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_sns_img01 {
  width: 20px;
  height: 20px;
}
.footer_sns_img02 {
  width: 26px;
  height: 18px;
}
.footer_sns_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_copy {
  font-size: 0.928rem;
  color: #a3a3a3;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .footer_time span {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer_logo.footer_logo_sp {
    display: none;
  }
  .footer_logo.footer_logo_pc {
    display: block;
    width: 320px;
    margin-bottom: 4rem;
  }
  .footer_unit02 {
    display: block;
      margin-bottom: 3rem;
  }
  .footer_list_pc > ul {
    display: flex;
    justify-content: space-between;
  }
  .footer_list_pc > ul > li {
    width: auto;
  }
  .footer_list_pc_item > ul > li {
    margin-bottom: 0.3rem;
  }
  .footer_list_pc_item > ul > li:last-child {
    margin-bottom: 0;
  }
  .footer_list_pc_txt {
    letter-spacing: 0.02em;
    color: #fff;
    position: relative;
    padding-left: 15px;
    transition: all 0.5s;
  }
  a.footer_list_pc_txt:hover {
    color: #fff;
    opacity: 0.5;
    transition: all 0.5s;
  }
  .footer_list_arrow_pc {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
  }
  .footer_list_arrow_pc::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/arrow_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .footer_list_pc_txt_head {
    margin-bottom: 0.3rem;
  }
  .footer_list_pc_row {
    padding-left: 15px;
  }
  .footer_list_pc_row > ul > li {
    margin-bottom: 0.3rem;
  }
  .footer_list_pc_row > ul > li:last-child {
    margin-bottom: 0;
  }
  .footer_list_pc_row_txt {
    color: #a3a3a3;
    transition: all 0.5s;
  }
  a.footer_list_pc_row_txt:hover {
    color: #a3a3a3;
    opacity: 0.5;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 992px) {
  .footer_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  .footer_unit01 {
    width: 40%;
    margin-bottom: 0;
  }
  .footer_unit02 {
    width: 45%;
  }
  .footer_list_pc > ul {
    flex-wrap: wrap;
  }
  .footer_list_pc > ul > li {
    width: 50%;
    margin-bottom: 3rem;
  }
  .footer_list_pc > ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .fb_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .fb_unit01 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer_inner {
    width: 85.5%;
  }
  .footer_block {
    margin-bottom: 3.3rem;
  }
  .footer_logo.footer_logo_pc {
    width: 405px;
    margin-bottom: 3.4rem;
  }
  .footer_tel {
    font-size: 1.875rem;
    margin-bottom: 0.1rem;
  }
  .footer_time {
    margin-bottom: 3.5rem;
  }
  .footer_btn_box > ul > li {
    margin-bottom: 20px;
  }
  .footer_btn_item {
    font-size: 0.875rem;
    height: 65px;
  }
  .footer_unit02 {
    padding-top: 1.2rem;
  }
  .footer_list_pc_txt {
    padding-left: 20px;
  }
  .footer_list_pc_item > ul > li {
    margin-bottom: 0.75rem;
  }
  .footer_list_pc_txt_head {
    margin-bottom: 0.75rem;
  }
  .footer_list_pc_row {
    padding-left: 20px;
  }
  .footer_list_pc_row > ul > li {
    margin-bottom: 0.75rem;
  }
  .footer_policy {
    font-size: 0.875rem;
    margin-bottom: 2.3rem;
  }
  .footer_copy {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .footer_logo.footer_logo_pc {
    width: 460px;
  }
  .footer_unit02 {
    width: 56.3%;
  }
  .footer_list_pc > ul > li {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1500px) {
  .footer_unit02 {
    width: 51.3%;
  }
}
/***************************************
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;
  }
}