@charset "UTF-8";

:root {
  --text-color: #222;
  --text-darkgray: #717171;
  --line-color: #E8E8E8;
  --content-bg-color: #F5F5F5;
  --main-color: #E60012;
  --main-color2: #ec979e;
}

body img {
  max-width: 100%;
}

.cont_inner {
  padding-top: 0;
  border-top: none;
}

.logo-main_outer {
  max-width: 1040px;
  margin: 10px auto;
}

.logo-main {
  width: 21.5%;
}

/* site footer */
.site-footer {
  background-color: var(--content-bg-color);
  padding: 60px 0 80px;
}

.site-footer_inner {
  max-width: 1040px;
  margin: 0 auto;
}

.site-footer_inner .title_english {
  margin-bottom: 20px;
}

.site-footer_inner .info_title {
  font-size: 3.2rem;
  line-height: 43px;
  margin: 20px 0;
}

.site-footer_inner .info_text {
  font-weight: 300;
  letter-spacing: 0.64px;
  line-height: 32px;
  margin-top: 20px;
}

.site-footer_inner .contact_list {
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 0;
  margin-top: 30px;
  border-radius: 5px;
}

.site-footer_inner .contact_item {
  width: calc(100% / 3);
  text-align: center;
  padding: 0 25px;
  box-sizing: border-box;
}

.site-footer_inner .contact_item:not(:last-child) {
  border-right: 1px solid var(--line-color);
}

.site-footer_inner .contact_title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 32px;
  margin-left: 10px;
}

.site-footer_inner .contact_item_text {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.56px;
  line-height: 24px;
  margin-top: 20px;
}

.site-footer_contact_btn {
  text-align: left;
  padding: 0;
  margin-top: 30px;
  box-sizing: border-box;
}

.site-footer_contact_btn a {
  width: 296px;
  display: inline-block;
  padding: 21px 30px;
}

.site-footer_inner .tel_number {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 27px;
  margin-left: 15px;
}

.site-footer_inner .contact_picture,
.site-footer_inner .contact_img {
  line-height: 1;
}

.site-footer_inner .contact_tel_area {
  margin-top: 20px;
}

.site-footer_contact-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title_english {
  display: inline;
  color: var(--main-color);
  font-weight: bold;
  letter-spacing: 3.2px;
  line-height: 21px;
  margin-bottom: 10px;
  position: relative;
}

.title_english::after {
  content: '';
  width: 2.5em;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  top: 50%;
  right: -3em;
  transform: translateY(-50%);
}

picture {
  display: inline-block;
  line-height: 1;
}

.kv_area {
  position: relative;
  text-align: center;
}

#contents section {
  max-width: 1040px;
  margin: 0 auto;
}

.kv_area-inner {
  position: relative;
  max-width: 3200px;
  margin: 0 auto;
}

.kv_area .title-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: min(2.625vw, 4.2rem);
  letter-spacing: 12.6px;
  line-height: 1.5em;
}

/* フランチャイズ加盟募集 */
#contents .fc_recruitment-area {
  margin: 2.5% auto 7.5%;
}

.fc_recruitment-subtitle {
  position: relative;
  line-height: 37px;
  margin-top: 30px;
}

.fc_recruitment-subtitle::after {
  content: '';
  position: absolute;
  top: -130px;
  right: -367px;
  width: 332px;
  height: 322px;
  background: url(/fc/common/images/bg/bg1.webp);
  background-size: contain;
  background-position: top right -5%;
  background-repeat: no-repeat;
  z-index: -1;
}

.fc_recruitment-text {
  font-size: 1.6rem;
  letter-spacing: 0.64px;
  line-height: 32px;
  margin-top: 30px;
}

.fc_recruitment-img {
  margin-top: 40px;
  margin: 40px auto 0;
  max-width: 70%;
  display: block;
}

#movie-area_img {
  position: relative;
  cursor: pointer;
}

