@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rubik:wght@500&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

blockquote,
q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  margin: 0 0 0 0;
  overflow-x: hidden;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  color: #1f2162;
  font-family: "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 180%;
}
@media screen and (min-width: 651px) {
  body {
    line-height: 200%;
  }
}

main {
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

article,
section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  align-self: center;
}
article.fw-article, article.fw-section,
section.fw-article,
section.fw-section {
  max-width: 100%;
}

picture,
img {
  max-width: 100%;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  opacity: 0.7;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none;
  color: inherit;
}

button {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  appearance: unset;
  border: unset;
  font-family: "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
}

h1,
.h1-like {
  font-size: clamp(2.4rem, 6vw, 6rem);
  font-weight: 500;
  line-height: 140%;
}

h2,
.h2-like {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 140%;
}

h3,
.h3-like {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 160%;
}

h4,
.h4-like {
  font-size: 2rem;
  font-weight: 500;
}

h5,
.h5-like {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
}

h6,
.h6-like {
  font-size: 1.5rem;
  font-weight: 500;
}

ul {
  list-style-type: none;
}

a.red-btn {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.8em 4.8em 0.8em 2em;
  background-color: #ff5050;
  border-radius: 2rem;
  color: #ffffff;
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 200%;
}
a.red-btn:after {
  content: "";
  position: absolute;
  right: 1.4em;
  display: block;
  background-color: #ffffff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 1.8em;
  height: 2.6em;
}

a.a-btn {
  display: block;
  box-sizing: border-box;
  min-width: clamp(18rem, 20vw, 25rem);
  padding: 0.6em 1em;
  border: 1px solid gray;
  background-color: #ffffff;
  color: #000;
  cursor: pointer;
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
  text-align: center;
}

.submit-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10.4em;
  height: 2em;
  background-color: #fff302;
  border: 2px solid #1f2162;
  border-radius: 1em;
  color: #1f2162;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.submit-btn:hover {
  opacity: 0.7;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
textarea,
select {
  border-radius: 1rem;
  box-sizing: border-box;
  padding: 0.2em 0.5em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: unset;
  color: gray;
  text-align: start;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  color: #000;
  outline: 1px solid #1f2162;
}
input[type=text].short-field,
input[type=email].short-field,
input[type=tel].short-field,
input[type=number].short-field,
input[type=date].short-field,
textarea.short-field,
select.short-field {
  width: 10em;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
select {
  width: 100%;
  min-height: 5rem;
}

input[type=number],
input[type=date] {
  max-width: 150px;
}

.wpcf7-list-item-label {
  color: gray;
}

select {
  box-sizing: border-box;
  height: 5rem;
  padding: 0.2em 0.5em 0.2em 3em;
  background-color: #ffffff;
  background-image: url(../img/common/dropdown-arrow.svg);
  background-position: center left 1rem;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  cursor: pointer;
}

textarea {
  width: 100%;
  max-width: 100%;
  min-height: 16rem;
}

section.contact-form [type=radio],
section.contact-form [type=checkbox] {
  position: absolute;
  left: -9999px;
}
section.contact-form [type=radio] + .wpcf7-list-item-label,
section.contact-form [type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 3rem;
}
section.contact-form [type=radio] + .wpcf7-list-item-label::before,
section.contact-form [type=checkbox] + .wpcf7-list-item-label::before,
section.contact-form [type=radio] + .wpcf7-list-item-label::after,
section.contact-form [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
section.contact-form [type=radio] + .wpcf7-list-item-label::before,
section.contact-form [type=radio] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}
section.contact-form [type=radio] + .wpcf7-list-item-label::before,
section.contact-form [type=checkbox] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
}
section.contact-form [type=checkbox] + .wpcf7-list-item-label::before,
section.contact-form [type=checkbox] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}
section.contact-form [type=radio] + .wpcf7-list-item-label::after,
section.contact-form [type=checkbox] + .wpcf7-list-item-label::after {
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #1f2162;
  transition: all 0.2s;
}
section.contact-form [type=radio]:not(:checked) + .wpcf7-list-item-label::after,
section.contact-form [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}
section.contact-form [type=radio]:checked + .wpcf7-list-item-label::after,
section.contact-form [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}
section.contact-form .cb-col .wpcf7-radio,
section.contact-form .cb-col .wpcf7-checkbox,
section.contact-form .radio-col .wpcf7-radio,
section.contact-form .radio-col .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
section.contact-form .cb-col .wpcf7-list-item,
section.contact-form .radio-col .wpcf7-list-item {
  margin: 0 1em 0 0;
  display: flex;
  align-items: center;
}
section.contact-form .wpcf7-form-control-wrap:has(.w100) {
  width: 100%;
}
section.contact-form .wpcf7-form-control-wrap:has(.w50) {
  width: 50%;
}
section.contact-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
  flex-direction: row;
  flex-wrap: wrap;
}
section.contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-left: 0%;
}

