@media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }
  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}

header,
#header-drawer,
footer{
  /* リスト */
  ul, ol, dl {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* リンク */
  a {
    text-decoration: none;
  }

  /* 画像・メディア */
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  img {
    border-style: none;
  }

  /* フォーム */
  input, button, textarea, select {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    background: transparent;
    border: none;
    border-radius: 0;
    appearance: none;
  }

  button {
    cursor: pointer;
  }

  /* テーブル */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  /* その他 */
  hr {
    margin: 0;
    padding: 0;
    border: none;
  }

  fieldset {
    margin: 0;
    padding: 0;
    border: none;
  }

  legend {
    padding: 0;
  }
  .container {
      width: 100%;
      max-width: 1240px;
      padding: 0 20px;
      margin: 0 auto;
  }
}
body .header_drawer_close span{
  background-color: #222736!important;
}

header,
#header-drawer a{
  color:#222;
}
footer  a{
  color:#fff!important;
}
/* =================================
 header
================================= */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
  }
  .header_inner {
    width: 100%;
    padding: 25px 50px;
    margin: 0 auto;
    background: #fff;
  }
  @media screen and (max-width: 768px) {
    .header_inner {
      padding: 15px 20px;
    }
  }
  .header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_logo {
    width: 100%;
    max-width: 250px;
  }
  @media screen and (max-width: 768px) {
    .header_logo {
      max-width: 32.6666666667vw;
    }
  }
  .header_nav {
    display: flex;
    align-items: center;
    gap: 0 50px;
  }
  @media screen and (max-width: 768px) {
    .header_nav {
      gap: 0 15px;
    }
  }
  .header_nav_contact a {
    font-size: 15px;
    background: #222736;
    color: #fff !important;
    padding: 16px 60px;
    border-radius: 30px;
    letter-spacing: 1px;
  }
  @media screen and (max-width: 768px) {
    .header_nav_contact a {
      display: inline-block;
      padding: 10px 20px;
      font-size: 3.3333333333vw;
    }
  }
  .header_nav_humburger span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #222736;
  }
  @media screen and (max-width: 768px) {
    .header_nav_humburger span {
      width: 8vw;
      height: 2px;
    }
  }
  .header_nav_humburger span:nth-child(2) {
    margin: 10px 0;
  }
  @media screen and (max-width: 768px) {
    .header_nav_humburger span:nth-child(2) {
      margin: 8px 0;
    }
  }

  /* ハンバーガーメニュー開いた時 */
