@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
html {
  font-family: Meiryo, sans-serif !important;
  line-height: 1.7;
}

html,
body {
  scroll-padding-top: 160px;
  /*scroll-behavior: smooth; */
}

#home {
  background-color: #000;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 767px) {
  .container {
    max-width: 727px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 728px;
  }
}
@media (min-width: 993px) {
  .container {
    max-width: 953px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

*,
::after,
::before {
  box-sizing: border-box;
}

img {
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    /*flex: 0 0 auto;
    width: 41.66666667%;*/
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    /*flex: 0 0 auto;
    width: 58.33333333%;*/
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .ps-md-5 {
    padding-left: 3rem;
  }
  .pe-md-5 {
    padding-right: 3rem;
  }
}
@media (min-width: 993px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
.text-center {
  text-align: center;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.justify-content-between {
  justify-content: space-between;
}

.btn {
  margin: 2rem auto;
  max-width: 300px;
  display: block;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #001a72;
}
.btn:hover {
  transition: 0.2s;
  background: #001a72;
  color: #fff;
}

.green-btn {
  color: #fff !important;
  text-decoration: none !important;
  background: #91d275;
}

.yellow-btn {
  color: #fff !important;
  text-decoration: none !important;
  background: #eac768;
}

.blue-btn {
  color: #fff !important;
  text-decoration: none !important;
  background: #68bbea;
}

.wrapper {
  overflow: hidden;
}

.globalHeader .logo,
.globalHeader .logo img {
  width: 200px;
  height: auto;
}
@media (min-width: 993px) {
  .globalHeader .logo,
.globalHeader .logo img {
    width: 240px;
  }
}
@media (min-width: 1200px) {
  .globalHeader .logo,
.globalHeader .logo img {
    width: 300px;
  }
}

@media (min-width: 993px) {
  .megaNavParent > li > a {
    padding: 30px 10px 40px 10px;
  }
}

.firstSection {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 56vw;
  background: #000;
}
@media (min-width: 993px) {
  .firstSection {
    height: auto;
  }
}
.firstSection .wrapper {
  position: relative;
}
.firstSection video {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 1980px;
  aspect-ratio: 16 / 9;
  /* height: 56.4vw; */
  /* max-height: 850px; */
  -o-object-fit: cover;
     object-fit: cover;
}

.top-news {
  width: 100%;
  color: #fff;
  padding: 30px 0 90px;
  background: url(../img/home/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.top-news a {
  width: 100%;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .top-news a {
    display: block;
  }
}
.top-news a:hover {
  transition: 0.4s;
  color: #cc9900;
}
.top-news h2 {
  font-weight: 500;
  font-size: 10vw;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .top-news h2 {
    font-size: 60px;
  }
}
.top-news h2 span {
  display: block;
  padding-top: 0.3rem;
  margin-bottom: 3rem;
  line-height: 0.3;
  font-size: 20px;
  color: #cc9900;
}
@media (min-width: 768px) {
  .top-news h2 span {
    padding-top: 0;
  }
}
.top-news dl dt {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .top-news dl dt {
    width: auto;
    padding-left: 50px;
    padding-right: 30px;
  }
}
.top-news dl {
  border-bottom: 1px solid #cc9900;
  margin: 5rem 0;
}
.top-news dt {
  padding: 2rem 0 0;
}
@media (min-width: 768px) {
  .top-news dt {
    padding: 2rem 0;
    border-top: 1px solid #cc9900;
  }
}
.top-news dd {
  padding: 2rem 0;
  border-top: 1px solid #cc9900;
}
@media (min-width: 768px) {
  .top-news dd {
    overflow: hidden;
  }
}
.top-news dd a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-news dd a {
    -webkit-line-clamp: 1;
  }
}

.top-news-link {
  display: flex;
  justify-content: right;
}
.top-news-link a {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 60px;
  padding-bottom: 10px;
}
.top-news-link a img {
  margin-left: 20px;
  width: 45px;
  height: 45px;
}

/* top-company*/
.top-company {
  background: url(../img/home/top-company-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 993px) {
  .top-company {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.top-company-content {
  background: rgba(255, 255, 255, 0.9);
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  min-height: 600px;
  padding: 50px;
  text-align: justify;
}
@media (min-width: 768px) {
  .top-company-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-company-content h2 {
  font-weight: 500;
  font-size: 10vw;
  color: #3f55a2;
  text-align: center;
}
@media (min-width: 768px) {
  .top-company-content h2 {
    font-size: 60px;
  }
}
.top-company-content h2 span {
  display: block;
  margin-bottom: 3rem;
  padding-top: 0.3rem;
  line-height: 0.3;
  font-size: 20px;
  color: #cc9900;
}
@media (min-width: 768px) {
  .top-company-content h2 span {
    padding-top: 0;
  }
}
.top-company-content .row {
  min-height: 250px;
  align-items: flex-end !important;
}

.top-company-list {
  padding: 20px;
}
@media (min-width: 993px) {
  .top-company-list {
    flex: 0 0 auto;
    width: 25%;
  }
}
.top-company-list a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3f55a2;
  color: #000;
  text-decoration: none;
}
.top-company-list a:hover {
  color: #3f55a2;
  transition: 0.4s;
}
.top-company-list a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 45px;
  height: 45px;
  background: url(../img/home/arrow-blue.svg);
}
.top-company-list a:hover::after {
  opacity: 0.7;
  transition: 0.4s;
}

@media (max-width: 992px) {
  .top-company-list a br {
    display: none;
  }
}

.top-product_facility {
  text-align: center;
  background-color: #000;
}
.top-product_facility h2 {
  font-weight: 500;
  font-size: 10vw;
}
@media (min-width: 768px) {
  .top-product_facility h2 {
    font-size: 60px;
  }
}
.top-product_facility h2 span {
  display: block;
  margin-bottom: 3rem;
  padding-top: 0.3rem;
  line-height: 0.3;
  font-size: 20px;
  color: #cc9900;
}
@media (min-width: 768px) {
  .top-product_facility h2 span {
    padding-top: 0;
  }
}

.top-product_facility-content {
  background: url(../img/home/top-product-bg.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
  color: #fff;
  padding-bottom: 6.7708333333vw;
  padding-top: 6.7708333333vw;
}
@media (min-width: 993px) {
  .top-product_facility-content {
    padding-top: 230px;
    padding-bottom: 130px;
    height: 650px;
  }
}
.top-product_facility-content .container {
  padding-bottom: 70px;
}

.top-product_facility-link {
  display: flex;
  justify-content: center;
  color: #fff;
}
.top-product_facility-link a {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: right;
  align-items: center;
  height: 60px;
  padding-bottom: 10px;
}
.top-product_facility-link a:hover {
  color: #cc9900;
  transition: 0.4s;
}
.top-product_facility-link a img {
  margin-left: 20px;
  width: 45px;
  height: 45px;
}

.top-staff {
  margin: auto;
  padding-top: 10.4166666667vw;
  padding-bottom: 5.2083333333vw;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  color: #fff;
  background: url(../img/home/top-staff-bg.jpg) no-repeat center center/cover;
}
@media (min-width: 993px) {
  .top-staff {
    padding: 200px 0 100px 0;
  }
}
.top-staff .container {
  background: url(../img/home/top-staff-right-bg.jpg) no-repeat bottom right;
  padding: 0;
}
@media (min-width: 993px) {
  .top-staff .container {
    background: url(../img/home/top-staff-right-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    max-height: 600px;
  }
}
.top-staff h2 {
  font-weight: 500;
  font-size: 10vw;
}
@media (min-width: 768px) {
  .top-staff h2 {
    font-size: 60px;
  }
}
.top-staff h2 span {
  display: block;
  margin-bottom: 3rem;
  padding-top: 0.3rem;
  line-height: 0.3;
  font-size: 20px;
  color: #cc9900;
}
@media (min-width: 768px) {
  .top-staff h2 span {
    padding-top: 0;
  }
}

.top-staff-left {
  width: 100%;
  max-width: none;
}
.top-staff-left img {
  -o-object-position: 0 0;
     object-position: 0 0;
  max-height: 600px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
}
@media (min-width: 993px) {
  .top-staff-left {
    position: relative;
    top: -100px;
    flex: 1;
    padding-right: 20px;
    text-align: right;
  }
  .top-staff-left img {
    width: 100%;
    max-width: 910px;
  }
}
@media (min-width: 1240px) {
  .top-staff-left {
    padding-right: 50px;
  }
}

.top-staff-right {
  padding: 20px 20px 50px;
  text-align: justify;
}
@media (min-width: 768px) {
  .top-staff-right {
    padding: 50px 30px;
    min-height: 400px;
  }
}
@media (min-width: 993px) {
  .top-staff-right {
    padding: 50px 30px 0 20px;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1240px) {
  .top-staff-right {
    padding-left: 50px;
  }
}

.top-staff-link {
  display: flex;
  justify-content: right;
}
.top-staff-link a {
  color: #fff;
  text-decoration: none;
  padding-top: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 993px) {
  .top-staff-link a {
    position: absolute;
    right: 50px;
    bottom: 5.2vw;
  }
}
@media (min-width: 1440px) {
  .top-staff-link a {
    bottom: 100px;
  }
}
.top-staff-link a:hover {
  color: #cc9900;
  transition: 0.4s;
}
.top-staff-link a img {
  margin-left: 20px;
  width: 45px;
  height: 45px;
}

.top-blog {
  background: url(../img/home/top-blog-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.top-blog a {
  color: #fff;
  text-decoration: none;
}
.top-blog a:hover {
  color: #cc9900;
  transition: 0.4s;
}
.top-blog time {
  font-weight: bold;
}
.top-blog h2 {
  font-weight: 500;
  font-size: 10vw;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .top-blog h2 {
    font-size: 60px;
  }
}
.top-blog h2 span {
  display: block;
  margin-bottom: 3rem;
  padding-top: 0.3rem;
  line-height: 0.3;
  font-size: 20px;
  color: #cc9900;
}
@media (min-width: 768px) {
  .top-blog h2 span {
    padding-top: 0;
  }
}
.top-blog .blog-content {
  width: 100%;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .top-blog .blog-content {
    width: 229px;
  }
}
@media (min-width: 993px) {
  .top-blog .blog-content {
    width: 304px;
  }
}
@media (min-width: 1200px) {
  .top-blog .blog-content {
    width: 370px;
  }
}
@media (min-width: 1440px) {
  .top-blog .blog-content {
    width: 423px;
  }
}
.top-blog .blog-content img {
  margin-bottom: 1rem;
  width: 100%;
  height: 60vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .top-blog .blog-content img {
    width: 229px;
    height: 152px;
  }
}
@media (min-width: 993px) {
  .top-blog .blog-content img {
    width: 304px;
    height: 202px;
  }
}
@media (min-width: 1200px) {
  .top-blog .blog-content img {
    width: 370px;
    height: 247px;
  }
}
@media (min-width: 1440px) {
  .top-blog .blog-content img {
    width: 420px;
    height: 300px;
  }
}
.top-blog .blog-content p {
  margin-bottom: 2rem;
  min-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.top-blog-link {
  padding-top: 2.6041666667vw;
  display: flex;
  justify-content: center;
}
@media (min-width: 993px) {
  .top-blog-link {
    padding-top: 50px;
  }
}
.top-blog-link a {
  justify-content: center;
  display: flex;
  align-items: center;
}
.top-blog-link span img {
  display: flex;
  margin-left: 10px;
  width: 45px;
  height: 45px;
}

.top-recruit {
  background: #fff url(../img/home/top-recruit-bg.png) no-repeat center 20%;
  background-size: 120% auto;
  color: #3f55a2;
  padding-top: 5.7291666667vw;
  padding-bottom: 8.3333333333vw;
  overflow: hidden;
}
@media (min-width: 993px) {
  .top-recruit {
    background: #fff url(../img/home/top-recruit-bg.png) no-repeat center 65%;
    background-size: cover;
    padding: 110px 0 160px;
  }
}
.top-recruit h2 {
  font-weight: 500;
  font-size: 10vw;
}
@media (min-width: 768px) {
  .top-recruit h2 {
    font-size: 60px;
  }
}
.top-recruit h2 span {
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 3rem;
  padding-top: 0.3rem;
  line-height: 0.3;
  font-size: 18px;
  color: #cc9900;
}
@media (min-width: 768px) {
  .top-recruit h2 span {
    padding-top: 0;
    font-size: 20px;
  }
}
.top-recruit p {
  color: #000;
  margin-bottom: 2rem;
}

@media (min-width: 993px) {
  .top-recruit-left {
    margin: auto 0;
    flex: 0 0 auto;
    width: 650px;
    text-align: justify;
  }
}

.top-recruit-link {
  display: flex;
  justify-content: right;
}
@media (min-width: 993px) {
  .top-recruit-link {
    padding-right: 30px;
  }
}
.top-recruit-link a {
  color: #3f55a2;
  text-decoration: none;
  padding-bottom: 20px;
  justify-content: right;
  display: flex;
  align-items: center;
}
@media (min-width: 993px) {
  .top-recruit-link a {
    padding-top: 50px;
  }
}
@media (min-width: 1440px) {
  .top-recruit-link a {
    padding-top: 100px;
  }
}
.top-recruit-link a:hover {
  color: #cc9900;
  transition: 0.4s;
}
.top-recruit-link a img {
  margin-left: 20px;
  width: 45px;
  height: 45px;
}

.top-recruit-right {
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 993px) {
  .top-recruit-right {
    flex: 1;
    margin-right: calc(50% - 50vw);
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .top-recruit-right {
    padding-left: 50px;
  }
}
.top-recruit-right img {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0 15px;
}
@media (min-width: 993px) {
  .top-recruit-right img {
    width: 100%;
    max-width: 910px;
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}

.top-partner {
  position: relative;
  background: #fff url(../img/home/top-partner-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  height: auto;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .top-partner {
    height: 300px;
  }
}
.top-partner h2 {
  position: relative;
  z-index: 10;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .top-partner h2 {
    font-size: 42px;
  }
}
.top-partner h2::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(0, 0, 0);
  font-family: Meiryo, sans-serif;
  font-size: 20vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.5;
  content: "Partner";
  z-index: -1;
}
@media (min-width: 768px) {
  .top-partner h2::before {
    top: -35px;
  }
}
@media (min-width: 993px) {
  .top-partner h2::before {
    font-size: 200px;
  }
}
.top-partner p {
  position: relative;
  z-index: 10;
  font-size: 18px;
}

.top-partner-link {
  position: relative;
  z-index: 20;
  padding-top: 2.6041666667vw;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .top-partner-link {
    padding-top: 50px;
  }
}
@media (min-width: 993px) {
  .top-partner-link {
    padding-top: 70px;
  }
}
.top-partner-link a {
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.top-partner-link a:hover {
  color: #cc9900;
  transition: 0.4s;
}
.top-partner-link span img {
  display: flex;
  margin-left: 20px;
  width: 45px;
  height: 45px;
}

/* 下層共通 =================*/
.site-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
.site-breadcrumb a {
  color: #000;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 1.5rem;
  content: "/";
}

/* news お知らせ =================*/
.news-header {
  position: relative;
  background: url(../img/news/news-header.jpg) no-repeat center center;
  background-size: cover;
  height: 60vw;
  color: #fff;
}
@media (min-width: 993px) {
  .news-header {
    height: 640px;
  }
}
.news-header h1 {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 42px;
  font-weight: 500;
}
@media (min-width: 993px) {
  .news-header h1 {
    font-size: 72px;
  }
}
.news-header h1 span {
  display: block;
  line-height: 0.3;
  font-size: 45%;
}

/* company 会社概要 =================*/
.company-header {
  position: relative;
  background: url(../img/company/company-header.jpg) no-repeat center center;
  background-size: cover;
  height: 60vw;
  color: #fff;
}
@media (min-width: 993px) {
  .company-header {
    height: 640px;
  }
}
.company-header h1 {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 42px;
  font-weight: 500;
}
@media (min-width: 993px) {
  .company-header h1 {
    font-size: 72px;
  }
}
.company-header h1 span {
  display: block;
  line-height: 0.3;
  font-size: 45%;
}

.company1 {
  position: relative;
  padding-bottom: 9.375%;
}

.company1 h2 {
  font-weight: 500;
  font-size: 10vw;
  color: #3f55a2;
  text-align: center;
}
@media (min-width: 768px) {
  .company1 h2 {
    font-size: 60px;
  }
}
.company1 h2 span {
  display: block;
  margin-bottom: 3rem;
  line-height: 0.3;
  font-size: 20px;
  color: #cc9900;
}

.company1 .company-bg1 {
  width: 1218px;
  max-width: 120%;
  position: absolute;
  z-index: 2;
  bottom: -58vw;
  right: -40vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .company1 .company-bg1 {
    bottom: -437px;
  }
}
@media (min-width: 993px) {
  .company1 .company-bg1 {
    max-width: 100%;
    bottom: -475px;
  }
}
@media (min-width: 1200px) {
  .company1 .company-bg1 {
    bottom: -570px;
  }
}
@media (min-width: 1440px) {
  .company1 .company-bg1 {
    right: -45%;
    bottom: -608px;
  }
}
@media (min-width: 768px) {
  .company1 {
    padding-bottom: 180px;
  }
}
.company1 .aisin_logo {
  padding-top: 5px;
  width: 140px;
  height: auto;
}
.company1 table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: middle;
  border-color: #000;
  caption-side: bottom;
  border-collapse: collapse;
}
.company1 tbody,
.company1 td,
.company1 tfoot,
.company1 th,
.company1 thead,
.company1 tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.company1 tr {
  height: 80px;
}
.company1 th {
  width: 140px;
  text-align: inherit;
}
.company1 table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  border-bottom-width: 1px;
}
.company1 table > tbody {
  vertical-align: inherit;
}
.company1 table > thead {
  vertical-align: bottom;
}

.company-left {
  position: relative;
  z-index: 10;
  max-width: none;
  text-align: right;
}
@media (min-width: 993px) {
  .company-left {
    flex: 1;
    margin-left: calc(50% - 50vw);
    padding-right: 50px;
  }
}
@media (min-width: 1240px) {
  .company-left {
    padding-right: 150px;
  }
}
.company-left img {
  width: 100%;
  height: auto;
  filter: drop-shadow(5px 5px 5px #aaa);
}
@media (min-width: 993px) {
  .company-left img {
    width: 100%;
    max-width: 810px;
    height: 650px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.company-right {
  position: relative;
  z-index: 10;
}
@media (min-width: 993px) {
  .company-right {
    flex: 0 0 auto;
    width: 50%;
  }
}

.company2 {
  background: url(../img/company/company-bg2.jpg) no-repeat center;
  background-size: cover;
  padding-top: 5.2083333333%;
  padding-bottom: 7.2916666667%;
  line-height: 4;
}
@media (min-width: 768px) {
  .company2 {
    padding: 100px 0 140px;
  }
}
.company2 h2 {
  position: relative;
  z-index: 10;
  color: #3f55a2;
  font-weight: 500;
  font-size: 10vw;
  text-align: center;
  margin-bottom: 5.2083333333%;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .company2 h2 {
    margin-bottom: 100px;
    font-size: 60px;
  }
}
.company2 h2 span {
  display: block;
  margin-bottom: 3rem;
  line-height: 0.3;
  font-size: 20px;
  color: #cc9900;
}
.company2 p {
  text-align: right;
}

.company2-list {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  text-align: center;
}
@media (min-width: 768px) {
  .company2-list {
    text-align: left;
    max-width: none;
  }
}
@media (min-width: 993px) {
  .company2-list {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}

/* greeting 代表挨拶 =================*/
.greeting-header {
  position: relative;
  background: url(../img/greeting/greeting-header.jpg) no-repeat center center;
  background-size: cover;
  height: 60vw;
  color: #fff;
}
@media (min-width: 993px) {
  .greeting-header {
    height: 640px;
  }
}
.greeting-header h1 {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 42px;
  font-weight: 500;
}
@media (min-width: 993px) {
  .greeting-header h1 {
    font-size: 72px;
  }
}
.greeting-header h1 span {
  display: block;
  line-height: 0.3;
  font-size: 45%;
}

.greeting1-left {
  position: relative;
  z-index: 10;
  max-width: none;
  text-align: right;
}
@media (min-width: 993px) {
  .greeting1-left {
    margin-left: calc(50% - 50vw);
    flex: 1;
    padding-right: 50px;
  }
}
@media (min-width: 1440px) {
  .greeting1-left {
    padding-right: 150px;
  }
}
.greeting1-left img {
  width: 100%;
  max-height: 55vw;
  filter: drop-shadow(5px 5px 5px #aaa);
  -o-object-fit: cover;
     object-fit: cover;
  /*
  @media(min-width: $min-xxl) {
  	height: 700px;
  }
  */
}
@media (min-width: 993px) {
  .greeting1-left img {
    width: 100%;
    max-width: 810px;
    max-height: none;
    height: auto;
  }
}

.greeting1-right {
  font-family: serif;
  font-size: 4vw;
  position: relative;
  z-index: 10;
  padding-top: 10%;
  padding-bottom: 160px;
}
@media (min-width: 768px) {
  .greeting1-right {
    padding-top: 55px;
    padding-bottom: 24vw;
    font-size: 30px;
  }
}
@media (min-width: 993px) {
  .greeting1-right {
    padding-bottom: 0;
    flex: 0 0 auto;
    width: 50%;
    font-size: 1.8vw;
  }
}
@media (min-width: 1440px) {
  .greeting1-right {
    font-size: 30px;
  }
}

.greeting-bg {
  position: relative;
  top: -100px;
  position: relative;
  background: #f0f0f0;
  background-size: 36vw;
  margin-bottom: -100px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 15% 5%;
}
@media (min-width: 993px) {
  .greeting-bg {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
    padding: 270px 0 100px;
    background: #f0f0f0;
    background-size: 36vw;
  }
}
@media (min-width: 1440px) {
  .greeting-bg {
    background-size: 605px;
    padding-bottom: 180px;
    top: -160px;
    margin-bottom: -160px;
  }
}
.greeting-bg .aisin_logo {
  padding-top: 5px;
  width: 140px;
  height: auto;
}

.greeting-bg-img {
  position: absolute;
  top: -5vw;
  right: 5%;
  max-width: 605px;
  width: 31.5%;
  height: auto;
}
@media (min-width: 993px) {
  .greeting-bg-img {
    right: 50px;
  }
}
@media (min-width: 1920px) {
  .greeting-bg-img {
    right: calc((100vw - 1920px) / 2 + 50px);
    top: -100px;
  }
}

.greeting2-left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: auto;
  margin: auto;
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .greeting2-left {
    max-width: 727px;
  }
}
@media (min-width: 768px) {
  .greeting2-left {
    max-width: 728px;
  }
}
@media (min-width: 993px) {
  .greeting2-left {
    margin: 0 0 auto;
    padding-left: 50px;
    padding-right: 20px;
    flex: 0 0 auto;
    width: 50%;
    max-width: 650px;
    height: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1240px) {
  .greeting2-left {
    height: 550px;
    padding-right: 53px;
  }
}

.greeting-name {
  margin-top: auto;
  padding-top: 40px;
  text-align: right;
  font-size: 30px;
}

.greeting2-right {
  position: relative;
  z-index: 10;
  max-width: none;
  text-align: left;
}
@media (min-width: 993px) {
  .greeting2-right {
    flex: 1;
    margin-right: calc(50% - 50vw);
    padding-left: 20px;
  }
}
@media (min-width: 1440px) {
  .greeting2-right {
    padding-left: 50px;
  }
}
.greeting2-right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 993px) {
  .greeting2-right img {
    max-width: 910px;
    min-height: 436px;
    max-height: 550px;
    -o-object-position: 80% 0%;
       object-position: 80% 0%;
  }
}

.greeting-rinen {
  padding: 80px 20px 70px;
  text-align: center;
  font-size: 6.2vw;
  font-weight: 700;
  color: #fff;
  background: #3e55a3;
}

.greeting-rinen a {
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 2;
}

.greeting-rinen a:hover {
  color: #cc9900;
  transition: 0.4s;
}

@media (min-width: 993px) {
  .greeting-rinen {
    font-size: 48px;
  }
}
.greeting-rinen img {
  width: 45px;
  height: 45px;
}

.greeting-history {
  background: url(../img/greeting/history-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 10% 0 15%;
}
@media (min-width: 993px) {
  .greeting-history {
    padding: 220px 0 250px;
  }
}
.greeting-history h2 {
  font-weight: 500;
  font-size: 10vw;
  color: #3f55a2;
  text-align: center;
}
@media (min-width: 768px) {
  .greeting-history h2 {
    font-size: 60px;
  }
}
.greeting-history h2 span {
  display: block;
  margin-bottom: 3rem;
  line-height: 0.3;
  font-size: 20px;
  color: #cc9900;
}

.greeting-table {
  background: #fff;
  padding: 30px 30px 60px;
}
@media (max-width: 767px) {
  .greeting-table {
    margin: 0 20px;
    width: auto;
  }
}
.greeting-table table {
  width: 100%;
  margin: auto;
}
.greeting-table tr {
  vertical-align: top;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .greeting-table .border-0 {
    border-bottom: 0;
  }
  .greeting-table .border-0 th,
.greeting-table .border-0 td {
    padding-bottom: 0;
  }
}
.greeting-table th,
.greeting-table td {
  line-height: 2;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .greeting-table th,
.greeting-table td {
    float: left;
    width: 100%;
  }
}
.greeting-table th {
  min-width: 110px;
  padding: 30px 0 0 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .greeting-table th {
    width: 155px;
    padding: 30px 50px 30px 0;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .greeting-table td {
    padding-left: 50px;
  }
}

/* environmental_policy 環境方針 =================*/
.environmental_policy-header {
  position: relative;
  background: url(../img/environmental_policy/environmental_policy-header.jpg) no-repeat center center;
  background-size: cover;
  height: 60vw;
  color: #fff;
}
@media (min-width: 993px) {
  .environmental_policy-header {
    height: 640px;
  }
}
.environmental_policy-header h1 {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 42px;
  font-weight: 500;
}
@media (min-width: 993px) {
  .environmental_policy-header h1 {
    font-size: 72px;
  }
}
.environmental_policy-header h1 span {
  display: block;
  line-height: 0.3;
  font-size: 45%;
}

.environmental_policy {
  background: url(../img/environmental_policy/environmental_policy-bg.jpg) repeat-y center center;
  background-size: cover;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .environmental_policy {
    padding-bottom: 150px;
  }
}
.environmental_policy h2 {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .environmental_policy h2 {
    font-size: 21px;
    margin-bottom: 70px;
  }
}
@media (min-width: 993px) {
  .environmental_policy h2 {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .environmental_policy h2 {
    font-size: 36px;
  }
}

.environmental_policy-content {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0 20px;
  padding: 40px;
}
@media (min-width: 768px) {
  .environmental_policy-content {
    padding: 40px 80px;
  }
}
@media (min-width: 993px) {
  .environmental_policy-content {
    padding: 60px 100px;
  }
}
.environmental_policy-content ol li {
  list-style-type: decimal;
  margin-left: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .environmental_policy-content ol li {
    padding-bottom: 50px;
  }
}
.environmental_policy-content ul li {
  list-style-type: none;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .environmental_policy-content ul li {
    pmargin-left: 45px;
  }
}
.environmental_policy-content ul li:before {
  content: "・";
}

.environmental_policy-content-bottom {
  padding-top: 20px;
  text-align: right;
  line-height: 2;
}

/* map マップ =================*/
.map-header {
  position: relative;
  background: url(../img/map/map-header.jpg) no-repeat center center;
  background-size: cover;
  height: 60vw;
  color: #fff;
}
@media (min-width: 993px) {
  .map-header {
    height: 640px;
  }
}
.map-header h1 {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 42px;
  font-weight: 500;
}
@media (min-width: 993px) {
  .map-header h1 {
    font-size: 72px;
  }
}
.map-header h1 span {
  display: block;
  line-height: 0.3;
  font-size: 45%;
}

.map-content {
  margin-bottom: 50px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0 10px;
}
.map-content iframe {
  vertical-align: bottom;
  width: 100%;
  height: 400px;
}
@media (min-width: 993px) {
  .map-content iframe {
    height: 600px;
  }
}
@media (min-width: 1440px) {
  .map-content iframe {
    width: 1300px;
    height: 700px;
  }
}

.map {
  background: url(../img/map/map-bg.png) no-repeat right 5% bottom 5%/40vw auto, linear-gradient(180deg, #fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
  padding-bottom: 90px;
}
@media (min-width: 993px) {
  .map {
    background: url(../img/map/map-bg.png) no-repeat right 5% bottom 5%, linear-gradient(180deg, #fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
  }
}
.map table {
  width: 100%;
}
.map table th {
  width: 20%;
}
@media (min-width: 993px) {
  .map table th {
    width: 160px;
  }
}
.map tr {
  border-bottom: 1px solid #cccccc;
}
.map th,
.map td {
  padding: 1.4rem;
}

/* product 製品紹介 =================*/
.product-header {
  position: relative;
  background: url(../img/home/top-product-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 60vw;
  color: #fff;
}
@media (min-width: 993px) {
  .product-header {
    height: 640px;
  }
}
.product-header h1 {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 42px;
  font-weight: 500;
}
@media (min-width: 993px) {
  .product-header h1 {
    font-size: 72px;
  }
}
.product-header h1 span {
  display: block;
  line-height: 0.3;
  font-size: 45%;
}

.product {
  position: relative;
  background: linear-gradient(180deg, #02509e 60%, #f0f0f0 100%);
  background-size: 100%;
  padding-top: 50px;
  padding-bottom: 22vw;
  text-align: center;
}
@media (min-width: 993px) {
  .product {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .product .container {
    max-width: 1000px;
  }
}
.product .container .area {
  border: 4px solid #cc9900;
}
.product .link {
  display: inline;
  pointer-events: none;
  /* 商品名 */
  /* 丸印 */
}
.product .link .title-line {
  pointer-events: auto;
}
.product .link a:not(.title-line):hover +.title-line::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.product .link .title-line::before {
  background: #cc9900;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 20px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.2s;
}
/* .product .link .title-line:hover::before {
  background: #cc9900;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 20px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.2s;
} */
.product .link a:not(.title-line) {
  display: none;
}
@media (min-width: 768px) {
  .product .link a:not(.title-line) {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #cc9900;
    transform: scale(1.2);
    opacity: 0.3;
  }
}
/* .product .link:hover {
  transform: scale(1.4);
  transition: 0.2s;
} */
.product .link:hover a:not(.title-line) {
  transform: scale(1.4);
  transition: 0.2s;
  opacity: 0.7;
  background: #cc9900;
}
.product .link:hover .title-line::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.product-car {
  position: relative;
  display: none;
}
@media (min-width: 993px) {
  .product-car {
    display: block;
  }
}

.product-car-md {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .product-car-md {
    display: block;
  }
}
@media (min-width: 993px) {
  .product-car-md {
    display: none;
  }
}

.product-car-sp {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .product-car-sp {
    display: none;
  }
}

a.title-line {
  display: none;
  text-decoration: none;
}
@media (min-width: 993px) {
  a.title-line {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 10px;
  }
  a.title-line::after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #cc9900;
    opacity: 0.7;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  a.title-line:hover::after {
    background-color: transparent;
  }
}

.product-num {
  font-size: 160%;
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 993px) {
  .product-num {
    font-size: 200%;
    padding-right: 5px;
  }
}

/* ↓↓モーダル開き中にスクロールさせたくない場合は削除する */
html.remodal-is-locked {
  overflow: auto !important;
}

body {
  padding-right: 0 !important;
}

/* ↑↑モーダル開き中にスクロールさせたくない場合は削除する */
/* 01.UPRレール */
.modal_01_1 {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_01_1 {
    top: -395px;
    right: -54.5%;
  }
}
@media (min-width: 993px) {
  .modal_01_1 {
    top: -406px;
    right: -55.5%;
  }
}
@media (min-width: 1200px) {
  .modal_01_1 {
    top: -424px;
    right: -53.4%;
  }
}

.modal_01_1-title {
  position: relative;
  z-index: 50;
  pointer-events: auto;
}
@media (min-width: 993px) {
  .modal_01_1-title {
    top: -658px;
    right: -41.5%;
  }
}
@media (min-width: 1200px) {
  .modal_01_1-title {
    top: -687px;
    right: -39.7%;
  }
}

/* 02.UPRローラー */
.modal_02_1 {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_02_1 {
    top: -411px;
    right: -53.5%;
  }
}
@media (min-width: 993px) {
  .modal_02_1 {
    top: -419px;
    right: -34.7%;
  }
}
@media (min-width: 1200px) {
  .modal_02_1 {
    top: -439px;
    right: -33.8%;
  }
}

.modal_02_1-title {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 993px) {
  .modal_02_1-title {
    top: -609px;
    right: -26.4%;
  }
}
@media (min-width: 1200px) {
  .modal_02_1-title {
    top: -637px;
    right: -25.5%;
  }
}

/* 01.CTRレール */
.modal_01_3 {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_01_3 {
    top: -371px;
    right: -56%;
  }
}
@media (min-width: 993px) {
  .modal_01_3 {
    top: -384px;
    right: 19.7%;
  }
}
@media (min-width: 1200px) {
  .modal_01_3 {
    top: -402px;
    right: 17.6%;
  }
}

.modal_01_3-title {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 993px) {
  .modal_01_3-title {
    top: -559px;
    right: -63.1%;
  }
}
@media (min-width: 1200px) {
  .modal_01_3-title {
    top: -581px;
    right: -83.5%;
  }
}

/* 02.CTRローラー */
.modal_02_3 {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_02_3 {
    top: -390px;
    right: -56%;
  }
}
@media (min-width: 993px) {
  .modal_02_3 {
    top: -472px;
    right: -35.7%;
  }
}
@media (min-width: 1200px) {
  .modal_02_3 {
    top: -490px;
    right: -57%;
  }
}

.modal_02_3-title {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 993px) {
  .modal_02_3-title {
    top: -441px;
    right: -36.5%;
  }
}
@media (min-width: 1200px) {
  .modal_02_3-title {
    top: -457px;
    right: -58.4%;
  }
}

/* 01.LWRレール */
.modal_01_2 {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_01_2 {
    top: -197px;
    right: -17.8%;
  }
}
@media (min-width: 993px) {
  .modal_01_2 {
    top: -371px;
    right: 14.1%;
  }
}
@media (min-width: 1200px) {
  .modal_01_2 {
    top: -382px;
    right: -34.6%;
  }
}

.modal_01_2-title {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 993px) {
  .modal_01_2-title {
    top: -322px;
    right: 8.2%;
  }
}
@media (min-width: 1200px) {
  .modal_01_2-title {
    top: -330px;
    right: -40.6%;
  }
}

/* 02.LWRローラー */
.modal_02_2 {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_02_2 {
    top: -175px;
    right: -5%;
  }
}
@media (min-width: 993px) {
  .modal_02_2 {
    top: -423px;
    right: -58.6%;
  }
}
@media (min-width: 1200px) {
  .modal_02_2 {
    top: -362px;
    right: -10.7%;
  }
}

.modal_02_2-title {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_02_2-title {
    top: -154px;
    right: -3.5%;
  }
}
@media (min-width: 993px) {
  .modal_02_2-title {
    top: -347px;
    right: -60%;
  }
}
@media (min-width: 1200px) {
  .modal_02_2-title {
    top: -282px;
    right: -12.2%;
  }
}

/* 03.アウトサイドハンドル、インサイドハンドル */
.modal_03 {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_03 {
    top: -359px;
    right: -15%;
  }
}
@media (min-width: 993px) {
  .modal_03 {
    top: -360px;
    right: 20.5%;
  }
}
@media (min-width: 1200px) {
  .modal_03 {
    top: -373px;
    right: -2.4%;
  }
}

.modal_03-title {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 993px) {
  .modal_03-title {
    top: -716px;
    right: -8%;
  }
}
@media (min-width: 1200px) {
  .modal_03-title {
    top: -671px;
    right: 45.5%;
  }
}

/* 04.ドアフレーム */
.modal_04 {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_04 {
    top: -295px;
    right: 31.5%;
  }
}
@media (min-width: 993px) {
  .modal_04 {
    top: -529px;
    right: 6.7%;
  }
}
@media (min-width: 1200px) {
  .modal_04 {
    top: -473px;
    right: 52.3%;
  }
}

.modal_04-title {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 993px) {
  .modal_04-title {
    top: -265px;
    right: 15%;
  }
}
@media (min-width: 1200px) {
  .modal_04-title {
    top: -266px;
    right: -23%;
  }
}

/* 05.シート */
.modal_05 {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_05 {
    top: -268px;
    right: -25.3%;
  }
}
@media (min-width: 993px) {
  .modal_05 {
    top: -434px;
    right: -17.1%;
  }
}
@media (min-width: 1200px) {
  .modal_05 {
    top: -448px;
    right: -64.3%;
  }
}

.modal_05-title {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 993px) {
  .modal_05-title {
    top: -382px;
    right: -29%;
  }
}
@media (min-width: 1200px) {
  .modal_05-title {
    top: -392px;
    right: -76.5%;
  }
}

/* 06.ドアロック */
.modal_06 {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_06 {
    top: -236px;
    right: 9.4%;
  }
}
@media (min-width: 993px) {
  .modal_06 {
    top: -480px;
    right: -24.3%;
  }
}
@media (min-width: 1200px) {
  .modal_06 {
    top: -420px;
    right: 22.2%;
  }
}

.modal_06-title {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
@media (min-width: 993px) {
  .modal_06-title {
    top: -291px;
    right: -26.5%;
  }
}
@media (min-width: 1200px) {
  .modal_06-title {
    top: -222px;
    right: 19.9%;
  }
}

/* 07.ハンドモーション */
.modal_07 {
  position: relative;
  z-index: 2;
  top: -42vw;
  right: -43.2vw;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_07 {
    top: -344px;
    right: -50.8%;
  }
}
@media (min-width: 993px) {
  .modal_07 {
    top: -361px;
    right: -4.7%;
  }
}
@media (min-width: 1200px) {
  .modal_07 {
    top: -377px;
    right: -5.3%;
  }
}

.modal_07-title {
  position: relative;
  z-index: 2;
  top: -45.5vw;
  right: -14.8%;
  pointer-events: auto;
}
@media (min-width: 993px) {
  .modal_07-title {
    top: -555px;
    right: -14.2%;
  }
}
@media (min-width: 1200px) {
  .modal_07-title {
    top: -579px;
    right: -14.9%;
  }
}

/* 08.ハイトセンサ */
.modal_08 {
  position: relative;
  z-index: 2;
  top: -45.5vw;
  right: -14.8%;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_08 {
    top: -178px;
    right: 48.9%;
  }
}
@media (min-width: 993px) {
  .modal_08 {
    top: -425px;
    right: 36.8%;
  }
}
@media (min-width: 1200px) {
  .modal_08 {
    top: -435px;
    right: -2.1%;
  }
}

.modal_08-title {
  position: relative;
  z-index: 2;
  top: -45.5vw;
  right: -14.8%;
  pointer-events: auto;
}
@media (min-width: 993px) {
  .modal_08-title {
    top: -687px;
    right: 71.1%;
  }
}
@media (min-width: 1200px) {
  .modal_08-title {
    top: -709px;
    right: 31.9%;
  }
}

/* 09.バンパー */
.modal_09 {
  position: relative;
  z-index: 2;
  top: -45.5vw;
  right: -14.8%;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_09 {
    top: -122px;
    right: 81.7%;
  }
}
@media (min-width: 993px) {
  .modal_09 {
    top: -374px;
    right: 77.4%;
  }
}
@media (min-width: 1200px) {
  .modal_09 {
    top: -382px;
    right: 37.4%;
  }
}

.modal_09-title {
  position: relative;
  z-index: 2;
  top: -45.5vw;
  right: -14.8%;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_09-title {
    top: -117px;
    right: 55.1%;
  }
}
@media (min-width: 993px) {
  .modal_09-title {
    top: -651px;
    right: 37.3%;
  }
}
@media (min-width: 1200px) {
  .modal_09-title {
    top: -596px;
    right: 59.3%;
  }
}


.modal_09-title {
  position: relative;
  z-index: 2;
  top: -45.5vw;
  right: -14.8%;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .modal_09-title {
    top: -117px;
    right: 55.1%;
  }
}
@media (min-width: 993px) {
  .modal_09-title {
    top: -650px;
    right: 37.25%;
  }
}
@media (min-width: 1200px) {
  .modal_09-title {
    top: -596px;
    right: 59.5%;
  }
}

.product-bg {
  position: absolute;
  z-index: 1;
  bottom: 6%;
  width: 100%;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.remodal {
  margin-bottom: 0 !important;
  padding: 20px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  color: #fff !important;
  text-align: left !important;
  border: 2px solid #001A72;
  font-weight: bold;
}
@media (min-width: 641px) {
  .remodal {
    max-width: 1300px !important;
  }
}
.remodal dl dt {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .remodal dl dt {
    width: auto;
  }
}
.remodal dl {
  margin: 2rem 0 0;
}
.remodal dd {
  padding: 0;
}
@media (min-width: 768px) {
  .remodal dd {
    overflow: hidden;
  }
}

.remodal-overlay {
  background: rgba(255, 255, 255, 0.7) !important;
}

.remodal-wrapper {
  overflow-x: hidden !important;
}

.remodal img {
  width: 100%;
  max-width: 800px;
  height: auto;
  vertical-align: top;
}

.remodal-title {
  font-size: 6vw;
  font-weight: 700;
  padding-left: 1.75em;
  text-indent: -1.75em;
}
@media (min-width: 768px) {
  .remodal-title {
    font-size: 4.2vw;
  }
}
@media (min-width: 993px) {
  .remodal-title {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .remodal-title {
    font-size: 48px;
  }
}

.text-blue2-color {
  color: #3f55a2;
}

.remodal-cancel {
  background: transparent !important;
  width: 100%;
  margin-top: 25px;
  text-align: left !important;
  color: #000 !important;
}

/* staff スタッフ紹介 =================*/
.pc-only {
  display: none;
}

@media (min-width: 993px) {
  .pc-only {
    display: inherit;
  }
  .sp-only {
    display: none;
  }
}
.staff-header {
  position: relative;
  background: url("../img/staff/staff-header-img.png") no-repeat center center;
  background-size: cover;
  height: 60vw;
  color: #3e55a2;
}

.staff-header:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: -75%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.staff-header:hover:before {
  -webkit-animation: shine 0.7s;
          animation: shine 0.7s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.staff-header h1 {
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  margin: auto;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -25%);
  font-size: 16vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}

.staff-header h1 span {
  display: block;
  line-height: 0.3;
  font-size: 30%;
  font-weight: 400;
}

@media (min-width: 993px) {
  .staff-header {
    height: 640px;
  }
  .staff-header h1 {
    font-size: 170px;
  }
  .staff-header h1 span {
    font-size: 42px;
  }
}
.staff-bg {
  background: #f9fff1;
}

.staff__top {
  position: relative;
  z-index: 2;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px 40px;
}
@media (min-width: 993px) {
  .staff__top {
    padding: 0 20px 60px;
  }
}

.staff__top h2 {
  max-width: 406px;
  margin: 0 auto 40px;
}

.staff__top h2 img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.staff__top h2 {
  position: relative;
}

.staff__top h2:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: -75%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.staff__top h2:hover:before {
  -webkit-animation: shine2 0.7s;
          animation: shine2 0.7s;
}

@-webkit-keyframes shine2 {
  100% {
    left: 125%;
  }
}

@keyframes shine2 {
  100% {
    left: 125%;
  }
}
.staff__top--contents img:hover {
  transition: 0.2s;
  transform: scale(1.03);
  filter: drop-shadow(5px 5px 5px #aaa);
}

@media (min-width: 768px) {
  .staff-top-img1 {
    order: 1;
  }
}
@media (min-width: 993px) {
  .staff-top-img1 {
    position: relative;
    right: -30px;
  }
}

@media (min-width: 768px) {
  .staff-top-img2 {
    order: 2;
  }
}
@media (min-width: 993px) {
  .staff-top-img2 {
    position: relative;
    left: -30px;
  }
}

@media (min-width: 768px) {
  .staff-top-img3 {
    order: 3;
  }
}
@media (min-width: 993px) {
  .staff-top-img3 {
    position: relative;
    top: -30px;
    right: -30px;
  }
}

@media (min-width: 768px) {
  .staff-top-img4 {
    order: 4;
  }
}
@media (min-width: 993px) {
  .staff-top-img4 {
    position: relative;
    top: -30px;
  }
}

.staff__section,
.staff__section02,
.staff__section03,
.staff__section04 {
  position: relative;
  padding-bottom: 80px;
}
@media (min-width: 993px){
.staff__section div, .staff__section p,
.staff__section02 div,
.staff__section02 p,
.staff__section03 div,
.staff__section03 p,
.staff__section04 div,
.staff__section04 p {
  line-height: 1.9;
  font-size: 20px;
}
}


.staff-contents-head-img-sp {
  display: block;
}
@media (min-width: 993px) {
  .staff-contents-head-img-sp {
    display: none;
  }
}

@media (min-width: 993px) {
  .staff__section--head {
    height: 700px;
    background-image: url("../img/staff/staff-contents-head-img1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25% top;
  }
}

@media (min-width: 993px) {
  .staff__section02 .staff__section--head {
    background-image: url("../img/staff/staff-contents-head-img2.jpg");
  }
}

@media (min-width: 993px) {
  .staff__section03 .staff__section--head {
    background-image: url("../img/staff/staff-contents-head-img3.jpg");
  }
}

@media (min-width: 993px) {
  .staff__section04 .staff__section--head {
    background-image: url("../img/staff/staff-contents-head-img4.jpg");
  }
}

.staff__head--contents {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
}
@media (min-width: 993px) {
  .staff__head--contents {
    padding: 0 20px 50px;
    height: 700px;
  }
}

.staff__head--inner {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 993px) {
  .staff__head--inner {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 40px);
  }
}

.staff__head--inner h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #3e55a2;
  line-height: 1.3;
}

.staff__head--inner h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.staff__head--inner h3 span {
  display: inline-block;
  width: 100px;
  margin-left: 100px;
  background-color: #cc9900;
  color: #fff;
  text-align: center;
}

.staff__section--contents {
  background-color: #fff6fc;
}

.staff__section02 .staff__section--contents {
  background-color: #fff4f1;
}

.staff__section03 .staff__section--contents {
  background-color: #f5fef2;
}

.staff__section04 .staff__section--contents {
  background-color: #f1fcff;
}

.staff__contents--inner01,
.staff__contents--inner02 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

.staff__contents--left h2,
.staff__contents--right h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #e591d2;
  line-height: 1;
}

.staff__section02 .staff__contents--left h2,
.staff__section02 .staff__contents--right h2 {
  color: #e59191;
}

.staff__section03 .staff__contents--left h2,
.staff__section03 .staff__contents--right h2 {
  color: #c7e591;
}

.staff__section04 .staff__contents--left h2,
.staff__section04 .staff__contents--right h2 {
  color: #91dee5;
}

.staff__contents--left p,
.staff__contents--right p {
  margin-bottom: 20px;
  letter-spacing: normal;
}

@media (min-width: 993px) {
  .staff__contents--inner01 .staff__contents--left p {
    max-width: 840px;
  }
}

.staff__contents--left img,
.staff__contents--right img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.staff__contents--right {
  margin-right: calc(50% - 47vw);
}

.staff__section--message {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
}

.staff__section--message h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #cc9900;
  line-height: 1;
}

.staff__section--message p {
  margin-bottom: 20px;
}

.staff__message--left img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.staff__message--bg {
  display: none;
}

@media (min-width: 993px) {
  .staff__head--inner {
    top: inherit;
    left: inherit;
    bottom: 35px;
    right: 35px;
    transform: none;
    width: 650px;
  }
  .staff__head--inner h2 {
    font-size: 36px;
    letter-spacing: normal;
  }
  .staff__section--contents {
    background: #fff6fc url("../img/staff/staff-back-img1.png") bottom left;
    background-repeat: no-repeat;
  }
  .staff__section02 .staff__section--contents {
    background-image: url("../img/staff/staff-back-img3.png");
  }
  .staff__section03 .staff__section--contents {
    background-image: url("../img/staff/staff-back-img4.png");
  }
  .staff__section04 .staff__section--contents {
    background-image: url("../img/staff/staff-back-img5.png");
  }
  .staff__contents--inner01,
.staff__contents--inner02 {
    display: flex;
    padding: 0 20px 100px;
  }
  .staff__contents--inner01 .staff__contents--left {
    padding-right: 3%;
  }
  .staff__contents--inner02 .staff__contents--right {
    order: 2;
    padding-left: 5%;
  }
  .staff__contents--left h2,
.staff__contents--right h2 {
    margin-bottom: 60px;
    font-size: 42px;
  }
  .staff__contents--left img,
.staff__contents--right img {
    box-shadow: 20px 20px 0 #e591d2;
  }
  .staff__section02 .staff__contents--left img,
.staff__section02 .staff__contents--right img {
    box-shadow: 20px 20px 0 #e59191;
  }
  .staff__section03 .staff__contents--left img,
.staff__section03 .staff__contents--right img {
    box-shadow: 20px 20px 0 #c7e591;
  }
  .staff__section04 .staff__contents--left img,
.staff__section04 .staff__contents--right img {
    box-shadow: 20px 20px 0 #91dee5;
  }
  .staff__section--message {
    display: flex;
    padding: 140px 20px;
  }
  .staff__message--left,
.staff__message--right {
    width: 50%;
  }
  .staff__message--right {
    position: relative;
    z-index: 2;
    order: 2;
    padding-left: 7%;
  }
  .staff__section--message h2 {
    margin-bottom: 40px;
    font-size: 60px;
  }
  .staff__message--left img {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
  }
  .staff__message--bg {
    display: inherit;
    position: absolute;
    bottom: 140px;
    right: 0;
  }
  .staff__message--bg img {
    display: block;
    width: 550px;
    height: 550px;
  }
}
.staff__pt {
  padding-top: 40px;
}

@media (min-width: 993px) {
  .staff__pt {
    padding-top: 120px;
  }
}
/* recruit 採用情報 =================*/
.recruit-header,
.career-header {
  position: relative;
  background: url("../img/staff/staff-header-img.png") no-repeat center center;
  background-size: cover;
  height: 60vw;
  color: #3e55a2;
}
.recruit-header:before,
.career-header:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: -75%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.recruit-header:hover:before,
.career-header:hover:before {
  -webkit-animation: shine 0.7s;
          animation: shine 0.7s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media (min-width: 993px) {
  .recruit-header,
.career-header {
    height: 640px;
  }
}
.recruit-header h1,
.career-header h1 {
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  margin: auto;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -25%);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.recruit-header h1 span,
.career-header h1 span {
  display: block;
  line-height: 0.3;
  font-size: 30%;
  font-weight: 400;
}
@media (min-width: 993px) {
  .recruit-header h1 span,
.career-header h1 span {
    font-size: 42px;
  }
}

.recruit-header h1 {
  font-size: 16vw;
}
@media (min-width: 993px) {
  .recruit-header h1 {
    font-size: 170px;
  }
}

.career-header h1 {
  font-size: 12vw;
}
@media (min-width: 993px) {
  .career-header h1 {
    font-size: 140px;
  }
}
@media (min-width: 1920px) {
  .career-header h1 {
    font-size: 170px;
  }
}

.recruit-bg {
  background: #f9fff1;
}

.recruit__top {
  position: relative;
  z-index: 2;
  max-width: 1340px;
  margin: 0 auto;
  padding: 60px 20px 20px;
}
@media (min-width: 993px) {
  .recruit__top {
    padding: 60px 20px;
  }
}

.recruit__top h2 {
  max-width: 406px;
  margin: 0 auto 40px;
  position: relative;
}

.recruit__top h2 img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.recruit__top h2:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: -75%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.recruit__top h2:hover:before {
  -webkit-animation: shine2 0.7s;
          animation: shine2 0.7s;
}

.recruit-content1 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 993px) {
  .recruit-content1 {
    background: url(../img/recruit/recruit-bg1.png) no-repeat top right;
    height: 700px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .recruit-content1 {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .recruit-content1 {
    max-width: 1300px;
  }
}
.recruit-content1 h2 {
  font-size: 5.4vw;
  color: #3e55a3;
  line-height: 1.3;
  margin-bottom: 5%;
}
@media (min-width: 993px) {
  .recruit-content1 h2 {
    margin-bottom: 70px;
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .recruit-content1 h2 {
    font-size: 60px;
  }
}

@media (min-width: 993px) {
  .recruit-left1 {
    flex: 0 0 auto;
    width: 650px;
  }
}
@media (min-width: 993px) {
  .recruit-left1 p {
    max-width: 650px;
  }
}

.recruit-right1 {
  text-align: center;
}
@media (min-width: 993px) {
  .recruit-right1 {
    display: none;
  }
}

.recruit-bg2 {
  position: absolute;
  right: -26%;
  width: 70vw;
  bottom: -52.5vw;
}
@media (min-width: 993px) {
  .recruit-bg2 {
    top: 510px;
    right: -39%;
    width: 79%;
  }
}
@media (min-width: 1200px) {
  .recruit-bg2 {
    top: 516px;
    right: -32%;
    width: 64%;
  }
}
@media (min-width: 1440px) {
  .recruit-bg2 {
    top: 504px;
    right: -30%;
    width: auto;
  }
}

.recruit-content2 {
  background: #f9fff1;
  margin: 0 auto;
  text-align: center;
  padding: 130px 20px 50px;
}
@media (min-width: 768px) {
  .recruit-content2 {
    padding: 130px 20px 140px;
  }
}
@media (min-width: 1440px) {
  .recruit-content2 {
    padding: 130px 0 140px;
  }
}
.recruit-content2 h2 {
  max-width: 406px;
  margin: 0 auto;
}
.recruit-content2 img {
  max-width: 1340px;
}
@media (min-width: 1440px) {
  .recruit-content2 img {
    width: 1340px;
    height: auto;
  }
}

.recruit-content2 h2 img,
.recruit-content2--content img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.recruit-content2 h2 {
  position: relative;
}

.recruit-content2 h2:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: -75%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.recruit-content2 h2:hover:before {
  -webkit-animation: shine 0.7s;
          animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.recruit-content3 {
  background: #ededed;
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .recruit-content3 {
    padding: 110px 0;
  }
}
.recruit-content3 h2 {
  padding-bottom: 40px;
}
.recruit-content3 h2 img {
  max-width: 288px;
  height: auto;
}
.recruit-content3 .benefit-img {
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 3%;
}
@media (max-width: 767px) {
  .recruit-content3 .benefit-img:first-child, .recruit-content3 .benefit-img:nth-child(2n+1) {
    text-align: left;
  }
  .recruit-content3 .benefit-img:nth-child(2n) {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .recruit-content3 .benefit-img {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .recruit-content3 .benefit-img:first-child, .recruit-content3 .benefit-img:nth-child(3n+1) {
    text-align: left;
  }
  .recruit-content3 .benefit-img:nth-child(2) {
    text-align: center;
  }
  .recruit-content3 .benefit-img:nth-child(3n) {
    text-align: right;
  }
}
.recruit-content3 .benefit-img img {
  width: 97%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (min-width: 768px) {
  .recruit-content3 .benefit-img img {
    width: 90%;
  }
}
@media (min-width: 1440px) {
  .recruit-content3 .benefit-img img {
    width: 400px;
  }
}

.table {
  text-align: left;
  width: 100%;
  margin-bottom: 50px;
  vertical-align: middle;
  border-color: #cccccc;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .table {
    margin-bottom: 100px;
  }
}
.table tr {
  vertical-align: middle;
}
.table th,
.table td {
  line-height: 2;
  padding: 30px 0;
}
.table th {
  min-width: 110px;
  padding: 20px;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  width: 140px;
}
@media (min-width: 768px) {
  .table th {
    width: 200px;
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .table th {
    width: 300px;
  }
}
.table td {
  padding: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .table td {
    padding: 30px 50px;
  }
}
@media (min-width: 1440px) {
  .table td {
    padding-left: 120px;
  }
}

.recruit-content4 {
  background: #f1fbff url(../img/recruit/recruit-bg3.png) no-repeat left 10% bottom -100px;
  text-align: center;
  padding: 50px 0 80px;
}
@media (min-width: 768px) {
  .recruit-content4 {
    padding: 130px 0 240px;
  }
}
@media (min-width: 1440px) {
  .recruit-content4 {
    background: #f1fbff url(../img/recruit/recruit-bg3.png) no-repeat center bottom -100px;
    background-size: 2080px;
  }
}
.recruit-content4 h2 {
  padding-bottom: 40px;
}
.recruit-content4 h2 img {
  max-width: 445px;
  height: auto;
}

.recruit-btn {
  flex: 0 0 auto;
  width: 80%;
  max-width: 400px;
  height: 100px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: block;
  font-size: 28px;
  font-weight: 700;
  margin: auto;
  padding: 30px 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .recruit-btn {
    width: 100%;
    height: 120px;
    font-size: 36px;
    padding: 32px 0;
  }
}

@media (min-width: 993px) {
  .btn-600 {
    max-width: 600px;
    height: 150px;
    padding: 46px 0;
  }
}

.recruit-btn1 {
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .recruit-btn1 {
    margin: 0 auto 30px 0;
    width: 31%;
  }
}

.recruit-btn2 {
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .recruit-btn2 {
    margin: 0 auto 30px;
    width: 31%;
  }
}

.recruit-btn3 {
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .recruit-btn3 {
    margin: 0 0 30px auto;
    width: 31%;
  }
}

/* high_scool_graduate 高卒採用 =================*/
.high_scool_graduate-bg {
  background: #fffdf1 url(../img/recruit/recruit-bg4.png) no-repeat right 10% bottom -100px;
}
@media (min-width: 1440px) {
  .high_scool_graduate-bg {
    background: #fffdf1 url(../img/recruit/recruit-bg4.png) no-repeat center bottom -100px;
    background-size: 2080px;
  }
}

.high_scool_graduate {
  text-align: center;
  padding: 0 0 80px;
}
@media (min-width: 768px) {
  .high_scool_graduate {
    padding: 0 0 180px;
  }
}
.high_scool_graduate h2 {
  padding-bottom: 80px;
}
.high_scool_graduate h2 img {
  max-width: 858px;
  height: auto;
}

/* college_graduate 大卒採用 =================*/
.college_graduate-bg {
  background: #f3fff1 url(../img/recruit/recruit-bg4.png) no-repeat right 10% bottom -100px;
}
@media (min-width: 1440px) {
  .college_graduate-bg {
    background: #f3fff1 url(../img/recruit/recruit-bg4.png) no-repeat center bottom -100px;
    background-size: 2080px;
  }
}

.college_graduate {
  text-align: center;
  padding: 0 0 80px;
}
@media (min-width: 768px) {
  .college_graduate {
    padding: 0 0 180px;
  }
}
.college_graduate h2 {
  padding-bottom: 80px;
}
.college_graduate h2 img {
  max-width: 710px;
  height: auto;
}

/* career 中途採用 =================*/
.career-bg {
  background: #f1fbff url(../img/recruit/recruit-bg4.png) no-repeat right 10% bottom -100px;
}
@media (min-width: 1440px) {
  .career-bg {
    background: #f1fbff url(../img/recruit/recruit-bg4.png) no-repeat center bottom -100px;
    background-size: 2080px;
  }
}

.career {
  text-align: center;
  padding: 0 0 80px;
}
@media (min-width: 768px) {
  .career {
    padding: 0 0 180px;
  }
}
.career h2 {
  padding-bottom: 80px;
}
.career h2 img {
  max-width: 273px;
  height: auto;
}

/* sitemap サイトマップ =================*/
.sitemap-header {
  position: relative;
  background: url(../img/sitemap/sitemap-header.jpg) no-repeat center center;
  background-size: cover;
  height: 60vw;
  color: #fff;
}
@media (min-width: 993px) {
  .sitemap-header {
    height: 640px;
  }
}
.sitemap-header h1 {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 42px;
  font-weight: 500;
}
@media (min-width: 993px) {
  .sitemap-header h1 {
    font-size: 72px;
  }
}
.sitemap-header h1 span {
  display: block;
  line-height: 0.3;
  font-size: 45%;
}

.sitemap {
  padding-bottom: 200px;
}
.sitemap a {
  color: #000;
  text-decoration: none;
}
.sitemap a:hover {
  transition: 0.3s;
  color: #3f55a2;
}
.sitemap table {
  width: 100%;
}
.sitemap th {
  height: 70px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sitemap th {
    width: 40%;
  }
}
@media (min-width: 993px) {
  .sitemap th {
    width: 200px;
  }
}
.sitemap tr {
  border-bottom: 1px solid #cccccc;
}
.sitemap th,
.sitemap td {
  padding: 1.4rem;
  line-height: 2.5;
}

/* privacy 個人情報保護方針 =================*/
.privacy-header {
  position: relative;
  background: url(../img/privacy/privacy-header.jpg) no-repeat center center;
  background-size: cover;
  height: 60vw;
  color: #fff;
}
@media (min-width: 993px) {
  .privacy-header {
    height: 640px;
  }
}
.privacy-header h1 {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 42px;
  font-weight: 500;
}
@media (min-width: 993px) {
  .privacy-header h1 {
    font-size: 72px;
  }
}
.privacy-header h1 span {
  display: block;
  line-height: 0.3;
  font-size: 45%;
}

.privacy {
  padding-bottom: 200px;
  line-height: 1.8;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.privacy p {
  padding-bottom: 4rem;
}

.privacy-content {
  counter-reset: number;
}
.privacy-content dt {
  text-indent: -1em;
  padding-left: 1em;
}
.privacy-content dt::before {
  counter-increment: number;
  content: counter(number) ".";
  padding-right: 5px;
}
.privacy-content dd {
  padding-left: 14px;
  padding-bottom: 4rem;
}
.privacy-content address {
  padding-bottom: 4rem;
}

.privacy-content-sub li {
  list-style-type: none !important;
  margin-left: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
.privacy-content-sub li:before {
  content: "・";
}

/* blog ブログ =================*/
.blog-header {
  position: relative;
  background: url(../img/blog/blog-header.jpg) no-repeat center center;
  background-size: cover;
  height: 60vw;
  color: #fff;
}
@media (min-width: 993px) {
  .blog-header {
    height: 640px;
  }
}
.blog-header h1 {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 42px;
  font-weight: 500;
}
@media (min-width: 993px) {
  .blog-header h1 {
    font-size: 72px;
  }
}
.blog-header h1 span {
  display: block;
  line-height: 0.3;
  font-size: 45%;
}

.blog {
  padding-bottom: 120px;
}
.blog a {
  color: #000;
  text-decoration: none;
}
.blog a:hover {
  transition: 0.4s;
  opacity: 0.8;
}
.blog time {
  font-weight: bold;
}
.blog h2 {
  font-weight: 500;
  font-size: 10vw;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .blog h2 {
    font-size: 60px;
  }
}
.blog h2 span {
  display: block;
  margin-bottom: 3rem;
  line-height: 0.3;
  font-size: 20px;
  color: #cc9900;
}
.blog h3 {
  min-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
}
.blog .blog-content {
  padding-bottom: 40px;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .blog .blog-content {
    width: 230px;
  }
}
@media (min-width: 993px) {
  .blog .blog-content {
    width: 293px;
  }
}
@media (min-width: 1200px) {
  .blog .blog-content {
    width: 350px;
  }
}
@media (min-width: 1440px) {
  .blog .blog-content {
    width: 400px;
  }
}
.blog .blog-content img {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  width: 100%;
  height: 60vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .blog .blog-content img {
    width: 230px;
    height: 173px;
  }
}
@media (min-width: 993px) {
  .blog .blog-content img {
    width: 293px;
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .blog .blog-content img {
    width: 350px;
    height: 263px;
  }
}
@media (min-width: 1440px) {
  .blog .blog-content img {
    width: 400px;
    height: 300px;
  }
}

.single-blog {
  line-height: 1.9;
}
@media (min-width: 993px) {
  .single-blog {
    max-width: 940px;
  }
}
.single-blog h2 {
  margin-bottom: 20px;
  color: #042275;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #000;
}
.single-blog img {
  max-width: 600px;
  height: auto;
  display: block;
  margin: 2rem auto;
}

/* contact お問い合わせ =================*/
.contact-header {
  position: relative;
  background: url(../img/contact/contact-header.jpg) no-repeat center center;
  background-size: cover;
  height: 60vw;
  color: #fff;
}
@media (min-width: 993px) {
  .contact-header {
    height: 640px;
  }
}
.contact-header h1 {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 42px;
  font-weight: 500;
}
@media (min-width: 993px) {
  .contact-header h1 {
    font-size: 72px;
  }
}
.contact-header h1 span {
  display: block;
  line-height: 0.3;
  font-size: 45%;
}

.contact {
  background: url(../img/contact/contact-bg.jpg) no-repeat center center;
  background-size: cover;
}

.contact-content {
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .contact-content {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}

.contact-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 993px) {
  .contact-title {
    width: 33.33333333%;
    margin-bottom: 30px;
    padding-right: 50px;
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .contact-title {
    flex: 0 0 auto;
    width: 370px;
    padding-right: 95px;
  }
}
@media (min-width: 993px) {
  .contact-title label {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.contact-title .required {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-left: 1rem;
  padding: 0 0.5rem;
  border-radius: 0.3rem;
  background: #cc9900;
}
@media (min-width: 993px) {
  .contact-title .required {
    font-size: 18px;
  }
}

.contact-input {
  margin-left: auto;
  margin-bottom: 30px;
}
@media (min-width: 993px) {
  .contact-input {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 1440px) {
  .contact-input {
    width: 930px;
  }
}

.contact-textarea {
  margin-left: auto;
  margin-bottom: 50px;
}
@media (min-width: 993px) {
  .contact-textarea {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 1440px) {
  .contact-textarea {
    margin-bottom: 140px;
    width: 930px;
  }
}

.contact-select {
  margin-right: auto;
  margin-bottom: 30px;
  width: 90%;
}
@media (min-width: 993px) {
  .contact-select {
    margin-left: auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 1440px) {
  .contact-select {
    width: 930px;
  }
}
@media (min-width: 768px) {
  .contact-select select {
    flex: 0 0 auto;
    width: 250px;
  }
}

.contact-btn {
  text-align: center;
}
.contact-btn button {
  min-width: 80%;
  max-width: 550px;
  height: 70px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  border: 1px solid #3f55a2;
  border-radius: 0.6rem;
  background: #3f55a2;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0 10px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .contact-btn button {
    min-width: auto;
    width: 550px;
    height: 90px;
    font-size: 22px;
  }
}
.contact-btn button:hover {
  color: #3f55a2;
  background: #fff;
}

.form-control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 1rem 1.5rem;
  font-size: 18px;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-textarea {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 18px;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-select:focus,
.form-control:focus,
.form-control-textarea:focus {
  color: #000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.2);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  opacity: 1;
}

.form-control::placeholder {
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #000;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #000;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}

.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}

.form-select {
  display: block;
  width: 100%;
  height: 60px;
  padding: 1.7rem;
  font-size: 18px;
  line-height: 1.5;
  background-image: url("../img/contact/arrow-bottom.png");
  background-repeat: no-repeat;
  background-position: right 1.7rem center;
  background-size: 21px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:-moz-focusring {
  color: transparent;
}

#footer #pageTop a {
  background: url(../img/common/pagetop.svg);
}

/* ---------------------------------------------------------------- *
    スマートフォン・タブレット（993px未満）
----------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  body#home .wrapper,
body#home .firstSection {
    box-sizing: border-box;
    height: 100%;
  }
  body#home .bg-wrap .tb-slide {
    width: 100%;
  }
  body#home .firstSection {
    height: 230px;
  }
  body#home .firstSection .scrollBtn {
    display: none;
  }
}/*# sourceMappingURL=home.css.map */
