@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Noto+Serif+JP:wght@400;700&display=swap"); /* reset.dev • v5.0.2 */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

:root {
  --c-main-l: #eaf2ff;
  --c-main: #7faef8;
  --c-main-d: #0f309f;
  --c-sub: #6b57db;
  --c-sub-d: #241281;
  --c-red: #f21f0c;
  --c-yellow: #fde03a;
  --c-green: #5ded68;
  --c-visited: #7337ab;
  --c-font: #2d2d1a;
  --c-black: #111;
  --c-gray-d: #333;
  --c-gray-md: #777;
  --c-gray: #bbb;
  --c-gray-ml: #eee;
  --c-gray-l: #fafafa;
  --c-white: #fff;
  --f-sans: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  --f-serif: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", serif;
}

/*---- ベース ----*/
@media (max-width: 767px) {
  body::-webkit-scrollbar {
    display: none;
  }
}

* {
  letter-spacing: inherit;
  font-family: inherit;
}

@media (min-width: 768px) {
  br.sm {
    display: none;
  }
}
@media (max-width: 767px) {
  br.pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .smonly {
    display: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

iframe {
  display: block;
}

th,
td {
  padding: 5px;
}

input,
textarea,
button,
select {
  font-family: inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder, select::-moz-placeholder {
  color: #888;
}
input::placeholder,
textarea::placeholder,
button::placeholder,
select::placeholder {
  color: #888;
}

select,
textarea,
[type=url],
[type=text],
[type=date],
[type=tel],
[type=password],
[type=email],
[type=number] {
  padding: 5px;
}

textarea,
[type=url],
[type=text],
[type=tel],
[type=password],
[type=email] {
  width: 100%;
}

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
}

body {
  font: 300 1rem/1.6 var(--f-sans);
  color: var(--c-font);
  font-size: 1rem;
  letter-spacing: 0.15em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 1rem;
  font-weight: 300;
}

/*---- セクション ----*/
.l_inner {
  margin: 0 auto;
  max-width: 940px;
  width: 94%;
}
.l_inner.wide {
  max-width: 1080px;
}
.l_inner.full {
  max-width: unset;
}
@media (min-width: 768px) {
  .l_inner.full {
    width: 100%;
  }
}
.l_inner.narrow {
  max-width: 800px;
}

.l_section {
  padding: 3rem 0;
  position: relative;
  background: transparent no-repeat center/cover;
}

body {
  padding-top: 60px;
}
@media (min-width: 768px) {
  body {
    padding-top: 80px;
  }
}

.l_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.3s;
  background-color: transparent;
}
.l_header.is_scroll {
  background-color: var(--c-white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.l_header .l_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  position: relative;
  padding: 5px 0;
  min-height: 60px;
}
@media (min-width: 768px) {
  .l_header .l_inner {
    min-height: 80px;
  }
}

.c_logo {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
.c_logo small {
  font-weight: 300;
  margin: 10px;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .c_logo {
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .l_nav {
    z-index: 110;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 100%;
    overflow-y: auto;
    transition: all 0.5s;
    background-color: var(--c-main-l);
    transform: translateX(100%);
    opacity: 0;
    padding: 80px 1rem 60px;
  }
  .l_nav.open {
    transform: translateX(0);
    opacity: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 768px) {
  .l_nav_menu {
    text-align: right;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .l_nav_menu li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 0.5em;
  }
}
.l_nav_menu a {
  padding: 5px;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
  font-weight: bold;
}
.l_nav_menu a small {
  display: block;
  font-weight: 300;
  font-size: 10px;
}
@media (max-width: 767px) {
  .l_nav_menu a {
    display: block;
    padding-right: 1em;
    border-bottom: 1px solid currentColor;
  }
  .l_nav_menu a::after {
    font-size: 0.8em;
    content: ">";
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
}
.l_nav_menu a:hover, .l_nav_menu a:focus-within {
  color: var(--c-main-d);
}
.l_nav_menu a:hover::after, .l_nav_menu a:focus-within::after {
  right: 0;
}
.l_nav_btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  z-index: 150;
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
}
@media (min-width: 768px) {
  .l_nav_btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .l_nav_btn {
    display: inline-block;
  }
}
.l_nav_btn::before, .l_nav_btn::after,
.l_nav_btn span {
  display: inline-block;
  position: absolute;
  content: "";
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--c-black);
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}
.l_nav_btn span {
  top: 50%;
}
.l_nav_btn::before {
  top: 0%;
}
.l_nav_btn::after {
  top: 100%;
}
.l_nav_btn.open span {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
.l_nav_btn.open::before {
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}
.l_nav_btn.open::after {
  transform: translate(-50%, -50%) rotate(-135deg);
  top: 50%;
}
.l_nav_bg {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .l_nav_bg.open {
    display: block;
    height: 100vh;
    opacity: 1;
  }
}

.l_footer {
  padding: 3rem 0;
  background-color: var(--c-main);
  color: var(--c-white);
}

.c_menu_footer {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.2;
}
.c_menu_footer > li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 5px;
}
.c_menu_footer a {
  transition: all 0.3s;
  padding: 5px;
  display: inline-block;
}
.c_menu_footer a small {
  display: block;
  font-weight: 300;
  font-size: 10px;
}
.c_menu_footer a:hover, .c_menu_footer a:focus-within {
  color: var(--c-main-d);
  text-decoration: underline;
}

.l_copyright {
  font-size: 1.25rem;
  background-color: var(--c-black);
  color: var(--c-white);
  padding: 1.5rem 0;
  text-align: center;
}

/*---- 見出し系 ----*/
.t_copy {
  font-size: 2rem;
  line-height: 1.4;
  color: var(--c-main-d);
  text-align: center;
  margin: 1.25rem 0 2.5rem;
}
@media (min-width: 768px) {
  .t_copy {
    font-size: 2.5rem;
  }
}

.t_center {
  font-size: 1.25rem;
  text-align: center;
  margin: 1rem 0;
}

.t_sectitle {
  line-height: 1.2;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: var(--c-main-d);
}
@media (min-width: 768px) {
  .t_sectitle {
    font-size: 2.5rem;
  }
}
.t_sectitle strong {
  font-weight: bold;
}
.t_sectitle small {
  font-size: 0.5em;
  display: block;
}

.t_lead {
  max-width: 640px;
  margin: 0 auto 2rem;
}

/*---- コンポーネント----*/
.c_btn {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
  max-width: 320px;
  padding: 0.7em;
  margin: 0 auto 1rem;
  color: var(--c-white);
  background: var(--c-main-d) linear-gradient(30deg, #0f309f, #6b57db);
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.c_btn:hover, .c_btn:focus-within {
  opacity: 0.7;
}
.c_btn.big {
  max-width: 480px;
  font-size: 1.5rem;
  padding: 1em 0.7em;
}

.c_catch {
  padding: 3rem 0;
  background-color: var(--c-main);
}
.c_catch *:last-child {
  margin-bottom: 0;
}

.c_list_dot {
  max-width: 680px;
  margin: 0 auto 1rem;
  border: 1px solid var(--c-gray-md);
  padding: 1.25rem;
  font-size: 1.25rem;
}
.c_list_dot > li {
  padding-left: 2em;
  text-indent: -1em;
}
.c_list_dot > li:not(:last-of-type) {
  margin-bottom: 2rem;
}
.c_list_dot > li::before {
  content: "■";
  display: inline-block;
  margin-right: 1em;
  color: var(--c-main);
}

[data-acc-label] {
  cursor: pointer;
}
[data-acc-label]::after {
  font-weight: bold;
  content: "＋";
}
[data-acc-label].is_open::after {
  content: "−";
}

[data-acc-content] {
  display: none;
}

.c_imgtext .img {
  margin-bottom: 1rem;
  text-align: center;
}
.c_imgtext .text {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.c_imgtext .text > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c_imgtext {
    display: flex;
    gap: 1.25rem;
  }
  .c_imgtext .img {
    flex: 0 1 400px;
  }
  .c_imgtext .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c_imgtext .text {
    flex: 1 1 540px;
    align-self: center;
  }
}

.c_box_scroll {
  height: 120px;
  padding: 5px 1rem;
  font-size: 0.875rem;
  max-height: 360px;
  min-height: 80px;
  overflow-y: auto;
  border: 1px solid var(--c-gray-md);
  background-color: var(--c-gray-ml);
  resize: vertical;
}
.c_box_scroll > * {
  margin-bottom: 1em;
}
.c_box_scroll.big {
  height: 240px;
}

.c_dl_form dt {
  font-size: 1.25rem;
}
.c_dl_form dt::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: var(--c-main);
  border-radius: 50%;
  margin-right: 5px;
}
.c_dl_form dd {
  margin-bottom: 1rem;
}

/*---- project ----*/
/*---- 共通セクション ---*/
.p_form {
  max-width: 620px;
  margin: 0 auto;
}
.p_form select,
.p_form textarea,
.p_form [type=url],
.p_form [type=text],
.p_form [type=date],
.p_form [type=tel],
.p_form [type=password],
.p_form [type=email],
.p_form [type=number] {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #000;
}
.p_form select:focus,
.p_form textarea:focus,
.p_form [type=url]:focus,
.p_form [type=text]:focus,
.p_form [type=date]:focus,
.p_form [type=tel]:focus,
.p_form [type=password]:focus,
.p_form [type=email]:focus,
.p_form [type=number]:focus {
  background-color: var(--c-main-l);
}

/*---- page ---*/
.p_top_mv {
  background-color: var(--c-main);
  padding: 3rem 0;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  height: 100vh;
  max-height: 800px;
}
@media (min-width: 768px) {
  .p_top_mv {
    padding-top: 140px;
  }
}
.p_top_mv canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.p_top_mv .maincopy {
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: clamp(2rem, 5vw, 52px);
  letter-spacing: 0.15em;
}
.p_top_mv .copy {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.p_top_mv .mv {
  display: block;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .p_top_mv .mv {
    margin-left: auto;
    margin-top: -50px;
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .p_top_mv .mv {
    position: absolute;
    transform: translate(50%, -50%);
    top: 54%;
    right: 33%;
    width: 290px;
  }
}

.p_content .l_inner > *:first-child {
  margin-top: 0;
}
.p_content p a {
  text-decoration: underline;
}
.p_content p a:visited {
  color: var(--c-visited);
}
.p_content h1:not([class]) {
  font-size: 1.5rem;
  font-weight: bold;
}
.p_content h2:not([class]) {
  font-size: 1.5rem;
  border-bottom: 1px solid var(--c-main-d);
  border-left: 1px solid var(--c-main-d);
  padding: 0 5px;
  margin: 2.5rem 0 1.25rem;
}
.p_content h3:not([class]) {
  font-size: 1.25rem;
  background-color: var(--c-main-l);
  color: var(--c-main-d);
  padding: 5px;
  margin: 2rem 0 1.25rem;
}
.p_content h4:not([class]) {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1.5rem 0 1rem;
}
.p_content h5:not([class]) {
  background-color: var(--c-gray-l);
  font-weight: bold;
  margin: 1.5rem 0 1rem;
  font-size: 1em;
}
.p_content h6:not([class]) {
  color: var(--c-main-d);
  font-weight: bold;
  font-size: 1em;
}
.p_content ol:not([class]),
.p_content ul:not([class]) {
  padding: 0;
  margin: 0 0 1em;
  list-style: revert;
  list-style-position: outside;
  margin-left: 1em;
}
.p_content ol:not([class]) li,
.p_content ul:not([class]) li {
  margin-bottom: 1em;
}
.p_content ol:not([class]) ol,
.p_content ol:not([class]) ul,
.p_content ul:not([class]) ol,
.p_content ul:not([class]) ul {
  margin-left: 1em;
}
.p_content ol:not([class]) ol {
  list-style-type: none;
  list-style-position: inside;
}
.p_content ol:not([class]) ol > li {
  counter-increment: cnt;
}
.p_content ol:not([class]) ol > li:before {
  display: inline;
  content: "(" counter(cnt) ") ";
}
.p_content dl:not([class]) {
  max-width: 720px;
  margin: 0 auto 1rem;
}
.p_content dl:not([class]) dt {
  color: var(--c-main-d);
  border-left: 3px solid currentColor;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0 5px;
  margin: 0 0 10px;
}
.p_content dl:not([class]) dd {
  margin: 0 0 1.5rem 1.25rem;
}
.p_content blockquote {
  padding: 1rem;
  margin: 1rem auto;
  background-color: var(--c-gray-l);
}
.p_content blockquote *:last-child {
  margin-bottom: 0;
}
.p_content table img {
  margin: 0;
}
.p_content table p {
  margin-top: 0.5rem;
}

.u_ac {
  text-align: center;
}

.u_ar {
  text-align: right;
}

.u_al {
  text-align: left;
}

/*---- utility ---*/
@media (max-width: 767px) {
  .u_table_wrap {
    overflow-x: auto;
    padding: 0.5rem;
    box-shadow: 0 0 5px inset rgba(0, 0, 0, 0.2);
    margin: 1rem 0;
  }
  .u_table_wrap table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0.5rem 0;
  }
}

.u_bold {
  font-weight: bold;
}

.u_tc_red {
  color: var(--c-red);
}

.u_tc_black {
  color: var(--c-black);
}

.u_tc_gray {
  color: var(--c-gray);
}

.u_tc_white {
  color: var(--c-white);
}

.u_tc_main {
  color: var(--c-main);
}

.u_tc_sub {
  color: var(--c-sub);
}

.u_bg_main {
  background-color: var(--c-main-l);
}

.u_bg_sub {
  background-color: var(--c-sub-d);
}

.u_bg_gray {
  background-color: var(--c-gray-l);
}

.u_fontsize0 {
  font-size: 0rem;
}

.u_my0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.u_mx0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.u_mb0 {
  margin-bottom: 0rem;
}

.u_mt0 {
  margin-top: 0rem;
}

.u_ml0 {
  margin-left: 0rem;
}

.u_mr0 {
  margin-right: 0rem;
}

.u_py0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.u_px0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.u_pb0 {
  padding-bottom: 0rem;
}

.u_pt0 {
  padding-top: 0rem;
}

.u_pl0 {
  padding-left: 0rem;
}

.u_pr0 {
  padding-right: 0rem;
}

.u_fontsize1 {
  font-size: 0.5rem;
}

.u_my1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.u_mx1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.u_mb1 {
  margin-bottom: 1rem;
}

.u_mt1 {
  margin-top: 1rem;
}

.u_ml1 {
  margin-left: 1rem;
}

.u_mr1 {
  margin-right: 1rem;
}

.u_py1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u_px1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.u_pb1 {
  padding-bottom: 1rem;
}

.u_pt1 {
  padding-top: 1rem;
}

.u_pl1 {
  padding-left: 1rem;
}

.u_pr1 {
  padding-right: 1rem;
}

.u_fontsize2 {
  font-size: 1rem;
}

.u_my2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.u_mx2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.u_mb2 {
  margin-bottom: 2rem;
}

.u_mt2 {
  margin-top: 2rem;
}

.u_ml2 {
  margin-left: 2rem;
}

.u_mr2 {
  margin-right: 2rem;
}

.u_py2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.u_px2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.u_pb2 {
  padding-bottom: 2rem;
}

.u_pt2 {
  padding-top: 2rem;
}

.u_pl2 {
  padding-left: 2rem;
}

.u_pr2 {
  padding-right: 2rem;
}

.u_fontsize3 {
  font-size: 1.5rem;
}

.u_my3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.u_mx3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.u_mb3 {
  margin-bottom: 3rem;
}

.u_mt3 {
  margin-top: 3rem;
}

.u_ml3 {
  margin-left: 3rem;
}

.u_mr3 {
  margin-right: 3rem;
}

.u_py3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.u_px3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.u_pb3 {
  padding-bottom: 3rem;
}

.u_pt3 {
  padding-top: 3rem;
}

.u_pl3 {
  padding-left: 3rem;
}

.u_pr3 {
  padding-right: 3rem;
}

.u_fontsize4 {
  font-size: 2rem;
}

.u_my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.u_mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.u_mb4 {
  margin-bottom: 4rem;
}

.u_mt4 {
  margin-top: 4rem;
}

.u_ml4 {
  margin-left: 4rem;
}

.u_mr4 {
  margin-right: 4rem;
}

.u_py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.u_px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.u_pb4 {
  padding-bottom: 4rem;
}

.u_pt4 {
  padding-top: 4rem;
}

.u_pl4 {
  padding-left: 4rem;
}

.u_pr4 {
  padding-right: 4rem;
}

.u_fontsize5 {
  font-size: 2.5rem;
}

.u_my5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.u_mx5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.u_mb5 {
  margin-bottom: 5rem;
}

.u_mt5 {
  margin-top: 5rem;
}

.u_ml5 {
  margin-left: 5rem;
}

.u_mr5 {
  margin-right: 5rem;
}

.u_py5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.u_px5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.u_pb5 {
  padding-bottom: 5rem;
}

.u_pt5 {
  padding-top: 5rem;
}

.u_pl5 {
  padding-left: 5rem;
}

.u_pr5 {
  padding-right: 5rem;
}