@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
#container {
  width: 100%;
  padding: 0;
  font-family: "Noto Sans JP";
}

.anime-fuwafuwa {
  -webkit-animation: fuwafuwa 2.6s infinite linear 0s alternate;
          animation: fuwafuwa 2.6s infinite linear 0s alternate;
}

.is-sea .anime-fuwafuwa {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.sea {
  overflow: hidden;
  line-height: 2;
}

.sea * {
  box-sizing: border-box;
}

.sea img {
  max-width: 100%;
}

.sea-ttl-01 {
  margin-bottom: 12px;
  text-align: center;
}

.sea-ttl-01 > span {
  display: inline-block;
  margin-top: .9em;
  padding: .35em .5em;
  background: #0075c2;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
}

.sea-ttl-01.is-white > span {
  background-color: #fff;
  color: #0075c2;
}

.sea-lead {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
}

.sea-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #0075c2;
  color: #0075c2;
  font-weight: 700;
  text-align: center;
}

.sea-btn::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 100%;
  height: 100%;
  background: url(../img/bg_dots_blue.png) repeat 100% 100%;
}

.sea-btn > span {
  display: block;
  position: relative;
  padding: 8px 0;
  background-color: #fff;
  letter-spacing: .1em;
}

.sea-btn > span.is-small {
  padding: 10px 0;
  font-size: .875em;
  letter-spacing: .05em;
}

.sea-btn > span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #0075c2;
  border-bottom: 1px solid #0075c2;
}

.sea-btn.is-white::before {
  background-image: url(../img/bg_dots_white.png);
}

.sea-btn:link, .sea-btn:visited, .sea-btn:hover, .sea-btn:active {
  text-decoration: none;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

.mv {
  height: 680px;
  padding-top: 225px;
  background: url(../img/bg_mv_pc.jpg) no-repeat 50% 0/cover;
}

.mv__ttl {
  margin: 0 0 0 -15px;
  padding: 0;
}

.mv__lead, .mv__txt {
  color: #fff;
  letter-spacing: .08em;
  text-shadow: 1px 1px 10px #1c418d,-1px 1px 10px #1c418d,1px -1px 10px #1c418d,-1px -1px 10px #1c418d, 2px 2px 5px #1c418d,-2px 2px 5px #1c418d,2px -2px 5px #1c418d,-2px -2px 5px #1c418d;
}

.mv__lead {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
}

.mv__txt {
  line-height: 2.1;
}

.question {
  margin-bottom: 40px;
  padding-top: 30px;
}

.question__ttl {
  position: relative;
  margin-bottom: .5em;
  padding-top: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.question__ttl span {
  display: block;
  position: relative;
  margin-bottom: .8em;
  padding-bottom: .5em;
  color: #8bc3e6;
  font-size: 16px;
  letter-spacing: .1em;
}

.question__ttl span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2em;
  height: 2px;
  background-color: #8bc3e6;
}

.question-01 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.question-01 .question__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 171px;
  height: 107px;
  background: url(../img/img_question_01.png) no-repeat 100% 0/contain;
}

.question-01 .question__txt {
  width: 95%;
}

.question-01__txt-box {
  position: relative;
  padding-bottom: 30px;
}

.question-01__txt-box::before {
  content: "";
  position: absolute;
  top: 106px;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: calc(100% - 107px);
  background-color: #e8f6ff;
}

.question-01__img {
  width: 522px;
  margin: 90px 0 0 -42px;
}

.question-02 {
  position: relative;
}

.question-02 .question__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 192px;
  height: 107px;
  background: url(../img/img_question_02.png) no-repeat 100% 0/contain;
}

.question-02__txt-box {
  position: relative;
}

.question-02__txt-box::before {
  content: "";
  position: absolute;
  top: 106px;
  left: -20px;
  z-index: -1;
  width: 100vw;
  height: calc(100% - 107px);
  background-color: #e8f6ff;
}

.question-02__img {
  z-index: +1;
}

