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

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.download-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 22px 20px;
  padding: 1.375rem 1.25rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .download-box {
    padding: 1.625rem 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.download-box__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3B589F;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .download-box__text-area {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-right: 2.8125rem;
    justify-content: initial;
  }
}

.download-box__mark {
  min-width: 50px;
  min-width: 3.125rem;
  width: 50px;
  width: 3.125rem;
  min-height: 50px;
  min-height: 3.125rem;
  max-height: 50px;
  max-height: 3.125rem;
  color: #fff;
  background-color: #E60011;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 50px;
  line-height: 3.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .download-box__mark {
    width: 3.9375rem;
    height: 3.9375rem;
    min-width: 3.9375rem;
    min-height: 3.9375rem;
    max-height: 3.9375rem;
    line-height: 3.9375rem;
    font-size: 1.125rem;
  }
}

.download-box__text {
  margin-left: 17px;
  margin-left: 1.0625rem;
  font-weight: bold;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .download-box__text {
    font-size: 1.125rem;
  }
}

.download-box__button {
  display: inline-block;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 18px 20px;
  padding: 1.125rem 1.25rem;
  background-color: #042A86;
  color: #fff;
  border-radius: 0.25rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .download-box__button {
    margin-top: 0;
    padding: 1.125rem 3.4375rem;
    font-size: 1rem;
  }
}

.fixed-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  width: 48%;
  -webkit-box-shadow: 0px 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0px 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem 0.25rem 0 0;
  background: #E60011;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .fixed-button {
    padding: 0.84375rem 0;
    padding-left: 1.5625rem;
    padding-right: 1.0625rem;
    max-width: 200px;
    width: 100%;
    letter-spacing: 0.1em;
    border-radius: 0rem 0rem 0.625rem 0.625rem;
    font-size: 0.9375rem;
  }
}

.fixed-button:nth-child(2) {
  letter-spacing: 0.2em;
  width: 52%;
  background: #031D58;
}
@media screen and (min-width: 768px) {
  .fixed-button:nth-child(2) {
    padding-left: 2.1875rem;
    padding-right: 1.875rem;
    letter-spacing: 0.1em;
    width: 100%;
    max-width: 200px;
  }
}

.fixed-button--phone {
  display: none;
  background-color: #328ED1;
}
@media screen and (min-width: 768px) {
  .fixed-button--phone {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    width: 68px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .fixed-button__image--phone {
    margin-left: auto;
    margin-right: auto;
    width: 24px;
    text-align: center;
  }
}

.fixed-button__icon--download {
  width: 18px;
  width: 1.125rem;
}

.fixed-button__icon--contact {
  width: 35px;
  width: 2.1875rem;
}

.fixed-buttons {
  position: fixed;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: 99;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fixed-buttons {
    right: 0;
    top: 0;
    bottom: auto;
    bottom: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.footer {
  padding: 10px 0 10px;
  padding: 0.625rem 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 1.875rem 0 1.125rem;
  }
}

.footer__logo-area {
  margin-left: auto;
  margin-right: auto;
  width: 211px;
  width: 13.1875rem;
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #031D58;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer__link {
    margin-top: 1.5625rem;
  }
}

.footer__item:nth-child(1) {
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__item:nth-child(1) {
    margin-right: 3.75rem;
  }
}

.copyright {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  color: #031D58;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 4.125rem;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1440px;
  max-width: 90rem;
  width: 100%;
  height: 20%;
  z-index: 12;
  background: url(../images/header__bg.png) no-repeat center left/85% 100%;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 1.25rem 0;
    background: url(../images/header__bg.png) no-repeat center left/contain;
  }
}

@media screen and (min-width: 768px) {
  .header__inner {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: 90rem;
  }
}

