*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

ul,
ol {
  list-style: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  /* text-decoration: none; */
}

/* デバイス別表示制御 */
.is-PC {
  display: block;
  @media screen and (width < 1024px) {
    display: none;
  }
}

.is-Tablet {
  display: none;
  @media screen and (768px <= width < 1024px) {
    display: block;
  }
}

.is-SP {
  display: none;
  @media screen and (width < 768px) {
    display: block;
  }
}

/* スクリーンリーダー専用テキスト */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* スキップリンク */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 10000;
  font-size: 16px;
}

.skip-link:focus {
  top: 0;
}

/* フォーカス表示の統一 */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
details:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex="0"]:focus-visible,
[tabindex="-1"]:focus {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(0, 102, 204, 0.2);
}

a:focus,
button:focus,
summary:focus {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
}

.keyboard-navigation *:focus {
  outline: 3px solid #0066cc !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px rgba(0, 102, 204, 0.2) !important;
}

body:not(.keyboard-navigation) *:focus:not(:focus-visible) {
  outline: none;
}

/* iOSでのデフォルトアイコンを非表示にする */
details summary {
  list-style: none; /* リストスタイルの削除 */
}

/* Safari特有のデフォルトマーカーを非表示にする */
summary::-webkit-details-marker {
  display: none;
}

.container {
  &.content-health {
    padding-top: 0;
 @media screen and (width < 768px) {
    padding-top:80px;
  }
  }
}
.header-health {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
  .list-health {
    display: flex;
    justify-content: center;
    padding: 24px;
    .list-item {
      border-right: 1px solid #c5c5c5;
      padding: 0 8px;
      &:last-child {
          border-right: 0;
      }
      .link {
        color: #282828;
      }
    }
  }
}

.section-hero {
  background: url(../images/img_content_0001.png) no-repeat 50% 50%;
  background-size: 110%;
  @media screen and (width < 768px) {
    background-image: none;
  }
  .section-inner {
    width: min(980px, 100%);
    margin-inline: auto;
    min-height: 600px;
    display: flex;
    align-items: center;
    @media screen and (width < 768px) {
      min-height: 10px;
    }
    .title {
      margin-top: -70px;
      @media screen and (width < 768px) {
        margin-top: 0;
      }
    }
  }
}

.section-contents {
  .section-inner {
    width: min(980px, 100%);
    margin-inline: auto;
    margin-bottom: 80px;
    @media screen and (width < 768px) {
      margin-bottom: 80px;
      padding: 0 16px;
    }
  }
  &.c__010 {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 80px 0;
    margin: 0 24px;
    margin-bottom: 50px;
    margin-top: -60px;
    @media screen and (width < 768px) {
      margin: 0 8px;
    }
    .section-inner {
      margin-bottom: 0;
    }
  }
  &.c__040 {
    background-color: #f7f3eb;
    border-radius: 24px;
    padding: 80px 0;
    margin: 0 24px;
    margin-bottom: 80px;
    @media screen and (width < 768px) {
      margin: 0 8px;
    }
    .section-inner {
      margin-bottom: 0;
    }
  }
  &.c__050 {
    margin-top: 80px;
  }
  &.c__060 {
    background-color: #f7f3eb;
    border-radius: 24px;
    padding: 80px 0;
    margin: 0 24px;
    margin-bottom: 80px;
    position: relative;
    @media screen and (width < 768px) {
      margin: 0 8px;
      margin-bottom: 80px;
    }
    &::after {
      content: "";
      display: block;
      width: 175px;
      height: 154px;
      background: url(../images/img_content_2002.svg) no-repeat 0 0;
      background-size: 100%;
      position: absolute;
      top: -20px;
      left: 20px;
      @media screen and (width < 768px) {
        width: 90px;
        height: 154px;
        top: -20px;
        left: 20px;
      }
    }
    .section-inner {
      margin-bottom: 0;
    }
  }
}

