@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://use.typekit.net/qmr6ewy.css");
.wpcf7-spinner {
  position: absolute;
  bottom: 0;
  transform: translateY(110%);
}

.gre-disclaimer {
  color: #808080;
  text-align: center;
  max-width: 500px;
  margin: 2em auto 0;
}
.gre-disclaimer a {
  text-decoration: underline !important;
}

.submit-container {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.submit-container p {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.join-main .bar-title-container h3 {
  font-size: clamp(3.2rem, 4vw, 4.5rem);
  text-transform: unset;
}

.join-about {
  margin: 8rem auto;
  gap: 4rem;
}
.join-about .member-benefits {
  max-width: 42rem;
  padding: clamp(4rem, 8vw, 10rem) 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: clamp(4rem, 4vw, 6rem);
  row-gap: 2rem;
  margin-top: 2rem;
  background-color: #fff0a0;
  border-radius: 6rem;
}
.join-about .member-benefits .benefit-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  width: 89.7%;
  box-sizing: border-box;
  padding: 2rem;
  margin: auto;
  border-bottom: 1px solid #005ead;
  color: #005ead;
  font-weight: bold;
}
.join-about .member-benefits .benefit-card:last-child {
  border-bottom: unset;
}
.join-about .member-benefits .benefit-card .counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 3em;
  color: #ffffff;
  background-color: #005ead;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: bold;
}
.join-about .member-benefits .benefit-card h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 175%;
  text-align: center;
}
.join-about .member-benefits .benefit-card img {
  width: 100%;
  max-width: 14rem;
  height: 12.6rem;
  object-fit: contain;
  object-position: bottom center;
}
.join-about .member-cards {
  gap: 3rem;
}
.join-about .member-cards .bar-title-container {
  margin: 1rem 0 2rem;
}
.join-about .member-cards .member-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  box-sizing: border-box;
  padding: 2rem clamp(1.6rem, 2.5vw, 4rem) 3rem;
  border: 1px solid #005ead;
  border-radius: 3rem;
  color: #005ead;
  font-weight: bold;
}
.join-about .member-cards .member-card hr {
  width: 100%;
  border-top: 1px solid #005ead;
  margin: 0;
}
.join-about .member-cards .member-card h4 {
  font-size: clamp(1.8rem, 2vw, 2rem);
}
.join-about .member-cards .member-card p {
  font-size: clamp(1.8rem, 2vw, 2rem);
  text-align: center;
}
.join-about .member-cards .member-card .highlight {
  display: inline-block;
  font-size: 1.75em;
  margin: 0 0.25em;
}
.join-about .member-cards .member-card .lowlight {
  font-size: 0.7em;
}
.join-about .member-cards .member-card ul {
  width: 100%;
  max-width: 55rem;
  padding-left: 1.1em;
}
.join-about .member-cards .member-card ul li.checked {
  list-style-type: "◉";
}
.join-about .member-cards .member-card ul li.unchecked {
  list-style-type: "◯";
}
.join-about .member-cards .member-card .target {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.join-about .member-cards .member-card.blue-card {
  background-color: #005ead;
  color: #ffffff;
}
.join-about .member-cards .member-card.blue-card hr {
  border-top: 1px solid #ffffff;
}
.join-about .member-cards ul.annotations {
  color: #005ead;
  font-weight: 500;
}
@media screen and (min-width: 651px) {
  .join-about .member-benefits {
    max-width: 100rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 clamp(4rem, 8vw, 10rem);
  }
  .join-about .member-benefits .benefit-card {
    width: 100%;
    padding: 4.6rem 0 5rem 0;
    align-self: flex-start;
    border-bottom: unset;
  }
  .join-about .member-benefits .benefit-card .counter {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
  }
}

section.register {
  margin-bottom: 7rem;
  padding: 6rem 0 8rem;
  background-color: #efefef;
  color: #005ead;
  gap: 5rem;
}
section.register .register-contents {
  gap: 6rem;
}
section.register .step-container {
  gap: 3rem;
  margin-top: 1rem;
  font-weight: 500;
}
section.register .step-container .step-row {
  display: flex;
  align-items: start;
  width: 100%;
  gap: 2rem;
}
section.register .step-container .step-row .step-no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 5.5em;
  min-width: 5.5em;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}
section.register .step-container .step-row .text-container {
  flex: 1;
  font-weight: 500;
  letter-spacing: 0;
}

