@charset "UTF-8";
/*
=====================================================================
=====================================================================
共通箇所
=====================================================================
=====================================================================
*/

/*===============================================
common_list
===============================================*/
#footer .common_list {
  font-size: 0;
  position: relative;
}

#footer .common_list article {
  font-size: 13px;
  width: 400px;
  padding: 0;
  margin: 0;
}

#footer .common_list article:first-child {
  margin-right: 48px;
}

@media screen and (min-width: 769px) {
  #footer .common_list article a:hover .common_img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }

  #footer .common_list article a:hover .common_img img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
  }
}

#footer .common_list article .common_img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#footer .common_list article .common_img img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#footer .common_list article .common_content {
  margin-top: 32px;
}

#footer .common_list article .common_content .common_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1px;
}

#footer .common_list article .common_content .common_info {
  color: #c9191d;
  font-size: 13px;
  padding-top: 20px;
}

#footer .common_list article .common_content .common_category {
  color: #fff;
  background-color: #c9191d;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  padding: 0 14px;
  margin-top: 24px;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

#footer .common_list .arrow_btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

/*===============================================
link
===============================================*/
#footer #link {
  padding: 0;
}

#footer #link ul {
  font-size: 0;
}

#footer #link li {
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
  position: relative;
  width: 33.33333333%;
  height: 520px;
  padding: 0;
  text-align: center;
}

#footer #link li:nth-child(1) {
  background-image: url(../images/common/link-contact.jpg);
}

#footer #link li:nth-child(2) {
  background-image: url(../images/common/link-mail-siryou.jpg);
}

#footer #link li:nth-child(3) {
  background-image: url(../images/common/link-mail-magazine.jpg);
}

#footer #link li .transparent {
  background-color: rgba(0, 0, 0, 0.76);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#footer #link li .link_label {
  font-family: "Spartan", sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 80px;
  left: 40px;
  display: inline-block;
  vertical-align: top;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

#footer #link li .link_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#footer #link li .link_content .link_title {
  font-size: 24px;
  font-weight: 700;
}

#footer #link li .link_content .link_title span {
  font-size: 18px;
}

#footer #link li .link_content .link_text span {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-top: -15px;
  display: inline-block;
}

#footer #link li .link_content .link_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1px;
  padding-top: 32px;
}

#footer #link li .link_content .link_text_wrap {
  height: 208px;
}

#footer #link li .link_content .link_tel {
  padding-top: 32px;
}

#footer #link li .link_content .link_tel a {
  color: #c9191d;
}

#footer #link li .link_content .link_tel a i {
  font-size: 24px;
}

#footer #link li .link_content .link_tel a span {
  font-family: "Spartan", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

#footer #link li .link_content .link_tel .link_reception_time {
  font-size: 13px;
  padding-top: 12px;
}

#footer #link li .link_content .btn {
  margin-top: 32px;
}

#footer .btn .btn_content {
  color: #fff;
  background-color: #c9191d;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  width: 220px;
  height: 56px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: block;
  border-radius: 56px;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
}

@media screen and (max-width: 1340px) {
  #footer #link li .link_label {
    font-size: 12px;
    left: 10px;
  }

  #footer #link li .link_content .link_title {
    font-size: 18px;
  }

  #footer #link li .link_content .link_title span {
    font-size: 12px;
  }

  #footer #link li .link_content .link_text {
    font-size: 14px;
    padding-top: 24px;
  }
}

@media screen and (max-width: 1023px) {
  #footer #link li .link_label {
    font-size: 14px;
    top: 20px;
    left: 24px;
  }
}

