@charset "UTF-8";
.u-font-Noto {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-family: "-apple-system", "BlinkMacSystemFont", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "segoe ui", "游ゴシック Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 320px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  body {
    font-size: 27px;
  }
}

h1, h2, h3, h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #005BAB;
  font-feature-settings: "palt";
}

small {
  display: inline-block;
}

.btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

.btn-primary {
  background: #005BAB;
  border-color: #005BAB;
}
.btn-primary:hover {
  background: #005BAB;
}

.p-main {
  color: #333;
}
.p-main p {
  font-size: 0.9em;
  line-height: 1.7;
  text-align: justify;
}
.p-main img {
  width: 100%;
  height: auto;
}

.p-header .navbar {
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.85);
}
.p-header .navbar-brand {
  padding: 0;
}
.p-header .__logo {
  padding: 0;
  width: auto;
  height: 2em;
}
.p-header .navbar-btn-wrap {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.p-header .navbar-btn-wrap button {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0;
  background: #005BAB;
}
.p-header .navbar-btn-wrap button:focus {
  box-shadow: none;
}
.p-header .navbar-btn-wrap button a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.p-header .navbar-btn-wrap button img {
  width: 24px;
  height: auto;
}
.p-header .navbar-btn-wrap button.lang img, .p-header .navbar-btn-wrap button.mail img {
  width: 54px;
}
.p-header .navbar-btn-wrap button.mail {
  background: #f00;
}
@media screen and (min-width: 768px) {
  .p-header .navbar-btn-wrap button {
    width: 80px;
    height: 80px;
  }
  .p-header .navbar-btn-wrap button img {
    width: 36px;
  }
}
.p-header .navbar-toggler {
  padding: 0.25rem 0.5rem;
}
.p-header .navbar-collapse {
  margin-top: 6px;
}
.p-header .nav-item .nav-link {
  font-family: "Noto Sans JP", sans-serif;
  color: #005BAB;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-header .navbar {
    padding: 10px 0;
  }
  .p-header .__logo {
    height: 60px;
  }
  .p-header .navbar-collapse {
    margin-top: 10px;
  }
}

.navbar-collapse {
  transition: all 0.1s;
}

.swiper-container {
  width: 100%;
}

.swiper-pagination-horizontal.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 4px;
}

.swiper-pagination {
  position: relative;
  text-align: left;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px rgba(255, 255, 255, 0.5));
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: auto;
  top: -7vw;
  left: auto;
  width: 100%;
  margin: 0 auto;
  padding-left: 5vw;
}

@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom, .swiper-pagination-fraction {
    top: -4vw;
    padding-left: 5vw;
  }
}
@media screen and (min-width: 1400px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom, .swiper-pagination-fraction {
    top: -1.8em;
    width: 1298px;
    padding-left: 2em;
  }
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
  outline: 0;
  opacity: 1;
  background: #99CCFF !important;
  background: 0 0;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1D2087 !important;
}

@media screen and (min-width: 768px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 0.8;
  background: #fff;
}

@media screen and (min-width: 1400px) {
  .swiper-slide {
    max-width: 1298px;
  }
}
/* luminous */
.lum-lightbox.lum-open {
  z-index: 9999;
}

.lum-lightbox-inner img {
  max-height: 100% !important;
  max-width: 100% !important;
}

.p-h2 {
  margin: 0 auto;
  padding: 0.5em 0;
  font-size: 1.4em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-h2 {
    font-size: 1.7em;
  }
}

.p-h3 {
  margin: 0 0 0.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-h3 {
    font-size: 1.2em;
  }
}

.p-lead {
  font-size: 1em;
  text-align: center !important;
}

#lead {
  margin-bottom: 1em;
}
#lead .__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #005BAB;
  text-align: center;
  line-height: 1.4;
  font-feature-settings: "palt";
}
#lead .__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1em;
  text-align: center;
}
#lead .__txt {
  margin: 1.3em 0 0;
  font-size: 0.9em;
  line-height: 1.5;
}
#lead .__info {
  margin-top: 1.5em;
  padding: 1em 0;
  background: #1D2087;
}
#lead .__info p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #lead .__lead {
    font-size: 2em;
  }
  #lead .__txt {
    text-align: center;
  }
}

