/* css/style.css */

body {
  color: #2d2d2d;
  font-family: "Noto Sans CJK JP", "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 160%;
}

h1, h2, h3, h4, h5, h6 {padding: .8em 3% .8em 3%;}
a:hover {opacity: 0.7;}

.hero-title {background-image: url('../img/service-ttbg.png');}
.contact-title {background-image: url('../img/contact-ttbg.png');}
.company-title {background-image: url('../img/company-ttbg.png');}
.access-title {background-image: url('../img/access-ttbg.png');}
.recruit-title {background-image: url('../img/recruit-ttbg.png');}

.hero-title,
.contact-title,
.company-title,
.access-title,
.recruit-title {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
  font-weight: 900;
  font-size: 3rem;
  height: 410px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2rem;
  padding-left: 10%;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

h2 {
  display: block;
  font-weight: 800 !important;
  text-align: center;
}

.recruit h2, .access-page h2 {
  text-align: left;
  padding-left: 0;
}

h3, .personal-infopage h2 {
  display: block;
  font-weight: 600 !important;
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
}

.personal-infopage h2 {font-size: 1.6em;}
.personal-infopage {font-size: 16px;}
.personal-infopage a {color: #000;}

.card-header:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-header {
  font-size: 1.4em;
  padding: 2rem 1rem !important;
}

h3:before, .personal-infopage h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f28828;
  border-radius: 2px;
}

.recruit-page h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 12%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f28828;
  border-radius: 2px;
}

.recruit-page .interview-heading:before, .system-tt:before {left: 5% !important;}
.recruit-page .card-body h3:before {left: 50%;}

.personal-infopage h3 {
  font-size: 1.2em;
  font-weight: 400 !important;
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
}

.personal-infopage h3:before {display: none;}
.system-tt {
  text-align: left !important;
  padding-left: 0;
}

.logo-img {height: 59px;}

ul li a {
  word-break: break-all;
  overflow-wrap: break-word;
}

.hero {
  margin: 0;
  padding: 0;
  border: none;
}

.hero img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -4em;
  padding: 0;
  line-height: 0;
}

.features {background-image: url('../img/orange-bg.png');}

.features h2 {
  font-weight: bold;
  color: #333;
}

