@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-black: #252525;
  --color-main: #eb6d9a;
  --color-main-rgba: rgba(235, 109, 154, 0.2);
  --color-sub: #2c4198;
  --color-red: #f1331e;
  --font-size-sm: clamp(1.28rem, 0.08vw + 1.25rem, 1.35rem);
  --font-size-base: clamp(1.6rem, 0.23vw + 1.51rem, 1.8rem);
  --font-size-md: clamp(2rem, 0.45vw + 1.82rem, 2.4rem);
  --font-size-lg: clamp(2.5rem, 0.79vw + 2.18rem, 3.2rem);
  --font-size-xl: clamp(3.13rem, 1.29vw + 2.61rem, 4.26rem);
  --font-size-xxl: clamp(3.91rem, 2.02vw + 3.1rem, 5.68rem);
  --font-size-xxxl: clamp(4.88rem, 3.06vw + 3.66rem, 7.58rem);
}

.f-sm {
  font-size: var(--font-size-sm);
}

.f-base {
  font-size: var(--font-size-base);
}

.f-md {
  font-size: 1.8em;
}

.f-lg {
  font-size: var(--font-size-lg);
}

.f-xl {
  font-size: var(--font-size-xl);
}

.f-xxl {
  font-size: var(--font-size-xxl);
}

.f-xxxl {
  font-size: var(--font-size-xxxl);
}

.btn-fb {
  background: #1877f2;
}
.btn-fb img {
  width: 22px;
  height: 22px;
}

.btn-x {
  background: #000;
}
.btn-x img {
  width: 32px;
  height: 32px;
}

.btn-li {
  background: #1eb900;
}
.btn-li img {
  width: 28px;
  height: 28px;
}

.btn-fb,
.btn-x,
.btn-li {
  transition-duration: 0.3s;
}
.btn-fb:hover,
.btn-x:hover,
.btn-li:hover {
  filter: opacity(70%);
}

.snsbtn {
  margin: 1rem;
  display: flex;
  justify-content: center;
}
.snsbtn a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.snsbtn a:not(:last-of-type) {
  margin-right: 10px;
}
.snsbtn a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

