@font-face {
  font-family: opensans;
  src: url("https://www.oriimec.co.jp//web_fonts/OpenSans-Regular.ttf") format("truetype");
}
/* [ font style ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ link style ]
-------------------------------------------------*/
/* [ graphic style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* common
-----------------------------------------------------*/
#page_title {
  background: url("../img/contact/page_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #ffffff;
}

#event_outline_title .jp {
  width: 88px;
  background: url("../img/contact/section_title01.svg") no-repeat center center;
}

#entry_form_title .jp {
  width: 165px;
  background: url("../img/contact/section_title02.svg") no-repeat center center;
}

#requirements_title .jp {
  width: 108px;
  background: url("../img/recruit/section_title01.svg") no-repeat center center;
}

#entry_title .jp {
  width: 108px;
  background: url("../img/recruit/section_title02.svg") no-repeat center center;
}

#treatment_title .jp {
  width: 120px;
  background: url("../img/recruit/section_title03.svg") no-repeat center center;
}

.ERR {
  color: #e75826;
}

/* index
-----------------------------------------------------*/
/* list type */
@media only screen and (min-width: 751px) {
  .table.list_type > li dl dt, .table.list_type > li dl th {
    padding-left: 30px;
  }
  .table.list_type > li dl dt, .table.list_type > li dl dd {
    padding-top: 28px;
    padding-bottom: 24px;
  }
  .table.list_type > li dl dt p, .table.list_type > li dl dd p {
    line-height: 1.87;
  }
  .table.list_type > li dl dt p strong, .table.list_type > li dl dd p strong {
    font-weight: bold;
  }
}
@media only screen and (max-width: 750px) {
  .table.list_type > li dl dt.th {
    padding-left: 10px;
  }
}
.table.list_type > li dl {
  width: 100%;
}
.table.list_type > li dl dt.th p strong, .table.list_type > li dl dd.td p strong {
  font-weight: bold;
}
.table.list_type > li dl dt.th {
  text-align: left;
  font-weight: bold;
}

/* input confirm complete
-----------------------------------------------------*/
/*  Parts
-------------------------------------------------- */
input[type=radio], input[type=checkbox] {
  display: none;
}

.radiobox, .checkbox {
  position: relative;
  display: block;
  float: left;
  padding-left: 28px;
  vertical-align: middle;
  cursor: pointer;
  /* }
  .radiobox {
    &:before {
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      position: absolute;
      top: 50%;
      left: 20px;
      display: block;
      margin-top: -5px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: $iconColor;
      content: '';
      opacity: 0;
      input[type=radio]:checked + & {
        opacity: 1;
      }
    }*/
}
.radiobox:hover:after, .checkbox:hover:after {
  border-color: #13d4ae;
}
.radiobox:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #d7dfdc;
  content: '';
}

.checkbox:before,
.radiobox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -8px;
  width: 5px;
  height: 10px;
  border-right: 1px solid #13d4ae;
  border-bottom: 1px solid #13d4ae;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c_on:before {
  opacity: 1;
}

.select_wrap {
  border: 1px solid #d7dfdc;
}
.select_wrap:before {
  width: 14px;
  height: 10px;
  background: url("../common/img/link_arrow_white.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: absolute;
  float: right;
  z-index: 10;
}
.select_wrap:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  background: #202524;
}

.hasCustomSelect {
  z-index: 50;
}

.customSelect {
  z-index: 1;
}
.customSelect .customSelectInner {
  height: 38px;
  line-height: 38px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  border: 1px solid #d7dfdc;
  background-color: #fff;
  word-wrap: break-word;
}

.required_icon {
  color: #e75826;
  display: inline;
}

.rq_th:after {
  content: "Requerido";
  color: #ffffff;
  background: #18ddb6;
}

.err {
  background-color: #ffecee !important;
}

.err_text {
  clear: both;
  padding-top: 5px;
  color: #e75826;
}

