@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://use.typekit.net/qmr6ewy.css");
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: #2f2f2f;
  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 {
  position: relative;
  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, 4vw, 4rem);
  font-weight: 700;
  line-height: 140%;
}

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

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

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

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

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

ul {
  list-style-type: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
textarea,
select {
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0.2em 1em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: unset;
  color: #808080;
  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: #2f2f2f;
  outline: 1px solid #ffd800;
}
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: #005ead;
}

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

textarea {
  width: 100%;
  max-width: 100%;
  height: 10rem;
  display: block;
}
textarea.short-textarea {
  height: 5rem;
}

.contact-table [type=radio],
.contact-table [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.contact-table [type=radio] + .wpcf7-list-item-label,
.contact-table [type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 1em;
}
.contact-table [type=radio] + .wpcf7-list-item-label::before,
.contact-table [type=checkbox] + .wpcf7-list-item-label::before,
.contact-table [type=radio] + .wpcf7-list-item-label::after,
.contact-table [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.contact-table [type=radio] + .wpcf7-list-item-label::before,
.contact-table [type=radio] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}
.contact-table [type=radio] + .wpcf7-list-item-label::before,
.contact-table [type=checkbox] + .wpcf7-list-item-label::before {
  top: 0.5em;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid #005ead;
}
.contact-table [type=checkbox] + .wpcf7-list-item-label::before,
.contact-table [type=checkbox] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}
.contact-table [type=radio] + .wpcf7-list-item-label::after,
.contact-table [type=checkbox] + .wpcf7-list-item-label::after {
  top: calc(0.5em + 0.25rem);
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #005ead;
  transition: all 0.2s;
}
.contact-table [type=radio]:not(:checked) + .wpcf7-list-item-label::after,
.contact-table [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}
.contact-table [type=radio]:checked + .wpcf7-list-item-label::after,
.contact-table [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}
.contact-table .cb-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
  font-weight: bold;
}
.contact-table .cb-row a {
  text-decoration: underline;
}
.contact-table .cb-row [type=checkbox] + .wpcf7-list-item-label::before,
.contact-table .cb-row [type=checkbox] + .wpcf7-list-item-label::after,
.contact-table .cb-row [type=radio] + .wpcf7-list-item-label::before,
.contact-table .cb-row [type=radio] + .wpcf7-list-item-label::after {
  border-radius: unset;
}
.contact-table .cb-row [type=radio] + .wpcf7-list-item-label,
.contact-table .cb-row [type=checkbox] + .wpcf7-list-item-label {
  padding-left: 3.6rem;
}
.contact-table .cb-row [type=radio] + .wpcf7-list-item-label::before,
.contact-table .cb-row [type=checkbox] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #005ead;
}
.contact-table .cb-row [type=radio] + .wpcf7-list-item-label::after,
.contact-table .cb-row [type=checkbox] + .wpcf7-list-item-label::after {
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
}
.contact-table .cb-col .wpcf7-radio,
.contact-table .cb-col .wpcf7-checkbox,
.contact-table .radio-col .wpcf7-radio,
.contact-table .radio-col .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.contact-table .cb-col .wpcf7-list-item,
.contact-table .radio-col .wpcf7-list-item {
  margin: 0 1em 0 0;
  display: flex;
  align-items: center;
}
.contact-table .wpcf7-form-control-wrap:has(.w100) {
  width: 100%;
}
.contact-table .wpcf7-form-control-wrap:has(.w50) {
  width: 50%;
}
.contact-table .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
  flex-direction: row;
  flex-wrap: wrap;
}
.contact-table .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;
}

