.catch_logo {
  margin-top: 38px;
  margin-bottom: -66px;
  position: relative;
  z-index: 999;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .catch_logo {
    margin-bottom: -5.2vw;
    margin-top: 18px;
  }
}
.catch_logo img {
  max-width: 96%;
}

.slide_container {
  width: 100%;
  height: 575px;
  background: #1a1b1e;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width:767px) {
  .slide_container {
    height: 287px;
  }
}
.slide_container .title {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 500;
}
.slide_container .title .title-text {
  font-size: 8rem;
  font-weight: 900;
  color: white;
  text-shadow: 0 0 5px rgba(102, 102, 102, 0.5);
  margin-top: 42px;
  width: 1em;
}
@media only screen and (max-width:767px) {
  .slide_container .title .title-text {
    font-size: 4rem;
    margin-top: 26px;
  }
}

#slides {
  position: relative;
  width: 100%;
  height: 100%;
}
#slides .slide {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
#slides .slide .slide-partial {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 1s ease-in-out;
}
#slides .slide .slide-partial img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease-in-out;
}
#slides .slide .slide-left {
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
#slides .slide .slide-left img {
  top: 0;
  right: 0;
  object-position: 100% 50%;
  transform: translateX(50%);
}
#slides .slide .slide-right {
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition-delay: 0.2s;
}
#slides .slide .slide-right img {
  top: 0;
  left: 0;
  object-position: 0% 50%;
  transition-delay: 0.2s;
  transform: translateX(-50%);
}
#slides .slide.active .slide-partial, #slides .slide.active .slide-partial img {
  transform: translateX(0);
}

.index_section_header {
  padding-left: 110px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .index_section_header {
    padding-left: 64px;
  }
}
.index_section_header h2 {
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  position: relative;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 991px) {
  .index_section_header h2 {
    font-size: 2rem;
  }
}
.index_section_header h2:before {
  content: "";
  width: 76px;
  height: 33px;
  position: absolute;
  top: 13px;
  left: -110px;
  background: url("https://www.hkkchain.jp/wp/wp-content/themes/hkkchain/img/icon_chain_blk.png") left center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .index_section_header h2:before {
    width: 42px;
    top: -2px;
    left: -64px;
  }
}
.index_section_header h2 .en {
  display: block;
}
.index_section_header .sub_title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #0046ad;
}
@media only screen and (max-width: 991px) {
  .index_section_header .sub_title {
    font-size: 1.3rem;
  }
}
.index_section_header.wht h2 {
  color: white;
}
.index_section_header.wht h2:before {
  background: url("https://www.hkkchain.jp/wp/wp-content/themes/hkkchain/img/icon_chain_wht.png") left center no-repeat;
  background-size: contain;
}
.index_section_header.wht .sub_title {
  color: #9eb4db;
}

.btn_show_more {
  display: block;
  font-size: 1.4rem;
  position: relative;
  padding-right: 46px;
}
@media only screen and (max-width: 991px) {
  .btn_show_more {
    font-size: 1.3rem;
  }
}
.btn_show_more:after {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../img/btn_more_arrow.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 14px);
}
.index_section_strength {
  position: relative;
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .index_section_strength {
    padding-top: 50px;
  }
}
.index_section_strength:before {
  display: block;
  content: "";
  width: 63%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0046ad;
}
.index_section_strength .index_section_header {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .index_section_strength .index_section_header {
    margin-bottom: 25px;
  }
}

