@charset "UTF-8";

body {
  text-align: justify;
  word-break: break-all;
  line-height: 1.8;
}
/*=======================================
  header
=======================================*/
.content_wrap {
  float: left;
  width: 616px;
  margin: 0 0 30px 12px;
  background: url(img/bg.png) left top #FFF;
}
.content_header {
  background: #e6027f;
  padding-left: 15px;
  color: #fff;
}
/*=======================================
  common parts
=======================================*/
.content_wrap strong {color: #f06292;}
.content_wrap strong span {font-weight: bold;}
.content_wrap .mincho {font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.content_wrap .taC {text-align: center;}
.content_wrap .mb20 {margin-bottom: 20px;}
.content_wrap .mb30 {margin-bottom: 30px;}
.content_wrap .txt_bold {font-weight: bold;}
.content_wrap .aligncenter {
  display: block;
  margin: 0 auto 1.5rem auto;
}
.content_wrap .alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
.content_wrap .alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
.content_wrap .fs_yellow {color: #FFFF00;}
/*=======================================
  mainimage
=======================================*/
.ksncom_mainimage {}
/*=======================================
  intro
=======================================*/
.ksncom_intro {
  margin-bottom: 30px;
  text-align: center;
}
/*------------------------------
  lead
-------------------------------*/
.lead_txt {
  padding: 20px 30px;
  text-align: left;
  border-top: 6px solid #FEFC8E;
  background: #FFF;
}
/*------------------------------
  profile
-------------------------------*/
.profile_inner {
  margin: 0;
  padding: 30px;
  text-align: center;
  border-top: 6px solid #EB6A7B;
  background: #FFF7E4;
}
.profile_ttl {
  margin-bottom: 20px;
  text-align: left;
}
.profile_box {
  display: flex;
}
.profile_photo {
  width: 250px;
}
.profile_item {
  padding-left: 30px;
  text-align: left;
}
.profile_name {
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  font-size: 28px;
  color: #EB6A7B;
}
.profile_name span {font-size: 20px;}
.profile_name span .zaiseki {
  padding: 2px 5px;
  background: #EB6A7B;
  font-size: 16px;
  color: #FFF;
}
.profile_text {}
/*=======================================
  interview
=======================================*/
.ksncom_interview {
  padding: 25px 0 5px 0;
  background: #FFF;
  border-top: 6px solid #0071BC;
  text-align: center;
}
.interview_inner {
  padding: 0 30px;
  text-align: left;
}
.interview_inner dl {
  margin: 15px 0 30px 0;
}
.interview_inner dt {
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
  font-size: 22px;
  color: #E66720;
  background: url(img/interview_faq_q.png) no-repeat left 5px;
}
.interview_inner dd {
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
  background: url(img/interview_faq_a.png) no-repeat left top;
}
.interview_inner dd::after {
  display: block;
  padding: 20px 0 0 0;
  text-align: center;
  content: url(img/sep.png);
}
.interview_inner dd:last-child::after {
  content: none;
}

/*=======================================
  point
=======================================*/
.ksncom_point {
  margin: 30px 0 0 0;
  padding: 25px 0;
  background: #F2F9E8;
  border-top: 6px solid #8CC63F;
  text-align: center;
}
.point_box {
  position: relative;
  margin: 40px 30px;
  padding: 10px;
  border: solid 3px #8CC63F;
  background: #FFF;
}
.point_box .point_box_ttl {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  background: #8CC63F;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}
.point_box p.point_ttl {
  font-size: 22px;
  color: #EB6A7B;
  font-weight: bold;
  text-align: left;
}
.point_box p.point_txt {
  margin-bottom: 5px;
  text-align: left;
}

/*=======================================
  lecture
=======================================*/
.ksncom_lecture {
  margin-bottom: 20px;
  text-align: left;
}
.lecture_inner {
  padding: 20px 15px;
  background: #FFF;
}
.lecture_inner h4 {
  font-size: 22px;
  color: #368F4F;
  border-bottom: 2px solid #368F4F;
}

/* baloon */
.lecture_balloon {
  width: 100%;
  margin: 15px 0;
  overflow: hidden;
}
.lecture_balloon .faceicon {
  float: left;
  margin-right: -130px;
  width: 120px;
}
.lecture_balloon .faceicon img {
  width: 100%;
  height: auto;
}
.lecture_balloon .chatting {width: 100%;}
.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 130px;
  padding: 17px 13px;
  background: #FEFC8E;
}
.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #FEFC8E;
}
.says p {
    margin: 0;
    padding: 0;
}

/*=======================================
  how
=======================================*/
.ksncom_how {
  margin-bottom: 20px;
  text-align: center;
}
.interview_how {
  padding-bottom: 15px;
  display: flex;
  text-align: center;
}
.how_que_box {
  display: flex;
  width: 50%;
}
.how_que_l {
  padding: 20px 0;
  background: #E95665;
}
.how_que_r {
  padding: 20px 0;
  background: #21395D;
}
.how_que_ttl {
  margin-bottom: 15px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
}
.how_que_txt {
  margin: 0 10px;
  padding: 10px;
  background: #FFF;
  text-align: left;
}
/*=======================================
  salary
=======================================*/


/*=======================================
  staff
=======================================*/
.ksncom_staff {
  margin: 30px 0 0 0;
  padding: 25px 0;
  background: #D4F4F1;
  border-top: 6px solid #0071BC;
  text-align: center;
}
.staff_inner {
  margin: 0 15px;
  text-align: left;
}
.staff_inner h3 {
  margin-bottom: 15px;
  border-bottom: 2px solid #0071BC;
  font-size: 22px;
}
/* baloon */
.staff_balloon {
  width: 100%;
  margin: 15px 0;
  overflow: hidden;
}
.staff_balloon .staff_faceicon {
  float: left;
  margin-right: -90px;
  width: 85px;
}
.staff_balloon .staff_faceicon img {
  width: 100%;
  height: auto;
}
.staff_balloon .staff_chatting {
  width: 100%;
}
.staff_says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 130px;
  padding: 17px 13px;
  background: #FFF;
}
.staff_says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
}
.staff_says p {
    margin: 0;
    padding: 0;
}
/*=======================================
  cta
=======================================*/
.ksncom_cta {}
.cta_ttl {}
.cta_balloon {
  position: relative;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 15px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  font-size: 20px;
  background: #F2EE46;
}
.cta_balloon:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F2EE46;
}

