@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&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;
  background: #f2f2f2 url(../img/common/bg.png) repeat left top;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  color: #121212;
  font-family: "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 180%;
}
@media screen and (min-width: 651px) {
  body {
    line-height: 200%;
  }
}

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

section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  align-self: center;
}
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;
}

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

h2,
.h2-like {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 140%;
}

h3,
.h3-like {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 900;
  line-height: 160%;
}

h4,
.h4-like {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 900;
}

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

h6,
.h6-like {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 900;
}

ul {
  list-style-type: none;
}

a.a-btn {
  border: 2px solid #1300ff;
  background-color: #ffffff;
  color: #1300ff;
  cursor: pointer;
  font-weight: 500;
  padding: 1em 2em;
}

.submit-btn {
  padding: 0.5em 2em;
  background-color: #1300ff;
  border: unset;
  color: #ffffff;
  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 {
  box-sizing: border-box;
  padding: 0.2em 0.5em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #707070;
  color: #707070;
  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: #121212;
  outline: 1px solid #ebff00;
}
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: clamp(20px, 5rem, 45px);
}

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

.wpcf7-list-item-label {
  color: #707070;
}

select {
  box-sizing: border-box;
  height: clamp(20px, 5rem, 45px);
  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: clamp(240px, 50vw, 350px);
}

[type=radio],
[type=checkbox] {
  position: absolute;
  left: -9999px;
}

[type=radio] + .wpcf7-list-item-label,
[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 3rem;
}

[type=radio] + .wpcf7-list-item-label::before,
[type=checkbox] + .wpcf7-list-item-label::before,
[type=radio] + .wpcf7-list-item-label::after,
[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

[type=radio] + .wpcf7-list-item-label::before,
[type=radio] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}

[type=radio] + .wpcf7-list-item-label::before,
[type=checkbox] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #121212;
}

[type=checkbox] + .wpcf7-list-item-label::before,
[type=checkbox] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}

[type=radio] + .wpcf7-list-item-label::after,
[type=checkbox] + .wpcf7-list-item-label::after {
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #ebff00;
  transition: all 0.2s;
}

[type=radio]:not(:checked) + .wpcf7-list-item-label::after,
[type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}

[type=radio]:checked + .wpcf7-list-item-label::after,
[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}

.cb-col .wpcf7-radio,
.cb-col .wpcf7-checkbox,
.radio-col .wpcf7-radio,
.radio-col .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.cb-col .wpcf7-list-item,
.radio-col .wpcf7-list-item {
  margin: 0 1em 0 0;
  display: flex;
  align-items: center;
}

.wpcf7-form-control-wrap:has(.w100) {
  width: 100%;
}
.wpcf7-form-control-wrap:has(.w50) {
  width: 50%;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
  flex-direction: row;
  flex-wrap: wrap;
}
.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 #1300ff;
  background-color: #ffffff;
  color: #1300ff;
  cursor: pointer;
  font-weight: 500;
  padding: 0.5em 1em;
}
.standard-btn:hover {
  opacity: 0.7;
}

.hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

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

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.width1400 {
  width: 1400px;
  max-width: 92%;
  margin: auto;
}

.width1400-864 {
  width: 1400px;
  max-width: 86.4%;
  margin: auto;
}

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

.width1250-864 {
  width: 1250px;
  max-width: 86.4%;
  margin: auto;
}

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

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

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

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

.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(2, 1fr);
}
@media screen and (min-width: 651px) {
  .grid-2-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 1em;
}

.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;
}

.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(20px, 4vw, 50px);
}

.mt-st {
  margin-top: clamp(40px, 7vw, 100px);
}

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

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

.mb-half {
  margin-bottom: clamp(20px, 4vw, 50px);
}

.mb-st {
  margin-bottom: clamp(40px, 7vw, 100px);
}

.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 (min-width: 801px) {
  .sp-only {
    display: none;
  }
  .block-break-pc {
    display: inline-block;
  }
  .max-800 {
    display: none;
  }
}
.f-romaji-reg {
  font-family: " Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
}

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

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

.p-small {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.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%;
}

.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;
}

.anim-title {
  animation-fill-mode: forwards;
  opacity: 0;
  animation-duration: 0.6s;
}
.anim-title.animation__triggered {
  opacity: 1 !important;
}

