@charset "UTF-8";
.whitepaper-ttl {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .whitepaper-ttl {
    font-size: 13px;
    text-align: center;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Monda:wght@400;700&display=swap");
body {
  font-family: Noto Sans JP, Yu Gothic Medium, 游ゴシック Medium, YuGothic,
    游ゴシック体, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
.body-container--blog-post h1 {
  color: #000665;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.body-container--blog-post h2 {
  margin-bottom: 20px;
  margin-top: 40px;
}
.body-container--blog-post h2,
.content-wrapper--blog-post h2 {
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 10px;
}
.content-wrapper--blog-post h2 {
  border-left: 5px solid #2ae41e;
}
.body-container--blog-post h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-top: 30px;
  text-decoration: underline 2px solid #2ae41e;
  text-underline-offset: 6px;
}
.body-container--blog-post h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.body-container--blog-post p {
  font-size: 16px;
  text-align: justify;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 1.5;
}
.body-container--blog-post a,
.body-container--blog-post a:link {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
.body-container--blog-post h2.ttl {
  background-color: #f2f5f9;
  border-bottom: none;
  border-left: none;
  color: #000665;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .body-container--blog-post h1 {
    color: #000665;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
  .body-container--blog-post h2 {
    background-color: #fff;
    border-left: 5px solid #2ae41e;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 20px;
    margin-top: 40px;
    padding-left: 10px;
  }
  .body-container--blog-post h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-top: 30px;
    text-decoration: underline 2px solid #2ae41e;
    text-underline-offset: 6px;
  }
  .body-container--blog-post h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.content-wrapper {
  max-width: 1340px;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.content-wrapper--narrow {
  max-width: 800px;
}
@media screen and (min-width: 740px) {
  .content-wrapper--narrow {
    padding: 0;
  }
}
.content-wrapper--blog-index,
.dnd-section {
  padding: 80px 0;
}
.dnd-section > .row-fluid {
  max-width: 1340px;
}
html {
  font-size: px;
}
body {
  background-color: #f2f5f9;
}
a.button:disabled {
  background-color: #f1f1f1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
}
ol,
ul {
  font-size: 16px;
}
blockquote {
  border-left: 4px solid #000665;
  padding-left: 1.5rem;
}
hr {
  border-bottom-color: #d0d0d0;
}
.button {
  background-color: #2ae61a;
  border: 1px solid #2ae61a;
  border-radius: 0;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  fill: #fff;
  font-size: 16px;
  padding: 12px;
  text-transform: uppercase;
}
.button:disabled,
.button:disabled:active,
.button:disabled:focus,
.button:disabled:hover {
  background-color: #d0d0d0 !important;
  border-color: #d0d0d0 !important;
  color: #f1f1f1 !important;
}
.button--simple:disabled,
.button--simple:disabled:active,
.button--simple:disabled:focus,
.button--simple:disabled:hover {
  background-color: transparent !important;
}
.button:active,
.button:focus,
.button:hover {
  background-color: #000665;
  border: 1px solid #000665;
  color: #fff;
}
.button:active,
.button:focus,
.button:hover {
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.button:active {
  background-color: #5056b5;
  border: 1px solid #5056b5;
}
.button.button--secondary {
  background-color: rgba(242, 245, 249, 0);
  border: 1px solid #2ae61a;
  border-radius: 0;
  color: #2ae61a;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  fill: #2ae61a;
  padding: 12px;
  text-transform: uppercase;
}
.button.button--secondary:active,
.button.button--secondary:focus,
.button.button--secondary:hover {
  background-color: rgba(242, 245, 249, 0);
  border: 1px solid #000665;
  color: #00cb66;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  fill: #00cb66;
}
.button.button--secondary:active {
  background-color: hsla(0, 0%, 100%, 0);
  border: 1px solid #5056b5;
  color: #50ffb6;
  font-weight: 600;
  fill: #50ffb6;
}
.button.button--secondary:active,
.button.button--simple {
  font-family: Raleway, sans-serif;
  font-style: normal;
  text-decoration: none;
}
.button.button--simple {
  color: #2ae61a;
  font-weight: 400;
  fill: #2ae61a;
  text-transform: none;
}
.button.button--simple:after {
  content: none;
}
.button.button--simple:focus,
.button.button--simple:hover {
  color: #00cb66;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  fill: #00cb66;
}
.button.button--simple:active:after,
.button.button--simple:focus:after,
.button.button--simple:hover:after {
  content: none;
}
.button.button--simple:active {
  color: #50ffb6;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  fill: #50ffb6;
}
.button.button--small {
  font-size: 14px;
  padding: 12px;
}
.button.button--large {
  font-size: 18px;
  padding: 12px;
}
form {
  background-color: #f1f1f1;
  border: 2px solid #f1f1f1;
  border-radius: 0;
  padding: 32px;
}
.hs-form-field {
  margin-bottom: 1.4rem;
}
.form-title {
  background-color: #000665;
  border: 2px #000665;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  padding: 32px;
  text-decoration: none;
  text-transform: uppercase;
}
.hs-form-field > label,
.hs-form-field > label span {
  font-size: 16px;
  padding: 6px 0;
}
.hs-form-field legend,
.hs-form-field > label,
.hs-form-field > label span {
  color: #1d1d1d;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.hs-form-field legend {
  font-size: 14px;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  background-color: #fff;
  border: 2px solid #d0d0d0;
  border-radius: 0;
  color: #1d1d1d;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 20px;
  text-decoration: none;
}
::-webkit-input-placeholder {
  color: #d0d0d0;
}
::-moz-placeholder {
  color: #d0d0d0;
}
:-ms-input-placeholder {
  color: #d0d0d0;
}
:-moz-placeholder {
  color: #d0d0d0;
}
::placeholder {
  color: #d0d0d0;
}
form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  color: #1d1d1d;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.fn-date-picker td.is-today .pika-button {
  color: #2ae61a;
}
.hs-datepicker .is-selected button.pika-button {
  background-color: #2ae61a;
}
.hs-datepicker button.pika-button:hover {
  background-color: #000665 !important;
}
form .hs-richtext,
form .hs-richtext *,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6,
form .hs-richtext p {
  color: #1d1d1d;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  color: #1d1d1d;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.hs-input.invalid.error {
  border-color: #ef6b51;
}
.hs-error-msg {
  color: #ef6b51;
}
form .hs-button,
form input[type="submit"] {
  background-color: #2ae61a;
  border: 1px solid #2ae61a;
  border-radius: 0;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  fill: #fff;
  text-transform: uppercase;
}
form .hs-button:focus,
form .hs-button:hover,
form input[type="submit"]:focus,
form input[type="submit"]:hover {
  background-color: #000665;
  border: 1px solid #000665;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
form .hs-button:active,
form input[type="submit"]:active {
  background-color: #5056b5;
  border: 1px solid #5056b5;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
form .hs-button,
form input[type="submit"] {
  font-size: 16px;
  padding: 12px;
}
.submitted-message {
  background-color: #f1f1f1;
  border: 2px solid #f1f1f1;
  border-radius: 0;
  padding: 32px;
}
table {
  background-color: #f2f5f9;
}
table,
td,
th {
  border: 1px solid #d0d0d0;
}
td,
th {
  color: #1d1d1d;
  padding: 12px;
}
thead td,
thead th {
  background-color: #000665;
  border-bottom: 2px solid #d0d0d0;
  color: #fff;
}
tbody + tbody {
  border-top: 2px solid #d0d0d0;
}
tfoot td {
  color: #1d1d1d;
}
.header,
tfoot td {
  background-color: #f2f5f9;
}
.header {
  border-bottom: 1px #f2f5f9;
  position: fixed;
  width: 100%;
  z-index: 5;
}
.header .icon svg {
  fill: #1d1d1d;
}
.header h3.form-title {
  color: #fff;
}
.header__logo .logo-company-name {
  color: #1d1d1d;
}
.header__container--upper {
  background-color: #fff;
}
.header .header__language-switcher-label-current,
.header__container--upper .navigation-primary .level-1 > li > a {
  color: #000665;
  display: inline-block;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  padding: 6px 0;
  position: relative;
  text-decoration: none;
}
.navigation-primary a {
  font-family: Noto Sans JP, sans-serif !important;
}
.header__container--upper .navigation-primary .level-1 > li > a:after {
  background: #2ae61e;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
}
.header__container--upper .navigation-primary .level-1 > li > a:hover:after {
  transform: scale(1);
  transform-origin: left top;
}
.header__container--upper
  .navigation-primary
  .level-1
  > li:last-child
  > a:hover:after,
.header__container--upper
  .navigation-primary
  .level-1
  > li:nth-last-child(2)
  > a:hover:after {
  background: none;
  content: "";
  height: none;
  left: 0;
  position: absolute;
  transform: scale(0);
  width: none;
}
.header__language-switcher .globe_class {
  background-color: #000665;
  height: 15px;
  width: 15px;
}
.header__container--upper .navigation-primary .level-1 > li:focus,
.header__container--upper .navigation-primary .level-1 > li:focus > a,
.header__container--upper .navigation-primary .level-1 > li:hover,
.header__container--upper .navigation-primary .level-1 > li:hover > a,
.header__language-switcher:focus,
.header__language-switcher:focus .header__language-switcher-label-current,
.header__language-switcher:hover,
.header__language-switcher:hover .header__language-switcher-label-current {
  text-decoration: none;
}
.header__language-switcher:hover
  .header__language-switcher
  .globe_class
  .header__language-switcher:focus
  .header__language-switcher
  .globe_class {
  background-color: #000665;
}
.header__container--upper .navigation-primary .level-1 > li:active,
.header__language-switcher:active {
  background-color: #fff;
}
.header__container--upper .navigation-primary .level-1 > li:active > a,
.header__language-switcher:active .header__language-switcher-label-current {
  color: #000665;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}
.header__language-switcher:active .header__language-switcher .globe_class {
  background-color: #000665;
}
.header__container--upper
  .navigation-primary
  .submenu.level-1
  > li
  > a.active-item:after {
  background-color: #2ae61e;
}
.header__container--upper .navigation-primary .submenu:not(.level-1),
.header__language-switcher .lang_list_class,
.header__language-switcher .lang_list_class li {
  background-color: #fff;
}
.header__container--upper .navigation-primary .submenu:not(.level-1) .menu-link,
.header__language-switcher .lang_list_class a {
  color: #000665;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}
.header__container--upper
  .navigation-primary
  .submenu:not(.level-1)
  .menu-item:focus,
.header__container--upper
  .navigation-primary
  .submenu:not(.level-1)
  .menu-item:hover,
.header__language-switcher .lang_list_class li:focus,
.header__language-switcher .lang_list_class li:hover {
  background-color: #fff;
}
.header__container--upper
  .navigation-primary
  .submenu:not(.level-1)
  .menu-item:focus
  > a,
.header__container--upper
  .navigation-primary
  .submenu:not(.level-1)
  .menu-item:hover
  > a,
.header__language-switcher .lang_list_class li:focus a,
.header__language-switcher .lang_list_class li:hover a {
  color: #000665;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.header__container--upper
  .navigation-primary
  .submenu:not(.level-1)
  .menu-item:active,
.header__language-switcher .lang_list_class li:active {
  background-color: #fff;
}
.header__container--upper
  .navigation-primary
  .submenu:not(.level-1)
  .menu-item:active
  > a,
.header__language-switcher .lang_list_class li:active a {
  color: #000665;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.header__container--lower .navigation-primary .level-1 > li > a {
  color: #1d1d1d;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.header__container--lower .navigation-primary .level-1 > .has-submenu:after {
  border-color: #1d1d1d transparent transparent;
}
.header__container--lower .navigation-primary .level-1 > li:focus,
.header__container--lower .navigation-primary .level-1 > li:hover {
  background-color: #000665;
}
.header__container--lower .navigation-primary .level-1 > li:focus > a,
.header__container--lower .navigation-primary .level-1 > li:hover > a {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.header__container--lower
  .navigation-primary
  .level-1
  > .has-submenu:focus:after,
.header__container--lower
  .navigation-primary
  .level-1
  > .has-submenu:hover:after,
.header__container--lower
  .navigation-primary
  .level-1
  > li.has-submenu.active-item:focus:after,
.header__container--lower
  .navigation-primary
  .level-1
  > li.has-submenu.active-item:hover:after {
  border-color: transparent transparent #fff;
}
.header__container--lower .navigation-primary .level-1 > li:active {
  background-color: #000665;
}
.header__container--lower .navigation-primary .level-1 > li:active > a {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.header__container--lower
  .navigation-primary
  .level-1
  > .has-submenu:active:after,
.header__container--lower
  .navigation-primary
  .level-1
  > li.has-submenu.active-item:active:after {
  border-color: transparent transparent #fff;
}
.header__container--lower .navigation-primary .level-1 > li.active-item {
  background-color: #000665;
}
.header__container--lower .navigation-primary .level-1 > li.active-item > a {
  color: #fff;
}
.header__container--lower
  .navigation-primary
  .level-1
  > li.has-submenu.active-item:after {
  border-color: #fff transparent transparent;
}
.header__container--lower
  .navigation-primary
  .submenu.level-1
  > li
  > a.active-item:after {
  background-color: #fff;
}
.navigation-primary .submenu:not(.level-1) {
  background-color: #000665;
}
.navigation-primary .submenu:not(.level-1) .menu-link {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.navigation-primary .submenu:not(.level-1) .menu-item:focus,
.navigation-primary .submenu:not(.level-1) .menu-item:hover {
  background-color: #00c15c;
}
.navigation-primary .submenu:not(.level-1) .menu-item:focus > a,
.navigation-primary .submenu:not(.level-1) .menu-item:hover > a {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.navigation-primary .submenu:not(.level-1) .menu-item:active {
  background-color: #00c15c;
}
.navigation-primary .submenu:not(.level-1) .menu-item:active > a {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header__navigation {
    background-color: #000665 !important;
  }
  .header__container--lower
    .navigation-primary
    .level-1
    > li:focus
    .navigation-primary
    .submenu:not(.level-1)
    .menu-item:hover,
  .header__container--lower .navigation-primary .level-1 > li:hover,
  .navigation-primary .submenu:not(.level-1) .menu-item:focus {
    background-color: #00c15c;
  }
  .navigation-primary a {
    color: #fff !important;
  }
  body .header__mobile-menu-icon,
  body .header__mobile-menu-icon:after,
  body .header__mobile-menu-icon:before {
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    height: 2px;
    width: 30px;
  }
  body .menu-arrow-icon,
  body .menu-arrow-icon:after {
    background-color: #fff;
  }
}
.footer {
  background-color: #f2f5f9;
  border-top: 1px #fff;
}
.footer__container .dnd-section,
.footer__container--static {
  max-width: 1340px;
}
.footer__bottom-section {
  border-color: #d0d0d0 #1d1d1d #1d1d1d;
  border-top: 1px solid #1d1d1d;
}
.footer a:not(.button),
.footer blockquote,
.footer div,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer li,
.footer p,
.footer span {
  color: #1d1d1d;
}
.footer .icon svg {
  fill: #1d1d1d;
}
.footer h3.form-title {
  color: #fff;
}
.footer .hs-menu-wrapper ul {
  margin-top: 0;
}
.footer .hs-menu-wrapper a {
  font-size: 16px;
  text-transform: none;
}
.footer .hs-menu-wrapper a,
.footer .hs-menu-wrapper a:active,
.footer .hs-menu-wrapper a:focus,
.footer .hs-menu-wrapper a:hover {
  color: #1d1d1d;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.blog-index__post-title,
.blog-index__post-title a {
  color: #000665;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  text-decoration: none;
}
.blog-index__post-auther,
.blog-index__post-points {
  color: #000;
  font-size: 14px;
}
.blog-index__post-points {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-index__post-points li {
  margin: 0;
  padding: 0;
}
.blog-filter {
  background-color: #000665;
  color: #fff;
}
.blog-filter,
.blog-filter form input,
.blog-filter ul.hs-search-field__suggestions li,
.blog-filter ul.hs-search-field__suggestions li a,
body .blog-tag-filter__select,
body .blog-tag-filter__select-wrapper:after,
body .blog-tag-filter__title {
  color: #fff;
}
.blog-filter form input,
.blog-filter ul.hs-search-field__suggestions li,
.blog-filter ul.hs-search-field__suggestions li a,
body .blog-tag-filter__select {
  background-color: #000015;
}
.blog-filter form input::placeholder {
  background-color: #000015;
  color: #fff;
}
.blog-filter form input::-moz-placeholder {
  background-color: #000015;
  color: #fff;
}
.blog-filter form input:-ms-input-placeholder {
  background-color: #000015;
  color: #fff;
}
.blog-index__post-header,
body .blog-related-posts__post-header {
  border-bottom-color: hsla(0, 0%, 100%, 0);
}
.blog-index__topic,
body .blog-related-posts__topic {
  background-color: hsla(0, 0%, 100%, 0);
  border: 2px solid #000665;
  border-radius: 20px;
  color: #000665;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-right: 4px;
  padding: 3px 6px;
}
.blog-index__topic-link,
.blog-index__topic-link:active,
.blog-index__topic-link:focus,
.blog-index__topic-link:hover,
.header a.blog-related-posts__topic-link,
.header a.blog-related-posts__topic-link:active,
.header a.blog-related-posts__topic-link:focus,
.header a.blog-related-posts__topic-link:hover,
body .blog-related-posts__topic-link,
body .blog-related-posts__topic-link:active,
body .blog-related-posts__topic-link:focus,
body .blog-related-posts__topic-link:hover {
  color: #000665;
  text-decoration: none;
}
.blog-post-header {
  background-image: url(https://7303166.fs1.hubspotusercontent-na1.net/hubfs/7303166/Education/blog-hero-background.png);
}
.error-page:before {
  color: #d0d0d0;
}
#email-prefs-form h3 {
  font-size: 20px;
}
.password-prompt input[type="password"] {
  margin-bottom: 1.4rem;
}
.backup-unsubscribe input[type="email"] {
  margin-bottom: 1.4rem;
  padding: 20px !important;
}
body .news-listing__header-icon > svg {
  fill: #000665;
}
body .icon-card__lower {
  border-top-color: #000665;
}
body .icon-card__icon {
  background-color: #000665;
}
body .image-gallery__selector:checked + .image-gallery__thumbnail {
  border-color: #000665;
}
body .upcoming-events__header-icon > svg {
  fill: #000665;
}
.iframe_wrapper {
  margin-bottom: 50px;
}
.iframe_wrapper,
.iframe_wrapper iframe {
  height: 1500px !important;
}
@media (max-width: 767px) {
  .iframe_wrapper {
    margin-bottom: 50px;
  }
  .iframe_wrapper,
  .iframe_wrapper iframe {
    height: 2000px !important;
  }
}
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
optgroup,
strong,
th,
var {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
caption,
th {
  text-align: left;
}
q:after,
q:before {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sub,
sup {
  vertical-align: baseline;
}
legend {
  color: #000;
}
button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
button,
input,
select,
textarea {
  *font-size: 100%;
}
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
nav,
section,
summary,
time,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
a {
  outline: none;
}
.clearfix {
  zoom: 1;
}
.aaaaaaaaaaaa:after,
.box:after,
.caseList:after,
.clearfix:after,
.companyList:after,
.flowList:after,
.ftNavBox:after,
.ftSubBox:after,
.infoBox:after,
.logoBox:after,
.newsList:after,
.pointDetailList:after,
.pointList:after,
.pointTopList li:after,
.serviceBox:after,
.serviceVisual:after,
.snsList:after,
.ttlBox:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
strong {
  font-weight: 700;
}
img {
  vertical-align: bottom;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="button"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration {
  border-radius: 0;
  display: none;
}
input[type="button"]::focus,
input[type="submit"]::focus {
  border-radius: 0;
  outline-offset: -2px;
}
html {
  height: 100%;
  width: 100%;
}
.grecaptcha-badge {
  z-index: 2;
}
.onlyPc {
  display: block;
}
.onlySp {
  display: none;
}
.sec {
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
.graySec {
  background-color: #f2f5f9;
}
.whiteSec {
  background-color: #fff;
}
.contentBox {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}
.disable {
  pointer-events: none;
}
.fadeSimple {
  opacity: 0;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fadeSimple.active {
  opacity: 1;
}
.fade {
  opacity: 0;
  position: relative;
  top: 20px;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fade.active {
  opacity: 1;
  top: 0;
}
.fadeLeft {
  left: -20px;
  opacity: 0;
  position: relative;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fadeLeft.active {
  left: 0;
  opacity: 1;
}
.fadeRight {
  opacity: 0;
  position: relative;
  right: -20px;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fadeRight.active {
  opacity: 1;
  right: 0;
}
.fadeDelay1 {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.fadeDelay2 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fadeDelay3 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fadeDelay4 {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.maskRight {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskRight.active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.maskLeft {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskLeft.active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.maskTop {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskTop.active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.maskBottom {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskBottom.active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.logo {
  float: left;
}
.logo a {
  background-image: url(/wp-content/themes/shippio-service/assets/img/hd_logo.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 32px;
  opacity: 1;
  text-indent: -9999px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 113px;
}
.logo a:hover {
  opacity: 0.7;
}
.navList > li {
  float: left;
  margin-left: 30px;
  position: relative;
}
.navList > li.contact2 {
  margin-left: 10px;
}
.navList > li.sub {
  background-image: url(../images/arr_down_white.png);
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  padding-right: 15px;
}
.navList > li.contact a {
  background-color: #000665;
  border-radius: 4px;
  padding: 6px 10px;
}
.navList > li.contact a:after {
  display: none;
}
.navList > li.current > a:after {
  width: 100%;
}
.navList > li > a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 6px 0;
  position: relative;
}
.navList > li > a:after {
  background-color: #2ae41e;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 0;
}
.navList > li > a:hover:after {
  width: 100%;
}
.subList {
  display: none;
  left: 0;
  left: -20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 30px;
}
.subList li a {
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}
.mainVisual,
main {
  overflow: hidden;
}
.mainVisual {
  height: 70%;
  margin-top: 100px;
  position: relative;
  width: 100%;
}
.mainVisual .overArea {
  bottom: 40px;
  color: #fff;
  left: 60px;
  position: absolute;
  z-index: 5;
}
.mainVisual .overArea .mission {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  line-height: 0.4;
  margin-bottom: 0;
}
.mainVisual .overArea .mission span {
  background-color: #000665;
  background-color: rgba(0, 6, 101, 0.8);
  display: inline-block;
  line-height: 1;
  padding: 8px 20px 12px;
}
.mainVisual .overArea .mission .each {
  display: inline-block;
  overflow: hidden;
}
.mainVisual .overArea .mission .each span {
  display: block;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.mainVisual .overArea .mission .each.first span {
  margin-bottom: -4px;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mainVisual .overArea .mission .each.second span {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mainVisual .overArea .mission .each.active span {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.mainVisual .overArea .service {
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #000665;
  font-size: 16px;
  font-weight: 700;
  margin-left: 0;
  opacity: 0;
  padding: 20px 10px 20px 20px;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mainVisual .overArea .service.active {
  opacity: 1;
}
.mainVisual .overArea .service span {
  font-size: 12px;
}
.mainVisual .bnr6th a {
  bottom: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 4;
}
.mainVisual .bnr6th a.active {
  bottom: 10px;
  opacity: 1;
}
.mainVisual .bnr6th a:hover {
  opacity: 0.9;
}
.mainVisual .bg .poster {
  display: none;
}
.mainVisual .bg .mark {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 32.5%;
  z-index: 3;
}
.mainVisual .bg .mark img {
  width: 100%;
}
.mainVisual .bg .black {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.mainVisual .bg video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.bnrArea a {
  bottom: 35px;
  bottom: -250px;
  opacity: 0;
  position: fixed;
  right: 25px;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 4;
}
.bnrArea a.mini,
.bnrArea a.minied {
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
.bnrArea a.active {
  bottom: 35px;
  opacity: 1;
}
.bnrArea a:hover {
  opacity: 0.9;
}
sup {
  font-size: 70%;
  position: relative;
  top: -0.1em;
  vertical-align: top;
}
.serviceBox .left {
  float: left;
  width: 50%;
  width: calc(50% + 60px);
  width: calc(50% - 60px);
}
.serviceBox .right {
  float: right;
  padding-top: 55px;
  width: calc(50% - 60px);
  width: calc(50% + 60px);
}
.serviceBox .right img {
  width: 100%;
}
.serviceBox .subTtl {
  color: #2ae41e;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 70px;
  position: relative;
}
.serviceBox .subTtl:after {
  background-color: #2ae41e;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 60px;
}
.serviceBox .ttl {
  color: #000665;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
.serviceBox .desp {
  font-size: 16px;
  margin-bottom: 50px;
  text-indent: -0.5em;
}
a.btn {
  background-color: #000665;
  background-color: #7594da;
  background-image: url(../images/arr_right_white.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 60px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.btn:hover {
  background-position: right 17px center;
  opacity: 0.8;
}
a.mapBtn {
  background-color: #000665;
  background-image: url(../images/arr_right_white.png);
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 20px;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.mapBtn:hover {
  background-position: right 5px center;
  opacity: 0.8;
}
h3.mainTtl {
  font-size: 28px;
  margin-bottom: 80px;
}
h2.mainTtl,
h3.mainTtl {
  color: #000665;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
h2.mainTtl {
  font-size: 32px;
  margin-bottom: 60px;
}
.mainDesp {
  color: #000665;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}
.line {
  border-bottom: 3px solid #2ae41e;
}
.pointList {
  margin: 0;
}
.pointList li {
  float: left;
  margin: 0 20px;
  position: relative;
  text-align: center;
  width: calc(25% - 40px);
}
.pointList li a {
  display: block;
}
.pointList li .pointBox {
  left: 0;
  position: absolute;
  top: -20px;
}
.pointList li .img {
  margin-bottom: 10px;
  padding: 0 30px;
}
.pointList li .img img {
  width: 100%;
}
.pointList li .ttl {
  color: #000665;
  font-size: 18px;
  font-weight: 700;
}
.pointBox {
  text-align: center;
}
.pointBox .tx {
  font-size: 12px;
  opacity: 0.6;
}
.pointBox .number,
.pointBox .tx {
  color: #000665;
  font-weight: 700;
  line-height: 1;
}
.pointBox .number {
  font-family: Roboto Condensed, sans-serif;
  font-size: 46px;
  font-size: 51px;
}
.pointTopBox {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 60px;
}
.pointTopList li {
  border-bottom: 1px solid #ececec;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.pointTopList li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pointTopList li .each {
  width: 50%;
}
.pointTopList li .left {
  float: left;
}
.pointTopList li .right {
  float: right;
}
.pointTopList li .img img {
  max-width: 80%;
}
.pointTopList li .img2 img {
  max-width: 60%;
}
.pointTopList li .img4 img {
  max-width: 70%;
}
.pointTopList li .desp {
  text-align: justify;
}
.pointTopList li .rightAlign {
  text-align: center;
}
.ttlBox {
  border-bottom: 3px solid #2ae41e;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 6px;
}
.ttlBox .pointBox {
  float: left;
}
.ttlBox .ttl {
  color: #000665;
  float: left;
  font-size: 28px;
  font-weight: 700;
  margin-left: 20px;
  margin-top: 27px;
}
.ttlBox .subImg {
  float: left;
  margin-left: 10px;
}
.ttlBox .subImg img {
  height: 95px;
  position: relative;
  top: -20px;
  width: auto;
}
.btnArea,
.documentBox {
  text-align: center;
}
.documentBox {
  background-image: url(../images/bg_contact.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #000665;
  padding: 40px 0;
}
.documentBox .ttl {
  color: #000665;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
a.btnDocument {
  padding-left: 30px;
}
a.btnDocument span {
  background-image: url(../images/ico_docment.png);
  background-position: left 0 center;
  background-repeat: no-repeat;
  background-size: 26px auto;
  padding: 9px 0 9px 50px;
}
.caseList {
  margin: 0 -20px 60px;
}
.caseList .case {
  background-color: #fff;
  border-bottom: 3px solid #2ae41e;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  float: left;
  margin: 0 20px 40px;
  width: calc(33.33% - 40px);
}
.caseList .case .img {
  overflow: hidden;
  position: relative;
}
.caseList .case .img:before {
  content: "";
  display: block;
  padding-top: 63%;
}
.caseList .case .img img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.caseList .case .despArea {
  padding: 20px;
}
.caseList .case .ttl {
  color: #000665;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
.caseList .case .desp {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.caseList .case .company {
  font-weight: 700;
  margin-bottom: 5px;
}
.caseListTop {
  margin-bottom: 0;
}
.newsDirection {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}
.newsDirection .page-numbers {
  margin: 0 10px;
  padding: 4px 8px;
}
.newsDirection .current {
  text-decoration: underline;
}
.newsDirection .next,
.newsDirection .prev {
  background-color: #000665;
  border-radius: 4px;
  color: #fff;
}
.newsDirection .next {
  background-image: url(../images/arr_right_white.png);
  background-position: right 6px center;
  padding-right: 20px;
}
.newsDirection .next,
.newsDirection .prev {
  background-repeat: no-repeat;
  background-size: 6px auto;
}
.newsDirection .prev {
  background-image: url(../images/arr_left_white.png);
  background-position: left 6px center;
  padding-left: 20px;
}
.tagBox {
  font-size: 11px;
  line-height: 1;
}
.tagBox span {
  border: 1px solid #000665;
  border-radius: 20px;
  color: #000665;
  display: inline-block;
  margin-right: 4px;
  padding: 3px 6px;
}
.pageTtlBox {
  position: relative;
}
.pageTtlBox .category {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #000665;
  background-color: #666;
  background-color: #2ae41e;
  background-color: #5d62b3;
  background-image: url(../images/arr_down_white.png);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  outline: none;
  padding: 4px 22px 4px 10px;
  position: absolute;
  right: 0;
  top: 17px;
}
.pageTtlBox .greenLine {
  background-color: #2ae41e;
  height: 4px;
  margin: -50px auto 40px;
  width: 70px;
}
.companyList {
  margin: 0 -10px 40px;
  padding-top: 0;
}
.companyList li {
  float: left;
  margin: 0 10px 10px;
  width: calc(20% - 20px);
}
.companyList li img {
  width: 100%;
}
.mainDesp2 {
  margin-bottom: 0;
}
.newsList {
  margin: 0 -10px 40px;
}
.newsList li {
  float: left;
  margin: 0 15px 40px;
  width: calc(25% - 30px);
}
.newsList li .img {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.newsList li .img:before {
  content: "";
  display: block;
  padding-top: 61.4%;
}
.newsList li .img img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.newsList li .ttl {
  color: #000665;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-top: 5px;
}
.newsList li .date {
  color: #666;
  font-size: 12px;
}
.newsList li a {
  display: block;
}
.ftContactBox {
  background-image: url(/wp-content/themes/shippio-service/assets/img/img_company_main.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 140px 0;
  text-align: center;
}
.ftContactBox .ttl {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.ftContactBox .desp {
  font-size: 16px;
  margin-bottom: 60px;
}
.btnList {
  text-align: center;
}
.btnList li {
  display: inline-block;
  margin: 0 20px;
  max-width: 40%;
  width: 40%;
  width: 360px;
}
.btnList li a {
  background-color: #fff;
  background-image: url(../images/arr_right_blue.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border-radius: 4px;
  color: #000665;
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btnList li a:hover {
  background-position: right 17px center;
  opacity: 0.8;
}
.green {
  color: #2ae41e;
}
footer {
  background-color: #000665;
}
.ftNavBox {
  padding: 60px 0;
}
.ftNavBox,
.ftNavBox a {
  color: #fff;
}
.ftNavBox .logo {
  margin-bottom: 60px;
}
.ftNavBox .lang {
  clear: both;
  margin-bottom: 20px;
}
.ftNavBox .left {
  float: left;
  width: 200px;
}
.ftNavBox .right {
  float: right;
  width: calc(100% - 300px);
}
.ftNavBox .bnr6thFt {
  padding-top: 40px;
}
.ftNavBox .bnr6thFt a {
  display: block;
}
.ftNavBox .bnr6thFt img {
  max-width: 100%;
}
.navFtList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.navFtList > li {
  margin-bottom: 60px;
  width: 25%;
}
.navFtList > li a {
  font-size: 16px;
  font-weight: 700;
}
.subFtList {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.subFtList li {
  margin: 0;
  padding: 0;
}
.subFtList li a {
  font-size: 12px;
  opacity: 0.7;
}
.snsList {
  list-style: none;
}
.header-snsList {
  display: flex;
  justify-content: center;
  list-style: none;
}
.header-snsList li {
  margin: 10px;
}
.snsList li {
  float: left;
  margin-right: 15px;
}
.snsList li a {
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  text-align: left;
  text-indent: -9999px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 20px;
}
.snsList li a:hover {
  opacity: 0.6;
}
.snsList li.twitter a {
  background-image: url(/wp-content/themes/shippio-service/assets/img/ico_twitter.png);
  background-size: 21px auto;
}
.snsList li.facebook a {
  background-image: url(/wp-content/themes/shippio-service/assets/img/ico_facebook.png);
  background-size: 9px auto;
}
.snsList li.linkedin a {
  background-image: url(/wp-content/themes/shippio-service/assets/img/ico_linkedin.png);
  background-size: 22px auto;
}
.ftSubBox {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  padding: 30px 0;
}
.ftSubBox .onlyPc {
  display: inline-block;
}
.ftSubBox a {
  color: #fff;
}
.ftSubBox .licenseLogo {
  float: left;
  margin-right: 5px;
}
.ftSubBox .licenseTx {
  color: #fff;
  float: left;
  font-size: 11px;
  line-height: 1.8;
  padding-left: 20px;
}
.ftSubBox .copyright {
  color: #fff;
  float: right;
  font-size: 11px;
  letter-spacing: 0;
  padding-top: 56px;
}
.secTop {
  padding-bottom: 100px;
  padding-top: 170px;
}
.serviceVisual .left {
  float: left;
  width: 45%;
}
.serviceVisual .right {
  float: right;
  width: 55%;
}
.serviceVisual .right img {
  width: 110%;
  width: 100%;
}
.serviceVisual .first {
  background-color: #000665;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  padding: 4px 5px 6px;
}
.serviceVisual .ttl1 {
  color: #000665;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.serviceVisual .ttl2 {
  margin-bottom: 10px;
}
.serviceVisual .ttl2 img {
  max-width: 100%;
  width: 295px;
}
.serviceVisual .ttl3 {
  color: #000665;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
.serviceVisual .desp {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}
.serviceVisual .sup {
  font-size: 60%;
  position: relative;
  top: -0.3em;
  vertical-align: top;
}
.serviceVisual .btnArea2 {
  margin-bottom: 20px;
}
.serviceVisual .attention {
  font-size: 13px;
  line-height: 1.4;
}
.center,
.problemBox {
  text-align: center;
}
.problemBox {
  background-color: #fff;
  border: 5px solid #000665;
  display: inline-block;
  margin-bottom: 60px;
  margin-top: -160px;
  padding: 40px 60px;
}
.problemBox .ttl {
  color: #000665;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.problemBox .problemList {
  font-size: 16px;
  text-align: left;
}
.problemBox .problemList li {
  background-image: url(../images/ico_check.png);
  background-position: left 0 center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  padding-left: 25px;
}
.effectTtl {
  border-bottom: 3px solid #2ae41e;
  color: #000665;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.effectList {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 570px;
}
.effectList li {
  background-color: #000665;
  color: #fff;
  margin-bottom: 15px;
  padding: 25px 0 10px;
}
.effectList .tx1 {
  font-size: 30px;
  margin-right: 10px;
}
.effectList .tx2 {
  font-size: 18px;
}
.effectList .tx3 {
  font-size: 58px;
}
.effectList .tx3,
.effectList .tx4 {
  font-family: Roboto Condensed, sans-serif;
}
.effectList .tx4 {
  font-size: 33px;
  margin-right: 10px;
}
.effectList .tx5 {
  font-size: 33px;
}
.effectList .tx6 {
  font-size: 14px;
  margin-right: 10px;
}
.effectList .tx7 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 45px;
}
.effectList .tx8 {
  position: relative;
  top: -10px;
}
.effectList .tx9 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 45px;
}
.effectList .tx10 {
  font-size: 17px;
  margin-right: 10px;
}
.effectList .tx11 {
  font-size: 30px;
}
.problemAttention {
  color: #666;
  font-size: 12px;
}
.pointDetailList {
  margin: 0 -30px;
}
.pointDetailList li {
  float: left;
  margin: 0 30px 60px;
  width: calc(50% - 60px);
}
.pointDetailList li .img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.pointDetailList li .img img {
  width: 100%;
}
.pointDetailList li .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.pointDetailList li .ttl:after {
  background-color: #2ae41e;
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 70px;
}
.pointDetailList li .desp {
  font-size: 15px;
}
.freeTtl {
  background-color: #646aa6;
  background-color: #000665;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 10px 40px;
}
.freeDesp {
  font-size: 13px;
  margin-bottom: 40px;
}
.flowBox {
  background-color: #f2f5f9;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 60px;
  padding: 60px;
  text-align: center;
}
.flowBox .ttl {
  color: #000665;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
#pardot iframe {
  min-height: 1300px;
}
#pardot .pardotBox {
  background-color: #fff;
  padding: 60px 20px 20px;
}
#pardotForm01 {
  min-height: 1600px;
}
.flowList {
  margin: 0 -20px;
}
.flowList li {
  float: left;
  margin: 0 20px;
  position: relative;
  text-align: left;
  width: calc(25% - 40px);
}
.flowList li .img {
  margin-bottom: 20px;
  padding: 0 20px;
}
.flowList li .img img {
  width: 100%;
}
.flowList li .desp {
  line-height: 1.6;
}
.flowList li .arr {
  position: absolute;
  right: -37px;
  top: 95px;
}
.sliderBox {
  position: relative;
}
.numberBox {
  background-color: #000665;
  border-radius: 115px;
  bottom: -40px;
  color: #fff;
  height: 115px;
  line-height: 1;
  position: absolute;
  right: -40px;
  text-align: center;
  width: 115px;
  z-index: 5;
}
.numberBox .tx1 {
  font-size: 12px;
  padding-top: 16px;
}
.numberBox .tx2 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 27px;
  line-height: 1;
  margin-right: -20px;
}
.numberBox .tx2 span {
  font-size: 60px;
}
.numberBox .tx3 {
  font-size: 17px;
  margin-top: -2px;
}
.caseSlider {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.caseSlider div {
  vertical-align: top;
}
.caseSlider .case {
  background-color: #fff;
  position: relative;
}
.caseSlider .img {
  float: left;
  overflow: hidden;
  position: relative;
  width: 50%;
}
.caseSlider .img:before {
  content: "";
  display: block;
  padding-top: 68%;
}
.caseSlider .img img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.caseSlider .despArea {
  float: right;
  padding: 40px;
  width: 50%;
}
.caseSlider .despArea .ttl {
  color: #000665;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.caseSlider .despArea .desp {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}
.caseSlider .despArea .company {
  font-weight: 700;
  margin-bottom: 5px;
}
.slick-dots {
  bottom: -35px;
}
.secCompany {
  padding-bottom: 0;
  padding-top: 0;
}
.secCompany .overArea {
  color: #fff;
  position: absolute;
  text-align: center;
  top: 20vw;
  width: 100%;
  z-index: 2;
}
.secCompany .overArea .ttl {
  color: #2ae41e;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 60px;
}
.secCompany .overArea .desp {
  font-size: 20px;
  line-height: 1.8;
}
.mainImg img {
  width: 100%;
}
.messageBox {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-top: -26vw;
  padding: 80px 60px;
}
.messageBox .ttl {
  color: #000665;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}
.messageBox .box .left {
  float: left;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  width: 70%;
}
.messageBox .box .left p {
  margin-bottom: 20px;
}
.messageBox .box .right {
  float: right;
  font-size: 16px;
  text-align: left;
  width: calc(30% - 60px);
}
.messageBox .box .right img {
  margin-bottom: 5px;
  width: 100%;
}
.infoList {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 60px;
  text-align: left;
}
.infoList a {
  text-decoration: underline;
}
.infoList a.mapBtn {
  text-decoration: none;
}
.infoList li {
  margin-bottom: 20px;
}
.infoList li .ttl {
  float: left;
}
.infoList li .desp {
  padding-left: 150px;
}
.infoList li p {
  margin-bottom: 20px;
}
.recruitDesp {
  display: inline-block;
  margin-bottom: 30px;
}
.recruitDesp span {
  border-bottom: 3px solid #2ae41e;
}
.logoBox img {
  float: left;
  margin-right: 10px;
}
.contactDesp {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}
.contactDesp2 {
  color: #666;
  font-size: 12px;
  text-align: center;
}
.contactDesp3 {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}
.contactDesp4 {
  font-size: 13px;
  margin-bottom: 20px;
  text-align: center;
}
.secThanks {
  background-image: url(../images/bg_thanks.png);
  background-position: center top 110px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px !important;
}
.secThanks .shipBox {
  -webkit-animation: loop-slide 24s linear 1s infinite both;
  animation: loop-slide 24s linear 1s infinite both;
  bottom: -27px;
  left: 60px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.sea {
  background-color: #000665;
  height: 120px;
  width: 100%;
}
@-webkit-keyframes loop-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
}
@keyframes loop-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
}
.contactBox {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 60px;
  width: 790px;
}
.contactBox .each {
  margin-bottom: 20px;
}
.contactBox .each .desp {
  font-weight: 400;
}
.contactBox input[type="email"],
.contactBox input[type="tel"],
.contactBox input[type="text"],
.contactBox select,
.contactBox textarea {
  padding: 5px;
  width: 100%;
}
.contactBox textarea {
  height: 200px;
}
.contactBox .required {
  color: red;
}
.contactBox .attention {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.contactBox .privacyTtl {
  padding-top: 40px;
  text-align: center;
}
.contactBox .privacyTtl a {
  text-decoration: underline;
}
.contactBox .privacyDesp {
  padding-top: 10px;
  text-align: center;
}
.contactBox .privacyDesp span {
  padding-left: 4px;
  position: relative;
  top: -3px;
}
.contactBox .wpcf7-spinner {
  display: block;
}
.contactBox .submitBtn {
  padding-top: 20px;
  text-align: center;
}
.contactBox .submitBtn input {
  background-color: #000665;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 60px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contactBox .submitBtn input:hover {
  background-position: right 17px center;
  opacity: 0.8;
}
.contactBox .reDesp {
  color: #666;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 20px;
  text-align: center;
}
.secContact1 {
  padding-bottom: 40px;
}
.secContact2 {
  padding-top: 60px;
}
article.detail {
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 800px;
}
article.detail .mainImg {
  margin-bottom: 20px;
  position: relative;
}
article.detail .mainImg img {
  width: 100%;
}
article.detail .infoBox {
  margin-bottom: 15px;
}
article.detail .infoBox .tagBox {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
article.detail .infoBox .date {
  float: left;
}
article.detail h2.ttl {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}
article.detail .desp {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  word-wrap: break-word;
}
article.detail .desp p {
  margin-bottom: 30px;
}
article.detail .desp h2 {
  border-bottom: 3px solid #2ae41e;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 40px;
}
article.detail .desp h2 span {
  font-weight: 700 !important;
}
article.detail .desp img {
  height: auto;
  margin-bottom: 20px;
  max-width: 100%;
  padding-top: 20px;
}
article.detail .desp a {
  text-decoration: underline;
}
article.detail .caseTtl {
  color: #000665;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
article.detail .summaryBox {
  background-color: #f2f5f9;
  background-color: #fff;
  margin-bottom: 60px;
  margin-top: 60px;
  padding: 50px 40px 40px;
}
article.detail .summaryBox .companyName {
  font-size: 22px;
  margin-bottom: 30px;
}
article.detail .summaryBox .summary {
  font-size: 15px;
  margin-bottom: 40px;
}
article.detail .summaryBox .summary p {
  margin-bottom: 20px;
}
article.detail .summaryBox .summaryList {
  border-top: 1px solid #ccc;
  font-size: 15px;
  padding-top: 20px;
}
article.detail .summaryBox .summaryList li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
article.detail .summaryBox .summaryList li .ttl {
  color: #000665;
  float: left;
  font-weight: 700;
}
article.detail .summaryBox .summaryList li .desp {
  padding-left: 100px;
}
article.detail .summaryBox .tagBox {
  font-size: 14px;
}
article.detail .summaryBox .tagBox span {
  margin-right: 8px;
  padding: 6px 12px;
}
.privacyList {
  list-style: none;
}
.privacyBox {
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 760px;
}
.privacyBox .ttl {
  border-bottom: 3px solid #2ae41e;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.privacyBox .desp {
  margin-bottom: 60px;
}
.bnrSp {
  display: none;
}
@media screen and (max-width: 1300px) {
  .navList > li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .navList > li > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1070px) {
  .navList > li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .navList > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  #button_container {
    display: block;
  }
  .contentBox {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 719px) {
  .onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
  .bnr6th {
    margin-bottom: 40px;
    padding-top: 10px;
    text-align: center;
  }
  .bnr6th a img {
    width: 80%;
  }
  .contentBox {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sec {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  #button_container {
    display: block;
  }
  #service {
    padding-top: 40px;
  }
  .slick-next,
  .slick-prev {
    top: 100px;
  }
  .mainVisual {
    height: 90%;
    margin-top: 0;
  }
  .mainVisual .overArea {
    bottom: 20px;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mainVisual .overArea .mission {
    font-size: 36px;
    margin-bottom: 0;
  }
  .mainVisual .overArea .mission span {
    padding: 8px 10px 8px 15px;
  }
  .mainVisual .overArea .service {
    font-size: 13px;
    line-height: 1.5;
    padding: 15px 10px 15px 15px;
  }
  .mainVisual .overArea .service span {
    font-size: 10px;
  }
  .bnrArea a {
    display: none;
  }
  .serviceBox .left,
  .serviceBox .right {
    float: none;
    width: auto;
  }
  .serviceBox .right {
    margin-left: -25px;
    margin-right: -25px;
  }
  .serviceBox .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .serviceBox .desp {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: justify;
  }
  a.btn {
    padding: 12px 50px 12px 40px;
  }
  .btnArea a.btn {
    padding: 12px 40px;
  }
  #service {
    padding-bottom: 0;
  }
  h3.mainTtl {
    font-size: 18px;
    text-align: left;
    text-align: justify;
  }
  .pointList {
    margin: 0 -10px;
  }
  .pointList li {
    margin: 0 20px 60px;
    width: calc(50% - 40px);
  }
  .pointList li .pointBox {
    top: -10px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .pointList li .img {
    padding: 0;
  }
  .pointList li .ttl {
    font-size: 13px;
    line-height: 1.4;
  }
  .pointTopBox {
    margin-bottom: 40px;
    padding: 30px 20px;
  }
  .pointTopList li {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .pointTopList li .left,
  .pointTopList li .right {
    float: none;
    width: auto;
  }
  .pointTopList li .pointBox .tx {
    font-size: 10px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .pointTopList li .pointBox .number {
    font-size: 33px;
  }
  .pointTopList li .desp {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .pointTopList li .img {
    text-align: center;
  }
  .pointTopList li .img img {
    max-width: 95%;
  }
  .pointTopList li#point04 .ttlBox .ttl {
    font-size: 18px;
  }
  .ttlBox {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .ttlBox .ttl {
    font-size: 20px;
    margin-left: 0;
    margin-top: 5px;
  }
  .pointBox {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .documentBox .ttl {
    font-size: 16px;
  }
  a.btnDocument {
    background-position: right 10px center;
    font-size: 14px;
    padding: 4px 30px 4px 20px;
  }
  a.btnDocument span {
    background-size: 20px auto;
    padding-left: 30px;
  }
  h2.mainTtl {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .mainDesp {
    font-size: 14px;
  }
  .caseList .case {
    float: none;
    width: auto;
  }
  .ftContactBox {
    padding: 60px 20px 40px;
  }
  .ftContactBox .ttl {
    font-size: 22px;
    line-height: 1.5;
  }
  .ftContactBox .desp {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .btnList li {
    display: block;
    margin-bottom: 10px;
    max-width: none;
    width: auto;
  }
  .btnList li a {
    font-size: 16px;
    padding: 10px 0;
  }
  .btnList .fotter-cta {
    margin: auto;
  }
  .ftNavBox .left,
  .ftNavBox .right {
    float: none;
    width: auto;
  }
  .ftNavBox .right {
    clear: both;
  }
  .ftNavBox .subNav {
    position: absolute;
    right: 20px;
    top: 30px;
  }
  .ftNavBox .lang {
    margin-bottom: 10px;
  }
  .ftNavBox .bnr6thFt {
    margin-bottom: 40px;
    padding-top: 0;
    text-align: center;
  }
  .navFtList > li {
    margin-bottom: 40px;
    width: 50%;
  }
  .navFtList > li > a {
    font-size: 15px;
  }
  .ftNavBox {
    padding-bottom: 10px;
  }
  .ftSubBox .onlyPc {
    display: none;
  }
  .ftSubBox .licenseTx {
    clear: both;
    float: none;
    font-size: 10px;
    padding-left: 0;
    padding-top: 20px;
  }
  .ftSubBox .copyright {
    float: none;
    padding-top: 40px;
  }
  .secTop {
    padding-top: 120px;
  }
  .serviceVisual .left {
    margin-bottom: 30px;
  }
  .serviceVisual .left,
  .serviceVisual .right {
    float: none;
    width: auto;
  }
  .serviceVisual .first {
    font-size: 16px;
  }
  .serviceVisual .ttl1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .serviceVisual .ttl2 {
    margin-bottom: 20px;
  }
  .serviceVisual .ttl2 img {
    width: 215px;
  }
  .serviceVisual .ttl3 {
    font-size: 13px;
  }
  .serviceVisual .mainImg {
    margin-bottom: 30px;
  }
  .serviceVisual .desp {
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
  }
  .serviceVisual .attention {
    font-size: 11px;
    line-height: 1.6;
  }
  #showcase h3.mainTtl {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .problemBox {
    margin-top: -90px;
    padding: 30px 20px 20px;
  }
  .problemBox .ttl {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .problemBox .problemList li {
    background-position: left 0 top 3.5px;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .effectTtl {
    font-size: 20px;
  }
  .effectList li.effect02 {
    padding-top: 13px;
  }
  .effectList .tx1 {
    font-size: 21px;
  }
  .effectList .tx2 {
    font-size: 16px;
  }
  .effectList .tx4 {
    font-size: 28px;
  }
  .effectList .tx5 {
    font-size: 23px;
  }
  .effectList .tx6 {
    display: inline-block;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .problemAttention {
    font-weight: 400;
    line-height: 1.6;
  }
  #feature1 {
    padding-bottom: 0;
  }
  .ttlBox2 {
    margin-bottom: 30px;
  }
  .ttlBox2 .pointBox .tx {
    font-size: 10px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .ttlBox2 .pointBox .number {
    font-size: 33px;
  }
  .ttlBox2 .subImg img {
    height: 40px;
    top: -5px;
  }
  #point04 .ttlBox2 .subImg img {
    margin-left: -10px;
    margin-right: -20px;
  }
  .pointDetailList {
    margin-bottom: 30px;
  }
  .pointDetailList li {
    float: none;
    width: auto;
  }
  .pointDetailList li:last-child {
    margin-bottom: 0;
  }
  .pointDetailList li .ttl {
    font-size: 17px;
  }
  .pointDetailList li .desp {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
  }
  .freeTtl {
    border-radius: 10px;
    display: block;
    font-size: 20px;
    line-height: 1.8;
    padding: 20px;
  }
  .freeDesp {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .flowBox {
    padding: 30px 20px;
  }
  #case .mainDesp {
    margin-bottom: 20px;
  }
  #pardot .pardotBox {
    padding: 20px 0 0;
  }
  #pardot iframe {
    min-height: 1700px;
  }
  #pardotForm01 {
    min-height: 1990px;
  }
  .flowList li {
    float: none;
    height: auto !important;
    margin-bottom: 60px;
    width: auto;
  }
  .flowList li:last-child {
    margin-bottom: 20px;
  }
  .flowList li .img {
    text-align: center;
  }
  .flowList li .img img {
    width: 70%;
  }
  .flowList li .arr {
    bottom: -50px;
    left: 0;
    right: auto;
    text-align: center;
    top: auto;
    width: 100%;
  }
  .flowList li .arr img.onlySp {
    display: inline-block;
  }
  .sliderBox .numberBox {
    bottom: auto;
    left: -20px;
    right: auto;
    top: -40px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .caseSlider .img {
    float: none;
    width: auto;
  }
  .caseSlider .despArea {
    float: none;
    padding: 20px;
    width: auto;
  }
  .caseSlider .despArea .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .newsDirection .page-numbers {
    padding: 4px;
  }
  .newsDirection .next {
    padding: 4px 20px 4px 8px;
  }
  .newsDirection .prev {
    padding: 4px 8px 4px 20px;
  }
  .pageTtlBox .category {
    float: right;
    margin-bottom: 20px;
    margin-top: -20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .newsBox {
    clear: both;
  }
  .newsList,
  .newsList li {
    margin-left: 0;
    margin-right: 0;
  }
  .newsList li {
    float: none;
    width: auto;
  }
  article.detail h2.ttl {
    font-size: 18px;
  }
  article.detail .desp {
    font-weight: 400;
    line-height: 1.8;
  }
  article.detail .desp h2 {
    border-bottom: 2px solid #2ae41e;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  article.detail h2.caseTtl {
    font-size: 18px;
  }
  article.detail .mainImg .numberBox {
    bottom: -20px;
    right: -20px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  article.detail .summaryBox {
    margin-top: 40px;
    padding: 30px 20px 10px;
  }
  article.detail .summaryBox .companyName {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  article.detail .summaryBox .summary {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
  }
  article.detail .summaryBox .summaryList {
    font-size: 14px;
  }
  article.detail .summaryBox .summaryList li .desp {
    padding-left: 60px;
  }
  article.detail .summaryBox .tagBox {
    font-size: 13px;
  }
  article.detail .summaryBox .tagBox span {
    margin-bottom: 8px;
    padding: 4px 10px;
  }
  .secCompany {
    padding-bottom: 0;
    padding-top: 0;
  }
  .secCompany .mainImg {
    height: 70vh;
    height: 460px;
  }
  .secCompany .mainImg img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .secCompany .overArea {
    padding-left: 20px;
    padding-right: 20px;
    top: 30vw;
  }
  .secCompany .overArea .ttl {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .secCompany .overArea .desp {
    font-size: 15px;
    text-align: left;
  }
  .messageBox .ttl {
    font-size: 22px;
  }
  .messageBox {
    margin-top: -100px;
    padding: 50px 20px 30px;
  }
  .messageBox .box .left {
    text-align: justify;
  }
  .messageBox .box .left,
  .messageBox .box .right {
    float: none;
    font-size: 14px;
    font-weight: 400;
    width: auto;
  }
  .messageBox .box .right {
    text-align: center;
  }
  .messageBox .box .right .img img {
    width: 60%;
  }
  .infoList {
    font-size: 13px;
  }
  .infoList li .ttl {
    font-weight: 700;
  }
  .infoList li .desp {
    padding-left: 90px;
  }
  a.mapBtn {
    margin-left: 0;
    margin-top: 5px;
  }
  .secThanks {
    background-image: url(../images/bg_thanks_sp.png);
    background-position: center top 68px;
    padding-bottom: 70px !important;
  }
  .secThanks .shipBox {
    bottom: -24px;
    left: 0;
  }
  .secThanks .shipBox .ship img {
    width: 260px;
  }
  .contactDesp2 {
    font-size: 11px;
    line-height: 1.4;
  }
  .contactDesp {
    font-size: 15px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .contactDesp3 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .contactDesp4 {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .contactBox {
    padding: 40px 20px;
  }
  .contactBox .reDesp {
    letter-spacing: 0;
  }
  .privacyBox {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
  }
  .privacyBox .ttl {
    font-size: 16px;
  }
  .pageTtlBox .greenLine {
    margin-top: -30px;
  }
  .bnrSp {
    bottom: 10px;
    bottom: -100px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    position: fixed;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 5;
  }
  .bnrSp.active {
    bottom: 10px;
  }
  .bnrSp img {
    width: 100%;
  }
  .ftSubBox {
    padding-bottom: 10px;
  }
  .companyList li {
    margin: 0 5px 10px;
    width: calc(50% - 10px);
  }
  .caseListTop {
    margin-bottom: 30px;
  }
  .caseListTop .case {
    margin: 0;
  }
  .caseListTop .slick-slide {
    padding: 0 20px;
  }
  .slick-next {
    right: 2px;
  }
  .slick-prev {
    left: 2px;
  }
  .ftSubBox .licenseLogo {
    height: 56px;
    margin-bottom: 15px;
    margin-right: 20px;
  }
  .ftSubBox .licenseLogo4 {
    clear: both;
  }
  .logoBox a {
    display: inline-block;
    height: 79px;
    margin-bottom: 20px;
  }
  .logoBox img {
    margin-right: 5px;
  }
  .infoList li .ttl {
    clear: both;
  }
  .privacyList {
    list-style: none;
    margin-bottom: 30px;
  }
}
.breadCrumbList ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadCrumbList ul li:not(:last-of-type):after {
  color: #777;
  content: ">";
  margin: 0 0.6em;
}
.breadCrumbList a {
  color: inherit;
  text-decoration: none;
}
body {
  font-family: Noto Sans JP, sans-serif;
}
