@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-feature-settings: "pkana";
          font-feature-settings: "pkana";
  letter-spacing: 0.1rem;
}
@media (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
  }
}

html, body {
  height: 100%;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}
.wrapper > .container {
  min-height: 100%;
}

.tocontact, header {
  z-index: 1030;
}

.tocontact {
  position: fixed;
  display: block;
  height: 0;
  right: 0;
  overflow: hidden;
  background-color: #ed848c;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg preserveAspectRatio='xMidYMid' viewBox='0 0 32 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-miterlimit='10' d='M1,2L31 2 31 22 1 22 1 2z M1,6.7L16 16.7 31 6.7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
@media (min-width: 992px) {
  .tocontact {
    top: 10vh;
    width: 72px;
    padding-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .tocontact {
    top: 70px;
    width: 48px;
    padding-top: 40px;
  }
}

.page-outline {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0.875rem;
  border-style: solid;
  border-color: #fff;
  z-index: 1020;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 575.98px) {
  .page-outline {
    width: 100%;
    border-width: 0.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-outline {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
}
header .navbar-header {
  background-color: #fff;
  border-bottom-right-radius: 1rem;
}
header .navbar-header .navbar-brand {
  background-image: url("../images/logomark.svg");
}
@media (min-width: 992px) {
  header .navbar-header {
    width: 280px;
    height: 180px;
  }
  header .navbar-header .navbar-brand {
    width: 160px;
    padding-top: 180px;
  }
}
@media (max-width: 991.98px) {
  header .navbar-header {
    width: 140px;
    height: 90px;
  }
  header .navbar-header .navbar-brand {
    width: 80px;
    padding-top: 90px;
  }
}

footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.img-txt {
  margin: auto;
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.figure {
  display: block;
}

a:hover, a:focus, button:hover, button:focus {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  a:hover, a:focus, button:hover, button:focus {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.section-title {
  margin-bottom: 2rem;
  padding: 1rem 0;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}

.biz-content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.biz-content h3::after {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1rem;
  border-top: 1px solid #212529;
  content: "";
}
.biz-content ul + h3 {
  margin-top: 2rem;
}

p.lead {
  margin-bottom: 3rem;
  letter-spacing: 0.125rem;
  line-height: 1.75;
}

@media (max-width: 991.98px) {
  .section-title {
    margin-bottom: 1rem;
  }

  p.lead {
    font-size: 1rem;
  }
}
.list-unstyled.dot li, .list-unstyled.bar li {
  position: relative;
  padding-left: 1em;
}
.list-unstyled.dot li::before, .list-unstyled.bar li::before {
  position: absolute;
  left: 0;
}
.list-unstyled.dot li::before {
  content: "・";
}
.list-unstyled.bar li::before {
  content: "−";
}

#index section {
  position: relative;
  min-height: 100vh;
}
#index section .container {
  height: 100%;
}
#index section .container > .row {
  height: 100%;
}
@media (min-width: 1200px) {
  #index section:not(#hero) {
    padding: 120px 150px;
  }
  #index section:not(#hero) .container {
    min-height: calc(100vh - 240px);
  }
  #index section:not(#hero) .container > .row {
    min-height: calc(100vh - 240px);
  }
}
@media (max-width: 1199.98px) {
  #index section:not(#hero) {
    padding: 45px 30px;
  }
  #index section:not(#hero) .container {
    min-height: calc(100vh - 90px);
  }
  #index section:not(#hero) .container > .row {
    min-height: calc(100vh - 90px);
  }
}
#index #hero {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index #hero .container-fluid {
  height: 100%;
}
#index #hero .container-fluid > .row {
  height: 100%;
  padding-bottom: 10vh;
}
#index #hero .container-fluid .headcopy {
  color: #fff;
  line-height: 1.8;
}
#index #hero .container-fluid .to-next {
  position: relative;
  padding-left: 1rem;
}
#index #hero .container-fluid .to-next > a {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 0.25rem;
}
#index #hero .container-fluid .to-next::before {
  -webkit-animation-name: scrollAnime;
          animation-name: scrollAnime;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  position: absolute;
  left: 0;
  width: 1px;
  display: block;
  background-color: #fff;
  content: "";
  overflow: hidden;
}
@-webkit-keyframes scrollAnime {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 3%;
    height: 94%;
  }
  100% {
    top: 100%;
    height: 0;
  }
}
@keyframes scrollAnime {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 3%;
    height: 94%;
  }
  100% {
    top: 100%;
    height: 0;
  }
}
@media (min-width: 992px) {
  #index #hero {
    background-image: url("../images/hero-visual.jpg");
  }
  #index #hero .container-fluid > .row {
    padding-bottom: 10vh;
  }
  #index #hero .container-fluid .headcopy {
    font-size: 1.125rem;
  }
  #index #hero .container-fluid .headcopy .leadcopy {
    text-indent: -0.875rem;
  }
  #index #hero .container-fluid .to-next {
    margin-top: 3rem;
    height: 150px;
  }
}
@media (max-width: 991.98px) {
  #index #hero {
    background-image: url("../images/hero-visual_sp.jpg");
  }
  #index #hero .container-fluid > .row {
    padding-bottom: 20vh;
  }
  #index #hero .container-fluid .headcopy {
    font-size: 0.875rem;
    letter-spacing: 0.025rem;
  }
  #index #hero .container-fluid .headcopy .leadcopy {
    text-indent: -0.5rem;
  }
  #index #hero .container-fluid .to-next {
    margin-top: 2rem;
    height: 100px;
  }
}
@media (min-width: 992px) {
  #index #business-support .biz-content {
    width: 60%;
  }
}
#index #global-business-support {
  background-color: rgba(237, 132, 140, 0.5);
}
@media (max-width: 991.98px) {
  #index #business-support picture img, #index #global-business-support picture img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#index #company .company-name.img-txt {
  margin-left: 0;
  margin-bottom: 2rem;
  background-image: url("../images/logotype.svg");
  width: 402px;
  padding-top: 48px;
}
#index #company address span {
  line-height: 2;
}
#index #company address span::after {
  content: "\a";
  white-space: pre;
}
#index #company .contactus {
  padding: 3rem;
  border-radius: 12px;
  background-color: #eeeeef;
}
#index #company .contactus .form-body .form-group + .form-group {
  margin-top: 1.125rem;
}
#index #company .contactus .form-body .form-group .form-control {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-bottom: 2px solid #adb5bd;
}
#index #company .contactus .form-body .form-group label, #index #company .contactus .form-body .form-group #submit {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875em;
}
#index #company .contactus .form-body .form-group #submit {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#index #company .contactus .contact-result {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
}
#index #company .container {
  padding-bottom: 60px;
}
#index #company footer {
  white-space: nowrap;
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  #index #company .company-name.img-txt {
    width: 100%;
    padding-top: 12%;
  }
  #index #company address span {
    letter-spacing: 0;
  }
  #index #company .form-body {
    margin: 0 -1rem;
    padding: 1.75rem;
  }
}
@media (max-width: 1199.98px) {
  #index #company footer {
    padding: 30px 0;
    letter-spacing: 0;
  }
}

.bl {
  display: none;
}

#loader-bg, #loader {
  display: block;
  position: fixed;
}

#loader-bg {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 1040;
}
#loader-bg #loader {
  top: 50%;
  left: 50%;
  width: 10%;
  height: 10%;
  margin-top: -5%;
  margin-left: -5%;
  text-align: center;
  color: #fff;
  z-index: 1045;
}

/*
// アニメーション
.sa {
	opacity: 0;
	@include transition(all .6s ease);

	&.sa--up {
		transform: translate(0, 100px);
	}

	&.show {
		opacity: 1;
		transform: none;
	}
}
*/