/* line 57, ../sass/all/base.scss */
.btn-new-index {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 65px;
  line-height: 69px;
  padding: 0 30px;
  font-size: 11px;
  background: #004fdf;
  color: #fff;
  transition: 0.5s ease all;
  -webkit-box-shadow: 0px 0px 46px -9px #004fdf;
  -moz-box-shadow: 0px 0px 46px -9px #004fdf;
  box-shadow: 0px 0px 46px -9px #004fdf;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-family: "GothamPro-Bold";
  border-bottom: 3px solid #001bdf;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 82, ../sass/all/base.scss */
  .btn-new-index {
    height: 55px;
    line-height: 59px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 89, ../sass/all/base.scss */
  .btn-new-index {
    height: 55px;
    line-height: 59px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 96, ../sass/all/base.scss */
  .btn-new-index {
    height: 4.5em;
    line-height: 4.8em;
    padding: 0 2.5em;
    font-size: 3vw;
  }
}
/* line 3, ../sass/index/index-header.scss */
#Header {
  position: relative;
  background: transparent;
  z-index: 17;
}

/* line 9, ../sass/index/index-header.scss */
#HeaderWr {
  display: flex;
  justify-content: space-between;
  height: 81px;
  align-items: center;
}
/* line 15, ../sass/index/index-header.scss */
#HeaderWr .HeaderLogo {
  font-size: 23px;
  font-family: "GothamPro-Bold";
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  max-width: 150px;
  display: block;
  padding: 10px 5px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 3px;
}
/* line 28, ../sass/index/index-header.scss */
#HeaderWr .HeaderLogo b {
  color: #004fdf;
}
/* line 32, ../sass/index/index-header.scss */
#HeaderWr .HeaderLogo img {
  width: 100%;
  display: block;
}
/* line 38, ../sass/index/index-header.scss */
#HeaderWr ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 55%;
  margin: 0 2%;
}
/* line 45, ../sass/index/index-header.scss */
#HeaderWr ul li {
  position: relative;
  width: calc(95% / 3);
  box-sizing: border-box;
  padding-left: 23px;
  color: #fff;
  font-size: 14px;
}
/* line 53, ../sass/index/index-header.scss */
#HeaderWr ul li i {
  width: 15px;
  height: 15px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 2px;
  left: 0;
}
/* line 68, ../sass/index/index-header.scss */
#HeaderWr .HeaderPhone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 22px;
  position: relative;
}
/* line 75, ../sass/index/index-header.scss */
#HeaderWr .HeaderPhone:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../img/icons8-phone-fille.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 88, ../sass/index/index-header.scss */
#HeaderWr .HeaderPhone a {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font-family: "GothamPro-Bold";
}
/* line 95, ../sass/index/index-header.scss */
#HeaderWr .HeaderPhone a:nth-child(2) {
  color: #ffffff;
  font-size: 10px;
  margin-top: 5px;
  display: block;
  position: relative;
}
/* line 102, ../sass/index/index-header.scss */
#HeaderWr .HeaderPhone a:nth-child(2):before {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.2s;
  transform: scaleX(0);
}
/* line 116, ../sass/index/index-header.scss */
#HeaderWr .HeaderPhone a:nth-child(2):hover:before {
  transform: scaleX(1);
}

@media only screen and (min-width: 1241px) and (max-width: 1366px) {
  /* line 126, ../sass/index/index-header.scss */
  #HeaderWr {
    padding-left: 10px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 136, ../sass/index/index-header.scss */
  #HeaderWr .HeaderLogo {
    font-size: 24px;
    margin-left: 0;
  }
  /* line 141, ../sass/index/index-header.scss */
  #HeaderWr ul {
    width: 70%;
  }
  /* line 144, ../sass/index/index-header.scss */
  #HeaderWr ul li {
    font-size: 12px;
  }
  /* line 149, ../sass/index/index-header.scss */
  #HeaderWr .HeaderPhone {
    width: 18%;
  }
  /* line 152, ../sass/index/index-header.scss */
  #HeaderWr .HeaderPhone a {
    font-size: 15px;
  }
  /* line 155, ../sass/index/index-header.scss */
  #HeaderWr .HeaderPhone a:nth-child(2) {
    font-size: 8px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 166, ../sass/index/index-header.scss */
  #HeaderWr .HeaderLogo {
    font-size: 22px;
  }
  /* line 171, ../sass/index/index-header.scss */
  #HeaderWr ul {
    display: none;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 178, ../sass/index/index-header.scss */
  #HeaderWr {
    height: 20vw;
  }
  /* line 181, ../sass/index/index-header.scss */
  #HeaderWr .HeaderLogo {
    font-size: 5vw;
    width: 50%;
  }
  /* line 186, ../sass/index/index-header.scss */
  #HeaderWr ul {
    display: none;
  }
  /* line 192, ../sass/index/index-header.scss */
  #HeaderWr .HeaderPhone a {
    font-size: 4.2vw;
  }
  /* line 195, ../sass/index/index-header.scss */
  #HeaderWr .HeaderPhone a:nth-child(2) {
    font-size: 2vw;
    margin-top: 1vw;
  }
  /* line 201, ../sass/index/index-header.scss */
  #HeaderWr .HeaderPhone:after {
    top: 0.5vw;
    width: 3vw;
    height: 3vw;
  }
}
/* line 3, ../sass/index/index-top.scss */
#iTop {
  background: transparent;
  min-height: calc(100vh - 81px);
  display: flex;
  align-items: center;
  z-index: 12;
}
/* line 10, ../sass/index/index-top.scss */
#iTop .iTop {
  display: flex;
  position: relative;
}
/* line 14, ../sass/index/index-top.scss */
#iTop .iTop .iTopL {
  padding: 75px 0 130px 0;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  color: #1c1c1e;
}
/* line 22, ../sass/index/index-top.scss */
#iTop .iTop .iTopR {
  position: absolute;
  top: calc(50% - 21vh);
  left: 1vw;
}
/* line 27, ../sass/index/index-top.scss */
#iTop .iTop .iTopR .b-circle {
  width: 25vh;
  height: 25vh;
  background: transparent;
  position: relative;
  border-radius: 50%;
  opacity: 0.3;
}
/* line 36, ../sass/index/index-top.scss */
#iTop .iTop .iTopR .b-circle-line {
  position: absolute;
  top: -7vh;
  left: -7vh;
  right: -7vh;
  bottom: -7vh;
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  opacity: 0.3;
}
/* line 47, ../sass/index/index-top.scss */
#iTop .iTop .iTopR .b-circle-line:nth-of-type(2) {
  top: -18vh;
  left: -18vh;
  right: -18vh;
  bottom: -18vh;
}
/* line 54, ../sass/index/index-top.scss */
#iTop .iTop .iTopR .b-circle-line:nth-of-type(3) {
  top: -32vh;
  left: -32vh;
  right: -32vh;
  bottom: -32vh;
}
/* line 61, ../sass/index/index-top.scss */
#iTop .iTop .iTopR .b-circle-line:nth-of-type(4) {
  top: -48vh;
  left: -48vh;
  right: -48vh;
  bottom: -48vh;
}
/* line 68, ../sass/index/index-top.scss */
#iTop .iTop .iTopR img {
  position: absolute;
  bottom: -50vh;
  z-index: 2;
  right: -9vw;
  max-height: 100vh;
}
/* line 77, ../sass/index/index-top.scss */
#iTop .iTop h1 {
  font-size: 65px;
  line-height: 1.3;
  color: #fff;
  font-family: "GothamPro-Bold";
  text-transform: uppercase;
  font-weight: 500;
  width: 60%;
}
/* line 86, ../sass/index/index-top.scss */
#iTop .iTop h1 b {
  color: #fff;
  font-weight: 700;
}
/* line 92, ../sass/index/index-top.scss */
#iTop .iTop ul {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 70px;
  margin-top: 0;
  max-width: 85%;
}
/* line 102, ../sass/index/index-top.scss */
#iTop .iTop ul li {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-left: 25px;
  margin-top: 30px;
  width: calc(90% / 3);
  line-height: 1.3;
  box-sizing: border-box;
}
/* line 112, ../sass/index/index-top.scss */
#iTop .iTop ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  background-color: #004fdf;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 10px #004fdf;
  box-sizing: border-box;
}