.header__logo-image {
  width: 180px;
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .header__logo-image {
    width: 13.1875rem;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.inner--l {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner--l {
    max-width: 1220px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.introduction-text {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #031d58;
}
@media screen and (min-width: 768px) {
  .introduction-text {
    font-size: 1.4375rem;
  }
}

.merit-item {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 19px;
  padding: 0.75rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .merit-item {
    position: absolute;
    margin: 0;
    margin: initial;
    padding: 2.5rem 0 0rem;
    width: 18.125rem;
    height: 18.125rem;
    border-radius: 50%;
  }
}

.merit-item__sub-title {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .merit-item__sub-title {
    font-size: 1.875rem;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .merit-item__main-title {
    margin-top: 1.25rem;
    font-size: 1.5625rem;
  }
}

.merit-item__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .merit-item__text {
    font-size: 0.9375rem;
  }
}

.merit-item--1 {
  padding: 12px 19px;
  padding: 0.75rem 1.1875rem;
  background-color: rgba(255, 240, 240, .7);
}
@media screen and (min-width: 768px) {
  .merit-item--1 {
    top: 0;
    z-index: 1;
    right: auto;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.merit-item--2 {
  background-color: rgba(216, 235, 252, .8);
}
@media screen and (min-width: 768px) {
  .merit-item--2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: 2;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    bottom: 0;
  }
}

.merit-item--3 {
  background-color: rgba(242, 255, 239, .9);
}
@media screen and (min-width: 768px) {
  .merit-item--3 {
    bottom: 0;
    right: 0;
    z-index: 3;
  }
}

.merit-item__sub-title--cost {
  width: 66px;
  width: 4.125rem;
  height: 60px;
  height: 3.75rem;
}

.merit-item__sub-title--quality {
  width: 102px;
  width: 6.375rem;
  height: 60px;
  height: 3.75rem;
}

.merit-item__sub-title--delivery {
  width: 115px;
  width: 7.1875rem;
  height: 60px;
  height: 3.75rem;
}

.movie-card {
  max-width: 558px;
  max-width: 34.875rem;
  width: 100%;
  margin-right: 56px;
  margin-right: 3.5rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.movie-card:nth-child(2n) {
  margin-right: 0;
}
.movie-card:nth-child(n+3) {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .movie-card {
    width: calc(50% - 3.5rem);
  }
}

.movie-card__image-area {
  position: relative;
  width: 100%;
}

.movie-card__image-area::before {
  padding-top: 52.7075812274%;
  content: "";
  display: block;
}

.movie-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-card__title {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #1571DA;
}
@media screen and (min-width: 768px) {
  .movie-card__title {
    font-size: 1.125rem;
  }
}

.movie-card__tag-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.movie-card__tag {
  padding: 9px 29px;
  padding: 0.5625rem 1.8125rem;
  background: #E4E4E4;
  border-radius: 1.0625rem;
  color: #3B3B3B;
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .movie-card__tag {
    font-size: 1rem;
  }
}
.movie-card__tag:last-child {
  margin-right: 0;
}

.movie-card__sub-title {
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.movie-card__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

.solution-box:nth-child(2) {
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.solution-box__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px;
  padding: 0.875rem;
  padding-left: 80px;
  padding-left: 5rem;
  background-color: #5FA0D9;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .solution-box__head {
    padding-left: 8.75rem;
  }
}

.solution-box__head--2 {
  padding: 22px 0 22px 80px;
  padding: 1.375rem 0 1.375rem 5rem;
}
@media screen and (min-width: 768px) {
  .solution-box__head--2 {
    padding: 1.375rem 0 1.375rem 8.75rem;
  }
}

.solution-box__label {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 10px;
  left: 0.625rem;
  padding: 11px 0 10px;
  padding: 0.6875rem 0 0.625rem;
  min-width: 50px;
  text-align: center;
  background-color: #031D58;
}
@media screen and (min-width: 768px) {
  .solution-box__label {
    left: 1.375rem;
    padding: 0.6875rem 0 0.3125rem;
    min-width: 80px;
  }
}

.solution-box__label::before {
  position: absolute;
  content: "";
  top: 0;
  right: -7.5px;
  border: none;
  border-bottom: solid 10px #031D58;
  border-right: solid 7.5px transparent;
}

.solution-box__label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid #031D58;
  border-right: 25px solid #031D58;
  border-bottom: 10px solid transparent;
}
@media screen and (min-width: 768px) {
  .solution-box__label::after {
    border-left: 40px solid #031D58;
    border-right: 40px solid #031D58;
    border-bottom: 20px solid transparent;
  }
}

.solution-box__label-image {
  margin-left: auto;
  margin-right: auto;
  width: 28px;
  width: 1.75rem;
  background-color: #031D58;
}
@media screen and (min-width: 768px) {
  .solution-box__label-image {
    width: 2.1875rem;
  }
}

.solution-box__title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .solution-box__title {
    margin-left: 2.3125rem;
    font-size: 1.625rem;
    letter-spacing: 0.1em;
  }
}

.solution-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  padding: 1.25rem;
  background-color: #D8EBFC;
}
@media screen and (min-width: 768px) {
  .solution-box__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2.8125rem 1.34375rem 2.25rem 2.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .solution-box__image-area {
    margin-right: 2.28125rem;
  }
}

.solution-box__text-area {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #031D58;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .solution-box__text-area {
    margin-top: 0;
    font-size: 1.0625rem;
    letter-spacing: 0.1em;
    line-height: 2rem;
    text-align: left;
  }
}

.step-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 40px 32px;
  padding: 2.8125rem 2.5rem 2rem;
  background-color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .step-item {
    padding: 2.8125rem 0.5875rem 2rem;
    width: 13.75rem;
  }
}

.step-item:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .step-item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 0.86875rem;
  }
}

