@charset "UTF-8";
/* headCol
------------------------------------------------------*/
#headCol {
  background: url(../images/common/bg_nav.png) top no-repeat, url(../images/recruit/bg_header_recruit.png) center bottom -20px no-repeat, #F9247E;
  background-repeat: no-repeat;
  height: 280px;
}

/* mainImg 
------------------------------------------------------*/
#mainImg {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 0 auto;
}
#mainImg h2 {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

/* breadcrumbCol
------------------------------------------------------*/
#breadcrumbCol {
  overflow: hidden;
  padding: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.75em;
  color: #fff;
  background: #F9247E;
}
#breadcrumbCol a {
  color: #fff;
}

#breadcrumbInner {
  width: 1000px;
  margin: 0 auto;
}
#breadcrumbInner li {
  float: left;
}

.breadcrumbItem {
  margin-left: 15px;
}
.breadcrumbItem:before {
  content: "\003e";
  padding-right: 15px;
}

  /* pageNav
------------------------------------------------------*/
#pageNav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 16px auto auto;
}
#pageNav li {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  margin-right: 10px;
  color: #FFF;
  font-weight: 600;
  line-height: 1;
}
#pageNav li.select {
  background: url(../images/common/ico_radius_white.png) no-repeat, #F9247E;
  padding: 8px 11px;
  border: 2px solid #F9247E;
  border-bottom: 0;
}
#pageNav li:not(.select) {
  background: url(../images/common/ico_radius_pink.png) no-repeat, #FFF;
  padding: 8px 11px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  border: 2px solid #F9247E;
  border-bottom: 0;
}
#pageNav li:not(.select) a {
  display: block;
  margin: -8px -11px;
  padding: 8px 11px;
  color: #F9247E;
  text-decoration: none;
}
#pageNav li:not(.select):hover {
  background: url(../images/common/ico_radius_white.png) no-repeat, #F9247E;
  border: 2px solid #F9247E;
  border-bottom: 0;
}
#pageNav li:not(.select):hover a {
  color: #FFF;
}
#pageNav li:last-child {
  margin-right: 0;
}

/* mainCol
------------------------------------------------------*/
#mainCol {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 32px 48px 60px;
  background: url(../images/recruit/img_line_recruit.png) bottom repeat-x, #fff;
  border: 2px solid #F9247E;
  border-radius: 15px;
}

#pageTit {
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1em;
}

hr {
  margin: 0 -48px 30px -48px;
  border-top: 2px dotted #F9247E;
}

.pageLink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
.pageLink a {
  display: inline-block;
  background: url(../images/common/ico_radius_pink.png) no-repeat, #FFF;
  padding: 5px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #F9247E;
  color: #F9247E;
  text-decoration: none;
  font-weight: 600;
}
.pageLink a:hover {
  background: url(../images/common/ico_radius_white.png) no-repeat, #F9247E;
  border: 2px solid #F9247E;
  color: #FFF;
}
.pageLink a[target="_blank"]:after {
  display: inline-block;
  content: "　";
  background: url(../images/common/ico_window_pink.png) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 22px;
  margin-left: 5px;
}
.pageLink a[target="_blank"]:hover:after {
  background: url(../images/common/ico_window_white.png) no-repeat center center;
  background-size: contain;
}
.pageLink li {
  margin: 0 5px 10px 5px;
}
.pageLink .select_btn {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  background: url(../images/common/ico_radius_white.png) no-repeat, #F9247E;
  border: 2px solid #F9247E;
  color: #FFF;
}

h4 {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 1.7em;
  border-bottom: 2px solid #F9247E;
}

/*ABOUT*/
#aboutTable {
  width: 100%;
  margin-bottom: 20px;
  background: #FAFAFA;
  border-top: 2px solid #ECECEC;
  border-bottom: 2px solid #ECECEC;
}
#aboutTable > dt {
  box-sizing: border-box;
  clear: left;
  float: left;
  width: 230px;
  padding: 20px 0 20px 30px;
  border-top: 2px dotted #ECECEC;
}
#aboutTable > dt:first-child {
  border-top: none;
}
#aboutTable > dt:first-child + dd {
  border-top: none;
}
#aboutTable > dd {
  box-sizing: border-box;
  background: #fff;
  padding: 20px 30px 20px 30px;
  margin-left: 230px;
  border-top: 2px dotted #ECECEC;
}

