@charset "UTF-8";
/* CSS Document */
a {
  text-decoration: none;
  color: #000;
}

a img,
a svg {
  text-decoration: none;
  color: #000;
}

@media (min-width: 769px) {
  .opacity-link {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .opacity-link:hover {
    opacity: 0.6;
  }
}
.txt-link {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .txt-link {
    text-decoration: underline;
  }
  .txt-link:hover {
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  height: auto;
}
img.w100 {
  width: 100%;
}

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

div,
li,
header,
footer,
dt,
dd,
section,
p,
nav,
span {
  box-sizing: border-box;
}

.pc-view {
  display: none !important;
}

.sp-view {
  display: block !important;
}

@media (min-width: 769px) {
  .pc-view {
    display: block !important;
  }

  .sp-view {
    display: none !important;
  }
}
/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
}

body {
  color: #333;
  background: #fff;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  width: 100%;
  word-wrap: break-word;
}

#page {
  position: relative;
}

.flex-wrapper {
  display: flex;
}

section {
  position: relative;
  letter-spacing: 0.01em;
}

/*-- HTML5 elements --*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo,sans-serif;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

section {
  padding: 32px 18px 48px;
}
@media (min-width: 769px) {
  section {
    padding: 42px 20px 64px;
  }
}

@media (min-width: 769px) {
  .box-inner {
    max-width: 1064px;
    margin: 0 auto;
  }
}

.btn-box {
  border-radius: 4px;
  background: #4b3def;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  font-size: 17px;
  text-align: center;
  position: relative;
  border: 2px solid #fff;
  transition: 0.3s;
}
.btn-box::before {
  content: "";
  background-image: url(../images/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 20px;
}
@media (min-width: 769px) {
  .btn-box:hover {
    background: #fff;
    color: #4b3def;
    border: 2px solid #4b3def;
  }
  .btn-box:hover::before {
    background-image: url(../images/icon_arrow_on.png);
  }
}
.btn-box a {
  color: #fff;
  display: block;
  padding: 10px;
}
@media (min-width: 769px) {
  .btn-box a:hover {
    color: #4b3def;
  }
}
.btn-box.orange {
  background: #eb6212;
  border-color: #eb6212;
}
@media (min-width: 769px) {
  .btn-box.orange:hover {
    background: #fff;
    color: #eb6212;
  }
}
@media (min-width: 769px) {
  .btn-box.orange a:hover {
    color: #eb6212;
  }
}
@media (min-width: 769px) {
  .btn-box {
    max-width: 254px;
  }
}

.button_submit {
  cursor: pointer;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  background: #4b3def;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  border: 2px solid #fff;
  transition: 0.3s;
}
.button_submit::before {
  content: "";
  background-image: url(../images/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 20px;
}
.button_submit input {
  text-align: center;
  color: #fff;
  font-size: 17px;
}
@media (min-width: 769px) {
  .button_submit {
    max-width: 254px;
  }
  .button_submit:hover {
    background: #fff;
    color: #4b3def;
    border: 2px solid #4b3def;
  }
  .button_submit:hover input {
    color: #4b3def;
  }
  .button_submit:hover::before {
    background-image: url(../images/icon_arrow_on.png);
  }
}

.cmn-hd {
  position: relative;
  border-bottom: 3px solid #de0000;
  padding: 7px 10px 15px;
}
@media (min-width: 769px) {
  .cmn-hd {
    padding: 9px 10px 21px;
    border-width: 4px;
  }
}
.cmn-hd .cmn-hd-logo {
  text-align: center;
}
.cmn-hd .cmn-hd-logo img {
  width: 143px;
}
@media (min-width: 769px) {
  .cmn-hd .cmn-hd-logo img {
    width: 187px;
  }
}

.wrapper {
  padding-top: 0;
  overflow: hidden;
  opacity: 0;
  height: 100vh;
  background: url(../images/mv_bg.webp) no-repeat, #4280bb;
  background-size: 100% auto;
}
.wrapper.show {
  height: auto;
  overflow: visible;
  opacity: 1;
  transition: all 0.3s;
}

/*-- header --*/
.header-box {
  position: relative;
}
@media (min-width: 769px) {
  .header-box .mv {
    padding-top: 50px;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .header-box .mv img {
    width: 100%;
  }
}
.header-box .bg-cloud-l {
  position: absolute;
  width: 155px;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .header-box .bg-cloud-l {
    display: none;
  }
}
.header-box .bg-cloud-r {
  position: absolute;
  width: 155px;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .header-box .bg-cloud-r {
    display: none;
  }
}

/*-- top --*/
.nazo-top * {
  letter-spacing: 0.02em;
}

.nazo-top {
  padding-top: 64px;
  padding-bottom: 0;
}
.nazo-top .box-inner {
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 32px;
}
@media (min-width: 769px) {
  .nazo-top .box-inner {
    border-radius: 24px;
    padding-bottom: 64px;
  }
}
.nazo-top .mds-inner {
  text-align: center;
}
.nazo-top .mds {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: -40px;
  margin-bottom: 32px;
  color: #fff;
  background: #d32b7b;
  border-radius: 40px;
  padding: 8px 32px 10px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .nazo-top .mds {
    padding: 14px 37px;
    margin-top: -20px;
    line-height: 1.2;
    font-size: 24px;
    border-radius: 80px;
  }
}
.nazo-top .detail {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 24px;
}
.nazo-top .detail .text1 {
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 769px) {
  .nazo-top .detail .text1 {
    font-size: 20px;
  }
}
.nazo-top .detail .font-l {
  font-weight: 700;
  color: #00914c;
  position: relative;
  display: inline-block;
  margin-left: -77px;
}
.nazo-top .detail .font-l:after {
  content: "";
  position: absolute;
  width: 77px;
  height: 31px;
  background: url(../images/icon_fukidashi1.svg) no-repeat;
  background-size: 77px 31px;
  top: 13px;
  right: -83px;
}
@media (min-width: 769px) {
  .nazo-top .detail .font-l {
    font-size: 20px;
    margin-top: 15px;
    margin-left: -90px;
  }
  .nazo-top .detail .font-l:after {
    content: "";
    position: absolute;
    width: 91px;
    height: 31px;
    background: url(../images/icon_fukidashi1.svg) no-repeat;
    top: 0;
    right: -95px;
  }
}
.nazo-top .nazo-form-wrapper {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 36px);
}
.nazo-top .nazo-form-wrapper .nazo-form {
  display: flex;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #4b3def;
  overflow: hidden;
  margin-bottom: 8px;
}
.nazo-top .nazo-form-wrapper .nazo-form .form-mds {
  background: #4b3def;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 769px) {
  .nazo-top .nazo-form-wrapper .nazo-form .form-mds {
    font-size: 16px;
    width: 245px;
    line-height: 1.7;
  }
}
.nazo-top .nazo-form-wrapper .nazo-form input {
  padding: 14px;
  width: 58%;
  flex: 1;
}
.nazo-top .nazo-form-wrapper .note {
  font-size: 12px;
  color: #4b3def;
}
@media (min-width: 769px) {
  .nazo-top .nazo-form-wrapper .note {
    margin-left: 245px;
  }
}
@media (min-width: 769px) {
  .nazo-top .nazo-form-wrapper {
    width: 100%;
    max-width: 800px;
  }
}
.nazo-top .term-wrapper {
  padding: 16px;
  border-radius: 10px;
  background: #fff;
  color: #d32b7b;
  border-radius: 10px;
  border: 2px solid #d32b7b;
  width: calc(100% - 36px);
  margin: 0 auto;
}
@media (min-width: 769px) {
  .nazo-top .term-wrapper {
    display: flex;
    align-items: center;
    padding: 24px;
  }
}
.nazo-top .term-wrapper .term-ttl {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media (min-width: 769px) {
  .nazo-top .term-wrapper .term-ttl {
    margin-left: 60px;
  }
}
@media (max-width: 768px) {
  .nazo-top .term-wrapper .term-ttl {
    margin-bottom: 8px;
  }
}
.nazo-top .term-wrapper .term-ttl::before {
  content: "";
  width: 70%;
  height: 1px;
  background: #d32b7b;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 769px) {
  .nazo-top .term-wrapper .term-ttl::before {
    content: none;
  }
}
.nazo-top .term-wrapper .term-main {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .nazo-top .term-wrapper .term-main {
    border-left: 2px solid #d32b7b;
    padding-left: 32px;
    margin-left: 32px;
  }
}
.nazo-top .term-wrapper .term-main span {
  font-size: 16px;
}
.nazo-top .term-wrapper .term-note {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}
@media (min-width: 769px) {
  .nazo-top .term-wrapper {
    width: 100%;
    max-width: 800px;
  }
}
.nazo-top .input-wrapper {
  position: relative;
  margin-top: 35px;
}
@media (min-width: 769px) {
  .nazo-top .input-wrapper {
    margin: 48px auto 0 auto;
  }
  .nazo-top .input-wrapper input {
    width: 100%;
  }
}

/*-- OK --*/
.ok-box {
  background: #4280bb;
  padding-bottom: 0;
}
.ok-box .result {
  text-align: center;
  margin-bottom: 92px;
}
@media (min-width: 769px) {
  .ok-box .result {
    margin-bottom: 64px;
  }
}
.ok-box .result img {
  width: 140px;
}
.ok-box .ok-message01 {
  border-radius: 24px;
  background: #fff;
  margin-bottom: 120px;
  position: relative;
  padding: 30px 15px 65px 15px;
  line-height: 2.13;
}
@media (min-width: 769px) {
  .ok-box .ok-message01 {
    padding: 48px 10px 64px;
    margin-bottom: 70px;
  }
}
.ok-box .ok-message01 .txt {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 2.13;
}
@media (min-width: 769px) {
  .ok-box .ok-message01 .txt {
    line-height: 2.2;
    font-size: 20px;
  }
}
.ok-box .ok-message01 .icon-end {
  width: fit-content;
  margin: 24px auto 0;
}
@media (min-width: 769px) {
  .ok-box .ok-message01 .icon-end {
    margin: 32px auto 0;
  }
}
.ok-box .ok-message01 .img-score {
  width: 100%;
  margin: 16px auto 0;
}
@media (min-width: 769px) {
  .ok-box .ok-message01 .img-score {
    max-width: 550px;
    margin: 24px auto 0;
  }
}
.ok-box .entry-form-wrapper {
  border-radius: 24px;
  background: #fff;
  padding: 65px 17px 40px;
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 769px) {
  .ok-box .entry-form-wrapper {
    padding: 57px 0 24px;
  }
}
.ok-box .entry-form-wrapper .award__ttl {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 24px;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}
.ok-box .entry-form-wrapper .btn-box {
  margin-top: 35px;
  font-size: 15px;
}
.ok-box .entry-form-wrapper .btn-box:before {
  width: 20px;
  height: 20px;
  left: 10px;
}
@media (min-width: 769px) {
  .ok-box .entry-form-wrapper .btn-box {
    margin: 48px auto 40px auto;
  }
}
.ok-box .entry-form-wrapper .ttl-msg {
  position: absolute;
  background: url(../images/ttl_bg_sp.svg) no-repeat;
  width: 310px;
  height: 80px;
  background-size: 310px 80px;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  color: #d32b7b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  padding-top: 7px;
}
@media (min-width: 769px) {
  .ok-box .entry-form-wrapper .ttl-msg {
    background: url(../images/ttl_bg_pc.svg) no-repeat;
    width: 590px;
    height: 46px;
    background-size: 590px 46px;
    top: -23px;
    font-size: 24px;
    line-height: 1;
    padding-top: 11px;
  }
}
.ok-box .entry-form-wrapper .present-box {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}
.ok-box .entry-form-wrapper .present-box .present-dec {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .ok-box .entry-form-wrapper .present-box .present-dec {
    margin-top: 0;
  }
}
.ok-box .entry-form-wrapper .present-box .present-dec .text1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4c9dd;
}
@media (min-width: 769px) {
  .ok-box .entry-form-wrapper .present-box .present-dec .text1 {
    padding-bottom: 24px;
  }
}
.ok-box .entry-form-wrapper .present-box .present-dec .text-box1 {
  display: flex;
  margin-top: 16px;
  gap: 15px;
}
@media (min-width: 769px) {
  .ok-box .entry-form-wrapper .present-box .present-dec .text-box1 {
    align-items: center;
  }
}
.ok-box .entry-form-wrapper .present-box .present-dec .text-box1 .icon-text {
  width: 65px;
}
.ok-box .entry-form-wrapper .present-box .present-dec .text-box1 .text2 {
  flex: 1;
  font-size: 16px;
}
.ok-box .entry-form-wrapper .present-box .present-dec .text-box1 .text2 span {
  font-size: 12px;
}
.ok-box .entry-form-wrapper .term-wrapper {
  padding: 16px;
  border-radius: 10px;
  background: #fff;
  color: #d32b7b;
  border-radius: 10px;
  border: 2px solid #d32b7b;
  margin: 24px auto 0 auto;
}
@media (min-width: 769px) {
  .ok-box .entry-form-wrapper .term-wrapper {
    margin: 48px auto 0 auto;
    display: flex;
    align-items: center;
    padding: 24px;
  }
}
.ok-box .entry-form-wrapper .term-wrapper .term-ttl {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.ok-box .entry-form-wrapper .term-wrapper .term-ttl::before {
  content: "";
  width: 60%;
  height: 1px;
  background: #d32b7b;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 769px) {
  .ok-box .entry-form-wrapper .term-wrapper .term-ttl::before {
    content: none;
  }
}
@media (min-width: 769px) {
  .ok-box .entry-form-wrapper .term-wrapper .term-ttl {
    margin-left: 60px;
  }
}
.ok-box .entry-form-wrapper .term-wrapper .term-note {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ok-box .entry-form-wrapper .term-wrapper .term-note {
    margin-top: 8px;
  }
}
.ok-box .entry-form-wrapper .term-wrapper .term-note p {
  margin-bottom: 8px;
}
.ok-box .entry-form-wrapper .term-wrapper .term-note p:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .ok-box .entry-form-wrapper .term-wrapper .term-note {
    border-left: 2px solid #d32b7b;
    padding-left: 32px;
    margin-left: 32px;
  }
  .ok-box .entry-form-wrapper .term-wrapper .term-note p {
    margin-bottom: 10px;
  }
  .ok-box .entry-form-wrapper .term-wrapper .term-note p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .ok-box .entry-form-wrapper .term-wrapper {
    width: 100%;
    max-width: 800px;
  }
}
.ok-box .entry-note {
  font-size: 12px;
}