.step-item__tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  width: 5.625rem;
}
@media screen and (min-width: 768px) {
  .step-item__tag {
    font-size: 1.1875rem;
  }
}

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

.step-item__image {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.step-item__image--1 {
  width: 87px;
  width: 5.4375rem;
}
@media screen and (min-width: 768px) {
  .step-item__image--1 {
    width: 6.625rem;
  }
}

.step-item__image--2 {
  width: 80px;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .step-item__image--2 {
    width: 7.0625rem;
  }
}

.step-item__image--3 {
  width: 97px;
  width: 6.0625rem;
}
@media screen and (min-width: 768px) {
  .step-item__image--3 {
    width: 8.25rem;
  }
}

.step-item__image--4 {
  width: 85px;
  width: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .step-item__image--4 {
    width: 7.3125rem;
  }
}

.step-item__image--5 {
  width: 94px;
  width: 5.875rem;
}
@media screen and (min-width: 768px) {
  .step-item__image--5 {
    width: 8.5625rem;
  }
}

.step-item_title {
  margin-top: auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}

.step-item__text {
  margin-top: auto;
  padding-top: 30px;
  padding-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .step-item__text {
    font-size: 0.8125rem;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title__main {
  position: relative;
  z-index: 10;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 140px;
  width: 8.75rem;
  font-size: 74px;
  font-size: 4.625rem;
  color: #031d58;
}
@media screen and (min-width: 768px) {
  .title__main {
    margin-right: 1.875rem;
    width: 12.5rem;
  }
}

.title__sub {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #031D58;
}

.title__main--product {
  width: 230px;
  width: 14.375rem;
}
@media screen and (min-width: 768px) {
  .title__main--product {
    width: 15.625rem;
  }
}

.triangle {
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .triangle {
    max-width: 49.5625rem;
  }
}

.triangle::before {
  display: block;
  content: "";
  padding-top: 34.288776797%;
}
@media screen and (min-width: 768px) {
  .triangle::before {
    padding-top: 14.288776797%;
  }
}

.triangle__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.works-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .works-card {
    width: 23.1875rem;
  }
}

.works-card__image-area {
  position: relative;
}

.works-card__image-area::before {
  display: block;
  content: "";
  padding-top: 52.7027027027%;
  background-color: #CCCCCC;
}

.works-card__logo-area {
  position: absolute;
  width: 156px;
  width: 9.75rem;
  bottom: -30px;
  bottom: -1.875rem;
  background-color: #9F9F9F;
}

.works-card__logo-area::before {
  content: "";
  display: block;
  padding-top: 37.1794871795%;
}

.wokrs-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.works-card__title {
  margin-top: 45px;
  margin-top: 2.8125rem;
  color: #1571DA;
  letter-spacing: 0.05em;
}

.works-card__meta {
  margin-top: auto;
}

.works-card__company {
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #222222;
  font-weight: bold;
}

.works-card__table {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.works-card__table th {
  font-weight: normal;
  text-align: left;
  font-size: 11px;
  font-size: 0.6875rem;
}

.works-card__table td {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}

.works-card:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .works-card:nth-child(n+2) {
    margin-top: 0;
    margin-left: 1.875rem;
  }
}

.worries-item {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  padding: 1.875rem 3.125rem;
  background-image: url(../images/border-box.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .worries-item {
    margin: 0;
    margin: initial;
    padding: 1.3125rem 1.375rem 1.625rem;
    width: 12.625rem;
  }
}

.worries-item:nth-child(n+2) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .worries-item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 5.4375rem;
  }
}

.worries-item__title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .worries-item__title {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .worries-item__title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0.0625rem;
    width: 100%;
    background-color: #fff;
  }
}

