.mobile-br {
  display: none;
}
.mobile-show {
  display: none;
}
.pc-show {
  display: flex !important;
}
.pc-show-900 {
  display: block;
}
.mobile-show-900 {
  display: none;
}
.header {
  height: 100px;
}
.header > .inner > .header-box {
  /* left: 20.6%;
  transform: none; */
}
@media screen and (max-width: 1259px) {
  .header > .inner > .header-box > .menu {
    display: none;
  }
}
.header > .inner > .service > .button.mobile-show {
  display: none;
}
@media screen and (max-width: 1259px) {
  .header > .inner > .service > .button.mobile-show {
    display: flex;
  }
}
.go-home {
  padding: 0 24px;
  border: 2px solid #fff;
}
@media screen and (max-width: 1259px) {
  .go-home {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1024px) {
  .go-home {
    display: none !important;
  }
}
.header.fixed > .inner > .service > .go-home,
.header:hover > .inner > .service > .go-home {
  border: 0.125rem solid #2962ff;
  color: #2962ff;
}
.main-section {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 220px;
  min-height: 800px;
}

.untact-section {
  background-image: url(/images/pc/untact-main.png);
}
.cloud-section {
  background-image: url(/images/pc/cloud-main.png);
}

.main-sub-title {
  color: #fff;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 20px;
}
.main-title {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 96px;
  margin-bottom: 50px;
}

.main-text {
  margin-top: 100px;
  color: #fff;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 24px;
  line-height: 36px;
}
.btn-box {
 z-index: 1;
  display: flex;
  gap: 15px;
}

.btn-box a {
  color: #fff;
  padding: 0 35px;
  border-radius: 4px;
  border: 2px solid #fff;
  height: 52px;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}

.section-title-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 120px;
}
.section-title-box .section-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 67.6px;
}
.section-title-box .section-sub-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.section-contents {
  margin-bottom: 150px;
}
.section-contents-title-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}
.section-contents-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 57.2px;
  margin-bottom: 24px;
}
.section-contents-blue-title {
  color: #2962ff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.section-contents-sky-title {
  color: #0ba5ec;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.section-contents-sub-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
.section-contents-grey-title {
  font-size: 18px;
  margin-top: 20px;
  line-height: 27px;
  color: #757575;
}
.section-contents-box {
  /* margin-bottom: 65px; */
}
.inquiry {
  padding: 65px 100px 44px;
  text-align: center;
  border: 1px solid #B5B5B5;
  border-radius: 20px;
}
.inquiry-title {
  display: block;
  margin-bottom: 19px;
  font-size: 32px;
  font-weight: 700;
}
.inquiry-tel {
  color: #0BA5EC;
  font-size: 52px;
  font-weight: 700;
}
.inquiry-tel:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background: url(../../images/common/inquiry-call.svg) no-repeat center/contain;
  vertical-align: -9px;
}
.inquiry-line {
  height: 1px;
  margin: 30px 0;
  border: 0;
  background-color: #B5B5B5;
}
.inquiry-text {
  font-weight: 500;
}
.circle-ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 65px;
}
.circle-li {
  display: flex;
  gap: 20px;
  align-items: center;
}
.circle-li-title {
  color: #fff;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 25px;
  font-weight: 700;
}
.circle-li-title.blue {
  background-color: #2962ff;
}
.circle-li-title.sky {
  background-color: #0ba5ec;
}
.circle-li-text {
  font-size: 18px;
  line-height: 28.8px;
}

.circle-li-sub-text.blue {
  font-size: 16px;
  line-height: 20.8px;
  margin-top: 5px;
  color: #2962ff;
}
.circle-li-sub-text.sky {
  font-size: 16px;
  line-height: 20.8px;
  margin-top: 5px;
  color: #0ba5ec;
}
.circle-li-a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20.8px;
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.circle-li-a.blue {
  color: #2962ff !important;
}
.circle-li-a.sky {
  color: #0ba5ec !important;
}
.intro-graph {
  background-color: #fafafa;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.gap-0 {
  gap: 0;
}
.m-b-150 {
  margin-bottom: 150px;
}

