@charset "utf-8";

/* ↓↓↓ ck-topconts ↓↓↓ */
.ck-topconts {
  width: 1056px;
  margin: 90px auto 0;

  @media (max-width: 768px) {
    width: 100%;
    margin-top: 64px;
  }
}

.ck-topconts__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;

  @media (max-width: 768px) {
    width: 300px;
    flex-direction: column;
    align-items: flex-start;
  }

  .speech {
    width: 300px;
    height: 56px;
    margin-right: 16px;
    padding-top: 4px;
    color: #fff;
    background-color: #FFB100;
    border-radius: 28px;
    position: relative;
    display: grid;
    place-content: center;
    box-sizing: border-box;

    @media (max-width: 768px) {
      margin: 8px 0 25px 0;
    }

    &::after {
      content: '';
      position: absolute;
      top: calc(100% - 15px);
      left: 37px;
      width: 46px;
      height: 48px;
      background: url(../img/speech_bg.png)no-repeat;
    }
  }

  @media (max-width: 768px) {
    .befor {
      width: 100%;
      text-align: left;
    }

    .after {
      width: 100%;
      text-align: right;
    }
  }
}

.ck-topconts__image {
  width: 1056px;
  margin: 80px auto 0;
  display: block;

  @media (max-width: 768px) {
    width: 100%;
    margin: 28px auto 0;
  }
}

/* ↑↑↑ ck-topconts ↑↑↑ */

/* ↓↓↓ ck-features ↓↓↓ */
.ck-features {
  width: 100%;
  margin-top: 166px;
  background-color: #FFF5C9;

  @media (max-width: 768px) {
    margin-top: 120px;
  }
}

.ck-features__inner {
  width: 1056px;
  margin: 0 auto;
  padding: 68px 0 48px;
  position: relative;

  @media (max-width: 768px) {
    width: 100%;
    padding: 60px 0 40px;
  }
}

.ck-features__list {
  width: 100%;
  display: flex;
  justify-content: space-between;

  @media (max-width: 768px) {
    width: calc(100% - 40px);
    flex-direction: column;
    margin-inline: auto;
    gap: 40px;
  }
}

