abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style-type: none;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #000;
}
ins {
  text-decoration: none;
}
ins,
mark {
  background-color: #ff9;
  color: #000;
}
mark {
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}
:root {
  --main-color: #707070;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
body {
  line-height: 1.8;
  word-wrap: break-word;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Helvetica Neue,
    Segoe UI, Hiragino Kaku Gothic ProN, Yu Gothic, Meiryo, MS PGothic,
    sans-serif;
}
body #footer,
body #header,
body #main {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}
iframe {
  max-width: 100%;
}
a {
  background-color: transparent;
  text-decoration: none;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.f-w-bold {
  font-weight: 700;
}
.f-f-gothic {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI,
    Hiragino Kaku Gothic ProN, Yu Gothic, Meiryo, MS PGothic, sans-serif;
}
.f-f-mincho {
  font-family: Georgia, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif;
}
.o-f-hidden {
  overflow: hidden;
}
.object-fit-img {
  font-family: "object-fit: cover; object-position: center;", sans-serif;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.w-s-pre-wrap {
  white-space: pre-wrap;
}
img {
  border-style: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  vertical-align: middle;
}
.lazyload {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
}
.marker-yellow {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #ff0)
  );
  background: -webkit-linear-gradient(transparent 60%, #ff0 0);
  background: linear-gradient(transparent 60%, #ff0 0);
}
.marker-red {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, red)
  );
  background: -webkit-linear-gradient(transparent 60%, red 0);
  background: linear-gradient(transparent 60%, red 0);
}
.marker-pink {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, pink)
  );
  background: -webkit-linear-gradient(transparent 60%, pink 0);
  background: linear-gradient(transparent 60%, pink 0);
}
.note_wrap .note-slid {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 80%, 0)),
    color-stop(98.5%, hsla(0, 0%, 80%, 0)),
    to(#646464)
  );
  background-image: -webkit-linear-gradient(
    top,
    hsla(0, 0%, 80%, 0),
    hsla(0, 0%, 80%, 0) 98.5%,
    #646464
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 80%, 0),
    hsla(0, 0%, 80%, 0) 98.5%,
    #646464
  );
  background-repeat: repeat-y;
  background-size: 100% 2.4em;
  line-height: 2.4;
}
.note_wrap .note-dotted {
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(hsla(0, 0%, 80%, 0)),
      color-stop(49%, hsla(0, 0%, 80%, 0)),
      color-stop(50%, #fff),
      to(#fff)
    ),
    -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0)), color-stop(98.5%, hsla(0, 0%, 80%, 0)), to(#646464));
  background-image: -webkit-linear-gradient(
      left,
      hsla(0, 0%, 80%, 0),
      hsla(0, 0%, 80%, 0) 49%,
      #fff 50%,
      #fff
    ),
    -webkit-linear-gradient(top, hsla(0, 0%, 80%, 0), hsla(0, 0%, 80%, 0) 98.5%, #646464);
  background-image: linear-gradient(
      90deg,
      hsla(0, 0%, 80%, 0),
      hsla(0, 0%, 80%, 0) 49%,
      #fff 50%,
      #fff
    ),
    linear-gradient(
      180deg,
      hsla(0, 0%, 80%, 0),
      hsla(0, 0%, 80%, 0) 98.5%,
      #646464
    );
  background-repeat: repeat-x, repeat-y;
  background-size: 4px 100%, 100% 2em;
  line-height: 2.4;
}
.note_wrap .note-dotted,
.note_wrap .note-slid {
  padding-bottom: 1em;
}
.note_wrap .note-dotted p:not(:last-of-type),
.note_wrap .note-slid p:not(:last-of-type) {
  margin-bottom: 2.4em;
}
.row-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-0 [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row-15 [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
.img-fluid {
  height: auto;
  max-width: 100%;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-auto {
  height: auto !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.popup-wrap {
  pointer-events: none;
}
.popup-wrap,
.popup-wrap .popup-background {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.popup-wrap .popup-background {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  pointer-events: auto;
}
.popup-wrap .popup-container {
  background: #fff;
  display: none;
  left: 50%;
  pointer-events: auto;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .popup-wrap .popup-container {
    font-size: 0.75em;
    width: 94%;
  }
}
.popup-wrap .popup-container .popup-items {
  position: relative;
}
.popup-wrap .popup-container .popup-items img {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.popup-wrap .popup-container .x_mark {
  background: #ccc;
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 40px;
}
.popup-wrap .popup-container .x_mark:after,
.popup-wrap .popup-container .x_mark:before {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.popup-wrap .popup-container .x_mark:before {
  height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
}
.popup-wrap .popup-container .x_mark:after {
  height: 4px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 20px;
}
@media screen and (min-width: 576px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print {
  [data-aos^="fade"],
  [data-aos^="flip"],
  [data-aos^="slide"],
  [data-aos^="zoom"] {
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
.custom-radio {
  display: inline-block;
  margin-bottom: 0.5em;
  padding-left: 27px;
  position: relative;
}
.custom-radio > span:before {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  width: 22px;
}
.custom-radio > input {
  display: none;
}
.custom-radio > input:checked + span:after {
  background: var(--key-color);
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 12px;
}
.custom-radio:first-of-type {
  margin-right: 1.3em;
}
.custom-check {
  display: inline-block;
  margin-bottom: 0.5em;
  padding-left: 29px;
  position: relative;
}
.custom-check > span:before {
  background: #fff;
  border: 1px solid #707070;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.custom-check > input {
  display: none;
}
.custom-check > input:checked + span:after {
  border-bottom: 3px solid var(--key-color);
  border-left: 3px solid var(--key-color);
  content: "";
  display: block;
  height: 7px;
  left: 3px;
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 14px;
}
.custom-check:not(:first-of-type) {
  margin-left: 2em;
}
:root {
  --main-color: #707070;
}
body {
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.05em;
}
a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.7;
}
.container-ctm {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 90%;
}
.btn-common {
  background: #fff url(https://229250.claudeassets.com/20241103125546im_/https://www.nishino-it-office.com/images/common/btn_arrow.svg) no-repeat right 20px
    center;
  border: 1px solid #051a48;
  color: #051a48;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  max-width: 300px;
  padding: 1em 40px 1em 20px;
  width: 100%;
}
#bottom__page__main__vs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 576px) {
  #bottom__page__main__vs {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  #bottom__page__main__vs {
    padding: 3em 0;
  }
}
#bottom__page__main__vs .title-wrap {
  text-align: center;
}
#bottom__page__main__vs h1 {
  color: #fff;
  font-size: clamp(1.8rem, 3.7499vw, 2.8125rem);
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.common-section-title {
  border-left: 7px solid #051a48;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 50px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .common-section-title {
    font-size: 1.42em;
    margin-bottom: 30px;
  }
  #bottom__page__main__vs h1 {
    font-size: 1.5rem;
  }
}
.common-section-title:after {
  border-bottom: 2px dotted #39458c;
  bottom: -25%;
  content: "";
  left: -7px;
  position: absolute;
  width: 100%;
}
.element-description {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .element-description {
    padding: 50px 0;
  }
}
.element-description .title-agency {
  color: #364491;
  font-size: 1.375em;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
}
.element-description .agency-elements {
  border: 1px solid #0a1b45;
  border-radius: 5px;
  /* margin-bottom: 50px; */
  width: 48%;
}

.agency {
  /*display: flex;*/
  flex-wrap: wrap;
}
.agency-elements {
  width: 48%;
  height: 100px;
  margin: 1%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.agency_logo {
  max-width: 180px;
}
.agency a {
  padding-left: 30px;
  overflow-wrap: break-word;
}
.title-required {
  margin-top: 30px;
}
.top-title {
  font-family: Yellowtail;
  font-size: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  color: #fff;
}

.big-title {
  font-family: Yellowtail;
  font-size: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  color: #364491;
}
@media screen and (max-width: 767px) {
  .element-description .agency-elements {
    margin-bottom: 10px;
    width: 98%;
  }
  .agency {
    display: block;
  }
  .agency_logo {
    max-width: 110px;
  }
  .agency a {
    padding-left: 10px;
  }
  .top-title {
    font-size: 60px;
  }
  .big-title {
    margin-top: -20px;
  }
}
.element-description .agency-elements:last-of-type {
  margin-bottom: 0;
}
.element-description .agency-elements .elements-list {
  /* border-top: 1px solid #0a1b45; */
  max-width: 1140px;
  padding: 30px 0;
}
.element-description .agency-elements .elements-list a {
  width: 50%;
}

.element-description .agency-elements .elements-list .for-japanese-link {
  color: #222;
  display: block;
  font-size: 0.85em;
  margin-bottom: 20px;
  text-decoration: underline;
}
.element-description .agency-elements .elements-list ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.element-description .agency-elements .elements-list ul li:before {
  background-color: #364491;
  border: 1px solid #364491;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
}
.element-description .title-works {
  color: #364491;
  font-size: 1.375em;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
}
.element-description .works-elements {
  border: 1px solid #0a1b45;
  border-radius: 5px;
  /* margin-bottom: 50px; */
  width: 99%;
  display: flex;
}
.works {
  display: flex;
  /* flex-wrap: wrap; */
  width: 100%;
}
.works-title:not(:first-child) {
  margin-top: 50px;
}
.works-elements {
  width: 100%;
  height: auto;
  margin: 1%;
}
.works_pic {
  width:50px;
  padding: 5px 0;
  margin: 0 50px 0 50px;
  filter: drop-shadow(1px 1px 1px #aaa);
}
.works a {
  padding-left: 30px;
}
.business {
  display: flex;
}
.bold {
  font-size: 1.05rem;
  color: blue;
  min-width:230px;
}
.date {
  font-weight: bold;
  width: 20%;
}
.award {
  display: flex;
  padding-bottom: 20px;
}
.award_content {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .element-description .works-elements {
    margin-bottom: 10px;
    width: 98%;
  }
  .works-elements {
    height: 100%;
  }
  .works_pic {
    /* max-width: 150px; */
    margin-left:auto;
    margin-right: 10px;
  }
  .works {
    padding-left: 20px;
    display: flex;
    width:auto;
      height:100%;
  }
  .bold {
    font-size: 1rem;
  }

  .big-title,
  .top-title {
    font-size: 60px;
  }
  .award {
    display: block;
  }
  .date {
    width: 100%;
  }
.business {
  display:block;
  line-height:1.2;
}
  .award_content {
    width: 70%;
  }
}
.element-description .works-elements:last-of-type {
  margin-bottom: 0;
}
.element-description .works-elements .elements-list {
  /* border-top: 1px solid #0a1b45; */
  max-width: 1140px;
  height:auto;
  justify-content: space-between;
  align-items: center;
  display:flex;
}
.element-description .works-elements .elements-list a {
  width: 80%;

}
@media screen and (max-width: 767px) {
  .element-description .works-elements .elements-list a {
    width: 100%;
    line-height: 1.3;
    padding-bottom: 10px;
  }
}
.element-description .works-elements .elements-list .for-japanese-link {
  color: #222;
  display: block;
  font-size: 0.85em;
  margin-bottom: 20px;
  text-decoration: underline;
}
.element-description .works-elements .elements-list ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.element-description .works-elements .elements-list ul li:before {
  background-color: #364491;
  border: 1px solid #364491;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
}
.application-description {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .application-description {
    padding-bottom: 60px;
  }
}
.application-description .application-text {
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.application-description .application-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: auto;
  max-width: 607px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .application-description .application-link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.application-description .application-link-wrap a {
  border: 1px solid #051a48;
  color: #051a48;
  display: block;
  font-weight: 700;
  padding: 15px 20px;
  width: calc(50% - 12.5px);
}
.application-description .application-link-wrap a:after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .application-description .application-link-wrap a {
    width: 100%;
  }
}
.application-description .application-link-wrap .link-contactform {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .application-description .application-link-wrap .link-contactform {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.application-description .application-link-wrap .link-thirdparty {
  background-image: url(https://d9c917.claudeassets.com/20241103125546im_/https://www.nishino-it-office.com/images/recruit/icon_link.svg);
}
:root {
  --main-color: #707070;
}
#header {
  z-index: 10;
}
#header .container-ctm img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 991px) {
  #header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }
}
#header .frame {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #header .frame {
    padding-bottom: 1em;
    padding-top: 1em;
  }
}
#header .logo-wrap {
  min-width: 150px;
  width: 25%;
}
#header #global-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  #header #global-nav {
    display: none;
  }
}
#header #global-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header #global-nav ul li {
  margin-right: 25px;
}
#header #global-nav ul li:after {
  border-right: 1px solid #ccc;
  content: "";
  padding-left: 25px;
}
#header #global-nav ul li:last-child:after {
  display: none;
}
#header #global-nav ul li a {
  color: #222;
}
#header #global-nav .link-en a {
  background: #051a48;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  padding: 8px 20px;
}
@media screen and (min-width: 992px) {
  .header-top {
    position: absolute;
    top: 50px;
    width: 100%;
  }
}
.header-top .frame {
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .header-top .frame {
    padding-left: 40px;
    padding-right: 30px;
  }
}
:root {
  --main-color: #707070;
}
#footer {
  background: #000;
  color: #fff;
  padding: 50px 0;
}
@media screen and (max-width: 575px) {
  #footer {
    padding: 25px 0;
  }
}
#footer a {
  color: #fff;
}
#footer .flex-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .logo-wrap {
  width: 70%;
}
#footer .info-wrap {
  margin-top: 1em;
}
#footer .info-wrap address {
  font-style: normal;
}
#footer .copy {
  font-size: 0.875rem;
  margin-top: 2.5em;
}
:root {
  --main-color: #707070;
}
#index .sec-title {
  font-size: clamp(1.65rem, 2.799vw, 2.0625rem);
}
#index .title-sub {
  color: #cfcdcd;
  font-size: clamp(3.57rem, 12.9166vw, 9.6875rem);
  line-height: 1;
  z-index: 1;
  font-family: Roboto, sans-serif;
}
#index .bg-wrap {
  background: url(https://61b783.claudeassets.com/20241103125546im_/https://www.nishino-it-office.com/images/index/bg_line.svg) no-repeat top/100% auto;
}
@media screen and (max-width: 767px) {
  #index .bg-wrap {
    background-size: 200% auto;
  }
}
#index__main__vs {
  background: #051a48;
  height: 100vh;
  position: relative;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #index__main__vs {
    height: calc(100vh - 50px);
  }
}
#index__main__vs .black_wrap {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  background-color: #000;
  height: 100%;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