.worries-item__text {
  color: #fff;
  white-space: nowrap;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .worries-item__text {
    margin-top: 1.25rem;
    line-height: 1.75;
    font-size: 1rem;
  }
}

div.aptoenq_q {
  font-weight: normal;
}

div.aptoenq_choice_2 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  div.aptoenq_choice_2 {
    width: 33%;
  }
}

div.aptoenq_choice_3 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  div.aptoenq_choice_3 {
    width: 33%;
  }
}

div.aptoenq_choice_4 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  div.aptoenq_choice_4 {
    width: 33%;
  }
}

.contact {
  padding: 40px 0;
  padding: 2.5rem 0;
  background-color: #328ED1;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 4.125rem 0 7.375rem;
  }
}

.contact input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.contact__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__sub-title {
  color: #fff;
  font-weight: bold;
}

.contact__main-title-image {
  width: 250px;
  width: 15.625rem;
}

.contact__area {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding: 1.25rem;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__area {
    max-width: 73.125rem;
  }
}

.fv {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.fv__inner {
  position: relative;
  max-width: 1440px;
  max-width: 90rem;
  width: 100%;
}

.fv__inner::before {
  content: "";
  display: block;
  padding-top: 100vh;
}

.fv::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 10;
}

.fv__movie-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fv__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__text-area {
  position: absolute;
  top: 50%;
  /* top: 40%; */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0%;
  right: 0%;
  margin: 0 auto;
  z-index: 11;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .fv__text-area {
    width: 100%;
  }
}

.fv__text {
  max-width: 500px;
  max-width: 33.25rem;
  /* max-width: 31.25rem; */
  margin: 0 auto;
  background: #f9fafb99;
}

.fv__download-btn {
  max-width: 420px;
  max-width: 26.25rem;
  margin: 0 auto;
  margin-top: 68px;
  margin-top: 4.25rem;
  display: block;
}

.merit {
  position: relative;
  background-color: #328ED1;
  padding: 40px 0;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .merit {
    padding-top: 4.8125rem;
    padding-bottom: 6.5625rem;
  }
}

.merit__title {
  position: relative;
  text-align: center;
  color: #fff;
}

.merit__title::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  background-image: url(../images/merit.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .merit__title::before {
    width: 10.6875rem;
    height: 5.5625rem;
    font-size: 4.625rem;
  }
}

.merit__title span {
  color: #C30C1A;
}

.merit__container {
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .merit__container {
    margin-top: 3.4375rem;
    max-width: 33.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .merit__container::before {
    display: block;
    content: "";
    padding-top: 91.061452514%;
  }
}

.merit__bottom-text {
  position: absolute;
  bottom: -3.5rem;
  /* bottom: -40px; */
  /* bottom: -2.5rem; */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  /* font-size: 22px; */
  /* font-size: 1.375rem; */
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .merit__bottom-text {
    bottom: -3.5rem;
    /* bottom: -2.5rem; */
    margin-top: 1.875rem;
    font-size: 1.625rem;
    line-height: 1.7;
  }
}

.merit__bottom-text span {
  font-size: 24px;
  font-size: 1.5rem;
  color: #C30C1A;
}
@media screen and (min-width: 768px) {
  .merit__bottom-text span {
    font-size: 2.8125rem;
    font-weight: bold;
  }
}

.middle-contact {
  padding: 56px 0 64px;
  padding: 3.5rem 0 4rem;
  background-color: #328ED1;
}

.middle-contact__title {
  position: relative;
  text-align: center;
  color: #fff;
}

.middle-contact__title::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 243px;
  width: 15.1875rem;
  height: 89px;
  height: 5.5625rem;
  background-image: url(../images/middle-contact.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .middle-contact__title::before {
    font-size: 4.625rem;
  }
}

.middle-contact__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
}