.aboutInnerTable {
  width: 100%;
}
.aboutInnerTable dt {
  box-sizing: border-box;
  float: left;
  width: 180px;
}
.aboutInnerTable dt span {
  background: #FFF;
}
.aboutInnerTable dd {
  box-sizing: border-box;
  margin-left: 180px;
}
.aboutInnerTable .caution {
  margin: 0;
}

/*RECRUIT*/
.recruitCol {
  margin-bottom: 30px;
}
.recruitCol h4 {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 1.7em;
  border-bottom: 2px solid #F9247E;
}
.recruitCol dl dt {
  margin-bottom: 20px;
  font-size: 1.12em;
  font-weight: 600;
  color: #F9247E;
  line-height: 1em;
}
.recruitCol dl dt:before {
  content: "●";
}
.recruitCol dl dd {
  margin-bottom: 30px;
}
.recruitCol dl dd > span {
  font-weight: 600;
}
.recruitCol dl dd a {
  display: inline-block;
  background: url(../images/common/ico_radius_pink.png) no-repeat, #FFF;
  padding: 5px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #F9247E;
  color: #F9247E;
  text-decoration: none;
  font-weight: 600;
}
.recruitCol dl dd a:hover {
  background: url(../images/common/ico_radius_white.png) no-repeat, #F9247E;
  border: 2px solid #F9247E;
  color: #FFF;
}
.recruitCol dl dd a[target="_blank"]:after {
  display: inline-block;
  content: "　";
  background: url(../images/common/ico_window_pink.png) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 22px;
  margin-left: 5px;
}
.recruitCol dl dd a[target="_blank"]:hover:after {
  background: url(../images/common/ico_window_white.png) no-repeat center center;
  background-size: contain;
}
.recruitCol dl dd a.btnInstructor {
  border: 2px solid #F9247E;
  color: #F9247E;
}
.recruitCol dl dd a.btnInstructor span {
  display: inline-block;
  background: url(../images/common/ico_radius_white.png) no-repeat, #F9247E;
  color: #FFF;
  padding: 5px 10px;
  margin: -5px 10px -5px -10px;
  -moz-border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px 0 0 8px;
}
.recruitCol dl dd a.btnInstructor p {
  display: inline-block;
}
.recruitCol dl dd a.btnInstructor:hover {
  background: #F9247E;
  border: 2px solid #F9247E;
  color: #FFF;
}
.recruitCol dl dd a.btnInstructor:hover span {
  background: url(../images/common/ico_radius_pink.png) no-repeat, #FFF;
  color: #F9247E;
  font-weight: 600;
}
.recruitCol dl dd.btnRecruit a {
  margin-right: 20px;
}
.recruitCol dl dd.btnRecruit a:hover {
  color: #fff;
}