.ck-features__item {
  width: 336px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;

  @media (max-width: 768px) {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.ck-features__item .point {
  width: 98px;
}

.ck-features__item .image {
  width: 100%;
  border-radius: 0 16px 16px 16px;
  overflow: hidden;
}

.ck-features__item .text {
  padding-top: 24px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.8;

  .marker {
    color: #fff;
    background: linear-gradient(#25B191 88%, transparent 88%);

    @media (max-width: 768px) {
      background: linear-gradient(#25B191 100%, transparent 100%);
    }
  }
}

/* ↑↑↑ ck-features ↑↑↑ */

/* ↓↓↓ ck-login ↓↓↓ */
.ck-login {
  width: 100%;
  margin-top: 118px;

  @media (max-width: 768px) {
    margin-top: 102px;
  }
}

.ck-login__read {
  margin: 0 auto;
}

.ck-login__read .text {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
  position: relative;
  z-index: 1;

  @media (max-width: 768px) {
    word-break: keep-all;
  }

  &::before {
    content: '';
    position: absolute;
    top: -33px;
    left: 50%;
    translate: -50% 0;
    width: 97px;
    height: 138px;
    background: url(../img/ck_login__read_bg.png)no-repeat;
    z-index: -1;
  }
}

.ck-login__read .try {
  width: 570px;
  height: 56px;
  margin: 36px auto 0;
  padding-top: 4px;
  border-radius: 28px;
  box-sizing: border-box;
  border: 2px solid #25B191;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #25B191;
  display: grid;
  place-content: center;
  position: relative;

  @media (max-width: 768px) {
    width: 334px;
    height: 92px;
    text-align: center;
    line-height: 1.333;
    border-radius: 46px;
  }

  &::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50% 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 17px solid #25b191;
    border-bottom: 0;
  }
}

.l-login,
.ck-login__input {
  width: 100%;
  margin-top: 57px;
  padding: 48px 0 40px;
  background-color: #00ABEB;

  @media (max-width: 768px) {
    margin-top: 40px;
    padding: 64px 0;
  }
}

.l-login__inner,
.ck-login__input_inner {
  width: 696px;
  margin-inline: auto;

  @media (max-width: 768px) {
    width: 100%;
  }
}

.l-login__head,
.l-login__ttl,
.ck-login__input_inner .caption {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.ck-login__input_inner .btn .txt {
  position: relative;
  padding-left: 28px;
}

.ck-login__input_inner .btn .txt::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 20px;
  height: 20px;
  display: block;
}

.ck-login__input_inner .btn.login .txt::before {
  mask-image: url(../img/icon_lock-20250927170043.svg);
  mask-size: cover;
  background-color: #006bcd;
}

.ck-login__input_inner .btn.register .txt::before {
  mask-image: url(../img/icon_enter-20250927170043.svg);
  mask-size: cover;
  background-color: #FFF;
}

.l-login__primary,
.ck-login__input_inner .loginlist {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;

  @media (max-width: 768px) {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.l-login__btn a {
  text-decoration: none;
}

.l-login__btn .btn,
.ck-login__input_inner .loginlist .btn {
  width: 336px;
  height: 48px;
  padding-top: 4px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 3px;
  border: 0;
  text-decoration: none;
  display: grid;
  place-content: center;
  box-sizing: border-box;
  background-color: #fff;
  transition: all 300ms 0s ease;
  cursor: pointer;

  &:hover {
    text-decoration: none;
  }
}

.ck-login__input_inner .loginlist .btn.login {
  color: #006bcd;
  background-color: #fff;

  .txt {
    transition: opacity 300ms 0s ease;
  }
}

.l-login__btn .btn.btn-01:hover,
.ck-login__input_inner .loginlist .btn.login:hover {
  color: #349eff;
  border-color: #349eff;

  .txt {
    opacity: .7;
  }
}

.l-login__btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
}

.l-login__btn .btn.btn-01::before {
  content: '';
  width: 20px;
  height: 20px;
  margin: -5px 15px 0 0;
  display: inline-block;
  mask-image: url(../img/icon_lock-20250927170043.svg);
  mask-size: cover;
  background-color: #006bcd;
  transition: background-color 300ms 0s ease;
}

.l-login__btn .btn.btn-01:hover::before {
  background-color: #349eff;
}

.l-login__btn .btn.btn-02 {
  margin-top: 0;
  box-shadow: none;
}

.l-login__btn .btn.btn-02::before {
  content: '';
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
  display: inline-block;
  mask-image: url(../img/icon_enter-20250927170043.svg);
  mask-size: cover;
  background-color: #FFF;
}

.l-login__btn .btn.btn-02,
.ck-login__input_inner .loginlist .btn.register {
  color: #fff;
  background-color: #F57C31;
  transition: background-color 300ms 0s ease;
}

.l-login__btn .btn.btn-02:hover,
.ck-login__input_inner .loginlist .btn.register:hover {
  background-color: #f79b62;
  opacity: 1;
}

.l-login__list02,
.ck-login__input_inner .otherlink {
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  gap: 24px;

  @media (max-width: 768px) {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  a {
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    text-decoration: underline;
    transition: opacity 300ms 0s ease;

    &:hover {
      text-decoration: none;
      opacity: .7;
    }
  }
}

/* ↑↑↑ ck-login ↑↑↑ */

/* ↓↓↓ ck-howto ↓↓↓ */
.ck-howto {
  width: 1056px;
  margin: 140px auto 80px;
  padding: 90px 73px 64px;
  box-sizing: border-box;
  border: 2px solid #25B191;
  border-radius: 80px;
  position: relative;

  @media (max-width: 768px) {
    width: calc(100% - 40px);
    max-width: 600px;
    margin: 125px auto 64px;
    padding: 78px 24px 40px;
    border-radius: 24px;
  }

  &::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    translate: -50% 0;
    width: 516px;
    height: 5px;
    background-color: #fff;

    @media (max-width: 768px) {
      width: 282px;
      top: -3px;
    }
  }
}

@media (max-width: 768px) {
  .ck-howto .ck-parts__ttl {
    top: -78px;
    line-height: 1.6;
  }
}


.ck-howto__list {
  width: 100%;
}

.ck-howto__list .item {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;

  @media (max-width: 768px) {
    flex-direction: column;
  }
}

.ck-howto__list .item:not(:last-of-type)::after {
  content: '';
  position: absolute;
  top: 150px;
  left: 50px;
  width: 2px;
  height: calc(100% + 20px);
  border-left: 2px dashed #25B191;
  z-index: -1;

  @media (max-width: 768px) {
    position: relative;
    top: unset;
    left: unset;
    height: 64px;
    margin: 24px auto 0;
  }
}

.ck-howto__list .item + .item {
  margin-top: 48px;

  @media (max-width: 768px) {
    margin-top: 4px;
  }
}

.ck-howto__list .item .icon {
  display: block;
  width: 100px;

  @media (max-width: 768px) {
    width: 64px;
    position: relative;
  }
}

.ck-howto__list .item .image {
  display: block;
  width: 426px;
  margin-left: 24px;
  margin-right: 35px;

  @media (max-width: 768px) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: -32px;
  }
}

.ck-howto__list .item .text {
  flex: 1;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 2;
  text-align: justify;
  word-break: break-all;

  @media (max-width: 768px) {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.56;
  }

  .green {
    color: #25B191;
  }
}

/* ↑↑↑ ck-howto ↑↑↑ */

/* ↓↓↓ ck-qa ↓↓↓ */
.ck-qa {
  width: 100%;
  background-color: #FFF5C9;
}

.ck-qa__inner {
  width: 1056px;
  margin: 0 auto;
  padding: 80px 0 203px;
  position: relative;

  @media (max-width: 768px) {
    width: 100%;
    padding: 64px 0 32px 0;
  }
}

.ck-qa .ck-parts__ttl {
  position: relative;
  top: unset;
  left: unset;
  translate: unset;
  text-align: center;

  @media (max-width: 768px) {
    width: 100%;
    max-width: 100%;
    top: unset;
  }
}

.ck-qa__list {
  margin-top: 48px;

  @media (max-width: 768px) {
    margin-top: 40px;
  }
}

.ck-qa__list .item {
  width: 100%;

  @media (max-width: 768px) {
    width: calc(100% - 40px);
    max-width: 600px;
    margin: 0 auto;
  }
}

.ck-qa__list .item + .item {
  margin-top: 16px;
}

.ck-qa__list .item .qes {
  padding: 28px 90px 22px 90px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  background-color: #FFB100;
  position: relative;
  cursor: pointer;
  transition: opacity 300ms 0s ease;

  @media (max-width: 768px) {
    padding: 16px 52px 16px 54px;
    line-height: 1.5;
    text-align: center;
  }

  &::before {
    content: 'Q';
    position: absolute;
    top: 27px;
    left: 30px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;

    @media (max-width: 768px) {
      top: 50%;
      left: 16px;
      translate: 0 -50%;
    }
  }

  @media (min-width: 769px) {
    &:hover {
      opacity: .7;
    }
  }

  .mark {
    position: absolute;
    top: 24px;
    right: 33px;
    width: 33px;
    height: 33px;

    @media (max-width: 768px) {
      top: 50%;
      right: 16px;
      translate: 0 -50%;
      width: 24px;
      height: 24px;
    }

    &::before,
    &::after {
      content: '';
      position: absolute;
      background-color: #fff;
      transition: all 300ms 0s ease;
    }

    &::before {

      top: 0;
      left: 50%;
      translate: -50% 0;
      width: 4px;
      height: 100%;
    }

    &::after {
      top: 50%;
      left: 0;
      translate: 0 -50%;
      width: 100%;
      height: 4px;
    }
  }
}

.ck-qa__list .item .qes.is-open .mark::before {
  rotate: 270deg;
}

.ck-qa__list .item .qes.is-open .mark::after {
  rotate: 360deg;
}

.ck-qa__list .item .ans {
  padding: 28px 90px 22px 90px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
  background-color: #fff;
  position: relative;
  display: none;

  @media (max-width: 768px) {
    padding: 28px 20px 16px 56px;
  }

  &::before {
    content: 'A';
    position: absolute;
    top: 27px;
    left: 30px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    color: #FFB100;

    @media (max-width: 768px) {
      left: 16px;
    }
  }
}

/* ↑↑↑ ck-qa ↑↑↑ */

/* ↓↓↓ ck-diagnosis ↓↓↓ */
.ck-diagnosis {
  width: 100%;
  padding-top: 118px;

  @media (max-width: 768px) {
    padding-top: 102px;
  }
}

.ck-diagnosis__read {
  margin: 0 auto;
}

.ck-diagnosis__read .text {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
  position: relative;
  z-index: 1;

  @media (max-width: 768px) {
    word-break: keep-all;
  }

  &::before {
    content: '';
    position: absolute;
    top: -33px;
    left: 50%;
    translate: -50% 0;
    width: 97px;
    height: 138px;
    background: url(../img/ck_login__read_bg.png)no-repeat;
    z-index: -1;
  }
}

.ck-diagnosis__read .try {
  width: 494px;
  height: 56px;
  margin: 36px auto 0;
  padding-top: 4px;
  border-radius: 28px;
  box-sizing: border-box;
  border: 2px solid #25B191;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #25B191;
  display: grid;
  place-content: center;
  position: relative;

  @media (max-width: 768px) {
    width: 334px;
    height: 92px;
    text-align: center;
    line-height: 1.333;
    border-radius: 46px;
  }

  &::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50% 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 17px solid #25b191;
    border-bottom: 0;
  }
}

.ck-diagnosis__btn {
  width: 696px;
  height: 110px;
  margin: 65px auto 0;
  padding-top: 4px;
  display: grid;
  place-content: center;
  background-color: #F57C31;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  box-sizing: border-box;
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  transition: background-color 300ms 0s ease;

  @media (max-width: 768px) {
    width: calc(100% - 40px);
    height: 186px;
    margin: 41px auto 0;
    padding-top: 88px;
    font-size: 24px;
    line-height: 1.67;
    text-align: center;
  }

  @media (min-width: 769px) {
    &:hover {
      background-color: #f79b62;
    }
  }

  &::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 48px;
    translate: 0 -50%;
    width: 50px;
    height: 68px;
    background: url(../img/ck_diagnosis__btn_icon.png)no-repeat;

    @media (max-width: 768px) {
      top: 16px;
      left: 50%;
      translate: -50% 0;
    }
  }

  &::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    translate: 0 -50%;
    width: 13px;
    height: 20px;
    background: url(../img/ck_diagnosis__btn_arrow.png)no-repeat;
  }
}