body {
  font-family: fot-tsukuardgothic-std, "Meiryo", "メイリオ", "平成明朝", "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: var(--font-size-sm);
  color: var(--color-sub);
  scroll-behavior: smooth;
  min-width: 375px;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.8;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.br {
  display: inline-block;
}

header {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-main-rgba) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-main-rgba) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
}
header h1 {
  max-width: 930px;
  margin-inline: auto;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  header h1 {
    padding: 3vh 2vw;
  }
}
header h1 img {
  display: block;
}
header h2 {
  text-align: center;
  grid-column: 1/4;
}
header .date {
  background-color: var(--color-main);
  color: var(--color-white);
}
header .date_wrap {
  margin: auto;
  padding: 30px 1rem 22px;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 969.98px) {
  header .date_wrap {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  header .date_wrap {
    display: grid;
    align-items: center;
    width: 98vw;
    max-width: 1040px;
    gap: 10px;
    grid-template-columns: 1fr 1fr 26.5%;
    padding: 1rem;
  }
}
header .date_wrap dl {
  text-align: center;
  display: grid;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  header .date_wrap dl {
    grid-column: 1/3;
    grid-template-columns: [key] minmax(18%, min-content) [value] 1fr;
    text-align: left;
  }
}
header .date_wrap dl dt {
  border: 2px solid var(--color-white);
  text-align: center;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  header .date_wrap dl dt {
    grid-column: key;
    padding: 0.1rem 0;
  }
}
header .date_wrap dl dd {
  margin-left: 0;
  line-height: 1.4;
}
header .date_wrap dl dd.bottom {
  font-size: 94%;
}
@media screen and (min-width: 768px) {
  header .date_wrap dl dd {
    grid-column: value;
    line-height: 1.2;
  }
}
header .date_wrap dl dd b {
  font-size: 1.6em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  header .date_wrap dl dd b {
    font-size: 160%;
    line-height: 1;
  }
}
header .date_wrap dl dd .info {
  margin-top: 0.3rem;
}
header .date_wrap dl dd .address {
  font-size: 70%;
  transform: translateY(-0.3em);
  vertical-align: -2px;
}
@media screen and (min-width: 768px) {
  header .date_wrap dl dd .address {
    font-size: 60%;
  }
}

header .circle {
  padding: 1.3rem 1rem 1rem;
  text-align: center;
  color: var(--color-main);
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  header .circle {
    grid-column: 3/4;
    margin-top: 0;
    padding: 1.5rem 0 1.1rem;
  }
}
header .circle .txt {
  font-weight: 700;
  display: block;
}
header .circle .txt p {
  line-height: 1.7em;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  header .circle .txt p {
    line-height: 1.5em;
    font-size: inherit;
  }
}
@media screen and (min-width: 768px) {
  header .circle .txt p span {
    font-size: 180%;
  }
}

.inner {
  max-width: 820px;
  margin: 0 auto;
  transform: rotate(0.03deg);
}
.inner h2 {
  text-align: center;
  font-size: clamp(2rem, 8.6vw, 3rem);
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 0.1em;
}
.inner h2::before {
  content: "";
  background: url("../img/icon_title-icon.svg") no-repeat center/100%;
  width: 60px;
  height: 60px;
  display: block;
  margin-top: 7px;
}
.inner .privacy {
  display: block;
  text-align: center;
  margin: auto;
  font-size: 90%;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
}
@media (any-hover: hover) {
  .inner .privacy:hover {
    opacity: 0.7;
  }
}
.inner .privacy a:focus-visible {
  opacity: 0.7;
}

.read_bg {
  overflow: hidden;
}

.read {
  margin-bottom: 1.5rem;
}
.read h2::before {
  display: inline-block;
  content: "";
  width: 1.3em;
  aspect-ratio: 1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  -webkit-mask-image: url(../img/icon_coin.svg);
          mask-image: url(../img/icon_coin.svg);
  vertical-align: sub;
  margin-right: 0.1em;
}
.read p {
  letter-spacing: 0.02em;
}
.read_problem {
  background-color: #fff;
  border-radius: 15px;
  border: 3px solid var(--color-main);
  padding: 2rem 1rem;
  margin-bottom: 4rem;
  position: relative;
}
.read_problem .problem {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 500;
}
.read_problem .problem span {
  color: var(--color-main);
  font-size: 1.1em;
  font-weight: 700;
}
.read_problem p::before {
  display: inline-block;
  content: url(../img/icon_check.svg);
  width: 1.25rem;
  vertical-align: middle;
  margin-right: 0.5em;
}
.read_problem::after {
  position: absolute;
  content: "";
  width: 3em;
  aspect-ratio: 1;
  bottom: -5rem;
  left: 50%;
  translate: -50% 0;
  background-color: var(--color-main);
  clip-path: polygon(50% 50%, 0 0, 100% 0);
}
@media screen and (min-width: 768px) {
  .read_text {
    text-align: center;
  }
}
.read_text p {
  line-height: 2.1;
  color: var(--color-sub);
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .read_text p {
    line-height: 1.9;
    font-size: inherit;
  }
}
.read_text--big {
  color: var(--color-main);
  font-size: clamp(2rem, 8.6vw, 3.2rem);
  font-feature-settings: "halt";
  line-height: 1.6;
  margin-bottom: 0.2em;
  display: block;
  text-align: center;
}
.read_text .line-text {
  margin-bottom: 0.5rem;
  color: var(--color-main);
}

.form {
  margin-bottom: 4rem;
  background: rgba(255, 230, 122, 0.5);
  padding: 0.8rem 0.7rem 1.3rem;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .form {
    padding: 1.5rem 2rem 2rem;
    margin-bottom: 5rem;
  }
}
.form__heading {
  display: block;
}
@media screen and (min-width: 768px) {
  .form__heading {
    text-align: center;
  }
}
.form__heading .strong {
  background: var(--color-main);
  color: #fff;
  display: inline-block;
  padding: 0px 6px 3px;
  font-weight: 500;
  border-radius: 5px;
  line-height: 1.6;
}

.lecture {
  text-align: center;
  font-weight: 500;
  margin-bottom: 5rem;
}
.lecture p {
  line-height: 1.4;
}
.lecture span {
  color: var(--color-main);
  font-size: 1.1em;
  font-weight: 700;
}

.present p {
  color: var(--color-main);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.3rem;
  font-size: clamp(2rem, 8.6vw, 3.2rem);
  text-align: center;
  font-feature-settings: "halt";
}
.present p .headding {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-main);
  font-size: clamp(1.1rem, 5vw, 1.8rem);
}
.present p .headding::before, .present p .headding::after {
  content: "";
  width: 2px;
  background-color: var(--color-main);
  height: 24px;
}
@media screen and (min-width: 768px) {
  .present p .headding::before, .present p .headding::after {
    height: 30px;
  }
}
.present p .headding::before {
  margin-right: 18px;
  transform: rotate(-20deg);
}
.present p .headding::after {
  margin-left: 18px;
  transform: rotate(20deg);
}
.present p.notes {
  font-size: 0.6em;
  font-weight: normal;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 0.5rem;
  padding-inline: 2.5rem;
}
.present p .br {
  display: inline-block;
}

