@charset "UTF-8";

html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

body {
  font-size: 1.1764705882352942vw;
  color: #333;
  text-align: center;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

h2 {
  font-size: 2.6470588235294117vw;
}

h3 {
  font-size: 2.0588235294117645vw;
}

li {
  list-style: none;
}

.flex {
  display: flex;
}

.sp {
  display: none;
}

.white {
  color: #fff;
}

.purple {
  color: #7D388C;
}

.category-blue {
  background: rgb(28, 117, 188);
  background: linear-gradient(180deg, rgba(28, 117, 188, 1) 0%, rgba(38, 34, 98, 1) 100%);
  width: 2.2058823529411766vw;
  height: 2.2058823529411766vw;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.category-l_blue {
  background: rgb(184, 224, 233);
  background: linear-gradient(180deg, rgba(184, 224, 233, 1) 0%, rgba(105, 187, 223, 1) 51%, rgba(30, 151, 213, 1) 100%);
  width: 2.2058823529411766vw;
  height: 2.2058823529411766vw;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.category-green {
  background: rgb(141, 198, 63);
  background: linear-gradient(180deg, rgba(141, 198, 63, 1) 0%, rgba(0, 104, 56, 1) 100%);
  width: 2.2058823529411766vw;
  height: 2.2058823529411766vw;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.category-yellow {
  background: rgb(249, 237, 50);
  background: linear-gradient(180deg, rgba(249, 237, 50, 1) 0%, rgba(247, 148, 29, 1) 100%);
  width: 2.2058823529411766vw;
  height: 2.2058823529411766vw;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.category-red {
  background: rgb(239, 65, 54);
  background: linear-gradient(180deg, rgba(239, 65, 54, 1) 0%, rgba(190, 30, 45, 1) 100%);
  width: 2.2058823529411766vw;
  height: 2.2058823529411766vw;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

a {
  &:hover {
    opacity: 0.5;
  }
}

@media(max-width:780px) {

  body {
    font-size: 4.102564102564102vw;
  }

  h2 {
    font-size: 6.666666666666667vw;
  }

  h3 {
    font-size: 6.153846153846154vw;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .category-blue {
    background: rgb(28, 117, 188);
    background: linear-gradient(180deg, rgba(28, 117, 188, 1) 0%, rgba(38, 34, 98, 1) 100%);
    width: 5.128205128205128vw;
    height: 5.128205128205128vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .category-l_blue {
    background: rgb(184, 224, 233);
    background: linear-gradient(180deg, rgba(184, 224, 233, 1) 0%, rgba(105, 187, 223, 1) 51%, rgba(30, 151, 213, 1) 100%);
    width: 5.128205128205128vw;
    height: 5.128205128205128vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .category-green {
    background: rgb(141, 198, 63);
    background: linear-gradient(180deg, rgba(141, 198, 63, 1) 0%, rgba(0, 104, 56, 1) 100%);
    width: 5.128205128205128vw;
    height: 5.128205128205128vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .category-yellow {
    background: rgb(249, 237, 50);
    background: linear-gradient(180deg, rgba(249, 237, 50, 1) 0%, rgba(247, 148, 29, 1) 100%);
    width: 5.128205128205128vw;
    height: 5.128205128205128vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .category-red {
    background: rgb(239, 65, 54);
    background: linear-gradient(180deg, rgba(239, 65, 54, 1) 0%, rgba(190, 30, 45, 1) 100%);
    width: 5.128205128205128vw;
    height: 5.128205128205128vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .font14 {
    font-size: 3.5897435897435894vw !important;
  }

}

button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}

::before,
::after {
  box-sizing: inherit;
}

/**header**/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  height: 9.558823529411764vw;
  align-items: center;
  background-color: #F5F5F5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;

  .header-logo01 {
    width: 7.867647058823529vw;
    height: auto;
  }

  nav {
    margin: 0 0 0 auto;

    ul {
      display: flex;

      li {

        margin: 0 2.2058823529411766vw 0 0;

        a {
          text-decoration: none;
          color: #333;

          &:last-child {
            margin: 0 0 0 0;
          }
        }
      }
    }
  }

  .header-logo02 {
    width: 14.705882352941178vw;
    margin: 0 2.8676470588235294vw 0 0;
  }
}

@media(max-width:780px) {

  header {
    height: 18.461538461538463vw;
    padding-left: 7.6923076923076925vw;

    .header-logo01 {
      width: 38.74102564102564vw;
      margin-right: 15.384615384615385vw;
    }

    nav {
      position: fixed;
      right: -100%;
      width: 100%;
      height: 100vh;
      margin-left: auto;
      /* メニューを縦に */
      display: flex;
      flex-direction: column;
      color: #efefef;
      background-color: #fff;
      transition: .3s;

      ul {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 100%;

        li {
          width: 100%;
          height: 100%;
          /* メニューテキスト位置をリスト内中心に */
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 3.8461538461538463vw;

          &:last-child {
            margin-bottom: 0;
          }
        }
      }
    }

    .header-logo02 {
      width: 15.128205128205128vw;
    }

    .menu.open {
      right: 0;
      top: 0;
    }
  }


  .btn {
    /* ボタンの配置位置  */
    position: fixed;
    top: 0px;
    right: 0px;
    /* ボタンの大きさ  */
    width: 19.48717948717949vw;
    height: 18.461538461538463vw;
    /* 最前面に */
    z-index: 1000;
    background-color: #262424;
    /* わかりやすいように */
  }

  .btn-line {
    display: block;
    position: relative;
    /* バーガー線の位置基準として設定 */
    width: 9.230769230769232vw;
    /* 線の長さと高さ */
    height: 0.2564102564102564vw;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: #FCFCFC;
    /* バーガー線の色 */
    transition: .2s;
  }

  .close-none {
    display: none;
  }

  .btn-line::before,
  .btn-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FCFCFC;
    transition: .5s;
  }

  .btn-line::before {
    /* 上の線の位置 */
    transform: translateY(-9px);
    width: 10.76923076923077vw;
    right: 0;
  }

  .btn-line::after {
    /* 下の線の位置 */
    transform: translateY(9px);
    width: 7.6923076923076925vw;
    right: 0;
  }

  /***** メニューオープン時 *****/
  .btn-line.open {
    background-color: transparent;
    /* 真ん中の線を透明に */
  }

  .btn-line.open::before,
  .btn-line.open::after {
    content: "";
    background-color: #fcfcfc;
    /* 上下の線の色を変える */
    transition: .2s;
  }

  .btn-line.open::before {
    transform: rotate(45deg);
    /* 上の線を傾ける */
  }

  .btn-line.open::after {
    transform: rotate(-45deg);
    width: 10.76923076923077vw;
    /* 下の線を傾ける */
  }

  .cta_btn_b.open {
    display: block;
  }

}

/*headerここまで*/

/*footer*/
footer {
  background-color: #76388A;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;

  .footer-wrap {
    padding: 3.6764705882352944vw 13.23529411764706vw;
    justify-content: space-between;

    .logo-wrap {
      width: 19.558823529411764vw;
    }

    nav {

      a {
        display: block;
        margin: 0 auto 1.4705882352941175vw;
        text-decoration: none;

        &:last-child {
          margin: 0 auto 0;
        }
      }
    }
  }
}

@media(max-width:780px) {
  footer {

    .footer-wrap {
      padding: 9.743589743589745vw 7.6923076923076925vw 6.923076923076923vw;
      display: block;

      .logo-wrap {
        width: 58.97435897435898vw;
        margin-bottom: 6.41025641025641vw;
      }

      nav {

        a {
          margin: 0 auto 3.8461538461538463vw;

          &:last-child {
            margin: 0 auto 0;
          }
        }
      }
    }
  }
}

.copy-wrap {
  background-color: #F2F2F2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0.7352941176470588vw 0;
}

@media(max-width:780px) {}