.header_nav_humburger {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
  }
  
  .header_drawer_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 1100;
  }
  
  .header_drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 842px;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1200;
    display: flex;
    flex-direction: column;
  }
  
  .header_drawer_head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 26px;
  }

  .header_drawer_contact a {
    font-size: 15px;
    background: #222736;
    color: #fff !important;
    padding: 16px 60px;
    border-radius: 30px;
    letter-spacing: 1px;
    margin-right: 50px;
  }
  
  .header_drawer_close {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    position: relative;
    cursor: pointer;
  }
  
  .header_drawer_close span {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 30px;
    height: 2px;
    background: #222736;
  }
  
  .header_drawer_close span:first-child {
    transform: rotate(45deg);
  }
  
  .header_drawer_close span:last-child {
    transform: rotate(-45deg);
  }
  
  .header_drawer_body {
    min-height: 0;
    overflow-y: auto;
  }
  
  .header_drawer_top {
    padding: 37px 60px 80px;
  }
  
  .header_drawer_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 40px;
  }

  .header_drawer_top ul {
    padding-bottom: 20px;
  }

  .header_drawer_col .header_drawer_ttl:last-child {
    margin-bottom: 0;
  }
  
  .header_drawer_ttl {
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
  }

  .header_drawer_ttl.header_drawer_ttl_sublist {
    margin-bottom: 20px;
  }

  .header_drawer_col ul {
    margin-bottom: 40px !important;
  }
  
  .header_drawer_col ul li {
    position: relative;
    padding-left: 1em;
  }

  .header_drawer_col ul li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    color: #0048DC;
  }

  .header_drawer_col ul li.bold {
    font-weight: 700;
    color: #222;
    padding-left: 0;
  }

  .header_drawer_col ul li.bold::before {
    content: none;
  }

  .header_drawer_col ul li + li {
    margin-top: 8px;
  }
  
  .header_drawer_col ul a {
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.571;
  }
  
  .header_drawer_bottom {
    background: #222736;
    color: #fff;
    padding: 60px 107px 80px 60px;
  }
  
  .header_drawer_bottom_block + .header_drawer_bottom_block {
    margin-top: 40px;
  }
  
  .header_drawer_bottom_ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .header_drawer_bottom_ttl::after {
    content: "";
    flex: 1;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
  }

  .header_drawer_bottom_col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .header_drawer_bottom_col ul {
    width: 355px;
}

  .header_drawer_bottom ul li {
    position: relative;
    padding-left: 1em;
  }

  .header_drawer_bottom ul li + li {
    margin-top: 10px;
}

  .header_drawer_bottom ul li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    color: #0048DC;
  }

  .header_drawer_bottom ul li.header_drawer_bottom_col_empty {
    min-height: calc((14px * 1.571) + 10px);
  }

  .header_drawer_bottom ul li.header_drawer_bottom_col_empty::before {
    content: none;
  }
  
  .header_drawer_bottom a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.571;
    letter-spacing: 0.01em;
    transition: opacity 0.3s ease;
  }

  .header_drawer_bottom a:hover {
    opacity: 0.7;
  }
  
  body.is-header-drawer-open .header_drawer_overlay {
    opacity: 1;
    visibility: visible;
  }
  
  body.is-header-drawer-open .header_drawer {
    transform: translateX(0);
  }
  
  @media screen and (max-width: 768px) {
    .header_drawer {
      width: 100%;
    }

  
    .header_drawer_head {
      padding: 3.2vw 4vw;
    }
  
    .header_drawer_logo {
      max-width: 34vw;
    }
  
    .header_drawer_top {
      padding: 2.4vw 4vw 5.3333333333vw;
    }
  
    .header_drawer_acc {
      border-bottom: 1px solid #e6e8f0;
      padding: 0;
    }
  
    .header_drawer_acc summary {
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 4.266666667vw;
      font-weight: 700;
      line-height: 1.25;
      padding: 4.5333333333vw 0;
      cursor: pointer;
      color: #222222;
    }
  
    .header_drawer_acc summary::-webkit-details-marker {
      display: none;
    }
  
    .header_drawer_acc summary::after {
      content: "+";
      font-size: 8.8vw;
      line-height: 1;
      font-weight: 300;
      color: #0048DC;
    }
  
    .header_drawer_acc[open] summary::after {
      content: "−";
    }
  
    .header_drawer_acc ul {
      padding-bottom: 4.2666666667vw !important;
    }

    .header_drawer_acc ul li.bold {
      font-weight: 700;
      color: #222;
      padding-left: 0;
    }

    .header_drawer_acc ul li.bold::before {
      content: none;
    }
  
    .header_drawer_acc ul li + li {
      margin-top: 2.1333333333vw;
    }
  
    .header_drawer_acc ul a {
      font-size: 3.733333333vw;
      line-height: 1.2;
    }

    /* ulがない項目はdetailsを使わずリンクだけ表示（summary::afterが出ないようにする） */
    .header_drawer_linkonly {
      display: block;
      border-bottom: 1px solid #e6e8f0;
      padding: 4.5333333333vw 0;
      font-size: 4.266666667vw;
      font-weight: 700;
      line-height: 1.25;
      color: #222222;
    }
  
    .header_drawer_contact {
      display: none;
    }
  
    .header_drawer_bottom {
      padding: 6.4vw 4vw 8vw;
    }

    /* .header_drawer_bottom_block { border-top: 1px solid rgb(255, 255, 255, 0.102); } */
  
    .header_drawer_bottom_block + .header_drawer_bottom_block {
      margin-top: 4.8vw;
      padding-top: 4.2666666667vw;
    }
  
    .header_drawer_bottom_ttl {
      font-size: 4.266666667vw;
      margin-bottom: 6vw;
    }
  
    .header_drawer_bottom_col {
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .header_drawer_bottom_col ul {
        width: 100%;
    }
  
    .header_drawer_bottom a {
      font-size: 3.733333333vw;
      line-height: 1.2;
    }

    .header_drawer_bottom ul li.header_drawer_bottom_col_empty {
      display: none;
    }
  }
  /* ハンバーガーメニュー ここまで*/
  
  /* =================================
   footer
  ================================= */
  .footer {
    background: #222736;
    color: #fff;
    padding: 100px 0 50px;
    text-align: center;
    position: relative;
    z-index: 5;
  }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 13.3333333333vw 0 10.6666666667vw;
    }
  }
  .footer_flex {
    display: flex;
    gap: 0 120px;
  }

  @media screen and (max-width: 768px) {
    .footer_flex {
      flex-direction: column;
      gap: 70px 0;
    }
  }

  .footer_logo {
    width: 100%;
    max-width: 343px;
    flex-shrink: 0;
  }
  @media screen and (max-width: 768px) {
    .footer_logo {
      max-width: 54.6666666667vw;
      margin: 0 auto ;
    }
  }
  .footer_contact {
    width: 100%;
    text-align: left;
  }
  @media screen and (max-width: 768px) {
    .footer_contact {
      margin-bottom: 30px;
      /* border-bottom: solid 1px rgb(255, 255, 255, 0.2); */
    }
  }
  
  /* .footer_block {} */

  .footer .footer_block_ttl {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 15px !important;
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    font-family: inherit;
    text-align: left;
    cursor: default;
  }

  @media screen and (max-width: 768px) {
    .footer .footer_block_ttl {
      font-size: calc(32 / 750 * 100vw) !important;
      margin-bottom: 0 !important;
      justify-content: space-between;
      border-top: solid 1px rgb(255, 255, 255, 0.2) !important;
      padding-top: 15px !important;
      padding-bottom: 15px !important;
      cursor: pointer;
    }
  }

  .footer_block_ttl::after {
    content: "";
    flex: 1;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
  }

  @media screen and (max-width: 768px) {
    .footer_block_ttl::after {
      content: "+";
      font-size: 8.8vw;
      line-height: 1;
      font-weight: 300;
      color: #0048DC;
      flex: none;
      border-top: none;
    }

    .footer_block.is-open .footer_block_ttl::after {
      content: "\2212";
    }
  }

  .footer_block_list {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
  }

  @media screen and (max-width: 768px) {
    .footer_block:not(.is-open) .footer_block_list {
      max-height: 0;
      overflow: hidden;
      margin-bottom: 0;
      opacity: 0;
    }

    .footer_block.is-open .footer_block_list {
      max-height: min(2000px, 200vh);
      opacity: 1;
      margin-bottom: 15px;
    }

    .footer_block_list {
      flex-direction: column;
    }
  }

  @media screen and (min-width: 769px) {
    .footer_block .footer_block_list {
      max-height: none !important;
      overflow: visible !important;
      opacity: 1 !important;
    }
  }
  
  .footer_block_list li {
    width: 50%;
    position: relative;
    margin-bottom: 10px;
  }

  @media screen and (max-width: 768px) {
    .footer_block_list li {
      width: 100%;
      margin-bottom: 0;
    }
  }

  .footer_block_list li ul li {
    width: 100%;
    padding-left: 1em;
  }

  @media screen and (max-width: 768px) {
    .footer_block_list li ul li {
      margin-bottom: 10px;
    }
  }

  .footer_block_list li ul li:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    color: #0048DC;
  }

  .footer_block_list li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.571;
    letter-spacing: 0.01em;
  }

  @media screen and (max-width: 768px) {
    .footer_block_list li a {
      font-size: calc(26 / 750 * 100vw);
    }
  }

  .footer_block_02 .footer_block_list {
    align-items: flex-end;
  }

  .footer_block_03 .footer_block_list li {
    position: relative;
    padding-left: 1em;
  }

  @media screen and (max-width: 768px) {
    .footer_block_03 .footer_block_list li {
      margin-bottom: 10px;
    }
  }

  .footer_block_03 .footer_block_list li:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    color: #0048DC;
  }

  .footer_block_04 {
    margin-bottom: 30px;
  }

  .footer_block_04 .footer_block_list li {
    position: relative;
    padding-left: 1em;
  }

  @media screen and (max-width: 768px) {
    .footer_block_04 .footer_block_list li {
      margin-bottom: 10px;
    }
  }

  .footer_block_04 .footer_block_list li:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    color: #0048DC;
  }

  .footer_bottom {
    padding-top: 40px;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  @media screen and (max-width: 768px) {
    .footer_bottom {
      flex-direction: column;
      align-items: center;
      padding-top: 30px;
      gap: 30px 0;
    }
  }

  .footer_bottom ul {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }

  .footer_bottom ul li + li {
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-left: 1px solid #fff;
  }

  .footer_bottom ul li a {
    font-size: 16px;
    color: #fff;
  }

  @media screen and (max-width: 768px) {
    .footer_bottom ul li a {
      font-size: calc(26 / 750 * 100vw);
    }
  }

  .footer_copy {
    font-size: 12px;
    color: #70778b;
    letter-spacing: 0px;
  }

  @media screen and (max-width: 768px) {
    .footer_copy {
      font-size: calc(22 / 750 * 100vw);
    }
  }



/* =================================
 診断　（diagnosis）
================================= */
.diagnosis {
  background: url(../img/diagnosis/bg.jpg) no-repeat center center / cover;
}

@media screen and (max-width: 768px) {
  .diagnosis {
    background: url(../img/diagnosis/bg_sp.jpg) no-repeat center center / cover;
  }
}

.diagnosis_inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .diagnosis_inner {
    padding: 30px 20px;
  }

  .is-step-1 .diagnosis_inner,
  .is-step-2 .diagnosis_inner,
  .is-step-3 .diagnosis_inner,
  .is-step-4 .diagnosis_inner {
    padding: 80px 20px 40px;
  }

  .is-step-1 .diagnosis_body,
  .is-step-2 .diagnosis_body,
  .is-step-3 .diagnosis_body {
    padding: 60px 30px 30px;
  }
}