.features p {
  max-width: 800px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.card {
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.miraicard {
  border: 1px solid #e9e9e9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.card-body {
  --bs-card-spacer-x: 2rem;
  padding-bottom: 2em;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.nav-link {
  color: #2d2d2d;
  font-weight: 600;
}

.top-btn, .detail-btn {
  position: relative;
  background-color: #f28828;
  border: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: .8em 4em .8em 2em;
}

.detail-btn {
  font-size: 1.1em;
  padding: .8em 5.5em .8em 5em;
}

.top-btn {margin-left: 1em;}

.top-btn:hover, .detail-btn:hover {
  background-color: #e37010;
  color: #fff;
}

.top-btn::after, .detail-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2em;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2em;
  background-color: #fff;
}

.top-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url('../img/mailicon.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.detail-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url('../img/arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.btn.top-btn,
.btn.top-btn:visited,
.btn.top-btn:hover,
.btn.top-btn:active,
.btn.top-btn:focus {
  color: #fff !important;
}

.service-layer01 {
  background-image: url('../img/raku-logo.png');
  background-repeat: no-repeat;
  background-position: right bottom;

  padding-left: 3rem;
  padding-right: 3rem;
}

.service-layer02 {
  font-size: 1.2em;
  padding-left: 3rem;
  padding-right: 3rem;
}

.recruit img {display: block;}

.recruit-layer {
  background-image: url('../img/raku-logo.png');
  background-repeat: no-repeat;
  background-position: right 30px top;
}

.recruit-text {
  width: 600px;
  float: right;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.access-table {
  width: 100%;
  table-layout: fixed;
}

.company-table th, .company-table td,
.access-table th, .access-table td {
  border: 1px solid #ccc;
  padding: 0.75rem;
  vertical-align: top;
  border-left: none;
  border-right: none;
}

.company-table th, .access-table th {
  background-color: #e9e9e9;
  text-align: left;
  width: 34%;
}

.company-table td, .access-table td {background-color: #fff;}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  width: 100%;
  min-width: unset;
  border-collapse: collapse;
  word-break: break-word;
}

.google-maps {
  height: 100%;
}

.google-maps iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
}

.access-table ul li {padding: 1em 0;}

.text-orange {
  color: #f28828 !important;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 0 !important;
}

.company-table .text-orange a {
  font-weight: 400;
  color: #f28828 !important;
  text-decoration: none;
  }

.bg-orange {background-color: #f28828;}
.card-img,
.card-img-top {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.contact-banner {
  background: #fcf4ea;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.recruit-page .reason-heading {
  background-image: url('../img/reason-icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  color: #f28828;
  font-size: 30px;
  text-align: left;
  margin-bottom: 0.5em;
  padding: 1em 0 1em 2.6em;
}

.reason-description {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  padding-top: 1em;
  margin: 0 !important;
}

.reason-text {padding: 1rem !important;}

.interview-card {
  border: 1px solid #eee;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 2em;
}

.interview-heading {
  background-image: url('../img/voice-icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding: 1em 0 1em 3.8em;
}

.interview-profile {color: #888;}

.interview-schedule-title {
  background-image: url('../img/schedual-icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
  text-align: left;
  padding: 1em 0 1em 2.4em;
}

.footer-top {
  background-color: #fff;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.footer-top a {
  color: #333;
  text-decoration: none;
  margin: 0 0.5rem;
}

.footer-top a:hover {text-decoration: underline;}
.footer-bottom {
  background-color: #f58220;
  color: #fff;
  font-size: 13px;
}

.footer-logo {height: 50px;}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
  margin: 0 0.5rem;
}

.bpo-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background-color: rgba(242, 136, 40, 0.5);
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  font-style: italic;
  text-align: center;
  letter-spacing: 2px;
  padding: 0.5rem 0;
  height: 100%;
  width: 4rem;
  border-bottom-right-radius: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.itbpo-layer img, .img-fluid {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-fluid:not(.reverse) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.img-fluid.reverse {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.itbpo-layer .bpo-label {border-top-right-radius: 20px;}

.pdt6 {
  padding-top: 6rem;
  overflow: hidden;
}

.pdt1 {padding-bottom: 1em !important;}

.btn-outline-orange {
  display: block;
  width: 300px;
  padding: .8em 4em .8em 2em;
  border: 2px solid #f28828;
  border-radius: 50px;
  color: #f28828;
  background-color: transparent;
  background-image: url('../img/arrow-sita.png');
  background-repeat: no-repeat;
  background-position: right 1em center;
  font-weight: 600;
  font-size: 1.2rem;
  text-decoration: none;
  position: relative;
}

.btn-outline-orange a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
}

.btn-outline-orange:hover {
  background-color: #f28828;
  background-image: url('../img/arrow-whsita.png');
  color: #fff;
}

.btn-outline-orange:hover a {color: #fff;}

.btn-outline-orange:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5em;
  transform: translateY(-50%);
  width: 2px;
  height: 1.2em;
  background-color: #f28828;
}


@media (max-width: 1330px) {
  .recruit-text {
    width: 100%;
    float: none;
  }



}

@media (max-width: 990px) {
  .hero img {margin-bottom: 0;}


}

@media (max-width: 768px) {

  .system-tt:before {left: 10% !important;}

  .top-btn, .detail-btn {display: block;}
  .service-layer01 {
    background-image: url('../img/raku-logo.png');
    background-repeat: no-repeat;
    background-position: top right 10px;
    background-size: 60px;
  }

  .service-layer01, .service-layer02 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .list-inline-item, .flex-row {display: block;}
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pdt6 {padding-top: 3rem;}

  .hero-title,
  .contact-title,
  .company-title,
  .access-title,
  .recruit-title {
    height: 240px;
    font-size: 2.2rem;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    background-position: right top;
  }
 
  .p-5, .card-body {padding: 1.5em 3% 2.5rem 3%!important;}
  .w-50 {width: 100% !important;}

  .img-fluid,
  .img-fluid.reverse {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .reason-description {padding-bottom: 2em;}
  .recruit-page .interview-heading:before {display: none;}
  .interview-heading {margin-bottom: 0;}




}