@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@400;700&display=swap";
article, aside, figure, figcaption, footer, header, nav, section {
  display: block
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0
}
input, textarea, select {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none
}
textarea {
  resize: none
}
button {
  border: none;
  overflow: visible;
  background: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none
}
label {
  cursor: pointer
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%
}
fieldset {
  border: 0
}
img {
  max-width: 100%;
  border: 0;
  height: auto;
  vertical-align: top
}
address, caption, code, em, th {
  font-style: normal;
  font-weight: normal
}
ol, ul {
  list-style: none
}
caption, th {
  text-align: left
}
h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal
}
a, input {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-wrap: break-word;
  word-wrap: break-word
}
sup {
  vertical-align: top
}
sub {
  vertical-align: sub
}
strong {
  font-weight: 700
}
* {
  box-sizing: border-box
}
html {
  font-size: 62.5%
}
html.is-locked {
  overflow-y: scroll;
  position: fixed;
  left: 0;
  width: 100%
}
body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #313636;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased
}
a {
  text-decoration: none;
  color: #313636
}
a:hover, a:active, a:focus, a:visited {
  text-decoration: none
}

.bt-animation{
  overflow: hidden;
  position: relative;
}
.bt-animation:before{
  position: absolute;
  content: '';
  display: inline-block;
  top: 140px;
  left: 200px;
  width: 800px;
  height: 200%;
  background-color: #fff; 
  animation: kiran 3s ease-in-out infinite;
}

