@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap);
/* =========================================================
　◆reset
========================================================= */
#cp202510 h1, #cp202510 h2, #cp202510 h3, #cp202510 h4, #cp202510 p, #cp202510 dl, #cp202510 dt, #cp202510 dd, #cp202510 ul, #cp202510 li, #cp202510 tr, #cp202510 th, #cp202510 td, #cp202510 tbody, #cp202510 table, #cp202510 figure, #cp202510 figcaption {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cp202510 img {
  border: 0;
  vertical-align: bottom;
}
#cp202510 table {
  border-collapse: collapse;
  border-spacing: 0;
}
#cp202510 *, #cp202510 *:before, #cp202510 *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* =========================================================
　◆LINK
========================================================= */
#cp202510 a:link {
  color: #1b1464 !important;
  text-decoration: underline !important;
}
#cp202510 a:visited {
  color: #1b1464 !important;
  text-decoration: underline !important;
}
#cp202510 a:hover {
  color: #1b1464 !important;
  text-decoration: none !important;
}
#cp202510 a:active {
  color: #1b1464 !important;
  text-decoration: none !important;
}
/* =========================================================
　◆TOPレイアウト
========================================================= */
#cp202510 {
  margin: 0 auto;
  color: #ffffff;
  background-color: #e71c20;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  font-weight: 400;
  font-variant: normal;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#cp202510 .main {
  position: relative;
  overflow: hidden;
}
#cp202510 .main .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
#cp202510 .main h1 {
  left: 50%;
  margin-left: -750px;
  position: relative;
  z-index: 2;
}
#cp202510 .main .text {
  z-index: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -112px;
}
#cp202510 .main .text p {
  position: relative;
  left: 50%;
  margin-left: -960px;
  z-index: 1;
}
#cp202510 .entry_area {
  background-color: #00a63c;
  padding: 46px 0 44px;
}
#cp202510 .entry_area .date {
  text-align: center;
}
#cp202510 .entry_area .btn {
  margin: 40px 0 0 0;
  text-align: center;
  transition: all 0.5s ease;
}
#cp202510 .entry_area .btn img {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
#cp202510 .entry_area .btn img:hover {
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.2));
  top: 1px;
  left: 1px;
  position: relative;
}
#cp202510 .entry_area p {
  margin: 20px 0 0 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
#cp202510 .sec01, #cp202510 .sec02, #cp202510 .sec03, #cp202510 .sec04 {
  border-top: solid 10px #feeb00;
}
#cp202510 .sec01 {
  padding-bottom: 44px;
}
#cp202510 h2 {
  text-align: center;
}
#cp202510 .sec01 .present {
  text-align: center;
}
#cp202510 .sec01 .present li {
  margin-top: 50px;
}
#cp202510 .sec01 .present_note {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
#cp202510 .sec01 .present_note ul {
  display: flex;
  justify-content: center;
}
#cp202510 .sec02 {
  background-color: #00a63c;
  padding: 50px 0 60px;
}
#cp202510 .sec02 .inner_block {
  background: #FFF000;
  background: linear-gradient(90deg, rgba(255, 240, 0, 1) 0%, rgba(247, 182, 0, 1) 69%, rgba(245, 167, 0, 1) 100%);
  border-radius: 65px;
  padding: 4px;
  width: 1000px;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}
#cp202510 .sec02 .inner_content {
  background: #e71c20;
  border-radius: 65px;
  padding-bottom: 50px;
  position: relative;
}
#cp202510 .sec02 h2 {
  top: -4px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