.ck-diagnosis__btn:hover {
  text-decoration: none;
  color: #fff;
}

.ck-diagnosis__results {
  width: 1056px;
  margin: 85px auto 0;
  padding: 0 90px 64px;
  background-color: #FFF5C9;
  box-sizing: border-box;

  @media (max-width: 768px) {
    width: calc(100% - 40px);
    max-width: 600px;
    margin: 64px auto 0;
    padding: 0 16px 16px;
  }
}

.ck-diagnosis__ttl {
  width: 336px;
  height: 80px;
  margin: 0 auto;
  padding-top: 6px;
  display: grid;
  place-content: center;
  background-color: #25B191;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  box-sizing: border-box;
  border-radius: 0 0 32px 32px;

  @media (max-width: 768px) {
    width: 254px;
  }
}

.ck-diagnosis__results .note {
  width: 100%;
  margin: 14px auto 10px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  text-align: right;

  @media (max-width: 768px) {
    margin: 24px auto 10px;
    text-align: center;
  }
}

.ck-diagnosis__list {
  width: 100%;
}

.ck-diagnosis__list_item {
  width: 100%;
  padding: 16px 40px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;

  @media (max-width: 768px) {
    padding: 16px;
    flex-direction: column;
  }
}

.ck-diagnosis__list_item + .ck-diagnosis__list_item {
  margin-top: 24px;

  @media (max-width: 768px) {
    margin-top: 16px;
  }
}