a.a-btn {
  width: clamp(25rem, 20vw, 26.5rem);
  height: clamp(4rem, 8vw, 6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2em;
  color: #2f2f2f;
  font-size: 1.6rem;
  gap: 2rem;
}
a.a-btn img {
  width: 2.7rem;
}
a.a-btn.ab-white {
  background-color: #ffffff;
  color: #005ead !important;
}
a.a-btn.ab-blue {
  background-color: #005ead;
  color: #ffffff !important;
}
a.a-btn.ab-fix-w {
  width: 25rem;
  height: 5rem;
}
a.a-btn.ab-xl {
  width: fit-content;
}
a.a-btn.ab-small {
  height: 2em;
  width: fit-content;
  padding: 0 2em;
}
a.a-btn.rounding-light {
  border-radius: 0.5rem;
}

.submit-btn {
  height: 6rem;
  box-sizing: border-box;
  padding: 0 13rem 0 7rem;
  background-color: #005ead;
  background-image: url(../img/icons/arrow-white.svg);
  background-position: center right 7rem;
  background-repeat: no-repeat;
  background-size: 2.7rem;
  border: unset;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
}
.submit-btn:hover {
  opacity: 0.8;
}
.submit-btn:disabled {
  background-color: #808080;
  cursor: not-allowed;
  opacity: 0.4;
}

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

.dropdown-menu {
  position: relative;
}
.dropdown-menu .dropdown-menu-trigger {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-weight: bold;
  color: #005ead;
}
.dropdown-menu .dropdown-menu-trigger svg {
  width: 1em;
}
.dropdown-menu .dropdown-menu-trigger:hover {
  opacity: 0.8;
}
.dropdown-menu .dropdown-contents {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
.dropdown-menu:hover .dropdown-contents, .dropdown-menu.active .dropdown-contents {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: rem;
  border-radius: 0.5rem;
}
.dropdown-menu:hover .dropdown-contents a, .dropdown-menu.active .dropdown-contents a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.2em 1em;
}
.dropdown-menu:hover .dropdown-contents a:hover, .dropdown-menu.active .dropdown-contents a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.hidden {
  visibility: hidden;
}

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

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.container-800 {
  width: 89.7%;
  max-width: 80rem;
  margin: 0 auto;
  align-self: center;
}

.container-st {
  width: 89.7%;
  max-width: 100rem;
  margin: 0 auto;
  align-self: center;
}

.container-1200 {
  width: 89.7%;
  max-width: 120rem;
  margin: 0 auto;
  align-self: center;
}

.container-1400 {
  width: 89.7%;
  max-width: 140rem;
  margin: 0 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(3, 1fr);
}
@media screen and (min-width: 651px) {
  .grid-2-3 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 1em;
}

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

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

.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-600-it {
  font-family: din-2014, "din-2014", " Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.f-romaji-reg {
  font-family: din-2014, "din-2014", " Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
}

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

.f-romaji-b {
  font-family: din-2014, "din-2014", " 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;
}

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

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

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

.text-blue {
  color: #005ead;
}

.text-yellow {
  color: #ffd800;
}

.gradient-yellow {
  background: #fff0a0;
  background: linear-gradient(180deg, #fff0a0 0%, #fffceb 100%);
}

.gradient-blue {
  background: #005ead;
  background: linear-gradient(180deg, #005ead 0%, #e0f2fc 100%);
}

.underline-title {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  color: #005ead;
  font-size: clamp(2.4rem, 4vw, 5.4rem);
  font-weight: bold;
  letter-spacing: 0.03em;
}
.underline-title span {
  display: block;
  position: relative;
  width: fit-content;
  line-height: 120%;
}
.underline-title span:after {
  position: absolute;
  content: "";
  background-color: #ffd800;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.15em;
  z-index: -1;
}

.yellow-underline {
  display: inline-block;
  position: relative;
}
.yellow-underline .text {
  position: relative;
  z-index: 10;
}
.yellow-underline:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.45em;
  left: 0;
  width: 100%;
  height: 0.333em;
  background-color: #ffd800;
}

.bar-title-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.bar-title-container h3 {
  font-size: clamp(4rem, 5vw, 6rem);
  letter-spacing: 0;
  line-height: 130%;
  text-transform: uppercase;
}
.bar-title-container h2 {
  display: flex;
  align-items: center;
  gap: 0.8em;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 160%;
}
.bar-title-container h2 .spacer {
  display: block;
  height: 1px;
  width: 2.5em;
}
.bar-title-container.blue-title-container {
  color: #005ead;
}
.bar-title-container.blue-title-container h2 .spacer {
  background-color: #005ead;
}
.bar-title-container.white-title-container {
  color: #ffffff;
}
.bar-title-container.white-title-container h2 .spacer {
  background-color: #ffffff;
}

.bar-title {
  display: flex;
  align-items: center;
  font-size: clamp(1.6rem, 2vw, 2rem);
  gap: 1em;
}
.bar-title .spacer {
  display: block;
  background-color: #ffffff;
  height: 2px;
  width: 2em;
}
.bar-title h3 {
  font-weight: bold;
  font-size: clamp(2rem, 2vw, 3.2rem);
}

.anim-layer {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.anim-layer .anim-col {
  opacity: 0.1;
  grid-row: 1/2;
}
.anim-layer .anim-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anim-layer .anim-col.ac-left {
  grid-column: 1/4;
}
@media screen and (min-width: 1001px) {
  .anim-layer {
    grid-template-columns: 12vw 1fr 12vw;
  }
  .anim-layer .anim-col {
    opacity: 0.2;
  }
}
@media screen and (min-width: 1601px) {
  .anim-layer {
    grid-template-columns: clamp(1rem, 16vw, 29rem) 1fr clamp(1rem, 16vw, 29rem);
  }
}

section.page-landing {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: clamp(6rem, 5vw, 6.4rem) 1em clamp(3rem, 3vw, 4rem);
  color: #ffffff;
  background: url(../img/common/sp/landing-st.svg) top right no-repeat;
  background-size: cover;
}
section.page-landing .content-container {
  width: 89.7%;
  max-width: 100rem;
}
section.page-landing .content-container h1 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 200%;
}
section.page-landing .content-container h1,
section.page-landing .content-container .landing-text {
  margin: 0;
}
section.page-landing .content-container .title-rj {
  margin-bottom: 0.5em;
  font-size: clamp(3.2rem, 5vw, 8rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 125%;
}
section.page-landing .content-container p.title-rj {
  font-family: "din-2014", sans-serif;
  -webkit-text-stroke: 1px #ffffff;
  text-transform: uppercase;
}
section.page-landing .content-container .landing-text {
  margin-top: 2em;
  line-height: 200%;
  letter-spacing: 0;
  font-weight: bold;
}
section.page-landing.landing-st .content-container h1 {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}
section.page-landing.landing-st .content-container h1 span.spacer {
  display: block;
  background-color: #ffffff;
  width: clamp(1.6rem, 7vw, 10rem);
  height: 1px;
}
section.page-landing.landing-high {
  padding: clamp(6rem, 5vw, 8rem) 1em clamp(3rem, 3vw, 4rem);
  background: url(../img/common/sp/landing-high.svg) top right no-repeat;
  background-size: cover;
  min-height: 40rem;
}
section.page-landing.landing-high .content-container h1 {
  font-size: clamp(2.4rem, 3vw, 5rem);
  line-height: 170%;
}
section.page-landing.landing-high .content-container .title-rj {
  margin-bottom: 0.5625em;
  font-size: clamp(6.4rem, 10vw, 16rem);
  line-height: 56.25%;
}
section.page-landing.landing-high .content-container .landing-text {
  margin: 1.5em 0 0;
}
@media screen and (min-width: 651px) {
  section.page-landing {
    background: url(../img/common/tab/landing-st.svg) top right no-repeat;
    background-size: cover;
  }
  section.page-landing .content-container p.title-rj {
    -webkit-text-stroke: 2px #ffffff;
  }
  section.page-landing.landing-high {
    background: url(../img/common/tab/landing-high.svg) top right no-repeat;
    background-size: cover;
    min-height: 66rem;
  }
  section.page-landing.landing-high .content-container h1 {
    margin: 0 clamp(1.6rem, 7vw, 10rem) 0;
  }
  section.page-landing.landing-high .content-container .landing-text {
    margin: 1.5em clamp(1.6rem, 7vw, 10rem) 0;
  }
}
@media screen and (min-width: 1001px) {
  section.page-landing {
    background: url(../img/common/medium/landing-st.svg) top right no-repeat;
    background-size: cover;
    min-height: 45rem;
  }
  section.page-landing.single-title {
    min-height: unset;
  }
  section.page-landing .content-container p.title-rj {
    -webkit-text-stroke: 3px #ffffff;
  }
  section.page-landing.landing-high {
    background: url(../img/common/medium/landing-high.svg) top right no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1401px) {
  section.page-landing {
    background: url(../img/common/large/landing-st.svg) top right no-repeat;
    background-size: cover;
  }
  section.page-landing .content-container p.title-rj {
    -webkit-text-stroke: 5px #ffffff;
  }
  section.page-landing.landing-high {
    background: url(../img/common/large/landing-high.svg) top right no-repeat;
    background-size: cover;
  }
}

.input-button [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.input-button [type=checkbox]:checked + label {
  background-color: #005ead;
}

.white-label {
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 0.6rem 1rem;
  background-color: #ffffff;
  border: 1px solid #2f2f2f;
  border-radius: 1em;
  color: #2f2f2f;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 100%;
  white-space: nowrap;
}

.blue-label,
a.blue-label {
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 0.6rem 1rem;
  background-color: #ffffff;
  border: 1px solid #005ead;
  border-radius: 0.5rem;
  color: #005ead;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 100%;
  white-space: nowrap;
}

.search-box {
  position: relative;
  align-self: center;
  width: 92%;
  max-width: 70rem;
  margin: auto;
  box-sizing: border-box;
  padding: 4rem clamp(2.4rem, 4vw, 5rem) 3rem;
  background: #fff0a0;
  background: linear-gradient(180deg, #fff0a0 0%, #fffceb 100%);
  border-radius: 3rem;
}
.search-box p.title-rj {
  position: absolute;
  top: 0;
  left: calc(clamp(2.4rem, 4vw, 5rem) * 0.6);
  transform: translateY(-50%);
  color: #005ead;
  font-size: clamp(2rem, 3vw, 3.5rem);
  letter-spacing: 0.02em;
  line-height: 100%;
}

.search-form {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 3vw, 3rem);
  width: 100%;
}
.search-form .search-cat {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.search-form .search-text {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 2rem;
}
.search-form .search-text input {
  display: block;
  flex: 3;
  max-width: 35rem;
  height: 2.4rem;
  box-sizing: border-box;
  padding: 0.1em 0.5em;
  background-color: #ffffff;
  border: 1px solid #005ead;
  border-radius: 0.3rem;
  color: #2f2f2f;
  font-size: 1.6rem;
}
.search-form .search-text button {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0.333em;
  width: fit-content;
  border: unset;
  background: unset;
  color: #005ead;
  cursor: pointer;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
}
.search-form .search-text button img {
  width: 1.5em;
}
.search-form .search-text button:hover {
  opacity: 0.8;
}
.search-form .search-label {
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 0 1em;
  background-color: #ffffff;
  border: 1px solid #005ead;
  border-radius: 0.3rem;
  color: #005ead;
  cursor: pointer;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 150%;
  white-space: nowrap;
}
.search-form .search-label:hover {
  opacity: 0.8;
}
.search-form input[type=checkbox]:checked + label {
  background-color: #005ead;
  color: #ffffff;
}
.search-form .group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.search-form .group h4 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 100%;
}
main.card-archive {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: clamp(5rem, 8vw, 8rem);
  margin-bottom: 10rem;
}
main.card-archive .archive-wrapper {
  width: 92%;
  max-width: 126rem;
}
main.card-archive .archive-wrapper .event-card {
  padding-left: 0;
}
main.card-archive .archive-wrapper .event-card .card-content {
  padding: 0 0.2rem;
}
@media screen and (min-width: 651px) {
  main.card-archive .archive-wrapper .event-card .card-content {
    padding: 0 1rem;
  }
}

.post-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 138rem;
  margin: clamp(40px, 8vw, 80px) auto 0;
  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: clamp(1.6rem, 2vw, 2rem);
  gap: 1em;
}
.post-nav .page-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 2em;
  border: 1px solid #005ead;
  border-radius: 3px;
  color: #005ead;
  font-weight: bold;
}
.post-nav .page-numbers.prev, .post-nav .page-numbers.next {
  display: none;
}
.post-nav .page-numbers.prev svg, .post-nav .page-numbers.next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  stroke: #2f2f2f;
  fill: #2f2f2f;
}
.post-nav .page-numbers.current {
  color: #ffffff;
  background-color: #005ead;
  pointer-events: none;
}

.blogcard-area {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.8rem;
  row-gap: 3.2rem;
}
@media screen and (min-width: 651px) {
  .blogcard-area {
    grid-template-columns: repeat(3, 1fr);
  }
  .blogcard-area__3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1201px) {
  .blogcard-area {
    grid-template-columns: repeat(4, 1fr);
  }
  .blogcard-area__3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.event-card {
  padding-top: 2rem;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  color: #005ead;
  font-weight: bold;
}
.event-card .stretch-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.event-card .img-container {
  position: relative;
  display: block;
  width: 100%;
}
.event-card .img-container img {
  display: block;
  width: 100%;
  max-width: unset;
  aspect-ratio: 4/3;
  border-radius: 3rem;
  object-fit: cover;
  box-sizing: border-box;
}
.event-card .img-container img.placeholder {
  border: 2px solid #005ead;
}
.event-card .img-container .yellow-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: din-2014, "din-2014", " Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  font-style: italic;
  width: clamp(4rem, 8vw, 9rem);
  aspect-ratio: 1/1;
  background-color: #ffd800;
  border-radius: 50%;
  transform: translate(-22.22%, -22.22%);
}
.event-card .img-container .yellow-label img {
  max-width: 90%;
  max-height: 1.8rem;
  object-fit: contain;
}
.event-card .card-content {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 1em;
}
.event-card .card-content .content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.event-card .card-content .content-left h4 {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 1rem;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 175%;
}
.event-card .card-content a.rm-btn {
  display: none;
}
.event-card .meta-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.event-card .meta-container p.date {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}
.event-card .meta-container p.area {
  height: fit-content;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  border-left: 1px solid #005ead;
  line-height: 120%;
}
.event-card .categories {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 1rem;
  row-gap: 0.5rem;
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  font-weight: bold;
  letter-spacing: 0.02em;
}
.event-card .categories a {
  color: #005ead;
}
.event-card .categories a:before {
  content: "#";
}
@media screen and (min-width: 651px) {
  .event-card {
    gap: 2rem;
  }
  .event-card .stretch-wrapper {
    gap: 2rem;
  }
  .event-card .card-content .content-left h4 {
    padding: clamp(0.5rem, 1vw, 1rem);
  }
  .event-card .card-content a.rm-btn {
    display: block;
  }
}

.blogcard {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-self: stretch;
  position: relative;
  width: 100%;
}
.blogcard .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.blogcard img {
  width: 100%;
}

.humano-card {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-self: stretch;
  width: 100%;
}
.humano-card img {
  display: block;
  width: 100%;
}

.adjacent-nav {
  width: 89.7%;
  max-width: 100rem;
  overflow: hidden;
}
@media screen and (max-width: 651px) {
  .adjacent-nav.sp-no-adjacent .nav-elements a.prev-link,
.adjacent-nav.sp-no-adjacent .nav-elements a.next-link {
    display: none;
  }
  .adjacent-nav.sp-no-adjacent .nav-elements a.return-link {
    grid-column: 1/4;
    margin: 0 auto;
  }
}

.nav-elements {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 1em;
}
.nav-elements a {
  max-width: 100%;
  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;
  margin: 0 auto;
}
.nav-elements a.next-link {
  grid-column: 3/4;
  margin-left: auto;
}
@media screen and (max-width: 651px) {
  .nav-elements {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .nav-elements a {
    font-size: 1.2rem;
  }
  .nav-elements a.prev-link {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .nav-elements a.return-link {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .nav-elements a.next-link {
    display: flex;
    justify-content: end;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.hamburger {
  position: fixed;
  top: calc(clamp(8rem, 12vw, 15rem) / 2);
  right: clamp(2rem, 4vw, 5.5rem);
  height: 2.5rem;
  max-height: 100%;
  width: 4rem;
  z-index: 3002;
  margin-left: clamp(4rem, 5vw, 7rem);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  appearance: none;
  background-color: unset;
  border: unset;
  cursor: pointer;
  transform: translateY(-50%);
  transition: top 0.2s linear;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  right: 0;
  background: #005ead;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.hamburger span:nth-child(2) {
  top: calc(50% - 1.5px);
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  top: calc(100% - 3px);
  transform-origin: left center;
}
.hamburger.scrolled {
  top: calc(clamp(8rem, 12vw, 15rem) * 0.6 / 2);
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.active-ham {
  height: 3.5rem;
}
.hamburger.active-ham span {
  background-color: #005ead;
}
.hamburger.active-ham span:nth-child(1) {
  transform: rotate(45deg);
  top: 0%;
}
.hamburger.active-ham span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger.active-ham span:nth-child(3) {
  transform: rotate(-45deg);
  top: 80%;
}
@media screen and (min-width: 651px) {
  .hamburger {
    height: 3.5rem;
  }
}

main {
  padding-top: calc(clamp(8rem, 12vw, 15rem) + 1rem);
}
main.no-pad {
  padding-top: 0;
}

header {
  height: clamp(8rem, 12vw, 15rem);
  width: 100%;
  padding: 0 calc(clamp(2rem, 4vw, 5.5rem) + 4rem + 2rem) 0 clamp(2rem, 4vw, 5rem);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
}
header a.logo-container {
  display: block;
  position: relative;
  height: 80%;
  width: fit-content;
}
header a.logo-container img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 10.5rem;
}
header .nav-container,
header .nav-menu,
header .nav-menu-sns {
  display: flex;
  align-items: center;
}
header ul li.lang-toggle a {
  color: #005ead;
  font-weight: bold;
}
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: flex;
  column-gap: clamp(2rem, 4vw, 6rem);
  row-gap: 1rem;
  flex-wrap: wrap;
  margin: 0 1.5rem;
}
header .nav-menu li {
  display: none;
}
header .nav-menu li a {
  color: #005ead;
  font-size: clamp(1.6rem, 1vw, 1.8rem);
  font-weight: bold;
  letter-spacing: 0;
}
header .nav-menu li.blue-button {
  display: block;
}
header .nav-menu li.blue-button a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  width: fit-content;
  padding: 0 2.5em;
  color: #ffffff;
  background-color: #005ead;
  border-radius: 2.2em;
  line-height: 100%;
  font-size: clamp(1.4rem, 1.5vw, 2.4rem);
}
header .nav-menu-sns {
  gap: 2rem;
  display: none;
}
header .nav-menu-sns .linkedin {
  display: none;
}
header.scrolled {
  height: calc(clamp(8rem, 12vw, 15rem) * 0.5);
  background-color: rgba(255, 255, 255, 0.8);
}
header.scrolled .nav-menu li.blue-button a {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
@media screen and (min-width: 651px) {
  header {
    padding: 0 calc(clamp(2rem, 4vw, 5.5rem) + 4rem + 4rem) 0 clamp(2rem, 4vw, 5rem);
  }
  header .nav-menu-sns {
    display: flex;
  }
}
@media screen and (min-width: 1201px) {
  header .nav-menu {
    margin: 0 clamp(1rem, 2vw, 3rem) 0 1.5rem;
  }
  header .nav-menu li {
    display: unset;
  }
}
aside#sidebar {
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 1%;
  height: 100vh;
  height: 100lvh;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: end;
  background: #fff0a0;
  background: linear-gradient(180deg, rgba(255, 240, 160, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
aside#sidebar .sidebar-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  width: 0;
  height: 0;
}
aside#sidebar a {
  color: #ffffff;
}
aside#sidebar .panel {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  align-self: stretch;
  max-width: 93rem;
  overflow-y: scroll;
  padding: 2rem 2rem 10rem;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5vh, 5rem);
  background: #fff0a0;
  background: linear-gradient(180deg, #fff0a0 0%, white 100%);
  color: #005ead;
  border-bottom-left-radius: 5rem;
}
aside#sidebar button {
  position: absolute;
  top: 3rem;
  right: 3rem;
  align-self: flex-end;
  box-sizing: border-box;
  width: 8em;
  height: 3em;
  padding: 0.5em 1em;
  border-radius: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #7a8fc1;
  color: #005ead;
  cursor: pointer;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 100%;
}
aside#sidebar button img {
  width: 1.6rem;
}
aside#sidebar button:hover {
  opacity: 0.8;
}
aside#sidebar .logo-container {
  display: block;
  width: clamp(6rem, 11vw, 10.5rem);
  margin-top: auto;
}
aside#sidebar .logo-container img {
  width: 100%;
}
aside#sidebar .sidebar-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
aside#sidebar .sidebar-nav .nav-col {
  flex: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