section.global-message {
  margin: clamp(8rem, 15vw, 29rem) auto clamp(4rem, 8vw, 11rem);
  gap: clamp(5rem, 5vw, 7rem);
}
section.global-message a.more-message-btn {
  display: block;
  align-self: flex-end;
  margin-right: clamp(4rem, 7vw, 10rem);
  width: clamp(20rem, 40vw, 70rem);
}
section.global-message a.more-message-btn img {
  width: 100%;
}
section.global-message .content-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr clamp(10rem, 74vw, 55rem) 1fr;
  grid-template-rows: auto;
}
section.global-message .title-container {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 0 auto auto 0;
  width: 82%;
  max-width: 16rem;
}
section.global-message .message-wrapper {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 100%;
  column-gap: clamp(4rem, 5vw, 8rem);
  row-gap: clamp(4rem, 5vw, 8rem);
}
section.global-message .message-container {
  row-gap: clamp(4rem, 5vw, 8rem);
  flex: 1;
  font-size: clamp(1.4rem, 2vw, 2.5rem);
  letter-spacing: 0.1em;
  line-height: 200%;
}
section.global-message .message-row {
  width: 100%;
  max-width: 132rem;
  font-weight: 900;
  gap: 2rem;
}
section.global-message .message-row:nth-child(even) {
  align-self: flex-end;
  align-items: flex-end;
}
section.global-message .message-row:nth-child(even) .lower {
  justify-content: flex-end;
}
section.global-message .message-row .upper {
  width: 100%;
}
section.global-message .message-row .upper h2 {
  width: 100%;
  display: flex;
  gap: 0.25em;
  font-size: clamp(2rem, 4vw, 8rem);
  letter-spacing: 0.05em;
  line-height: 100%;
}
section.global-message .message-row .upper h2 .counter {
  font-size: 1.5em;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0;
  line-height: 100%;
}
section.global-message .message-row .lower {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 5vw, 6.6rem);
}
section.global-message .message-row .img-container {
  position: relative;
  flex: 1;
  max-width: 60rem;
}
section.global-message .message-row .img-container img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
section.global-message .message-row .img-container .text-container {
  position: absolute;
  right: 0;
  bottom: clamp(1.5rem, 2vw, 3.6rem);
  z-index: 10;
  align-items: end;
  text-align: end;
}
section.global-message .message-row .text-container {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 2vw, 1.5rem);
  font-weight: 700;
}
section.global-message .message-row .text-container h4 {
  padding: 0.2em 0.6em;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  letter-spacing: 0.1em;
  line-height: 128%;
}
section.global-message .message-row .text-container h4 .eng {
  font-size: 0.56em;
  letter-spacing: 0;
  line-height: 130%;
}
section.global-message .message-row .text-container p.company {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}
@media screen and (min-width: 1001px) {
  section.global-message .title-container {
    margin: 17rem auto auto 0;
  }
  section.global-message .content-grid {
    grid-template-columns: 23fr clamp(10rem, 80.7vw, 155rem) 14fr;
  }
  section.global-message .message-row .lower {
    flex-direction: row;
  }
}
@media screen and (min-width: 1601px) {
  section.global-message .message-row .upper h2 {
    transform: translateX(-1.5em);
  }
}

.white-text {
  width: fit-content;
  max-width: 100%;
  line-height: 160%;
  background-color: #ffffff;
  padding: 0 0.4em 0 0.6em;
}

.entry-all {
  padding-top: 2rem;
  width: 100%;
  background-color: #1300ff;
  background-image: url(../img/main/bg-program.png);
  background-position: top right;
  background-repeat: repeat;
  background-size: 30rem;
}
.entry-all .entry-btn-area {
  width: 84.6%;
  max-width: 100rem;
  gap: 5rem;
}
.entry-all .entry-btn-area img.entry-label {
  width: 100%;
}
.entry-all .entry-btn-area .triangle-container {
  gap: 1.8rem;
}
.entry-all .entry-btn-area .triangle-container img {
  width: 5.6rem;
}
.entry-all .entry-btn-area:hover {
  opacity: 1;
}
.entry-all .entry-btn-area:hover .triangle-container {
  animation: triangleBounce 0.6s ease-in-out infinite;
}
.entry-all .entry-btn-area:hover img.entry-label {
  transition: transform 0.4s linear;
  transform: scale(1.05);
}

.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: #121212;
  fill: #121212;
}
.post-nav .page-numbers.current {
  font-size: 1em;
  color: #707070;
  pointer-events: none;
}