#index__main__vs .video-area {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
#index__main__vs .video-area #video {
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  width: 177.77777778vh;
}
#index__main__vs .copy-wrap,
#index__main__vs .video-area #video {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index__main__vs .copy-wrap {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: copyAnime;
  animation-name: copyAnime;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  text-align: center;
  width: 90%;
  z-index: 3;
}
#index__main__vs .copy-wrap .copy-top {
  display: block;
  margin: 0 auto;
  width: 57.33vw;
}
@media screen and (max-width: 1199px) {
  #index__main__vs .copy-wrap .copy-top {
    width: 95.55%;
  }
}
#index__main__vs .copy-wrap .copy-bottom {
  display: block;
  margin: 1% auto 0;
  width: 18.99vw;
}
@media screen and (max-width: 1199px) {
  #index__main__vs .copy-wrap .copy-bottom {
    width: 31.66%;
  }
}
#index__main__vs .copy-wrap label {
  background: #051a48;
  color: #fff;
  display: inline-flex;
  font-size: clamp(1.65rem, 2.7499vw, 2.5rem);
  margin-top: 0.8em;
  padding: 0 0.5em;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}
#index__news {
  padding-bottom: 110px;
  padding-top: 80px;
  font-family: Roboto, sans-serif;
}
@media screen and (max-width: 575px) {
  #index__news {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}
#index__news .title-wrap {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 575px) {
  #index__news .title-wrap {
    margin-bottom: 20px;
  }
}
#index__news .title-wrap .flex-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  #index__news .title-wrap .flex-wrap {
    margin-top: 1em;
  }
}
#index__news .title-wrap .link {
  background: #fff;
  border: 1px solid #0a1b45;
  border-radius: 50px;
  color: #0a1b45;
  margin-left: 10px;
  padding: 9px 54px;
}
@media screen and (max-width: 575px) {
  #index__news .title-wrap .link {
    padding: 6px 25px;
  }
}
#index__news .title-wrap .link span {
  display: inline-block;
  font-weight: 700;
  margin-left: 0.8em;
}
@media screen and (max-width: 575px) {
  #index__news .title-wrap .link span {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #index__news .title-wrap .title-sub {
    position: absolute;
    right: 0;
    top: -1rem;
  }
}
#index__news iframe {
  max-height: 10em;
  width: 100%;
}
#index__company {
  padding-bottom: 140px;
}
@media screen and (max-width: 575px) {
  #index__company {
    padding-bottom: 70px;
  }
}
#index__company .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  #index__company .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#index__company .left-contents {
  width: 42%;
}
@media screen and (max-width: 991px) {
  #index__company .left-contents {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
#index__company .left-contents h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  #index__company .left-contents h2 {
    margin-bottom: 20px;
  }
}
#index__company .left-contents .text-wrap {
  line-height: 2;
  margin-bottom: 35px;
}
#index__company figure {
  text-align: center;
  width: 48.75%;
}
@media screen and (max-width: 991px) {
  #index__company figure {
    margin-bottom: 2em;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
#index__feature {
  padding-bottom: 80px;
}
@media screen and (max-width: 575px) {
  #index__feature {
    padding-bottom: 40px;
  }
}
#index__feature .container-ctm {
  position: relative;
}
@media screen and (min-width: 768px) {
  #index__feature .title-sub {
    position: absolute;
    right: 0;
    top: -0.15em;
  }
}
@media screen and (max-width: 767px) {
  #index__feature .title-sub {
    text-align: right;
  }
}
#index__feature .flex-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #index__feature .flex-wrap {
    display: block;
  }
}
#index__feature .flex-wrap article {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px 20px 40px;
  width: 33.33333%;
}
@media screen and (max-width: 767px) {
  #index__feature .flex-wrap article {
    margin: 0 auto 2em;
    max-width: 580px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #index__feature .flex-wrap article:nth-of-type(2) {
    margin-top: 110px;
  }
}
@media screen and (min-width: 768px) {
  #index__feature .flex-wrap article:nth-of-type(3) {
    margin-top: 190px;
  }
}
#index__feature .flex-wrap article figure {
  text-align: center;
}
#index__feature .flex-wrap article dl dt {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0.5em 0;
  text-align: center;
}
#index__sns {
  padding-bottom: 80px;
}
@media screen and (max-width: 575px) {
  #index__sns {
    padding-bottom: 40px;
  }
}
#index__sns .twitter-timeline {
  margin: 0 auto;
}
#index__recruit .recruit-bg {
  background: url(https://9600b6.claudeassets.com/20241103125546im_/https://www.nishino-it-office.com/images/index/bg_line_blue.svg) no-repeat top/100% auto;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #index__recruit .recruit-bg {
    background-size: 200% auto;
  }
}
@media screen and (max-width: 575px) {
  #index__recruit .recruit-bg {
    padding-bottom: 45px;
  }
}
#index__recruit .recruit-wrap {
  background: url(https://501645.claudeassets.com/20241103125546im_/https://www.nishino-it-office.com/images/index/recruit_bg.jpg) no-repeat 50% / cover;
  color: #fff;
  padding: 60px 30px;
}
@media screen and (max-width: 767px) {
  #index__recruit .recruit-wrap {
    padding: 30px 20px;
  }
}
#index__recruit .recruit-wrap h2 {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  #index__recruit .recruit-wrap h2 {
    margin-bottom: 15px;
  }
}
#index__recruit .recruit-wrap .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index__recruit .recruit-wrap .flex-wrap a {
  margin: 0.5em;
}
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-webkit-keyframes copyAnime {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes copyAnime {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
:root {
  --main-color: #707070;
}
#company #bottom__page__main__vs {
  background-image: url(https://7477e5.claudeassets.com/20241103125546im_/https://www.nishino-it-office.com/images/company/main.jpg);
}
#company-description {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  #company-description {
    padding: 50px 0 70px;
  }
}
#company-description .title-center {
  font-size: 2.18em;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #company-description .title-center {
    font-size: 1.57em;
  }
}
#company-description .description-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #company-description .description-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#company-description .description-contents .staff-skill {
  margin-right: 70px;
  width: calc(50% - 35px);
}
@media screen and (max-width: 767px) {
  #company-description .description-contents .staff-skill {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
}
#company-description .description-contents .cost-cut {
  width: calc(50% - 35px);
}
@media screen and (max-width: 767px) {
  #company-description .description-contents .cost-cut {
    width: 100%;
  }
}
#company-description .description-contents .img-wrap {
  margin-bottom: 10px;
  text-align: center;
}
#company-description .description-contents label {
  display: block;
  font-size: 1.875em;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #company-description .description-contents label {
    font-size: 1.42em;
  }
}
#company-description .description-contents p {
  letter-spacing: 0.05em;
  line-height: 2;
}
#company-outline {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #company-outline {
    padding-bottom: 60px;
  }
}
#company-outline .outline-wrap dl {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #company-outline .outline-wrap dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#company-outline .outline-wrap dl dt {
  font-weight: 700;
  padding-bottom: 20px;
  padding-left: 20px;
  width: 23%;
}
@media screen and (max-width: 767px) {
  #company-outline .outline-wrap dl dt {
    padding-bottom: 3px;
    padding-left: 0;
    width: 100%;
  }
}
#company-outline .outline-wrap dl dd {
  padding-bottom: 15px;
  padding-right: 20px;
  width: 77%;
}
@media screen and (max-width: 767px) {
  #company-outline .outline-wrap dl dd {
    padding-right: 0;
    width: 100%;
  }
}
:root {
  --main-color: #707070;
}
#agency #bottom__page__main__vs {
  background-image: url(https://463b5a.claudeassets.com/20241103125546im_/https://www.nishino-it-office.com/images/agency/main.jpg);
}
:root {
  --main-color: #707070;
}
#works #bottom__page__main__vs {
  background-image: url(https://500373.claudeassets.com/20241103125546im_/https://www.nishino-it-office.com/images/works/main.jpg);
}
:root {
  --main-color: #707070;
}
#contact #bottom__page__main__vs {
  background-image: url(https://37107f.claudeassets.com/20241103125546im_/https://www.nishino-it-office.com/images/contact/main.jpg);
}
#contact .contact-introduction {
  padding: 80px 0 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .contact-introduction {
    padding: 50px 0 40px;
  }
}
#contact .contact-introduction p {
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #contact .contact-introduction p {
    line-height: 1.8;
  }
}
#contact .contact-introduction .link-tel-wrap {
  background-color: #f5f5f5;
  margin: 0 auto;
  max-width: 471px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contact .contact-introduction .link-tel-wrap {
    width: 90%;
  }
}
#contact .contact-introduction .link-tel-wrap a {
  color: #222;
  font-size: 2.375em;
  font-weight: 700;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contact .contact-introduction .link-tel-wrap a {
    font-size: 1.57em;
    padding-left: 27px;
  }
}
#contact .contact-introduction .link-tel-wrap a:before {
  background-image: url(https://f3846d.claudeassets.com/20241103125546im_/https://www.nishino-it-office.com/images/contact/icon_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
}
@media screen and (max-width: 767px) {
  #contact .contact-introduction .link-tel-wrap a:before {
    height: 22px;
    width: 22px;
  }
}
#contact__main {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #contact__main {
    margin-bottom: 40px;
  }
}
[data-v-9fbf23b6]:root {
  --main-color: #707070;
}
#hamburger2[data-v-9fbf23b6] {
  display: none;
}
@media screen and (max-width: 991px) {
  #hamburger2[data-v-9fbf23b6] {
    display: block;
  }
}
#hamburger2 .hamburger2Menu[data-v-9fbf23b6] {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #051a48;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 100;
}
#hamburger2 .hamburger2Menu .hamburger2MenuBorder[data-v-9fbf23b6] {
  background: #fff;
  display: block;
  height: 2px;
  margin: 0 auto;
  width: 20px;
}
#hamburger2
  .hamburger2Menu
  .hamburger2MenuBorder[data-v-9fbf23b6]:not(:last-of-type) {
  margin-bottom: 5px;
}
#hamburger2 #hamburger2Navi[data-v-9fbf23b6] {
  background: #fff;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#hamburger2 #hamburger2Navi .hamburger2NaviWrap[data-v-9fbf23b6] {
  height: 100%;
  overflow: scroll;
  position: absolute;
  top: 0;
  width: 100%;
}
#hamburger2 #hamburger2Navi .hamburger2NaviWrap > ul[data-v-9fbf23b6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em 5% 5em;
  width: 100%;
}
@media screen and (max-width: 575px) {
  #hamburger2 #hamburger2Navi .hamburger2NaviWrap > ul[data-v-9fbf23b6] {
    display: block;
  }
}
#hamburger2 #hamburger2Navi .hamburger2NaviWrap > ul > li[data-v-9fbf23b6] {
  border-bottom: 1px solid #000;
  width: 48%;
}
@media screen and (max-width: 575px) {
  #hamburger2 #hamburger2Navi .hamburger2NaviWrap > ul > li[data-v-9fbf23b6] {
    width: 100%;
  }
}
#hamburger2 #hamburger2Navi .hamburger2NaviWrap > ul > li > a[data-v-9fbf23b6] {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0.8em 1em 0.8em 0;
  position: relative;
}
#hamburger2
  #hamburger2Navi
  .hamburger2NaviWrap
  > ul
  > li
  > a[data-v-9fbf23b6]:after,
