@charset "UTF-8";
.margin_high_size_bottom {
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .margin_high_size_bottom {
      margin-bottom: 40px; } }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

* img {
  max-width: 100%;
  height: auto; }
  * img.no_style {
    width: auto;
    border-radius: 0;
    max-width: 100%; }
  * img.width_100per {
    width: 100%;
    height: auto; }
  * img.size_auto {
    width: auto;
    height: auto; }

i {
  line-height: 0.6;
  font-size: 1rem;
  vertical-align: middle; }

.row {
  z-index: 100; }

a {
  color: #00B58F;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }
  a.topics_category_link {
    background: #00B58F;
    color: white;
    text-decoration: none;
    font-weight: normal;
    padding: 4px;
    font-size: 0.85rem;
    display: inline-block;
    width: 6rem;
    text-align: center; }
a.text_link{
   color: #00B58F;  
   text-decoration: none;
   border-bottom: 1px dashed ;
   padding-bottom:.2rem; 
}  
a.text_link:hover{
    color: #00d9ac;  
}

.button {
  display: inline-block;
  background: #00B58F;
  color: white;
  text-align: center;
  color: white;
  border-radius: 3px;
  padding: 16px 30px 16px 24px;
  text-decoration: none;
  line-height: 1;
  margin-top: 16px;
  font-size: 0.9rem; }
  .button.no_margin_top {
    margin-top: 0; }
  .button i {
    line-height: 0.6;
    font-size: 1rem;
    color: white; }
  .button:hover {
    background-color: #00d9ac;
    color: white; }
  .button.small {
    padding: 8px; }
  .button.font_size_large {
    font-size: 1.5rem; }
  .button.news_button {
    position: absolute;
    top: 12px;
    right: 32px; }
    @media screen and (max-width: 768px) {
      .button.news_button {
        width: 70px; } }
  @media screen and (max-width: 768px) {
    .button {
      margin-top: 0;
      width: 100%;
      padding: 16px 16px; } }
  .button.button_blue_border_white {
    background: white;
    border: 3px solid #00B58F;
    color: #00B58F; }
    .button.button_blue_border_white i {
      color: #00B58F; }
    .button.button_blue_border_white:hover {
      background-color: #00B58F;
      color: white; }
      .button.button_blue_border_white:hover i, .button.button_blue_border_white:hover span {
        color: white; }
  .button.button_width_100per {
    width: 100%; }

hr {
  border-top: 4px solid black;
  margin: 8px 0; }

img.width_100per_img {
  width: 100%; }

ul {
  padding-left: 16px; }
  ul li {
    margin-bottom: 8px; }

/*溝幅 20pxの場合*/
.gutter-20 {
  margin-left: -10px;
  margin-right: -10px; }

.gutter-20 > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px; }

/*溝幅 10pxの場合*/
.gutter-10 {
  margin-left: -5px;
  margin-right: -5px; }

.gutter-10 > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px; }

/* 溝幅なし */
.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.no-gutter > [class*='col-'] {
  padding-left: 0;
  padding-right: 0; }

.text_align_center, .alignC {
  text-align: center; }

.text_align_right {
  text-align: right; }

.margin_top_high {
  margin-top: 72px; }
  @media screen and (max-width: 768px) {
    .margin_top_high {
      margin-top: 48px; } }

.margin_bottom_high_x2 {
  margin-bottom: 144px; }
  @media screen and (max-width: 768px) {
    .margin_bottom_high_x2 {
      margin-bottom: 96px; } }

.margin_bottom_high_x1half {
  margin-bottom: 108px; }
  @media screen and (max-width: 768px) {
    .margin_bottom_high_x1half {
      margin-bottom: 72px; } }

.margin_bottom_high {
  margin-bottom: 72px; }
  @media screen and (max-width: 768px) {
    .margin_bottom_high {
      margin-bottom: 48px; } }

.margin_bottom_middle {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .margin_bottom_middle {
      margin-bottom: 24px; } }

.sp_margin_bottom_middle {
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .sp_margin_bottom_middle {
      margin-bottom: 24px; } }

.margin_bottom_low {
  margin-bottom: 24px; }
  @media screen and (max-width: 768px) {
    .margin_bottom_low {
      margin-bottom: 16px; } }

.sp_margin_bottom_low {
  margin-bottom: 0; }
  @media screen and (max-width: 575px) {
    .sp_margin_bottom_low {
      margin-bottom: 16px; } }

.margin_bottom_exlow {
  margin-bottom: 8px; }
  @media screen and (max-width: 768px) {
    .margin_bottom_exlow {
      margin-bottom: 8px; } }

.margin_bottom_zero {
  margin-bottom: 0; }

.margin_left_10px {
  margin-left: 10px; }

.padding_top_high, .bg_light_gray {
  padding-top: 72px; }
  @media screen and (max-width: 768px) {
    .padding_top_high, .bg_light_gray {
      padding-top: 48px; } }

.padding_bottom_high, .bg_light_gray {
  padding-bottom: 72px; }
  @media screen and (max-width: 768px) {
    .padding_bottom_high, .bg_light_gray {
      padding-bottom: 48px; } }

.padding_24px {
  padding: 24px; }

.padding_bottom_zero {
  padding-bottom: 0; }

.pc_hidden {
  display: none; }
  @media screen and (max-width: 768px) {
    .pc_hidden {
      display: block; } }

@media screen and (max-width: 575px) {
  .sp_hidden {
    display: none; } }

@media screen and (max-width: 575px) {
  .sp_visible_block {
    display: block; } }

@media screen and (max-width: 575px) {
  .sp_display_inline_block {
    display: inline-block; } }

@media screen and (max-width: 768px) {
  .tablet_display_inline_block {
    display: inline-block; } }

.page_bottom_navi {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px; }

table {
  width: 100%;
  border-top: 1px solid #E2E2E2; }
  table th, table td {
    padding: 16px 0;
    border-bottom: 1px solid #E2E2E2;
    vertical-align: top;
    text-align: left; }

.bg_light_gray {
  background: #F2F2F2; }

.bg_light_gray_shifted, .bg_black_shifted {
  position: relative; }
  .bg_light_gray_shifted:before, .bg_black_shifted:before {
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #F2F2F2;
    position: absolute;
    top: 40px;
    left: 0; }
  .bg_light_gray_shifted *, .bg_black_shifted * {
    z-index: 10; }

.bg_black_shifted:before {
  background-color: #333333; }

.border_box {
  border: 3px solid #00B58F;
  background-color: white;
  padding: 20px 32px; }
  .border_box.wide {
    width: 100%; }
  .border_box.narrow {
    width: 75%;
    margin: 0 auto; }
  .border_box.padding_side_half {
    padding-left: 16px;
    padding-right: 16px; }
  @media screen and (max-width: 768px) {
    .border_box {
      padding: 20px 16px; } }

ul.check_list {
  margin: 0;
  padding: 0; }
  ul.check_list li {
    background: url("../images/common/icon_check.svg") no-repeat 0 50%;
    background-size: 24px auto;
    list-style: none;
    padding-left: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    display: inline-block;
    width: 49.5%;
    margin-bottom: 8px; }
    @media screen and (max-width: 768px) {
      ul.check_list li {
        width: auto; } }
  ul.check_list.three_rows li {
    width: 29%; }
    @media screen and (max-width: 768px) {
      ul.check_list.three_rows li {
        width: 49%; } }

.cv_wrap {
  background: #333333;
  padding: 32px 0;
  position: relative; }
  .cv_wrap.job_item {
    background: #F2F2F2;
    padding: 16px 0; }
    .cv_wrap.job_item .job_item_cv_btn {
      height: 46px;
      width: auto; }
      @media screen and (max-width: 575px) {
        .cv_wrap.job_item .job_item_cv_btn {
          height: 40px; } }
  .cv_wrap #job_info {
    position: absolute;
    bottom: 50px;
    left: 50%; }

.box_shadow {
  filter: drop-shadow(1px 1px 10px #666666); }

.search_title_box {
  position: relative; }
  .search_title_box h3 {
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .search_title_box h3 {
        font-size: 1.25rem;
        margin-bottom: 8px; } }
  .search_title_box p {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .search_title_box p {
        font-size: 0.75rem;
        top: 4px; } }

ul.inline_block_list {
  margin-bottom: 0;
  padding-left: 0; }
  ul.inline_block_list li {
    display: inline-block;
    padding-right: 36px; }
  ul.inline_block_list.four_rows li {
    width: 23.5%; }

.bg-dark {
  background: #111111; }

.sp_new_line {
  font-size: inherit;
  font-family: inherit;
  color: inherit; }
  @media screen and (max-width: 575px) {
    .sp_new_line {
      display: block; } }

.transition, a, a:hover img {
  transition: 300ms;
  transition-timing-function: ease-in; }

.alpha_70per, a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; }

.content_box, .light_gray_box, .white_box {
  width: 100%;
  padding: 32px;
  border-radius: 3px;
  position: relative; }

.ratio_fixed_release {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

dl.table_cell_dl {
  display: table;
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
  margin-bottom: 0; }
  dl.table_cell_dl.top {
    border-top: 3px solid #B7B7B7; }
  dl.table_cell_dl dt {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    width: 18%;
    font-size: 1rem; }
    dl.table_cell_dl dt span {
      font-size: 4px;
      padding: 3px 7px;
      border-radius: 30px; }
      dl.table_cell_dl dt span.any {
        background: #237EE2; }
      dl.table_cell_dl dt span.must {
        background: #DA3924; }
    dl.table_cell_dl dt.wide_dt {
      width: 29%; }
      @media screen and (max-width: 768px) {
        dl.table_cell_dl dt.wide_dt {
          width: 100%; } }
    dl.table_cell_dl dt.narrow_dt {
      width: 14%; }
      @media screen and (max-width: 768px) {
        dl.table_cell_dl dt.narrow_dt {
          width: 100%; } }
  dl.table_cell_dl dd {
    text-align: left;
    display: table-cell;
    vertical-align: middle; }
    dl.table_cell_dl dd textarea {
      width: 100%; }
  @media screen and (max-width: 768px) {
    dl.table_cell_dl {
      display: block;
      margin-bottom: 0;
      width: 100%; }
      dl.table_cell_dl dt {
        display: block;
        margin: 0 0 10px;
        width: 100%;
        padding-right: 0; }
      dl.table_cell_dl dd {
        display: block; } }
  dl.table_cell_dl.up_dashed_line {
    padding-top: 20px;
    border-top: 1px dashed #B7B7B7; }

html {
  font-size: 14px; }

body * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  color: #333333; }

body strong, body b {
  font-size: inherit; }

h1, h2, h3, h4 {
  margin-bottom: 16px;
  margin-top: 0;
  line-height: 1.2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

h1 {
  margin-top: 0;
  font-size: 2.75rem; }
  h1 .english_title {
    font-size: 1rem;
    color: #66DBFF;
    line-height: 1.5rem;
    display: block; }
  h1.page_title {
    font-size: 1.75rem;
    border-bottom: 3px solid #00B58F;
    padding-bottom: 12px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      h1.page_title {
        margin-bottom: 24px; } }
  h1.topic_title {
    border-top: 3px solid #00B58F;
    border-bottom: 1px solid #B7B7B7;
    font-size: 1.75rem;
    padding: 10px 0 14px;
    margin-bottom: 16px; }
    h1.topic_title span.date {
      font-size: 1rem;
      font-weight: normal;
      line-height: 0.75; }

h2 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  line-height: 1.2; }
  h2 .english_title {
    font-size: 1rem;
    color: #66DBFF;
    line-height: 1.5rem;
    display: block; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 1.5rem;
      margin-bottom: 16px; } }
  h2.small {
    font-size: 1.25rem;
    margin-bottom: 24px;
    line-height: 1; }
  h2.top_blue_border {
    border-top: 2px solid #00B58F;
    padding-top: 16px;
    margin-bottom: 16px; }
  h2.lead_txt {
    color: #FF739E; }
  h2.border_dashed {
    border-bottom: dashed 3px #00B58F;
    color: #333333;
    font-size: 1.5rem;
    padding-bottom: 12px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      h2.border_dashed {
        margin-bottom: 16px; } }
  h2.margin_bottom_zero {
    margin-bottom: 0; }

h3 {
  font-size: 1.25rem; }
  h3.seminar_02_item {
    font-size: 1rem;
    font-weight: bold;
    border: 3px solid #333333;
    padding: 8px; }
    h3.seminar_02_item span {
      background: #333333;
      color: white;
      padding: 0 8px;
      border-radius: 100px; }
  h3.border_gray {
    border-bottom: 2px solid #B7B7B7;
    padding-bottom: 12px; }
  h3.large {
    font-size: 1.5rem; }
  h3.bold {
    font-weight: bold; }

h4 {
  font-size: 1rem; }
  h4.large {
    font-size: 1.5rem; }

.content_title {
  font-size: 1.5rem;
  position: relative;
  text-align: center;
  margin-bottom: 64px; }
  .content_title:after {
    content: "";
    width: 30px;
    height: 5px;
    background-color: #00B58F;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -28px; }

p {
  font-size: 1rem;
  margin-bottom: 24px;
  line-height: 1.9; }
  p:last-child {
    margin-bottom: 0; }
  p.seminar_date {
    line-height: 1.2;
    margin-bottom: 8px; }
    p.seminar_date.oneday {
      margin-bottom: 0; }
    p.seminar_date b {
      font-size: 2.25rem;
      font-weight: bold; }
    p.seminar_date span.time {
      font-weight: bold;
      font-size: 1.25rem; }
  p.place {
    margin-bottom: 16px; }
    p.place span {
      background: #333333;
      color: white;
      margin-right: 4px;
      padding: 4px 8px; }
  p.small {
    font-size: 0.8rem;
    line-height: 1.5; }
  p.large, p .large {
    font-size: 1.25rem; }
  p.margin_bottom_half {
    margin-bottom: 16px; }
  p.lead {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-size: 1.5rem; }
  p.caution_message {
    font-size: 1.75rem;
    text-align: center; }

p .lime{color:#00B58F;}

dl {
  margin-bottom: 24px; }
  dl dt {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 20px; }

ul.no_list_style li {
  list-style: none;
  margin-bottom: 8px; }

.margin_high_size_bottom {
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .margin_high_size_bottom {
      margin-bottom: 40px; } }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

* img {
  max-width: 100%;
  height: auto; }
  * img.no_style {
    width: auto;
    border-radius: 0;
    max-width: 100%; }
  * img.width_100per {
    width: 100%;
    height: auto; }
  * img.size_auto {
    width: auto;
    height: auto; }

i {
  line-height: 0.6;
  font-size: 1rem;
  vertical-align: middle; }

.row {
  z-index: 100; }

a {
  color: #00B58F;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }
  a.topics_category_link {
    background: #00B58F;
    color: white;
    text-decoration: none;
    font-weight: normal;
    padding: 4px;
    font-size: 0.85rem;
    display: inline-block;
    width: 6rem;
    text-align: center; }

.button {
  display: inline-block;
  background: #00B58F;
  color: white;
  text-align: center;
  color: white;
  border-radius: 3px;
  padding: 16px 30px 16px 24px;
  text-decoration: none;
  line-height: 1;
  margin-top: 16px;
  font-size: 0.9rem; }
  .button.no_margin_top {
    margin-top: 0; }
  .button i {
    line-height: 0.6;
    font-size: 1rem;
    color: white; }
  .button:hover {
    background-color: #00d9ac;
    color: white; }
  .button.small {
    padding: 8px; }
  .button.font_size_large {
    font-size: 1.5rem; }
  .button.news_button {
    position: absolute;
    top: 12px;
    right: 32px; }
    @media screen and (max-width: 768px) {
      .button.news_button {
        width: 70px; } }
  @media screen and (max-width: 768px) {
    .button {
      margin-top: 0;
      width: 100%;
      padding: 16px 16px; } }
  .button.button_blue_border_white {
    background: white;
    border: 3px solid #00B58F;
    color: #00B58F; }
    .button.button_blue_border_white i {
      color: #00B58F; }
    .button.button_blue_border_white:hover {
      background-color: #00B58F;
      color: white; }
      .button.button_blue_border_white:hover i, .button.button_blue_border_white:hover span {
        color: white; }
  .button.button_width_100per {
    width: 100%; }

hr {
  border-top: 4px solid black;
  margin: 8px 0; }

img.width_100per_img {
  width: 100%; }

ul {
  padding-left: 16px; }
  ul li {
    margin-bottom: 8px; }

/*溝幅 20pxの場合*/
.gutter-20 {
  margin-left: -10px;
  margin-right: -10px; }

.gutter-20 > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px; }

/*溝幅 10pxの場合*/
.gutter-10 {
  margin-left: -5px;
  margin-right: -5px; }

.gutter-10 > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px; }

/* 溝幅なし */
.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.no-gutter > [class*='col-'] {
  padding-left: 0;
  padding-right: 0; }

.text_align_center, .alignC {
  text-align: center; }

.text_align_right {
  text-align: right; }

.margin_top_high {
  margin-top: 72px; }
  @media screen and (max-width: 768px) {
    .margin_top_high {
      margin-top: 48px; } }

.margin_bottom_high_x2 {
  margin-bottom: 144px; }
  @media screen and (max-width: 768px) {
    .margin_bottom_high_x2 {
      margin-bottom: 96px; } }

.margin_bottom_high_x1half {
  margin-bottom: 108px; }
  @media screen and (max-width: 768px) {
    .margin_bottom_high_x1half {
      margin-bottom: 72px; } }

.margin_bottom_high {
  margin-bottom: 72px; }
  @media screen and (max-width: 768px) {
    .margin_bottom_high {
      margin-bottom: 48px; } }

.margin_bottom_middle {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .margin_bottom_middle {
      margin-bottom: 24px; } }

.sp_margin_bottom_middle {
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .sp_margin_bottom_middle {
      margin-bottom: 24px; } }

.margin_bottom_low {
  margin-bottom: 24px; }
  @media screen and (max-width: 768px) {
    .margin_bottom_low {
      margin-bottom: 16px; } }

.sp_margin_bottom_low {
  margin-bottom: 0; }
  @media screen and (max-width: 575px) {
    .sp_margin_bottom_low {
      margin-bottom: 16px; } }

.margin_bottom_exlow {
  margin-bottom: 8px; }
  @media screen and (max-width: 768px) {
    .margin_bottom_exlow {
      margin-bottom: 8px; } }

.margin_bottom_zero {
  margin-bottom: 0; }

.margin_left_10px {
  margin-left: 10px; }

.padding_top_high, .bg_light_gray {
  padding-top: 72px; }
  @media screen and (max-width: 768px) {
    .padding_top_high, .bg_light_gray {
      padding-top: 48px; } }

.padding_bottom_high, .bg_light_gray {
  padding-bottom: 72px; }
  @media screen and (max-width: 768px) {
    .padding_bottom_high, .bg_light_gray {
      padding-bottom: 48px; } }

.padding_24px {
  padding: 24px; }

.padding_bottom_zero {
  padding-bottom: 0; }

.pc_hidden {
  display: none; }
  @media screen and (max-width: 768px) {
    .pc_hidden {
      display: block; } }

@media screen and (max-width: 575px) {
  .sp_hidden {
    display: none; } }

@media screen and (max-width: 575px) {
  .sp_visible_block {
    display: block; } }

@media screen and (max-width: 575px) {
  .sp_display_inline_block {
    display: inline-block; } }

@media screen and (max-width: 768px) {
  .tablet_display_inline_block {
    display: inline-block; } }

.page_bottom_navi {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px; }

table {
  width: 100%;
  border-top: 1px solid #E2E2E2; }
  table th, table td {
    padding: 16px 0;
    border-bottom: 1px solid #E2E2E2;
    vertical-align: top;
    text-align: left; }

.bg_light_gray {
  background: #F2F2F2; }

.bg_light_gray_shifted, .bg_black_shifted {
  position: relative; }
  .bg_light_gray_shifted:before, .bg_black_shifted:before {
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #F2F2F2;
    position: absolute;
    top: 40px;
    left: 0; }
  .bg_light_gray_shifted *, .bg_black_shifted * {
    z-index: 10; }

.bg_black_shifted:before {
  background-color: #333333; }

.border_box {
  border: 3px solid #00B58F;
  background-color: white;
  padding: 20px 32px; }
  .border_box.wide {
    width: 100%; }
  .border_box.narrow {
    width: 75%;
    margin: 0 auto; }
  .border_box.padding_side_half {
    padding-left: 16px;
    padding-right: 16px; }
  @media screen and (max-width: 768px) {
    .border_box {
      padding: 20px 16px; } }

ul.check_list {
  margin: 0;
  padding: 0; }
  ul.check_list li {
    background: url("../images/common/icon_check.svg") no-repeat 0 50%;
    background-size: 24px auto;
    list-style: none;
    padding-left: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    display: inline-block;
    width: 49.5%;
    margin-bottom: 8px; }
    @media screen and (max-width: 768px) {
      ul.check_list li {
        width: auto; } }
  ul.check_list.three_rows li {
    width: 29%; }
    @media screen and (max-width: 768px) {
      ul.check_list.three_rows li {
        width: 49%; } }

.cv_wrap {
  background: #333333;
  padding: 32px 0;
  position: relative; }
  .cv_wrap.job_item {
    background: #F2F2F2;
    padding: 16px 0; }
    .cv_wrap.job_item .job_item_cv_btn {
      height: 46px;
      width: auto; }
      @media screen and (max-width: 575px) {
        .cv_wrap.job_item .job_item_cv_btn {
          height: 40px; } }
  .cv_wrap #job_info {
    position: absolute;
    bottom: 50px;
    left: 50%; }

.box_shadow {
  filter: drop-shadow(1px 1px 10px #666666); }

.search_title_box {
  position: relative; }
  .search_title_box h3 {
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .search_title_box h3 {
        font-size: 1.25rem;
        margin-bottom: 8px; } }
  .search_title_box p {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .search_title_box p {
        font-size: 0.75rem;
        top: 4px; } }

ul.inline_block_list {
  margin-bottom: 0;
  padding-left: 0; }
  ul.inline_block_list li {
    display: inline-block;
    padding-right: 36px; }
  ul.inline_block_list.four_rows li {
    width: 23.5%; }

.bg-dark {
  background: #111111; }

.sp_new_line {
  font-size: inherit;
  font-family: inherit;
  color: inherit; }
  @media screen and (max-width: 575px) {
    .sp_new_line {
      display: block; } }

.navbar a {
  text-decoration: none; }

.navbar .navbar-brand .logo {
  height: 26px;
  width: auto; }

.navbar .navbar-brand .header_logo_type {
  height: 22px;
  width: auto; }

.navbar .navbar-brand .dnc_top_logo {
  height: 36px; }
  @media screen and (max-width: 575px) {
    .navbar .navbar-brand .dnc_top_logo {
      height: 30px; } }
  @media screen and (max-width: 320px) {
    .navbar .navbar-brand .dnc_top_logo {
      height: 26px; } }

.navbar .btn-primary {
  background-color: #00B58F;
  border-color: #00B58F; }
  .navbar .btn-primary.job_info {
    background-color: #00A094;
    border-color: #00A094;
    margin-left: 0;
    margin-top: 6px; }
  .navbar .btn-primary.ma_info {
    background-color: #1F285C;
    border-color: #1F285C;
    margin-left: 0;
    margin-top: 6px; }
    @media screen and (min-width: 991px) {
      .navbar .btn-primary.job_info {
        margin-left: 6px;
        margin-top: 0; }
  .navbar .btn-primary.ma_info {
    display: none;}
}

.navbar-nav li {
  margin-bottom: 0; }

.navbar-dark .navbar-nav .nav-link {
  padding-left: 0.35em;
  padding-right: 0.35em;
  color: white; }
  .navbar-dark .navbar-nav .nav-link.tel_number {
    color: #2FE3BD; }

.nav-item .btn {
  width: 100%; }

@media (max-width: 991px) {
  ul.nav-sns{
display: flex;
    margin:0 0 10px;
    padding:0;
}
   ul.nav-sns li{
     margin: 0 10px 0 0;
     list-style: none;
  }
.nav-sns img{
  width: 30px;
}
}

@media (min-width: 992px) {
  .container {
    width: 960px; }
.nav-sns{
 display: none;  
}
}

@media (min-width: 1200px) {
  .container {
    width: 960px; } }

.main_visual {
  position: relative; }
  .main_visual img {
    width: 100%; }
  .main_visual .main_copy {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center; }
    .main_visual .main_copy p {
      color: white;
      font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    .main_visual {
      height: 400px;
      overflow: hidden; }
      .main_visual img {
        position: absolute;
        width: auto;
        height: 100%;
        left: 50%;
        top: 50%;
        max-width: none;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
      .main_visual .main_copy {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px; }
        .main_visual .main_copy p {
          color: white;
          font-size: 1.5rem;
          line-height: 1.5;
          font-size: 1.25rem; } }

.breadcrumb {
  border-radius: 0;
  width: 100%;
  padding: 8px 0 0; }
  .breadcrumb .container {
    padding: 0; }
  .breadcrumb ul {
    margin-bottom: 0; }
    .breadcrumb ul li {
      list-style: none;
      display: inline-block;
      font-size: 0.9rem; }
      .breadcrumb ul li a {
        font-size: 0.9rem; }
        .breadcrumb ul li a i {
          color: #00B58F;
          font-size: 1.2em; }
      .breadcrumb ul li i {
        font-size: 0.9em; }

.page_bottom_infomation_box {
  border-top: 3px solid #00B58F;
  border-bottom: 3px solid #00B58F;
  padding: 32px 0; }
  .page_bottom_infomation_box .logo {
    width: 260px; }
  .page_bottom_infomation_box h2 {
    margin-bottom: 16px; }
  .page_bottom_infomation_box .tel {
    font-size: 24px;
    padding-left: 24px;
    font-weight: bold;
    background: url("../img/common/page_bottom_tel_icon.png") no-repeat 0 50%;
    background-size: 21px 21px; }
  .page_bottom_infomation_box table {
    margin-top: 8px;
    width: 100%;
    border-bottom: 1px solid #2FE3BD;
    margin-bottom: 8px; }
    .page_bottom_infomation_box table thead {
      background: #2FE3BD;
      border-right: 1px solid #2FE3BD; }
      .page_bottom_infomation_box table thead th {
        text-align: center;
        padding: 6px; }
    .page_bottom_infomation_box table tbody td {
      border-right: 1px solid #2FE3BD;
      text-align: center;
      padding: 6px; }
      .page_bottom_infomation_box table tbody td.left_end {
        border-left: 1px solid #2FE3BD;
        text-align: left; }
    .page_bottom_infomation_box table tbody .even {
      background: #E4F4F2; }
  .page_bottom_infomation_box.no_border {
    border-top: none;
    border-bottom: none;
    padding: 0; }

.page_top_btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 8px 0 4px;
  font-size: 0.75rem;
  background: #00B58F;
  color: white;
  line-height: 1; }
  .page_top_btn a i {
    vertical-align: middle;
    color: white; }
  .page_top_btn a:hover {
    background: #00fdc8; }

footer {
  background-color: #111111;
  padding: 28px 8px; 
  width:100%;
}

footer ul.menu {
display:flex;
justify-content:space-between;
align-items:center;
}

footer ul.menu li{
  list-style: none;
}

footer ul.menu li:first-child  {
  margin-right:auto ;
}

footer ul.menu ul {
      display: flex;
      margin: 0;
      padding: 0;
}
      footer ul.menu ul li {
        padding: 0 8px;
        line-height: 1;
        border-right: 1px solid white; }
        footer ul.menu ul li a {
          font-size: 0.9rem;
          color: white;
          text-decoration: none; }
        footer ul.menu ul li:last-child {
          border-right: none; }

@media screen and (max-width: 575px) {
      footer ul.menu {
        display:block;
        text-align: center; 
      } 
footer ul.menu ul li {
      display: inline-block;
}
footer ul.menu li:first-child  {
  margin-right:0 ;
}
  footer ul.menu li.text-menu ul {
    display: inline-block;
  }
  footer ul.menu li.foot-sns ul {
    display: inline-block;
    margin: 0 0 10px;
  }
}

footer ul.menu li.foot-sns ul li{
  border: none;
  margin: 0;
}
footer .foot-sns img{
  width: 30px;
}
footer .foot-sns img.line-btn{
  width: 100px;
}
footer li.copyright{
        padding: 0 8px;  
}
  footer li.copyright p {
    color: white;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
}
    @media screen and (max-width: 575px) {
      footer .copyright {
        float: none;
        display: block;
        text-align: center; } }

.sample_box {
  background: #F2F2F2;
  height: 1000px; }

.sidebar {
  padding-left: 20px; }
  .sidebar h2 {
    border-top: 2px solid #00B58F;
    font-size: 1rem;
    padding-top: 16px;
    margin-bottom: 16px; }
  .sidebar ul {
    margin-left: 24px; }
    .sidebar ul li {
      margin-bottom: 12px; }
  @media screen and (max-width: 768px) {
    .sidebar {
      padding-left: 0;
      margin-top: 40px; } }

.light_gray_box {
  background: #F9F9F9; }

.white_box {
  background: white; }

.googlemap_box {
  position: relative;
  padding-top: 75%;
  height: 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .googlemap_box {
      padding-top: 70%;
      margin-top: 24px; } }

.googlemap_box iframe,
.googlemap_box object,
.googlemap_box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sp_bottom {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp_bottom {
      position: fixed;
      bottom: 0;
      left: 0;
      display: table;
      padding: 12px;
      background: #00B58F; }
      .sp_bottom div {
        display: table-cell; }
        .sp_bottom div.tel {
          width: 84.7%; }
        .sp_bottom div.map {
          width: 15.3%; } }

.pagenavi {
  text-align: center; }
  .pagenavi a, .pagenavi span {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 4px;
    border-radius: 5px; }
  .pagenavi a {
    border: 1px solid #00B58F;
    background: #00B58F;
    color: white;
    text-decoration: none; }
    .pagenavi a:hover {
      border: 1px solid #00B58F;
      background: white;
      color: #00B58F; }
  .pagenavi span {
    border: 1px solid #333333; }
    .pagenavi span.pages {
      border: none;
      font-size: 0.75rem; }
  @media screen and (max-width: 768px) {
    .pagenavi {
      margin-top: 24px;
      margin-bottom: 40px; } }

.access_map_wrap {
  background: #F2F2F2; }

.map_button {
  background: #00B58F;
  padding: 4px 8px;
  color: white;
  text-decoration: none;
  border-radius: 4px; }
  .map_button:hover {
    background: #00d9ac; }

.information_table {
  border-top: 2px solid #00B58F; }
  .information_table tr td {
    border-bottom: 1px solid #BCBCBC;
    background: white;
    padding-left: 4px;
    padding-right: 4px; }
    .information_table tr td.detail {
      width: 70%; }
    .information_table tr td span {
      color: white;
      text-align: center;
      padding: 4px 8px;
      display: inline-block;
      width: 5rem;
      font-size: 0.75rem; }
      .information_table tr td span.jokin {
        background: #00B58F;
        width:90%;
        margin:0 10px;}
      .information_table tr td span.hijokin {
        background: #007BA0;
        width:90%;
        margin:0 10px;}
      .information_table tr td span.spot {
        background: #9886D3; }
  .information_table tr:last-child {
    border-bottom: 2px solid #00B58F; }


.information_table tr td.date{
  display: none;
}

  @media screen and (max-width: 575px) {
    .information_table {
      display: block; }
      .information_table tbody {
        display: block;
        width: 100%;
        background: white; }
      .information_table tr, .information_table th, .information_table td {
        display: block;
        border-bottom: none; }
      .information_table tr td {
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: none; }
        .information_table tr td.date, .information_table tr td.style, .information_table tr td.place {
          display: inline-block;
          float: left;
          padding-bottom: 0;
          padding-right: 0; }
        .information_table tr td.detail {
          clear: both;
          width: 100%;
          border-bottom: 1px solid #BCBCBC; }
.information_table tr td.date{
  display: none;
}}

.flex_container {
  background: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex_container.point_title {
    background: #111111; }
  .flex_container .flex_item {
    width: 50%;
    height: 100%;
    align-self: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .flex_container .flex_item .access_info {
      width: 80%;
      margin: 0 auto;
      padding: 12px; }
      @media screen and (max-witdh: 990px) {
        .flex_container .flex_item .access_info {
          width: 90%;
          padding: 0; } }
    .flex_container .flex_item .point_inner {
      width: 86%;
      margin: 0 auto;
      padding: 24px 0; }
      .flex_container .flex_item .point_inner p {
        color: white; }
      .flex_container .flex_item .point_inner h2 {
        text-align: center; }
        .flex_container .flex_item .point_inner h2 img {
          width: 90%; }
    .flex_container .flex_item .access_map_img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 768px) {
    .flex_container {
      display: block; }
      .flex_container .flex_item {
        display: block;
        width: 100%; }
        .flex_container .flex_item .access_info {
          padding: 10vw 0; } }

.map_logo {
  width: 120px;
  height: auto; }

.swiper-container {
  position: relative;
  max-height: 750px;
  margin-bottom: 40px;
  margin-top: 32px; }
  @media screen and (min-width: 991px) {
    .swiper-container {
      height: 900px; } }
  .swiper-container .swiper-wrapper {
    z-index: 10;
    position: relative; }
    .swiper-container .swiper-wrapper .swiper-slide {
      position: relative; }
      .swiper-container .swiper-wrapper .swiper-slide .copy_01 {
        position: absolute;
        top: 15%;
        left: 0; }
        .swiper-container .swiper-wrapper .swiper-slide .copy_01 img {
          width: 38%;
          height: auto; }
        @media screen and (max-width: 768px) {
          .swiper-container .swiper-wrapper .swiper-slide .copy_01 {
            top: 20%; }
            .swiper-container .swiper-wrapper .swiper-slide .copy_01 img {
              width: 42%; } }
        @media screen and (min-width: 991px) {
          .swiper-container .swiper-wrapper .swiper-slide .copy_01 {
            top: 20%; }
            .swiper-container .swiper-wrapper .swiper-slide .copy_01 img {
              width: 50%; } }
      .swiper-container .swiper-wrapper .swiper-slide .copy_02 {
        position: absolute;
        top: 200px;
        left: 0; }
        .swiper-container .swiper-wrapper .swiper-slide .copy_02 img {
          width: 50%;
          height: auto; }
        @media screen and (max-width: 768px) {
          .swiper-container .swiper-wrapper .swiper-slide .copy_02 {
            top: 67%; }
            .swiper-container .swiper-wrapper .swiper-slide .copy_02 img {
              width: 60%; } }
      .swiper-container .swiper-wrapper .swiper-slide .copy_03 {
        position: absolute;
        top: 50px;
        left: 0; }
        .swiper-container .swiper-wrapper .swiper-slide .copy_03 img {
          width: 50%;
          height: auto; }
        @media screen and (max-width: 768px) {
          .swiper-container .swiper-wrapper .swiper-slide .copy_03 {
            top: 67%; }
            .swiper-container .swiper-wrapper .swiper-slide .copy_03 img {
              width: 70%; } }
      .swiper-container .swiper-wrapper .swiper-slide .copy_04 {
        position: absolute;
        bottom: 25%;
        right: 0;
        text-align: right; }
        .swiper-container .swiper-wrapper .swiper-slide .copy_04 img {
          width: 50%;
          height: auto; }
        @media screen and (min-width: 991px) {
          .swiper-container .swiper-wrapper .swiper-slide .copy_04 {
            bottom: 42%; } }
        @media screen and (max-width: 768px) {
          .swiper-container .swiper-wrapper .swiper-slide .copy_04 {
            top: 67%; }
            .swiper-container .swiper-wrapper .swiper-slide .copy_04 img {
              width: 70%; } }
      .swiper-container .swiper-wrapper .swiper-slide .copy_05 {
        position: absolute;
        top: 13%;
        left: 0; }
        .swiper-container .swiper-wrapper .swiper-slide .copy_05 img {
          width: 40%;
          height: auto; }
        @media screen and (max-width: 768px) {
          .swiper-container .swiper-wrapper .swiper-slide .copy_05 {
            top: 17%; }
            .swiper-container .swiper-wrapper .swiper-slide .copy_05 img {
              width: 50%; } }
        @media screen and (min-width: 991px) {
          .swiper-container .swiper-wrapper .swiper-slide .copy_05 {
            top: 9%; }
            .swiper-container .swiper-wrapper .swiper-slide .copy_05 img {
              width: 50%; } }
  .swiper-container .cv_wrap {
    width: 100%;
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 768px) {
      .swiper-container .cv_wrap {
        display: none; } }
  @media screen and (max-width: 768px) {
    .swiper-container {
      margin-bottom: 0; } }
  .swiper-container .swiper-pagination {
    position: absolute;
    bottom: 200px;
    z-index: 20; }

.point_menu {
  z-index: 100; }
  .point_menu a {
    background: #111111;
    display: block; }
    .point_menu a:hover {
      background: #181818; }
  .point_menu h3 {
    margin-bottom: 0;
    text-align: center;
    padding: 24px 0; }
    .point_menu h3.point_03 {
      padding-bottom: 52px; }
    .point_menu h3 img {
      width: 90%; }
  @media screen and (max-width: 768px) {
    .point_menu {
      margin-bottom: 16px; } }

.point_title {
  position: relative; }
  .point_title #flow_anchor {
    position: absolute;
    bottom: 50px;
    left: 50%; }

.text_img_box {
  width: 100%;
  position: relative;
  height: 500px;
  overflow: hidden; }
  .text_img_box img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  @media screen and (max-width: 768px) {
    .text_img_box {
      height: 300px; } }

.bg_medical_merit {
  background: url("../images/top/bg_medical_merit.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: 48px;
  position: relative; }
  .bg_medical_merit .medical_merit_figure_01 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -20px; }
    .bg_medical_merit .medical_merit_figure_01 img {
      width: 630px; }
  .bg_medical_merit .figure_padding {
    padding-top: 314px; }
    @media screen and (max-width: 768px) {
      .bg_medical_merit .figure_padding {
        padding-top: 30vh; } }
  @media only screen and (max-width: 768px) and (orientation: landscape) {
    .bg_medical_merit .figure_padding {
      padding-top: 76vh; } }
    @media screen and (max-width: 575px) {
      .bg_medical_merit .figure_padding {
        padding-top: 24vh; } }
  @media only screen and (max-width: 575px) and (orientation: landscape) {
    .bg_medical_merit .figure_padding {
      padding-top: 90vh; } }
  @media screen and (max-width: 768px) {
    .bg_medical_merit {
      padding-bottom: 20px; } }

.bg_docter_merit {
  background: url("../images/top/bg_doctor_merit.jpg") no-repeat top center;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 48px; }
  @media screen and (max-width: 768px) {
    .bg_docter_merit {
      background: url("../images/top/bg_doctor_merit_sp.png") no-repeat top left #F2F2F2;
      background-size: 100% auto;
      background-position: top left;
      padding-top: 160px;
      padding-bottom: 8px; } }

.doctor_merit_wrap {
  width: 60%;
  margin: 0 48px 0 auto; }
  @media screen and (max-width: 768px) {
    .doctor_merit_wrap {
      margin: 0 auto;
      width: 96%; } }

.doctor_merit_box {
  background-color: white;
  position: relative;
  margin-bottom: 8px;
  display: table;
  width: 100%; }
  .doctor_merit_box div {
    display: table-cell;
    vertical-align: middle; }
    .doctor_merit_box div.number {
      background-color: #00B58F;
      width: 40px;
      text-align: center;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: white;
      font-size: 2rem; }
    .doctor_merit_box div.detail {
      padding: 16px; }
      .doctor_merit_box div.detail h3 {
        margin-bottom: 8px; }
      .doctor_merit_box div.detail p {
        line-height: 1.5; }
  .doctor_merit_box h3 {
    color: #00B58F;
    font-weight: bold; }

.button_parallel li {
  float: left;
  list-style: none;
  width: 49%;
  margin-bottom: 10px; }
  .button_parallel li.right {
    float: right; }
  .button_parallel li a {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 0; }

.flow_box {
  border-top: 2px solid #00B58F;
  margin-bottom: 24px; }
  .flow_box .img_box {
    float: right;
    width: 160px;
    padding: 24px 0 24px 24px; }
  .flow_box .text_box {
    padding-top: 24px;
    padding-left: 111px; }
    .flow_box .text_box p {
      line-height: 1.7; }
  .flow_box.flow_01 {
    background-image: url("../images/top/flow_eyecatch_01.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 87px auto; }
  .flow_box.flow_02 {
    background-image: url("../images/top/flow_eyecatch_02.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 87px auto; }
  .flow_box.flow_03 {
    background-image: url("../images/top/flow_eyecatch_03.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 87px auto; }
  .flow_box.flow_04 {
    background-image: url("../images/top/flow_eyecatch_04.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 87px auto; }
  .flow_box.flow_05 {
    background-image: url("../images/top/flow_eyecatch_05.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 87px auto; }
  .flow_box.flow_06 {
    background-image: url("../images/top/flow_eyecatch_06.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 87px auto; }
  @media screen and (max-width: 768px) {
    .flow_box .img_box {
      width: 120px;
      padding: 18px 0 18px 18px; }
    .flow_box .text_box {
      padding-top: 18px;
      padding-left: 66px; }
      .flow_box .text_box h3 {
        margin-bottom: 12px; }
      .flow_box .text_box p {
        line-height: 1.7; }
    .flow_box.flow_01 {
      background-image: url("../images/top/flow_eyecatch_01.png");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 50px auto; }
    .flow_box.flow_02 {
      background-image: url("../images/top/flow_eyecatch_02.png");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 50px auto; }
    .flow_box.flow_03 {
      background-image: url("../images/top/flow_eyecatch_03.png");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 50px auto; }
    .flow_box.flow_04 {
      background-image: url("../images/top/flow_eyecatch_04.png");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 50px auto; }
    .flow_box.flow_05 {
      background-image: url("../images/top/flow_eyecatch_05.png");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 50px auto; }
    .flow_box.flow_06 {
      background-image: url("../images/top/flow_eyecatch_06.png");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 50px auto; } }

table.top_area {
  border: none; }
  table.top_area th, table.top_area td {
    border: none;
    padding: 8px 0; }
  table.top_area th {
    font-weight: normal;
    font-size: 0.75rem;
    width: 22%;
    padding-top: 12px;
    color: #6F7579;
    padding-right: 1%; }

.message_box {
  padding: 40px;
  position: relative; }
  .message_box:before {
    content: "";
    width: 30px;
    height: 30px;
    border-top: 2px solid #00B58F;
    border-left: 2px solid #00B58F;
    position: absolute;
    left: 0;
    top: 0; }
  .message_box:after {
    content: "";
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #00B58F;
    border-right: 2px solid #00B58F;
    position: absolute;
    right: 0;
    bottom: 0; }
  .message_box h3.ceo_name {
    font-size: 1.75rem;
    font-weight: bold; }
  .message_box h4 {
    font-size: 1.5rem; }

.company_outline_wrap {
  background: url("../images/top/bg_company_outline.jpg") no-repeat top center;
  background-size: cover; }
  .company_outline_wrap h2 {
    color: white; }
  .company_outline_wrap table {
    border-top: 2px solid #00B58F; }
    .company_outline_wrap table tr th, .company_outline_wrap table tr td {
      color: white;
      font-weight: normal; }
    .company_outline_wrap table tr th {
      width: 25%; }
    .company_outline_wrap table tr:last-child th, .company_outline_wrap table tr:last-child td {
      border-bottom: 2px solid #00B58F;
      font-weight: normal; }
.company_outline_wrap a{
  color: white;
}

.example_box {
  background: #494949; }
  .example_box .detail {
    padding: 12px; }
    .example_box .detail * {
      color: white; }
    .example_box .detail h4 {
      margin-bottom: 4px;
      font-size: 1.25rem;
      font-family: "Yu Gothic", "YuGothic", sans-serif; }
    .example_box .detail p {
      line-height: 1.4;
      margin-bottom: 4px; }
      .example_box .detail p.doctor_info {
        text-align: right;
        margin-bottom: 8px; }

ul.medical_courses_list li {
  width: 28%;
  float: left;
  font-size: 0.9rem; }
  ul.medical_courses_list li:nth-child(3n+1) {
    width: 36%; }
  ul.medical_courses_list li:nth-child(3n) {
    width: 34%; }
  @media screen and (max-width: 768px) {
    ul.medical_courses_list li {
      font-size: 14px; } }

.area_subject_height {
  min-height: 376px; }
  @media screen and (max-width: 768px) {
    .area_subject_height {
      height: auto; } }

.job_item_box {
  padding-top: 16px;
  margin-bottom: 32px; }
  .job_item_box h3 {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 1.5rem; }
  .job_item_box h4 {
    font-weight: bold;
    font-size: 1.25rem; }
  .job_item_box table th {
    width: 25%; }
  .job_item_box.jokin {
    border-top: 4px solid #00B58F;
    border-bottom: 2px solid #00B58F; }
    .job_item_box.jokin h3, .job_item_box.jokin h4 {
      color: #009172; }
    .job_item_box.jokin th {
      color: #009172; }
  .job_item_box.hijokin {
    border-top: 3px solid #007BA0; }
    .job_item_box.hijokin h3, .job_item_box.hijokin h4 {
      color: #006280; }
    .job_item_box.hijokin th {
      color: #006280; }
  .job_item_box.spot {
    border-top: 3px solid #9886D3; }
    .job_item_box.spot h3, .job_item_box.spot h4 {
      color: #7a6ba9; }
    .job_item_box.spot th {
      color: #7a6ba9; }
  .job_item_box.new h3 {
    padding-left: 40px;
    position: relative; }
    .job_item_box.new h3::after {
      content: "NEW";
      font-size: 10px;
      background: #e60000;
      color: white;
      padding: 4px;
      position: absolute;
      top: 4px;
      left: 0; }

.list_control_wrap {
  background: #F2F2F2;
  padding: 12px;
  margin-bottom: 32px;
  position: relative; }
  .list_control_wrap p {
    margin-bottom: 0; }
  .list_control_wrap .control_select {
    position: absolute;
    top: 16px;
    right: 16px; }

.detail_data_table th {
  width: 24%; }

.jokin_wrap h3 {
  border-top: 4px solid #00B58F;
  padding-top: 24px;
  color: #009172;
  font-size: 1.5rem; }
  .jokin_wrap h3.facility_info_title {
    border-top: 1px solid #B7B7B7;
    color: #333333;
    font-size: 1.25rem; }

.jokin_wrap .detail_data_table th {
  width: 24%;
  color: #009172; }

.hijokin_wrap h3 {
  border-top: 4px solid #007BA0;
  padding-top: 24px;
  color: #006280;
  font-size: 1.5rem; }

.hijokin_wrap .detail_data_table th {
  width: 24%;
  color: #006280; }

.spot_wrap h3 {
  border-top: 4px solid #9886D3;
  padding-top: 24px;
  color: #7a6ba9;
  font-size: 1.5rem; }

.spot_wrap .detail_data_table th {
  width: 24%;
  color: #7a6ba9; }

/*--------------------

	area search tab

--------------------*/
ul.area_tab {
  margin: 13px 0 0;
  padding-left: 0;
  display: block; }
  @media screen and (max-width: 768px) {
    ul.area_tab {
      margin: 0; } }
  ul.area_tab li {
    display: inline-block;
    margin-bottom: 4px; }
    ul.area_tab li span.tab {
      display: block;
      cursor: pointer;
      border: 1px solid #C9C9C9;
      text-align: center;
      border-radius: 3px;
      padding: 8px; }
      ul.area_tab li span.tab.select {
        background: #00B58F;
        border: 1px solid #00B58F;
        color: white; }

p.areabox {
  font-size: 12px;
  margin: 0 0 24px;
  line-height: 25px;
  background: #F2F2F2;
  padding: 12px; }

p.areabox span.area {
  display: inline-block;
  float: left;
  padding: 2px 8px 2px 2px;
  background-color: #ccc; }
  @media screen and (max-width: 575px) {
    p.areabox span.area {
      display: block;
      width: 100%;
      margin-bottom: 8px; } }

p.areabox span.area input {
  margin: 0 0 0 8px; }

p.areabox input {
  margin: 0 0 0 22px; }
  @media screen and (max-width: 575px) {
    p.areabox input {
      margin: 0; } }

p.areabox label {
  margin: 0 0 0 6px; }
  @media screen and (max-width: 575px) {
    p.areabox label {
      margin: 0 4px 0 0;
      width: 25%; } }

@media screen and (max-width: 575px) {
  p.areabox span.area label {
    width: 88%; } }

ul.jobstyle {
  background: #F2F2F2;
  padding: 12px;
  margin: 0 0 24px; }

ul.jobstyle li {
  display: inline-block;
  float: left;
  list-style: none;
  overflow: hidden;
  margin: 0 12px 0 0; }

ul.jobstyle input[type="radio"] {
  width: 21px;
  height: 21px;
  vertical-align: middle; }
  @media screen and (max-width: 575px) {
    ul.jobstyle input[type="radio"] {
      width: 16px;
      height: 16px; } }

/* ���W�I�{�^���ɑΉ����郉�x�� */
ul.jobstyle input[type="radio"] + label span {
  display: block;
  cursor: pointer; }

ul.jobstyle li label {
  margin-bottom: 0; }

p.frm_diagnosis_group {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 1px solid #00B58F;
  margin: 13px 0 8px; }

p.frm_diagnosis_group label {
  font-weight: bold;
  margin: 0 0 0 8px; }

p.frm_diagnosis {
  line-height: 1.6; }

p.frm_diagnosis span {
  font-size: 12px;
  white-space: nowrap;
  display: inline-block;
  width: 19%; }
  @media screen and (max-width: 768px) {
    p.frm_diagnosis span {
      width: 24.5%; } }
  @media screen and (max-width: 575px) {
    p.frm_diagnosis span {
      width: 48.5%; } }

p.frm_diagnosis label {
  margin: 0 10px 0 5px; }
  @media screen and (max-width: 768px) {
    p.frm_diagnosis label {
      font-size: 1.8vw;
      font-feature-settings: "palt";
      vertical-align: top; } }
  @media screen and (max-width: 575px) {
    p.frm_diagnosis label {
      font-size: 3.4vw;
      margin: 0 10px 0 2px; } }
  @media screen and (max-width: 320px) {
    p.frm_diagnosis label {
      font-size: 3.3vw;
      margin: 0 10px 0 0px; } }

.work_week dl {
  background: #F2F2F2;
  padding: 12px;
  margin: 0 0 24px; }

.work_week dd {
  display: inline; }

.work_week label {
  margin: 0 20px 0 6px; }

.work_system dl {
  background: #F2F2F2;
  padding: 12px;
  margin: 0 0 24px; }

.work_system dd {
  display: inline; }

.work_system label {
  margin: 0 20px 0 6px; }

.work_day p {
  background: #F2F2F2;
  padding: 12px;
  margin: 0 0 24px; }

.btn {
  text-align: center; }

.rollO1 {
  height: 50px; }
  @media screen and (max-width: 768px) {
    .rollO1 {
      height: 40px;
      width: auto; } }

.search_diagnosis {
  margin-bottom: 24px;
  background: #F2F2F2;
  padding: 1px 12px 12px; }

.return_to_list {
  text-align: right;
  padding: 24px 0;
  border-bottom: 2px solid #00B58F; }
  .return_to_list.no_border {
    border-bottom: none; }

.formLead1, .formLead {
  text-align: center;
  font-size: 1.25rem; }
  .formLead1 strong, .formLead strong {
    font-size: 1.5rem; }

.formAtt, .formBox span.hissu {
  padding-left: 36px;
  background: url("../doctor/images/form/icon_hissu.gif") no-repeat 0 50%;
  background-size: 36px auto; }

.formBox span.hissu {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 44px; }

.formBox table {
  border-top: 3px solid #00B58F;
  border-bottom: 3px solid #00B58F;
  margin-bottom: 24px; }
  .formBox table th {
    width: 25%; }
  .formBox table td p {
    margin-bottom: 4px; }
  .formBox table td table {
    margin-bottom: 0; }
  .formBox table td input {
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 4px;
    border: 1px solid #B7B7B7; }
    .formBox table td input.middle {
      width: 40%; }
    .formBox table td input.long {
      width: 70%; }
    .formBox table td input.full {
      width: 90%; }
    .formBox table td input.history_year {
      width: 3.5em; }
      @media screen and (max-width: 575px) {
        .formBox table td input.history_year {
          width: 2.5em; } }
    .formBox table td input.history_month {
      width: 2em; }
    .formBox table td input.responsible {
      width: 10em; }
      @media screen and (max-width: 575px) {
        .formBox table td input.responsible {
          width: 75%; } }
    .formBox table td input.collage {
      width: 10em; }
      @media screen and (max-width: 768px) {
        .formBox table td input.collage {
          margin-left: 12px; } }
    .formBox table td input.salary {
      width: 4em; }
  .formBox table td textarea {
    width: 96%;
    height: 25vh;
    margin-left: 4px;
    border: 1px solid #B7B7B7; }
  .formBox table td select {
    margin-right: 4px;
    margin-left: 4px;
    border: 1px solid #B7B7B7;
    padding: 4px;
    margin-bottom: 4px; }
    .formBox table td select.form-control {
      width: auto;
      border-radius: 0; }
    .formBox table td select option {
      padding: 2px; }
  .formBox table td .inner_tbl {
    border-top: none;
    border-bottom: none; }
  .formBox table td h3.job_history_title,
  .formBox table td h4.job_history_item {
    display: none; }
  .formBox table tr.sp_history_title_tr {
    display: none; }
  @media screen and (max-width: 768px) {
    .formBox table td h3.job_history_title {
      display: block;
      font-family: sans-serif;
      font-weight: bold;
      font-size: 1rem;
      border-top: 1px solid #B7B7B7;
      padding-top: 12px; }
    .formBox table td h4.job_history_item {
      display: inline-block;
      width: 20vw;
      font-family: sans-serif;
      font-weight: normal; } }
  @media screen and (max-width: 575px) {
    .formBox table {
      display: block; }
      .formBox table tbody, .formBox table tr, .formBox table th, .formBox table td {
        display: block;
        width: 100%; }
      .formBox table th {
        border-bottom: none;
        padding-bottom: 0; }
      .formBox table tr.sp_hidden {
        display: none; }
      .formBox table tr.sp_history_title_tr {
        display: block; }
        .formBox table tr.sp_history_title_tr h3.job_history_title {
          margin-bottom: 0; } }

.formBox .shokureki {
  border-top: none;
  border-bottom: none; }
  @media screen and (max-width: 768px) {
    .formBox .shokureki {
      display: block; }
      .formBox .shokureki .table_head {
        display: none; }
      .formBox .shokureki tbody, .formBox .shokureki tr, .formBox .shokureki th, .formBox .shokureki td {
        display: block; }
      .formBox .shokureki th {
        border-bottom: none;
        padding-bottom: 0; } }

.formBox .addbtn {
  border-top: none;
  border-bottom: none; }

.ruleArea {
  border: 1px solid #B7B7B7;
  padding: 16px;
  border-radius: 5px;
  height: 50vh;
  overflow-y: scroll;
  margin-bottom: 24px; }
  .ruleArea h2 {
    text-align: center;
    border-bottom: 1px solid #00B58F;
    padding-bottom: 6px; }

.formBtnArea {
  text-align: center; }
  .formBtnArea img {
    vertical-align: top; }
.formBtnArea .form_btn{
  width: 160px;
}
.error_massage_box {
  border: 3px solid #DA3924;
  padding: 24px; }
  .error_massage_box ul li {
    color: #DA3924;
    font-weight: bold; }

@media screen and (max-width: 575px) {
  .form_btn {
    width: 40vw;
    height: auto; } }

/* top MA link */
.ma-link{
  display: flex;
  align-items: center;
  margin-top:15px!important;
  margin-left: 200px;
}
.ma-button .button{
  background: #1F285C;
  border-radius:0;
}
.nurse-button .button{
  background: #FFEC35;
  color: #444;
  border-radius:0;
}
.ma-button .button:hover, .nurse-button .button:hover{
  opacity: .7;
}
@media screen and (max-width: 992px) {
.ma-link{
  white-space: nowrap;
  margin-left:70px;
  margin-right:80px;
}
  .ma-button .button , .nurse-button .button{
    white-space: nowrap;
}
}
@media screen and (max-width: 768px) {
.ma-link{
  white-space: nowrap;
  margin-left:inherit;
  margin-right:inherit;
  margin: 0 auto;
}
.ma-link .text-right{
    margin-left: inherit;
    margin-right: inherit;
  }
  .ma-button .button , .nurse-button .button{
    white-space: nowrap;
}
  }

/* top MA css */
.ma_merit_block_01 , .ma_merit_block_02{
  background: #fff;
  display: flex;
  justify-content: center;
  align-items:center;
}
.ma_merit_block_01{
  margin: 0 0 30px;
}
.ma_merit_block_02 .ma_merit_img{
  order: 2;
}
.ma_merit_img{
  width: 40%;
}
.ma_merit_text{
  width: 65%;
  padding: 30px;
}
.ma_merit_text h4{
  font-size: 18px;
}
.under-line{
  border-bottom: 1px solid #01B58F;
  padding: 10px 0;
}
.ul-number{
  list-style:decimal;
}
@media screen and (max-width: 768px) {
 .ma_merit_block_01 , .ma_merit_block_02{
   flex-wrap:wrap;
  height: 100%;
  } 
.ma_merit_block_02 .ma_merit_img{
  order: initial;
}
.ma_merit_img{
  width: 100%;
}
.ma_merit_text{
  width: 100%;
  height: 100%!important;
  padding: 10px 20px 0;
}
}
@media screen and (max-width: 575px) {
 .ma_merit_block_01 , .ma_merit_block_02{
  height: initial;
  } 
.ma_merit_text{
  padding: 30px;
}
}

/* insta css */
#instafeed {
  width: 100%;
  padding: 20px;
}
.insta-box{
  width: 100%!important;  
  padding: 0;
}
.insta-box a{
  margin: 0 0 20px;
  display: block;
}

.cp_offcm01 {
	position: absolute;
	top: 10px;
	right: 180px;
	display: inline-block;
}

/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 50px;
	right: -100vw;
	width: 180px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
  background-color:rgba( 0, 0, 0, 0.7 );;
  z-index: 100;
  overflow-y:scroll;

}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
  z-index: 100;
  top:55px;
  right: 5px;
  position: fixed;

}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-180px);
	        transform: translateX(-180px);
}
.cp_offcm01 #cp_toggle01:checked ~ label + div.hidden-layer{
  width: 100%;
  height: 100%; 
	position: fixed;
	top: 10px;
	right: 180px;
	display: block;
  z-index: 10;
}


.cp_offcm01 label div{
  background:url("../images/common/insta-back.jpg") no-repeat;
  background-size: 100%;
  border-radius: 10px;
  padding: 7px;
  margin: 0;
}
.cp_offcm01 label div .insta-logo{
  width: 30px;
}
.cp_offcm01 label span{
 font-weight: 600;  
 font-size: 14px;
 margin: 0;
 color: #e03767;
}

@media screen and (max-width: 575px) {
/* insta css */

/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
  top:50px;
  right: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-180px);
	        transform: translateX(-180px);
}
.cp_offcm01 label div{
  padding: 5px;
}
.cp_offcm01 label div .insta-logo{
  width: 26px;
}
.cp_offcm01 label span{
 font-size: 12px;
}
}

/* recruit */
.recruit-block{
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    background-image: url("../images/recruit/recruit_bg.jpg");
  padding: 6rem 0 4rem;
}

@media screen and (max-width: 768px) {
	.recruit-block {
		background-size: cover;
		background-attachment: scroll;
  padding: 3rem 0 .5rem;
	}
}

.recruit-block dl dt{
  background-color: rgba(17,17,17,.8);
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-block dl dd{
  background-color: rgba(255,255,255,.8);
  color: #111;
}

.recruit-block dl dd .recruit-step{
  display: flex;
  flex-wrap: wrap;
}
.recruit-block dl dd dt{
  background: none;
  color:#16B28F;
  display: flex;
  align-items:initial;
  border-right: 1px solid #111;
  font-size: 1rem;
}
.recruit-block dl dd dd{
  background: none;
}
@media screen and (max-width: 768px) {
.recruit-block dl dd dt{
  border-right: none;
  border-top: 1px dashed #16B28F;
  border-bottom: 1px dashed #16B28F;
  padding-top: 1rem;
  padding-bottom: 1rem;
  }
.recruit-block dl dd dd{
  padding-bottom: 1rem;
  }
}

/* babrina */
@media (min-width: 750px) {
  .swiper-container .babrina{
    position: absolute;
    bottom: 0;
    right: 2.2142857143rem;
    width: 16rem;
    -webkit-animation: move-y 1s infinite alternate ease-in-out;
            animation: move-y 1s infinite alternate ease-in-out;
  }
  .babrina .fukidashi {
    position: absolute;
    width:10rem;
    right: 3.2rem;
    top: -4.5rem;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0; 
  }
}
.swiper-container .babrina figure {
  margin-bottom: 0;
}
.swiper-container .babrina figure a:hover img  {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; 
}
@media (min-width: 750px) {
.swiper-container .babrina figure {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
.swiper-container .babrina figure:hover {
    position: relative;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}

@-webkit-keyframes move-y {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes move-y {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

/* news */

h2#NEWS{
    color: #C10202;
   font-size: 1.8rem;
  }
 .news-block .container{
  padding: 2.5rem 5rem .5rem;
}
 .news-block .container dl{
   display: flex;
   align-items: center;
}
.news-block .container dl dt {
  width: 27%;
  font-weight: normal;
  font-size: 1.2rem;
}
.news-block .container dl dd {
  width: 73%;
}
.news-block .container dl dt span.category.news {
  background: #C10202;
  color: #ffffff;
  padding: .2rem 1rem;
  border-radius: .2rem;
  margin:0 0 0 1.5rem;
  }
/* 220813 */
.news-block .news_list_link {
  padding: 0 6px 0 0 !important;
  margin: -8px auto 14px;
  text-align: right;
}
.news-block .news_list_link a {
  font-weight: bold;
  font-size: 16px;
  color: #00B58F;
  text-decoration: none;
}
.news-block .news_list_link a:hover {
  opacity: .7;
}
.news-block #lp_post_list.container {
  padding: 44px 0 34px;
}
.news-block #lp_post_list.container dl {
  margin-bottom: 21px;
  padding: 0 9.6%;
}
.news-block #lp_post_list.container dl dt {
  width: 240px;
  font-size: 16px;
  font-weight: bold;
}
.news-block #lp_post_list.container dl dd {
  width: calc(100% - 240px);
}
.news-block #lp_post_list.container dl dd a {
  font-weight: bold;
  font-size: 16px;
}
.news-block #lp_post_list.container dl dt span.category {
  margin:0 0 0 1.25em;
  padding: 5px 11px 4px;
  font-size: 13px;
  font-weight: bold;
  background: #C10202;
  color: #ffffff;
  border-radius: 2px;
}
.news-block #lp_post_list.container dl dt span.category.doctor-recruitment {
   background: #17967C;
 }
.news-block #lp_post_list.container dl dt span.category.new-opening {
   background: #087CB1;
 }
.news-block #lp_post_list.container dl dt span.category.inherited-property {
   background: #C12BBB;
 }
.news-block #lp_post_list.container dl dt span.category.employment {
   background: #C1AB02;
 }

@media screen and (max-width: 1000px) {

 .news-block .container{
  padding: 2.5rem 2rem .5rem;
}
 .news-block .container dl {
   display: flex;
   flex-wrap: wrap;
}
.news-block .container dl dt {
  width: 100% !important;
  font-weight: normal;
  font-size: 1.2rem;
}
.news-block .container dl dd {
  width: 100% !important;
}
.news-block .container dl dt span.category.news {
  margin:0 0 0 .5rem;
  }

}

/* 220813 */
@media screen and (max-width: 767px) {
  .news-block #lp_post_list.container dl {
    padding: 0 2rem;
  }
}

.suppliers_wrap {
  padding: 82px 0 88px;
  background: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .suppliers_wrap .content_title {
    margin-bottom: 80px;
  }
}
.suppliers_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -28px;
}
.suppliers_box {
  width: 25%;
  padding: 0 13px;
  margin: 0 0 32px;
}
.suppliers_box img {
  margin-bottom: 13px;
}
.suppliers_box span {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .suppliers_box span {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .suppliers_wrap {
    padding: 48px 0 28px;
  }
  .suppliers_list {
    margin: 0 -23px;
  }
  .suppliers_box {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .suppliers_list {
    margin: 0 -8px;
  }
}