@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* ==========================================================================
All Mixin
========================================================================== */
/* ================================
グローバル変数の定義
=================================== */
/* ================================
Color
=================================== */
/* ================================
Font Family
=================================== */
/* ================================
Font Weight
=================================== */
/* ================================
環境設定
=================================== */
/* ================================
Color
=================================== */
/* ================================
Font
=================================== */
html {
  font-size: 16px; }

h1, h2, h3, h4, h5, p, span, li, a, th, td, label, input, div {
  font-family: "Noto Sans JP", sans-serif !important; }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.4; }

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8; }

/* ================================
HTML環境設定
=================================== */
/* ================================
Extend
=================================== */
#header__sp__menu .toggler:before, #about__sc6 .inner:before, #about__sc6 .inner .wrap__year span, #home__mainvisual #youtube, #home__mainvisual h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.shadow, #header, #about__sc7 .blurb, #ecommerce__ec .wrap, #network__sc2 .wrap .blurb, #home__case .wrap__txt, .service-sc1 .wrap {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

/* Scss Document */
/* ================================
共通クラス
=================================== */
.pointer {
  cursor: pointer; }

.hidden {
  overflow: hidden; }

/* ================================
Position
=================================== */
.relative {
  position: relative; }

/* ================================
Background
=================================== */
.bg-custom-primary {
  background-color: #3B499F; }

.bg-second {
  background-color: #212B6E; }

.bg-xl-gray {
  background-color: #F9F9F9; }

/* ================================
Font
=================================== */
.second-jp {
  font-family: "Noto Serif JP", serif !important; }

.f-light {
  font-weight: 300; }

.f-reg {
  font-weight: 400 !important; }

.f-med {
  font-weight: 500 !important; }

.f-s-bold {
  font-weight: 600; }

.f-bold {
  font-weight: 700 !important; }

.f-x-bold {
  font-weight: 900; }

.f-base {
  font-size: 1rem; }

.f-14 {
  font-size: 14px; }

.f-15 {
  font-size: 15px; }

.f-18 {
  font-size: 18px; }

.f-md {
  font-size: 17px;
  line-height: 1.9; }
  @media screen and (max-width: 767px) {
    .f-md {
      font-size: 16px; } }

.f-lg {
  font-size: 20px;
  line-height: 1.9; }
  @media screen and (max-width: 767px) {
    .f-lg {
      font-size: 18px; } }

.h-xs {
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .h-xs {
      font-size: 18px; } }

.h-md {
  font-size: 26px; }
  @media screen and (max-width: 767px) {
    .h-md {
      font-size: 22px; } }

.h-lg {
  font-size: 30px; }
  @media screen and (max-width: 767px) {
    .h-lg {
      font-size: 24px; } }

.h-xl {
  font-size: 36px; }
  @media screen and (max-width: 767px) {
    .h-xl {
      font-size: 24px; } }

.f-primary {
  color: #3B499F; }

.f-second {
  color: #212B6E; }

.allcap {
  text-transform: uppercase; }

/* ================================
Margin
=================================== */
.mt-lg {
  margin-top: 75px; }
  @media screen and (max-width: 767px) {
    .mt-lg {
      margin-top: 50px; } }

/* ================================
Padding
=================================== */
.pt-lg {
  padding-top: 75px; }
  @media screen and (max-width: 767px) {
    .pt-lg {
      padding-top: 50px; } }

.pt-xl {
  padding-top: 100px; }
  @media screen and (max-width: 767px) {
    .pt-xl {
      padding-top: 75px; } }

.pb-lg {
  padding-bottom: 75px; }
  @media screen and (max-width: 767px) {
    .pb-lg {
      padding-bottom: 50px; } }

.pb-xl {
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .pb-xl {
      padding-bottom: 75px; } }

.py-lg {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media screen and (max-width: 767px) {
    .py-lg {
      padding-top: 50px;
      padding-bottom: 50px; } }

.py-xl {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .py-xl {
      padding-top: 75px;
      padding-bottom: 75px; } }

/* ================================
Link
=================================== */
.link-custom-primary {
  color: #3B499F;
  transition: .5s; }
  .link-custom-primary:hover {
    text-decoration: none;
    color: #3B499F; }

.link-custom-primary-l {
  color: #3B499F;
  text-decoration: none;
  transition: .5s; }
  .link-custom-primary-l:hover {
    opacity: .6; }

.link-second {
  color: #212B6E;
  transition: .5s; }
  .link-second:hover {
    text-decoration: none;
    color: #212B6E; }

.link-color3 {
  color: #DF9C00;
  transition: .5s;
  text-decoration: none; }
  .link-color3:hover {
    text-decoration: none;
    color: rgba(223, 156, 0, 0.6); }

/* ================================
List
=================================== */
.list-style-none {
  list-style: none;
  padding-left: 0; }

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

.list-style-default li {
  padding-bottom: 7px; }
  .list-style-default li:last-child {
    padding-bottom: 0; }

/* ================================
Animation
=================================== */
/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 1s; }

.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0); }

/*右から左にフェードイン*/
.right-to-left {
  opacity: 0.1;
  transform: translateX(20px);
  transition: all 1s; }

.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0); }

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 1s; }

.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0); }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ================================
Header
=================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%; }
  #header h1, #header h2, #header h3, #header h4, #header h5, #header p, #header span, #header li, #header a, #header th, #header td, #header label, #header input, #header div {
    font-family: "Noto Sans JP", sans-serif !important; }
  #header h3 {
    letter-spacing: 0 !important; }

.header__lang i {
  color: #fff;
  font-size: 17px; }
