@media screen and (min-width: 768px) {
  .vpc_fc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc_fc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .vsp_fc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vsp_fc {
    display: block;
  }
}

.c-outer_fc {
  position: relative;
  z-index: 1;
}
.c-outer_fc .c-inner_fc {
  position: relative;
}
.c-outer_fc.base-width_fc .c-inner_fc {
  padding-left: 18px;
  padding-right: 18px;
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}

body {
  visibility: visible !important;
}

.typesquare_option:not(a) {
  opacity: 1 !important;
}

#l-content-body_fc {
  font-family: "Yu Gothic Pr6N M", sans-serif;
  letter-spacing: 0.03em;
  font-feature-settings: normal;
  color: #333;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc {
    letter-spacing: normal;
  }
}

@media screen and (min-width: 768px) {
#l-content-body_fc p,
#l-content-body_fc span,
#l-content-body_fc dl,
#l-content-body_fc h2,
#l-content-body_fc h3,
#l-content-body_fc h4,
#l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc #keyword-body li {
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}
}

#l-content-body_fc h1, #l-content-body_fc h2, #l-content-body_fc h3, #l-content-body_fc h4, #l-content-body_fc h5, #l-content-body_fc h6 {
  margin: 0;
}
#l-content-body_fc img {
  width: 100%;
  height: auto;
}
#l-content-body_fc a {
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
#l-content-body_fc i,
#l-content-body_fc em {
  font-style: normal;
}
#l-content-body_fc ul,
#l-content-body_fc li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#l-content-body_fc p {
  margin: 0;
}
#l-content-body_fc #bg-outer_fc {
  position: relative;
  background-image: url(./../images/bg.jpg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 55px 0 125px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #bg-outer_fc {
    padding: 35px 0 50px;
  }
}
#l-content-body_fc #bg-outer_fc .bg-dec_fc {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
@media screen and (min-width: 768px) {
  #l-content-body_fc #bg-outer_fc .bg-dec_fc::after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
#l-content-body_fc #bg-outer_fc .bg-dec_fc#bg01_fc {
  background-image: url(./../images/bg01.png);
  top: 0;
  height: 532px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #bg-outer_fc .bg-dec_fc#bg01_fc {
    height: 133px;
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_fc #bg-outer_fc .bg-dec_fc#bg01_fc::after {
    background-image: url(./../images/bg01_dec.png);
    top: 30px;
    width: 1427px;
    height: 423px;
  }
}
#l-content-body_fc #bg-outer_fc .bg-dec_fc#bg02_fc {
  background-image: url(./../images/bg02.png);
  bottom: 0;
  height: 681px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #bg-outer_fc .bg-dec_fc#bg02_fc {
    height: 170px;
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_fc #bg-outer_fc .bg-dec_fc#bg02_fc::after {
    background-image: url(./../images/bg02_dec.png);
    bottom: 30px;
    width: 1792px;
    height: 716px;
  }
}
#l-content-body_fc #mv_fc .ttl-inner_fc {
  text-align: center;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .title-area_fc {
  max-width: 535px;
  margin: 0 auto;
}
#l-content-body_fc #mv_fc .subtitle-outer_fc {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #mv_fc .subtitle-outer_fc {
    margin-top: 25px;
  }
}
#l-content-body_fc #mv_fc .subtitle-outer_fc .subtitle_fc {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem;
  color: #9C72BF;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #mv_fc .subtitle-outer_fc .subtitle_fc {
    font-size: 1.25rem;
  }
}
#l-content-body_fc #mv_fc .subtitle-outer_fc .lead_fc {
  font-size: 1.25rem;
  margin: 22px 0 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #mv_fc .subtitle-outer_fc .lead_fc {
    font-size: 0.875rem;
    margin: 12px 0 0;
    text-align: left;/* additional */
  }
}
#l-content-body_fc #contents-keyword_fc .keyword_fc {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #contents-keyword_fc .keyword_fc {
    margin-top: 30px;
  }
}
#l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc {
  background: #fff;
  border-radius: 15px;
  padding: 32px 160px 32px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc {
    padding: 27px 12px 30px;
  }
}
#l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc .keyword-ttl_fc {
  font-size: 1rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc .keyword-ttl_fc {
    font-size: 0.875rem;
  }
}
#l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc .keyword-ttl_fc span {
  font-size: inherit;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc .keyword-ttl_fc span {
    padding-left: 33px;
  }
}
#l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc .keyword-ttl_fc span::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  position: absolute;
  transform: translateY(-50%);
  background-image: url(./../images/icon_keyword.png);
  top: 50%;
  left: 0;
  width: 25px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc .keyword-ttl_fc span::after {
    width: 21px;
    height: 20px;
  }
}
#l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc #keyword-body {
  display: flex;
  flex-wrap: wrap;
  gap: 19px 12px;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc #keyword-body {
    gap: 15px 5px;
    margin: 25px 0 0;
  }
}
#l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc #keyword-body li {
  display: inline-block;
  font-size: 1.125rem;
  color: #B99DD1;
  line-height: 1;
  border-radius: 500px;
  border: 1px solid #B99DD1;
  background: #fff;
  background: #fff;
  padding: 6px 15px;
  font-family: "Shuei MaruGo B", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc #keyword-body li {
    font-size: 0.875rem;
    padding: 6px 12px;
  }
}
#l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc #keyword-body li::before {
  content: "#";
}
#l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc #keyword-body li.active_fc {
  background: #B99DD1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #l-content-body_fc #contents-keyword_fc .keyword_fc .keyword-box_fc #keyword-body li:hover {
    background: #B99DD1;
    color: #fff;
  }
}
#l-content-body_fc #contents-keyword_fc .keyword_fc .hit_fc {
  font-size: 1rem;
  margin: 10px 0 0;
  display: none;
}
#l-content-body_fc #contents-keyword_fc .keyword_fc .hit_fc.active_fc {
  display: block;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #contents-keyword_fc .keyword_fc .hit_fc {
    font-size: 0.875rem;
  }
}
#l-content-body_fc #contents-keyword_fc .block-body_fc {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0 -45px -4%;
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #contents-keyword_fc .block-body_fc {
    margin: 50px 0 -35px -3%;
  }
}
#l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc {
  width: 29.333%;
  margin: 0 0 45px 4%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc {
    width: 47%;
    margin: 0 0 35px 3%;
  }
}
#l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc .video_fc {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc .video_fc iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
}
#l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc .text_fc {
  margin: 15px 0 0;
}
#l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc .text_fc .num_fc {
  line-height: 1;
  font-size: 0.875rem;
  width: 58px;
  border: 1px solid #333;
  text-align: center;
  padding: 3px 0px;
  letter-spacing: normal;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
