@charset "UTF-8";
/*-------------------------------------------------------------------------------------
    color
---------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
    typography
---------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
    Brakepoint
---------------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.mean-container a.meanmenu-reveal {
  border: none;
}

.hero-area {
  margin-top: 100px;
}

.for-sp {
  display: none;
}

.mean-container .mean-bar {
  top: 0;
}
.mean-container .mean-nav {
  margin-top: 0;
}
.mean-container .mean-nav ul {
  border-top: 10px #fff solid;
}

#home .hero-area {
  height: calc(100vh - 100px);
  max-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  margin: 100px 0 0;
  background: url("../images/main_img.png") no-repeat right calc((100vw - 1170px) / 2) bottom 100px;
}
#home .hero-area .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home .hero-area .hero-text {
  position: relative;
}
#home .hero-area .hero-text::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/element_blue.svg") no-repeat left top;
  height: 60px;
  width: 60px;
  left: -100px;
  top: 1em;
  background-size: contain;
}
#home .hero-area .hero-text h1 {
  color: #333;
  font-size: 72px;
  line-height: 1.4;
  font-weight: 600;
}
#home .hero-area .hero-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 1px;
  margin: 60px 0 40px;
  color: #333;
  z-index: 2;
}
#home .hero-area .hero-text p svg {
  margin-left: 20px;
}
#home .hero-area .hero-cta a {
  letter-spacing: 0.2em;
  color: #e73653;
  font-size: 14px;
  background: #fff;
  border: #e73653 1px solid;
}
#home .hero-area .hero-cta a:hover {
  cursor: pointer;
  color: #fff;
  background: #e73653;
}
#home .about-img {
  display: block !important;
}

#home .offer {
  background: #f3f4f5;
}

#home .blog {
  background-color: #fbfbfb; 
}


#about .align-center {
  text-align: center;
}

#about .about-text p {
  line-height: 1.8;
}
#about .about-text p + p {
  margin-top: 1em;
}
#about .about-text p a {
  display: inline-block;
  color: #e73653;
}
#about .center-btn a {
  padding-left: 100px;
  padding-right: 100px;
}
#about .footer {
  margin-top: 0;
}

#service .offer {
  margin-top: 0;
}
#service .lead-text {
  margin-top: 40px;
  margin-bottom: 40px;
}
#service .lead-text p {
  font-size: 16px;
  line-height: 1.8;
}
#service .lead-text p + p {
  margin-top: 1em;
}
#service .footer {
  margin-top: 0;
}

#company .map {
  padding: 60px 0;
}
#company .map p {
  font-size: 14px;
  margin: 20px 0;
}
#company .map li {
  list-style-type: disc;
  font-size: 13px;
  margin-left: 1em;
  font-weight: 300;
}
#company .center-btn a {
  padding-left: 100px;
  padding-right: 100px;
}
#company .footer {
  margin-top: 0;
}

#philosophy .mvv {
  text-align: center;
  margin-bottom: 100px;
}
#philosophy .mvv h3 {
  color: #e73653;
}
#philosophy .mvv .mvv-wrap {
  margin-top: 60px;
  background: #fafafa;
  padding: 60px 40px;
  border-radius: 16px;
}
#philosophy .mvv .mvv-lead {
  margin-bottom: 30px;
  line-height: 1.4;
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", YakuHanMP, "Noto Serif JP", serif;
}
#philosophy .mvv .mvv-text p {
  line-height: 2;
}
#philosophy .footer {
  margin-top: 0;
}

#culture .section-title {
  text-align: center;
}
#culture .sub-heading {
  text-align: center;
  display: block;
}
#culture .lead-text {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}
#culture .lead-text p {
  font-size: 16px;
  line-height: 1.8;
}
#culture .lead-text p + p {
  margin-top: 1em;
}
#culture .office-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#culture .office-image img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 380px;
  max-width: 100%;
  margin: 0.2em;
  border-radius: 4px;
}
#culture .benefit {
  background: #FBFCFD;
  padding: 67px 0 67px;
  margin-bottom: 0;
}
#culture .benefit .benefit-wrapper {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 8px;
  height: calc(100% - 40px);
  border: 1px solid #eee;
}
#culture .benefit .benefit-wrapper .benefit-image {
  height: 240px;
  overflow: hidden;
}
#culture .benefit .benefit-wrapper .benefit-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
#culture .benefit .benefit-wrapper h5 {
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px 24px;
}
#culture .benefit .benefit-wrapper p {
  font-size: 14px;
  padding: 0 24px 24px;
}
#culture .footer {
  margin-top: 0;
}

#bpo h3 {
  font-family: "Noto Sans JP", sans-serif;
}
#bpo .mb-60 {
  margin-bottom: 60px;
}
#bpo .section-title {
  text-align: center;
}
#bpo .lead-text {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}
#bpo .bpo-counter .single-counter {
  text-align: center;
  margin-bottom: 40px;
}
#bpo .bpo-counter .single-counter iconify-icon {
  background: #fad5db;
  color: #e73653;
  font-size: 35px;
  padding: 14px;
  border-radius: 50%;
  padding: 12px;
  margin-bottom: 5px;
}
#bpo .bpo-counter .single-counter h5 {
  margin: 20px 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
#bpo .bpo-img-card {
  background: #FBFCFD;
  padding: 67px 0 67px;
  margin-bottom: 0;
}
#bpo .bpo-img-card .bpo-img-wrapper {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 8px;
  height: calc(100% - 40px);
  border: 1px #eee solid;
}
#bpo .bpo-img-card .bpo-img-wrapper > div {
  height: 240px;
  overflow: hidden;
}
#bpo .bpo-img-card .bpo-img-wrapper > div img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
#bpo .bpo-img-card .bpo-img-wrapper h5 {
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px 24px 0;
}
#bpo .bpo-img-card .bpo-img-wrapper p {
  font-size: 14px;
  padding: 0 24px 24px;
  margin-top: 20px;
}
#bpo .home-2-testimonial {
  margin: 60px 0;
}
#bpo .home-2-testimonial .slick-arrow {
  top: -30px;
}
#bpo .home-2-testimonial .sub-heading {
  margin-bottom: 20px;
  text-align: left;
}
#bpo .home-2-testimonial h3 {
  text-align: left;
}
#bpo .home-2-testimonial .home-2-testi-wrapper {
  margin-top: 60px;
  padding: 52px 35px;
  background: #fafbfc;
  border-radius: 18px;
}
#bpo .home-2-testimonial p {
  margin-top: 30px;
}
#bpo .faq-page {
  background: #FBFCFD;
  padding-bottom: 120px;
}
#bpo .faq-page .card {
  background: transparent;
}
#bpo .faq-page .card h2 {
  width: 100%;
}
#bpo .faq-page .btn {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
#bpo .faq-page .card-body {
  color: #333;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
#bpo .bg-lightgray {
  background-color: #f3f4f5;
}
#bpo .footer {
  margin-top: 0;
}

#privacy .inner-hero,
#security .inner-hero,
#guideline .inner-hero {
  background: #ecedee;
  padding: 30px 0 40px;
}
#privacy .inner-hero::before,
#security .inner-hero::before,
#guideline .inner-hero::before {
  background: transparent;
}
#privacy .default section,
#security .default section,
#guideline .default section {
  margin-top: 40px;
}
#privacy .default h4,
#security .default h4,
#guideline .default h4 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.4;
}
#privacy .default p,
#security .default p,
#guideline .default p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1em;
}
#privacy .default ol,
#security .default ol,
#guideline .default ol {
  padding-left: 1.2em;
  margin-bottom: 1em;
}
#privacy .default ol li,
#security .default ol li,
#guideline .default ol li {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
}
#privacy .default ul,
#security .default ul,
#guideline .default ul {
  margin-bottom: 1em;
  list-style-type: disc;
  margin-left: 1em;
}
#privacy .default ul li,
#security .default ul li,
#guideline .default ul li {
  font-size: 14px;
  line-height: 1.8;
}
#privacy .default a,
#security .default a,
#guideline .default a {
  font-weight: 300;
  font-size: 13px;
  text-decoration: underline;
}
#privacy .default table,
#security .default table,
#guideline .default table {
  margin-bottom: 20px;
  width: 100%;
}
#privacy .default table tr,
#security .default table tr,
#guideline .default table tr {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
}
#privacy .default table tr th,
#security .default table tr th,
#guideline .default table tr th {
  font-weight: 500;
  font-size: 13px;
  padding: 10px;
}
#privacy .default table tr td,
#security .default table tr td,
#guideline .default table tr td {
  font-weight: 300;
  font-size: 13px;
  padding: 10px;
}
#privacy .default table tr td:first-child,
#security .default table tr td:first-child,
#guideline .default table tr td:first-child {
  width: 10em;
}
#about .default .align-right,
#privacy .default .align-right,
#security .default .align-right,
#guideline .default .align-right {
  text-align: right;
}
#about .default .mt40,
#privacy .default .mt40,
#security .default .mt40,
#guideline .default .mt40 {
  margin-top: 40px;
}
#privacy .footer,
#security .footer,
#guideline .footer {
  margin-top: 0;
}

.default {
  margin-top: 0;
  padding: 135px 0 135px 0;
}
.default:nth-child(odd) {
  background: #FBFCFD;
}
.default .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 65px;
}
.default .lead-text {
  margin-top: 40px;
  margin-bottom: 40px;
}
.default .lead-text p {
  font-size: 16px;
  line-height: 1.8;
}
.default .lead-text p + p {
  margin-top: 1em;
}
.default .table-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.default .table-wrapper table {
  width: 80%;
}
.default .table-wrapper table tr {
  border: solid 1px rgba(212, 212, 255, 0.1);
  border-left: 0;
  border-right: 0;
}
.default .table-wrapper table tr td {
  font-size: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: 300;
  padding: 20px;
  line-height: 1.7;
}
.default .table-wrapper table tr td a {
  font-weight: 300;
}
.default .table-wrapper table tr td:first-child {
  width: 15em;
  font-weight: 500;
}
.default .footer {
  margin-top: 0;
}

@media screen and (min-width: 1200px) {
  .for-sp-menu {
    display: none;
  }
  .site-logo {
    margin-top: 0;
  }
  .current {
    color: #e73653 !important;
  }
}
@media screen and (max-width: 1200px) {
  .header .site-logo {
    width: 140px;
    margin-top: 10px;
  }
  .mean-container a.meanmenu-reveal {
    margin-top: -35px;
    margin-right: 0;
  }
  .hero-area {
    margin-top: 63px;
  }
  .hero-area .inner-hero {
    padding: 20px 0 50px;
  }
  .hero-area .page-title-img {
    height: 200px;
    width: calc((100vw - 1170px) / 2 + 680px);
  }
  .hero-area .page-title-img img {
    border-radius: 154px 0 0 0;
  }
  #home .hero-area {
    background-position: right bottom 40px;
  }
  #home .hero-area .hero-text::before {
    left: 0;
    top: -80px;
  }
}
@media screen and (max-width: 992px) {
  .hero-area .inner-hero {
    padding: 20px 0 70px;
  }
  .hero-area .inner-hero .hero-text {
    padding-left: 40px;
  }
  .hero-area .inner-hero .hero-text h2 {
    font-size: 40px;
  }
  .hero-area .inner-hero .hero-text h2::before {
    height: 24px;
    width: 24px;
    left: -40px;
    top: 10px;
    background-size: contain;
  }
  .hero-area .inner-hero .hero-text span {
    font-size: 16px;
  }
  .hero-area .inner-hero .hero-text p {
    font-size: 16px;
  }
  .hero-area .page-title-img {
    height: 200px;
    width: calc((100vw - 1170px) / 2 + 650px);
  }
  .hero-area .page-title-img img {
    border-radius: 154px 0 0 0;
  }
  #home .about-img {
    max-width: 70vw;
    margin: 0 auto;
  }
  #bpo .offset-1 {
    margin-left: auto;
  }
  .footer .widgets .col-md-12 {
    text-align: center;
  }
  .footer .footer-btn .button {
    margin: 12px auto;
  }
}
@media screen and (max-width: 768px) {
  .hero-area .inner-hero {
    padding: 20px 0 40px;
  }
  .hero-area .inner-hero .hero-text p {
    font-size: 14px;
  }
  .hero-area .inner-hero .hero-text a {
    font-size: 14px;
  }
  .hero-area .inner-hero .hero-text .disabled {
    font-size: 14px;
  }
  .hero-area .page-title-img {
    height: 160px;
    width: calc((100vw - 540px) / 2 + 280px);
  }
  .hero-area .page-title-img img {
    border-radius: 123px 0 0 0;
  }
  #bpo .home-2-testimonial h3 {
    text-align: center;
  }
  #bpo .home-2-testimonial .sub-heading {
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .hero-area {
    margin-top: 83px;
  }
  .hero-area .inner-hero {
    padding: 20px 0 20px;
    margin-top: -20px;
  }
  .hero-area .inner-hero .hero-text {
    padding-left: 30px;
  }
  .hero-area .inner-hero .hero-text h2 {
    font-size: 32px;
  }
  .hero-area .inner-hero .hero-text h2::before {
    height: 20px;
    width: 20px;
    left: -30px;
    top: 8px;
    background-size: contain;
  }
  .hero-area .inner-hero .hero-text p {
    font-size: 14px;
    display: block;
  }
  .hero-area .inner-hero .hero-text a {
    font-size: 12px;
  }
  .hero-area .inner-hero .hero-text .disabled {
    font-size: 12px;
  }
  .hero-area .page-title-img {
    height: 120px;
    width: calc(100vw - 240px);
  }
  .hero-area .page-title-img img {
    border-radius: 92px 0 0 0;
  }
  .for-sp {
    display: block;
  }
  .section-title h2 {
    margin-bottom: 10px;
    font-size: 36px;
  }
  .section-title .sub-heading p {
    font-size: 14px;
  }
  .button {
    padding: 17px 50px;
  }
  .offer-wrapper .service-logo {
    height: 120px;
  }
  .inner-hero {
    padding: 50px 0;
  }
  .inner-hero .hero-text h2 {
    font-size: 30px;
  }
  .default,
  .offer,
  .portfolio-page {
    padding: 60px 0;
  }
  .default .section-title,
  .offer .section-title,
  .portfolio-page .section-title {
    margin-bottom: 40px;
  }
  .default .section-title h3,
  .offer .section-title h3,
  .portfolio-page .section-title h3 {
    font-size: 20px;
    line-height: 1.6;
  }
  .default .table-wrapper table {
    width: 100%;
  }
  .default .table-wrapper table tr td {
    font-size: 13px;
    padding: 10px;
  }
  .default .table-wrapper table tr td:first-child {
    width: 9em;
  }
  .footer {
    text-align: center;
  }
  .footer .widgets .d-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #home .hero-area {
    max-height: none;
    background-size: 90%;
  }
  #home .hero-area .container {
    max-height: none;
    background-size: 65%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 40px;
  }
  #home .hero-area .container h1 {
    font-size: 36px;
  }
  #home .hero-area .container p {
    font-size: 14px;
    line-height: 1.8;
    display: block;
    margin: 30px 0;
  }
  #home .hero-area .hero-text::before {
    height: 9.45vw;
    width: 9.45vw;
    top: -60px;
  }
  #home .about {
    padding: 90px 0;
  }
  #home .about .section-title h2 {
    margin-bottom: 0;
  }
  #home .about p {
    font-size: 15px;
  }
  #home .about .about-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  #home .blog-wrapper {
    margin: 0 20px;
  }
  #home .blog-wrapper .blog-img {
    height: 180px;
  }
  #home .blog-wrapper .date {
    right: 15%;
    bottom: 105px;
  }
  #home .blog-wrapper h5 {
    font-size: 18px;
  }
  #home .offer-wrapper {
    margin: 0 20px;
  }
  #home .maps {
    margin-bottom: -40px;
  }
  #home .testimonials .testimonial-wrapper {
    margin: 0 20px;
    padding: 32px 24px;
  }
  #home .testimonials .info-link {
    padding: 30px 10px;
  }
  #home .testimonials .info-link a {
    font-size: 14px;
  }
  #about .about-text p {
    font-size: 14px;
  }
  #service .lead-text p {
    font-size: 14px;
  }
  #culture .lead-text p {
    text-align: left;
    font-size: 14px;
  }
  #philosophy .mvv .mvv-wrap {
    padding: 30px 20px;
  }
  #philosophy .mvv .mvv-wrap .mvv-lead {
    font-size: 20px;
  }
  #philosophy .mvv .mvv-wrap .mvv-text p {
    text-align: left;
    font-size: 14px;
  }
  #privacy .inner-hero,
  #security .inner-hero,
  #guideline .inner-hero {
    padding: 20px 0 30px;
  }
  #privacy .default h4,
  #security .default h4,
  #guideline .default h4 {
    font-size: 16px;
  }
  #privacy .default p,
  #security .default p,
  #guideline .default p {
    font-size: 14px;
  }
  #privacy .default ol li,
  #privacy .default ul li,
  #security .default ol li,
  #security .default ul li,
  #guideline .default ol li,
  #guideline .default ul li {
    font-size: 13px;
  }
  #bpo h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  #bpo .lead-text p {
    text-align: left;
    font-size: 14px;
  }
  #bpo .single-counter p {
    font-size: 14px;
  }
  #bpo .bpo-img-card .bpo-img-wrapper {
    margin: 0 20px 30px;
    padding-bottom: 10px;
  }
  #bpo .bpo-img-card .bpo-img-wrapper div {
    height: 180px;
  }
  #bpo .home-2-testimonial .home-2-testi-wrapper {
    padding: 30px 20px;
  }
  #bpo .home-2-testimonial img {
    height: 40px;
  }
  #bpo .home-2-testimonial p {
    font-size: 14px;
  }
  #bpo .faq-page .card-header .btn {
    font-size: 14px;
  }
  #bpo .faq-page .card-body {
    font-size: 14px;
  }
}/*# sourceMappingURL=custom.css.map */