@charset "UTF-8";
/* ============================================================================================== */
/* 全体                                                                                           */
/* ===============================================================================================*/
.cd_sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .cd_pc_only {
    display: none !important;
  }
  .cd_sp_only {
    display: block !important;
  }
  br.cd_sp_only,
  span.cd_sp_only,
  img.cd_sp_only {
    display: inline !important;
  }
  article img {
    max-width: none !important;
  }
}
/* ============================================================================================== */
/* HEADLINE                                                                                       */
/* ===============================================================================================*/
#headline {
  overflow: hidden;
  line-height: 0;
  position: relative;
}
#headline h1 {
  display: inline;
}
#headline h1 img {
  width: 100vw;
  min-width: 1500px;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
#headline svg {
  width: 100% !important;
  height: 60px !important;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#headline svg .headline_mask_cls-1 {
  fill: #0065a1;
}

@media screen and (max-width: 768px) {
  #headline {
    overflow: visible;
  }
  #headline h1 img {
    width: 100%;
    min-width: 0;
    transform: none;
    left: 0;
  }
  #headline svg {
    height: 4vw !important;
  }
}
/* ============================================================================================== */
/* SUMMARY                                                                                        */
/* ===============================================================================================*/
#summary {
  padding: 36px 0 58px;
  background: #0065a1;
}
#summary > dl > dt {
  padding-bottom: 30px;
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-position: center bottom;
  background-size: 100px 2px;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 0;
}
#summary > dl > dd .item.num01 {
  width: 1000px;
  margin: 0 auto 0;
  padding-top: 32px;
  position: relative;
  z-index: 0;
}
#summary > dl > dd .item.num01 h3 {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  font-feature-settings: "palt";
}
#summary > dl > dd .item.num01 p {
  display: block;
  margin-top: 18px;
  padding: 15px 0;
  border-top: 4px solid #ffaa00;
  border-bottom: 4px solid #ffaa00;
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  font-feature-settings: "palt";
}
#summary > dl > dd .item.num01 p i {
  font-feature-settings: normal;
  font-style: normal;
}
#summary > dl > dd .item.num02 {
  width: 1000px;
  margin: 16px auto 0;
}
#summary > dl > dd .item.num02 .flow {
  padding-left: 169px;
  line-height: 0;
}
#summary > dl > dd .item.num02 .explain {
  width: 1000px;
  margin: 15px auto 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-feature-settings: "palt";
}
#summary > dl > dd .item.num02 .explain i {
  font-feature-settings: normal;
  font-style: normal;
}
#summary > dl > dd .item.num03 {
  margin-top: 15px;
}
#summary > dl > dd .item.num03 > dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 534px;
  margin: 0 auto;
  padding: 18px 0 15px;
  border: 2px solid #ffaa00;
  color: #ffffff;
}
#summary > dl > dd .item.num03 > dl > dt {
  padding: 0px 18px 7px;
  font-size: 22px;
  line-height: 1;
  border-bottom: 2px solid #ffaa00;
}
#summary > dl > dd .item.num03 > dl > dd {
  margin-top: 7px;
}
#summary > dl > dd .item.num03 > dl > dd p {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-feature-settings: "palt";
}
#summary > dl > dd .item.num03 > dl > dd p i {
  font-feature-settings: normal;
  font-style: normal;
}
#summary > dl > dd .item.num04 {
  margin-top: 42px;
}
#summary > dl > dd .item.num04 p {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  font-feature-settings: "palt";
}
#summary > dl > dd .item.num04 p i {
  font-feature-settings: normal;
  font-style: normal;
}
#summary > dl > dd .item.num05 {
  margin-top: 27px;
  text-align: center;
}
#summary > dl > dd .item.num05 p {
  color: #ffaa00;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#summary > dl > dd .item.num05 a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 289px;
  height: 75px;
  margin: 17px auto 0;
  background: #ff7800;
  border-radius: 35px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #summary {
    padding: 6.2666666667vw 0 10.6666666667vw;
  }
  #summary > dl > dt {
    padding-bottom: 7.4666666667vw;
    background-size: 20vw 0.4vw;
  }
  #summary > dl > dt img {
    width: 48.5333333333vw !important;
  }
  #summary > dl > dd .item.num01 {
    width: 93.3333333333vw;
    padding-top: 6.6666666667vw;
  }
  #summary > dl > dd .item.num01 h3 {
    display: block;
    font-size: 8vw;
    line-height: 9.3333333333vw;
  }
  #summary > dl > dd .item.num01 p {
    margin-top: 12.6666666667vw;
    padding: 3.4666666667vw 0;
    border-top: 0.8vw solid #ffaa00;
    border-bottom: 0.8vw solid #ffaa00;
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
  #summary > dl > dd .item.num02 {
    width: 93.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
  #summary > dl > dd .item.num02 .flow {
    padding-left: 0vw;
  }
  #summary > dl > dd .item.num02 .flow img {
    width: 93.3333333333vw !important;
    position: relative;
    left: 0.8vw;
  }
  #summary > dl > dd .item.num02 .explain {
    width: auto;
    margin: 3.2vw auto 0;
    text-align: left;
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  #summary > dl > dd .item.num03 {
    margin-top: 3.6vw;
  }
  #summary > dl > dd .item.num03 > dl {
    width: 93.3333333333vw;
    padding: 3.6vw 0 2.9333333333vw;
    border: 0.4vw solid #ffaa00;
  }
  #summary > dl > dd .item.num03 > dl > dt {
    padding: 0vw 3.6vw 1.3333333333vw;
    font-size: 4.4vw;
    border-bottom: 0.4vw solid #ffaa00;
  }
  #summary > dl > dd .item.num03 > dl > dd {
    margin-top: 1.8666666667vw;
  }
  #summary > dl > dd .item.num03 > dl > dd p {
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  #summary > dl > dd .item.num04 {
    margin-top: 6.4vw;
  }
  #summary > dl > dd .item.num04 p {
    font-size: 4vw;
    line-height: 5.6vw;
  }
  #summary > dl > dd .item.num05 {
    margin-top: 4.2666666667vw;
  }
  #summary > dl > dd .item.num05 p {
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
  }
  #summary > dl > dd .item.num05 a {
    width: 57.8vw;
    height: 15vw;
    margin: 3.2vw auto 0;
    border-radius: 7vw;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
}
/* ============================================================================================== */
/* ポイント獲得方法                                                                               */
/* ===============================================================================================*/
#howto_get_point {
  padding: 44px 0 0;
  background: #fff4de;
}
#howto_get_point > dl > dt {
  padding-bottom: 32px;
  background-image: linear-gradient(to right, #ff7800, #ff7800);
  background-position: center bottom;
  background-size: 100px 2px;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 0;
}
#howto_get_point > dl > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 1000px;
  margin: 50px auto 0;
}
#howto_get_point > dl > dd .item.num01 {
  margin-top: -7px;
}
#howto_get_point > dl > dd .item.num01 > dl {
  color: #424242;
}
#howto_get_point > dl > dd .item.num01 > dl > dt {
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  font-feature-settings: "palt";
}
#howto_get_point > dl > dd .item.num01 > dl > dd {
  width: 364px;
  margin-top: 15px;
}
#howto_get_point > dl > dd .item.num01 > dl > dd p {
  font-size: 16px;
  line-height: 26px;
  font-feature-settings: "palt";
}
#howto_get_point > dl > dd .item.num01 > dl > dd p i {
  font-feature-settings: normal;
  font-style: normal;
}
#howto_get_point > dl > dd .item.num02 {
  line-height: 0;
}