.ico-play {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yarukiswitchi-square-strongness .two_columns-list {
  position: relative;
}

.yarukiswitchi-square-strongness .two_columns-list::before {
  content: '';
  position: absolute;
  top: -6%;
  left: -280px;
  width: 150px;
  height: 150px;
  background: url(/fc/common/images/bg/bg4.webp);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}

.yarukiswitchi-square-strongness .two_columns-list::after {
  content: '';
  position: absolute;
  bottom: 8%;
  right: -280px;
  width: 200px;
  height: 200px;
  background: url(/fc/common/images/bg/bg2.webp);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -1;
}

.two_columns-item .ico-play {
  width: 67px;
  height: 67px;
}

.img_caption {
  margin-top: 10px;
}

.school-name {
  margin-top: 30px;
}

.direct-management-school {
  position: relative;
  padding-bottom: 0;
}

.direct-management-school .section-title::before {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -280px;
  width: 150px;
  height: 150px;
  background: url(/fc/common/images/bg/bg4.webp);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}

.direct-management-school::before {
  content: '';
  position: absolute;
  top: 40%;
  left: -367px;
  width: 332px;
  height: 322px;
  background: url(/fc/common/images/bg/bg1.webp);
  background-size: contain;
  background-position: top left -5%;
  background-repeat: no-repeat;
  transform: rotate(270deg);
  z-index: -1;
}
#contents section.direct-management-school::after {
  content: '';
  position: absolute;
  bottom: 20.5%;
  right: -280px;
  width: 200px;
  height: 200px;
  background: url(/fc/common/images/bg/bg2.webp);
  background-size: contain;
  background-position: top right -5%;
  background-repeat: no-repeat;
  z-index: -1;
  visibility: visible;
}

.direct-management-school .content_desc {
  margin-top: 15px;
}

.direct-management-school .content-two_columns:nth-of-type(1) {
  padding-bottom: 11.6%;
}

.school_opened-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 34px;
  margin-top: 30px;
}

.school_opened-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.school_opened-item {
  margin-right: 20px;
  margin-bottom: 15px;
}

.school_opened-item img {
  height: 42px;
}

.school_opened-list .school_opened-item:last-child {
  margin-right: 0;
}


/* バナー部分 */
.top_banner {
  text-align: center;
  padding: 60px 0;
}

.banner_list {
  margin: 0 auto;
}

.banner_item {
  position: relative;
  display: inline-block;
  width: 1040px;
  height: 176px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto;
}

.banner_item:hover {
  color: var(--text-color);
  text-decoration: none;
  background-color: var(--content-bg-color);
  transition: all 0.5s;
}

.bnr_link {
  position: relative;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 3.4px;
  line-height: 48px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #E60012;
  box-sizing: border-box;
  border: 2px solid #E60012;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}

.bnr_link:hover {
  text-decoration: none;
  color: #E60012;
  transition: all 0.3s ease-out;
  background-color: var(--content-bg-color);
}

.bnr_link::before {
  content: '';
  width: 70px;
  height: 70px;
  background-color: var(--content-bg-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.bnr_link:hover::before {
  background-color: #E60012;
  transition: all 0.5s;
}


.bnr_link::after {
  content: '';
  width: 28px;
  height: 28px;
  background: url(/fc/common/images/icons/arrow_red.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 58px;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.bnr_link:hover::after {
  content: '';
  width: 28px;
  height: 28px;
  background: url(/fc/common/images/icons/arrow_white.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 58px;
  transform: translateY(-50%);
  transition: all 0.5s;
}


.btn-go {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.bnr_text {
  line-height: 1.2em;
  padding-left: 2em;
  box-sizing: border-box;
}

.bnr-text-english {
  display: inline;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
}

.bnr-text-english::after {
  content: '';
  width: 2.5em;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -3em;
  transform: translateY(-50%);
}

.bnr-text-small {
  display: inline-block;
  color: var(--text-color);
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  line-height: 1.5em;
}

/* 追従nav */
.bottom-fixnav {
  position: sticky;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 16px;
  z-index: 10;
}

.bottom-fixnav_item {
  width: 340px;
}

.bottom-fixnav_item:not(:first-child) {
  margin-left: 40px;
}

.fixnav_item_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bottom-fixnav_text {
  text-align: left;
  margin-left: 10px;
}

.fixnav-ico {
  width: 24px;
  height: 24px;
}

.show_detailbtn {
    margin-top: 40px;
    box-sizing: border-box;
}