/* SP向け用css
------------------------------------------------------*/
@media screen and (max-width: 641px) {
  #MainImgSp {
    background: url(../images/recruit/sp/bg_header_recruit.png) no-repeat top left 106%, #F9247E;
    background-size: 105%;
    padding: 6.25% 0;
  }
  #MainImgSp h2 {
    width: 70.30%;
    margin: 0 auto;
  }

  /* pageNav
------------------------------------------------------*/
  #pageNav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 16px auto auto;
  }
  #pageNav li {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 0 0;
    margin-right: 10px;
    color: #FFF;
    font-weight: 600;
    line-height: 1;
  }
  #pageNav li.select {
    background: url(../images/common/ico_radius_white.png) no-repeat, #F9247E;
    padding: 8px 11px;
    border: 2px solid #F9247E;
    border-bottom: 0;
  }
  #pageNav li:not(.select) {
    background: url(../images/common/ico_radius_pink.png) no-repeat, #FFF;
    padding: 8px 11px;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 0 0;
    border: 2px solid #F9247E;
    border-bottom: 0;
  }
  #pageNav li:not(.select) a {
    display: block;
    margin: -8px -11px;
    padding: 8px 11px;
    color: #F9247E;
    text-decoration: none;
  }
  #pageNav li:not(.select):hover {
    background: url(../images/common/ico_radius_white.png) no-repeat, #F9247E;
    border: 2px solid #F9247E;
    border-bottom: 0;
  }
  #pageNav li:not(.select):hover a {
    color: #FFF;
  }
  #pageNav li:last-child {
    margin-right: 0;
  }

  /* mainCol
------------------------------------------------------*/
  #mainCol {
    width: 93.57%;
    background-size: 50%;
    margin: 0 auto 15% auto;
    padding: 5% 5% 10%;
    font-size: 0.85em;
  }

  .pageLink {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.66%;
  }
  .pageLink a.btn {
    display: block;
    text-align: center;
    background: url(../images/common/sp/ico_radius_pink.png) no-repeat, #FFF;
    background-size: auto 12px;
  }
  .pageLink a.btn:hover {
    background: url(../images/common/sp/ico_radius_white.png) no-repeat, #F9247E;
    background-size: auto 12px;
  }
  .pageLink a.btn[target="_blank"]:after {
    background: url(../images/common/ico_window_pink.png) no-repeat center center;
    background-size: contain;
  }
  .pageLink a.btn[target="_blank"]:hover:after {
    background: url(../images/common/ico_window_white.png) no-repeat center center;
    background-size: contain;
  }
  .pageLink li {
    margin: 0 0 3.33% 0;
  }
  .pageLink li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  @-moz-document url-prefix() {
    .pageLink {
      margin-bottom: 10px;
    }
    .pageLink li {
      margin: 0 0 10px 0;
    }
  }
  #pageTit {
    margin-bottom: 3.33%;
    font-size: 2em;
  }

  hr {
    margin: 0 -6% 3.33% -6%;
  }

  /*ABOUT*/
  #aboutTable {
    margin-bottom: 3.33%;
  }
  #aboutTable > dt {
    clear: none;
    float: none;
    width: 100%;
    padding: 3.33%;
  }
  #aboutTable > dd {
    padding: 3.33%;
    margin-left: 0;
  }

  .aboutInnerTable {
    width: 100%;
  }
  .aboutInnerTable dt {
    float: none;
    background: none;
    width: 100%;
  }
  .aboutInnerTable dd {
    display: flex;
    box-sizing: border-box;
    margin-left: 0;
    margin-bottom: 3.33%;
  }
  .aboutInnerTable dd:last-child {
    margin: 0;
  }
  .aboutInnerTable dd .address01 {
    min-width: 7em;
  }

  .date {
    margin-bottom: 3.33%;
  }

  /*RECRUIT*/
  .recruitCol {
    margin-bottom: 3.33%;
  }
  .recruitCol h4 {
    margin-bottom: 5%;
  }
  .recruitCol dl dt {
    margin-top: 2em;
    margin-bottom: 3.33%;
  }
  .recruitCol dl dt:first-child {
    margin-top: 0;
  }
  .recruitCol dl dd {
    margin-bottom: 3.33%;
  }
  .recruitCol dl dd.staffImg01 {
    text-align: center;
    width: 100%;
  }
  .recruitCol dl dd.staffImg02 {
    text-align: center;
  }
  .recruitCol dl dd.staffImg02 img {
    width: 100%;
    margin: 0 auto;
  }
  .recruitCol dl dd:last-child {
    margin-bottom: 0;
  }
  .recruitCol dl dd a.btn {
    display: block;
    text-align: center;
    background: url(../images/common/sp/ico_radius_pink.png) no-repeat, #FFF;
    background-size: auto 12px;
  }
  .recruitCol dl dd a.btn:hover {
    background: url(../images/common/sp/ico_radius_white.png) no-repeat, #F9247E;
    background-size: auto 12px;
  }
  .recruitCol dl dd a.btn[target="_blank"]:after {
    background: url(../images/common/ico_window_pink.png) no-repeat center center;
    background-size: contain;
  }
  .recruitCol dl dd a.btn[target="_blank"]:hover:after {
    background: url(../images/common/ico_window_white.png) no-repeat center center;
    background-size: contain;
  }
  .recruitCol dl dd a.btnInstructor span {
    background: url(../images/common/sp/ico_radius_white.png) no-repeat, #F9247E;
    background-size: auto 12px;
    display: block;
    color: #FFF;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px;
    border-radius: 8px 8px 0 0;
    margin: -5px -10px 5px -10px;
    padding: 5px 10px;
    width: inherit;
  }
  .recruitCol dl dd a.btnInstructor p {
    display: block;
    width: 100%;
  }
  .recruitCol dl dd a.btnInstructor:hover {
    background: #F9247E;
    background-size: auto 12px;
  }
  .recruitCol dl dd a.btnInstructor:hover span {
    background: url(../images/common/sp/ico_radius_pink.png) no-repeat, #FFF;
    background-size: auto 12px;
  }
  .recruitCol dl dd.btnRecruit a {
    margin-right: 0;
    margin-bottom: 3.33%;
  }
}
