@charset "UTF-8";
section {
  position: relative;
}

.main-img {
  position: relative;
  margin: 0 0 96px;
}
.main-img .img img {
  width: 100%;
}
.main-img .area-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.main-img .area-text .bonus {
  margin: 0 0 8px;
  text-align: center;
}
.main-img .area-text .bonus em {
  padding: 5px 28px 6px;
  background: #0866B4;
  color: #FFEF01;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  border-radius: 20px;
}
.main-img .area-text .bonus em span {
  position: relative;
}
.main-img .area-text .bonus em span:before {
  content: "●";
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.2em;
  color: inherit;
  line-height: 1;
}
.main-img .area-text .title01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.25;
  text-shadow: 2px 2px 3px black;
}
.main-img .area-text .title01 em {
  display: block;
  font-size: 68px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
}
.main-img .area-text .text01 {
  color: #fff;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 3px black;
}
.main-img .area-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 95%;
  padding: 20px;
  background: #fff;
  border-radius: 15px 0 0 0;
}
@media screen and (min-width: 768px) {
  .main-img {
    margin: 0 0 126px;
  }
  .main-img .area-text {
    max-width: 768px;
    margin: 0 auto;
    top: 300px;
  }
  .main-img .area-text .bonus {
    margin: 0 0 8px;
    text-align: left;
  }
  .main-img .area-text .bonus em {
    display: inline-block;
    width: 360px;
    padding: 16px 0;
    text-align: center;
    font-size: 40px;
    border-radius: 50px;
  }
  .main-img .area-text .bonus em span:before {
    top: -1.6em;
  }
  .main-img .area-text .title01 {
    font-size: 72px;
    line-height: 1.22;
  }
  .main-img .area-text .title01 em {
    font-size: 156px;
  }
  .main-img .area-text .text01 {
    color: #fff;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .main-img .area-logo {
    width: 90%;
    max-width: 900px;
    padding: 35px 32px;
    border-radius: 20px 0 0 0;
  }
  .main-img .area-logo img {
    max-width: 800px;
    width: 90%;
  }
}

.info {
  margin: 0 0 96px;
}
.info .intro .text {
  margin: 0 0 56px;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .info .title01 {
    margin: 0;
  }
  .info .intro {
    position: relative;
  }
  .info .intro .text {
    position: absolute;
    top: -96px;
    right: 0;
    width: 512px;
    font-size: 18px;
  }
  .info .intro .img {
    max-width: 800px;
    margin: 96px 0 0;
  }
}