.is-step-4 .diagnosis_inner {
  max-width: 1240px;
}

.diagnosis_body {
  padding: 70px 50px;
  background: #fff;
  text-align: center;
  border-radius: 30px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .diagnosis_body {
    padding: 30px 20px;
    border-radius: 15px;
  }
}

.diagnosis_bg {
  position: relative;
}

.diagnosis_bg::before {
  content: "";
  position: absolute;
  display: block;
  top: -100px;
  left: 0px;
  width: 150px;
  height: 190px;
  background: url(../img/diagnosis/diagnosis_icon01.png) no-repeat center center / contain;
}

@media screen and (max-width: 768px) {
  .diagnosis_bg::before {
    top: 80px;
    width: 70px;
    height: 100px;
    left: 3vw;
  }
}

.diagnosis_bg::after {
  content: "";
  position: absolute;
  display: block;
  top: -100px;
  right: 0px;
  width: 150px;
  height: 190px;
  background: url(../img/diagnosis/diagnosis_icon02.png) no-repeat center center / contain;
}

@media screen and (max-width: 768px) {
  .diagnosis_bg::after {
    top: 80px;
    width: 70px;
    height: 100px;
    right: 3vw;
  }
}


.diagnosis_logo {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {
  .diagnosis_logo {
    max-width: 220px;
  }
}

.diagnosis_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.diagnosis_label {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #11068c;
  letter-spacing: 8px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .diagnosis_label {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 5px;
  }
}

.diagnosis_subttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 60px;
  font-weight: 800;
  color: #222222;
  letter-spacing: -0.02em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .diagnosis_subttl {
    font-size: calc(60 / 750 * 100vw);
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px 0;
  }
}

