@charset "utf-8";

/**************************************************************
*
* 変数
*
**************************************************************/

/**************************************************************
*
* TOPページ
*
**************************************************************/

/*************************************
* top_contents01
*************************************/

.top_contents01 {
  position: relative;
  box-sizing: border-box;
  padding-right: 20px;
  height: 572px;
}

.top_contents01 .img {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: -1;
}

.top_contents_inner {
  background: rgba(255, 255, 255, 0.75);
  z-index: 2;
  height: 472px;
  width: 70%;
}

.top_contents_inner .ttl {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 25px;
}

.top_contents_inner p {
  line-height: 1.7;
  font-size: 14px;
  margin-bottom: 35px;
}

.h2_main_ttl {
  font-size: 38px;
  font-weight: bold;
  font-style: italic;
  color: #010101;
  margin-bottom: 35px;
}

.h2_main_ttl span {
  color: #0b68b3;
}

.h2_main_ttl br {
  display: none;
}

.sub_main_ttl {
  color: #0b68b3;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: -10px;
  position: relative;
  top: 0;
  left: 310px;
  margin-bottom: 35px;
  display: inline-block;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sub_main_ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 195%;
  height: 10px;
  top: 20px;
  left: 0px;
  border-bottom: 10px solid #a6c92c;
}

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

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

  .top_contents01 .img {
    display: none;
  }

  .title_col {
    background-image: url(../img/top/main-image-sp02@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10px 100%;
    height: 0;
    padding-top: 60%;
    position: relative;
  }

  .ttl_col_inner {
    position: absolute;
    top: 24px;
    left: 0;
    background: rgba(255, 255, 255, 0.75);
    text-align: right;
    display: inline-block;
    box-sizing: border-box;
    padding: 1em;
  }

  .h2_main_ttl {
    font-size: 24px;
  }

  .sub_main_ttl {
    color: #0b68b3;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: -10px;
    position: relative;
    top: 0;
    left: 0px;
    margin-bottom: 10px;
    display: inline-block;
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  .sub_main_ttl::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 10px;
    top: 20px;
    left: 0px;
    border-bottom: 10px solid #a6c92c;
  }

  .top_contents_inner {
    background: none;
    z-index: 2;
    height: 100%;
    width: 100%;
  }

  .top_contents_inner p {
    margin-bottom: 15px;
  }

  .top_contents_inner .text_col .ttl {
    margin-top: 20px;
    font-size: 20px;
  }
}

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

/*************************************
* entry_btn_box
*************************************/

.entry_btn_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: space-between;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  column-gap: 7px;
  row-gap: 15px;
  margin-bottom: 100px;
}

.entry_btn.btn_type01 {
    width: 25%;
    height: 100px;
    -ms-flex-preferred-size: 23.7%;
        flex-basis: 23.7%;
  }

.entry_btn.btn_type01 a {
      width: 100%;
      height: 100%;
    }

.entry_btn.btn_type01.__image a {
      border: 2.5px solid #0B68B3;
      padding: 0;
    }

.entry_btn.btn_type01.__image a::after {
        display: none;
      }

.entry_btn.btn_type01.__image a:hover {
        box-shadow: 0px 3px 5px 0px rgba(27, 26, 26, 0.33);
        -ms-transform: translateY(1px) scale(1.01);
            transform: translateY(1px) scale(1.01);
        opacity: 0.8;
      }

.entry_btn.btn_type01.__image a .bg_image {
        width: 100%;
        height: 100%;
      }

.entry_btn.btn_type01.__image a .bg_image .image {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }

@media screen and (max-width: 1079px) and (min-width: 768px), (max-width: 670px) and (min-width: 599px) {
          .entry_btn.btn_type01.__image a .bg_image .image {
            object-fit: fill;
          }
  }

@media screen and (max-width: 599px) {
    .entry_btn.btn_type01 {
      aspect-ratio: 160/91;
      height: auto;
      width: 50%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
    }
  }

@media screen and (min-width: 1079px) {
  .entry_btn_box {
    margin-top: -50px;
    row-gap: 12px;
    column-gap: 10px;

    max-width: 725px;
  }
}

.entry_btn_box .btn_type03 {
  width: 290px;
  background-color: #fff;
}

@media screen and (min-width: 1079px) {
  .entry_btn_box .btn_type03 {
    width: 252px;
  }
}

.entry_btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry_btn {
  margin-right: 0;
}

.entry_btn a {
  box-sizing: border-box;
  padding: 22px 20px 20px 15px;
  background: #0b68b3;
}

@media screen and (min-width: 1079px) {
  .entry_btn a {
    box-sizing: border-box;
    padding: 18px 13px 18px 8px;
    background: #0b68b3;
  }
}

.entry_btn a:hover {
  box-shadow: 0px 3px 5px 0px rgba(27, 26, 26, 0.33);
  transition: all 0.15s ease;
  color: #0b68b3;
  background: #fff;
  outline: 1px solid #0b68b3;
  margin: -1px 0;
}

.entry_btn a:hover::after {
  font-family: 'icomoon';
  content: "\e906";
  color: #0b68b3;
}

.entry_btn a:hover .sub_txt {
  color: #0b68b3;
}

.entry_btn a:hover p {
  color: #0b68b3;
}

.entry_btn .btn_col {
  margin-right: 40px;
}

@media screen and (min-width: 1079px) {
  .entry_btn .btn_col {
    margin-right: 40px;
  }
}

.entry_btn .sub_txt {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}

.entry_btn p {
  font-size: 24px;
  color: #97bede;
}

@media screen and (min-width: 1079px) {
  .entry_btn p {
    font-size: 22px;
  }
}

.entry_btn02 a {
  padding: 0;
  background: #fff;
  border: 2px solid #0b68b3;
}

.entry_btn02 a:after {
  content: none;
  display: none;
}

.entry_btn02 .sub_txt {
  background-color: transparent;
}

.entry_btn02 a:hover {
  box-shadow: 0px 3px 5px 0px rgba(27, 26, 26, 0.33);
  transition: all 0s ease;
  outline: inherit;
  margin: 0;
  background: #a6c92c;
}

.entry_btn02 a:hover .sub_txt_02 {
  transition: all 0.15s ease;
  background: #fff;
}

.entry_btn02 a:hover .sub_txt_02::before {
  transition: all 0.15s ease;
  font-family: 'icomoon';
  content: "\e903";
  color: #0b68b3;
}

.entry_btn02 a:hover .sub_txt_02::after {
  border-style: solid;
  border-width: 95px 60px 0 0;
  border-color: #a6c92c transparent transparent transparent;
}

@media screen and (min-width: 600px) {
  .entry_btn02 a:hover .sub_txt_02::after {
    border-width: 97px 40px 0 0;
  }
}

.entry_btn02 .btn_col {
  margin-right: 0;

  display: -ms-flexbox;

  display: flex;

  height: 100%;
}

.entry_btn02 .sub_txt {
  font-weight: bold;
  box-sizing: border-box;
  padding: 20px 0 20px 10px;
  color: #0b68b3;
  font-size: 20px;
}

@media screen and (min-width: 1079px) {
  .entry_btn02 .sub_txt {
    position: relative;
    padding: 18px 0 17px 5px;
    font-size: 16px;

    width: 55px;
  }

    .entry_btn02 .sub_txt span {
      position: absolute;
      z-index: 1;

      width: 70px;
    }
}

.entry_btn02 .sub_txt_02 {
  position: relative;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 20px;
  color: #0b68b3;
  background: #a6c92c;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
}

@media screen and (min-width: 1079px) {
  .entry_btn02 .sub_txt_02 {
    padding-left: 35px;
    padding-right: 5px;
  }
}

.entry_btn02 .sub_txt_02::before {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'icomoon';
  content: "\e903";
  color: #fff;
  font-size: 28px;
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  margin-left: 20px;
}

.entry_btn02 .sub_txt_02::after {
  position: absolute;
  top: 0;
  left: -1px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 95px 60px 0 0;
  border-color: #ffffff transparent transparent transparent;
}

@media screen and (min-width: 600px) {
  .entry_btn02 .sub_txt_02::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 97px 40px 0 0;
    border-color: #ffffff transparent transparent transparent;
  }
}