/* line 130, ../sass/index/index-top.scss */
.IndexTop {
  position: relative;
}
/* line 133, ../sass/index/index-top.scss */
.IndexTop:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(50, 50, 50, 0.75);
  z-index: 2;
}

/* line 145, ../sass/index/index-top.scss */
#video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 152, ../sass/index/index-top.scss */
#video-bg iframe {
  min-width: 100%;
  min-height: 100%;
}

/* line 160, ../sass/index/index-top.scss */
.btn-new-index {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 65px;
  line-height: 69px;
  padding: 0 30px;
  font-size: 11px;
  background: #004fdf;
  color: #fff;
  transition: 0.5s ease all;
  -webkit-box-shadow: 0px 0px 46px -9px #004fdf;
  -moz-box-shadow: 0px 0px 46px -9px #004fdf;
  box-shadow: 0px 0px 46px -9px #004fdf;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-family: "GothamPro-Bold";
  border-bottom: 3px solid #001bdf;
}

@media only screen and (min-width: 1241px) and (max-width: 1366px) {
  /* line 189, ../sass/index/index-top.scss */
  #iTop .iTop h1 {
    font-size: 44px;
  }
  /* line 193, ../sass/index/index-top.scss */
  #iTop .iTop ul {
    margin-bottom: 40px;
    margin-top: 15px;
  }
  /* line 197, ../sass/index/index-top.scss */
  #iTop .iTop ul li {
    padding-left: 27px;
    margin-top: 20px;
    margin-right: 25px;
    font-size: 14px;
  }
  /* line 205, ../sass/index/index-top.scss */
  #iTop .iTop img {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 216, ../sass/index/index-top.scss */
  #iTop .iTop .iTopL {
    padding: 6vh 0 4vh;
  }
  /* line 219, ../sass/index/index-top.scss */
  #iTop .iTop .iTopL h1 {
    font-size: 44px;
  }
  /* line 224, ../sass/index/index-top.scss */
  #iTop .iTop ul {
    margin-bottom: 4vh;
    margin-top: 3vh;
  }
  /* line 228, ../sass/index/index-top.scss */
  #iTop .iTop ul li {
    font-size: 12px;
    position: relative;
    padding-left: 25px;
    margin-top: 2vh;
    line-height: 1.25;
  }
  /* line 237, ../sass/index/index-top.scss */
  #iTop .iTop p {
    font-size: 14px;
    line-height: 1.25;
    margin-left: 12px;
    margin-top: 22px;
  }

  /* line 246, ../sass/index/index-top.scss */
  .btn-new-index {
    height: 55px;
    line-height: 59px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 256, ../sass/index/index-top.scss */
  #iTop .iTop .iTopL {
    padding: 4vh 0;
    width: 100%;
  }
  /* line 260, ../sass/index/index-top.scss */
  #iTop .iTop .iTopL h1 {
    font-size: 36px;
    width: 68%;
  }
  /* line 266, ../sass/index/index-top.scss */
  #iTop .iTop ul {
    margin-bottom: 4vh;
    margin-top: 3vh;
  }
  /* line 270, ../sass/index/index-top.scss */
  #iTop .iTop ul li {
    font-size: 12px;
    position: relative;
    padding-left: 25px;
    margin-top: 2vh;
    line-height: 1.25;
    width: calc(95% / 3);
  }
  /* line 280, ../sass/index/index-top.scss */
  #iTop .iTop p {
    font-size: 14px;
    line-height: 1.25;
    margin-left: 12px;
    margin-top: 22px;
  }

  /* line 289, ../sass/index/index-top.scss */
  .btn-new-index {
    height: 55px;
    line-height: 59px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 297, ../sass/index/index-top.scss */
  #iTop {
    min-height: calc(100vh - 20vw);
    display: block;
  }
  /* line 301, ../sass/index/index-top.scss */
  #iTop:after {
    display: none;
  }
  /* line 304, ../sass/index/index-top.scss */
  #iTop .iTop {
    flex-direction: column;
  }
  /* line 307, ../sass/index/index-top.scss */
  #iTop .iTop .iTopL {
    width: 100%;
    padding: 0vw;
    margin-bottom: 3vh;
    padding-top: 7vh;
  }
  /* line 313, ../sass/index/index-top.scss */
  #iTop .iTop .iTopL h1 {
    font-size: 9vw;
    width: 100%;
  }
  /* line 319, ../sass/index/index-top.scss */
  #iTop .iTop ul {
    margin-bottom: 4vh;
    flex-direction: column;
    margin-top: 2vh;
    max-width: 100%;
  }
  /* line 325, ../sass/index/index-top.scss */
  #iTop .iTop ul li {
    font-size: 3.7vw;
    padding-left: 8vw;
    margin-top: 2vh;
    line-height: 1.25;
    margin-right: 0vw;
    width: 100%;
  }
  /* line 335, ../sass/index/index-top.scss */
  #iTop .iTop p {
    font-size: 4vw;
    line-height: 1.25;
    margin-left: 10px;
  }
  /* line 341, ../sass/index/index-top.scss */
  #iTop .iTop .iTopR {
    display: none;
  }

  /* line 347, ../sass/index/index-top.scss */
  #video-bg {
    background: url(/landing/img/detect.jpg);
    background-size: cover;
  }
  /* line 351, ../sass/index/index-top.scss */
  #video-bg video {
    display: none;
  }

  /* line 356, ../sass/index/index-top.scss */
  .btn-new-index {
    height: 4.5em;
    line-height: 4.8em;
    padding: 0 2.5em;
    font-size: 3vw;
  }
}
/* line 3, ../sass/index/index-text.scss */
#iText {
  background-color: #202020;
  padding: 90px 0;
  z-index: 6;
}
/* line 8, ../sass/index/index-text.scss */
#iText .iText {
  position: relative;
}
/* line 11, ../sass/index/index-text.scss */
#iText .iText h3 {
  text-transform: uppercase;
  font-family: "GothamPro-Bold";
  position: relative;
  line-height: 1;
  font-size: 60px;
  color: #fff;
  box-sizing: border-box;
  margin-left: 110px;
  padding-left: 48%;
}
/* line 24, ../sass/index/index-text.scss */
#iText .iText p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin-left: 110px;
  padding-left: 48%;
}
/* line 31, ../sass/index/index-text.scss */
#iText .iText p span {
  font-family: "GothamPro-Bold";
  display: block;
  color: #333333;
}
/* line 38, ../sass/index/index-text.scss */
#iText .iText #iTextImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 48, ../sass/index/index-text.scss */
#iText .iText #iTextImg > img {
  display: block;
  height: auto;
  width: auto;
  margin: 0 auto;
  max-width: 95%;
  max-height: 100%;
}

