@charset "UTF-8";
html, body {
  max-width: 100%;
  margin: 0;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

p {
  margin: 0;
}

#register-lp .txt-center {
  text-align: center;
}
#register-lp .btn_area {
  width: 100%;
}
#register-lp .btn_area .btn {
  background: linear-gradient(to right, #f15a24 50%, #f7931e);
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  margin: auto;
}
#register-lp .btn_area .btn:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #fff;
  border-right: solid 3px white;
  position: absolute;
  right: 40px;
  top: auto;
  bottom: auto;
  transform: rotate(45deg);
}
#register-lp .emphasis {
  font-size: 20px;
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
}
#register-lp .emphasis:before, #register-lp .emphasis:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #f7931e;
  width: 3px;
  height: 1.6em;
  margin: 0 1em;
  margin-top: 0.2em;
  vertical-align: middle;
}
#register-lp .emphasis:before {
  transform: rotate(-35deg);
}
#register-lp .emphasis:after {
  transform: rotate(35deg);
}
#register-lp #mv {
  background: url(../images/fv_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#register-lp #mv .container {
  width: 57%;
  background-color: rgba(255, 255, 255, 0.8196078431);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin: 120px 0;
  padding: 20px 0;
}
#register-lp #mv .container .inner {
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#register-lp #mv .container .inner .txt-small {
  font-size: 25px;
  font-weight: 900;
}
#register-lp #mv .container .inner h1 {
  font-size: 45px;
  font-weight: 900;
  color: #00abeb;
  margin: 20px 0 35px;
  border-bottom: 2px solid #00abeb;
}
#register-lp #mv .container .inner h1 .dots {
  background: radial-gradient(circle at center, #f7931e 0%, #f7931e 20%, rgba(247, 147, 30, 0) 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.4em;
  padding-top: 8.2px;
}
#register-lp #main {
  background: url(../images/bg_pc.webp) no-repeat;
  background-size: cover;
  width: 100%;
}
#register-lp #main .inner {
  width: calc(100% - 20px);
  max-width: 1040px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#register-lp #job-list {
  padding: 48px 0;
}
#register-lp #job-list h3 {
  font-size: 32px;
  color: #0071bc;
  line-height: 1.2;
  margin-bottom: 60px;
}
#register-lp #job-list ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#register-lp #job-list li {
  display: flex;
  background: #fff;
  flex-wrap: wrap;
  width: calc((100% - 40px) / 3);
  border-radius: 10px;
  padding: 30px 0 40px;
  position: relative;
}
#register-lp #job-list li * {
  width: 100%;
  margin: auto;
}
#register-lp #job-list li span {
  position: absolute;
  font-weight: bold;
  color: #fff;
  background: #00abeb;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 6px 16px;
  border-radius: 14px;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
#register-lp #job-list li img {
  width: 80%;
  max-width: 192px;
}
#register-lp #job-list li p {
  font-size: 28px;
  line-height: 1.1;
  font-weight: bold;
  color: #00abeb;
  margin-top: 0.5em;
}
#register-lp #job-list .title {
  font-size: 20px;
  color: #222;
  background-color: white;
  height: 54px;
  width: 100%;
  max-width: 356px;
  border: 1px solid #00abeb;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  padding: 0 34px 0 64px;
}
#register-lp #job-list .title:before {
  background-image: url(../images/h2_icon.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  height: 55px;
  width: 57px;
  position: absolute;
  left: -1px;
}
#register-lp .copy {
  font-weight: bold;
  font-size: 20px;
  margin: 50px 0 0;
}
#register-lp .copy p + p {
  color: #0071bc;
  font-size: 34px;
}
#register-lp .catchcopy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#register-lp .catchcopy .txt {
  margin-bottom: 13px;
}
#register-lp .catchcopy img {
  width: 675px;
}