#l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc .text_fc .num_fc span::before {
  content: "No.";
}
#l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc .text_fc .t01_fc {
  font-size: 1rem;
  margin-top: 8px;
  font-family: "Yu Gothic Pr6N B", sans-serif;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc .text_fc .t01_fc {
    font-size: 0.875rem;
  }
}
#l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc .text_fc .tab_fc {
  margin-top: 6px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc .text_fc .tab_fc span {
  display: inline-block;
  font-size: 0.75rem;
  color: #B99DD1;
  line-height: 1;
  border-radius: 500px;
  border: 1px solid #B99DD1;
  background: #fff;
  background: #fff;
  padding: 5px 9px;
}
#l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc .text_fc .tab_fc span::before {
  content: "#";
}
#l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc .text_fc .date_fc {
  margin-top: 10px;
  font-size: 0.75rem;
  color: #999;
  line-height: 1;
}
#l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc.new_fc::after {
  content: "NEW";
  position: absolute;
  top: -15px;
  right: 4px;
  font-size: 1rem;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF7BA5;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc.sp-wide_fc {
    width: 97%;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc:not(.sp-wide_fc).new_fc::after {
    width: 35px;
    height: 35px;
    font-size: 0.75rem;
  }
}
#l-content-body_fc #contents-keyword_fc .block-body_fc .box_fc.remove_fc {
  display: none !important;
}
#l-content-body_fc #profile_fc {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #profile_fc {
    padding-top: 35px;
    padding-bottom: 45px;
  }
}
#l-content-body_fc #profile_fc .profile-inner_fc {
  max-width: 876px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #l-content-body_fc #profile_fc .profile-inner_fc .profile-box_fc {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_fc #profile_fc .profile-inner_fc .profile-box_fc .img_fc {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #profile_fc .profile-inner_fc .profile-box_fc .img_fc {
    padding: 0 26%;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_fc #profile_fc .profile-inner_fc .profile-box_fc .text_fc {
    width: calc(100% - 180px);
    padding-left: 32px;
  }
}
#l-content-body_fc #profile_fc .profile-inner_fc .profile-box_fc .text_fc .t01_fc {
  font-size: 1.125rem;
  color: #B99DD1;
  font-family: "Shuei MaruGo B", sans-serif;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #profile_fc .profile-inner_fc .profile-box_fc .text_fc .t01_fc {
    font-size: 1rem;
  }
}
#l-content-body_fc #profile_fc .profile-inner_fc .profile-box_fc .text_fc .t02_fc {
  font-size: 1rem;
  font-family: "Shuei MaruGo B", sans-serif;
  line-height: 1.7;
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #profile_fc .profile-inner_fc .profile-box_fc .text_fc .t02_fc {
    font-size: 0.875rem;
  }
}
#l-content-body_fc #profile_fc .profile-inner_fc .profile-box_fc .text_fc .t03_fc {
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 12px 0 0;
  letter-spacing: normal;
}
#l-content-body_fc #profile_fc .profile-inner_fc .profile-box_fc .text_fc a {
  text-decoration: underline;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  #l-content-body_fc #profile_fc .profile-inner_fc .profile-box_fc .text_fc a:hover {
    text-decoration: none;
  }
}
#l-content-body_fc #recruitment_fc {
  background: rgba(255, 234, 229, 0.3);
  padding-top: 65px;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #recruitment_fc {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