@media only screen and (min-width: 1241px) and (max-width: 1366px) {
  /* line 65, ../sass/index/index-text.scss */
  #iText .iText h3 {
    font-size: 50px;
  }
  /* line 69, ../sass/index/index-text.scss */
  #iText .iText p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 77, ../sass/index/index-text.scss */
  #iText {
    padding: 75px 0;
  }
  /* line 81, ../sass/index/index-text.scss */
  #iText .iText h3 {
    font-size: 52px;
  }
  /* line 85, ../sass/index/index-text.scss */
  #iText .iText p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 93, ../sass/index/index-text.scss */
  #iText {
    padding: 55px 0;
  }
  /* line 97, ../sass/index/index-text.scss */
  #iText .iText h3 {
    font-size: 46px;
    margin-left: 70px;
    padding-left: 42%;
  }
  /* line 103, ../sass/index/index-text.scss */
  #iText .iText p {
    font-size: 15px;
    margin-left: 70px;
    padding-left: 42%;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 113, ../sass/index/index-text.scss */
  #iText {
    padding: 12vw 0;
  }
  /* line 117, ../sass/index/index-text.scss */
  #iText .iText h3 {
    font-size: 8vw;
    margin-left: 0px;
    padding-left: 5%;
  }
  /* line 123, ../sass/index/index-text.scss */
  #iText .iText p {
    font-size: 4vw;
    line-height: 1.5;
    color: #fff;
    margin-left: 0px;
    padding-left: 5%;
  }
  /* line 131, ../sass/index/index-text.scss */
  #iText .iText #iTextImg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 68vw;
    margin-bottom: 6vw;
  }
}
/* line 6, ../sass/index/index-static.scss */
#iStatic .iStatic {
  display: flex;
  justify-content: space-between;
  padding: 0 0 90px;
  position: relative;
}
/* line 13, ../sass/index/index-static.scss */
#iStatic .iStaticL {
  max-width: 490px;
  padding-top: 120px;
}
/* line 17, ../sass/index/index-static.scss */
#iStatic .iStaticL h3 {
  position: relative;
  line-height: 1;
  font-size: 50px;
  text-transform: uppercase;
  font-family: "GothamPro-Bold";
  margin-bottom: 8px;
}
/* line 25, ../sass/index/index-static.scss */
#iStatic .iStaticL h3 > span {
  font-size: 70px;
  color: #333333;
}
/* line 31, ../sass/index/index-static.scss */
#iStatic .iStaticL > p {
  color: #202020;
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 16px;
}
/* line 38, ../sass/index/index-static.scss */
#iStatic .iStaticL .iStaticLBot {
  margin-top: 50px;
  box-sizing: border-box;
  display: flex;
}
/* line 43, ../sass/index/index-static.scss */
#iStatic .iStaticL .iStaticLBot .iStaticLBotImg {
  margin-right: 30px;
  width: 200px;
}
/* line 47, ../sass/index/index-static.scss */
#iStatic .iStaticL .iStaticLBot .iStaticLBotImg > img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* line 54, ../sass/index/index-static.scss */
#iStatic .iStaticL .iStaticLBot .iStaticLBotText {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  width: calc(100% - 170px);
}
/* line 61, ../sass/index/index-static.scss */
#iStatic .iStaticL .iStaticLBot .iStaticLBotText p {
  margin-bottom: 22px;
}
/* line 64, ../sass/index/index-static.scss */
#iStatic .iStaticL .iStaticLBot .iStaticLBotText p > strong {
  font-family: "GothamPro-Med";
}
/* line 72, ../sass/index/index-static.scss */
#iStatic .iStaticM {
  top: 0;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  position: absolute;
  left: 52%;
  z-index: 2;
  pointer-events: none;
}
/* line 83, ../sass/index/index-static.scss */
#iStatic .iStaticM:before {
  content: " ";
  position: absolute;
  bottom: -379px;
  left: 90px;
  width: 295px;
  height: 379px;
  background-image: url(../img/cube1.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  pointer-events: none;
}
/* line 98, ../sass/index/index-static.scss */
#iStatic .iStaticR {
  max-width: 475px;
  background-color: #333333;
  color: #fff;
  padding-top: 120px;
  position: relative;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  height: 100%;
}
/* line 112, ../sass/index/index-static.scss */
#iStatic .iStaticR h5 {
  font-size: 25px;
  font-weight: 500;
  padding-left: 120px;
  line-height: 1.2;
}
/* line 119, ../sass/index/index-static.scss */
#iStatic .iStaticR .iStaticRNum {
  margin-top: 30px;
}
/* line 122, ../sass/index/index-static.scss */
#iStatic .iStaticR .iStaticRNum > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* line 129, ../sass/index/index-static.scss */
#iStatic .iStaticR .iStaticRNum > span {
  display: block;
  height: auto;
  margin: 0 auto;
  color: #333333;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  font-size: 11vw;
  font-family: "GothamPro-Bold";
  text-align: center;
  position: relative;
  line-height: 1;
}
/* line 144, ../sass/index/index-static.scss */
#iStatic .iStaticR .iStaticRText {
  padding: 25px 35px 50px 120px;
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
}
/* line 150, ../sass/index/index-static.scss */
#iStatic .iStaticR .iStaticRText > p {
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
}
/* line 157, ../sass/index/index-static.scss */
#iStatic .iStaticR .iStaticRBot {
  padding: 45px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 169, ../sass/index/index-static.scss */
#iStatic .iStaticR .iStaticRBot > p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  font-family: "GothamPro-Med";
  margin-bottom: 20px;
}
/* line 179, ../sass/index/index-static.scss */
#iStatic .iStaticR .iStaticRBot .btn-index {
  margin-top: 35px;
}
/* line 183, ../sass/index/index-static.scss */
#iStatic .iStaticR .iStaticRBot:after {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 25px 0;
  border-radius: 4px;
  border-color: #333333 transparent transparent;
}

