/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html.fixed,
html.fixed body {
  height: 100%;
  overflow: hidden;
}

.cta__inner {
  position: relative;
}
.cta__btn--free {
  bottom: 42%;
}
.cta__btn--honkouza {
  bottom: 10%;
}

.footer {
  padding: 0.6875rem 1.5rem;
  background-color: #F5EEDC;
}

.footer__copy {
  text-align: center;
}
.footer__copy small {
  font-family: "Noto Serif JP", serif;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 500;
  color: #183B4E;
}

.inner {
  width: 100%;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-right: auto;
  margin-left: auto;
}

.aside-left {
  display: none;
}
.aside-left__inner {
  position: relative;
  width: 21.9444444444vw;
  max-width: 395px;
  display: flex;
}

.aside__item li {
  position: relative;
  padding-left: 1.0625rem;
}
.aside__item li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #27548A;
  border-radius: 2px;
}
.aside__item li a {
  color: rgba(24, 59, 78, 0.5);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  font-family: "Noto Serif JP", serif;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: block;
}
.aside__item li a:hover {
  color: #183B4E;
}

.top-content {
  width: 100%;
}

.header {
  padding: 0.6875rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0 auto;
  width: 100%;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 7.125rem;
}

.header__btn {
  background-image: linear-gradient(150deg, rgb(82, 138, 204), rgb(39, 84, 138));
  color: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
}

.event {
  margin-top: -3rem;
}

.flow {
  margin-top: -3.125rem;
}

.form {
  padding: 2.5rem 0;
  background-color: #183B4E;
}

.form__inner {
  width: 100%;
  max-width: 480px;
  padding: 0 24px;
}

.form__title--en {
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
}

.form__title--ja {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
}

.form__group {
  margin-bottom: 24px;
}

.form__group label {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}

.form__group input,
.form__group textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  background: #e6e6e6;
  font-size: 14px;
}

.form__group textarea {
  min-height: 120px;
  resize: vertical;
}

.form__group--inline .form__inline {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form__group--inline input {
  width: 80px;
}

.form__group--inline span {
  color: #fff;
}

.form__submit {
  text-align: center;
  margin-top: 40px;
}

.form__submit button {
  background: #DDA853;
  color: #fff;
  border: none;
  padding: 8px 52px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
}

.form__submit button:hover {
  opacity: 0.8;
}

.u-desktop {
  display: none;
}

@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 2.1333333333vw;
  }
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
  .u-desktop {
    display: block;
  }
  .u-mobile {
    display: none;
  }
}

@media (min-width: 750px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }
  .inner {
    max-width: 420px;
  }
  .aside-left {
    background-image: url("/assets/images/srcImg/aside_right_bg.png");
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.25rem;
  }
  .top-content {
    max-width: 420px;
  }
  .header {
    max-width: 420px;
  }
}
/*# sourceMappingURL=style.css.map */