.middle-contact__link-area {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.middle-contact__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 0 19px;
  padding: 1.125rem 0 1.1875rem;
  color: #031D58;
  background-color: #fff;
  border-radius: 0.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .middle-contact__link {
    width: 29.125rem;
    height: 79px;
  }
}

.middle-contact__link:nth-child(2) {
  margin-top: 20px;
  margin-top: 1.25rem;
  background-color: #042A86;
}
@media screen and (min-width: 768px) {
  .middle-contact__link:nth-child(2) {
    margin-top: 0;
    margin-left: 2.125rem;
  }
}

.middle-contact__download {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.middle-contact__icon {
  margin-right: 12px;
}

.middle-contact__icon--mail {
  width: 30px;
}

.middle-contact__icon--phone {
  width: 25.3px;
}

.middle-contact__link-text {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .middle-contact__link-text {
    font-size: 1.375rem;
  }
}

.middle-contact__link-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.middle-contact__link-text--phone {
  color: #fff;
}

.middle-contact__link-text--small {
  font-size: 50%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .middle-contact__link-text--small {
    font-size: 75%;
  }
}

.product {
  position: relative;
  z-index: 13;
  margin-top: -55%;
  padding: 250px 0 100px;
  padding: 15.625rem 0 6.25rem;
  background: url(../images/product__bg.png) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .product {
    margin-top: -16%;
    padding: 8.125rem 0 6.25rem;
    background: url(../images/product__bg.png) no-repeat center top/cover;
  }
}

.product__content {
  margin-left: 0;
}

.product__summary {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #031D58;
  font-weight: bold;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .product__summary {
    margin-top: 4.33125rem;
  }
}

.product__description {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.product-description__title {
  background: #328ED1;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  padding: 19px 0 19px 29px;
  padding: 1.1875rem 0 1.1875rem 1.8125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 0;
  margin-top: -10px;
  margin-top: -0.625rem;
  max-width: 1170px;
}
.product-description__title span {
  font-size: 17px;
  font-size: 1.0625rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .product-description__title {
    margin-left: -1.0625rem;
    margin-top: -1.625rem;
  }
}

.product__description {
  border: 5px solid #031D58;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-description__card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  padding: 0.625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .product-description__card-container {
    padding-left: 2.5625rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.product-description__thumbnail {
  max-width: 500px;
  max-width: 31.25rem;
  width: 100%;
}

.product-description__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .product-description__box {
    margin-top: 0;
  }
}

.product-description__card {
  width: 142px;
  width: 8.875rem;
  height: 140px;
  height: 8.75rem;
  background: url(../images/product-card__bg.png) no-repeat center left/contain;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  display: grid;
  place-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.product-description__card span {
  color: #E60011;
}
@media screen and (min-width: 768px) {
  .product-description__card:nth-child(-n+3) {
    margin-bottom: 1rem;
  }
}

.product-description__description {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0px 10px 30px 10px;
  padding: 0rem 0.625rem 1.875rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .product-description__description {
    margin-top: 3.875rem;
    padding: 0 5.25rem 3.25rem 2.5625rem;
  }
}

.detail-card__box--6card {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .detail-card__box--6card {
    margin-left: 2.5rem;
  }
}

.detail-card--6card {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.detail-card--6card:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .detail-card--6card {
    margin-right: 2.5rem;
  }
  .detail-card--6card:nth-child(2n) {
    margin-right: 2.5rem;
  }
}

.detail-card__box--8card {
  margin-left: 0px;
  margin-left: 0rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detail-card__box--8card:after {
  content: "";
  width: 100%;
}
@media screen and (min-width: 768px) {
  .detail-card__box--8card {
    margin-left: 1.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.detail-card--8card {
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .detail-card--8card:nth-child(n+4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.solution {
  padding: 40px 0 40px;
  padding: 2.5rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .solution {
    padding-top: 3.125rem;
    padding-bottom: 8.125rem;
  }
}

.solution__title {
  color: #031D58;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .solution__title {
    font-size: 1.5625rem;
  }
}

.solution__title span {
  color: #E60011;
  font-size: 150%;
}
@media screen and (min-width: 768px) {
  .solution__title span {
    font-size: 2.3125rem;
  }
}

.solution__container {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .solution__container {
    margin-top: 4.1875rem;
  }
}

.step {
  padding: 40px 0 60px;
  padding: 2.5rem 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .step {
    padding: 3.125rem 0 3.75rem;
  }
}

.step__title {
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0;
  padding: 0.75rem 0;
  text-align: center;
  background-color: #031D58;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .step__title {
    width: 48.125rem;
    border-radius: 1.9375rem;
  }
}

.step__container {
  margin-top: 65px;
  margin-top: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .step__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.works {
  padding: 20px 0 50px;
  padding: 1.25rem 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .works {
    padding: 4.25rem 0 3.125rem;
  }
}

.works__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .works__container {
    margin-top: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.works__link-area {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.works__link {
  display: inline-block;
  padding: 12px 0 13px;
  padding: 0.75rem 0 0.8125rem;
  width: 285px;
  width: 17.8125rem;
  border-radius: 1.53125rem;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #031D58;
  font-size: 16px;
  font-size: 1rem;
}

.worries {
  position: relative;
  padding: 40px 0 80px;
  padding: 2.5rem 0 5rem;
  background-color: #328ED1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .worries {
    padding-top: 4.8125rem;
    padding-bottom: 9.1875rem;
  }
}

.worries__title {
  position: relative;
  text-align: center;
  color: #fff;
}

.worries__title::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 249px;
  width: 15.5625rem;
  height: 89px;
  height: 5.5625rem;
  background-image: url(../images/worries.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .worries__title::before {
    font-size: 4.625rem;
  }
}

.worries__title span {
  color: #C30C1A;
}

.worries__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .worries__text {
    font-size: 1.0625rem;
    text-align: center;
  }
}

.worries__label {
  display: inline-block;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 4px 53px;
  padding: 0.25rem 3.3125rem;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .worries__label {
    margin-top: 4rem;
    font-size: 1.25rem;
    color: #031D58;
  }
}

.worries__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .worries__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2.5rem;
  }
}

.worries__bottom-text {
  position: absolute;
  bottom: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .worries__bottom-text {
    bottom: -2.5rem;
    margin-top: 1.875rem;
    font-size: 1.625rem;
    line-height: 1.7;
  }
}

.worries__bottom-text span {
  font-size: 24px;
  font-size: 1.5rem;
  color: #C30C1A;
}
@media screen and (min-width: 768px) {
  .worries__bottom-text span {
    font-size: 2.8125rem;
    font-weight: bold;
  }
}

.sci_mo01 {
    margin: 45px auto;
    text-align: center;
}
@media only screen and (max-width: 640px) {
.sci_mo01 {
    margin: 45px auto;
    text-align: center;
    aspect-ratio: 16 / 9;
}
.sci_mo01 iframe {
    width: 100%;
    height: 100%;
}
}

a.middle-contact__link02 {
    display: block;
    max-width: 22.25rem;
    margin: -40px auto 50px;
    padding: 15px 0;
    border-radius: 0.25rem;
    background-color: #042A86;
}
@media screen and (max-width: 767px) {
.middle-contact__link02 {
    width: 80%;
}
}

#footer .footer_nav_menu {
    background-color: #0665b3;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff;
}
#footer .footer_nav_menu .inner {
    padding: 30px 0 0;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.6rem;
}
#footer .footer_nav_menu .inner .item {
    color: #fff;
}
p.footer_nav_menu_subtitle {
    font-size: 18px;
    font-weight: bold;
}
#footer .footer_nav_menu .inner .item ul li::before {
    content: "-";
    padding-right: 8px;
}
#footer .footer_nav_menu .inner .item ul li a span {
    font-size: 12px;
    margin: 0px 0 0 9px;
    display: block;
}
p.footer_nav_menu_btn {
    margin-bottom: 20px !important;
        padding: 8px 12px;
    color: #333333;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    background: #ffffff;
}
p.footer_nav_menu_btn:hover {
    color: #333333;
    background: #bedcf4;
}

