@charset "UTF-8";
/*
Theme Name: LOGIpremium
Theme URI: https:ltweb.jp/
Description: ロジプレミアム様専用のWordPressテーマです
Version: 1.0
Author: IDA
*/
/* font */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansCJKjp-Medium"), local("NotoSansJP-Medium"), url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
}
/* resetcss */
*,
*::before,
*::after {
  box-sizing: border-box;
  word-break: break-all;
}

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table.table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-align: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:active,
a:focus {
  outline: 0;
}

/* resetcss_end */
/* base */
html {
  overflow: auto;
}
html.is-fixed {
  overflow: hidden;
}

body {
  overflow: hidden;
  display: block;
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Helvetica", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
  font-size: 1.4rem;
}

p,
li {
  line-height: 1.8;
}

a,
a img {
  transition: opacity 0.3s ease;
}

.pc {
  display: none !important;
}

.text-title {
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
}
.text-desc {
  letter-spacing: 0.1rem;
}

.btn {
  display: inline-block;
  text-align: center;
}
.btn--primary {
  background: #679A00;
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  text-indent: 0.2rem;
  letter-spacing: 0.2rem;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  box-shadow: 0px 0px 10px #555;
}
.btn--primary::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(./images/common/icon-arrow-btn.svg) no-repeat center center/contain;
  width: 10px;
  height: 16px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn--primary:hover {
  box-shadow: 0px 0px 20px #222;
}

.img-thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  background: #ccc;
}
.img-thumbnail:hover img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.05);
}
.img-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.img-thumbnail .noimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  color: #fff;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.img-scroll {
  overflow-x: scroll;
}
.img-scroll img {
  width: calc(200vw - 40px);
  max-width: none;
}

.link--primary {
  display: block;
  transition: all 0.3s ease;
}
.link--primary h2, .link--primary h3, .link--primary h4, .link--primary h5, .link--primary p, .link--primary li, .link--primary span:not([class*=badge]) {
  transition: all 0.3s ease;
}
.link--primary:hover h2, .link--primary:hover h3, .link--primary:hover h4, .link--primary:hover h5, .link--primary:hover p, .link--primary:hover li, .link--primary:hover span:not([class*=badge]) {
  color: #00428E;
}
.link--primary:hover .top-solution__btn,
.link--primary:hover .case-info__category,
.link--primary:hover .common-case__category {
  border-top: 2px solid #00428E;
}

.link--motion {
  display: block;
  transition: all 0.3s ease;
}
.link--motion:hover .img-thumbnail img,
.link--motion:hover .img-thumbnail .noimg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
}
.link--motion:hover .img-thumbnail .noimg {
  color: #fff;
}
.link--motion .img-thumbnail {
  pointer-events: none;
}
.link--motion .img-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.icon-arrow--primary {
  position: relative;
  color: #00428E;
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-size: 1.6rem;
}
.icon-arrow--primary::after {
  content: "";
  position: absolute;
  background: url(./images/common/icon-arrow-primary.svg) no-repeat center center/contain;
  width: 25px;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.inner {
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.inner--s {
  max-width: 1010px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
  background: #00428E;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 0;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #ccc;
}
.header.is-open {
  background-color: rgba(255, 255, 255, 0.95);
}
.header.is-hidden {
  display: none;
}
.header--contact {
  background: #00428E;
  width: 100%;
  height: 60px;
}
.header--contact .common-kv {
  height: 100%;
  overflow: hidden;
}
.header--contact .common-kv__inner {
  padding-bottom: 0;
}
.header--contact .common-kv__inner::before {
  bottom: -10px;
  right: -100px;
}
.header__inner {
  margin: 0 auto;
  padding: 12px;
}
.header__logo {
  display: block;
  width: 100%;
  max-width: 124px;
}
.header__logo a {
  display: block;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00428E;
  color: #fff;
  padding: 5px 15px;
}

.gnav {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  height: 100%;
  transition: 0.3s ease-in-out;
  width: 100%;
  position: fixed;
  top: 60px;
  left: 0;
}
.gnav.is-open {
  visibility: visible;
  transition: 0.5s ease-in-out;
  opacity: 1;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  pointer-events: visible;
  overflow-y: scroll;
}
.gnav.is-disabled {
  transition: none !important;
}
.gnav__list {
  color: #000;
  font-size: 2rem;
  padding: 40px 40px 100px;
}
.gnav__item {
  position: relative;
  padding: 10px;
}
.gnav__item.lg {
  display: none;
}
.gnav__link {
  cursor: pointer;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.gnav__link:hover {
  opacity: 0.7;
}
.gnav__link.submenu {
  position: relative;
}
.gnav__link.submenu::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  background: #000;
  height: 2px;
  width: 15px;
  transform: translate(50%, -50%);
}
.gnav__link.submenu::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  background: #000;
  height: 15px;
  width: 2px;
  transform: translate(50%, -50%);
  transition: opacity 0.5s ease;
}
.gnav__link.submenu.is-open::after {
  opacity: 0;
}
.gnav__sublist {
  display: none;
  margin-left: 20px;
}
.gnav__sublink {
  font-weight: 700;
}
.gnav__contact .gnav__link {
  position: relative;
  background: #00428E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  height: 100%;
  text-align: center;
  line-height: 2.2;
}
.gnav__contact .lg {
  display: none;
}
.gnav__download .gnav__link {
  position: relative;
  background: #D4B572;
  color: #00428E;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  height: 100%;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
.gnav__download .lg {
  display: none;
}
.gnav__overlayer {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s ease;
}

.gnav-toggle {
  display: block;
  position: fixed;
  width: 35px;
  height: 30px;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 9999;
}
.gnav-toggle.is-open .gnav-toggle__item {
  background: transparent;
}
.gnav-toggle.is-open .gnav-toggle__item::before {
  transform: rotate(-45deg);
  margin-top: 0;
}
.gnav-toggle.is-open .gnav-toggle__item::after {
  transform: rotate(45deg);
  margin-top: 0;
}
.gnav-toggle__item, .gnav-toggle__item::before, .gnav-toggle__item::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  height: 2px;
  width: 35px;
  background: #00428E;
  display: block;
  transform: translateY(-50%);
  border-radius: 2px;
  content: "";
  transition: 0.5s ease;
}
.gnav-toggle__item::before {
  margin-top: -10px;
}
.gnav-toggle__item::after {
  margin-top: 10px;
}
.header-icon__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 110px;
  top: 50%;
  right: 68px;
  transform: translateY(-50%);
}
.header-icon__item {
  padding: 0 10px;
}
.header-icon__item.tel img{
  height: 42px;
  width: auto;
}
.header-icon__item.mail img{
  height: 43px;
  width: auto;
  margin-top: 1px;
}

.mega {
  display: none;
}
.mega__heading {
  position: relative;
  background: #C1992A;
  padding: 10px 30px;
  border-radius: 10px 10px 0 0;
}
.mega__heading::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50px;
  top: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 20px solid #C1992A;
  border-top: 0;
  transform: translate(-50%, -100%);
}
.mega__title {
  white-space: nowrap;
  color: #fff;
}
.mega__contents {
  background: #fff;
  padding: 10px 30px;
  border-radius: 0 0 10px 10px;
}
.mega__list.wrapper {
  display: flex;
  flex-wrap: wrap;
}
.mega__item {
  padding: 5px 0;
}
.mega__item.full {
  width: 100%;
}
.mega__item.full .mega__link {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.mega__item.full .mega__link::before {
  position: absolute;
  content: "＞";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mega__item.half {
  width: 50%;
}
.mega__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.mega__link:hover {
  opacity: 0.7;
}
.mega__icon {
  display: inline-block;
  width: 30px;
  margin: 0 10px 0 0;
}
.mega__service-logo {
  width: auto;
  height: 30px;
  margin: 0;
}
.mega__service-logo.crossmall {
  height: 26px;
  margin-left: 4px;
}
.mega__service-logo.aladdinoffice {
  margin-left: -5px;
  height: 28px;
}

.megamenu {
  transition: color 0.3s ease;
}

.main--common {
  margin-top: 60px;
  margin-bottom: 60px;
}
.main--features {
  padding-bottom: 60px;
}
.main--contact {
  margin-top: 60px;
  padding-bottom: 60px;
}
.main--tour {
  margin-top: 20px;
  padding-bottom: 20px;
}
.main--gray {
  background: #F5F5F5;
}
.main--download {
  background: #F6F8FB;
}
.main__container {
  max-width: 660px;
  margin: 0 auto;
  padding: 140px 30px 0;
}
.main__title {
  font-size: 1.8rem;
  margin-bottom: 120px;
}

/* footer */
.footer {
  width: 100%;
  color: #fff;
}
.footer.is-hidden {
  display: none;
}
.footer--s {
  background: #014092;
  color: #fff;
  padding: 10px;
  justify-content: center;
}
.footer--download {
  padding-bottom: 90px;
}
.footer-heading {
  background: #014092;
  padding: 20px;
}
.footer__title span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.footer__title a:hover {
  opacity: 0.7;
}
.footer__logo {
  max-width: 180px;
  margin: 0 auto;
}
.footer-contents {
  background: #E0B76D;
  padding: 40px 20px 70px;
}
.footer-contents__inner {
  max-width: 690px;
}
.footer-nav {
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.footer-nav__item {
  padding: 5px 10px;
  border-top: 1px solid #fff;
}
.footer-nav__link {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
}
.footer-nav__link:hover {
  opacity: 0.7;
}
.footer-nav__link.submenu {
  position: relative;
}
.footer-nav__link.submenu::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  background: #fff;
  height: 2px;
  width: 15px;
  transform: translate(50%, -50%);
}
.footer-nav__link.submenu::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  background: #fff;
  height: 15px;
  width: 2px;
  transform: translate(50%, -50%);
  transition: opacity 0.3s ease;
}
.footer-nav__link.submenu.is-open::after {
  opacity: 0;
}
.footer-nav__sublist {
  margin-left: 20px;
  display: none;
}
.footer-nav__sublink {
  position: relative;
  padding-right: 20px;
  line-height: 2;
}
.footer-nav__sublink::before {
  position: absolute;
  content: "＞";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-nav__sublink:hover {
  opacity: 0.7;
}
.footer-info__list {
  margin-bottom: 30px;
}
.footer-info__item {
  padding: 2px 10px;
}
.footer-info__link {
  position: relative;
  font-size: 1.3rem;
  padding-right: 20px;
}
.footer-info__link::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(./images/common/icon-external-link.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
}
.footer-info__link:hover {
  opacity: 0.7;
}
.footer__copy {
  text-align: center;
  font-size: 1rem;
}

/* 共通 */
.anchor {
  margin-top: -75px;
  padding-top: 75px;
}

.common-kv {
  background: #d6e1ed;
  height: 170px;
  overflow: hidden;
}
.common-kv__inner {
  position: relative;
  max-width: 960px;
  padding-bottom: 60px;
  height: 100%;
  display: flex;
  align-items: center;
}
.common-kv__inner::before {
  position: absolute;
  content: "";
  display: block;
  background: url(./images/common/bg-kv-line.svg) no-repeat bottom center/contain;
  width: 340px;
  height: 120%;
  bottom: -20px;
  right: -20px;
}
.common-kv__title {
  position: relative;
  color: #00428E;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.common-case--gray {
  background: #ededed;
  margin-bottom: 40px;
}
.common-case__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.common-case__title {
  margin-bottom: 10px;
}
.common-case__slider {
  margin: 0 -20px 10px;
  padding-bottom: 60px;
}
.common-case__item {
  padding: 30px 10px 0;
  height: auto;
}
.common-case__link {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  height: 100%;
}
.common-case__link .badge-new {
  display: block;
  position: absolute;
  top: 0px;
  left: 40px;
  color: #fff;
  background: #FF2F5E;
  letter-spacing: 0.2rem;
  padding: 2px;
  font-size: 1.6rem;
  transform: translateY(-100%);
}
.common-case__link .badge-new::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: -20px;
  width: 80px;
  height: 35px;
  background: #FF2F5E;
  content: "";
  transform: perspective(1em) rotateX(5deg);
  transform-origin: bottom right;
}
.common-case__thumbnail {
  border-radius: 10px;
  margin-bottom: 15px;
}
.common-case__subtitle {
  font-size: 2.1rem;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
}
.common-case__desc {
  margin-bottom: 15px;
}
.common-case__category {
  display: block;
  border-top: 2px solid #808080;
  margin-top: auto;
  padding-top: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #00428E;
}
.common-case__btn {
  display: block;
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
}
.common-case .case-tab__list {
  margin: 0 -3px 15px;
}
.common-case .swiper-button-prev {
  display: none;
}
.common-case .swiper-button-prev::after {
  display: block;
  z-index: 1;
  content: "";
  background: url(./images/common/icon-prev.svg) no-repeat center center/contain;
  height: 50px;
  width: 50px;
}
.common-case .swiper-button-next {
  display: none;
}
.common-case .swiper-button-next::after {
  display: block;
  z-index: 1;
  content: "";
  background: url(./images/common/icon-next.svg) no-repeat center center/contain;
  height: 50px;
  width: 50px;
}
.common-flow__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.common-flow__title {
  margin-bottom: 15px;
}
.common-flow__desc {
  margin-bottom: 30px;
}
.common-flow__img {
  margin: 0 calc(50% - 50vw - 15px) 30px;
  width: calc(105vw + 30px);
}
.common-flow__btn {
  display: block;
  margin: 0 auto;
  max-width: 285px;
  width: 100%;
}
.common-tour {
  background: #f5f5f5;
  border-top: 5px solid #00428E;
}
.common-tour__inner {
  margin: 0 auto;
  padding: 30px 20px 40px;
}
.common-tour__title {
  font-weight: 500;
  color: #00428E;
  font-size: 3rem;
  margin-bottom: 20px;
}
.common-tour__title span {
  font-size: 2.2rem;
}
.common-tour__subtitle {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 10px;
  letter-spacing: 0.2rem;
}
.common-tour__desc {
  margin-bottom: 20px;
}
.common-tour__btn {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
.common-tour__img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
.common-cta {
  background: #014092;
  text-align: center;
}
.common-cta--tour {
  margin-bottom: 40px;
}
.common-cta__inner {
  padding-top: 40px;
  padding-bottom: 30px;
}
.common-cta__title {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 30px;
}
.common-cta__desc, .common-cta__notice {
  color: #fff;
  margin-bottom: 20px;
}
.common-cta__notice {
  margin-top: 20px;
  margin-bottom: 0;
}
.common-cta__item {
  margin-bottom: 15px;
}
.common-cta__link {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  transition: all 0.3s ease;
}
.common-cta__link:hover {
  box-shadow: 0 0 25px #fff;
  transform: scale(1.01);
}
.common-cta__link:hover .common-cta__icon .icon-bg {
  fill: #014092;
}
.common-cta__link:hover .common-cta__icon .icon-img {
  fill: #fff;
}
.common-cta__icon {
  width: 60px;
  margin: 0 auto 5px;
}
.common-cta__icon .icon-bg {
  fill: #c1992a;
  transition: fill 0.3s ease;
}
.common-cta__icon .icon-img {
  fill: #0b1769;
  transition: fill 0.3s ease;
}
.common-cta__subtitle {
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
}
.common-cta__text {
  margin-bottom: 10px;
}
.common-cta__date {
  margin-bottom: 0;
  letter-spacing: 0.3rem;
  text-indent: 0.3rem;
}
.common-cta__date--features {
  margin-bottom: 0;
  letter-spacing: 0.3rem;
  text-indent: 0.3rem;
}
.common-cta__tel {
  color: #679A00;
  font-weight: 700;
  font-size: 3.2rem;
}
.common-cta__btn {
  width: calc(100% - 20px);
  max-width: 300px;
}

.sticky-cta {
  z-index: 50;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  visibility: hidden;
}
.sticky-cta.is-fixed {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}
.sticky-cta__list {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 5px;
  transform: translateX(-50%);
  max-width: 320px;
}
.sticky-cta__item {
  width: 30%;
  padding: 0 2px;
}
.sticky-cta__item:last-of-type {
  width: 40%;
}
.sticky-cta__btn {
  display: block;
}
.sticky-cta__formbtn {
  display: block;
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
  cursor: pointer;
}

.btn-top {
  position: fixed;
  z-index: 50;
  right: 10px;
  bottom: 62px;
  width: 50px;
  height: 50px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  visibility: hidden;
}
.btn-top.is-fixed {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}

.post-empty {
  text-align: center;
  width: 100%;
  padding: 20px 15px 40px;
}
.post-empty p {
  font-size: 1.6rem;
}

.campaign__bnr {
  margin-bottom: 40px;
}
.campaign-stickybtn {
  position: fixed;
  right: 10px;
  /* bottom: 115px; */
  width: 216px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  visibility: hidden;
  cursor: pointer;
}
.campaign-stickybtn.is-fixed {
  z-index: 10;
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}
.campaign-stickybtn a {
  display: block;
  position: relative;
}
.campaign-stickybtn__close {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 35px;
  top: 43px;
  /* right: -10px;
  top: -10px; */
  z-index: 1001;
}
.campaign-popup {
  position: fixed;
  z-index: -10;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  overflow-y: scroll;
}
.campaign-popup.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 1030;
  background: rgba(0, 0, 0, 0.4);
}
.campaign-popup__outer {
  display: flex;
  justify-content: center;
  align-items: top;
  min-height: 420px;
  max-width: 420px;
  margin: 0 auto;
  padding: 120px 15px 15px;
  height: 100%;
}
.campaign-popup__panel {
  position: relative;
}
.campaign-popup__inner {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.campaign-popup__title {
  width: 100%;
}
.campaign-popup__date {
  background: #00428E;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.campaign-popup__date span {
  font-size: 1.4em;
  padding: 2px;
}
.campaign-popup__content {
  padding: 15px;
}
.campaign-popup__text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1rem;
}
.campaign-popup__detail {
  background: #eef0f5;
  padding: 10px;
  margin-bottom: 20px;
}
.campaign-popup__detail h4 {
  color: #262e80;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 500;
}
.campaign-popup__detail p {
  font-size: 1rem;
}
.campaign-popup__detail p:not(:last-of-type) {
  margin-bottom: 15px;
}
.campaign-popup__ctatitle {
  text-align: center;
  padding: 0 15px;
}
.campaign-popup__ctatitle span {
  position: relative;
  display: inline-block;
  color: #00428E;
  font-weight: 700;
  margin: 0 auto 20px;
  font-size: calc(1rem + 1vw);
}
.campaign-popup__ctatitle span::before {
  position: absolute;
  content: "";
  display: block;
  background: url(https://www.logipremium.jp/wp-content/themes/logipremium//images/campaign/line-subtitle.png) no-repeat center center/contain;
  width: calc(100% + 30px);
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.campaign-popup__ctalist {
  max-width: 300px;
  margin: 0 auto;
}
.campaign-popup__ctaitem {
  margin-bottom: 15px;
}
.campaign-popup__ctalink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d5bd86;
  border-radius: 50px;
  padding: 10px 20px 10px 10px;
  transition: all 0.3s ease;
}
.campaign-popup__ctalink:hover {
  box-shadow: 0 0 10px #222;
}
.campaign-popup__ctalink:hover .icon-bg {
  fill: #00428e;
}
.campaign-popup__ctalink:hover .icon-img {
  fill: #fff;
}
.campaign-popup__ctalink span {
  display: block;
  text-align: center;
  color: #00428E;
  font-size: calc(0.8rem + 1vw);
  font-weight: 700;
  width: calc(100% - 35px);
}
.campaign-popup__ctaicon {
  width: 40px;
  margin: 0 10px 0 0;
}
.campaign-popup__ctaicon .icon-bg {
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
.campaign-popup__ctaicon .icon-img {
  fill: #00428e;
  transition: all 0.3s ease-in-out;
}
.campaign-popup__close {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: -15px;
  top: -15px;
}
.campaign-popup__open {
  cursor: pointer;
  transition: all 0.3s ease;
}
.campaign-popup__open:hover {
  transform: scale(1.05);
}

/* top */
.top-kv__main {
  position: relative;
  aspect-ratio: 10/11.5;
  width: 100%;
  margin-top: 60px;
}
.top-kv__bg {
  display: flex;
  justify-content: center;
  position: absolute;
  overflow: hidden;
  width: 200%;
  height: 100%;
  z-index: -1;
  background: #000;
}
.top-kv__img {
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.top-kv__bg picture {
  display: block;
  width: 100%;
}
.top-kv__bg picture:first-child .top-kv__img {
  animation: loop 60s -30s linear infinite;
}
.top-kv__bg picture:last-child .top-kv__img {
  animation: loop2 60s linear infinite;
}
.top-kv__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.top-kv__catch {
  position: relative;
  display: block;
  width: 100%;
  max-width: 650px;
}
.top-kv__link {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 10/12.7;
}
.top-kv__mask {
  display: inline-block;
  pointer-events: none;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition-delay: 1s;
}
.top-kv__masklayer {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition-delay: 1s;
}
.top-kv__number {
  color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
}
.top-kv__number span {
  font-size: 2.8rem;
}
.top-kv__title {
  color: #00428E;
  background: #fff;
  display: inline;
  font-weight: 700;
  line-height: 1.8;
  font-size: 2.2rem;
}
.top-kv__answer {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  display: block;
  margin-top: 20px;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.2rem;
  padding: 5px 0;
  width: 260px;
}
.top-kv__answer::after {
  content: "";
  position: absolute;
  background: url(./images/common/icon-arrow-white.svg) no-repeat center center/contain;
  width: 30px;
  height: 22px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.top-kv .swiper-slide-active .top-kv__mask,
.top-kv .swiper-slide-active .top-kv__masklayer {
  transform: translate(0, 0);
}
.top-form {
  z-index: 90;
  position: fixed;
  left: 110%;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.3s;
  padding-top: 60px;
  overflow-y: scroll;
}
.top-form.is-active {
  left: 0;
}
.top-form__inner {
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.top-form__title {
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}
.top-form__title span {
  color: #00428E;
  font-size: 2rem;
}
.top-form__group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 5px;
  font-weight: 700;
  min-height: 70px;
}
.top-form__group.accept {
  min-height: 40px;
}
.top-form__group.accept__error,
.top-form__group.accept label.error {
  color: #f44236;
  text-align: center;
  padding-left: 0;
  font-size: 12px;
}
.top-form__label {
  display: block;
  width: 100%;
  padding-right: 5px;
  letter-spacing: -0.05rem;
}
.top-form__label span {
  font-size: 0.8em;
  margin-left: 2px;
  font-weight: 700;
  color: #f44236;
  display: inline-block;
}
.top-form__input {
  display: block;
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 8px 12px;
}
.top-form__input::-moz-placeholder {
  color: #aaa;
}
.top-form__input:-ms-input-placeholder {
  color: #aaa;
}
.top-form__input::placeholder {
  color: #aaa;
}
.top-form__error,
.top-form label.error {
  width: 100%;
  color: #f44236;
  display: block;
  line-height: 1;
  font-size: 12px;
}
.top-form__submit {
  background: #00428E;
  color: #fff;
  border: 2px solid #00428E;
  text-align: center;
  border-radius: 3px;
  width: 90%;
  font-weight: 700;
  padding: 7px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.top-form__closebtn {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 70px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
.top-form__closebtn::before, .top-form__closebtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #00428E;
}
.top-form__closebtn::before {
  width: 1px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.top-form__closebtn::after {
  width: 20px;
  height: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.top-cta {
  padding: 20px;
}
.top-cta__title {
  text-align: center;
  color: #00428E;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  margin-bottom: 15px;
}
.top-cta__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-cta__item {
  width: 33.3333333333%;
  padding: 0 10px;
}
.top-cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C1992A;
  border-radius: 50px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
.top-cta__link:hover {
  box-shadow: 0 0 10px #222;
}
.top-cta__link:hover .icon-bg {
  fill: #00428e;
}
.top-cta__link:hover .icon-img {
  fill: #fff;
}
.top-cta__link span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  width: calc(100% - 50px);
}
.top-cta__icon {
  width: 40px;
  margin: 0 10px 0 0;
}
.top-cta__icon .icon-bg {
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
.top-cta__icon .icon-img {
  fill: #00428e;
  transition: all 0.3s ease-in-out;
}
.top-cta__tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-bnr__inner {
  position: relative;
}
.top-bnr__inner .swiper-button-prev::after {
  z-index: 1;
  content: "";
  background: url(./images/top/icon-prev.svg) no-repeat center center/contain;
  height: 50px;
  width: 50px;
}
.top-bnr__inner .swiper-button-next::after {
  content: "";
  background: url(./images/top/icon-next.svg) no-repeat center center/contain;
  height: 50px;
  width: 50px;
}
.top-bnr__inner .swiper-pagination {
  bottom: 20px;
}
.top-bnr__slider {
  padding-top: 20px;
  padding-bottom: 50px;
  margin: 0 -20px;
}
.top-bnr__item {
  padding: 10px 0;
}
.top-bnr__link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/10.5;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.top-bnr__link:hover {
  box-shadow: 0 0 10px #555;
  transform: scale(1.03);
}
.top-bnr__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
.top-bnr__img img {
  width: 100%;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.top-feature {
  background: #E5ECF3;
  padding: 15px 10px;
}
.top-feature__inner {
  background: #fff;
  max-width: 1020px;
  padding: 30px 15px;
  margin: 0 auto;
  border-radius: 15px;
}
.top-feature__title {
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  margin-bottom: 20px;
}
.top-feature__title span {
  font-weight: 500;
  font-size: 1.7rem;
  color: #00428E;
}
.top-feature__title strong {
  font-weight: 700;
  font-size: 3rem;
}
.top-feature__desc {
  margin-bottom: 25px;
}
.top-feature__img {
  margin-bottom: 15px;
}
.top-feature__img .top-feature__item {
  display: none;
}
.top-feature__btn {
  display: block;
  background: #00428E;
  margin: 0 auto 40px;
  width: 180px;
}
.top-feature__item {
  margin-bottom: 25px;
}
.top-feature__item:hover .top-feature__subtitle{
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}
.top-feature__item:nth-of-type(1) .top-feature__link {
  display: flex;
}
.top-feature__item:nth-of-type(1) .top-feature__icon {
  margin-right: 15px;
}
.top-feature__item:nth-of-type(1) .top-feature__subtitle {
  color: #004092;
  margin-bottom: 10px;
}
.top-feature__item:nth-of-type(2) .top-feature__subtitle {
  color: #4C79B2;
}
.top-feature__item:nth-of-type(3) .top-feature__subtitle {
  color: #E0B76E;
}
.top-feature__item:nth-of-type(4) .top-feature__subtitle {
  color: #A4C266;
}
.top-feature__item:nth-of-type(5) {
  margin-bottom: 0;
}
.top-feature__item:nth-of-type(5) .top-feature__subtitle {
  color: #679A00;
}
.top-feature__item:nth-of-type(1) .top-feature__subtitle::after {
  background: url(./images/common/icon-arrow-primary_01.svg) no-repeat center center/contain;
}
.top-feature__item:nth-of-type(2) .top-feature__subtitle::after {
  background: url(./images/common/icon-arrow-primary_02.svg) no-repeat center center/contain;
}
.top-feature__item:nth-of-type(3) .top-feature__subtitle::after {
  background: url(./images/common/icon-arrow-primary_03.svg) no-repeat center center/contain;
}
.top-feature__item:nth-of-type(4) .top-feature__subtitle::after {
  background: url(./images/common/icon-arrow-primary_04.svg) no-repeat center center/contain;
}
.top-feature__item:nth-of-type(5) .top-feature__subtitle::after {
  background: url(./images/common/icon-arrow-primary_05.svg) no-repeat center center/contain;
}
.top-feature__link {
  display: flex;
  align-items: flex-start;
}
.top-feature__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px;
}
.top-feature__icon {
  width: 90px;
  margin-right: 15px;
  flex-shrink: 0;
  border-radius: 90px;
}
.top-feature__contents {
  width: calc(100% - 90px);
}
.top-feature__subtitle {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 38px 5px 10px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transition: all 0.3s ease;
}
.top-feature__subtitle::after {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(./images/common/icon-arrow-primary.svg) no-repeat center center/contain;
  width: 20px;
  height: 15px;
}
.top-feature__subtitle h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.top-feature__subtitle span{
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  padding-left: 10px;
}
.top-solution {
  background: #D4DFEC;
}
.top-solution__inner {
  padding-top: 40px;
  padding-bottom: 10px;
}
.top-solution__title {
  margin-bottom: 15px;
}
.top-solution__desc {
  margin-bottom: 25px;
}
.top-solution__list:hover {
  opacity: 1;
}
.top-solution__item {
  margin-bottom: 30px;
}
.top-solution__link {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.top-solution__subtitle {
  text-align: center;
  font-size: 2.1rem;
  padding: 8px 15px;
}
.top-solution__text {
  display: none;
}
.top-solution__btn {
  width: 145px;
  margin: 0 auto;
  padding: 12px 15px;
}
.top-information__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.top-information__heading {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.top-information__heading .top-information__btn {
  display: block;
  margin-left: auto;
  width: 70px;
  padding-right: 30px;
  font-size: 1.6rem;
}
.top-information__title--s {
  display: none;
}
.top-information__btn {
  display: none;
}
.top-news {
  margin-bottom: 50px;
}
.top-news__list {
  border-top: 2px solid #808080;
}
.top-news__item {
  border-bottom: 2px solid #808080;
}
.top-news__title {
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.top-news__link {
  position: relative;
  display: block;
  padding: 15px 0;
}
.top-news__link .badge-new {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 15px;
  color: #fff;
  background: #FF2F5E;
  letter-spacing: 0.2rem;
  padding: 1px;
  font-size: 1.2rem;
}
.top-news__link .badge-new::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: -20px;
  width: 70px;
  height: 30px;
  background: #FF2F5E;
  content: "";
  transform: perspective(1em) rotateX(5deg);
  transform-origin: bottom right;
}
.top-news__date {
  color: #808080;
  letter-spacing: 0.3rem;
}
.top-seminar__slider {
  margin: -10px -20px 0px;
  padding-bottom: 40px;
}
.top-seminar__list {
  display: flex;
}
.top-seminar__item {
  padding: 20px 0 10px;
}
.top-seminar__link {
  position: relative;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px 5px #ddd;
  padding: 15px;
}
.top-seminar__link:hover {
  opacity: 1;
}
.top-seminar__link .badge-new {
  display: block;
  position: absolute;
  top: 0px;
  left: 35px;
  color: #fff;
  background: #FF2F5E;
  letter-spacing: 0.2rem;
  padding: 1px;
  font-size: 1.2rem;
  transform: translateY(-100%);
}
.top-seminar__link .badge-new::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: -20px;
  width: 70px;
  height: 30px;
  background: #FF2F5E;
  content: "";
  transform: perspective(1em) rotateX(5deg);
  transform-origin: bottom right;
}
.top-seminar__thumbnail {
  padding-top: 0;
  aspect-ratio: 16/10;
  margin-bottom: 10px;
}
.top-seminar__badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 5px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  background: #ff0000;
  color: #fff;
}
.top-seminar__title {
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top-seminar__date {
  color: #00428E;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}
.top-seminar__date span {
  font-size: 1.2rem;
  display: block;
}
.top-service {
  position: relative;
}
.top-service::before, .top-service::after {
  position: absolute;
  content: "";
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.top-service::before {
  background: url(./images/top/bg-service-sp.png) no-repeat center center/cover;
  width: 100vw;
  height: 100%;
  z-index: -2;
}
.top-service::after {
  z-index: -1;
  width: 300px;
  height: 290px;
  background: url(./images/top/bg-service-item-sp.svg) no-repeat center center/contain;
}
.top-service__inner {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  padding-top: 70px;
  padding-bottom: 40px;
}
.top-service__title {
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 30px;
  text-align: center;
}
.top-service__title span {
  color: #679A00;
}
.top-service__title strong {
  font-size: 2.2rem;
}
.top-service__desc {
  margin-bottom: 40px;
}
.top-service__btn {
  display: block;
  margin: 0 auto 40px;
  max-width: 285px;
  width: 100%;
}
.top-service__list {
  margin-bottom: 30px;
}
.top-service__item {
  margin-bottom: 15px;
}
.top-service__link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px 5px #ddd;
  height: 70px;
  padding: 3% 10%;
  max-width: 285px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.top-service__link:hover {
  transform: scale(1.05);
}
.top-service__logo {
  height: 40px;
}
.top-sns {
  padding: 40px 20px;
}
.top-sns__title {
  text-align: center;
  margin-bottom: 20px;
}
.top-sns__facebook {
  margin: 0 auto;
  padding: 7px;
  max-width: 325px;
  border-radius: 9px;
  background-color: #dcdbeb;
}

/* .home .campaign-stickybtn,
.page-id-229 .campaign-stickybtn {
  bottom: 172px;
}
.home .grecaptcha-badge,
.page-id-229 .grecaptcha-badge {
  z-index: 10;
  bottom: 112px !important;
} */

.campaign-stickybtn,
.campaign-stickybtn {
  bottom: 172px;
}
.grecaptcha-badge,
.grecaptcha-badge {
  z-index: 10;
  bottom: 112px !important;
}

/* 工場見学ページ */
_::-webkit-full-page-media, _:future, :root .tour-bg {
  aspect-ratio: 676/902;
}

.tour-bg__inner::-webkit-scrollbar {
  display: none;
}

.tour__container {
  min-height: 100vh;
  width: 100%;
  pointer-events: auto;
  position: relative;
  margin-top: 60px;
  z-index: 2;
}
.tour__container.is-fixed {
  overflow: hidden;
  top: 60px;
  margin-top: 0;
  height: 100vh;
}
.tour-bg {
  position: relative;
  aspect-ratio: 676/1202;
  padding-top: 34.6%;
  padding-bottom: 10%;
}
.tour-bg.is-pointer-disabled {
  pointer-events: none;
}
.tour-bg__inner {
  overflow-y: scroll;
  position: relative;
  width: 100%;
  height: 100%;
  scrollbar-width: none;
}
.tour-bg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tour-scroll {
  background: transparent;
  height: calc(200% - 10px);
}
.tour-scroll__title img:not(.tour-scroll__btn) {
  width: 100%;
}
.tour-scroll__btn {
  opacity: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 60px;
  transform: translateX(-50%);
  transition: opacity 0.7s ease 0.2s;
}
.tour-scroll__btn.is-active {
  opacity: 1;
}
.tour__content {
  background: url(./images/tour/bg-contents.jpg) repeat-y top center/cover;
  padding: 40px 0;
  min-height: 100vh;
}
.tour__inner {
  max-width: 760px;
  opacity: 0;
  transition: all 0.5s ease 0.5s;
}
.tour__inner.is-active {
  opacity: 1;
}
.tour-nav {
  opacity: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.tour-nav.is-active {
  opacity: 1;
}
.tour-nav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  width: 78.5%;
  height: 100%;
  padding-top: 32%;
}
.tour-nav__logo {
  padding-top: 6%;
  display: block;
  max-width: 120px;
  margin: 0 auto 20px;
}
.tour-nav__logo img {
  width: 100%;
}
.tour-nav__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #00428E;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  padding-bottom: 8px;
}
.tour-nav__link:hover {
  color: #679900;
}
.tour-nav__link:hover svg {
  transform: scale(1.5);
}
.tour-nav__link:hover svg polygon {
  fill: #679900;
  stroke: #679900;
}
.tour-nav__link .number {
  display: block;
}
.tour-nav__link svg {
  margin-top: 5px;
  width: 10px;
  transition: all 0.3s ease;
}
.tour-nav__link svg polygon {
  fill: #00428E;
  stroke: #00428E;
}
.tour__panel {
  background: #fff;
  min-height: 1000px;
  padding: 30px 20px;
}
.tour-group__inner {
  position: relative;
  padding-top: 35px;
}
.tour-group__inner::before {
  position: absolute;
  content: "";
  background: url(./images/tour/section-line.svg) repeat-x bottom center/cover;
  height: 10px;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.tour-group__heading {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  z-index: 10;
}
.tour-group__title {
  line-height: 1.7;
  margin-bottom: 20px;
}
.tour-group__title span {
  display: inline;
  font-size: 2rem;
  color: #fff;
  background: #00428E;
}
.tour-group__index {
  width: 19vw;
}
.tour-group__number {
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.tour-group__number.is-active .num--0::after {
  top: 0;
}
.tour-group__number.is-active .num--1::after {
  top: -108%;
}
.tour-group__number.is-active .num--2::after {
  top: -212%;
}
.tour-group__number.is-active .num--3::after {
  top: -318%;
}
.tour-group__number.is-active .num--4::after {
  top: -425%;
}
.tour-group__number span {
  position: relative;
  display: inline-block;
  width: 9.3333333333vw;
  height: 16vw;
}
.tour-group__number span::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500%;
  background-position: center top;
  background-image: url(./images/tour/number.svg);
  background-size: 100% 100%;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.tour-group__caption {
  font-size: 1rem;
  color: #E0B76E;
  font-weight: 700;
  padding-left: 3px;
  margin-top: -5px;
}
.tour-group__desc {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  line-height: 2;
  margin-bottom: 10px;
}
.tour-group__popup {
  cursor: pointer;
  padding: 1px 5px;
  border: 2px solid #00428E;
  border-radius: 10px;
  color: #00428E;
  letter-spacing: 0rem;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.tour-group__popup:hover {
  background: #00428E;
  color: #fff;
}
.tour-group__wrapper {
  display: flex;
  margin: 0 -5px 20px;
}
.tour-group__img {
  width: 50%;
  padding: 0 5px;
}
.tour-group__character {
  position: absolute;
  z-index: 10;
}
.tour-group__character.is-active {
  animation: 1s bound 1s 2;
}
@keyframes bound {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.96, 1.04) translateY(-60px);
  }
  60% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.15, 0.9);
  }
}
.tour-group__character::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 45px;
  top: -45px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: scale(0.5);
  opacity: 0;
}
.tour-group__character.character-01 {
  width: 80px;
  bottom: -20px;
  right: -20px;
}
.tour-group__character.character-02 {
  width: 115px;
  bottom: -20px;
  right: 30%;
}
.tour-group__character.character-03 {
  width: 60px;
  top: 35%;
  right: -30px;
}
.tour-group__character.character-04 {
  width: 120px;
  bottom: -20px;
  right: -50px;
}
.tour-group.is-active {
  animation-play-state: running !important;
}
.tour__catch {
  text-align: center;
  color: #00428E;
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 20px;
}
.tour-popup {
  position: fixed;
  z-index: -10;
  height: calc(100% - 60px);
  top: 60px;
  width: 100%;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.tour-popup.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 1010;
}
.tour-popup__outer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  max-width: 550px;
  margin: 0 auto;
  padding: 15px;
  height: 100%;
}
.tour-popup__panel {
  position: relative;
}
.tour-popup__inner {
  opacity: 0;
  display: none;
  padding: 30px;
  background: rgba(0, 0, 0, 0.95);
  transition: all 0.5s ease;
}
.tour-popup__inner.is-active {
  opacity: 1;
  display: block;
}
.tour-popup__title {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  padding: 5px 15px;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 auto 10px;
  width: 80%;
}
.tour-popup__text {
  margin-bottom: 20px;
  color: #fff;
}
.tour-popup__text:last-of-type {
  margin-bottom: 0;
}
.tour-popup__close {
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.tour-popup__close::before, .tour-popup__close::after {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
.tour-popup__close::after {
  transform: rotate(-45deg);
}
.tour-popup__close.is-active {
  opacity: 1;
}
.tour__cta {
  position: fixed;
  z-index: 1000;
  right: 10px;
  bottom: 115px;
  width: 216px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  visibility: hidden;
  cursor: pointer;
}
.tour__cta.is-fixed {
  z-index: 1000;
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}
.tour__cta a {
  display: block;
  position: relative;
}
.tour__cta .tour-bnr__date {
  color: #fff;
  font-size: 19px;
  position: absolute;
  bottom: 10px;
  left: 39%;
  font-weight: 700;
  transform: translateX(-50%);
}
.tour__cta .tour-bnr__close {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: -10px;
  top: -10px;
  z-index: 1001;
}

.js-fadeIn {
  opacity: 0;
}

.js-fadeIn.is-active {
  animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 特徴ページ */
.features__title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.features-kv {
  background: #004090;
  height: 280px;
  overflow: hidden;
}
.features-kv.analysis {
  background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/features/analysis-kv-sp.png) no-repeat center center/cover;
}
.features-kv.achievement {
  background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/features/achievement-kv.png) no-repeat center center/cover;
}
.features-kv.quality {
  background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/features/quality-kv.png) no-repeat center center/cover;
}
.features-kv.service {
  background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/features/service-kv.png) no-repeat center center/cover;
}
.features-kv.skills {
  background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/features/skills-kv.png) no-repeat center center/cover;
}
.features-kv__inner {
  position: relative;
  max-width: 960px;
  padding-top: 90px;
  height: 100%;
}
.features-kv__inner::before {
  position: absolute;
  content: "";
  display: block;
  background: url(./images/common/bg-kv-line.svg) no-repeat bottom center/contain;
  width: 360px;
  height: 130%;
  bottom: -20px;
  right: -10px;
}
.features-kv__caption {
  max-width: 208px;
  margin-left: 3px;
  margin-bottom: 8px;
}
.features-kv__title {
  position: relative;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.4rem;
}
.features-intro__inner {
  padding-top: 30px;
  padding-bottom: 40px;
}
.features-intro__title {
  font-weight: 500;
  font-size: 2.4rem;
  color: #00428E;
  letter-spacing: 0.2rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.features-intro__title small {
  font-size: 1.6rem;
}
.features-intro__title strong {
  font-weight: 700;
  font-size: 2.6rem;
}
.features-intro__title span {
  background: linear-gradient(transparent 65%, #FFFF84 0);
}
.features-intro__text {
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
}
.features-intro__img {
  max-width: 380px;
  margin: 0 auto;
}
.features-intro__img img {
  width: 100%;
}
.features-point__inner {
  padding: 30px 20px 40px;
}
.features-point__list {
  max-width: 400px;
  margin: 0 auto 50px;
}
.features-point__item {
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
}
.features-point__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 0 10px #555;
  border-radius: 60px;
  padding: 20px 40px;
  transition: all 0.3s ease;
}
.features-point__link::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(./images/features/icon-arrow.svg) no-repeat center center/contain;
  width: 20px;
  height: 10px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.features-point__link:hover {
  box-shadow: 0 0 15px #555;
  transform: scale(1.02);
}
.features-point__link .number {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  color: #679A00;
  font-size: 3rem;
  transform: translateY(-50%);
}
.features-point__section {
  margin-bottom: 40px;
}
.features-point__section:last-of-type {
  margin-bottom: 0;
}
.features-point__group {
  position: relative;
}
.features-point__panel {
  background: #DDE7F1;
  overflow: hidden;
  border-radius: 10px;
}
.features-point__contents {
  padding: 15px 10px 25px;
}
.features-point__heading {
  display: flex;
  align-items: center;
}
.features-point__number {
  color: #679A00;
  font-size: 4rem;
  flex-shrink: 0;
  padding-right: 10px;
}
.features-point__subtitle {
  white-space: nowrap;
  padding-right: 10px;
  font-size: 1.7rem;
  font-weight: 500;
}
.features-point__icon {
  margin-left: 0;
  max-width: 60px;
  max-height: 60px;
}
.features-point__desc {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.features-point__text {
  margin-bottom: 15px;
}
.features-point__btn {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.features-voice__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.features-voice__panel {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 25px 15px;
  margin-bottom: 30px;
}
.features-voice__panel:last-of-type {
  margin-bottom: 0;
}
.features-voice__img {
  max-width: 250px;
  padding-right: 30px;
  margin-bottom: 25px;
}
.features-voice__subtitle {
  display: block;
  position: relative;
  color: #679A00;
  border: 2px solid #679A00;
  border-radius: 30px;
  background: #fff;
  font-weight: 500;
  font-size: 2.5rem;
  padding: 15px;
  margin: 0 auto 25px;
  max-width: 420px;
  font-size: 2.5rem;
}
.features-voice__subtitle::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 30px;
  width: 30px;
  top: 3px;
  left: calc(50% - 60px);
  transform: translate(-50%, -100%);
  background: url(./images/features/arrow-voice-sp.png) no-repeat bottom center/contain;
}
.features-cta {
  background: #DDE7F1;
}
.features-cta__inner {
  padding: 30px 20px;
}
.features-cta__bnr {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 100%;
  margin-bottom: 20px;
}
.features-cta__bnr:last-of-type {
  margin-bottom: 0;
}
.features-cta__bnr:hover {
  box-shadow: 0 0 20px #555;
  transform: scale(1.02);
}
.features-cta__title {
  font-size: 2rem;
  background: #00428E;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  letter-spacing: 0.2rem;
}
.features-nav {
  padding: 40px 20px;
}
.features-nav__panel {
  position: relative;
  background: #E8E8E8;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
}
.features-nav__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  padding: 0 15px;
  letter-spacing: 0.3rem;
  font-size: 2.2rem;
}
.features-nav__title::before, .features-nav__title::after {
  content: "";
  background: #000;
  height: 2px;
  width: 30px;
  display: inline-block;
}
.features-nav__item {
  margin-bottom: 10px;
}
.features-nav__item.is-hide {
  display: none;
}
.features-nav__link {
  display: block;
  padding: 2px 0;
  transition: color 0.3s ease;
}
.features-nav__link:hover {
  color: #00428E;
}
.features-nav__subtitle {
  font-size: 1.5rem;
}
.features-nav__sublist {
  list-style-type: disc;
  padding-left: 30px;
}
.features-nav__open, .features-nav__close {
  padding: 10px 20px 20px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.features-nav__open::before, .features-nav__close::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
}
.features-nav__open::before {
  background: url(./images/features/icon-arrow-open.svg) no-repeat center center/contain;
}
.features-nav__close::before {
  background: url(./images/features/icon-arrow-close.svg) no-repeat center center/contain;
}
.features-nav__close.is-hide {
  display: none;
}
.features-contents {
  max-width: 810px;
  padding-top: 60px;
}
.features-contents .service-info__item .service-info__panel {
  padding: 30px 25px;
  border: 2px solid #808080;
}
.features-contents .service-info__item .service-info__panel.shippinno {
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-contents .service-info__item .service-info__panel.shippinno .service-info__logo {
  height: 45px;
}
.features-contents .service-info__item .service-info__panel.shippinno .service-info__desc {
  color: #01A7D3;
  margin-bottom: 0;
}
.features-contents .service-info__item .service-info__desc {
  font-size: 1.6rem;
}
.features-contents .service-info__item .service-info__btn {
  max-width: 260px;
}
.features-contents .service-info__item .service-info__btn::before {
  display: block;
}
.features-section {
  position: relative;
  padding-bottom: 100px;
}
.features-section::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #00428E;
  transform: translateX(-50%);
}
.features-section__title {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  color: #00428E;
  letter-spacing: 0.1rem;
  margin-bottom: 45px;
}
.features-section__subtitle {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin-bottom: 25px;
}
.features-section p {
  margin-bottom: 20px;
}
.features-section__wrapper--primary, .features-section__wrapper--number, .features-section__wrapper--numberline {
  margin-bottom: 40px;
}
.features-section__wrapper--primary h4, .features-section__wrapper--number h4, .features-section__wrapper--numberline h4 {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}
.features-section__wrapper--number .content {
  display: flex;
}
.features-section__wrapper--number .number {
  color: #679A00;
  font-size: 2.7rem;
  flex-shrink: 0;
  width: 35px;
}
.features-section__wrapper--number .number + div {
  padding-top: 10px;
}
.features-section__wrapper--number .number + div p {
  margin-left: -35px;
}
.features-section__wrapper--numberline.line {
  position: relative;
}
.features-section__wrapper--numberline.line::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 14px;
  height: 100%;
  width: 2px;
  background: #00428E;
}
.features-section__wrapper--numberline .content {
  display: flex;
}
.features-section__wrapper--numberline .number {
  color: #679A00;
  font-size: 2.7rem;
  flex-shrink: 0;
  width: 35px;
}
.features-section__wrapper--numberline .number + div {
  padding-top: 10px;
}
.features-section__wrapper--numberline .img {
  padding-left: 35px;
}
.features-section__problem {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 25px;
}
.features-section__problem li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.features-section__problem div {
  background: #D4DFEC;
  padding: 15px 15px 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.features-section__problem p {
  margin-bottom: 10px !important;
}
.features-section__problem img {
  margin-top: auto;
  margin-right: 0;
  height: 50px;
}
.features-section__example {
  background: #F6E9D3;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
}
.features-section__example p {
  color: #00428E;
}
.features-section .text-m {
  font-size: 1.7rem;
}
.features-section hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: visible;
}
.features-section .line--dot {
  background-color: #fff;
  border-top: 2px dashed #00428E;
  margin-top: 40px;
  margin-bottom: 40px;
}
.features-case__group {
  margin-bottom: 80px;
}
.features-case__number {
  display: block;
  color: #00428E;
  font-size: 2.4rem;
  line-height: 0.8;
  letter-spacing: 0.5rem;
}
.features-case__panel {
  background: #D4DFEC;
  padding: 20px 20px;
  margin: 0 -20px;
}
.features-case__panel.voice {
  background: #F6E9D3;
}
.features-case__panel.voice .features-case__before::before {
  background: #F6E9D3;
}
.features-case__panel.voice .features-case__title {
  padding-top: 25px;
}
.features-case__before {
  position: relative;
  margin-bottom: 40px;
}
.features-case__before::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 0px;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  background: #D4DFEC;
  transform: translateY(-50%);
}
.features-case__heading {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto auto;
}
.features-case__index {
  color: #00428E;
  margin-bottom: 5px;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: end;
}
.features-case__title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 10px;
  grid-column: 1/3;
  grid-row: 2/3;
}
.features-case__icon {
  position: absolute;
  width: auto;
  align-self: end;
  max-height: 60px;
  top: 0;
  right: 20px;
  transform: translateY(-40px);
}
.features-case__after {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
.features-case__after::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  background: #fff;
  transform: translateY(-50%);
}
.features-case__after .features-case__index {
  color: #FF39A1;
}
.features-case__after .features-case__icon {
  right: 5px;
}
.features-case__after p:last-of-type {
  margin-bottom: 0;
}
.features-other__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.features-other__title {
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
.features-other .features-point__list {
  margin-bottom: 0;
}
.features-other .features-point__link {
  background: #D4DFEC;
  border: 2px solid #fff;
  box-shadow: 0 0 10px #bbb;
}
.features-other .features-point__link::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(./images/features/icon-btn-arrow.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  left: auto;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.features-other .features-point__link:hover {
  box-shadow: 0 0 15px #555;
  transform: scale(1.02);
}
.features-other .features-point__link .number {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  color: #679A00;
  font-size: 3rem;
  transform: translateY(-50%);
}

/* 業界別ソリューションページ */
.solution__title {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
}
.solution-kv {
  position: relative;
  margin-bottom: 40px;
}
.solution-kv__title {
  text-align: left;
  padding: 20px;
}
.solution-kv__img {
  position: relative;
  width: 100%;
}
.solution-kv__desc {
  background: #00428E;
  padding: 50px 0px;
}
.solution-kv__text {
  color: #fff;
  padding: 0 20px;
}
.solution-nav {
  margin-bottom: 40px;
}
.solution-nav__panel {
  position: relative;
  background: #D9E3EE;
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 15px;
}
.solution-nav__title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00428E;
  margin: 0 auto 15px;
}
.solution-nav__title h2 {
  padding: 0 15px;
  letter-spacing: 0.3rem;
}
.solution-nav__title::before, .solution-nav__title::after {
  content: "";
  background: #00428E;
  height: 2px;
  width: 30px;
  display: inline-block;
}
.solution-nav__list {
  list-style-type: disc;
  padding-left: 30px;
  margin: 0 auto;
  max-width: 540px;
}
.solution-nav__link {
  display: block;
  padding: 2px 0;
  transition: color 0.3s ease;
}
.solution-nav__link:hover {
  color: #00428E;
}
.solution-about {
  margin-bottom: 50px;
}
.solution-about__title {
  margin-bottom: 30px;
}
.solution-about__text {
  margin-bottom: 20px;
}
.solution-feature {
  text-align: center;
  margin-bottom: 50px;
}
.solution-feature__panel {
  box-shadow: 0 0 10px #ccc;
  margin: 0 -20px;
  padding: 40px 20px;
}
.solution-feature__title {
  margin-bottom: 30px;
}
.solution-feature__subtitle {
  display: block;
  margin-bottom: 20px;
}
.solution-feature__text:not(:last-child), .solution-feature__img:not(:last-child) {
  margin-bottom: 30px;
}
.solution-feature__img.img--s {
  max-width: 500px;
}
.solution-feature strong {
  font-weight: 500;
  font-size: 2.1rem;
}
.solution-feature strong span {
  background: linear-gradient(transparent 65%, #FFF57F 0);
}
.solution-problem__inner {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.solution-problem__inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: #E5ECF4;
  transform: translateX(-50%);
}
.solution-problem__title {
  margin-bottom: 30px;
}
.solution-problem__list {
  margin-bottom: 40px;
}
.solution-problem__item {
  margin-bottom: 20px;
}
.solution-problem__number {
  color: #00428E;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  line-height: 0.8;
  text-align: center;
}
.solution-problem__number span {
  font-size: 2.8rem;
  letter-spacing: 0.3rem;
  padding-left: 7px;
}
.solution-problem__thumbnail {
  display: none;
}
.solution-problem__link {
  display: block;
  background: #00428E;
  padding: 10px 30px 30px;
  border-radius: 100px;
  position: relative;
}
.solution-problem__link:hover {
  opacity: 0.7;
}
.solution-problem__link::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(./images/common/icon-arrow-btn.svg) no-repeat center center/contain;
  width: 10px;
  height: 16px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.solution-problem__subtitle {
  color: #fff;
  text-align: center;
  letter-spacing: 0.2rem;
}
.solution-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.solution-group__heading {
  position: relative;
  margin: 0 -20px -10px;
}
.solution-group__heading .solution-problem__number {
  text-align: left;
  padding: 0 20px;
}
.solution-group__title {
  background: #00428E;
  color: #fff;
  padding: 20px;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
.solution-group__contents {
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  padding: 50px 20px 40px;
  margin: 0 -20px;
}
.solution-group__contents h5 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}
.solution-group__contents p {
  margin-bottom: 25px;
}
.solution-group__wrapper .solution-group__text p {
  width: 100%;
}
.solution-group__after {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 30px auto;
}
.solution-group__after span {
  position: relative;
  display: inline-block;
  color: #00428E;
}
.solution-group__after span::before {
  display: inline-block;
  content: "";
  background: url(./images/common/icon-arrow-primary.svg) no-repeat center center/contain;
  width: 25px;
  height: 20px;
  transform: rotate(90deg) translateX(3px);
  margin-right: 10px;
}
.solution-group__subtitle {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
  padding-left: 15px;
}
.solution-group__subtitle::before {
  content: "";
  position: absolute;
  background: #00428E;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}
.solution-cta {
  background: #00428E;
}
.solution-cta .top-cta {
  padding: 50px 30px;
}
.solution-cta .top-cta__title {
  color: #fff;
}
.solution-cta .top-cta__list {
  flex-wrap: wrap;
}
.solution-cta .top-cta__item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 15px;
}
.solution-section__link {
  display: inline-block;
  color: #00428E;
  text-decoration: underline;
  margin-bottom: 30px;
}

/* サービス紹介ページ */
.service-kv {
  background: url(./images/common/service-bg-sp.png) no-repeat center center/cover;
  height: 205px;
}
.service-kv__inner {
  position: relative;
  max-width: 960px;
  padding-top: 20px;
  height: 100%;
}
.service-kv__inner::before {
  position: absolute;
  content: "";
  display: block;
  background: url(./images/common/service-bg-item-sp.svg) no-repeat bottom center/contain;
  width: 300px;
  height: 65px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.service-kv__title {
  color: #00428E;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.service-breadcrumb__list {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.service-breadcrumb__item {
  font-weight: 500;
  position: relative;
}
.service-breadcrumb__item:not(:last-of-type) {
  padding-right: 15px;
}
.service-breadcrumb__item:not(:last-of-type)::after {
  color: #00428E;
  content: "＞";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.service-breadcrumb__link {
  color: #00428E;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px;
}
.service-info {
  background: #f5f5f5;
}
.service-info__inner {
  padding-bottom: 30px;
}
.service-info__heading {
  max-width: 900px;
  padding: 20px 0;
  margin: 0 auto;
}
.service-info__headingtext {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.service-info__title {
  text-align: center;
  padding: 10px 15px;
  margin: 0 -20px 30px;
  background: #00428E;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.service-info__item {
  margin-bottom: 20px;
}
.service-info__panel {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 25px 15px;
  border: 2px solid #555;
}
.service-info__panel.nextengine {
  border: 2px solid #C1992A;
}
.service-info__panel.nextengine .service-info__logo {
  margin: -2px auto;
  height: 34px;
}
.service-info__panel.nextengine .service-info__desc {
  color: #C1992A;
}
.service-info__panel.nextengine .service-info__btn {
  background: #C1992A;
}
.service-info__panel.crossmall {
  border: 2px solid #B50000;
}
.service-info__panel.crossmall .service-info__desc {
  color: #B50000;
}
.service-info__panel.crossmall .service-info__btn {
  background: #B50000;
}
.service-info__panel.aladdinoffice {
  border: 2px solid #FF6414;
}
.service-info__panel.aladdinoffice .service-info__desc {
  color: #FF6414;
}
.service-info__panel.aladdinoffice .service-info__btn {
  background: #FF6414;
}
.service-info__name {
  margin-bottom: 15px;
}
.service-info__logo {
  width: auto;
  height: 30px;
}
.service-info__desc {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
  color: #555;
}
.service-info__text {
  margin-bottom: 15px;
}
.service-info__btn {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: auto auto 0;
  background: #555;
}
.service-info__link {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
.service-info__subtitle {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.service-contents__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.service-contents--top {
  background: #E4F0F5;
}
.service-contents--top section {
  background: #fff;
}
.service-contents--top section:not(:last-of-type) {
  margin-bottom: 30px;
}
.service-contents--bottom {
  background: #F5F5F5;
}
.service-overview {
  position: relative;
  padding: 20px 15px;
  border-radius: 10px;
}
.service-overview__logo {
  margin-bottom: 20px;
}
.service-overview__logo img {
  margin-left: 0;
  height: 40px;
}
.service-overview__desc {
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 500;
}
.service-overview h3 {
  font-size: 2rem;
  margin-bottom: 5px;
  font-weight: 500;
}
.service-overview p:not(:last-of-type) {
  margin-bottom: 20px;
}
.service-feature {
  padding: 20px 15px;
}
.service-feature h2 {
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.service-feature h2.pc img {
  margin-left: 0;
}
.service-feature p {
  margin-bottom: 10px;
}
.service-feature img {
  margin-bottom: 10px;
}
.service-feature small {
  margin-top: 20px;
  display: block;
  color: #808080;
  font-size: 1.1rem;
  line-height: 1.5;
}
.service-faq {
  border-radius: 10px;
  padding: 20px 15px;
}
.service-faq h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.service-faq__group {
  background: #ececec;
  padding: 10px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.service-faq__group.is-open .service-faq__question::after {
  opacity: 0;
}
.service-faq__question {
  display: flex;
  align-items: center;
  padding-right: 40px;
  position: relative;
}
.service-faq__question::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background: #000;
  height: 2px;
  width: 15px;
  transform: translate(50%, -50%);
}
.service-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background: #000;
  height: 15px;
  width: 2px;
  transform: translate(50%, -50%);
  transition: opacity 0.3s ease;
}
.service-faq__question span {
  font-size: 2.3rem;
  font-weight: 500;
  padding-right: 5px;
  width: 50px;
  flex-shrink: 0;
}
.service-faq__question h3 {
  font-weight: 500;
}
.service-faq p {
  color: #00428E;
  display: none;
  margin-top: 10px;
}
.service-change__heading {
  background: #fff;
  padding: 20px;
  margin: -30px -20px 40px;
}
.service-change__heading h2 {
  color: #00428E;
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.service-change__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-change__logo .logo-service {
  height: 52px;
}
.service-change__wrapper {
  margin-bottom: 45px;
}
.service-change__contents h3 {
  color: #00428E;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 10px;
}
.service-change__contents p {
  margin-bottom: 15px;
}
.service-intro {
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.service-intro h2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.service-intro ol, .service-intro img {
  margin-bottom: 20px;
}

.nextengine .service-feature {
  border: 2px solid #C1992A;
}
.nextengine .service-feature h2,
.nextengine .service-faq h2 {
  color: #C1992A;
}

.crossmall .service-feature {
  border: 2px solid #B50000;
}
.crossmall .service-feature h2,
.crossmall .service-faq h2 {
  color: #B50000;
}

.aladdinoffice .service-feature {
  border: 2px solid #FF6414;
}
.aladdinoffice .service-feature h2,
.aladdinoffice .service-faq h2 {
  color: #ef6414;
}

/* 導入事例ページ */
.case-kv {
  background: #d6e1ed;
  height: 170px;
  overflow: hidden;
}
.case-kv--archive {
  height: auto;
}
.case-kv__inner {
  position: relative;
  max-width: 960px;
  padding-top: 20px;
  height: 100%;
}
.case-kv__inner::before {
  position: absolute;
  content: "";
  display: block;
  background: url(./images/common/bg-kv-line.svg) no-repeat bottom center/contain;
  width: 340px;
  height: 120%;
  bottom: -20px;
  right: -20px;
}
.case-kv--archive .case-kv__inner::before {
  width: 380px;
  bottom: 80px;
}
.case-kv__title {
  position: relative;
  color: #00428E;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.case-breadcrumb__list {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.case-breadcrumb__item {
  font-weight: 500;
  position: relative;
}
.case-breadcrumb__item:not(:last-of-type) {
  padding-right: 15px;
}
.case-breadcrumb__item:not(:last-of-type)::after {
  color: #00428E;
  content: "＞";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.case-breadcrumb__link {
  color: #00428E;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px;
}
.case-cta {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #D4B572;
  padding: 15px;
  text-align: center;
  max-width: 650px;
  margin: calc(6vw + 20px) auto 30px;
}
.case-cta__title {
  margin: calc(-6vw - 10px) auto 10px;
  max-width: 550px;
}
.case-cta__text {
  display: inline-block;
  position: relative;
  color: #4d4d4d;
  padding: 0 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.case-cta__text::before,
.case-cta__text::after {
  position: absolute;
  color: #4d4d4d;
  bottom: 0;
}
.case-cta__text::before {
  content: "＼";
  left: 0;
}
.case-cta__text::after {
  content: "／";
  right: 0;
}
.case-cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  color: #00428E;
  background: #ffff00;
  font-weight: 700;
  max-width: 500px;
  font-size: calc(2vw + 7px);
  padding: 10px 20px;
  border-radius: 30px;
  border: 2px #fff solid;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.case-cta__link {
  position: relative;
  display: block;
  color: #00428E;
  font-weight: 700;
  width: 240px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.case-cta__link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  background: #00428E;
  width: 100%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.case-cta__btn:hover,
.case-cta__link:hover {
  opacity: 0.7;
}
.case-search {
  position: relative;
  max-width: 1010px;
  padding: 50px 20px;
  margin: 0 auto;
}
.case-search::before {
  position: absolute;
  content: "";
  background: #f6f6f6;
  width: 100vw;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.case-search__panel {
  background: #fff;
  border-radius: 10px;
  padding: 25px 15px;
  box-shadow: 0 0 15px #aaa;
}
.case-search__title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
.case-search-result {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.case-search-result.is-show {
  opacity: 1;
}
.case-tab {
  position: relative;
}
.case-tab__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.case-tab__item {
  padding: 3px;
  width: 33.3333333333%;
}
.case-tab__btn {
  display: block;
  padding: 1px 2px;
  text-align: center;
  border: 2px solid #BFCFE4;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 1.2rem;
  cursor: pointer;
}
.case-tab__btn:hover {
  background: #BFCFE4;
}
.case-tab__btn.is-current {
  background: #BFCFE4;
}
.case-info {
  background: #f6f6f6;
  padding-bottom: 10px;
}
.case-info__item {
  margin-bottom: 40px;
}
.case-info__link {
  position: relative;
  background: #fff;
  padding: 0 15px;
  border-radius: 10px;
}
.case-info__link:hover {
  box-shadow: 0 0 15px #aaa;
}
.case-info__link .badge-new {
  display: block;
  position: absolute;
  top: 0px;
  left: 40px;
  color: #fff;
  background: #FF2F5E;
  letter-spacing: 0.2rem;
  padding: 2px;
  font-size: 1.6rem;
  transform: translateY(-100%);
}
.case-info__link .badge-new::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: -20px;
  width: 80px;
  height: 35px;
  background: #FF2F5E;
  content: "";
  transform: perspective(1em) rotateX(5deg);
  transform-origin: bottom right;
}
.case-info__thumbnail {
  width: calc(100% + 30px);
  margin: 0 -15px 15px;
  border-radius: 10px 10px 0 0;
}
.case-info__thumbnail img {
  width: 100%;
}
.case-info__subtitle {
  font-size: 2.1rem;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
}
.case-info__desc {
  margin-bottom: 15px;
}
.case-info__point-title {
  color: #679A00;
  font-size: 2.4rem;
}
.case-info__point-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 10px;
}
.case-info__category {
  display: block;
  border-top: 2px solid #808080;
  padding: 15px 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #00428E;
  margin-top: auto;
}

.single-case .case-kv {
  height: auto;
}
.single-case .case-kv__inner {
  min-height: 205px;
  padding-bottom: 20px;
}
.single-case .case-kv__title {
  margin-bottom: 10px;
}
.single-case .case-kv__category {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  padding: 2px 15px;
  width: 150px;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 1.6rem;
}
.single-case .case-profile {
  padding: 30px 0;
}
.single-case .case-profile__img {
  margin-bottom: 10px;
  border-radius: 10px;
}
.single-case .case-profile__title {
  color: #679A00;
  margin-bottom: 15px;
  font-size: 2.2rem;
}
.single-case .case-profile__name {
  margin-bottom: 10px;
}
.single-case .case-profile__subtitle {
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: 500;
}
.single-case .case-profile__text {
  margin-bottom: 20px;
}
.single-case .case-point {
  position: relative;
  padding: 20px 0;
}
.single-case .case-point::before {
  background: #f0f0f0;
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.single-case .case-point__title {
  font-size: 2.2rem;
  text-align: center;
  color: #679A00;
  margin-bottom: 15px;
}
.single-case .case-point__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.single-case .case-point__item {
  padding: 0 5px;
  margin-bottom: 5px;
  width: 50%;
}
.single-case .case-point__circle {
  position: relative;
  width: 100%;
}
.single-case .case-point__text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  width: 90%;
}
.single-case .case-contents {
  padding: 20px 0 40px;
}
.single-case .case-contents h2 {
  background: #E0B76E;
  color: #fff;
  padding: 2px 10px;
  font-size: 2.8rem;
  font-weight: 500;
  margin: 40px -20px 30px;
}
.single-case .case-contents h3 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.single-case .case-contents img {
  max-width: 540px;
  width: 100%;
  border-radius: 10px;
}
.single-case .case-contents p, .single-case .case-contents ul, .single-case .case-contents img {
  margin-bottom: 30px;
}
.single-case .case-contents ul {
  margin-left: 30px;
  list-style-type: disc;
}
.single-case .case-vision {
  position: relative;
  margin-top: 60px;
  padding-bottom: 30px;
}
.single-case .case-vision::before, .single-case .case-vision::after {
  position: absolute;
  content: "";
  background: url(./images/common/case-vision-line.svg) repeat-x bottom center/cover;
  height: 5px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.single-case .case-vision::before {
  top: 0;
}
.single-case .case-vision::after {
  bottom: 0;
}
.single-case .case-vision__title {
  position: relative;
  transform: translateY(-50%);
  padding: 0 15px;
  margin-bottom: -30px;
}
.single-case .case-vision__title img {
  max-width: 280px;
}
.single-case .case-vision__subtitle {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.single-case .case-vision__text {
  color: #00428E;
}

/* 新着情報ページ */
.information-kv {
  background: linear-gradient(90deg, #Fbf6ee 0%, #f4e3c6 100%);
  height: 170px;
  overflow: hidden;
}
.information-kv__inner {
  position: relative;
  max-width: 960px;
  padding-top: 20px;
  height: 100%;
}
.information-kv__inner::before {
  position: absolute;
  content: "";
  display: block;
  background: url(./images/common/case-bg-item.svg) no-repeat bottom center/contain;
  width: 340px;
  height: 120%;
  bottom: -20px;
  right: -20px;
}
.information-kv__title {
  position: relative;
  color: #D9A664;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.information-breadcrumb__list {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.information-breadcrumb__item {
  font-weight: 500;
  position: relative;
}
.information-breadcrumb__item:not(:last-of-type) {
  padding-right: 15px;
}
.information-breadcrumb__item:not(:last-of-type)::after {
  color: #D9A664;
  content: "＞";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.information-breadcrumb__link {
  color: #D9A664;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px;
}
.information-search {
  position: relative;
  max-width: 1010px;
  margin: -40px auto 0;
  padding: 0 20px 50px;
}
.information-search::before {
  position: absolute;
  content: "";
  background: #f6f6f6;
  width: 100vw;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.information-search__panel {
  background: #fff;
  border-radius: 10px;
  padding: 25px 15px;
  box-shadow: 0 0 15px #aaa;
}
.information-search__title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
.information-search-result {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.information-search-result.is-show {
  opacity: 1;
}
.information-tab {
  position: relative;
}
.information-tab__group {
  margin-bottom: 10px;
}
.information-tab__title {
  font-size: 1.6rem;
}
.information-tab__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.information-tab__item {
  padding: 3px;
  width: 50%;
}
.information-tab__btn {
  display: block;
  padding: 1px 2px;
  text-align: center;
  border: 2px solid #FAF3E6;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 1.2rem;
  cursor: pointer;
}
.information-tab__btn:hover {
  background: #FAF3E6;
}
.information-tab__btn.is-current {
  background: #FAF3E6;
}
.information-info {
  background: #f6f6f6;
}
.information-info__item {
  margin-bottom: 40px;
}
.information-info__link {
  position: relative;
  background: #fff;
  padding: 0 15px 10px;
  border-radius: 10px;
}
.information-info__link:hover {
  box-shadow: 0 0 15px #aaa;
}
.information-info__link:hover .information-info__category {
  border: 2px solid #00428E;
}
.information-info__link .badge-new {
  display: block;
  position: absolute;
  top: 0px;
  left: 40px;
  color: #fff;
  background: #FF2F5E;
  letter-spacing: 0.2rem;
  padding: 2px;
  font-size: 1.6rem;
  transform: translateY(-100%);
}
.information-info__link .badge-new::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: -20px;
  width: 80px;
  height: 35px;
  background: #FF2F5E;
  content: "";
  transform: perspective(1em) rotateX(5deg);
  transform-origin: bottom right;
}
.information-info__thumbnail {
  position: relative;
  width: calc(100% + 30px);
  margin: 0 -15px 15px;
  border-radius: 10px 10px 0 0;
  padding-top: 72.25%;
}
.information-info__thumbnail img {
  width: 100%;
}
.information-info__thumbnail .badge-entry {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 10px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  background: #ff0000;
  color: #fff;
}
.information-info__subtitle {
  font-size: 2rem;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
}
.information-info__date {
  font-size: 1.3rem;
  color: #808080;
  font-weight: 500;
}
.information-info__seminarday {
  color: #00428E;
  font-size: 1.4rem;
  font-weight: 500;
}
.information-info__seminarday span {
  font-size: 2.5rem;
}
.information-info__category {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #E0B76E;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 180px;
  border: 2px solid #E0B76E;
}

.single-information .information-kv {
  height: auto;
}
.single-information .information-kv__inner {
  min-height: 205px;
  padding-bottom: 20px;
}
.single-information .information-kv__title {
  margin-bottom: 10px;
}
.single-information .information__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 820px;
}
.single-information .information__category {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #E0B76E;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 180px;
  border: 2px solid #E0B76E;
}
.single-information .information__date {
  color: #808080;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
}
.single-information .information-contents {
  padding: 20px 0 40px;
}
.single-information .information-contents__title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.single-information .information-contents h2:not(.information-contents__title) {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.single-information .information-contents h3 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.single-information .information-contents img {
  max-width: 540px;
  width: 100%;
  border-radius: 10px;
}
.single-information .information-contents p, .single-information .information-contents ul, .single-information .information-contents img {
  margin-bottom: 30px;
}
.single-information .information-contents ul {
  margin-left: 30px;
  list-style-type: disc;
}
.single-information .information__btn {
  display: block;
  max-width: 250px;
  box-shadow: 0 0 10px #bbb;
  color: #00428E;
  font-size: 1.7rem;
  background: #fff;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.single-information .information__btn::before {
  background: url(./images/common/icon-arrow-btn-blue.svg) no-repeat center center/contain;
}
.single-information .information__btn:hover {
  transform: scale(1.02);
}

/* ページ送り */
.archive-pagination {
  padding-bottom: 30px;
}
.archive-pagination .nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}

.single-pagination .pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  text-align: left;
}

.page-numbers.prev, .page-numbers.next {
  position: relative;
}

.page-numbers:not(.dots) {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 5px 2px;
  color: #00428E;
  background: #fff;
}
.page-numbers:not(.dots).current {
  background: #F6E9D3;
}

.page-numbers.dots {
  color: #00428E;
}

.nav-prev,
.nav-next {
  display: flex;
  position: relative;
  width: calc((100% - 130px) / 2);
}

.prev::before,
.next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  width: 12px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.prev {
  margin-right: auto;
  padding-left: 20px;
}
.prev::before {
  background-image: url(./images/common/icon-arrow-pagination-prev.svg);
}

.next {
  margin-left: auto;
  padding-right: 20px;
}
.next::before {
  background-image: url(./images/common/icon-arrow-pagination-next.svg);
}

/* 導入の流れページ */
.flow-intro {
  padding-bottom: calc(12vw - 15px);
}
.flow-intro__panel {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E0B76E;
  padding: 35px 30px;
  margin-top: -50px;
}
.flow-intro__panel::after {
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  padding-top: 17%;
  background: url(./images/flow/bg-intro-panel.svg) no-repeat center center/cover;
  left: 0;
  bottom: 0;
  transform: translateY(calc(100% - 5px));
}
.flow-intro__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.flow-intro__desc {
  margin-bottom: 20px;
}
.flow-intro__img {
  max-width: 200px;
}
.flow-intro__group {
  position: relative;
  margin-bottom: 90px;
}
.flow-intro__group::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 36px;
  height: 50px;
  background: url(./images/flow/icon-arrow-intro.svg) no-repeat center center/contain;
}
.flow-intro__group:nth-of-type(2) {
  border-top: 2px dashed #E0B76E;
  padding-top: 20px;
  margin-top: 30px;
}
.flow-intro__group:nth-of-type(2) .flow-intro__item::before {
  background: #B48B2A;
}
.flow-intro__group:nth-of-type(3) .flow-intro__item::before {
  background: #C83124;
}
.flow-intro__group:nth-of-type(4) .flow-intro__item::before {
  background: #2E64A2;
}
.flow-intro__group:nth-of-type(5) {
  margin-bottom: 0;
}
.flow-intro__group:nth-of-type(5)::before {
  display: none;
}
.flow-intro__group:nth-of-type(5) .flow-intro__item::before {
  background: #228B73;
}
.flow-intro__subtitle {
  display: block;
  width: 120px;
  margin: 0 auto;
}
.flow-intro__text {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.flow-intro__item {
  position: relative;
  font-size: 1.2rem;
  padding-left: 16px;
}
.flow-intro__item::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  content: "";
  background: #000;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}
.flow-intro__catch {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00428E;
  letter-spacing: 0.1rem;
  margin: 0 -15px;
  transform: translateY(calc(12vw - 10px));
  z-index: 2;
}
.flow-step {
  background: #fff;
  padding: 40px 0 10px;
}
.flow-step__group {
  display: flex;
  margin-bottom: 60px;
}
.flow-step__group:nth-of-type(5) {
  margin-bottom: 70px;
}
.flow-step__group:nth-of-type(5) .flow-step__graph::before {
  height: calc(100% + 120px);
}
.flow-step__group:nth-of-type(5) .flow-step__badge {
  bottom: -10px;
}
.flow-step__group:nth-of-type(6) .flow-step__title--l {
  margin-top: -15px;
}
.flow-step__group:last-of-type .flow-step__graph::before {
  display: none;
}
.flow-step__group:last-of-type .flow-step__icon {
  background: #fff;
  border-top: 10px solid #fff;
}
.flow-step__graph {
  position: relative;
  flex-shrink: 0;
  margin-right: 15px;
}
.flow-step__graph::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% + 50px);
  background: #B48B2A;
}
.flow-step__graph:not(.no-arrow):after {
  content: "";
  position: absolute;
  display: block;
  background: url(./images/flow/icon-arrow-step.svg) no-repeat center center/contain;
  width: 20px;
  height: 15px;
  top: calc(50% + 40px);
  left: 50%;
  transform: translateX(-50%);
}
.flow-step__icon {
  position: relative;
  width: 50px;
}
.flow-step__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 10px 0 15px;
  color: #B48B2A;
  letter-spacing: 0.1rem;
}
.flow-step__title--l {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 15px 0;
  color: #00428E;
  letter-spacing: 0.1rem;
}
.flow-step__text {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}
.flow-step__img {
  position: relative;
}
.flow-step__memberimg {
  max-width: 280px;
}
.flow-step__badge {
  display: block;
  position: absolute;
  left: 8px;
  bottom: -25px;
  height: 90px;
  width: auto;
}

/* 会社概要ページ */
.company-info {
  margin: -50px 0 40px;
}
.company-info__logo {
  display: block;
  max-width: 125px;
  margin-bottom: 15px;
}
.company-info__desc {
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
}
.company-info__title, .company-info__text {
  font-weight: 500;
  font-size: 1.6rem;
}
.company-info__title {
  color: #00428E;
  margin-bottom: 5px;
}
.company-info__text {
  margin-bottom: 25px;
}
.company-info__text:last-of-type {
  margin-bottom: 0;
}
.company-info__text address {
  margin-bottom: 5px;
}
.company-info__icon {
  max-width: 80px;
  margin-top: 10px;
}
.company-center {
  margin-bottom: 40px;
}
.company-center__title {
  color: #00428E;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
}
.company-center__desc {
  margin-bottom: 30px;
}
.company-center__list {
  margin: 0 -10px;
}
.company-center__item {
  margin-bottom: 40px;
}
.company-center__item:last-of-type {
  margin-bottom: 0;
}
.company-center__img {
  border-radius: 10px;
  margin-bottom: 10px;
}
.company-center__name {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 2px;
}
.company-center__wrapper {
  display: flex;
  align-items: center;
}
.company-center__address, .company-center__text {
  font-size: 1.3rem;
}
.company-center__address {
  padding-right: 15px;
}
.company__panel {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
.company__googlemap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 2px 5px;
  width: 105px;
  color: #00428E;
  border: 2px solid #00428E;
  font-weight: 500;
  font-size: 1.3rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.company__googlemap:hover {
  color: #fff;
  background: #00428E;
}
.company__googlemap:hover svg .path {
  fill: #fff;
}
.company__googlemap:hover svg .circle {
  fill: #00428e;
}
.company__googlemap span {
  padding-right: 5px;
}
.company__googlemap svg {
  width: 10px;
}
.company__googlemap svg .path {
  fill: #00428e;
  transition: all 0.3s ease;
}
.company__googlemap svg .circle {
  fill: #fff;
  transition: all 0.3s ease;
}

/* お問い合わせ・サンクスページ */
.contact {
  margin-top: -50px;
}
.contact-section {
  width: 100%;
  max-width: 640px;
  padding: 40px 20px;
  margin: 0 auto;
}
.contact-title {
  color: #00428E;
  font-weight: 700;
  text-align: center;
  font-size: 1.7rem;
}
.contact-container {
  width: 100%;
  min-height: 100vh;
}
.contact-container .main {
  background: #E9DBB4;
  min-height: 100vh;
}
.contact-kv img {
  width: 100%;
}
/* .contact-contents {
  padding: 30px 15px;
}
.contact-contents p {
  margin-bottom: 20px;
} */
.contact-cta__btn {
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 40px;
}
.contact-tel {
  display: block;
  max-width: 100%;
  margin: 20px auto 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.contact-sidebar {
  display: none;
}
.contact-sidebar__inner {
  position: relative;
  padding: 30px 0px;
}
.contact__panel {
  background: #fff;
  border-radius: 10px;
  padding: 30px 10px;
}
.contact__title, .contact__text {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
}
.contact__title {
  color: #00428E;
  margin-bottom: 10px;
  font-size: 2.2rem;
}
.contact__text {
  margin-bottom: 30px;
}
.contact__thanks {
  margin-bottom: 40px;
}
.contact__btn {
  display: block;
  margin: 0 auto;
  max-width: 280px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

.text-title--primary {
  font-size: 2rem;
  margin-bottom: 5px;
  color: #00428E;
}

/* 資料ダウンロードページ */
.download-container {
  width: 100%;
  min-height: 100vh;
}
.download-container .main {
  min-height: 100vh;
}
.download-intro {
  background: #DDE7F1;
  margin-bottom: 40px;
}
.download-intro__inner {
  padding-top: 30px;
}
.download-intro__title {
  color: #00428E;
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
}
.download-intro__title small {
  font-size: 0.7em;
}
.download-section {
  margin-bottom: 20px;
}
.download-section__inner {
  max-width: 1270px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.download-section__title {
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #00428E;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 500;
  border-radius: 10px;
}
.download-section__desc {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.download-section__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 100%;
}
.download-section__list.center {
  justify-content: center;
}
.download-section__item {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 30px;
}
.download-section__link {
  margin-bottom: 10px;
}
.download-section__thumbnail {
  border-radius: 10px;
  margin-bottom: 5px;
  box-shadow: 0 0 5px #ccc;
  padding-top: 64%;
}
.download-section__name {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
}
.download-section__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  background: #00428E;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 700;
  border-radius: 5px;
  width: 100%;
  margin-top: auto;
  transition: opacity 0.3s ease;
}
.download-section__btn:hover {
  opacity: 0.7;
}
.download-section__btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(./images/common/icon-arrow-btn.svg) no-repeat center center/contain;
  width: 10px;
  height: 16px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.download-contents {
  padding: 20px;
}
.download-contents__thumbnail-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.download-contents__thumbnail,
.download-contents__thumbnail--s {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 5px solid #014092;
  margin-bottom: 10px;
}
.download-contents__thumbnail {
  width: 100%;
}
.download-contents__thumbnail--s {
  width: calc(50% - 2px);
}
.download-contents__thumbnail img,
.download-contents__thumbnail--s img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .download-contents__title {
  font-size: 2.4rem;
  margin-bottom: 5px;
  font-weight: 700;
} */
.download-contents__panel {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  filter: drop-shadow(0 0 5px rgba(0, 66, 142, 0.8));
}
.download-contents__panel::after {
  position: absolute;
  content: "";
  top: 1px;
  left: 50%;
  transform: translate(-50%, -100%);
  background: #ffffff;
  height: calc(tan(60deg) * 20px / 2);
  width: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.download-contents__subtitle {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.download-contents__subtitle::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #00428E 0%, #00428E 33%, #8FC31F 33%, #8FC31F 66%, #D4B572 66%, #D4B572 100%);
}
.download-contents__desc {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.download-contents__recommend {
  background: #8FC31F;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.download-contents__list {
  color:#00428E;
  font-weight: 500;
  font-size: 1.5rem;
  list-style: disc;
  padding-left: 20px;
}
.download-contents section {
  margin-bottom: 30px;
}
/* .download-contents h2 {
  font-weight: 700;
  margin-bottom: 10px;
}
.download-contents h3 {
  font-weight: 500;
  margin-bottom: 10px;
} */
.download-nav {
  padding: 40px 20px;
}
.download-nav__panel {
  position: relative;
  background: #E8E8E8;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
}
.download-nav__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  padding: 0 15px;
  letter-spacing: 0.3rem;
  font-size: 2.2rem;
}
.download-nav__title::before, .download-nav__title::after {
  content: "";
  background: #000;
  height: 2px;
  width: 30px;
  display: inline-block;
}
.download-nav__item {
  margin-bottom: 10px;
}
.download-nav__link {
  display: block;
  padding: 2px 0;
  transition: color 0.3s ease;
}
.download-nav__link:hover {
  color: #00428E;
}
.download-nav__subtitle {
  font-size: 1.5rem;
}
.download-nav__sublist {
  list-style-type: disc;
  padding-left: 30px;
}
.download-sidebar {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  height: 100%;
  transition: 0.3s ease-in-out;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  overflow-y: scroll;
  padding-top: 30px;
}
.download-sidebar.is-active {
  visibility: visible;
  transition: 0.5s ease-in-out;
  opacity: 1;
  z-index: 10;
  background: #fff;
  pointer-events: visible;
}
.download-sidebar__inner {
  position: relative;
  padding: 20px 20px 40px;
}
.download-kv {
  background: #004090;
  overflow: hidden;
  height: 80px;
}
.download-kv__inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
}
.download-kv__inner::before {
  position: absolute;
  content: "";
  display: block;
  background: url(./images/common/bg-kv-line.svg) no-repeat bottom center/contain;
  width: 340px;
  height: 150%;
  bottom: -10px;
  right: -100px;
}
.download-kv__caption {
  max-width: 208px;
  margin-left: 3px;
  margin-bottom: 8px;
}
.download-kv__title {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
.download-form__group {
  margin-bottom: 15px;
}
.download-form__label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.download-form__label span {
  margin-left: 10px;
  background: #f44236;
  padding: 2px 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 0.8em;
  display: inline-block;
}
.download-form__input {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 5px;
}
.download-form__input::-moz-placeholder {
  color: #aaa;
}
.download-form__input:-ms-input-placeholder {
  color: #aaa;
}
.download-form__input::placeholder {
  color: #aaa;
}
.download-form__error,
.download-form .error {
  color: #f44236;
  display: block;
}
.download-form__notice {
  color: #aaa;
}
.download-form__notice a {
  color: #555;
  text-decoration: underline;
}
.download-form__notice a img {
  display: inline-block;
  width: 20px;
  margin-bottom: -5px;
}
.download-form__wrapper {
  display: flex;
  justify-content: space-between;
}
.download-form__submit {
  background: #f44236;
  color: #fff;
  border: 2px solid #f44236;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  font-weight: 700;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  cursor: pointer;
}
.download-form__closebtn {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #00428E;
}
.download-form__closebtn::before, .download-form__closebtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
.download-form__closebtn::before {
  width: 1px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.download-form__closebtn::after {
  width: 20px;
  height: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.download-cta {
  position: fixed;
  z-index: 5;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.download-cta__btn {
  background: #f44236;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  font-weight: 700;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  cursor: pointer;
}

.page-template-template-download .grecaptcha-badge {
  z-index: 10;
  bottom: 78px !important;
}

/* 合同倉庫見学会LP */
.tour-lp__logotitle img {
  max-height: 50px;
}
.tour-lp-section__title {
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  font-weight: 700;
}
.tour-lp-kv__img {
  width: 100%;
}
.tour-lp-kv .tour-lp-cta__btn {
  margin: 0 auto;
  transform: translateY(-50%);
}
.tour-lp-intro {
  margin-top: -60px;
  padding: 60px 15px 30px;
}
.tour-lp-intro__inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.tour-lp-intro__title {
  text-align: center;
  color: #00428E;
  font-size: 3rem;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.tour-lp-intro__text {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-bottom: 80px;
}
.tour-lp-intro__recommend {
  position: relative;
  max-width: 900px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 20px 20px;
}
.tour-lp-intro__recommend::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #ACE4F6 0%, #a6c0f1 100%);
}
.tour-lp-intro__recommend h3 {
  display: block;
  margin: -75px 0 20px;
  letter-spacing: 0.2rem;
  text-align: center;
}
.tour-lp-intro__recommend h3 span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  font-size: 2rem;
}
.tour-lp-intro__recommend h3 strong {
  font-size: 2.7rem;
}
.tour-lp-intro__list li {
  position: relative;
  display: inline-block;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 5px 20px 5px 50px;
  font-size: 1.8rem;
  text-indent: -30px;
  margin: 10px;
}
.tour-lp-intro__list li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: -2px;
  background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/seminar/icon-check.png) no-repeat center center/contain;
}
.tour-lp-intro__list li::after {
  transform: skewX(-30deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(45deg, #12529F 0%, #9dc064 100%);
}
.tour-lp-warehouse {
  background: linear-gradient(90deg, #D3F3B9 0%, #b2d59a 100%);
}
.tour-lp-warehouse__wrapper {
  padding: 30px 0 40px 15px;
}
.tour-lp-warehouse__contents {
  padding-right: 15px;
  margin-bottom: 30px;
}
.tour-lp-warehouse__contents p {
  font-size: 1.5rem;
}
.tour-lp-warehouse__title {
  color: #00428E;
  font-size: 3rem;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.tour-lp-warehouse__text {
  font-size: 1.5rem;
}
.tour-lp-slider .swiper-slide-img img {
  width: 100%;
}
.tour-lp-seminar {
  background: linear-gradient(90deg, #ACE4F6 0%, #a6c0f1 100%);
  z-index: -1;
}
.tour-lp-seminar__title {
  padding-bottom: 20px;
}
.tour-lp-seminar__section {
  position: relative;
  background: #fff;
}
.tour-lp-seminar__section::before, .tour-lp-seminar__section::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  content: "";
}
.tour-lp-seminar__section::after {
  background: linear-gradient(90deg, transparent 0%, #fff 100%);
}
.tour-lp-seminar__section.section1::before {
  background: linear-gradient(180deg, #a6c0f1 0%, #ACE4F6 100%);
}
.tour-lp-seminar__section.section1 .tour-lp-seminar__subtitle span::before {
  background: linear-gradient(90deg, #ACE4F6 0%, #a6c0f1 100%);
}
.tour-lp-seminar__section.section1 .tour-lp-seminar__speaker {
  background: #dde5ef;
}
.tour-lp-seminar__section.section1 .tour-lp-seminar__speaker::before {
  border: 2px solid #dde5ef;
}
.tour-lp-seminar__section.section2::before {
  background: linear-gradient(180deg, #fadcab 0%, #FFC3E6 100%);
}
.tour-lp-seminar__section.section2 .tour-lp-seminar__subtitle span::before {
  background: linear-gradient(90deg, #FFC3E6 0%, #fadcab 100%);
}
.tour-lp-seminar__section.section2 .tour-lp-seminar__speaker {
  background: #F6E8ED;
}
.tour-lp-seminar__section.section2 .tour-lp-seminar__speaker::before {
  border: 2px solid #F6E8ED;
}
.tour-lp-seminar__section.section3::before {
  background: linear-gradient(180deg, #ccdd99 0%, #F3EE94 100%);
}
.tour-lp-seminar__section.section3 .tour-lp-seminar__subtitle span::before {
  background: linear-gradient(90deg, #F3EE94 0%, #ccdd99 100%);
}
.tour-lp-seminar__section.section3 .tour-lp-seminar__speaker {
  background: #ECECCC;
}
.tour-lp-seminar__section.section3 .tour-lp-seminar__speaker::before {
  border: 2px solid #ECECCC;
}
.tour-lp-seminar__section.section4::before {
  background: #87D7AE;
}
.tour-lp-seminar__section.section4 .tour-lp-seminar__subtitle span::before {
  background: linear-gradient(90deg, #b9efb7 0%, #a3d9ba 100%);
}
.tour-lp-seminar__section.section4 .tour-lp-seminar__speaker {
  background: #D0EED9;
}
.tour-lp-seminar__section.section4 .tour-lp-seminar__speaker::before {
  border: 2px solid #ECECCC;
}
.tour-lp-seminar__outer {
  z-index: 1;
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px 80px;
}
.tour-lp-seminar__inner {
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.tour-lp-seminar__logo {
  margin-bottom: 30px;
}
.tour-lp-seminar__logo img {
  max-height: 80px;
}
.tour-lp-seminar__logo.seicho img {
  max-height: 80px;
}
.tour-lp-seminar__subtitle {
  margin-bottom: 50px;
  font-weight: 700;
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.15rem;
}
.tour-lp-seminar__subtitle span {
  display: inline-block;
  position: relative;
}
.tour-lp-seminar__subtitle span::before {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(180deg, #a6c0f1 0%, #ACE4F6 100%);
  height: 5px;
  width: calc(100% + 20px);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.tour-lp-seminar__list {
  list-style: disc;
  padding: 0 10px 0 30px;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.6rem;
}
.tour-lp-seminar__list--number {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 1.6rem;
}
.tour-lp-seminar__speaker {
  position: relative;
  padding: 0px 15px 30px;
  background: #dde5ef;
}
.tour-lp-seminar__speaker::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 2px solid #dde5ef;
}
.tour-lp-seminar__titleimg {
  position: relative;
  transform: translateY(-50%);
  max-height: 50px;
}
.tour-lp-seminar__info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.tour-lp-seminar__info div {
  width: calc(100% - 140px);
}
.tour-lp-seminar__info h5 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 2rem;
}
.tour-lp-seminar__info p {
  font-size: 1.6rem;
}
.tour-lp-seminar__img {
  max-width: 120px;
  margin: 0 20px 0 0;
}
.tour-lp-seminar__text {
  font-size: 1.6rem;
}
.tour-lp-schedure {
  position: relative;
  background: #dde5ef;
  z-index: -2;
  padding: 0 15px 40px;
}
.tour-lp-schedure__title {
  margin-bottom: 40px;
}
.tour-lp-schedure__text {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
}
.tour-lp-schedure__list {
  position: relative;
  background: #fff;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 20px 15px;
}
.tour-lp-schedure__list::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 2px solid #85a1c5;
}
.tour-lp-schedure__list dt {
  position: relative;
  display: inline-block;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 5px 20px;
  font-size: 2rem;
  margin: 10px;
}
.tour-lp-schedure__list dt::before {
  transform: skewX(-30deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(45deg, #12529F 0%, #76a6d3 100%);
}
.tour-lp-schedure__list dd {
  padding-left: 30px;
  margin-bottom: 10px;
}
.tour-lp-schedure__list h3 {
  font-size: 1.9rem;
  margin-bottom: 5px;
}
.tour-lp-schedure__list p {
  font-size: 1.4rem;
}
.tour-lp-summary {
  padding: 0 15px 70px;
}
.tour-lp-summary__title {
  margin-bottom: 30px;
}
.tour-lp-summary__table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border: 2px solid #dde5ef;
}
.tour-lp-summary__table th {
  background: #00428E;
  color: #fff;
  padding: 15px 5px;
  width: 100px;
  border-right: 2px solid #dde5ef;
  border-bottom: 2px solid #dde5ef;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: bold;
}
.tour-lp-summary__table td {
  padding: 15px 5px;
  width: calc(100% - 100px);
  border-bottom: 2px solid #dde5ef;
  font-size: 1.5rem;
}
.tour-lp-summary__table p {
  margin-bottom: 20px;
}
.tour-lp-summary__map {
  width: 100%;
  max-width: 100%;
}
.tour-lp-summary__map iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/10;
}
.tour-lp-guideline {
  padding-bottom: 20px;
}
.tour-lp-guideline__inner {
  width: 100%;
  max-width: 730px;
  padding: 0 15px;
  margin: 0 auto;
}
.tour-lp-guideline__title {
  position: relative;
  margin-bottom: 50px;
}
.tour-lp-guideline__title::before {
  content: "";
  display: block;
  position: absolute;
  background: #00428E;
  height: 5px;
  width: 50px;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}
.tour-lp-guideline__subtitle {
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  color: #00428E;
  padding-left: 20px;
  margin-bottom: 5px;
}
.tour-lp-guideline__subtitle::before {
  position: absolute;
  content: "";
  background: #00428E;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.tour-lp-guideline__list {
  margin-bottom: 25px;
  list-style: disc;
  padding-left: 18px;
  font-size: 1.7rem;
}
.tour-lp-cta {
  background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/seminar/tour-lp-cta-bg.jpg) no-repeat center center/cover;
  padding: 15px 5px 10px;
}
.tour-lp-cta__btn {
  display: flex;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
.tour-lp-cta__btn:hover {
  opacity: 0.7;
}
.tour-lp-cta__btn img {
  max-width: 100%;
}
.tour-lp-form {
  padding: 30px 0;
}
.tour-lp-form__title {
  margin-bottom: 20px;
}
.tour-lp-form__inner {
  width: 100%;
  max-width: 700px;
  padding: 0 20px;
  margin: 0 auto;
}
.tour-lp__footer {
  background: #00428E;
  color: #fff;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 480px) {
  /* sm-size */
  .campaign-popup__ctatitle span {
    font-size: 1.5rem;
  }
  .campaign-popup__ctalink span {
    font-size: 1.3rem;
  }
  .tour-nav__link {
    padding-bottom: 30px;
  }
  .case-tab__item {
    width: 25%;
  }
  .single-case .case-point__list {
    max-width: 500px;
    margin: 0 auto;
  }
  .information-tab__item {
    width: 33.3333333333%;
  }
  .nav-prev,
.nav-next {
    width: calc((100% - 200px) / 2);
  }
  .prev {
    padding-left: 50px;
  }
  .next {
    padding-right: 50px;
  }
  .contact-cta__btn {
    max-width: 360px;
  }
  .contact-tel {
    max-width: 360px;
  }
  .download-section__item {
    display: flex;
    flex-direction: column;
    padding: 0 5px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  /* md-size */
  body {
    font-size: 1.5rem;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .text-title {
    font-size: 3.6rem;
    letter-spacing: 0.3rem;
  }
  .text-desc {
    letter-spacing: 0.2rem;
  }
  .btn--primary {
    border: 0;
    box-shadow: none;
  }
  .btn--primary::before {
    display: none;
  }
  .btn--primary:hover {
    box-shadow: 0px 0px 10px #222;
  }
  .img-thumbnail .noimg {
    font-size: 2.4rem;
  }
  .img-scroll {
    overflow: auto;
    width: 100%;
  }
  .img-scroll img {
    width: 100%;
    max-width: 100%;
  }
  .icon-arrow--primary {
    font-size: 1.3rem;
  }
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .inner--s {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main--common {
    margin-bottom: 80px;
  }
  .main--features {
    padding-bottom: 80px;
  }
  .main--contact {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .main--tour {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .main__container {
    padding-top: 75px;
  }
  .footer {
    display: flex;
  }
  .footer--download {
    padding-bottom: 10px;
  }
  .footer-heading {
    margin-top: -30px;
    width: 28%;
    padding: 50px 25px 40px;
  }
  .footer-heading__inner {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    max-width: 230px;
    height: 100%;
  }
  .footer__title span {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 60px;
  }
  .footer__logo {
    max-width: 220px;
  }
  .footer-contents {
    width: 72%;
    padding: 35px 30px;
  }
  .footer-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: none;
    max-width: 660px;
    margin-bottom: 30px;
  }
  .footer-nav__item {
    border-top: none;
    padding: 3px 10px;
  }
  .footer-nav__link.submenu::before {
    display: none;
    font-size: 1.8rem;
  }
  .footer-nav__link.submenu::after {
    display: none;
  }
  .footer-nav__sublist {
    display: block !important;
  }
  .footer-nav__sublink {
    line-height: 2.4;
  }
  .footer-info {
    border-top: 1px solid #fff;
    padding-top: 10px;
  }
  .footer-info__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .footer-info__item {
    padding: 5px 10px;
  }
  .footer__copy {
    margin-top: auto;
  }
  .anchor {
    margin-top: -90px;
    padding-top: 90px;
  }
  .common-kv {
    background: linear-gradient(90deg, #e0e8f1 0%, #a1b9d5 100%);
    height: 285px;
  }
  .common-kv__inner::before {
    width: 500px;
    right: -8%;
    bottom: -25px;
    height: 150%;
    transform: none;
  }
  .common-kv__title {
    font-size: 4.7rem;
    letter-spacing: 0.3rem;
    padding-right: 30px;
  }
  .common-case--gray {
    margin-bottom: 70px;
  }
  .common-case__inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .common-case__title {
    margin-bottom: 20px;
  }
  .common-case__slider {
    margin: 0 calc(50% - 50vw) 30px 60px;
    padding-bottom: 70px;
  }
  .common-case__slider .swiper-pagination {
    transform: translateX(calc(-3vw - 22px));
  }
  .common-case__item {
    padding: 30px 15px 0;
    max-width: 400px;
  }
  .common-case__subtitle {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
  }
  .common-case__btn {
    max-width: 330px;
  }
  .common-case .case-tab__list {
    width: calc(100% - 150px);
    margin: 0 -5px 30px;
  }
  .common-case .swiper-button-prev {
    display: block;
    left: auto;
    right: 90px !important;
    height: 50px;
    width: 50px;
  }
  .common-case .swiper-button-next {
    display: block;
    right: 20px;
    height: 50px;
    width: 50px;
  }
  .common-flow__inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .common-flow__title {
    margin-bottom: 25px;
  }
  .common-flow__desc {
    margin-bottom: 70px;
  }
  .common-flow__img {
    width: calc(120vw + 100px);
    margin: 0 calc(50% - 60vw - 50px) 70px;
  }
  .common-flow__img img {
    max-width: 1328px;
    margin: 0 auto;
  }
  .common-flow__btn {
    max-width: 330px;
  }
  .common-tour {
    margin-bottom: 70px;
    border-bottom: 5px solid #00428E;
  }
  .common-tour__inner {
    max-width: 900px;
    display: flex;
    padding: 60px 0 60px 30px;
  }
  .common-tour__contents {
    flex-shrink: 0;
  }
  .common-tour__title {
    font-size: 4rem;
    margin-bottom: 70px;
    letter-spacing: 0.2rem;
  }
  .common-tour__title span {
    font-size: 3rem;
  }
  .common-tour__subtitle {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
  .common-tour__desc {
    margin-bottom: 30px;
  }
  .common-tour__btn {
    margin: 0;
    max-width: 330px;
  }
  .common-tour__img {
    margin: 0 -200px 0 30px;
  }
  .common-cta--tour {
    margin-bottom: 60px;
  }
  .common-cta__inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .common-cta__title {
    font-size: 3.6rem;
    margin-bottom: 40px;
    letter-spacing: 0.4rem;
    text-indent: 0.4rem;
  }
  .common-cta__desc, .common-cta__notice {
    margin-bottom: 35px;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
  }
  .common-cta__notice {
    margin-top: 35px;
  }
  .common-cta__list {
    display: flex;
    justify-content: center;
    margin: 0 -10px;
  }
  .common-cta__item {
    width: 33.3333333333%;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .common-cta__item:nth-of-type(2) {
    pointer-events: none;
  }
  .common-cta__link {
    padding: 40px 10px;
    height: 100%;
  }
  .common-cta__icon {
    width: 80px;
    margin-bottom: 15px;
  }
  .common-cta__icon {
    margin-bottom: 20px;
  }
  .common-cta__subtitle {
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
  }
  .common-cta__text {
    margin-bottom: 25px;
  }
  .common-cta__date {
    margin: 45px 0 18px;
  }
  .common-cta__date--features {
    margin: 22px 0 18px;
  }
  .common-cta__tel {
    font-size: 2.6rem;
  }
  .sticky-cta {
    display: none !important;
  }
  .btn-top {
    display: none !important;
  }
  .post-empty {
    padding: 40px 15px 100px;
  }
  .post-empty p {
    font-size: 2rem;
  }
  .campaign__bnr {
    margin: 0 auto 30px;
    max-width: 800px;
    width: 100%;
  }
  .campaign__bnr img {
    margin: -20px 30px 0 30px;
  }
  .campaign__bnr--kv {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 104%;
    transform: translate(-50%, 67%);
  }
  .campaign__bnr--kv:hover {
    transform: translate(-50%, 67%) scale(1.02);
  }
  .campaign__bnr--kv img {
    margin: 0 0 0 3%;
  }
  .campaign-stickybtn {
    /* width: 318px; */
    /* right: 30px; */
    width: 270px;
    right: 20px;
    bottom: 30px;
  }
  .campaign-popup__outer {
    max-width: 700px;
    padding: 65px 30px 30px;
  }
  .campaign-popup__inner {
    border-radius: 15px;
  }
  .campaign-popup__date {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  .campaign-popup__content {
    padding: 20px;
  }
  .campaign-popup__text {
    font-size: 1.5rem;
  }
  .campaign-popup__detail {
    padding: 20px;
  }
  .campaign-popup__detail h4 {
    font-size: 1.7rem;
  }
  .campaign-popup__detail p {
    font-size: 1.5rem;
  }
  .campaign-popup__ctatitle span {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  .campaign-popup__ctalist {
    display: flex;
    align-items: center;
    max-width: none;
  }
  .campaign-popup__ctaitem {
    width: 50%;
    padding: 0 10px;
  }
  .top-kv {
    position: relative;
  }
  .top-kv__main {
    height: 440px;
    aspect-ratio: 16/7.7;
  }
  .top-kv__inner {
    max-width: calc(100% - 350px);
    padding-left: 30px;
    padding-right: 30px;
  }
  .top-kv__bg picture:first-child .top-kv__img {
    animation: loop 90s -45s linear infinite;
  }
  .top-kv__bg picture:last-child .top-kv__img {
    animation: loop2 90s linear infinite;
  }
  .top-kv__link {
    aspect-ratio: 16/7.7;
    height: 540px;
  }
  .top-kv__title {
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
  }
  .top-kv__answer {
    font-size: 1.7rem;
    width: 300px;
  }
  .top-form {
    transition: none;
    padding-top: 0;
    left: auto;
    z-index: 0;
    display: block;
    position: absolute;
    width: 340px;
    height: auto;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    overflow: hidden;
  }
  .top-form__inner {
    padding: 15px 20px;
  }
  .top-form__title {
    margin-bottom: 15px;
  }
  .top-form__group {
    min-height: 50px;
  }
  .top-form__label {
    width: 115px;
  }
  .top-form__input {
    width: calc(100% - 115px);
  }
  .top-form__error {
    padding-left: 120px;
  }
  .top-form__error,
.top-form label.error {
    letter-spacing: -0.05rem;
  }
  .top-cta {
    display: block;
    max-width: 850px;
    padding: 30px;
    margin: auto;
  }
  .top-cta__link {
    padding: 15px 40px;
  }
  .top-cta__link span {
    font-size: 2.2rem;
  }
  .top-bnr__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
  .top-bnr__inner .swiper-button-prev {
    left: 30px;
    height: 50px;
    width: 50px;
  }
  .top-bnr__inner .swiper-button-next {
    right: 30px;
    height: 50px;
    width: 50px;
  }
  .top-bnr__inner .swiper-pagination {
    display: none;
  }
  .top-bnr__slider {
    padding: 0 12px;
    margin: 0 10px;
  }
  .top-feature {
    padding: 50px 30px;
  }
  .top-feature__inner {
    border-radius: 30px;
  }
  .top-feature__title {
    text-align: left;
    font-size: 3.8rem;
    letter-spacing: 0.5rem;
  }
  .top-feature__title span {
    font-size: 2.5rem;
    letter-spacing: 0.4rem;
  }
  .top-feature__title strong {
    font-size: 5rem;
    margin-left: -5px;
    letter-spacing: 0.7rem;
  }
  .top-feature__img {
    position: relative;
    max-width: 760px;
    aspect-ratio: 16/10;
    margin: 0 auto;
  }
  .top-feature__img .top-feature__item {
    display: block;
  }
  .top-feature__graph {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
  }
  .top-feature__btn {
    width: 220px;
    margin-bottom: 0;
    transform: translateX(-5px);
  }
  .top-feature__list {
    display: none;
  }
  .top-feature__item {
    position: absolute;
    z-index: 1;
    margin-bottom: 0;
  }
  .top-feature__item:nth-of-type(1) {
    top: -42px;
    left: calc(50% - 55px);
    width: 400px;
    height: 100px;
  }
  .top-feature__item:nth-of-type(1):hover .top-feature__icon {
    box-shadow: 0 0 0 10px #668cb9;
  }
  .top-feature__item:nth-of-type(1):hover .top-feature__text {
    color: #004092;
  }
  .top-feature__item:nth-of-type(2) {
    top: 80px;
    left: 3%;
    width: 190px;
    height: 200px
  }
  .top-feature__item:nth-of-type(2):hover .top-feature__icon {
    box-shadow: 0 0 0 10px #94afcf;
  }
  .top-feature__item:nth-of-type(2):hover .top-feature__text {
    color: #4C79B2;
  }
  .top-feature__item:nth-of-type(3) {
    bottom: -45px;
    left: 3.5%;
    width: 195px;
    height: 200px;
  }
  .top-feature__item:nth-of-type(3):hover .top-feature__icon {
    box-shadow: 0 0 0 10px #edd5aa;
  }
  .top-feature__item:nth-of-type(3):hover .top-feature__text {
    color: #E0B76E;
  }
  .top-feature__item:nth-of-type(4) {
    bottom: -37px;
    right: 5%;
    width: 194px;
    height: 200px;
  }
  .top-feature__item:nth-of-type(4):hover .top-feature__icon {
    box-shadow: 0 0 0 10px #c8dca5;
  }
  .top-feature__item:nth-of-type(4):hover .top-feature__text {
    color: #A4C266;
  }
  .top-feature__item:nth-of-type(5) {
    top: 80px;
    right: 3%;
    width: 190px;
    height: 200px;
  }
  .top-feature__item:nth-of-type(5):hover .top-feature__icon {
    box-shadow: 0 0 0 10px #a3c56b;
  }
  .top-feature__item:nth-of-type(5):hover .top-feature__text {
    color: #679A00;
  }
  .top-feature__item:nth-of-type(5) .top-feature__text {
    padding-left: 5px;
  }
  .top-feature__link {
    display: block;
  }
  .top-feature__icon {
    margin: 0;
    transition: all 0.3s ease;
  }
  .top-feature__subtitle {
    margin-bottom: 0;
    padding-right: 0;
    padding: 5px;
    text-align: center;
  }
  .top-feature__item:nth-of-type(1) .top-feature__subtitle {
    width: 185px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .top-feature__item:nth-of-type(1) .top-feature__subtitle::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .top-feature__item:nth-of-type(1) .top-feature__subtitle h3 {
    margin-right: 20px;
  }
  .top-feature__item:nth-of-type(1) .top-feature__subtitle span {
    margin-top: 2px;
    padding-left: 15px;
    padding-right: 0;
  }
  .top-feature__item:nth-of-type(2) .top-feature__subtitle {
     margin-right: 14px;
     max-width: 80px;
  }
  .top-feature__item:nth-of-type(2) .top-feature__subtitle h3 {
    letter-spacing: 1rem;
    text-indent: 1rem;
  }
  .top-feature__item:nth-of-type(2) .top-feature__subtitle span {
    letter-spacing: 0rem;
    text-indent: 0rem;
  }
  .top-feature__item:nth-of-type(3) .top-feature__subtitle {
    margin-right: 10px;
    max-width: 90px;
 }
  .top-feature__item:nth-of-type(4) .top-feature__subtitle,
  .top-feature__item:nth-of-type(5) .top-feature__subtitle {
     margin-left: 14px;
     max-width: 85px;
  }
  .top-feature__subtitle h3 {
    justify-content: center;
  }
  .top-feature__subtitle span {
    padding-left: 0;
    padding-right: 20px;
  }
  .top-feature__subtitle::after {
    top: auto;
    bottom: 5px;
    width: 25px;
    height: 20px;
    transform: none;
  }
  .top-feature__text {
    font-size: 1.3rem;
    transition: color 0.3s ease;
  }
  .top-solution {
    background: linear-gradient(180deg, #fff 0%, #fff 300px, #D4DFEC 300px, #D4DFEC 100%);
  }
  .top-solution__inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .top-solution__title {
    margin-bottom: 25px;
  }
  .top-solution__desc {
    margin-bottom: 40px;
  }
  .top-solution__list {
    display: flex;
    transform: translateX(30px);
  }
  .top-solution__item {
    width: 50%;
    margin-bottom: 0;
    padding: 0 40px 0 20px;
  }
  .top-solution__link {
    background: transparent;
  }
  .top-solution__img {
    order: 0;
    margin: 0 -40px 30px -20px;
  }
  .top-solution__subtitle {
    text-align: left;
    font-size: 2.5rem;
    margin-bottom: 35px;
    padding: 0;
    order: 1;
  }
  .top-solution__text {
    display: block;
    margin-bottom: 45px;
    order: 2;
  }
  .top-solution__btn {
    order: 4;
    padding: 0;
    width: 100%;
    border-top: 2px solid #000;
    padding: 7px 0;
  }
  .top-information__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-information__heading {
    margin-bottom: 20px;
  }
  .top-information__title--s {
    display: block;
    color: #808080;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
  }
  .top-news {
    margin-bottom: 70px;
  }
  .top-seminar__slider {
    margin: -10px -30px 0;
  }
  .top-service::before {
    background: url(./images/top/bg-service-pc.png) no-repeat center center/cover;
    height: calc(100% - 110px);
  }
  .top-service::after {
    top: 30px;
    width: 1100px;
    height: 330px;
    background: url(./images/top/bg-service-item-pc.svg) no-repeat center center/contain;
  }
  .top-service__inner {
    max-width: 960px;
    padding-bottom: 70px;
  }
  .top-service__title {
    font-size: 2.8rem;
    letter-spacing: 0.4rem;
    margin-bottom: 50px;
  }
  .top-service__title strong {
    font-size: 3.6rem;
  }
  .top-service__desc {
    text-align: center;
    margin-bottom: 60px;
  }
  .top-service__btn {
    margin-bottom: 80px;
    max-width: 330px;
  }
  .top-service__list {
    display: flex;
    margin: 0 -10px;
    order: 1;
  }
  .top-service__item {
    width: 33.3333333333%;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .top-service__link {
    max-width: auto;
    height: 100%;
    padding: 7% 10%;
  }
  .top-sns {
    padding: 60px 20px 100px;
  }
  .top-sns__title {
    margin-bottom: 40px;
  }
  /* .home .campaign-stickybtn,
.page-id-229 .campaign-stickybtn {
    bottom: 85px;
  }
  .home .grecaptcha-badge,
.page-id-229 .grecaptcha-badge {
    bottom: 14px !important;
  } */
  .campaign-stickybtn,
  .campaign-stickybtn {
    bottom: 85px;
  }
  .grecaptcha-badge,
  .grecaptcha-badge {
    bottom: 14px !important;
  }
  _::-webkit-full-page-media, _:future, :root .tour-bg {
    aspect-ratio: 1980/787;
  }
  .tour-bg {
    aspect-ratio: 1980/956;
    padding-top: 5.6%;
    padding-bottom: 3.2%;
  }
  .tour-scroll__btn {
    width: 4.72%;
    bottom: 8%;
  }
  .tour-nav {
    aspect-ratio: 1980/956;
  }
  .tour-nav__inner {
    padding-top: 0;
    width: 62.5%;
  }
  .tour-nav__logo {
    padding-top: 3%;
    max-width: 140px;
    margin-bottom: 25px;
  }
  .tour-nav__link {
    flex-direction: row;
    text-align: left;
    font-size: 2.6rem;
    padding-bottom: 0;
  }
  .tour-nav__link .number {
    display: inline;
    padding-right: 10px;
  }
  .tour-nav__link svg {
    margin-top: 0;
    margin-left: 10px;
    width: 14px;
    transform: rotate(-90deg);
  }
  .tour__panel {
    padding: 40px 30px;
  }
  .tour-group__inner {
    padding-top: 50px;
  }
  .tour-group__title {
    width: calc(100% - 150px);
  }
  .tour-group__title span {
    font-size: 3.1rem;
  }
  .tour-group__index {
    width: 134px;
  }
  .tour-group__number span {
    width: 67px;
    height: 116px;
  }
  .tour-group__caption {
    font-size: 1.6rem;
    padding-left: 10px;
    margin-top: -10px;
  }
  .tour-group__desc {
    line-height: 2.2;
    font-size: 2.3rem;
    margin-bottom: 40px;
  }
  .tour-group__popup {
    padding: 5px 15px;
    margin: 0 10px;
  }
  .tour-group__wrapper {
    margin: 0 -10px 50px;
  }
  .tour-group__img {
    padding: 0 10px;
  }
  .tour-group__character.character-01 {
    width: 110px;
    top: 240px;
    right: -50px;
    bottom: auto;
  }
  .tour-group__character.character-02 {
    width: 220px;
    top: 240px;
    right: -75px;
    bottom: auto;
  }
  .tour-group__character.character-03 {
    width: 110px;
    top: 220px;
    right: -36px;
  }
  .tour-group__character.character-04 {
    width: 200px;
    bottom: -130px;
    right: -100px;
  }
  .tour__catch {
    font-size: 2rem;
    padding-top: 30px;
  }
  .tour-popup {
    top: 80px;
    height: calc(100% - 80px);
  }
  .tour-popup__outer {
    padding: 30px;
  }
  .tour-popup__inner {
    padding: 50px;
  }
  .tour-popup__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .tour__cta {
    width: 318px;
    bottom: 30px;
    right: 30px;
  }
  .tour__cta .tour-bnr__date {
    left: 35%;
    letter-spacing: 0.3rem;
  }
  .features__title {
    margin-bottom: 40px;
    font-size: 3.6rem;
    letter-spacing: 0.4rem;
  }
  .features-kv {
    background: linear-gradient(90deg, #004090 0%, #2866c3 100%);
    height: 360px;
  }
  .features-kv.analysis {
    background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/features/analysis-kv-pc.png) no-repeat center center/cover;
  }
  .features-kv__inner {
    padding-top: 150px;
  }
  .features-kv__inner::before {
    width: 700px;
    right: -8%;
    bottom: -55px;
    height: 150%;
    transform: none;
  }
  .features-kv__caption {
    max-width: 325px;
    margin-bottom: 0;
  }
  .features-kv__title {
    font-size: 4.7rem;
    padding-right: 30px;
    letter-spacing: 0.6rem;
  }
  .features-intro__inner {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .features-intro__contents {
    width: 58%;
    padding-right: 30px;
  }
  .features-intro__title {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  .features-intro__title small {
    font-size: 2.6rem;
    letter-spacing: 0.3rem;
  }
  .features-intro__title strong {
    font-size: 3rem;
  }
  .features-intro__text {
    letter-spacing: 0.2rem;
    margin-bottom: 0;
  }
  .features-intro__img {
    margin: 0;
    width: 42%;
    max-width: 100%;
  }
  .features-point__inner {
    padding: 50px 0 80px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .features-point__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 760px;
    margin-bottom: 70px;
  }
  .features-point__item {
    width: 33.3333333333%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .features-point__link {
    padding: 25px 40px 25px 60px;
    font-size: 1.7rem;
  }
  .features-point__link::before {
    bottom: 8px;
  }
  .features-point__section {
    margin-bottom: 70px;
  }
  .features-point__section:nth-of-type(odd) .features-point__img {
    top: 0;
    right: 0;
  }
  .features-point__section:nth-of-type(even) .features-point__img {
    top: 0;
    left: 0;
  }
  .features-point__section:nth-of-type(even) .features-point__panel {
    margin-left: auto;
  }
  .features-point__section:nth-of-type(even) .features-point__contents {
    margin-left: auto;
  }
  .features-point__group {
    padding-top: 5px;
  }
  .features-point__panel {
    margin-top: 30px;
    overflow: auto;
    width: 70%;
  }
  .features-point__img {
    position: absolute;
    border-radius: 10px;
    width: 42%;
  }
  .features-point__contents {
    padding: 30px 30px 50px;
    max-width: 84%;
  }
  .features-point__heading {
    margin-bottom: 10px;
  }
  .features-point__number {
    font-size: 7.2rem;
  }
  .features-point__subtitle {
    font-size: 2.9rem;
    letter-spacing: 0.2rem;
  }
  .features-point__icon {
    max-width: 100px;
    max-height: 100px;
  }
  .features-point__desc {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
  }
  .features-point__text {
    margin-bottom: 20px;
  }
  .features-voice__inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .features-voice__panel {
    display: grid;
    grid-template-columns: 1fr 2.2fr;
    grid-template-rows: auto 1fr;
    padding: 40px 30px 40px 15px;
    margin-bottom: 50px;
  }
  .features-voice__img {
    grid-column: 1/2;
    grid-row: 1/3;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .features-voice__subtitle {
    font-size: 2.6rem;
    margin-bottom: 30px;
    grid-column: 2/3;
    grid-row: 1/2;
    max-width: none;
    width: calc(100% + 15px);
    padding: 20px 30px;
    letter-spacing: 0.3rem;
    border-radius: 40px;
    margin-left: -10px;
  }
  .features-voice__subtitle::before {
    height: 40px;
    width: 40px;
    top: auto;
    bottom: 2px;
    left: 19px;
    transform: translate(-50%, 50%);
    background: url(./images/features/arrow-voice-pc.png) no-repeat bottom center/contain;
  }
  .features-voice__text {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .features-cta__inner {
    display: flex;
    padding: 50px 50px;
  }
  .features-cta__bnr {
    margin: 0 10px;
  }
  .features-nav {
    padding: 80px 30px;
  }
  .features-nav__panel {
    padding: 30px 25px;
  }
  .features-nav__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .features-nav__item {
    margin-bottom: 20px;
  }
  .features-nav__item.is-hide {
    display: block !important;
  }
  .features-nav__link {
    letter-spacing: 0.1rem;
  }
  .features-nav__open, .features-nav__close {
    display: none !important;
  }
  .features-contents .service-info__item .service-info__panel.shippinno .service-info__logo {
    height: 60px;
  }
  .features-contents .service-info__item .service-info__name {
    margin-bottom: 15px;
  }
  .features-contents .service-info__item .service-info__desc {
    margin-bottom: 20px;
  }
  .features-section {
    padding-bottom: 150px;
  }
  .features-section::before {
    width: calc(100% + 140px);
  }
  .features-section__title {
    font-size: 2.9rem;
    letter-spacing: 0.2rem;
    margin-bottom: 60px;
  }
  .features-section__subtitle {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
  .features-section p {
    margin-bottom: 30px;
  }
  .features-section__wrapper--primary, .features-section__wrapper--number, .features-section__wrapper--numberline {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
  }
  .features-section__wrapper--primary h4, .features-section__wrapper--number h4, .features-section__wrapper--numberline h4 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .features-section__wrapper--primary p:last-of-type, .features-section__wrapper--number p:last-of-type, .features-section__wrapper--numberline p:last-of-type {
    margin-bottom: 0;
  }
  .features-section__wrapper--primary .img, .features-section__wrapper--number .img, .features-section__wrapper--numberline .img {
    width: 42%;
    padding-left: 40px;
    flex-shrink: 0;
  }
  .features-section__wrapper--number .number {
    font-size: 2.9rem;
    width: 45px;
  }
  .features-section__wrapper--number .number + div p {
    margin-left: 0;
  }
  .features-section__wrapper--numberline {
    margin-bottom: 40px;
  }
  .features-section__wrapper--numberline.line::before {
    top: 45px;
    left: 15px;
  }
  .features-section__wrapper--numberline .number {
    font-size: 2.9rem;
    width: 45px;
  }
  .features-section__wrapper--numberline .img {
    padding-top: 10px;
  }
  .features-section__problem {
    margin: 0 -10px 30px;
  }
  .features-section__problem li {
    width: 33.3333333333%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .features-section__problem img {
    height: 70px;
  }
  .features-section__example {
    padding: 25px 30px;
    margin-bottom: 40px;
  }
  .features-section .line--dot {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .features-case__group {
    margin-bottom: 80px;
  }
  .features-case__panel {
    margin: 0;
    border-radius: 10px;
    padding: 30px;
  }
  .features-case__panel.voice .features-case__title {
    padding-top: 35px;
  }
  .features-case__before::before {
    display: none;
  }
  .features-case__heading {
    margin-bottom: 20px;
  }
  .features-case__index {
    align-self: start;
  }
  .features-case__title {
    font-size: 1.7rem;
    grid-column: 1/2;
    letter-spacing: 0.2rem;
  }
  .features-case__icon {
    max-height: 100px;
    position: static;
    grid-column: 2/3;
    grid-row: 1/3;
    transform: none;
    margin-right: 40px;
  }
  .features-case__after {
    padding: 30px;
  }
  .features-case__after::before {
    display: none;
  }
  .features-case__after .features-case__icon {
    margin-right: 10px;
  }
  .features-other__inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .features-other__title {
    font-size: 2.9rem;
    letter-spacing: 0.2rem;
    margin-bottom: 50px;
  }
  .features-other .features-point__list {
    max-width: 100%;
    margin-bottom: 0;
  }
  .features-other .features-point__item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .features-other .features-point__link {
    padding: 25px 40px 25px 60px;
    font-size: 1.7rem;
    border: none;
    box-shadow: none;
  }
  .features-other .features-point__link::before {
    width: 20px;
    height: 20px;
    left: auto;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url(./images/features/icon-btn-arrow.svg) no-repeat center center/contain;
  }
  .features-other .features-point__link:hover {
    box-shadow: 0 0 10px #ddd;
  }
  .solution__title {
    font-size: 3.4rem;
    max-width: 1080px;
    margin: 0 auto;
    letter-spacing: 0.3rem;
  }
  .solution-kv {
    margin-bottom: 60px;
  }
  .solution-kv__title {
    padding: 40px 30px;
  }
  .solution-kv__img {
    margin-left: 0;
    margin-bottom: -30px;
    width: 860px;
  }
  .solution-kv__desc {
    padding: 60px 0px;
  }
  .solution-kv__text {
    max-width: 1080px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .solution-kv .top-form {
    top: 50px;
    background: rgba(233, 233, 233, 0.85);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  .solution-kv .top-form__title {
    letter-spacing: 0.1rem;
  }
  .solution-kv .solution-kv__text {
    max-width: calc(100% - 335px);
    margin-left: 0;
  }
  .solution-nav {
    margin-bottom: 80px;
  }
  .solution-nav__panel {
    padding: 30px 25px;
    border-radius: 10px;
  }
  .solution-nav__title {
    margin-bottom: 30px;
  }
  .solution-nav__link {
    letter-spacing: 0.2rem;
  }
  .solution-about {
    margin-bottom: 90px;
  }
  .solution-about__title {
    margin-bottom: 40px;
  }
  .solution-about__wrapper {
    display: flex;
    align-items: flex-start;
  }
  .solution-about__text {
    margin-bottom: 0;
    width: 50%;
    margin-right: 30px;
  }
  .solution-about__img {
    margin-right: -30px;
    width: 50%;
  }
  .solution-feature {
    margin-bottom: 40px;
  }
  .solution-feature__panel {
    margin: 0;
    padding: 60px 40px;
  }
  .solution-feature__title {
    margin-bottom: 40px;
  }
  .solution-feature__subtitle {
    margin-bottom: 25px;
  }
  .solution-feature__text:not(:last-child), .solution-feature__img:not(:last-child) {
    margin-bottom: 40px;
  }
  .solution-feature strong {
    font-size: 2.3rem;
  }
  .solution-problem__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .solution-problem__title {
    margin-bottom: 60px;
  }
  .solution-problem__list {
    display: flex;
    margin: 0 -10px 100px;
  }
  .solution-problem__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    padding: 0 5px;
    width: 25%;
  }
  .solution-problem__number {
    text-align: left;
  }
  .solution-problem__thumbnail {
    display: block;
  }
  .solution-problem__link {
    flex-grow: 1;
    border-radius: 0;
    padding: 25px 10px 30px;
    margin: -10px 5px 0;
  }
  .solution-problem__link::before {
    bottom: 6px;
  }
  .solution-problem__subtitle {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .solution-group:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .solution-group__heading {
    margin: 0 0 -30px;
  }
  .solution-group__title {
    display: inline-block;
    padding: 30px 60px 30px 30px;
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
  }
  .solution-group__contents {
    margin: 0 0 0 30px;
    padding: 50px 30px;
  }
  .solution-group__contents h5 {
    margin-bottom: 20px;
    letter-spacing: 0.2rem;
  }
  .solution-group__contents p {
    margin-bottom: 40px;
  }
  .solution-group__contents .img--s {
    max-width: 660px;
  }
  .solution-group__wrapper {
    display: flex;
    align-items: flex-start;
  }
  .solution-group__wrapper p,
.solution-group__wrapper .solution-group__text {
    width: 60%;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .solution-group__wrapper__img {
    width: 40%;
  }
  .solution-group__after {
    justify-content: flex-start;
    text-align: left;
    margin: 50px auto;
  }
  .solution-group__subtitle {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    margin-bottom: 30px;
  }
  .solution-section__link {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .solution-cta .top-cta__item {
    width: 33.3333%;
    margin-bottom: 0;
  }
  .solution-cta .top-cta__link {
    padding: 15px;
  }
  .solution-cta .top-cta__link span{
    font-size: 1.5rem;
  }
  .service-kv {
    background: url(./images/common/service-bg-pc.png) no-repeat center center/cover;
    height: 285px;
  }
  .service-kv__inner::before {
    top: 60px;
    left: auto;
    right: 0;
    background: url(./images/common/service-bg-item-pc.svg) no-repeat top center/contain;
    height: calc(100% - 80px);
    width: 70%;
    transform: none;
  }
  .service-kv__title {
    font-size: 4.7rem;
    letter-spacing: 0.3rem;
  }
  .service-breadcrumb__list {
    margin-bottom: 10px;
  }
  .service-breadcrumb__link {
    font-size: 1.5rem;
  }
  .service-info__inner {
    padding-bottom: 40px;
  }
  .service-info__heading {
    padding: 40px 0;
  }
  .service-info__headingtext {
    text-align: left;
    font-size: 2rem;
  }
  .service-info__title {
    margin: 0 0 50px;
    border-radius: 10px;
    font-size: 4.2rem;
    letter-spacing: 0.3rem;
  }
  .service-info__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .service-info__item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .service-info__panel {
    padding: 40px 25px;
    height: 100%;
  }
  .service-info__panel.nextengine .service-info__logo {
    height: 54px;
  }
  .service-info__name {
    margin-bottom: 30px;
  }
  .service-info__logo {
    height: 50px;
  }
  .service-info__desc {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .service-info__text {
    margin-bottom: 35px;
  }
  .service-info__btn {
    max-width: 320px;
  }
  .service-info__link {
    max-width: 340px;
  }
  .service-info__subtitle {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
  .service-contents__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .service-contents--top section:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .service-contents--bottom {
    padding-bottom: 40px;
  }
  .service-overview {
    padding: 40px 60px;
    margin-top: -100px;
  }
  .service-overview__logo {
    margin-bottom: 40px;
  }
  .service-overview__logo img {
    height: 60px;
  }
  .service-overview__desc {
    font-size: 2rem;
    margin-bottom: 50px;
  }
  .service-overview h3 {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  .service-overview p:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .service-feature {
    padding: 40px;
  }
  .service-feature h2 {
    font-size: 3.3rem;
    margin-bottom: 15px;
  }
  .service-feature p {
    margin-bottom: 20px;
  }
  .service-faq {
    padding: 40px 60px;
  }
  .service-faq h2 {
    font-size: 2.6rem;
  }
  .service-faq__group {
    cursor: auto;
    pointer-events: none;
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-bottom: 40px;
  }
  .service-faq__question {
    align-items: flex-start;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .service-faq__question::before {
    display: none;
  }
  .service-faq__question::after {
    display: none;
  }
  .service-faq__question span {
    font-size: 2.6rem;
    width: 55px;
  }
  .service-faq__question h3 {
    font-size: 2.6rem;
  }
  .service-faq p {
    padding-left: 55px;
    display: block !important;
  }
  .service-change {
    margin-bottom: 90px;
  }
  .service-change__heading {
    padding: 30px 40px 30px 250px;
    margin: 0 -250px 50px;
    max-width: 785px;
    border-radius: 10px;
  }
  .service-change__heading h2 {
    font-size: 3.1rem;
    margin-bottom: 20px;
  }
  .service-change__logo {
    flex-direction: row;
  }
  .service-change__logo .logo-logipre {
    padding-left: 10%;
  }
  .service-change__wrapper {
    display: flex;
    align-items: flex-start;
    margin: 0 -10px 50px;
  }
  .service-change__contents {
    width: 50%;
    padding: 0 10px;
  }
  .service-change__contents h3 {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
  .service-change__contents p {
    margin-bottom: 0;
  }
  .service-change__img {
    width: 50%;
    padding: 0 10px;
  }
  .service-intro {
    padding: 40px;
    margin-bottom: 70px;
  }
  .service-intro h2 {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
  .service-intro ol, .service-intro img {
    margin-bottom: 40px;
  }
  .case-kv {
    background: linear-gradient(90deg, #e0e8f1 0%, #a1b9d5 100%);
    height: 285px;
  }
  .case-kv--archive {
    height: auto;
  }
  .case-kv__inner::before {
    width: 500px;
    right: -8%;
    bottom: -25px;
    height: 150%;
    transform: none;
  }
  .case-kv--archive .case-kv__inner::before {
    width: 700px;
    bottom: -42px;
    right: -15%;
  }
  .case-kv__title {
    font-size: 4.7rem;
    letter-spacing: 0.3rem;
    padding-right: 30px;
  }
  .case-breadcrumb__list {
    margin-bottom: 10px;
  }
  .case-breadcrumb__link {
    font-size: 1.5rem;
  }
  .case-cta {
    border: 4px solid #D4B572;
    padding: 15px 15px 20px;
    margin: 50px auto 40px;
  }
  .case-cta__title {
    margin: -46px auto 10px;
  }
  .case-cta__text {
    font-size: 1.9rem;
    letter-spacing: 0.2rem;
  }
  .case-cta__btn {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
  }
  .case-cta__link {
    width: 270px;
    font-size: 1.6rem;
  }
  .case-search {
    padding: 60px 30px;
  }
  .case-search__panel {
    padding: 40px 30px;
  }
  .case-search__inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .case-search__title {
    margin-bottom: 20px;
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
  .case-tab__list {
    margin: 0 -5px;
  }
  .case-tab__item {
    width: 20%;
    padding: 5px;
  }
  .case-tab__btn {
    font-size: 1.5rem;
  }
  .case-info__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .case-info__item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .case-info__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 25px;
  }
  .case-info__thumbnail {
    width: calc(100% + 50px);
    margin: 0 -25px 15px;
  }
  .case-info__subtitle {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
  }
  .case-info__point-title {
    font-size: 3rem;
  }
  .single-case .case-kv__inner {
    min-height: 285px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .single-case .case-kv__title {
    width: 80%;
    margin-bottom: 0;
  }
  .single-case .case-kv__category {
    position: absolute;
    bottom: 30px;
    right: 20px;
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
  }
  .single-case .case-profile {
    padding: 60px 0;
    display: flex;
    align-items: flex-start;
  }
  .single-case .case-profile__img {
    width: 50%;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .single-case .case-profile__contents {
    width: 50%;
    margin-left: 20px;
  }
  .single-case .case-profile__title {
    font-size: 3rem;
  }
  .single-case .case-profile__name {
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
  }
  .single-case .case-profile__text {
    margin-bottom: 30px;
  }
  .single-case .case-profile__text:last-of-type {
    margin-bottom: 0;
  }
  .single-case .case-point {
    padding: 40px 0;
  }
  .single-case .case-point__title {
    font-size: 3.8rem;
    margin-bottom: 25px;
  }
  .single-case .case-point__list {
    max-width: none;
    margin: 0 -10px;
  }
  .single-case .case-point__item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .single-case .case-contents {
    padding: 20px 0 80px;
  }
  .single-case .case-contents h2 {
    font-size: 3rem;
    padding: 3px 15px;
    margin: 60px 0 40px;
  }
  .single-case .case-contents h3 {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
  .single-case .case-contents h2 br, .single-case .case-contents h3 br {
    display: none;
  }
  .single-case .case-contents p, .single-case .case-contents ul, .single-case .case-contents img {
    margin-bottom: 40px;
  }
  .single-case .case-vision {
    padding-bottom: 60px;
  }
  .single-case .case-vision__title img {
    max-width: 490px;
  }
  .single-case .case-vision__subtitle {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .single-case .case-vision__subtitle br {
    display: none;
  }
  .single-case .case-vision__text {
    text-align: center;
  }
  .information-kv {
    height: 285px;
  }
  .information-kv__inner::before {
    width: 500px;
    right: -8%;
    bottom: -25px;
    height: 150%;
    transform: none;
  }
  .information-kv__title {
    font-size: 4.7rem;
    letter-spacing: 0.3rem;
    padding-right: 30px;
  }
  .information-breadcrumb__list {
    margin-bottom: 10px;
  }
  .information-breadcrumb__link {
    font-size: 1.5rem;
  }
  .information-search {
    padding: 0 30px 60px;
    margin: -100px auto 0;
  }
  .information-search__panel {
    padding: 40px 15px;
  }
  .information-search__inner {
    max-width: 900px;
    margin: 0 auto 0 0;
  }
  .information-search__title {
    margin-bottom: 20px;
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
  .information-tab__list {
    margin: 0 -5px;
  }
  .information-tab__item {
    width: 25%;
    padding: 5px;
  }
  .information-tab__btn {
    font-size: 1.5rem;
  }
  .information-info__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .information-info__item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .information-info__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 25px 10px;
  }
  .information-info__thumbnail {
    width: calc(100% + 50px);
    margin: 0 -25px 15px;
    padding-top: 82.25%;
  }
  .information-info__subtitle {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
  }
  .information-info__date {
    margin-top: auto;
  }
  .information-info__seminarday {
    margin-top: auto;
  }
  .single-information .information-kv__inner {
    min-height: 285px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .single-information .information-kv__title {
    width: 80%;
    margin-bottom: 0;
  }
  .single-information .information__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .single-information .information__category {
    font-size: 2rem;
    width: 220px;
  }
  .single-information .information__date {
    font-size: 2rem;
  }
  .single-information .information-contents {
    padding: 20px 0 80px;
  }
  .single-information .information-contents__title {
    font-size: 3rem;
    margin-bottom: 40px;
    letter-spacing: 0.2rem;
  }
  .single-information .information-contents h2:not(.information-contents__title) {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .single-information .information-contents h3 {
    font-size: 1.9rem;
    margin-bottom: 25px;
  }
  .single-information .information-contents h2 br, .single-information .information-contents h3 br {
    display: none;
  }
  .single-information .information-contents p, .single-information .information-contents ul, .single-information .information-contents img {
    margin-bottom: 40px;
  }
  .archive-pagination {
    padding-bottom: 60px;
  }
  .single-pagination .pagination {
    padding: 40px 0;
  }
  .page-numbers:not(.dots) {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 2rem;
    margin: 5px;
  }
  .flow-intro__panel {
    padding: 60px 30px 0;
    border: 2px solid #E0B76E;
  }
  .flow-intro__title {
    font-size: 3.6rem;
    letter-spacing: 0.3rem;
    margin-bottom: 30px;
  }
  .flow-intro__wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .flow-intro__desc {
    margin-bottom: 0;
    letter-spacing: 0.2rem;
  }
  .flow-intro__img {
    max-width: 280px;
    margin-right: 0;
  }
  .flow-intro__group {
    display: flex;
    margin-bottom: 60px;
  }
  .flow-intro__group::before {
    bottom: 5px;
    left: 60px;
  }
  .flow-intro__group:nth-of-type(2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .flow-intro__subtitle {
    flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .flow-intro__contents {
    padding-top: 20px;
  }
  .flow-intro__text {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  .flow-intro__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .flow-intro__list.row-3 {
    height: 70px;
  }
  .flow-intro__list.row-4 {
    height: 90px;
  }
  .flow-intro__item {
    width: 50%;
  }
  .flow-intro__catch {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    transform: translateY(40px);
  }
  .flow-step {
    padding: 70px 0 10px;
  }
  .flow-step__inner {
    padding-right: 0;
  }
  .flow-step__group {
    margin-bottom: 90px;
  }
  .flow-step__group:nth-of-type(5) .flow-step__badge {
    bottom: 20px;
  }
  .flow-step__group:nth-of-type(6) .flow-step__title--l {
    margin-top: 40px;
  }
  .flow-step__graph {
    margin-right: 20px;
  }
  .flow-step__graph::before {
    top: 30px;
    height: calc(100% + 90px);
  }
  .flow-step__graph:not(.no-arrow):after {
    top: calc(50% + 70px);
  }
  .flow-step__icon {
    width: 90px;
  }
  .flow-step__wrapper {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 90px - 20px);
  }
  .flow-step__contents {
    width: 46%;
    padding-right: 25px;
  }
  .flow-step__title {
    font-size: 2.6rem;
    margin: 30px 0;
    letter-spacing: 0.2rem;
  }
  .flow-step__title--l {
    font-size: 2.4rem;
    margin: 30px 0;
    padding-left: 20px;
    padding-right: 15px;
    letter-spacing: 0.2rem;
  }
  .flow-step__text {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0;
  }
  .flow-step__img {
    width: 54%;
    margin-top: 10px;
  }
  .flow-step__memberimg {
    margin-left: 0;
  }
  .flow-step__badge {
    height: 125px;
    left: 15px;
    bottom: 20px;
  }
  .company-info {
    margin: -50px 0 70px;
  }
  .company-info__logo {
    max-width: 300px;
    margin-bottom: 25px;
  }
  .company-info__desc {
    margin-bottom: 60px;
    letter-spacing: 0.2rem;
  }
  .company-info__list {
    display: flex;
    flex-wrap: wrap;
  }
  .company-info__title, .company-info__text {
    font-size: 2rem;
  }
  .company-info__title {
    width: 170px;
    padding-right: 20px;
  }
  .company-info__text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: calc(100% - 170px);
    margin-bottom: 35px;
  }
  .company-info__text:last-of-type {
    align-items: flex-start;
  }
  .company-info__text address {
    margin-bottom: 0;
    padding-right: 25px;
  }
  .company-info__icon {
    margin-top: -10px;
  }
  .company-center {
    margin-bottom: 100px;
  }
  .company-center__title {
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
    margin-bottom: 25px;
  }
  .company-center__desc {
    font-size: 1.7rem;
    margin-bottom: 60px;
  }
  .company-center__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .company-center__item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 60px;
  }
  .company-center__item:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .company-center__name {
    font-size: 2rem;
  }
  .company-center__address {
    padding-right: 20px;
  }
  .company__panel {
    padding: 40px 20px;
  }
  .contact-container {
    display: flex;
  }
  .contact-container .main {
    width: 50%;
  }
  .contact-contents {
    /* padding: 60px 30px; */
    max-width: 580px;
    margin: 0 auto;
  }
  /* .contact-contents p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  } */
  .contact-tel {
    margin: 30px auto 0px;
  }
  .contact-sidebar {
    display: block;
    width: 50%;
    background: #fff;
    right: 0;
    top: 100px;
  }
  .contact__panel {
    padding: 40px 20px;
  }
  .contact__title, .contact__text {
    font-size: 2rem;
  }
  .contact__title {
    letter-spacing: 0.2rem;
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .contact__text {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  .contact__thanks {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    margin-bottom: 70px;
  }
  .mb-pc-0 {
    margin-bottom: 0 !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .download-container {
    display: flex;
  }
  .download-container .main {
    width: calc(100% - 320px);
  }
  .download-intro {
    margin-bottom: 80px;
  }
  .download-intro__inner {
    padding-top: 50px;
  }
  .download-intro__title {
    font-size: 3.6rem;
    margin-bottom: 15px;
  }
  .download-intro__title small {
    line-height: 2.1;
    vertical-align: bottom;
    padding-left: 10px;
  }
  .download-intro .download-section__list {
    max-width: 1020px;
  }
  .download-intro .download-section__item {
    width: 33.3333333333%;
    padding: 0 10px;
  }
  .download-section__title {
    font-size: 2.9rem;
    margin-bottom: 15px;
    padding: 20px;
  }
  .download-section__desc {
    font-size: 2.4rem;
    margin-bottom: 55px;
  }
  .download-section__list {
    margin: 0 auto;
    max-width: 1020px;
  }
  .download-section__item {
    width: 33.3333333333%;
    padding: 0 10px;
    margin-bottom: 60px;
  }
  .download-section__link {
    margin-bottom: 15px;
  }
  .download-section__name {
    font-size: 1.8rem;
  }
  .download-section__btn {
    letter-spacing: 0.1rem;
    padding: 5px 20px;
  }
  .download-contents__thumbnail,
  .download-contents__thumbnail--s {
    margin-bottom: 15px;
  }
  .download-contents__thumbnail--s {
    width: calc(50% - 3px);
  }
  .download-contents__title {
    font-size: 2.8rem;
    margin-bottom: 10px;
    letter-spacing: 0.2rem;
  }
  .download-contents__desc {
    font-size: 1.7rem;
    letter-spacing: 0.15rem;
    margin-bottom: 40px;
  }
  .download-contents__panel {
    padding: 40px 50px;
  }
  .download-contents__subtitle {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
  .download-contents__subtitle::after {
    bottom: -15px;
    height: 7px;
  }
  .download-contents__recommend {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .download-contents__list {
    font-size: 1.7rem;
    padding-left: 25px;
  }
  /* .download-contents h2 {
    padding-top: 30px;
  }
  .download-contents h3 {
    padding-top: 10px;
  } */
  .download-nav {
    padding: 60px 20px;
  }
  .download-nav__panel {
    padding: 30px 25px;
  }
  .download-nav__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .download-nav__item {
    margin-bottom: 20px;
  }
  .download-nav__link {
    letter-spacing: 0.1rem;
  }
  .download-sidebar {
    position: static;
    visibility: visible;
    pointer-events: visible;
    opacity: 1;
    z-index: 0;
    width: 320px;
    flex-shrink: 0;
    padding-top: 0;
  }
  .download-kv {
    background: linear-gradient(90deg, #004090 0%, #2866c3 100%);
    height: 100px;
  }
  .download-kv__inner::before {
    width: 500px;
    right: -8%;
  }
  .download-kv__caption {
    max-width: 260px;
    margin: 0 auto;
  }
  .download-kv__title {
    font-size: 2.8rem;
    letter-spacing: 0.1rem;
    padding-right: 30px;
  }
  .download-form__submit {
    margin: 25px 0;
  }
  .page-template-template-download .grecaptcha-badge {
    bottom: 14px !important;
  }
  .tour-lp__logotitle img {
    max-height: 70px;
  }
  .tour-lp-section__title {
    font-size: 3rem;
  }
  .tour-lp-intro {
    margin-top: -100px;
    padding: 100px 15px 40px;
  }
  .tour-lp-intro__title {
    font-size: 3.6rem;
    margin-bottom: 50px;
    letter-spacing: 0.3rem;
  }
  .tour-lp-intro__text {
    font-size: 1.8rem;
  }
  .tour-lp-intro__recommend h3 {
    margin: -55px 0 20px;
  }
  .tour-lp-intro__recommend h3 span {
    font-size: 2.3rem;
  }
  .tour-lp-intro__recommend h3 strong {
    font-size: 3rem;
  }
  .tour-lp-intro__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tour-lp-intro__list li {
    font-size: 1.9rem;
  }
  .tour-lp-warehouse__wrapper {
    padding: 30px 0 100px 15px;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .tour-lp-warehouse__contents {
    max-width: 400px;
    padding-right: 0px;
    margin: 0 0 0 auto;
  }
  .tour-lp-warehouse__contents p {
    font-size: 1.6rem;
  }
  .tour-lp-warehouse__title {
    font-size: 3.6rem;
    margin-bottom: 40px;
    letter-spacing: 0.3rem;
  }
  .tour-lp-warehouse__text {
    font-size: 1.6rem;
  }
  .tour-lp-warehouse__img {
    margin: 0;
  }
  .tour-lp-seminar__title {
    padding-bottom: 30px;
  }
  .tour-lp-seminar__outer {
    padding: 115px 15px 130px;
  }
  .tour-lp-seminar__inner {
    margin-bottom: 100px;
  }
  .tour-lp-seminar__logo {
    margin-bottom: 45px;
  }
  .tour-lp-seminar__logo img {
    max-height: 120px;
  }
  .tour-lp-seminar__logo.seicho img {
    max-height: 120px;
  }
  .tour-lp-seminar__subtitle {
    font-size: 3.2rem;
    margin-bottom: 70px;
  }
  .tour-lp-seminar__list {
    font-size: 1.8rem;
  }
  .tour-lp-seminar__list--number {
    font-size: 1.8rem;
  }
  .tour-lp-seminar__speaker {
    padding: 0 40px 30px;
  }
  .tour-lp-seminar__titleimg {
    max-height: 65px;
  }
  .tour-lp-seminar__wrapper {
    display: flex;
    max-width: 720px;
    margin: 0 auto;
  }
  .tour-lp-seminar__info {
    width: 55%;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .tour-lp-seminar__info div {
    width: calc(100% - 180px);
  }
  .tour-lp-seminar__info h5 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .tour-lp-seminar__info p {
    font-size: 1.9rem;
  }
  .tour-lp-seminar__img {
    max-width: 160px;
  }
  .tour-lp-seminar__text {
    width: 45%;
    font-size: 1.8rem;
  }
  .tour-lp-schedure {
    padding: 0 15px 80px;
  }
  .tour-lp-schedure__text {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .tour-lp-schedure__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 60px 40px;
  }
  .tour-lp-schedure__list dt {
    font-size: 2.3rem;
    width: 140px;
    margin-bottom: 20px;
  }
  .tour-lp-schedure__list dd {
    padding-top: 15px;
    width: calc(100% - 160px);
    margin-bottom: 20px;
  }
  .tour-lp-schedure__list h3 {
    font-size: 2.2rem;
  }
  .tour-lp-summary {
    padding: 0 15px 130px;
  }
  .tour-lp-summary__title {
    margin-bottom: 70px;
  }
  .tour-lp-summary__table th {
    width: 200px;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
  .tour-lp-summary__table td {
    width: calc(100% - 200px);
    font-size: 1.8rem;
    padding: 15px 30px;
  }
  .tour-lp-summary__table p {
    margin-bottom: 30px;
  }
  .tour-lp-guideline {
    padding-bottom: 50px;
  }
  .tour-lp-guideline__title {
    margin-bottom: 80px;
  }
  .tour-lp-guideline__subtitle {
    font-size: 1.9rem;
    padding-left: 22px;
  }
  .tour-lp-guideline__subtitle::before {
    width: 18px;
    height: 18px;
  }
  .tour-lp-guideline__list {
    margin-bottom: 40px;
    font-size: 1.9rem;
  }
  .tour-lp-cta {
    padding: 20px 5px 15px;
  }
  .tour-lp-cta__btn {
    width: 55vw;
    max-width: 630px;
  }
  .tour-lp-form {
    padding: 100px 0;
  }
  .tour-lp-form__title {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  /* lg-size */
  .img-thumbnail .noimg {
    font-size: 3rem;
  }
  .header {
    height: 100px;
    border-bottom: none;
  }
  .header.is-fixed {
    height: 80px;
  }
  .header--contact {
    height: 100px;
  }
  .header__inner {
    max-width: 1020px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    height: 100%;
  }
  .header__logo {
    max-width: 175px;
  }
  .gnav {
    position: relative;
    top: 0;
    z-index: 1;
    visibility: visible;
    pointer-events: visible;
    opacity: 1;
    flex-grow: 1;
    padding-left: 40px;
    height: 100%;
    overflow-y: visible !important;
  }
  .gnav__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.3rem;
    height: 100%;
    padding: 0;
  }
  .gnav__item {
    padding: 5px 7px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 300;
  }
  .gnav__item.lg {
    display: flex;
  }
  .gnav__link {
    font-weight: 500;
  }
  .gnav__link.submenu::before {
    display: none;
  }
  .gnav__link.submenu::after {
    display: none;
  }
  .gnav__sublist {
    display: none !important;
  }
  .gnav__contact {
    display: flex;
    height: 100%;
    z-index: 0;
    padding: 0;
    margin-left: 10px;
  }
  .gnav__contact .gnav__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    height: 1px;
    width: 75px;
  }
  .gnav__contact .lg {
    display: block;
  }
  .gnav__download {
    display: flex;
    height: 100%;
    z-index: 0;
    padding: 0;
  }
  .gnav__download .lg {
    display: block;
  }
  .gnav-toggle {
    display: none;
  }
  .header-icon__list {
    display: none;
  }
  .mega {
    transition: opacity 0.3s ease;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transform: translateY(100%);
  }
  .mega.features {
    left: -25px;
  }
  .mega.information {
    left: -10px;
  }
  .megamenu:hover .gnav__link {
    color: #fff;
    opacity: 1;
  }
  .megamenu:hover .gnav__overlayer {
    opacity: 1;
    visibility: visible;
    z-index: -1;
  }
  .megamenu:hover .mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 100;
    color: #000;
  }
  .main--common {
    margin-top: 110px;
  }
  .main--features {
    padding-bottom: 110px;
  }
  .main--contact {
    margin-top: 110px;
    padding-bottom: 110px;
  }
  .footer-heading {
    width: 35%;
    padding: 60px 80px 40px;
  }
  .footer__title span {
    font-size: 2.1rem;
    letter-spacing: 0.3rem;
    text-indent: 0.3rem;
  }
  .footer-contents {
    width: 65%;
    padding: 35px 40px;
  }
  .footer-nav__link.submenu {
    pointer-events: none;
  }
  .common-case__inner {
    padding-top: 40px;
  }
  .common-case__slider .swiper-pagination {
    transform: translateX(calc(-23vw + 190px));
  }
  .common-case .case-tab__item {
    width: 16.6666666667%;
  }
  .common-case .case-tab__list {
    width: calc(100% - 300px);
    margin: 0 -5px 40px;
  }
  .common-tour__title {
    font-size: 4.5rem;
    letter-spacing: 0.4rem;
  }
  .common-tour__title span {
    font-size: 3.4rem;
  }
  .common-tour__img {
    transform: translateX(70px);
  }
  .common-cta__subtitle {
    font-size: 1.9rem;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
  }
  .common-cta__text {
    letter-spacing: 0.3rem;
    text-indent: 0.3rem;
  }
  .common-cta__tel {
    font-size: 4rem;
  }
  .top-kv__main {
    margin-top: 100px;
  }
  .top-kv__inner {
    padding-left: 50px;
    padding-right: 50px;
    width: calc(100% - 470px);
  }
  .top-kv__title {
    font-size: 2.9rem;
    letter-spacing: 0.4rem;
  }
  .top-form {
    right: 45px;
    width: 420px;
  }
  .top-form__title {
    font-size: 15px;
  }
  .top-form__error,
.top-form label.error {
    letter-spacing: 0;
  }
  .top-feature__inner {
    padding: 40px 60px 50px;
  }
  .top-feature__desc {
    margin-bottom: -30px;
  }
  .top-feature__img {
    max-width: 880px;
    aspect-ratio: 16/10;
    margin-bottom: -50px;
  }
  .top-feature__graph {
    width: 56%;
  }
  .top-feature__btn {
    width: 250px;
  }
  .top-feature__item:nth-of-type(2) {
    width: 187px;
    top: 105px;
    left: 6%;
  }
  .top-feature__item:nth-of-type(3) {
    bottom: 10px;
    left: 7%;
    width: 210px;
    height: 200px;
  }
  .top-feature__item:nth-of-type(4) {
    bottom: 20px;
    right: 8%;
    width: 209px;
  }
  .top-feature__item:nth-of-type(5) {
    width: 180px;
    top: 105px;
    right: 8%;
  }
  .top-feature__icon {
    width: 95px;
  }
  .top-feature__subtitle {
    font-size: 2.2rem;
  }
  .top-feature__text {
    font-size: 1.4rem;
  }
  .top-solution__list {
    transform: translateX(80px);
  }
  .top-solution__item {
    padding: 0 60px 0 30px;
  }
  .top-solution__img {
    margin: 0 -60px 40px -30px;
  }
  .top-information__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .top-information__wrapper {
    display: flex;
    margin: 0 -30px;
  }
  .top-information__heading {
    margin-bottom: 30px;
  }
  .top-information__heading .top-information__btn {
    display: none;
  }
  .top-information__btn {
    display: block;
    margin-left: auto;
    padding-right: 30px;
    width: 120px;
  }
  .top-news {
    width: 50%;
    padding: 0 30px;
    margin-bottom: 0;
  }
  .top-news__list {
    margin-bottom: 20px;
  }
  .top-news__link {
    padding: 20px 0;
  }
  .top-seminar {
    width: 50%;
    padding: 0 30px;
  }
  .top-seminar__slider {
    margin: 0;
    padding-bottom: 0;
  }
  .top-seminar__list {
    border-top: 2px solid #808080;
    display: block;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .top-seminar__item {
    padding: 0;
    margin-bottom: 20px;
  }
  .top-seminar__link {
    border-radius: 0;
    box-shadow: none;
    display: flex;
    align-items: flex-start;
    padding: 0;
  }
  .top-seminar__link .badge-new {
    top: 10px;
    left: 20px;
  }
  .top-seminar__thumbnail {
    margin-top: 8px;
    margin-bottom: 0;
    width: 40%;
  }
  .top-seminar__contents {
    width: 60%;
    padding-left: 20px;
  }
  .top-seminar__title {
    margin-bottom: 15px;
  }
  .top-seminar__date {
    font-size: 2.5rem;
  }
  .tour__container {
    margin-top: 100px;
  }
  .tour__container.is-fixed {
    top: 100px;
  }
  .tour-nav__logo {
    max-width: 180px;
    margin-bottom: 35px;
  }
  .tour-nav__link {
    font-size: 3.6rem;
  }
  .features-kv {
    height: 420px;
  }
  .features-kv__inner {
    padding-top: 220px;
  }
  .features-intro__inner {
    padding: 80px 10px 100px 30px;
  }
  .features-intro__contents {
    padding-right: 60px;
  }
  .features-intro__title {
    letter-spacing: 0.4rem;
    margin-bottom: 50px;
  }
  .features-point__inner {
    padding: 80px 0 100px;
  }
  .features-point__section:nth-of-type(odd) .features-point__panel {
    margin-left: -50px;
  }
  .features-point__section:nth-of-type(odd) .features-point__contents {
    padding: 30px 60px 50px 160px;
  }
  .features-point__section:nth-of-type(even) .features-point__panel {
    margin-right: -50px;
  }
  .features-point__section:nth-of-type(even) .features-point__contents {
    padding: 30px 160px 50px 60px;
  }
  .features-point__panel {
    width: calc(70% + 50px);
  }
  .features-point__img {
    width: 43%;
  }
  .features-point__text {
    letter-spacing: 0.1rem;
  }
  .features-voice__subtitle {
    padding: 20px 40px;
    letter-spacing: 0.4rem;
    font-size: 3rem;
    border-radius: 50px;
  }
  .features-nav__panel {
    padding: 30px 60px;
  }
  .features-section__problem p {
    margin-bottom: 0 !important;
  }
  .features-other .features-point__item {
    width: 25%;
    margin-bottom: 0;
  }
  .solution-kv .solution-kv__title .lg {
    display: none;
  }
  .solution-kv .solution-kv__text {
    max-width: 1080px;
    margin: 0 auto;
  }
  .solution-about__text {
    margin-right: 50px;
  }
  .solution-about__img {
    margin-right: -50px;
  }
  .solution-feature__panel {
    padding: 60px 100px;
  }
  .solution-problem__item {
    padding: 0 10px;
  }
  .solution-problem__link {
    margin: -20px 15px 0;
  }
  .solution-problem__subtitle {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
  }
  .solution-group__title {
    padding: 35px 50px;
  }
  .solution-group__contents {
    margin-left: 50px;
    padding: 50px;
  }
  .solution-group__wrapper p,
.solution-group__wrapper .solution-group__text {
    padding-right: 35px;
  }
  .service-info__list {
    margin: 0 -20px;
  }
  .service-info__item {
    padding: 0 20px;
  }
  .service-info__panel {
    padding: 50px 45px;
  }
  .case-tab__list {
    margin: 0 -5px;
  }
  .case-info__item {
    padding: 0 25px;
    margin-bottom: 60px;
  }
  .case-info__link {
    padding: 0 40px;
  }
  .case-info__thumbnail {
    width: calc(100% + 80px);
    margin: 0 -40px 15px;
  }
  .single-case .case-kv__category {
    right: 0;
  }
  .single-case .case-point__text {
    font-size: 1.6rem;
  }
  .information-tab__group {
    display: flex;
    align-items: flex-start;
  }
  .information-tab__title {
    text-align: center;
    width: 20%;
    flex-shrink: 0;
    padding-top: 5px;
  }
  .information-tab__list {
    margin: 0 -5px;
    width: 80%;
  }
  .information-info__item {
    padding: 0 25px;
    margin-bottom: 60px;
  }
  .information-info__link {
    padding: 0 40px 10px;
  }
  .information-info__thumbnail {
    width: calc(100% + 80px);
    margin: 0 -40px 15px;
  }
  .flow-intro {
    padding-bottom: 90px;
  }
  .flow-intro__panel {
    padding: 90px 90px 0;
  }
  .flow-intro__desc {
    font-size: 1.6rem;
  }
  .flow-intro__group::before {
    left: 65px;
  }
  .flow-intro__subtitle {
    margin-right: 35px;
    width: 130px;
  }
  .flow-intro__catch {
    transform: translateY(50px);
  }
  .flow-step {
    padding: 110px 0 10px;
  }
  .flow-step__group {
    margin-right: -50px;
  }
  .flow-step__graph::before {
    top: 60px;
    height: calc(100% + 120px);
  }
  .flow-step__graph:not(.no-arrow):after {
    top: calc(50% + 95px);
  }
  .flow-step__icon {
    width: 120px;
  }
  .flow-step__wrapper {
    width: calc(100% - 120px - 20px);
  }
  .flow-step__contents {
    padding-right: 50px;
  }
  .flow-step__title {
    margin: 40px 0;
  }
  .flow-step__title--l {
    margin: 40px 0;
    padding-right: 0;
  }
  .company-center__list {
    margin: 0 -25px;
  }
  .company-center__item {
    padding: 0 25px;
    margin-bottom: 70px;
  }
  .company-center__address, .company-center__text {
    font-size: 1.5rem;
  }
  .company__panel {
    padding: 70px 60px;
  }
  .contact-title {
    font-size: 2rem;
  }
  .contact-sidebar__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 20px 55px;
  }
  .contact__panel {
    padding: 70px 60px;
  }
  .download-container .main {
    width: calc(100% - 480px);
  }
  .download-contents {
    padding: 60px 30px;
    max-width: 720px;
    margin: 0 auto;
  }
  .download-contents__title {
    font-size: 3.2rem;
  }
  .download-nav__panel {
    padding: 30px 60px;
  }
  .download-sidebar {
    width: 480px;
  }
  .download-sidebar__inner {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px 20px 55px;
  }
}
@media screen and (min-width: 1360px) {
  /* xl-size */
  .header__inner {
    max-width: 1200px;
  }
  .gnav__list {
    font-size: 1.5rem;
  }
  .gnav__item {
    padding: 5px 8px;
  }
  .gnav__contact {
    padding: 0;
    margin-left: 20px;
    margin-right: -10px;
  }
  .gnav__download {
    padding: 0;
  }
  .gnav__download .gnav__link {
    padding: 10px 20px;
  }
  .solution-kv__img {
    margin-left: calc((100vw - 1360px) / 2);
  }
  .solution-kv .solution-kv__text .xl {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  /* xxl-size */
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .campaign__bnr--kv {
    width: 120%;
  }
  .campaign__bnr--kv img {
    margin: 0 0 0 2%;
  }
  .case-info__list {
    margin: 0 -25px;
  }
  .information-info__list {
    margin: 0 -25px;
  }
}