/*-- NG --*/
.ng-box {
  background: #4280bb;
  padding-bottom: 60px;
}
@media (min-width: 769px) {
  .ng-box {
    padding-bottom: 0;
  }
}
.ng-box .result {
  text-align: center;
  margin-bottom: 48px;
}
.ng-box .result img {
  width: 102px;
}
.ng-box .ng-message {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.8;
  color: #fff;
}
@media (min-width: 769px) {
  .ng-box .ng-message {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 2;
  }
}
.ng-box .ng-message p {
  margin-top: 32px;
}
@media (min-width: 769px) {
  .ng-box .ng-message p {
    margin-top: 24px;
  }
}
.ng-box .ng-message p:first-child {
  margin-top: 0;
}
.ng-box .btn-box {
  margin-bottom: 24px;
}
.ng-box .hint-note {
  margin-bottom: 30px;
  font-size: 12px;
  color: #4b3def;
  width: 240px;
  margin: 10px auto 0 auto;
}
@media (min-width: 769px) {
  .ng-box .hint-note {
    margin-bottom: 48px;
    width: 250px;
    margin: 20px auto 0 auto;
  }
}
.ng-box .retry {
  border-radius: 10px;
  background: #fff;
  padding: 32px 16px 60px;
  position: relative;
  margin-top: 36px;
}
@media (min-width: 769px) {
  .ng-box .retry {
    padding: 48px;
    margin-top: 74px;
  }
}
.ng-box .retry .mds {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #d32b7b;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .ng-box .retry .mds {
    font-size: 20px;
    margin-bottom: 48px;
  }
}
.ng-box .retry .btn-box {
  margin-bottom: 0;
}