.form-single-row p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 1em;
}
.form-single-row p > * {
  flex: 1;
}

.form-multi-row p {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 1em;
  column-gap: 2%;
  width: fit-content;
  max-width: 100%;
}
@media screen and (min-width: 651px) {
  .form-multi-row p {
    flex-direction: row;
    align-items: flex-start;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.standard-btn {
  appearance: unset;
  -webkit-appearance: unset;
  border: 2px solid #fff302;
  background-color: #ffffff;
  color: #fff302;
  cursor: pointer;
  font-weight: 500;
  padding: 0.5em 1em;
}
.standard-btn:hover {
  opacity: 0.7;
}

.bg-st {
  background-color: #eaf8fd;
  background-image: url(../img/common/bg-pattern-sp-min.png);
  background-size: 100%;
  background-repeat: repeat-y;
}
@media screen and (min-width: 651px) {
  .bg-st {
    background-image: url(../img/common/bg-pattern-min.png);
  }
}

.hidden {
  visibility: hidden;
}

.hidden-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: -1;
}

.w-fit {
  width: fit-content;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.width1200 {
  max-width: 1200px;
  width: 92%;
  margin: auto;
}

.width1200-855 {
  max-width: 1200px;
  width: 85.5%;
  margin: auto;
}

.width1000 {
  max-width: 1000px;
  width: 92%;
  margin: auto;
}

.width1000-855 {
  max-width: 1000px;
  width: 85.5%;
  margin: auto;
}

.width800 {
  width: 92%;
  max-width: 800px;
  margin: auto;
}

.width8000-855 {
  max-width: 800px;
  width: 85.5%;
  margin: auto;
}

.grid-1-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1001px) {
  .grid-1-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-1-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 651px) {
  .grid-1-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-1-2-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 651px) {
  .grid-1-2-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1001px) {
  .grid-1-2-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-2-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 651px) {
  .grid-2-3 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.fx-wrap {
  flex-wrap: wrap;
}

.fx-1 {
  flex: 1;
}

.fx-2 {
  flex: 2;
}

.fx-shrink-2 {
  flex-shrink: 2;
}

.fx-center-self {
  align-self: center;
  justify-self: center;
}

.fx-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fx-row {
  display: flex;
  flex-direction: row;
}

.fx-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.fx-row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.fx-col {
  display: flex;
  flex-direction: column;
}

.fx-col-rev {
  display: flex;
  flex-direction: column-reverse;
}

.fx-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fx-col-to-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 651px) {
  .fx-col-to-row {
    flex-direction: row;
    align-items: unset;
  }
}

.fx-col-to-row-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .fx-col-to-row-tab {
    flex-direction: row;
    align-items: unset;
  }
}

.block {
  display: block;
}

.block-break {
  display: inline-block;
}

.mh-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mv-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-half {
  margin-top: clamp(2rem, 4vw, 5rem);
}

.mt-st {
  margin-top: clamp(4rem, 7vw, 10rem);
}

.mtem-1 {
  margin-top: 1em;
}

.mtem-2 {
  margin-top: 2em;
}

.mb-half {
  margin-bottom: clamp(2rem, 4vw, 5rem);
}

.mb-st {
  margin-bottom: clamp(4rem, 7vw, 10rem);
}

.mbem-1 {
  margin-bottom: 1em;
}

.mbem-2 {
  margin-bottom: 2em;
}

.mlem-1 {
  margin-left: 1em;
}

.mlem-2 {
  margin-left: 2em;
}

.mrem-1 {
  margin-right: 1em;
}

.mrem-2 {
  margin-right: 2em;
}

.pem-1 {
  padding: 1em;
}

.pem-2 {
  padding: 2em;
}

.ptem-1 {
  padding-top: 1em;
}

.ptem-2 {
  padding-top: 2em;
}

.pbem-1 {
  padding-bottom: 1em;
}

.pbem-2 {
  padding-bottom: 2em;
}

.plem-1 {
  padding-left: 1em;
}

.plem-2 {
  padding-left: 2em;
}