@media screen and (max-width: 1000px) {
  #footer #link li {
    width: 100%;
    height: 360px;
    display: block;
    margin-bottom: 0;
  }

  #footer #link li .link_content .link_text_wrap {
    height: auto;
  }

  #footer #link li .link_content .link_text span {
    font-size: 11px;
  }

  #footer #link li:last-child {
    margin-bottom: 20px;
  }

  #footer #link li .link_content .link_tel {
    padding-top: 24px;
  }

  #footer #link li .link_content .btn {
    margin-top: 24px;
  }

  #footer .btn .btn_content {
    font-size: 12px;
    width: 180px;
    height: 48px;
  }
}

@media screen and (min-width: 769px) {

  #footer .btn .btn_content:hover:before {
    transform: scaleX(1) translateZ(0);
    -webkit-transform: scaleX(1) translateZ(0);
    -moz-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
  }

  #footer .btn .btn_content:hover span {
    color: #c9191d;
  }
}

#footer .btn .btn_content:before {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 56px;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  transform: scaleX(0) translateZ(0);
  -webkit-transform: scaleX(0) translateZ(0);
  -moz-transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0) translateZ(0);
  -o-transform: scaleX(0) translateZ(0);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: right top;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
}

#footer .btn .btn_content span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

@media all and (-ms-high-contrast: none) {
  #footer .btn .btn_content span {
    top: 55%;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #footer .btn .btn_content span {
    top: 53%;
  }
}

#footer .gra_btn .btn_content {
  background: linear-gradient(to right, #c9191d 0%, #df7677 100%);
}

#footer .gra_btn .btn_content i {
  padding-right: 8px;
}

/*===============================================
footer
===============================================*/

#footer {
  background-color: #f2f2f2;
  border: none;
  position: relative;
  padding: 0px 0px 56px;
  text-align: center;
  z-index: 2;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  overflow-x: hidden;
  font-smoothing: antialiased;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -ms-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -o-font-smoothing: antialiased;
  -o-text-size-adjust: 100%;
}

@font-face {
  #footer {
    font-family: "Noto Sans JP";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("fonts/NotoSansCJKjp-Regular.eot") format("eot");
  }
}

@font-face {
  #footer {
    font-family: "Noto Sans JP";
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("fonts/NotoSansCJKjp-Bold.eot") format("eot");
  }
}

#footer a {
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#footer ul,
#footer ol,
#footer li {
  font-size: 0;
}

#footer .inner {
  max-width: 1200px;
  margin: 0 auto;
}

#footer .large_inner {
  max-width: 1440px;
}

#footer .list {
  padding: 0 16px;
  margin-bottom: 32px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#footer .pc {
  display: block;
}

#footer .tb,
#footer .sp {
  display: none;
}

#footer #f_top {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 64px;
}

#footer #f_top li {
  font-size: 12px;
  padding: 0 20px;
  margin-bottom: 32px;
}

#footer #f_top li.newgraduate .f_logo .f_logo_img .st0 {
  fill: #fff;
}

#footer #f_top li.newgraduate .f_logo .f_logo_img .st1 {
  fill: #c9191d;
}

#footer #f_top li.newgraduate .f_logo .f_logo_img .st2 {
  fill: #111;
}

#footer #f_top li.mid_career .f_logo .f_logo_img .st0 {
  fill: #fff;
}

#footer #f_top li.mid_career .f_logo .f_logo_img .st1 {
  fill: #c9191d;
}

#footer #f_top li.mid_career .f_logo .f_logo_img .st2 {
  fill: #111;
}

#footer #f_top li.hr .f_logo .f_logo_img .st0 {
  fill: #c9191d;
}

#footer #f_top li.hr .f_logo .f_logo_img .st1 {
  fill: #fff;
}

#footer #f_top li .f_logo a {
  background-color: #fff;
  position: relative;
  width: 280px;
  height: 88px;
  display: block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

@media screen and (min-width: 769px) {
  #footer #f_top li .f_logo a:hover {
    opacity: 0.7;
  }
}

#footer #f_top li .f_logo .f_logo_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#footer #f_top li .f_logo .f_logo_img img {
  width: 80px;
}