.strength_image {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.strength_image .strength_image_content {
  width: 75vw;
  height: 500px;
  min-width: 1200px;
  position: relative;
}
@media only screen and (max-width:1200px) {
  .strength_image .strength_image_content {
    min-width: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .strength_image .strength_image_content {
    width: 79.33vw;
    height: 180px;
  }
}
@media only screen and (max-width:767px) {
  .strength_image .strength_image_content {
    height: 125px;
  }
}
.strength_image:nth-child(2) .strength_image_content {
  background: url("../img/img_strength.jpg");
  background-size: cover;
}
.strength_image:nth-child(3) .strength_image_content {
  background: url("../img/img_strength2.jpg") left center;
  background-size: cover;
}
@media only screen and (max-width:767px) {
  .strength_image:nth-child(3) .content_title.inner {
    padding-left: 12px;
  }
}
.strength_image:nth-child(4) .strength_image_content {
  background: url("../img/img_strength3.jpg");
  background-size: cover;
}
.strength_image .content_title {
  font-size: 3rem;
  font-weight: 600;
  color: white;
  line-height: 2;
}
@media only screen and (max-width: 991px) {
  .strength_image .content_title {
    font-size: 1.4rem;
  }
}
.strength_image.left .strength_image_content:after {
  content: "";
  position: absolute;
  width: 37vw;
  height: 100%;
  background: rgba(0, 70, 173, 0.5);
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .strength_image.left .strength_image_content:after {
    width: 42vw;
  }
}
.strength_image.left .content_title {
  position: absolute;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .strength_image.left .content_title {
    top: 18px;
    left: 18px;
    transform: translateX(0);
  }
}
@media only screen and (max-width:767px) {
  .strength_image.left .content_title {
    left: 0;
  }
}
.strength_image.right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.strength_image.right .strength_image_content .content_title {
  position: absolute;
  width: 37vw;
  height: 100%;
  background: rgba(0, 70, 173, 0.5);
  top: 0;
  right: 0;
  padding: 54px 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .strength_image.right .strength_image_content .content_title {
    width: 42vw;
    padding: 18px 0 0 18px;
  }
}

.index_section_business {
  margin-top: 120px;
}
@media only screen and (max-width: 991px) {
  .index_section_business {
    margin-top: 60px;
  }
}
.index_section_business .business_content {
  margin-top: 88px;
  padding-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .index_section_business .business_content {
    margin-top: 28px;
    padding-bottom: 32px;
  }
}
.index_section_business .business_content::before {
  content: "";
  width: 100%;
  height: 345px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0046ad;
}
@media only screen and (max-width: 991px) {
  .index_section_business .business_content::before {
    display: none;
  }
}
.index_section_business .business_content h3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  font-size: 2.8rem;
  margin-bottom: 34px;
}
@media only screen and (max-width: 991px) {
  .index_section_business .business_content h3 {
    font-size: 1.7rem;
    margin-bottom: 22px;
  }
}
.index_section_business .business_content h3 .en {
  font-size: 1.8rem;
  color: #0046ad;
  margin-left: 25px;
}
@media only screen and (max-width: 991px) {
  .index_section_business .business_content h3 .en {
    font-size: 1.1rem;
  }
}
.index_section_business .business_content .content_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .index_section_business .business_content .content_list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.index_section_business .business_content .content_list > a {
  width: 50%;
  background: #515d66;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .index_section_business .business_content .content_list > a {
    width: 100%;
  }
}
.index_section_business .business_content .content_list > a .item_title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #0046ad;
  font-size: 2.2rem;
  font-weight: bold;
  color: white;
}
@media only screen and (max-width: 991px) {
  .index_section_business .business_content .content_list > a .item_title {
    font-size: 1.5rem;
    height: 42px;
  }
}
.index_section_business .business_content .content_list > a img {
  width: 100%;
}
.index_section_business .business_content .content_list > a:hover .item_title {
  background: #515d66;
}
.index_section_business .business_content .content_list > a:hover img {
  mix-blend-mode: overlay;
}
@media only screen and (max-width: 991px) {
  .index_section_business .business_content .content_list.col4 > a {
    width: calc(50% - 10px);
  }
}