#hamburger2
  #hamburger2Navi
  .hamburger2NaviWrap
  > ul
  > li
  > a[data-v-9fbf23b6]:before {
  content: "";
  display: block;
  height: 0.6em;
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 0.6em;
}
#hamburger2
  #hamburger2Navi
  .hamburger2NaviWrap
  > ul
  > li
  > a[data-v-9fbf23b6]:before {
  border-top: 2px solid #000;
}
#hamburger2
  #hamburger2Navi
  .hamburger2NaviWrap
  > ul
  > li
  > a[data-v-9fbf23b6]:after {
  border-right: 2px solid #000;
}
#hamburger2
  #hamburger2Navi
  .hamburger2NaviWrap
  > ul
  > li
  > a
  > .hamburger2Text
  > .label-2[data-v-9fbf23b6] {
  color: #555;
  font-size: 0.75em;
}
#hamburger2
  #hamburger2Navi
  .hamburger2NaviWrap
  > ul
  > li
  > a
  > .hamburger2Icon[data-v-9fbf23b6] {
  margin-right: 0.5em;
}
#hamburger2 #hamburger2Close[data-v-9fbf23b6] {
  background: #364491;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  padding: 0.5em 1em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}
#hamburger2 #hamburger2Close > span[data-v-9fbf23b6] {
  padding-left: 1.5em;
  position: relative;
}
#hamburger2 #hamburger2Close > span[data-v-9fbf23b6]:after,
#hamburger2 #hamburger2Close > span[data-v-9fbf23b6]:before {
  background: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 1em;
}
#hamburger2 #hamburger2Close > span[data-v-9fbf23b6]:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#hamburger2 #hamburger2Close > span[data-v-9fbf23b6]:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
:root {
  --main-color: #707070;
}
:root {
  --main-color: #707070;
}
.paprika-form .confirm-page dl {
  border-top: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .paprika-form .confirm-page dl {
    display: block;
  }
}
.paprika-form .confirm-page dl dt {
  border-right: 1px solid #222;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1875em;
  font-weight: 600;
  margin-bottom: 1em;
  padding: 5px 20px 5px 0;
  width: 30%;
}
@media (max-width: 767px) {
  .paprika-form .confirm-page dl dt {
    border-bottom: 1px solid #222;
    border-right: none;
    margin-bottom: 0.5em;
    padding: 0 0 0.5em;
    width: 100%;
  }
}
.paprika-form .confirm-page dl dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
  padding: 5px 0 5px 20px;
  white-space: pre-wrap;
  width: 70%;
}
@media (max-width: 767px) {
  .paprika-form .confirm-page dl dd {
    margin-bottom: 1em;
    padding: 0 0 0.5em;
    width: 100%;
  }
}
:root {
  --main-color: #707070;
}
.paprika-form .thanks-page {
  text-align: center;
}
.paprika-form .thanks-page #msg {
  margin-bottom: 0.25em;
}
:root {
  --main-color: #707070;
  --contact-form-required-color: #051a48;
  --contact-form-required-textcolor: #fff;
  --contact-form-required-content: "e?i ";
  --contact-form-any-color: #222;
  --contact-form-any-bgcolor: #fff;
  --contact-form-any-content: "d;;f";
  --contact-form-error-color: #ba372c;
  --contact-form-error-textcolor: #fff;
  --contact-form-success-color: #31b779;
}
.input-parts .form-item-label-wrap {
  margin-bottom: 5px;
}
.input-parts .form-item-label-wrap.label-text-right {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .input-parts .form-item-label-wrap.label-text-right {
    text-align: left;
  }
}
.input-parts .form-item-label-wrap .form-item-label {
  display: block;
  font-weight: 700;
  margin-bottom: 0;
}
.input-parts .form-item-input-wrap .form-item-input {
  display: block;
  position: relative;
}
.input-parts .caption {
  font-size: 0.8125rem;
  font-weight: 400;
  margin-bottom: 0;
}
.input-parts.error {
  position: relative;
}
.input-parts.error .form-item-input:not(.disable-valid-mark):before {
  background: url(https://c00dff.claudeassets.com/20241103125546im_/https://www.nishino-it-office.com/images/icon_error.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 10px;
  top: calc(50% - 9px);
  width: 18px;
  z-index: 50;
}
.input-parts.error .form-item-input .input-wrap:not(.disable-valid-border) {
  border-color: #ba372c;
  border-color: var(--contact-form-error-color);
}
.input-parts.error .error-text {
  background: #ba372c;
  background: var(--contact-form-error-color);
  border-radius: 5px;
  color: #fff;
  color: var(--contact-form-error-textcolor);
  font-size: 0.75em;
  padding: 0.5em 0.7em;
  position: absolute;
  right: 0;
  top: -3em;
  z-index: 100;
}
.input-parts.error .error-text:after {
  border: 5px solid transparent;
  border-top-color: #ba372c;
  border-top: 5px solid var(--contact-form-error-color);
  content: "";
  height: 0;
  position: absolute;
  right: 10px;
  top: 100%;
  width: 0;
}
.input-parts.success {
  position: relative;
}
.input-parts.success .form-item-input:not(.disable-valid-mark):before {
  background-image: url(https://ca6421.claudeassets.com/20241103125546im_/https://www.nishino-it-office.com/images/icon_success.svg);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 10px;
  top: calc(50% - 9px);
  width: 18px;
  z-index: 50;
}
.input-parts.success .form-item-input .input-wrap:not(.disable-valid-border) {
  border-color: #31b779;
  border-color: var(--contact-form-success-color);
}
.input-parts.required .form-item-label:after {
  background: #051a48;
  background: var(--contact-form-required-color);
  color: #fff;
  color: var(--contact-form-required-textcolor);
  content: "e?i ";
  content: var(--contact-form-required-content);
}
.input-parts.norequired .form-item-label:after,
.input-parts.required .form-item-label:after {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: 7px;
  padding: 0.1em 1em;
  vertical-align: 0.2em;
}
.input-parts.norequired .form-item-label:after {
  background: #fff;
  background: var(--contact-form-any-bgcolor);
  border: 1px solid #222;
  border: 1px solid var(--contact-form-any-color);
  border-radius: 5px;
  color: #222;
  color: var(--contact-form-any-color);
  content: "d;;f";
  content: var(--contact-form-any-content);
}
.input-parts.iconpMode-outside .form-item-input-wrap {
  max-width: calc(100% - 23px);
}
.input-parts.iconpMode-outside.error .form-item-input:before,
.input-parts.iconpMode-outside.success .form-item-input:before {
  right: -23px;
}
.input-parts.dispMode-horizon {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .input-parts.dispMode-horizon {
    display: block;
  }
}
.input-parts.dispMode-horizon.virtical-label-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-parts.dispMode-horizon .form-item-label-wrap {
  margin-bottom: 0;
  padding-right: 2em;
  width: 16em;
}
@media (max-width: 991px) {
  .input-parts.dispMode-horizon .form-item-label-wrap {
    margin-bottom: 5px;
    padding-right: 0;
    width: 100%;
  }
}
.input-parts.dispMode-horizon .form-item-input-wrap {
  width: calc(94% - 16em);
}
@media (max-width: 991px) {
  .input-parts.dispMode-horizon .form-item-input-wrap {
    width: 100%;
  }
}
.input-parts.dispMode-horizon .form-item-input-wrap.disable-label {
  width: 100%;
}
.input-parts.dispMode-horizon.iconpMode-outside .form-item-input-wrap {
  max-width: calc(60% - 23px);
}
@media screen and (max-width: 991px) {
  .input-parts.dispMode-horizon.iconpMode-outside .form-item-input-wrap {
    max-width: calc(100% - 23px);
  }
}
.input-parts.dispMode-horizon.iconpMode-outside
  .form-item-input-wrap.disable-label {
  max-width: calc(100% - 23px);
}
.form-inputtext,
.form-inputtextarea {
  margin-bottom: 1.875em;
}
.form-inputtext .counter,
.form-inputtextarea .counter {
  font-size: 0.8125rem;
  margin-bottom: 0;
  max-width: 100%;
  text-align: right;
}
.form-inputtext .input-wrap,
.form-inputtextarea .input-wrap {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #495057;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.8em 1em;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: 0s ease;
  transition: 0s ease;
  width: 100%;
}
.form-inputtext .input-wrap:-webkit-autofill,
.form-inputtextarea .input-wrap:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #efefef inset;
  box-shadow: inset 0 0 0 1000px #efefef;
}
:root {
  --main-color: #707070;
}
.form-inputradio {
  -webkit-appearance: none;
  margin-bottom: 1.5em;
}
@media (max-width: 991px) {
  .form-inputradio {
    margin-bottom: 1em;
  }
}
.form-inputradio .radio-label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}
.form-inputradio .radio-label .radio-text {
  padding-left: 20px;
  position: relative;
}
.form-inputradio .radio-label .radio-text:before {
  background: #fff;
  border: 1px solid #999;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 15px;
}
.form-inputradio .radio-label .input-wrap {
  opacity: 0;
  position: absolute;
}
.form-inputradio .radio-label .input-wrap:checked + .radio-text:after {
  background: #333;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: 9px;
  left: 3px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 9px;
}
.form-inputradio .radio-label .input-wrap:focus + .radio-text:before {
  border-color: #3086ff;
  -webkit-box-shadow: 0 0 4px 2px #3086ff;
  box-shadow: 0 0 4px 2px #3086ff;
}
.form-inputradio .radio-label.radio-vertical {
  display: block;
}
:root {
  --main-color: #707070;
}
.form-inputcheck,
.form-inputmulticheck {
  -webkit-appearance: none;
}
.form-inputcheck .check-label,
.form-inputmulticheck .check-label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}
.form-inputcheck .check-label .check-text,
.form-inputmulticheck .check-label .check-text {
  padding-left: 20px;
  position: relative;
}
.form-inputcheck .check-label .check-text:after,
.form-inputmulticheck .check-label .check-text:after {
  background: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 15px;
}
.form-inputcheck .check-label .input-wrap,
.form-inputmulticheck .check-label .input-wrap {
  margin-right: 5px;
  opacity: 0;
  position: absolute;
}
.form-inputcheck .check-label .input-wrap:checked + .check-text:before,
.form-inputmulticheck .check-label .input-wrap:checked + .check-text:before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  left: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  z-index: 5;
}
.form-inputcheck .check-label .input-wrap:checked + .check-text:after,
.form-inputmulticheck .check-label .input-wrap:checked + .check-text:after {
  background: #222;
  border-color: #222;
}
.form-inputcheck .check-label .input-wrap:focus + .check-text:after,
.form-inputmulticheck .check-label .input-wrap:focus + .check-text:after {
  border-color: #3086ff;
  -webkit-box-shadow: 0 0 4px 2px #3086ff;
  box-shadow: 0 0 4px 2px #3086ff;
}
:root {
  --main-color: #707070;
  --contact-form-required-color: #051a48;
  --contact-form-required-textcolor: #fff;
  --contact-form-required-content: "e?i ";
  --contact-form-any-color: #222;
  --contact-form-any-bgcolor: #fff;
  --contact-form-any-content: "d;;f";
  --contact-form-error-color: #ba372c;
  --contact-form-error-textcolor: #fff;
  --contact-form-success-color: #31b779;
}
.input-parts .form-item-label-wrap {
  margin-bottom: 5px;
}
.input-parts .form-item-label-wrap.label-text-right {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .input-parts .form-item-label-wrap.label-text-right {
    text-align: left;
  }
}
.input-parts .form-item-label-wrap .form-item-label {
  display: block;
  font-weight: 700;
  margin-bottom: 0;
}
.input-parts .form-item-input-wrap .form-item-input {
  display: block;
  position: relative;
}
.input-parts .caption {
  font-size: 0.8125rem;
  font-weight: 400;
  margin-bottom: 0;
}
.input-parts.error {
  position: relative;
}
.input-parts.error .form-item-input:not(.disable-valid-mark):before {
  background: url(https://c00dff.claudeassets.com/20241103125546im_/https://www.nishino-it-office.com/images/icon_error.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 10px;
  top: calc(50% - 9px);
  width: 18px;
  z-index: 50;
}
.input-parts.error .form-item-input .input-wrap:not(.disable-valid-border) {
  border-color: #ba372c;
  border-color: var(--contact-form-error-color);
}
.input-parts.error .error-text {
  background: #ba372c;
  background: var(--contact-form-error-color);
  border-radius: 5px;
  color: #fff;
  color: var(--contact-form-error-textcolor);
  font-size: 0.75em;
  padding: 0.5em 0.7em;
  position: absolute;
  right: 0;
  top: -3em;
  z-index: 100;
}
.input-parts.error .error-text:after {
  border: 5px solid transparent;
  border-top-color: #ba372c;
  border-top: 5px solid var(--contact-form-error-color);
  content: "";
  height: 0;
  position: absolute;
  right: 10px;
  top: 100%;
  width: 0;
}
.input-parts.success {
  position: relative;
}
.input-parts.success .form-item-input:not(.disable-valid-mark):before {
  background-image: url(https://ca6421.claudeassets.com/20241103125546im_/https://www.nishino-it-office.com/images/icon_success.svg);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 10px;
  top: calc(50% - 9px);
  width: 18px;
  z-index: 50;
}
.input-parts.success .form-item-input .input-wrap:not(.disable-valid-border) {
  border-color: #31b779;
  border-color: var(--contact-form-success-color);
}
.input-parts.required .form-item-label:after {
  background: #051a48;
  background: var(--contact-form-required-color);
  color: #fff;
  color: var(--contact-form-required-textcolor);
  content: "e?i ";
  content: var(--contact-form-required-content);
}
.input-parts.norequired .form-item-label:after,
.input-parts.required .form-item-label:after {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: 7px;
  padding: 0.1em 1em;
  vertical-align: 0.2em;
}
.input-parts.norequired .form-item-label:after {
  background: #fff;
  background: var(--contact-form-any-bgcolor);
  border: 1px solid #222;
  border: 1px solid var(--contact-form-any-color);
  border-radius: 5px;
  color: #222;
  color: var(--contact-form-any-color);
  content: "d;;f";
  content: var(--contact-form-any-content);
}
.input-parts.iconpMode-outside .form-item-input-wrap {
  max-width: calc(100% - 23px);
}
.input-parts.iconpMode-outside.error .form-item-input:before,
.input-parts.iconpMode-outside.success .form-item-input:before {
  right: -23px;
}
.input-parts.dispMode-horizon {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .input-parts.dispMode-horizon {
    display: block;
  }
}
.input-parts.dispMode-horizon.virtical-label-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-parts.dispMode-horizon .form-item-label-wrap {
  margin-bottom: 0;
  padding-right: 2em;
  width: 16em;
}
@media (max-width: 991px) {
  .input-parts.dispMode-horizon .form-item-label-wrap {
    margin-bottom: 5px;
    padding-right: 0;
    width: 100%;
  }
}
.input-parts.dispMode-horizon .form-item-input-wrap {
  width: calc(94% - 16em);
}
@media (max-width: 991px) {
  .input-parts.dispMode-horizon .form-item-input-wrap {
    width: 100%;
  }
}
.input-parts.dispMode-horizon .form-item-input-wrap.disable-label {
  width: 100%;
}
.input-parts.dispMode-horizon.iconpMode-outside .form-item-input-wrap {
  max-width: calc(60% - 23px);
}
@media screen and (max-width: 991px) {
  .input-parts.dispMode-horizon.iconpMode-outside .form-item-input-wrap {
    max-width: calc(100% - 23px);
  }
}
.input-parts.dispMode-horizon.iconpMode-outside
  .form-item-input-wrap.disable-label {
  max-width: calc(100% - 23px);
}
.form-select,
.form-selectarea {
  margin-bottom: 1.875em;
}
.form-select .form-item-input:after,
.form-selectarea .form-item-input:after {
  border: 0;
  border-bottom: 2px solid #b4b3b3;
  border-right: 2px solid #b4b3b3;
  content: "";
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
.form-select .input-wrap,
.form-selectarea .input-wrap {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #495057;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.8em 1em;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: 0s ease;
  transition: 0s ease;
  width: 100%;
}
.form-select .input-wrap::-ms-expand,
.form-selectarea .input-wrap::-ms-expand {
  display: none;
}
.form-select .input-wrap:-webkit-autofill,
.form-selectarea .input-wrap:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #efefef inset;
  box-shadow: inset 0 0 0 1000px #efefef;
}
:root {
  --main-color: #707070;
}
.paprika-form .form-steps {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.paprika-form .form-steps span {
  background: #efefef;
  font-weight: 600;
  margin-right: 3px;
  padding: 0.8em 1em;
  position: relative;
  text-align: center;
  width: calc(33.33333% - 2px);
}
@media screen and (max-width: 575px) {
  .paprika-form .form-steps span {
    font-size: 0.85em;
  }
}
.paprika-form .form-steps span:before {
  border: 1.28em solid transparent;
  border-left-color: #efefef;
  content: "";
  display: block;
  left: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.paprika-form .form-steps span:after {
  border: 1.28em solid transparent;
  border-left-color: #fff;
  content: "";
  display: block;
  left: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
  transform: translate(3px, -50%);
  z-index: 1;
}
.paprika-form .form-steps span.active {
  background: #364491;
  border-color: #8c8273;
  color: #fff;
}
.paprika-form .form-steps span.active:before {
  border-left-color: #364491;
}
.paprika-form .form-steps span:last-child:after,
.paprika-form .form-steps span:last-child:before {
  display: none;
}
.paprika-form .button-wrap {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .paprika-form .button-wrap {
    margin-top: 20px;
  }
}
.paprika-form button[type="submit"] {
  -webkit-appearance: none;
  background: #364491;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  margin: 0 10px;
  padding: 1em 5em;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .paprika-form button[type="submit"] {
    margin: 10px auto;
    padding: 1em;
    width: 85%;
  }
}
.paprika-form button[type="submit"]:hover {
  opacity: 0.7;
}
.paprika-form button[type="button"] {
  -webkit-appearance: none;
  background: #e0e0e0;
  border: none;
  color: #051a48;
  cursor: pointer;
  font-weight: 700;
  margin: 0 10px;
  padding: 1em 5em;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .paprika-form button[type="button"] {
    margin: 10px auto;
    padding: 1em;
    width: 85%;
  }
}
.paprika-form button[type="button"]:hover {
  opacity: 0.7;
}
.paprika-form button[type="button"]:disabled:disabled,
.paprika-form button[type="submit"]:disabled:disabled {
  background: #eaeaea;
  color: #fff;
  cursor: auto;
}

.page_top {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.5s;
  background: #364491;
  color: #fff;
  opacity: 0;
  visibility: visible;
  z-index: 2;
}
.page_top.top {
  opacity: 1;
  visibility: visible;
}
.page_top:hover {
  box-shadow: 0 0 10px #364491;
}
@keyframes showTextFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}

.textAnimation span {
  display: inline-block;
}
.textAnimation > span {
  overflow: hidden;
}

.textAnimation > span:nth-of-type(odd) > span {
  animation: showTextFromTop ease-out 1s backwards;

}
.textAnimation > span:nth-of-type(even) > span {
  animation: showTextFromBottom ease-out 1s backwards;

}

@keyframes upText {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
.text-line_Animation span {
  display: inline-block;
  animation: upText 1s backwards;
}

@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}

.text-line_Animation > span {
  overflow: hidden;
}
.text-line_Animation > span > span {
  animation: showTextFromBottom 1s backwards;
}

.animation-target {
  position: relative;
  overflow: hidden;
  width: fit-content;
}
.animation-target > a,
.animation-target > h2,
.animation-target > h3,
.animation-target > p,
.animation-target > div {
  opacity: 0;
}

@keyframes showElements {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation-target.show > a,
.animation-target.show > h2,
.animation-target.show > h3,
.animation-target.show > p,
.animation-target.show > div {
  animation: showElements 0.1s 0.5s forwards;
}
.animation-target::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #051a48;
  transform: translateX(-100%);
}

@keyframes showMask {
  0% {
    transform: translateX(-100%);
  }
  45%,
  55% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.animation-target.show::before {
  animation: showMask 1s forwards;
}

@keyframes titleAnimation {
  0% {
    letter-spacing: 0.3em;
    opacity: 0;
  }
}
.central {
  white-space: nowrap;
  animation: titleAnimation 1.5s;
  font-size: 250px;
}
@media (max-width: 767px) {
  .central {
    font-size: 100px;
  }
}
.agency-elements{
  transition: .3s;
}
.works-elements {
  transition: .3s;
}
.agency-elements:hover {
  box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
}
.works-elements:hover {
  box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
}
.menu ul {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  line-height: 0;
  transition: 0.5s;
 }
 .menu ul.active {
  opacity: 1;
  visibility: visible;
  line-height: normal;
  height: auto;
 }
 .menu a {
  transition: 0.5s;
 }
 .menu a:hover {
  opacity: 0.7;
 }
 .menu > li > a {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #ccc;
  margin: 10px auto;
 }
 .menu > li > a::after {
  content: "▶";
  transform: rotate(90deg);
 }
 .menu > li > a.active::after {
  transform: rotate(-90deg) translateY(-3px);
 }
 .menu > li > ul a {
  padding: 10px;
  display: block;
 }
/*
     FILE ARCHIVED ON 15:44:37 Jul 02, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:27:56 Aug 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.4
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.031
  esindex: 0.006
  cdx.remote: 6.473
  LoadShardBlock: 734.472 (3)
  PetaboxLoader3.datanode: 65.651 (4)
  PetaboxLoader3.resolve: 788.123 (2)
  load_resource: 135.239
*/