
/* ------------------------------------------
  sub_mv
------------------------------------------ */
.sub_mv {
  align-items: center;
  background-image: url(../img/sub/sub_mv.png);
  background-position: center;
  background-size: cover;
  display: flex;
  height: 350px;
  justify-content: center;
}

.sub_mv_text {
  align-items: center;
  background-color: rgba(255, 255, 255, .7);
  display: flex;
  height: 190px;
  justify-content: center;
  position: relative;
  width: 480px;
}

.sub_mv_text::before {
  border-color: transparent transparent rgba(255, 255, 255, .7) transparent;
  border-style: solid;
  border-width: 0 0 190px 130px;
  content: '';
  height: 0;
  left: -130px;
  position: absolute;
  top: 0;
  width: 0;
}

.sub_mv_text::before {
  border-color: transparent transparent rgba(255, 255, 255, .7) transparent;
  border-style: solid;
  border-width: 0 0 190px 130px;
  content: '';
  height: 0;
  left: -130px;
  position: absolute;
  top: 0;
  width: 0;
}

.sub_mv_text::after {
  border-color: rgba(255, 255, 255, .7) transparent transparent transparent;
  border-style: solid;
  border-width: 190px 130px 0 0;
  content: '';
  height: 0;
  position: absolute;
  right: -130px;
  top: 0;
  width: 0;
}

.sub_mv_text_title {
  color: #003b4e;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.sub_mv_text_title span {
  font-family: 'Damion', cursive;
  font-size: 6rem;
  font-weight: normal;
  letter-spacing: .05em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sub_mv {
    height: 200px;
  }

  .sub_mv_text {
    height: 130px;
    width: 150px;
  }

  .sub_mv_text::before {
    border-width: 0 0 130px 88px;
    left: -88px;
  }

  .sub_mv_text::after {
    border-width: 130px 88px 0 0;
    right: -88px;
  }

  .sub_mv_text_title {
    font-size: 1.5rem;
  }

  .sub_mv_text_title span {
    font-size: 4rem;
  }
}
/* ------------------------------------------
  sub_heading
------------------------------------------ */
.sub_heading {
  align-items: center;
  display: flex;
  font-size: 2.6rem;
  font-weight: bold;
  justify-content: center;
  margin: 0 auto;
  min-height: 90px;
  min-width: 640px;
  padding: 20px;
  position: relative;
  text-align: center;
}

.sub_heading .strength {
  min-width: 840px;
}

.sub_heading::before {
  border-bottom: 2px #00c8aa solid;
  border-left: 2px #00c8aa solid;
  border-top: 2px #00c8aa solid;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.sub_heading::after {
  border-bottom: 2px #00c8aa solid;
  border-right: 2px #00c8aa solid;
  border-top: 2px #00c8aa solid;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}

@media screen and (max-width: 767px) {
  .sub_heading {
    font-size: 1.8rem;
    min-height: 60px;
    min-width: auto;
    padding: 10px;
    width: auto;
  }
}

/* ------------------------------------------
  small_title
------------------------------------------ */
.small_title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .small_title {
    font-size: 1.5rem;
  }
}

/* ------------------------------------------
  contact
------------------------------------------ */
.sub_mv.contact_mv {
  background-image: url(../img/contact/contact_mv.png);
}

.contact.sub {
  padding-top: 0;
}

.contact.sub .contact_box {
  margin-top: 0;
}
/* ------------------------------------------
  sub_news
------------------------------------------ */
.sub_news {
  padding-top: 80px;
}

.sub_news_lists {
  margin-top: 60px;
}

.sub_news_lists dl {
  border-bottom: #c1bfc0 1px solid;
  display: flex;
  padding: 15px 0;
}

.sub_news_lists dl:first-child {
  padding: 0 0 15px;
}