/*-- footer --*/
.footer-box {
  text-align: center;
  background: #fff;
  padding: 42px 0;
}
@media (max-width: 768px) {
  .footer-box {
    padding: 25px 0;
  }
}
.footer-box .copyright {
  font-weight: lighter;
  font-size: 10px;
}

.img-treasure {
  width: calc(100% - 36px);
  margin: 50px auto;
}
@media (min-width: 769px) {
  .img-treasure {
    width: 100%;
    max-width: 1064px;
    margin: 96px auto 80px;
  }
}

/*-- award__list --*/
.award__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto 32px;
}
@media (min-width: 769px) {
  .award__list {
    max-width: 552px;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .award__list {
    padding: 0 17px;
  }
}
.award__list > li {
  border-bottom: 1px solid #f4c9dd;
  line-height: 1.6;
  color: #d32b7b;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  padding: 0 0 8px 48px;
}
@media (min-width: 769px) {
  .award__list > li {
    padding: 0 0 12px 56px;
  }
}
.award__list > li .txt {
  font-weight: bold;
  font-size: 12px;
}
@media (min-width: 769px) {
  .award__list > li .txt {
    font-size: 14px;
    position: relative;
    padding-right: 77px;
  }
}
.award__list > li .txt::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 63px;
  height: 24px;
}
@media (min-width: 769px) {
  .award__list > li .txt::after {
    width: 73px;
    height: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.award__list > li .txt .s--txt {
  font-size: 10px;
}
@media (min-width: 769px) {
  .award__list > li .txt .s--txt {
    font-size: 12px;
  }
}
.award__list > li:first-child {
  padding-top: 10px;
  border-top: 1px solid #f4c9dd;
}
@media (min-width: 769px) {
  .award__list > li:first-child {
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  .award__list > li:last-child {
    padding: 0 0 20px 48px;
  }
}
.award__list > li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 24px;
}
@media (min-width: 769px) {
  .award__list > li::before {
    width: 48px;
    height: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.award__list > li.sho-a::before {
  background: url(../images/icon_sho_a.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .award__list > li.sho-a::before {
    top: 8px;
  }
}
.award__list > li.sho-a .txt::after {
  background: url(../images/icon_people_5.svg) no-repeat center/100%;
}
.award__list > li.sho-b::before {
  background: url(../images/icon_sho_b.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .award__list > li.sho-b::before {
    top: 0;
  }
}
.award__list > li.sho-b .txt::after {
  background: url(../images/icon_people_10.svg) no-repeat center/100%;
}
.award__list > li.sho-c::before {
  background: url(../images/icon_sho_c.svg) no-repeat center/100%;
}
@media (min-width: 769px) {
  .award__list > li.sho-c::before {
    top: -12px;
  }
}
@media (max-width: 768px) {
  .award__list > li.sho-c::before {
    top: 0;
  }
}
.award__list > li.sho-c .txt::after {
  background: url(../images/icon_people_10.svg) no-repeat center/100%;
}
@media (min-width: 769px) {
  .award__list > li.sho-c .txt::after {
    top: 0;
  }
}
.award__list > li.sho-d::before {
  background: url(../images/icon_sho_d.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .award__list > li.sho-d::before {
    top: 0;
  }
}
.award__list > li.sho-d .txt::after {
  background: url(../images/icon_people_10.svg) no-repeat center/100%;
}
.award__list > li.sho-e::before {
  background: url(../images/icon_sho_e.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .award__list > li.sho-e::before {
    top: 0;
  }
}
.award__list > li.sho-e .txt::after {
  background: url(../images/icon_people_15.svg) no-repeat center/100%;
}
@media (min-width: 769px) {
  .award__list > li.sho-b::before, .award__list > li.sho-d::before, .award__list > li.sho-e::before {
    top: -12px;
  }
}

.illustration {
  position: absolute;
}
.illustration.ill--1 {
  width: 115px;
  transform: rotate(-10deg);
  top: -17px;
  left: 38px;
}
@media (max-width: 768px) {
  .illustration.ill--1 {
    width: 62px;
    transform: rotate(-19deg);
    top: -12px;
    left: 18px;
  }
}
.illustration.ill--2 {
  width: 96px;
  bottom: -35px;
  right: 67px;
}
@media (max-width: 768px) {
  .illustration.ill--2 {
    width: 50px;
    bottom: -18px;
    right: 33px;
  }
}
@media (min-width: 769px) {
  .illustration.ill--3 {
    width: 56px;
    top: -15px;
    left: 75px;
  }
}
@media (max-width: 768px) {
  .illustration.ill--3 {
    width: 34px;
    top: -25px;
    right: 26px;
  }
}
.illustration.ill--4 {
  transform: rotate(-24deg);
  width: 184px;
  top: 126px;
  left: -38px;
}
@media (max-width: 768px) {
  .illustration.ill--4 {
    width: 112px;
    top: -8px;
    left: -19px;
  }
}
.illustration.ill--5 {
  transform: rotate(26deg);
  width: 132px;
  bottom: 237px;
  right: -17px;
}
@media (max-width: 768px) {
  .illustration.ill--5 {
    width: 69px;
    bottom: -9px;
    right: 31px;
  }
}

@media (min-width: 769px) {
  .present__box {
    padding: 0 0 0 0;
  }
}
.present__box .info {
  flex: 1;
}
@media (min-width: 769px) {
  .present__box .info .award__list {
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .present__box .info .award__list {
    padding: 0;
  }
}

.caution-text {
  font-size: 14px;
  font-weight: bold;
  color: #FF0000;
  text-decoration: underline;
}