@media only screen and (min-width: 1241px) and (max-width: 1366px) {
  /* line 205, ../sass/index/index-static.scss */
  #iStatic .iStaticL {
    max-width: 455px;
    padding-top: 100px;
  }
  /* line 209, ../sass/index/index-static.scss */
  #iStatic .iStaticL h3 {
    font-size: 50px;
  }
  /* line 212, ../sass/index/index-static.scss */
  #iStatic .iStaticL h3 > span {
    font-size: 73px;
  }
  /* line 217, ../sass/index/index-static.scss */
  #iStatic .iStaticL > p {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  /* line 223, ../sass/index/index-static.scss */
  #iStatic .iStaticL .iStaticLBot {
    margin-top: 40px;
  }
  /* line 226, ../sass/index/index-static.scss */
  #iStatic .iStaticL .iStaticLBot .iStaticLBotImg {
    margin-right: 20px;
    width: 140px;
  }
  /* line 233, ../sass/index/index-static.scss */
  #iStatic .iStaticL .iStaticLBot .iStaticLBotText p {
    margin-bottom: 16px;
    font-size: 15px;
  }
  /* line 241, ../sass/index/index-static.scss */
  #iStatic .iStaticR {
    max-width: 455px;
    padding-top: 90px;
    height: 100%;
  }
  /* line 246, ../sass/index/index-static.scss */
  #iStatic .iStaticR h5 {
    font-size: 22px;
    padding-left: 100px;
  }
  /* line 251, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRNum {
    margin-top: 20px;
  }
  /* line 254, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRNum > span {
    font-size: 17vw;
  }
  /* line 259, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRText {
    padding: 10px 35px 40px 100px;
    font-size: 16px;
  }
  /* line 263, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRText > p {
    font-size: 16px;
  }
  /* line 270, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRBot > p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 280, ../sass/index/index-static.scss */
  #iStatic .iStaticL {
    max-width: 415px;
    padding-top: 110px;
  }
  /* line 284, ../sass/index/index-static.scss */
  #iStatic .iStaticL h3 {
    font-size: 38px;
  }
  /* line 287, ../sass/index/index-static.scss */
  #iStatic .iStaticL h3 > span {
    font-size: 58px;
  }
  /* line 292, ../sass/index/index-static.scss */
  #iStatic .iStaticL > p {
    font-size: 20px;
  }
  /* line 297, ../sass/index/index-static.scss */
  #iStatic .iStaticL .iStaticLBot .iStaticLBotImg {
    margin-right: 25px;
    width: 180px;
  }
  /* line 302, ../sass/index/index-static.scss */
  #iStatic .iStaticL .iStaticLBot .iStaticLBotText {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    width: calc(100% - 140px);
  }
  /* line 313, ../sass/index/index-static.scss */
  #iStatic .iStaticM img {
    width: 85%;
  }
  /* line 318, ../sass/index/index-static.scss */
  #iStatic .iStaticR {
    max-width: 400px;
    padding-top: 65px;
  }
  /* line 322, ../sass/index/index-static.scss */
  #iStatic .iStaticR h5 {
    font-size: 21px;
    padding-left: 80px;
  }
  /* line 329, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRNum > span {
    font-size: 13vw;
  }
  /* line 334, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRText {
    padding: 25px 35px 40px 80px;
  }
  /* line 337, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRText > p {
    font-size: 15px;
  }
  /* line 343, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRBot > p {
    font-size: 15px;
  }
  /* line 347, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRBot .btn-index {
    margin-top: 25px;
    font-size: 26px;
    padding: 22px 100px 15px 40px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 359, ../sass/index/index-static.scss */
  #iStatic .iStaticL {
    max-width: 340px;
    padding-top: 80px;
  }
  /* line 363, ../sass/index/index-static.scss */
  #iStatic .iStaticL h3 {
    font-size: 30px;
  }
  /* line 366, ../sass/index/index-static.scss */
  #iStatic .iStaticL h3 > span {
    font-size: 46px;
  }
  /* line 371, ../sass/index/index-static.scss */
  #iStatic .iStaticL > p {
    font-size: 15px;
    width: 80%;
  }
  /* line 377, ../sass/index/index-static.scss */
  #iStatic .iStaticL .iStaticLBot .iStaticLBotImg {
    margin-right: 10px;
    width: 130px;
  }
  /* line 382, ../sass/index/index-static.scss */
  #iStatic .iStaticL .iStaticLBot .iStaticLBotText {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    width: calc(100% - 74px);
  }
  /* line 389, ../sass/index/index-static.scss */
  #iStatic .iStaticL .iStaticLBot .iStaticLBotText p {
    margin-bottom: 18px;
  }
  /* line 396, ../sass/index/index-static.scss */
  #iStatic .iStaticM {
    left: 54%;
  }
  /* line 399, ../sass/index/index-static.scss */
  #iStatic .iStaticM img {
    width: 85%;
  }
  /* line 403, ../sass/index/index-static.scss */
  #iStatic .iStaticM:before {
    bottom: -377px;
    left: 85px;
    width: 190px;
  }
  /* line 410, ../sass/index/index-static.scss */
  #iStatic .iStaticR {
    max-width: 280px;
    padding-top: 65px;
  }
  /* line 414, ../sass/index/index-static.scss */
  #iStatic .iStaticR h5 {
    font-size: 17px;
    padding-left: 60px;
  }
  /* line 420, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRNum > img {
    display: block;
    max-width: 80%;
  }
  /* line 425, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRNum > span {
    font-size: 14vw;
  }
  /* line 430, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRText {
    padding: 30px 22px 40px 70px;
  }
  /* line 433, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRText > p {
    font-size: 13px;
  }
  /* line 438, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRBot {
    padding: 38px;
    color: #000;
    font-size: 16px;
  }
  /* line 443, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRBot > p {
    font-size: 13px;
  }
  /* line 447, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRBot .btn-index {
    margin-top: 25px;
    font-size: 22px;
    padding: 22px 15px 15px 15px;
  }
  /* line 452, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRBot .btn-index span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 464, ../sass/index/index-static.scss */
  #iStatic .iStatic {
    flex-direction: column;
    padding: 0 0 10vw;
  }
  /* line 469, ../sass/index/index-static.scss */
  #iStatic .iStaticL {
    max-width: 100%;
    padding-top: 28vw;
    width: 100%;
  }
  /* line 474, ../sass/index/index-static.scss */
  #iStatic .iStaticL h3 {
    font-size: 5vw;
  }
  /* line 477, ../sass/index/index-static.scss */
  #iStatic .iStaticL h3 > span {
    font-size: 8vw;
  }
  /* line 482, ../sass/index/index-static.scss */
  #iStatic .iStaticL > p {
    font-size: 4vw;
    width: 58%;
  }
  /* line 487, ../sass/index/index-static.scss */
  #iStatic .iStaticL .iStaticLBot {
    flex-direction: column;
  }
  /* line 490, ../sass/index/index-static.scss */
  #iStatic .iStaticL .iStaticLBot .iStaticLBotImg {
    margin-right: 0px;
    width: 100%;
  }
  /* line 494, ../sass/index/index-static.scss */
  #iStatic .iStaticL .iStaticLBot .iStaticLBotImg > img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
  /* line 502, ../sass/index/index-static.scss */
  #iStatic .iStaticL .iStaticLBot .iStaticLBotText {
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
    width: 100%;
    margin-top: 3vw;
  }
  /* line 509, ../sass/index/index-static.scss */
  #iStatic .iStaticL .iStaticLBot .iStaticLBotText p {
    margin-bottom: 4vw;
  }
  /* line 516, ../sass/index/index-static.scss */
  #iStatic .iStaticM {
    left: 73%;
  }
  /* line 519, ../sass/index/index-static.scss */
  #iStatic .iStaticM img {
    width: 50vw;
  }
  /* line 523, ../sass/index/index-static.scss */
  #iStatic .iStaticM:before {
    bottom: -30vw;
    left: 20vw;
    width: 43vw;
    height: 33vw;
    display: none;
  }
  /* line 532, ../sass/index/index-static.scss */
  #iStatic .iStaticR {
    max-width: 100%;
    padding-top: 8vw;
  }
  /* line 536, ../sass/index/index-static.scss */
  #iStatic .iStaticR h5 {
    font-size: 5vw;
    padding-left: 22vw;
  }
  /* line 541, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRNum {
    margin-top: 2vw;
  }
  /* line 544, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRNum > img {
    display: block;
    max-width: 65%;
  }
  /* line 549, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRNum span {
    font-size: 44vw;
  }
  /* line 554, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRText {
    padding: 7vw;
  }
  /* line 557, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRText > p {
    font-size: 4vw;
  }
  /* line 562, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRBot {
    padding: 38px;
    color: #000;
    font-size: 16px;
  }
  /* line 567, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRBot > p {
    font-size: 4vw;
  }
  /* line 571, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRBot .btn-index {
    margin-top: 7vw;
    font-size: 4vw;
    padding: 5vw 20vw 3vw 8vw;
  }
  /* line 576, ../sass/index/index-static.scss */
  #iStatic .iStaticR .iStaticRBot .btn-index span {
    font-size: 2.2vw;
  }
}
/* line 1, ../sass/index/index-bullet.scss */
#iBullet {
  margin-bottom: 120px;
  overflow: hidden;
  padding-bottom: 20px;
}
/* line 6, ../sass/index/index-bullet.scss */
#iBullet .iBulletWr {
  position: relative;
}
/* line 9, ../sass/index/index-bullet.scss */
#iBullet .iBulletWr h3 {
  text-align: center;
  margin-bottom: 8px;
}
/* line 13, ../sass/index/index-bullet.scss */
#iBullet .iBulletWr h3 span {
  padding: 0 60px;
  background-color: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
  font-size: 40px;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: "GothamPro-Bold";
}
/* line 26, ../sass/index/index-bullet.scss */
#iBullet .iBulletWr h3:after {
  content: " ";
  position: absolute;
  top: 30px;
  left: 0;
  height: 2px;
  background-color: #76a8eb;
  width: 100%;
}
/* line 37, ../sass/index/index-bullet.scss */
#iBullet .iBulletWr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
/* line 43, ../sass/index/index-bullet.scss */
#iBullet .iBulletWr ul:after {
  content: '';
  background-image: url(../img/pen2.png);
  width: 121px;
  height: 195px;
  right: -219px;
  top: 38%;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
}
/* line 55, ../sass/index/index-bullet.scss */
#iBullet .iBulletWr ul:before {
  background-image: url(../img/pen1.png);
  width: 219px;
  height: 200px;
  left: -319px;
  top: 50px;
  content: '';
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
}
/* line 67, ../sass/index/index-bullet.scss */
#iBullet .iBulletWr ul li {
  width: calc(85% / 3);
}
/* line 70, ../sass/index/index-bullet.scss */
#iBullet .iBulletWr ul li > img {
  margin: 0 auto;
  display: block;
}
/* line 75, ../sass/index/index-bullet.scss */
#iBullet .iBulletWr ul li p {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-top: 25px;
}
/* line 82, ../sass/index/index-bullet.scss */
#iBullet .iBulletWr ul li:nth-child(2) {
  margin-top: 100px;
}
/* line 86, ../sass/index/index-bullet.scss */
#iBullet .iBulletWr ul li:nth-child(4), #iBullet .iBulletWr ul li:nth-child(6), #iBullet .iBulletWr ul li:nth-child(7), #iBullet .iBulletWr ul li:nth-child(9) {
  margin-top: 40px;
}
/* line 90, ../sass/index/index-bullet.scss */
#iBullet .iBulletWr ul li:nth-child(5), #iBullet .iBulletWr ul li:nth-child(8) {
  margin-top: 150px;
}
/* line 96, ../sass/index/index-bullet.scss */
#iBullet .iBulletWr .btn-index {
  margin: 0 auto;
  margin-top: 50px;
}