@-webkit-keyframes kiran {
 0%{transform:scale(0) rotate(45deg); opacity: 0; }
 80%{transform:scale(0) rotate(45deg); opacity: 0.5; }
 81%{transform:scale(2) rotate(45deg); opacity: 1; }
 100%{transform:scale(8) rotate(45deg); opacity: 0; }
}
.c-accordion {
  display: flex;
  flex-direction: column;
  gap: 30px
}
@media all and (max-width: 767px) {
  .c-accordion {
    gap: 20px
  }
}
.c-accordion--itechh .c-accordion__accordion {
  border-radius: 16px;
  background: #fff;
  border: 2px solid #003e92;
  box-shadow: 0px 0px 12px rgba(16, 94, 200, .2)
}
@media all and (max-width: 767px) {
  .c-accordion--itechh .c-accordion__accordion {
    border-radius: 8px;
    border-width: 2px
  }
}
.c-accordion--itechh .c-accordion__question::before {
  background-color: #003e92
}
.c-accordion--itechh .c-accordion__heading::after {
  background: url(/itrecai/assets/image/img_arrow_01.svg) no-repeat;
  background-size: contain
}
@media all and (max-width: 767px) {
  .c-accordion--faq {
    gap: 15px
  }
}
.c-accordion--faq .c-accordion__heading {
  padding: 19px 75px 18px 20px
}
@media all and (max-width: 767px) {
  .c-accordion--faq .c-accordion__heading {
    padding: 15px 50px 15px 10px
  }
}
.c-accordion--faq .c-accordion__heading::after {
  right: 23px
}
@media all and (max-width: 767px) {
  .c-accordion--faq .c-accordion__heading::after {
    right: 9px
  }
}
.c-accordion--faq .c-accordion__content {
  padding: 2px 100px 25px 20px
}
@media all and (max-width: 767px) {
  .c-accordion--faq .c-accordion__content {
    padding-left: 10px;
    padding-right: 10px
  }
}
.c-accordion__accordion {
  border-radius: 16px;
  background: #fff;
  border: 2px solid #3ca2d8;
  box-shadow: 0px 0px 12px rgba(47, 172, 238, .2)
}
@media all and (max-width: 767px) {
  .c-accordion__accordion {
    border-radius: 8px;
    border-width: 1px
  }
}
.c-accordion__heading {
  position: relative;
  padding: 27px 80px 27px 28px;
  cursor: pointer
}
@media all and (min-width: 768px) {
  .c-accordion__heading {
    opacity: 1;
    transition: opacity .3s ease-out
  }
  .c-accordion__heading:hover {
    opacity: .8;
    text-decoration: none
  }
}
@media all and (max-width: 767px) {
  .c-accordion__heading {
    padding: 19px 55px 18px 14px
  }
}
.c-accordion__heading::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 45px;
  height: 45px;
  background: url(/itrecai/assets/image/i-comons-jp/img_arrow_01.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%)
}
@media all and (max-width: 767px) {
  .c-accordion__heading::after {
    width: 36px;
    height: 36px;
    right: 16px
  }
}
.c-accordion__heading.is-open::after {
  transform: translateY(-50%) rotate(180deg)
}
.c-accordion__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.33
}
@media all and (max-width: 767px) {
  .c-accordion__title {
    font-size: 1.6rem
  }
}
.c-accordion__question {
  display: flex;
  align-items: flex-start;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .02em
}
@media all and (max-width: 767px) {
  .c-accordion__question {
    font-size: 1.2rem
  }
}
.c-accordion__question::before {
  content: "Q";
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DIN Medium", Oswald, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: .04em;
  line-height: 1.3;
  color: #fff;
  background: #3ca2d8;
  border-radius: 40px;
  margin-right: 8px
}
@media all and (max-width: 767px) {
  .c-accordion__question::before {
    width: 26px;
    height: 26px;
    font-size: 1.4rem
  }
}
.c-accordion__question > span {
  display: block;
  align-self: center
}
.c-accordion__answer {
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
  letter-spacing: .02em;
  line-height: 1.57
}
.c-accordion__answer::before {
  content: "A";
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DIN Medium", Oswald, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: .04em;
  line-height: 1.3;
  color: #fff;
  background: #ce1616;
  border-radius: 40px;
  margin-right: 8px
}
@media all and (max-width: 767px) {
  .c-accordion__answer::before {
    width: 26px;
    height: 26px;
    font-size: 1.4rem
  }
}
.c-accordion__answer > span {
  display: block;
  align-self: center
}
.c-accordion__content {
  display: none;
  padding: 6px 28px 48px
}
@media all and (max-width: 767px) {
  .c-accordion__content {
    padding: 13px 14px 33px 14px
  }
}
.c-accordion__image {
  text-align: center;
  margin-top: 45px
}
@media all and (max-width: 767px) {
  .c-accordion__image {
    margin-top: 30px
  }
}
.c-accordion__text {
  font-size: 1.5rem;
  letter-spacing: .02em;
  line-height: 1.86
}
@media all and (max-width: 767px) {
  .c-accordion__text {
    font-size: 1.3rem;
    line-height: 2
  }
}
.c-button-01 {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  color: #fff;
  background-color: #3ca2d8;
  border-radius: 50px;
  padding: 12px 10px;
  transform: translateZ(0)
}
@media all and (min-width: 768px) {
  .c-button-01 {
    opacity: 1;
    transition: opacity .3s ease-out
  }
  .c-button-01:hover {
    opacity: .8;
    text-decoration: none
  }
}
.c-button-01--itechh {
  background-color: #003e92
}
.c-button-01--medium {
  font-size: 1.2rem
}
@media all and (max-width: 767px) {
  .c-button-01--medium {
    font-size: 1.4rem;
    padding: 11px 10px
  }
}
.c-card-modal {
  position: relative;
  min-height: 500px;
  padding: 45px 40px 35px;
  background-color: #fff;
  border-radius: 16px
}
@media all and (max-width: 767px) {
  .c-card-modal {
    padding: 33px 22px 25px
  }
}
.c-card-modal__number {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #3ca2d8;
  font-family: "DIN Medium", Oswald, sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%)
}
.c-card-modal__title {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.46
}
@media all and (max-width: 767px) {
  .c-card-modal__title {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.3
  }
}
.c-card-modal__text, .c-card-modal__list {
  font-size: 1.5rem;
  line-height: 1.8
}
@media all and (max-width: 767px) {
  .c-card-modal__text, .c-card-modal__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 1.2rem;
    line-height: 1.67
  }
}
@media all and (min-width: 768px) {
  .c-card-modal__list > li::before {
    content: "・"
  }
}
.c-card-modal__note {
  margin-top: 35px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center
}
@media all and (max-width: 767px) {
  .c-card-modal__note {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.36;
    text-align: left
  }
}
.c-card-modal__image {
  --gap-pc: 20;
  --gap-sp: 16;
  --mt-pc: 32;
  --mt-sp: 40;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--gap-pc)*1px);
  margin-top: calc(var(--mt-pc)*1px)
}
@media all and (max-width: 767px) {
  .c-card-modal__image {
    flex-direction: column;
    gap: calc(var(--gap-sp)*1px);
    margin-top: calc(var(--mt-sp)*1px)
  }
}
@media all and (min-width: 768px) {
  .c-card-modal__image--align-end-pc {
    align-items: flex-end
  }
}
@media all and (max-width: 767px) {
  .c-card-modal__image--reverse-sp {
    flex-direction: column-reverse
  }
}
.c-card-modal__image-item {
  --width-pc: 350;
  --width-sp: 250;
  display: block;
  width: 100%;
  max-width: calc(var(--width-pc)*1px)
}
@media all and (max-width: 767px) {
  .c-card-modal__image-item {
    max-width: calc(var(--width-sp)*1px)
  }
}
.c-card-modal__image-item img {
  display: block;
  width: 100%;
  max-width: none
}
.c-carousel__container {
  position: relative
}
.c-carousel__slider {
  overflow: hidden;
  padding-top: 25px
}
.c-carousel__slider > .swiper {
  overflow: visible
}
.c-carousel .c-carousel__btn-prev, .c-carousel .c-carousel__btn-next {
  position: absolute;
  top: 50%;
  left: calc(100% + 27px);
  z-index: 2;
  display: block;
  width: 45px;
  height: 45px;
  background: url(/itrecai/assets/image/btn_next_01.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  cursor: pointer
}
@media all and (min-width: 768px) {
  .c-carousel .c-carousel__btn-prev, .c-carousel .c-carousel__btn-next {
    opacity: 1;
    transition: opacity .3s ease-out
  }
  .c-carousel .c-carousel__btn-prev:hover, .c-carousel .c-carousel__btn-next:hover {
    opacity: .8;
    text-decoration: none
  }
}
@media all and (max-width: 1160px) {
  .c-carousel .c-carousel__btn-prev, .c-carousel .c-carousel__btn-next {
    left: 100%;
    transform: translate(-50%, -50%)
  }
}
@media all and (max-width: 767px) {
  .c-carousel .c-carousel__btn-prev, .c-carousel .c-carousel__btn-next {
    left: calc(100% - 30px);
    width: 36px;
    height: 36px;
    transform: translateY(-50%)
  }
}
.c-carousel .c-carousel__btn-prev.swiper-button-disabled, .c-carousel .c-carousel__btn-next.swiper-button-disabled {
  display: none
}
.c-carousel .c-carousel__btn-prev {
  left: auto;
  right: calc(100% + 27px);
  transform: rotate(180deg) translateY(50%)
}
@media all and (max-width: 1160px) {
  .c-carousel .c-carousel__btn-prev {
    right: 100%;
    transform: rotate(180deg) translate(-50%, 50%)
  }
}
@media all and (max-width: 767px) {
  .c-carousel .c-carousel__btn-prev {
    right: calc(100% - 30px);
    transform: rotate(180deg) translateY(50%)
  }
}
.c-carousel .c-carousel__pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 50px;
  font-size: 0
}
@media all and (max-width: 767px) {
  .c-carousel .c-carousel__pagination {
    gap: 16px;
    margin-top: 26px
  }
}
.c-carousel .c-carousel__pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #3ca2d8;
  opacity: .5
}
@media all and (max-width: 767px) {
  .c-carousel .c-carousel__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px
  }
}
@media all and (min-width: 768px) {
  .c-carousel .c-carousel__pagination .swiper-pagination-bullet:hover {
    opacity: 1
  }
}
.c-carousel .c-carousel__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1
}
@media all and (min-width: 768px) {
  .c-footer-contact {
    display: grid;
    grid-template-columns: 1fr 1fr
  }
}
.c-footer-contact__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 20px
}
@media all and (max-width: 767px) {
  .c-footer-contact__box {
    min-height: 240px;
    padding: 15px
  }
}
.c-footer-contact__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}
.c-footer-contact__content {
  position: relative;
  z-index: 1;
  flex: 1;
  color: #fff;
  text-align: center
}
.c-footer-contact__title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px
}
@media all and (max-width: 767px) {
  .c-footer-contact__title {
    font-size: 1.4rem;
    line-height: 1.5
  }
}
.c-footer-contact__text, .c-footer-contact__time {
  font-size: 1.5rem;
  margin-top: 32px;
  line-height: 1.86
}
@media all and (max-width: 767px) {
  .c-footer-contact__text, .c-footer-contact__time {
    margin-top: 10px;
    font-size: 1.1rem
  }
}
.c-footer-contact__time {
  margin-top: 20px
}
@media all and (max-width: 767px) {
  .c-footer-contact__time {
    margin-top: 6px
  }
}
.c-footer-contact__button {
  display: block;
  max-width: 250px;
  margin: 28px auto 0;
  padding: 12px;
  background-color: #fff;
  border-radius: 23px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #313636;
  text-align: center;
  transition: box-shadow .2s ease-out
}
@media all and (max-width: 767px) {
  .c-footer-contact__button {
    margin-top: 15px
  }
}
@media all and (min-width: 768px) {
  .c-footer-contact__button:hover {
    box-shadow: 0 0 16px #2facee
  }
}
.c-footer-contact__button--blue {
  color: #003e92
}
@media all and (min-width: 768px) {
  .c-footer-contact__button--blue:hover {
    box-shadow: 0 0 16px #105ec8
  }
}
.c-footer-contact__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 40px;
  margin-top: 36px
}
@media all and (max-width: 767px) {
  .c-footer-contact__phone {
    flex-direction: column;
    gap: 15px;
    margin-top: 14px
  }
}
.c-footer-contact__phone-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff
}
@media all and (min-width: 768px) {
  .c-footer-contact__phone-link {
    pointer-events: none;
    cursor: default
  }
}
@media all and (max-width: 767px) {
  .c-footer-contact__phone-link {
    gap: 15px;
    max-width: 260px;
    width: 100%;
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 23px
  }
}
.c-footer-contact__phone-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 29px;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center
}
@media all and (max-width: 767px) {
  .c-footer-contact__phone-tag {
    width: 40px;
    height: 18px;
    font-size: 1.1rem;
    font-weight: 500
  }
}
.c-footer-contact__phone-tag--white {
  background-color: #fff;
  color: #1a2a2d
}
.c-footer-contact__phone-number {
  font-family: "Helvetica Neue", "IBM Plex Sans", sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: .4px
}
@media all and (max-width: 767px) {
  .c-footer-contact__phone-number {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: normal
  }
}
.l-footer__lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 50px;
  background-color: #003e92
}
@media all and (max-width: 1920px) {
  .l-footer__lower {
    padding: 40px 2.6041666667vw
  }
}
@media all and (max-width: 1300px) {
  .l-footer__lower {
    padding-bottom: 80px
  }
}
@media all and (max-width: 1040px) {
  .l-footer__lower {
    flex-direction: column;
    gap: 52px;
    padding: 38px 22px 80px
  }
}
.l-footer__logo {
  display: flex;
  align-items: center;
  -moz-column-gap: 57px;
  column-gap: 57px
}
@media all and (max-width: 1920px) {
  .l-footer__logo {
    -moz-column-gap: 2.96875vw;
    column-gap: 2.96875vw
  }
}
@media all and (max-width: 1040px) {
  .l-footer__logo {
    flex-direction: column-reverse;
    gap: 14px 0
  }
}
.l-footer__logo img {
  display: block;
  width: 100%
}
.l-footer__logo-01 {
  display: block;
  width: 233px
}
@media all and (max-width: 1040px) {
  .l-footer__logo-01 {
    width: 190px
  }
}
@media all and (min-width: 768px) {
  .l-footer__logo-01 {
    opacity: 1;
    transition: opacity .3s ease-out
  }
  .l-footer__logo-01:hover {
    opacity: .8;
    text-decoration: none
  }
}
.l-footer__logo-02 {
  display: block;
  width: 132px
}
@media all and (max-width: 1040px) {
  .l-footer__logo-02 {
    width: 101px
  }
}
@media all and (min-width: 768px) {
  .l-footer__logo-02 {
    opacity: 1;
    transition: opacity .3s ease-out
  }
  .l-footer__logo-02:hover {
    opacity: .8;
    text-decoration: none
  }
}
@media all and (max-width: 1040px) {
  .l-footer__utility {
    width: 100%
  }
}
.l-footer__nav {
  display: flex;
  gap: 30px
}
@media all and (max-width: 1040px) {
  .l-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 7.2vw;
    text-align: center
  }
}
.l-footer__nav-link {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.4
}
@media all and (min-width: 768px) {
  .l-footer__nav-link:hover {
    text-decoration: underline
  }
}
.l-footer__copyright {
  margin-top: 32px;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.45;
  text-align: right
}
@media all and (max-width: 1040px) {
  .l-footer__copyright {
    margin-top: 68px;
    font-size: 1rem;
    letter-spacing: .8px;
    text-align: center
  }
}
.l-footer--simple .l-footer__lower {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 90px;
  padding: 0 50px
}
@media all and (max-width: 1040px) {
  .l-footer--simple .l-footer__lower {
    justify-content: center;
    height: 44px
  }
}
.l-footer--simple .l-footer__copyright {
  margin: 0
}
.l-header {
  height: 100px
}
@media all and (max-width: 1300px) {
  .l-header {
    height: 60px
  }
}
.l-header__inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  padding: 0 30px 0 50px;
  background-color: #fff
}
@media all and (max-width: 1920px) {
  .l-header__inner {
    padding-left: 2.6041666667vw;
    padding-right: 1.5625vw
  }
}
@media all and (max-width: 1300px) {
  .l-header__inner {
    height: 60px;
    padding: 13px 15px 13px 10px
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 40px
}
@media all and (max-width: 1920px) {
  .l-header__logo {
    gap: 2.0833333333vw
  }
}
@media all and (max-width: 1300px) {
  .l-header__logo {
    gap: 12px
  }
}
.l-header__logo-link {
  display: block;
  width: 200px
}
@media all and (max-width: 1300px) {
  .l-header__logo-link {
    width: 119px
  }
}
.l-header__logo-link--itechh {
  width: 320px;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
}
@media all and (max-width: 1300px) {
  .l-header__logo-link--itechh {
    width: 127px
  }
}
.l-header__logo-link::after{
  content: "";
  display: block;
  background: url("/itrecai/assets/image/logo_itrecai.png") center center no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  width: 133px;
  height: 54px;
}
@media all and (max-width: 1300px) {
  .l-header__logo-link::after{
    display: none;
  }
}
.l-header__logo-link img{
    display: block;
}
@media all and (max-width: 1300px) {
  .l-header__logo-link img {
    width: 100%
  }
}
.l-header__label {
  display: block;
  padding: 10px 16px;
  border-radius: 6px;
  background-color: #003e92;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 1px
}
@media all and (max-width: 1300px) {
  .l-header__label {
    padding: 6px 8px;
    font-size: 1rem;
    line-height: 1.5
  }
}
.l-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #003e92;
  border-radius: 100%
}
@media all and (min-width: 1301px) {
  .l-header__menu {
    display: none
  }
}
.l-header__menu.is-active .l-header__menu-inner > span {
  top: 50%;
  transform: rotate(45deg)
}
.l-header__menu.is-active .l-header__menu-inner > span:last-child {
  top: 50%;
  transform: rotate(-45deg)
}
.l-header__menu-inner {
  position: relative;
  display: block;
  width: 18px;
  height: 8px
}
.l-header__menu-inner > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003e92;
  transition: transform .2s ease-out
}
.l-header__menu-inner > span:last-child {
  top: 7px
}
.c-heading-01 {
  text-align: center;
  margin-bottom: 70px
}
@media all and (max-width: 767px) {
  .c-heading-01 {
    margin-bottom: 42px
  }
}
.c-heading-01 > span {
  display: inline;
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.66;
  padding-bottom: 28px
}
@media all and (max-width: 767px) {
  .c-heading-01 > span {
    font-size: 2.4rem;
    padding-bottom: 16px
  }
}
.c-heading-01 > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #3ca2d8
}
@media all and (max-width: 767px) {
  .c-heading-01 > span::before {
    width: 40px;
    height: 2px
  }
}
.c-heading-01--itechh > span::before {
  background-color: #003e92
}
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
  width: 100%;
  height: 100dvh;
  background-color: #313636
}
.c-modal__inner {
  overflow: auto;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px
}
@media all and (max-width: 767px) {
  .c-modal__inner {
    padding: 15px
  }
}
@media all and (max-width: 767px) {
  .c-modal__inner--itechh {
    padding-top: 40px
  }
}
.c-modal__content {
  flex-shrink: 0;
  width: 100%;
  max-width: 980px;
  margin: auto
}
.c-modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
  display: block;
  width: 34px;
  height: 34px;
  background: url(/itrecai/assets/image/ico_close_01.svg) no-repeat;
  background-size: contain;
  cursor: pointer
}
@media all and (min-width: 768px) {
  .c-modal__close {
    opacity: 1;
    transition: opacity .3s ease-out
  }
  .c-modal__close:hover {
    opacity: .8;
    text-decoration: none
  }
}
@media all and (max-width: 767px) {
  .c-modal__close {
    top: 16px;
    right: 20px;
    width: 20px;
    height: 20px
  }
}
.c-nav-float {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  padding: 12px 15px 11px;
  background-color: rgba(0, 62, 146, .8)
}
@media all and (min-width: 1301px) {
  .c-nav-float {
    display: none
  }
}
.c-nav-float__button {
  display: block;
  max-width: 295px;
  margin: 0 auto;
  padding: 13px 15px;
  border-radius: 26px;
  background-color: #FEDA14;
  font-size: 1.5rem;
  font-weight: 700;
  color: #313636;
  letter-spacing: .5px;
  text-align: center
}
@media all and (max-width: 1300px) {
  .c-nav-global {
    overflow: auto;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    height: calc(100dvh - 60px);
    background-color: #fff
  }
}
.c-nav-global__inner {
  display: flex;
  align-items: center;
  gap: 50px
}
@media all and (max-width: 1920px) {
  .c-nav-global__inner {
    gap: 2.6041666667vw
  }
}
@media all and (max-width: 1300px) {
  .c-nav-global__inner {
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: stretch;
    gap: 0;
    height: 100%
  }
}
.c-nav-global__list {
  display: flex;
  align-items: center;
  gap: 40px
}
@media all and (max-width: 1920px) {
  .c-nav-global__list {
    gap: 2.0833333333vw
  }
}
@media all and (max-width: 1300px) {
  .c-nav-global__list {
    gap: 47px;
    flex-direction: column;
    padding: 50px 0
  }
}
@media all and (max-width: 1300px) {
  .c-nav-global__item {
    width: 100%
  }
}
.c-nav-global__link {
  position: relative;
  display: block;
  padding-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #313636;
  line-height: 1.4;
  text-align: center
}
@media all and (max-width: 1300px) {
  .c-nav-global__link {
    padding-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.5
  }
}
.c-nav-global__link::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #003e92;
  transform: translateX(-50%);
  transition: width .2s ease-out;
  content: ""
}
@media all and (min-width: 1301px) {
  .c-nav-global__link:hover::after {
    width: 100%
  }
}
@media all and (max-width: 1300px) {
  .c-nav-global__contact {
    padding: 12px 15px 11px;
    background-color: rgba(0, 62, 146, .8)
  }
}
.c-nav-global__contact-button {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 12px 60px 12px 29px;
  border: 1px solid #003e92;
  border-radius: 23px;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  color: #313636;
  letter-spacing: .5px;
  transition: box-shadow .2s ease-out
}
@media all and (max-width: 1300px) {
  .c-nav-global__contact-button {
    max-width: 295px;
    margin: 0 auto;
    padding: 13px 15px;
    border-radius: 26px;
    border: 2px solid #003e92;
    font-size: 1.5rem;
    text-align: center
  }
}
@media all and (min-width: 1301px) {
  .c-nav-global__contact-button:hover {
    box-shadow: 0 0 16px #1574e2
  }
}
.c-nav-global__contact-button::before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  width: 6px;
  height: 11px;
  background: url(/itrecai/assets/image/ico_arrow_right_white_01.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: ""
}
@media all and (max-width: 1300px) {
  .c-nav-global__contact-button::before {
    display: none
  }
}
.c-nav-global__contact-button::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 44px;
  height: 100%;
  border-radius: 0 23px 23px 0;
  background-color: #003e92;
  content: ""
}
@media all and (max-width: 1300px) {
  .c-nav-global__contact-button::after {
    display: none
  }
}
.c-table {
  position: relative
}
@media all and (max-width: 767px) {
  .c-table {
    overflow: auto
  }
}
@media all and (max-width: 767px) {
  .c-table[data-is-scrolling=false]::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 126px;
    height: 126px;
    background: url(/itrecai/assets/image/ico_scroll_01.svg) no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
    content: ""
  }
}
@media all and (max-width: 767px) {
  .c-table__inner {
    min-width: 980px
  }
}
.c-table__table {
  width: 100%;
  border-width: 2px 0;
  border-style: solid;
  border-color: #003e92;
  text-align: left
}
.c-table__table > colgroup > col {
  --width: auto;
  width: var(--width)
}
.c-table__table thead th {
  padding: 12px 20px;
  background-color: #f7f7f7;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5
}
.c-table__table thead th:not(:first-child) {
  border-left: 1px solid #8e8e8e
}
.c-table__table tbody th {
  padding: 14px 20px;
  background-color: #f7f7f7;
  border-top: 1px solid #8e8e8e;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  vertical-align: top
}
.c-table__table tbody td {
  padding: 10px 20px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #8e8e8e;
  font-size: 1.4rem;
  line-height: 1.4;
  vertical-align: top
}
.p-form-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  background: url(/itrecai/assets/image/bg_form_mv_pc.webp) center no-repeat;
  background-size: cover
}
@media all and (max-width: 767px) {
  .p-form-mv {
    height: 100px;
    padding: 0 20px;
    background-image: url(/itrecai/assets/image/bg_form_mv_sp.webp)
  }
}
.p-form-mv__title {
  font-size: 3.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  text-align: center
}
@media all and (max-width: 767px) {
  .p-form-mv__title {
    font-size: 2rem
  }
}
@media all and (min-width: 768px) {
  .p-form {
    padding: 0 40px
  }
}
.p-form__inner {
  max-width: 1080px;
  margin: 25px auto 80px
}
@media all and (max-width: 767px) {
  .p-form__inner {
    width: 90%;
    max-width: none;
    margin-top: 30px;
    margin-bottom: 80px
  }
}
.p-form iframe {
  border: none;
  width: 100%
}
.p-form__message{
  text-align: center;
  font-weight: bold;
  line-height: 1.8em;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-top: 5em;
}
.p-form__back{
  width: 260px;
  margin: 3em auto 0;
}
@media all and (max-width: 767px) {
  .p-form__message{
    font-size: 1.4rem;
    line-height: 2em;
    margin-top: 3em;
  }
  .p-form__back{
    margin: 2em auto 0;
  }
}
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}
 