#footer #f_top li .f_logo .f_logo_img_png {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 15px;
  width: 180px;
}

#footer #f_top li .f_logo .f_logo_img_png img {
  width: 180px;
}

#footer #f_top li .f_logo .f_logo_icon {
  position: absolute;
  bottom: 4px;
  right: 4px;
}

#footer #f_top li .f_logo .f_logo_icon .st0 {
  fill: none;
  stroke: #111;
  stroke-width: 1.3;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#footer #f_top li p {
  padding-top: 8px;
}

#footer #f_bottom {
  text-align: left;
}

#footer #f_bottom:after {
  content: "";
  display: table;
  clear: both;
}

#footer #f_bottom .f_logo {
  margin-bottom: 64px;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #footer #f_bottom .f_logo a:hover {
    opacity: 0.7;
  }
}

#footer #f_bottom .f_logo .st0 {
  fill: #fff;
}

#footer #f_bottom .f_logo .st1 {
  fill: #c9191d;
}

#footer #f_bottom .f_sns {
  float: right;
  padding-top: 48px;
}

#footer #f_bottom .f_sns li {
  font-size: 20px;
  padding: 0 0 0 36px;
  margin: 0;
}

#footer #f_bottom .f_sns li:first-child {
  padding: 0;
}

#footer #f_bottom .f_sns li:nth-child(1) {
  max-width: 24px;
  width: 100%;
}

#footer #f_bottom .f_sns li:nth-child(1) img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(78%) saturate(5007%) hue-rotate(351deg) brightness(81%) contrast(93%);
  transition: all 0.3s;
}

#footer #f_bottom .f_sns li a {
  color: #c9191d;
}

@media screen and (min-width: 769px) {
  #footer #f_bottom .f_sns li a:hover i {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
  }

  #footer #f_bottom .f_sns li a:hover img {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
  }
}

#footer #f_bottom .f_sns li a i {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#footer #f_bottom .f_menu li {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0 20px 0 0;
  margin: 0;
}

#footer #f_bottom .f_menu li:last-child {
  padding-right: 0;
}

#footer #f_bottom .f_menu li a {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #footer #f_bottom .f_menu li a:hover {
    color: #c9191d;
  }
}

#footer #f_bottom .f_info {
  float: right;
  margin-top: -13px;
}

#footer #f_bottom .f_info li {
  font-size: 13px;
  font-weight: 700;
  padding: 0 0 0 30px;
  margin: 0;
}

#footer #f_bottom .f_info li:first-child {
  padding: 0;
}

@media screen and (min-width: 769px) {
  #footer #f_bottom .f_info li a:hover {
    color: #c9191d;
  }
}

#footer #f_bottom .f_info li a i {
  color: #c9191d;
  padding-right: 4px;
}

#footer #f_bottom small {
  color: #999;
  background-color: transparent;
  font-family: "Spartan", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 0;
  margin-top: 110px;
  display: block;
  text-align: left;
}

/* フッターリニューアル 20220404 */
#footer #f_bottom .f_bottom_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#footer #f_bottom .f_bottom_left {
  flex: 0 0 65%;
}

#footer #f_bottom .f_bottom_left .f_bottom_left_title {
  margin-bottom: 50px;
}

#footer #f_bottom .f_bottom_left .f_bottom_left_title h2 {
  font-size: 20px;
  font-weight: 900;
}

#footer #f_bottom .f_bottom_left .f_bottom_left_title h2 span {
  font-size: 12px;
  font-weight: 900;
}

#footer #f_bottom .f_bottom_left .f_bottom_left_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
}

#footer #f_bottom .f_bottom_left .item_title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 30px;
}

#footer #f_bottom .f_bottom_left .f_bottom_left_item01 a {
  margin-bottom: 20px;
}

#footer #f_bottom .f_bottom_left .f_bottom_left_item02 a {
  margin-bottom: 20px;
}

