@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes bounce {
  0% {
    transform: scale(1);
  }
  3% {
    transform: scale(1.1);
  }
  6% {
    transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes move {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.all {
  color: #170604;
  background-color: #efdfc8;
  width: 100%;
  font-family: Arial;
  line-height: 1.7;
  letter-spacing: 1px;
  overflow: hidden;
  background: url(../images/BG.webp) no-repeat center top/cover fixed;
}
.all * {
  font-size: 18px;
  box-sizing: border-box;
}
@media all and (max-width: 500px) {
  .all * {
    font-size: 5vw;
  }
}
.all img {
  width: 100%;
  height: auto;
}
.all .page_title {
  display: none;
}
.all .container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  text-align: center;
  padding: 0 0 120px;
}
@media all and (max-width: 500px) {
  .all .container {
    padding: 0 0 15vw;
  }
}
.all .visual {
  position: relative;
}
.all .visual picture {
  display: flex;
}
.all .visual .logo,
.all .visual .title,
.all .visual .medal {
  position: absolute;
}
.all .visual .logo img,
.all .visual .title img,
.all .visual .medal img {
  position: absolute;
}
.all .visual img {
  width: 100%;
  height: auto;
}
.all .visual .logo {
  width: 9%;
  top: 2%;
  left: 3%;
}
@media all and (max-width: 768px) {
  .all .visual .logo {
    width: 25%;
  }
}
.all .visual .title {
  top: 11.5%;
  left: 11.6%;
  width: 51%;
  height: 21%;
}
@media all and (max-width: 768px) {
  .all .visual .title {
    top: 8%;
    left: 5%;
    width: 90.5%;
    height: 11.8%;
  }
}
.all .visual .title [class^=title-] {
  top: 15%;
  width: 20.6%;
  animation: bounce 5s infinite linear;
  transform-origin: bottom center;
}
.all .visual .title .title-02 {
  width: 20.3%;
  left: 17.9%;
  animation-delay: 0.3s;
}
.all .visual .title .title-03 {
  width: 19.9%;
  left: 35.5%;
  animation-delay: 0.6s;
}
.all .visual .title .title-04 {
  left: 52.7%;
  animation-delay: 0.9s;
}
.all .visual .title .title-05 {
  top: 0;
  width: 30%;
  left: 70.5%;
  animation-delay: 1.2s;
}
.all .visual .medal {
  width: 19%;
  top: 34.5%;
  left: 7.4%;
  animation: zoom 2s infinite linear;
}
@media all and (max-width: 768px) {
  .all .visual .medal {
    width: 48%;
    top: 68%;
    left: 6.3%;
  }
}
.all .main-content {
  position: relative;
  margin-top: -10vw;
}
.all .main-content * {
  font-size: 22px;
}
@media all and (max-width: 768px) {
  .all .main-content * {
    font-size: 18px;
  }
}
@media all and (max-width: 500px) {
  .all .main-content * {
    font-size: 5vw;
  }
}
@media all and (max-width: 768px) {
  .all .main-content {
    margin-top: 1vw;
  }
}
.all .main-content .tab-menu {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.all .main-content .tab-menu.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 2;
  animation: move 0.5s linear 1;
  padding: 5px 0 15px;
  background-color: rgba(255, 247, 236, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media all and (max-width: 500px) {
  .all .main-content .tab-menu.fixed {
    padding: 6px 0;
  }
}
@media all and (max-width: 768px) {
  .all .main-content .tab-menu {
    gap: 25px;
  }
}
@media all and (max-width: 500px) {
  .all .main-content .tab-menu {
    gap: 3vw;
  }
}
.all .main-content .tab-menu li {
  position: relative;
  border: 3px solid transparent;
  border-radius: 50px;
  background: linear-gradient(#efdfc8) padding-box, linear-gradient(45deg, #7b3e22, #b98b41, #7b3e22) border-box;
}
.all .main-content .tab-menu li div {
  cursor: pointer;
  width: 300px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(45deg, #622c14, #8a4a15, #622c14);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 5px solid #efdfc8;
  border-radius: 50px;
  padding: 15px 10px 12px;
  white-space: nowrap;
}
@media all and (max-width: 1024px) {
  .all .main-content .tab-menu li div {
    font-size: 24px;
    width: 250px;
  }
}
@media all and (max-width: 768px) {
  .all .main-content .tab-menu li div {
    font-size: 22px;
    width: 200px;
  }
}
@media all and (max-width: 500px) {
  .all .main-content .tab-menu li div {
    font-size: 5.5vw;
    width: 40vw;
    border: 2px solid #efdfc8;
    padding: 3vw 0 2vw;
  }
}
.all .main-content .tab-menu li:hover:after, .all .main-content .tab-menu li.active:after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(45deg, #7b3e22, #b98b41, #7b3e22);
  position: absolute;
  left: 0;
  bottom: -12px;
}
@media all and (max-width: 768px) {
  .all .main-content .tab-menu li:hover:after, .all .main-content .tab-menu li.active:after {
    height: 0;
  }
}
.all .main-content .tab-menu li.active {
  background: linear-gradient(45deg, #c99642, #783c22, #844611, #9e5a20, #88440e, #c99642) padding-box, linear-gradient(45deg, #7b3e22, #b98b41, #7b3e22) border-box;
}
.all .main-content .tab-menu li.active div {
  -webkit-text-fill-color: #fff;
  background: transparent;
}
.all .main-content .content_A,
.all .main-content .content_B {
  display: none;
}
.all .main-content .content_A.active,
.all .main-content .content_B.active {
  display: block;
}
.all .main-content h3 {
  color: #783c21;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  margin: 35px 0 10px;
}
@media all and (max-width: 500px) {
  .all .main-content h3 {
    font-size: 6vw;
  }
}
.all .main-content h3::before {
  content: "【";
}
.all .main-content h3::after {
  content: "】";
}
.all .main-content .ul-list {
  list-style: disc;
  text-align: left;
  padding-left: 40px;
}
@media all and (max-width: 500px) {
  .all .main-content .ul-list {
    padding-left: 8vw;
  }
}
.all .main-content .ul-list li:not(:last-of-type) {
  margin-bottom: 2px;
}
.all .main-content .ol-list {
  list-style: decimal;
  text-align: left;
  padding-left: 40px;
}
@media all and (max-width: 500px) {
  .all .main-content .ol-list {
    padding-left: 8vw;
  }
}
.all .main-content .ol-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.all .main-content .ol-list .download {
  color: #4f328d;
  text-decoration: none;
  white-space: nowrap;
}
.all .main-content .ol-list .download:hover {
  text-decoration: underline;
}
.all .main-content .ol-list .download::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/download-solid-full.svg) no-repeat center center/auto 100%;
  position: relative;
  top: 6px;
  margin-left: 2px;
  margin-top: -6px;
}
@media all and (max-width: 500px) {
  .all .main-content .ol-list .download::after {
    width: 6.5vw;
    height: 6.5vw;
    top: 1.5vw;
    margin-top: -1.5vw;
  }
}
.all .main-content .table_A,
.all .main-content .table_B {
  width: 100%;
  text-align: center;
}
.all .main-content .table_A td,
.all .main-content .table_A th,
.all .main-content .table_B td,
.all .main-content .table_B th {
  font-size: 24px;
  padding: 10px 25px;
  vertical-align: middle;
}
@media all and (max-width: 768px) {
  .all .main-content .table_A td,
  .all .main-content .table_A th,
  .all .main-content .table_B td,
  .all .main-content .table_B th {
    font-size: 20px;
  }
}
@media all and (max-width: 500px) {
  .all .main-content .table_A td,
  .all .main-content .table_A th,
  .all .main-content .table_B td,
  .all .main-content .table_B th {
    font-size: 5vw;
    padding: 5vw 3vw;
    letter-spacing: 0;
  }
}
.all .main-content .table-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 6%;
  margin-top: 50px;
}
@media all and (max-width: 1440px) {
  .all .main-content .table-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 5%;
  }
}
@media all and (max-width: 850px) {
  .all .main-content .table-list {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 500px) {
  .all .main-content .table-list {
    gap: 10vw;
    margin-top: 10vw;
  }
}
.all .main-content .table-list div {
  color: #783c21;
  font-size: 26px;
  font-weight: 600;
  border: 3px solid #7f5c92;
  line-height: 1.5;
  padding: 3px 15px 0;
}
@media all and (max-width: 500px) {
  .all .main-content .table-list div {
    font-size: 6vw;
    line-height: 2;
    padding: 0 5vw;
  }
}
.all .main-content .table-list div span {
  font-size: 38px;
  font-weight: 700;
  position: relative;
  top: 2px;
  margin-left: 5px;
  letter-spacing: 0;
}
@media all and (max-width: 500px) {
  .all .main-content .table-list div span {
    font-size: 8vw;
  }
}
.all .main-content .table_A {
  margin-top: 35px;
}
.all .main-content .table_A thead {
  color: #fff;
  background: linear-gradient(90deg, #512c6a, #7b59a2, #572e6e, #8f4e99);
  font-weight: 600;
  position: relative;
}
.all .main-content .table_A thead th {
  padding-bottom: 15px;
  white-space: nowrap;
}
.all .main-content .table_A thead::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #f3d99c, #ba884b, #f3d99c, #ba884b);
}
.all .main-content .table_A tbody {
  background-color: #e7ceca;
  border-bottom: 6px solid #4f328d;
}
.all .main-content .table_A tbody th {
  font-weight: 600;
  border-right: 2px solid #4f328d;
  white-space: nowrap;
}
.all .main-content .table_A tbody th br {
  display: none;
}
@media all and (max-width: 768px) {
  .all .main-content .table_A tbody th br {
    display: block;
  }
}
.all .main-content .table_A tbody th[rowspan] {
  font-weight: 700;
  font-size: 32px;
}
@media all and (max-width: 768px) {
  .all .main-content .table_A tbody th[rowspan] {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media all and (max-width: 500px) {
  .all .main-content .table_A tbody th[rowspan] {
    font-size: 5.5vw;
  }
}
.all .main-content .table_A tbody td {
  text-align: left;
}
.all .main-content .table_A tbody td,
.all .main-content .table_A tbody th {
  border-bottom: 2px solid #4f328d;
}
.all .main-content .table_B {
  margin-top: 7px;
  border: 3px solid #7f5c92;
}
.all .main-content .table_B thead {
  color: #fff;
  background: linear-gradient(90deg, #512c6a, #7b59a2, #572e6e, #8f4e99);
  font-weight: 600;
}
@media all and (max-width: 500px) {
  .all .main-content .table_B th {
    padding: 3vw;
  }
}
.all .main-content .table_B tbody td {
  font-size: 18px;
  border-bottom: 2px solid #fff;
  line-height: 1.25;
}
@media all and (max-width: 500px) {
  .all .main-content .table_B tbody td {
    font-size: 4.5vw;
  }
}
.all .main-content .table_B tbody td span {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  margin: 0 5px;
  letter-spacing: 0;
  top: 2px;
}
@media all and (max-width: 500px) {
  .all .main-content .table_B tbody td span {
    font-size: 8vw;
    margin: 0 1vw;
  }
}
.all .main-content .table_B tbody td[colspan] {
  border-bottom: 0;
}
@media all and (max-width: 1440px) {
  .all .main-content .table_B tbody td[colspan].td-2 {
    display: none;
  }
}
@media all and (max-width: 850px) {
  .all .main-content .table_B tbody td[colspan] {
    display: none;
  }
}
.all .main-content .from-box {
  width: 100%;
  margin-top: 35px;
}
.all .main-content .from-box .from-title {
  color: #fff;
  background: linear-gradient(90deg, #512c6a, #7b59a2, #572e6e, #8f4e99);
  font-weight: 600;
  position: relative;
  padding: 12px 10px 20px;
}
.all .main-content .from-box .from-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #f3d99c, #ba884b, #f3d99c, #ba884b);
}
.all .main-content .from-box .from-body {
  background-color: #e7ceca;
  padding: 70px 100px 100px 100px;
}
@media all and (max-width: 768px) {
  .all .main-content .from-box .from-body {
    padding: 60px 35px;
  }
}
@media all and (max-width: 500px) {
  .all .main-content .from-box .from-body {
    padding: 10vw 5%;
  }
}
.all .main-content .from-box .from-body .ul-list {
  padding: 30px 30px 30px 60px;
  background-color: #dabeb8;
  border-radius: 6px;
  margin: 15px 0 30px;
}
.all .main-content .from-box .from-body .ul-list * {
  font-size: 18px;
}
@media all and (max-width: 500px) {
  .all .main-content .from-box .from-body .ul-list {
    padding: 10vw 4vw 10vw 8vw;
  }
  .all .main-content .from-box .from-body .ul-list * {
    font-size: 4.5vw;
    letter-spacing: 0;
  }
}
.all .main-content .table-from {
  width: 100%;
}
.all .main-content .table-from th {
  width: 120px;
  text-align: right;
}
.all .main-content .table-from th:nth-of-type(2) {
  width: 210px;
}
.all .main-content .table-from td {
  padding-bottom: 20px;
}
.all .main-content .table-from td[colspan] {
  text-align: left;
}
@media all and (max-width: 1024px) {
  .all .main-content .table-from th,
  .all .main-content .table-from td {
    display: inline-block;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all .main-content .table-from th,
  .all .main-content .table-from td {
    text-align: left;
  }
}
@media all and (max-width: 1024px) {
  .all .main-content .table-from th,
  .all .main-content .table-from th:nth-of-type(2) {
    width: 125px;
  }
}
@media all and (max-width: 1024px) and (max-width: 768px) {
  .all .main-content .table-from th,
  .all .main-content .table-from th:nth-of-type(2) {
    width: 105px;
  }
}
@media all and (max-width: 1024px) and (max-width: 768px) and (max-width: 500px) {
  .all .main-content .table-from th,
  .all .main-content .table-from th:nth-of-type(2) {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .all .main-content .table-from td {
    width: calc(100% - 125px);
  }
}
@media all and (max-width: 1024px) and (max-width: 768px) {
  .all .main-content .table-from td {
    width: calc(100% - 105px);
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .all .main-content .table-from td {
    width: 100%;
  }
}
.all .main-content .table-from select,
.all .main-content .table-from input[type=text],
.all .main-content .table-from input[type=tel],
.all .main-content .table-from input[type=email] {
  width: 100%;
  background-color: #fff;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #4f328d;
  padding: 0 10px;
  box-sizing: border-box;
}
@media all and (max-width: 500px) {
  .all .main-content .table-from select,
  .all .main-content .table-from input[type=text],
  .all .main-content .table-from input[type=tel],
  .all .main-content .table-from input[type=email] {
    width: 85%;
  }
}
.all .main-content .table-from .select-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media all and (max-width: 500px) {
  .all .main-content .table-from .select-list {
    width: 85%;
    gap: 5%;
    grid-template-columns: 42% 1fr;
  }
  .all .main-content .table-from .select-list select {
    font-size: 4.8vw;
    width: 100%;
    padding: 0 35px 0 10px;
    letter-spacing: 0;
  }
}
.all .main-content .table-from select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/angle-down-solid-full.svg) no-repeat center right 10px/auto 45%, #fff;
  box-sizing: border-box;
}
.all .main-content .table-from input[type=file]::file-selector-button {
  background: #e4e2e7;
  color: #4f328d;
  border: 1px solid #4f328d;
  height: 50px;
  padding: 0 40px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .all .main-content .table-from input[type=file]::file-selector-button {
    padding: 0 25px;
  }
}
@media all and (max-width: 500px) {
  .all .main-content .table-from input[type=file]::file-selector-button {
    padding: 0 8vw;
  }
}
.all .main-content .table-from input[type=file]::file-selector-button:hover {
  color: #fff;
  background: #4f328d;
}
.all .main-content .agree {
  cursor: pointer;
}
@media all and (max-width: 500px) {
  .all .main-content .agree {
    font-size: 4.5vw;
  }
}
.all .main-content .agree input[type=checkbox] {
  position: relative;
  top: 4px;
  width: 24px;
  height: 24px;
}
@media all and (max-width: 500px) {
  .all .main-content .agree input[type=checkbox] {
    top: 1vw;
    width: 5vw;
    height: 5vw;
  }
}
.all .main-content .agree a {
  color: #4f328d;
  text-decoration: none;
}
@media all and (max-width: 500px) {
  .all .main-content .agree a {
    font-size: 4.5vw;
    letter-spacing: 0;
  }
}
.all .main-content .agree a:hover {
  text-decoration: underline;
}
.all .main-content .button {
  position: relative;
  font-weight: 500;
  color: #fff;
  background-color: #4f328d;
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 35px auto 0;
  line-height: 3;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s;
  top: 0;
}
.all .main-content .button::after {
  line-height: 1;
  position: absolute;
  font-size: 30px;
  color: #fff;
  content: "›";
  right: 15px;
  top: 15px;
}
.all .main-content .button:hover {
  top: -5px;
  background-color: #7f5c92;
  transition: 0.3s;
}

footer {
  font-size: 18px;
  font-family: Arial;
  line-height: 1.7;
  letter-spacing: 1px;
  padding: 30px 20px;
  text-align: center;
  background: linear-gradient(to right, #f3d99c 0%, #ba884b 45%, #f3d99c 80%, #ba884b 100%);
}
@media all and (max-width: 500px) {
  footer {
    font-size: 5vw;
    padding: 10vw 3vw;
  }
}/*# sourceMappingURL=basic.css.map */