@media only screen and (min-width: 1241px) and (max-width: 1366px) {
  /* line 104, ../sass/index/index-bullet.scss */
  #iBullet {
    margin-bottom: 90px;
  }
  /* line 111, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr h3 span {
    font-size: 50px;
  }
  /* line 120, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
  }
  /* line 126, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li:nth-child(2) {
    margin-top: 80px;
  }
  /* line 131, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li:nth-child(4), #iBullet .iBulletWr ul li:nth-child(6), #iBullet .iBulletWr ul li:nth-child(7), #iBullet .iBulletWr ul li:nth-child(9) {
    margin-top: 25px;
  }
  /* line 135, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li:nth-child(5), #iBullet .iBulletWr ul li:nth-child(8) {
    margin-top: 120px;
  }
  /* line 140, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul:before {
    display: none;
  }
  /* line 144, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul:after {
    display: none;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 153, ../sass/index/index-bullet.scss */
  #iBullet {
    margin-bottom: 80px;
  }
  /* line 159, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr h3 span {
    padding: 0 50px;
    font-size: 52px;
  }
  /* line 167, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li {
    width: calc(85% / 3);
  }
  /* line 170, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li p {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 175, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li > img {
    width: 65%;
  }
  /* line 179, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li:nth-child(2) {
    margin-top: 80px;
  }
  /* line 183, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li:nth-child(4), #iBullet .iBulletWr ul li:nth-child(6), #iBullet .iBulletWr ul li:nth-child(7), #iBullet .iBulletWr ul li:nth-child(9) {
    margin-top: 30px;
  }
  /* line 187, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li:nth-child(5), #iBullet .iBulletWr ul li:nth-child(8) {
    margin-top: 120px;
  }
  /* line 192, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul:after {
    right: -19px;
    width: 108px;
    height: 173px;
    top: 23%;
    display: none;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 205, ../sass/index/index-bullet.scss */
  #iBullet {
    margin-bottom: 50px;
  }
  /* line 211, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr h3 span {
    padding: 0 40px;
    font-size: 46px;
  }
  /* line 219, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li {
    width: calc(90% / 3);
  }
  /* line 222, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li p {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
  }
  /* line 228, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li > img {
    width: 65%;
  }
  /* line 232, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li:nth-child(2) {
    margin-top: 40px;
  }
  /* line 236, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li:nth-child(4), #iBullet .iBulletWr ul li:nth-child(6), #iBullet .iBulletWr ul li:nth-child(7), #iBullet .iBulletWr ul li:nth-child(9) {
    margin-top: 40px;
  }
  /* line 240, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li:nth-child(5), #iBullet .iBulletWr ul li:nth-child(8) {
    margin-top: 40px;
  }
  /* line 245, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul:after {
    right: -19px;
    width: 108px;
    height: 173px;
    top: 23%;
    display: none;
  }
  /* line 254, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr .btn-index {
    margin-top: 35px;
    font-size: 22px;
    padding: 22px 100px 15px 40px;
  }
  /* line 259, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr .btn-index span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 268, ../sass/index/index-bullet.scss */
  #iBullet {
    margin-bottom: 10vw;
  }
  /* line 274, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr h3 span {
    padding: 0 4vw;
    font-size: 8vw;
  }
  /* line 282, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li {
    width: calc(94% / 2);
    margin-top: 8vw;
    justify-content: center;
  }
  /* line 287, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li p {
    font-size: 4vw;
    line-height: 6vw;
    text-align: center;
    margin-top: 3vw;
  }
  /* line 295, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li > img {
    width: 50%;
  }
  /* line 299, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li:nth-child(2) {
    margin-top: 8vw;
  }
  /* line 303, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li:nth-child(4), #iBullet .iBulletWr ul li:nth-child(6), #iBullet .iBulletWr ul li:nth-child(7), #iBullet .iBulletWr ul li:nth-child(9) {
    margin-top: 8vw;
  }
  /* line 307, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul li:nth-child(5), #iBullet .iBulletWr ul li:nth-child(8) {
    margin-top: 8vw;
  }
  /* line 312, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr ul:after {
    display: none;
  }
  /* line 317, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr .btn-index {
    margin-top: 7vw;
    font-size: 8vw;
    padding: 5vw 20vw 3vw 8vw;
  }
  /* line 322, ../sass/index/index-bullet.scss */
  #iBullet .iBulletWr .btn-index span {
    font-size: 3vw;
  }
}
/* line 1, ../sass/index/index-organization.scss */
#iOrgan {
  background-color: #202020;
  padding: 90px 0 0;
}
/* line 5, ../sass/index/index-organization.scss */
#iOrgan .container {
  position: relative;
}
/* line 9, ../sass/index/index-organization.scss */
#iOrgan .iOrganImg {
  position: absolute;
  top: 0;
  left: -10%;
  width: 52%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 19, ../sass/index/index-organization.scss */