#cp202510 .sec02 .item {
  display: flex;
  justify-content: center;
  padding-top: 140px;
}
#cp202510 .sec02 .item li {
  margin: 0 30px;
}
#cp202510 .sec02 .note {
  margin-left: 53px;
  margin-top: 35px;
  line-height: 1.375;
  font-size: 16px;
}
#cp202510 .sec02 .note li:last-child {
  margin-top: 1em;
}
#cp202510 .sec03 {
  padding-bottom: 44px;
}
#cp202510 .sec03 .lead {
  text-align: center;
  margin-top: 22px;
}
#cp202510 .sec03 .flow {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#cp202510 .sec03 .flow li {
  margin: 0 4px;
}
#cp202510 .sec03 .flow img {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}
#cp202510 .sec03 .note {
  text-align: center;
  margin-top: 44px;
  font-size: 16px;
}
#cp202510 .sec04 {
  background-color: #f6f1d6;
  padding-bottom: 100px;
}
#cp202510 .sec04 .lead {
  position: relative;
  font-size: 22px;
  text-align: center;
  color: #534741;
  line-height: 1.45;
  width: 1000px;
  margin: 50px auto;
  letter-spacing: -0.02em;
}
#cp202510 .sec04 .lead:after {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(191, 175, 134, 1) 22%, rgba(191, 175, 134, 1) 50%, rgba(191, 175, 134, 1) 73%, transparent 100%);
}
#cp202510 .sec04 .lead:before {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(191, 175, 134, 1) 22%, rgba(191, 175, 134, 1) 50%, rgba(191, 175, 134, 1) 73%, transparent 100%);
}
#cp202510 .sec04 .lead p {
  padding: 20px 0;
}
#cp202510 .sec04 .rule {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  border-bottom: 2px solid #bfad86;
  margin: 0 auto;
}
#cp202510 .sec04 .rule dt {
  width: 217px;
  color: #534741;
  font-size: 20px;
  font-weight: 800;
  padding: 25px 0;
  border-top: 2px solid #bfad86;
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1em;
}
#cp202510 .sec04 .rule dd {
  width: 783px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 25px 0;
  border-top: 2px solid #bfad86;
  border-left: 2px solid #bfad86;
  padding-left: 28px;
}
#cp202510 .sec04 .contact {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 13px 20px;
  text-align: center;
  margin-bottom: 18px;
}
#cp202510 .sec04 .contact .name {
  background-color: #bfad86;
  border-radius: 10px;
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
}
#cp202510 .sec04 .contact .item {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#cp202510 .sec04 .contact .item div {
  margin: 0 20px;
}
#cp202510 .sec04 .contact .text {
  margin-top: 28px;
}
#cp202510 .sec02 .note_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #cp202510 {
    font-size: 14px;
    font-size: 3.733vw;
    min-width: auto;
    min-width: initial;
  }
  #cp202510 img {
    width: 100%;
  }
  #cp202510 .main {}
  #cp202510 .main .bg {
    display: none;
  }
  #cp202510 .main h1 {
    left: 0;
    margin-left: 0;
  }
  #cp202510 .main .text {
    display: none;
  }
  #cp202510 .entry_area {
    background-color: #00a63c;
    padding: 4.6875vw 0;
  }
  #cp202510 .entry_area .date {
    width: 88.5333333%;
    margin: 0 auto;
  }
  #cp202510 .entry_area .btn {
    margin: 4.6875vw auto 0;
    width: 60%;
  }
  #cp202510 .entry_area p {
    display: none;
  }
  #cp202510 .sec01, #cp202510 .sec02, #cp202510 .sec03, #cp202510 .sec04 {
    border-top: solid 5px #feeb00;
  }
  #cp202510 .sec01 {
    padding-bottom: 7.8125vw;
  }
  #cp202510 h2 {
    width: 40%;
    margin: 0 auto;
  }
  #cp202510 .sec01 .present {
    width: 92%;
    margin: 0 auto;
  }
  #cp202510 .sec01 .present li {
    margin-top: 7.8125vw;
  }
  #cp202510 .sec01 .present li:last-child {
    margin-top: 4.6875vw;
  }
  #cp202510 .sec01 .present_note {
    text-align: left;
    font-size: 3.2vw;
    width: 92%;
    margin: 3.125vw auto 0;
    line-height: 1.2;
  }
  #cp202510 .sec01 .present_note ul {
    display: block;
  }
  #cp202510 .sec02 {
    padding: 6.25vw 0 7.8125vw;
  }
  #cp202510 .sec02 .inner_block {
    border-radius: 20px;
    padding: 2px;
    width: 92%;
  }
  #cp202510 .sec02 .inner_content {
    border-radius: 20px;
    padding-bottom: 4.6vw;
  }
  #cp202510 .sec02 h2 {
    top: -2px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 43.4782608%;
  }
  #cp202510 .sec02 .item {
    flex-wrap: wrap;
    padding-top: 0;
    padding: 18vw 9vw 0;
  }
  #cp202510 .sec02 .item li {
    margin: 0 1vw 4.6vw;
    width: calc(100% / 3 - 2vw);
  }
  #cp202510 .sec02 .note {
    display: none;
  }
  #cp202510 .sec02 .note_sp {
    display: block;
    width: 92%;
    margin: 3.75vw auto 0;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  #cp202510 .sec03 {
    padding-bottom: 7.8125vw;
  }
  #cp202510 .sec03 .lead {
    margin: 3.4375vw auto 0;
    width: 56.2666666%;
  }
  #cp202510 .sec03 .flow {
    display: block;
    margin-top: 0;
  }
  #cp202510 .sec03 .flow li {
    margin: 3.125vw 0 0;
  }
  #cp202510 .sec03 .flow li:first-child {
    margin: 0;
  }
  #cp202510 .sec03 .note {
    text-align: left;
    width: 92%;
    margin: 3.75vw auto 0;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  #cp202510 .sec04 {
    padding-bottom: 15.625vw;
  }
  #cp202510 .sec04 .lead {
    font-size: 3.2vw;
    line-height: 1.6;
    width: 100%;
    margin: 7.8125vw auto 0;
  }
  #cp202510 .sec04 .lead p {
    padding: 4.0625vw 0;
  }
  #cp202510 .sec04 .rule {
    display: block;
    width: 100%;
    border-bottom: 1px solid #bfad86;
    margin: 7.8125vw auto 0;
  }
  #cp202510 .sec04 .rule dt {
    width: 100%;
    font-size: 4.26vw;
    padding: 4vw 0.5em 3vw;
    border-top: 1px solid #bfad86;
    line-height: 1.2;
    text-indent: 0;
  }
  #cp202510 .sec04 .rule dd {
    width: 92%;
    font-size: 3.2vw;
    padding: 0 0 4vw 0;
    border-top: none;
    border-left: none;
    margin: 0 auto;
  }
  #cp202510 .sec04 .contact {
    border-radius: 6px;
    padding: 1em;
    margin-bottom: 1em;
  }
  #cp202510 .sec04 .contact .name {
    border-radius: 6px;
    font-size: 3.2vw;
    padding: 0.5em;
    line-height: 1.2;
  }
  #cp202510 .sec04 .contact .item {
    display: block;
    justify-content: center;
    margin-top: 0;
    width: 70%;
    margin: 0 auto;
  }
  #cp202510 .sec04 .contact .item div {
    margin: 3vw 0 0 0;
  }
  #cp202510 .sec04 .contact .item div:first-child {
    margin: 5vw 0 0 0;
  }
  #cp202510 .sec04 .contact .text {
    margin-top: 5vw;
    text-align: left;
  }
}
/* =========================================================
　◆共通
========================================================= */
#cp202510 .indent {
  padding-left: 1em;
  text-indent: -1em;
}
#cp202510 .indent_num {
  padding-left: 2.6em;
  text-indent: -2.6em;
}
.color_red {
  color: #e71c20;
}
.color_green {
  color: #00c089;
}
.font_large {
  font-size: 19px;
}
@media screen and (max-width: 640px) {
  .font_large {
    font-size: 3.73vw;
  }
}
.mt01 {
  margin-top: 1em !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
/* =========================================================
　◆表示切替
========================================================= */
.pcn {
  display: none;
}
.pc-mode {
  display: block;
}
.sp-mode {
  display: none;
}
.tb-mode {
  display: none;
}
@media screen and (max-width: 1600px) {
  .tb-mode {
    display: block;
  }
  .pc-mode {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .spn {
    display: none;
  }
  .pcn {
    display: block;
  }
  .sp-mode {
    display: block;
  }
  .tb-mode {
    display: none;
  }
}