@media screen and (max-width: 1079px) {
  .entry_btn_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .entry_btn {
    width: 50%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin: 0;
  }

  .entry_btn:nth-of-type(2) {
    margin-right: 0;
  }

  .entry_btn a {
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .entry_btn .btn_col {
    margin-right: 0px;
  }

  .entry_btn.entry_btn02 {

    height: 100px;
    width: 50%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .entry_btn.entry_btn02 a {
    height: inherit;

    -ms-flex-pack: start;

    justify-content: flex-start;
  }

  .entry_btn.entry_btn02 .btn_col {
    width: 100%;
  }

  .entry_btn.entry_btn02 .sub_txt {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    padding: 22px 15px;
    margin-bottom: 0;
  }

  .entry_btn.entry_btn02 .sub_txt_02 {
    width: 100%;
    font-size: 17px;
    line-height: 1.3;
    padding: 0;
  }

  .entry_btn.entry_btn02 .sub_txt_02::before {
    font-family: 'icomoon';
    content: "\e903";
    color: #fff;
    font-size: 50px;
  }

  .btn_type03 {
    width: 50%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}

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

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

  .entry_btn {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }

  .entry_btn.entry_btn02,
  .btn_type03 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .entry_btn.entry_btn02 {
    height: auto;
  }

  .entry_btn.entry_btn02 .sub_txt_02 {
    width: 460px;
  }
}

/**************************************************************
* Button マイナビ、 インターンシップサイト
**************************************************************/

.entry_btn03 {
  height: 100px;
}

.entry_btn03.__sp {
  display: none;
}

.btn_mynavi,.btn_internship {
  display: block;
  padding: 0;
  background: #fff;
  height: 100%;
  border: 2.5px solid #0b68b3;
  
  transition: .15s cubic-bezier(.215,.61,.355,1);
  transition-property: transform opacity;
  transition-delay: 0s;
}

.entry_btn03.__internship , .entry_btn03.__mynavi {
  width: 50%;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

.btn_internship {
  border: none;
}

.btn_internship img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.btn_mynavi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  overflow: hidden;
}

.btn_mynavi:hover,.btn_internship:hover {
  box-shadow: 0px 3px 5px 0px rgba(27, 26, 26, 0.33);
  -ms-transform: translateY(1px) scale(1.01);
      transform: translateY(1px) scale(1.01);
  opacity: 0.8;
}

.btn_mynavi .image,.btn_internship .image {
  height: 100%;
  object-fit: cover;
}

.btn_mynavi .image {
  -ms-transform: scaleX(1.1);
      transform: scaleX(1.1);
}

@media screen and (max-width: 1079px) {
  .entry_btn03 {
    margin-right: 0;
    width: 100%;
    height: 97.98px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .entry_btn03.__internship , .entry_btn03.__mynavi{
    height: auto;
  }
  .entry_btn03.__mynavi {
    aspect-ratio: 718/200;
  }
  .btn_internship {
    width: 100%;
  }

    .btn_internship img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
    .entry_btn03.__sp {
    display: block;
    height: auto;
    width: 146px;

    margin-bottom: 14px;
  }

    .entry_btn03.__sp .btn_internship {
      width: 100%;
    }

  .entry_btn03.__internship {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }

  .btn_internship {
    
  }

  .btn_internship .image {
  width: 100%;
}
}

@media screen and (max-width: 599px) {
  .entry_btn03 {
    width: 100%;
  }

  .entry_btn03.__internship , .entry_btn03.__mynavi {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }

  .entry_btn03.__internship {
    height: auto;
  }
  .btn_internship {
    width: 100%;
  }

    .btn_internship img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
}

/*************************************
* top_contents02
*************************************/

.top_contents02 {
  margin-bottom: 150px;
  z-index: -1;
}

.top_contents02 .img {
  margin-left: -120px;
  z-index: -1;
  position: relative;
}

.top_contents02 .img::after {
  position: absolute;
  top: 40px;
  left: 36px;
  content: "";
  display: block;
  background: #a6c92c;
  margin-top: 10px;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.top_contents02 .btn_black {
  width: 100%;
  margin-top: -60px;
}

.top_contents02.flex_type01 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents_txt_type01 {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.bg_text {
  margin-top: 26px;
  margin-bottom: 120px;
  font-size: 60px;
  opacity: 0.15;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  padding-right: 20px;
  position: relative;
  z-index: -3;
  background-attachment: fixed;
}

.bg_text span {
  color: #0b68b3;
}

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

@media screen and (max-width: 768px) {
  .top_contents02.flex_type01 {
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .top_contents02.flex_type01 .img {
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 0px;
    z-index: -1;
    position: relative;
  }

  .top_contents02.flex_type01 .img::after {
    position: absolute;
    top: 20px;
    left: 16px;
    content: "";
    display: block;
    background: #a6c92c;
    margin-top: 10px;
    width: 90%;
    height: 90%;
    z-index: -2;
  }

  .top_contents02.flex_type01 .img img {
    width: 90%;
  }

  .top_contents02.flex_type01 .btn_black {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .bg_text {
    display: none;
  }
}

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

/*************************************
* top_contents03
*************************************/

.bg_color {
  margin-top: 30px;
  background: #0b68b3;
  padding: 28px 0;
}

.bg_color .flex_type01 {
  -ms-flex-pack: center;
  justify-content: center;
}

.bg_color .flex_type01 li {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.bg_color .flex_type01 li a {
  background: #fff;
  padding-right: 0px;
  padding-top: 26px;
  padding-bottom: 20px;
  display: block;
}

.bg_color .flex_type01 li a:hover {
  box-shadow: 0 6px 5px 1px rgba(27, 26, 26, 0.33);
  transition: all 0.15s ease;
  opacity: .8;
}

.bg_color .flex_type01 li h4 {
  text-align: center;
  color: #0b68b3;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.bg_color .flex_type01 li .img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 20px;
}

.bg_color .flex_type01 li .img::after {
  content: "";
  display: inherit;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #0b68b3;
  margin-left: 10px;
}

.bg_color .flex_type01 li:not(:last-child) {
  margin-right: 40px;
}

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

@media screen and (max-width: 768px) {
  .bg_color .flex_type01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bg_color .flex_type01 li {
    width: 38%;
    margin: 10px;
  }

  .bg_color .flex_type01 li:not(:last-child) {
    margin-right: 10px;
  }
}

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

/*************************************
* top_contents04
*************************************/

.top_contents04 {
  background: url(../img/top/top_contents04_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background-attachment: fixed;
}

.top_contents04 .btn_type01 {
  margin-top: 20px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.interview_list {
  margin-top: 50px;
}

.interview_list li {
  /* flex-grow: 1; */
  width: calc((100% - 45px) / 4);
}

.interview_list li:last-child {
  margin-top: -50px;
}

.interview_list li:first-child {
  /* margin-top: 50px; */
  margin-top: 55px;
}

.interview_list li.two {
  margin-top: 20px;
}

.interview_list li.three {
  margin-top: -15px;
}

.interview_list li:not(:last-child) {
  /* margin-right: 35px; */
  /* margin-right: 15px; */
  margin-bottom: 15px;
}

.interview_list a {
  background: #fff;
  display: block;
  border: 1px solid #969696;
  position: relative;
  box-sizing: border-box;
  /* padding: 20px; */
  padding: 15px;
}

.interview_list a:hover {
  box-shadow: 0px 3px 5px 0px rgba(27, 26, 26, 0.33);
  transition: all 0.15s ease;
  opacity: .6;
}

.interview_list a .tag {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 14px;
  background: #0b68b3;
  display: inline-block;
  color: #fff;
  box-sizing: border-box;
  padding: 4px 7px 4px 9px;
}

.interview_list a .img {
  margin-bottom: 10px;
  position: relative;
}

.interview_list a .img img {
  width: 100%;
}

.interview_list a .img .name {
  font-family: Impact, Charcoal;
  position: absolute;
  left: 10px;
  bottom: 5px;
  font-size: 24px;
  line-height: 1;
  color: #a6c92c;
}

.interview_list a .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #0b68b3;
}

.interview_list a .txt p {
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}

.interview_list .flex_type01.__vari1 {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 979px) {
  .interview_list li {
    width: 48%;
  }

  .interview_list li.three {
    margin-top: 15px;
  }

  .interview_list li.four {
    margin-top: -15px;
  }
}

@media screen and (max-width: 768px) {
  .top_contents04 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top_contents04 .flex_type01 {
    display: block;
  }

  /*スライダー*/
  .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }

  .prev-arrow {
    left: -20px;
    cursor: pointer;
    z-index: 2;
  }

  .next-arrow {
    right: -20px;
    cursor: pointer;
    z-index: 2;
  }

  .interview_list {
    margin-top: 50px;
    padding: 0 20px;
  }

  .interview_list .flex_type01 {
    display: block;
  }

  .interview_list li {
    width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .interview_list li:last-child {
    margin-top: 0px;
  }

  .interview_list li:first-child {
    margin-top: 0px;
  }

  .interview_list li.two {
    margin-top: 0;
  }

  .interview_list li.three {
    margin-top: 0;
  }

  .interview_list li.four {
    margin-top: 0;
  }

  .interview_list li:not(:last-child) {
    margin-right: 0px;
  }

  .interview_list .sa.sa--up {
    opacity: 1;
    -ms-transform: none;
    transform: none;
  }

  .interview_list a {
    background: #fff;
    display: block;
    border: 1px solid #969696;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
  }

  .interview_list a .tag {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 14px;
    background: #0b68b3;
    display: inline-block;
    color: #fff;
    box-sizing: border-box;
    padding: 4px 7px 4px 9px;
  }

  .interview_list a .img {
    margin-bottom: 10px;
    position: relative;
  }

  .interview_list a .img img {
    width: 100%;
  }

  .interview_list a .img .name {
    font-family: Impact, Charcoal;
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-size: 24px;
    line-height: 1;
    color: #a6c92c;
  }

  .interview_list a .ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0b68b3;
  }

  .interview_list a .txt p {
    color: #000;
    font-size: 14px;
    line-height: 1.7;
  }
}

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

/*************************************
* top_contents05
*************************************/

.top_contents05 {
  margin-bottom: 80px;
  padding-top: 30px;
}

.top_contents05 .btn_box {
  margin-top: 50px;
}

.top_contents05 .btn_box>.btn_blueborder:nth-of-type(1) {
  margin-right: 20px;
}

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

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

  .top_contents05 .btn_box {
    margin-top: 20px;
  }

  .top_contents05 .btn_box.flex_type01 {
    display: block;
  }

  .top_contents05 .btn_box>.btn_blueborder:nth-of-type(1) {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .top_contents05 .btn_blueborder {
    width: 100%;
  }

  .top_contents05 .btn_blueborder a {
    padding: 20px 10px;
  }
}

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

/*************************************
* top_contents06
*************************************/

.top_contents06 {
  margin-bottom: 80px;
}

.top_contents06 .flex_type01 {
  margin-top: 30px;
}

.staff_blog_contents {
  width: 49.038%;
  border: 1px solid #0b68b3;
  box-sizing: border-box;
  padding: 40px 20px 20px;
}

.staff_blog_contents li {
  padding-bottom: 20px;
  border-bottom: 1px dotted #969696;
  margin-top: 30px;
}

.staff_blog_contents li:first-child {
  margin-top: 0;
}

.staff_blog_contents .time {
  color: #000000;
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}

.staff_blog_contents .title {
  color: #0b68b3;
  font-size: 16px;
  text-decoration: underline;
}

.staff_blog_contents .title::after {
  content: url(../img/top/icon_link_blank.png);
  padding-left: 5px;
}

.staff_blog_contents .title:hover {
  transition: all 0.15s ease;
  opacity: .6;
}

.staff_blog_contents .btn_gray {
  margin-top: 20px;
  text-align: right;
}

.staff_blog_contents .btn_gray:hover {
  transition: all 0.15s ease;
  opacity: .6;
}

.facebook_contents {
  margin-left: 20px;
  width: 49.038%;
}

.facebook-wrapper {
  max-width: 500px;
  /* Facebook Page Plugin の最大幅 */
  margin: 0 auto;
}

.facebook-wrapper>.fb-page {
  width: 100%;
}

.facebook-wrapper>.fb-page>span,
.facebook-wrapper iframe {
  width: 100% !important;
}

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

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

  .top_contents06 .staff_blog_contents {
    width: 100%;
    margin-bottom: 20px;
  }

  .top_contents06 .facebook_contents {
    width: 100%;
    margin-left: 0;
  }
}

/*************************************
* top_contents07
*************************************/

.top_contents07 {
  margin-bottom: 150px;
}

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

}

/*************************************
* Movie
*************************************/

.movie_container {
  margin-top: 30px;
}

/* width: 600px;
    margin: 0 auto; */

.movie_container .movie_area .movie_headline {
  margin-bottom: 10px;

  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .movie_container .movie_area .movie_headline {
    width: 20%;
    min-width: 185px;
    padding: 0.5rem 1rem;

    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    /* color: #0b68b3; */
    text-align: center;
  }
}

.movie_container .movie_area .movie_box {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.movie_container .movie_area .movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.movie_container .movie_area .movie_link {
  margin-top: 10px;
  text-align: right;
}

.movie_container .movie_area .movie_link .text_movie_link {
  color: #0b68b3;
  font-weight: bold;
  text-decoration: underline;
  transition: .2s;
}

.movie_container .movie_area .movie_link .text_movie_link:hover {
  opacity: .7;
}

.movie_container .movie_area .movie_link .text_movie_link::after {
  content: url(../img/top/icon_link_blank.png);
  padding-left: 5px;
}

.movie_container .movie_area .movie_link .text_movie_link.vari1 {
  color: #fff;
}

.movie_container .movie_area .movie_link .text_movie_link.vari1::after {
  content: url(../img/top/icon_link_blank_w.png);
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .movie_container .movie_area {
    width: 100%;
  }

  .movie_container .movie_area .col_6 {
    width: 100%;
  }

  .movie_container .movie_area .col_6:not(:last-child) {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .top_contents03 .movie_area {
    padding-left: 10px;
    padding-right: 10px;
  }

}

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

/**************************************************************
*
* モラブのしごと
*
**************************************************************/

.buisiness_contents .main-image .container {
  background: url(../img/business/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.buisiness_contents .flex_type01 a {
  display: block;
  transition: .3s all;
}

.buisiness_contents .flex_type01 a:hover {
  opacity: 0.6;
  transition: .3s all;
}

.buisiness_contents .img_col {
  margin-bottom: 40px;
}

.buisiness_contents .img_col li {
  border: 1px solid #c9c9c9;
  margin-right: 10px;
}

.buisiness_contents .img_col li:last-child {
  margin-right: 0;
}

.buisiness_contents .img {
  position: relative;
}

.buisiness_contents .img p {
  position: absolute;
  bottom: 20px;
  left: 0;
  background: rgba(255, 255, 255, .85);
  width: 100%;
  color: #000;
  box-sizing: border-box;
  padding: 25px;
  font-size: 24px;
  text-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.buisiness_contents .img p::after {
  position: absolute;
  right: 20px;
  font-family: 'icomoon';
  content: "\e906";
  color: #0b68b3;
}

.buisiness_contents .btn_type01.btn_black {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}

.buisiness_contents .contents02 .blue_bg {
  background: #0b68b3;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding: 11px 55px;
  line-height: 16px;
}

.buisiness_contents .contents03 ul li .point_blue {
  background: #0b68b3;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  padding: 13px 21px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.buisiness_contents .contents03 ul li:last-child .point_blue {
  margin-bottom: 0;
}

.buisiness_contents .contents04 .flex_type01 li {
  margin-right: 10px;
}

@media screen and (max-width: 979px) {
  /*
  .buisiness_contents{
  .flex_type02 {
  display: flex;
  flex-flow: column;
  img {
  width: 80%;
  height: 100%;
}
}
}
  */
}

@media screen and (max-width: 768px) {
  .buisiness_contents .main-image .container {
    background: url(../img/business/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    margin-top: 0px;
  }

  .buisiness_contents p {
    line-height: 1.5;
  }

  .buisiness_contents .flex_type01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .buisiness_contents .flex_type02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .buisiness_contents .img_col {
    margin-bottom: 40px;
  }

  .buisiness_contents .img_col li {
    border: 1px solid #c9c9c9;
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .buisiness_contents .img_col li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .buisiness_contents .img_col li img {
    width: 100%;
  }

  .buisiness_contents .img {
    position: relative;
  }

  .buisiness_contents .img img {
    height: 105px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .buisiness_contents .img p {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    bottom: none;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    padding: 0px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
  }

  .buisiness_contents .btn_type01.btn_black {
    margin-bottom: 40px;
  }

  .buisiness_contents .contents02 p {
    padding-left: 0 !important;
  }

  .buisiness_contents .contents02 .mb40 {
    margin-bottom: 25px !important;
  }

  .buisiness_contents .contents02 .img {
    margin: 0 calc(50% - 50vw);
  }

  .buisiness_contents .contents02 .img img {
    height: 100px;
  }

  .buisiness_contents .contents02 .blue_bg {
    margin: 0 calc(50% - 50vw);
    padding: 13px 20px;
    line-height: 1.5;
  }

  .buisiness_contents .contents02 .flex_type02 img {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
  }

  .buisiness_contents .contents03 ul li {
    margin-bottom: 20px;
  }

  .buisiness_contents .contents03 ul li .point_blue {
    display: block;
    width: 38%;
    white-space: nowrap;
  }

  .buisiness_contents .contents03 ul li:last-child .point_blue {
    margin-bottom: 10px;
  }

  .buisiness_contents .contents03 .bg_gray {
    margin: 0 calc(50% - 50vw);
  }

  .buisiness_contents .contents03 .mb80 {
    margin-bottom: 40px !important;
  }

  .buisiness_contents .contents04 .mb40 {
    margin-bottom: 20px !important;
  }

  .buisiness_contents .contents04 .pl30 {
    padding-left: 0 !important;
  }

  .buisiness_contents .contents04 #slider_02 .slick-slide img {
    width: 100%;
    height: 100%;
  }

  .buisiness_contents .contents04 #slider_02 .slide-arrow {
    width: 5%;
  }

  .buisiness_contents .contents04 #slider_02 .next-arrow {
    right: 0;
  }

  .buisiness_contents .contents04 #slider_02 .prev-arrow {
    left: -10px;
  }

  .buisiness_contents .contents04 .link_btn {
    text-align: left;
    font-size: 16px;
  }

  .buisiness_contents .contents04 .link_btn a::after {
    margin-left: 5px;
  }
}

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

/**************************************************************
*
* 活躍するフィールド
*
**************************************************************/

.business_field_contents .main-image .container {
  background: url(../img/business/field/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.business_field_contents .bg_border {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
  padding: 20px;
}

.business_field_contents .bg_border .col {
  width: 31%;
}

.business_field_contents .bg_border .col .flex_type01 ul:first-child {
  margin-right: 10px;
}

.business_field_contents .bg_border .col .flex_type01 li {
  white-space: nowrap;
}

.business_field_contents .bg_border h5 {
  font-size: 16px;
  border-left: 4px solid #a6c92c;
  padding-left: .5em;
  font-weight: bold;
  white-space: nowrap;
}

.business_field_contents .bg_border li {
  font-weight: normal;
  font-size: 14px;
}

.business_field_contents .bg_border_02 .col {
  width: 25%;
}

@media screen and (max-width: 979px) {
  .business_field_contents .bg_border {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px 0;
  }

  .business_field_contents .bg_border .col {
    width: 48%;
    margin-bottom: 20px;
  }

  .business_field_contents .bg_border .col br {
    display: none;
  }

  .business_field_contents .bg_border h5 {
    white-space: pre-wrap;
  }
}

@media screen and (max-width: 768px) {
  .business_field_contents .main-image .container {
    background: url(../img/business/field/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    margin-top: 0px;
  }

  .business_field_contents .main-image .ttl {
    width: 75%;
  }

  .business_field_contents .mb80 {
    margin-bottom: 40px !important;
  }

  .business_field_contents .mb40 {
    margin-bottom: 20px !important;
  }

  .business_field_contents .mb35 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 599px) {
  .business_field_contents .bg_border {
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .business_field_contents .bg_border .col {
    width: 100%;
  }

  .business_field_contents .bg_border_02 {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .business_field_contents .bg_border_02 .col {
    width: 48%;
  }
}

/**************************************************************
*
* 求める人材
*
**************************************************************/

.message_contents .main-image .container {
  background: url(../img/message/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.message_contents .h3_ttl_type01 br {
  display: none;
}

.message_contents .contents01 .flex_type01 {
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.message_contents .contents01 .flex_type01 .txt {
  border: 1px solid #a6c92c;
  background: #fff;
  box-sizing: border-box;
  padding: 50px 28px;
  margin-top: 40px;
  margin-left: -66px;
  z-index: 2;
}

.message_contents .contents01 .flex_type01 .txt .ttl {
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
}

.message_contents .contents01 .flex_type01 .txt .ttl span {
  color: #0b68b3;
}

.message_contents .contents01 .flex_type01 .txt .sub_ttl {
  font-size: 24px;
  color: #0b68b3;
}

.message_contents .contents02 .flex_type01 {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.message_contents .contents02 .text h4 {
  font-size: 24px;
  font-weight: bold;
}

.message_contents .contents02 .text p {
  line-height: 1.5;
}

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

@media screen and (max-width: 768px) {
  .message_contents .main-image .container {
    background: url(../img/message/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    margin-top: 0px;
  }

  .message_contents .h3_ttl_type01 br {
    display: block;
  }

  .message_contents p {
    line-height: 1.5;
  }

  .message_contents .contents01 .flex_type01 {
    display: block;
    position: relative;
  }

  .message_contents .contents01 .flex_type01 .txt {
    position: absolute;
    top: 30%;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    padding: 25px 14px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
  }

  .message_contents .contents01 .flex_type01 .txt .ttl {
    font-size: 24px;
  }

  .message_contents .contents01 .flex_type01 .txt .sub_ttl {
    font-size: 12px;
  }

  .message_contents .contents01 .img.center_txt {
    text-align: center;
  }

  .message_contents .contents02 .flex_type01 {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .message_contents .contents02 .text {
    -ms-flex-order: 2;
    order: 2;
  }

  .message_contents .contents02 .text .mb35 {
    margin-bottom: 25px !important;
  }

  .message_contents .contents02 .img {
    margin-bottom: 30px;
    -ms-flex-order: 1;
    order: 1;
  }
}

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

/**************************************************************
*
* 会社案内
*
**************************************************************/

.company_contents .main-image .container {
  background: url(../img/company/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.company_contents .flex_type_company {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company_contents .company_col {
  max-width: 48%;
}

.company_contents .company_col .ttl {
  border-left: 5px solid #0b68b3;
  font-size: 24px;
  box-sizing: border-box;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
  color: #010101;
}

.company_contents .company_col .img {
  margin-right: 15px;
}

.company_contents .company_col .txt {
  color: #010101;
  font-size: 16px;
  line-height: 1.75;
}

.company_contents .company_col .btn a {
  color: #010101;
  text-decoration: underline;
  transition: .3s all;
}

.company_contents .company_col .btn a:hover {
  color: #0b68b3;
  transition: .3s all;
}

/* width 100% */

.company_contents .company_col.__width-full {
  max-width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.company_contents .contents04 .table_type01 th {
  background: #f5fdda;
}

.company_contents .contents04 .table_type02 {
  margin-top: 40px;
}

.company_contents .contents04 .table_type02 th {
  background: #e2f79b;
}

.company_contents .contents05 .bg_blue {
  background: #ddf0ff;
  color: #010101;
}

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

@media screen and (max-width: 768px) {
  .company_contents .main-image .container {
    background: url(../img/company/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    margin-top: 0px;
  }

  .company_contents .contents01 .img.center_txt {
    text-align: center;
  }

  .company_contents .flex_type_company {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .company_contents .company_col {
    max-width: 100%;
  }

  .company_contents .company_col .flex_type01 {
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .company_contents .company_col .img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .company_contents .company_col .img img {
    width: 100%;
  }
}

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

/**************************************************************
*
* 数字で見るモラブ
*
**************************************************************/

.feature_contents .main-image .container {
  background: url(../img/feature/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.feature_contents .contents01 .right_txt {
  font-size: 14px;
}

.feature_contents .contents01 .flex_type01 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature_contents .contents01 .flex_type01 .feature_col01 {
  width: 48%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.feature_contents .contents01 .flex_type01 .feature_col01:nth-child(odd) {
  margin-right: 40px;
}

.feature_contents .contents01 .flex_type01 .feature_col01 .ttl {
  width: 100%;
  background: #0b68b3;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 30px;
}

.feature_contents .contents01 .flex_type01 .feature_col01 .img {
  text-align: center;
}

.feature_contents .contents01 .feature_col01 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;

}

.feature_contents .contents01 .feature_col01:nth-child(odd) {
  margin-right: 40px;
}

.feature_contents .contents01 .feature_col01 .ttl {
  width: 100%;
  background: #0b68b3;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 30px;
}

.feature_contents .contents01 .feature_col01 .img {
  text-align: center;
}

.feature_contents .contents01 .feature_col01 .flex_type01.col01 {
  -ms-flex-align: end;
  align-items: flex-end;
}

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

@media screen and (max-width: 768px) {
  .feature_contents .main-image .container {
    background: url(../img/feature/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    margin-top: 0px;
  }

  .feature_contents .contents01 .flex_type01 {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature_contents .contents01 .flex_type01 .feature_col01 {
    width: 100%;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .feature_contents .contents01 .flex_type01 .feature_col01:nth-child(odd) {
    margin-right: 0px;
  }

  .feature_contents .contents01 .flex_type01.col01 .right_txt {
    margin-top: 10px;
  }
}

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

/**************************************************************
*
* 教育制度
*
**************************************************************/

.support_contents .main-image .container {
  background: url(../img/support/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.support_contents .contents01 .bg_gray ul {
  width: 48%;
  list-style-position: inside;
}

.support_contents .contents01 .bg_gray ul li {
  padding-left: 1em;
  text-indent: -1.5em;
  line-height: 1.75;
}

.support_contents .contents01 .bg_gray ul li::before {
  content: "■";
  color: #0b68b3;
  padding-right: .5em;
}

.support_contents .contents01 .support_col01 .col01 {
  width: 48%;
}

.support_contents .contents01 .support_col01 .col01 .table_type02 .blue {
  background: #0b68b3;
  color: #fff;
}

.support_contents .contents01 .support_col01 .col01 .table_type02 th {
  width: 35%;
  text-align: left;
  padding-left: 10px;
  background: none;
}

.support_contents .contents01 .support_col01 .col01 .table_type02 td {
  text-align: left;
  padding-left: 10px;
}

.support_contents .contents02 .bg_gray ul {
  width: 48%;
  list-style-position: inside;
}

.support_contents .contents02 .bg_gray ul li {
  padding-left: 1em;
  text-indent: -1.5em;
  line-height: 1.75;
}

.support_contents .contents02 .bg_gray ul li::before {
  content: "■";
  color: #0b68b3;
  padding-right: .5em;
}

.support_contents .contents02 .bg_gray ul .right_txt::before {
  content: "";
}

.support_contents .contents02 .flex_type01 .col {
  width: 50%;
}

.support_contents .contents02 .flex_type01 .col p {
  line-height: 1.75;
}

.support_contents .contents02 .flex_type01 .col ul {
  list-style-position: inside;
}

.support_contents .contents02 .flex_type01 .col li {
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em;
}

.support_contents .contents02 .flex_type01 .col li::before {
  content: "・";
}

.support_contents .contents02 .flex_type01 .bg_blue_ttl {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  padding: 20px 73px;
  background: #0b68b3;
}

.support_contents .contents02 .accordion {
  width: 100%;
  margin-bottom: 10px;
}

.support_contents .contents02 .accordion dt {
  cursor: pointer;
  background: #ddf0ff;
  color: #0b68b3;
  font-weight: bold;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
  position: relative;
}

.support_contents .contents02 .accordion dt::after {
  content: "▼";
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 30px;
  -ms-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.support_contents .contents02 .accordion dd {
  background: #ddf0ff;
  box-sizing: border-box;
  padding: 0 40px 40px;
}

.support_contents .contents02 .accordion dd ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.support_contents .contents02 .accordion dd li {
  line-height: 1.75;
  margin: 0px 15px 5px;
}

.support_contents .contents02 .accordion>.active::after {
  content: "▲";
}

.support_contents .contents02 .dlist_type1 .dhead {
  width: 280px;
}

.support_contents .contents03 .blue_box {
  width: 72%;
  margin: 0 auto;
  background: #0b68b3;
  line-height: 2.25;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.support_contents .contents03 .bg_gray {
  text-align: center;
}

.support_contents .contents03 .step_list li {
  -ms-flex-pack: start;
  justify-content: flex-start;

  width: 25%;

  line-height: 1.75;
}

.support_contents .contents03 .step_list .ttl {
  font-weight: bold;
  color: #0b68b3;
  text-align: center;
  line-height: 1.5;

  margin-top: 10px;
  margin-bottom: 10px;
}

.support_contents .contents04 .blue_box {
  width: 72%;
  margin: 0 auto;
  background: #0b68b3;
  line-height: 2.25;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .support_contents .main-image .container {
    background: url(../img/support/main-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    margin-top: 0px;
  }

  .support_contents .flex_type01,
  .support_contents .flex_type02 {
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .support_contents .contents01 .bg_gray ul {
    width: 100%;
  }

  .support_contents .contents01 .support_col01 .col01 {
    width: 100%;
    margin-bottom: 30px;
  }

  .support_contents .contents01 .support_col01 .col01 .mb65 {
    margin-bottom: 20px !important;
  }

  .support_contents .contents02 .bg_gray ul {
    width: 100%;
  }

  .support_contents .contents02 .flex_type01 .col {
    width: 100%;
    margin-bottom: 20px;
  }

  .support_contents .contents02 .flex_type01 .bg_blue_ttl {
    display: block;
    text-align: center
  }

  .support_contents .contents03 .step_list li {
    width: 100%;

    padding-left: 15px;
    padding-right: 15px;
  }

  .support_contents .contents03 .step_list .ttl {
    font-weight: bold;
    color: #0b68b3;
    text-align: center;
    line-height: 1.5;

    margin-top: 10px;
    margin-bottom: 10px;
  }
}

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

/**************************************************************
*
* 新卒紹介転籍システム
*
**************************************************************/

.transfer_contents .main-image .container {
  background: url(../img/transfer/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.transfer_contents .contents04 .blue_box {
  width: 72%;
  margin: 0 auto;
  background: #0b68b3;
  line-height: 2.25;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .transfer_contents .main-image .container {
    background: url(../img/transfer/main-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    margin-top: 0px;
  }

  .transfer_contents .flex_type01,
  .transfer_contents .flex_type02 {
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

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

/**************************************************************
*
* 働く環境
*
**************************************************************/

.workplace_contents .main-image .container {
  background: url(../img/workplace/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.workplace_contents .contents03 .blue_box {
  width: 72%;
  margin: 0 auto;
  background: #0b68b3;
  line-height: 2.25;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.workplace_contents .contents03 .bg_gray li {
  display: -ms-flexbox;
  display: flex;
}

.workplace_contents .contents03 .bg_gray li span {
  margin-right: 1em;
}

.workplace_contents .contents03 .bg_gray li span:last-child {
  margin-right: 0;
}

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

@media screen and (max-width: 768px) {
  .workplace_contents .main-image .container {
    background: url(../img/workplace/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    margin-top: 0px;
  }

  .workplace_contents .flex_type01 {
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .workplace_contents .flex_type02 {
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .workplace_contents .flex_type02 img {
    margin-bottom: 20px;
  }

  .workplace_contents .pl30 {
    padding-left: 0 !important;
    margin-bottom: 30px;
  }

  .workplace_contents .mr30 {
    margin-right: 0 !important;
  }

  .workplace_contents .mb80 {
    margin-bottom: 40px !important;
  }

  .workplace_contents .workplace_col li {
    line-height: 1.75;
    margin-bottom: 20px;
  }

  .workplace_contents .contents03 .bg_gray {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .workplace_contents .contents03 .bg_gray li {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .workplace_contents .contents03 .bg_gray li:nth-child(3) {
    -ms-flex-order: 4;
    order: 4;
  }

  .workplace_contents .contents03 .bg_gray li span {
    margin-right: 0;
  }

  .workplace_contents .contents03 .bg_gray li span:last-child {
    margin-right: 0;
  }

  .workplace_contents .contents03 .bg_gray.__sp-vari1 li {
    width: 100%;
  }
}

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

/**************************************************************
*
* よくある質問
*
**************************************************************/

.faq_contents .main-image .container {
  background: url(../img/faq/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.faq_contents .tab {
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer;
}

.faq_contents .tab .faq01.active {
  width: 28%;
  background: #a6c92c;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  padding: 18px 0 7px;
  text-align: center;
  color: #fff;
}

.faq_contents .tab .faq02.active {
  width: 28%;
  background: #0b68b3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  padding: 18px 0 7px;
  text-align: center;
  color: #fff;
}

.faq_contents .tab li {
  width: 28%;
  background: #c9c9c9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  padding: 8px 0 7px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}

.faq_contents .tab li a {
  color: #fff;
}

.faq_contents .content-1 {
  background: #f9ffe6;
  box-sizing: border-box;
  padding: 40px 20px;
}

.faq_contents .content-1 dl {
  margin-bottom: 60px;
}

.faq_contents .content-1 dl dt {
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.faq_contents .content-1 dl dt::before {
  content: "Q";
  display: inline-block;
  background: #a6c92c;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-right: 30px;
}

.faq_contents .content-1 dl dd {
  margin-left: 70px;
  background: #fff;
  padding: 25px 0 25px 100px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.75;
}

.faq_contents .content-1 dl dd::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #fff;
  border: 3px solid #a6c92c;
  color: #a6c92c;
  font-size: 24px;
  font-weight: bold;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.faq_contents .content-1 dl dd a {
  color: #0b68b3;
}

.faq_contents .content-1 dl dd a:hover {
  opacity: 0.6;
}

.faq_contents .content-1 dl:last-child {
  margin-bottom: none;
}

.faq_contents .content-2 {
  background: #e9f5ff;
  box-sizing: border-box;
  padding: 40px 20px;
}

.faq_contents .content-2 dl {
  margin-bottom: 60px;
}

.faq_contents .content-2 dl dt {
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.faq_contents .content-2 dl dt::before {
  content: "Q";
  display: inline-block;
  background: #0b68b3;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-right: 30px;
}

.faq_contents .content-2 dl dd {
  margin-left: 70px;
  background: #fff;
  padding: 25px 0 25px 100px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.75;
}

.faq_contents .content-2 dl dd::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #fff;
  border: 3px solid #0b68b3;
  color: #0b68b3;
  font-size: 24px;
  font-weight: bold;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.faq_contents .content-2 dl:last-child {
  margin-bottom: none;
}

.faq_contents .content>div {
  display: none;
  opacity: 0;
  z-index: 1;
  transition: all linear 0.1s;
}

.faq_contents .content>.show {
  display: block;
  width: 100%;
  opacity: 1;
  z-index: 3;
  transition: all ease-out 0.2s 0.1s;
}

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

@media screen and (max-width: 768px) {
  .faq_contents .main-image .container {
    background: url(../img/faq/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    margin-top: 0px;
  }

  .faq_contents .tab .faq01.active {
    width: 48%;
  }

  .faq_contents .tab .faq02.active {
    width: 48%;
  }

  .faq_contents .tab li {
    width: 48%;
  }

  .faq_contents .content {
    margin: 0 calc(50% - 50vw);
  }

  .faq_contents .content-1 {
    background: #f9ffe6;
    box-sizing: border-box;
    padding: 40px 15px;
  }

  .faq_contents .content-1 dl {
    margin-bottom: 60px;
  }

  .faq_contents .content-1 dl dt {
    position: relative;
    padding-left: 90px;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1.75;
  }

  .faq_contents .content-1 dl dt::before {
    position: absolute;
    top: 0;
    left: 0;
  }

  .faq_contents .content-1 dl dd {
    margin-left: 0px;
    background: #fff;
    padding: 25px 0 25px 90px;
  }

  .faq_contents .content-1 dl:last-child {
    margin-bottom: none;
  }

  .faq_contents .content-2 {
    padding: 40px 15px;
  }

  .faq_contents .content-2 dl {
    margin-bottom: 60px;
  }

  .faq_contents .content-2 dl dt {
    position: relative;
    padding-left: 90px;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1.75;
  }

  .faq_contents .content-2 dl dt::before {
    position: absolute;
    top: 0;
    left: 0;
  }

  .faq_contents .content-2 dl dd {
    margin-left: 0px;
    background: #fff;
    padding: 25px 0 25px 90px;
  }

  .faq_contents .content-2 dl:last-child {
    margin-bottom: none;
  }
}

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

/**************************************************************
*
募集要項(新卒採用)
*
**************************************************************/

.graduate_contents .main-image .container {
  background: url(../img/graduate/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.graduate_contents .table_type01 th {
  background: #eeeeee;
  vertical-align: top;
  font-size: 16px;
}

.graduate_contents .table_type01 td ul li {
  padding-left: 0em;
  text-indent: inherit;
}

.graduate_contents .table_type01 td ul li b {
  display: block;
}

.graduate_contents .table_type01 td ul li .block {
  display: block;
  text-indent: 4em;
}

.graduate_contents .table_type01 .list_type li {
  text-indent: -1em;
  line-height: 1.75;
  padding-left: 1em;
}

.graduate_contents .table_type01 .list_type span {
  display: block;
}

.graduate_contents .table_type01 .list_type span::before {
  content: "■";
  color: #0b68b3;
}

.graduate_contents .contents01 .flex_type01 .img {
  margin-right: 40px;
  width: 60%;
}

.graduate_contents .contents01 .flex_type01 .img img {
  width: 100%;
}

.graduate_contents .contents01 .flex_type01 .text {
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .graduate_contents .main-image .container {
    background: url(../img/graduate/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    margin-top: 0px;
  }

  .graduate_contents .main-image .container .ttl {
    padding: 20px;
    width: 80%;
  }

  .graduate_contents .main-image .container .ttl span {
    background: none;
    display: inline-block;
    font-size: 24px;
  }

  .graduate_contents .mb80 {
    margin-bottom: 40px !important;
  }

  .graduate_contents .mb40 {
    margin-bottom: 20px !important;
  }

  .graduate_contents .contents01 .flex_type01 {
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .graduate_contents .contents01 .flex_type01 .img {
    width: 100%;
    margin-bottom: 20px;
  }

  .graduate_contents .contents04 .flex_type02 {
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .step_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .step_list li {
    width: 100%;
  }

  .step_list li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

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

/**************************************************************
*
募集要項(中途採用)
*
**************************************************************/

.carrier_contents .main-image .container {
  background: url(../img/carrier/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.graduate_contents.carrier_contents .table_type01 .table_type04 tr,
.graduate_contents.carrier_contents .table_type01 .table_type04 th,
.graduate_contents.carrier_contents .table_type01 .table_type04 td {
  border: none;
  background: none;
}

.graduate_contents.carrier_contents .table_type01 .table_type04 th {
  width: auto;
  background: none;
  padding: 5px;
  font-weight: normal;
}

.graduate_contents.carrier_contents .table_type01 .table_type04 td {
  padding: 5px;
  width: auto;
  text-align: center;
}

.graduate_contents.carrier_contents .step_list li {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .carrier_contents .main-image .container {
    background: url(../img/carrier/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    margin-top: 0px;
  }

  .carrier_contents .main-image .container .ttl {
    padding: 20px;
    width: 80%;
  }

  .carrier_contents .main-image .container .ttl span {
    background: none;
    display: inline-block;
    font-size: 24px;
  }

  .graduate_contents.carrier_contents .table_type01 .table_type04 {
    width: 70%;
    font-size: 13px;
  }

  .graduate_contents.carrier_contents .table_type01 .table_type04 tr,
  .graduate_contents.carrier_contents .table_type01 .table_type04 th,
  .graduate_contents.carrier_contents .table_type01 .table_type04 td {
    border: none;
    background: none;
  }

  .graduate_contents.carrier_contents .table_type01 .table_type04 th {
    font-size: 13px;
    display: inline;
    width: auto;
    background: none;
    padding: 5px;
    font-weight: normal;
  }

  .graduate_contents.carrier_contents .table_type01 .table_type04 tr {
    display: inherit;
  }

  .graduate_contents.carrier_contents .table_type01 .table_type04 td {
    display: inline;
    padding: 5px;
    width: auto;
    text-align: center;
  }

  .graduate_contents.carrier_contents .step_list li {
    width: 100%;
  }
}

/**************************************************************
*
* 社員インタビュー
*
**************************************************************/

.interview_contents .main-image .container {
  background: url(../img/interview/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.interview_contents .interview_list {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.interview_contents .interview_list a {
  padding: 0;
}

.interview_contents .interview_list a .img img {
  /* height: 219px; */
  height: auto;
  width: auto;
}

.interview_contents .interview_list .col_pa {
  box-sizing: border-box;
  /* padding: 20px; */
  padding: 15px;
}

.interview_contents .interview_list li {
  /* width: 33%; */
  width: calc((100% - 45px) / 4);
}

.interview_contents .interview_list li:last-child {
  margin-top: 0px;
}

.interview_contents .interview_list li:first-child {
  margin-top: 0px;
}

.interview_contents .interview_list li:not(:last-child) {
  /* margin-right: 25px; */
  margin-right: 15px;
}

.interview_contents .interview_list .txt02 {
  background: #0b68b3;
  color: #fff;
  box-sizing: border-box;
  padding: 20px;
  line-height: 1.75;
  font-size: 14px;
}

.interview_contents .interview_list .txt02 span {
  text-decoration: underline;
}

@media screen and (max-width: 979px) {
  .interview_contents .interview_list li {
    width: 48%;
  }

  .interview_contents .interview_list li:not(:nth-child(odd)) {
    margin-right: 0;
  }

  .interview_contents .interview_list a .img img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .interview_contents .main-image .container {
    background: url(../img/interview/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    margin-top: 0px;
  }

  /* padding: 0; */
  .interview_contents .interview_list a .img img {
    height: auto;
    width: 100%;
  }

  .interview_contents .interview_list .flex_type01 {
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .interview_contents .interview_list .flex_type01 li {
    width: 100%;
  }

  .interview_contents .interview_list .flex_type01 li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

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

/**************************************************************
*
* システム開発事業部 中島 慶
*
**************************************************************/

.interview_2011_kn_contents .main-image .container {
  background: url(../img/interview/2011_kn/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.interview_2011_kn_contents .main-image .container .ttl {
  padding: 20px;
}

.interview_2011_kn_contents .main-image .container .ttl span {
  background: none;
  display: block;
}

.interview_2011_kn_contents .contents01 .border_blue {
  border: 2px solid #0b68b3;
  box-sizing: border-box;
  padding: 40px;
  line-height: 1.75;
}

.interview_2011_kn_contents .contents01 .border_blue .point_blue {
  width: 170px;
  padding: 30px;
  font-size: 16px;
  text-align: center;
}

.interview_2011_kn_contents .contents01 .border_blue .txt {
  font-size: 24px;
  font-weight: bold;
}

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

@media screen and (max-width: 768px) {
  .interview_2011_kn_contents .main-image .container {
    background: url(../img/interview/2011_kn/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    margin-top: 0px;
  }

  .interview_2011_kn_contents .main-image .container .ttl {
    padding: 20px;
    width: 60%;
  }

  .interview_2011_kn_contents .main-image .container .ttl span {
    background: none;
    display: inline-block;
    font-size: 16px;
  }

  .interview_2011_kn_contents .contents01 .border_blue {
    padding: 20px;
    margin: 0;
  }

  .interview_2011_kn_contents .contents01 .border_blue .flex_type01 {
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .interview_2011_kn_contents .contents01 .border_blue .point_blue {
    width: 100%;
  }

  .interview_2011_kn_contents .contents01 .border_blue .txt {
    font-size: 20px;
    font-weight: bold;
  }

  .interview_2011_kn_contents .contents01 .interview_contents .flex_type01 {
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

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

/**************************************************************
*
* 設計開発部　山下 真幸
*
**************************************************************/

.interview_2017_my_contents .main-image .container {
  background: url(../img/interview/2017_my/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.interview_2017_my_contents .main-image .container .ttl {
  padding: 20px;
}

.interview_2017_my_contents .main-image .container .ttl span {
  background: none;
  display: block;
}

@media screen and (max-width: 768px) {
  .interview_2017_my_contents .main-image .container {
    background: url(../img/interview/2017_my/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% center;
    min-height: 100%;
    margin-top: 0px;
  }

  .interview_2017_my_contents .main-image .container .ttl {
    padding: 20px;
  }

  .interview_2017_my_contents .main-image .container .ttl span {
    background: none;
    display: block;
  }
}

/**************************************************************
*
* 設計開発部　仲本 凌
*
**************************************************************/

.interview_2017_rn_contents .main-image .container {
  background: url(../img/interview/2017_rn/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.interview_2017_rn_contents .main-image .container .ttl {
  padding: 20px;
}

.interview_2017_rn_contents .main-image .container .ttl span {
  background: none;
  display: block;
}

@media screen and (max-width: 768px) {
  .interview_2017_rn_contents .main-image .container {
    background: url(../img/interview/2017_rn/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% center;
    min-height: 100%;
    margin-top: 0px;
  }

  .interview_2017_rn_contents .main-image .container .ttl {
    padding: 20px;
  }

  .interview_2017_rn_contents .main-image .container .ttl span {
    background: none;
    display: block;
  }
}

/**************************************************************
*
* 設計開発部 矢ノ根沙織
*
**************************************************************/

.interview_2020_sy_contents .main-image .container {
  background: url(../img/interview/2020_sy/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.interview_2020_sy_contents .main-image .container .ttl {
  padding: 20px;
}

.interview_2020_sy_contents .main-image .container .ttl span {
  background: none;
  display: block;
}

.interview_2020_sy_contents .contents01 .border_blue {
  border: 2px solid #0b68b3;
  box-sizing: border-box;
  padding: 40px;
  line-height: 1.75;
}

.interview_2020_sy_contents .contents01 .border_blue .point_blue {
  width: 170px;
  padding: 30px;
  font-size: 16px;
  text-align: center;
}

.interview_2020_sy_contents .contents01 .border_blue .txt {
  font-size: 24px;
  font-weight: bold;
}

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

@media screen and (max-width: 768px) {
  .interview_2020_sy_contents .main-image .container {
    background: url(../img/interview/2020_sy/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% center;
    min-height: 100%;
    margin-top: 0px;
  }

  .interview_2020_sy_contents .main-image .container .ttl {
    padding: 20px;
    width: 60%;
  }

  .interview_2020_sy_contents .main-image .container .ttl span {
    background: none;
    display: inline-block;
    font-size: 16px;
  }

  .interview_2020_sy_contents .contents01 .border_blue {
    padding: 20px;
    margin: 0;
  }

  .interview_2020_sy_contents .contents01 .border_blue .flex_type01 {
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .interview_2020_sy_contents .contents01 .border_blue .point_blue {
    width: 100%;
  }

  .interview_2020_sy_contents .contents01 .border_blue .txt {
    font-size: 20px;
    font-weight: bold;
  }

  .interview_2020_sy_contents .contents01 .interview_contents .flex_type01 {
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

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

/**************************************************************
*
* 設計開発部 タパ ドゥルゲス
*
**************************************************************/

.interview_2016_td_contents .main-image .container {
  background: url(../img/interview/2016_td/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.interview_2016_td_contents .main-image .container .ttl {
  padding: 20px;
}

.interview_2016_td_contents .main-image .container .ttl span {
  background: none;
  display: block;
}

.interview_2016_td_contents .contents01 .border_blue {
  border: 2px solid #0b68b3;
  box-sizing: border-box;
  padding: 40px;
  line-height: 1.75;
}

.interview_2016_td_contents .contents01 .border_blue .point_blue {
  width: 170px;
  padding: 30px;
  font-size: 16px;
  text-align: center;
}

.interview_2016_td_contents .contents01 .border_blue .txt {
  font-size: 24px;
  font-weight: bold;
}

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

@media screen and (max-width: 768px) {
  .interview_2016_td_contents .main-image .container {
    background: url(../img/interview/2016_td/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% center;
    min-height: 100%;
    margin-top: 0px;
  }

  .interview_2016_td_contents .main-image .container .ttl {
    padding: 20px;
    width: 60%;
  }

  .interview_2016_td_contents .main-image .container .ttl span {
    background: none;
    display: inline-block;
    font-size: 16px;
  }

  .interview_2016_td_contents .contents01 .border_blue {
    padding: 20px;
    margin: 0;
  }

  .interview_2016_td_contents .contents01 .border_blue .flex_type01 {
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .interview_2016_td_contents .contents01 .border_blue .point_blue {
    width: 100%;
  }

  .interview_2016_td_contents .contents01 .border_blue .txt {
    font-size: 20px;
    font-weight: bold;
  }

  .interview_2016_td_contents .contents01 .interview_contents .flex_type01 {
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

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

/**************************************************************
*
* 超速！1分エントリー
*
**************************************************************/

.speed_entry_contents .main-image .container {
  background: url(../img/speed_entry/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.speed_entry .main-image .ttl {
  padding: 20px;
}

.speed_entry .main-image .ttl span {
  display: block;
}

.speed_entry_contents .contents01 .bg_border {
  width: 72%;
  margin: 0 auto;
  border: 4px solid #a6c92c;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  position: relative;
}

.speed_entry_contents .contents01 .bg_border span {
  color: #0b68b3;
}

.speed_entry_contents .contents01 .bg_border .sml {
  font-size: 16px;
  font-weight: normal;
}

.speed_entry_contents .contents01 .bg_border .img {
  position: absolute;
  top: -50px;
  /* right: -50px; */
  left: -50px;
}

.speed_entry_contents .form_arrow .flex_type01 {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.speed_entry_contents .form_arrow .flex_type01 li {
  width: 20%;
  margin-right: 50px;
  background: #0b68b3;
  display: inline-block;
  color: #fff;
  box-sizing: border-box;
  padding: 40px 30px 40px 30px;
  position: relative;
}

.speed_entry_contents .form_arrow .flex_type01 li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border-top: solid 53px transparent;
  border-right: solid 0 transparent;
  border-bottom: solid 45px transparent;
  border-left: solid 50px #0b68b3;
  -ms-transform: translateY(0%) translateX(100%);
  transform: translateY(0%) translateX(100%);
}

.speed_entry_contents .form_arrow .flex_type01 li:last-child {
  width: 50%;
  background: #fff;
  border: 4px solid #0b68b3;
  color: #0b68b3;
  font-weight: bold;
  margin-right: 0;
  text-align: center;
}

.speed_entry_contents .form_arrow .flex_type01 li:last-child::before {
  content: none;
}

.speed_entry_contents input[type="radio"]+.radio::after {
  margin-right: 2px;
}

.speed_entry_contents .asterisk {
  background-color: #0b68b3;
  float: none;
}

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

@media screen and (max-width: 768px) {
  .speed_entry_contents .main-image .container {
    background: url(../img/speed_entry/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    margin-top: 0px;
  }

  .speed_entry_contents .main-image .container .ttl {
    padding: 20px;
    width: 80%;
  }

  .speed_entry_contents .main-image .container .ttl span {
    background: none;
    display: inline-block;
    font-size: 24px;
  }

  .speed_entry_contents .mt80 {
    margin-top: 0px !important;
  }

  .speed_entry_contents .mb70 {
    margin-bottom: 30px !important;
  }

  .speed_entry_contents .contents01 .bg_border {
    width: 100%;
    margin: 0 auto;
    border: 4px solid #a6c92c;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 1.6;
    position: relative;
    padding: 20px;
  }

  .speed_entry_contents .contents01 .bg_border span {
    color: #0b68b3;
  }

  .speed_entry_contents .contents01 .bg_border .sml {
    font-size: 16px;
    font-weight: normal;
  }

  .speed_entry_contents .contents01 .bg_border .img {
    position: absolute;
    top: -50px;
    right: -50px;
    display: none;
  }

  .speed_entry_contents .form_arrow .flex_type01 {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .speed_entry_contents .form_arrow .flex_type01 li {
    width: 100%;
    margin-right: 0px;
    background: #0b68b3;
    display: inline-block;
    color: #fff;
    box-sizing: border-box;
    padding: 40px 0;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }

  .speed_entry_contents .form_arrow .flex_type01 li::before {
    content: none;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border-top: solid 53px transparent;
    border-right: solid 0 transparent;
    border-bottom: solid 45px transparent;
    border-left: solid 50px #0b68b3;
    -ms-transform: translateY(0%) translateX(100%);
    transform: translateY(0%) translateX(100%);
  }

  .speed_entry_contents .form_arrow .flex_type01 li:last-child {
    width: 100%;
    background: #fff;
    border: 4px solid #0b68b3;
    color: #0b68b3;
    font-weight: bold;
    margin-right: 0;
  }

  .speed_entry_contents .form_arrow .flex_type01 li:last-child::before {
    content: none;
  }
}

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

/**************************************************************
* エントリー・説明会予約
**************************************************************/

/* メインイメージ */

.reserve_contents .main-image .container {
  background: url(../img/reserve/main-image@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px center;
  min-height: 270px;
  margin-top: 20px;
}

.reserve .web_orientation {
  font-size: 1.2em;
  font-weight: bold;
}

.reserve .web_orientation .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;

  color: #d30101;
}

.reserve .web_orientation .text::before,
.reserve .web_orientation .text::after {
  content: "";
  width: 2em;
  height: 1px;
  display: block;

  /* background-color: #D30101; */
  border-top: 3px double #d30101;
}

.reserve .web_orientation .text::before {
  margin-right: 0.4em;
}

.reserve .web_orientation .text::after {
  margin-left: 0.4em;
}

.reserve .web_orientation .text .pc_none {
  display: none;
}

/* margin-bottom: 2.25rem; */

.reserve .speed .anchor_speed {
  /* text-decoration: underline; */
  color: #0b68b3;

  transition: all 150ms;
}

.reserve .speed .anchor_speed:active,
.reserve .speed .anchor_speed:visited {
  color: #0b68b3;
  ;
}

.reserve .speed .anchor_speed:hover {
  color: #56a0dd;
}

@media screen and (max-width: 768px) {
  .reserve_contents .main-image .container {
    background: url(../img/reserve/main-image@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    margin-top: 0px;
  }

  .reserve_contents .main-image .container .ttl {
    padding: 20px;
    width: 80%;
  }

  .reserve_contents .main-image .container .ttl span {
    background: none;
    display: inline-block;
    font-size: 20px;
  }

  .reserve_contents {
    /* マイナビ */
  }

  .reserve_contents .mynavi.contents01 .center_txt {
    text-align: center;
  }

  .center_txt.speed_entry {
    text-align: center;
  }

}

@media screen and (max-width: 599px) {
  .reserve_contents {
    /* フォーム */
  }

  .reserve_contents .table_type03 .btn_type01.btn_black {
    display: block;
    margin-top: 1em;
  }

  .reserve_contents .table_type03 .btn_type01.btn_black a,
  .reserve_contents .table_type03 .btn_type01.btn_black button {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .reserve .web_orientation .text {
    text-align: center;
    line-height: 1.25;
  }

  .reserve .web_orientation .text .pc_none {
    display: block;
  }
}

/**************************************************************
* 超速！1分エントリー
**************************************************************/

.speed_entry_contents .input9 td {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}

.speed_entry_contents .input9 td input {
  width: 70px;
  height: 32px;
}

.speed_entry_contents .input9 td label {
  width: 70px;
  margin-right: 0;
  border: #cfcfcf 1px solid;
  border-radius: 3px;
}

.speed_entry_contents .input9 td .entypo-down-open-mini:before {
  border-color: #cfcfcf transparent transparent transparent;
  border-width: 12px 6px 0 6px;
}

/**************************************************************
*
* Form.cssを上書き
*
**************************************************************/

/**************************************************************
* インプットフォーム基本スタイル
**************************************************************/

/*************************************
* インプット - テキスト
*************************************/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  width: 100%;
  border: #cccccc 1px solid;
  padding: 8px 10px 6px;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
  background-color: #f0f6ff;
  outline: none;
}

input:placeholder-shown,
textarea:placeholder-shown {
  color: #cccccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cccccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}

input[type="tel"] {
  width: 150px;
}

input[type="email"] {
  width: 100%;
}

input[type="text"].small {
  max-width: 130px;
}

input[type="text"].micro {
  max-width: 70px;
}

.input3 .check_item,
.input4 .check_item {
  margin-bottom: 0;
}

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

@media screen and (max-width: 599px) {
  input[type="tel"] {
    width: 100%;
  }

  input[type="text"].small {
    max-width: 100%;
  }
}

/*************************************
* インプット - テキストエリア
*************************************/

textarea {
  width: 100%;
  min-height: 180px;
  resize: vertical;
  line-height: 1.65;
}

textarea.large {
  height: 300px;
}

textarea.middle {
  height: 200px;
}

textarea.small {
  height: 100px;
}

/*************************************
* インプット - ボタン
*************************************/

form button[type="submit"],
form button[type="button"] {
  margin: auto;
  margin-bottom: 20px;
}

button.disabled {
  filter: grayscale(100%);
  pointer-events: none;
  opacity: 0.6;
}

/*************************************
* インプット - セレクト
*************************************/

.select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #ffffff;
  border: 1px solid #434343;
}

.select-wrap:before {
  content: '';
  font-family: 'entypo', sans-serif;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 4.5px 0 4.5px;
  border-color: #1b1b1b transparent transparent transparent;
  line-height: 1;
  color: #333;
}

.select-wrap select {
  position: relative;
  z-index: 2;
  display: block;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 5px 10px 3px;
  line-height: 1.5;
}

.select-wrap.small {
  max-width: 70px;
}

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

/*************************************
* インプット - チェックボックス
*************************************/

.check_item {
  display: inline-block;
  margin-bottom: 16px;
}

.recruit.subpage .check_item {
  margin-bottom: 0;
}

.check_item label {
  margin-right: 20px;
}

input[type="checkbox"] {
  opacity: 0;
  width: 5px;
}

input[type="checkbox"]+.check {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: #959595 1px solid;
  position: relative;
  top: 2px;
  margin-right: 0.555em;
  background-color: #fff;
}

input[type="checkbox"]+.check::after {
  content: '';
  position: absolute;
  top: -9px;
  bottom: 0;
  left: 5px;
  display: block;
  /* margin-top: -7px; */
  margin: auto;
  width: 10px;
  height: 20px;
  border-right: 4px solid #626262;
  border-bottom: 4px solid #626262;
  opacity: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: opacity 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

input[type="checkbox"]:checked+.check::after {
  opacity: 1;
}

/*************************************
* インプット - ラジオボタン
*************************************/

.radio_box label {
  display: block;
  float: left;
  margin-right: 50px;
}

input[type="radio"] {
  opacity: 0;
  width: 5px;
}

input[type="radio"]+.radio {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  border-radius: 50%;
  border: #626262 1px solid;
  position: relative;
  margin-top: 5px;
}

input[type="radio"]+.radio::after {
  content: "";
  width: 70%;
  height: 70%;
  display: block;
  float: left;
  margin: auto;
  background-color: #1d218b;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

input[type="radio"]:checked+.radio::after {
  opacity: 1;
}

@media screen and (max-width: 599px) {
  .radio_box label {
    margin-right: 30px;
  }
}

/**************************************************************
*
* ヘッダー エントリー固定ボタン
*
**************************************************************/

.fixed_entry_btn {
  position: fixed;
  bottom: 2%;
  right: 0;
  z-index: 10;
}

.fixed_entry_btn .btn_entry {
  display: block;
  padding: 2rem;
  width: 170px;
  height: 170px;

  background-color: #a6c92c;
  border: 2px solid #fff;
  border-radius: 50%;

  font-weight: bold;
  color: #00467f;
  text-align: center;
  font-size: 0.95em;
  line-height: 1.35;

  transition: all 300ms ease-in-out;
  position: relative;
}

.fixed_entry_btn .btn_entry::before {
  content: "";
  width: 160px;
  height: 160px;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.fixed_entry_btn .btn_entry .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 120px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}

.fixed_entry_btn .btn_entry .text::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  margin: 0 auto;
  border-left: #00467f 15px solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.fixed_entry_btn .btn_entry:hover {
  background-color: #fff;
  border-color: #a6c92c;
}

.fixed_entry_btn .btn_entry:hover::before {
  border-color: #a6c92c;
}

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

/**************************************************************
*
* ヘッダー マイナビバナー固定ボタン
*
**************************************************************/

.fixed_mynavi_btn {
  position: fixed;
  bottom: 200px;
  right: 0;
  z-index: 10;

  border: 2px solid #0b68b3;
  border-right: none;
  background-color: #fff;

  transition: .3s cubic-bezier(.215,.61,.355,1);
  transition-property: opacity;
  transition-delay: 0s;

  width: 200px;
  height: 91px;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.fixed_mynavi_btn.__reserve {
    bottom: 2%;
  }

.fixed_mynavi_btn img {
  width: auto;
  height: 100%;

  padding: 2px;

  transition: .3s cubic-bezier(.215,.61,.355,1);
  transition-property: transform;
  transition-delay: 0s;
}

.fixed_mynavi_btn:hover {
  opacity: 0.8;
}

.fixed_mynavi_btn:hover img {
  -ms-transform: scale(1.025);
      transform: scale(1.025);
}

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

/**************************************************************
*
* ヘッダー インターシップバナー固定ボタン
*
**************************************************************/

.fixed_internship_btn {
  position: fixed;
  bottom: 305px;
  right: 0;
  z-index: 10;

  width: 200px;
  height: 91px;
  border: 2px solid #FF4D33;
  border-right: none;
  overflow: hidden;
}

.fixed_internship_btn-anchor {
    transition: .3s cubic-bezier(.215,.61,.355,1);
    transition-property: opacity;
    transition-delay: 0s;
  }

.fixed_internship_btn-anchor:hover {
      opacity: 0.8;
    }

.fixed_internship_btn-anchor:hover .bg_image .image {
          -ms-transform: scale(1.025);
              transform: scale(1.025);
        }

.fixed_internship_btn-anchor .bg_image img {
      transition: .3s cubic-bezier(.215,.61,.355,1);
      transition-property: transform;
      transition-delay: 0s;

      width: 100%;
      height: 100%;
      object-fit: cover;
      }

/* マイナビバナーがない場合 */

.fixed_internship_btn.__nomynavi {
    bottom: 200px;
  }

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

/**************************************************************
*
* テンプレートクラス
*
**************************************************************/

.relation_item {
  display: none !important;
}

.form_notes {
  margin-left: 10px;
  font-size: 0.8em;
}

.asterisk {
  background-color: #0b68b3;
  padding: 5px 2px 1px;
  margin-left: 0.324em;
  color: #fff;
  font-size: 0.79em;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.error {
  display: block;
  clear: both;
  color: red;
}

.form_margin label {
  margin-right: 25px;
}

/*************************************
* X
*************************************/

.icon-x::after {
  content: url(../img/top/x-logo.png);
}

@media screen and (max-width: 768px){
  .icon-x::after {
    content: url(../img/top/x-logo-white.png);
  }
}