#iOrgan .iOrganImg > img {
  display: block;
  height: 70%;
  width: auto;
  margin: 0 auto;
  max-width: 91%;
}
/* line 28, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr {
  padding-left: 45%;
  position: relative;
}
/* line 32, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr::after {
  content: "";
  clear: both;
  display: table;
}
/* line 39, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr h3 {
  font-size: 48px;
  color: #333333;
  text-transform: uppercase;
  font-family: "GothamPro-Bold";
  float: left;
  margin-right: 50px;
  margin-bottom: 8px;
}
/* line 49, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr h4 {
  text-transform: uppercase;
  font-family: "GothamPro-Bold";
  line-height: 1.1;
  font-size: 25px;
  display: block;
  border-left: 2px solid #888;
  padding-left: 30px;
  float: left;
  color: #fff;
}
/* line 61, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr > p {
  width: 100%;
  float: left;
  line-height: 1.2;
  color: #fff;
  font-family: "GothamPro-Med";
  margin: 25px 0;
  font-size: 20px;
}
/* line 70, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr > p span {
  color: #333333;
}
/* line 75, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr ul {
  float: left;
  width: 100%;
  margin: 10px 0;
}
/* line 80, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr ul li {
  padding: 0 0 0 30px;
  position: relative;
  margin-bottom: 14px;
  width: 50%;
  box-sizing: border-box;
  float: left;
  color: #fff;
  padding-right: 2%;
}
/* line 90, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url(../img/icons8-accuracy-filled.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 104, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr .iOrganWrapper {
  float: left;
  justify-content: space-between;
  margin-top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 110px;
}
/* line 115, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox {
  border: 2px solid #004fdf;
  border-radius: 5px;
  height: 120px;
  min-width: 420px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 30px;
  margin-right: 20px;
  display: flex;
  box-sizing: border-box;
}
/* line 129, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox > img {
  max-width: 100%;
  height: auto;
  margin-right: 15px;
  display: block;
}
/* line 136, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox > p {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}
/* line 141, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox > p span {
  font-size: 12px;
  display: block;
}
/* line 147, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox > strong {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  font-family: "GothamPro-Med";
}
/* line 154, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox > strong span {
  color: #333333;
}
/* line 159, ../sass/index/index-organization.scss */
#iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox:nth-child(2) {
  margin-right: 0;
  box-sizing: border-box;
  min-width: 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media only screen and (min-width: 1241px) and (max-width: 1366px) {
  /* line 175, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr {
    padding-left: 45%;
  }
  /* line 178, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr h3 {
    font-size: 70px;
  }
  /* line 182, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr h4 {
    font-size: 40px;
  }
  /* line 186, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr > p {
    margin: 15px 0;
    font-size: 16px;
  }
  /* line 193, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr ul li {
    font-size: 14px;
    margin-bottom: 12px;
  }
  /* line 201, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox {
    padding: 5px 20px;
    margin-right: 20px;
    min-width: 53%;
    height: 100px;
  }
  /* line 207, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox p {
    font-size: 15px;
  }
  /* line 210, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox p span {
    font-size: 10px;
  }
  /* line 215, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox > strong {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 225, ../sass/index/index-organization.scss */
  #iOrgan {
    padding: 70px 0 0;
  }
  /* line 228, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr {
    padding-left: 43%;
  }
  /* line 231, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr h3 {
    font-size: 74px;
    margin-right: 20px;
  }
  /* line 236, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr h4 {
    font-size: 38px;
  }
  /* line 240, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr > p {
    margin: 20px 0;
    font-size: 18px;
  }
  /* line 246, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr ul li {
    font-size: 14px;
    width: 49%;
  }
  /* line 252, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper {
    padding-bottom: 70px;
    margin-top: 23px;
  }
  /* line 256, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox {
    height: 105px;
    min-width: 330px;
    padding: 5px 23px;
    margin-right: 20px;
  }
  /* line 262, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox > p {
    font-size: 14px;
  }
  /* line 265, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox > p span {
    font-size: 11px;
  }
  /* line 270, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox > strong {
    font-size: 14px;
  }
  /* line 274, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox:nth-child(2) {
    margin-right: 0;
    box-sizing: border-box;
    min-width: 200px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 286, ../sass/index/index-organization.scss */
  #iOrgan {
    padding: 55px 0 0;
  }
  /* line 289, ../sass/index/index-organization.scss */
  #iOrgan .iOrganImg {
    width: 100%;
    height: 100%;
    opacity: 0.1;
  }
  /* line 294, ../sass/index/index-organization.scss */
  #iOrgan .iOrganImg > img {
    display: block;
    height: auto;
    width: auto;
    margin: 0 auto;
    max-width: 91%;
    max-height: 91%;
  }
  /* line 304, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr {
    padding-left: 0%;
  }
  /* line 307, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr h3 {
    font-size: 62px;
    margin-right: 15px;
    line-height: 1;
  }
  /* line 313, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr h4 {
    font-size: 28px;
  }
  /* line 317, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr > p {
    margin: 10px 0;
    font-size: 16px;
  }
  /* line 323, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr ul li {
    font-size: 13px;
    width: 49%;
    line-height: 1.3;
  }
  /* line 330, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper {
    padding-bottom: 70px;
    margin-top: 23px;
  }
  /* line 334, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox {
    height: 105px;
    min-width: 330px;
    padding: 5px 23px;
    margin-right: 20px;
  }
  /* line 340, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox > p {
    font-size: 14px;
  }
  /* line 343, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox > p span {
    font-size: 11px;
  }
  /* line 348, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox > strong {
    font-size: 14px;
  }
  /* line 352, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox:nth-child(2) {
    margin-right: 0;
    box-sizing: border-box;
    min-width: 200px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 364, ../sass/index/index-organization.scss */
  #iOrgan {
    padding: 7vw 0 0;
  }
  /* line 367, ../sass/index/index-organization.scss */
  #iOrgan .iOrganImg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 68vw;
  }
  /* line 375, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr {
    padding-left: 0%;
  }
  /* line 378, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr h3 {
    font-size: 11vw;
    margin-right: 3vw;
    line-height: 1;
  }
  /* line 384, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr h4 {
    font-size: 6vw;
  }
  /* line 388, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr > p {
    margin: 2vw 0;
    font-size: 4vw;
  }
  /* line 393, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr ul {
    flex-direction: column;
  }
  /* line 396, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr ul li {
    font-size: 4vw;
    width: 100%;
    line-height: 1.3;
  }
  /* line 403, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper {
    padding-bottom: 15vw;
    margin-top: 5vw;
    flex-direction: column;
  }
  /* line 408, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox {
    height: 22vw;
    min-width: 100%;
    padding: 1vw 5vw;
    margin-right: 0vw;
    width: 100%;
    margin-bottom: 3vw;
  }
  /* line 416, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox > p {
    font-size: 4vw;
  }
  /* line 419, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox > p span {
    font-size: 3.2vw;
  }
  /* line 424, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox > strong {
    font-size: 4vw;
  }
  /* line 428, ../sass/index/index-organization.scss */
  #iOrgan .iOrganWr .iOrganWrapper .iOrganWrBox:nth-child(2) {
    margin-right: 0;
    box-sizing: border-box;
    min-width: 100%;
  }
}
/* line 1, ../sass/index/index-footer.scss */
#Footer {
  background-color: #f2f2f2;
  color: #000;
  font-size: 12px;
}
/* line 6, ../sass/index/index-footer.scss */
#Footer .FooterWr {
  display: flex;
  justify-content: space-between;
}
/* line 10, ../sass/index/index-footer.scss */
#Footer .FooterWr .FooterBox {
  padding: 22px 0 10px;
  max-width: 265px;
}
/* line 14, ../sass/index/index-footer.scss */
#Footer .FooterWr .FooterBox p {
  color: #000;
  font-size: 12px;
  margin-bottom: 4px;
  font-family: "GothamPro-Reg";
}
/* line 20, ../sass/index/index-footer.scss */
#Footer .FooterWr .FooterBox p:nth-child(3) {
  margin-top: 12px;
}
/* line 25, ../sass/index/index-footer.scss */
#Footer .FooterWr .FooterBox > a {
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block;
  text-decoration: underline;
}
/* line 33, ../sass/index/index-footer.scss */
#Footer .FooterWr .FooterBox > a:hover {
  color: #004fdf;
}

@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 44, ../sass/index/index-footer.scss */
  #Footer .FooterWr {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  /* line 49, ../sass/index/index-footer.scss */
  #Footer .FooterWr .FooterBox {
    padding: 3vw 0 2vw;
    max-width: 100%;
  }
  /* line 53, ../sass/index/index-footer.scss */
  #Footer .FooterWr .FooterBox p {
    color: #000;
    font-size: 4vw;
    margin-bottom: 1vw;
    text-align: center;
  }
  /* line 60, ../sass/index/index-footer.scss */
  #Footer .FooterWr .FooterBox > a {
    text-align: center;
  }
}
/* line 3, ../sass/index/index-form-new.scss */
#iForm:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #f2f2f2;
  z-index: -1;
}
/* line 14, ../sass/index/index-form-new.scss */
#iForm:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #f8f8f8;
  z-index: -1;
}

/* line 27, ../sass/index/index-form-new.scss */
.iForm {
  display: flex;
}

