@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 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;
}

.card-box {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .card-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 73.125rem;
  }
}

.contact-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 10px 20px;
  padding: 1.5rem 0.625rem 1.25rem;
  width: 100%;
  background-color: #042A86;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 0.25rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contact-button {
    padding: 1.5rem 0rem 1.25rem;
    width: 30.375rem;
    height: 77px;
    font-size: 1.375rem;
  }
}

.contact-button--phone {
  background-color: #1BB8CD;
}
@media screen and (min-width: 768px) {
  .contact-button--phone {
    margin-left: 34px;
  }
}

.contact-button span:nth-child(1) {
  margin-right: 11px;
  margin-right: 0.6875rem;
}

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

.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;
}
@media screen and (min-width: 768px) {
  .download-box__text-area {
    margin-right: 2.8125rem;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            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: #3B589F;
  border: 2px solid #3B589F;
  border: 0.125rem solid #3B589F;
  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;
}
@media screen and (min-width: 768px) {
  .download-box__text {
    font-size: 1rem;
  }
}

.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;
}
@media screen and (min-width: 768px) {
  .download-box__button {
    margin-top: 0;
    padding: 1.125rem 3.4375rem;
    font-size: 1rem;
  }
}

.fixed-button {
  padding: 15px 0;
  padding: 0.9375rem 0;
  width: 40.5333333333%;
  -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: 18px;
  font-size: 1.125rem;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem 0.25rem 0 0;
  background: -webkit-gradient(linear, right top, left top, from(#1a55a8), to(#4233bc));
  background: linear-gradient(to left, #1a55a8 0%, #4233bc 100%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .fixed-button {
    padding: 2.375rem 1rem;
    width: auto;
    width: initial;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-align: left;
    text-align: initial;
    border-radius: 0.25rem 0 0 0.25rem;
    font-size: 0.9375rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a55a8), to(#4233bc));
    background: linear-gradient(#1a55a8 0%, #4233bc 100%);
  }
}

.fixed-button:nth-child(2) {
  width: 59.2%;
}
@media screen and (min-width: 768px) {
  .fixed-button:nth-child(2) {
    width: auto;
    width: initial;
    margin-top: 0.5rem;
  }
}

.fixed-button--gradation-reverse {
  background: -webkit-gradient(linear, left top, right top, from(#5294e7), to(#4e40b9));
  background: linear-gradient(to right, #5294e7 0%, #4e40b9 100%);
}
@media screen and (min-width: 768px) {
  .fixed-button--gradation-reverse {
    background: -webkit-gradient(linear, left bottom, left top, from(#1a55a8), to(#4233bc));
    background: linear-gradient(to top, #1a55a8 0%, #4233bc 100%);
  }
}

.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: 20%;
    bottom: auto;
    bottom: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: auto;
    width: initial;
  }
}

.flow-card {
  max-width: 480px;
  max-width: 30rem;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28.6px;
  margin-bottom: 1.7875rem;
}
@media screen and (min-width: 768px) {
  .flow-card {
    max-width: 12rem;
    display: block;
    text-align: center;
  }
}

.flow-card__image {
  max-width: 70px;
  max-width: 4.375rem;
  margin-right: 28.6px;
  margin-right: 1.7875rem;
}
@media screen and (min-width: 768px) {
  .flow-card__image {
    max-width: 9.125rem;
  }
}

.flow-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0px;
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .flow-card__title {
    margin-top: 2.1875rem;
  }
}

.flow-card__title--blue {
  color: #1571DA;
}

.flow-card__description {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

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

.flow-card__image--arrow {
  max-width: 42px;
  max-width: 2.625rem;
  height: 30px;
  height: 1.875rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.footer {
  background: #000;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 0rem;
  }
}

.footer__inner {
  color: #fff;
}

.footer__logo-area {
  max-width: 200px;
  max-width: 12.5rem;
  margin: 0 auto;
  padding-top: 40px;
  padding-top: 2.5rem;
}
.footer__link {
  max-width: 420px;
  max-width: 26.25rem;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  padding: 0px 20px;
  padding: 0rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__link {
    padding: 3.3125rem 0rem 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.footer__item span {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__item span {
    display: block;
    height: 1.875rem;
    width: 0.125rem;
    background-color: white;
  }
}

.copyright {
  padding: 35px 0px;
  padding: 2.1875rem 0rem;
}
.copyright p {
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
}

.header {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: auto;
  padding: 20px 0;
  padding: 1.25rem 0;
  max-width: 1440px;
  max-width: 90rem;
  width: 100%;
  z-index: 12;
}

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

.header__logo-image {
  width: 199.79px;
  width: 12.486875rem;
}
@media screen and (min-width: 768px) {
  .header__logo-image {
    width: 18.75rem;
  }
}

.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;
  }
}

.introduce-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .introduce-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 90rem;
    width: 100%;
  }
}

.introduce-box:nth-child(n+2) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .introduce-box:nth-child(n+2) {
    margin-top: 5rem;
  }
}

.introduce-box__number {
  display: none;
  position: absolute;
  width: 46.35px;
  width: 2.896875rem;
}
@media screen and (min-width: 768px) {
  .introduce-box__number {
    display: block;
  }
}

.introduce-box__number--left {
  top: -24px;
  top: -1.5rem;
  left: 10px;
  left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .introduce-box__number--left {
    top: -1.5rem;
    left: 2.5rem;
  }
}

.introduce-box__number--right {
  top: -24px;
  top: -1.5rem;
  right: 10px;
  right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .introduce-box__number--right {
    top: -1.5rem;
    right: 2.5rem;
  }
}

.introduce-box__text-area {
  position: relative;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
  background-color: #3B589F;
}
@media screen and (min-width: 768px) {
  .introduce-box__text-area {
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 2.3125rem 3.7rem;
    max-width: 34.25rem;
    width: 34.25rem;
    border-radius: 2.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .introduce-box__text-area {
    padding: 2.3125rem 3.7rem;
  }
}

@media screen and (min-width: 768px) {
  .introduce-box__text-area--left {
    left: calc(50% - 12.5rem);
  }
}
@media screen and (min-width: 1440px) {
  .introduce-box__text-area--left {
    left: calc(50% - 17.5rem);
  }
}

@media screen and (min-width: 768px) {
  .introduce-box__text-area--right {
    left: 50%;
    margin-right: auto;
    margin-left: 12.5rem;
    padding: 1.25rem 3.7rem;
  }
}
@media screen and (min-width: 1440px) {
  .introduce-box__text-area--right {
    margin-left: 17.5rem;
    margin-right: auto;
    left: 50%;
  }
}

.introduce-box__head-text {
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .introduce-box__head-text {
    font-size: 1.375rem;
  }
}

.introduce-box__head-text::before {
  position: absolute;
  left: 0;
  bottom: -15px;
  bottom: -0.9375rem;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .introduce-box__head-text::before {
    bottom: -1.25rem;
  }
}

.introduce-box__head-text::after {
  position: absolute;
  bottom: -27px;
  bottom: -1.6875rem;
  content: "";
  width: 26.68px;
  width: 1.6675rem;
  height: 26.68px;
  height: 1.6675rem;
  background-image: url(../images/common/introduce-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .introduce-box__head-text::after {
    bottom: -2.0625rem;
  }
}

.introduce-box__head-text.introduce-box__head-text--icon-none::after {
  display: none;
}

.introduce-box__head-text.introduce-box__head-text--icon-none::before {
  display: none;
}

.introduce-box__head-text--left::after {
  left: -10px;
  left: -0.625rem;
}

.introduce-box__head-text--right::after {
  right: -10px;
  right: -0.625rem;
}

.introduce-box__content-text {
  margin-top: 28px;
  margin-top: 1.75rem;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .introduce-box__content-text {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.introduce-box__image-area {
  position: relative;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .introduce-box__image-area {
    max-width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .introduce-box__image-area {
    max-width: 55%;
    width: 55%;
  }
}

.introduce-box__image-area--right {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .introduce-box__image-area--right {
    margin-left: auto;
  }
}

.introduce-box__image-area--left {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .introduce-box__image-area--left {
    margin-right: auto;
  }
}

.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;
}

.service-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  max-width: 30rem;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 6px 6px rgba(0, 0, 0, .16);
}
@media screen and (min-width: 768px) {
  .service-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    max-width: initial;
    border-radius: 5rem;
  }
}

.service-box:nth-child(n+2) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service-box:nth-child(n+2) {
    margin-top: 3.125rem;
  }
}

.service-box__text-area {
  padding: 22px 10px 20px 10px;
  padding: 1.375rem 0.625rem 1.25rem 0.625rem;
  background-color: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .service-box__text-area {
    padding: 3.25rem 2.6875rem 0 3.60625rem;
    width: 50%;
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
  }
}

.service-box__title {
  position: relative;
  color: #3B589F;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service-box__title {
    font-size: 1.375rem;
  }
}

.service-box__title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -6px;
  bottom: -0.375rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#9b71cc), to(#619bdf));
  background: linear-gradient(to right, #9b71cc 0%, #619bdf 100%);
}
@media screen and (min-width: 768px) {
  .service-box__title::before {
    width: 9.8125rem;
    height: 0.3125rem;
    border-radius: 0.1875rem;
  }
}

.sertice-box__text {
  margin-top: 36px;
  margin-top: 2.25rem;
  color: #222222;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sertice-box__text {
    text-align: left;
    text-align: initial;
  }
}

.service-box__image-area {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service-box__image-area {
    width: 50%;
  }
}

.service-box__image-area::before {
  content: "";
  display: block;
  padding-top: 66.5226781857%;
}

.service-box__image-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 768px) {
  .service-box__image-area img {
    -o-object-position: top;
       object-position: top;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
  }
}

.service-box__image-area--bottom img {
  -o-object-position: top;
     object-position: top;
}

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

.title__main {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .title__main {
    font-size: 1rem;
  }
}

.title__sub {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .title__sub {
    font-size: 1.75rem;
  }
}

.title__main--blue {
  color: #1571DA;
}

.title__sub--blue {
  color: #3B589F;
}

.case {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.contact-form {
  background: url(../images/common/contact-form__bg.png) no-repeat center top/cover;
  margin-top: 120px;
  margin-top: 7.5rem;
  padding-bottom: 97px;
  padding-bottom: 6.0625rem;
}
.contact-form input, .contact-form button, .contact-form select, .contact-form textarea {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

#aptoenqform {
  background: #fff;
  padding: 35px 20px;
  padding: 2.1875rem 1.25rem;
}

.contact {
  margin-top: 80px;
  margin-top: 5rem;
  padding: 40px 0;
  padding: 2.5rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#6f57b5), to(#3185b7));
  background: linear-gradient(to right, #6f57b5 0%, #3185b7 100%);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact {
    margin-top: 7.5rem;
    padding: 5.125rem 0 4.8125rem;
  }
}

.contact__button {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.contact__text-area {
  margin-top: 36px;
  margin-top: 2.25rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .contact__text-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 1.125rem;
  }
}

.contact__phone {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .contact__phone {
    margin-top: 0;
    margin-left: 1.875rem;
  }
}

.contact__text--small {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .contact__text--small {
    margin-top: 0;
    margin-left: 0.25rem;
  }
}

.contact__phone-icon {
  width: 16px;
  width: 1rem;
}

.contact__phone-number {
  margin-left: 9px;
  margin-left: 0.5625rem;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contact__phone-number {
    font-size: 2.125rem;
  }
}

.contact__download {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.contact__container {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .contact__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.flow__inner {
  max-width: 1170px;
  max-width: 73.125rem;
  margin-top: 120px;
  margin-top: 7.5rem;
}

.flow__box {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .flow__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.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: -webkit-gradient(linear, left top, left bottom, from(#3f63b4), to(rgba(61, 113, 187, .39)));
  background: linear-gradient(#3f63b4 0%, rgba(61, 113, 187, .39) 100%);
  opacity: 0.42;
  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 {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0%;
  z-index: 11;
  max-width: 519.5px;
  max-width: 32.46875rem;
}

.introduce {
  padding-top: 170px;
  padding-top: 10.625rem;
  width: 100%;
}
.introduce__title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .introduce__title {
    width: 50%;
  }
}

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

.introduce__techman-image-area {
  position: absolute;
  top: -260px;
  top: -16.25rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .introduce__techman-image-area {
    top: -21.875rem;
    right: 0rem;
  }
}

.introduce__techman-image-area img {
  max-width: 300px;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .introduce__techman-image-area img {
    max-width: 37.9375rem;
  }
}

.introduce__boxs {
  position: relative;
  margin-top: 80px;
  margin-top: 5rem;
}

.introduce__boxs::before,
.introduce__boxs::after {
  position: absolute;
  content: "";
  width: 135px;
  width: 8.4375rem;
  height: 135px;
  height: 8.4375rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/common/introduce-box___background.png);
  opacity: 0.5;
}

.introduce__boxs::before {
  left: 3%;
  top: 9%;
}

.introduce__boxs::after {
  right: 5%;
  bottom: 1%;
}

.introduction {
  padding: 30px 0 40px;
  padding: 1.875rem 0 2.5rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/common/introduction__bg--sp.png);
}
@media screen and (min-width: 768px) {
  .introduction {
    margin-top: -17%;
    padding: 25rem 0 4.80625rem;
    background-image: url(../images/common/introduction__bg.png);
  }
}

.introduction__content {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .introduction__content {
    margin-left: 10%;
  }
}

.related {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.service {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .service {
    margin-top: 7.5rem;
  }
}

.service__inner {
  position: relative;
}

.service__inner::before,
.service__inner::after {
  position: absolute;
  content: "";
  width: 562.8px;
  width: 35.175rem;
  height: 369.57px;
  height: 23.098125rem;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .service__inner::before,
  .service__inner::after {
    width: 37.666875rem;
    height: 35.100625rem;
  }
}

.service__inner::before {
  left: -110px;
  left: -6.875rem;
  top: 55%;
  background-image: url(../images/common/service__background--01.png);
}
@media screen and (min-width: 768px) {
  .service__inner::before {
    left: -18.75rem;
    top: 20%;
  }
}

.service__inner::after {
  right: -100px;
  right: -6.25rem;
  top: 25%;
  background-image: url(../images/common/service__background--02.png);
}
@media screen and (min-width: 768px) {
  .service__inner::after {
    right: -18.75rem;
    top: 60%;
  }
}

.service__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .service__text {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    color: #222222;
    text-align: center;
  }
}

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


#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;
}
}


#header {
  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;
}
#header .inner {
  padding: 21px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .header_logo {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#header .header_logo img {
  max-width: 205px;
}
#header .header_logo span {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.6rem;
}
#header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header ul a + a {
  margin-left: 32px;
}
#header ul a {
  height: 42px;
  line-height: 42px;
}
#header ul a li {
  font-size: 1.6rem;
  color: #0665b3;
}
#header ul a span {
  display: inline-block;
}
#header ul a:last-child {
  width: 15.7393850659vw;
  max-width: 215px;
  background: #0665b3;
  text-align: center;
}
#header ul a:last-child li {
  color: #fff;
}

@media only screen and (min-width: 1400px) {
.gnavi__list a {
    font-size: 1.0rem !important;
}
}
#header .header_logo span {
    font-size: 1.0rem !important;
    font-weight: normal !important;
}
@media only screen and (max-width: 640px) {
#header .header_logo img {
    max-width: 150px !important;
}
}
@media only screen and (max-width: 640px), only screen and (min-width: 641px)  and (max-width: 959px) {
#header .header_logo img {
    max-width: 150px !important;
}
}
#header .header_logo img {
    max-width: 205px;
}

#header .header_logo span.tfs_logo01 {
    font-size: 1.0rem !important;
}

.inner.tfs_header02 {
    max-width: initial;
}




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