.program {
  margin: 0 0 80px;
}
.program .detail {
  padding: 96px 0;
  background-color: #D3EDFB;
  background-image: url(../img/top/bg-diagonal01_sp.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.program .detail dl dt {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 20px;
  color: #0967B4;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.program .detail dl dt:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 36px;
  background: #0967B4;
  border-radius: 6px;
}
.program .detail dl dd {
  padding: 0 0 0 20px;
  font-size: 18px;
}
.program .detail dl dd span {
  display: block;
  text-indent: -1em;
  padding: 0 0 0 1em;
  font-size: 18px;
}
.program .detail dl dd span:before {
  content: "・";
}
.program .detail dl + dl {
  margin: 36px 0 0;
}
.program .target {
  padding: 64px 0;
  background: #0967B4;
}
.program .target .title02 {
  margin: 0 0 16px;
  font-size: 32px;
  color: #FFEF01;
  line-height: 1.4;
}
.program .target .list {
  display: grid;
  grid-auto-rows: 1fr;
}
.program .target .list .item {
  margin: 16px 0 0;
  padding: 54px 10px 32px;
  background: #fff;
  border-radius: 14px;
}
.program .target .list .item .img {
  width: 90px;
  margin: 0 auto 40px;
}
.program .target .list .item .text {
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .program {
    margin: 0 0 80px;
  }
  .program .detail {
    padding: 136px 0 96px;
    background-image: url(../img/top/bg-diagonal01_pc.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
  }
  .program .detail dl dt {
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 0 20px;
    color: #0967B4;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
  }
  .program .detail dl dt:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 36px;
    background: #0967B4;
    border-radius: 6px;
  }
  .program .detail dl dd {
    padding: 0 0 0 20px;
    font-size: 18px;
  }
  .program .detail dl dd span {
    display: block;
    text-indent: -1em;
    padding: 0 0 0 1em;
    font-size: 18px;
  }
  .program .detail dl dd span:before {
    content: "・";
  }
  .program .detail dl + dl {
    margin: 36px 0 0;
  }
  .program .target {
    padding: 96px 0;
  }
  .program .target .title02 {
    margin: 0 0 32px;
  }
  .program .target .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .program .target .list .item {
    margin: 0;
    padding: 54px 4px 42px;
  }
  .program .target .list .item .img {
    width: 100px;
    margin: 0 auto 40px;
  }
  .program .target .list .item .text {
    font-size: 14px;
  }
}

.entry {
  margin: 0 0 96px;
}
.entry .title01 {
  margin: 0 0 30px;
}
.entry .list {
  display: grid;
  grid-auto-rows: 1fr;
}
.entry .list .item {
  margin: 25px 0 0;
  border-radius: 15px;
  border: solid 1px #ccc;
}
.entry .list .item dl dt {
  padding: 18px 0;
  background: #3F3389;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 15px 15px 0 0;
}
.entry .list .item dl dd {
  padding: 20px 0;
  text-align: center;
}
.entry .list .item dl dd .text {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
}
.entry .list .item dl dd .text em {
  font-style: normal;
  text-decoration: underline;
  font-weight: 700;
}
.entry .list .item dl dd .terms span {
  cursor: pointer;
  color: #0967B4;
  border-bottom: solid 2px #0967B4;
  transition: 0.3s;
}
.entry .list .item dl dd .terms span:hover {
  border: none;
}
.entry .list .item dl dd .caution {
  width: 65%;
  margin: 16px auto 0;
  padding: 0 0 0 0.5em;
  text-indent: -0.3em;
  line-height: 1.7142857143;
  font-size: 14px;
}
.entry .list .item dl dd .no-link {
  margin: 56px 0 0;
}
@media screen and (min-width: 768px) {
  .entry {
    margin: 0 0 136px;
  }
  .entry .title01 {
    margin: 0 0 48px;
  }
  .entry .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .entry .list .item {
    margin: 25px 0 0;
    border-radius: 15px;
    border: solid 1px #ccc;
  }
  .entry .list .item dl dt {
    padding: 18px 0;
    background: #3F3389;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 15px 15px 0 0;
  }
  .entry .list .item dl dd {
    padding: 20px 0;
    text-align: center;
  }
  .entry .list .item dl dd .text {
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5555555556;
  }
  .entry .list .item dl dd .text em {
    font-style: normal;
    text-decoration: underline;
    font-weight: 700;
  }
  .entry .list .item dl dd .terms span {
    cursor: pointer;
    color: #0967B4;
    border-bottom: solid 2px #0967B4;
    transition: 0.3s;
  }
  .entry .list .item dl dd .terms span:hover {
    border: none;
  }
  .entry .list .item dl dd .caution {
    width: 65%;
    margin: 16px auto 0;
    padding: 0 0 0 0.5em;
    text-indent: -0.3em;
    line-height: 1.7142857143;
    font-size: 14px;
  }
  .entry .list .item dl dd .no-link {
    margin: 56px 0 0;
  }
}

.overview {
  margin: 0 0 96px;
}
.overview table {
  border-collapse: collapse;
  margin: 0 0 16px;
  border-top: solid 1px #ccc;
}
.overview table tbody tr {
  border-bottom: solid 1px #ccc;
}
.overview table tbody tr th {
  width: 122px;
}
.overview table tbody tr td {
  width: calc(100% - 122px);
  padding: 24px 12px 24px;
  font-size: 16px;
  line-height: 1.5555555556;
}
.overview table tbody tr td ul {
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .overview table {
    margin: 0 0 16px;
  }
  .overview table tbody tr td {
    padding: 24px 12px 24px 32px;
  }
  .overview table tbody tr td ul {
    list-style: disc;
  }
}

.about {
  padding: 96px 0;
  background-color: #DCD6FF;
  background-image: url(../img/top/bg-diagonal01_sp.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.about .detail .img {
  width: 210px;
  margin: 0 auto 32px;
}
.about .detail .area-text .title01 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.25;
}
.about .detail .area-text .text {
  margin: 0 0 32px;
  font-weight: 500;
}
.about .detail .area-text .link a {
  width: 300px;
  padding: 17px 0;
  font-size: 20px;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .about {
    background-image: url(../img/top/bg-diagonal01_pc.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
  }
  .about .detail {
    display: flex;
    justify-content: space-between;
    gap: 64px;
  }
  .about .detail .img {
    width: 285px;
    margin: 0 auto;
  }
  .about .detail .area-text {
    width: calc(100% - 350px);
  }
  .about .detail .area-text .title01 {
    margin: 0 0 32px;
  }
  .about .detail .area-text .text {
    margin: 0 0 32px;
    font-weight: 500;
  }
  .about .detail .area-text .link {
    text-align: left;
  }
  .about .detail .area-text .link a {
    width: 300px;
    padding: 17px 0;
    font-size: 20px;
    border-radius: 50px;
    text-align: center;
  }
}/*# sourceMappingURL=top.css.map */