/* line 31, ../sass/index/index-form-new.scss */
.iFormL {
  width: 60%;
  position: relative;
  box-sizing: border-box;
  background: #f2f2f2;
  padding: 120px 120px 120px 0;
}
/* line 38, ../sass/index/index-form-new.scss */
.iFormL h3 {
  color: #000000;
  font-size: 44px;
  font-family: "GothamPro-Bold";
}
/* line 44, ../sass/index/index-form-new.scss */
.iFormL #IndexForm {
  margin-top: 35px;
}
/* line 47, ../sass/index/index-form-new.scss */
.iFormL #IndexForm .text {
  border: none;
  border-bottom: 1px solid #000000;
  outline: none;
  height: 60px;
  line-height: 60px;
  width: 100%;
  margin-bottom: 20px;
  background: transparent;
  color: #000000;
  font-family: "GothamPro-Reg";
  font-size: 18px;
}
/* line 60, ../sass/index/index-form-new.scss */
.iFormL #IndexForm .text.error {
  border-bottom: 1px solid #FF9494;
}
/* line 65, ../sass/index/index-form-new.scss */
.iFormL #IndexForm input::-webkit-input-placeholder {
  color: #000000;
}
/* line 66, ../sass/index/index-form-new.scss */
.iFormL #IndexForm input:-ms-input-placeholder {
  color: #000000;
}
/* line 67, ../sass/index/index-form-new.scss */
.iFormL #IndexForm input::-ms-input-placeholder {
  color: #000000;
}
/* line 68, ../sass/index/index-form-new.scss */
.iFormL #IndexForm input::placeholder {
  color: #000000;
}
/* line 69, ../sass/index/index-form-new.scss */
.iFormL #IndexForm textarea::-webkit-input-placeholder {
  color: #000000;
}
/* line 70, ../sass/index/index-form-new.scss */
.iFormL #IndexForm textarea:-ms-input-placeholder {
  color: #000000;
}
/* line 71, ../sass/index/index-form-new.scss */
.iFormL #IndexForm textarea::-ms-input-placeholder {
  color: #000000;
}
/* line 72, ../sass/index/index-form-new.scss */
.iFormL #IndexForm textarea::placeholder {
  color: #000000;
}
/* line 74, ../sass/index/index-form-new.scss */
.iFormL #IndexForm .submit {
  background: #004fdf;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0px 5em;
  line-height: 4.5em;
  outline: none;
  border: none;
  cursor: pointer;
  font-family: "GothamPro-Bold";
}
/* line 87, ../sass/index/index-form-new.scss */
.iFormL #IndexForm .iFormInput {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
/* line 93, ../sass/index/index-form-new.scss */
.iFormL #IndexForm span {
  color: #000000;
  display: block;
  font-size: 15px;
  margin-left: 40px;
}
/* line 99, ../sass/index/index-form-new.scss */
.iFormL #IndexForm span > a {
  color: #004fdf;
}

/* line 106, ../sass/index/index-form-new.scss */
.iFormR {
  width: 40%;
  position: relative;
  box-sizing: border-box;
  background: #f8f8f8;
  padding: 150px 0px 60px 60px;
  color: #000;
}
/* line 116, ../sass/index/index-form-new.scss */
.iFormR ul li {
  padding-top: 90px;
  margin: 50px 0;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5;
}
/* line 124, ../sass/index/index-form-new.scss */
.iFormR ul li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 999px) {
  /* line 140, ../sass/index/index-form-new.scss */
  .iFormL {
    padding: 80px 80px 80px 0;
  }
  /* line 143, ../sass/index/index-form-new.scss */
  .iFormL h3 {
    font-size: 34px;
  }
  /* line 147, ../sass/index/index-form-new.scss */
  .iFormL #IndexForm {
    margin-top: 25px;
  }
  /* line 150, ../sass/index/index-form-new.scss */
  .iFormL #IndexForm .text {
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  /* line 156, ../sass/index/index-form-new.scss */
  .iFormL #IndexForm .iFormInput {
    display: flex;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  /* line 163, ../sass/index/index-form-new.scss */
  .iFormL #IndexForm .submit {
    font-size: 12px;
  }
  /* line 167, ../sass/index/index-form-new.scss */
  .iFormL #IndexForm span {
    font-size: 14px;
    margin-left: 0;
    margin-top: 10px;
  }

  /* line 175, ../sass/index/index-form-new.scss */
  .iFormR {
    padding: 80px 0px 40px 40px;
  }
  /* line 180, ../sass/index/index-form-new.scss */
  .iFormR ul li {
    padding-top: 70px;
    margin: 10px 0 30px;
    font-size: 14px;
  }
  /* line 185, ../sass/index/index-form-new.scss */
  .iFormR ul li i {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 709px) {
  /* line 197, ../sass/index/index-form-new.scss */
  #iForm:after, #iForm:before {
    display: none;
  }

  /* line 202, ../sass/index/index-form-new.scss */
  .iForm {
    flex-wrap: wrap;
    margin-left: -2%;
    margin-right: -2%;
    width: calc(100% + 2%) !important;
  }

  /* line 209, ../sass/index/index-form-new.scss */
  .iFormL {
    padding: 12vw 6vw 12vw 6vw;
    width: 100%;
  }
  /* line 213, ../sass/index/index-form-new.scss */
  .iFormL h3 {
    font-size: 7vw;
  }
  /* line 217, ../sass/index/index-form-new.scss */
  .iFormL #IndexForm {
    margin-top: 6vw;
  }
  /* line 220, ../sass/index/index-form-new.scss */
  .iFormL #IndexForm .text {
    height: 9vw;
    line-height: 9vw;
    margin-bottom: 3vw;
    font-size: 4vw;
    border-radius: 0;
    -webkit-appearance: none;
  }
  /* line 229, ../sass/index/index-form-new.scss */
  .iFormL #IndexForm .iFormInput {
    display: flex;
    align-items: center;
    margin-top: 5vw;
    flex-wrap: wrap;
  }
  /* line 236, ../sass/index/index-form-new.scss */
  .iFormL #IndexForm .submit {
    font-size: 2.8vw;
  }
  /* line 240, ../sass/index/index-form-new.scss */
  .iFormL #IndexForm span {
    font-size: 3vw;
    margin-left: 0;
    margin-top: 2vw;
  }

  /* line 248, ../sass/index/index-form-new.scss */
  .iFormR {
    padding: 8vw 6vw 6vw 6vw;
    width: 100%;
  }
  /* line 254, ../sass/index/index-form-new.scss */
  .iFormR ul li {
    padding-top: 13vw;
    margin: 10px 0 6vw;
    font-size: 3.8vw;
    margin-top: 0;
  }
  /* line 260, ../sass/index/index-form-new.scss */
  .iFormR ul li i {
    width: 9vw;
    height: 9vw;
  }
}
/* line 1, ../sass/test/line-block.scss */
#LineBlock {
  background: url(/landing/img/safir-ey.jpg) center center no-repeat;
  background-size: cover;
  padding: 120px 0 60px;
  overflow: hidden;
}
/* line 7, ../sass/test/line-block.scss */
#LineBlock:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(50, 50, 50, 0.75);
  z-index: 2;
}
/* line 18, ../sass/test/line-block.scss */
#LineBlock h3 {
  color: #ffffff;
  font-size: 30px;
  font-family: "GothamPro-Bold";
  line-height: 1.3;
  position: relative;
  z-index: 4;
}
/* line 27, ../sass/test/line-block.scss */
#LineBlock .LineBlockWr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
  position: relative;
  z-index: 4;
}
/* line 35, ../sass/test/line-block.scss */
#LineBlock .LineBlockWr li {
  width: calc(100% / 3);
  color: #ffffff;
  box-sizing: border-box;
  position: relative;
  padding-top: 40px;
  padding-right: 13%;
  margin-bottom: 60px;
  z-index: 4;
}
/* line 45, ../sass/test/line-block.scss */
#LineBlock .LineBlockWr li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 5px solid #3f88ee;
  box-sizing: border-box;
  background: #000;
  border-radius: 100%;
  box-shadow: 0 0 10px #3f88ee;
  transition: .7s all;
  z-index: 2;
}
/* line 63, ../sass/test/line-block.scss */
#LineBlock .LineBlockWr li:hover:before {
  border: 5px solid #ffffff;
  box-shadow: 0 0 10px #ffffff;
}
/* line 71, ../sass/test/line-block.scss */
#LineBlock .LineBlockWr li:first-child:after {
  content: '';
  position: absolute;
  top: 8px;
  height: 1px;
  background: #888888;
  width: 500%;
  left: 0;
  opacity: .4;
}
/* line 84, ../sass/test/line-block.scss */
#LineBlock .LineBlockWr li:last-child:after {
  content: '';
  position: absolute;
  top: 8px;
  height: 1px;
  background: #888888;
  width: 500%;
  right: 100%;
  opacity: .4;
}

