.heroimg {
  background: url(../img/hero.jpg) no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  color: #fff;
  background-position: 10% 110%;
}
.heroimg > .container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.heroimg .copy {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
.heroimg .copy_en {
  font-weight: 700;
}
#section_career .image .container {
  background: url(../img/recruit.jpg) no-repeat 50% 50%;
  background-size: contain;
}
#section_career .md_button_b {
  margin: 30px 0 0;
  text-align: center;
}
#section_career .md_button_b a {
  position: relative;
  padding-right: 60px;
  border-color: #004ea2;
  color: #004ea2;
  background-color: #fff;
}
#section_career .md_button_b a::after {
  display: none;
}
#section_career .md_button_b a .next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25em;
}
#section_career .btn a p {
  font-size: 14px;
}
#section_career .btn a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 30px;
}
#section_access .map .scaler {
  position: relative;
  width: 100%;
  height: 0;
}
#section_access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section_access .text_info {
  list-style: none;
}
#section_access .text_info li + li {
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .heroimg {
    margin-bottom: 60px;
  }
  .heroimg > .container {
    min-height: 480px;
    padding-top: 140px;
    padding-bottom: 30px;
  }
  .heroimg .copy_en {
    font-size: 3.13em;
  }
  .heroimg .copy_jp {
    margin-top: 15px;
    font-size: 2.25em;
  }
  .heroimg .md_button_a {
    margin-top: 65px;
  }
  #section_career .image {
    background-position: 50% 20%;
  }
  #section_career .image > .container {
    aspect-ratio: 2213/500;
  }
  #section_access .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #section_access .photo {
    -webkit-flex-basis: 29.17%;
    -ms-flex-preferred-size: 29.17%;
    flex-basis: 29.17%;
  }
  #section_access .photo img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  #section_access .map {
    -webkit-flex-basis: 70.83%;
    -ms-flex-preferred-size: 70.83%;
    flex-basis: 70.83%;
  }
  #section_access .map .scaler {
    padding-top: 54.12%;
  }
  #section_access .text_info {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .heroimg {
    margin-bottom: 30px;
  }
  .heroimg {
    background: url(../img/hero.jpg) no-repeat center 100%;
    background-size: cover;
    text-align: center;
    color: #fff;
  }
  .heroimg > .container {
    min-height: 270px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .heroimg .copy_en {
    font-size: 1.8em;
  }
  .heroimg .copy_jp {
    font-size: 1.33em;
  }
  .heroimg .md_button_a {
    margin-top: 95px;
  }
  #section_career .image {
    background-position: 30% 50%;
  }
  #section_career .md_button_b a {
    padding-right: 50px;
  }
  #section_career .image > .container {
    height: 310px;
    background: url(../img/slide04.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  #section_career .btn a {
    max-width: 100%;
  }
  #section_access .photo {
    display: none;
  }
  #section_access .map .scaler {
    padding-top: 53.33%;
  }
  #section_access .text_info {
    margin-top: 10px;
  }
  #section_career .image {
    background: none;
  }
}

.heroimg {
  position: relative;
}
.main-title {
  position: absolute;
  right: 0%;
  top: 45%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 43px;
  text-align: left;
  width: 41.66667vw;
}

.section_group {
  text-align: center;
  background-color: #f2efeb;
  padding: 40px 10px 50px;
}

.section_group .company_text {
  font-size: 1.125em;
  font-weight: normal;
  margin-bottom: 17px;
}

.section_group .md_button_b a {
  position: relative;
  padding-right: 60px;
}

.section_group .md_button_b a .next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25em;
}

@media only screen and (max-width: 1440px) {
  .main-title {
    font-size: 2.9861vw;
  }
}

@media only screen and (max-width: 767.98px) {
  .main-title {
    width: 48.66667vw;
    font-size: 3.98vw;
  }

  .section_group .md_button_b a {
    position: relative;
    padding-right: 45px;
  }

  .section_group .md_button_b a .next {
    font-size: 1.25em;
  }
}
