/* フォント */
/* :root {
  --main-font: ;
  --sub-font01: ;
  --sub-font02: ;
} */
/* 使用例
font-family: var(--main-font);
font-family: var(--sub-font01);
font-family: var(--sub-font02); */

/* テーマカラー */
/* .themeColor--custom {
}
.themeColor--custom .mainColor {
}
.themeColor--custom .subColor {
} */

/* 以下追加記述 */
.header__top__logo {
  width: clamp(120px, 20vw, 180px);
}

.mv::after {
  background: none;
}

.cta__wrap__left__top {
  font-size: clamp(2rem, 2.2vw, 3rem);
}

.actual,
.mvUnder {
  padding-top: clamp(15px, 3vw, 30px);
}

.section08__wrap__textBox__smallText__span {
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  font-weight: bold;
}

#section08_01 .section08__wrap:after {
  content: "Path to Change";
}

.section03__list__item--add {
  width: 48%;
}

.section03__list__item--add:nth-of-type(n + 3) {
  margin-top: clamp(10px, 2vw, 20px);
}

.section06__wrap__subTtl {
  text-align: center;
  margin: clamp(30px, 4vw, 40px) auto clamp(15px, 3vw, 20px) auto;
  font-size: clamp(2.6rem, 3vw, 4rem);
}

.section06__wrap__subTtl:first-of-type {
  margin-top: 0;
}

.section06__wrap__fee__item__subText {
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  margin-top: 5px;
  font-weight: 600;
}

.section06__wrap__fee__item__mainText {
  font-size: clamp(2.2rem, 3vw, 4rem);
  margin-top: clamp(10px, 1.5vw, 20px);
}

.section06__wrap__fee__item__supplement {
  font-size: clamp(1rem, 2vw, 1.6rem);
}

.section06__wrap__fee__item__more__link {
  width: 80%;
  margin: clamp(20px, 4vw, 35px) auto 0;
  padding: clamp(10px, 2vw, 20px) 0;
}

.section11__wrap__box__right__text__span {
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  font-weight: bold;
}

#section08_02 .section08__wrap:after {
  content: "Origin";
}

.section08__wrap__textBox__arrow,
.section06__wrap__arrow {
  margin: clamp(10px, 1.5vw, 20px) auto;
}

.section03__list__item__circle__icon__img {
  max-height: clamp(60px, 9vw, 80px);
  max-width: clamp(60px, 9vw, 80px);
}

.section03__list__item__circle {
  width: clamp(175px, 25vw, 240px);
  height: clamp(175px, 25vw, 240px);
}

.section03__list__item__circle__text {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  margin: 10px auto 0;
}

.addList {
  margin-top: 20px;
}

.section10__wrap__list__notes {
  font-size: clamp(1.6rem, 2vw, 2rem);
  width: 90%;
  margin: 20px auto 0;
}

.section10__wrap__list__notes__span {
  color: #fe5757;
}

.addList .section10__wrap__list__item__left {
  color: #fff;
  text-align: center;
  width: 100%;
}

.section10__wrap__more__link {
  color: #23514f;
}

.section08__wrap__box {
  position: relative;
  z-index: 10;
  margin: clamp(10px, 2.5vw, 20px) auto 0;
  max-width: 600px;
}

/* 操作アクション */
/* ホバー時 */
@media (hover: hover) {
}
/* クリック（タップ）時 */
@media (hover: none) {
}

/* メディアクエリ */
/* TAB時 */
@media (max-width: 960px) {
  .section06__wrap__fee {
    width: 98vw;
    margin-right: calc(50% - 49vw);
    margin-left: calc(50% - 49vw);
  }
  .section06__wrap__fee__item {
    width: 32%;
  }
  .section06__wrap__fee__item:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .section03__list__item__circle__text {
    margin: clamp(10px, 1vw, 20px) auto 0;
  }
}
/* SP時 */
@media (max-width: 520px) {
  .section03__list__item--add {
    width: 100%;
  }

  .section03__list__item--add + .section03__list__item--add {
    margin-top: 24px;
  }

  .section06__wrap__fee {
    flex-direction: row;
  }

  .section06__wrap__fee__item {
    width: 32%;
  }

  .section06__wrap__fee__item + .section06__wrap__fee__item {
    margin-top: 0;
  }

  .section03__list__item__circle {
    min-width: 130px;
    min-height: 130px;
    padding-top: clamp(30px, 5vw, 50px);
    padding-bottom: clamp(30px, 5vw, 50px);
  }

  .section03__list {
    flex-direction: row;
  }

  .section03__list__item--add {
    width: 48%;
  }

  .section03__list__item--add:nth-of-type(2) {
    margin-top: 0;
  }

  .section03__list__item__circle__text {
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    margin: 10px auto 0;
  }
  .section03__list__item__circle {
    padding-top: clamp(30px, 5vw, 50px);
  }

  .strongBox {
    width: 100%;
  }

  .strongBox__list {
    width: 96%;
  }
}