.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
 
.matrix .is-animated.bg-wrap {
  opacity: 1;
}
 
.matrix .is-animated.bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.p-top-mv {
  position: relative;
  background: transparent linear-gradient(180deg, #6AABF5 0%, #1D68CE 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.p-top-mv__inner{
  margin: 0 auto;
  position: relative;
}
.p-top-mv__lead{
  line-height: 1.3em;
  margin-top: 0.6em;
}
.p-top-mv__lead span{display: inline-block;}
.p-top-mv__lead small{font-size: 88%;}
.p-top-mv__txt{
  font-weight: bold;
  margin-top: 0.5em;
}
.p-top-mv__txt span{display: inline-block;}
.p-top-mv__button-pop{
  color: #fff;
  margin: 3em 0 1em;
}
.p-top-mv__button-pop > p span{
  position: relative;
  display: inline-block;
}
.p-top-mv__button-pop > p > span::before,
.p-top-mv__button-pop > p > span::after{
  content: "";
  display: block;
  background-color: #fff;
  width: 1.6em;
  height: 1px;
  position: absolute;
  bottom: 0.5em;
}
.p-top-mv__button-pop > p > span::before{
  transform: rotate(45deg);
  left: -1.5em;
}
.p-top-mv__button-pop > p > span::after{
  transform: rotate(-45deg);
  right: -1.5em;
}
.p-top-mv__button{
  text-align: center;
}
.p-top-mv__button a{
  display: inline-block;
  font-size: .8333333333vw;
  font-weight: 700;
  width: 540px;
  max-width: 100%;
  letter-spacing: .04em;
  margin: 0 auto;
  color: #000000;
  border-radius: 9999px;
  background: #FEDA14;
  border: 3px solid #C5AB1B;
  padding: .625vw 1em
}
.p-top-mv__button a span{display: inline-block;}
@media all and (min-width: 768px) {
  .p-top-mv__inner{
    max-width: 1600px;
    padding: 0 40px;
    aspect-ratio: 1600 / 840;
  }
  .p-top-mv__content{
    width: calc((100% - 70px)/2);
        display:flex;
    -ms-flex-pack:distribute;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
  }
  .p-top-mv__lead{
    font-size: 8rem;
  }
  .p-top-mv__lead strong{
    font-size: 9.2rem;
  }
  .p-top-mv__txt{
    font-size: 3rem;
  }
  .p-top-mv__button-pop{
    font-size: 2.2rem;
  }
  .p-top-mv__button a{
    opacity: 1;
    font-size: 2.8rem;
    transition: opacity .3s ease-out
  }
  .p-top-mv__button a:hover {
    opacity: .8;
    text-decoration: none
  }
}
@media all and (min-width: 768px)and (max-width: 1480px) {
  .p-top-mv__lead{
    font-size: 6rem;
  }
  .p-top-mv__lead strong{
    font-size: 6.8rem;
  }
  .p-top-mv__txt{
    font-size: 2.6rem;
  }
  .p-top-mv__button-pop{
    font-size: 1.8rem;
  }
}
@media all and (min-width: 768px)and (max-width: 1150px) {
  .p-top-mv__lead{
    font-size: 4rem;
  }
  .p-top-mv__lead strong{
    font-size: 4.6rem;
  }
  .p-top-mv__txt{
    font-size: 2.2rem;
  }
  .p-top-mv__button-pop{
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .p-top-mv__content{
        display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .p-top-mv__lead{
    font-size: 3.8rem;
    letter-spacing: 0.1em
  }
  .p-top-mv__lead strong{
    font-size: 4.2rem;
  }
  .p-top-mv__txt{
    font-size: 1.5rem;
  }
  .p-top-mv__button-pop{display: none !important;}
  .p-top-mv__button{
    order: 99;
    background-color: #003E92;
    padding: 0.5em;
  }
  .p-top-mv__button {
    display: none !important;
  }
}
.p-top-mv__pagelink ul{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
}
.p-top-mv__pagelink li a{
  border: 1px solid #51B4C8;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  height: 100%;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  width: 100%;
  color: #000;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  padding: 1em 0 2em;
}
.p-top-mv__pagelink li a:hover{
  background-color: #EBF3FF;
    color: #003E92;
}
.p-top-mv__pagelink li a::before,
.p-top-mv__pagelink li a::after{
  content: "";
  display: block;
  position: absolute;
}
.p-top-mv__pagelink li a::before{
  background-color: #51B4C8;
  width: 100%;
  height: 1.2em;
  left: 0;
  bottom: 0;
}
.p-top-mv__pagelink li a::after{
  width: 0.6em;
  height: 0.6em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transform: rotate(-45deg);
  border-color: #fff;
  border-style: solid;
  bottom: 0.5em;
  left: calc(50% - 0.3em);
}
@media all and (max-width: 767px) {
  .p-top-mv__pagelink{
    margin: 7vw 7vw 0;
    display: block;
  }
  .p-top-mv__pagelink li{
    width: calc((100% - 5vw) / 3);
  }
  .p-top-mv__pagelink li a::after{
    border-right:2px;
    border-top:2px;
  }
  .p-top-mv__pagelink li a{
    padding-top: 0.5em;
    font-size: 1.4rem;
  }
}
@media all and (min-width: 768px) {
  .p-top-mv__pagelink{
    margin-top: auto;
  }
  .p-top-mv__pagelink li{
    width: calc((100% - 60px) / 3);
    margin-top: 1.5em;
  }
  .p-top-mv__pagelink li a{
    font-size: 1.8rem;
  }
  .p-top-mv__pagelink li a::after{
    border-right:3px;
    border-top:3px;
  }
  .p-top-mv__pagelink li a br{display: none;}
}
@media all and (min-width: 768px)and (max-width: 1150px) {
  .p-top-mv__pagelink li{
    width: calc((100% - 40px) / 3);
  }
  .p-top-mv__pagelink li a{
    font-size: 1.6rem;
  }
}
.p-top-mv__scroll {
  left: 2.2916666667vw;
  bottom: 11.71875vw
}
.p-top-mv__slider{
  height: 100%;
  overflow: hidden;
}
.p-top-mv__slider__inner{
  position: relative;
}
.p-top-mv__image,
.p-top-mv__image.normal {
  display: block;
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 100%;
  transition-property: left;
  transition: 2s ease-in-out;
  z-index: 1;
}
.p-top-mv__image.start{
  z-index: 4;
  left: 100%;
}
.p-top-mv__image.move{
  z-index: 3;
  left: 0;
}
.p-top-mv__image.end{
  z-index: 2;
  left: 0;
}
.p-top-mv__image img ,
.p-top-mv__image.normal img,
.p-top-mv__image.start img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition-property: margin-left;
  transition: 2s ease-in-out;
  margin-left: -40%;
}
.p-top-mv__image.move img,
.p-top-mv__image.end img{
  margin-left: 0;
}
@media all and (min-width: 768px) {
  .p-top-mv__slider{
    position: absolute;
    top: 0;
    left: calc(50% + 35px);
    width: calc((100% - 70px) / 2);
  }
  .p-top-mv__image{
    aspect-ratio: 900 / 780;
  }
}
@media all and (max-width: 767px) {
  .p-top-mv__slider{
    margin-top: 4vw;
    margin-left: 4vw;
    width: 96vw;
    aspect-ratio: 1480 / 1400;
  }
  .p-top-mv__image{
    aspect-ratio: 1480 / 1400;
  }
}
.p-top-remote {
  padding-top: 100px
}
@media all and (max-width: 767px) {
  .p-top-remote {
    padding-top: 80px
  }
}
.p-top-remote__inner {
  width: 100%;
  padding: 0 15px
}
@media all and (min-width: 768px) {
  .p-top-remote__inner {
    max-width: calc(980px + 100px);
    margin: 0 auto;
    padding: 0 50px
  }
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-remote__inner {
    padding: 0 calc(50/(980 + 100)*100vw)
  }
}
.p-top-remote__lead {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px
}
@media all and (max-width: 767px) {
  .p-top-remote__lead {
    font-size: 1.8rem;
    line-height: 1.44;
    margin-bottom: 25px
  }
}
.p-top-remote__chart {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 15.6px
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-remote__chart {
    gap: 2.5925925926vw 1.4444444444vw
  }
}
@media all and (max-width: 767px) {
  .p-top-remote__chart {
    padding: 0 15px;
    gap: 10px 7px
  }
}
.p-top-remote__box-lower {
  display: flex;
  width: 100%;
  justify-content: space-between
}
@media all and (max-width: 767px) {
  .p-top-remote__box-lower {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 7px
  }
}
.p-top-remote__box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #2c7bd8;
  padding: 22px 10px 20px
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-remote__box {
    padding: 2.037037037vw .9259259259vw 1.8518518519vw
  }
}
@media all and (max-width: 767px) {
  .p-top-remote__box {
    padding: 18px 10px
  }
}
.p-top-remote__box--blue {
  background-color: #003e92;
  padding: 30px
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-remote__box--blue {
    padding: 2.7777777778vw
  }
}
@media all and (max-width: 767px) {
  .p-top-remote__box--blue {
    padding: 13px 10px
  }
}
.p-top-remote__box--box-01 {
  width: 100%
}
.p-top-remote__box--box-02, .p-top-remote__box--box-03 {
  min-width: 110px
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-remote__box--box-02, .p-top-remote__box--box-03 {
    min-width: 10.1851851852vw
  }
}
@media all and (max-width: 767px) {
  .p-top-remote__box--box-02, .p-top-remote__box--box-03 {
    width: calc((100% - 7px)/2)
  }
}
.p-top-remote__box--box-04 {
  min-width: 240px
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-remote__box--box-04 {
    min-width: 22.2222222222vw
  }
}
@media all and (max-width: 767px) {
  .p-top-remote__box--box-04 {
    width: 100%
  }
}
.p-top-remote__box--box-05, .p-top-remote__box--box-06 {
  min-width: 190px
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-remote__box--box-05, .p-top-remote__box--box-06 {
    min-width: 17.5925925926vw
  }
}
@media all and (max-width: 767px) {
  .p-top-remote__box--box-05, .p-top-remote__box--box-06 {
    width: 100%
  }
}
.p-top-remote__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  flex-shrink: 0
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-remote__icon {
    width: 5.7407407407vw
  }
}
@media all and (max-width: 767px) {
  .p-top-remote__icon {
    width: 100%
  }
}
.p-top-remote__icon img {
  display: block
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-remote__icon img {
    width: 2.4074074074vw;
    height: 2.4074074074vw
  }
}
.p-top-remote__text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.55;
  color: #fff
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-remote__text {
    font-size: 1.6666666667vw
  }
}
@media all and (max-width: 767px) {
  .p-top-remote__text {
    font-size: 1.4rem;
    line-height: 1.71;
    letter-spacing: .04em
  }
}
.p-top-remote__button {
  display: inline-block;
  min-width: 130px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #003e92;
  text-align: center;
  border-radius: 25px;
  background-color: #fff;
  padding: 10px 25px 16px
}
@media all and (min-width: 768px) {
  .p-top-remote__button {
    opacity: 1;
    transition: opacity .3s ease-out
  }
  .p-top-remote__button:hover {
    opacity: .8;
    text-decoration: none
  }
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-remote__button {
    min-width: 12.037037037vw;
    font-size: 1.4814814815vw;
    padding: .9259259259vw 2.3148148148vw 1.4814814815vw
  }
}
@media all and (max-width: 767px) {
  .p-top-remote__button {
    min-width: 48vw;
    font-size: 1.4rem;
    line-height: 1.71;
    letter-spacing: .04em;
    padding: 5px 32px 14px
  }
}
.p-top-remote__button::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 9px;
  height: 5px;
  transform: translateX(-50%);
  background: url(/itrecai/assets/image/ico_arrow_down_01.svg) no-repeat;
  background-size: contain
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-remote__button::after {
    bottom: .7407407407vw;
    width: .8333333333vw;
    height: .462962963vw
  }
}
.p-top-step {
  padding: 135px 0 130px
}
@media all and (max-width: 767px) {
  .p-top-step {
    padding: 70px 0 85px
  }
}
.p-top-step__inner {
  width: 100%;
  padding: 0 15px
}
@media all and (min-width: 768px) {
  .p-top-step__inner {
    max-width: calc(980px + 100px);
    margin: 0 auto;
    padding: 0 50px
  }
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-step__inner {
    padding: 0 calc(50/(980 + 100)*100vw)
  }
}
.p-top-step__list {
  margin-top: 84px
}
@media all and (max-width: 767px) {
  .p-top-step__list {
    margin-top: 52px
  }
}
.p-top-step__list > li {
  position: relative
}
.p-top-step__list > li:nth-child(n+2) {
  margin-top: 80px
}
@media all and (max-width: 767px) {
  .p-top-step__list > li:nth-child(n+2) {
    margin-top: 65px
  }
}
.p-top-step__list > li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 66.5px 0 66.5px;
  border-color: #003e92 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}