.diagnosis_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: block;
  font-size: 80px;
  line-height: 80px;
  color: #222222;
  font-weight: 900;
  letter-spacing: -2px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .diagnosis_ttl {
    font-size: calc(95 / 750 * 100vw);
    line-height: calc(100 / 750 * 100vw);
  }
}

.diagnosis_subttl span {
  position: absolute;
  top: 0;
  right: 10px;
  width: 130px;
  height: 130px;
  background: #fded3a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  color: #11068c;
  letter-spacing: -2px;
  border-radius: 50%;
  rotate: 15deg;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .diagnosis_subttl span {
    position: initial;
    font-size: calc(36 / 750 * 100vw);
    line-height: calc(42 / 750 * 100vw);
    width: calc(200 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
    rotate: 0deg;
    letter-spacing: 0;
  }
}


.diagnosis_text {
  font-size: 26px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 50px;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {
  .diagnosis_text {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: 20px;
  }
}

.diagnosis_btn_link {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 30px;
  font-weight: 800;
  cursor: pointer;
  color: #fff;
  background: #11068c;
  padding: 20px;
  border-radius: 10px;
  width: 540px;
  border-radius: 50px;
}


@media screen and (max-width: 768px) {
  .diagnosis_btn_link {
    font-size: calc(40 / 750 * 100vw);
    padding: 15px;
    width: 100%;
  }
}

.diagnosis_bg.diagnosis_item:before {
  content: "";
  width: 85px;
  height: 220px;
  top: -150px;
  background: url(../img/diagnosis/diagnosis_icon03.png) no-repeat center center / contain;
}
.diagnosis_bg.diagnosis_item:after {
  content: "";
  width: 85px;
  height: 220px;
  top: -150px;
  background: url(../img/diagnosis/diagnosis_icon04.png) no-repeat center center / contain;
}

@media screen and (max-width: 768px) {
  .diagnosis_bg.diagnosis_item:before,
  .diagnosis_bg.diagnosis_item:after {
    width: 70px;
    height: 100px;
    top: -110px;
  }
}

.diagnosis_item_head {
  text-align: center;
}

.diagnosis_item_num {
  width: 100px;
  height: 100px;
  background: #11068c;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .diagnosis_item_num {
    top: -100px;
    width: calc(160 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
    font-size: calc(50 / 750 * 100vw);
  }
}


.diagnosis_item_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #222222;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .diagnosis_item_ttl {
    font-size: calc(50 / 750 * 100vw);
    line-height: calc(65 / 750 * 100vw);
  }
}

