/* main_visual */
.main_visual {
  padding-top: 50px;
  overflow: hidden;
}
.top-swiper  {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1000px !important;
  margin: 0 auto !important;
  overflow: visible !important;
}
.top-swiper .swiper-slide {
  padding: 0 50px;
  box-sizing: border-box;
}
.top-swiper .swiper-slide img {
  width: 100%;
  border-radius: 30px;
}
.top_catch {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
.top_catch h1 .en, .top_catch h1 .jp {
  display: block;
}
.top_catch h1 .en span {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 45px;
  line-height: 1;
  color: #333;
  background-color: #FFF;
}
.top_catch h1 .jp span {
  display: inline-block;
  padding: 5px;
  font-size: 15px;
  color: #333;
  background-color: #FFF;
}
  /* main_visual end */

  /* top basic */
  .top_title {
    margin-bottom: 30px;
  }
  .top_title h2 .lg_en {
    font-weight: 700;
    font-size: 30px;
    vertical-align: middle;
  }
  .top_title h2 .lg_jp {
    position: relative;
    margin-left: 30px;
    padding-left: 60px;
    font-weight: 400;
    font-size: 15px;
  }
  .top_title h2 .lg_jp::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #333;
    transform: translateY(-50%);
  }
  .intro_btn a:hover svg path {
    fill: url(#svg_Gradient1);
  }
  .recruit_btn a:hover svg path {
    fill: url(#svg_Gradient2);
  }
  .service_btn a:hover svg path {
    fill: url(#svg_Gradient3);
  }
  /* top basic end */

  /* top_introduction */
  .introduction_ct {
    display: flex;
    flex-wrap: wrap;
  }
  .introduction_ct .desc {
    width: 50%;
    padding: 30px 50px 30px 0;
    box-sizing: border-box;
  }
  .introduction_ct .image {
    width: 50%;
  }
  .introduction_ct .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 150px 0 0 0;
  }
  .introduction_ct .intro_h3 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .introduction_ct .intro_h3 .row {
    width: 100%;
    margin-bottom: 10px;
  }
  .introduction_ct .intro_h3 .row span {
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
    font-size: 30px;
    color: #C7A051;
  }
  .introduction_ct .intro_h3 .row:last-child {
    margin-bottom: 0;
  }
  .introduction_ct .intro_btn {
    margin-top: 30px;
  }
  .introduction_ct .intro_btn .intro_btn_inner {
      display: flex;
      align-items: center;
  }
  .introduction_ct .intro_btn .intro_btn_inner::before,
  .introduction_ct .intro_btn .intro_btn_inner::after  {
    content: '';
    height: 1px;
    flex-grow: 1;
    background-color: #333;
  }
  .introduction_ct .intro_btn .intro_btn_inner::before {
    margin-right: 15px;
  }
  .introduction_ct .intro_btn .intro_btn_inner::after {
    margin-left: 15px;
  }
  /* top_introduction end */

  /* top_recruiment */
  .recruitment_ct {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .top_recruitment_wrap {
    position: relative;
    z-index: 1;
    padding: 60px 60px 60px 0;
    margin-right: 10%;
    background-color: #FFF;
    border-radius: 0 15px 15px 0;
  }
  /*
  .top_recruitment_wrap::before {
    position: absolute;
    top: -30px;
    right: 30px;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #333;
  }
   */
  .recruitment_ct .recruit_h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.8em;
  }
  .recruitment_ct .desc {
    width: 60%;
    padding: 30px 30px 30px 0;
    box-sizing: border-box;
  }
  .recruitment_ct .image {
    width: 40%;
    padding-bottom: 20px;
  }
  .recruitment_ct .image .img {
    position: relative;
    z-index: 0;
  }
  .recruitment_ct .image .img::before {
    content: '';
    position: absolute;
    z-index: -1;
    right: -20px;
    bottom: -20px;
    width: 98%;
    height: 98%;
    background-color: #C7A051;
  }
  .recruitment_ct .image .img img {
    width: 100%;
    border-radius: 0 0 30px 0;
  }
  .recruitment_ct .recruit_cb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
  }
  .recruitment_ct .recruit_cb p {
    position: relative;
    margin-right: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 20px;
  }
  .recruitment_ct .recruit_cb p::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
    content: '';
  }
  .recruitment_ct .recruit_btn a {
    display: inline-flex;
    align-items: center;
  }
  .recruitment_ct .recruit_btn svg {
    margin-right: 10px;
    margin-bottom: 0;
  }
  /* top_recruiment end */

  /* top_service */
  .service_ct {
    display: flex;
    flex-wrap: wrap;
  }
  .service_ct .service_item {
    width: 33.333%;
    padding: 30px;
    box-sizing: border-box;
    border-right: 1px solid #333;
  }
  .service_ct .service_item:last-child {
    display: flex;
    align-items: center;
    border-right: 0;
  }
  .service_ct .service_item .inner {
    padding: 0 15px;
  }
  .service_ct .service_item .service_img {
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px;
    box-sizing: border-box;
  }
  .service_ct .service_item .service_img img {
    width: 100%;
    border-radius: 10px;
  }
  .service_ct .service_item1 .service_img::before {
    content: '01';
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 400;
    font-size: 20px;
    color: #333;
  }
  .service_ct .service_item2 .service_img::before {
    content: '02';
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 400;
    font-size: 20px;
    color: #333;
  }
  .service_ct .service_item .service_ttl {
    margin-bottom: 30px;
    padding-left: 40px;
    font-weight: 400;
    font-size: 25px;
  }
  .service_ct .service_item .service_cb p {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 20px;
  }
  .service_ct .service_item .service_cb p::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: '';
    transform: translate(-50%, -50%) rotate(135deg);
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
  }
  .service_ct .service_item .service_btn {
    text-align: center;
  }
  .service_ct .service_item .service_btn a {
    display: inline-flex;
    align-items: center;
  }
  .service_ct .service_item .service_btn a  svg {
    margin: 0;
    margin-right: 10px;
  }
  /* top_service end */

  /* top_shortcut */
  .shortcut_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .shortcut_item {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .shortcut_item a {
    color: #333;
    text-decoration: none;
    transition: .5s;
  }
  .shortcut_item a:hover .inner {
    background-color: #C7A051;
  }
  .shortcut_item .inner {
    position: relative;
    height: 100%;
    padding: 0 20px 90px 20px;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 10px;
    transition: .5s;
  }
  .shortcut_item h3 {
    margin-bottom: 30px;
    text-align: center;
  }
  .shortcut_item h3 span {
    display: inline-block;
    width: 80%;
    margin-top: -20px;
    padding: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
    background-color: #333;
  }
  .shortcut_item .icon {
    margin-bottom: 30px;
    text-align: center;
  }
  .shortcut_item .icon svg {
    max-width: 75px;
  }
  .shortcut_item .shortcut_btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .shortcut_item .shortcut_btn span {
    display: inline-block;
    padding: 5px 15px;
    box-sizing: border-box;
    background-color: #333;
  }
  .shortcut_item .shortcut_btn span svg {
    max-width: 25px;
    width: 100%;
    fill: #FFF;
  }
  .shortcut_item .txt {
    font-size: 14px;
  }
  /* top_shortcut end */

  /* responsive */
  @media screen and (max-width: 1024px) {
    .shortcut_item {
      width: 50%;
      padding: 30px 15px;
    }
  }
  @media screen and (max-width: 599px) {
    .top-swiper .swiper-slide {
      padding: 0 20px;
    }
    .top-swiper .swiper-slide img {
      height: 400px;
      object-fit: cover;
    }
    .top-swiper .swiper-slide1 img ,.top-swiper .swiper-slide2 img {
      object-position: right;
    }
    .top-swiper .swiper-slide3 img {
      object-position: -45px;
    }
    .top_catch {
      top: initial;
      transform: initial;
      bottom: 0;
    }
    .top_catch h1 .en span {
      font-size: 35px;
    }
    .section_title h2 .lg_en {
      font-size: 25px;
    }
    .introduction_ct .desc {
      width: 100%;
      padding: 0;
    }
    .introduction_ct .intro_h3 .row span {
      font-size: 24px;
    }
    .introduction_ct .image {
      width: 100%;
      margin-top: 30px;
    }
    .introduction_ct .image img {
      border-radius: 50px 50px 0 0;
    }
    .top_title h2 .lg_en {
      display: block;
      font-size: 25px;
      text-align: left;
    }
    .top_title h2 .lg_jp {
      display: block;
      margin-left: 0;
      padding-left: 0;
      text-align: left;
    }
    .top_title h2 .lg_jp::after {
      display: none;
    }
    .recruitment_ct .desc {
      width: 100%;
      padding: 0;
    }
    .top_recruitment_wrap {
      padding: 60px 15px;
    }
    .recruitment_ct .recruit_h3 {
      font-size: 20px;
    }
    .recruitment_ct .image {
      width: 100%;
      margin-top: 30px;
    }
    .recruitment_ct .image .img::before {
      right: -15px;
      bottom: -15px;
    }
    .recruitment_ct .recruit_cb p {
      position: relative;
      display: block;
      width: 100%;
      margin-right: 0;
      padding-right: 0;
      margin-bottom: 15px;
      padding-bottom: 30px;
      text-align: center;
      font-weight: 400;
      font-size: 18px;
    }
    .recruitment_ct .recruit_cb p::after {
      position: absolute;
      top: initial;
      right: initial;
      bottom: 0;
      left: 50%;
      width: 10px;
      height: 10px;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      content: '';
      transform: translate(-50%, -50%) rotate(135deg);
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
    }
    .recruit_btn {
      width: 100%;
      text-align: center;
    }
    .service_ct .service_item {
      width: 100%;
      padding: 30px 0;
      border-right: 0;
      border-bottom: 1px solid #333;
    }
    .service_item1 {
      padding-top: 0 !important;
    }
    .service_ct .service_item:last-child {
      justify-content: center;
    }
    .service_ct .service_item .service_cb p {
      font-size: 18px;
    }
    .shortcut_item {
      width: 100%;
    }
  }
  /* responsive end */