.header__lang .btn {
  color: #fff;
  padding: 0 15px 0 5px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 1rem !important; }
  .header__lang .btn:after {
    content: none; }
  .header__lang .btn:before {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
.header__lang .dropdown-menu {
  background-color: #3B499F;
  border-radius: 0;
  border: none; }
  .header__lang .dropdown-menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500; }
    .header__lang .dropdown-menu li a:hover {
      background-color: #DBDBDB;
      color: #3B499F; }

/* ================================
Header PC 
=================================== */
#header__pc__sub {
  background-color: #3B499F;
  padding: 3px 50px;
  border-bottom: 1px solid #fff; }

#header__pc__sub .left .form-control {
  border-radius: 0;
  width: 205px;
  font-size: 15px;
  padding: 3px 10px; }
#header__pc__sub .left .btn {
  background-color: #DBDBDB;
  display: block;
  text-align: center;
  width: 75px;
  border-radius: 0 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 3px 10px !important; }

#header__pc__sub .right .menu li {
  padding-right: 40px; }
  #header__pc__sub .right .menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px; }

#header__pc__main .logo {
  margin-right: 15px; }
  #header__pc__main .logo img {
    width: 155px; }
    @media screen and (max-width: 1399px) {
      #header__pc__main .logo img {
        width: 300px; } }
  #header__pc__main .logo__txt {
    width: 210px !important; }
  #header__pc__main .logo--lg {
    display: block; }
    @media screen and (max-width: 1399px) {
      #header__pc__main .logo--lg {
        display: none; } }
  #header__pc__main .logo--sm {
    display: none; }
    @media screen and (max-width: 1399px) {
      #header__pc__main .logo--sm {
        display: block; } }

#header__pc__main .menu {
  width: calc(100% - 315px); }
  #header__pc__main .menu li {
    border-right: 1px solid #DBDBDB;
    width: 185px;
    max-width: calc(100% / 5); }
    #header__pc__main .menu li:first-child {
      border-left: 1px solid #DBDBDB; }
    #header__pc__main .menu li:last-child {
      border-right: 0; }
      #header__pc__main .menu li:last-child a {
        background-color: #3B499F;
        color: #fff; }
    #header__pc__main .menu li a {
      display: block;
      text-align: center;
      font-size: 15px;
      font-weight: 700;
      color: #3B499F;
      padding: 30px 20px; }
      #header__pc__main .menu li a.lg {
        padding: 18px 25px 18px 10px; }

#header__pc__main .dropdown .dropdown-toggle {
  padding: 30px 23px 30px 20px; }
  #header__pc__main .dropdown .dropdown-toggle:after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    font-size: 11px;
    font-weight: 400;
    color: #3B499F;
    border: none;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%); }
#header__pc__main .dropdown .dropdown-menu {
  border: none;
  background-color: #3B499F;
  border-radius: 0;
  padding: 0; }
  #header__pc__main .dropdown .dropdown-menu li {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #DBDBDB;
    width: auto;
    max-width: 100%; }
    #header__pc__main .dropdown .dropdown-menu li:last-child {
      border-bottom: 0; }
    #header__pc__main .dropdown .dropdown-menu li a {
      padding: 15px 25px;
      color: #fff; }
      #header__pc__main .dropdown .dropdown-menu li a:hover {
        color: #3B499F;
        background-color: #DBDBDB; }

/* ================================
Header SP 
=================================== */
#header__sp__sub {
  background-color: #3B499F; }
  #header__sp__sub h3 {
    font-size: 1rem;
    line-height: 1.4; }

#header__sp__menu {
  padding: 10px 20px; }

#header__sp__menu .logo img {
  width: 124px;
  height: auto; }

#header__sp__menu .common-btn {
  margin-right: 55px;
  padding: 10px 25px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  border-radius: 0;
  transition: .5s;
  letter-spacing: 0 !important; }
  #header__sp__menu .common-btn--l-gray {
    margin-right: 0; }

#header__sp__menu .toggler {
  width: 26px;
  height: 28px;
  position: fixed;
  right: 20px;
  z-index: 999999;
  cursor: pointer; }
  #header__sp__menu .toggler:before {
    content: '\f0c9';
    font-family: 'Font Awesome 6 Pro';
    font-size: 30px;
    color: #3B499F; }

#header__sp__menu .toggler.active {
  top: 20px; }
  #header__sp__menu .toggler.active:before {
    content: '\f00d';
    color: #fff; }

#header__sp__menu .menu {
  display: none;
  background-color: #212B6E;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  padding: 20px 15px;
  overflow-y: scroll; }

#header__sp__menu .menu__lang .search {
  margin-right: 55px; }
  #header__sp__menu .menu__lang .search i {
    color: #fff;
    font-size: 20px; }

#header__sp__menu .menu__form {
  background-color: #3B499F;
  padding: 10px 20px 15px; }
  #header__sp__menu .menu__form .form-control {
    border-radius: 0;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #707070; }
  #header__sp__menu .menu__form .btn {
    background-color: #DBDBDB;
    display: block;
    text-align: center;
    border-radius: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 10px 15px !important;
    border: 1px solid #707070; }

#header-sp-menu a, #header-sp-menu .accordion-button {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #BEBEBE;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none; }
#header-sp-menu .accordion-item {
  border-bottom: 1px solid #BEBEBE;
  background-color: transparent; }
#header-sp-menu .accordion-button {
  background-color: transparent;
  text-align: left;
  border-bottom: 0; }
  #header-sp-menu .accordion-button:before {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 12px; }
  #header-sp-menu .accordion-button:after {
    contnet: none; }
  #header-sp-menu .accordion-button[aria-expanded="true"]:before {
    content: '\f077'; }
