/*! Writen  by SCSS */
.sec_login {
  padding-top: clamp(90px, 12.5%, 150px);
  background: url("../images/limited/login/bg_limited.jpg") center/cover no-repeat; }
  @media screen and (max-width: 480px) {
    .sec_login {
      padding-top: 120px; } }

.login_read {
  font-size: clamp(14px, 1.45vw, 18px);
  line-height: 1.89; }

.login_lead {
  font-size: clamp(16px, 1.61vw, 20px); }

.login_lead_wrap {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(40px, 5%, 60px); }
  @media screen and (max-width: 480px) {
    .login_lead_wrap {
      margin-bottom: 30px; } }
  .login_lead_wrap .login_head {
    font-size: clamp(24px, 3.87vw, 48px);
    color: #8c629b;
    line-height: 1;
    margin-bottom: 0.83em;
    letter-spacing: 0.2em; }
  .login_lead_wrap .login_read {
    margin-top: clamp(30px, 4.17%, 50px);
    padding-bottom: 1.5em;
    border-bottom: 1px solid; }
    @media screen and (max-width: 480px) {
      .login_lead_wrap .login_read {
        margin-top: 25px;
        padding-bottom: 30px; } }

.login_merit_wrap .login_merit_head {
  font-weight: 400;
  font-size: clamp(20px, 2.9vw, 36px);
  margin-bottom: 0.69em; }

.login_list {
  margin-top: clamp(25px, 3.34%, 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  margin-bottom: clamp(25px, 3.34%, 40px); }
  @media screen and (max-width: 480px) {
    .login_list {
      flex-direction: column;
      gap: 25px 0; } }
  .login_list .item {
    max-width: 385px;
    width: 32.09%; }
    @media screen and (max-width: 480px) {
      .login_list .item {
        width: 100%; } }
    .login_list .item .image_box .item_number {
      position: absolute;
      width: 22.08%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      aspect-ratio: 1 / 1;
      left: 0;
      top: 0;
      line-height: 1;
      background: #8c629b;
      border-bottom-right-radius: 12px;
      font-size: clamp(20px, 3.22vw, 40px);
      gap: 0.25em 0; }
      @media screen and (max-width: 480px) {
        .login_list .item .image_box .item_number {
          font-size: 24px; } }
      .login_list .item .image_box .item_number .number_head {
        font-size: 10px; }
    .login_list .item .item_text {
      text-align: center;
      font-size: clamp(15px, 1.61vw, 20px);
      line-height: 1.4;
      margin-top: 0.5em; }

.limited_login_wrap {
  margin-top: clamp(30px, 4.17%, 50px);
  margin-bottom: clamp(30px, 4.17%, 50px);
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  border: 1px solid #81c8a7;
  border-radius: 100vmax;
  overflow: hidden; }
  .limited_login_wrap .password {
    width: 100%;
    font-size: 30px;
    padding: 18px;
    letter-spacing: 0.1em;
    line-height: 1;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
    font-family: inherit;
    background: #fff;
    outline: none;
    border: none; }
    @media screen and (max-width: 480px) {
      .limited_login_wrap .password {
        font-size: 20px;
        padding: 12px; } }
  .limited_login_wrap .login_button {
    flex-shrink: 0;
    width: 145px;
    border-top-right-radius: 100vmax;
    border-bottom-right-radius: 100vmax; }
    @media screen and (max-width: 480px) {
      .limited_login_wrap .login_button {
        width: 80px; } }
    .limited_login_wrap .login_button input {
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      border-top-right-radius: 100vmax;
      border-bottom-right-radius: 100vmax;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      color: #fff;
      outline: none;
      border: none;
      font-size: 18px;
      padding: 1.33em 0.3em;
      letter-spacing: 0.1em;
      background: #81c8a7;
      cursor: pointer;
      transition: opacity 0.3s ease-in-out; }
      @media (hover: hover) {
        .limited_login_wrap .login_button input:hover {
          opacity: 0.7; } }
      @media screen and (max-width: 480px) {
        .limited_login_wrap .login_button input {
          font-size: 14px;
          padding: 0.5em; } }

.cv_button {
  margin-top: clamp(25px, 3.34%, 40px);
  width: 19em;
  font-size: clamp(16px, 2.01vw, 25px);
  margin-left: auto;
  margin-right: auto; }
  .cv_button a {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100vmax;
    line-height: 1;
    padding: 1.2em 1.6em;
    transition: opacity 0.3s ease-in-out;
    background: #8c629b;
    color: #fff; }
    @media (hover: hover) {
      .cv_button a:hover {
        opacity: 0.7; } }
    .cv_button a .text {
      flex-grow: 1; }
    .cv_button a .arrow {
      width: 0.68em; }

/*# sourceMappingURL=login.css.map */
