/* 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
***************************************/
/*ボタン*/
.fc_block {
  padding-top: 6rem;
}
.fc_unit {
  display: block;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
}
.fc_unit::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s;
}
.fc_unit:hover::before {
  background-color: rgba(51, 51, 51, 0.9);
  transition: all 0.5s;
}
.fc_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fc_unit_inner {
  width: 86%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.fc_unit .section_title_box {
  margin-bottom: 0;
}
.fc_unit .section_title span {
  color: #fff;
  transition: all 0.5s;
}
.fc_unit:hover .section_title span {
  color: #fff;
  transition: all 0.5s;
}
.fc_unit .section_title {
  color: #fff;
  transition: all 0.5s;
}
.fc_unit:hover .section_title {
  color: #fff;
  transition: all 0.5s;
}
.fc_unit:hover .section_title {
  color: #fff;
  transition: all 0.5s;
}
/**/
.fc_unit .section_title_footer span {
  font-size: 1rem;
}
/**/
.fc_unit_arrow {
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
}
.fc_unit:hover .fc_unit_arrow {
  background-color: #fff;
  transition: all 0.5s;
}
.fc_unit_arrow::before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background-image: url("../images/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.fc_unit:hover .fc_unit_arrow::before {
  background-image: url("../images/arrow_right_black.svg");
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .fc_block {
    display: flex;
  }
  .fc_unit {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .fc_block {
    padding-top: 9.4rem;
  }
  .fc_unit_inner {
    width: 65%;
  }
  .fc_unit_arrow {
    width: 64px;
    height: 64px;
  }
  /**/
  .fc_unit .section_title_footer span {
   letter-spacing: 0.05em;
  }
  /**/
}
/*フッターメニュー*/
.footer_main_area {
  background-color: #333;
  padding: 5rem 0 10rem;
  color: #fff;
}
.footer_main_inner {
  width: 76%;
  margin: 0 auto;
  max-width: 1280px;
}
.footer_block {
  margin-bottom: 5rem;
}
.footer_unit01 {
  margin-bottom: 4rem;
}
.footer_logo {
  display: block;
  width: 200px;
  margin-bottom: 2rem;
}
.footer_address {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.footer_address a {
  color: #fff;
  pointer-events: none;
}
.footer_tel {
  margin-bottom: 0;
}
.footer_tel span {
  margin-right: 3px;
}
.footer_tel a {
  color: #fff;
}
.footer_fax span {
  margin-right: 3px;
}
.footer_fax {
  margin-bottom: 0;
}
.footer_list_box > ul > li {
  margin-bottom: 2rem;
}
.footer_list_box > ul > li:last-child {
  margin-bottom: 0;
}
.footer_row_parts > ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_row_parts > ul > li {
  width: auto;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
}
.footer_row_parts > ul > li:last-child {
  margin-bottom: 0;
}
.footer_row_title {
  color: #ccc;
  font-size: 1.15rem;
  position: relative;
  letter-spacing: 0.06em;
  padding-bottom: 3px;
  margin-bottom: 1rem;
}
.footer_row_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer_list_item {
  color: #fff;
  letter-spacing: 0.06em;
  transition: all 0.5s;
}
.footer_list_item:hover {
  color: #ccc;
  transition: all 0.5s;
} /*SNS*/
.footer_sns_block {
  margin-bottom: 5rem;
}
.footer_sns_block > ul {
  display: flex;
}
.footer_sns_block > ul > li {
  margin-right: 20px;
}
.footer_sns_block > ul > li:last-child {
  margin-right: 0;
}
.footer_sns_item {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_sns_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_policy_unit {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.footer_company {
  display: inline-block;
  position: relative;
  padding-right: 11px;
  margin-right: 10px;
  color: #fff;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
  transition: all 0.5s;
}
.footer_company:hover {
  color: #ccc;
  transition: all 0.5s;
}
.footer_company::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.footer_policy {
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: 0.06em;
  transition: all 0.5s;
}
.footer_policy:hover {
  color: #ccc;
  transition: all 0.5s;
}
.footer_copy {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer_main_area {
    padding: 6rem 0;
  }
  .footer_list_box > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer_list_box > ul > li {
    width: 45%;
  }
  .footer_copy_block {
    display: flex;
  }
  .footer_copy {
    order: 1;
    width: 30%;
  }
  .footer_sns_block {
    order: 2;
    width: 30%;
    margin-bottom: 0;
  }
  .footer_policy_unit {
    order: 3;
    width: 40%;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer_main_area {
    padding: 8rem 0;
  }
  .footer_block {
    margin-bottom: 9rem;
  }
  .footer_list_box > ul > li {
    margin-bottom: 0;
  }
  .footer_list_box > ul > li:nth-child(1) {
    width: 34%;
  }
  .footer_list_box > ul > li:nth-child(2) {
    width: 28%;
  }
  .footer_list_box > ul > li:nth-child(3) {
    width: 23%;
  }
  .footer_row_parts > ul > li {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer_main_area {
    padding: 11.2rem 0 7.5rem;
  }
  .footer_main_inner {
    width: 82%;
  }
  .footer_block {
    display: flex;
    margin-bottom: 11rem;
  }
  .footer_unit01 {
    width: 30%;
    margin-bottom: 0;
  }
  .footer_logo {
    width: 230px;
    margin-bottom: 1.4rem;
  }
  .footer_unit02 {
    width: 70%;
    padding-top: 1rem;
  }
  .footer_address {
    font-size: 0.875rem;
    margin-bottom: 1.8rem;
  }
  .footer_tel, .footer_fax {
    font-size: 0.875rem;
  }
  .footer_row_parts > ul > li {
    margin-bottom: 0.55rem;
  }
  .footer_row_title {
    font-size: 1rem;
    padding-bottom: 7px;
    margin-bottom: 1.4rem;
  }
  .footer_list_item {
    font-size: 0.9375rem;
  }
  .footer_copy {
    width: 30%;
  }
  .footer_sns_block {
    width: 34%;
  }
  .footer_sns_block > ul > li {
    margin-right: 24px;
  }
  .footer_policy_unit {
    width: 36%;
  }
  .footer_company {
    font-size: 0.875rem;
    padding-right: 9px;
    margin-right: 6px;
  }
  .footer_company::before {
    height: 13px;
  }
  .footer_policy {
    font-size: 0.875rem;
  }
  .footer_copy {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1600px) {
  .footer_unit01 {
    width: 32%;
  }
  .footer_unit02 {
    width: 68%;
  }
  .footer_list_box > ul > li:nth-child(1) {
    width: 31%;
  }
  .footer_list_box > ul > li:nth-child(2) {
    width: 31%;
  }
  .footer_list_box > ul > li:nth-child(3) {
    width: 31%;
  }
  .footer_copy {
    width: 32%;
  }
  .footer_sns_block {
    width: 32%;
  }
  .footer_sns_block > ul > li {
    margin-right: 24px;
  }
  .footer_policy_unit {
    width: 36%;
  }
}
/***************************************
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;
  }
}