#reason {
  color: #fff;
  background: #3173ba;
}
#reason .p-h2 {
  color: #fff;
}
#reason .p-h2 em {
  font-size: 1.5em;
  font-style: normal;
}
#reason .__ol-reason {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#reason .__ol-reason li {
  position: relative;
  z-index: 1;
}
#reason .__ol-reason li .__wrap {
  border-left: 0.3em #fff solid;
}
#reason .__ol-reason li h3 {
  padding: 0.5em 0 1em 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.3em;
  color: #fff;
  border-bottom: 1px #fff solid;
}
#reason .__ol-reason li h3 small {
  display: block;
  margin-top: 1.3em;
  font-size: 0.6em;
  margin-bottom: -0.9em;
}
#reason .__ol-reason li h3.v--l2 {
  padding: 0 0 0.3em 0.5em;
}
#reason .__ol-reason li h3.v--l2 small {
  margin-top: 0.3em;
  margin-bottom: 0em;
}
#reason .__ol-reason li p {
  padding: 0.2em 0.7em;
  font-size: 0.8em;
  line-height: 1.3;
  min-height: 5.5em;
}
#reason .__ol-reason li .__no {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9em;
  color: rgba(29, 32, 135, 0.5);
  line-height: 1;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #reason .__ol-reason li {
    margin-bottom: 1em;
  }
}

#flow {
  color: #fff;
  background: #3173ba;
}
#flow .p-h2 {
  color: #fff;
}
#flow .p-lead {
  text-align: left !important;
  line-height: 1.5;
}
#flow .__ol-flow {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#flow .__ol-flow li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2.6em;
  padding: 0.1em 0.5em;
  background: #1D2087;
  border-radius: 0.3em;
}
#flow .__ol-flow li .__icn {
  width: 3em;
}
#flow .__ol-flow li p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}
#flow .__ol-flow li p small {
  display: block;
  margin-top: 0.5em;
  font-size: 0.5em;
  font-weight: normal;
}
#flow .__ol-flow li .__no {
  display: block;
  margin-top: -0.15em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
#flow .__ol-flow li::before {
  content: "";
  position: absolute;
  top: -2.2em;
  left: 50%;
  width: 5.6em;
  height: 1.8em;
  margin-left: -3em;
  background: url("./img/flow_arw.png") no-repeat center center;
  background-size: contain;
}
#flow .__ol-flow li:first-child {
  margin-top: 0;
}
#flow .__ol-flow li:first-child:before {
  content: none;
}
#flow .__text {
  margin-top: 1.5em;
  padding: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #333;
  line-height: 1.5;
  background: #fff;
  border-radius: 0.3em;
}
@media screen and (min-width: 768px) {
  #flow .p-lead {
    text-align: center !important;
  }
  #flow .__text {
    text-align: center;
  }
}

.p-com-dl {
  font-size: 0.9em;
  line-height: 1.7;
}
.p-com-dl dt {
  margin: 0;
  width: 6em;
  font-family: "Noto Sans JP", sans-serif;
  color: #005BAB;
  text-align: right;
  letter-spacing: 0.1em;
}
.p-com-dl dd {
  margin: -1.7em 0 0;
  margin-left: 6.8em;
  padding: 0 0 1.2em 0;
}
@media screen and (min-width: 768px) {
  .p-com-dl dt {
    width: 5.5em;
  }
  .p-com-dl dd {
    margin-left: 7em;
  }
}

.en .p-com-dl dt {
  width: 11em;
  letter-spacing: 0;
}
.en .p-com-dl dd {
  margin-left: 12em;
}
@media screen and (min-width: 768px) {
  .en .p-com-dl dt {
    width: 13em;
  }
  .en .p-com-dl dd {
    margin-left: 14em;
  }
}

#company {
  padding-top: 2.5em;
}
#company p {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#company .__hr {
  border-bottom: #666 1px solid;
}