.diagnosis_item_body {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .diagnosis_item_body {
    gap: 20px;
  }
}

.diagnosis_answer {
  width: calc(50% - 20px);
  border: solid 2px #e6e6e6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #222222;
  letter-spacing: -0.02em;
  min-height: 120px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .diagnosis_answer {
    width: 100%;
    font-size: calc(35/ 750 * 100vw);
    min-height: 80px;
    padding: 10px;
    letter-spacing: -0.05em;
  }
}

.diagnosis_answer:hover {
  background: #fded3a;
}

/* step switching */
.diagnosis_item {
  display: none;
}
.diagnosis_body.is-step-1 .diagnosis_top {
  display: none;
}
.diagnosis_body.is-step-1 .diagnosis_01 {
  display: block;
}

.diagnosis_body.is-step-2 .diagnosis_top {
  display: none;
}
.diagnosis_body.is-step-2 .diagnosis_02 {
  display: block;
}

/* Q3 */
.diagnosis_body.is-step-3 .diagnosis_top {
  display: none;
}
.diagnosis_body.is-step-3 .diagnosis_03 {
  display: block;
}

/* RESULT */
.diagnosis_body.is-step-4 .diagnosis_top {
  display: none;
}

/* result area */
.diagnosis_result {
  display: none;
}

.diagnosis.is-step-4 .diagnosis_result {
  display: block;
}

.diagnosis_result .result_block {
  display: none;
}

.diagnosis.is-show-result-01 .result_01 {
  display: block;
}
.diagnosis.is-show-result-02 .result_02 {
  display: block;
}
.diagnosis.is-show-result-03 .result_03 {
  display: block;
}
.diagnosis.is-show-result-04 .result_04 {
  display: block;
}


.result_block {
  position: relative;
}

.diagnosis_result_label {
  font-family: "m plus rounded 1c", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #222222;
  letter-spacing: -0.02em;
  /* margin-bottom: 20px; */
}

@media screen and (max-width: 768px) {
  .diagnosis_result_label {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: 10px;
  }
}