.ck-diagnosis__list_item .txt-block {
  width: 411px;

  @media (max-width: 768px) {
    width: 100%;
  }
}

.ck-diagnosis__list_item .txt-block .block1 {
  display: flex;
  align-items: center;
  justify-content: space-between;

  .date {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
  }

  .edit {
    /* width: 110px; */
    width: auto !important;
    padding-left: 26px;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    color: #777777;
    position: relative;
    border-bottom: 1px solid #777;
    cursor: pointer;
    box-sizing: border-box;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background: none !important;


    &::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      translate: 0 -50%;
      width: 18px;
      height: 18px;
      background: url(../img/ck_diagnosis__list_item_edit_icon.png)no-repeat;
    }

    &.-active {
      &::before {
        background: url(../img/ck_diagnosis__list_item_keep_icon.png) no-repeat;
      }
    }
  }
}

.ck-diagnosis__list_item .txt-block .block2 {
  width: 100%;
  margin-top: 8px;
  height: 59px;

  textarea {
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 18px 20px !important;
    border: 1px solid #999999 !important;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6;

    &::placeholder {
      color: #000;
    }

    &:focus {
      background: #fff !important;
    }
  }
}

.ck-diagnosis__list_item .score {
  width: 125px;
  margin-left: 20px;
  text-align: center;

  @media (max-width: 768px) {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    display: flex;
    align-items: center;
  }
}