.prem-1 {
  padding-right: 1em;
}

.prem-2 {
  padding-right: 2em;
}

.pvert-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pvert-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.phor-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.phor-2 {
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (max-width: 800px) {
  .no-sp {
    display: none;
  }

  .min-800 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .min-tab {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }

  .block-break-pc {
    display: inline-block;
  }

  .max-800 {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .no-tab {
    display: none;
  }
}
.f-romaji-reg {
  font-family: "Rubik", "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
}

.f-romaji-med {
  font-family: "Rubik", "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
}

.f-romaji-b {
  font-family: "Rubik", "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
}

.p-small {
  font-size: 1.5rem;
}

.pem-09 {
  font-size: 0.9em;
}

.pem-08 {
  font-size: 0.8em;
}

.lh-100 {
  line-height: 100%;
}

.lh-140 {
  line-height: 140%;
}

.lh-160 {
  line-height: 160%;
}

.lh-200 {
  line-height: 200%;
}

.text-bold {
  font-weight: bold;
}

.text-med {
  font-weight: 500;
}

.text-reg {
  font-weight: 400;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-bg-white {
  width: fit-content;
  background-color: #ffffff;
  padding: 0.1em 0.5em;
}

section.cta {
  background-color: #fff302;
  padding: 5rem 0 7rem;
  gap: 3rem;
}
section.cta .title-group {
  margin-bottom: 1rem;
}
section.cta .cta-contents {
  column-gap: 3rem;
  row-gap: 2rem;
}
section.cta .cta-contents .content-group {
  gap: 1.2rem;
}
section.cta .border-text {
  display: flex;
  align-items: center;
  gap: 1px;
  color: #1f2162;
  font-size: 1.6rem;
  font-weight: bold;
}
section.cta .border-text:after, section.cta .border-text:before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #1f2162;
}
section.cta .border-text:after {
  transform: rotate(30deg);
  transform-origin: bottom left;
}
section.cta .border-text:before {
  transform: rotate(-30deg);
  transform-origin: bottom right;
}
section.cta .alert-text {
  color: #ff5050;
  font-size: 1.8rem;
  font-weight: bold;
}
section.cta .wb-label,
section.cta .red-label {
  box-sizing: border-box;
  min-width: 12.8em;
  border-radius: 1.6em;
  padding: 0.4em 1em;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
}
@media screen and (max-width: 651px) {
  section.cta {
    padding: 5rem 0 6rem;
  }
  section.cta .title-group {
    margin-bottom: 0;
  }
}

.contact-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 6rem;
  height: 2.5em;
  padding: 0.4rem 1em 0.4rem 7rem;
  background-color: #ff5050;
  border-radius: 5.5rem;
  color: #ffffff;
  font-size: 2rem;
  vertical-align: baseline;
}
.contact-cta .text {
  margin-right: 0.6em;
}
.contact-cta .label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0.4rem;
  width: 4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  color: #ff5050;
  font-size: clamp(1.4rem, 1.7vw, 2.1rem);
  font-weight: 900;
  line-height: 110%;
  text-align: center;
}
.contact-cta .highlight {
  font-size: 1.8em;
}
.contact-cta:visited, .contact-cta:hover, .contact-cta:link, .contact-cta:active {
  color: #ffffff;
}
@media screen and (min-width: 651px) {
  .contact-cta {
    padding: 0.4rem 1em 0.4rem 2.7em;
    font-size: clamp(2.5rem, 3vw, 3.8rem);
    max-width: 15.5em;
  }
}

.bordered-content {
  width: 100%;
  flex: 1;
  align-self: stretch;
  box-sizing: border-box;
  padding: 1em;
  border-radius: 4.4rem;
  background-color: #ffffff;
}
.bordered-content.yellow-border {
  border: 0.5rem solid #fff302;
}
.bordered-content.blue-border {
  border: 0.5rem solid #1c2a83;
  border-radius: 2.2rem;
}

.title-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.title-group.centered {
  align-items: center;
  text-align: center;
}
.title-group h2 {
  width: 100%;
}
.title-group img {
  max-width: 92%;
}
.title-group p.uptitle {
  font-family: "Rubik", "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  color: #55a5dc;
  font-size: 1.6rem;
  line-height: 100%;
  text-transform: uppercase;
}

.yellow-label {
  width: fit-content;
  padding: 0.4em 1.1em;
  background-color: #fff302;
  border: 2px solid #1f2162;
  border-radius: 1em;
  color: #000;
  font-size: 1.6rem;
  line-height: 120%;
  text-align: center;
}