.title-common {
  &.c__010 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 48px;
    @media screen and (width < 768px) {
      font-size: 18px;
    }
    &::after {
      content: "";
      display: block;
      background-color: #00479d;
      width: 48px;
      height: 6px;
      border-radius: 8px;
      margin-inline: auto;
      margin-top: 16px;
    }
  }
  &.c__020 {
    text-align: center;
    margin-bottom: 24px;
    .t1 {
      display: inline-block;
      font-size: 14px;
      background-color: #00479d;
      color: #fff;
      padding: 6px 20px;
      border-radius: 8px;
    }
  }
  &.c__030 {
    text-align: center;
    margin-bottom: 48px;
    @media screen and (width < 768px) {
      font-size: 18px;
    }
    .t1 {
      font-size: 24px;
      font-weight: 600;
      display: block;
      margin-bottom: 16px;
    }
    .t2 {
      font-size: 24px;
      font-weight: 600;
      display: inline-block;
      background-color: #00479d;
      color: #ffffff;
      border-radius: 100px;
      padding: 4px 16px;
      .b1 {
        font-size: 16px;
      }
    }
  }
}

.btn-common {
  &.c__010 {
    background-color: #00479d;
    color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height:80px;
    border-radius: 20px 8px 8px 8px;
    padding: 20px;
    position: relative;
    text-decoration: none;
    max-width: 360px;
    &.center {
      margin-inline: auto;
    }
    .t1 {
      display: block;
      width: 100%;
      text-align: left;
      font-size: 15px;
      font-weight: 600;
    }
      &::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../images/img_arrow__010.svg) no-repeat 0 0;
        position: absolute;
        right: 20px;
        top: calc(50% - 10px);
    }
  }
}

.list-common {
  &.c__010 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    .list-item {
      width: 32%;
      @media screen and (width < 768px) {
        width: 100%;
        margin-bottom: 16px;
      }
      .link {
        background-color: #00479d;
        color: #fff;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        min-height: 120px;
        border-radius: 20px 8px 8px 8px;
        padding: 20px;
        position: relative;
        text-decoration: none;
        &::after {
          content: "";
          display: inline-block;
          width: 20px;
          height: 20px;
          background: url(../images/img_arrow__010.svg) no-repeat 0 0;
          position: absolute;
          right: 20px;
          top: calc(50% - 10px);
        }
        &.disable {
          background-color: #282828;
          pointer-events: none;
          position: relative;
          &::before {
            content: "6月OPEN予定";
            font-size: 12px;
            display: block;
            text-align: center;
            position: absolute;
            margin: auto;
            bottom: 10px;
            left: 0;
            right: 0;
          }
        }
        .t1 {
          display: block;
          width: 100%;
          text-align: left;
          font-size: 15px;
          font-weight: 600;
          .b1 {
            font-size: 12px;
          }
        }
        .t2 {
          display: block;
          width: 100%;
          text-align: center;
          font-size: 12px;
          font-weight: 600;
        }
      }
    }
  }
  &.c__020 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    @media screen and (width < 768px) {
    }
    .list-item {
      width: 32%;
      padding: 20px;
      background-color: #f7f3eb;
      box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
      border-radius: 8px;
      position: relative;
      @media screen and (width < 768px) {
        width: 100%;
        margin-bottom: 16px;
      }
      &.ct__010 {
        &::after {
          content: "";
          width: 90px;
          height: 80px;
          background: url(../images/img_content_1002.svg) no-repeat 0 0;
          background-size: 100%;
          position: absolute;
          top: -20px;
          right: 20px;
          @media screen and (width < 768px) {
            top: -10px;
            width: 70px;
          }
        }
      }
      &.ct__020 {
        &::after {
          content: "";
          width: 80px;
          height: 86px;
          background: url(../images/img_content_1003.svg) no-repeat 0 0;
          background-size: 100%;
          position: absolute;
          top: -20px;
          right: 20px;
          @media screen and (width < 768px) {
            top: -10px;
            width: 70px;
          }
        }
      }
      &.ct__030 {
        &::after {
          content: "";
          width: 80px;
          height: 86px;
          background: url(../images/img_content_1004.svg) no-repeat 0 0;
          background-size: 100%;
          position: absolute;
          top: -20px;
          right: 20px;
          @media screen and (width < 768px) {
            top: -10px;
            width: 70px;
          }
        }
      }
      .num {
        color: #00479d;
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 8px;
      }
      .title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 24px;
      }
      .details {
        .link {
          color: #00479d;
          display: flex;
          align-items: center;
          font-size: 16px;
          &::after {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-left: 1rem;
            background: url(../images/img_arrow__020.svg) no-repeat 0 0;
          }
        }
        .t1 {
          display: block;
          margin-bottom: 8px;
          font-size: 16px;
          padding-left: 16px;
          position: relative;
          &::before {
            content: "";
            width: 6px;
            height: 6px;
            background: url(../images/img_arrow__030.svg) no-repeat 0 0;
            position: absolute;
            top: 6px;
            left: 0;
          }
          .b1 {
            color: #da0017;
          }
        }
      }
    }
  }
  &.c__030 {
    border-top: 1px solid #f7f3eb;
    padding-top: 16px;
    .list-item {
      border-bottom: 1px solid #f7f3eb;
      display: flex;
      align-items: center;
      padding-bottom: 16px;
      margin-bottom: 16px;
      @media screen and (width < 768px) {
        flex-wrap: wrap;
      }
      &:last-child {
        border-bottom: 0;
        @media screen and (width < 768px) {
        border-bottom: 0;
       }
      }
      .p1 {
        width: 160px;
        height: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 600;
        background-color: #00479d;
        color: #fff;
        padding: 6px 20px;
        border-radius: 8px;
        margin-right: 24px;
        margin-bottom: 0;
        @media screen and (width < 768px) {
          width: 100%;
          margin-bottom: 16px;
          margin-right: 0;
        }
      }
      .p2 {
        font-size: 16px;
        width: calc(100% - 160px);
        @media screen and (width < 768px) {
          width: 100%;
        }
      }
    }
  }
  &.c__040 {
    display: flex;
    justify-content: center;
    padding-top: 24px;
    .list-item {
      margin: 0 8px;
    }
  }
}