main.contact-main {
  display: flex;
  flex-direction: column;
}

section.contact {
  background-color: #efefef;
  margin: 0 auto 16rem;
  padding: 6rem 0 8rem;
  background-color: #efefef;
  color: #005ead;
}

.contact .contact-table,
section.register .contact-table {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.contact .join-form,
section.register .join-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact .join-form .table-row,
section.register .join-form .table-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact .join-form dt,
section.register .join-form dt {
  font-weight: bold;
}
.contact .join-form dt.required p:after,
section.register .join-form dt.required p:after {
  content: "※";
}

section.rules {
  margin-bottom: 8rem;
}
section.rules .content-container {
  gap: 3rem;
}
section.rules .rule-container {
  gap: 1rem;
  width: 100%;
  max-width: 60rem;
}
section.rules .rule-container li {
  width: 100%;
}
section.rules .rule-container li a {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  box-sizing: border-box;
  padding: 0.5em 5rem 0.5em 1rem;
  background: url(../img/icons/arrow-blue.svg) center right 2rem no-repeat;
  background-size: clamp(2rem, 3vw, 3rem);
  border: 1px solid #005ead;
  color: #005ead;
  font-weight: bold;
}

section.alumni {
  margin-bottom: 10rem;
  color: #005ead;
}
section.alumni .content-container {
  gap: 3rem;
}

.join-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  color: #005ead;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: bold;
  padding-bottom: 2rem;
  overflow-x: scroll;
}
.join-grid sup {
  vertical-align: super;
  font-size: 1rem;
}
.join-grid .grid-row {
  width: 60rem;
  display: grid;
  grid-template-columns: 2fr 3fr 3fr;
  grid-template-rows: auto;
}
.join-grid .grid-row:before, .join-grid .grid-row:after,
.join-grid .grid-row .cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0.1rem 0.2rem;
  text-align: center;
  min-height: 7rem;
  line-height: 160%;
}
.join-grid .grid-row .label {
  grid-column: 1/2;
  grid-row: 1/2;
}
.join-grid .grid-row .label.label-blue {
  border-right: 3px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  background-color: #005ead;
  color: #ffffff;
  grid-column: 2/3;
}
.join-grid .grid-row .label.label-teal {
  border-left: 3px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  color: #005ead;
  background-color: #def2fc;
  grid-column: 3/4;
}
.join-grid .grid-row .label.label-grey, .join-grid .grid-row .label.label-yellow {
  border: 3px solid #ffffff;
  border-right: 5px solid #ffffff;
  border-left: unset;
}
.join-grid .grid-row .label.label-grey {
  background-color: #efefef;
}
.join-grid .grid-row .label.label-yellow {
  background-color: #fff0a0;
}
.join-grid .grid-row .content {
  grid-column: 2/3;
  border: 1px solid #005ead;
}
.join-grid .grid-row .content.content-1 {
  grid-column: 2/3;
  grid-row: 1/2;
  border-right: unset;
  border-bottom: unset;
}
.join-grid .grid-row .content.content-2 {
  border-top: 1px solid #005ead;
  border-bottom: unset;
  grid-column: 3/4;
  grid-row: 1/2;
}
.join-grid .grid-row .highlight {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
}
.join-grid .grid-row .spacer {
  display: block;
  width: 1em;
  height: 2px;
  background-color: #005ead;
}
.join-grid .grid-row.offset-row {
  margin-bottom: 1rem;
}
.join-grid .grid-row.offset-row .content.content-1, .join-grid .grid-row.offset-row .content.content-2 {
  border-bottom: 1px solid #005ead;
}
.join-grid .grid-row span.maru {
  display: block;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 3rem;
  border: 3px solid #005ead;
}
.join-grid .grid-row:last-child .label.label-grey, .join-grid .grid-row:last-child .label.label-yellow {
  border-bottom: unset;
}
.join-grid .grid-row:last-child .content.content-1, .join-grid .grid-row:last-child .content.content-2 {
  border-bottom: 1px solid #005ead;
}
@media screen and (min-width: 651px) {
  .join-grid {
    padding-bottom: 0;
    margin-bottom: 3rem;
  }
  .join-grid .grid-row {
    width: 100%;
    grid-template-columns: 6fr 5fr 5fr;
  }
}

/*# sourceMappingURL=contact.css.map */