.index_section_case {
  margin-top: 130px;
  padding-top: 80px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .index_section_case {
    margin-top: 65px;
    padding-top: 48px;
  }
}
.index_section_case::before {
  content: "";
  position: absolute;
  width: 37vw;
  height: 100%;
  background: #0046ad;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .index_section_case::before {
    width: 76vw;
    height: calc(100% - 34px);
  }
}
.index_section_case .index_btn_wrap {
  text-align: right;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .index_section_case .index_btn_wrap {
    background: #fff;
    margin-top: 24px;
    padding-top: 20px;
  }
}
.case_content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .case_content {
    flex-direction: column;
    margin-top: 30px;
  }
}
.case_content .case_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  width: 220px;
}
@media only screen and (max-width:1200px) {
  .case_content .case_nav {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .case_content .case_nav {
    order: 2;
  }
}
.case_content .case_items {
  width: calc(100vw - (100vw - 1200px) / 2 - 220px);
}
@media only screen and (max-width:1200px) {
  .case_content .case_items {
    width: calc(100vw - 220px);
  }
}
@media only screen and (max-width: 991px) {
  .case_content .case_items {
    order: 1;
    width: 100%;
    padding-left: 15px;
  }
}
.case_content .case_items .case_img {
  display: block;
  background: #515d66;
  border: 1px solid #fff;
}
.case_content .case_items .case_img img {
  width: 100%;
}
.case_content .case_items .case_img:hover img {
  mix-blend-mode: overlay;
}
.case_content .nav_arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: white;
}
@media only screen and (max-width: 991px) {
  .case_content .nav_arrow {
    font-size: 0.9rem;
    margin-top: 22px;
  }
}
.case_content .nav_arrow a {
  color: white;
}
@media only screen and (max-width: 991px) {
  .case_content .nav_arrow a img {
    width: 20px;
  }
}
.case_content .nav_arrow .nav_count {
  margin: 0 13px;
}
@media only screen and (max-width: 991px) {
  .case_content .nav_arrow .nav_count {
    margin: 0 6px;
  }
}

.index_section_news {
  margin-top: 120px;
}
@media only screen and (max-width:1200px) {
  .index_section_news {
    margin-top: 60px;
  }
}
.index_section_news .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .index_section_news .inner {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.index_section_news .inner.sp {
  display: none;
}
@media only screen and (max-width: 991px) {
  .index_section_news .inner.sp {
    display: flex;
  }
}
.index_section_news .btn_show_more {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .index_section_news .btn_show_more.pc {
    display: none;
  }
}
.index_section_news .btn_show_more.sp {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .index_section_news .index_section_header {
    width: 100%;
  }
}
.index_section_news .news_list {
  width: calc(100% - 310px);
  max-width: 680px;
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 991px) {
  .index_section_news .news_list {
    margin-top: 20px;
    max-width: none;
    width: 100%;
  }
}
.index_section_news .news_list .news_item {
  display: block;
  padding: 20px 30px;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 991px) {
  .index_section_news .news_list .news_item {
    padding: 13px;
  }
}
.index_section_news .news_list .news_item .header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_section_news .news_list .news_item .date {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0046ad;
}
@media only screen and (max-width: 991px) {
  .index_section_news .news_list .news_item .date {
    font-size: 1.1rem;
  }
}
.index_section_news .news_list .news_item .cat {
  font-size: 1.4rem;
  margin-left: 18px;
}
@media only screen and (max-width: 991px) {
  .index_section_news .news_list .news_item .cat {
    font-size: 1rem;
  }
}
.index_section_news .news_list .news_item .title {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .index_section_news .news_list .news_item .title {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
.index_section_news .news_list .news_item:hover {
  background: #515d66;
  color: white;
}
.index_section_news .news_list .news_item:hover .date {
  color: white;
}

.index_section_company {
  margin-top: 120px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .index_section_company {
    margin-top: 60px;
  }
}
.index_section_company::before {
  content: "";
  width: 68.125vw;
  height: 360px;
  background: #0046ad;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .index_section_company::before {
    width: 73vw;
    height: 65vw;
  }
}
@media only screen and (max-width:767px) {
  .index_section_company::before {
    height: 80vw;
  }
}
.index_section_company .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 130px;
}
@media only screen and (max-width: 991px) {
  .index_section_company .inner {
    height: calc(136px + 43vw);
    margin-bottom: 0;
  }
}
.index_section_company .company_info {
  position: relative;
  width: 50%;
  margin-top: 65px;
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  .index_section_company .company_info {
    margin-top: 50px;
    width: 65.5vw;
  }
}
.index_section_company .company_info .desc {
  font-size: 1.8rem;
  color: white;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .index_section_company .desc.sp {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .index_section_company .desc.sp p {
    font-size: 1.4rem;
    color: white;
    width: 73vw;
    background: #0046ad;
    padding: 20px;
  }
}
.index_section_company .image {
  position: absolute;
  width: calc(50% - 110px);
  top: 70px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .index_section_company .image {
    width: 92vw;
    height: 43vw;
    overflow: hidden;
    top: 136px;
  }
}
@media only screen and (max-width: 991px) {
  .index_section_company .image img {
    width: 92vw;
    height: 43vw;
    object-fit: cover;
  }
}
@media only screen and (max-width: 991px) {
  .index_section_company .index_btn_wrap.inner {
    height: auto;
    margin-top: 18px;
  }
}

#footer_cta {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  #footer_cta {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
#footer_cta .cta_btns {
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  #footer_cta .cta_btns {
    order: 2;
    gap: 28px;
    margin-top: 30px;
  }
}
#footer_cta .cta_btns li {
  width: 50%;
  max-width: 460px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  #footer_cta .cta_btns li {
    width: 100%;
  }
}
#footer_cta .footer_cta_title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  #footer_cta .footer_cta_title {
    margin-bottom: 25px;
  }
}

