@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

:root {
  --breakpoint-pc: (min-width: 768px);
  --breakpoint-sp: not all and (min-width: 768px);
}

* {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html {
  overflow: visible;
}

body {
  overflow-x: hidden;
  word-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
}

small {
  font-size: inherit;
}

table {
  border-collapse: collapse;
}

th,
td {
  text-align: left;
}

td {
  vertical-align: top;
}

strong,
th,
dt {
  font-weight: normal;
}

address,
em,
cite {
  font-style: normal;
}

a,
input,
button,
textarea,
select,
label {
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

button {
  touch-action: manipulation;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

dialog {
  border: 0;
}

dialog::-ms-backdrop {
  display: none;
}

dialog::backdrop {
  display: none;
}

input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
  background: transparent;
  border: 0 solid transparent;
}

input[type=file]::file-selector-button {
  width: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
  background: transparent;
  border: 0 solid transparent;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

body {
  background-color: #f4f4f4;
}

.l-footer {
  position: relative;
  background-color: #3a2300;
}

.l-footer__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Crimson Text", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.l-header {
  position: fixed;
  left: 50%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.l-header__title {
  font-family: "Crimson Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}

#sub .l-header__nav {
  display: none;
}

.l-header__list {
  display: flex;
}

.l-header__link {
  font-family: "Crimson Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #a66300;
  cursor: pointer;
}
.l-header__link:hover {
  -webkit-text-decoration: underline 2px solid #a66300;
          text-decoration: underline 2px solid #a66300;
  text-underline-offset: 0.1875rem;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}

@-webkit-keyframes pulse-motion {
  0% {
    background-color: rgba(170, 143, 123, 0.4);
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    background-color: rgba(170, 143, 123, 0);
    -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
            transform: translate(-50%, -50%) scale(6.5, 6.5);
  }
}

@keyframes pulse-motion {
  0% {
    background-color: rgba(170, 143, 123, 0.4);
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    background-color: rgba(170, 143, 123, 0);
    -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
            transform: translate(-50%, -50%) scale(6.5, 6.5);
  }
}
.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: opacity 1s;
}

.c-loading__point {
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.c-loading__point.is-active {
  background-color: #a66300;
}

.c-loading__point:focus {
  outline: none;
}

.c-loading__point::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  transition: opacity linear 0.4s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-loading__point.is-active::after {
  -webkit-animation: pulse-motion 1.4s linear infinite;
          animation: pulse-motion 1.4s linear infinite;
}

.c-web-data__main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.c-web-data__img {
  border: 5px solid #b8b8b8;
}

.c-web-data__category {
  font-family: "Crimson Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
}

.c-web-data__title {
  width: 100%;
  border-bottom: solid 1px #000;
}

.c-web-data__title hgroup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.c-web-data__title p {
  font-family: "Source Serif 4", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  color: #000;
}

.c-web-data__title h2 {
  font-family: "Source Serif 4", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  color: #000;
}

.c-web-data__about {
  font-family: "Source Serif 4", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  border-bottom: solid 1px #000;
}

.c-web-data__technology {
  border-bottom: solid 1px #000;
}
.c-web-data__technology p:first-child {
  font-family: "Crimson Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
}
.c-web-data__technology p:last-child {
  font-family: "Source Serif 4", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  color: #000;
  text-align: center;
}

.c-web-data__period {
  border-bottom: solid 1px #000;
}
.c-web-data__period p:first-child {
  font-family: "Crimson Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
}
.c-web-data__period p:last-child {
  font-family: "Source Serif 4", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  color: #000;
  text-align: center;
}

.c-web-data__paragraph {
  font-family: "Source Serif 4", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin: 0 auto;
  color: #000;
}
.p-main-content__section:last-child {
  background-color: #d9d9d9;
  border-radius: 3.75rem 3.75rem 0 0;
  box-shadow: 0 -0.1875rem 0 0 rgba(0, 0, 0, 0.25);
}

.p-main-content__section-heading {
  font-family: "Crimson Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #a66300;
  text-align: center;
}

.p-main-content__section-title {
  font-family: "Crimson Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.p-main-content__grid {
  display: grid;
  margin: 0 auto;
}

.p-main-content__grid-group {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
}

.p-main-content__grid-link {
  display: grid;
  grid-template-areas: "img" "title" "text";
}

.p-main-content__grid-title {
  font-family: "Source Serif 4", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  grid-area: title;
}

.p-main-content__grid-text {
  font-family: "Source Serif 4", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  grid-area: text;
  color: #000;
}

.p-main-content__grid-image {
  position: relative;
  grid-area: img;
  width: 100%;
}
.p-main-content__grid-image img {
  width: 100%;
}
.p-main-content__grid-image::before {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 0.1875rem;
  color: #fff;
  text-align: center;
  border-top-left-radius: 1.25rem;
  font-family: "Source Serif 4", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
}

.u-coding-grid-color:nth-last-child(1) img {
  border: 3px solid #5a3a2c;
}
.u-coding-grid-color:nth-last-child(1) .p-main-content__grid-image::before {
  content: "WEBアプリ";
  background-color: #5a3a2c;
}
.u-coding-grid-color:nth-last-child(2) img {
  border: 3px solid #3ca7d2;
}
.u-coding-grid-color:nth-last-child(2) .p-main-content__grid-image::before {
  content: "WEBアプリ";
  background-color: #3ca7d2;
}
.u-coding-grid-color:nth-last-child(3) img {
  border: 3px solid #707005;
}
.u-coding-grid-color:nth-last-child(3) .p-main-content__grid-image::before {
  content: "WEBサイト";
  background-color: #707005;
}
.u-coding-grid-color:nth-last-child(4) img {
  border: 3px solid #e21542;
}
.u-coding-grid-color:nth-last-child(4) .p-main-content__grid-image::before {
  content: "WEBサイト";
  background-color: #e21542;
}
.u-coding-grid-color:nth-last-child(5) img {
  border: 3px solid #cad76b;
}
.u-coding-grid-color:nth-last-child(5) .p-main-content__grid-image::before {
  content: "WEBサイト";
  background-color: #cad76b;
}
.u-coding-grid-color:nth-last-child(6) img {
  border: 3px solid #4e2d47;
}
.u-coding-grid-color:nth-last-child(6) .p-main-content__grid-image::before {
  content: "WEBサイト";
  background-color: #4e2d47;
}

.u-design-grid-color:nth-last-child(2) img {
  border: 3px solid #b8a1ff;
}
.u-design-grid-color:nth-last-child(2) .p-main-content__grid-image::before {
  content: "WEBサイト";
  background-color: #b8a1ff;
}
.u-design-grid-color:nth-last-child(1) img {
  border: 3px solid #2f2f2f;
}
.u-design-grid-color:nth-last-child(1) .p-main-content__grid-image::before {
  content: "WEBサイト";
  background-color: #2f2f2f;
}

.p-main-content__info {
  margin: 0 auto;
}

.p-main-content__info-name {
  font-family: "Crimson Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
}

.p-main-content__info-position {
  font-family: "Source Serif 4", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  color: #707070;
}

.p-main-content__info-table {
  width: 100%;
}
.p-main-content__info-table tr {
  width: 100%;
}
.p-main-content__info-table tr:not(:last-child) {
  border-bottom: 1px solid #000;
}
.p-main-content__info-table th {
  font-family: "Source Serif 4", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  color: #707070;
  vertical-align: middle;
}
.p-main-content__info-table td {
  font-family: "Source Serif 4", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  color: #000;
  vertical-align: middle;
}

.p-main-content__msg {
  margin: 0 auto;
}

.p-main-content__msg-sub {
  font-family: "Source Serif 4", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  color: #000;
}
.p-main-content__msg-sub p:not(:first-child) {
  margin-top: 0.9375rem;
}

.p-main-content__msg-main {
  font-family: "Source Serif 4", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  color: #000;
}
.p-main-content__msg-main p:not(:first-child) {
  margin-top: 0.9375rem;
}

.p-main-visual {
  position: relative;
  box-sizing: border-box;
  height: 100vh;
}

.p-main-visual__title {
  position: absolute;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-main-visual__title-main {
  font-family: "Crimson Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000;
  transition: opacity 2s, -webkit-transform 1.5s;
  transition: transform 1.5s, opacity 2s;
  transition: transform 1.5s, opacity 2s, -webkit-transform 1.5s;
}

.p-main-visual__title-sub {
  font-family: "Crimson Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  left: 50%;
  color: #000;
  white-space: nowrap;
  transition: opacity 2s, -webkit-transform 1.5s;
  transition: transform 1.5s, opacity 2s;
  transition: transform 1.5s, opacity 2s, -webkit-transform 1.5s;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.p-main-visual__title-cross {
  display: inline-block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotate-animation 3s linear infinite;
          animation: rotate-animation 3s linear infinite; /* アニメーションを適用 */
}

/* アニメーション定義 */
@-webkit-keyframes rotate-animation {
  0% {
    rotate: 0; /* 開始位置 */
  }
  50% {
    rotate: 360deg; /* 完全に一周 */
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes rotate-animation {
  0% {
    rotate: 0; /* 開始位置 */
  }
  50% {
    rotate: 360deg; /* 完全に一周 */
  }
  100% {
    rotate: 360deg;
  }
}

.p-main-visual__faceimg {
  position: fixed;
  left: 50%;
  z-index: -5;
  opacity: 0.25;
  transition: opacity 1.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-mouse-stalker-background {
  position: fixed; /* ポインター要素を画面左上に存在するようにしたいため */
  top: 0;
  left: 0; /* どの要素よりも上にしたいため。数値は適当に100にしてる */
  z-index: 101;
  width: 5.5rem;
  height: 5.5rem;
  pointer-events: none; /* ポインターイベントを無効化しないと対象要素にホバー出来なくなるため。 */
  background-color: #a66300;
  border-radius: 50%;
  mix-blend-mode: multiply;
  opacity: 0; /* 初期状態で非表示にしたいため。 */
  scale: 1; /* 指定してなくても良い。ホバーインした時に大きくなりながら表示されたいから指定している */
}

.p-mouse-stalker-text {
  position: fixed; /* ポインター要素を画面左上に存在するようにしたいため */
  top: 0;
  left: 0; /* どの要素よりも上にしたいため。数値は適当に100にしてる */
  z-index: 102;
  width: 5.5rem;
  color: white;
  text-align: center;
  pointer-events: none; /* ポインターイベントを無効化しないと対象要素にホバー出来なくなるため。 */
  opacity: 0; /* 初期状態で非表示にしたいため。 */
  scale: 0; /* 指定してなくても良い。ホバーインした時に大きくなりながら表示されたいから指定している */
  font-family: "Source Serif 4", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  font-size: 1.25rem;
  line-height: 4.4;
}

.u-dn {
  display: none !important;
}
.u-mt0 {
  margin-top: 0rem !important;
}

.u-mt1 {
  margin-top: 0.0625rem !important;
}

.u-mt2 {
  margin-top: 0.125rem !important;
}

.u-mt3 {
  margin-top: 0.1875rem !important;
}

.u-mt4 {
  margin-top: 0.25rem !important;
}

.u-mt5 {
  margin-top: 0.3125rem !important;
}

.u-mt6 {
  margin-top: 0.375rem !important;
}

.u-mt7 {
  margin-top: 0.4375rem !important;
}

.u-mt8 {
  margin-top: 0.5rem !important;
}

.u-mt9 {
  margin-top: 0.5625rem !important;
}

.u-mt10 {
  margin-top: 0.625rem !important;
}

.u-mt11 {
  margin-top: 0.6875rem !important;
}

.u-mt12 {
  margin-top: 0.75rem !important;
}

.u-mt13 {
  margin-top: 0.8125rem !important;
}

.u-mt14 {
  margin-top: 0.875rem !important;
}

.u-mt15 {
  margin-top: 0.9375rem !important;
}

.u-mt16 {
  margin-top: 1rem !important;
}

.u-mt17 {
  margin-top: 1.0625rem !important;
}

.u-mt18 {
  margin-top: 1.125rem !important;
}

.u-mt19 {
  margin-top: 1.1875rem !important;
}

.u-mt20 {
  margin-top: 1.25rem !important;
}

.u-mt21 {
  margin-top: 1.3125rem !important;
}

.u-mt22 {
  margin-top: 1.375rem !important;
}

.u-mt23 {
  margin-top: 1.4375rem !important;
}

.u-mt24 {
  margin-top: 1.5rem !important;
}

.u-mt25 {
  margin-top: 1.5625rem !important;
}

.u-mt26 {
  margin-top: 1.625rem !important;
}

.u-mt27 {
  margin-top: 1.6875rem !important;
}

.u-mt28 {
  margin-top: 1.75rem !important;
}

.u-mt29 {
  margin-top: 1.8125rem !important;
}

.u-mt30 {
  margin-top: 1.875rem !important;
}

.u-mt31 {
  margin-top: 1.9375rem !important;
}

.u-mt32 {
  margin-top: 2rem !important;
}

.u-mt33 {
  margin-top: 2.0625rem !important;
}

.u-mt34 {
  margin-top: 2.125rem !important;
}

.u-mt35 {
  margin-top: 2.1875rem !important;
}

.u-mt36 {
  margin-top: 2.25rem !important;
}

.u-mt37 {
  margin-top: 2.3125rem !important;
}

.u-mt38 {
  margin-top: 2.375rem !important;
}

.u-mt39 {
  margin-top: 2.4375rem !important;
}

.u-mt40 {
  margin-top: 2.5rem !important;
}

.u-mt41 {
  margin-top: 2.5625rem !important;
}

.u-mt42 {
  margin-top: 2.625rem !important;
}

.u-mt43 {
  margin-top: 2.6875rem !important;
}

.u-mt44 {
  margin-top: 2.75rem !important;
}

.u-mt45 {
  margin-top: 2.8125rem !important;
}

.u-mt46 {
  margin-top: 2.875rem !important;
}

.u-mt47 {
  margin-top: 2.9375rem !important;
}

.u-mt48 {
  margin-top: 3rem !important;
}

.u-mt49 {
  margin-top: 3.0625rem !important;
}

.u-mt50 {
  margin-top: 3.125rem !important;
}

.u-mt51 {
  margin-top: 3.1875rem !important;
}

.u-mt52 {
  margin-top: 3.25rem !important;
}

.u-mt53 {
  margin-top: 3.3125rem !important;
}

.u-mt54 {
  margin-top: 3.375rem !important;
}

.u-mt55 {
  margin-top: 3.4375rem !important;
}

.u-mt56 {
  margin-top: 3.5rem !important;
}

.u-mt57 {
  margin-top: 3.5625rem !important;
}

.u-mt58 {
  margin-top: 3.625rem !important;
}

.u-mt59 {
  margin-top: 3.6875rem !important;
}

.u-mt60 {
  margin-top: 3.75rem !important;
}

.u-mt61 {
  margin-top: 3.8125rem !important;
}

.u-mt62 {
  margin-top: 3.875rem !important;
}

.u-mt63 {
  margin-top: 3.9375rem !important;
}

.u-mt64 {
  margin-top: 4rem !important;
}

.u-mt65 {
  margin-top: 4.0625rem !important;
}

.u-mt66 {
  margin-top: 4.125rem !important;
}

.u-mt67 {
  margin-top: 4.1875rem !important;
}

.u-mt68 {
  margin-top: 4.25rem !important;
}

.u-mt69 {
  margin-top: 4.3125rem !important;
}

.u-mt70 {
  margin-top: 4.375rem !important;
}

.u-mt71 {
  margin-top: 4.4375rem !important;
}

.u-mt72 {
  margin-top: 4.5rem !important;
}

.u-mt73 {
  margin-top: 4.5625rem !important;
}

.u-mt74 {
  margin-top: 4.625rem !important;
}

.u-mt75 {
  margin-top: 4.6875rem !important;
}

.u-mt76 {
  margin-top: 4.75rem !important;
}

.u-mt77 {
  margin-top: 4.8125rem !important;
}

.u-mt78 {
  margin-top: 4.875rem !important;
}

.u-mt79 {
  margin-top: 4.9375rem !important;
}

.u-mt80 {
  margin-top: 5rem !important;
}

.u-mt81 {
  margin-top: 5.0625rem !important;
}

.u-mt82 {
  margin-top: 5.125rem !important;
}

.u-mt83 {
  margin-top: 5.1875rem !important;
}

.u-mt84 {
  margin-top: 5.25rem !important;
}

.u-mt85 {
  margin-top: 5.3125rem !important;
}

.u-mt86 {
  margin-top: 5.375rem !important;
}

.u-mt87 {
  margin-top: 5.4375rem !important;
}

.u-mt88 {
  margin-top: 5.5rem !important;
}

.u-mt89 {
  margin-top: 5.5625rem !important;
}

.u-mt90 {
  margin-top: 5.625rem !important;
}

.u-mt91 {
  margin-top: 5.6875rem !important;
}

.u-mt92 {
  margin-top: 5.75rem !important;
}

.u-mt93 {
  margin-top: 5.8125rem !important;
}

.u-mt94 {
  margin-top: 5.875rem !important;
}

.u-mt95 {
  margin-top: 5.9375rem !important;
}

.u-mt96 {
  margin-top: 6rem !important;
}

.u-mt97 {
  margin-top: 6.0625rem !important;
}

.u-mt98 {
  margin-top: 6.125rem !important;
}

.u-mt99 {
  margin-top: 6.1875rem !important;
}

.u-mt100 {
  margin-top: 6.25rem !important;
}

.u-visually-hidden {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 4px !important;
  height: 4px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  visibility: visible !important;
  border: none !important;
  opacity: 0 !important;
}

@media (min-width: 768px){
  html {
    font-size: 0.8333333333vw;
  }
  .l-footer {
    height: 9.25rem;
  }
  .l-footer__copy {
    font-size: 1.5rem;
    line-height: 1.2916666667;
  }
  .l-header {
    top: 0;
    width: 102.375rem;
    padding-top: 2rem;
    padding-bottom: 1.625rem;
    border-bottom: 3px solid #5a3a2c;
  }
  .l-header__title {
    font-size: 3rem;
    line-height: 1.2916666667;
    margin-left: 1.25rem;
  }
  .l-header__nav {
    margin-top: 0.9375rem;
  }
  .l-header__link {
    font-size: 2rem;
    line-height: 1.3125;
    margin: 0 1.25rem;
  }
  .c-loading__point {
    width: 1.875rem;
    height: 1.875rem;
    margin: 0 2.5rem;
  }
  .c-web-data {
    margin: 12rem 0 9.375rem;
  }
  .c-web-data__main {
    gap: 2.375rem;
    margin: 0 auto 5.625rem;
  }
  .c-web-data__img {
    width: 57.5rem;
  }
  .c-web-data__button {
    display: none;
  }
  .c-web-data__list {
    width: 35rem;
    margin-top: 0.5rem;
  }
  .c-web-data__category {
    font-size: 1rem;
    line-height: 1.3125;
    margin-left: 0.5625rem;
  }
  .c-web-data__title {
    padding-top: 2.0625rem;
    padding-bottom: 1.6875rem;
  }
  .c-web-data__title p {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 0.375rem;
  }
  .c-web-data__title h2 {
    font-size: 3rem;
    line-height: 1.25;
  }
  .c-web-data__about {
    height: 7.125rem;
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .c-web-data__technology {
    padding: 0.875rem 0 1.375rem;
  }
  .c-web-data__technology p:first-child {
    font-size: 1rem;
    line-height: 1.3125;
    margin-left: 0.5625rem;
  }
  .c-web-data__technology p:last-child {
    font-size: 2rem;
    line-height: 1.25;
  }
  .c-web-data__period {
    padding: 0.875rem 0 1.0625rem;
  }
  .c-web-data__period p:first-child {
    margin-left: 0.5625rem;
    font-size: 1rem;
    line-height: 1.3125;
  }
  .c-web-data__period p:last-child {
    font-size: 2rem;
    line-height: 1.25;
  }
  .c-web-data__period p:last-child span {
    font-size: 2.5rem;
    line-height: 1;
  }
  .c-web-data__paragraph {
    font-size: 1.25rem;
    line-height: 1.75;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-main-content__section {
    padding-top: 6.5625rem;
  }
  .p-main-content__section:first-child {
    padding-bottom: 9.6875rem;
  }
  .p-main-content__section:last-child {
    margin-top: 9.6875rem;
  }
  .p-main-content__section-heading {
    font-size: 4rem;
    line-height: 1.296875;
  }
  .p-main-content__section-title {
    font-size: 3rem;
    line-height: 1.2916666667;
    padding-top: 2.625rem;
    padding-bottom: 3.375rem;
  }
  .p-main-content__grid {
    grid-template-columns: repeat(2, 39.4375rem);
    gap: 6.75rem 8.4375rem;
    width: calc(87.3125rem);
  }
  .p-main-content__grid-group {
    padding: 2.125rem 2.125rem 1.25rem 2.125rem;
  }
  .p-main-content__grid-title {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-top: 1.375rem;
  }
  .p-main-content__grid-text {
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0.625rem;
  }
  .p-main-content__grid-image::before {
    font-size: 0.875rem;
    line-height: 2.5714285714;
    width: 5.9375rem;
    height: 2.25rem;
  }
  .p-main-content__info {
    width: 53.125rem;
    padding-top: 7.625rem;
  }
  .p-main-content__info-name {
    font-size: 3.4375rem;
    line-height: 1.2909090909;
  }
  .p-main-content__info-position {
    font-size: 1.75rem;
    line-height: 1.25;
    padding-top: 1.375rem;
  }
  .p-main-content__info-table {
    margin-top: 10.375rem;
  }
  .p-main-content__info-table tr {
    height: 4.1875rem;
  }
  .p-main-content__info-table .u-h-tall {
    height: 6.25rem;
    padding: 1.25rem 0;
  }
  .p-main-content__info-table th {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    width: 9.6875rem;
    padding-left: 2.1875rem;
  }
  .p-main-content__info-table td {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .p-main-content__info-table .u-font-size-small {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
  .p-main-content__msg {
    width: 63.5625rem;
    padding-top: 14.6875rem;
    padding-bottom: 17.625rem;
  }
  .p-main-content__msg-sub {
    font-size: 1.5rem;
    line-height: 1.875;
  }
  .p-main-content__msg-main {
    font-size: 1.5rem;
    line-height: 1.875;
    padding-top: 6.5625rem;
  }
  .p-main-visual__title {
    top: 50%;
  }
  .p-main-visual__title-main {
    font-size: 8rem;
    line-height: 1.296875;
  }
  .p-main-visual__title-sub {
    font-size: 3rem;
    line-height: 1.2916666667;
    top: 8.75rem;
    letter-spacing: 0.28125rem;
  }
  .p-main-visual__title-cross {
    padding: 0 1.875rem 0 2.09375rem;
  }
  .u-sp-onlybr {
    display: none;
  }
  .p-main-visual__faceimg {
    top: 49%;
    width: 47.8125rem;
  }
  .u-pc-dn {
    display: none !important;
  }
  .u-pc-mt0 {
    margin-top: 0rem !important;
  }
  .u-pc-mt1 {
    margin-top: 0.0625rem !important;
  }
  .u-pc-mt2 {
    margin-top: 0.125rem !important;
  }
  .u-pc-mt3 {
    margin-top: 0.1875rem !important;
  }
  .u-pc-mt4 {
    margin-top: 0.25rem !important;
  }
  .u-pc-mt5 {
    margin-top: 0.3125rem !important;
  }
  .u-pc-mt6 {
    margin-top: 0.375rem !important;
  }
  .u-pc-mt7 {
    margin-top: 0.4375rem !important;
  }
  .u-pc-mt8 {
    margin-top: 0.5rem !important;
  }
  .u-pc-mt9 {
    margin-top: 0.5625rem !important;
  }
  .u-pc-mt10 {
    margin-top: 0.625rem !important;
  }
  .u-pc-mt11 {
    margin-top: 0.6875rem !important;
  }
  .u-pc-mt12 {
    margin-top: 0.75rem !important;
  }
  .u-pc-mt13 {
    margin-top: 0.8125rem !important;
  }
  .u-pc-mt14 {
    margin-top: 0.875rem !important;
  }
  .u-pc-mt15 {
    margin-top: 0.9375rem !important;
  }
  .u-pc-mt16 {
    margin-top: 1rem !important;
  }
  .u-pc-mt17 {
    margin-top: 1.0625rem !important;
  }
  .u-pc-mt18 {
    margin-top: 1.125rem !important;
  }
  .u-pc-mt19 {
    margin-top: 1.1875rem !important;
  }
  .u-pc-mt20 {
    margin-top: 1.25rem !important;
  }
  .u-pc-mt21 {
    margin-top: 1.3125rem !important;
  }
  .u-pc-mt22 {
    margin-top: 1.375rem !important;
  }
  .u-pc-mt23 {
    margin-top: 1.4375rem !important;
  }
  .u-pc-mt24 {
    margin-top: 1.5rem !important;
  }
  .u-pc-mt25 {
    margin-top: 1.5625rem !important;
  }
  .u-pc-mt26 {
    margin-top: 1.625rem !important;
  }
  .u-pc-mt27 {
    margin-top: 1.6875rem !important;
  }
  .u-pc-mt28 {
    margin-top: 1.75rem !important;
  }
  .u-pc-mt29 {
    margin-top: 1.8125rem !important;
  }
  .u-pc-mt30 {
    margin-top: 1.875rem !important;
  }
  .u-pc-mt31 {
    margin-top: 1.9375rem !important;
  }
  .u-pc-mt32 {
    margin-top: 2rem !important;
  }
  .u-pc-mt33 {
    margin-top: 2.0625rem !important;
  }
  .u-pc-mt34 {
    margin-top: 2.125rem !important;
  }
  .u-pc-mt35 {
    margin-top: 2.1875rem !important;
  }
  .u-pc-mt36 {
    margin-top: 2.25rem !important;
  }
  .u-pc-mt37 {
    margin-top: 2.3125rem !important;
  }
  .u-pc-mt38 {
    margin-top: 2.375rem !important;
  }
  .u-pc-mt39 {
    margin-top: 2.4375rem !important;
  }
  .u-pc-mt40 {
    margin-top: 2.5rem !important;
  }
  .u-pc-mt41 {
    margin-top: 2.5625rem !important;
  }
  .u-pc-mt42 {
    margin-top: 2.625rem !important;
  }
  .u-pc-mt43 {
    margin-top: 2.6875rem !important;
  }
  .u-pc-mt44 {
    margin-top: 2.75rem !important;
  }
  .u-pc-mt45 {
    margin-top: 2.8125rem !important;
  }
  .u-pc-mt46 {
    margin-top: 2.875rem !important;
  }
  .u-pc-mt47 {
    margin-top: 2.9375rem !important;
  }
  .u-pc-mt48 {
    margin-top: 3rem !important;
  }
  .u-pc-mt49 {
    margin-top: 3.0625rem !important;
  }
  .u-pc-mt50 {
    margin-top: 3.125rem !important;
  }
  .u-pc-mt51 {
    margin-top: 3.1875rem !important;
  }
  .u-pc-mt52 {
    margin-top: 3.25rem !important;
  }
  .u-pc-mt53 {
    margin-top: 3.3125rem !important;
  }
  .u-pc-mt54 {
    margin-top: 3.375rem !important;
  }
  .u-pc-mt55 {
    margin-top: 3.4375rem !important;
  }
  .u-pc-mt56 {
    margin-top: 3.5rem !important;
  }
  .u-pc-mt57 {
    margin-top: 3.5625rem !important;
  }
  .u-pc-mt58 {
    margin-top: 3.625rem !important;
  }
  .u-pc-mt59 {
    margin-top: 3.6875rem !important;
  }
  .u-pc-mt60 {
    margin-top: 3.75rem !important;
  }
  .u-pc-mt61 {
    margin-top: 3.8125rem !important;
  }
  .u-pc-mt62 {
    margin-top: 3.875rem !important;
  }
  .u-pc-mt63 {
    margin-top: 3.9375rem !important;
  }
  .u-pc-mt64 {
    margin-top: 4rem !important;
  }
  .u-pc-mt65 {
    margin-top: 4.0625rem !important;
  }
  .u-pc-mt66 {
    margin-top: 4.125rem !important;
  }
  .u-pc-mt67 {
    margin-top: 4.1875rem !important;
  }
  .u-pc-mt68 {
    margin-top: 4.25rem !important;
  }
  .u-pc-mt69 {
    margin-top: 4.3125rem !important;
  }
  .u-pc-mt70 {
    margin-top: 4.375rem !important;
  }
  .u-pc-mt71 {
    margin-top: 4.4375rem !important;
  }
  .u-pc-mt72 {
    margin-top: 4.5rem !important;
  }
  .u-pc-mt73 {
    margin-top: 4.5625rem !important;
  }
  .u-pc-mt74 {
    margin-top: 4.625rem !important;
  }
  .u-pc-mt75 {
    margin-top: 4.6875rem !important;
  }
  .u-pc-mt76 {
    margin-top: 4.75rem !important;
  }
  .u-pc-mt77 {
    margin-top: 4.8125rem !important;
  }
  .u-pc-mt78 {
    margin-top: 4.875rem !important;
  }
  .u-pc-mt79 {
    margin-top: 4.9375rem !important;
  }
  .u-pc-mt80 {
    margin-top: 5rem !important;
  }
  .u-pc-mt81 {
    margin-top: 5.0625rem !important;
  }
  .u-pc-mt82 {
    margin-top: 5.125rem !important;
  }
  .u-pc-mt83 {
    margin-top: 5.1875rem !important;
  }
  .u-pc-mt84 {
    margin-top: 5.25rem !important;
  }
  .u-pc-mt85 {
    margin-top: 5.3125rem !important;
  }
  .u-pc-mt86 {
    margin-top: 5.375rem !important;
  }
  .u-pc-mt87 {
    margin-top: 5.4375rem !important;
  }
  .u-pc-mt88 {
    margin-top: 5.5rem !important;
  }
  .u-pc-mt89 {
    margin-top: 5.5625rem !important;
  }
  .u-pc-mt90 {
    margin-top: 5.625rem !important;
  }
  .u-pc-mt91 {
    margin-top: 5.6875rem !important;
  }
  .u-pc-mt92 {
    margin-top: 5.75rem !important;
  }
  .u-pc-mt93 {
    margin-top: 5.8125rem !important;
  }
  .u-pc-mt94 {
    margin-top: 5.875rem !important;
  }
  .u-pc-mt95 {
    margin-top: 5.9375rem !important;
  }
  .u-pc-mt96 {
    margin-top: 6rem !important;
  }
  .u-pc-mt97 {
    margin-top: 6.0625rem !important;
  }
  .u-pc-mt98 {
    margin-top: 6.125rem !important;
  }
  .u-pc-mt99 {
    margin-top: 6.1875rem !important;
  }
  .u-pc-mt100 {
    margin-top: 6.25rem !important;
  }
}

@media not all and (min-width: 768px){
  html {
    font-size: 3.8647342995vw;
  }
  .l-footer {
    height: 2.8125rem;
  }
  .l-footer__copy {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
  .l-header {
    top: 0.3125rem;
    width: 22.25rem;
    border-bottom: 2px solid #5a3a2c;
  }
  .l-header__title {
    font-size: 2.25rem;
    line-height: 1.3055555556;
    margin-left: 0.5rem;
  }
  .l-header__nav {
    margin-top: 0.6875rem;
  }
  .l-header__link {
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0 0.4375rem;
  }
  .c-loading__point {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 1.25rem;
  }
  .c-web-data {
    margin: 7.25rem 0 2.5rem;
  }
  .c-web-data__main {
    flex-direction: column;
    margin: 0 auto 2.5rem;
  }
  .c-web-data__img {
    width: 20.9375rem;
  }
  .c-web-data__button {
    width: 6.25rem;
    height: 1.5625rem;
    margin-top: 1.25rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #a66300;
    border-radius: 1.25rem;
    font-family: "Source Serif 4", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-optical-sizing: auto;
    font-size: 0.75rem;
    line-height: 1.25;
  }
  .c-web-data__button span {
    font-size: 0.875rem;
    line-height: 1.0714285714;
  }
  .c-web-data__button:hover {
    background-color: #945900;
  }
  .c-web-data__list {
    width: 20.9375rem;
    margin-top: 1.875rem;
  }
  .c-web-data__category {
    font-size: 0.75rem;
    line-height: 1.3333333333;
    margin-left: 0.3125rem;
  }
  .c-web-data__title {
    padding-top: 1.5625rem;
    padding-bottom: 0.9375rem;
  }
  .c-web-data__title p {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    margin-bottom: 0.1875rem;
  }
  .c-web-data__title h2 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .c-web-data__about {
    height: 3.625rem;
    font-size: 0.9375rem;
    line-height: 1.2666666667;
  }
  .c-web-data__technology {
    padding: 0.3125rem 0 0.625rem;
  }
  .c-web-data__technology p:first-child {
    font-size: 0.625rem;
    line-height: 1.3;
    margin-left: 0.625rem;
  }
  .c-web-data__technology p:last-child {
    font-size: 0.9375rem;
    line-height: 1.2666666667;
  }
  .c-web-data__period {
    padding: 0.3125rem 0 0.625rem;
  }
  .c-web-data__period p:first-child {
    font-size: 0.625rem;
    line-height: 1.3;
    margin-left: 0.625rem;
  }
  .c-web-data__period p:last-child {
    font-size: 0.9375rem;
    line-height: 1.2666666667;
  }
  .c-web-data__period p:last-child span {
    font-size: 1.25rem;
    line-height: 0.95;
  }
  .c-web-data__paragraph {
    font-size: 0.6875rem;
    line-height: 2;
    width: 18.75rem;
  }
  .p-main-content__section {
    padding-top: 4.375rem;
  }
  .p-main-content__section:first-child {
    padding-bottom: 6.375rem;
  }
  .p-main-content__section:last-child {
    margin-top: 6.375rem;
  }
  .p-main-content__section-heading {
    font-size: 2rem;
    line-height: 1.3125;
  }
  .p-main-content__section-title {
    font-size: 1.5rem;
    line-height: 1.2916666667;
    padding-top: 4.375rem;
    padding-bottom: 1.875rem;
  }
  .p-main-content__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem 0;
    width: 20.9375rem;
  }
  .p-main-content__grid-group {
    padding: 0.75rem 1.125rem 0.5rem 1.125rem;
  }
  .p-main-content__grid-title {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 0.625rem;
  }
  .p-main-content__grid-text {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    margin-top: 0.3125rem;
  }
  .p-main-content__grid-image::before {
    font-size: 0.625rem;
    line-height: 2.1;
    width: 4.4375rem;
    height: 1.3125rem;
  }
  .p-main-content__info {
    width: 20.9375rem;
    padding-top: 4.375rem;
  }
  .p-main-content__info-name {
    font-size: 2.25rem;
    line-height: 1.3055555556;
  }
  .p-main-content__info-position {
    font-size: 1rem;
    line-height: 1.25;
    padding-top: 0.25rem;
  }
  .p-main-content__info-table {
    margin-top: 2.75rem;
  }
  .p-main-content__info-table tr {
    height: 4.25rem;
  }
  .p-main-content__info-table .u-h-tall {
    height: 5rem;
    padding: 0.9375rem 0;
  }
  .p-main-content__info-table th {
    font-size: 0.75rem;
    line-height: 1.25;
    width: 5.875rem;
    padding-left: 0.5625rem;
  }
  .p-main-content__info-table td {
    font-size: 0.9375rem;
    line-height: 1.2666666667;
  }
  .p-main-content__info-table .u-font-size-small {
    font-size: 0.75rem;
    line-height: 1.25;
  }
  .p-main-content__msg {
    width: 19.375rem;
    padding-top: 3.4375rem;
    padding-bottom: 6.25rem;
  }
  .p-main-content__msg-sub {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
  .p-main-content__msg-main {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    padding-top: 3.4375rem;
  }
  .p-main-visual__title {
    top: 50%;
  }
  .p-main-visual__title-main {
    font-size: 3.375rem;
    line-height: 1.2962962963;
    white-space: nowrap;
  }
  .p-main-visual__title-sub {
    font-size: 1.5rem;
    line-height: 1.1666666667;
  }
  .p-main-visual__faceimg {
    top: 50%;
    width: 27.25rem;
  }
  .p-mouse-stalker-background {
    display: none;
  }
  .p-mouse-stalker-text {
    display: none;
  }
  .u-sp-dn {
    display: none !important;
  }
  .u-sp-mt0 {
    margin-top: 0rem !important;
  }
  .u-sp-mt1 {
    margin-top: 0.0625rem !important;
  }
  .u-sp-mt2 {
    margin-top: 0.125rem !important;
  }
  .u-sp-mt3 {
    margin-top: 0.1875rem !important;
  }
  .u-sp-mt4 {
    margin-top: 0.25rem !important;
  }
  .u-sp-mt5 {
    margin-top: 0.3125rem !important;
  }
  .u-sp-mt6 {
    margin-top: 0.375rem !important;
  }
  .u-sp-mt7 {
    margin-top: 0.4375rem !important;
  }
  .u-sp-mt8 {
    margin-top: 0.5rem !important;
  }
  .u-sp-mt9 {
    margin-top: 0.5625rem !important;
  }
  .u-sp-mt10 {
    margin-top: 0.625rem !important;
  }
  .u-sp-mt11 {
    margin-top: 0.6875rem !important;
  }
  .u-sp-mt12 {
    margin-top: 0.75rem !important;
  }
  .u-sp-mt13 {
    margin-top: 0.8125rem !important;
  }
  .u-sp-mt14 {
    margin-top: 0.875rem !important;
  }
  .u-sp-mt15 {
    margin-top: 0.9375rem !important;
  }
  .u-sp-mt16 {
    margin-top: 1rem !important;
  }
  .u-sp-mt17 {
    margin-top: 1.0625rem !important;
  }
  .u-sp-mt18 {
    margin-top: 1.125rem !important;
  }
  .u-sp-mt19 {
    margin-top: 1.1875rem !important;
  }
  .u-sp-mt20 {
    margin-top: 1.25rem !important;
  }
  .u-sp-mt21 {
    margin-top: 1.3125rem !important;
  }
  .u-sp-mt22 {
    margin-top: 1.375rem !important;
  }
  .u-sp-mt23 {
    margin-top: 1.4375rem !important;
  }
  .u-sp-mt24 {
    margin-top: 1.5rem !important;
  }
  .u-sp-mt25 {
    margin-top: 1.5625rem !important;
  }
  .u-sp-mt26 {
    margin-top: 1.625rem !important;
  }
  .u-sp-mt27 {
    margin-top: 1.6875rem !important;
  }
  .u-sp-mt28 {
    margin-top: 1.75rem !important;
  }
  .u-sp-mt29 {
    margin-top: 1.8125rem !important;
  }
  .u-sp-mt30 {
    margin-top: 1.875rem !important;
  }
  .u-sp-mt31 {
    margin-top: 1.9375rem !important;
  }
  .u-sp-mt32 {
    margin-top: 2rem !important;
  }
  .u-sp-mt33 {
    margin-top: 2.0625rem !important;
  }
  .u-sp-mt34 {
    margin-top: 2.125rem !important;
  }
  .u-sp-mt35 {
    margin-top: 2.1875rem !important;
  }
  .u-sp-mt36 {
    margin-top: 2.25rem !important;
  }
  .u-sp-mt37 {
    margin-top: 2.3125rem !important;
  }
  .u-sp-mt38 {
    margin-top: 2.375rem !important;
  }
  .u-sp-mt39 {
    margin-top: 2.4375rem !important;
  }
  .u-sp-mt40 {
    margin-top: 2.5rem !important;
  }
  .u-sp-mt41 {
    margin-top: 2.5625rem !important;
  }
  .u-sp-mt42 {
    margin-top: 2.625rem !important;
  }
  .u-sp-mt43 {
    margin-top: 2.6875rem !important;
  }
  .u-sp-mt44 {
    margin-top: 2.75rem !important;
  }
  .u-sp-mt45 {
    margin-top: 2.8125rem !important;
  }
  .u-sp-mt46 {
    margin-top: 2.875rem !important;
  }
  .u-sp-mt47 {
    margin-top: 2.9375rem !important;
  }
  .u-sp-mt48 {
    margin-top: 3rem !important;
  }
  .u-sp-mt49 {
    margin-top: 3.0625rem !important;
  }
  .u-sp-mt50 {
    margin-top: 3.125rem !important;
  }
  .u-sp-mt51 {
    margin-top: 3.1875rem !important;
  }
  .u-sp-mt52 {
    margin-top: 3.25rem !important;
  }
  .u-sp-mt53 {
    margin-top: 3.3125rem !important;
  }
  .u-sp-mt54 {
    margin-top: 3.375rem !important;
  }
  .u-sp-mt55 {
    margin-top: 3.4375rem !important;
  }
  .u-sp-mt56 {
    margin-top: 3.5rem !important;
  }
  .u-sp-mt57 {
    margin-top: 3.5625rem !important;
  }
  .u-sp-mt58 {
    margin-top: 3.625rem !important;
  }
  .u-sp-mt59 {
    margin-top: 3.6875rem !important;
  }
  .u-sp-mt60 {
    margin-top: 3.75rem !important;
  }
  .u-sp-mt61 {
    margin-top: 3.8125rem !important;
  }
  .u-sp-mt62 {
    margin-top: 3.875rem !important;
  }
  .u-sp-mt63 {
    margin-top: 3.9375rem !important;
  }
  .u-sp-mt64 {
    margin-top: 4rem !important;
  }
  .u-sp-mt65 {
    margin-top: 4.0625rem !important;
  }
  .u-sp-mt66 {
    margin-top: 4.125rem !important;
  }
  .u-sp-mt67 {
    margin-top: 4.1875rem !important;
  }
  .u-sp-mt68 {
    margin-top: 4.25rem !important;
  }
  .u-sp-mt69 {
    margin-top: 4.3125rem !important;
  }
  .u-sp-mt70 {
    margin-top: 4.375rem !important;
  }
  .u-sp-mt71 {
    margin-top: 4.4375rem !important;
  }
  .u-sp-mt72 {
    margin-top: 4.5rem !important;
  }
  .u-sp-mt73 {
    margin-top: 4.5625rem !important;
  }
  .u-sp-mt74 {
    margin-top: 4.625rem !important;
  }
  .u-sp-mt75 {
    margin-top: 4.6875rem !important;
  }
  .u-sp-mt76 {
    margin-top: 4.75rem !important;
  }
  .u-sp-mt77 {
    margin-top: 4.8125rem !important;
  }
  .u-sp-mt78 {
    margin-top: 4.875rem !important;
  }
  .u-sp-mt79 {
    margin-top: 4.9375rem !important;
  }
  .u-sp-mt80 {
    margin-top: 5rem !important;
  }
  .u-sp-mt81 {
    margin-top: 5.0625rem !important;
  }
  .u-sp-mt82 {
    margin-top: 5.125rem !important;
  }
  .u-sp-mt83 {
    margin-top: 5.1875rem !important;
  }
  .u-sp-mt84 {
    margin-top: 5.25rem !important;
  }
  .u-sp-mt85 {
    margin-top: 5.3125rem !important;
  }
  .u-sp-mt86 {
    margin-top: 5.375rem !important;
  }
  .u-sp-mt87 {
    margin-top: 5.4375rem !important;
  }
  .u-sp-mt88 {
    margin-top: 5.5rem !important;
  }
  .u-sp-mt89 {
    margin-top: 5.5625rem !important;
  }
  .u-sp-mt90 {
    margin-top: 5.625rem !important;
  }
  .u-sp-mt91 {
    margin-top: 5.6875rem !important;
  }
  .u-sp-mt92 {
    margin-top: 5.75rem !important;
  }
  .u-sp-mt93 {
    margin-top: 5.8125rem !important;
  }
  .u-sp-mt94 {
    margin-top: 5.875rem !important;
  }
  .u-sp-mt95 {
    margin-top: 5.9375rem !important;
  }
  .u-sp-mt96 {
    margin-top: 6rem !important;
  }
  .u-sp-mt97 {
    margin-top: 6.0625rem !important;
  }
  .u-sp-mt98 {
    margin-top: 6.125rem !important;
  }
  .u-sp-mt99 {
    margin-top: 6.1875rem !important;
  }
  .u-sp-mt100 {
    margin-top: 6.25rem !important;
  }
}