.wb-label,
.red-label {
  width: fit-content;
  padding: 0.4em 1.1em;
  background-color: #ff5050;
  border: 2px solid #ff5050;
  border-radius: 1em;
  color: #ffffff !important;
  font-size: 1.6rem;
  line-height: 120%;
  text-align: center;
}
.wb-label.wb-label,
.red-label.wb-label {
  background-color: #ffffff;
  color: #1f2162 !important;
  border: 2px solid #1f2162;
}

section.fake-landing {
  position: relative;
  height: 50rem;
  z-index: -1;
}

.fake-landing-inset {
  margin-top: -33rem;
}

section.apply {
  padding: clamp(10rem, 12vw, 15rem) 0 7rem;
  background: url(../img/top/apply-text.svg) top 16rem left 1rem no-repeat;
  background-size: clamp(5rem, 10vw, 11rem);
}
section.apply .application-contents {
  margin: 4rem auto 7rem;
}
section.apply .application-contents p.text-body {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  max-width: 77rem;
}
section.apply .application-points {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 2.5rem;
  row-gap: 4rem;
  margin: 6rem auto 4rem;
}
section.apply .point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  width: 31rem;
  max-width: 100%;
  box-sizing: border-box;
  padding-bottom: 5.5rem;
  aspect-ratio: 1/1;
  background: #ffffff;
  border-radius: 50%;
}
section.apply .point .no {
  font-family: "Rubik", "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 100%;
  text-align: center;
}
section.apply .point h3 {
  text-align: center;
}
section.apply .point p {
  max-width: 22rem;
}
section.apply .point .badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 26.5rem;
  max-width: 100%;
  height: 5.6rem;
  border-radius: 2.3em;
  color: #ffffff;
  background-color: #1f2162;
  font-size: 2.2rem;
  line-height: 100%;
  text-align: center;
}
section.apply .point .badge.yellow-badge {
  background-color: #fff302;
  color: #1f2162;
}
section.apply .contact-cta {
  margin-top: 4rem;
}
section.apply h4.deadline {
  font-size: 1.8rem;
  line-height: 200%;
}
section.apply .disclaimer-box {
  box-sizing: border-box;
  padding: 4rem clamp(2rem, 4vw, 5rem);
  width: 92%;
  max-width: 80rem;
  margin: 0 auto;
}
section.apply .disclaimer-box h3 {
  position: relative;
  padding-bottom: 0.7em;
  margin-bottom: 1em;
}
section.apply .disclaimer-box h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 6em;
  height: 1px;
  background-color: #1f2162;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.apply .disclaimer-box ol {
  padding-left: 1.5em;
}
section.apply .disclaimer-box ol li {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 200%;
}
@media screen and (min-width: 651px) {
  section.apply .application-points {
    flex-direction: row;
  }
}

section.contact {
  margin: 8rem auto 7rem;
  gap: 2.5rem;
  width: 92%;
}
section.contact p.text-body {
  font-size: clamp(2rem, 2vw, 2.5rem);
  font-weight: bold;
  line-height: 200%;
}
section.contact .tel-info {
  gap: 0.8rem;
}
section.contact .tel-info a {
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: bold;
  color: #1f2162;
}
section.contact .tel-info p {
  font-size: clamp(1.6rem, 2vw, 2rem);
}
section.contact .red-label,
section.contact .yellow-label {
  box-sizing: border-box;
  font-size: clamp(2rem, 2vw, 2.5rem);
}
section.contact .red-label {
  min-width: 16.4em;
}

section.page-landing {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 14rem auto 5rem;
}
section.page-landing .title-container {
  width: 92%;
  max-width: 140rem;
}
section.page-landing p.rj-title {
  font-family: "Rubik", "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 6rem;
  line-height: 200%;
}
section.page-landing h1 {
  font-size: 3rem;
}

section.search-intern {
  gap: 2em;
  margin: 100px auto clamp(50px, 7vw, 70px);
}

.search-box button,
.search-box a {
  min-width: 22rem;
  padding: 0.5em;
  appearance: unset;
  background-color: #ffffff;
  border: 2px solid #1f2162;
  border-radius: 1.3em;
  color: #1f2162;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 100%;
  white-space: nowrap;
}
.search-box button[type=submit], .search-box button.active-btn,
.search-box a[type=submit],
.search-box a.active-btn {
  background-color: #fff302;
}
@media screen and (min-width: 651px) {
  .search-box button,
.search-box a {
    font-size: 2.5rem;
  }
}