#header-sp-menu ul {
  margin-top: 10px;
  margin-left: 10px;
  padding-bottom: 15px; }
  #header-sp-menu ul li {
    padding-bottom: 10px; }
    #header-sp-menu ul li:last-child {
      padding-bottom: 0; }
    #header-sp-menu ul li a {
      border-bottom: 0;
      padding: 0;
      font-size: 15px;
      font-weight: 400; }

/* ================================
Header ENGLISH
=================================== */
.header--en #header__pc__main .dropdown-toggle--br, .header--en #header__pc__main .nav-link--br {
  padding: 20px 20px !important; }

/* ================================
Footer
=================================== */
#footer {
  background-color: #212B6E; }

#footer .logo img {
  width: 185px; }
#footer .logo h3 {
  font-size: 24px; }
  #footer .logo h3 img {
    width: 245px; }

@media screen and (max-width: 991px) {
  #footer .wrap__location {
    border-top: 1px solid #DBDBDB; } }

#footer .wrap {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB; }
  #footer .wrap__menu a {
    color: #fff;
    text-decoration: none; }
  #footer .wrap__menu ul {
    margin-left: 10px; }
    #footer .wrap__menu ul li {
      padding-bottom: 10px; }
      #footer .wrap__menu ul li:last-child {
        padding-bottom: 0; }
      #footer .wrap__menu ul li a {
        font-size: 15px; }

#footer .credit {
  font-size: 13px; }

/* Scss Document */
/* ================================
共通パーツ
=================================== */
@keyframes updown-anim {
  0% {
    transform: translateY(115%);
    /*表示範囲外から*/
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translateY(0);
    /*通常の位置へ*/ } }