@media screen and (max-width: 768px) {
  #howto_get_point {
    padding: 9.3333333333vw 0 0;
  }
  #howto_get_point > dl > dt {
    padding-bottom: 7.4666666667vw;
    background-size: 20vw 0.4vw;
  }
  #howto_get_point > dl > dt img {
    width: 50vw !important;
  }
  #howto_get_point > dl > dd {
    display: block;
    width: auto;
    margin: 4.6666666667vw auto 0;
  }
  #howto_get_point > dl > dd .item.num01 {
    margin-top: 0;
  }
  #howto_get_point > dl > dd .item.num01 > dl > dt {
    text-align: center;
    font-size: 5.2vw;
    line-height: 7.2vw;
  }
  #howto_get_point > dl > dd .item.num01 > dl > dd {
    width: 93.3333333333vw;
    margin: 4vw auto 0;
  }
  #howto_get_point > dl > dd .item.num01 > dl > dd p {
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  #howto_get_point > dl > dd .item.num02 {
    margin-top: 4.6666666667vw;
    text-align: center;
  }
  #howto_get_point > dl > dd .item.num02 img {
    width: 93.6vw !important;
  }
}
/* ============================================================================================== */
/* ポイントの活用方法                                                                             */
/* ===============================================================================================*/
#point_usage {
  padding: 50px 0 61px;
  background: #ffffff;
}
#point_usage > dl > dt {
  padding-bottom: 32px;
  background-image: linear-gradient(to right, #ff7800, #ff7800);
  background-position: center bottom;
  background-size: 100px 2px;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 0;
}
#point_usage > dl > dd {
  margin-top: 27px;
  color: #424242;
  font-feature-settings: "palt";
}
#point_usage > dl > dd .item.num01 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
#point_usage > dl > dd .item.num02 {
  margin-top: 42px;
}
#point_usage > dl > dd .item.num02 .text_1 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
#point_usage > dl > dd .item.num02 .text_1 i {
  font-feature-settings: normal;
  font-style: normal;
}
#point_usage > dl > dd .item.num02 .usage_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 17px;
  gap: 0 54px;
}
#point_usage > dl > dd .item.num02 .usage_list li {
  width: 230px;
  height: 230px;
  background-color: #ffaa00;
  border-radius: 230px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#point_usage > dl > dd .item.num02 .usage_list li:nth-child(1) {
  background-image: url("../../../images/campaign/go-to-the-office-point/point_usage_illust_01.svg");
}
#point_usage > dl > dd .item.num02 .usage_list li:nth-child(2) {
  background-image: url("../../../images/campaign/go-to-the-office-point/point_usage_illust_02.svg");
}
#point_usage > dl > dd .item.num02 .usage_list li:nth-child(3) {
  background-image: url("../../../images/campaign/go-to-the-office-point/point_usage_illust_03.svg");
}
#point_usage > dl > dd .item.num02 .usage_list li p {
  padding-top: 124px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