#footer #f_bottom .f_bottom_left .other_bottom {
  margin-bottom: 20px;
}

#footer #f_bottom .f_bottom_left .sns_service,
#footer #f_bottom .f_bottom_left .other_service {
  margin-top: 40px;
}

#footer #f_bottom .f_bottom_left .sns_service_spv,
#footer #f_bottom .f_bottom_left .other_service_spv {
  display: none;
}

#footer #f_bottom .f_bottom_left .sns_service_pcv,
#footer #f_bottom .f_bottom_left .other_service_pcv {
  display: block;
}

#footer #f_bottom .f_bottom_right {
  flex: 0 0 20%;
}

#footer #f_bottom .f_bottom_right li {
  display: block;
  font-size: 18px;
  margin-bottom: 25px;
}

#footer #f_bottom .f_menu {
  margin-bottom: 40px;
}

#footer #f_bottom .f_sns {
  float: unset;
  padding-top: 0;
  margin-bottom: 30px;
}

#footer #f_bottom .f_sns ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  gap: 30px;
}

#footer #f_bottom .f_sns li {
  padding: 0;
  font-size: 24px;
}

#footer #f_bottom .f_logo {
  flex: 0 0 100%;
  margin-bottom: 0;
}

#footer #f_bottom .f_info {
  float: unset;
}

#footer #f_bottom .f_info li {
  padding: 0;
  font-size: 16px;
}

#footer #f_bottom small {
  margin-top: -18px;
  text-align: center;
}

/* ここまで */
@media (min-width: 1px) and (max-width: 1300px) {
  #footer .inner {
    width: 90%;
  }

  #footer #f_bottom .f_bottom_left {
    flex: 0 0 70%;
  }

  #footer #f_bottom .f_bottom_left .f_bottom_left_flex {
    justify-content: flex-start;
  }

  #footer #f_bottom .f_bottom_left .f_bottom_left_flex .f_bottom_left_item01 {
    margin-right: 20px;
  }
}

@media (min-width: 1px) and (max-width: 1210px) {
  #footer #f_bottom .f_bottom_left .sns_service {
    margin-bottom: 40px;
  }
}

@media (min-width: 1px) and (max-width: 1050px) {
  #footer #f_bottom .f_bottom_right li {
    font-size: 16px;
  }
}

@media (min-width: 1px) and (max-width: 950px) {
  #footer #f_bottom .f_bottom_left {
    flex: 0 0 60%;
  }

  #footer #f_bottom .f_bottom_right {
    flex: 0 0 25%;
  }

  #footer #f_bottom .f_bottom_left .f_bottom_left_flex {
    display: block;
  }

  #footer #f_bottom .f_logo {
    margin-top: 30px;
  }
}