.cta_info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .cta_info {
    order: 3;
  }
}
.cta_info .cta_tel_info, .cta_info .dl_btn {
  width: 50%;
  max-width: 460px;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .cta_info .cta_tel_info, .cta_info .dl_btn {
    width: 100%;
  }
}
.cta_info .dl_btn .cta_btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 6px;
  background: #3eb370;
}
@media only screen and (max-width: 991px) {
  .cta_info .dl_btn .cta_btn {
    height: 84px;
    border-radius: 3px;
  }
}
.cta_info .dl_btn .cta_btn:hover {
  background: #0046ad;
  border: none;
}
.cta_info .dl_btn .cta_btn .cta_icon img {
  width: 29px;
}
@media only screen and (max-width: 991px) {
  .cta_info .dl_btn .cta_btn .cta_icon img {
    width: 22px;
  }
}
.cta_info .dl_btn .cta_btn .cta_title {
  font-size: 2rem;
  color: white;
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .cta_info .dl_btn .cta_btn .cta_title {
    font-size: 1.5rem;
    margin-left: 23px;
  }
}

.cta_tel_info {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .cta_tel_info {
    text-align: center;
    border-bottom: 1px solid #fff;
  }
}
.cta_tel_info .tel_title {
  display: inline-block;
  position: relative;
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .cta_tel_info .tel_title {
    padding-left: 0;
    display: block;
  }
}
.cta_tel_info .tel_title:before {
  content: "";
  width: 32px;
  height: 35px;
  position: absolute;
  left: 0;
  top: -6px;
  background: url("../img/icon_phone_line.png") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .cta_tel_info .tel_title:before {
    width: 24px;
    height: 26px;
    left: calc(50% - 6em);
  }
}
.cta_tel_info .time {
  display: inline-block;
  margin-left: 1em;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .cta_tel_info .time {
    display: block;
    margin-left: 0;
    margin-top: 18px;
  }
}
.cta_tel_info .tel_nums {
  display: block;
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .cta_tel_info .tel_nums {
    padding-left: 0;
  }
}
.cta_tel_info .tel_nums .num {
  margin-bottom: 1em;
}
@media only screen and (max-width: 991px) {
  .cta_tel_info .tel_nums .num dl {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cta_tel_info .tel_nums .num dl dt {
  width: 7em;
  text-align: left;
}

/*# sourceMappingURL=front.css.map */