.diagnosis_result_ttl {
  font-family: "m plus rounded 1c", sans-serif;
  font-size: 50px;
  font-weight: 800;
  color: #0048DC;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {
  .diagnosis_result_ttl {
    font-size: calc(60 / 750 * 100vw);
    line-height: calc(70 / 750 * 100vw);
    margin-bottom: 10px;
  }
}

.diagnosis_result_desc {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .diagnosis_result_desc {
    font-size: calc(27 / 750 * 100vw);
    margin-bottom: 20px;
  }
}


.diagnosis_result_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .diagnosis_result_list {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.diagnosis_result_item {
  width: calc(50% - 20px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .diagnosis_result_item {
    width: 100%;
  }
}

.diagnosis_result_item:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .diagnosis_result_item:after {
    right: 15px;
    width: 8px;
    height: 8px;
  }
}

.diagnosis_result_item a {
  display: flex;
  align-items: center;
  gap: 0 ;
  position: relative;
  background: #2abbd0;
  padding: 30px;
  text-align: center;
  justify-content: center;
  border-radius: 15px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .diagnosis_result_item a {
    padding: 20px 10px;
  }
}

.diagnosis_result_item_img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .diagnosis_result_item_img {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    left: 10px;
  }
}

.diagnosis_result_item_ttl {
  font-family: "m plus rounded 1c", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {
  .diagnosis_result_item_ttl {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: -0.04em;
  }
}


.diagnosis_result_recommend_ttl {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin-bottom: 20px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .diagnosis_result_recommend_ttl {
    font-size: calc(30 / 750 * 100vw);
  }
}

.diagnosis_result_recommend_ttl::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #e6e6e6;
  display: block;
  flex: 1;
}

.diagnosis_result_recommend_ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #e6e6e6;
  display: block;
  flex: 1;
}


.diagnosis_result_text {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .diagnosis_result_text {
    font-size: calc(28 / 750 * 100vw);
  }
}


.result_block:before {
  content: "";
  display: block;
  width: 130px;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .result_block:before {
    width: 70px;
    height: 110px;
    top: -85px;
  }
}

.result_block:after {
  content: "";
  display: block;
  width: 130px;
  height: 220px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .result_block:after {
    width: 70px;
    height: 110px;
    top: -85px;
  }
}

.diagnosis_return_btn {
  position: absolute;
  right: -50px;
  bottom: -50px;
}

@media screen and (max-width: 768px) {
  .diagnosis_return_btn {
    position: initial;
    margin-top: 20px;
  }
}

.diagnosis_return_btn_link {
  font-family: "m plus rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #222;
  background: #fded3a;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .diagnosis_return_btn_link {
    width: 100%;
    border-radius: 15px;
    height: auto;
    padding: 10px;
    font-size: calc(24 / 750 * 100vw);
    flex-direction: row;
  }
}

.diagnosis_return_btn_link span  {
  display: block;
  font-size: 30px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .diagnosis_return_btn_link span {
    display: inline-block;
    font-size: calc(36 / 750 * 100vw);
    line-height: calc(36 / 750 * 100vw);
    padding-left: 5px;
  }
}

.result_01:before {
  content: "";
  background: url(../img/diagnosis/enjoy_icon01.png) no-repeat center center / cover;
}

.result_01:after {
  content: "";
  background: url(../img/diagnosis/enjoy_icon02.png) no-repeat center center / cover;
}

.result_02:before {
  content: "";
  background: url(../img/diagnosis/kichinto_icon01.png) no-repeat center center / contain;
}

.result_02:after {
  content: "";
  background: url(../img/diagnosis/kichinto_icon02.png) no-repeat center center / contain;
}

.result_03:before {
  content: "";
  background: url(../img/diagnosis/my_pace_icon01.png) no-repeat center center / contain;
}

.result_03:after {
  content: "";
  background: url(../img/diagnosis/my_pace_icon02.png) no-repeat center center / contain;
}

.result_04:before {
  content: "";
  background: url(../img/diagnosis/kids_icon01.png) no-repeat center center / contain;
}

.result_04:after {
  content: "";
  background: url(../img/diagnosis/kids_icon02.png) no-repeat center center / contain;
}