/* flotui */
.floating {
  position: relative;
}
.floating .floating_form {
  display: none;

  min-width: 350px;
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: -250px;
  left: calc(100% + 20px);
  border: 2px solid #fff;
  background: #fff;
  padding: 30px 25px;
  border: 1px solid #eef1f6;
  box-shadow: 0px 10px 20px rgba(21, 34, 50, 0.25);
  border-radius: 20px;
}
.floating .floating_form.on {
  display: block;
  animation: floating 0.25s ease-out;
}
.floating .floating_form > h3 {
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floating .floating_form > h3 img {
  cursor: pointer;
}
.floating .floating_form > form {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.floating .floating_form > form input {
  outline: none;
}
.floating .floating_form > form > input[type="checkbox"] {
  display: none;
}
/* .floating .floating_form > form > input[type="checkbox"]:checked + .check div {
  background: url(../img/common/check.svg) no-repeat;
  border: none;
} */
.floating .floating_form > form .check {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
/* .floating .floating_form > form .check > div {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
} */
.floating .floating_form > form > label:not(.check) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}
.floating .floating_form > form > label:not(.check) input[type="text"] {
  padding-left: 10px;
  height: 36px;
  border: 1px solid #cdd3dd;
  border-radius: 4px;
  font-size: 14px;
}
.floating
  .floating_form
  > form
  > label:not(.check)
  input[type="text"]::-moz-placeholder {
  color: #8d99a8;
}
.floating
  .floating_form
  > form
  > label:not(.check)
  input[type="text"]::placeholder {
  color: #8d99a8;
}
.floating .floating_form > form button {
  width: 100%;
  font-size: 18px;
  height: 42px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #cdd3dd;
  color: #191919;
  background: #ffffff;
}
.floating .floating_form > form button:hover {
  background: #2962ff;
  border: 1px solid #2962ff;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.floating > button {
  color: #fff;
  padding: 0 35px;
  border-radius: 4px;
  border: 2px solid #fff;
  height: 52px;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}
.floating > button span {
  transition: all ease 0.5s;
  z-index: 1;
}
.floating > button img {
  z-index: 1;
  transition: all ease 0.5s;
}
.floating > button img.default {
  display: block;
}
.floating > button img.hover {
  display: none;
}
.floating > button::after {
  content: "";
  width: 100%;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #56b289;
  transition: all ease 0.5s;
  z-index: 0;
}
button:hover {
  border: 2px solid #fff;
}

@media screen and (max-width: 1259px) {
  .mobile-br {
    display: block;
  }
  .mobile-show {
    display: block;
  }
  .pc-show {
    display: none !important;
  }
  .main-sub-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .main-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 35px;
  }
  .floating > button {
    padding: 0 25px;
    font-size: 16px;
    height: 40px;
    border-radius: 8px;
  }
  .main-section .btn-box a {
    padding: 0 25px;
    font-size: 16px;
    height: 40px;
    border-radius: 8px;
  }
  .mobile-text {
    position: absolute;
    left: 5px;
    top: calc(100% + 7px);
  }
  .main-text {
    font-size: 16px;
    position: relative;
  }
  .main-text img {
    width: 150px;
  }
  .main-section {
    position: relative;
  }
  .main-section::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
    background-image: url(/images/mobile/main-bottom-arrow.png);
  }

  .section-title-box .section-sub-title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .section-title-box .section-title {
    font-size: 30px;
    line-height: 39px;
  }
  .section-contents-blue-title {
    font-size: 13px;
  }
  .section-contents-sky-title {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .section-contents-title {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .section-contents-sub-title {
    font-size: 18px;
    line-height: 27px;
  }
  .inquiry {
    padding: 44px 30px;
  }
  .inquiry-title {
    font-size: 20px;
  }
  .inquiry-tel {
    font-size: 36px;
  }
  .inquiry-tel:before {
    content: none;
  }
  .inquiry-line {
    margin: 25px 0;
  }
  .circle-li {
    flex-direction: column;
    align-items: flex-start;
  }
  .circle-li-title {
    height: 36px;
    border-radius: 20px;
    padding: 0 20px;
    color: 18px;
  }
  .circle-li-text {
    font-size: 18px;
  }
  .circle-li-sub-text {
    font-size: 14px;
  }
  .m-b-150 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .pc-show-900 {
    display: none;
  }
  .mobile-show-900 {
    display: block;
    margin: 0 auto;
  }
}

.js-ani {
  /* overflow: hidden; */
  opacity: 0;
  position: relative;
  transform: translateY(200px);
  transition: all ease 1.8s;
}
.js-ani.ani-on {
  transform: translateY(0);
  opacity: 1;
}