#point_usage > dl > dd .item.num02 .text_2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 22px;
}
#point_usage > dl > dd .item.num02 .text_2 p {
  padding-bottom: 12px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
#point_usage > dl > dd .item.num02 .text_2 p i {
  font-feature-settings: normal;
  font-style: normal;
}
#point_usage > dl > dd .item.num02 .text_2 p::before, #point_usage > dl > dd .item.num02 .text_2 p::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ffaa00;
  position: absolute;
  left: 0;
  bottom: 0;
}
#point_usage > dl > dd .item.num02 .text_2 p::before {
  bottom: 5px;
}

@media screen and (max-width: 768px) {
  #point_usage {
    padding: 9.3333333333vw 0 14.1333333333vw;
  }
  #point_usage > dl > dt {
    padding-bottom: 6.6666666667vw;
    background-size: 20vw 0.4vw;
  }
  #point_usage > dl > dt img {
    width: 49.4666666667vw !important;
  }
  #point_usage > dl > dd {
    margin-top: 4.2666666667vw;
  }
  #point_usage > dl > dd .item.num01 {
    font-size: 5.2vw;
    line-height: 7.2vw;
  }
  #point_usage > dl > dd .item.num02 {
    margin-top: 5.6vw;
  }
  #point_usage > dl > dd .item.num02 .text_1 {
    font-size: 4.4vw;
  }
  #point_usage > dl > dd .item.num02 .usage_list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3.6vw;
    gap: 0 2.4vw;
  }
  #point_usage > dl > dd .item.num02 .usage_list li {
    width: 46vw;
    height: 46vw;
    border-radius: 46vw;
  }
  #point_usage > dl > dd .item.num02 .usage_list li p {
    padding-top: 24.6666666667vw;
    font-size: 4vw;
    line-height: 5.6vw;
  }
  #point_usage > dl > dd .item.num02 .usage_list li:nth-child(1) {
    margin: 0 16vw;
  }
  #point_usage > dl > dd .item.num02 .usage_list li:nth-child(n+2) {
    margin-top: -3.4666666667vw;
  }
  #point_usage > dl > dd .item.num02 .text_2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 4.4vw;
  }
  #point_usage > dl > dd .item.num02 .text_2 p {
    padding-bottom: 3.0666666667vw;
    font-size: 4.4vw;
    line-height: 6.4vw;
  }
  #point_usage > dl > dd .item.num02 .text_2 p::before, #point_usage > dl > dd .item.num02 .text_2 p::after {
    height: 0.4vw;
  }
  #point_usage > dl > dd .item.num02 .text_2 p::before {
    bottom: 0.6vw;
  }
}
/* ============================================================================================== */
/* お問い合わせ                                                                                   */
/* ===============================================================================================*/
#campaign_contact {
  width: 100%;
  box-sizing: border-box;
  height: 283px;
  padding-top: 42px;
  background-image: linear-gradient(0deg, rgb(0, 101, 161) 0%, rgb(22, 131, 187) 45.53%, rgb(53, 172, 223) 100%);
  overflow: hidden;
  position: relative;
}
#campaign_contact > dl > dt {
  text-align: center;
  line-height: 0;
  position: relative;
  z-index: 2;
}
#campaign_contact > dl > dt h2 {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: #ffaa00;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#campaign_contact > dl > dd {
  margin-top: 20px;
}
#campaign_contact > dl > dd a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 289px;
  height: 75px;
  margin: 0 auto;
  background: #ff7800;
  border-radius: 35px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
}
#campaign_contact .decoration {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  min-width: 1500px;
  transform: translateX(-50%);
  pointer-events: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #campaign_contact {
    height: 104.1333333333vw;
    padding-top: 7.6vw;
  }
  #campaign_contact > dl > dt img {
    width: 9.3333333333vw !important;
  }
  #campaign_contact > dl > dt h2 {
    margin-top: 2.8vw;
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
  }
  #campaign_contact > dl > dd {
    margin-top: 2.6666666667vw;
  }
  #campaign_contact > dl > dd a {
    width: 57.8vw;
    height: 15vw;
    border-radius: 7vw;
    font-size: 3.7333333333vw;
  }
  #campaign_contact .decoration {
    min-width: 0;
    transform: none;
    left: 0;
    bottom: 0;
  }
  #campaign_contact .decoration img {
    width: 100% !important;
  }
}

/*# sourceMappingURL=index.css.map */
