.bg-blue {
  background-color: #1d1f3f;
}
.text-blue {
  color: #1d1f3f;
}
.text-link {
  color: #0000ff;
}
.bg-gray {
  background-color: #f5f5f5;
}
.bg-secondary-info {
  background-color: #f1eee5;
}
.none {
  text-decoration: none;
}
.hover {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.hover:hover {
  opacity: 0.5;
}
.fv {
  height: 100vh;
}
.maru {
  border-radius: 100%;
}
.small-maru {
  border-radius: 10px;
}
.info-font {
  font-size: 14px;
}
.access-font {
  font-size: 16px;
}
.zyusho-font {
  font-size: 16px;
}
.zyuusho-header {
  width: 80px;
}
.margin-center {
  margin: 0 auto;
  text-align: center;
}
.service-bottom-p {
  font-size: 10px;
}
.service-center-img {
  width: 300px;
}
.service-center-right {
  font-size: 10px;
  line-height: 28px;
}
.ya-maru-size {
  padding: 4px 6px;
}
.ya-maru-position {
  transform: translateX(5px);
}
.recruit-card-width-p {
  font-size: 13px;
}
.triangle {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid black;
}
.procese-title {
  font-size: 20px;
}
.contact-small-p {
  font-size: 13px;
}
.contact-header {
  width: 190px;
}
.kome-mark {
  transform: translateY(-2px);
}
.textarea-height {
  height: 300px;
}
.bg-fv {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-three-big-title {
  font-size: 20px;
}
.service-three-small-title {
  font-size: 14px;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid black;
}
.vertical-line {
  width: 1px;
  background-color: black;
  border: none;
}
.fv-100 {
  height: 100vh;
}
.right-border {
  border-right: 1px solid #000;
  height: 100%;
}
.left-border {
  border-left: 1px solid #000;
  height: 100%;
}
.bottom-border {
  border-bottom: 1px solid #000;
  height: 100%;
}
.senko-title {
  font-size: 20px;
}
.senko-text {
  font-size: 14px;
}
.form-btn-width {
  width: 250px;
}
.check {
  width: 10px;
  height: 10px;
}
#privacyCheck {
  transform: translateY(65px) translateX(-20px);
}
.service-mini-btn {
  padding: 2.5px 5px 2.5px 5px;
}
.service-p-15 {
  font-size: 15px;
}
.service-p-10 {
  font-size: 16px;
}
.textarea-height {
  height: 184px;
}
.submit-btn-margin-center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