@media screen and (max-width: 999px) {
  /* line 100, ../sass/test/line-block.scss */
  #LineBlock {
    padding: 80px 0 30px;
  }
  /* line 103, ../sass/test/line-block.scss */
  #LineBlock h3 {
    font-size: 26px;
  }
  /* line 107, ../sass/test/line-block.scss */
  #LineBlock .LineBlockWr {
    margin-top: 60px;
  }
  /* line 110, ../sass/test/line-block.scss */
  #LineBlock .LineBlockWr li {
    padding-top: 35px;
    padding-right: 9%;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 709px) {
  /* line 120, ../sass/test/line-block.scss */
  #LineBlock {
    padding: 12vw 0 0;
  }
  /* line 123, ../sass/test/line-block.scss */
  #LineBlock h3 {
    font-size: 6vw;
  }
  /* line 127, ../sass/test/line-block.scss */
  #LineBlock .LineBlockWr {
    margin-top: 8vw;
  }
  /* line 130, ../sass/test/line-block.scss */
  #LineBlock .LineBlockWr li {
    padding-top: 9vw;
    padding-right: 8%;
    margin-bottom: 10vw;
    width: calc(100% / 2);
    font-size: 4vw;
  }
  /* line 138, ../sass/test/line-block.scss */
  #LineBlock .LineBlockWr li:nth-child(4):after {
    content: '';
    position: absolute;
    top: 8px;
    height: 1px;
    background: #888888;
    width: 500%;
    right: 100%;
    opacity: .4;
  }
  /* line 152, ../sass/test/line-block.scss */
  #LineBlock .LineBlockWr li:nth-last-child(2):after {
    content: '';
    position: absolute;
    top: 8px;
    height: 1px;
    background: #888888;
    width: 500%;
    left: 0;
    opacity: .4;
  }
}
/* line 1, ../sass/test/line-bullet.scss */
#LineBullet {
  background: url(../img/b-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 120px 0 60px;
  overflow: hidden;
}
/* line 7, ../sass/test/line-bullet.scss */
#LineBullet h3 {
  color: #ffffff;
  font-size: 30px;
  font-family: "GothamPro-Bold";
  line-height: 1.3;
  position: relative;
  z-index: 3;
}
/* line 16, ../sass/test/line-bullet.scss */
#LineBullet:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(0, black 0, rgba(0, 0, 0, 0.4) 60%, transparent 130%);
  z-index: 1;
  transform: rotate(180deg);
}

/* line 29, ../sass/test/line-bullet.scss */
.LineBulletWr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
  position: relative;
  z-index: 3;
}
/* line 37, ../sass/test/line-bullet.scss */
.LineBulletWr li {
  width: calc(100% / 3);
  color: #888888;
  box-sizing: border-box;
  position: relative;
  padding-right: 13%;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 2%;
  border-left: 1px solid #888888;
}

@media screen and (max-width: 999px) {
  /* line 51, ../sass/test/line-bullet.scss */
  #LineBullet {
    padding: 80px 0 30px;
  }
  /* line 54, ../sass/test/line-bullet.scss */
  #LineBullet h3 {
    font-size: 26px;
  }

  /* line 59, ../sass/test/line-bullet.scss */
  .LineBulletWr {
    margin-top: 60px;
  }
  /* line 62, ../sass/test/line-bullet.scss */
  .LineBulletWr li {
    padding-top: 0;
    padding-right: 9%;
    margin-bottom: 45px;
  }
  /* line 67, ../sass/test/line-bullet.scss */
  .LineBulletWr li i {
    height: 50px;
    width: 50px;
  }
  /* line 72, ../sass/test/line-bullet.scss */
  .LineBulletWr li:after {
    height: 60px;
  }
}
@media screen and (max-width: 709px) {
  /* line 81, ../sass/test/line-bullet.scss */
  #LineBullet {
    padding: 12vw 0 6vw;
  }
  /* line 84, ../sass/test/line-bullet.scss */
  #LineBullet h3 {
    font-size: 6vw;
  }
  /* line 88, ../sass/test/line-bullet.scss */
  #LineBullet .LineBulletWr {
    margin-top: 8vw;
  }
  /* line 91, ../sass/test/line-bullet.scss */
  #LineBullet .LineBulletWr li {
    padding-top: 0;
    padding-right: 8%;
    margin-bottom: 10vw;
    width: calc(100% / 2);
    font-size: 3.4vw;
  }
  /* line 98, ../sass/test/line-bullet.scss */
  #LineBullet .LineBulletWr li i {
    left: 2vw;
    height: 10vw;
    width: 10vw;
  }
  /* line 104, ../sass/test/line-bullet.scss */
  #LineBullet .LineBulletWr li:after {
    height: 12vw;
  }
}
/* line 1, ../sass/test/line-count.scss */
#LineCount {
  background-color: rgba(242, 84, 73, 0.95);
  padding: 120px 0;
  overflow: hidden;
}
/* line 6, ../sass/test/line-count.scss */
#LineCount ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
/* line 12, ../sass/test/line-count.scss */
#LineCount ul li {
  width: calc(90% / 3);
  position: relative;
  color: #fff;
}
/* line 17, ../sass/test/line-count.scss */
#LineCount ul li span {
  overflow: hidden;
  display: block;
  position: relative;
  font-size: 84px;
}
/* line 23, ../sass/test/line-count.scss */
#LineCount ul li span i {
  left: 0;
  font-family: "GothamPro-Bold";
  line-height: 1;
}
/* line 30, ../sass/test/line-count.scss */
#LineCount ul li p {
  font-size: 16px;
  line-height: 1.2;
}
/* line 39, ../sass/test/line-count.scss */
#LineCount .LineNum b {
  color: #f25449;
  font-family: "GothamPro-Bold";
  position: absolute;
  font-size: 40vw;
  top: 0;
  line-height: 1;
}
/* line 47, ../sass/test/line-count.scss */
#LineCount .LineNum b:nth-child(1) {
  top: -80%;
  left: -10%;
  font-size: 55vw;
}
/* line 53, ../sass/test/line-count.scss */
#LineCount .LineNum b:nth-child(2) {
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
}
/* line 59, ../sass/test/line-count.scss */
#LineCount .LineNum b:nth-child(3) {
  top: -60%;
  right: -10%;
  font-size: 60vw;
}

@media screen and (max-width: 999px) {
  /* line 69, ../sass/test/line-count.scss */
  #LineCount {
    padding: 80px 0 30px;
  }
  /* line 76, ../sass/test/line-count.scss */
  #LineCount ul li span {
    font-size: 54px;
  }
  /* line 80, ../sass/test/line-count.scss */
  #LineCount ul li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 709px) {
  /* line 89, ../sass/test/line-count.scss */
  #LineCount {
    padding: 12vw 0 6vw;
  }
  /* line 92, ../sass/test/line-count.scss */
  #LineCount ul {
    flex-direction: column;
    align-items: center;
  }
  /* line 96, ../sass/test/line-count.scss */
  #LineCount ul li {
    width: 85%;
    margin-bottom: 6vw;
  }
  /* line 100, ../sass/test/line-count.scss */
  #LineCount ul li span {
    font-size: 19vw;
  }
  /* line 104, ../sass/test/line-count.scss */
  #LineCount ul li p {
    font-size: 4.5vw;
  }
  /* line 112, ../sass/test/line-count.scss */
  #LineCount .LineNum b:nth-child(1) {
    top: -47vw;
    left: -25%;
    font-size: 145vw;
  }
  /* line 118, ../sass/test/line-count.scss */
  #LineCount .LineNum b:nth-child(2) {
    display: none;
  }
  /* line 122, ../sass/test/line-count.scss */
  #LineCount .LineNum b:nth-child(3) {
    top: initial;
    bottom: 0;
    right: -40%;
    font-size: 160vw;
  }
}
/* line 25, ../sass/index.scss */
.IndexTop {
  overflow: hidden;
}