.common-title {
  overflow: hidden; }
  .common-title .en {
    font-size: 135px;
    color: #fff;
    text-shadow: 1px 1px 0px #DBDBDB, -1px -1px 0px #DBDBDB, -1px 1px 0px #DBDBDB, 1px -1px 0px #DBDBDB, 1px 0px 0px #DBDBDB, -1px 0px 0px #DBDBDB, 0px 1px 0px #DBDBDB, 0px -1px 0px #DBDBDB;
    line-height: 1;
    display: flex; }
    @media screen and (max-width: 1399px) {
      .common-title .en {
        font-size: 120px; } }
    @media screen and (max-width: 767px) {
      .common-title .en {
        font-size: 75px; } }
    .common-title .en span {
      transform: translateY(115%);
      display: block; }
  .common-title .ja {
    display: block;
    color: #3B499F;
    font-size: 36px;
    font-weight: 900;
    margin-top: -15px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .common-title .ja {
        font-size: 26px;
        margin-top: 5px; } }
  .common-title--white .en {
    text-shadow: none;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff; }
  .common-title--white .ja {
    color: #fff; }
  .common-title--l-gray .en {
    text-shadow: none;
    color: transparent;
    -webkit-text-stroke: 1px #DBDBDB;
    text-stroke: 1px #DBDBDB; }
  .common-title--l-gray .ja {
    color: #fff; }
  .common-title--sm .ja {
    font-size: 24px; }

.common-title.active .en span {
  animation: .3s updown-anim linear;
  animation-fill-mode: forwards; }
  .common-title.active .en span:nth-child(1) {
    animation-delay: 0s; }
  .common-title.active .en span:nth-child(2) {
    animation-delay: .1s; }
  .common-title.active .en span:nth-child(3) {
    animation-delay: .3s; }
  .common-title.active .en span:nth-child(4) {
    animation-delay: .4s; }
  .common-title.active .en span:nth-child(5) {
    animation-delay: .5s; }
  .common-title.active .en span:nth-child(6) {
    animation-delay: .6s; }
  .common-title.active .en span:nth-child(7) {
    animation-delay: .7s; }
  .common-title.active .en span:nth-child(8) {
    animation-delay: .8s; }
  .common-title.active .en span:nth-child(9) {
    animation-delay: .9s; }
  .common-title.active .en span:nth-child(10) {
    animation-delay: 1.0s; }
  .common-title.active .en span:nth-child(11) {
    animation-delay: 1.1s; }
  .common-title.active .en span:nth-child(12) {
    animation-delay: 1.2s; }
  .common-title.active .en span:nth-child(13) {
    animation-delay: 1.3s; }

.common-title2 {
  color: #3B499F;
  font-size: 30px;
  padding-bottom: 20px;
  position: relative; }
  .common-title2:before, .common-title2:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .common-title2:before {
    background-color: #DBDBDB;
    width: 100%; }
  .common-title2:after {
    background-color: #3B499F;
    width: 150px;
    z-index: 1; }
  @media screen and (max-width: 767px) {
    .common-title2 {
      font-size: 24px; } }

.common-btn {
  background-color: #3B499F;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border-radius: 0;
  padding: 10px 15px;
  transition: .5s; }
  .common-btn:hover {
    background-color: #DBDBDB;
    color: #3B499F; }
  .common-btn--l-gray {
    background-color: #FFFCF2;
    color: #3B499F; }
  .common-btn--yellow {
    background-color: #DF9C00; }
    .common-btn--yellow:hover {
      color: #DF9C00; }
  .common-btn--wht {
    border: 1px solid #fff;
    background-color: transparent; }
    .common-btn--wht:hover {
      background-color: #fff; }

.common-banner .wrap {
  background-color: #121E38;
  padding: 0 20px 0 0; }
  @media screen and (max-width: 767px) {
    .common-banner .wrap {
      padding: 0; } }
  .common-banner .wrap__img img {
    width: 230px; }
    @media screen and (max-width: 991px) {
      .common-banner .wrap__img img {
        width: 170px; } }
    @media screen and (max-width: 767px) {
      .common-banner .wrap__img img {
        width: 100%; } }
  @media screen and (max-width: 991px) {
    .common-banner .wrap__txt {
      width: calc(100% - 170px);
      padding: 20px 0; } }
  @media screen and (max-width: 767px) {
    .common-banner .wrap__txt {
      width: 100%;
      padding: 20px; } }
  @media screen and (max-width: 991px) {
    .common-banner .wrap__btn {
      width: 100%;
      padding: 0 20px 20px 20px; } }
  .common-banner .wrap__btn .btn {
    width: 185px;
    display: block;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-weight: 700;
    padding: 25px 15px;
    border-radius: 0; }
    @media screen and (max-width: 991px) {
      .common-banner .wrap__btn .btn {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .common-banner .wrap__btn .btn {
        padding: 15px; } }
    .common-banner .wrap__btn .btn--yellow {
      background-color: #DF9C00; }
    .common-banner .wrap__btn .btn--blue {
      background-color: #3B499F; }

.common-ec-banner .wrap1 {
  cursor: pointer;
  background-color: #E1EDF9;
  border: 1px solid #212B6E; }
  .common-ec-banner .wrap1 .img img {
    width: 90%; }
    @media screen and (max-width: 767px) {
      .common-ec-banner .wrap1 .img img {
        width: 100%; } }
  .common-ec-banner .wrap1 h3 {
    margin-top: -75px; }
    @media screen and (max-width: 767px) {
      .common-ec-banner .wrap1 h3 {
        margin-top: -40px; } }
.common-ec-banner .wrap2 {
  cursor: pointer;
  border: 1px solid #212B6E; }

.common-form .form-control, .common-form .form-select {
  padding: 15px;
  border-radius: 0;
  border: 1px solid #DBDBDB; }
.common-form .common-btn {
  padding: 15px 50px;
  font-size: 18px; }

/* ================================
ページ共通
=================================== */
.page {
  padding-top: 120px; }
  @media screen and (max-width: 1399px) {
    .page {
      padding-top: 109px; } }
  @media screen and (max-width: 991px) {
    .page {
      padding-top: 105px; } }

.page.active {
  height: 100vh;
  overflow: hidden; }

.page__header__title {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page__header__title {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .page__header__title h1 {
    font-family: "Noto Serif JP", serif !important;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 6px 6px rgba(0, 0, 0, 0.16); }
    @media screen and (max-width: 767px) {
      .page__header__title h1 {
        font-size: 32px; } }
  .page__header__title--nobg {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .page__header__title--nobg {
        padding-top: 75px;
        padding-bottom: 75px; } }
    .page__header__title--nobg h1 {
      color: #000;
      text-shadow: none; }

.page__header__breadcrumbs ul li {
  font-size: 1rem;
  color: #8A8A8A; }
  .page__header__breadcrumbs ul li:after {
    content: '»';
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
    color: #303030; }
  .page__header__breadcrumbs ul li:last-child:after {
    content: none; }
  .page__header__breadcrumbs ul li a {
    color: #212B6E; }

/* ================================
NORTHLAND OASIS VENT INC. について
=================================== */
#about__header .page__header__title {
  background: url("../../img/about-header-bg.jpg") center left no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #about__header .page__header__title {
      background: url("../../img/about-header-bg_xs.jpg") center left no-repeat;
      background-size: cover; } }

.about-common-sc {
  position: relative; }
  .about-common-sc:before {
    content: '';
    width: 65%;
    height: 90%;
    position: absolute;
    top: 0;
    z-index: -1; }
    @media screen and (max-width: 1140px) {
      .about-common-sc:before {
        width: 85%;
        height: 65%; } }
    @media screen and (max-width: 767px) {
      .about-common-sc:before {
        width: 100%;
        height: 80%; } }
  .about-common-sc .txt {
    padding-bottom: 75px; }
    @media screen and (max-width: 1140px) {
      .about-common-sc .txt {
        padding-bottom: 50px; } }
    .about-common-sc .txt h3 {
      color: #DF9C00;
      font-size: 18px; }
  .about-common-sc img {
    width: 100%; }
    @media screen and (max-width: 1140px) {
      .about-common-sc img {
        width: 60%; } }
    @media screen and (max-width: 767px) {
      .about-common-sc img {
        width: 100%; } }
  .about-common-sc--left:before {
    left: 0;
    background-color: #3B499F; }
  .about-common-sc--right:before {
    right: 0;
    background-color: #212B6E; }

#about__sc1 video {
  width: 100%; }

#about__sc1 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 3; }

#about__sc6 .inner {
  position: relative; }
  #about__sc6 .inner:before {
    content: '';
    height: 95%;
    width: 6px;
    background-color: #3B499F; }
    @media screen and (max-width: 767px) {
      #about__sc6 .inner:before {
        width: 3px; } }
  #about__sc6 .inner .wrap {
    margin-bottom: 30px; }
    #about__sc6 .inner .wrap:last-child {
      margin-bottom: 0; }
    #about__sc6 .inner .wrap__year {
      width: 140px;
      height: 140px;
      border: 7px solid #3B499F;
      background-color: #fff;
      position: relative;
      border-radius: 50%; }
      @media screen and (max-width: 991px) {
        #about__sc6 .inner .wrap__year {
          width: 100px;
          height: 100px;
          border: 5px solid #3B499F; } }
      @media screen and (max-width: 767px) {
        #about__sc6 .inner .wrap__year {
          width: 60px;
          height: 60px;
          border: 3px solid #3B499F; } }
      #about__sc6 .inner .wrap__year span {
        font-size: 35px;
        font-weight: 700;
        color: #3B499F; }
        @media screen and (max-width: 991px) {
          #about__sc6 .inner .wrap__year span {
            font-size: 24px; } }
        @media screen and (max-width: 767px) {
          #about__sc6 .inner .wrap__year span {
            font-size: 18px; } }
    #about__sc6 .inner .wrap__txt {
      position: relative;
      font-size: 19px;
      font-weight: 700; }
      @media screen and (max-width: 991px) {
        #about__sc6 .inner .wrap__txt {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        #about__sc6 .inner .wrap__txt {
          font-size: 14px; } }
      #about__sc6 .inner .wrap__txt:before {
        content: '';
        width: 80px;
        height: 3px;
        background-color: #3B499F;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 991px) {
          #about__sc6 .inner .wrap__txt:before {
            width: 15px; } }
    #about__sc6 .inner .wrap--right .wrap__txt {
      width: calc((50% + 70px) - 140px);
      padding-left: 95px; }
      @media screen and (max-width: 991px) {
        #about__sc6 .inner .wrap--right .wrap__txt {
          width: calc((50% + 50px) - 100px);
          padding-left: 25px; } }
      @media screen and (max-width: 767px) {
        #about__sc6 .inner .wrap--right .wrap__txt {
          width: calc((50% + 30px) - 60px); } }
      #about__sc6 .inner .wrap--right .wrap__txt:before {
        left: 0; }
    #about__sc6 .inner .wrap--both .right, #about__sc6 .inner .wrap--both .left {
      width: calc((100% - 140px) / 2); }
      @media screen and (max-width: 991px) {
        #about__sc6 .inner .wrap--both .right, #about__sc6 .inner .wrap--both .left {
          width: calc((100% - 100px) / 2); } }
      @media screen and (max-width: 767px) {
        #about__sc6 .inner .wrap--both .right, #about__sc6 .inner .wrap--both .left {
          width: calc((100% - 60px) / 2); } }
    #about__sc6 .inner .wrap--both .left .wrap__txt {
      padding-right: 95px; }
      @media screen and (max-width: 991px) {
        #about__sc6 .inner .wrap--both .left .wrap__txt {
          padding-right: 25px; } }
      #about__sc6 .inner .wrap--both .left .wrap__txt:before {
        right: 0; }
    #about__sc6 .inner .wrap--both .right .wrap__txt {
      padding-left: 95px; }
      @media screen and (max-width: 991px) {
        #about__sc6 .inner .wrap--both .right .wrap__txt {
          padding-left: 25px; } }
      #about__sc6 .inner .wrap--both .right .wrap__txt:before {
        left: 0; }

