/* ---------------------------------------------------------
  privacy.css
----------------------------------------------------------*/
/* color */
/* border */
/* fontsize */
/* indet */
/* customize */
.nomal {
  font-size: 13px;
  font-size: 1.3rem;
}

.small {
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(51, 51, 51, 0.8);
}

.big {
  font-size: 20px;
  font-size: 2rem;
}

.clm_main .box {
  padding: 0px;
}

.clm_main .box .main_v {
  margin: 0;
}

.clm_main .box section {
  border: 3px dashed #00a6f3;
  overflow: visible;
  padding: 20px;
}

.clm_main .box section .marker {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.clm_main .box section .ttl_h2 {
  text-align: center;
  padding: 0;
  border: none;
  margin: 0 0 20px 0;
}

.clm_main .box section .ttl_h3 {
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.clm_main .box section .ttl-h3_border {
  text-align: center;
  border-bottom: 2px solid #00a6f3;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.clm_main .box section .box_data {
  color: #fff;
  background: #00a6f3;
  padding: 20px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

.clm_main .box section .box_data .ttl_data {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 20px 0;
}

.clm_main .box section .box_data dl {
  margin: 0;
  overflow: hidden;
  *zoom: 1;
  font-size: 10px;
  font-size: 1rem;
}

.clm_main .box section .box_data dl dt {
  float: left;
  clear: left;
}

.clm_main .box section .box_data dl dd {
  margin-bottom: 10px;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.clm_main .box section .box_data .caption {
  text-align: right;
  margin: 0;
}

.clm_main .box section .box_data .comment {
  position: relative;
  background: #fff;
  color: #00A6F3;
  border-radius: 5px;
  padding: 5px;
  margin-top: 10px;
}

.clm_main .box section .box_data .comment:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.clm_main .box section .box_recruit {
  font-size: 10px;
  font-size: 1rem;
  border: 1px solid #00a6f3;
  max-width: 345px;
  padding: 10px;
}

.clm_main .box section figure {
  margin: 0 0 30px 0;
}

.clm_main .box section .box_voice {
  overflow: hidden;
  *zoom: 1;
}

.clm_main .box section .box_voice figure {
  float: left;
  margin: 0 5% 0 0;
  width: 20%;
}

.clm_main .box section .box_voice .box-voice_inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  float: left;
  border: 1px solid #00a6f3;
  margin: 0 0 20px 0;
  position: relative;
  position: relative;
  top: -58px;
  padding: 52px 20px 20px 20px;
  margin-bottom: -38px;
}

.clm_main .box section .box_voice .box-voice_inner .name {
  font-size: 10px;
  font-size: 1rem;
}

.clm_main .box section .box_voice .box-voice_ttl {
  box-sizing: border-box;
  position: relative;
  color: #fff;
  background: #00a6f3;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 20px;
  margin: 0 0 20px 0;
  width: 75%;
  float: left;
}

.clm_main .box section .box_voice .box-voice_ttl:after {
  left: -20px;
  top: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 10px;
  border-right: 10px solid #00a6f3;
}

.clm_main .box section .box_voice:nth-child(2n) figure {
  float: right;
  margin: 0 0 0 5%;
}

.clm_main .box section .box_voice:nth-child(2n) .box-voice_inner {
  float: left;
}

.clm_main .box section .box_voice:nth-child(2n) .box-voice_ttl {
  margin: 0 0 20px 0;
}

.clm_main .box section .box_voice:nth-child(2n) .box-voice_ttl:after {
  left: auto;
  right: -10px;
  border-right: none;
  border-left: 10px solid #00a6f3;
}

.clm_main .box section.arrow {
  margin: 0;
}

.content_qa dt,
.content_qa dd {
  padding: 3px 0 0 45px;
}

.content_qa dt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #00a6f3;
  font-weight: bold;
  background: url("../img/special/recruit/icon_q.png") no-repeat left top;
  margin: 0 0 10px 0;
}

.content_qa dd {
  background: url("../img/special/recruit/icon_a.png") no-repeat left top;
  margin: 0 0 20px 0;
  padding: 0 0 20px 45px;
  border-bottom: 1px dotted #dadada;
}

.content_qa dd:last-child {
  margin: 0;
}

.content_qa dd a {
  display: inline;
}

.lower .clm_main .box section.box_bnr {
  border: none;
  background: #d3e8ff;
  margin: 0;
  padding: 20px;
}

.lower .clm_main .box section.box_bnr .mb00 a img {
  width: 100%;
}

.btn_white {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0;
  background-color: #fff;
  color: #333333;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  -webkit-box-shadow: #fff 0px 0px 1px 0 inset, #fff 0px 0px 10px 0 inset;
  -moz-box-shadow: #fff 0px 0px 1px 0 inset, #fff 0px 0px 10px 0 inset;
  box-shadow: #fff 0px 0px 1px 0 inset, #fff 0px 0px 10px 0 inset;
  line-height: 1;
  font-size: 10px;
  font-size: 1rem;
  text-align: left;
  text-indent: -12%;
  padding-left: 30%;
}

.btn_white img {
  vertical-align: middle;
  margin: 0 5px 3px 0;
  width: auto !important;
}

.btn_white img {
  margin: 0 5px 2px 0;
}

.list_btn,
.list_btn_triple {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 20px 0;
}

.list_btn li,
.list_btn_triple li {
  clear: left;
  float: left;
  width: 47%;
  margin: 0 0 3% 0;
}

.list_btn li:nth-child(2n),
.list_btn_triple li:nth-child(2n) {
  margin: 0;
  clear: right;
  float: right;
}

.btn_conversion {
  margin: 0 0 40px 0;
}

.btn_conversion li {
  text-align: center;
  margin: 0 0 20px 0;
}

.btn_conversion li a {
  border-style: solid;
  border-width: 1px;
  border-color: #00a6f3;
  border-radius: 0;
  background-color: #00a6f3;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  -webkit-box-shadow: #fff 0px 0px 1px 0 inset, #00a6f3 0px 0px 10px 0 inset;
  -moz-box-shadow: #fff 0px 0px 1px 0 inset, #00a6f3 0px 0px 10px 0 inset;
  box-shadow: #fff 0px 0px 1px 0 inset, #00a6f3 0px 0px 10px 0 inset;
  line-height: 1;
  padding: 20px 0;
}

.btn_conversion li a img {
  vertical-align: middle;
  margin: 0 5px 3px 0;
  width: auto !important;
}

.btn_conversion li a img {
  vertical-align: middle;
  height: auto;
}

.btn_conversion li.btn_entry a {
  padding: 10px;
}

.btn_yellow {
  border-style: solid;
  border-width: 1px;
  border-color: #fff100;
  border-radius: 0;
  background-color: #fff100;
  color: #00a6f3;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  -webkit-box-shadow: #fff 0px 0px 1px 0 inset, #fff100 0px 0px 10px 0 inset;
  -moz-box-shadow: #fff 0px 0px 1px 0 inset, #fff100 0px 0px 10px 0 inset;
  box-shadow: #fff 0px 0px 1px 0 inset, #fff100 0px 0px 10px 0 inset;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

.btn_yellow img {
  vertical-align: middle;
  margin: 0 5px 3px 0;
  width: auto !important;
}

.clm_main .box section .ttl_h2.guide {
  margin: -40px 0 20px 0;
}

.img_student {
  position: absolute;
  right: 11px;
  top: 72px;
  z-index: 0;
  width: 120px;
}

.clm_main {
  clear: both;
}

.breadcrumb {
  float: left;
}

.list_sns {
  float: right;
  margin: 0 0 10px 0;
}

.list_sns li {
  float: left;
  vertical-align: top;
  margin: 0 0 0 10px;
}

@media screen and (min-width: 641px) {
  .list_sns {
    float: right;
  }
  .clm_main {
    clear: none;
  }
}
.clm_main .box section.box_company {
  border: 1px solid #00a6f3;
}

.clm_main .box section.box_company .txt_strong {
  border-bottom: 1px solid #00a6f3;
  padding-bottom: 20px;
}

.clm_main .box section.box_company li {
  margin: 0 0 10px 0;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

.mt3 {
  margin-top: 3px;
}

/* pc */
@media screen and (min-width: 641px) {
  .clm_main .box {
    padding: 30px;
  }
  .clm_main .box .main_v {
    margin: -30px -30px 30px -30px;
  }
  .clm_main .box section .ttl_h2 {
    margin: -40px 0 20px 0;
  }
  .clm_main .box section .box_txt {
    float: left;
  }
  .clm_main .box section .box_data {
    position: absolute;
    right: 0;
    width: 140px;
    float: right;
    color: #fff;
    background: #00a6f3;
    padding: 20px;
    margin: 0 0 20px 30px;
    line-height: 1.5;
  }
  .section_reson {
    position: relative;
    padding-bottom: 50px;
  }
  .section_reson div.clearfix {
    position: relative;
  }
  .clm_main .box section .box_voice .box-voice_inner .box-voice_ttl {
    margin: 0 0 20px -30px;
  }
  .clm_main .box section .box_voice .box-voice_inner .box-voice_ttl:nth-child(2n) {
    margin: 0 -30px 20px 0;
  }
  .clm_main .box section .box_voice .box-voice_inner .box-voice_ttl:after {
    top: 8px;
    border-width: 10px;
    border-right: 10px solid #00a6f3;
  }
  .name {
    text-align: right;
  }
  .list_btn li {
    font-size: 10px;
    font-size: 1rem;
    width: 147px;
    clear: none;
    float: left;
    margin: 0 20px 0 0;
  }
  .list_btn li:nth-child(2n) {
    clear: none;
    float: left;
    margin: 0 20px 0 0;
  }
  .list_btn li:last-child {
    margin: 0;
  }
  .list_btn_triple li {
    font-size: 10px;
    font-size: 1rem;
    width: 203px;
    clear: none;
    float: left;
    margin: 0 20px 0 0;
  }
  .list_btn_triple li:nth-child(2n) {
    clear: none;
    float: left;
    margin: 0 20px 0 0;
  }
  .list_btn_triple li:last-child {
    margin: 0;
  }
  .btn_white {
    padding: 10px 5px;
  }
  .btn_conversion {
    position: relative;
    height: 128px;
    margin: 0;
  }
  .btn_conversion li {
    width: 203px;
    float: left;
    margin: 0 20px 40px 0;
  }
  .btn_conversion li:last-child {
    margin: 0;
  }
  .btn_conversion .clear_btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .clm_main .box section .box_voice:nth-child(2n) .box-voice_ttl {
    margin: 0 -30px 20px 0;
  }
  .lower .clm_main .box section.box_bnr {
    margin: 0 -30px -30px -30px;
    padding: 30px;
  }
  .box_txt {
    margin-bottom: 10px;
  }
  .clm_main .box section .ttl_h2.guide {
    margin: -50px 0 20px 0;
  }
  .btn_white {
    text-align: center;
    text-indent: 0;
    padding-left: 0;
  }
  .clm_main .box section.box_company li {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin: 0 20px 10px 0;
  }
  .clm_main .box section .box_data dl dt.last-child {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .clm_main .box section .box_data dl dd.last-child {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .btn_conversion li.last-child {
    margin: 0;
  }
  .btn_conversion .tel_pc {
    border-style: solid;
    border-width: 1px;
    border-color: #00a6f3;
    border-radius: 0;
    background-color: #00a6f3;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    -webkit-box-shadow: white 0px 0px 1px 0 inset, #00a6f3 0px 0px 10px 0 inset;
    -moz-box-shadow: white 0px 0px 1px 0 inset, #00a6f3 0px 0px 10px 0 inset;
    box-shadow: white 0px 0px 1px 0 inset, #00a6f3 0px 0px 10px 0 inset;
    line-height: 1;
    padding: 21px 0;
    box-sizing: border-box;
  }
}
/* sp only*/
@media screen and (max-width: 640px) {
  .clm_main img {
    width: 100%;
  }
  .clm_main .box section .box_recruit {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .btn_white {
    padding: 14px 7px 6px;
    text-align: center;
    text-indent: 0;
    letter-spacing: 0;
    font-size: 0.8em;
    border-radius: 3px;
  }
  .list_btn li,
  .list_btn_triple li {
    width: 49%;
    margin: 0 0 2% 0;
  }
  .btn_conversion li a {
    border-radius: 3px;
  }
  .btn_conversion li a img {
    margin: 0;
  }
  #btn_second img {
    width: 132px !important;
  }
  #btn_first img {
    width: 155px !important;
  }
  #btn_contact img {
    width: 140px !important;
  }
  #btn_tel img {
    width: 184px !important;
  }
  .clm_main .box section .box_voice div {
    padding: 10px;
  }
  .clm_main .box section .box_voice div .name {
    letter-spacing: 0;
  }
  .like-button {
    margin-top: -3px !important;
  }
  .clm_main .box section .box_data dl {
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
  }
  .clm_main .box section .box_data dl dt {
    padding-left: 20px;
    width: 60%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .clm_main .box section .box_data dl dt.last-child {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .clm_main .box section .box_data dl dd {
    padding-right: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .clm_main .box section .box_data dl dd:last-child {
    margin-bottom: 0;
  }
  .clm_main .box section .box_data dl dd.last-child {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .clm_main .box section .box_data .comment {
    margin: 0;
    letter-spacing: 0;
  }
  .clm_main .box section .box_voice figure {
    box-sizing: border-box;
  }
  .clm_main .box section .box_voice div {
    border: none;
    padding: 0;
  }
  .clm_main .box section .box_voice .box-voice_ttl {
    width: 75%;
    top: 0;
    box-sizing: border-box;
  }
  .clm_main .box section .box_voice .box-voice_inner {
    padding: 10px;
    top: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}