@media only screen and (max-width: 640px) {
#footer .footer_nav_menu .inner {
    display: block !important;
    max-width: 85%;
    padding-top: initial;
    font-size: 1.4rem;
}
#footer .footer_nav_menu {
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .footer_nav_menu .inner .item {
    margin-bottom: 20px;
}
p.footer_nav_menu_btn {
    margin: 30px auto;
    width: 75%;
}
#footer .footer_nav_menu .inner .item ul li {
    padding: 5px 0;
}
#footer .footer_nav_menu .inner .item ul li a br {
    display: none !important;
}
p.footer_nav_menu_subtitle.mb20 {
    margin-bottom: 20px;
}
#footer .footer_nav_pp .inner {
  max-width: 85% !important;
}
p.footer_nav_menu_subtitle {
    font-size: 1.8rem;
}
#footer .footer_nav_menu .inner .item ul li a span {
    font-size: 11px;
}
}

#footer .footer_nav_pp {
    background-color: #0665b3;
    padding: 15px 0;
}
#footer .footer_nav_pp .inner {
    padding: 30px 0 0;
    max-width: 420px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.6rem;
}
#footer .footer_nav_pp .inner .item {
    color: #fff;
}
#footer .footer_nav_pp .inner .item span {
    display: block;
    height: 30px;
    width: 2px;
    background-color: white;
}
#footer .copyright {
    background: #0665b3;
    padding: 18px 0;
}
#footer .copyright p {
    text-align: center;
    color: #fff;
    font-size: 1rem;
}
@media only screen and (max-width: 640px) {
#footer .footer_nav_pp {
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .footer_nav_pp .inner {
    max-width: 85% !important;
}
#footer .footer_nav_pp .inner .item:nth-child(2) {
    display: none;
}
}