#about__sc7 .table th, #about__sc7 .table td {
  vertical-align: middle;
  padding: 20px 15px !important;
  border: 1px solid #3B499F !important;
  font-size: 1rem; }
#about__sc7 .table th {
  background-color: #3B499F;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #fff !important; }
#about__sc7 .table tr:first-child th {
  border-top: 1px solid #3B499F !important; }
#about__sc7 .table tr:last-child th {
  border-bottom: 1px solid #3B499F !important; }

#about__sc7 .blurb {
  background-color: #fff; }
  #about__sc7 .blurb ul li:before {
    content: '-';
    padding-right: 10px; }

/* ================================
FBA納品 Overwrite
=================================== */
.fba-common-btn {
  color: #fff !important;
  background-color: #3A63AB !important;
  border-color: #3A63AB !important; }
  .fba-common-btn:hover {
    background-color: #30528e !important;
    border-color: #2d4d85 !important; }

#fba__header {
  background-color: #E1EDF9; }

#scheme .carousel-indicators li {
  margin-right: 44px;
  margin-left: 44px;
  background-color: #3A63AB;
  height: 12px;
  width: 12px; }
  #scheme .carousel-indicators li.active {
    width: 100%;
    max-width: 70px;
    height: 80px;
    border-radius: 0px;
    margin-right: 36px;
    margin-left: 36px;
    background-color: transparent; }
  @media screen and (max-width: 991px) {
    #scheme .carousel-indicators li {
      background-color: #3A63AB;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      margin-right: 10px;
      margin-left: 10px; }
      #scheme .carousel-indicators li.active {
        background-color: #3A63AB;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        margin-right: 10px;
        margin-left: 10px; } }

/* ================================
アメリカから日本 Overwrite
=================================== */
#ecommerce .text-primary {
  color: #005295 !important; }
#ecommerce .bg-primary {
  background-color: #005295 !important; }
#ecommerce h2, #ecommerce h3, #ecommerce h4 {
  letter-spacing: 0 !important; }

#sol-bottom .wrap {
  width: calc(100% / 5);
  border-right: 1px solid #005295; }
  #sol-bottom .wrap:first-child {
    border-left: 1px solid #005295; }
  @media screen and (max-width: 767px) {
    #sol-bottom .wrap {
      width: calc(100% / 2);
      border: none !important; } }

#faq .btn-link {
  text-decoration: none; }

#ecommerce__ec__header {
  background-color: #005295; }
  #ecommerce__ec__header h2 {
    font-size: 60px;
    line-height: 1.2; }
    #ecommerce__ec__header h2 span {
      font-size: 24px; }

#ecommerce__ec__body {
  background-color: #FFFCF2; }

#ecommerce__ec .wrap {
  border-radius: 14px;
  background-color: #EBEBEB; }
  #ecommerce__ec .wrap--cream {
    background-color: #FFFCF2; }

/* ================================
企業理念・行動憲章
=================================== */
#company__sc1 h3 {
  line-height: 2.5; }

#company__sc2 ol li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 15px; }
  #company__sc2 ol li:last-child {
    padding-bottom: 0; }
  #company__sc2 ol li span {
    position: absolute;
    left: 0;
    top: 0; }