.flex-table {
  width: 100%;
}
.flex-table a {
  color: #1300ff;
  font-weight: 900;
}
.flex-table ul {
  list-style-type: disc;
  padding-left: 1.2em;
}
.flex-table .table-row {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flex-table .table-row::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../img/common/table-line.svg) center no-repeat;
  background-size: 1000px;
}
.flex-table .table-row span.left.wnowrap {
  flex: 0 0 24%;
}
.flex-table dt,
.flex-table dd {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em 0;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.flex-table dt {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.flex-table dd {
  line-height: 200%;
  font-weight: 500;
}
@media screen and (min-width: 651px) {
  .flex-table .table-row {
    flex-direction: row;
  }
  .flex-table .table-row span.left.wnowrap {
    flex: 0 0 15%;
  }
  .flex-table .table-row dt {
    width: 30%;
    padding-right: 1e;
  }
  .flex-table .table-row dd {
    width: 70%;
  }
  .flex-table dt,
  .flex-table dd {
    padding: 2em 0;
  }
}

.info-table .table-row {
  display: flex;
  padding: 1em 0;
  border-bottom: 1px solid #707070;
}
.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 #1300ff;
  color: #707070;
  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: #1300ff;
  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: #1300ff;
  color: #ffffff;
  border-radius: 1.5em;
}
.category-filter a.active-btn {
  background-color: #707070;
  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: relative;
  aspect-ratio: 1/1;
  padding-left: 4rem;
  background-color: #1300ff;
  border-radius: 1rem;
  height: 60px;
  max-height: 80%;
  box-sizing: content-box;
  width: 60px;
  z-index: 3002;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  appearance: none;
  border: unset;
  cursor: pointer;
  transform: rotate(0deg);
  transform-origin: bottom;
  transition: all 0.2 ease-in-out;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  border-radius: 0.5rem;
  width: 39px;
  right: 15px;
  background: #ffffff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  width: 39px;
  top: 25%;
  transform-origin: left center;
}
.hamburger span:nth-child(2) {
  top: 48%;
  width: 39px;
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  top: 72%;
  width: 39px;
  transform-origin: left center;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.active-ham {
  position: fixed;
  top: 24px;
  right: calc(10px + 2vw);
  right: 1rem;
  margin-right: 0;
  background-color: unset;
}
.hamburger.active-ham span {
  background-color: #0b0098;
}
.hamburger.active-ham span:nth-child(1) {
  transform: rotate(45deg);
  top: 24%;
}
.hamburger.active-ham span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger.active-ham span:nth-child(3) {
  transform: rotate(-45deg);
  top: 70%;
}
@media screen and (min-width: 601px) {
  .hamburger {
    padding-left: 9.2rem;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: clamp(80px, 10vw, 106px);
  transition: height 0.1s linear;
  width: 100%;
  box-sizing: border-box;
  color: #121212;
  align-items: center;
  justify-content: space-between;
  z-index: 3000;
}
header .header-container {
  width: auto;
  height: 66%;
  margin: 0 12px 0 clamp(10px, 2vw, 20px);
}
header .header-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left center;
}
header .nav-container {
  display: flex;
  height: fit-content;
  align-items: center;
  justify-content: flex-end;
  margin: 0 10px 0 0;
}
header .nav-container.open-menu {
  margin: 0;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 1%;
  right: 2%;
  width: 96%;
  max-width: 400px;
  height: 98%;
  z-index: 300;
  animation: fadeIn 0.2s ease-in-out;
  background-color: #ebff00;
  border-radius: 1.5rem;
  color: #1300ff;
}
header .nav-container.open-menu .nav-menu {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  padding: 5rem 8% 5rem;
  z-index: 101;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: auto;
  gap: 2rem;
}
header .nav-container.open-menu .nav-menu li {
  width: 100%;
  font-size: 2rem;
  color: #0b0098;
  background: url(../img/icons/arrow-right.svg) bottom right no-repeat;
  background-size: 100%;
}
header .nav-container.open-menu .nav-menu li a {
  display: block;
  width: 100%;
  padding: 0.5em 0.2em;
}
header .nav-container.open-menu .nav-menu li.special {
  background: unset;
  margin-top: 2rem;
}
header .nav-container.open-menu .nav-menu li.special a {
  background-color: #0b0098;
  color: #ffffff;
  text-align: center;
  border-radius: 1rem;
  font-size: 1.5em;
}
header .nav-container.open-menu .nav-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 2rem;
  width: 14rem;
  aspect-ratio: 16/9;
  z-index: 102;
  background: url(../img/logo.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 651px) {
  header .nav-container.open-menu {
    right: 1rem;
  }
}
header .nav-container .nav-menu {
  flex-wrap: wrap;
  display: none;
  align-items: center;
  justify-content: flex-end;
}
header .nav-container ul {
  list-style: none;
  text-transform: uppercase;
}
header .nav-container .hamburger {
  display: flex;
}
header.scrolled {
  height: calc(0.75 * clamp(80px, 10vw, 106px));
}
@media screen and (max-width: 800px) {
  header .nav-container {
    align-items: center;
    margin: 12px 10px 0 0;
  }
  header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    border-radius: 0;
    transition: all 0.1s ease-in;
    height: 60px;
  }
  header.scrolled .header-container,
  header.scrolled .hamburger {
    max-height: 100%;
    margin: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes triangleBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1.2rem);
  }
}
footer {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  padding: clamp(6rem, 20vw, 24rem) 0 2.6rem 0;
}
footer .sns {
  display: flex;
  gap: clamp(4rem, 5vw, 7rem);
  margin-bottom: clamp(8rem, 10vw, 12rem);
}
footer .sns img {
  width: clamp(4rem, 7vw, 7rem);
}
footer .flogo {
  display: block;
  width: 100%;
}
footer .flogo img {
  display: block;
  width: 100%;
}
footer .footer-copy {
  align-self: flex-end;
  margin: 5rem clamp(4rem, 7vw, 10rem);
  color: #707070;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 100%;
  text-align: end;
}

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