#footer ul {
    list-style: initial !important;
    padding-left: initial !important;
    display: initial !important;
    -webkit-box-pack: initial !important;
    -ms-flex-pack: center;
    justify-content: initial !important;
}
#footer ul li {
    margin-bottom: 7px !important;
    list-style: none;
    text-align: left;
    margin: initial !important;
    font-size: initial !important;
}
#footer ul span {
    display: initial !important;
    height: initial !important;
    width: initial !important;
    background-color: initial !important;
}
p.footer_nav_menu_subtitle {
    text-align: left;
}
p.footer_nav_menu_subtitle {
    line-height: 200%;
}

@media only screen and (max-width: 640px) {
#footer {
    padding: 0 0px 27px 0px !important;
}
}

#footer .footer_nav_pp .inner .item a {
    font-size: 17px;
}
#footer .footer_nav_pp .inner .item span {
    margin-top: 5px;
}
#footer .copyright p {
    font-size: 1rem;
}
@media only screen and (max-width: 640px) {
#footer .footer_nav_menu .inner .item ul li a {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}
p.footer_nav_menu_subtitle {
    font-size: 1.2rem !important;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}
#footer .copyright p {
    font-size: 0.7rem;
}
}
@media screen and (min-width: 768px) {
.copyright {
    margin-top: -1.125rem !important;
}
}


#header {
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid #f4f5f5;
    background: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.fixed-buttons {
    display: none;
}
@media only screen and (min-width: 1400px) {
.gnavi__list a {
    font-size: 1.0rem !important;
}
}
#header .header_logo {
    margin-top: 10px !important;
}
#header .header_logo {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#header .header_logo span {
    font-size: 1.0rem !important;
    font-weight: normal !important;
    display: inline-block;
    margin-top: auto;
    margin-left: 8px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
.inner {
    max-width: initial !IMPORTANT;
    padding-right: 25px;
    padding-left: 25px;
}
}
#header .header_logo span.tfs_logo01 {
    font-size: 1.0rem !important;
}
#header h1 img {
    margin-top: 6px !important;
}
#header {
    height: 110px !important;
}
#footer .footer_nav_menu .inner {
    max-width: 1000px !important;
}
#footer .footer_nav_pp .inner {
    max-width: 420px !important;
}
@media screen and (min-width: 768px) {
.product__inner.inner.inner--l {
    max-width: 1220px !important;
}
.solution__inner.inner {
    max-width: 1150px !important;
}
.step__inner.inner {
    max-width: 1150px !important;
}
.middle-contact__inner.inner {
    max-width: 1150px !important;
}
.contact__inner.inner {
    max-width: 1150px !important;
}
}

.contact {
    margin-top: 60px;
}

/*# sourceMappingURL=styles.css.map */