.p-map-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}
.p-map-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: none;
}
@media screen and (min-width: 992px) {
  .p-map-wrap {
    padding-bottom: 40%;
  }
}

#factory h3 {
  font-family: "-apple-system", "BlinkMacSystemFont", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "segoe ui", "游ゴシック Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4em;
  color: #333;
}
#factory h3 small {
  font-size: 0.7em;
}
#factory p {
  font-size: 0.8em;
  line-height: 1.5;
}

#case .__ul-case {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#case .__ul-case li {
  margin-bottom: 1em;
}
#case .__ul-case a {
  color: #000;
  text-decoration: none;
}
#case .__ul-case img {
  display: inline-block;
  margin-bottom: 0.3em;
}
#case .__ul-case p {
  font-size: 0.8em;
  margin: 0;
  padding-left: 1.1em;
  line-height: 1.4;
}
#case .__ul-case p.__cat::before {
  content: "■";
  margin: 0 0.1em 0 -1em;
  color: #005BAB;
}

#ptr {
  background: #eee;
}
#ptr .ptr-ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#ptr .ptr-ul li {
  padding: 0.2em 0;
  border-top: #333 1px solid;
}
#ptr .ptr-ul li::before {
  content: "■";
  color: #005BAB;
  margin-right: 0.1em;
}
#ptr .ptr-ul li.etc::before {
  content: none;
}

#inquiry {
  padding-top: 2.5em;
}
#inquiry .form-control {
  border-color: #999;
}
#inquiry .col-form-label {
  font-family: "Noto Sans JP", sans-serif;
  color: #005BAB;
}
#inquiry .col-form-label small {
  margin-left: 0.5em;
  color: #333;
  font-weight: normal;
  font-size: 0.8em;
}
#inquiry .col-form-label::after {
  content: "";
  margin-left: 0.5em;
  font-size: 0.8em;
  font-weight: normal;
  color: #333;
}
#inquiry .col-form-label.__name::after {
  content: "お名前";
}
#inquiry .col-form-label.__email::after {
  content: "メールアドレス";
}
#inquiry .col-form-label.__company::after {
  content: "御社名";
}
#inquiry .col-form-label.__tel::after {
  content: "電話番号";
}
#inquiry .col-form-label.__country::after {
  content: "所在国";
}
#inquiry .col-form-label.__address::after {
  content: "ご住所";
}
#inquiry .col-form-label.__inquiry::after {
  content: "お問合せ内容";
}
#inquiry #form_submit {
  font-size: 1.2em;
}
#inquiry #cautionError {
  display: none;
  text-align: center;
}
#inquiry #cautionError.active {
  display: block;
}
#inquiry #cautionError strong {
  color: #600;
}
#inquiry #mail_form dt span.required {
  display: inline-block;
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.5em;
  font-size: 75%;
  font-weight: noemal;
  line-height: 1.25;
  color: #600;
  background-color: #f8d7da;
  border-radius: 4px;
}
#inquiry #mail_form dt span.optional {
  display: none;
}
#inquiry #mail_form .error_blank,
#inquiry #mail_form .error_format {
  font-size: 85%;
  color: #e00;
}

footer .__logo {
  margin-bottom: 1.5em;
  text-align: center;
}
footer .__logo img {
  width: 5em;
  height: auto;
}
footer .__wrap {
  padding-bottom: 3em;
  font-size: 1.2em;
  background: #1D2087;
}
footer .foot-nav {
  margin: 0;
  padding: 1em 0.5em 0.5em;
  list-style-type: none;
  text-align: center;
}
footer .foot-nav li {
  display: inline-block;
}
footer .foot-nav li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6em;
  color: #fff;
  text-decoration: none;
}
footer .foot-nav li::before {
  content: "|";
  display: inline-block;
  margin: 0 0.4em;
  font-weight: normal;
  color: #fff;
}
footer .foot-nav li:first-child:before {
  content: none;
}
footer .copyright {
  margin: 0;
  font-size: 0.9em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 576px) {
  footer .__logo img {
    width: 6.5em;
  }
}/*# sourceMappingURL=style.css.map */