@charset "UTF-8";

@font-face {
    font-family: 'Noto Sans JP';
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    src: url('/camp/healthcare_portal/font/NotoSansJP-Regular.woff') format('woff');
  }
  @font-face {
    font-family: 'Noto Sans JP';
    font-display: swap;
    font-style: normal;
    font-weight: bold;
    src: url('/camp/healthcare_portal/font/NotoSansJP-Bold.woff') format('woff');
  }

  /* 共通css */
  * {
      box-sizing: border-box;
      font-family: "Noto Sans JP";
  }
  .note li {
      flex: 1 0 0;
      color: #707070;
      font-size: calc(100vw * (12 / 375));
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      position: relative;
      text-align: left;
      padding-left: calc(100vw * (16 / 375));
      padding-bottom: calc(100vw * (8 / 375));
  }
  .note li::before {
      position: absolute;
      content: '※';
      left: 0;
      width: calc(100vw * (12 / 375));
  }
  .note.note--center li {
    display: inline-block;
  }
  .note a {
    color: #707070;
  }
  h2 {
    color: #333;
    text-align: center;
    font-size: calc(100vw * (24 / 375));
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: calc(100vw * (0.72 / 375));
    padding-bottom: calc(100vw * (32 / 375));
  }
  h3 {
    color: #333;
    text-align: center;
    font-size: calc(100vw * (20 / 375));
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: calc(100vw * (0.6 / 375));
    padding-top: calc(100vw * (32 / 375));
  }
  .h3_deco {
    color: #004832;
    font-size: calc(100vw * (20 / 375));
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: calc(100vw * (0.6 / 375));
  }
  .h3-font-big {
    font-size: calc(100vw * (24 / 375));
  }
  .detail_ttl {
    color: #333;
    font-size: calc(100vw * (16 / 375));
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: calc(100vw * (0.48 / 375));
  }
  .detail_txt {
    color: #333;
    font-size: calc(100vw * (16 / 375));
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: calc(100vw * (0.48 / 375));
  }
  .aco_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .aco_label {
    flex: 1 0 0;
    color: #121C16;
    text-align: left;
    font-size: calc(100vw * (14 / 375));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    align-self: stretch;
    position: relative;
  }
  .aco_label::after {
    position: absolute;
    content: '';
    background-image: url(/camp/healthcare_portal/img/icon_plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(100vw * (24 / 375));
    height: calc(100vw * (24 / 375));
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .aco_label.open::after {
    background-image: url(/camp/healthcare_portal/img/icon_minus.svg);
  }
  .aco_content {
    padding-top: calc(100vw * (10 / 375));
    display: none;
    width: 100%;
  }
  .aco_content .textlink {
    text-decoration-line: none;
    font-weight: 700;
    margin-top: calc(100vw * (8 / 375));
    display: inline-block;
  }
  .aco_content .note {
    padding-left: calc(100vw*(23 / 375));
    padding-top: calc(100vw*(10 / 375));
  }
  .fw_bold {
    font-weight: 700;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  a:visited {
    opacity: 0;
  }
  .gray_bg {
    background: #f5f5f5;
  }
  .textlink{
    color: #333;
    font-size: calc(100vw * (12 / 375));
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    position: relative;
  }
  .textlink::after{
    content: '';
    background-image: url(/camp/healthcare_portal/img/icon_link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(100vw * (12 / 375));
    height: calc(100vw * (13 / 375));
    right: calc(100vw * (-16 / 375));
    display: inline-block;
    padding-left: calc(100vw * (10 / 375));
    margin-left: calc(100vw * (2 / 375));
    margin-right: calc(100vw * (2 / 375));
    vertical-align: calc(100vw * (-2 / 375));
  }
  .textlink:visited {
    opacity: 0;
  }
  .mark {
    display: inline-block;
    vertical-align: super;
    line-height: 1;
  }
  .mark::before {
    content: "※";
    margin: 0 calc(100vw * (2 / 375));
    font-size:  calc(100vw * (12 / 375));
    font-weight: normal;
  }
  .textlink--red {
    color: #EB4D4D !important;
  }
  @media screen and (min-width: 768px) {
  a:hover {
    opacity: .5;
  }
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .aco_label:hover {
    cursor: pointer;
  }
  h2 {
    font-size: 32px;
    letter-spacing: 0.72px;
    padding-bottom: 32px;
  }
  .aco{
    width: 736px;
    margin: 0 auto;
  }
  .aco_label {
    font-size: 16px;
  }
  .aco_label::before,.aco_label::after {
    right: 0;
  }
  .aco_label::after {
    position: absolute;
    content: '';
    background-image: url(/camp/healthcare_portal/img/icon_plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  h3 {
    font-size: 24px;
    padding-top: 56px;
    letter-spacing: 0.6px;
  }
  .h3_deco {
    font-size: 32px;
    letter-spacing: 0.6px;
  }
  .h3-font-big {
    font-size: 40px;
  }
  .detail_txt {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
  .detail_ttl {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
  .note li {
    font-size: 12px;
    padding: 0 0 8px 16px;
  }

  .note li::before {
    width: 12px;
  }
  .textlink{
    font-size: 12px;
  }
  .textlink::after{
    width: 12px;
    height: 13px;
    padding-left: 10px;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: -2px;
  }
  .mark::before {
    margin: 2px;
    font-size: 15px;
  }
  .aco_content .note {
    padding-left: 23px;
    padding-top: 10px;
  }
  }

  /* header */
  header {
      padding: calc(100vw * (16 / 375));
  }
  header img {
    width: calc(100vw * (165 / 375));
  }
  @media screen and (min-width: 768px) {
    header {
      padding: 23px 0;
      width: 100%;
      max-width: 1120px;
      margin: 0 auto;
      padding-left: 20px;
    }
    header img {
      width: 240px;
    }
  }

  /* kv */
  .kv_h1 img {
    width: 100%;
  }
  .kv_bg {
    position: relative;
  }

  .anc_healthcare {
    border-radius: calc(100vw * (32 / 375));
    background:#FA5E1A;
    box-shadow: 2px 2px 8px 0 rgba(51, 51, 51, 0.35);
    width: 100%;
    max-width:  calc(100vw * (343 / 375));
    justify-content: center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: calc(100vw * (16 / 375));
    margin-left: auto;
  }
  .anc_healthcare-wrap {
    display: flex;
    align-items: center;
    gap: calc(100vw * (4 / 375));
    padding-top: calc(100vw * (10 / 375));
    padding-right: calc(100vw * (18 / 375));
    padding-bottom: calc(100vw * (10 / 375));
    padding-left: calc(100vw * (18 / 375));
    justify-content: flex-start;
    position: relative;
  }
  .anc_healthcare-wrap::after {
    position: absolute;
    content: '';
    background-image: url(/camp/healthcare_portal/img/icon_anchor.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(100vw * (20 / 375));
    height: calc(100vw * (20 / 375));
    right: calc(100vw * (18 / 375));
    top: 50%;
    transform: translateY(-50%);
  }
  .anc_healthcare img {
    width: calc(100vw * (99 / 375));
  }
  .anc_healthcare-txt {
    color: #FFF;
    font-size: calc(100vw * (16 / 375));
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: calc(100vw * (0.48 / 375));
  }
  .anc_wrap {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    display: flex;
    justify-content: center;
    gap: calc(100vw * (39 / 375));
    align-items: center;
  }
  .anc_wrap.show {
    opacity: 1;
    bottom: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    justify-content: center;
  }
  .anc_healthcare.show {
    opacity: 1;
    pointer-events: initial;
    height: 100%;
  }
  .kv_benefits-content-last {
    padding-top: calc(100vw * (4 / 375));
    padding-right: calc(100vw * (2 / 375));
    padding-bottom: calc(100vw * (4 / 375));
    padding-left: calc(100vw * (8 / 375));
  }
  .kv_content-img {
    padding-bottom: calc(100vw * (24 / 375));
  }
  .kv_benefits-wrap .kv_benefits-txt-wrap {
    width: 100%;
    max-width: calc(100vw * (127 / 375));
  }
  @media screen and (min-width: 768px) {
    .kv_h1 img {
      width: 100%;
      padding: 0;
    }
    .kv_content {
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-start;
      justify-content: center;
      padding-top: 68px;
    }
    .anc_healthcare {
      max-width: 420px;
      margin-bottom: 16px;
    }
    .anc_healthcare-txt {
      font-size: 16px;
      letter-spacing: 0.48px;
    }
    .anc_healthcare-wrap {
      left: 0;
      gap: 8px;
      padding: 11px 0;
      justify-content: center;
    }
    .anc_healthcare-wrap::after {
      position: absolute;
      content: '';
      background-image: url(/camp/healthcare_portal/img/icon_anchor.svg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
    }
    .kv_content-img {
      padding-bottom: 0;
    }
    .kv_benefits-wrap .kv_benefits-txt-wrap {
      max-width: 100%;
    }
    .kv_benefits-content-last {
      gap: 0;
      display: flex;
      padding-top: calc(100vw * (8 / 375));
      padding-right: calc(100vw * (2 / 168));
      padding-bottom: calc(100vw * (8 / 375));
      padding-left: calc(100vw * (2 / 168));
    }
    .benefits_pl {
      padding-left: 0;
    }
    .anc_healthcare img {
      width: 76px;
    }
    .anc_healthcare-wrap:hover {
      opacity: .5;
    }
  }
  @media (max-width: 1090px) and (min-width: 768px) {
    .kv_ttl {
      font-size: 44px;
    }
    .kv_txt {
      font-size: 28px;
    }
    .kv_txt-deco {
      font-size: 24px;
    }
    .kv_content-txt img {
      width: 303px;
    }
    .kv_content-txt {
      padding-right: calc(100vw * (50 / 1090));
    }
    .kv_benefits-txt {
      font-size: calc(100vw * (20 / 1090));
    }
    .benefits_fs {
      font-size: calc(100vw * (64 / 1090));
    }
    .benefits_deco {
      font-size: calc(100vw * (32 / 1090));
    } 
  }


  /* スクロールアニメーション */
  .js-scrollAnimation {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  .js-scrollAnimation.-show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  /* about */
  .about {
    background-color: #F5F5F5;
  }
  .about_top {
    position: relative;
  }
  .about_top-img img {
    width: 100%;
  }
  .about_bottom-img img {
    width: 100%;
  }
  .about_top-txt {
    color: #FFF;
    position: absolute;
    top: calc(100vw * (11 / 375));
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: calc(100vw * (24 / 375));
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.72px;
  }
  .about_h2 {
    display: flex;
    align-items: center;
    text-align: center;
    padding: calc(100vw * (32 / 375)) 0;
    justify-content: center;
  }
  .about_h2 img {
    width: calc(100vw * (218 / 375));
  }
  .about_h2-txt {
    color: #333;
    font-size: calc(100vw * (24 / 375));
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.72px;
  }
  .about .detail_txt {
    padding-top: 0;
    padding-right: calc(100vw * (16 / 375));
    padding-bottom: 0;
    padding-left: calc(100vw * (16 / 375));
  }
  .about .note {
    padding-top: calc(100vw * (8 / 375));
    padding-right: calc(100vw * (16 / 375));
    padding-bottom: 0;
    padding-left: calc(100vw * (16 / 375));
  }
  .about_img {
    max-width: calc(100vw * (323 / 375));
    width: 100%;
    padding-top: calc(100vw * (16 / 375));
  }
  .about_img-txt {
    justify-content: center;
    display: flex;
  }
  .about_h3 {
    padding-top: calc(100vw * (32 / 375));
  }
  @media screen and (min-width: 768px) {
    .about_h2 {
      padding: 0 0 51px 0;
    }
    .about_img {
      max-width: 498px;
      padding-top: 40px;
    }
    .about_h2-txt {
      font-size: 24px;
    }
    .about .detail_txt {
      text-align: center;
    }
    .about .h3_deco {
      font-size: 24px;
    }
    .about_h2 img {
      width: 218px;
    }
    .about_top-img img {
      width: 100%;
    }
    .about_bottom {
      position: relative;
    }
    .about_bottom-img img {
      width: 100%;
    }
    .about_top-txt {
      top: 5px;
      font-size: calc(100vw * (24 / 1400));
    }
    .about .note {
      text-align: center;
      padding: 0;
    }
    .about_h3 {
      padding-top: 38px;
    }
  }

  /* use */
  .use {
    background: #ffffff;
  }
  .use_top {
    text-align: center;
    padding-top: calc(100vw * (7 / 375));
    padding-bottom: calc(100vw * (40 / 375));
    justify-content: center;
  }
  .use_h2 img {
    width: calc(100vw * (218 / 375)) !important;
    height: calc(100vw * (20 / 375));
  }
  .use_h2 {
    padding-top: calc(100vw * (8 / 375));
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .use_h2-inner {
    display: flex;
    align-items: baseline;
  }
  .use img {
    width: 100%;
  }
  .use-txt {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.72px;
  }
  .about_bottom-deco img {
    width: 100%;
  }
  .about_bottom-deco {
    width: 100%;
    position: absolute;
    bottom: -1px;
  }
  .about_bottom {
    position: relative;
  }
  .use h3 {
    padding-top: 0;
    text-align: center;
    letter-spacing: 0.6px;
  }
  .use_h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(100vw * (16 / 375));
    padding-bottom: calc(100vw * (24 / 375));
  }
  .use_h3 img {
    padding-top: calc(100vw * (4 / 375));
    width: calc(100vw * (42 / 375));
  }
  .use_h3-txt.use_h3-txt--min {
    font-size: calc(100vw * (16 / 375));
  }
  .use_wrap {
    border-radius: calc(100vw * (8 / 375));
    background: #FFF;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: calc(100vw * (24 / 375));
  }
  .use_wrap-img {
    width: calc(100vw * (343 / 375));
  }
  .use_content {
    padding-top: calc(100vw * (40 / 375));
    padding-right: calc(100vw * (16 / 375));
    padding-bottom: 0;
    padding-left: calc(100vw * (16 / 375));
  }
  .use_top + .use_content {
    padding-top: 0;
  }
  .use_caption-txt {
    color: #333;
    text-align: center;
    font-size: calc(100vw * (20 / 375));
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: calc(100vw * (0.6 / 375));
  }
  .use_caption {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(100vw * (40 / 375));
  }
  .use_caption-txt {
    position: absolute;
  }
  .use_caption-img {
    width: calc(100vw * (158 / 375)) !important;
  }
  .use_flow {
    margin-top: calc(100vw * (24 / 375));
  }
  .use_flow-list {
    color: #333;
    font-size: calc(100vw * (16 / 375));
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.48px;
    display: flex;
    gap: calc(100vw * (8 / 375));
  }
  .use_flow-list:not(:last-child) {
    padding-bottom: calc(100vw * (8 / 375));
  }
  .use_flow-list::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .use_flow-list:first-child:before {
    background-image: url('../img/use_flow1.svg');
  }
  .use_flow-list:nth-child(2)::before {
    background-image: url('../img/use_flow2.svg');
  }
  .use_deco-plus {
    width:  calc(100vw * (40 / 375));
    margin: 0 auto;
    margin-top: calc(100vw * (24 / 375));
  }
  .link {
    font-size: calc(100vw * (16 / 375));
    line-height: 150%;
    letter-spacing: 0.96px;
    text-decoration: underline;
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: calc(100vw * (8 / 375));
  }
  .link::after {
    content: "";
    display: inline-block;
    background-image: url(../img/link-icon.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
  }
  .flow_deco-top {
    margin-top: calc(100vw * (8 / 375));
  }
  .flow_deco-top img {
    width: 100%;
  }
  .use_link {
    color: #045244;
    margin-top: calc(100vw * (24 / 375));
  }
  .use_link::after {
    transform: rotate(90deg);
  }
  .use_cv-ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid;
    border-image: linear-gradient(90deg, #E7F0D5 0%, #CFE8DD 33%, #CFDCE2 66%, #E5D9E1 100%) 1;
    padding-bottom: calc(100vw * (10 / 375));
    width: 100%;
  }
  .use_cv-ttl .cv_ttl-fs {
    line-height: 77%;
  }
  .use_cv-ttl .cv_ttl {
    display: flex;
    align-items: flex-end;
    line-height: 120%;
    margin-top: calc(100vw * (12 / 375));
  }
  .cv_ttl-min {
    font-size: calc(100vw * (20 / 375));
    line-height: 120%;
  }
  @media screen and (min-width: 768px) {
    .use_h2 {
      flex-direction: row;
      padding-top: 8px;
    }
    .use_h2 img {
      width: 392px !important;
      height: 36px;
    }
    .use_h3-txt.use_h3-txt--min {
      font-size: 20px;
    }
    .use_top {
      padding-bottom: 56px;
    }
    .use_h2-inner {
      align-items: center;
      gap: 5px;
    }
    .use_content {
      max-width: 1000px;
      margin: 0 auto;
      padding: 56px 60px 0
    }
    .use_deco-plus + .use_content {
      padding-top: 24px;
    }
    .use_content:last-of-type {
      padding-bottom: 0;
    }
    .about_bottom-deco {
      width: 100%;
      margin-top: 0;
      position: absolute;
      bottom: -1px;
    }
    .use_cv-bottom {
      margin-top: 24px;
      line-height: 1.2;
    }
    .use_wrap {
      flex-direction: row;
      gap: 48px;
      margin-top: 24px;
      padding: 13px 0;
      border-radius: 8px;
    }
    .use_wrap {
      width: 480px !important;
      margin: 0 auto;
    }
    .use_wrap-img {
      width: 100%;
    }
    .use_top .detail_txt {
      font-size: 20px;
    }
    .use_link {
      margin-top: 8px;
    }
    .use_h3 {
      flex-direction: column;
      padding-bottom: 24px;
      gap: 8px;
    }
    .use_h3 img {
      padding-top: 0;
      width: 59px;
    }
    .use_h3 h3 {
      font-size: 32px;
    }
    .use_caption-txt {
      font-size: 24px;
      letter-spacing: 0.6px;
    }
    .use_caption {
      margin-top: 56px;
    }
    .use h2 {
      padding-bottom: 0;
    }
    .use_caption-img {
      width: 158px !important;
    }
    .use_flow {
      margin-top: 24px;
    }
    .use_flow-list {
      gap: 8px;
      font-size: 16px;
    }
    .use_flow-list:not(:last-child) {
      padding-bottom: 8px;
    }
    .use_deco-plus {
      width: 40px;
      margin-top: 40px
    }
    .link {
      gap: 8px;
      font-size: 18px;
    }
    .flow_deco-top {
      width: 100%;
      margin-top: 0;
    }
    .use_cv-ttl {
      width: 100%;
      margin: 0 auto;
      gap: 24px;
      flex-direction: row;
      padding-bottom: 24px;
      justify-content: center;
    }
    .cv_ttl-min {
      font-size: 20px;
    }
    .use_cv-ttl .cv_ttl {
      margin-top: 12px;
    }
  }

  /* flow */
  .flow {
    background: #E5EDEA;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .flow h2 {
    padding-top: calc(100vw * (42 / 375));
  }
  .flow .detail_txt {
    padding-top: 0;
    padding-right: calc(100vw * (16 / 375));
    padding-bottom: 0;
    padding-left: calc(100vw * (16 / 375));
  }
  .flow_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(100vw * (16 / 375));
    padding-left: calc(100vw * (10 / 375));
    padding-right: calc(100vw * (10 / 375));
    padding-bottom: calc(100vw * (18 / 375));
    padding-top: calc(100vw * (31 / 375));
    width: 100%;
    border-radius: calc(100vw * (8 / 375));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.80) 0%, #FFF 100%);
    max-width: calc(100vw * (320 / 375));
    margin: 0 auto;
    position: relative;
  }
  .flow_content::before {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw * (32 / 375));
    height: calc(100vw * (32 / 375));
    background-color: #2c4f44;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(100vw * (20 / 375));
  }
  .flow_content:first-child:before {
    content: "1";
  }
  .flow_content:nth-child(2):before {
    content: "2";
  }
  .flow_content:nth-child(3):before {
    content: "3";
  }
  .flow_content img {
    height:  calc(100vw * (32 / 375));
  }
  .flow_content .detail_txt {
    padding: 0;
    width: 100%;
    max-width: calc(100vw * (242 / 375));
    text-align: center;
    font-size: calc(100vw * (14 / 375));
  }
  .flow_wrap {
    display: flex;
    flex-direction: row;
    gap: calc(100vw*(8 / 375));
    margin-top: calc(100vw * (49 / 375));
    margin-right: calc(100vw * (16 / 375));
    margin-bottom: calc(100vw * (32 / 375));
    margin-left: calc(100vw * (16 / 375));
  }
  .flow_cv-wrap {
    align-items: center;
    padding-top: calc(100vw * (16 / 375));
    padding-right: calc(100vw * (16 / 375));
    padding-bottom: calc(100vw * (24 / 375));
    padding-left: calc(100vw * (16 / 375));
    background: #fff;
    margin-top: 0;
    margin-right: calc(100vw * (16 / 375));
    margin-bottom: calc(100vw * (24 / 375));
    margin-left: calc(100vw * (16 / 375));

    border-top: 4px solid;
    border-bottom: 4px solid;
    border-left: 0;
    border-right: 0;
    border-image-source: linear-gradient(90deg, #E7F0D5 0%, #CFE8DD 33%, #CFDCE2 66%, #E5D9E1 100%);
    border-image-slice: 1;
  }
  .cv_subttl-01 {
    border-radius: calc(100vw * (16 / 375));
    background: #004831;
    color: #FFF;
    text-align: center;
    font-size: calc(100vw * (14 / 375));
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: calc(100vw * (0.42 / 375));
    padding: 0 calc(100vw * (22 / 375));
  }
  .cv_subttl-02 {
    color: #004831;
    text-align: center;
    font-size: calc(100vw * (14 / 375));
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: calc(100vw * (0.42 / 375));
  }
  .cv_ttl {
    color: #004831;
    text-align: center;
    font-size: calc(100vw * (24 / 375));
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: calc(100vw * (0.72 / 375));
  }
  .cv_ttl-fs {
    color: #004831;
    text-align: center;
    font-family: Roboto;
    font-size: calc(100vw * (56 / 375));
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: calc(100vw * (1.68 / 375));
  }
  .flow_detail {
    display: flex;
    justify-content: right;
    max-width: 880px;
    margin: 0 auto;
    align-items: center;
    padding-top: calc(100vw * (8 / 375));
    gap: calc(100vw * (8 / 375));
    padding-bottom: calc(100vw * (20 / 375));    
    border-top: 1px solid #DDD;
    margin-top: calc(100vw * (9 / 375));
  }
  .flow_detail_txt {
    color: #004831;
    font-size: calc(100vw * (14 / 375));
    line-height: 160%;
    letter-spacing: 0.42px;
  }
  .flow_detail img {
    width: 16px;
    height: 16px;
  }
  .flow_cv-ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cv_subttl-wrap {
    display: flex;
    gap: calc(100vw * (7 / 375));
    justify-content: center;
  }
  .flow_cv-wrap .detail_txt {
    font-size: calc(100vw * (12 / 375));
    padding: 0;
  }
  .flow_cv {
    padding-bottom: calc(100vw*(24 / 375));
  }
  .flow_cv-wrap .note li {
    color: #707070;
    padding-bottom: 0;
  }
  .cv_healthcare {
    border-radius: calc(100vw * (32 / 375));
    background:#FA5E1A;
    box-shadow: 2px 2px 8px 0 rgba(51, 51, 51, 0.35);
    width: 100%;
    max-width: calc(100vw * (343 / 375));
    justify-content: center;
    margin: 0 auto;
  }
  .cv_healthcare-wrap {
    display: flex;
    align-items: center;
    gap: calc(100vw * (8 / 375));
    padding-top: calc(100vw * (11 / 375));
    padding-right: 0;
    padding-bottom: calc(100vw * (11 / 375));
    padding-left: 0;
    justify-content: center;
    position: relative;
    margin-top: calc(100vw * (24 / 375));
    left: -3%;
  }
  .cv_healthcare-wrap::after {
    position: absolute;
    content: '';
    background-image: url(/camp/healthcare_portal/img/icon_cvbtn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(100vw * (24 / 375));
    height: calc(100vw * (24 / 375));
    right: calc(100vw * (5 / 375));
    top: 50%;
    transform: translateY(-50%);
  }
  .cv_healthcare img {
    width: calc(100vw * (76 / 375));
  }
  .cv_healthcare-txt {
    color: #FFF;
    font-size: calc(100vw * (16 / 375));
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: calc(100vw * (0.48 / 375));
  }
  .flow_deco-bottom {
    background: #f5f5f5;
  }
  .flow_deco-bottom::before {
    content: "";
    background: url(/camp/healthcare_portal/img/deco_flow-bottom-sp.png), no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: calc(100vw * (54 / 375));
    display: block;
  }
  @media screen and (min-width: 768px) {
    .flow h2 + .detail_txt {
      text-align: center;
    }
    .flow h2 {
      padding-top: 80px;
    }
    .flow_wrap {
      flex-direction: row;
      justify-content: center;
      padding: 0 40px;
      gap: 16px;
      margin: 32px 0;
    }
    .flow_content {
      display: flex;
      flex-direction: row;
      gap: 3px;
      padding: 16px 24px;
      border-radius: 8px;
      position: static;
      flex-shrink: 1;
    }
    .flow_content,
    .flow_content:last-of-type {
      margin: 0;
      width: 100%;
      max-width: 344px;
    }
    .flow_content::before {
      position: inherit;
      width: 32px;
      height: 32px;
      font-size: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      flex-shrink: 0;
      line-height: 1;
      padding-bottom: 2px;
      margin-left: 20px;
    }
    .flow_cv-wrap {
      width: 100%;
      max-width: 1080px;
      margin: 0 auto;
      padding: 32px 30px;
      border-radius: 8px;
    }
    .flow_cv-wrap .detail_txt,
    .flow_cv-wrap .note li {
      width: 100%;
      max-width: 880px;
      margin: 0 auto;
      font-size: 12px;
    }
    .cv_subttl-wrap {
      flex-direction: column;
      gap: 8px;
    }
    .flow_cv-ttl {
      max-width: 880px;
      margin: 0 auto;
      gap: 24px;
      flex-direction: row;
    }
    .flow_detail {
      padding-top: 16px;
      padding-bottom: 32px;
      justify-content: center;
      gap: 8px;
      margin-top: 16px; 
      cursor: pointer;
    }
    .flow_detail_txt {
      color: #004831;
      font-size: 14px;
    }
    .flow_cv {
      padding: 0 40px;
    }
    .flow_deco-bottom::before {
      content: "";
      background: url(/camp/healthcare_portal/img/deco_flow-bottom-pc.png), no-repeat;
      background-size: cover;
      background-position: bottom center;
      width: 100%;
      height: 122px;
      display: block;
    }
    .flow .cv_healthcare-wrap {
      margin-top: 32px;
      padding: 16px 0;
      left: 0;
    }
    .cv_healthcare-wrap {
      padding: 11px 0;
    }
    .flow .cv_healthcare {
      max-width: 420px;
    }
    .flow_content .detail_txt {
      font-size: 16px;
      text-align: left;
      padding-left: 9px;
    }
    .cv_healthcare {
      border-radius: 32px;
    }
    .flow .cv_subttl-02,
    .flow .cv_subttl-01 {
      font-size: 20px;
    }
    .flow .cv_ttl-fs {
      font-size: 80px;
    }
    .flow .cv_ttl {
      font-size: 32px;
    }
    .flow .cv_healthcare-txt {
      font-size: 20px;
      letter-spacing: 0.48px;
    }
    .cv_subttl-02,
    .cv_subttl-01 {
      font-size: 14px;
    }
    .cv_subttl-01 {
      border-radius: 16px;
      letter-spacing: 0.42px;
      padding: 0 31px;
    }
    .cv_subttl-02 {
      letter-spacing: 0.42px;
    }
    .cv_ttl {
      font-size: 24px;
      letter-spacing: 0.72px;
    }
    .cv_ttl-fs {
      font-size: 56px;
      letter-spacing: 1.68px;
    }
    .flow_content img {
      height: 40px;
      width: 40px;
      flex-shrink: 1;
    }
    .flow_content img:nth-child(3) {
      width: 25px;
    }
    .cv_healthcare-wrap::after {
      position: absolute;
      content: '';
      background-image: url(/camp/healthcare_portal/img/icon_cvbtn.svg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
    }
    .cv_healthcare-wrap:hover {
      opacity: .5;
    }
  }

  /* campaign */
  .campaign {
    padding-top: 0;
    padding-right: calc(100vw * (16 / 375));
    padding-bottom: calc(100vw * (56 / 375));
    padding-left: calc(100vw * (16 / 375));
  }
  .campaign h2 {
    padding-top: calc(100vw * (56 / 375));
  }
  .campaign_wrap {
    border-radius: calc(100vw * (8 / 375));
    background: #FFF;
  }
  .campaign_content {
    display: flex;
    padding: calc(100vw * (16 / 375));
    flex-direction: column;
    gap: calc(100vw * (16 / 375));
  }
  .campaign_img {
    width: 100%;
  }
  .campaign_ttl {
    color: var(--Text-Primary, #333);
    font-size: calc(100vw * (20 / 375));
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: calc(100vw * (0.6 / 375));
  }
  .campaign_period-ttl {
    color: #333;
    font-size: calc(100vw * (14 / 375));
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: calc(100vw * (0.42 / 375));
  }
  .campaign_period-txt {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: calc(100vw * (14 / 375));
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: calc(100vw * (0.42 / 375));
  }
  .campaign .aco_wrap {
    border-top: 1px solid #DDD;
    padding: calc(100vw * (16 / 375));
  }
  .campaign_content-txt {
    display: flex;
    flex-direction: column;
    gap: calc(100vw * (16 / 375));
  }
  @media screen and (min-width: 768px) {
    .campaign {
      padding: 0 16px 56px 16px;
    }
    .campaign_content {
      display: flex;
      align-items: flex-start;
      gap: 24px;
      flex-direction: row;
      padding: 24px;
    }
    .campaign .aco_wrap {
      padding: 16px 0;
    }
    .campaign_wrap {
      border-radius: 8px;
    }
    .campaign_wrap .aco_label {
      padding: 0;
    }
    .campaign_wrap .aco_content {
      margin-top: 0;
    }
    .aco_content {
      padding-top: 15px;
    }
    .aco_content .textlink {
      margin-top: 8px;
    }
    .campaign h2 {
      padding-top: 91px;
    }
    .campaign_img {
      max-width: 408px;
    }
    .campaign_content-img {
      width: 100%;
      max-width: 408px;
    }
    .campaign_aco-wrap {
      padding: 0 24px 8px;
    }
    .campaign_ttl {
      font-size: 20px;
      letter-spacing: 0.6px;
    }
    .campaign_period-ttl,
    .campaign_period-txt {
      font-size: 14px;
      letter-spacing: 0.42px;
    }
    .campaign_content-txt {
      gap: 16px;
    }
  }

  /* faq */
  .faq {
    padding-top: calc(100vw * (56 / 375));
    padding-right: calc(100vw * (16 / 375));
    padding-bottom: calc(100vw * (56 / 375));
    padding-left: calc(100vw * (16 / 375));
  }
  .faq .detail_ttl {
    position: relative;
    padding-top: 0;
    padding-right: calc(100vw * (33 / 375));
    padding-bottom: 0;
    padding-left: calc(100vw * (23 / 375));
  }
  .faq .detail_ttl::before {
    position: absolute;
    content: "";
    background-image: url(/camp/healthcare_portal/img/icon_question.svg);
    width: calc(100vw * (17 / 375));
    height: calc(100vw * (20 / 375));
    top: calc(100vw * (15 / 375));
    transform: translateY(-50%);
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .faq .detail_txt {
    position: relative;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: calc(100vw * (23 / 375));
  }
  .faq .detail_txt::before {
    position: absolute;
    content: "";
    background-image: url(/camp/healthcare_portal/img/icon_answer.svg);
    width: calc(100vw * (17 / 375));
    height: calc(100vw * (36 / 375));
    top: calc(100vw * (23 / 375));
    transform: translateY(-50%);
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .faq .detail_txt .textlink {
    font-size: 1em;
    color: #004831;
  }
  .faq .detail_txt .textlink:after {
    width: calc(100vw * (15 / 375));
    height: calc(100vw * (16 / 375));
    filter: brightness(0) saturate(100%) invert(21%) sepia(20%) saturate(2287%) hue-rotate(117deg) brightness(94%) contrast(103%);
    background-image: url(/camp/healthcare_portal/img/icon_link-green.svg);
    background-position: center;
  }
  .faq_aco-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(100vw * (16 / 375));
  }
  .faq .aco_wrap {
    display: flex;
    padding-top: calc(100vw * (20 / 375));
    padding-right: calc(100vw * (16 / 375));
    padding-bottom: calc(100vw * (20 / 375));
    padding-left: calc(100vw * (16 / 375));
    flex-direction: column;
    align-items: flex-start;
    border-radius: calc(100vw * (8 / 375));
    background: var(--surface-Default, #FFF);
    box-shadow: 2px 2px 4px 0 rgba(51, 51, 51, 0.10);
    width: 100%;
  }
  .faq .aco_label {
    flex: 1 0 0;
    color: #121C16;
    text-align: left;
    font-size: calc(100vw * (14 / 375));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    align-self: stretch;
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .faq {
      padding: 0 40px 56px 40px;
    }
    .faq .aco_wrap {
      padding: 26px;
      border-radius: 8px;
    }
    .faq .detail_ttl::before {
      height: 24px;
      top: 15px;
    }
    .faq .detail_ttl,
    .faq .detail_txt {
      padding: 0 25px;
    }
    .faq .detail_txt::before {
      position: absolute;
      content: "";
      background-image: url(/camp/healthcare_portal/img/icon_answer.svg);
      width: 17px;
      height: 100%;
      transform: translateY(0%);
      top: 3px;
      left: 0;
      background-size: contain;
      background-repeat: no-repeat;
    }
    .faq .detail_txt .textlink:after {
      width: 15px;
      height: 16px;
    }
  }

  /* cautions */
  .cautions {
    padding-top: 0;
    padding-right: calc(100vw * (16 / 375));
    padding-bottom: calc(100vw * (80 / 375));
    padding-left: calc(100vw * (16 / 375));
  }
  .cautions_txt {
    color: #707070;
    font-size: calc(100vw * (12 / 375));
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.36px;
    padding-bottom: calc(100vw * (8 / 375));
  }
  @media screen and (min-width: 768px) {
    .cautions_txt {
      font-size: 12px;
      padding-bottom: 8px;
    }
  }

  /* footer */
  footer {
      font-weight: normal;
      color: #FFF;
      font-size: calc(100vw * (12 / 375));
      text-align: center;
      background: #333;
      padding-top: calc(100vw * (24 / 375));
      padding-right: 0;
      padding-bottom: calc(100vw * (80 / 375));
      padding-left: 0;
  }
  footer p {
    font-family: Roboto !important;
  }

@media screen and (min-width: 768px) {
  .campaign_wrap,
  .faq_aco-wrap,
  .cautions .note,
  .cautions_txt {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .faq_aco-wrap {
    gap: 16px;
  }
  footer {
    padding: 36px 0 118px 0;
    font-size: 16px;
  }
  .cautions {
    padding-bottom: 92px;
  }
}

/* スワイパー */
.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}
.l-section {
  overflow: hidden;
  margin-bottom: calc(100vw * (40 / 375));
}
.l-section .l-inner {
  padding-top: calc(100vw * (24 / 375));
  padding-right: calc(100vw * (44 / 375));
  padding-bottom: calc(100vw * (24 / 375));
  padding-left: calc(100vw * (44 / 375));
}
.slide-media {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.slide-media img {
  width: calc(100vw * (263 / 375));
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.swiper {
  overflow: visible;
}
.swiper-button-prev {
  right: calc(100% - 1.6rem);
}
.slide {
  display: flex;
  flex-direction: column;
  gap: calc(100vw * (16 / 375));
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
  border-radius: calc(100vw * (4 / 375));
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
.slide_wrap {
  display: flex;
  padding-top: calc(100vw * (24 / 375));
  padding-right: calc(100vw * (16 / 375));
  padding-bottom: calc(100vw * (24 / 375));
  padding-left: calc(100vw * (16 / 375));
  flex-direction: column;
  align-items: center;
  gap: calc(100vw * (10 / 375));
  border-radius: calc(100vw * (8 / 375));
  background: var(--surface-Default, #FFF);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
  margin-bottom: calc(100vw * (16 / 375));
}
.swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
.slide_ttl {
  color: var(--Text-Primary, #333);
  text-align: center;
  font-size: calc(100vw * (20 / 375));
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: calc(100vw * (0.6 / 375));
}
.l-section .detail_txt {
  text-align: left;
  padding: 0;
}
.swiper-pagination-bullet {
  background: #333333;
}
.swiper-pagination-bullet-active {
  background: #333333;
}
.slide img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (min-width: 768px) {
  .swiper-wrapper {
    justify-content: center;
    margin-right: -32px !important;
  }
  .l-section .l-inner .swiper {
    padding-left: 32px;
  }
  .swiper-slide.slide_wrap {
    height: auto;
    display: flex;
  }
  .l-section .l-inner {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .slide_wrap {
    width: 100% !important;
    max-width: 344px !important;
    justify-content: center;
    padding: 24px 16px;
    gap: 10px;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .slide-media img {
    width: 312px;
  }
  .l-section {
    padding-bottom: 40px;
    margin-bottom: 0;
    padding: 0 32px 40px 32px;
  }
  .slide_ttl {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
  .slide {
    gap: 16px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1170px) and (min-width: 768px) {
  .swiper-wrapper {
    justify-content: left;
  }
  .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
  }
  .l-section {
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .l-section .l-inner {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .slide-media {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .slide-media img {
    width: 312px;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }
  .swiper {
    overflow: visible;
  }
  .swiper-button-prev {
    right: calc(100% - 1.6rem);
  }
  .slide {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    -webkit-transition: var(--transition), opacity 1s;
    transition: var(--transition), opacity 1s;
    border-radius: 4px;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .slide_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--surface-Default, #FFF);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 40px;
    padding: 24px 16px;
    width: 100% !important;
    max-width: 100% !important;
  }
  .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3;
  }
  .slide_ttl {
    color: var(--Text-Primary, #333);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.6px;
  }
  .l-section .detail_txt {
    text-align: left;
    padding: 0;
    flex-grow: 1;
  }
  .swiper-pagination-bullet {
    background: #DDDDDD;
  }
  .swiper-pagination-bullet-active {
    background: #333333;
  }
  .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
}

.modal_content {
  position: fixed;
  z-index: 13;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 91.5%;
  padding: 0;
  background-color: #FFF;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.10);
  opacity: 0;
  pointer-events: none;
  transition: .4s;
  max-height: 80%;
  visibility: hidden;
  transition: .4s;
  overflow: visible;
}
.modal_wrap {
  padding: calc(100vw*(24 / 375));
  overflow-y: auto;
}
.modal_bg.active, .modal_content.active{
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
.modal_content .modal_close {
  position: absolute;
  top: calc(100vw*(-34 / 375));
  right: calc(100vw*(13 / 375));
}
.modal_content .modal_close img {
  width: calc(100vw*(24 / 375));
  height: calc(100vw*(24 / 375));
}
.modal_bg {
  background: rgba(0, 0, 0, 0.50);
  position: fixed;
  z-index: 12;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: .4s;
}
.modal-ttl {
  margin-bottom: calc(100vw*(32 / 375));
  text-align: center;
  color: #333;
  font-size: calc(100vw*(24 / 375));
  line-height: 150%;
  letter-spacing: 0.72px;
}
.modal-ttl:not(:first-child) {
  margin-top: calc(100vw*(32 / 375));
}
.modal-txt {
  color: #333;
  font-size: calc(100vw*(16 / 375));
  line-height: 150%;
  letter-spacing: 0.35px;
}
.modal_wrap .note {
  margin-top: calc(100vw*(8 / 375));
}
.modal_txt {
  font-size: calc(100vw*(20 / 375));
  color: #004831;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.35px;
  margin-top: calc(100vw*(24 / 375));
  margin-bottom: calc(100vw*(8 / 375));
}
.condition_list {
  display: flex;
  flex-direction: column;
  gap: calc(100vw*(15 / 375));
}
.condition_item {
  display: flex;
  align-items: flex-start;
  gap: calc(100vw*(15 / 375));
}
.condition_label {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.label_text {
  font-size: calc(100vw*(14 / 375));
  font-weight: bold;
  color: #333;
  margin-bottom: calc(100vw*(4 / 375));
}
.label_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100vw*(28 / 375));
  height: calc(100vw*(28 / 375));
  background-color: #ccc;
  color: #333;
  border-radius: 50%;
  font-size: calc(100vw*(16 / 375));
  font-weight: bold;
}
.condition_content {
  font-size:  calc(100vw*(16 / 375));
  line-height: 1.6;
  color: #333;
  padding-top: calc(100vw*(2 / 375));
}
.modal_cnt:not(:first-child) {
  margin-top: calc(100vw*(32 / 375));
}
.condition_list {
  margin-top: calc(100vw*(16 / 375));
}
@media (min-width: 768px) {
  .modal-txt {
    font-size: 16px;
  }
  .modal-ttl:not(:first-child) {
    margin-top: 32px;
  }
  .modal-ttl {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .modal_content .modal_close {
    position: absolute;
    top: -34px;
    right: 13px;
  }
  .modal_content .modal_close img {
    width: 24px;
    height: 24px;
  }
  .modal_wrap {
    padding: 32px;
  }
  .modal_wrap .note {
    margin-top: 8px;
  }
  .modal_txt {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .condition_list{
    gap: 15px;
  }
  .condition_item {
    gap: 15px;
    align-items: center;
  }
  .label_text {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .label_num {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  .condition_content {
    font-size: 16px;
    padding-top: 2px;
  }
  .modal_cnt:not(:first-child) {
    margin-top: 32px;
  }
  .condition_list {
    margin-top: 16px;
  }
}