.text-common {
  &.c__010 {
    font-size: 16px;
    line-height: 1.8;
    .p1 {
      font-size: 24px;
      @media screen and (width < 768px) {
        font-size: 18px;
      }
    }
    &.bold {
      font-weight: 600;
    }
    &.center {
      text-align: center;
    }
  }
}

.col-copy {
  position: relative;
  padding: 16px 48px;
  @media screen and (width < 768px) {
    padding: 0 32px;
  }
  .col {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
     @media screen and (width < 768px) {
      margin-bottom: 24px;
    }
    .images {
      width: 20%;
      /* padding: 48px; */
      @media screen and (width < 768px) {
        padding: 18px;
        width: 100%;
        text-align: center;
      }
      img {
        width: 100%;
        padding: 48px;
        @media screen and (width < 768px) {
          width: 20%;
          padding: 0;
          margin-inline: auto;
        }
      }
    }
    .description {
      font-size: 26px;
      font-weight: 600;
      color: #00479d;
      width: 75%;
      @media screen and (width < 768px) {
        font-size: 16px;
        width: 100%;
      }
    }
  }
  &::before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 8px solid #00479d;
    border-left: 8px solid #00479d;
  }
  &::after {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 8px solid #00479d;
    border-right: 8px solid #00479d;
  }
  .col-inner {
    &::before {
      content: "";
      display: block;
      width: 46px;
      height: 46px;
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: 8px solid #00479d;
      border-left: 8px solid #00479d;
    }
    &::after {
      content: "";
      display: block;
      width: 46px;
      height: 46px;
      position: absolute;
      bottom: 0;
      right: 0;
      border-bottom: 8px solid #00479d;
      border-right: 8px solid #00479d;
    }
  }
}

