li {
  list-style-type: none;
}

.is-c-blue {
  color: #6A90B2 !important;
}

.is-c-pink {
  color: #C0A395 !important;
}

.is-bg-blue {
  background-color: #6A90B2 !important;
}

.is-bg-pink {
  background-color: #C0A395 !important;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page {
  /*=============================
   nav
  =============================*/
  /*=============================
   important_topics.tpl
  =============================*/
  /*=============================
   topics
  =============================*/
  /*=============================
   worries
  =============================*/
  /*=============================
   aruaru
  =============================*/
  /*=============================
   product
  =============================*/
  /*=============================
   staff
  =============================*/
}
.page .semi-bold {
  font-weight: 500;
  vertical-align: baseline;
}
.page .bold {
  font-weight: bold;
}
.page section {
  margin-bottom: 92px;
}
@media screen and (max-width: 768px) {
  .page section {
    margin-bottom: 19.5vw;
  }
}
.page .sub-title {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .page .sub-title {
    font-size: 3.1vw;
    margin: 1.6vw 0;
  }
}
.page .nav {
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 11.7vw;
  }
}
.page .nav a {
  position: relative;
  display: inline-block;
  width: 284px;
  padding: 23px 25px;
  margin-right: 60px;
  font-size: 14px;
  line-height: 1;
  background-color: #fff;
  border: solid 2px #6A90B2;
  border-radius: 10px;
  color: #6A90B2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page .nav a {
    width: 42.8vw;
    padding: 5.5vw;
    font-size: 3.4vw;
    margin-right: 2vw;
    line-height: 1.2;
    border-radius: 1.3vw;
  }
}
.page .nav a::after {
  display: block;
  content: "";
  position: absolute;
  background-image: url(../img/index/arrow-right_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
  top: 42%;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .page .nav a::after {
    right: 3.5vw;
    width: 1.6vw;
    height: 2.3vw;
  }
}
.page .nav a.nav_btn--active {
  background-color: #003894;
  border: solid 1px #003894;
  color: #fff;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .nav a.nav_btn--active {
    padding: 3.6vw;
    margin: 0 0 0 2vw;
  }
}
.page .nav a.nav_btn--active::after {
  background-image: url(../img/index/arrow-right_white-pc.png);
  width: 8px;
  height: 12px;
  top: 43%;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .page .nav a.nav_btn--active::after {
    background-image: url(../img/index/arrow-right_white-sp.png);
    right: 2.6vw;
    width: 2.1vw;
    height: 3.1vw;
  }
}
.page .nav .voice_btn {
  margin-top: 30px !important;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page .nav .voice_btn {
    width: 57.8vw;
    margin-top: 6.5vw !important;
  }
}
.page .important {
  background-image: url(../img/index/important/shiny-info_pc.png);
  width: 640px;
  height: 150px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page .important {
    background: url(../img/index/important/shiny-info_sp.png) no-repeat center center;
    background-size: cover;
    width: 90%;
    height: unset;
    margin: 0 auto 11.7vw;
  }
}
.page .important-txt {
  padding: 30px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page .important-txt {
    padding: 4.3vw;
    font-size: 3.1vw;
  }
}
.page .topics {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .topics {
    margin: 0 auto 19.5vw;
  }
}
.page .topics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .topics__list {
    width: 94.4vw;
    margin: 0 0 0 auto;
  }
  .page .topics__list .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .page .topics__list .slick-next {
    right: 3.3vw;
  }
}
.page .topics__list .slick-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
}
.page .topics__list .slick-next {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .page .topics__list .slick-next {
    right: 3.3vw;
  }
}
.page .topics__list .slick-prev {
  left: 30px;
}
@media screen and (max-width: 768px) {
  .page .topics__list .slick-prev {
    left: -5.2vw;
  }
}
.page .topics__list .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page .topics__list .slick-dots {
    left: -5.2vw;
  }
}
.page .topics__list .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.page .topics__list .slick-dots li button {
  display: block;
  height: 6px;
  width: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #727272;
  padding: 0;
}
.page .topics__list .slick-dots li.slick-active {
  height: 12px;
  width: 12px;
}
.page .topics__list .slick-dots li.slick-active button {
  height: 12px;
  width: 12px;
  background: #7E9B90;
  border: none;
}
.page .topics__item {
  width: 448px;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .page .topics__item {
    margin-right: 5.2vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .topics .is-unslick {
    width: 89.6vw;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .page .topics .is-unslick .topics__item {
    margin: auto;
  }
}
.page .worries {
  margin: 0 auto 143px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .worries {
    margin: 0 auto 19.5vw;
  }
}
.page .worries-title {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .page .worries-title {
    margin-bottom: 5.2vw;
    letter-spacing: 0.25em;
  }
}
.page .worries-title .sub-title {
  margin: 0;
}
.page .worries-list {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .worries-list {
    margin: auto;
  }
}
.page .worries-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .page .worries-item {
    margin: 0 0 3.9vw;
  }
}
.page .worries-item:last-child {
  margin-bottom: 0;
}
.page .worries-item:before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid #6A90B2;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .page .worries-item:before {
    margin-right: 2vw;
    width: 4.3vw;
    height: 4.3vw;
    top: 0.4vw;
  }
}
.page .worries-item p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.94;
}
@media screen and (max-width: 768px) {
  .page .worries-item p {
    font-size: 3.6vw;
    line-height: 1.42;
  }
}
.page .worries-img {
  width: 100%;
  max-width: 300px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .page .worries-img {
    width: 52vw;
    max-width: 100%;
    margin: 6.5vw auto 0;
  }
}
.page .worries-ques {
  position: relative;
  padding: 35px 0 167px;
  background-image: url("../../assets/img/index/worries_ques_bg.png");
  background-size: auto 71.6%;
  background-repeat: no-repeat;
  background-position: top left 49.2%;
}
@media screen and (max-width: 768px) {
  .page .worries-ques {
    padding: 1.3vw 0 24.3vw;
    background-position: top left 48%;
  }
}
.page .worries-ques:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 65px;
  background-image: url("../../assets/img/index/worries_ques_after.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .worries-ques:after {
    width: 4.7vw;
    height: 8.1vw;
    bottom: 5.2vw;
  }
}
.page .worries-ansr {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 42px 0 47px;
  background-image: url("../../assets/img/index/worries_ansr_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .worries-ansr {
    padding: 6.5vw 0;
    background-image: url("../../assets/img/index/worries_ansr_bg-sp.png");
  }
}
.page .worries-ansr__title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .page .worries-ansr__title {
    font-size: 4.4vw;
    margin: 0 0 5.2vw;
  }
}
.page .worries-ansr .worries-item:before {
  background: #fff;
  background-image: url("../../assets/img/index/worries_item_before_check.png");
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position: center bottom 3px;
}
@media screen and (min-width: 769px) {
  .page .worries-ansr .worries-item:before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .page .worries-ansr .worries-item:before {
    background-position: center bottom 2px;
  }
}
@media screen and (min-width: 769px) {
  .page .worries-ansr .worries-item p {
    font-size: 18px;
  }
}
.page .aruaru {
  margin: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .page .aruaru {
    margin: 0 0 15.6vw;
  }
}
.page .aruaru-sec {
  margin: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .page .aruaru-sec {
    margin: 0 0 15.6vw;
  }
}
.page .aruaru-sec:last-child {
  margin-bottom: 0;
}
.page .aruaru-head {
  padding: 97px 0 46px;
  margin: 0 auto 30px;
  background-image: url("../../assets/img/index/aruaru_bg-1.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top left 47%;
}
@media screen and (max-width: 768px) {
  .page .aruaru-head {
    padding: 5.2vw 0;
    margin: 0 auto 3.9vw;
  }
}
.page .aruaru-head .aruaru-title {
  position: relative;
  top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .aruaru-head .aruaru-title {
    top: 3.9vw;
    font-size: 4.4vw;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  .page .aruaru-head .aruaru-title span {
    font-size: 3.1vw;
  }
}
.page .aruaru-img {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .page .aruaru-img {
    margin: 0 0 1.3vw;
  }
}
.page .aruaru-title {
  text-align: center;
  font-size: 24px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page .aruaru-title {
    font-size: 4.4vw;
    margin: 0 auto 4.8vw;
  }
}
.page .aruaru-title .sub-title {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 5px 0 10px;
}
@media screen and (max-width: 768px) {
  .page .aruaru-title .sub-title {
    font-size: 3.1vw;
    margin: 1.6vw 0;
  }
}
.page .aruaru-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .aruaru-text {
    text-align: left;
  }
}
.page .aruaru-text p {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.73;
}
@media screen and (max-width: 768px) {
  .page .aruaru-text p {
    font-size: 3.6vw;
    line-height: 1.42;
    letter-spacing: 0.065em;
  }
}
.page .aruaru .aruaru4_middle {
  max-width: 980px;
}
.page .aruaru .aruaru4_middle_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .aruaru .aruaru4_middle_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 79.2vw;
    margin: 0 auto;
  }
}
.page .aruaru .aruaru4_middle_item {
  width: 119px;
}
@media screen and (max-width: 768px) {
  .page .aruaru .aruaru4_middle_item {
    width: 26.8%;
    margin-right: 6.5vw;
  }
  .page .aruaru .aruaru4_middle_item:nth-of-type(3) {
    margin: 0;
  }
  .page .aruaru .aruaru4_middle_item:last-of-type {
    margin: 0;
  }
  .page .aruaru .aruaru4_middle_item:nth-of-type(-n+3) {
    margin-bottom: 7.8vw;
  }
  .page .aruaru .aruaru4_middle_item:nth-of-type(n+4) {
    margin-bottom: 3.9vw;
  }
}
.page .aruaru .aruaru4_middle_text {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .aruaru .aruaru4_middle_text {
    margin-bottom: 2.9vw;
  }
}
.page .aruaru .aruaru4_middle_text p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .page .aruaru .aruaru4_middle_text p {
    font-size: 3.6vw;
    line-height: 1.5;
  }
}
.page .aruaru .aruaru4_middle_text p:first-of-type {
  font-size: 24px;
  font-weight: 500;
  color: #6A90B2;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page .aruaru .aruaru4_middle_text p:first-of-type {
    font-size: 4.4vw;
    margin-bottom: 2.6vw;
  }
}
.page .aruaru-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page .aruaru-list {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .page .aruaru-list.is-column-3 .aruaru-item {
    width: 31.3%;
    margin-right: 3%;
  }
  .page .aruaru-list.is-column-3 .aruaru-item:nth-child(3n) {
    margin-right: 0;
  }
  .page .aruaru-list.is-column-2 .aruaru-item {
    width: 48.1%;
    max-width: 385px;
    margin-right: 3.62%;
  }
  .page .aruaru-list.is-column-2 .aruaru-item:nth-child(even) {
    margin-right: 0;
  }
}
.page .aruaru-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page .aruaru-grid {
    width: 79.2vw;
    margin: 0 auto 3.9vw;
  }
}
.page .aruaru-grid .aruaru-item {
  width: 48.7%;
  max-width: 390px;
  margin-right: 2.37%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page .aruaru-grid .aruaru-item {
    width: 38.3vw;
    max-width: 100%;
    margin-right: 2.6vw;
    margin-top: 2.6vw;
  }
}
.page .aruaru-grid .aruaru-item:nth-child(even) {
  margin-right: 0;
}
.page .aruaru-grid .aruaru-item:nth-child(-n+2) {
  margin-top: 0;
}
.page .aruaru-grid .aruaru-item.is-large {
  width: 100%;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .aruaru-item {
    margin-top: 3.9vw;
  }
  .page .aruaru-item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .aruaru-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page .aruaru-item__inner .aruaru-img {
    width: 37vw;
    margin-right: 2.6vw;
    margin-bottom: 0;
  }
  .page .aruaru-item__inner .aruaru-text {
    width: 41.8vw;
  }
}
.page .aruaru-item__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.048em;
  line-height: 1.41;
  text-align: center;
  color: #6A90B2;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .page .aruaru-item__title {
    font-size: 4.4vw;
    margin: 0 0 2.6vw;
  }
}
.page .aruaru-item__title .tb_br {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aruaru-item__title .tb_br {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .page .aruaru-item__title .tb_br {
    display: none;
  }
}
.page .aruaru-item .aruaru-text {
  text-align: left;
}
.page .aruaru-top {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .aruaru-top {
    margin: 0 auto 3.3vw;
  }
}
.page .aruaru-top .aruaru-title {
  position: relative;
  color: #6A90B2;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .page .aruaru-top .aruaru-title {
    margin: 0 auto 3.3vw;
  }
}
.page .aruaru-top .aruaru-title:after {
  content: "";
  display: block;
  width: 5px;
  height: 35px;
  background-image: url("../../assets/img/index/aruaru_top_after.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .page .aruaru-top .aruaru-title:after {
    width: 0.7vw;
    height: 4.6vw;
    margin: 2vw auto 0;
  }
}
.page .aruaru-top__mv {
  width: 704px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .aruaru-top__mv {
    width: 79.2vw;
  }
}
.page .aruaru-top__text {
  text-align: center;
}
.page .aruaru-top__text p {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #6A90B2;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .page .aruaru-top__text p {
    font-size: 4.4vw;
    line-height: 1.38;
    margin-top: 2vw;
  }
}
.page .aruaru-top__text .aruaru2_top_text {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #6A90B2;
}
@media screen and (max-width: 768px) {
  .page .aruaru-top__text .aruaru2_top_text {
    font-size: 4.4vw;
  }
}
.page .aruaru-top__text .aruaru_bl_text {
  line-height: 1.8;
  font-size: 15px;
  color: #000;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page .aruaru-top__text .aruaru_bl_text {
    font-size: 3.6vw;
    letter-spacing: 0.06em;
    line-height: 1.5;
    max-width: 79.2vw;
    margin: 0 auto;
  }
}
.page .aruaru-top__text_bold {
  font-weight: 700;
  vertical-align: baseline;
  line-height: 1;
}
.page .aruaru-top__text_num {
  font-size: 38px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .page .aruaru-top__text_num {
    font-size: 5.2vw;
  }
}
.page .aruaru-top img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .aruaru-top img {
    width: 100%;
    max-width: 79.2vw;
  }
}
.page .aruaru-middle {
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page .aruaru-middle {
    margin: 0 auto 3.9vw;
  }
}
.page .aruaru-bottom {
  text-align: center;
}
.page .aruaru-bottom .aruaru-title {
  position: relative;
  line-height: 1.47;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .aruaru-bottom .aruaru-title {
    margin-bottom: 2.6vw;
    font-size: 4.4vw;
  }
}
.page .aruaru-bottom .aruaru-title .blue {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #6A90B2;
  margin: 2px 0;
}
@media screen and (max-width: 768px) {
  .page .aruaru-bottom .aruaru-title .blue {
    font-size: 4.4vw;
    margin: 0.3vw 0;
  }
}
.page .aruaru-bottom .aruaru-title:after {
  content: "";
  display: block;
  width: 36px;
  height: 62px;
  background-image: url("../../assets/img/index/worries_ques_after.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .page .aruaru-bottom .aruaru-title:after {
    width: 4.7vw;
    height: 8.1vw;
    margin: 2.6vw auto 0;
  }
}
.page .aruaru-bottom__text {
  position: relative;
  display: inline-block;
}
.page .aruaru-bottom__text:before {
  content: "";
  display: inline-block;
  width: 99px;
  height: 99px;
  background-image: url("../../assets/img/index/aruaru_bottom_text-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: -50px;
  left: -10%;
}
@media screen and (max-width: 768px) {
  .page .aruaru-bottom__text:before {
    top: -7.8vw;
    width: 12.9vw;
    height: 12.9vw;
    left: -6.5vw;
  }
}
.page .aruaru-bottom__text p {
  background: #fff;
  z-index: 2;
  display: inline;
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.42;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(0%, #E1E9F0));
  background: linear-gradient(transparent 45%, #E1E9F0 0%);
}
@media screen and (max-width: 768px) {
  .page .aruaru-bottom__text p {
    font-size: 5.2vw;
  }
}
.page .aruaru-bottom__text .bottom_text_02 {
  letter-spacing: 0.2em;
}
.page .aruaru-bottom__text .bottom_text_03 span {
  vertical-align: baseline;
}
.page .aruaru-bottom__text_num {
  font-size: 50px;
  letter-spacing: 0;
  font-weight: 700;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .page .aruaru-bottom__text_num {
    font-size: 6.5vw;
  }
}
.page .aruaru-bottom__note {
  margin: 20px auto 0;
  text-align: center;
  max-width: 585px;
}
@media screen and (max-width: 768px) {
  .page .aruaru-bottom__note {
    text-align: center;
    margin: 3.6vw auto 0;
  }
}
.page .aruaru-bottom__note p {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page .aruaru-bottom__note p {
    display: inline-block;
    font-size: 2.3vw;
    letter-spacing: 0.02em;
  }
}
.page .aruaru-sec:nth-child(2) .aruaru-head {
  background-image: url("../../assets/img/index/aruaru_bg-2.png");
  background-position: top center;
}
.page .aruaru-sec:nth-child(2) .aruaru-bottom__text p {
  font-size: 38px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .aruaru-sec:nth-child(2) .aruaru-bottom__text p {
    font-size: 33px;
  }
}
@media screen and (max-width: 768px) {
  .page .aruaru-sec:nth-child(2) .aruaru-bottom__text p {
    font-size: 5.2vw;
  }
}
.page .aruaru-sec:nth-child(2) .aruaru-bottom__text span {
  font-size: 50px;
  font-weight: 700;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .page .aruaru-sec:nth-child(2) .aruaru-bottom__text span {
    font-size: 6.5vw;
  }
}
.page .aruaru-sec:nth-child(2) .aruaru-bottom__text:before {
  content: "";
  display: inline-block;
  width: 99px;
  height: 99px;
  background-image: url("../../assets/img/index/aruaru_bottom_text-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: -60px;
  left: -7%;
}
@media screen and (max-width: 768px) {
  .page .aruaru-sec:nth-child(2) .aruaru-bottom__text:before {
    top: -7.8vw;
    width: 12.9vw;
    height: 12.9vw;
    left: -6.5vw;
  }
}
.page .aruaru-sec:nth-child(3) .aruaru-head {
  background-image: url("../../assets/img/index/aruaru_bg-3.png");
  background-position: top center;
}
.page .aruaru-sec:nth-child(3) .aruaru-bottom__text:before {
  background-image: url("../../assets/img/index/aruaru_bottom_text-3.png");
  top: -50px;
  left: -9%;
}
@media screen and (max-width: 768px) {
  .page .aruaru-sec:nth-child(3) .aruaru-bottom__text:before {
    top: -7.8vw;
    width: 12.9vw;
    height: 12.9vw;
    left: -6.5vw;
  }
}
.page .aruaru-sec:nth-child(4) .aruaru-head {
  background-image: url("../../assets/img/index/aruaru_bg-4.png");
  background-position: top left 44%;
}
.page .aruaru-sec:nth-child(4) .aruaru-bottom__text:before {
  background-image: url("../../assets/img/index/aruaru_bottom_text-4.png");
  top: -60px;
}
@media screen and (max-width: 768px) {
  .page .aruaru-sec:nth-child(4) .aruaru-bottom__text:before {
    top: -9.1vw;
    left: -7.8vw;
  }
}
.page .aruaru2_img {
  max-width: 980px;
  text-align: center;
  margin: 0 auto 34px;
}
@media screen and (max-width: 768px) {
  .page .aruaru2_img {
    max-width: 79.2vw;
    margin: 0 auto 3.9vw;
  }
}
.page .aruaru2_img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page .aruaru2_img_list {
    margin-bottom: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page .aruaru2_img_list .view-pc {
    display: none;
  }
}
.page .aruaru2_img_list .view-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .aruaru2_img_list .view-sp {
    display: inline-block;
  }
}
.page .aruaru2_img_item {
  width: 48.4%;
}
.page .aruaru2_img p {
  font-size: 15px;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .page .aruaru2_img p {
    font-size: 3.6vw;
    max-width: 75.7vw;
    margin: 0 auto;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.page .aruaru2_img .text_top {
  font-size: 24px;
  vertical-align: baseline;
  color: #6A90B2;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .aruaru2_img .text_top {
    font-size: 4.4vw;
  }
}
.page .aruaru2_img .text_top_num {
  font-size: 38px;
  font-weight: 700;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .page .aruaru2_img .text_top_num {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page .aruaru2_img .c-btn {
    padding: 2vw 7.2vw;
    height: auto;
    width: auto;
    display: inline-block;
  }
}
.page .aruaru .p-flow {
  max-width: 800px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .aruaru .p-flow {
    max-width: 100%;
    margin: 0 auto 3.9vw;
  }
}
@media screen and (min-width: 769px) {
  .page .aruaru .p-flow__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
  .page .aruaru .p-flow__title span {
    font-size: 30px;
  }
}
@media screen and (min-width: 769px) {
  .page .aruaru .p-flow__item {
    width: 114px;
    margin: 0 7.5% 0 0;
  }
  .page .aruaru .p-flow__item:last-child {
    margin-right: 0;
  }
}
.page .aruaru .p-flow__text {
  line-height: 1.3;
}
.page .aruaru .p-setprice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .page .aruaru .p-setprice__item {
    width: 24.6vw;
    margin-right: 21.4vw;
  }
  .page .aruaru .p-setprice__item:last-child {
    margin-right: 0;
  }
}
.page .aruaru .p-setprice__item:after {
  width: 40%;
  left: calc(100% + 36px);
  background-image: url("../../assets/img/index/product_list_icon-arrow.png");
}
@media screen and (max-width: 768px) {
  .page .aruaru .p-setprice__item:after {
    width: 9.8vw;
    left: calc(100% + 4.9vw);
  }
}
.page .aruaru .p-setprice__item.is-double {
  width: 242px;
}
@media screen and (max-width: 768px) {
  .page .aruaru .p-setprice__item.is-double {
    width: 33.2vw;
  }
}
.page .aruaru .p-setprice__item.is-double .p-setprice__price {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .page .aruaru .p-setprice__item.is-double .p-setprice__price {
    font-size: 6.8vw;
  }
}
.page .aruaru .p-setprice__price {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .page .aruaru .p-setprice__price {
    font-size: 5.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page .aruaru .p-setprice__img {
    height: 18.2vw;
  }
}
.page .product {
  margin: 10px 0 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .product {
    width: 79.2vw;
    margin: 0 auto 3.9vw;
  }
}
.page .product-sec {
  margin: 50px auto 40px;
  max-width: 618px;
}
@media screen and (max-width: 768px) {
  .page .product-sec {
    margin: 4.6vw auto 3.9vw;
  }
}
.page .product-sec:first-child {
  margin-top: 0;
}
.page .product-sec p {
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page .product-sec p {
    font-size: 3.6vw;
    letter-spacing: 0.05em;
  }
}
.page .product-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .product-img {
    margin-bottom: 2.6vw;
  }
}
.page .product-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .product-list {
    margin-bottom: 2.6vw;
  }
}
.page .product-list .arrow {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .page .product-list .arrow {
    margin-top: 10.4vw;
    width: 12.3%;
  }
}
.page .product-list.is-icon-arrow:after {
  content: "";
  display: inline-block;
  font-size: initial;
  width: 72px;
  height: 66px;
  background-image: url("../../assets/img/product_list_icon-arrow.png");
  background-position: center;
  background-size: contain;
  left: 43%;
  right: auto;
}
@media screen and (max-width: 768px) {
  .page .product-list.is-icon-arrow:after {
    width: 9.4vw;
    height: 8.6vw;
    left: 35%;
  }
}
.page .product-list.is-icon-arrow .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .product-list.is-icon-arrow .product-item:nth-child(1) {
    width: 36.8%;
    margin-right: 15.1%;
  }
  .page .product-list.is-icon-arrow .product-item:nth-child(2) {
    width: 48.1%;
  }
  .page .product-list.is-icon-arrow .product-item__img {
    height: 21.1vw;
  }
}
.page .product-item {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .product-item:first-of-type {
    width: 31%;
  }
  .page .product-item:last-of-type {
    width: 41.9%;
  }
}
.page .product-item:nth-child(even) {
  margin-right: 0;
}
.page .product-item__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 auto 20px;
  white-space: nowrap;
  color: #606060;
}
@media screen and (max-width: 768px) {
  .page .product-item__title {
    font-size: 3.6vw;
    margin: 0 auto 2.6vw;
  }
}
.page .product-item__title span {
  vertical-align: baseline;
  font-weight: 500;
}
.page .product-item__title span.is-text-large {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .page .product-item__title span.is-text-large {
    font-size: 6.5vw;
  }
}
.page .product-item__title span.is-text-middle {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .page .product-item__title span.is-text-middle {
    font-size: 4.6vw;
  }
}
.page .product-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 150px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page .product-item__img {
    height: 18.9vw;
    margin: 0 auto 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  .page .product-item__img.is-large {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page .product-item__img img {
  width: auto;
  max-width: initial;
  max-height: 100%;
  height: 100%;
}
.page .product-item__text {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .product-item__text {
    font-size: 2.9vw;
  }
}
.page .product-item__text .is-price {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .product-item__text .is-price {
    font-size: 5.2vw;
  }
}
.page .product-item__text .is-price:before {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page .product-item__text .is-price:before {
    font-size: 3.1vw;
  }
}
.page .product-item__text.is-text-large .is-price {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .page .product-item__text.is-text-large .is-price {
    font-size: 6.5vw;
  }
}
.page .product-text {
  margin: 6px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .product-text {
    margin: 2.6vw auto 0;
    text-align: left;
  }
}
.page .product-text p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.733;
}
@media screen and (max-width: 768px) {
  .page .product-text p {
    font-size: 3.6vw;
    line-height: 1.42;
  }
}
.page .staff {
  background-color: #E3E3E3;
  margin: 0 auto 150px;
  padding: 60px 20px 50px;
}
@media screen and (max-width: 768px) {
  .page .staff {
    margin: 0 auto 19.5vw;
    padding: 5.2vw 0;
  }
}
.page .staff__inner {
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .staff__inner {
    width: 79.2vw;
  }
}
.page .staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .staff_list {
    margin-bottom: 2.6vw;
  }
}
.page .staff_list_item {
  width: 31.3%;
}
@media screen and (max-width: 768px) {
  .page .staff_list_item {
    width: 47.5%;
  }
}
.page .staff_list_item .item_text {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .staff_list_item .item_text {
    font-size: 3.6vw;
    letter-spacing: 0.1em;
    margin-bottom: 2.6vw;
  }
}
.page .staff_list_item .model {
  color: #707070;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page .staff_list_item .model {
    font-size: 3.1vw;
  }
}
.page .staff_list img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .staff_list img {
    margin-bottom: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page .staff_list .view-pc {
    display: none;
  }
}
.page .staff_nav {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .staff_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 79.2vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page .staff_nav a {
  display: block;
  text-align: right;
  font-size: 15px;
  color: #6A90B2;
  margin: 0 0 20px auto;
  letter-spacing: 0.1em;
  width: 365px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .staff_nav a {
    text-align: left;
    width: 47.5%;
    margin: 0;
    font-size: 2.6vw;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
}
.page .staff_nav a:last-of-type {
  margin-bottom: 0;
  width: 395px;
}
@media screen and (max-width: 768px) {
  .page .staff_nav a:last-of-type {
    width: 47.5%;
  }
}
.page .staff_nav a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/index/c_btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .page .staff_nav a::after {
    position: absolute;
    width: 2.6vw;
    height: 2.6vw;
    bottom: 0.6vw;
  }
}