#company__sc3 ol li {
  padding-bottom: 20px; }
  #company__sc3 ol li:last-child {
    padding-bottom: 0; }

#company__sc4 ol li {
  padding-bottom: 15px; }
  #company__sc4 ol li:last-child {
    padding-bottom: 0; }

/* ================================
グローバルネットワーク
=================================== */
#network__sc1 .map a {
  font-size: 18px;
  font-weight: 700;
  padding: 0 25px 10px;
  text-decoration: none;
  position: absolute;
  transition: .5s;
  text-align: center; }
  #network__sc1 .map a.area1 {
    color: #643995;
    border-bottom: 2px dotted #643995;
    right: 18%;
    top: 62%; }
    #network__sc1 .map a.area1:hover {
      border-bottom: 2px solid #643995; }
  #network__sc1 .map a.area2 {
    color: #3B499F;
    border-bottom: 2px dotted #3B499F;
    right: 48%;
    top: 38%; }
    #network__sc1 .map a.area2:hover {
      border-bottom: 2px solid #3B499F; }
  #network__sc1 .map a.area3 {
    color: #953973;
    border-bottom: 2px dotted #953973;
    left: 28%;
    bottom: 68%; }
    #network__sc1 .map a.area3:hover {
      border-bottom: 2px solid #953973; }
  #network__sc1 .map a.area4 {
    color: #399567;
    border-bottom: 2px dotted #399567;
    left: 42%;
    top: 55%; }
    #network__sc1 .map a.area4:hover {
      border-bottom: 2px solid #399567; }
  #network__sc1 .map a.area5 {
    color: #7D9539;
    border-bottom: 2px dotted #7D9539;
    left: 24%;
    bottom: 28%; }
    #network__sc1 .map a.area5:hover {
      border-bottom: 2px solid #7D9539; }
  #network__sc1 .map a.area6 {
    color: #956139;
    border-bottom: 2px dotted #956139;
    left: 0%;
    top: 36%; }
    #network__sc1 .map a.area6:hover {
      border-bottom: 2px solid #956139; }

#network__sc2 .wrap {
  border-top: 1px solid #DBDBDB; }
  #network__sc2 .wrap:last-child {
    border-bottom: 1px solid #DBDBDB; }
  #network__sc2 .wrap .btn {
    width: 100%;
    display: block;
    position: relative;
    padding: 0 50px; }
    @media screen and (max-width: 767px) {
      #network__sc2 .wrap .btn {
        padding: 0 25px;
        font-size: 20px; } }
    #network__sc2 .wrap .btn:after {
      content: '\f078';
      font-family: 'Font Awesome 6 Pro';
      font-size: 30px;
      position: absolute;
      top: -2px;
      right: 15px;
      color: #212B6E; }
      @media screen and (max-width: 767px) {
        #network__sc2 .wrap .btn:after {
          font-size: 20px;
          right: 0;
          top: 0; } }
    #network__sc2 .wrap .btn[aria-expanded="true"]:after {
      content: '\f077'; }
  #network__sc2 .wrap .blurb {
    background-color: #fff; }

/* ================================
輸送規約
=================================== */
#contracts__sc1 a i {
  font-size: 24px; }

/* ================================
ウェブサイトご利用規約
=================================== */
#terms__sc1 li, #terms__sc1 p, #privacy__sc1 li, #privacy__sc1 p {
  font-size: 15px; }
#terms__sc1 li, #privacy__sc1 li {
  line-height: 1.8; }

/* ================================
Privacy Policy
=================================== */
#privacy__sc1 .table th, #privacy__sc1 .table td {
  border: 1px solid #000;
  padding: 15px;
  font-size: 15px; }
#privacy__sc1 .table th {
  text-align: center; }
#privacy__sc1 .table td {
  word-break: break-word; }

/* ================================
お問い合わせ
=================================== */
#contact__sc1 .wrap iframe {
  width: 100%;
  height: 250px; }

/* ================================
404
=================================== */
#error__sc1 {
  padding-top: 100px;
  padding-bottom: 100px; }
  #error__sc1 h1 {
    color: #3B499F;
    font-size: 150px;
    line-height: 1.0; }
    @media screen and (max-width: 767px) {
      #error__sc1 h1 {
        font-size: 85px; } }

/* ================================
Home
=================================== */
@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.3);
    /* 拡大率 */ } }
#home__mainvisual {
  height: 70vh;
  width: 100%;
  overflow: hidden; }
  #home__mainvisual:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0; }

#home__mainvisual #youtube {
  min-height: 70vh;
  min-width: 100%;
  z-index: -1;
  width: 177.77777778vh;
  height: 56.25vw; }

#home__mainvisual h1 {
  z-index: 1;
  line-height: 1.6;
  font-size: 50px;
  white-space: nowrap;
  text-shadow: 0 6px 6px rgba(0, 0, 0, 0.16); }
  @media screen and (max-width: 991px) {
    #home__mainvisual h1 {
      font-size: 40px; } }
  @media screen and (max-width: 767px) {
    #home__mainvisual h1 {
      font-size: 26px; } }

/*
#home__mainvisual__slider .wrap {
	img {
		width: 100%;
		height: 77vh;
		object-fit: cover;
	}
}
#home__mainvisual__slider .slick-arrow {display: none !important;}
*/
#home__about .btn {
  color: #3B499F;
  width: 100%;
  border: 2px solid #3B499F;
  border-radius: 0;
  display: block;
  font-size: 17px;
  font-weight: 700;
  padding: 15px 10px;
  transition: .5s;
  text-align: start; }
  @media screen and (max-width: 767px) {
    #home__about .btn {
      font-size: 16px;
      padding: 15px 10px; } }
  #home__about .btn i {
    font-size: 30px;
    font-weight: 100;
    padding-right: 10px; }
    @media screen and (max-width: 767px) {
      #home__about .btn i {
        font-size: 26px; } }
  #home__about .btn:hover {
    background-color: #3B499F;
    color: #fff; }