.wrap {
  padding: 2rem 0.7rem;
}
@media screen and (min-width: 768px) {
  .wrap {
    padding: 5rem 1rem;
  }
}

@media screen and (min-width: 768px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
  }
}

.schedule {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-main-rgba) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-main-rgba) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
}
.schedule.wrap {
  padding: 6rem 1rem 7rem;
}
.schedule .inner {
  max-width: 1000px;
  background: #fff;
  padding: 2rem 1rem 4rem;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .schedule .inner {
    padding: 2rem 2rem 4rem;
  }
}
.schedule ol {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.schedule li .time {
  color: var(--color-sub);
  display: block;
  border-left: 8px solid;
  padding: 0.7rem 1rem 1rem;
  line-height: 1;
  border-bottom: 1px solid;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .schedule li .time {
    font-size: 30px;
  }
}
.schedule li h3 {
  color: var(--color-main);
  font-size: 20px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .schedule li h3 {
    padding-left: calc(1rem + 7px);
    font-size: 22px;
  }
}
.schedule li .corp-name {
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .schedule li .corp-name {
    font-size: 22px;
    margin-top: 0.5rem;
  }
}
.schedule li .corp-name a {
  display: block;
  width: 120px;
}
.schedule li .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .schedule li .wrapper {
    padding-left: calc(1rem + 7px);
  }
}
.schedule li .wrapper.matsui {
  flex-direction: row-reverse;
}
.schedule li .wrapper-left {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .schedule li .wrapper-left {
    font-size: 20px;
  }
}
.schedule li .wrapper-left .katagaki {
  line-height: 1;
}
.schedule li .wrapper-left .name {
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .schedule li .wrapper-left .name {
    font-size: 45px;
    line-height: 1.2;
  }
}
.schedule li .wrapper-left .name.kawamura {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  .schedule li .wrapper-left .name.kawamura {
    font-size: 45px;
  }
}
.schedule li .wrapper-left .name .small {
  font-size: 60%;
}
.schedule li .wrapper-right {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .schedule li .wrapper-right {
    width: 35%;
  }
}
.schedule li p {
  font-size: 16px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .schedule li p {
    margin-top: 1.2rem;
  }
}
.schedule .instructor {
  text-align: center;
}
.schedule .instructor.mc {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .schedule .instructor {
    justify-content: center;
    gap: 5rem;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .schedule .instructor .image {
    width: 35%;
  }
}
.schedule .instructor .image img {
  vertical-align: bottom;
}
.schedule h3 {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .schedule h3 {
    font-size: 1.85rem;
  }
}
.schedule h3 span {
  font-size: 80%;
}
.schedule .ana {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .schedule .ana {
    font-size: 1.25rem;
  }
}

.about {
  font-feature-settings: "halt";
}
@media screen and (min-width: 768px) {
  .about {
    margin: 0 1rem;
  }
}
.about.wrap {
  padding: 4rem 1rem 0.4rem;
}
@media screen and (min-width: 768px) {
  .about.wrap {
    padding: 6rem 1rem 7rem;
  }
}
.about dt {
  padding: 2rem 0 0.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .about dt {
    width: 24%;
    padding: 2.5rem 1rem;
  }
  .about dt:not(:last-of-type) {
    border-bottom: 1px solid var(--color-sub);
  }
}
@media screen and (min-width: 768px) {
  .about .corona {
    font-size: 1rem;
  }
}
.about dd {
  padding-bottom: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .about dd {
    width: 76%;
    padding: 2.5rem 0 2.5rem 2.5rem;
  }
}
.about dd:not(:last-child) {
  border-bottom: 1px solid var(--color-sub);
}
.about dd.sponsor {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2rem 1.5rem;
}
.about dd.sponsor a {
  width: 100%;
  max-width: 120px;
}
@media screen and (min-width: 768px) {
  .about dd.sponsor a {
    max-width: 170px;
  }
}
.about dd .mail {
  color: var(--color-main);
  text-decoration: underline;
}
.about .fontsize_sm {
  font-size: 1rem;
}
.about .list {
  text-indent: -0.5rem;
  padding-left: 0.5rem;
}
.about .list span {
  border-bottom: solid 1px;
}
.about .application_tit {
  margin-bottom: 0.5rem;
}
.about .application_tit span {
  color: var(--color-main);
  font-weight: bold;
}

.btn {
  margin-bottom: 3px;
}
.btn a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.5;
  background: var(--color-main);
  border-radius: 100svh;
  margin-inline: auto;
  padding: 1rem 0 1.1rem;
  font-weight: 600;
  border: 2px solid var(--color-main);
  transition: all 0.3s;
}
.btn a span {
  font-size: 0.9em;
  color: var(--color-main);
  background-color: #fff;
  border-radius: 100svh;
  padding: 0 1rem 0.2rem;
  margin-right: 0.5rem;
}
@media (any-hover: hover) {
  .btn a:hover {
    background: #fff;
    color: var(--color-main);
    opacity: 1;
  }
}
.btn a:focus-visible {
  background: #fff;
  color: var(--color-main);
  opacity: 1;
}
@keyframes gradient {
  0% {
    --custom-animation: -400%;
  }
  100% {
    --custom-animation: 400%;
  }
}