footer {
  width: 100%;
  margin: auto;
}
footer .container {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
footer .container .btn {
  background: linear-gradient(to right, #f15a24 50%, #f7931e);
  width: 400px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  position: relative;
}
footer .container .btn:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #fff;
  border-right: solid 3px white;
  position: absolute;
  right: 40px;
  top: auto;
  bottom: auto;
  transform: rotate(45deg);
}
footer .privacy_mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 56px;
  padding-top: 27px;
  border-top: 1px solid #b3b3b3;
}
footer .privacy_mark .inner {
  display: flex;
  width: 666px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
footer .copyright {
  padding-bottom: 35px;
}

/*-----スマホ------*/
@media (max-width: 599px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  p {
    margin: 0;
  }
  #register-lp .txt-center {
    text-align: center;
  }
  #register-lp .btn_area {
    width: 100%;
  }
  #register-lp .btn_area .btn {
    max-width: 276px;
    height: 38px;
    font-size: 15px;
  }
  #register-lp .btn_area .btn:before {
    content: "";
    width: 8px;
    height: 8px;
    right: 20px;
  }
  #register-lp .emphasis {
    font-size: 14px;
    margin: 0;
  }
  #register-lp header {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #register-lp header img {
    width: 70%;
  }
  #register-lp #mv {
    background: url(../images/fv_sp.webp) no-repeat;
    background-size: cover;
    height: 220px;
    position: relative;
  }
  #register-lp #mv .container {
    width: 85%;
    margin: 0;
    padding: 15px 0;
    min-height: auto;
    position: absolute;
    bottom: -30px;
    height: 130px;
    min-width: 320px;
  }
  #register-lp #mv .container .inner {
    width: 88%;
    max-width: 88%;
  }
  #register-lp #mv .container .inner .txt-small {
    font-size: 13px;
    font-weight: 900;
  }
  #register-lp #mv .container .inner h1 {
    font-size: 23px;
    margin: 1px auto 5px;
    letter-spacing: 0;
    width: 100%;
  }
  #register-lp #mv .container .inner h1 .dots {
    background-repeat: repeat-x;
    background-size: 1em 0.4em;
    padding-top: 4.2px;
  }
  #register-lp #main {
    background: url(../images/bg_sp.webp) no-repeat;
    background-size: cover;
    width: 100%;
  }
  #register-lp #main .inner {
    width: 91%;
    max-width: 91%;
    margin: auto;
  }
  #register-lp #job-list {
    padding: 0px 0;
    margin: 55px 0 25px;
  }
  #register-lp #job-list h3 {
    font-size: 18px;
    color: #0071bc;
    margin-bottom: 20px;
  }
  #register-lp #job-list ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  #register-lp #job-list li {
    display: flex;
    background: #fff;
    flex-wrap: nowrap;
    width: 100%;
    height: 70px;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  #register-lp #job-list li * {
    width: 100%;
    margin: auto;
  }
  #register-lp #job-list li span {
    padding: 3px 16px;
    border-radius: 5px;
    font-size: 12px;
    width: 0%;
    position: unset;
  }
  #register-lp #job-list li img {
    width: 18%;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-left: 15px;
    max-height: 95%;
  }
  #register-lp #job-list li p {
    font-size: 16px;
    margin: 7px 0 0 0;
    text-align: left;
  }
  #register-lp #job-list .title {
    width: calc(100% - 58px);
    max-width: 264px;
    font-size: 13px;
    height: 37px;
    padding: 0px 16px 0 40px;
  }
  #register-lp #job-list .title:before {
    background-size: cover;
    height: 37px;
    width: 37px;
    left: 0px;
  }
  #register-lp .copy {
    font-weight: bold;
    font-size: 20px;
    margin: 50px 0 0;
  }
  #register-lp .copy p + p {
    color: #0071bc;
    font-size: 34px;
  }
  #register-lp .catchcopy {
    margin: 20px 0 0;
  }
  #register-lp .catchcopy .txt {
    margin-bottom: 13px;
  }
  #register-lp .catchcopy img {
    width: 100%;
  }
  footer {
    width: 100%;
    margin: auto;
  }
  footer .container {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 91%;
  }
  footer .container div {
    margin: 30px 0px;
  }
  footer .container div .btn {
    width: 100% !important;
    max-width: 100% !important;
    height: 45px !important;
    font-size: 20px !important;
    margin: 0 auto;
  }
  footer .container div .btn:before {
    content: "";
    width: 11px;
    height: 11px;
    border-top: solid 3px #fff;
    border-right: solid 3px white;
    right: 20px;
  }
  footer .privacy_mark {
    border-top: 1px solid #b3b3b3;
    padding-top: 30px;
    margin: 0 0 50px;
  }
  footer .privacy_mark .inner {
    gap: 15px;
    width: 91%;
  }
  footer .copyright {
    padding-bottom: 25px;
  }
}
/*-----iPad 縦（768px〜）------*/
@media (min-width: 768px) and (max-width: 1024px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  p {
    margin: 0;
  }
  #register-lp .txt-center {
    text-align: center;
  }
  #register-lp .btn_area .btn {
    width: 88%;
    height: 44px;
    font-size: 23px;
    display: inline-flex;
  }
  #register-lp .btn_area .btn:before {
    content: "";
    width: 10px;
    height: 10px;
    top: 17px;
  }
  #register-lp .emphasis {
    font-size: 24px;
    margin: 15px 0 0 0;
  }
  #register-lp header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #register-lp header img {
    width: 100%;
  }
  #register-lp #mv {
    background: url(../images/fv_pc.webp) no-repeat;
    background-size: cover;
    background-position-x: right;
    height: 600px;
    position: relative;
  }
  #register-lp #mv .container {
    width: 65%;
    margin: 0;
    padding: 15px 0;
    min-height: auto;
    position: absolute;
    bottom: 50px;
    height: 32%;
  }
  #register-lp #mv .container .inner {
    width: 88%;
    max-width: 88%;
  }
  #register-lp #mv .container .inner .txt-small {
    font-size: 18px;
    font-weight: 900;
  }
  #register-lp #mv .container .inner h1 {
    font-size: 32px;
    margin: 1px auto 5px;
    letter-spacing: 0;
    width: 100%;
  }
  #register-lp #mv .container .inner h1 .dots {
    background-repeat: repeat-x;
    background-size: 1em 0.4em;
    padding-top: 4.2px;
  }
  #register-lp #main {
    background: url(../images/bg_sp.webp) no-repeat;
    background-size: cover;
    width: 100%;
  }
  #register-lp #main .inner {
    width: 91%;
    max-width: 91%;
    margin: auto;
  }
  #register-lp #job-list {
    padding: 0px 0;
    margin: 55px 0 55px;
  }
  #register-lp #job-list h3 {
    font-size: 34px;
    color: #0071bc;
    margin-bottom: 50px;
  }
  #register-lp #job-list ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  #register-lp #job-list li {
    flex-wrap: nowrap;
    width: 100%;
    height: 120px;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
  #register-lp #job-list li * {
    width: 100%;
    margin: auto;
  }
  #register-lp #job-list li span {
    padding: 2px 22px 4px;
    border-radius: 5px;
    font-size: 18px;
    width: 0%;
    position: unset;
    margin-bottom: 9px;
  }
  #register-lp #job-list li img {
    width: 12%;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-left: 21px;
  }
  #register-lp #job-list li p {
    font-size: 26px;
    margin: 11px 0 0 0;
    text-align: left;
  }
  #register-lp #job-list .title {
    width: 100%;
    max-width: 50%;
    font-size: 18px;
    height: 50px;
    padding: 0px 16px 0 40px;
  }
  #register-lp #job-list .title:before {
    background-size: cover;
    height: 50px;
    width: 50px;
    left: 0px;
  }
  #register-lp .copy {
    font-weight: bold;
    font-size: 20px;
    margin: 50px 0 0;
  }
  #register-lp .copy p + p {
    color: #0071bc;
    font-size: 34px;
  }
  #register-lp .catchcopy {
    margin: 40px 0 0px;
    font-size: 32px;
  }
  #register-lp .catchcopy .txt {
    margin-bottom: 20px;
  }
  footer {
    width: 100%;
    margin: auto;
  }
  footer .container {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 91%;
  }
  footer .container div {
    margin: 70px 0px;
  }
  footer .container div .btn {
    width: 100% !important;
    max-width: 100% !important;
    height: 80px !important;
    font-size: 32px !important;
    margin: 0 auto;
  }
  footer .container div .btn:before {
    content: "";
    width: 15px !important;
    height: 15px !important;
    top: auto !important;
  }
  footer .privacy_mark {
    border-top: 1px solid #b3b3b3;
    padding-top: 50px;
    margin: 0 0 50px;
  }
  footer .privacy_mark .inner {
    gap: 20px;
    width: 90%;
    font-size: 16px;
  }
  footer .copyright {
    padding-bottom: 70px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  p {
    margin: 0;
  }
  #register-lp .emphasis {
    font-size: 20px;
    text-align: center;
    position: relative;
    font-weight: bold;
    margin: 5px auto 2px;
  }
  #register-lp .emphasis:before, #register-lp .emphasis:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #f7931e;
    width: 3px;
    height: 1.6em;
    margin: 0 1em;
    margin-top: 0.2em;
    vertical-align: middle;
  }
  #register-lp .emphasis:before {
    transform: rotate(-35deg);
  }
  #register-lp .emphasis:after {
    transform: rotate(35deg);
  }
  #register-lp #mv {
    background: url(../images/fv_pc.webp) no-repeat;
    background-size: cover;
    height: 440px;
    background-position: right;
    position: relative;
  }
  #register-lp #mv .container {
    width: 90%;
    max-width: 100%;
    margin: 0;
    padding: 20px 0;
    min-height: auto;
    position: absolute;
    bottom: 25px;
    height: -moz-fit-content;
    height: fit-content;
  }
  #register-lp #mv .container .inner {
    width: 87%;
    max-width: 100%;
  }
  #register-lp #mv .container .inner .txt-small {
    font-size: 21px;
  }
  #register-lp #mv .container .inner p {
    font-size: 16px;
  }
  #register-lp #mv .container .inner h1 {
    font-size: 38px;
    margin: 0 auto;
    letter-spacing: 0px;
    width: 100%;
  }
  #register-lp #mv .container .inner h1 .dots {
    background-repeat: repeat-x;
    background-size: 1em 0.4em;
    padding-top: 4.2px;
  }
  #register-lp #job-list {
    padding: 0px 0;
    margin: 55px 0 55px;
  }
  #register-lp #job-list h3 {
    font-size: 30px;
    color: #0071bc;
    margin-bottom: 50px;
  }
  #register-lp #job-list ul {
    max-width: 500px;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  #register-lp #job-list li {
    flex-wrap: nowrap;
    width: 100%;
    height: 90px;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  #register-lp #job-list li * {
    width: 100%;
    margin: auto;
  }
  #register-lp #job-list li span {
    padding: 1px 12px 2px;
    border-radius: 2px;
    font-size: 14px;
    width: 0%;
    position: unset;
    margin-bottom: 9px;
  }
  #register-lp #job-list li img {
    width: 12%;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-left: 21px;
  }
  #register-lp #job-list li p {
    font-size: 22px;
    margin: 11px 0 0 0;
    text-align: left;
  }
  #register-lp #job-list .title {
    width: calc(100% - 58px);
    max-width: 264px;
    font-size: 13px;
    height: 37px;
    padding: 0px 16px 0 40px;
  }
  #register-lp #job-list .title:before {
    background-size: cover;
    height: 50px;
    width: 50px;
    left: 0px;
  }
  #register-lp .catchcopy img {
    max-width: 400px;
  }
  footer {
    width: 100%;
    margin: auto;
  }
  footer .container {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 91%;
  }
  footer .container div {
    margin: 70px 0px;
  }
  footer .container div .btn {
    width: 100%;
    max-width: 100%;
    height: 80px;
    font-size: 32px;
    margin: 0 auto;
  }
  footer .container div .btn:before {
    content: "";
    width: 15px !important;
    height: 15px !important;
    top: auto !important;
  }
  footer .privacy_mark {
    border-top: 1px solid #b3b3b3;
    padding-top: 50px;
    margin: 0 0 50px;
  }
  footer .privacy_mark .inner {
    gap: 20px;
    width: 90%;
    font-size: 16px;
  }
  footer .copyright {
    padding-bottom: 70px;
  }
}
/*----- タブレット 横（1025px〜）------*/
@media (min-width: 1025px) and (max-width: 1279px) {
  html, body {
    max-width: 100%;
    margin: 0;
  }
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
  p {
    margin: 0;
  }
  #register-lp .txt-center {
    text-align: center;
  }
  #register-lp .btn {
    background: linear-gradient(to right, #f15a24 50%, #f7931e);
    width: 400px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
  }
  #register-lp .emphasis {
    font-size: 20px;
    text-align: center;
    position: relative;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #register-lp .emphasis:before, #register-lp .emphasis:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #f7931e;
    width: 3px;
    height: 1.6em;
    margin: 0 1em;
    margin-top: 0.2em;
    vertical-align: middle;
  }
  #register-lp .emphasis:before {
    transform: rotate(-35deg);
  }
  #register-lp .emphasis:after {
    transform: rotate(35deg);
  }
  #register-lp #mv {
    background: url(../images/fv_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #register-lp #mv .container {
    width: 57%;
    background-color: rgba(255, 255, 255, 0.8196078431);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    margin: 120px 0;
    padding: 20px 0;
  }
  #register-lp #mv .container .inner {
    max-width: 550px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  #register-lp #mv .container .inner .txt-small {
    font-size: 25px;
    font-weight: 900;
  }
  #register-lp #mv .container .inner h1 {
    font-size: 45px;
    font-weight: 900;
    color: #00abeb;
    margin: 20px 0 35px;
    border-bottom: 2px solid #00abeb;
  }
  #register-lp #mv .container .inner h1 .dots {
    background: radial-gradient(circle at center, #f7931e 0%, #f7931e 20%, rgba(247, 147, 30, 0) 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.4em;
    padding-top: 8.2px;
  }
  #register-lp #main {
    background: url(../images/bg_pc.webp) no-repeat;
    background-size: cover;
    width: 100%;
  }
  #register-lp #main .inner {
    width: calc(100% - 20px);
    max-width: 1040px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #register-lp #job-list {
    padding: 48px 0;
  }
  #register-lp #job-list h3 {
    font-size: 32px;
    color: #0071bc;
    line-height: 1.2;
    margin-bottom: 60px;
  }
  #register-lp #job-list ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  #register-lp #job-list li {
    display: flex;
    background: #fff;
    flex-wrap: wrap;
    width: calc((100% - 40px) / 3);
    border-radius: 10px;
    padding: 30px 0 40px;
    position: relative;
  }
  #register-lp #job-list li * {
    width: 100%;
    margin: auto;
  }
  #register-lp #job-list li span {
    position: absolute;
    font-weight: bold;
    color: #fff;
    background: #00abeb;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
    padding: 6px 16px;
    border-radius: 14px;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
  }
  #register-lp #job-list li img {
    width: 80%;
    max-width: 192px;
  }
  #register-lp #job-list li p {
    font-size: 28px;
    line-height: 1.1;
    font-weight: bold;
    color: #00abeb;
    margin-top: 0.5em;
  }
  #register-lp #job-list .title {
    font-size: 20px;
    color: #222;
    background-color: white;
    height: 54px;
    width: 100%;
    max-width: 356px;
    border: 1px solid #00abeb;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    padding: 0 34px 0 64px;
  }
  #register-lp #job-list .title:before {
    background-image: url(../images/h2_icon.svg);
    background-repeat: no-repeat;
    display: block;
    content: "";
    height: 55px;
    width: 57px;
    position: absolute;
    left: -1px;
  }
  #register-lp .copy {
    font-weight: bold;
    font-size: 20px;
    margin: 50px 0 0;
  }
  #register-lp .copy p + p {
    color: #0071bc;
    font-size: 34px;
  }
  #register-lp .catchcopy {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #register-lp .catchcopy .txt {
    margin-bottom: 13px;
  }
  #register-lp .catchcopy img {
    width: 675px;
  }
  footer {
    width: 100%;
    margin: auto;
  }
  footer .container {
    display: flex;
    justify-content: center;
    margin: 50px 0;
  }
  footer .privacy_mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 56px;
    padding-top: 27px;
    border-top: 1px solid #b3b3b3;
  }
  footer .privacy_mark .inner {
    display: flex;
    width: 666px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 28px;
  }
  footer .copyright {
    padding-bottom: 35px;
  }
}/*# sourceMappingURL=register-lp.css.map */