@charset "UTF-8";
#pageCntWrap {
  padding-bottom: 0;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .sec

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .top_kv

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.top_kv {
  margin-bottom: 150px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_kv {
    margin-bottom: calc(104/750*100vw);
  }
}
.top_kv .slick_slider img {
  display: block;
}
.top_kv .kv_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top_kv .kv_slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_kv .kv_slider .slick-list {
  width: calc(100% - 220px);
}
@media screen and (max-width: 767px) {
  .top_kv .kv_slider .slick-list {
    width: 100%;
  }
}
.top_kv .kv_slide {
  height: 770px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_kv .kv_slide {
    height: calc(953/750*100vw);
  }
}
.top_kv .kv_slide img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 5s;
  transition: -webkit-transform 5s;
  -o-transition: transform 5s;
  transition: transform 5s;
  transition: transform 5s, -webkit-transform 5s;
}
.top_kv .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 220px;
  padding-top: 280px;
  margin: -10px 0;
  position: relative;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .top_kv .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding-top: 0;
    margin: 0 calc(-20/750*100vw);
    margin-top: calc(80/750*100vw);
  }
}
.top_kv .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .top_kv .slick-dots li {
    padding: 0 calc(20/750*100vw);
  }
}
.top_kv .slick-dots li.slick-active button {
  background: #023D7F;
}
.top_kv .slick-dots button {
  display: block;
  width: 18px;
  height: 18px;
  background: #E1E1E1;
}
@media screen and (max-width: 767px) {
  .top_kv .slick-dots button {
    width: calc(24/750*100vw);
    height: calc(24/750*100vw);
  }
}
.top_kv .slick-dots button:before {
  content: none;
}
.top_kv .container {
  width: calc(100% - 220px);
  max-width: none;
  height: 100%;
  padding-top: 240px;
  padding-left: 9.895vw;
  position: absolute;
  top: 0;
  left: 220px;
  z-index: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 1920px) {
  .top_kv .container {
    padding-left: 190px;
  }
}
@media screen and (max-width: 767px) {
  .top_kv .container {
    width: 100%;
    height: calc(953/750*100vw);
    padding: 0 calc(30/750*100vw);
    padding-top: calc(269/750*100vw);
    left: 0;
  }
}
.top_kv .main {
  font-size: 54px;
  line-height: 90px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top_kv .main {
    font-size: calc(60/750*100vw);
    line-height: calc(100/750*100vw);
  }
}
.top_kv .sub {
  margin-top: 60px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top_kv .sub {
    margin-top: calc(60/750*100vw);
    font-size: calc(22/750*100vw);
  }
}
.top_kv .top_kv_kaneko {
  max-width: calc(100% - 9.895vw);
  position: absolute;
  bottom: 0;
  left: 9.895vw;
  z-index: 1;
}
@media screen and (min-width: 1920px) {
  .top_kv .top_kv_kaneko {
    left: 190px;
  }
}
@media screen and (max-width: 767px) {
  .top_kv .top_kv_kaneko {
    width: 100%;
    max-width: 100%;
    left: 0;
  }
}
.top_kv .kv_scroll_down {
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.top_kv .kv_scroll_down_wrap {
  position: absolute;
  bottom: 0;
  left: 100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_kv .kv_scroll_down_wrap {
    display: none;
  }
}
.top_kv .kv_scroll_down_wrap:before {
  content: "";
  display: block;
  width: 1px;
  height: 128px;
  background: #AFAFAF;
  position: absolute;
  bottom: 130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .top_news

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.top_news {
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_news {
    padding-bottom: calc(100/750*100vw);
  }
}
.top_news .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_news .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .top_news .sec_heading {
    margin-bottom: calc(80/750*100vw);
  }
}
.top_news .sec_heading .title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .top_news .sec_heading .title {
    padding-left: calc(108/750*100vw);
  }
}
.top_news .sec_heading .title .en {
  position: relative;
}
.top_news .sec_heading .title .en:before {
  content: "";
  display: block;
  width: 110px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: -138px;
  z-index: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .top_news .sec_heading .title .en:before {
    width: calc(110/750*100vw);
    height: calc(4/750*100vw);
    left: calc(-138/750*100vw);
  }
}
.top_news .sec_body {
  padding-left: 150px;
}
@media screen and (max-width: 767px) {
  .top_news .sec_body {
    padding-left: 0;
  }
}
.top_news .news_list_item {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_news .news_list_item {
    margin-bottom: calc(40/750*100vw);
  }
}
.top_news .news_list_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_news .news_list_item dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_news .news_list_item dt {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .top_news .news_list_item dt {
    margin-right: 0;
    margin-bottom: calc(16/750*100vw);
  }
}
@media screen and (max-width: 767px) {
  .top_news .news_list_item time, .top_news .news_list_item a {
    font-size: calc(30/750*100vw);
  }
}
.top_news .news_list_item time {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #7B7B7B;
}
.top_news .news_list_item:last-child {
  margin-bottom: 0;
}
.top_news .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_news .bg {
    width: calc(640/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .top_message

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.top_message {
  padding-bottom: 218px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_message {
    padding-bottom: calc(100/750*100vw);
  }
}
.top_message .sec_visual {
  height: 480px;
  background: url(../img/top_sec02_bg01.jpg) 50%/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_message .sec_visual {
    height: calc(480/750*100vw);
    background: url(../img/top_sec02_bg01_sp.jpg) 50%/cover;
  }
}
.top_message .sec_visual:before {
  content: "";
  display: block;
  width: 640px;
  height: 100px;
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top_message .sec_visual:before {
    width: calc(640/750*100vw);
    height: calc(100/750*100vw);
    bottom: calc(-20/750*100vw);
  }
}
.top_message .container {
  position: relative;
  z-index: 1;
}
.top_message .sec_heading {
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .top_message .sec_heading {
    padding-top: calc(20/750*100vw);
    margin-bottom: calc(80/750*100vw);
  }
}
.top_message .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_message .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: calc(100/750*100vw);
  }
}
.top_message .row h3, .top_message .row p {
  line-height: 2;
}
.top_message .row h3 {
  margin-bottom: 56px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_message .row h3 {
    padding: 0 calc(25/750*100vw);
    margin-bottom: calc(60/750*100vw);
    font-size: calc(34/750*100vw);
  }
}
@media screen and (max-width: 767px) {
  .top_message .row .text {
    font-size: calc(30/750*100vw);
    line-height: 1.5;
  }
}
.top_message .row .sign {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top_message .row .sign {
    margin-top: calc(100/750*100vw);
    line-height: calc(48/750*100vw);
  }
}
.top_message .row .txt_area {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .top_message .row .txt_area {
    max-width: none;
  }
}
.top_message .row .img_area {
  width: 45.454545%;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_message .row .img_area {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_message .row picture.sp {
    padding: 0 calc(25/750*100vw);
    margin-bottom: calc(60/750*100vw);
  }
}
.top_message .row:nth-child(1) .txt_area {
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .top_message .row:nth-child(1) .txt_area {
    padding-right: 0;
  }
}
.top_message .row:nth-child(2) .txt_area {
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .top_message .row:nth-child(2) .txt_area {
    padding-right: 0;
  }
}
.top_message .row:nth-child(2) .img_area {
  height: 444px;
}
@media screen and (max-width: 767px) {
  .top_message .row:nth-child(2) .img_area {
    height: calc(444/750*100vw);
    margin-bottom: calc(60/750*100vw);
  }
}
.top_message .row:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .top_message .row:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top_message .row:nth-child(2n) .img_area {
  margin-left: 0;
}
.top_message .row:nth-child(2n) .txt_area {
  margin-left: auto;
}
.top_message .row:last-child {
  margin-bottom: 0;
}
.top_message .sec02_img02 {
  max-width: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_message .sec02_img02 {
    width: 100vw;
    height: calc(444/750*100vw);
    left: calc(-30/750*100vw);
  }
}
.top_message .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_message .bg {
    width: calc(610/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .top_recruit

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.top_recruit {
  background: url(../img/top_sec03_bg01.jpg) 50%/cover;
}
.top_recruit * {
  color: #fff;
}
.top_recruit .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 544px;
}
@media screen and (max-width: 767px) {
  .top_recruit .container {
    height: auto;
    padding-top: calc(140/750*100vw);
    padding-bottom: calc(100/750*100vw);
  }
}
.top_recruit .sec_heading .title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_recruit .sec_heading .title {
    padding-left: calc(108/750*100vw);
    margin-bottom: calc(80/750*100vw);
  }
}
.top_recruit .sec_heading .title .jp {
  color: #fff;
}
.top_recruit .sec_heading .title .en:before {
  width: 110px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: -138px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .top_recruit .sec_heading .title .en:before {
    width: calc(110/750*100vw);
    height: calc(4/750*100vw);
    left: calc(-138/750*100vw);
  }
}
.top_recruit .sec_heading .text {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top_recruit .sec_heading .text {
    margin-bottom: calc(80/750*100vw);
    font-size: calc(30/750*100vw);
    text-align: center;
  }
}
.top_recruit .sec_body {
  max-width: 710px;
  height: 444px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top_recruit .img_area.sp {
    margin-bottom: calc(60/750*100vw);
  }
}
.top_recruit .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.top_recruit .img_list_item {
  padding: 0 5px;
}
.top_recruit .sec03_img02 {
  position: relative;
  top: 42px;
}
@media screen and (max-width: 767px) {
  .top_recruit .sec03_img02 {
    top: 0;
  }
}
.top_recruit .sec03_img03 {
  position: relative;
  top: 84px;
}
@media screen and (max-width: 767px) {
  .top_recruit .sec03_img03 {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_recruit .btn {
    margin: 0 auto;
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .top_works

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.top_works {
  margin-bottom: 260px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_works {
    margin-bottom: calc(220/750*100vw);
  }
}
.top_works .bg {
  width: 100%;
  max-width: none;
  min-width: 1920px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_works .bg {
    min-width: auto;
  }
}
.top_works .bg_img01 {
  position: absolute;
  top: 12px;
  left: -528px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_works .bg_img01 {
    width: calc(720/750*100vw);
    top: 0;
    left: auto;
    right: 0;
    z-index: 1;
  }
}
.top_works .bg_img02 {
  position: absolute;
  bottom: -124px;
  right: -330px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_works .bg_img02 {
    width: calc(548/750*100vw);
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}
.top_works .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 146px;
  padding-bottom: 137px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_works .container {
    padding-top: calc(250/750*100vw);
    padding-bottom: calc(382/750*100vw);
  }
}
.top_works .title_img01 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_works .title_img01 {
    width: calc(686/750*100vw);
    top: calc(100/750*100vw);
    left: 0;
    bottom: auto;
    z-index: -1;
  }
}
.top_works .sec_heading {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top_works .sec_heading {
    margin-left: 0;
  }
}
.top_works .catch {
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_works .catch {
    margin-bottom: calc(60/750*100vw);
    font-size: calc(34/750*100vw);
  }
}
.top_works .text {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_works .text {
    margin-bottom: calc(80/750*100vw);
    font-size: calc(30/750*100vw);
  }
}
.top_works .fadein_item {
  position: relative;
  z-index: 2;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .top_company

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.top_company {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .top_company {
    margin-bottom: calc(170/750*100vw);
  }
}
.top_company .sec_heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_company .sec_heading {
    margin-bottom: calc(100/750*100vw);
  }
}
.top_company .content {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_company .content {
    margin-bottom: calc(150/750*100vw);
  }
}
.top_company .content_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .top_company .content_heading {
    margin-bottom: calc(80/750*100vw);
  }
}
.top_company .content_heading .img_area {
  padding-right: 84px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_company .content_heading .img_area {
    padding-right: calc(20/750*100vw);
  }
}
.top_company .content_heading .img_area:before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #D9D9D9;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top_company .content_heading .img_area img {
    width: calc(260/750*100vw);
  }
}
.top_company .content_heading .txt_area {
  padding-left: 84px;
}
@media screen and (max-width: 767px) {
  .top_company .content_heading .txt_area {
    padding-left: calc(20/750*100vw);
  }
}
.top_company .content_heading .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .top_company .content_heading .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: calc(34/750*100vw);
  }
}
.top_company .content_heading .title sup {
  margin-left: 40px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .top_company .content_heading .title sup {
    display: block;
    margin-left: 0;
    margin-top: calc(14/750*100vw);
    font-size: calc(18/750*100vw);
    line-height: 1;
    letter-spacing: -0.03em;
  }
}
.top_company .content:last-child {
  margin-bottom: 0;
}
.top_company .table {
  width: 50%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .top_company .table {
    width: 100%;
    padding: 0;
    margin-bottom: calc(120/750*100vw);
  }
}
.top_company .table_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}
@media screen and (max-width: 767px) {
  .top_company .table_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_company .table_heading {
    margin-bottom: calc(10/750*100vw);
  }
}
.top_company .table_heading .title {
  font-size: 20px;
  font-weight: 700;
  color: #023D7F;
}
@media screen and (max-width: 767px) {
  .top_company .table_heading .title {
    font-size: calc(40/750*100vw);
  }
}
.top_company .table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .top_company .table dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: calc(40/750*100vw) 0;
  }
}
.top_company .table dt, .top_company .table dd {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_company .table dt, .top_company .table dd {
    font-size: calc(30/750*100vw);
    line-height: 1.5;
  }
}
.top_company .table dt {
  min-width: 184px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_company .table dt {
    min-width: auto;
    margin-bottom: calc(20/750*100vw);
  }
}
.top_company .table:last-child {
  margin-bottom: 0;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .top_access

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.top_access {
  position: relative;
}
.top_access .map_wrap {
  width: 67.7083%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_access .map_wrap {
    width: 100%;
  }
}
.top_access .map_wrap iframe {
  width: 100%;
  height: 784px;
}
@media screen and (max-width: 767px) {
  .top_access .map_wrap iframe {
    height: calc(540/750*100vw);
  }
}
.top_access .map_wrap .bg {
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_access .map_wrap .bg {
    display: none;
  }
}
.top_access .container {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top_access .container {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.top_access .sec_heading {
  height: 543px;
  padding-top: 100px;
  padding-left: 80px;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_access .sec_heading {
    height: auto;
    padding: 0 calc(30/750*100vw);
    padding-top: calc(100/750*100vw);
    padding-bottom: calc(80/750*100vw);
    background: url(../img/sec06_bg01.svg) 50%/cover;
    position: relative;
    top: 0;
  }
}
.top_access .sec_heading:before {
  content: "";
  display: block;
  width: 604px;
  height: 100%;
  background: url(../img/sec06_bg01.svg) 50%/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_access .sec_heading:before {
    display: none;
  }
}
.top_access .sec_heading * {
  color: #fff;
}
.top_access .sec_heading .title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_access .sec_heading .title {
    padding-left: calc(108/750*100vw);
    margin-bottom: calc(60/750*100vw);
  }
}
.top_access .sec_heading .title .jp {
  color: #fff;
}
.top_access .sec_heading .title .en:before {
  width: 110px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: -138px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .top_access .sec_heading .title .en:before {
    width: calc(110/750*100vw);
    height: calc(4/750*100vw);
    left: calc(-138/750*100vw);
  }
}
.top_access .sec_heading .text {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .top_access .sec_heading .text {
    margin-bottom: calc(40/750*100vw);
    font-size: calc(30/750*100vw);
  }
}
.top_access .sec_heading .tel_text {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .top_access .sec_heading .tel_text {
    margin-bottom: calc(80/750*100vw);
    font-size: calc(38/750*100vw);
    line-height: calc(40/750*100vw);
  }
}
.top_access .sec_heading .tel_text sup {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .top_access .sec_heading .tel_text sup {
    font-size: calc(20/750*100vw);
  }
}
.top_access .btn {
  margin: 0 auto;
}