@media all and (max-width: 767px) {
  .p-top-step__list > li:nth-child(n+2)::before {
    top: -46px;
    border-width: 25px 41px 0 41px
  }
}
.p-top-card-border {
  border-radius: 16px;
  background: #fff;
  border: 2px solid #003e92;
  box-shadow: 0px 0px 12px rgba(16, 94, 200, .2);
  padding: 36px 25px
}
@media all and (max-width: 767px) {
  .p-top-card-border {
    border-radius: 8px;
    border-width: 2px
  }
}
@media all and (min-width: 768px) {
  .p-top-card-border {
    text-align: center
  }
}
@media all and (max-width: 767px) {
  .p-top-card-border {
    padding: 14px 13px 20px;
    border-width: 1px
  }
}
.p-top-card-border__title {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .04em;
  color: #f5f6f8;
  border-radius: 8px;
  background: #003e92;
  padding: 7px 30px 6px;
  margin-bottom: 18px
}
@media all and (max-width: 767px) {
  .p-top-card-border__title {
    display: block;
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 1.25;
    text-align: center;
    padding: 11px 20px 10px;
    margin-bottom: 19px
  }
}
.p-top-card-border__title-sub {
  display: block;
  max-width: 360px;
  margin: 55px auto 0;
  padding: 12px;
  border-radius: 8px;
  background: #003e92;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center
}
.p-top-card-border__text {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.44
}
@media all and (max-width: 767px) {
  .p-top-card-border__text {
    font-size: 1.6rem;
    line-height: 1.5
  }
}
.p-top-card-border__list-dot {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 88px;
  font-size: 1.6rem
}
@media all and (max-width: 767px) {
  .p-top-card-border__list-dot {
    margin-top: 20px;
    gap: 45px;
    font-size: 1.5rem
  }
}
.p-top-card-border__list-dot > li {
  position: relative;
  padding-left: 17px;
  font-size: 1.6rem;
  font-weight: 500
}
@media all and (max-width: 767px) {
  .p-top-card-border__list-dot > li {
    padding-left: 15px
  }
}
.p-top-card-border__list-dot > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #003e92;
  transform: translateY(-50%);
  content: ""
}
.p-top-card-border__image {
  --margin-pc: 42;
  --margin-sp: 25;
  margin-top: calc(var(--margin-pc)*1px);
  padding-bottom: 30px;
  text-align: center
}
@media all and (max-width: 767px) {
  .p-top-card-border__image {
    margin-top: calc(var(--margin-sp)*1px);
    padding-bottom: 0
  }
}
.p-top-card-border__image figcaption {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4
}
@media all and (max-width: 767px) {
  .p-top-card-border__image figcaption {
    margin-bottom: 10px;
    font-size: 1.4rem
  }
}
.p-top-emergency {
  background-color: #f5f6f8;
  padding: 77px 0 82px
}
@media all and (max-width: 767px) {
  .p-top-emergency {
    padding: 60px 0 70px
  }
}
.p-top-emergency__inner {
  width: 100%;
  padding: 0 15px
}
@media all and (min-width: 768px) {
  .p-top-emergency__inner {
    max-width: calc(980px + 100px);
    margin: 0 auto;
    padding: 0 50px
  }
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-emergency__inner {
    padding: 0 calc(50/(980 + 100)*100vw)
  }
}
.p-top-emergency__box {
  margin-top: 117px;
  display: flex;
  flex-direction: column;
  gap: 77px 0
}
@media all and (max-width: 767px) {
  .p-top-emergency__box {
    margin-top: 60px;
    gap: 50px 0
  }
}
@media all and (min-width: 768px) {
  .p-top-emergency__card {
    border-radius: 16px;
    background: #fff;
    border: 2px solid #3ca2d8;
    box-shadow: 0px 0px 12px rgba(47, 172, 238, .2);
    padding: 48px 33px 36px
  }
}
.p-top-emergency__title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 2;
  text-align: center;
  background: #fff;
  color: #003e92;
  border: 2px solid #003e92;
  border-radius: 25px;
  padding: 1px 17px;
  margin-bottom: 30px
}
@media all and (max-width: 767px) {
  .p-top-emergency__title {
    margin-bottom: 23px
  }
}
.p-top-emergency__box-text {
  display: flex;
  flex-direction: column;
  align-items: center
}
.p-top-emergency__text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.66;
  text-align: center
}
@media all and (max-width: 767px) {
  .p-top-emergency__text {
    font-size: 1.4rem;
    line-height: 1.71;
    text-align: left
  }
}
.p-top-emergency__note {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.66;
  text-align: center
}
@media all and (min-width: 768px) {
  .p-top-emergency__note {
    margin-top: 30px
  }
}
@media all and (max-width: 767px) {
  .p-top-emergency__note {
    font-size: 1.4rem;
    line-height: 1.71;
    text-align: left
  }
}
@media all and (max-width: 767px) {
  .p-top-emergency__list {
    width: 100%
  }
}
.p-top-emergency__list > li {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.66
}
@media all and (max-width: 767px) {
  .p-top-emergency__list > li {
    font-size: 1.4rem;
    line-height: 1.71
  }
}
@media all and (max-width: 767px) {
  .p-top-emergency__list > li:nth-child(n+2) {
    margin-top: 11px
  }
}
.p-top-emergency__image {
  margin-top: 28px
}
.p-top-emergency__button {
  width: 214px;
  margin: 30px auto 0
}
@media all and (min-width: 768px) {
  .p-top-emergency__box-video {
    width: 760px;
    margin: 0 auto
  }
}
.p-top-emergency__video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%
}
.p-top-emergency__video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none
}
.p-top-implementation {
  padding: 97px 0 100px
}
@media all and (max-width: 767px) {
  .p-top-implementation {
    padding: 60px 0 114px
  }
}
.p-top-implementation__inner {
  width: 100%;
  padding: 0 15px
}
@media all and (min-width: 768px) {
  .p-top-implementation__inner {
    max-width: calc(980px + 100px);
    margin: 0 auto;
    padding: 0;
  }
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-implementation__inner {
    padding: 0 calc(50/(980 + 100)*100vw)
  }
}
.p-top-implementation__lead{
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.p-top-implementation__lead p{
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.p-top-implementation__lead p span{display: inline-block;}
.p-top-implementation__lead p::before,
.p-top-implementation__lead p::after{
  content: "";
  display: block;
  background-color: #707070;
  height: 1px;
  width: 2em;
  position: absolute;
  bottom: 0;
}
.p-top-implementation__lead p::before{
  left: 0;
  transform: rotate(60deg);
}
.p-top-implementation__lead p::after{
  right: 0;
  transform: rotate(-60deg);
}
@media all and (min-width: 768px) {
  .p-top-implementation__lead{
    font-size: 3.2rem;
  }
  .p-top-implementation__lead p::before,
  .p-top-implementation__lead p::after{
    bottom: 0.6em;
  }
  .p-top-implementation__lead p::before{
    left: -2em;
  }
  .p-top-implementation__lead p::after{
    right: -2em;
  }
  .p-top-implementation__lead br{
    display: none;
  }
  .p-top-implementation__lead br.min{
    display: block;
  }
}
@media all and (min-width: 1080px) {
  .p-top-implementation__lead br.min{
    display: none;
  }
}
@media all and (max-width: 767px) {
  .p-top-implementation__lead{
    font-size: 2.4rem;
  }
  .p-top-implementation__lead p::before,
  .p-top-implementation__lead p::after{
    bottom: 0em;
  }
  .p-top-implementation__lead p::before{
    left: -1.3em;
  }
  .p-top-implementation__lead p::after{
    right: -1.3em;
  }
}
.p-top-implementation__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 40px;
}
@media all and (max-width: 767px) {
  .p-top-implementation__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 40px;
    margin-top: 77px
  }
}
@media all and (min-width: 768px) {
  .p-top-implementation__list{
    margin: 0 auto;
  }
  .p-top-implementation__list > li {
    padding-bottom: 30px
  }
}
.p-top-implementation__image > img {
}
.p-top-implementation__detail {
  text-align: center;
  margin-top: 18px
}
.p-top-implementation__title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.5
}
.p-top-implementation__title span{display: inline-block;}
@media all and (max-width: 767px) {
  .p-top-implementation__title {
    font-size: 1.8rem;
    line-height: 1.33
  }
}
.p-top-implementation__button {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 36px auto 0
}
@media all and (max-width: 767px) {
  .p-top-implementation__button {
    width: 212px;
    margin: 34px auto 0
  }
}
.p-top-faq {
  background-color: #ecf4fb;
  padding: 97px 0 100px
}
@media all and (max-width: 767px) {
  .p-top-faq {
    padding: 60px 0 70px
  }
}
.p-top-faq__inner {
  width: 100%;
  padding: 0 15px
}
@media all and (min-width: 768px) {
  .p-top-faq__inner {
    max-width: calc(980px + 100px);
    margin: 0 auto;
    padding: 0 50px
  }
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-faq__inner {
    padding: 0 calc(50/(980 + 100)*100vw)
  }
}
.p-top-about {
  padding: 90px 0;
  background-color: #f5f6f8
}
@media all and (max-width: 767px) {
  .p-top-about {
    padding: 64px 0 35px
  }
}
.p-top-about__inner {
  width: 100%;
  padding: 0 15px
}
@media all and (min-width: 768px) {
  .p-top-about__inner {
    max-width: calc(980px + 100px);
    margin: 0 auto;
    padding: 0 50px
  }
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-about__inner {
    padding: 0 calc(50/(980 + 100)*100vw)
  }
}
.p-top-about__box {
  padding: 53px 23px 60px;
  border-radius: 16px;
  background-color: #fff
}
@media all and (min-width: 768px) {
  .p-top-about__box {
    display: flex;
    padding: 42px 44px 36px 57px
  }
}
.p-top-about__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3;
  margin-bottom: 0
}
@media all and (max-width: 767px) {
  .p-top-about__title {
    text-align: center;
    margin-bottom: 0
  }
}
@media all and (min-width: 768px) {
  .p-top-about__detail {
    padding-right: 72px
  }
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-about__detail {
    padding-right: 6.6666666667vw
  }
}
@media all and (min-width: 768px) {
  .p-top-about__image {
    flex: 0 0 auto;
    width: 260px
  }
}
@media all and (max-width: 767px) {
  .p-top-about__image {
    text-align: center;
    margin-top: 57px
  }
}
@media all and (min-width: 768px) {
  .p-top-about__image > img {
    margin-top: 13px
  }
}
@media all and (max-width: 767px) {
  .p-top-about__image > img {
    width: 220px
  }
}
@media all and (min-width: 768px) {
  .p-top-about__logo {
    flex: 0 0 auto
  }
}
@media all and (max-width: 767px) {
  .p-top-about__logo {
    text-align: center;
    margin-bottom: 32px
  }
}
@media all and (max-width: 767px) {
  .p-top-about__logo img {
    width: 177px
  }
}
.p-top-about__text {
  font-size: 1.4rem;
  letter-spacing: .02em;
  line-height: 1.71
}
@media all and (min-width: 768px) {
  .p-top-about__text {
    margin-top: 18px
  }
}
@media all and (max-width: 767px) {
  .p-top-about__text {
    font-size: 1.3rem;
    line-height: 1.538
  }
}
.p-top-about__button-wrap {
  width: 260px;
  margin-top: 40px
}
@media all and (max-width: 767px) {
  .p-top-about__button-wrap {
    width: 250px;
    margin: 24px auto 0
  }
}
.p-top-about__button {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  color: #fff;
  background-color: #003e92;
  border-radius: 50px;
  padding: 12px 10px
}
@media all and (min-width: 768px) {
  .p-top-about__button {
    opacity: 1;
    transition: opacity .3s ease-out
  }
  .p-top-about__button:hover {
    opacity: .8;
    text-decoration: none
  }
}
.p-top-specification {
  padding-top: 80px;
  padding-bottom: 106px;
  background: #fff
}
@media all and (max-width: 767px) {
  .p-top-specification {
    padding-top: 60px;
    padding-bottom: 25px
  }
}
.p-top-specification__inner {
  width: 100%;
  padding: 0 15px
}
@media all and (min-width: 768px) {
  .p-top-specification__inner {
    max-width: calc(980px + 100px);
    margin: 0 auto;
    padding: 0 50px
  }
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-specification__inner {
    padding: 0 calc(50/(980 + 100)*100vw)
  }
}
.p-top-specification__content {
  padding-top: 30px
}
@media all and (max-width: 767px) {
  .p-top-specification__content {
    padding-top: 25px
  }
}
.p-top-specification__image {
  display: block;
  width: 419px;
  margin: 80px auto 0
}
@media all and (max-width: 767px) {
  .p-top-specification__image {
    width: 243px;
    margin-top: 44px
  }
}
.p-top-specification__image img {
  display: block;
  width: 100%
}
.p-top-specification--excerpt {
  padding-bottom: 80px
}
@media all and (max-width: 767px) {
  .p-top-specification--excerpt {
    padding-bottom: 70px
  }
}
.p-top-feature {
  padding-top: 135px;
  background-color: #fff
}
@media all and (max-width: 767px) {
  .p-top-feature {
    padding-top: 70px
  }
}
.p-top-feature__inner {
  width: 100%;
  padding: 0 15px
}
@media all and (min-width: 768px) {
  .p-top-feature__inner {
    max-width: calc(980px + 100px);
    margin: 0 auto;
    padding: 0 50px
  }
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-feature__inner {
    padding: 0 calc(50/(980 + 100)*100vw)
  }
}
.p-top-feature__list {
  display: flex;
  flex-direction: column;
  gap: 60px
}
@media all and (max-width: 767px) {
  .p-top-feature__list {
    gap: 40px
  }
}
.p-top-other-feature {
  background-color: #ecf4fb;
  padding: 80px 0 123px
}
@media all and (max-width: 767px) {
  .p-top-other-feature {
    padding: 50px 0 88px
  }
}
.p-top-other-feature__inner {
  width: 100%;
  padding: 0 15px
}
@media all and (min-width: 768px) {
  .p-top-other-feature__inner {
    max-width: calc(980px + 100px);
    margin: 0 auto;
    padding: 0 50px
  }
}
@media all and (min-width: 768px)and (max-width: 1080px) {
  .p-top-other-feature__inner {
    padding: 0 calc(50/(980 + 100)*100vw)
  }
}
.p-top-other-feature__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 25px
}
@media all and (max-width: 767px) {
  .p-top-other-feature__list {
    gap: 20px;
    padding-top: 12px
  }
}
.p-top-other-feature__list-item {
  overflow: hidden;
  display: flex;
  min-height: 107px;
  border: 2px solid #003e92;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(47, 172, 238, .2)
}
@media all and (max-width: 767px) {
  .p-top-other-feature__list-item {
    flex-direction: column;
    min-height: 0;
    border-width: 1px;
    border-radius: 9px
  }
}
.p-top-other-feature__list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 292px;
  padding: 16px;
  background-color: #f7f7f7;
  font-size: 2rem;
  font-weight: 700
}
@media all and (max-width: 767px) {
  .p-top-other-feature__list-title {
    width: 100%;
    padding: 12px 15px;
    font-size: 1.8rem
  }
}
.p-top-other-feature__list-detail {
  display: flex;
  align-items: center;
  padding: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5
}
@media all and (max-width: 767px) {
  .p-top-other-feature__list-detail {
    display: block;
    padding: 15px;
    font-size: 1.3rem;
    text-align: center
  }
}
.p-top-other-feature__list-number {
  font-family: "DIN Medium", Oswald, sans-serif;
  font-size: 3rem;
  line-height: 1
}
.p-top-other-feature__text {
  margin-top: 70px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center
}
@media all and (max-width: 767px) {
  .p-top-other-feature__text {
    margin-top: 40px;
    font-size: 1.4rem;
    text-align: left
  }
}
.p-top-other-feature__app {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 18px;
  margin-top: 70px
}
@media all and (max-width: 767px) {
  .p-top-other-feature__app {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px
  }
}
.p-top-other-feature__app-card {
  padding: 16px 20px 20px;
  border-radius: 16px;
  background-color: #fff;
  border: 2px solid #003e92;
  box-shadow: 0px 0px 12px rgba(47, 172, 238, .2)
}
@media all and (min-width: 768px) {
  .p-top-other-feature__app-card--grid {
    display: grid;
    grid-template-rows: 1fr auto
  }
}
.p-top-other-feature__app-tag {
  margin-bottom: 8px;
  text-align: center
}
.p-top-other-feature__app-tag > span {
  display: inline-block;
  padding: 4px 17px;
  font-size: 1.1rem;
  font-weight: 500;
  border: 1px solid #003e92;
  border-radius: 17px;
  color: #003e92;
  line-height: 1.4
}
.p-top-other-feature__app-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center
}
.p-top-other-feature__app-detail {
  margin-top: 22px;
  font-size: 1.4rem;
  line-height: 1.57
}
.p-top-other-feature__app-image {
  margin-top: 25px
}
.p-top-other-feature__app-image img {
  display: block;
  width: 100%
}
.p-top-other-feature__app-label {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}
.p-top-other-feature__app-label-text {
  display: block;
  padding: 6px;
  background-color: #ecf4fb;
  font-size: 1.3rem;
  font-weight: 700;
  color: #003e92;
  line-height: 1.45;
  text-align: center
}
@media all and (min-width: 768px) {
  .p-top-other-feature__app-label + .p-top-other-feature__app-image {
    margin-top: 15px
  }
}
.p-top-other-feature__app-button {
  display: block;
  max-width: 214px;
  margin: 30px auto 0;
  padding: 12px;
  background: #003e92;
  border-radius: 24px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  text-align: center
}
@media all and (max-width: 767px) {
  .p-top-other-feature__app-button {
    margin-top: 25px
  }
}
@media all and (min-width: 768px) {
  .p-top-other-feature__app-button {
    opacity: 1;
    transition: opacity .3s ease-out
  }
  .p-top-other-feature__app-button:hover {
    opacity: .8;
    text-decoration: none
  }
}
.p-top-other-feature__app-list {
  margin-top: 15px;
  line-height: 1.4
}
@media all and (max-width: 767px) {
  .p-top-other-feature__app-list {
    margin-top: 8px
  }
}
.p-top-other-feature__app-list > li {
  display: flex
}
.p-top-other-feature__app-list > li::before {
  flex-shrink: 0;
  content: "・"
}
.p-top-other-feature__app-note {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
  font-size: .9rem;
  line-height: 1.4
}
@media all and (max-width: 767px) {
  .p-top-other-feature__app-note {
    display: block;
    margin-top: 22px;
    font-size: 1rem
  }
}
.p-top-other-feature__app-note > li {
  display: flex
}
.p-top-other-feature__app-note > li::before {
  flex-shrink: 0;
  content: "※"
}
@media all and (min-width: 768px) {
  .p-top-other-feature__app-card-lower {
    padding-bottom: 20px
  }
}
.u-d-none {
  display: none !important
}
.u-v-hidden {
  visibility: hidden !important
}
@media all and (max-width: 767px) {
  .u-d-sm-none {
    display: none !important
  }
  .u-v-sm-hidden {
    visibility: hidden !important
  }
}
@media all and (min-width: 768px) {
  .u-d-md-none {
    display: none !important
  }
  .u-v-md-hidden {
    visibility: hidden !important
  }
}
.u-mt-0 {
  margin-top: 0px !important
}
.u-pt-0 {
  padding-top: 0px !important
}
.u-mb-0 {
  margin-bottom: 0px !important
}
.u-pb-0 {
  padding-bottom: 0px !important
}
.u-ml-0 {
  margin-left: 0px !important
}
.u-pl-0 {
  padding-left: 0px !important
}
.u-mr-0 {
  margin-right: 0px !important
}
.u-pr-0 {
  padding-right: 0px !important
}
.u-mt-5 {
  margin-top: 5px !important
}
.u-pt-5 {
  padding-top: 5px !important
}
.u-mb-5 {
  margin-bottom: 5px !important
}
.u-pb-5 {
  padding-bottom: 5px !important
}
.u-ml-5 {
  margin-left: 5px !important
}
.u-pl-5 {
  padding-left: 5px !important
}
.u-mr-5 {
  margin-right: 5px !important
}
.u-pr-5 {
  padding-right: 5px !important
}
.u-mt-10 {
  margin-top: 10px !important
}
.u-pt-10 {
  padding-top: 10px !important
}
.u-mb-10 {
  margin-bottom: 10px !important
}
.u-pb-10 {
  padding-bottom: 10px !important
}
.u-ml-10 {
  margin-left: 10px !important
}
.u-pl-10 {
  padding-left: 10px !important
}
.u-mr-10 {
  margin-right: 10px !important
}
.u-pr-10 {
  padding-right: 10px !important
}
@media all and (max-width: 767px) {
  .u-mt-sm-0 {
    margin-top: 0px !important
  }
  .u-pt-sm-0 {
    padding-top: 0px !important
  }
  .u-mb-sm-0 {
    margin-bottom: 0px !important
  }
  .u-pb-sm-0 {
    padding-bottom: 0px !important
  }
  .u-ml-sm-0 {
    margin-left: 0px !important
  }
  .u-pl-sm-0 {
    padding-left: 0px !important
  }
  .u-mr-sm-0 {
    margin-right: 0px !important
  }
  .u-pr-sm-0 {
    padding-right: 0px !important
  }
  .u-mt-sm-5 {
    margin-top: 5px !important
  }
  .u-pt-sm-5 {
    padding-top: 5px !important
  }
  .u-mb-sm-5 {
    margin-bottom: 5px !important
  }
  .u-pb-sm-5 {
    padding-bottom: 5px !important
  }
  .u-ml-sm-5 {
    margin-left: 5px !important
  }
  .u-pl-sm-5 {
    padding-left: 5px !important
  }
  .u-mr-sm-5 {
    margin-right: 5px !important
  }
  .u-pr-sm-5 {
    padding-right: 5px !important
  }
  .u-mt-sm-10 {
    margin-top: 10px !important
  }
  .u-pt-sm-10 {
    padding-top: 10px !important
  }
  .u-mb-sm-10 {
    margin-bottom: 10px !important
  }
  .u-pb-sm-10 {
    padding-bottom: 10px !important
  }
  .u-ml-sm-10 {
    margin-left: 10px !important
  }
  .u-pl-sm-10 {
    padding-left: 10px !important
  }
  .u-mr-sm-10 {
    margin-right: 10px !important
  }
  .u-pr-sm-10 {
    padding-right: 10px !important
  }
}
@media all and (min-width: 768px) {
  .u-mt-md-0 {
    margin-top: 0px !important
  }
  .u-pt-md-0 {
    padding-top: 0px !important
  }
  .u-mb-md-0 {
    margin-bottom: 0px !important
  }
  .u-pb-md-0 {
    padding-bottom: 0px !important
  }
  .u-ml-md-0 {
    margin-left: 0px !important
  }
  .u-pl-md-0 {
    padding-left: 0px !important
  }
  .u-mr-md-0 {
    margin-right: 0px !important
  }
  .u-pr-md-0 {
    padding-right: 0px !important
  }
  .u-mt-md-5 {
    margin-top: 5px !important
  }
  .u-pt-md-5 {
    padding-top: 5px !important
  }
  .u-mb-md-5 {
    margin-bottom: 5px !important
  }
  .u-pb-md-5 {
    padding-bottom: 5px !important
  }
  .u-ml-md-5 {
    margin-left: 5px !important
  }
  .u-pl-md-5 {
    padding-left: 5px !important
  }
  .u-mr-md-5 {
    margin-right: 5px !important
  }
  .u-pr-md-5 {
    padding-right: 5px !important
  }
  .u-mt-md-10 {
    margin-top: 10px !important
  }
  .u-pt-md-10 {
    padding-top: 10px !important
  }
  .u-mb-md-10 {
    margin-bottom: 10px !important
  }
  .u-pb-md-10 {
    padding-bottom: 10px !important
  }
  .u-ml-md-10 {
    margin-left: 10px !important
  }
  .u-pl-md-10 {
    padding-left: 10px !important
  }
  .u-mr-md-10 {
    margin-right: 10px !important
  }
  .u-pr-md-10 {
    padding-right: 10px !important
  }
}