#home__service__title {
  background: url("../../img/home-service-bg.png") center center no-repeat;
  background-size: cover; }

#home__service__blurbs {
  margin-top: -35px; }

#home__service__blurbs .wrap {
  border: 1px solid #737BB1;
  cursor: pointer;
  transition: .5s; }
  #home__service__blurbs .wrap h3, #home__service__blurbs .wrap p, #home__service__blurbs .wrap i {
    color: #fff;
    transition: .5s; }
  #home__service__blurbs .wrap i {
    font-size: 32px; }
  #home__service__blurbs .wrap:hover {
    background-color: #fff; }
    #home__service__blurbs .wrap:hover h3, #home__service__blurbs .wrap:hover p, #home__service__blurbs .wrap:hover i {
      color: #3B499F; }

#home__case .wrap__img {
  display: block;
  margin: auto;
  width: 175px; }
#home__case .wrap__txt {
  background-color: #fff;
  padding: 98px 15px 15px;
  margin-top: -87.5px; }

#home__solution {
  background: url("../../img/home-solution-bg.jpg") top center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 991px) {
    #home__solution {
      padding-bottom: 215px !important; } }
  @media screen and (max-width: 767px) {
    #home__solution {
      background: url("../../img/home-solution-bg_xs.jpg") center center no-repeat;
      background-size: cover; } }

#home__solution .common-title {
  position: absolute;
  top: 50px;
  left: 0; }
  @media screen and (max-width: 991px) {
    #home__solution .common-title {
      position: static; } }

#home__solution .wrap {
  cursor: pointer; }
  #home__solution .wrap__img h4 {
    position: absolute;
    top: 10px;
    left: -15px;
    padding: 5px 20px; }
    @media screen and (max-width: 767px) {
      #home__solution .wrap__img h4 {
        font-size: 18px; } }
    #home__solution .wrap__img h4:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 10px 0;
      position: absolute;
      left: 0;
      top: 100%; }
  #home__solution .wrap__txt a {
    text-decoration: none;
    transition: .5s; }
    #home__solution .wrap__txt a:hover {
      opacity: .6; }
  #home__solution .wrap--wrap1 {
    background-color: #005E95; }
    #home__solution .wrap--wrap1 .wrap__img h4 {
      background-color: #FFF700;
      color: #005E95; }
      #home__solution .wrap--wrap1 .wrap__img h4:before {
        border-color: transparent #3A499F transparent transparent; }
    #home__solution .wrap--wrap1 .wrap__img__txt {
      position: absolute;
      left: 0;
      bottom: 0; }
      #home__solution .wrap--wrap1 .wrap__img__txt img {
        width: 130px; }
        @media screen and (max-width: 767px) {
          #home__solution .wrap--wrap1 .wrap__img__txt img {
            width: 155px; } }
        @media screen and (max-width: 575px) {
          #home__solution .wrap--wrap1 .wrap__img__txt img {
            width: 110px; } }
    #home__solution .wrap--wrap1 .wrap__txt h5, #home__solution .wrap--wrap1 .wrap__txt a {
      color: #FFF700; }
  #home__solution .wrap--wrap2 {
    background-color: #E1EDF9; }
    #home__solution .wrap--wrap2 .wrap__img {
      padding-top: 65px;
      background-color: #E1EDF9; }
      #home__solution .wrap--wrap2 .wrap__img img {
        width: 86%; }
        @media screen and (max-width: 767px) {
          #home__solution .wrap--wrap2 .wrap__img img {
            width: 100%; } }
      #home__solution .wrap--wrap2 .wrap__img h4 {
        background-color: #3B499F;
        color: #fff; }
        #home__solution .wrap--wrap2 .wrap__img h4:before {
          border-color: transparent #7C8094 transparent transparent; }
    #home__solution .wrap--wrap2 .wrap__txt {
      position: relative;
      z-index: 1;
      margin-top: -50px; }
      @media screen and (max-width: 767px) {
        #home__solution .wrap--wrap2 .wrap__txt {
          margin-top: 0; } }
      #home__solution .wrap--wrap2 .wrap__txt h3, #home__solution .wrap--wrap2 .wrap__txt a {
        color: #3B499F; }

#home__solution .slick-arrow {
  position: absolute;
  left: 0;
  bottom: 0 !important;
  top: inherit !important;
  width: 90px;
  height: 90px;
  z-index: 3; }
  @media screen and (max-width: 991px) {
    #home__solution .slick-arrow {
      width: 100px;
      height: 90px;
      bottom: -160px !important; } }
  #home__solution .slick-arrow:before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 25px;
    color: #fff; }
    @media screen and (max-width: 991px) {
      #home__solution .slick-arrow:before {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      #home__solution .slick-arrow:before {
        font-size: 15px; } }

#home__solution .slick-prev {
  background-color: #A6A7A7; }
  @media screen and (max-width: 991px) {
    #home__solution .slick-prev {
      left: inherit;
      right: 52%; } }

#home__solution .slick-next {
  background-color: #4B60E6;
  left: 100px; }
  @media screen and (max-width: 991px) {
    #home__solution .slick-next {
      left: 52%; } }
  #home__solution .slick-next:before {
    content: '\f061'; }