#l-content-body_fc #recruitment_fc .recruitment-inner_fc {
  text-align: center;
}
#l-content-body_fc #recruitment_fc .recruitment-inner_fc .rm-title_fc {
  font-size: 2.5rem;
  color: #666;
  font-family: "Shuei MaruGo B", sans-serif;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #recruitment_fc .recruitment-inner_fc .rm-title_fc {
    font-size: 1.5rem;
  }
}
#l-content-body_fc #recruitment_fc .recruitment-inner_fc .rm-title_fc span {
  font-size: inherit;
  color: inherit;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #recruitment_fc .recruitment-inner_fc .rm-title_fc span {
    padding: 0 15px;
  }
}
#l-content-body_fc #recruitment_fc .recruitment-inner_fc .rm-title_fc span::before, #l-content-body_fc #recruitment_fc .recruitment-inner_fc .rm-title_fc span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 50px;
  background: #666;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #recruitment_fc .recruitment-inner_fc .rm-title_fc span::before, #l-content-body_fc #recruitment_fc .recruitment-inner_fc .rm-title_fc span::after {
    bottom: -1px;
    height: 35px;
  }
}
#l-content-body_fc #recruitment_fc .recruitment-inner_fc .rm-title_fc span::before {
  transform: rotate(-25deg);
  left: 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #recruitment_fc .recruitment-inner_fc .rm-title_fc span::before {
    left: -1px;
  }
}
#l-content-body_fc #recruitment_fc .recruitment-inner_fc .rm-title_fc span::after {
  transform: rotate(25deg);
  right: 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #recruitment_fc .recruitment-inner_fc .rm-title_fc span::after {
    right: -1px;
  }
}
#l-content-body_fc #recruitment_fc .recruitment-inner_fc .lead_fc {
  font-size: 1rem;
  line-height: 1.9;
  margin: 22px 0 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #recruitment_fc .recruitment-inner_fc .lead_fc {
    font-size: 0.875rem;
    letter-spacing: normal;
  }
}
#l-content-body_fc #recruitment_fc .recruitment-inner_fc .btn-outer_fc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #recruitment_fc .recruitment-inner_fc .btn-outer_fc {
    padding: 0 6px;
  }
}
#l-content-body_fc #recruitment_fc .recruitment-inner_fc .btn-outer_fc a {
  position: relative;
  font-size: 1.6875rem;
  color: #fff;
  background: #FF7BA5;
  border: 2px solid #FF7BA5;
  line-height: 1;
  max-width: 409px;
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  border-radius: 500px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #recruitment_fc .recruitment-inner_fc .btn-outer_fc a {
    font-size: 1.3125rem;
    height: 63px;
    margin: 25px auto 0;
  }
}
#l-content-body_fc #recruitment_fc .recruitment-inner_fc .btn-outer_fc a::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #recruitment_fc .recruitment-inner_fc .btn-outer_fc a::after {
    border-width: 3px;
    width: 17px;
    height: 17px;
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_fc #recruitment_fc .recruitment-inner_fc .btn-outer_fc a:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */