.cms_news_area {
  display: block;
  position: absolute;
  bottom: calc(4% - 5px);
  left: -40%;
}

.cms_news_area .date, .cms_news_area p {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.cms_news_area .date {
  letter-spacing: 1px;
  padding-right: 12px;
  width: auto;
  text-align: left;
}

.cms_news_area p {
  letter-spacing: 0.4px;
  font-size: 13px;
  opacity: 0.9;
}

.cms_news_area a {
  display: inline-block;
  position: relative;
  padding: 5px 0;
}

.cms_news_area a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: ease-out .2s transform, ease-out .14s opacity;
  transition: ease-out .2s transform, ease-out .14s opacity;
}

.cms_news_area a:hover:before {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 1;
}

/*180509*/
.inith_onece_block {
  width: 49.5%;
  background: #ffffff;
  margin-bottom: 40px;
  display: inline-block;
  -webkit-transition: ease-out .2s opacity;
  transition: ease-out .2s opacity;
  position: relative;
  vertical-align: top;
}

.inith_onece_block.right {
  margin-left: 1%;
}

.inith_onece_block .img_area {
  width: 100%;
  height: 235px;
}

.inith_onece_block .img_area.left {
  background: url("../images/overseas/inithiative_img01.jpg") no-repeat center center/cover;
}

.inith_onece_block .img_area.right {
  background: url("../images/overseas/inithiative_img02.jpg") no-repeat center center/cover;
}

.inith_onece_block .img_area img {
  width: 100%;
  height: auto;
}

.inith_onece_block .txt_area {
  width: 100%;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inith_onece_block .partners {
  width: 80%;
  margin-bottom: 18px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border-bottom: solid 1px #666666;
  padding-bottom: 14px;
}

.inith_onece_block .partners.left {
  padding: 0 0 14px 0;
}

.inith_onece_block .partners p {
  width: 100%;
  font-size: 14px;
  font-family: "Montserrat";
  letter-spacing: 1px;
  text-align: center;
  line-height: 135%;
  display: inline-block;
  color: #999999;
}

.inith_onece_block .partners p span {
  font-size: 16px;
  display: block;
  padding-top: 7px;
  color: #666666;
}

.inith_onece_block .partners .cross {
  display: inline-block;
  width: 25px;
  height: 30px;
  position: relative;
  -webkit-transform: translateY(-8%);
          transform: translateY(-8%);
  margin: 4px 20px 0 20px;
}

.inith_onece_block .partners .cross:before, .inith_onece_block .partners .cross:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.inith_onece_block .partners .cross:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.inith_onece_block .partners .cross:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.inith_onece_block h3 {
  width: 80%;
  max-width: 568px;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  margin-bottom: 8px;
  margin-right: auto;
  margin-left: auto;
  line-height: 130%;
  text-align: center;
}

.inith_onece_block p {
  width: 80%;
  max-width: 568px;
  font-size: 12px;
  line-height: 180%;
  margin-right: auto;
  margin-left: auto;
}

.inith_onece_block .data {
  font-size: 13px;
  font-family: "Montserrat";
  letter-spacing: 1px;
  font-weight: 300;
  position: absolute;
  right: 25px;
  bottom: 15px;
}

.inith_onece_block:hover {
  opacity: 0.7;
}

.tabnav {
  margin: 0;
  padding: 0;
}

.tabnav li {
  display: inline;
}

.tabnav li a {
  display: inline-block;
  background: #405dca;
  color: #fff;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}

.tabnav li a:hover,
.tabnav li a.active {
  background: #ddd;
  color: #333;
}

.tabcontent {
  padding: 20px;
  border: 1px dotted #ccc;
}

@media screen and (min-width: 1680px) {
  .cms_news_area {
    left: -30%;
  }
}

@media screen and (max-width: 1024px) {
  .inith_onece_block .partners.left {
    padding: 14.5px 0;
  }
}

@media screen and (max-width: 922px) {
  .cms_news_area {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  .inith_onece_block .img_area {
    height: 165px;
  }
  .inith_onece_block .partners {
    width: 90%;
    margin: -50px auto 18px;
  }
  .inith_onece_block .partners.left {
    padding: 51px 0;
  }
  .inith_onece_block .partners span.top_two_lines {
    line-height: 125%;
  }
}

@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  .inith_onece_block {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .inith_onece_block .img_area {
    height: 160px;
  }
  .inith_onece_block .txt_area {
    padding: 25px 0 15px 0;
  }
  .inith_onece_block .txt_area .partners {
    width: 88%;
    margin: -50px auto 15px;
    padding: 15px 0 14px 0;
  }
  .inith_onece_block .txt_area .partners p {
    font-size: 12px;
  }
  .inith_onece_block .txt_area .partners span.cross {
    -webkit-transform: none;
            transform: none;
    display: block;
    margin: 2px auto;
    width: 20px;
    height: 20px;
  }
  .inith_onece_block .txt_area .partners .cross:before, .inith_onece_block .txt_area .partners :after {
    width: 20px;
  }
  .inith_onece_block.right {
    margin-bottom: 30px;
  }
  .case16_small {
    font-size: 11px;
  }
}

@media screen and (max-width: 640px) {
  #recruit_entries li a span.sp_h_none {
    display: none;
  }
}

.case_list_block h3.case_list_block_h3_long {
  letter-spacing: 0px;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .case_list_block h3.case_list_block_h3_long {
    letter-spacing: -0.5px;
  }
}

.top_commonlist {
  font-size: 0;
}

.top_commonlist .sub_ttl {
  margin: 0 auto;
  font-family: "Montserrat";
  font-size: 14px;
  color: #288d2b;
  letter-spacing: 2px;
  margin-bottom: 20px;
  max-width: 1440px;
  width: 90%;
}

.top_commonlist a {
  margin: 0 9px 0 9px;
}

.top_commonlist a .common_title {
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 180%;
  letter-spacing: 1px;
  padding: 10px 0;
  height: 43px;
  background-color: #ffffff;
}

.top_commonlist a .common_imgarea {
  position: relative;
  display: block;
}

.top_commonlist a .common_thumb {
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.top_commonlist a .common_overlay {
  padding-bottom: -13%;
  position: absolute;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.common_list_block {
  padding: 10px;
  width: calc(70% - 60px);
  margin: 0 auto;
  margin: 0 auto;
  font-size: 0;
  max-width: 1280px;
}

.common_list_block img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .common_list_block, .top_caselist .case_list_block {
    width: calc(85% - 60px);
  }
}

@media screen and (max-width: 940px) {
  .common_list_block, .top_caselist .case_list_block {
    width: calc(80% - 60px);
  }
}

@media screen and (max-width: 680px) {
  .common_list_block, .top_caselist .case_list_block {
    width: 100%;
  }
  .slick-arrow.slick-next, .slick-arrow.slick-prev {
    width: 44px;
    height: 44px;
    -webkit-transform: none;
    transform: none;
    z-index: 2;
    opacity: 0.8;
  }
  .slick-arrow.slick-next {
    right: 10px;
  }
  .slick-arrow.slick-prev {
    left: 10px;
  }
  .slick-arrow.slick-next:hover {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .slick-arrow.slick-prev:hover {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .common_list_block a {
    margin: 0 9px;
  }
}

.top_service .top_commonlist a {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
}

.top_service .top_commonlist a .common_title h3 {
  font-size: 15px;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .panel.solution p {
    color: #FFFFFF;
  }
  .top_service .layout_wrap {
    background-color: transparent;
  }
}

@media screen and (max-width: 680px) {
  .top_service .layout_wrap {
    width: 100%;
    padding: 0;
  }
  .top_service .common_list_block {
    padding: 0;
  }
  .panel.solution p {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .common_list_block {
    padding: 0;
  }
}

.top_caselist .common_list_block a {
  margin: 0 9px 30px 9px;
}

.case_list_block {
  max-width: 1440px;
  max-width: 1040px;
  width: calc(85% - 40px);
}

.top_caselist .case_list_block a {
  margin: 0 5px 0 5px;
  border: 1px solid #f4f4f4;
  border-bottom: 2px solid #d6d6d6;
  padding: 0;
}

.seminar_box .img-area {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 70.31%;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity ease .2s;
  transition: opacity ease .2s;
}

.seminar_box .img-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform ease .2s;
  transition: -webkit-transform ease .2s;
  transition: transform ease .2s;
  transition: transform ease .2s, -webkit-transform ease .2s;
}
/*# sourceMappingURL=home.css.map */