.input-button [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.input-button label {
  font-size: 1.333rem;
  background-color: #efefef;
  padding: 0.5em 1em;
  border: 1px solid gray;
  white-space: nowrap;
}
.input-button [type=checkbox]:checked + label {
  background-color: yellow;
}

section.search-box {
  margin-bottom: 4rem;
  position: relative;
  padding: 0 5.15%;
  width: 100%;
  max-width: 80rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
section.search-box .sb-deco {
  position: absolute;
  top: -3rem;
  z-index: -1;
}
section.search-box .sb-deco img,
section.search-box .sb-deco picture {
  width: 100%;
}
section.search-box .sb-deco.sb-boy {
  left: 0;
  width: 12rem;
}
section.search-box .sb-deco.sb-girl {
  right: 0;
  width: 9.3rem;
}
@media screen and (min-width: 1001px) {
  section.search-box {
    padding: 0;
    width: 89.7%;
  }
  section.search-box .sb-deco {
    position: absolute;
    top: -3rem;
    z-index: -1;
  }
  section.search-box .sb-deco img,
section.search-box .sb-deco picture {
    width: 100%;
  }
  section.search-box .sb-deco.sb-boy {
    left: 0;
    width: 22rem;
    transform: translateX(-50%);
  }
  section.search-box .sb-deco.sb-girl {
    right: 0;
    width: 15.6rem;
    transform: translateX(50%);
  }
}

section.core-supporter,
section.other-comp {
  width: 96%;
  max-width: 170rem;
  margin: 0 auto 5rem;
}

.search-box,
.search-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.search-form {
  width: 100%;
}

.search-text {
  display: flex;
  gap: 1em;
}

.search-control {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1.5rem;
}

.search-inner {
  display: none;
  flex-direction: column;
  box-sizing: border-box;
  padding: 2.4rem 2rem;
  width: 100%;
  gap: 2.5rem;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  border: 2px solid #1f2162;
  border-radius: 2rem;
}
.search-inner.active {
  display: flex;
}

.search-details {
  box-sizing: border-box;
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 2rem;
}
.search-details .title {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  width: fit-content;
  border-bottom: 2px solid #1f2162;
}
.search-details .title h3 {
  font-size: 2rem;
  font-weight: bold;
}
.search-details .title .annotation {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.search-details .options {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.search-details.active-details {
  display: flex;
}

.calendar-group {
  display: flex;
  flex-direction: column;
  column-gap: 2em;
  row-gap: 1em;
  font-size: 1.8rem;
}
.calendar-group label {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.calendar-group input {
  appearance: none;
  display: block;
  width: 20rem;
  max-width: 100%;
  border: 2px solid #1f2162;
  border-radius: 1rem;
  color: #1f2162;
  font-family: "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-size: 1.8rem;
}

.form-actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.form-actions button,
.form-actions a {
  min-width: unset;
  width: fit-content;
  padding: 0.4em 1.25em;
  color: #1f2162;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 651px) {
  .form-actions {
    flex-direction: row;
  }
  .form-actions button,
.form-actions a {
    min-width: 22rem;
  }
}

article.internship-post {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.img-container {
  width: 100%;
}
.img-container img {
  display: block;
  width: 100%;
}

.info-box .detail-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  margin-top: 1.5rem;
}
.info-box .detail-container .detail-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  gap: 1rem;
}
.info-box .detail-container .detail-group .label {
  line-height: 100%;
  padding: 0.25em 0.5em;
  font-weight: 400;
  background-color: #1f2162;
  color: #ffffff;
  border-radius: 0.75em;
  white-space: nowrap;
}
.info-box .detail-container .detail-group p {
  width: 82.5%;
  line-height: 150%;
}
@media screen and (min-width: 1001px) {
  .info-box .detail-container .detail-group .label,
.info-box .detail-container .detail-group p {
    font-size: 2rem;
  }
}

.h2-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  text-align: center;
}
.h2-group p.uptitle {
  font-family: "Rubik", "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 2em;
  text-transform: uppercase;
}
.h2-group h2 {
  font-size: 2rem;
}

.card-container {
  display: grid;
}
.card-container .card {
  width: 100%;
}

.cc-4 {
  grid-template-columns: repeat(1, 1fr);
  column-gap: clamp(2rem, 3vw, 3rem);
  row-gap: 4rem;
}
@media screen and (min-width: 651px) {
  .cc-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1201px) {
  .cc-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1601px) {
  .cc-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.search-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1em;
  box-sizing: border-box;
  padding: 2rem;
  background-color: gray;
}
.search-card h4 {
  color: #ffffff;
}
.search-card img {
  display: block;
  width: 80%;
  max-width: 10rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.comp-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 1.6rem;
  background-color: #ffffff;
  border: 0.4rem solid #1f2162;
  border-radius: 1.6rem;
}
.comp-card .img-container {
  display: block;
  position: relative;
  width: 100%;
  object-fit: contain;
  aspect-ratio: 3/2;
  margin-bottom: 2rem;
}
.comp-card .img-container img {
  position: relative;
  z-index: 1;
  display: block;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 1.5rem;
}
.comp-card .img-container .type,
.comp-card .img-container .label {
  position: absolute;
  z-index: 10;
  width: fit-content;
  color: #ffffff;
  line-height: 100%;
}
.comp-card .img-container .label {
  bottom: 0;
  right: 0;
  transform: translate(0.4em, 25%);
  padding: 0.4em 0.6em;
  background-color: #ff5050;
  border-radius: 0.6em;
  font-weight: bold;
  font-size: 2.5rem;
}
.comp-card .img-container .type {
  top: 0;
  left: 0;
  padding: 1rem 1.5rem;
  background-color: #1f2162;
  border-top-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  font-size: clamp(2.5rem, 3vw, 3rem);
}
.comp-card .text-container {
  width: 100%;
  margin-bottom: 1rem;
}
.comp-card .text-container h4.comp-name,
.comp-card .text-container h5.catch {
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 160%;
}
.comp-card .text-container h5.catch {
  box-sizing: border-box;
  padding: 0.25em;
  background-color: #fff302;
  border-radius: 1rem;
  font-weight: bold;
  width: 100%;
}
.comp-card .details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-top: 1.5rem;
}
.comp-card .details .detail-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  gap: 1rem;
}
.comp-card .details .detail-group .label {
  line-height: 100%;
  padding: 0.25em 0.5em;
  font-weight: 400;
  background-color: #1f2162;
  color: #ffffff;
  border-radius: 0.75em;
  white-space: nowrap;
}
.comp-card .details .detail-group p {
  width: 75%;
  line-height: 150%;
}
.comp-card .vm-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 2rem;
  gap: 1rem;
  width: 12.5em;
  height: 2em;
  padding: 0;
  line-height: 100%;
  margin-top: 2.2rem;
}
.comp-card .vm-btn .triangle {
  display: block;
  background-color: #1f2162;
  width: 0.75em;
  height: 1em;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.post-nav {
  width: 100%;
  margin: clamp(40px, 8vw, 80px) auto;
  text-align: center;
}
.post-nav .navigation,
.post-nav .nav-links {
  width: 100%;
}
.post-nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.post-nav .page-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  margin: 0 0.5em;
}
.post-nav .page-numbers.prev svg, .post-nav .page-numbers.next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  stroke: #000;
  fill: #000;
}
.post-nav .page-numbers.current {
  font-size: 1em;
  color: gray;
  pointer-events: none;
}

.flex-table {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 3vw, 3rem);
}
.flex-table .table-row {
  padding: 0;
}
.flex-table dt,
.flex-table dd,
.flex-table dd input {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  color: #1f2162;
}
.flex-table dt {
  padding: 1rem 0;
}

.info-table .table-row {
  display: flex;
  padding: 1em 0;
  border-bottom: 1px solid gray;
}
.info-table .table-row:last-child {
  border-bottom: unset;
}
.info-table .label {
  width: 25%;
  font-weight: bold;
  font-size: 1.1em;
}
.info-table .content {
  width: 75%;
}
@media screen and (min-width: 651px) {
  .info-table .label {
    width: 20%;
  }
  .info-table .content {
    width: 80%;
  }
}

.bloglist-area {
  width: 100%;
}

.post-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1em 0;
}
@media screen and (min-width: 651px) {
  .post-row {
    flex-direction: row;
    align-items: flex-start;
  }
}
.post-row .blog-date {
  padding-left: 10px;
  border-bottom: 2px solid #fff302;
  color: gray;
  line-height: 200%;
}
.post-row .blog-title {
  padding-left: 5px;
  margin: 1em 0 0 0;
}
@media screen and (min-width: 651px) {
  .post-row {
    max-width: 100%;
    flex-direction: row;
  }
  .post-row .blog-date {
    border-bottom: unset;
    margin-right: 1em;
  }
  .post-row .blog-title {
    margin: 0;
  }
}

.blogcard-area {
  width: 100%;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: clamp(20px, 3vw, 40px);
}

.featured-blogcard {
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: clamp(20px, 3vw, 40px);
}
.featured-blogcard h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.featured-blogcard .post-categories,
.featured-blogcard .card-excerpt {
  display: none;
}

.post-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 320px;
  padding-bottom: 4em;
  background-color: #ffffff;
}
.post-card a,
.post-card img {
  width: 100%;
}
.post-card .post-categories,
.post-card .card-headline,
.post-card .card-excerpt {
  width: 92%;
}
.post-card .post-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0px auto;
  padding-top: 10px;
}
.post-card .post-categories li {
  background-color: #fff302;
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.7em;
  list-style-type: none;
  line-height: 100%;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
}
.post-card .card-headline {
  margin: 30px auto 10px auto;
}
.post-card .card-excerpt {
  overflow-x: hidden;
  margin-bottom: 20px;
}
.post-card .continue-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: end;
}
@media screen and (min-width: 651px) {
  .post-card {
    width: 48%;
  }
}
@media screen and (min-width: 1001px) {
  .post-card {
    width: 30.6%;
    max-width: unset;
  }
}

.category-filter {
  justify-content: space-evenly;
  margin: clamp(40px, 8vw, 80px) auto;
}
.category-filter a {
  padding: 0.5em 1em;
  background-color: #fff302;
  color: #ffffff;
  border-radius: 1.5em;
}
.category-filter a.active-btn {
  background-color: gray;
  pointer-events: none;
}

.nav-elements {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 8em 1fr;
  grid-template-rows: auto;
}
.nav-elements a {
  box-sizing: border-box;
  grid-row: 1/2;
}
.nav-elements a.prev-link {
  grid-column: 1/2;
}
.nav-elements a.return-link {
  grid-column: 2/3;
  text-align: center;
}
.nav-elements a.next-link {
  grid-column: 3/5;
  text-align: end;
}

