@charset "UTF-8";
/* font */
footer .footer_contents-wrapper .footer_sns_wrapper {
  width: 100px;
  margin: auto;
  margin-bottom: 51px;
  margin-top: -70px;
}
footer .footer_contents-wrapper .footer_sns_wrapper .footer_sns {
  display: flex;
  justify-content: space-between;
}
.header_sns_wrapper {
  width: 80px;
  position: absolute;
  right: 30px;
  top: 50px;
}
.header-contents.contents_fixed .header_sns_wrapper {
  top: 18px;
}
.header_sns_wrapper .header_sns {
  display: flex;
  justify-content: space-between;
}
.header-contents {
  position: relative;
}
.header_sns_wrapper_sp {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header_sns_wrapper {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  footer .footer_contents-wrapper .footer_sns_wrapper {
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .header_sns_wrapper_sp {
    display: block;
  }
  .header_sns_sp {
    display: flex;
  }
  nav.globalNav ul.nav_menu li.menu_list .header_sns_sp a {
    padding: 30px 15px;
  }
  nav.globalNav ul.nav_menu {
    margin-bottom: 50px;
  }
  .pr_over_hidden nav.globalNav {
    height: 100%;
    overflow-y: scroll;
  }
}
/* 20200411追記 */
section.topicNews {
  margin-bottom: 0;
}
.recruit {
  padding: 50px 20px;
  margin: 0 auto;
  max-width: 800px;
}
.recruitBox {
  width: 100%;
  padding-top: calc(3 / 8 * 100%);
  margin: 0 auto;
  border: 3px solid #000000;
  box-sizing: border-box;
  position: relative;
  background: url(/assets//images/top/recruit.jpg) no-repeat top center;
  background-size: cover;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .recruitBox {
    padding-top: calc(4 / 8 * 100%);
    background-position: 80% 0;
  }
}
@media only screen and (max-width: 480px) {
  .recruitBox {
    padding-top: calc(5 / 8 * 100%);
    background-position: 80% 0;
  }
}
.recruitBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.recruitBox::after {
  content: "";
  display: block;
  width: calc(100% + 3px);
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  left: -3px;
  top: 0;
  z-index: 0;
}
.recruitText {
  width: calc(495 / 800 * 100%);
  position: absolute;
  top: 13.3333%;
  left: 30px;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .recruitText {
    width: 65%;
    left: 20px;
  }
}
.recruitText img {
  width: 100%;
}
.recruitBtn {
  width: 252px;
  height: 50px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 1;
}
.recruitBtn a {
  margin: 0 auto;
  display: block;
  width: 252px;
  height: 50px;
  border: 2px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruitBtn a:hover {
  background: #000000;
}
.recruitBtn a span {
  font-family: 'NotoSansCJKjp-Regular', sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 2px;
  position: relative;
  padding-right: 20px;
}
.recruitBtn a span::after {
  display: block;
  content: "";
  width: 27px;
  height: 8px;
  background-image: url("/assets/images/top_topicNews_linkArrow_w.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  bottom: 8px;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.recruitBtn a:hover span::after {
  right: -40px;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 701px) {
  div.header-contents.contents_fixed div.header-contents_wrapper nav.globalNav ul.nav_menu li.menu_list {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  nav.globalNav ul.nav_menu li.menu_list {
    margin-right: 27px;
  }
}
nav.footer_nav ul li {
  margin-right: 23px;
}
@media only screen and (max-width: 700px) {
  nav.footer_nav ul li {
    margin-right: 0;
  }
}
/* 202205 FC加盟募集ページ更新 */
.sec-products_slider {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .sec-products_slider {
    margin-bottom: 40px;
  }
}
.sec-products_slider img {
  width: 100%;
  height: auto;
}
.saving-cont {}
.leading01 strong.col {
  font-size: 35px;
}
@media only screen and (max-width: 768px) {
  .leading01 strong.col {
    font-size: 16px;
  }
}
.saving-cont .saving-cont_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: -50px;
}
@media only screen and (max-width: 768px) {
  .saving-cont .saving-cont_img {
    margin-top: 0;
  }
}
.saving-cont .saving-cont_img li {
  width: 48%;
}
.saving-cont .saving-cont_img li img {
  width: 100%;
}
.saving-cont .saving-cont_text {
  margin-top: 25px;
}
.saving-cont .saving-cont_text p {
  font-size: 16px;
}
.sec-follow_img {}
.sec-follow_img img {
  width: 100%;
}
.sec-follow .follow-wrap {
  margin-top: 0;
}
/* Youtube埋め込み */
.youtube {
  position: relative;
  padding-top: 62.5%;
  width: 100%;
  height: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*border-radius: 20px;*/
}