aside#sidebar .sidebar-nav .nav-col ul {
  align-self: stretch;
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 2vh, 1.4rem);
  width: 100%;
  border-top: 1px solid #005ead;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
}
aside#sidebar .sidebar-nav .nav-col ul li {
  width: 100%;
}
aside#sidebar .sidebar-nav .nav-col ul li a {
  color: #005ead;
  display: block;
  line-height: 160%;
  width: 100%;
  background: url(../img/common/arrow-menu-right-b.svg) right center no-repeat;
  background-size: 1.2em;
}
aside#sidebar .sidebar-nav .nav-col ul li.outbound a {
  background: url(../img/icons/icon-outbound.svg) right 0.1em center no-repeat;
  background-size: 1.05em;
}
aside#sidebar .sidebar-nav .nav-col ul.sns {
  border-top: unset;
  flex-direction: row;
}
aside#sidebar .sidebar-nav .nav-col ul.sns li {
  width: fit-content;
  gap: 2rem;
}
aside#sidebar .sidebar-nav .nav-col ul.sns li a {
  background: unset;
  width: 3rem;
}
aside#sidebar .sidebar-nav .nav-col ul.sns li a svg {
  width: 100%;
}
aside#sidebar .extra-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 400;
  row-gap: 1em;
  column-gap: 2.5em;
  margin-top: auto;
}
aside#sidebar .extra-nav .links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
}
aside#sidebar .extra-nav .links a {
  color: #005ead;
}
aside#sidebar.open-menu {
  width: 100%;
  position: fixed;
  visibility: visible;
  animation: slidein 0.1s ease-in-out;
  transform: translateX(0%);
}
aside#sidebar.open-menu .sidebar-toggle {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1001px) {
  aside#sidebar .panel {
    padding: 2rem 4rem clamp(2rem, 10vh, 10rem);
  }
  aside#sidebar .sidebar-nav {
    flex-direction: row;
  }
  aside#sidebar .extra-nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1201px) {
  aside#sidebar .panel button {
    top: 5rem;
    right: 6rem;
  }
}
@media screen and (min-width: 1601px) {
  aside#sidebar .sidebar-nav .nav-col ul {
    padding: clamp(1rem, 2vw, 2.4rem) 0;
  }
}