.sub_news_lists dl dt {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.sub_news_lists dl dd {
  font-size: 1.8rem;
  margin-left: 60px;
}

.sub_news_more {
  margin-top: 40px;
}

.sub_news_links {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.sub_news_links .item {
  align-items: center;
  background-color: #fff;
  border: 2px #17aa97 solid;
  border-radius: 50%;
  display: flex;
  font-size: 1.6rem;
  height: 50px;
  justify-content: center;
  margin-right: 7px;
  transition: .3s;
  width: 50px;
}

.sub_news_links .item.current {
  background-color: #89dbcd;
  border: 2px #89dbcd solid;
}

.sub_news_links .item.current:hover {
  background-color: #89dbcd;
  border: 2px #89dbcd solid;
  color: inherit;
}

.sub_news_links .item.next {
  background-image: url(../img/sub/sub_news_links_next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 18px;
}

.sub_news_links .item.next:hover {
  background-image: url(../img/sub/sub_news_links_next_hover.png);
}

.sub_news_links .item:hover {
  background-color: #17aa97;
  border: 2px #17aa97 solid;
  color: #fff;
  opacity: 1;
}

.sub_news_links .item:hover  a {
  opacity: 1;
}

.sub_news_links .item a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.sub_news_links .dots {
  font-size: 1.6rem;
  line-height: 1;
  margin: 34px 15px 0 10px;
}
@media screen and (max-width: 767px) {
  .sub_news {
    padding: 35px 0 45px;
  }

  .sub_news_lists {
    margin-top: 25px;
  }

  .sub_news_lists dl {
    padding: 10px 0;
  }

  .sub_news_lists dl dt {
    font-size: 1.2rem;
  }

  .sub_news_lists dl dd {
    font-size: 1.2rem;
    margin-left: 15px;
  }

  .sub_news_more {
    margin-top: 30px;
  }

  .sub_news_links {
    margin-top: 20px;
  }

  .sub_news_links .item {
    font-size: 1.6rem;
    height: 35px;
    margin-right: 4px;
    width: 35px;
  }

  .sub_news_links .item.next {
    background-image: url(../img/sub/sub_news_links_next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9px 15px;
  }

  .sub_news_links .dots {
    font-size: 1.2rem;
    line-height: 1;
    margin: 23px 7px 0 4px;
  }
}

/* ------------------------------------------
  question
------------------------------------------ */
.sub_question {
  padding-top: 80px;
}

.question_box {
  margin-top: 70px;
}

.question {
  margin-top: 17px;
}

.question_box .question.first {
  margin-top: 30px;
}

.question .question_title {
  background-color: #ededed;
  background-image: url(../img/sub/question_icon01.png);
  background-position: center left 22px;
  background-repeat: no-repeat;
  background-size: 17px 34px;
  cursor: pointer;
  padding: 20px 60px;
  position: relative;
}

.question .question_title::after {
  background-image: url(../img/sub/question_icon03.png);
  background-repeat: no-repeat;
  background-size: 35px;
  content: '';
  height: 35px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}

.question .question_title.open::after {
  background-image: url(../img/sub/question_icon04.png);
}

.question .question_title .question_title_text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.question_answer {
  background-image: url(../img/sub/question_icon02.png);
  background-position: top 7px left 22px;
  background-repeat: no-repeat;
  background-size: 15px 37px;
  display: none;
  margin-top: 30px;
  padding: 0 60px 13px;
}

.question_answer .question_answer_text {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .sub_question {
    padding-top: 40px;
  }

  .question_box {
    margin-top: 35px;
  }

  .question_box .question.first {
    margin-top: 20px;
  }


  .question .question_title {
    background-position: center left 10px;
    background-size: 12px 23px;
    padding: 20px 30px;
  }

  .question .question_title .question_title_text {
    font-size: 1.4rem;
  }

  .question .question_title::after {
    background-image: url(../img/sub/question_icon03.png);
    background-repeat: no-repeat;
    background-size: 20px;
    content: '';
    height: 20px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
  }

  .question_answer {
    background-position: top 4px left 9px;
    background-size: 12px 23px;
    margin-top: 20px;
    padding: 0 30px;
  }

  .question_answer .question_answer_text {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------
  sub_recruit
------------------------------------------ */
.sub_mv.recruit_mv {
  background-image: url(../img/recruit/recruit_mv.png);
}

.sub_recruit {
  padding-top: 80px;
}

.sub_recruit_content {
  margin-top: 115px;
}

.sub_recruit_content.career {
  background-color: #f7f7f7;
  padding: 60px 0 120px;
}

.sub_recruit_content .heading {
  line-height: 2.5;
}

.sub_recruit_content_main {
  display: flex;
  margin-top: 20px;
}

.sub_recruit_content_main .text {
  font-size: 1.9rem;
  line-height: 1.6;
  width: 50%;
}

.sub_recruit_content_main .text .text_p {
  margin-top: 20px;
}

.sub_recruit_content_main .text .text_p:first-child {
  margin-top: 0;
}

.sub_recruit_content_main .sub_recruit_content_main_text {
  width: 50%;
}

.sub_recruit_content_main_box .title {
  background-color: #84d2c8;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 30px;
  padding: 21px 18px 18px 18px;
}

.sub_recruit_content_main_box .title.first {
  margin-top: 0;
}

.sub_recruit_content_main_box .desc {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 30px;
}

.sub_recruit_content_main_box .desc ul .desc_list {
  display: flex;
}

.sub_recruit_content_main_box .desc ul .desc_list_title {
  display: table;
  white-space: nowrap;
}


.sub_recruit_content_main .img {
  padding-left: 45px;
  width: 50%;
}

.sub_recruit_content_main .img.first {
  padding-left: 0;
  padding-right: 45px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .sub_recruit {
    padding-top: 40px;
  }

  .sub_recruit_content {
    margin-top: 30px;
  }

  .sub_recruit_content_main {
    flex-direction: column;
    margin-top: 10px;
  }

  .sub_recruit_content_main.interview {
    flex-direction: column-reverse;
  }

  .sub_recruit_content_main.interview .img {
    margin-top: 0;
  }

  .sub_recruit_content_main.interview .sub_recruit_content_main_text {
    margin-top: 15px;
  }

  .sub_recruit_content_main .sub_recruit_content_main_text {
    width: 100%;
  }

  .sub_recruit_content_main_box .title {
    font-size: 1.4rem;
    margin-top: 15px;
    padding: 15px 12px 12px 12px;
  }

  .sub_recruit_content_main_box .desc {
    font-size: 1.4rem;
    margin-top: 15px;
  }

  .sub_recruit_content_main .text {
    font-size: 1.4rem;
    width: 100%;
  }

  .sub_recruit_content_main .text .text_p {
    margin-top: 10px;
  }

  .sub_recruit_content_main .img {
    margin: 10px auto 0;
    max-width: 350px;
    padding-left: 0;
    width: 100%;
  }

  .sub_recruit_content.career {
    padding: 30px 0 60px;
  }

  .sub_recruit_content.career .sub_recruit_content_main {
    flex-direction: column-reverse;
  }

  .sub_recruit_content.career .sub_recruit_content_main.interview {
    flex-direction: column;
  }

  .sub_recruit_content_main .img.first {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

/* ------------------------------------------
  table
------------------------------------------ */
.company_mv {
  background-image: url(../img/company/company_mv.png);
}

.company {
  padding: 80px 0;
}

/* .company .company_heading {
  align-items: center;
  background-image: url(../img/company/company_bg.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  height: 330px;
  justify-content: center;
  margin: 0 auto;
}

.company .company_heading .company_heading_text {
  background-color: rgba(255, 255, 255, .7);
  font-size: 2.6rem;
  font-weight: bold;
  padding: 50px 100px;
  text-align: center;
} */

.company_img {
  margin-top: 70px;
}

.company_img img {
  height: 330px;
  margin: 0 auto;
  width: 800px;
}

.table {
  padding-top: 70px;
}

.table table {
  width: 100%;
}

.table_tr th {
  background-color: #ebebeb;
  border: 1px #bbb solid;
  font-size: 1.8rem;
  padding: 20px 0;
  width: 300px;
}

.table_tr td {
  border: 1px #bbb solid;
  font-size: 1.8rem;
  padding: 20px;
}

.language .table_tr td {
  text-align: center;
}

.table_tr td.none {
  border: none;
}

.table_tr td a {
  color: #e85666;
}

.company_map {
  height: 500px;
  margin-top: 80px;
  width: 100%;
}

.company_map iframe {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .company {
    padding: 40px 0;
  }

  .company_img {
    margin-top: 35px;
  }

  .company_img img {
    height: auto;
    margin: 0 auto;
    width: 100%;
  }

  .table {
    padding-top: 30px;
  }

  .table_tr th {
    font-size: 1.4rem;
    padding: 10px 0;
    width: 100px;
  }

  .table_tr td {
    font-size: 1.4rem;
    padding: 10px;
  }

  .company_map {
    height: 50vw;
    margin-top: 80px;
    margin-top: 40px;
    max-height: 400px;
    width: 100%;
  }
}

/* ------------------------------------------
  recruit_links
------------------------------------------ */
.recruit_links {
  padding: 80px 0 60px;
  position: relative;
}

.recruit_links .container {
  position: relative;
  z-index: 1;
}

.recruit_links_lists {
  display: flex;
  margin-top: 65px;
}

.recruit_links_lists li {
  background-color: #f2fbfa;
  border: 2px #f2fbfa solid;
  box-shadow: 4px 4px 2px rgba(4,0,0,.33);
  margin-left: 30px;
  position: relative;
  width: calc(25% - 22px);
}

.recruit_links_lists li:before, .recruit_links_lists li:after {
  border-color: #17aa97;
  border-style: solid;
  box-sizing: content-box;
  content: '';
  pointer-events: none;
  position: absolute;
  transition: all .3s;
  z-index: 5;
}

.recruit_links_lists li:before {
  border-width: 2px 0 2px 0;
  height: 100%;
  left: 0;
  top: -2px;
  transition-delay: .05s;
  width: 0;
}

.recruit_links_lists li:hover:before {
  width: 101%;
}

.recruit_links_lists li:after {
  border-width: 0 2px 0 2px;
  height: 0;
  left: -1px;
  padding: 0;
  top: -1px;
  width: 100%;
}

.recruit_links_lists li:hover:after {
  height: 101%;
}

.recruit_links_lists li:first-child {
  margin-left: 0;
}

.recruit_links_lists li a::after {
  background-repeat: no-repeat;
  content: '';
  left: 50%;
  position: absolute;
  top: 35px;
  transform: translateX(-50%);
  transition: .5s;
}

.recruit_links_lists .item01 a::after {
  background-image: url(../img/recruit_list_icon01.png);
  background-size: 74px auto;
  height: 94px;
  width: 74px;
}

.recruit_links_lists .item01 a:hover::after {
  background-size: 84px auto;
  height: 106px;
  top: 25px;
  width: 84px;
}

.recruit_links_lists .item02 a::after {
  background-image: url(../img/recruit_list_icon02.png);
  background-size: 101px auto;
  height: 103px;
  top: 32px;
  width: 101px;
}

.recruit_links_lists .item02 a:hover::after {
  background-size: 111px auto;
  height: 113px;
  top: 25px;
  width: 111px;
}

.recruit_links_lists .item03 a::after {
  background-image: url(../img/recruit_list_icon03.png);
  background-size: 105px auto;
  height: 78px;
  width: 105px;
}

.recruit_links_lists .item03 a:hover::after {
  background-size: 115px auto;
  height: 88px;
  top: 31px;
  width: 115px;
}

.recruit_links_lists .item04 a::after {
  background-image: url(../img/recruit_list_icon04.png);
  background-size: 75px auto;
  height: 71px;
  top: 52px;
  width: 75px;
}

.recruit_links_lists .item04 a:hover::after {
  background-size: 85px auto;
  height: 81px;
  top: 47px;
  width: 85px;
}

.recruit_links_lists li a {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
  padding: 153px 0 22px;
  text-align: center;
  width: 100%;
}

.recruit_links_more {
  margin-top: 61px;
}

@media screen and (max-width: 767px) {
  .recruit_links {
    padding: 30px 0 35px;
  }

  .recruit_links::before {
    background-image: url(../img/sp_recruit_links_bg01.png);
    background-size: 188px auto;
    height: 294px;
    width: 188px;;
  }

  .recruit_links::after {
    background-image: url(../img/sp_recruit_links_bg02.png);
    background-size: 188px auto;
    height: 294px;
    width: 188px;;
  }

  .recruit_links_lists {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .recruit_links_lists li {
    margin-left: 19px;
    width: calc(50% - 10px);
  }

  .recruit_links_lists li:before {
    display: none;
  }

  .recruit_links_lists li::after {
    display: none;
  }

  .recruit_links_lists li:nth-child(2n - 1) {
    margin-left: 0;
  }

  .recruit_links_lists li:nth-child(n + 3) {
    margin-top: 25px;
  }

  .recruit_links_lists li a {
    font-size: 1.5rem;
    padding: 96px 0 13px;
  }

  .recruit_links_lists .item01 a::after {
    background-size: 50px auto;
    height: 64px;
    top: 21px;
    width: 50px;
  }

  .recruit_links_lists .item02 a::after {
    background-size: 63px auto;
    height: 64px;
    top: 21px;
    width: 63px;
  }

  .recruit_links_lists .item03 a::after {
    background-size: 66px auto;
    height: 49px;
    top: 25px;
    width: 66px;
  }

  .recruit_links_lists .item04 a::after {
    background-size: 47px auto;
    height: 44px;
    top: 32px;
    width: 47px;
  }

  .recruit_links_more {
    margin-top: 44px;
  }
}

/* ------------------------------------------
  detail
------------------------------------------ */
.sub_mv.detail {
  background-image: url(../img/sub/detail_mv.png);
}

.topic_path_lists {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}

.topic_path_lists li {
  font-size: 1.6rem;
  line-height: 1.3;
  padding-left: 25px;
  position: relative;
}

.topic_path_lists li.first {
  padding-left: 0;
}

.topic_path_lists li::before {
  content: '>';
  height: 6px;
  left: 7px;
  position: absolute;
  top: -1px;
  width: 6px;
}

.topic_path_lists li.first::before {
  display: none;
}

.topic_path_lists li a {
  text-decoration: underline;
}

/* ------------------------------------------
  detail_single
------------------------------------------ */
.detail_single {
  padding-bottom: 35px;
}

.detail_single_title {
  border-bottom: 5px #ebebeb solid;
  padding-bottom: 20px;
}

.detail_single_title .date {
  color: #17aa97;
  font-family: 'Fjalla One', sans-serif;
  font-size: 2.3rem;
  font-weight: bold;
}

.detail_single_title .title {
  font-size: 3rem;
}

.detail_single_content p {
  font-size: 1.8rem;
  margin: 30px 0;
}

.detail_single_content h1 {
  align-items: center;
  display: flex;
  font-size: 2.6rem;
  font-weight: bold;
  justify-content: center;
  margin: 30px auto;
  min-height: 90px;
  min-width: 640px;
  padding: 20px;
  position: relative;
  text-align: center;
}

.detail_single_content h1::before {
  border-bottom: 2px #00c8aa solid;
  border-left: 2px #00c8aa solid;
  border-top: 2px #00c8aa solid;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.detail_single_content h1::after {
  border-bottom: 2px #00c8aa solid;
  border-right: 2px #00c8aa solid;
  border-top: 2px #00c8aa solid;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}

.detail_single_content h2 {
  color: #003b4e;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 30px 0;
  text-align: center;
}

.detail_single_content h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

.detail_single_content ol {
  counter-reset: item;
  margin: 30px 0;
}

.detail_single_content ol li {
  font-size: 1.8rem;
  padding-left: 20px;
  position: relative;
}

.detail_single_content ol > li::before {
  content: counter(item)'.';
  counter-increment: item;
  left: 0;
  position: absolute;
  top: 0;
}

.detail_single_content ul {
  margin: 30px 0;
}

.detail_single_content ul li {
  font-size: 1.8rem;
  padding-left: 20px;
  position: relative;
}

.detail_single_content ul > li::before {
  background-color: #17aa97;
  border-radius: 50%;
  content: '';
  height: 5px;
  left: 7px;
  position: absolute;
  top: 13px;
  width: 5px;
}

.detail_single_content table {
  margin: 30px 0;
  width: 100%;
}

.detail_single_content table th {
  background-color: #ebebeb;
  border: 1px #bbb solid;
  font-size: 1.8rem;
  padding: 20px 0;
  width: 300px;
}

.detail_single_content table td {
  border: 1px #bbb solid;
  font-size: 1.8rem;
  padding: 20px;
}

.detail_single_content .alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

.detail_single_content .alignright {
  float: right;
  margin: 0 0 30px 30px;
}

.detail_single_content .aligncenter {
  display: block;
  margin: 0 auto 30px;
}

.detail_single_links {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  position: relative;
}

.detail_single_links li {
  background-color: #17aa97;
  border: 2px #17aa97 solid;
  border-radius: 26px;
}

.detail_single_links li:hover, .detail_single_links li.current {
  background-color: #fff;
  color: #17aa97;
  transition: .3s;
}

.detail_single_links li .link_text {
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 15px 30px 13px;
}

.detail_single_links li:hover .link_text {
  color: #17aa97;
  opacity: 1;
}

.detail_single_links .prev {
  left: calc(50% - 230px);
  position: absolute;
}

.detail_single_links .prev .link_text {
  background-image: url(../img/sub/arrow_prev.png);
  background-position: top 17px left 25px;
  background-repeat: no-repeat;
  background-size: 12px 19px;
  padding: 15px 30px 15px 45px;
  width: 115px;
}

.detail_single_links .prev:hover .link_text {
  background-image: url(../img/sub/arrow_prev_hover.png);
}

.detail_single_links .next {
  position: absolute;
  right: calc(50% - 230px);
}

.detail_single_links .next .link_text {
  background-image: url(../img/sub/arrow_next.png);
  background-position: top 17px right 25px;
  background-repeat: no-repeat;
  background-size: 12px 19px;
  padding: 15px 45px 15px 30px;
  width: 115px;
}

.detail_single_links .next:hover .link_text {
  background-image: url(../img/sub/arrow_next_hover.png);
}

.detail_single_links.archive_detail_single_link li {
  margin-left: 5px;
}

.detail_single_links li .link_text_number {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  line-height: 1;
  width: 50px;
}

.detail_single_links li:hover .link_text_number, .detail_single_links li.current .link_text_number {
  color: #17aa97;
  opacity: 1;
}

.detail_single_links li.link_text_number_other {
  align-items: flex-end;
  background-color: inherit;
  border: none;
  border-radius: 0;
  display: flex;
  font-size: 1.5rem;
  padding: 0 20px;
}

.detail_single_links li:hover {
  background-color: inherit;
  color: inherit;
  transition: none;
}

.detail_single_links .prev.archive_prev {
  left: calc(50% - 320px);
  position: absolute;
}

.detail_single_links .next.archive_next {
  position: absolute;
  right: calc(50% - 320px);
}

.detail_single_links.interview li {
  margin-left: 20px;
  text-align: center;
}

.detail_single_links.interview li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .topic_path_lists {
    flex-wrap: wrap;
    padding: 15px;
  }

  .topic_path_lists li {
    font-size: 1.2rem;
    line-height: 2;
  }

  .detail_single_title {
    padding-bottom: 10px;
  }

  .detail_single_title .date {
    font-size: 1.6rem;
  }

  .detail_single_title .title {
    font-size: 2.1rem;
  }

  .detail_single_content p {
    font-size: 1.4rem;
    margin: 20px 0;
  }

  .detail_single_content h1 {
    font-size: 1.8rem;
    min-height: 60px;
    min-width: auto;
    padding: 10px;
    width: auto;
  }

  .detail_single_content h1::before {
    border-bottom: 2px #00c8aa solid;
    border-left: 2px #00c8aa solid;
    border-top: 2px #00c8aa solid;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
  }

  .detail_single_content h1::after {
    border-bottom: 2px #00c8aa solid;
    border-right: 2px #00c8aa solid;
    border-top: 2px #00c8aa solid;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }

  .detail_single_content h2 {
    font-size: 1.6rem;
  }

  .detail_single_content h3 {
    font-size: 1.5rem;
  }

  .detail_single_content ol {
    counter-reset: item;
    margin: 20px 0;
  }

  .detail_single_content ol li {
    font-size: 1.4rem;
    padding-left: 20px;
    position: relative;
  }

  .detail_single_content ol > li::before {
    content: counter(item)'.';
    counter-increment: item;
    left: 0;
    position: absolute;
    top: 0;
  }

  .detail_single_content ul {
    margin: 20px 0;
  }

  .detail_single_content ul li {
    font-size: 1.4rem;
    padding-left: 20px;
    position: relative;
  }

  .detail_single_content ul > li::before {
    background-color: #17aa97;
    border-radius: 50%;
    content: '';
    height: 5px;
    left: 7px;
    position: absolute;
    top: 9px;
    width: 5px;
  }

  .detail_single_content table {
    margin-top: 20px;
  }

  .detail_single_content table th {
    font-size: 1.4rem;
    padding: 5px;
    width: 100px;
  }

  .detail_single_content table td {
    font-size: 1.4rem;
    padding: 5px;
  }

  .detail_single_content .alignleft {
    display: block;
    float: none;
    margin: 0 auto 30px;
  }

  .detail_single_content .alignright {
    display: block;
    float: none;
    margin: 0 auto 30px;
  }

  .detail_single_links {
    align-items: center;
    margin-top: 35px;
  }

  .detail_single_links.interview {
    display: block;
    margin-top: 35px;
  }

  .detail_single_links li {
    margin-left: 10px;
  }

  .detail_single_links.interview li {
    margin: 10px auto 0;
    max-width: 350px;
    text-align: center;
  }

  .detail_single_links.interview li:first-child {
    margin-left: auto;
  }

  .detail_single_links li .link_text {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    padding: 15px;
  }

  .detail_single_links li .link_textspan {
    display: none;
  }

  .detail_single_links .prev {
    left: calc(50% - 165px);
    position: absolute;
  }

  .detail_single_links .prev .link_text {
    background-position: center left 10px;
    background-size: 12px 19px;
    padding: 15px 15px 15px 30px;
    width: 80px;
  }

  .detail_single_links .next {
    position: absolute;
    right: calc(50% - 165px);
  }

  .detail_single_links .next .link_text {
    background-position: center right 10px;
    background-size: 12px 19px;
    padding: 15px 30px 15px 15px;
    width: 80px;
  }

  .detail_single_links .prev.archive_prev {
    left: calc(50% - 165px);
    position: absolute;
  }

  .detail_single_links .next.archive_next {
    position: absolute;
    right: calc(50% - 165px);
  }

  .detail_single_links li .link_text_number {
    display: flex;
    font-size: 1.6rem;
    font-weight: bold;
    height: 30px;
    justify-content: center;
    line-height: 1;
    width: 30px;
  }

  .detail_single_links li.link_text_number_other {
    font-size: 1.2rem;
    padding: 0 10px;
  }
}

/* ------------------------------------------
  privacy
------------------------------------------ */
.sub_mv_text_title.sub_mv_text_title_privacy span {
  line-height: 1;
}

.privacy {
  padding: 80px 0;
}

.privacy_content {
  margin-top: 60px;
}

.privacy_content p {
  font-size: 1.6rem;
  margin-top: 20px;
}

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

.privacy_content ol {
  counter-reset: item;
  margin-top: 20px;
}

.privacy_content ol li {
  font-size: 1.6rem;
  padding-left: 18px;
  position: relative;
}

.privacy_content ol > li::before {
  content: counter(item)'.';
  counter-increment: item;
  left: 0;
  position: absolute;
  top: 0;
}

.privacy_content ul {
  margin-top: 20px;
}

.privacy_content ul li {
  font-size: 1.6rem;
  padding-left: 20px;
  position: relative;
}

.privacy_content ul > li::before {
  background-color: #353535;
  border-radius: 50%;
  content: '';
  height: 5px;
  left: 7px;
  position: absolute;
  top: 12px;
  width: 5px;
}

@media screen and (max-width: 767px) {
  .privacy {
    padding: 40px 0;
  }

  .privacy_content p {
    font-size: 1.3rem;
    margin-top: 20px;
  }

  .privacy_content ol li {
    font-size: 1.3rem;
    padding-left: 15px;
  }

  .privacy_content ul li {
    font-size: 1.3rem;
    padding-left: 15px;
  }

  .privacy_content ul > li::before {
    left: 5px;
    top: 8px;
  }
}

/* ------------------------------------------
  recruit_table
------------------------------------------ */
.recruit_mv {
  background-image: url(../img/recruit/recruit_mv.png);
}

.recruit_entry {
  padding: 80px 0;
}

.recruit_entry .sub_heading {
  padding: 15px 0;
}

.recruit_table {
  margin-top: 60px;
}

.recruit_table table {
  width: 100%;
}

.recruit_table_tr th {
  background-color: #ebebeb;
  border: 1px #bbb solid;
  font-size: 1.8rem;
  position: relative;
  vertical-align: middle;
  width: 300px;
}

.recruit_table_tr th.must::after {
  background-color: #17aa97;
  border-radius: 5px;
  color: #fff;
  content: '必須';
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 24px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

.recruit_table_tr td {
  border-bottom: 1px #bbb solid;
  border-right: 1px #bbb solid;
  border-top: 1px #bbb solid;
  font-size: 1.8rem;
  padding: 20px;
}

.recruit_table_tr td a {
  color: #e85666;
}

.recruit_table_tr td input[type='text'], .recruit_table_tr td textarea, .recruit_table_tr td input[type='email'] {
  border: #c0c0c0 2px solid;
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 10px;
  width: 100%;
}

.recruit_table_tr td input.width50 {
  width: 50%;
}

.recruit_table_tr label textarea {
  display: block;
  font-family: arial;
  min-height: 95px;
  padding: 10px;
  resize: vertical;
  width: 100%;
}

.recruit_table_tr td .select_box label.radio02 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  padding: 5px 0 5px 30px;
  position: relative;
}

.radio02::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.radio02::after {
  background: #17aa97;
  border-radius: 50%;
  content: '';
  display: block;
  height: 8px;
  left: 10px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 8px;
}

.recruit_table_tr.recruit_privacy th {
  border-bottom: 1px #bbb solid;
  border-left: 1px #bbb solid;
  border-right: 1px #bbb solid;
  border-top: none;
  padding: 20px;
}

.recruit_table_tr.recruit_privacy td {
  border-bottom: 1px #bbb solid;
  border-left: 1px #bbb solid;
  border-right: 1px #bbb solid;
}

.recruit_table_privacy {
  border: #c0c0c0 2px solid;
  height: 200px;
  overflow-y: scroll;
  padding: 20px;
}

.recruit_table_privacy .privacy_content {
  margin-top: 0;
}

.recruit_table_privacy_title {
  font-size: 1.8rem;
  text-align: center;
}

.recruit_checkbox {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.recruit_checkbox .checkbox_label {
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px 0 10px 23px;
  position: relative;
}

.recruit_checkbox .checkbox_label::before {
  border: 2px #c0c0c0 solid;
  content: '';
  height: 15px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 15px;
}

.recruit_checkbox .checkbox_label::after {
  border-bottom: #17aa97 2px solid;
  border-left: #17aa97 2px solid;
  content: '';
  display: block;
  height: 7px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 10px;
  transform: rotate(-45deg);
  width: 12px;
}

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

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

.recruit_submit {
  margin-top: 40px;
}

.recruit_submit .more_btn.checked {
  background-color: #eee;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .recruit_entry {
    padding: 40px 0;
  }

  .recruit_table {
    margin-top: 38px;
  }

  .recruit_table_tr th {
    display: block;
    font-size: 1.4rem;
    padding: 10px 0;
    width: 100%;
  }

  .recruit_table_tr td {
    border-left: 1px #bbb solid;
    display: block;
    font-size: 1.4rem;
    padding: 10px;
  }

  .recruit_table_tr label textarea {
    min-height: 95px;
  }

  .recruit_table_tr td input[type='text'], .recruit_table_tr td textarea, .recruit_table_tr td input[type='email'] {
    font-size: 1.4rem;
  }

  .recruit_submit {
    margin-top: 20px;
  }

  .recruit_table_tr td input.width50 {
    width: 100%;
  }
}

/* ------------------------------------------
  recruit_guideline
------------------------------------------ */
.recruit_guideline {
  padding-top: 80px;
}

.recruit_guideline .small_title {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recruit_guideline {
    padding-top: 40px;
  }
}

/* ------------------------------------------
  strength
------------------------------------------ */
.strength {
  padding-top: 80px;
}

.strength_desc {
  display: flex;
  margin-top: 70px;
}

.strength_desc .desc {
  font-size: 1.9rem;
  padding-right: 50px;
  width: 50%;
}

.strength_desc .img {
  width: 50%;
}

.strength_desc .img img {
  width: 100%;
}

.strength_lists {
  counter-reset: item;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.strength_lists .item {
  background-color: #45bbac;
  background-position: top 80px center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 175px 40px 40px;
  position: relative;
  width: 33.3333333333333%;
}

.strength_lists .item.no1 {
  background-image: url(../img/strength/strength_lists_icon01.png);
  background-size: 60px 77px;
}

.strength_lists .item.no2 {
  background-image: url(../img/strength/strength_lists_icon02.png);
  background-size: 73px 73px;
}

.strength_lists .item.no3 {
  background-image: url(../img/strength/strength_lists_icon03.png);
  background-size: 104px 74px;
}

.strength_lists .item.no4 {
  background-image: url(../img/strength/strength_lists_icon04.png);
  background-size: 112px 70px;
}

.strength_lists .item.no5 {
  background-image: url(../img/strength/strength_lists_icon05.png);
  background-size: 66px 83px;
}

.strength_lists .item.no6 {
  background-image: url(../img/strength/strength_lists_icon06.png);
  background-size: 64px 58px;
}

.strength_lists .item:nth-child(2n) {
  background-color: #84d2c8;
}

.strength_lists .item::before {
  align-items: center;
  border: 2px #fff solid;
  border-radius: 50%;
  content: counter(item);
  counter-increment: item;
  display: flex;
  font-size: 2.5rem;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 30px;
  transform: translateX(-50%);
  width: 30px;
}

@media screen and (max-width: 767px) {
  .strength {
    padding-top: 40px;
  }

  .strength_desc {
    flex-direction: column;
    margin-top: 35px;
  }

  .strength_desc .desc {
    font-size: 1.4rem;
    padding-right: 0;
    width: 100%;
  }

  .strength_desc .img {
    margin-top: 15px;
    width: 100%;
  }

  .strength_lists {
    counter-reset: item;
    display: block;
    margin-top: 30px;
  }

  .strength_lists .item {
    background-position: top 65px center;
    font-size: 1.5rem;
    margin: 10px 20px 0;
    padding: 150px 20px 20px;
    width: auto;
  }

  .strength_lists .item::before {
    top: 15px;
  }

  .strength_lists .item.no1 {
    background-image: url(../img/strength/strength_lists_icon01.png);
    background-size: 50px 67px;
    margin: 0 20px;
  }

  .strength_lists .item.no2 {
    background-image: url(../img/strength/strength_lists_icon02.png);
    background-size: 63px 63px;
  }

  .strength_lists .item.no3 {
    background-image: url(../img/strength/strength_lists_icon03.png);
    background-size: 94px 64px;
  }

  .strength_lists .item.no4 {
    background-image: url(../img/strength/strength_lists_icon04.png);
    background-size: 102px 60px;
  }

  .strength_lists .item.no5 {
    background-image: url(../img/strength/strength_lists_icon05.png);
    background-size: 56px 73px;
  }

  .strength_lists .item.no6 {
    background-image: url(../img/strength/strength_lists_icon06.png);
    background-size: 54px 48px;
  }
}
/* ------------------------------------------
  language
------------------------------------------ */
.language {
  padding: 80px 0;
}

.heading.language_heading {
  line-height: 2.5;
}

.language_img {
  width: 100%;
}

.language_img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .language {
    padding: 40px 0;
  }
}

/* ------------------------------------------
  service
------------------------------------------ */
.sub_mv.service_mv {
  background-image: url(../img/service/service_mv.png);
}

.service {
  padding-top: 80px;
}

.service_content {
  margin-top: 115px;
}

.service_content.career {
  background-color: #f7f7f7;
  padding: 60px 0 120px;
}

.service_content .heading {
  line-height: 2.5;
}

.service_content_main {
  display: flex;
  margin-top: 20px;
}

.service_content_main .service_text {
  font-size: 1.9rem;
  line-height: 1.6;
  width: 50%;
}

.service_content_main .service_text .text.bold {
  font-weight: bold;
  margin-bottom: 35px;
}

.service_content_main_box .title {
  background-color: #84d2c8;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 30px;
  padding: 21px 18px 18px 18px;
}

.service_content_main_box .title.first {
  margin-top: 0;
}

.service_content_main_box .desc {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 30px;
}

.service_content_main_box .desc ul .desc_list {
  display: flex;
}

.service_content_main_box .desc ul .desc_list_title {
  display: table;
  white-space: nowrap;
}


.service_content_main .img {
  padding-left: 45px;
  width: 50%;
}

.service_content_main .img.first {
  padding-left: 0;
  padding-right: 45px;
  width: 50%;
}

.service_text_good {
  border: 5px #84d2c8 solid;
  margin-top: 20px;
  padding: 15px;
}

.service_text_good_title {
  font-size: 1.9rem;
  font-weight: bold;
}

.service_text_good_lists {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8;
}

.service_text_good_lists li {
  font-size: 1.9rem;
  margin-right: 14px;
  padding-left: 25px;
  position: relative;
}

.service_text_good_lists li::before {
  background-color: #17aa97;
  border-radius: 50%;
  content: '';
  height: 15px;
  left: 3px;
  position: absolute;
  top: 9px;
  width: 15px;
}

@media screen and (max-width: 767px) {
  .service {
    padding-top: 40px;
  }

  .service_content {
    margin-top: 30px;
  }

  .service_content_main {
    flex-direction: column;
    margin-top: 10px;
  }

  .service_content_main.interview {
    flex-direction: column-reverse;
  }

  .service_content_main.interview .img {
    margin-top: 0;
  }

  .service_content_main.interview .service_content_main_text {
    margin-top: 15px;
  }

  .service_content_main .service_content_main_text {
    width: 100%;
  }

  .service_content_main_box .title {
    font-size: 1.4rem;
    margin-top: 15px;
    padding: 15px 12px 12px 12px;
  }

  .service_content_main_box .desc {
    font-size: 1.4rem;
    margin-top: 15px;
  }

  .service_content_main .text {
    font-size: 1.4rem;
    width: 100%;
  }

  .service_content_main .img {
    margin: 20px auto 0;
    max-width: 350px;
    padding-left: 0;
    width: 100%;
  }

  .service_content.career {
    padding: 30px 0 60px;
  }

  .service_content.career .service_content_main {
    flex-direction: column-reverse;
  }

  .service_content.career .service_content_main.interview {
    flex-direction: column;
  }

  .service_content_main .img.first {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .service_content_main .service_text {
    width: 100%;
  }

  .service_content_main .service_text .text.bold {
    margin-bottom: 10px;
  }

  .service_text_good {
    border: 5px #84d2c8 solid;
    margin-top: 20px;
    padding: 12px;
  }

  .service_text_good_title {
    font-size: 1.4rem;
  }

  .service_text_good_lists li {
    font-size: 1.4rem;
    margin-right: 10px;
    padding-left: 20px;
  }

  .service_text_good_lists li::before {
    background-color: #17aa97;
    border-radius: 50%;
    content: '';
    height: 12px;
    left: 3px;
    position: absolute;
    top: 6px;
    width: 12px;
  }
}

/* ------------------------------------------
  result
------------------------------------------ */
.sub_mv.result_mv {
  background-image: url(../img/result/result_mv.png);
}

.only_pc_result {
  display: inline;
}

.result {
  padding: 80px 0;
}

.result_items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.result_items .item {
  margin-left: 66px;
  width: calc(33.333333% - 44px);
}

.result_items .item:nth-child(3n + 1) {
  margin-left: 0;
}

.result_items .item:nth-child(n + 4) {
  margin-top: 60px;
}

.result_items_img {
  background-color: #e5e5e5;
  width: 100%;
}

.result_items_img img {
  width: 100%;
}

.result_items_text {
  background-color: #8bd4cb;
  padding: 35px 20px;
}

.result_items_text .title {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  height: 70px;
  justify-content: center;
  text-align: center;
}

.result_items_text .tag {
  background-color: #fff;
  color: #17aa97;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  padding: 5px;
  text-align: center;
}

.result_items_text .link {
  background-color: #17aa97;
  border-radius: 15px;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

.result_items_text .link span {
  background-image: url(../img/result/result_items_arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .sub_mv_text_title.sub_mv_text_title_result span {
    line-height: 1;
  }

  .only_pc_result {
    display: none;
  }

  .result {
    padding: 40px 0;
  }

  .result_items {
    display: block;
    margin-top: 30px;
  }

  .result_items .item {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }

  .result_items .item:nth-child(n + 4) {
    margin-top: 30px;
  }

  .result_items .item:first-child {
    margin-top: 0;
  }

  .result_items_text {
    background-color: #8bd4cb;
    padding: 25px 14px;
  }

  .result_items_text .title {
    font-size: 1.7rem;
    height: 56px;
  }

  .result_items_text .tag {
    font-size: 1.4rem;
  }

  .result_items_text .link {
    border-radius: 15px;
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .result_items_text .link span {
    background-size: 7px 12px;
    padding-right: 15px;
  }
}

/* ------------------------------------------
  thanks
------------------------------------------ */

.thanks {
  padding: 80px 0;
}

.thanks_title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
}

.thanks_text {
  font-size: 1.8rem;
  margin: 30px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thanks {
    padding: 40px 0;
  }

  .thanks_title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
  }

  .thanks_text {
    font-size: 1.4rem;
    margin: 15px 0;
    text-align: center;
  }
}
/* ------------------------------------------
  mail
------------------------------------------ */

.mail {
  padding: 80px 0;
}

.mail_title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
}

.mail_text {
  font-size: 1.8rem;
  margin: 30px 0;
  text-align: center;
}

.more_btn.back {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .mail {
    padding: 40px 0;
  }

  .mail_title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
  }

  .mail_text {
    font-size: 1.4rem;
    margin: 15px 0;
    text-align: center;
  }

  .more_btn.back {
    margin-top: 10px;
  }
}