@property --custom-animation {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}
.end_btn {
  background-color: #555;
  border-radius: 100svh;
  padding: 1rem 0.5rem;
}
.end_btn p {
  color: var(--color-white);
  text-align: center;
  font-weight: 500;
}
.end_btn p span {
  display: inline-block;
}

.wrap iframe {
  width: 100%;
  height: 250px;
  margin-top: 0.6rem;
}

.thanks-header img {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .thanks-header img {
    width: 75%;
  }
}

.thanks_wrap {
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .thanks_wrap {
    padding: 2rem 0 3rem;
  }
}

.thanks {
  max-width: 810px;
  margin: 0 auto;
  text-align: center;
}
.thanks h2 {
  font-size: 26px;
  margin-bottom: 1rem;
  color: var(--color-main);
}
@media screen and (min-width: 768px) {
  .thanks h2 {
    font-size: 36px;
  }
}
.thanks p {
  font-weight: 600;
  font-size: 0.8em;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .thanks p {
    font-size: inherit;
  }
}
.thanks p:last-of-type {
  margin-bottom: 1.5rem;
}
.thanks p b {
  font-size: 1em;
  color: #ff0000;
}
.thanks p b span {
  background: linear-gradient(transparent 80%, #fff000 20%);
}
.thanks a {
  display: inline-block;
  padding: 1rem 4rem;
  border: solid 2px var(--color-main);
  background: var(--color-main);
  color: #fff;
  border-radius: 50px;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .thanks a:hover {
    color: var(--color-main);
    background: var(--color-white);
    opacity: 1;
  }
}
.thanks a:focus-visible {
  color: var(--color-main);
  background: var(--color-white);
}

footer {
  background-color: var(--color-main);
  padding: 1rem;
  color: #fff;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .sp-footer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-footer {
    display: flex;
    justify-content: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .sp-footer a {
    display: grid;
    grid-template-rows: 1fr auto;
    place-items: center;
  }
  .sp-footer a::before {
    content: "";
    width: 45px;
    aspect-ratio: 1;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: currentColor;
  }
  .sp-footer a span {
    display: block;
    font-size: 0.9rem;
  }
  .sp-footer .home::before {
    -webkit-mask-image: url(../img/link-home.svg);
            mask-image: url(../img/link-home.svg);
  }
  .sp-footer .pagetop::before {
    -webkit-mask-image: url(../img/icon_angle-up_solid.svg);
            mask-image: url(../img/icon_angle-up_solid.svg);
  }
}

.pnkz {
  display: none;
}
@media screen and (min-width: 768px) {
  .pnkz {
    display: block;
    margin: 0 auto;
    font-size: 1rem;
    rotate: 0.03deg;
    max-width: 900px;
  }
}

.copyright {
  text-align: center;
  font-size: 0.8rem;
  display: block;
}

/* ページトップボタンが表示されている場合のスタイル */
#pagetop[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

/* ページトップボタンが表示されていない場合のスタイル */
#pagetop[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
}