.ck-diagnosis__list_item .score .cap {
  width: 100%;
  height: 24px;
  padding-top: 2px;
  background-color: #25B191;
  display: grid;
  place-content: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  box-sizing: border-box;
  border-radius: 12px;

  @media (max-width: 768px) {
    width: 91px;
  }
}

.ck-diagnosis__list_item .score .point {
  margin-top: 10px;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 0.9;
  color: #25B191;

  @media (max-width: 768px) {
    margin-top: 0;
    margin-left: 8px;
  }

  .unit {
    font-size: 20px;
    margin-left: 7px;
  }
}

.ck-diagnosis__list_item .btn-wrap {
  margin-left: 20px;
  display: flex;

  @media (max-width: 768px) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.ck-diagnosis__list_item .result_btn {
  width: 166px;
  height: 64px;
  padding-top: 6px;
  display: grid;
  place-content: center;
  background-color: #F57C31;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  box-sizing: border-box;
  transition: background-color 300ms 0s ease;

  @media (max-width: 768px) {
    width: 206px;
  }

  @media (min-width: 769px) {
    &:hover {
      background-color: #f79b62;
    }
  }
}

.ck-diagnosis__list_item .delete_btn {
  display: block;
  width: 48px;
  height: 48px;
  margin-left: 16px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 2px solid #777;
  background-color: #fff;
  align-self: flex-end;
  cursor: pointer;
  position: relative;
  transition: background-color 300ms 0s ease;

  &::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: #777;
    mask-image: url(../img/ck_diagnosis__list_item_delete_btn_icon.png);
    background-size: contain;
    transition: background-color 300ms 0s ease;
  }

  @media (min-width: 769px) {
    &:hover {
      background-color: #777;

      &::after {
        background-color: #fff;
      }
    }
  }
}

/* ↑↑↑ ck-diagnosis ↑↑↑ */