.col-common {
  &.c__010 {
    margin-bottom: 32px;
    &.v2 {
      margin-bottom: 64px;
    }
  }
  &.c__020 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    flex-wrap: wrap;
    .col-item {
      width: 48.5%;
      @media screen and (width < 768px) {
        width: 100%;
        margin-bottom: 32px;
      }
    }
  }
  &.c__030 {
    width: 700px;
    text-align: center;
    margin: 0 auto;
    background: #ffffff;
    border: 6px solid #959dc1;
    border-radius: 24px;
    padding: 36px;
    @media screen and (width < 768px) {
      width: 100%;
      padding: 16px;
    }
  }
}

.table__010 {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
  position: relative;
  background-color: #f7f3eb;
  &.v2 {
    &::after {
      content: "";
      display: block;
      border-radius: 16px;
      border: 6px solid #da0017;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }
  }
  .th_010 {
    background: #d9d9d9;
    border-bottom: 3px solid #f7f3eb;
    padding: 16px;
    border-radius: 16px 16px 0px 0px;
    text-align: center;
  }
  .th_020 {
    padding: 16px;
    background: #d9d9d9;
    border-bottom: 3px solid #f7f3eb;
    text-align: center;
    &.last {
      /* border-bottom: 6px solid #d9d9d9; */
      border-radius: 0 0 16px 16px;
    }
  }
  .th_030 {
    padding: 16px;
    color: #ffffff;
    background: #da0017;
    /* border: 6px solid #da0017; */
    border-radius: 16px 16px 0px 0px;
    text-align: center;
    overflow: hidden;
  }
  .td_010 {
    background: #ffffff;
    padding: 16px;
    border-bottom: 3px dashed #f7f3eb;
    border-left: 10px solid #f7f3eb;
    text-align: center;
    font-weight: bold;
  }
  .td_030 {
    box-sizing: border-box;
    background: #ffffff;
    padding: 16px;
    border-bottom: 3px dashed #f7f3eb;
    text-align: center;
    /* border-left: 6px solid #da0017;
    border-right: 6px solid #da0017; */
    box-sizing: border-box;
    font-weight: bold;
    &.last {
      border-bottom: 6px solid #da0017;
    }
  }
  .tr_010 {
  }
}

.col-qa {
  margin-bottom: 16px;
  list-style-type: none;
  &.is-opened {
    .question {
      color: #ffffff;
      background: #00479d;
      border: 1px solid #d9d9d9;
      border-radius: 8px;
      &::before {
        background-color: #ffffff;
        color: #00479d;
      }
      .icon {
        transform: rotate(-45deg);
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transition: all 0.5s;
      }
    }
  }
  .question {
    cursor: pointer;
    font-size: 16px;
    padding: 20px 40px 20px 80px;
    border-radius: 36px 36px 36px 0;
    list-style-type: none;
    position: relative;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    @media screen and (width < 768px) {
      padding: 16px 92px 16px 56px;
    }
    .icon {
      display: flex;
      align-items: center;
      width: 14px;
      height: 14px;
      position: absolute;
      right: 20px;
      top: calc(50% - 0.7rem);
      width: 10px;
      height: 10px;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      transform: rotate(135deg);
      transition: all 0.5s;
    }
    &::before {
      content: "Q";
      line-height: 1;
      font-weight: 600;
      position: absolute;
      top: calc(50% - 15px);
      left: 40px;
      background-color: #00479d;
      color: #ffffff;
      border-radius: 100%;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      @media screen and (width < 768px) {
        left: 16px;
        top: 16px;
      }
    }
  }
  .answer {
    padding: 20px 40px 20px 80px;
    border-radius: 36px 36px 0 36px;
    margin-top: 8px;
    position: relative;
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    @media screen and (width < 768px) {
      padding-left: 56px;
      padding-right: 20px;
    }
    &::before {
      content: "A";
      line-height: 1;
      font-weight: 600;
      position: absolute;
      top: 20px;
      left: 40px;
      border-radius: 100%;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #00479d;
      color: #ffffff;
      @media screen and (width < 768px) {
        left: 16px;
        top: 22px;
      }
    }
  }
}
