/*
 * Base
 * -------------------------------------------------------------------
 */
/*	Reset
-------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  text-decoration: none;
  outline: none;
}

/*	Typography
-------------------------------*/
html {
  font-size: 62.5%;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

/*	Layout
-------------------------------*/
article, aside, footer, header, nav, section, main {
  display: block;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr th, table tr td {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

img {
  border-style: none;
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

img, svg {
  width: 100%;
  height: auto;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before,
q:after, q:before {
  content: "";
  content: none;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

/*	Attributes & States
-------------------------------*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2;
  letter-spacing: 0.12em;
  background-color: #fff;
  color: #131416;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}

/*
 * Page
 * -------------------------------------------------------------------
 */
.module {
  position: relative;
}

.header {
  position: relative;
  z-index: 10;
}

.header__logo {
  width: 268px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 132px;
  }
}

.header__logo span {
  display: none;
}

.login {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  width: 191px;
  z-index: 20;
  cursor: pointer;
}

.fv {
  padding: 100px 0 31.12px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 90.24px 0 13.24px;
  }
}

.fv__messa {
  font-size: 4.738rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #0EA15A;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .fv__messa {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.fv__messa .bg {
  font-size: 6.03rem;
}
@media screen and (max-width: 767px) {
  .fv__messa .bg {
    font-size: 2.8rem;
  }
}

.fv__messa .sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv__messa .sm {
    display: block;
  }
}

.fv__messa__upper {
  position: relative;
}
.fv__messa__upper::before, .fv__messa__upper::after {
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
}
.fv__messa__upper::before {
  width: 204px;
  height: 80px;
  background-image: url(/assets/img/before_login/fv_01-39d60fdb171c01d76f3f1f9a1d70b62be6167044d7a702b1ce5ccdec2874c6b3.png);
  top: -8px;
  left: -12px;
}
@media screen and (max-width: 767px) {
  .fv__messa__upper::before {
    width: 95px;
    height: 37px;
    top: -3px;
    left: -6px;
  }
}
.fv__messa__upper::after {
  width: 304px;
  height: 12px;
  background-image: url(/assets/img/before_login/fv_02-830eb66a55e92ad1207a0973c5c2b0e7030c9ebbd7958f9daa9c721c293b5365.png);
  bottom: -7px;
  right: 44px;
}
@media screen and (max-width: 767px) {
  .fv__messa__upper::after {
    width: 138px;
    height: 4px;
    bottom: -2px;
    right: 22px;
  }
}

.fv__messa__down {
  position: relative;
}
.fv__messa__down::before {
  content: "";
  display: block;
  width: 494px;
  height: 54px;
  background-image: url(/assets/img/before_login/banner_marker-7cf61b127a0b2fff1197b0e673832e12b89baab0e2b18b1b21c96120b424fa29.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -13px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv__messa__down::before {
    width: 255px;
    height: 35px;
    bottom: -10px;
    left: -18px;
  }
}

.fv__messa__upper__inner,
.fv__messa__down__inner {
  position: relative;
  z-index: 20;
}

.fv__txt {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 12px;
  color: #131416;
  margin-top: 24.15px;
}
@media screen and (max-width: 767px) {
  .fv__txt {
    font-size: 1.8rem;
    margin-top: 28.52px;
    margin-bottom: 20px;
  }
}

.fv__txt .sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv__txt .sm {
    display: block;
  }
}

.fv__logo {
  width: 464px;
  margin: 0 auto 44px;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: 289px;
    margin: 0 auto 20px;
  }
}

.fv__illust {
  width: 1069.27px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__illust {
    width: 354px;
  }
}

@media screen and (max-width: 767px) {
  .fv__illust-pc {
    display: none;
  }
}

.fv__illust-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv__illust-sm {
    display: block;
  }
}

.fv__banner {
  display: block;
  width: 372px;
  height: 126px;
  position: fixed;
  bottom: 12px;
  right: 11px;
  z-index: 2000;
}
@media screen and (max-width: 768px) {
  .fv__banner {
    display: none;
  }
}

.fv__banner__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.fv__banner__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border: 2px solid #303031;
}
.fv__banner__inner::after {
  content: "";
  display: block;
  width: 255px;
  height: 35px;
  background-image: url(/assets/img/before_login/banner_marker-7cf61b127a0b2fff1197b0e673832e12b89baab0e2b18b1b21c96120b424fa29.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% + 16px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.fv__banner__txt {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  color: #0EA15A;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.fv__banner__txt span {
  font-size: 2.4rem;
}

.fv__banner__regi {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #0EA15A;
  position: absolute;
  top: -48px;
  left: -32px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.21em;
  color: #fff;
  z-index: 20;
}

.fv__banner__illust {
  width: 117px;
  position: absolute;
  top: 0;
  right: 11px;
  transform: translateY(-100%);
}

.about__outer {
  padding: 80px 24px 100px;
  background-color: #0EA15A;
}
@media screen and (max-width: 767px) {
  .about__outer {
    padding: 60px 0;
  }
}

.about {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 50px;
  padding: 40px 42px 60px;
  border-radius: 16px;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about {
    max-width: 336px;
    margin: 0 auto 24px;
    padding: 30px 24px;
  }
}

.about__illust {
  width: 194px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .about__illust {
    width: 124px;
  }
}

.about__ttl {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .about__ttl {
    font-size: 2.2rem;
  }
}

.about__txt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .about__txt {
    font-size: 1.6rem;
  }
}

.about__btn {
  width: 412.5px;
  height: 84px;
  border-radius: 80px;
  background-color: #F5A732;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about__btn {
    width: 275px;
    height: 56px;
    font-size: 2rem;
  }
}
.about__btn::after {
  content: "";
  display: block;
  width: 14.4px;
  height: 24px;
  background-image: url(/assets/img/before_login/arrow-59c0abc5773545522917ef4739fd9ddb261f836e8b300af3780423d3a72a26e7.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 31.4px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .about__btn::after {
    width: 9.6px;
    height: 16px;
  }
}

.quo__outer {
  padding: 90px 24px 110px;
}
@media screen and (max-width: 767px) {
  .quo__outer {
    padding: 50px 0 30px;
  }
}

.quo {
  max-width: 807px;
  width: 100%;
  margin: 0 auto;
  padding: 59px 57px 44px 42px;
  background-color: rgba(233, 233, 233, 0.5);
  border: 2px solid #000000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  gap: 29.12px;
}
@media screen and (max-width: 767px) {
  .quo {
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 337px;
    padding: 40px 22.5px 41px 24.5px;
    gap: 0;
  }
}
.quo::after {
  content: "";
  display: block;
  width: 36.2px;
  height: 37px;
  background-image: url(/assets/img/before_login/quo_asirai-bc7aa11f2b8efe0acb5a58befc54c6c82156b918596d13ec79a09a6a611f744c.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -2.5px;
  right: -2.5px;
}

.quo__illust {
  width: 195.88px;
}
@media screen and (max-width: 767px) {
  .quo__illust {
    width: 124px;
    margin-bottom: 1.8rem;
  }
}

.quo__cont {
  width: calc(100% - 225px);
}
@media screen and (max-width: 767px) {
  .quo__cont {
    width: 100%;
  }
}

.quo__ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .quo__ttl {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 18px;
  }
}

.quo__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.point {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .point {
    padding: 0 0 50px;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.point__ttl {
  width: 100%;
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #0EA15A;
  margin-bottom: 44px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point__ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.point__item {
  max-width: 296px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .point__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.point__item__illust {
  margin-bottom: 8px;
}

.point__item__ttl {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5em;
  color: #0EA15A;
  text-align: center;
  margin-bottom: 8px;
}

.point__item__ttl-03 {
  letter-spacing: 0;
}

.point__item__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.LearnCareer__outer {
  padding: 80px 0 100px;
  background-color: #0EA15A;
}
@media screen and (max-width: 767px) {
  .LearnCareer__outer {
    padding: 70px 0;
  }
}

.learn {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .learn {
    max-width: 336px;
    margin: 0 auto 62px;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.learn__ttl {
  width: 100%;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .learn__ttl {
    font-size: 3.4rem;
  }
}

.learn__card {
  width: 32%;
  padding: 50px 24px 24px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .learn__card {
    width: 100%;
  }
  .learn__card:not(:last-child) {
    margin-bottom: 48px;
  }
}

.learn__card__num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #F5A732;
  font-size: 2.2rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.learn__card__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #0EA15A;
  text-align: center;
  margin-bottom: 18px;
}

.learn__card__ttl .sm {
  font-size: 1.8rem;
  color: #000;
}

.learn__card__txt {
  min-height: 140px;
  font-size: 1.4rem;
  line-height: 1.42;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.career {
  max-width: 1262px;
  width: 100%;
  margin: 0 auto 50px;
  padding: 60px 80px;
  border-radius: 16px;
  background-color: #FFFEE1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .career {
    max-width: 335px;
    margin: 0 auto 40px;
    padding: 50px 23.5px;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.career__ttl {
  width: 100%;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #0EA15A;
  margin-bottom: 10.77px;
}
@media screen and (max-width: 767px) {
  .career__ttl {
    font-size: 3.4rem;
    margin-bottom: 18px;
  }
}

.career__illust {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .career__illust {
    margin-bottom: 18px;
  }
}

.career__illust img {
  width: 256px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .career__illust img {
    width: 233px;
  }
}

.career__card {
  width: 24.319%;
  background-color: #fff;
  border-top: 3px solid #0EA15A;
  padding: 43px 17.5px 30px;
}
@media screen and (max-width: 767px) {
  .career__card {
    width: 100%;
    padding: 33px 27.5px 30px;
  }
  .career__card:not(:last-child) {
    margin-bottom: 18px;
  }
}

.career__card-04 {
  padding: 23px 17.5px 30px;
}
@media screen and (max-width: 767px) {
  .career__card-04 {
    padding: 23px 27.5px 30px;
  }
}

.career__card__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #0EA15A;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .career__card__ttl {
    margin-bottom: 14px;
    text-align: left;
  }
}

.career__card-04 .career__card__ttl {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .career__card-04 .career__card__ttl {
    margin-bottom: 14px;
  }
}

.career__card__txt {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .career__card__txt {
    gap: 8px;
  }
}

.LearnCareer__btn {
  width: 412.5px;
  height: 84px;
  border-radius: 80px;
  background-color: #F5A732;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .LearnCareer__btn {
    width: 275px;
    height: 56px;
    font-size: 2rem;
  }
}
.LearnCareer__btn::after {
  content: "";
  display: block;
  width: 14.4px;
  height: 24px;
  background-image: url(/assets/img/before_login/arrow-59c0abc5773545522917ef4739fd9ddb261f836e8b300af3780423d3a72a26e7.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 31.4px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .LearnCareer__btn::after {
    width: 9.6px;
    height: 16px;
  }
}

.faq {
  padding: 70px 24px 120px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 57px 0 80px;
    max-width: 336px;
  }
}

.faq__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.faq__ttl {
  width: 100%;
  font-size: 4.8rem;
  font-family: "Aoboshi One", serif;
  line-height: 1.5;
  letter-spacing: 0;
  color: #0EA15A;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faq__ttl {
    font-size: 3.8rem;
  }
}

.faq__card {
  width: 32%;
  padding: 34px 24px;
  border-radius: 16px;
  border: 2px solid #0EA15A;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .faq__card {
    width: 100%;
  }
  .faq__card:not(:last-child) {
    margin-bottom: 20px;
  }
}

.faq__card__ttl {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 46px;
  position: relative;
}

.faq__card__ttl span {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #0EA15A;
  font-size: 2rem;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq__card__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.faq__btn {
  width: 412.5px;
  height: 84px;
  border-radius: 80px;
  background-color: #F5A732;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq__btn {
    width: 275px;
    height: 56px;
    font-size: 2rem;
  }
}
.faq__btn::after {
  content: "";
  display: block;
  width: 14.4px;
  height: 24px;
  background-image: url(/assets/img/before_login/arrow-59c0abc5773545522917ef4739fd9ddb261f836e8b300af3780423d3a72a26e7.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 31.4px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq__btn::after {
    width: 9.6px;
    height: 16px;
  }
}

.footer {
  padding: 40px 0 19px;
  background-color: #0EA15A;
}

.footer__logo {
  width: 275px;
  margin: 0 auto 29px;
}

.footer__copy {
  display: block;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}

.btn__under {
  margin-top: 30px;
  display: block;
  text-align: center;
  color: #F5A732;
}

.btn__under-bl {
  color: #000;
}

.policy__link {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.4285;
  letter-spacing: .05em;
  text-decoration: underline;
  display: block;
  margin-bottom: 24px;
}

.policy {
  padding: 200px 24px 120px;
}
@media screen and (max-width: 767px) {
  .policy {
    padding: 160px 12px 120px;
  }
}

.policy__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.policy__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .policy__ttl {
    font-size: 2.6rem;
    margin-bottom: 60px;
  }
}

.policy__body > a {
  color: #1f1ac1;
  display: block;
  text-align: center;
}

.policy__body > p > a {
  color: #1f1ac1;
}

.policy__body > p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .policy__body > p {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.policy__body > p.right {
  text-align: right;
}
.policy__body > h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #131416;
  margin: 80px 0 30px;
}
@media screen and (max-width: 767px) {
  .policy__body > h3 {
    font-size: 2.1rem;
    margin: 60px 0 24px;
  }
}
.policy__body > h4 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin: 80px 0 30px;
}
@media screen and (max-width: 767px) {
  .policy__body > h4 {
    font-size: 1.8rem;
    margin: 60px 0 24px;
  }
}
.policy__body > ul {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .policy__body > ul {
    margin-bottom: 24px;
    gap: 18px;
  }
}
.policy__body > ul > li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .policy__body > ul > li {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */

.domain_check_ng_error{
  background-color: #D54D4D;
  color:#fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .domain_check_ng_error{
    font-size: 1.6rem;
    width: 300px;
  }
}

.company__item__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  /* letter-spacing: 0.5em; */
  color: #000;
  text-align: center;
  margin-bottom: 8px;
}

.point__item {
  max-width: 296px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;;
}
@media screen and (max-width: 767px) {
  .point__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