.question-02__btn {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.attention {
  margin-bottom: 50px;
  padding: 0 4% 20px;
  background: url(../img/bg_attention.png) no-repeat top 20px right -50px/200px;
  border: 7px solid #fff000;
  border-radius: 25px;
}

.attention__ttl {
  display: block;
  width: 140px;
  margin: -15px auto 25px;
  background-color: #fff;
  text-align: center;
}

.attention__lead {
  margin-bottom: 15px;
  text-align: center;
}

.attention__lead > span {
  display: inline-block;
  padding: 0 .5em;
  background-color: #fff000;
  font-weight: 700;
  letter-spacing: .1em;
}

.attention__txt {
  margin-bottom: 20px;
}

.attention__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.attention__list-item {
  width: 49%;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.attention__list-item img {
  margin-bottom: 10px;
}

.attention__list-item span {
  display: block;
}

.info {
  max-width: 960px;
  padding: 25px 5% 20px;
  border: 8px solid #499384;
  border-radius: 25px;
  font-family: "Noto Sans JP";
  text-align: left;
  margin-top: 45px;
}

.info + .info {
  margin-top: 30px;
}

.info img {
  max-width: 100%;
}

.info.is-sea {
  border-color: #0075c2;
}

.info__ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #499384;
  font-size: 16px;
  font-weight: 700;
}

.is-sea .info__ttl {
  color: #0075c2;
}

.info__ttl .is-icon {
  margin-right: 20px;
}

.info__ttl .is-txt {
  line-height: 1.35;
  letter-spacing: .05em;
}

.info__txt {
  margin-bottom: 15px;
  line-height: 1.7;
}

.info__txt span {
  color: #e61a7f;
  font-weight: 700;
}

.info__box-txt {
  padding: 15px 10px;
  background-color: #499384;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.info__box-txt .is-large {
  display: inline-block;
  margin-bottom: .2em;
  border-bottom: 2px dashed #fff;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: -.05em;
}

.action {
  position: relative;
  padding: 60px 0 30px;
  background: #e8f6ff url(../img/bg_action.png) repeat-x 50% 0;
}

.action::before {
  content: "";
  position: absolute;
  background: url(../img/bg_action_bubble.png) no-repeat 0 50%/contain;
}

.action .inner {
  position: relative;
  z-index: +1;
}

.action__list {
  display: -webkit-box;
  display: flex;
}

.action__list-item:first-of-type {
  margin-right: 2%;
}

.action__list-item span {
  display: block;
  margin-top: 1em;
  color: #0075c2;
  font-size: 11.5px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.five-r {
  margin-bottom: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(36%, #e8f6ff), color-stop(36%, #fff));
  background: linear-gradient(#e8f6ff 36%, #fff 36%);
}

.five-r__inner {
  position: relative;
  z-index: +1;
  padding-bottom: 5vw;
  background: #0075c2 url(../img/bg_5r_bubble.png) no-repeat -10px 20px/calc(100% + 20px);
}

.five-r__inner::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 87px;
  height: 28px;
  background: url(../img/bg_5r_arrow.png) no-repeat 0 0/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.five-r__ttl {
  margin-left: -10%;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  text-align: center;
}

.five-r__txt {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.five-r__box {
  position: relative;
}

.five-r__arrow {
  position: absolute;
  top: -2%;
  left: -1.8%;
  z-index: +2;
}

.five-r__point {
  position: absolute;
  top: 6px;
  right: 4.4%;
  z-index: +2;
}

.five-r__list {
  position: relative;
  margin-bottom: 13px;
  padding: 10px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 15px;
}

.five-r__list::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #00568e;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.five-r__list.is-list02::before {
  content: "";
  width: 90%;
  background: #01609e;
}

.five-r__list.is-list03::before {
  content: "";
  width: 50%;
  background: #0070ba;
}

.five-r__list-item {
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  padding: 6px 2% 8px;
  border-radius: 15px;
  text-align: center;
}

.five-r__list-ttl {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .05em;
}

.five-r__list-ttl:first-letter {
  font-size: 1.5em;
}

.five-r__list-ttl span {
  display: block;
  font-size: 10px;
}

.five-r__list-txt {
  font-weight: 500;
  line-height: 1.3;
}

.five-r__example {
  padding: 0 5% 5%;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 35px;
}

.five-r__example-ttl {
  width: 150px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0075c2;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.3;
  text-align: center;
}

.five-r__example-list {
  font-weight: 500;
}

.five-r__example-list > li {
  padding-left: 36px;
  background: url(../img/icon_check.png) no-repeat 0 50%;
}

.five-r__example-list span {
  color: #0075c2;
}

.five-r__example-txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.five-r__example-txt .is-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #e8f6ff));
  background: linear-gradient(transparent 70%, #e8f6ff 70%);
}

.five-r__example-txt .is-blue {
  color: #0075c2;
}

.five-r__example-txt .is-small {
  font-size: .8em;
}

.five-r__example-txt .is-phonetic {
  position: relative;
}

.five-r__example-txt .is-phonetic > span {
  display: block;
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
  white-space: nowrap;
}

.pickup {
  padding-bottom: 50px;
}

.pickup__ttl {
  background: url(../img/img_pivkup_ttl.png) no-repeat 50% 100%;
  font-weight: 700;
  text-align: center;
  letter-spacing: .07em;
}

.pickup__txt {
  margin-bottom: 12px;
  text-align: center;
}

.pickup__img {
  position: relative;
  text-align: center;
}

.pickup__eco {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  text-align: left;
  line-height: 1.4;
}

.pickup__eco-img {
  margin-right: 10px;
}

.pickup__note {
  font-size: 10px;
  line-height: 1.8;
  text-align: center;
}

.point {
  padding: 10px 0 30px;
  background-color: #0075c2;
}

.point__inner {
  position: relative;
}

.point__ttl {
  margin-bottom: 14px;
}

.point__lead {
  margin-bottom: 15px;
  padding: 5%;
  border: 2px solid #fff;
  border-radius: 12px;
  color: #fff;
}

.point__lead-ttl {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}

.point__box {
  position: relative;
  padding: 26px 5% 5%;
  background-color: #fff;
  border-radius: 25px;
}

.point__box-ttl {
  position: relative;
  z-index: +1;
  margin-bottom: 20px;
  color: #0075c2;
  font-weight: 700;
  letter-spacing: .1em;
}

.point__box-ttl img {
  position: absolute;
  z-index: -1;
}

.point__box-ttl .is-round {
  padding: 0 .3em;
}

.point__box-ttl .is-round > span {
  position: relative;
  padding: 0 .15em;
  color: #fff;
}

.point__box-ttl .is-round > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0075c2;
  border-radius: 30px;
}

.point__box-about {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

.point__box-about-txt {
  display: -webkit-box;
  display: flex;
  background-color: #0075c2;
  border: 1px solid #0075c2;
  border-radius: 20px;
  font-weight: 500;
}

.point__box-about-txt .is-blue {
  width: 100px;
  padding: 0 .8em 0 1em;
  color: #fff;
  font-weight: 700;
  letter-spacing: .1em;
  white-space: nowrap;
}

.point__box-about-txt .is-blue span {
  font-size: .8em;
}

.point__box-about-txt .is-txt {
  -webkit-box-flex: 1;
          flex: 1;
  padding: .3em 1em;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
}

.point__box-txt {
  position: relative;
  background-color: #e8f6ff;
  color: #0075c2;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}

.point__box-txt::before, .point__box-txt::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  border-top: 2px dashed #0075c2;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.point__box-txt::before {
  top: 5px;
  left: -9px;
}

.point__box-txt::after {
  bottom: 3px;
  right: -10px;
}

.point__btn {
  margin-top: 25px;
  text-align: center;
}

.point01__list {
  margin-bottom: 20px;
}

.point01__list-item {
  line-height: 1.7;
}

.point01__list-txt {
  letter-spacing: .1em;
}

.point02__list {
  margin-bottom: 20px;
}

.point02__list-txt {
  line-height: 1.7;
  letter-spacing: .1em;
}

.point02__reflection {
  position: relative;
}

.point02__reflection-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #d661a8;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.point02__reflection-list {
  display: -webkit-box;
  display: flex;
}

.point02__reflection-list dl {
  margin-top: 5px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.point02__reflection-list dl dt {
  display: inline-block;
  margin-bottom: 3px;
  background-color: #d661a8;
  border-radius: 50px;
  color: #fff;
}

.point02__reflection-list dl dd {
  color: #d661a8;
}

.baton {
  padding: 40px 0;
  background-color: #e8f6ff;
}

.baton__box {
  margin-bottom: 30px;
}

.baton__box-bnr {
  text-align: center;
}

.baton__spot {
  position: relative;
  margin-bottom: 30px;
  padding: 7% 5%;
  background-color: #fff;
  border: 6px solid #0075c2;
  border-radius: 25px;
}

.baton__spot-ttl {
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 6px;
  background-color: #fff;
}

.baton__spot-ttl img {
  margin-top: -6px;
}

.baton__spot-subttl {
  margin-bottom: 10px;
  line-height: 2;
  letter-spacing: .1em;
}

.baton__spot-subttl .is-catch {
  font-weight: 700;
}

.baton__spot-subttl .is-band {
  padding: .1em .4em .1em .6em;
  background-color: #fff000;
  font-size: 20px;
  font-weight: 700;
}

.baton__spot-txt {
  margin-bottom: 10px;
}

.baton__spot-btn {
  text-align: center;
}

.baton__sdgs-ttl {
  display: inline-block;
  margin-bottom: 10px;
  padding: .2em .4em;
  background-color: #0075c2;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .1em;
}

.baton__sdgs-ttl span {
  font-size: .7em;
}

.baton__sdgs-box {
  margin-bottom: 20px;
}

.baton__sdgs-txt {
  line-height: 1.7;
}

.baton__sdgs-img {
  text-align: center;
}

.baton__sdgs-btn {
  text-align: center;
}

.quiz {
  padding: 35px 0 20px;
  background: url(../img/bg_quiz.jpg) no-repeat 50% 0/cover;
}

.quiz__ttl {
  margin-bottom: 18px;
}

.quiz__lead {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .1em;
  text-align: center;
}

.quiz__btn {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#0075c2), to(#00c9c7));
  background: linear-gradient(90deg, #0075c2 0%, #00c9c7 100%);
  border: 2px solid #fff;
  border-radius: 100px;
  color: #fff;
  text-align: center;
}

.quiz__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.quiz__btn:link, .quiz__btn:visited, .quiz__btn:hover, .quiz__btn:active {
  color: #fff;
  text-decoration: none;
}

.quiz__btn-ttl {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 10px;
  line-height: 1;
}

.quiz__btn-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 45px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

.quiz__btn-txt {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
}

.quiz__link-ttl {
  color: #fff;
  font-weight: 500;
}

.quiz__link-list {
  font-weight: 500;
  line-height: 1.7;
}

.quiz__link-list a:link, .quiz__link-list a:visited, .quiz__link-list a:hover, .quiz__link-list a:active {
  color: #fff;
  text-decoration: none;
}

.quiz__link-list a:active {
  text-decoration: underline;
}

.btn-challenge {
  display: none;
  z-index: 10;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.modal {
  max-width: 900px;
  padding: 25px 5% 20px;
  border: 8px solid #499384;
  border-radius: 25px;
  font-family: "Noto Sans JP";
  text-align: left;
}

.modal img {
  max-width: 100%;
}

.modal.is-sea {
  border-color: #0075c2;
}

.modal__ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #499384;
  font-size: 16px;
  font-weight: 700;
}

.is-sea .modal__ttl {
  color: #0075c2;
}

.modal__ttl .is-icon {
  margin-right: 20px;
}

.modal__ttl .is-txt {
  line-height: 1.35;
  letter-spacing: .05em;
}

.modal__txt {
  margin-bottom: 10px;
  line-height: 1.7;
}

.modal__txt span {
  color: #e61a7f;
  font-weight: 700;
}

.modal__box-txt {
  padding: 15px 10px;
  background-color: #499384;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.modal__box-txt .is-large {
  display: inline-block;
  margin-bottom: .2em;
  border-bottom: 2px dashed #fff;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: -.05em;
}

.remodal-close {
  top: 5px;
  right: 5px;
  left: auto;
  width: 30px;
  height: 30px;
  background: url(../img/icon_close.png) no-repeat 0 0/contain;
}

.remodal-close::before {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
  .sea {
    min-width: 960px;
    font-size: 15px;
  }
  .sea-ttl-01 {
    margin-bottom: 15px;
  }
  .sea-ttl-01 > span {
    font-size: 18px;
  }
  .sea-lead {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .sea-btn {
    min-width: 320px;
  }
  .sea-btn > span {
    padding: 13px 0;
    font-size: 16px;
  }
  .sea-btn > span.is-small {
    padding: 17px 0;
  }
  .sea-btn > span::before {
    right: 15px;
    width: 10px;
    height: 10px;
  }
  .question {
    margin-bottom: 135px;
    padding-top: 65px;
  }
  .question__ttl {
    padding-top: 25px;
    font-size: 36px;
  }
  .question__ttl span {
    font-size: 20px;
  }
  .question-01 {
    margin-bottom: 70px;
  }
  .question-01 .question__txt {
    width: 425px;
  }
  .question-01__txt-box {
    width: 50%;
    padding-bottom: 60px;
  }
  .question-02 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    padding-bottom: 100px;
  }
  .question-02 .question__ttl {
    padding-left: 220px;
    font-size: 38px;
    letter-spacing: .05em;
  }
  .question-02 .question__txt {
    padding-left: 220px;
  }
  .question-02__txt-box {
    width: 500px;
    padding-bottom: 60px;
  }
  .question-02__img {
    -webkit-box-ordinal-group: 0;
            order: -1;
    position: absolute;
    top: 80px;
    left: -130px;
    width: 840px;
  }
  .question-02__btn {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    cursor: pointer;
  }
  .question-02__btn:hover {
    opacity: .8;
  }
  .question-02__btn.is-mountain {
    top: -80px;
    right: 305px;
    width: 250px;
    height: 310px;
  }
  .question-02__btn.is-sea {
    top: 60px;
    right: 50px;
    width: 250px;
    height: 290px;
  }
  .attention {
    margin-bottom: 160px;
    padding: 0 80px 50px;
    background: url(../img/bg_attention.png) no-repeat top 50px right -95px;
    border-width: 13px;
    border-radius: 50px;
  }
  .attention__ttl {
    margin: -20px auto 50px;
  }
  .attention__lead {
    margin-bottom: 35px;
  }
  .attention__lead > span {
    font-size: 30px;
    line-height: 1.8;
  }
  .attention__txt {
    margin-bottom: 35px;
  }
  .attention__list {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .attention__list-item {
    width: 260px;
    margin: 0 30px;
    font-size: 14px;
  }
  .attention__list-item img {
    margin-bottom: 15px;
  }
  .info {
    min-width: 900px;
    padding: 30px 40px;
    border-width: 15px;
    border-radius: 50px;
    margin-top: 80px;
  }
  .info + .info {
    margin-top: 50px;
  }
  .info__ttl {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .info__txt {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .info__box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    gap: 35px;
  }
  .info__box-img {
    width: 460px;
  }
  .info__box-txt {
    padding: 30px 20px;
    border-radius: 20px;
    font-size: 16px;
  }
  .info__box-txt .is-large {
    font-size: 1.5em;
  }
  .action {
    padding: 120px 0 60px;
  }
  .action::before {
    top: -35px;
    left: 50%;
    width: 1548px;
    height: 747px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: -60px;
  }
  .action__box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .action__box-item {
    width: 48%;
  }
  .action__txt {
    margin-top: 40px;
  }
  .action__list-item:first-of-type {
    margin-right: 15px;
  }
  .action__list-item span {
    font-size: 14px;
  }
  .five-r {
    margin-bottom: 100px;
  }
  .five-r__inner {
    padding: 0 40px 40px;
    background-position: -25px 45px;
    border-radius: 50px;
  }
  .five-r__inner::before {
    bottom: -56px;
    width: 173px;
    height: 56px;
  }
  .five-r__ttl {
    margin-left: -50px;
  }
  .five-r__txt {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .five-r__arrow {
    top: auto;
    bottom: 0;
    left: 4.8%;
  }
  .five-r__list {
    margin-bottom: 25px;
    padding: 17px 0;
    gap: 20px;
  }
  .five-r__list::before {
    width: 77%;
    border-radius: calc(infinity * 1px);
  }
  .five-r__list.is-list02::before {
    width: 61%;
  }
  .five-r__list.is-list03::before {
    width: 41%;
  }
  .five-r__list-item {
    width: 160px;
    padding: 12px 0 17px;
    border-radius: 15px;
  }
  .five-r__list-ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .five-r__list-icon {
    height: 56px;
    margin-bottom: 15px;
  }
  .five-r__list-icon img {
    vertical-align: text-top;
  }
  .five-r__list-txt {
    font-size: 16px;
  }
  .five-r__example {
    position: relative;
    padding: 0 30px 20px;
    margin-top: 60px;
  }
  .five-r__example-ttl {
    margin-bottom: -10px;
    font-size: 22px;
  }
  .five-r__example-list {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .five-r__example-img {
    position: absolute;
    top: -25px;
    right: -16px;
  }
  .five-r__example-txt {
    font-size: 28px;
  }
  .pickup {
    padding-bottom: 90px;
  }
  .pickup__ttl {
    margin-bottom: 40px;
    padding-top: 42px;
    font-size: 30px;
  }
  .pickup__txt {
    margin-bottom: 25px;
  }
  .pickup__img {
    margin-bottom: 40px;
    text-align: right;
  }
  .pickup__eco {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
  }
  .point {
    padding: 20px 0 60px;
  }
  .point__ttl {
    margin-bottom: 28px;
  }
  .point__lead {
    width: 660px;
    margin-bottom: 80px;
    padding: 20px 30px;
    border-radius: 25px;
  }
  .point__lead-ttl {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .point__img {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: +1;
  }
  .point__box {
    padding: 50px 55px 50px;
    border-radius: 50px;
  }
  .point__box-ttl {
    margin-bottom: 35px;
    font-size: 34px;
  }
  .point__box-ttl img {
    top: -115px;
    left: 0;
  }
  .point__box-ttl .is-round > span::before {
    width: 65px;
    height: 65px;
    border-radius: 65px;
  }
  .point__box-about {
    margin-bottom: 30px;
  }
  .point01 .point__box-about {
    width: 450px;
  }
  .point01 .point__box-about:first-of-type {
    margin-bottom: 15px;
  }
  .point02 .point__box-about {
    width: 660px;
  }
  .point__box-about-txt .is-blue {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 134px;
    font-size: 20px;
  }
  .point__box-img {
    position: absolute;
  }
  .point01 .point__box-img {
    top: 100px;
    right: 40px;
  }
  .point02 .point__box-img {
    top: -38px;
    right: 24px;
  }
  .point__box-txt {
    padding: 16px 0;
    font-size: 24px;
  }
  .point__box-txt::before, .point__box-txt::after {
    width: 60px;
  }
  .point__box-txt::before {
    top: 12px;
    left: -17px;
  }
  .point__box-txt::after {
    bottom: 6px;
    right: -17px;
  }
  .point__btn {
    margin-top: 50px;
  }
  .point01 {
    margin-bottom: 110px;
  }
  .point01__list {
    display: -webkit-box;
    display: flex;
    margin-bottom: 40px;
  }
  .point01__list-item.is-01 {
    width: 341px;
    margin-right: 30px;
  }
  .point01__list-item.is-02 {
    width: 467px;
  }
  .point01__list-img {
    margin-bottom: 15px;
  }
  .point02__list {
    display: -webkit-box;
    display: flex;
    margin-bottom: 15px;
  }
  .point02__list-item.is-01 {
    width: 316px;
  }
  .point02__list-item.is-02 {
    -webkit-box-flex: 1;
            flex: 1;
  }
  .point02__list-img {
    margin-bottom: 15px;
  }
  .point02__reflection {
    margin-left: 30px;
    margin-right: -26px;
  }
  .point02__reflection-ttl {
    width: 165px;
    -webkit-transform: translate(-102px, -50%);
            transform: translate(-102px, -50%);
    font-size: 22px;
  }
  .point02__reflection-list > li:first-of-type {
    margin-right: 5px;
  }
  .point02__reflection-list dl dt {
    min-width: 195px;
  }
  .baton {
    padding: 85px 0 50px;
  }
  .baton__box {
    display: grid;
    grid-template-columns: 1fr 320px;
    margin-bottom: 60px;
    gap: 25px;
  }
  .baton__spot {
    margin-bottom: 60px;
    padding: 45px 60px 30px;
    border-width: 13px;
    border-radius: 50px;
  }
  .baton__spot-ttl {
    top: -13px;
  }
  .baton__spot-subttl {
    margin-bottom: 15px;
  }
  .baton__spot-subttl .is-catch {
    font-size: 12px;
  }
  .baton__spot-subttl .is-band {
    font-size: 24px;
  }
  .baton__spot-txt {
    width: 390px;
    margin-bottom: 50px;
  }
  .baton__spot-img {
    position: absolute;
    top: 40px;
    right: 66px;
  }
  .baton__sdgs-ttl {
    margin-bottom: 18px;
    font-size: 24px;
  }
  .baton__sdgs-box {
    display: -webkit-box;
    display: flex;
    margin-bottom: 35px;
  }
  .baton__sdgs-txt {
    -webkit-box-flex: 1;
            flex: 1;
    font-size: 12px;
  }
  .baton__sdgs-img {
    width: 356px;
    margin-left: 34px;
  }
  .quiz {
    padding: 75px 0 50px;
  }
  .quiz__ttl {
    margin-bottom: 30px;
  }
  .quiz__lead {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .quiz__btn {
    max-width: 750px;
    margin: 0 auto 30px;
    padding: 30px 10px 23px;
    border-width: 4px;
  }
  .quiz__btn::before {
    right: 40px;
    width: 20px;
    height: 20px;
  }
  .quiz__btn-ttl {
    margin-bottom: 6px;
    padding-bottom: 18px;
  }
  .quiz__btn-txt {
    font-size: 30px;
  }
  .quiz__link-list a:hover {
    text-decoration: underline;
  }
  .modal {
    min-width: 900px;
    padding: 30px 40px;
    border-width: 15px;
    border-radius: 50px;
  }
  .modal__ttl {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .modal__txt {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .modal__box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
  }
  .modal__box-img {
    width: 460px;
  }
  .modal__box-txt {
    padding: 30px 20px;
    border-radius: 20px;
    font-size: 16px;
  }
  .modal__box-txt .is-large {
    font-size: 1.5em;
  }
  .remodal-close {
    top: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
  @-webkit-keyframes fuwafuwa {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(0, -5px);
              transform: translate(0, -5px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  @keyframes fuwafuwa {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(0, -5px);
              transform: translate(0, -5px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  .sea-ttl-01 img {
    max-height: 40px;
  }
  .sea-btn {
    width: 100%;
  }
  .inner {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .mv {
    height: 106.25vw;
    padding: 9vw 0;
    background: url(../img/bg_mv_sp.jpg) no-repeat 50% 0/cover;
    text-align: center;
  }
  .mv__ttl {
    width: 80%;
    margin: 0 auto 10px;
  }
  .mv__lead {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .mv__txt {
    font-size: 12px;
  }
  .question-01 .question__ttl::before {
    height: 64px;
  }
  .question-01__txt-box::before {
    top: 63px;
    width: 100vw;
    height: calc(100% - 64px);
  }
  .question-01__img {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
  }
  .question-02 .question__ttl::before {
    left: auto;
    right: 0;
    height: 64px;
  }
  .question-02 .question__ttl span {
    width: calc(100% - 120px);
  }
  .question-02__txt-box {
    padding-left: 5%;
    padding-bottom: 30px;
  }
  .question-02__txt-box::before {
    left: 0%;
    top: 63px;
    width: 100vw;
    height: calc(100% - 64px);
  }
  .question-02__img {
    position: relative;
    width: 140%;
    margin-top: 19%;
    margin-left: -25%;
  }
  .question-02__img > img {
    width: 100%;
  }
  .question-02__btn.is-mountain {
    top: -26%;
    right: 38%;
    width: 25%;
    height: 84%;
    padding: 0 5%;
  }
  .question-02__btn.is-sea {
    top: 0;
    right: 11%;
    width: 25%;
    height: 84%;
    padding: 0 5%;
  }
  .info__ttl .is-icon {
    width: 60px;
    margin-right: 13px;
  }
  .info__ttl .is-txt {
    -webkit-box-flex: 1;
            flex: 1;
  }
  .info__box-img {
    margin-bottom: 15px;
    text-align: center;
  }
  .action {
    background-size: 90px;
  }
  .action__txt {
    margin-bottom: 20px;
  }
  .action__list {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .action__list-item {
    width: 49%;
    max-width: 220px;
  }
  .five-r__ttl img {
    width: 80%;
    max-width: 397px;
  }
  .five-r__txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .five-r__box {
    max-width: 337px;
    margin: 0 auto;
  }
  .five-r__arrow {
    max-width: 79px;
    width: 24%;
  }
  .five-r__point {
    top: -8px;
    right: -4%;
    max-width: 93px;
    width: 27%;
  }
  .five-r__list-item {
    max-width: 90px;
    width: 29%;
  }
  .five-r__list-icon {
    -webkit-box-ordinal-group: 4;
            order: 3;
    width: 45px;
    text-align: center;
    margin: 6px auto;
  }
  .five-r__list-icon img {
    width: auto;
    height: 30px;
  }
  .five-r__list-txt {
    -webkit-box-flex: 1;
            flex: 1;
    font-size: 11px;
    text-align: center;
  }
  .five-r__example-list {
    line-height: 1.5;
  }
  .five-r__example-list > li {
    margin-bottom: .5em;
    padding-left: 26px;
    background-size: 20px;
    background-position: 0 2px;
  }
  .five-r__example-img {
    text-align: center;
  }
  .five-r__example-txt {
    margin-bottom: 10px;
  }
  .pickup__ttl {
    margin-bottom: 20px;
    padding-top: 20px;
    background-size: 94px 37px;
    font-size: 18px;
  }
  .pickup__eco {
    margin: -15px 0 20px;
    font-size: 11px;
  }
  .pickup__eco-img {
    width: 40px;
  }
  .point__img {
    position: relative;
    z-index: +1;
    width: 70%;
    max-width: 264px;
    margin: 0 auto;
  }
  .point__img img {
    margin-left: 5%;
  }
  .point__box-ttl img {
    top: -69px;
    left: 0;
    height: 45px;
  }
  .point__box-about-txt {
    -webkit-box-align: center;
            align-items: center;
    border-radius: 12px;
  }
  .point__box-about-txt .is-txt {
    padding: .5em .8em;
    border-radius: 0 12px 12px 0;
    line-height: 1.5;
  }
  .point__box-img {
    margin-bottom: 15px;
    text-align: center;
  }
  .point__box-txt {
    padding: 1em 1.2em;
    line-height: 1.7;
  }
  .point01 {
    margin-bottom: 65px;
    margin-top: -10px;
  }
  .point01__list-item.is-01 {
    margin-bottom: 20px;
  }
  .point01__list-img {
    width: 84%;
    margin: 0 auto 8px;
    text-align: center;
  }
  .is-01 .point01__list-img img {
    width: 73%;
  }
  .is-02 .point01__list-img img {
    width: 100%;
    margin-left: 14%;
  }
  .point02__list-item.is-01 {
    margin-bottom: 30px;
  }
  .point02__list-img {
    margin-bottom: 8px;
    text-align: center;
  }
  .point02__reflection-list {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .point02__reflection-list dl dt {
    min-width: 110px;
    padding: .2em .6em;
    font-size: 10px;
  }
  .point02__reflection-list dl dd {
    font-size: 12px;
  }
  .baton__box-txt {
    margin-bottom: 15px;
  }
  .baton__spot-subttl {
    text-align: center;
  }
  .baton__spot-img {
    margin-bottom: 20px;
    text-align: center;
  }
  .baton__sdgs-txt {
    margin-bottom: 15px;
    font-size: 11px;
  }
  .quiz__btn-ttl img {
    height: 7px;
  }
  .btn-challenge {
    bottom: 10px;
    right: 10px;
    width: 80px;
  }
  .modal__ttl .is-icon {
    width: 60px;
    margin-right: 13px;
  }
  .modal__ttl .is-txt {
    -webkit-box-flex: 1;
            flex: 1;
  }
  .modal__box-img {
    margin-bottom: 10px;
    text-align: center;
  }
}