/* ================================
Service Common
=================================== */
.service-sc1 .wrap {
  background-color: #3B499F; }
  .service-sc1 .wrap img {
    width: 170px;
    height: auto; }
    @media screen and (max-width: 991px) {
      .service-sc1 .wrap img {
        width: 100%; } }

.service-sc2 .wrap {
  border: 2px solid #3B499F; }
  .service-sc2 .wrap span {
    padding: 10px 0 10px 10px;
    position: relative;
    display: block;
    color: #3B499F;
    font-weight: 700; }
    .service-sc2 .wrap span:before {
      content: '';
      width: 7px;
      height: 100%;
      background-color: #3B499F;
      position: absolute;
      top: 0;
      left: -2px; }

.service-sc3 .wrap {
  width: 720px;
  background-color: #fff;
  margin-right: 40px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .service-sc3 .wrap {
      width: 500px; } }
  @media screen and (max-width: 767px) {
    .service-sc3 .wrap {
      width: 330px; } }
  .service-sc3 .wrap:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .service-sc3 .wrap:last-child:before {
    content: none; }
  .service-sc3 .wrap img {
    display: block; }
    @media screen and (max-width: 991px) {
      .service-sc3 .wrap img {
        margin: auto; } }
  .service-sc3 .wrap h3 {
    color: #212B6E; }
    .service-sc3 .wrap h3 span {
      font-size: 50px;
      font-family: "Noto Sans", sans-serif; }
  .service-sc3 .wrap--one img {
    width: 140px; }
  .service-sc3 .wrap--two img {
    width: 170px; }
  .service-sc3 .wrap--three img {
    width: 126px; }
  .service-sc3 .wrap--four img {
    width: 185px; }
  .service-sc3 .wrap--five img {
    width: 155px; }
  .service-sc3 .wrap--six img {
    width: 176px; }

.service-banner {
  margin-top: -25px; }

.service-sc4 .common-title .ja {
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .service-sc4 .common-title .ja {
      font-size: 16px; } }
.service-sc4 img {
  height: 100%;
  object-fit: cover; }
  @media screen and (max-width: 991px) {
    .service-sc4 img {
      height: auto; } }

.service-sc5 .wrap {
  border: 1px solid #3B499F; }
  .service-sc5 .wrap__left {
    background-color: #3B499F;
    position: relative;
    width: 70px; }
    .service-sc5 .wrap__left span {
      color: #fff;
      position: absolute;
      top: 13px;
      left: 50%;
      transform: translateX(-50%); }
  .service-sc5 .wrap .accordion {
    width: calc(100% - 70px); }
    .service-sc5 .wrap .accordion .accordion-button {
      padding: 15px 40px 15px 10px;
      border: none !important;
      position: relative;
      text-align: left;
      line-height: 1.6; }
      .service-sc5 .wrap .accordion .accordion-button:after {
        content: '\f078';
        font-family: 'Font Awesome 6 Pro';
        font-size: 14px;
        background-image: none;
        position: absolute;
        right: 10px;
        top: 50%;
        height: auto;
        transform: translateY(-50%); }
      .service-sc5 .wrap .accordion .accordion-button[aria-expanded="true"] {
        background-color: transparent;
        color: #3B499F; }
        .service-sc5 .wrap .accordion .accordion-button[aria-expanded="true"]:after {
          content: '\f077'; }
    .service-sc5 .wrap .accordion .accordion-collapse {
      padding: 0 10px 15px; }

.service-sc6__top .wrap {
  border: 1px solid #212B6E;
  background-color: #212B6E;
  transition: .5s; }
  .service-sc6__top .wrap h3, .service-sc6__top .wrap p {
    color: #fff; }
  .service-sc6__top .wrap:hover {
    background-color: #fff; }
    .service-sc6__top .wrap:hover h3, .service-sc6__top .wrap:hover p {
      color: #212B6E; }

/* ================================
国際航空輸送
=================================== */
#airfreight__header .page__header__title {
  background: url("../../img/airfreight-header-bg.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #airfreight__header .page__header__title {
      background: url("../../img/airfreight-header-bg_xs.jpg") center center no-repeat;
      background-size: cover; } }

/* ================================
物流・倉庫
=================================== */
#logistics__header .page__header__title {
  background: url("../../img/logistics-header-bg.jpg") top center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #logistics__header .page__header__title {
      background: url("../../img/logistics-header-bg_xs.jpg") center center no-repeat;
      background-size: cover; } }

/* ================================
国際宅配便
=================================== */
#express__header .page__header__title {
  background: url("../../img/express-header-bg.jpg") top center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #express__header .page__header__title {
      background: url("../../img/express-header-bg_xs.jpg") center center no-repeat;
      background-size: cover; } }

#express__service .wrap {
  border-top: 1px solid #DBDBDB; }
  #express__service .wrap:last-child {
    border-bottom: 1px solid #DBDBDB; }

#express__desc .wrap {
  border-top: 1px solid #DBDBDB; }
  #express__desc .wrap:last-child {
    border-bottom: 1px solid #DBDBDB; }
  #express__desc .wrap .table th, #express__desc .wrap .table td {
    border: 2px solid #F9F9F9;
    padding: 25px 20px;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      #express__desc .wrap .table th, #express__desc .wrap .table td {
        padding: 20px 15px; } }
  #express__desc .wrap .table th {
    background-color: #3B499F;
    color: #fff;
    white-space: nowrap; }
  #express__desc .wrap .table td {
    background-color: #fff; }

/* ================================
国際海上輸送
=================================== */
#ofreight__header .page__header__title {
  background: url("../../img/ofreight-header-bg.jpg") top center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #ofreight__header .page__header__title {
      background: url("../../img/ofreight-header-bg_xs.jpg") center center no-repeat;
      background-size: cover; } }