header a.gt_switcher-popup span:last-child,
aside a.gt_switcher-popup span:last-child {
  display: none;
}

@keyframes slidein {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
.footer-cta {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.footer-cta .cta-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: clamp(32rem, 40vw, 50rem);
  align-self: stretch;
  box-sizing: border-box;
  padding: 4rem 2rem;
  gap: 3rem;
  align-self: stretch;
  flex: 1;
  text-align: center;
  background-color: #004693;
  color: #ffffff;
}
.footer-cta .cta-panel h2 {
  font-size: clamp(3.2rem, 5vw, 6rem);
}
.footer-cta .cta-panel p {
  max-width: 30em;
  font-size: clamp(1.6rem, 1.5vw, 2rem);
}
.footer-cta .cta-panel a {
  color: #ffffff;
}
.footer-cta .cta-panel.donate-panel {
  background-color: #005ead;
  color: #ffffff;
}
@media screen and (min-width: 1001px) {
  .footer-cta {
    flex-direction: row;
  }
}

footer {
  width: 100%;
  padding: clamp(40px, 10vw, 110px) 0 0 0;
  align-items: center;
  background-color: #ffffff;
  text-align: center;
}
footer .footer-menu {
  width: 100%;
  max-width: 34rem;
}
footer .footer-menu ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: end;
  column-gap: 1rem;
  row-gap: 0.5rem;
  line-height: 200%;
}
footer .footer-menu ul li {
  width: calc(40% - 0.5rem);
  text-align: start;
}
footer .footer-menu ul li:nth-child(even) {
  width: calc(60% - 0.5rem);
}
footer .logo-container {
  align-items: center;
  row-gap: 1.8rem;
  column-gap: 3.6rem;
}
footer .logo-container .footer-logo {
  width: 60%;
  max-width: 38rem;
}
footer .logo-container .footer-access {
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 1.5vw, 1.4rem);
  line-height: 160%;
}
footer .footer-contents {
  column-gap: 2rem;
  row-gap: 4rem;
  margin-bottom: clamp(6rem, 10vw, 11rem);
}
footer .footer-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #005ead;
  color: #ffffff;
  height: clamp(5rem, 5vw, 7rem);
  width: 100%;
  align-self: center;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 100%;
}
@media screen and (min-width: 1001px) {
  footer .logo-container .footer-logo {
    width: 100%;
  }
  footer .footer-contents {
    justify-content: space-between;
  }
}

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