/*=======================================
  gift
=======================================*/
.ksncom_gift {
  margin-bottom: 30px;
  padding: 20px 0;
  text-align: center;
  background: #FFF;
}
.gift_ttl,
.gift_subttl {
  margin: 0 0 20px 0;
}
.gift_txt {
  margin: 0;
  padding: 20px 35px;
  background: #FFF;
  font-size: 16px;
}
.gift_txt_main {
  font-size: 36px;
  font-weight: bold;
  color: #F41C54;
}


/*=======================================
  footer
=======================================*/
.content_footer {
  position: relative;
  text-align: center;
}
.content_footer .footer_wrap {
  padding: 0 30px 30px;
}
.content_footer .shop_data {
  padding: 20px;
  background: #fff;
}
.content_footer .shop_data .main_bnr {
  display: block;
  float: left;
  width: 250px;
  margin-top: 28px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.content_footer .shop_data .shop_info {
  float: left;
  margin-left: 15px;
  width: 250px;
}
.content_footer .shop_data .shop_info ul {
  margin-top: 10px;
}
.content_footer .shop_data .shop_info li {
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
}
.content_footer .shop_data .shop_info li:last-child {
  border-bottom: nfirst;
}
.content_footer .shop_data .info_head {
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #444;
}
.content_footer .shop_data dt {
  float: left;
  margin-right: 15px;
}
.content_footer .shop_data dd {
  float: left;
  width: 195px;
  text-align: left;
}
.shopinfo_cate {
  color: #000!important;
  text-decoration: none;
}
.shopinfo_cate:hover {
  color: #000!important;
}