@media (min-width: 1px) and (max-width: 767px) {
  #footer #f_bottom .pcv {
    display: none;
  }

  #footer #f_bottom .f_bottom_flex {
    display: block;
  }

  #footer #f_bottom .f_bottom_flex .f_bottom_left {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  #footer #f_bottom .f_bottom_flex .f_bottom_left .item_title {
    margin-bottom: 20px;
  }

  #footer #f_bottom .f_bottom_left .f_bottom_left_flex .f_bottom_left_item01 {
    margin-right: 0;
    margin-bottom: 20px;
    transition: 0.5s;
  }

  #footer #f_bottom .f_bottom_left .f_bottom_left_flex .f_bottom_left_item01 .item_title {
    margin-bottom: 0;
  }

  #footer #f_bottom .f_bottom_left .f_bottom_left_flex .f_bottom_left_item02 {
    margin-bottom: 20px;
    transition: 0.5s;
  }

  #footer #f_bottom .f_bottom_left .f_bottom_left_flex .f_bottom_left_item02 .item_title {
    margin-bottom: 0;
  }

  #footer #f_bottom .f_bottom_left .sns_service_spv,
  #footer #f_bottom .f_bottom_left .other_service_spv {
    display: block;
  }

  #footer #f_bottom .f_bottom_left .sns_service_pcv,
  #footer #f_bottom .f_bottom_left .other_service_pcv {
    display: none;
  }

  #footer #f_bottom .f_bottom_left .sns_service {
    margin-bottom: 30px;
  }

  #footer #f_bottom .f_bottom_left .other_service {
    margin-top: 0;
  }

  #footer #f_bottom .f_bottom_flex .f_bottom_right {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  #footer #f_bottom .f_sns ul {
    width: 100%;
    max-width: 150px;
    justify-content: center;
    margin: 0 auto;
  }

  /* フッターメニュー開閉 */
  #footer #f_bottom .f_bottom_left_item01_sp_inner,
  #footer #f_bottom .f_bottom_left_item02_sp_inner {
    display: none;
    padding: 0 10px;
  }

  #footer #f_bottom .f_bottom_left .f_bottom_left_flex .bottom_space_none {
    margin-bottom: 0;
    transition: 0.5s;
  }

  #footer #f_bottom #sp_menu_btn01,
  #footer #f_bottom #sp_menu_btn02 {
    position: relative;
    display: inline-block;
  }

  #footer #f_bottom #sp_menu_btn02 {
    line-height: 1.3;
  }

  #footer #f_bottom #sp_menu_btn01::after {
    content: "✚";
    position: absolute;
    font-weight: 900;
    right: -30px;
    top: -1px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }

  #footer #f_bottom #sp_menu_btn02::after {
    content: "✚";
    position: absolute;
    font-weight: 900;
    right: -30px;
    top: 13px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }

  #footer #f_bottom #sp_menu_btn01.arrow,
  #footer #f_bottom #sp_menu_btn02.arrow {
    margin-bottom: 20px;
  }

  #footer #f_bottom #sp_menu_btn01.arrow::after {
    content: "";
    background-color: #333;
    height: 3px;
    width: 14px;
    top: 13px;
    right: -36px;
  }

  #footer #f_bottom #sp_menu_btn02.arrow::after {
    content: "";
    background-color: #333;
    height: 3px;
    width: 14px;
    top: 22px;
    right: -36px;
  }

  #footer #f_bottom .f_bottom_left_item01_sp_inner a:last-child,
  #footer #f_bottom .f_bottom_left_item02_sp_inner a:last-child {
    margin-bottom: 0;
  }

  #footer #f_bottom .f_bottom_left_item01 .f_bottom_left_item01_sp_inner a,
  #footer #f_bottom .f_bottom_left_item02 .f_bottom_left_item02_sp_inner a {
    margin-bottom: 25px;
  }

  #footer #f_bottom .left_space {
    padding-left: 15px;
  }
}

/*
=====================================================================
=====================================================================
1300px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1300px) {

  /*===============================================
  footer
  ===============================================*/
  #footer #f_bottom .f_menu nav,
  #footer #f_bottom .f_info nav {
    background-color: transparent;
    position: static;
    width: auto;
    text-align: left;
    display: block;
  }
}

/*
=====================================================================
=====================================================================
1160px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1160px) {

  /*===============================================
  footer
  ===============================================*/
  #footer #f_top li {
    width: 33.3333%;
  }

  #footer #f_top li .f_logo a {
    width: 100%;
  }

  #footer #f_bottom .f_menu {
    margin-bottom: 24px;
  }

  #footer #f_bottom .f_info {
    float: none;
    margin-top: 0;
  }
}

/*
=====================================================================
=====================================================================
1023px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1023px) {

  /*===============================================
  footer
  ===============================================*/
  #footer #f_top li {
    width: 33.3333%;
  }

  #footer #f_top li .f_logo a {
    width: 100%;
  }

  #footer #f_bottom .f_logo svg {
    width: 160px;
    height: 57.8159px;
  }

  #footer #f_bottom .f_menu {
    margin-bottom: 24px;
  }

  #footer #f_bottom .f_info {
    float: none;
    margin-top: 0;
  }

  #footer #f_bottom small {
    font-size: 10px;
    /* margin-top: 20px; */
  }
}

/*
=====================================================================
=====================================================================
950px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 950px) {

  /*===============================================
  footer
  ===============================================*/
  #footer #f_bottom small {
    font-size: 10px;
    margin-top: 20px;
  }
}

/*
=====================================================================
=====================================================================
768px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px) {

  /*===============================================
  footer
  ===============================================*/
  #footer {
    padding: 0px 0px 58px;
    margin: 0;
  }

  #footer .list_sp_mb0 {
    margin-bottom: 0;
  }

  #footer #f_top {
    margin-bottom: 48px;
  }

  #footer #f_top ul {
    margin-bottom: 48px;
  }

  #footer #f_top li {
    width: 280px;
    padding: 0;
    margin: 0 auto 24px;
    display: block;
  }

  #footer #f_top li.hr .f_logo .f_logo_img svg {
    width: 120px;
    height: 43.362px;
  }

  #footer #f_top li:last-child {
    margin-bottom: 0;
  }

  #footer #f_top li p {
    padding-top: 12px;
  }

  #footer #f_bottom .f_logo {
    /* margin: 0 auto 32px; */
    margin: 0 auto 15px;
    display: block;
    text-align: center;
  }

  #footer #f_bottom .f_sns {
    float: none;
    padding-top: 0;
    text-align: center;
    /* margin-bottom: 40px; */
    margin-bottom: 20px;
  }

  #footer #f_bottom .f_sns li {
    font-size: 20px;
    width: auto;
    display: inline-block;
  }

  #footer #f_bottom .f_sns li:nth-child(1) {
    max-width: 20px;
  }

  #footer #f_bottom .f_menu nav {
    text-align: left;
  }

  #footer #f_bottom .f_menu li {
    width: auto;
    /* padding: 0 10px; */
    margin-bottom: 16px;
    display: block;
  }

  #footer #f_bottom .f_info nav {
    text-align: center;
  }

  #footer #f_bottom .f_info li {
    width: auto;
    padding: 0 10px;
    margin-bottom: 16px;
    display: inline-block;
    font-size: 12px;
  }

  #footer #f_bottom .f_info li:first-child {
    padding: 0 10px;
  }

  #footer #f_bottom small {
    letter-spacing: 0;
    text-align: center;
  }
}

/*
=====================================================================
=====================================================================
480px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 480px) {

  /*===============================================
  footer
  ===============================================*/
  #footer #f_top li {
    width: 240px;
  }

  #footer #f_top li .f_logo a {
    height: 76px;
  }

  #footer #f_bottom .f_menu li {
    font-size: 16px;
  }
}

/* モーダルウィンドウ */
#footer #modal-open {
  color: #cc0000;
}

#footer .js-modal-open {
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  text-decoration: underline;
}

#footer .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#footer .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

#footer .modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.modal__content_img_wrap {
  overflow: hidden;
  overflow-y: scroll;
  height: 500px;
  border: 2px solid #ccc;
}

.modal__content_img_wrap::-webkit-scrollbar {
  background: #ccc;
  width: 10px;
}

.modal__content_img_wrap::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 50px;
  height: 50px;
}

#footer .modal img {
  max-width: 598px;
  margin: auto;
  width: 100%;
  height: auto;
}

#footer .js-modal-close {
  font-weight: bold;
  padding-top: 20px;
}

@media screen and (max-width: 1000px) {
  #footer .modal__content {
    width: 100%;
  }

  #footer .modal__content {
    padding: 20px 10px;
  }

  #footer .modal__content_img_wrap {
    overflow: hidden;
    overflow-y: scroll;
    height: 300px;
    border: 2px solid #ccc;
  }
}