/* Style
-------------------------------------------------- */
.progress_bar {
  width: 100%;
  background-color: #f2f5f8;
  display: table;
  margin-bottom: 20px;
}
.progress_bar > * {
  display: table-cell;
  vertical-align: middle;
}
.progress_bar li {
  width: 33.333%;
  height: 40px;
  position: relative;
  text-align: center;
  color: #d2d2d2;
  font-size: 14px;
}
.progress_bar li.active {
  background-color: #18ddb6;
  color: #ffffff;
}
.progress_bar li.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 19px solid #18ddb6;
  position: absolute;
  top: 0;
  right: -39px;
}
.progress_bar li.active.comp:after {
  display: none;
}

.conf_text {
  text-align: left;
  margin-bottom: 20px;
}

#trust-form table tr td,
#outline_wrap table tr td {
  text-align: left;
  border-left: none;
}

#seal_btn {
  width: 130px;
  height: 66px;
  margin: 30px auto 0;
}

@media only screen and (min-width: 751px) {
  #main_wrap .form_wrap {
    margin-top: -15px;
  }
  #main_wrap .form_wrap .text_list {
    margin-bottom: 36px;
  }
  #main_wrap .text {
    margin-bottom: 30px;
  }
  #main_wrap .section_title.h3 {
    width: 470px;
    max-width: 470px;
  }
  #main_wrap #trust-form table th {
    padding: 0 30px;
    vertical-align: middle;
    width: 220px;
  }
  #main_wrap #trust-form table th span {
    font-weight: bold;
    display: inline-block;
  }
  #main_wrap #trust-form table td {
    padding: 20px 20px 20px 40px;
    padding-bottom: 20px;
  }
  #main_wrap #trust-form table td ul li {
    margin: 0 30px 10px 0;
  }
  #main_wrap #trust-form table td ul li.mb_no {
    margin-bottom: 0;
  }
  #main_wrap #trust-form table td ul.list li {
    width: 210px;
  }
  #main_wrap #trust-form table td .mb {
    margin-bottom: 5px;
  }
  #main_wrap #trust-form table .rq_th:after {
    display: inline-block;
    float: right;
    padding: 0 3px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 2px 0;
  }
  #main_wrap #trust-form input[type="text"],
  #main_wrap #trust-form input[type="tel"],
  #main_wrap #trust-form input[type="email"] {
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    padding: 0 10px;
  }
  #main_wrap #trust-form input.size_s {
    width: 120px;
  }
  #main_wrap #trust-form input.size_m {
    width: 423px;
  }
  #main_wrap #trust-form input.size_l {
    width: 717px;
  }
  #main_wrap #trust-form textarea {
    width: 717px;
    height: 130px;
    padding: 10px;
  }
  #main_wrap #trust-form #zip_btn {
    background: #f2f5f8;
    border: 1px solid #d7dfdc;
    height: 40px;
    line-height: 34px;
    margin-left: 10px;
  }
  #main_wrap #trust-form .select_wrap,
  #main_wrap #trust-form .customSelect,
  #main_wrap #trust-form .customSelectInner {
    width: 282px !important;
  }
  #main_wrap #trust-form .select_wrap {
    float: left;
    margin: 0 10px 10px 0;
  }
  #main_wrap #trust-form .select_wrap:before {
    width: 12px;
    height: 9px;
    background: url("../common/img/link_arrow_white_vertical.svg") no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    position: absolute;
    top: 15px;
    right: 13px;
    float: right;
    z-index: 10;
  }
  #main_wrap #trust-form .select_wrap:after {
    width: 40px;
    height: 40px;
  }
  #main_wrap #trust-form .haifun {
    color: #646464;
    margin: 0 8px;
  }
  #main_wrap #trust-form #privacy_text {
    text-align: center;
    display: inline-block;
    margin-top: 35px;
  }
  #main_wrap #trust-form .btn_list {
    margin-top: 30px;
    text-align: center;
    vertical-align: top;
  }
  #main_wrap #trust-form .btn_list li {
    display: inline-block;
    vertical-align: top;
  }
  #main_wrap #trust-form .btn_list li:first-child {
    margin-right: 30px;
  }
  #main_wrap #trust-form .btn_list #reset_btn {
    width: 150px;
  }
  #main_wrap #trust-form #return-to-input {
    display: none;
  }
  #main_wrap #outline_wrap table {
    border-left: 1px solid #d7dfdc;
    margin-bottom: 80px;
  }
  #main_wrap #outline_wrap table th, #main_wrap #outline_wrap table td {
    text-align: center;
    padding: 20px;
  }
  #main_wrap #outline_wrap table th {
    width: 75%;
  }
  #main_wrap #outline_wrap table td {
    width: 33%;
    border-right: 1px solid #d7dfdc;
  }
  #main_wrap #outline_wrap table .next_open_text {
    text-align: center;
  }
  #main_wrap .contact_text {
    font-weight: bold;
    font-size: 15px;
    margin-top: 30px;
  }

  .btn_wrap {
    margin-top: 35px;
    width: 580px;
    padding-bottom: 25px;
  }
  .btn_wrap .title {
    height: 59px;
    line-height: 59px;
    margin-bottom: 26px;
  }
  .btn_wrap .tel {
    font-size: 20px;
    line-height: 18px;
    margin: 0 0 14px 0;
  }
  .btn_wrap .tel:before {
    top: 2px;
    width: 27px;
    height: 18px;
    background-size: 27px 18px;
    margin-right: 9px;
  }
  .btn_wrap .btn {
    margin-top: 20px;
  }

  .entry_btn_wrap {
    width: 960px;
    margin: 0 auto;
    padding: 42px 0;
  }
  .entry_btn_wrap ul {
    width: 680px;
    margin: 0 auto;
  }
  .entry_btn_wrap ul li a {
    border: 1px solid #d7dfdc;
    width: 288px;
    height: 93px;
    display: block;
    background: #ffffff;
  }
  .entry_btn_wrap ul li a img {
    width: 196px;
    height: auto;
    margin: 0 auto;
    padding-top: 32px;
    display: block;
  }
  .entry_btn_wrap ul li p {
    text-align: center;
    margin-top: 15px;
  }
  .entry_btn_wrap ul li:first-child a img {
    padding-top: 28px;
  }

  .comp_wrap .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
    padding-top: 45px;
    border-top: 1px solid #d7dfdc;
  }
  .comp_wrap .text {
    padding-bottom: 45px;
    border-bottom: 1px solid #d7dfdc;
    margin-bottom: 40px;
  }
  .business_inquiry {
    padding: 20px 0;
  }
  .business_inquiry .inquiry_title {
    position: relative;
    text-align: center;
  }
  .business_inquiry .inquiry_title:before {
    top: 11px;
    left: 0;
    z-index: -1;
    height: 1px;
    content: "";
    display: block;
    width: 100%;
    background-color: #d7dfdc;
    position: absolute;
    z-index: 4;
  }
  .business_inquiry .inquiry_title .title_inner {
    display: inline-block;
    position: relative;
    z-index: 9;
    font-size: 16px;
    line-height: 1;
  }
  .business_inquiry .inquiry_title .title_inner span.jp {
    display: block;
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
    background-color: #f2f5f8 !important;
    margin: 0 auto;
    width: 400px;
    margin-bottom: 12px;
  }
  .business_inquiry .inquiry_address {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 20px 0 35px;
  }
  .business_inquiry .inquiry_address > * {
    display: table-cell;
    vertical-align: middle;
  }
  .business_inquiry .inquiry_address li {
    border-right: 1px solid #d7dfdc;
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
  }
  .business_inquiry .inquiry_address li:first-child {
    border-left: 1px solid #d7dfdc;
  }
  .business_inquiry .inquiry_address table {
    table-layout: auto;
    width: auto;
    margin: 0 auto;
    border: none;
  }
  .business_inquiry .inquiry_address table th,
  .business_inquiry .inquiry_address table td {
    border: none;
    text-align: left;
    width: auto;
    padding: 0;
  }
  .business_inquiry .inquiry_address table th{
    font-weight: bold;
    padding-left: 20px;
  }
  .business_inquiry .inquiry_address .name {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .business_inquiry div.inquiry_address > div {
    display: block;
    text-align: center;
    font-size: 15px;
  }
   #careers .movie_wrap {
    position: relative;
  }
  #careers .movie_wrap .movie {
    height: 300px;
    position: relative;
    overflow: hidden;
    /*z-index: -1;*/
  }
  #careers .movie_wrap .movie iframe {
    position: relative;
  }
  #careers .movie_wrap .movie_play {
    display: block;
    height: 300px;
    background: url(../img/business/movie_bg.png) center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    z-index: 1;
  }
  #careers .movie_wrap .movie_play:hover {
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0.7;
  }
  #careers .movie_wrap .movie_play:hover:before, #careers .movie_wrap .movie_play:hover:after {
    transform: scale(1.2);
  }
  #careers .movie_wrap .movie_play:before {
    display: block;
    content: '';
    border: 3px solid #18ddb6;
    border-radius: 40px;
    width: 74px;
    height: 74px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
  }
  #careers .movie_wrap .movie_play:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid #18ddb6;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -4px;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
  }
}
@media only screen and (max-width: 750px) {
  #main_wrap .form_wrap .text_list {
    margin-bottom: 10px;
  }
  #main_wrap .text {
    margin-bottom: 15px;
    text-align: left;
  }
  #main_wrap #trust-form table th {
    padding: 10px 3%;
    text-align: left;
    vertical-align: middle;
    width: 26%;
  }
  #main_wrap #trust-form table th span {
    font-weight: bold;
  }
  #main_wrap #trust-form table td {
    vertical-align: middle;
    padding: 10px 3%;
  }
  #main_wrap #trust-form table td ul li {
    display: block;
    margin-top: 5px;
  }
  #main_wrap #trust-form table td ul li:first-child {
    margin-top: 0;
  }
  #main_wrap #trust-form table td .mb {
    margin-bottom: 5px;
  }
  #main_wrap #trust-form table .rq_th:after {
    text-align: center;
    display: inline-block;
    width: 35px;
    padding: 0 1px;
    height: 15px;
    line-height: 15px;
    vertical-align: middle;
  }
  #main_wrap #trust-form table .rq_th .subject {
    margin-right: 5px;
  }
  #main_wrap #trust-form input[type="text"],
  #main_wrap #trust-form input[type="tel"],
  #main_wrap #trust-form input[type="email"],
  #main_wrap #trust-form input[type="button"],
  #main_wrap #trust-form textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }
  #main_wrap #trust-form input[type="text"],
  #main_wrap #trust-form input[type="tel"],
  #main_wrap #trust-form input[type="email"] {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 2%;
  }
  #main_wrap #trust-form input.size_s {
    width: 20%;
  }
  #main_wrap #trust-form input.size_m {
    width: 98%;
  }
  #main_wrap #trust-form input.size_l {
    width: 98%;
  }
  #main_wrap #trust-form textarea {
    width: 98%;
    height: 70px;
    padding: 2%;
  }
  #main_wrap #trust-form #zip_btn {
    background: #f2f5f8;
    border: 1px solid #d7dfdc;
    height: 32px;
    line-height: 30px;
    display: block;
    margin-top: 10px;
  }
  #main_wrap #trust-form .select_wrap,
  #main_wrap #trust-form .customSelect,
  #main_wrap #trust-form .customSelectInner {
    width: 180px !important;
    height: 30px;
    line-height: 29px;
  }
  #main_wrap #trust-form .select_wrap {
    margin-bottom: 10px;
  }
  #main_wrap #trust-form .select_wrap:before {
    width: 14px;
    height: 10px;
    background: url("../common/img/link_arrow_white.svg") no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: absolute;
    top: 11px;
    right: 8px;
    float: right;
    z-index: 10;
  }
  #main_wrap #trust-form .select_wrap:after {
    width: 32px;
    height: 32px;
  }
  #main_wrap #trust-form .haifun {
    color: #646464;
    margin: 0 8px;
  }
  #main_wrap #trust-form #privacy_text {
    text-align: center;
    display: inline-block;
    margin-top: 20px;
  }
  #main_wrap #trust-form .btn_list {
    margin-top: 10px;
    text-align: center;
    vertical-align: top;
  }
  #main_wrap #trust-form .btn_list li {
    vertical-align: top;
  }
  #main_wrap #trust-form .btn_list li:first-child {
    margin-bottom: 10px;
  }
  #main_wrap #trust-form .btn_list #reset-button,
  #main_wrap #trust-form .btn_list .icon_none {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  #main_wrap #trust-form #return-to-input {
    display: none;
  }
  #main_wrap .btn_wrap {
    padding-bottom: 20px;
  }
  #main_wrap .btn_wrap .title {
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  #main_wrap .btn_wrap .tel {
    font-size: 20px;
    line-height: 18px;
    margin: 0 0 10px 0;
  }
  #main_wrap .btn_wrap .tel:before {
    width: 22px;
    height: 14px;
    background-size: 22px 14px;
    margin-right: 5px;
  }
  #main_wrap .btn_wrap .btn {
    margin-top: 10px;
  }
  #main_wrap .single {
    margin: 20px 15px 0;
  }
  #main_wrap #outline_wrap {
    margin-bottom: 40px;
  }
  #main_wrap #outline_wrap table tr th, #main_wrap #outline_wrap table tr td {
    padding: 2px 2px;
    display: block;
    text-align: left;
    min-height: 20px;
  }
  #main_wrap #outline_wrap table tr .next_open_text {
    text-align: center;
  }
  #main_wrap .entry_btn_wrap {
    padding: 20px 0;
  }
  #main_wrap .entry_btn_wrap ul li {
    margin: 0 auto;
    float: none;
  }
  #main_wrap .entry_btn_wrap ul li a {
    margin: 0 auto;
    border: 1px solid #d7dfdc;
    width: 88%;
    height: 93px;
    display: block;
    background: #ffffff;
  }
  #main_wrap .entry_btn_wrap ul li a img {
    width: 196px;
    height: auto;
    margin: 0 auto;
    padding-top: 32px;
    display: block;
  }
  #main_wrap .entry_btn_wrap ul li p {
    text-align: center;
    margin: 10px 0 0;
  }
  #main_wrap .entry_btn_wrap ul li:first-child a img {
    padding-top: 28px;
  }
  #main_wrap .entry_btn_wrap ul li:first-child p {
    margin: 10px 0 20px;
  }
  #main_wrap .comp_wrap .title {
    font-weight: bold;
    font-size: 15px;
    margin: 15px 0;
    padding-top: 20px;
    border-top: 1px solid #d7dfdc;
  }
  #main_wrap .comp_wrap .text {
    padding-bottom: 20px;
    border-bottom: 1px solid #d7dfdc;
    margin-bottom: 20px;
  }
  .gray_bg {
    padding-bottom: 0;
  }
  .business_inquiry .inner_fixed {
    margin: 0;
  }
  .business_inquiry .inquiry_title {
    font-size: 1em;
    position: relative;
    text-align: center;
    background-color: transparent;
    margin: 0 27px;
    padding: 0 15px;
  }
  .business_inquiry .inquiry_title:before {
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    top: 22px;
    background-color: #d7dfdc;
  }
  .business_inquiry .inquiry_title .title_inner {
    background-color: #f2f5f8;
    z-index: 1;
    position: relative;
    padding-left: 13px;
    padding-right: 13px;
    display: inline-block;
  }
  .business_inquiry .inquiry_title .title_inner span.jp {
    line-height: 1.67;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .business_inquiry .inquiry_address {
    padding-bottom: 25px;
  }
  .business_inquiry .inquiry_address li {
    text-align: center;
    font-size: 12px;
    margin: 20px 0;
  }
  .business_inquiry .inquiry_address .name {
    width: 280px;
    margin: 0 auto 8px;
    padding: 5px 0;
    background: #dfe3e7;
    font-weight: bold;
  }
  .business_inquiry .inquiry_address table {
    table-layout: auto;
    width: auto;
    margin: 0 auto;
    border: none;
  }
  .business_inquiry .inquiry_address table th,
  .business_inquiry .inquiry_address table td {
    border: none;
    text-align: left;
    width: auto;
    padding: 0;
  }
  .business_inquiry .inquiry_address table th{
    font-weight: bold;
    padding-left: 10px;
  }
  .business_inquiry div.inquiry_address > div {
    display: block;
    text-align: center;
    font-size: 15px;
  }
  .business_inquiry .inquiry_btn {
    padding: 30px 0;
    background: #dfe3e7;
  }
  #career_details .movie {
    padding: 15px 15px 0;
    position: relative;
    overflow: hidden;
  }
  #career_details .movie .movie_play {
    display: none;
  }
  #career_details .movie video {
    position: relative;
    width: 100%;
  }
}