#pagetop {
  transition: opacity 0.25s, visibility 0.25s;
}
#pagetop a {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 70px;
  padding: 1rem;
  text-align: center;
  z-index: 999;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--color-red);
  border: 2px solid #fff;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #pagetop a {
    max-width: 260px;
    max-height: 120px;
    font-size: 30px;
    padding: 2rem;
  }
}
@media (any-hover: hover) {
  #pagetop a:hover {
    opacity: 1;
    border: 2px solid var(--color-red);
    background: #fff;
    color: var(--color-red);
  }
}
#pagetop a:focus-visible {
  opacity: 1;
  border: 2px solid var(--color-red);
  background: #fff;
  color: var(--color-red);
}
#pagetop a::after {
  content: "";
  background: url("../img/arrow.svg") no-repeat center/70%;
  background-color: #fff;
  width: 20px;
  height: 20px;
  transform: rotate(90deg) translateX(16%);
  position: absolute;
  top: 50%;
  right: 23px;
  border-radius: 100px;
  outline: 2px solid var(--color-red);
}
@media screen and (min-width: 768px) {
  #pagetop a::after {
    transform: rotate(90deg) translateX(21%);
    right: 41px;
    width: 35px;
    height: 35px;
  }
}
#pagetop a .arrow-up.icon {
  color: #fff;
  position: absolute;
  margin-top: 20px;
  background-color: currentColor;
}
#pagetop a .arrow-up.icon:before {
  content: "";
  position: absolute;
  left: -7px;
  width: 14px;
  height: 14px;
  border-top: solid 3px currentColor;
  border-right: solid 3px currentColor;
  transform: rotate(-45deg);
}

::-moz-selection {
  background: #f3f3c3;
}

::selection {
  background: #f3f3c3;
}

.form__box {
  font-size: 16px;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid var(--color-sub);
  padding-inline: 0.5em;
  padding-block: 0.4em;
  margin-top: 1em;
  background: var(--color-white);
}
.form__box p {
  line-height: 1.5;
}
.form__box p:not(:first-child) {
  margin-top: 1em;
}
.form__box a {
  text-decoration: underline;
  color: revert;
  display: inline;
  display: block;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .form__box a {
    display: inline-block;
  }
}

.checkbox-wrapper {
  margin-inline: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 0.8em 1em;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .checkbox-wrapper {
    font-size: inherit;
    margin-block: 0.6em 0.7em;
    text-align: left;
  }
}
.checkbox-wrapper .notes {
  font-size: 0.8rem;
  display: block;
  text-align: center;
  transform: rotate(0.04deg);
  padding-inline: 1.4rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .checkbox-wrapper .notes {
    padding-inline: unset;
  }
}

label,
#agree {
  cursor: pointer;
}

/* 無効状態の見た目 */
#applyLink.disabled {
  pointer-events: none; /* クリックできない */
  cursor: default; /* カーソル変更 */
}
#applyLink.disabled a {
  background: #aaa; /* グレー文字 */
  box-shadow: unset;
  border: 2px solid #aaa;
}
#applyLink.disabled a span {
  color: #aaa; /* グレー文字 */
}

/* 有効状態（通常のリンク） */
#applyLink {
  cursor: pointer;
}
#applyLink a span {
  color: var(--color-main);
  transition: all 0.3s;
}

input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 1em;
  height: 0.8em;
}/*# sourceMappingURL=style.css.map */