.hamburger {
  position: fixed;
  top: calc(clamp(7.5rem, 10vw, 15rem) / 2);
  right: 1rem;
  width: 5.5rem;
  aspect-ratio: 1/1;
  z-index: 3002;
  margin-left: clamp(4rem, 5vw, 7rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  appearance: none;
  background-color: #fff302;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.hamburger span {
  display: block;
  height: 2px;
  width: 3rem;
  background: #000;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  transform-origin: center;
}
.hamburger span:nth-child(2) {
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  transform-origin: center;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.active-ham span {
  position: absolute;
}
.hamburger.active-ham span:nth-child(1) {
  transform: rotate(45deg);
}
.hamburger.active-ham span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger.active-ham span:nth-child(3) {
  transform: rotate(-45deg);
}
.hamburger.scrolled {
  top: calc(clamp(7.5rem, 10vw, 15rem) * 0.8 / 2);
  transition: top 0.2s linear;
}
@media screen and (min-width: 1001px) {
  .hamburger {
    top: 3.8rem;
    width: 7rem;
    margin-right: 10rem;
    transform: unset;
  }
  .hamburger.scrolled {
    top: 3.8rem;
  }
  .hamburger.active-ham {
    margin-right: 5rem;
  }
}

a.header-container {
  display: block;
  position: relative;
  width: 10rem;
  max-height: 100%;
}
a.header-container img {
  display: block;
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 651px) {
  a.header-container {
    width: auto;
    height: 12rem;
  }
  a.header-container img {
    height: 100%;
    width: auto;
  }
}

header {
  height: clamp(7.5rem, 10vw, 15rem);
  width: 100%;
  box-sizing: border-box;
  padding: 0 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: unset;
}
header a.header-container {
  position: fixed;
  left: 2rem;
  top: 0.5rem;
}
header .nav-container,
header .nav-menu,
header .nav-menu-short,
header .subnav {
  display: flex;
  align-items: center;
}
header ul li {
  line-height: 100%;
}
header ul li.outbound-link a {
  gap: 0.4em;
}
header ul li.highlight a {
  display: block;
  width: fit-content;
  padding: 0.2em 1em;
  background-color: #ffffff;
  border: 1px solid gray;
  border-radius: 2em;
  color: #fff302;
  font-size: 2rem;
  text-align: center;
}
header ul li.sns a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header ul li.sns img {
  display: block;
  width: 2rem;
}
header .nav-menu {
  display: none;
  row-gap: 2rem;
  column-gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: clamp(1.4rem, 1.1vw, 1.8rem);
}
header .nav-menu-short {
  gap: 2rem;
  display: none;
}
header .nav-menu-short li.special {
  font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  font-weight: bold;
  background-color: #ff5050;
  letter-spacing: 0.05em;
  padding: 0.7em 1.1em;
  border-radius: 2.8rem;
  width: fit-content;
}
header .nav-menu-short li.special a {
  color: #ffffff;
  white-space: nowrap;
}
header.scrolled {
  height: calc(clamp(7.5rem, 10vw, 15rem) * 0.8);
  transition: height 0.2s linear;
}
header.scrolled a.header-container {
  top: 0;
  width: 8rem;
  transition: top 0.2s linear, height 0.2s linear, width 0.2s linear;
}
header.scrolled .subnav {
  display: none;
}
@media screen and (min-width: 651px) {
  header {
    padding: 1rem 2rem 0;
    align-items: flex-start;
    justify-content: flex-end;
  }
  header .nav-container {
    padding-top: 1rem;
    gap: 3rem;
  }
  header a.header-container {
    top: 3rem;
  }
  header.scrolled a.header-container {
    top: 2rem;
    width: auto;
    height: 9rem;
  }
}
@media screen and (min-width: 1001px) {
  header .nav-menu,
header .nav-menu-short {
    display: flex;
  }
  header .nav-menu {
    margin: 2.5rem 19rem 0 0;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1601px) {
  header {
    padding: 3rem 4rem 0 5rem;
  }
  header .nav-menu {
    column-gap: 4rem;
  }
}

aside#sidebar {
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  box-sizing: border-box;
  padding: calc(2rem + clamp(7.5rem, 10vw, 15rem)) clamp(0.5rem, 9vw, 4rem) 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 2rem;
  overflow-y: scroll;
  background-color: #ffffff;
  background-image: url(../img/top/sp/bg-fv.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
aside#sidebar a.header-container {
  position: absolute;
  top: 0.7rem;
  left: 2rem;
  width: 10rem;
  height: auto;
  max-height: 100%;
}
aside#sidebar a.header-container img {
  height: auto;
  width: 100%;
}
aside#sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 100%;
}
aside#sidebar ul a {
  color: #1f2162;
}
aside#sidebar ul li.special {
  background-color: #ff5050;
  letter-spacing: 0.05em;
  padding: 0.66em 1.1em;
  border-radius: 1.1em;
  width: fit-content;
}
aside#sidebar ul li.special a {
  color: #ffffff;
}
aside#sidebar ul li.external a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
aside#sidebar ul li.external img {
  width: 1.5rem;
}
aside#sidebar.open-menu {
  position: fixed;
  visibility: visible;
  animation: fadeIn 0.2s ease-in-out;
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  aside#sidebar {
    max-width: 40rem;
    border-left: 1rem solid #ff5050;
    background-size: auto 100%;
  }
  aside#sidebar ul {
    font-size: 2rem;
    gap: 4rem;
  }
  aside#sidebar a.header-container {
    display: none;
  }
}

a.signup-cta {
  position: fixed;
  display: block;
  visibility: none;
  pointer-events: none;
  opacity: 0;
  left: 50%;
  bottom: 2vh;
  z-index: 200;
  box-sizing: border-box;
  padding: 0.85em 0.6em;
  background-color: #ff5050;
  border-radius: 1.3em;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}
a.signup-cta.scrolled {
  visibility: visible;
  pointer-events: unset;
  opacity: 0.9;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 1001px) {
  a.signup-cta {
    display: none !important;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
footer {
  box-sizing: border-box;
  padding: 5rem 0 2.4rem;
  width: 100%;
  background-color: #fff302;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  font-size: 1.8rem;
}
footer .footer-contents {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 89.7%;
  max-width: 130rem;
}
footer ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer a.footer-logo {
  display: block;
  width: 90%;
  max-width: 21.2rem;
}
footer .left-col {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  color: #000;
}
footer .left-col a {
  color: #000;
}
footer .right-col {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
footer .right-col ul {
  gap: 1.5rem;
}
@media screen and (min-width: 1001px) {
  footer .footer-contents {
    width: 92%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  footer .footer-contents .right-col {
    flex-direction: row;
    padding-bottom: 1rem;
  }
}

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