@charset "UTF-8";
/*colors
---------------------------------------------- */
/*themaColor
---------------------------------------------- */
/*fontFamily
---------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*--------------------------------------------------
 リセット
--------------------------------------------------*/
/*!
 * ress.css 窶｢ v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

* {
  padding: 0;
  margin: 0;
}

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

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

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

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-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;
  color: inherit;
}

[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;
  white-space: normal;
  max-width: 100%;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

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

/*fontSize
---------------------------------------------- */
/* Google Material Icons
---------------------------------------------- */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

/* width
---------------------------------------------- */
/* center
---------------------------------------------- */
.u-box-center, .l-footer-inner, .l-container, .l-container-pagehead, .l-container-sm, .l-container-ssm {
  margin-left: auto;
  margin-right: auto;
}

/* アニメーション
---------------------------------------------- */
.u-text-link, .l-header-contact_item a.btn-dl, .l-header-contact_item a.btn-contact, .l-footer-menu_item a, .l-footer-menu_item-headline a, main {
  transition: 0.15s ease;
}

.c-page-head-item a, .c-page-head-item a::before, .c-page-head-item a > span, .l-header-nav, .toggle span {
  transition: 0.3s ease;
}

/*breakpoint 定義
---------------------------------------------- */
/*余白
---------------------------------------------- */
/*flex
---------------------------------------------- */
/*gradation
---------------------------------------------- */
/* base
------------------------------------------ */
html {
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background-color: #fcfcfc;
  font-family: "Noto Sans JP", "YuGothic", sans-serif;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.125rem;
    line-height: 2;
  }
}

main {
  flex: 1;
  position: relative;
}

p, h1, h2, h3, h4, h5,
ul, li, dl,
dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

iframe {
  width: 100%;
}

a {
  text-decoration: none;
  color: #0F172A;
}
a:hover {
  color: #0F172A;
}

img {
  max-width: 100%;
  object-fit: contain;
}

/*
header｜footer｜main｜container｜section｜grid
*/
/* header
------------------------------------------ */
.l-header {
  position: relative;
  z-index: 999;
}
.l-header-inner {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (min-width: 1025px) {
  .l-header-inner {
    height: 7rem;
  }
}
.l-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5rem 2rem;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .l-header-logo {
    height: 7rem;
    padding: 0.5rem 4rem 1rem 3rem;
    border-radius: 0 0 3.5rem 0;
    background-color: transparent;
  }
}
.l-header-logo img {
  max-width: 10rem;
}
@media screen and (min-width: 1025px) {
  .l-header-logo img {
    max-width: none;
  }
}
.l-header-nav {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  font-size: 1.25rem;
  font-weight: 600;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  padding: 4rem 2rem 2rem 2rem;
}
@media screen and (min-width: 1025px) {
  .l-header-nav {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "menu contact" "link contact";
    gap: 0.8rem 1rem;
    font-size: 0.875rem;
    position: relative;
    top: initial;
    left: initial;
    width: auto;
    height: auto;
    transform: initial;
    background-color: transparent;
    padding: 0;
    transform: translateY(0);
    opacity: 1;
  }
}
.l-header-menu-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 3rem 1rem;
  width: 100%;
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-header-menu-list {
    grid-area: menu;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 0;
    padding: 0;
    width: auto;
    background-color: transparent;
  }
}
.l-header-menu_item {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 1025px) {
  .l-header-menu_item {
    width: auto;
    padding-bottom: 0;
    border-bottom: none;
    white-space: nowrap;
    font-size: 1rem;
  }
}
.l-header-menu_item a {
  transition: 0.2s ease;
}
.l-header-menu_item a:hover {
  color: #76B800;
}
.l-header-link-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0 1rem 4rem 1rem;
  width: 100%;
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-header-link-list {
    grid-area: link;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: start;
    gap: 2rem;
    padding: 0 0 0 1rem;
    width: auto;
  }
}
.l-header-link-item {
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-header-link-item {
    border: none;
    width: auto;
    padding-bottom: 0;
  }
}
.l-header-contact-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-header-contact-list {
    grid-area: contact;
    margin-left: 1rem;
    gap: 0;
  }
}
.l-header-contact_item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-header-contact_item {
    width: auto;
  }
}
.l-header-contact_item a {
  width: 100%;
  text-align: center;
  padding: 1rem 1rem;
}
@media screen and (min-width: 1025px) {
  .l-header-contact_item a {
    padding: 1rem;
  }
}
.l-header-contact_item a.btn-dl {
  background-color: #99DD00;
  color: #0F172A;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .l-header-contact_item a.btn-dl {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
.l-header-contact_item a.btn-dl:hover {
  filter: brightness(92%);
}
.l-header-contact_item a.btn-contact {
  background-color: #F9772E;
  color: #fff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .l-header-contact_item a.btn-contact {
    border-radius: 0 0.5rem 0.5rem 0;
  }
}
.l-header-contact_item a.btn-contact:hover {
  filter: brightness(92%);
}
.l-header.HeightMin {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1025px) {
  .l-header.HeightMin .l-header-inner {
    height: 5rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (min-width: 1025px) {
  .l-header.HeightMin .l-header-logo {
    height: 4rem;
    padding: 0.5rem 2rem 1rem;
    border-radius: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-header.HeightMin .l-header-logo img {
    max-width: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-header.HeightMin .l-header-nav {
    font-size: 0.875rem;
    gap: 0.3rem 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-header.HeightMin .l-header-contact_item a {
    padding: 0.8rem 1rem;
  }
}
.l-header-nav.is-open {
  transform: translateY(0);
  opacity: 1;
}

.toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  position: fixed;
  top: 1.5rem;
  right: 2rem;
  z-index: 99;
  background-color: #fff;
  padding: 0.8rem;
  border-radius: 0.4rem;
}
.toggle span {
  width: 1.5rem;
  height: 2px;
  border-radius: 2px;
  background-color: #0F172A;
}
.toggle.is-open span:nth-child(1) {
  transform: translateY(0.3rem) rotate(-45deg);
}
.toggle.is-open span:nth-child(2) {
  transform: translateY(-0.2rem) rotate(45deg);
}
.toggle.is-open span:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .toggle {
    display: none;
  }
}

/* footer
------------------------------------------ */
.l-footer {
  background-color: #f8f8f8;
  padding-top: 4rem;
}
@media screen and (min-width: 1025px) {
  .l-footer {
    padding-top: 8rem;
  }
}
.l-footer-inner {
  max-width: 100rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.l-footer-head {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-footer-head {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    justify-content: space-between;
    gap: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer-logo {
    width: 20%;
  }
}
.l-footer-nav {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-footer-nav {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 1.5rem;
    width: 80%;
  }
}
.l-footer-menu-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  flex: 1;
  white-space: nowrap;
  gap: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .l-footer-menu_item {
    font-size: 0.75rem;
  }
}
.l-footer-menu_item a {
  color: #888;
}
.l-footer-menu_item a:hover {
  filter: brightness(70%);
}
.l-footer-menu_item-headline {
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .l-footer-menu_item-headline {
    font-size: 0.875rem;
  }
}
.l-footer-menu_item-headline a {
  color: #475569;
}
.l-footer-menu_item-headline a:hover {
  color: #F9772E;
}
.l-footer-foot {
  padding: 1rem 0;
}
@media screen and (min-width: 1025px) {
  .l-footer-foot {
    padding: 1rem 3rem;
  }
}
.l-footer-copyright {
  color: #888;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .l-footer-copyright {
    font-size: 0.65rem;
  }
}

/* main
------------------------------------------ */
.l-main-content {
  padding-top: 4rem;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .l-main-content {
    padding-top: 7rem;
    margin-top: -7rem;
  }
}

/* section
------------------------------------------ */
.l-section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1025px) {
  .l-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.l-section-head {
  padding-top: 2.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .l-section-head {
    padding-top: 3rem;
    margin-bottom: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background-color: transparent;
  }
}
.l-section-body {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .l-section-body {
    margin-bottom: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.l-section-px0 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .l-section-px0 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.l-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-container {
    max-width: 100rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-container-pagehead {
  padding-left: 2em;
  padding-right: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-container-pagehead {
    max-width: 100rem;
    padding-left: 5rem;
    padding-right: 2rem;
  }
}
.l-container-sm {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-container-sm {
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-container-ssm {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-container-ssm {
    max-width: 52rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* cv
------------------------------------------ */
.l-cv {
  background-color: #475569;
  color: #fff;
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1025px) {
  .l-cv {
    padding: 5rem 1rem;
    border-radius: 3rem 3rem 0 0;
  }
}
.l-cv-wrap {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-cv-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.l-cv-head {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  gap: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .l-cv-head {
    gap: 3rem;
    width: 50%;
  }
}
.l-cv-title {
  font-weight: 600;
  color: #99DD00;
  letter-spacing: 0.02em;
  font-size: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .l-cv-title {
    font-size: 2rem;
  }
}
.l-cv-note {
  border: 1px solid #fff;
  border-radius: 1rem;
  padding: 1rem 1rem;
}
@media screen and (min-width: 1025px) {
  .l-cv-note {
    padding: 2rem 2rem;
  }
}
.l-cv-note-title {
  color: #99DD00;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .l-cv-note-title {
    margin-bottom: 1rem;
  }
}
.l-cv-text {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-cv-text {
    width: 50%;
  }
}

/* flex
------------------------------------------ */
.l-flex-column {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media screen and (min-width: 1025px) {
  .l-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.l-flex-column.ai-center {
  align-items: center;
}
.l-flex-column.jc-space-between {
  justify-content: space-between;
}
.l-flex-column.jc-space-center {
  justify-content: center;
}

.l-flex-row {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media screen and (min-width: 1025px) {
  .l-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
  }
}
.l-flex-row.ai-center {
  align-items: center;
}
.l-flex-row.jc-space-between {
  justify-content: space-between;
}
.l-flex-row.jc-space-center {
  justify-content: center;
}

.l-col2 > div, .l-col2 li {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-col2 > div, .l-col2 li {
    width: 50%;
  }
}

.l-col3 > div, .l-col3 li {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-col3 > div, .l-col3 li {
    width: 32%;
  }
}

/* dl list
------------------------------------------ */
.l-list-row {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media screen and (min-width: 1025px) {
  .l-list-row {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    align-items: stretch;
  }
}
.l-list-row-dt {
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-list-row-dt {
    width: 25%;
  }
}
.l-list-row-dd {
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-list-row-dd {
    width: 75%;
  }
}

/* form list
------------------------------------------ */
.l-form-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .l-form-list {
    gap: 3rem;
  }
}
.l-form-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-bottom: 0 !important;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-form-item {
    gap: 1rem;
  }
}
.l-form-label, .l-form-control {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-form-label, .l-form-control {
    width: auto;
  }
}

/*
トップページ｜下層
*/
/* トップページ
------------------------------------------ */
.l-top-head {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  justify-content: start;
  align-items: stretch;
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-top-head {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
  }
}

.l-top-fv {
  width: 100%;
  position: relative;
}
.l-top-fv-wrap {
  position: relative;
  height: 50vh;
  padding-top: 1rem;
  width: calc(100% - 3rem);
  margin-left: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .l-top-fv-wrap {
    height: 70vh;
    width: calc(100% - 6rem);
    margin-left: 3rem;
  }
}
.l-top-fv-text-wrap {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  z-index: 1;
}
.l-top-fv-text-main {
  color: #fff;
  font-weight: 900;
}
@media screen and (min-width: 1025px) {
  .l-top-fv-text-main {
    font-size: 2.5rem;
  }
}
.l-top-fv-text-main .marker {
  background-color: #003D7A;
}
@media screen and (min-width: 1025px) {
  .l-top-fv-text-main .marker {
    padding: 0.2rem 1rem;
  }
}
.l-top-fv-text-sub {
  color: #fff;
  font-weight: 600;
}
.l-top-fv-image-list {
  display: flex;
  margin: 0;
  padding: 0;
  width: max-content;
}
.l-top-fv-image-item {
  padding: 0 0.5rem;
  width: calc(100vw - 1rem);
  height: 50vh;
}
@media screen and (min-width: 1025px) {
  .l-top-fv-image-item {
    width: calc(50vw - 1rem);
    height: 80vh;
  }
}
.l-top-fv-image-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  filter: brightness(0.8) grayscale(0.1) saturate(1.2);
}

.l-top-fv-blog {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
@media screen and (min-width: 1025px) {
  .l-top-fv-blog {
    left: auto;
    right: 0;
    width: 40%;
    transform: none;
  }
}
.l-top-fv-blog-wrap {
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 1025px) {
  .l-top-fv-blog-wrap {
    padding: 1.5rem 2.5rem;
    border-radius: 3rem 0 0 0;
  }
}
.l-top-fv-blog_item {
  gap: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .l-top-fv-blog_item {
    gap: 1rem 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-top-fv-blog-data {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-top-fv-blog-cat {
    font-size: 0.875rem;
  }
}
.l-top-fv-blog-title {
  font-weight: 600;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-top-fv-blog-title {
    font-size: 1rem;
  }
}

.l-top-fv-bg.c-bg-wave {
  position: absolute;
  left: -1rem;
  right: -1rem;
  top: 26%;
  z-index: -1;
  opacity: 0.7;
}
.l-top-fv-bg.c-bg-stripe-green.bg-stripe1 {
  position: absolute;
  top: 50%;
  right: 3%;
  width: 7rem;
  height: 7rem;
  z-index: -2;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
@media screen and (min-width: 1025px) {
  .l-top-fv-bg.c-bg-stripe-green.bg-stripe1 {
    top: 50%;
    right: 3%;
    width: 15rem;
    height: 15rem;
  }
}
@keyframes fuwafuwa01 {
  0% {
    transform: translate(0, 0) rotate(-3deg);
  }
  50% {
    transform: translate(0, -1rem) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(3deg);
  }
}
.l-top-fv-bg.c-bg-stripe-orange.bg-stripe2 {
  position: absolute;
  top: 45%;
  right: -2%;
  width: 5rem;
  height: 5rem;
  z-index: -3;
  opacity: 0.5;
  animation: fuwafuwa02 3.5s ease-in-out infinite alternate;
}
@media screen and (min-width: 1025px) {
  .l-top-fv-bg.c-bg-stripe-orange.bg-stripe2 {
    top: 45%;
    right: -2%;
    width: 10rem;
    height: 10rem;
  }
}
@keyframes fuwafuwa02 {
  0% {
    transform: translate(0, 0) rotate(4deg);
  }
  50% {
    transform: translate(0, -1rem) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-2deg);
  }
}
.l-top-fv-bg.c-bg-stripe-green.bg-stripe3 {
  position: absolute;
  bottom: -5%;
  left: -4%;
  width: 10rem;
  height: 10rem;
  z-index: -2;
  animation: fuwafuwa03 5s ease-in-out infinite alternate;
}
@media screen and (min-width: 1025px) {
  .l-top-fv-bg.c-bg-stripe-green.bg-stripe3 {
    bottom: -5%;
    left: -4%;
    width: 20rem;
    height: 20rem;
  }
}
@keyframes fuwafuwa03 {
  0% {
    transform: translate(0, -2rem) rotate(-2deg);
  }
  50% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, -2rem) rotate(4deg);
  }
}

.l-top-dev-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.l-top-dev-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100px;
  opacity: 0.4;
}
@media screen and (min-width: 1025px) {
  .l-top-dev-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
  }
}

.l-top-works {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-top-works {
    border-radius: 6rem 6rem 0 0;
  }
}
.l-top-works .swiper {
  width: 100%;
}
.l-top-works .swiper-slide {
  width: 100%;
}
.l-top-works .swiper-button-prev::after, .l-top-works .swiper-button-next::after {
  content: "\e5cc";
  font-family: "Material Icons";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #888;
  color: #888;
  padding: 1rem 1rem;
  transition: 0.2s ease;
}
@media screen and (min-width: 1025px) {
  .l-top-works .swiper-button-prev::after, .l-top-works .swiper-button-next::after {
    border: 3px solid #888;
    width: 4rem;
    height: 4rem;
    padding: 2rem 2rem;
  }
}
.l-top-works .swiper-button-prev .swiper-navigation-icon, .l-top-works .swiper-button-next .swiper-navigation-icon {
  display: none;
}
.l-top-works .swiper-button-prev {
  left: 5%;
}
@media screen and (min-width: 1025px) {
  .l-top-works .swiper-button-prev {
    left: 20%;
  }
}
.l-top-works .swiper-button-prev::after {
  transform: rotate(180deg);
}
.l-top-works .swiper-button-prev:hover::after {
  transform: scale(1.2) rotate(180deg);
}
.l-top-works .swiper-button-next {
  right: 5%;
}
@media screen and (min-width: 1025px) {
  .l-top-works .swiper-button-next {
    right: 20%;
  }
}
.l-top-works .swiper-button-next:hover::after {
  transform: scale(1.2);
}
.l-top-works-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  opacity: 0.4;
}
@media screen and (min-width: 1025px) {
  .l-top-works-bg {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
  }
}

.l-top-service-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.l-top-service-item {
  border: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  align-items: stretch;
  gap: 0.5rem;
  border-radius: 1rem;
  padding: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-top-service-item {
    display: grid;
    justify-items: start;
    grid-template-columns: 1fr 0.4fr;
    grid-template-rows: auto auto 1fr auto;
    gap: 1.5rem 4rem;
    border-radius: 2rem;
    padding: 0;
  }
}
.l-top-service-sub {
  color: #76B800;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .l-top-service-sub {
    grid-column: 1;
    grid-row: 1;
    padding-top: 3rem;
    padding-left: 4rem;
  }
}
.l-top-service-title {
  color: #475569;
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .l-top-service-title {
    grid-column: 1;
    grid-row: 2;
    font-size: 1.5rem;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-top-service-text {
    grid-column: 1;
    grid-row: 3;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-top-service-btn-wrap {
    grid-column: 1;
    grid-row: 4;
    padding-left: 4rem;
    padding-bottom: 3rem;
  }
}
.l-top-service-image {
  grid-column: 2;
  grid-row: 1/5;
}
@media screen and (min-width: 1025px) {
  .l-top-service-image {
    padding-left: 4rem;
  }
}
.l-top-service-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}

.l-top-about-list {
  justify-content: start;
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-top-about-list {
    gap: 4rem;
  }
}
.l-top-about-item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .l-top-about-item {
    gap: 1rem;
  }
}
.l-top-about-map {
  height: 20rem;
}
.l-top-about-map > div, .l-top-about-map p, .l-top-about-map iframe {
  height: 100%;
}
.l-top-about-text {
  font-weight: 600;
  padding: 1rem 1rem 2rem 1rem;
}
@media screen and (min-width: 1025px) {
  .l-top-about-text {
    padding: 1rem 3rem 3rem 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-top-about-title {
    font-size: 1.25rem;
  }
}
.l-top-about-bg.image1 {
  border-radius: 2rem 4rem 2rem 4rem;
  overflow: hidden;
  z-index: -1;
  width: calc(100% - 2rem);
  height: 200px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-top-about-bg.image1 {
    position: absolute;
    top: 5%;
    right: 4rem;
    width: 20rem;
    height: 25rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.l-top-about-bg.image1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-top-about-bg.image2 {
  border-radius: 2rem 4rem 2rem 4rem;
  overflow: hidden;
  z-index: -1;
  width: calc(100% - 2rem);
  height: 200px;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-top-about-bg.image2 {
    position: absolute;
    top: 8%;
    left: 5rem;
    width: 18rem;
    height: 36rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.l-top-about-bg.image2 > div, .l-top-about-bg.image2 li {
  height: 100%;
}
.l-top-about-bg.image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-top-about-bg-wave {
  background-color: #EBF2E1;
  height: 300px;
  width: 100%;
  position: absolute;
  z-index: -5;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .l-top-about-bg-wave {
    height: 500px;
  }
}
.l-top-about-bg-wave::before, .l-top-about-bg-wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}
.l-top-about-bg-wave::before {
  width: 55%;
  height: 109%;
  background-color: #fcfcfc;
  right: -1.5%;
  bottom: 48%;
}
.l-top-about-bg-wave::after {
  width: 66%;
  height: 130%;
  background-color: #EBF2E1;
  left: -11.5%;
  bottom: 10%;
}

.l-top-blog-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-top-blog-list {
    gap: 2rem;
  }
}

/* works
------------------------------------------ */
.l-works-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-works-list {
    gap: 4rem;
  }
}
.l-works-item {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-works-item {
    padding-bottom: 4rem;
  }
}
.l-works-item:last-child {
  border-bottom: none;
}
.l-works-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (min-width: 1025px) {
  .l-works-container {
    grid-template-columns: 1fr 2fr;
    gap: 5rem;
  }
}
.l-works-sidebar {
  order: 1;
}
.l-works-content {
  order: 2;
}
.l-works-content .works-thumb {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-works-content .works-thumb {
    margin-bottom: 4rem;
  }
}
.l-works-content .works-thumb img {
  width: auto;
  height: auto;
  max-height: 600px;
}

/* service
------------------------------------------ */
.l-service-lead {
  padding-bottom: 2rem;
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-service-lead {
    padding-bottom: 4rem;
    gap: 4rem;
  }
}
.l-service-lead-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-service-problem {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 3px 3px 6px 0px rgba(15, 23, 42, 0.3);
  z-index: 1;
  margin: -2rem auto 0 auto;
  max-width: 90%;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-service-problem {
    margin: -5rem auto 0 auto;
    max-width: 80%;
    padding: 4rem 2rem;
    border-radius: 3rem;
  }
}
.l-service-problem-heading {
  color: #475569;
  font-weight: 600;
  text-align: center;
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-service-problem-heading {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.l-service-problem-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.l-service-feature-list {
  align-items: stretch;
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-service-feature-list {
    gap: 4rem;
  }
}
.l-service-feature-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background-color: #fff;
  overflow: hidden;
  border-radius: 1rem;
  padding-bottom: 1rem;
  border: 1px solid #D9D9D9;
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-service-feature-item {
    border-radius: 2rem;
    padding-bottom: 2rem;
    gap: 1rem;
  }
}
.l-service-feature-image {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-service-feature-image {
    height: 340px;
  }
}
.l-service-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-service-feature-title {
  font-weight: 600;
  color: #475569;
  font-size: 1.25rem;
  padding: 0 1em;
}
@media screen and (min-width: 1025px) {
  .l-service-feature-title {
    font-size: 1.5rem;
    padding: 0 4rem;
  }
}
.l-service-feature-text {
  font-weight: 600;
  padding: 0 1rem;
}
@media screen and (min-width: 1025px) {
  .l-service-feature-text {
    padding: 0 4rem;
  }
}
.l-service-flow-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (min-width: 1025px) {
  .l-service-flow-container {
    grid-template-columns: 1fr 3fr;
    gap: 5rem;
  }
}
.l-service-flow-sidebar {
  display: none;
}
@media screen and (min-width: 1025px) {
  .l-service-flow-sidebar {
    display: block;
  }
}
.l-service-flow-sidebar .flow-list {
  display: flex;
  flex-direction: row;
  counter-reset: number 0;
}
.l-service-flow-sidebar .flow-item {
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #888;
  position: relative;
  padding-top: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-service-flow-sidebar .flow-item {
    font-size: 1.25rem;
    padding-top: 4rem;
    line-height: 4;
  }
}
.l-service-flow-sidebar .flow-item::before {
  counter-increment: number 1;
  content: "0" counter(number);
  letter-spacing: 0em;
  transform: translateX(-50%) rotate(-90deg);
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (min-width: 1025px) {
  .l-service-flow-sidebar .flow-item::before {
    font-size: 2rem;
    line-height: 4;
  }
}
.l-service-flow-sidebar .flow-item::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 80%;
  display: inline-block;
  width: 1.8rem;
  height: 2px;
  background-color: #888;
}
.l-service-flow-sidebar .flow-item:last-child::after {
  display: none;
}
.l-service-flow-content .flow-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  counter-reset: number 0;
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-service-flow-content .flow-list {
    gap: 4rem;
  }
}
.l-service-flow-content .flow-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-service-flow-content .flow-item {
    gap: 4rem;
  }
}
.l-service-flow-content .flow-item::before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  font-weight: 600;
  color: #475569;
  font-size: 1.5rem;
  top: -0.5rem;
  left: 0rem;
}
@media screen and (min-width: 1025px) {
  .l-service-flow-content .flow-item::before {
    top: -1.5rem;
    font-size: 2.5rem;
  }
}
.l-service-flow-content .flow-item h3 {
  color: #475569;
  margin-left: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .l-service-flow-content .flow-item h3 {
    margin-left: 5rem;
  }
}
.l-service-flow-content .flow-sub-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .l-service-flow-content .flow-sub-list {
    gap: 3rem;
  }
}
.l-service-flow-content .flow-sub-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  border-bottom: 1px solid #D9D9D9;
  gap: 1rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .l-service-flow-content .flow-sub-item {
    gap: 1rem;
    padding-bottom: 3rem;
  }
}
.l-service-flow-content .flow-sub-item:last-child {
  border-bottom: none;
}

/* about
------------------------------------------ */
.l-about-messeage {
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-about-messeage {
    gap: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-about-messeage-text {
    width: 60%;
  }
}
.l-about-messeage-image {
  overflow: hidden;
  border-radius: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .l-about-messeage-image {
    width: 40%;
    border-radius: 3rem;
  }
}
.l-about-aff {
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-about-aff {
    gap: 4rem;
  }
}
.l-about-aff-lead {
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-about-aff-lead {
    gap: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-about-aff-lead-text {
    width: 60%;
  }
}
.l-about-aff-lead-image {
  overflow: hidden;
  border-radius: 1.5rem;
  height: 160px;
}
@media screen and (min-width: 1025px) {
  .l-about-aff-lead-image {
    width: 40%;
    height: 240px;
    border-radius: 6rem 1rem 6rem 1rem;
  }
}
.l-about-aff-lead-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-about-aff-list {
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-about-aff-list {
    gap: 2rem;
    align-items: stretch;
    justify-content: center;
  }
}
.l-about-aff-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  align-items: stretch;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 1rem;
  padding: 1rem;
  transition: 0.2s ease;
  padding: 1.5rem 2rem;
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-about-aff-item {
    gap: 1.5rem;
    height: 100%;
  }
}
.l-about-aff-item:hover {
  transform: translateY(-0.7rem);
  box-shadow: 0px 0px 10px rgba(71, 85, 105, 0.6);
}
@media screen and (min-width: 1025px) {
  .l-about-aff-item-wrap {
    width: 32%;
  }
}
.l-about-aff-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 4rem;
}
@media screen and (min-width: 1025px) {
  .l-about-aff-image {
    height: 6rem;
  }
}
.l-about-aff-image img {
  max-width: 80%;
}
@media screen and (min-width: 1025px) {
  .l-about-aff-image img {
    max-width: 80%;
  }
}
.l-about-aff-title {
  font-weight: 600;
  color: #475569;
  font-size: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .l-about-aff-title {
    font-size: 1.5rem;
  }
}
.l-about-aff-text {
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .l-about-aff-text {
    line-height: 1.6;
  }
}
.l-about-info-wrap {
  box-shadow: 0px 0px 4px rgba(71, 85, 105, 0.1);
  border-radius: 1rem;
  padding: 1.5rem 1.5rem;
}
@media screen and (min-width: 1025px) {
  .l-about-info-wrap {
    border-radius: 2rem;
    padding: 3rem 4rem;
  }
}
.l-about-info-dt, .l-about-info-dd {
  padding: 0.4rem 0.5rem;
}
@media screen and (min-width: 1025px) {
  .l-about-info-dt, .l-about-info-dd {
    padding: 0.6rem 1rem;
  }
}
.l-about-info-dt a, .l-about-info-dd a {
  color: #003D7A;
  text-decoration: underline;
  transition: 0.2s ease;
}
.l-about-info-dt a:hover, .l-about-info-dd a:hover {
  filter: brightness(150%);
}

/* recruit
------------------------------------------ */
.l-recruit-message-wrap {
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-recruit-message-wrap {
    gap: 4rem;
  }
}
.l-recruit-message-lead {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-recruit-message-lead {
    gap: 2rem;
  }
}
.l-recruit-message-title {
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .l-recruit-message-title {
    font-size: 2rem;
  }
}
.l-recruit-message-title span {
  position: relative;
}
.l-recruit-message-title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 40%;
  background-color: #99DD00;
  z-index: -1;
}
.l-recruit-message-image {
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .l-recruit-message-image {
    width: 70%;
    height: 20rem;
  }
}
.l-recruit-message-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-recruit-env-list {
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-recruit-env-list {
    gap: 3rem;
  }
}
.l-recruit-env-item {
  gap: 1rem;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-recruit-env-item {
    gap: 2rem;
    padding-bottom: 3rem;
  }
}
.l-recruit-env-item:last-child {
  border-bottom: none;
}
.l-recruit-env-title {
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .l-recruit-env-title {
    font-size: 2rem;
  }
}
.l-recruit-env-text {
  font-weight: 600;
}
.l-recruit-emp-list {
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-recruit-emp-list {
    gap: 2rem;
  }
}
.l-recruit-emp-item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 2rem;
  padding: 1rem 1.5rem;
  gap: 1rem 0;
}
@media screen and (min-width: 1025px) {
  .l-recruit-emp-item {
    width: 48%;
    padding: 2rem 3rem;
    gap: 2rem 0;
  }
}
.l-recruit-emp-title {
  width: calc(100% - 6rem);
  font-weight: 600;
  color: #475569;
}
@media screen and (min-width: 1025px) {
  .l-recruit-emp-title {
    width: calc(100% - 10rem);
    font-size: 1.5rem;
  }
}
.l-recruit-emp-image {
  width: 6rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .l-recruit-emp-image {
    padding: 0.5rem;
    width: 10rem;
    height: 10rem;
  }
}
.l-recruit-emp-image img {
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .l-recruit-emp-image img {
    height: auto;
  }
}
.l-recruit-emp-tag {
  background-color: #f8f8f8;
  color: #888;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 1025px) {
  .l-recruit-emp-tag {
    padding: 1rem 2rem;
  }
}
.l-recruit-info-wrap {
  box-shadow: 0px 0px 4px rgba(71, 85, 105, 0.1);
  border-radius: 1rem;
  padding: 1.5rem 1.5rem;
}
@media screen and (min-width: 1025px) {
  .l-recruit-info-wrap {
    border-radius: 2rem;
    padding: 3rem 4rem;
  }
}
.l-recruit-info-dt, .l-recruit-info-dd {
  padding: 0.4rem 0.5rem;
}
@media screen and (min-width: 1025px) {
  .l-recruit-info-dt, .l-recruit-info-dd {
    padding: 0.6rem 1rem;
  }
}
.l-recruit-info-dt a, .l-recruit-info-dd a {
  color: #003D7A;
  text-decoration: underline;
  transition: 0.2s ease;
}
.l-recruit-info-dt a:hover, .l-recruit-info-dd a:hover {
  filter: brightness(150%);
}

/* interview
------------------------------------------ */
.l-iv-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-iv-list {
    flex-direction: row;
    gap: 4rem;
  }
}
.l-iv-list > a {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-iv-list > a {
    width: 46%;
  }
}
.l-iv-list-item {
  position: relative;
}
.l-iv-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.3);
  z-index: 1;
  border-radius: 2rem;
  transition: 0.3s ease;
}
.l-iv-list-item:hover::before {
  background-color: rgba(15, 23, 42, 0.1);
}
.l-iv-list-item:hover .l-iv-list-image img {
  transform: scale(1.1);
}
.l-iv-list-image {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.l-iv-list-image img {
  height: 100%;
  transition: 0.3s ease;
}
.l-iv-list-inner {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-iv-list-inner {
    bottom: 2rem;
  }
}
.l-iv-list-title {
  background-color: #99DD00;
  padding: 0.3rem 0.6rem;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .l-iv-list-title {
    font-size: 1.25rem;
  }
}
.l-iv-list-text {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  color: #fff;
}
.l-iv-content {
  position: relative;
}
.l-iv-image {
  border-radius: 4rem 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .l-iv-image {
    width: 60%;
    margin-left: auto;
    margin-right: 0;
  }
}
.l-iv-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-iv-inner {
    position: absolute;
    left: 0;
    bottom: 2rem;
    gap: 2rem;
    margin-top: 0;
  }
}
.l-iv-title {
  display: inline-block;
  font-weight: 600;
  line-height: 1.6;
  background: linear-gradient(135deg, #EBE77B 0%, #C9EB7B 30%, #99DD00 100%);
  font-size: 1.125rem;
  padding: 0.2rem 1rem;
}
@media screen and (min-width: 1025px) {
  .l-iv-title {
    font-size: 2rem;
    line-height: 2;
    padding: 0.4rem 2rem;
  }
}
.l-iv-bio {
  font-weight: 600;
  background-color: #fff;
  border-radius: 2rem 1rem 2rem 1rem;
  box-shadow: 3px 3px 6px 0px rgba(15, 23, 42, 0.3);
  width: 98%;
  padding: 1rem 2rem;
}
@media screen and (min-width: 1025px) {
  .l-iv-bio {
    border-radius: 4rem 2rem 4rem 2rem;
    box-shadow: 6px 6px 6px 0px rgba(15, 23, 42, 0.3);
    width: 60%;
    padding: 2rem 4rem;
  }
}
.l-iv-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-left: 4px solid #76B800;
  padding: 0 0 0 1rem;
  gap: 0.5rem 1rem;
}
@media screen and (min-width: 1025px) {
  .l-iv-text {
    padding: 0 0 0 2rem;
    gap: 1rem 2rem;
  }
}
.l-iv-text-position {
  width: 100%;
  font-weight: 600;
}
.l-iv-text-name {
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .l-iv-text-name {
    font-size: 2rem;
  }
}
.l-iv-faq {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-iv-faq {
    gap: 2rem;
    padding-bottom: 4rem;
  }
}
.l-iv-faq-f {
  font-weight: 600;
  color: #F9772E;
}
@media screen and (min-width: 1025px) {
  .l-iv-faq-f {
    width: 90%;
  }
}
.l-iv-faq-a {
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .l-iv-faq-a {
    width: 90%;
    margin-left: auto;
  }
}
.l-iv-faq-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-iv-faq-wrap {
    gap: 4rem;
  }
}
.l-iv-image-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
}
.l-iv-image-list-wrap {
  overflow: hidden;
}
.l-iv-image-list-item {
  flex-shrink: 0;
  width: 90%;
  height: 200px;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .l-iv-image-list-item {
    width: 720px;
    height: 400px;
  }
}
.l-iv-image-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* blog
------------------------------------------ */
.l-blog-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (min-width: 1025px) {
  .l-blog-container {
    grid-template-columns: 1fr 3fr;
    gap: 5rem;
  }
}
.l-blog-sidebar {
  order: 2;
}
@media screen and (min-width: 1025px) {
  .l-blog-sidebar {
    order: 1;
  }
}
.l-blog-content {
  order: 1;
}
@media screen and (min-width: 1025px) {
  .l-blog-content {
    order: 2;
  }
}
.l-blog-list {
  display: flex;
  flex-direction: column;
}
.l-blog-list-item {
  border-bottom: 1px solid #D9D9D9;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-blog-list-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.l-blog-article {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-blog-article {
    gap: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.l-blog-article-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
}
.l-blog-article-head-data {
  font-weight: 600;
}
.l-blog-article-head-title {
  width: 100%;
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .l-blog-article-head-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-blog-article-content {
    line-height: 2;
  }
}
.l-blog-article-content .blog-thumb {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-blog-article-content .blog-thumb {
    margin-bottom: 4rem;
  }
}
.l-blog-article-content .blog-thumb img {
  width: auto;
  height: auto;
  max-height: 600px;
}

/*
ブロックエディタ
*/
/* 共通
------------------------------------------ */
.p-entry-wysiwyg h1, .p-entry-wysiwyg h2, .p-entry-wysiwyg h3, .p-entry-wysiwyg h4, .p-entry-wysiwyg h5, .p-entry-wysiwyg h6 {
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .p-entry-wysiwyg h1, .p-entry-wysiwyg h2, .p-entry-wysiwyg h3, .p-entry-wysiwyg h4, .p-entry-wysiwyg h5, .p-entry-wysiwyg h6 {
    margin-bottom: 1.5rem;
  }
}
.p-entry-wysiwyg p, .p-entry-wysiwyg div, .p-entry-wysiwyg ul {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .p-entry-wysiwyg p, .p-entry-wysiwyg div, .p-entry-wysiwyg ul {
    margin-bottom: 3rem;
  }
}
.p-entry-wysiwyg li {
  margin-bottom: 1rem;
  margin-left: 2rem;
  list-style: disc;
}
.p-entry-wysiwyg li:last-child {
  margin-bottom: 0;
}
.p-entry-wysiwyg blockquote {
  background-color: #eee;
  padding: 1rem;
  border-radius: 1rem;
}
@media screen and (min-width: 1025px) {
  .p-entry-wysiwyg blockquote {
    padding: 2rem;
  }
}
.p-entry-wysiwyg blockquote p {
  margin-bottom: 1rem;
}
.p-entry-wysiwyg blockquote p:last-child {
  margin-bottom: 0;
}
.p-entry-wysiwyg .wp-block-button {
  width: 100%;
}
.p-entry-wysiwyg a {
  color: #003D7A;
  text-decoration: underline;
  transition: 0.2s ease;
  overflow-wrap: anywhere;
}
.p-entry-wysiwyg a:hover {
  filter: brightness(150%);
}
.p-entry-wysiwyg a.wp-element-button {
  display: block;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  background-color: #475569;
  border: 2px solid #475569;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-entry-wysiwyg a.wp-element-button {
    display: inline-block;
    line-height: 1.5;
    width: auto;
  }
}
.p-entry-wysiwyg a.wp-element-button:hover {
  color: #475569;
  background-color: #fff;
  filter: brightness(100%);
}
.p-entry-wysiwyg hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .p-entry-wysiwyg hr {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.p-entry-wysiwyg .voc {
  border: 2px solid #0F172A;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  background-color: #EBF2E1;
}
@media screen and (min-width: 1025px) {
  .p-entry-wysiwyg .voc {
    padding: 2rem;
  }
}

/* 固定ページ
------------------------------------------ */
/* 投稿ページ
------------------------------------------ */
/* ボタン
---------------------------------------------- */
.c-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 2px solid #0F172A;
  border-radius: 3rem;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  z-index: 1;
  padding: 0.4rem 1rem;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .c-btn {
    padding: 0.8rem 2rem;
  }
}
.c-btn::before {
  content: "\e8e4";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  display: inline-block;
  transition: 0.2s ease;
}
.c-btn::after {
  content: "";
  background-color: #475569;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s ease;
  z-index: -1;
}
.c-btn:hover {
  color: #fff;
}
.c-btn:hover::before {
  transform: translate(1rem, -50%);
}
.c-btn:hover::after {
  transform: scale(1, 1);
}
@media screen and (min-width: 1025px) {
  .c-btn-wrap {
    max-width: 30rem;
    min-width: 30rem;
  }
}

/* トップページ セクション上部ボタン
---------------------------------------------- */
.c-head-btn {
  position: relative;
  display: block;
  border: 2px solid #0F172A;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .c-head-btn {
    width: auto;
    padding: 1rem 2rem;
  }
}
.c-head-btn::before {
  content: "\e8e4";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  display: inline-block;
  transition: 0.2s ease;
}
.c-head-btn::after {
  content: "";
  background-color: #475569;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s ease;
  z-index: -1;
}
.c-head-btn:hover {
  color: #fff;
}
.c-head-btn:hover::before {
  transform: translate(1rem, -50%);
}
.c-head-btn:hover::after {
  transform: scale(1, 1);
}
@media screen and (min-width: 1025px) {
  .c-head-btn-wrap {
    min-width: 20rem;
  }
}

/* devカード
------------------------------------------ */
.c-dev-card {
  display: grid;
  border: 10px solid #D9D9D9;
  gap: 1rem;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  max-width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .c-dev-card {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
    align-items: center;
    border-radius: 1.2rem;
    padding: 3rem 4rem;
    max-width: 80%;
  }
}
.c-dev-card-image {
  grid-row: 1/5;
}
@media screen and (min-width: 1025px) {
  .c-dev-card-image {
    grid-row: 1/5;
  }
}
.c-dev-card-image img {
  padding: 2rem;
}
@media screen and (min-width: 1025px) {
  .c-dev-card-image img {
    padding: 2rem;
  }
}
.c-dev-card-sub span {
  display: inline-block;
  background-color: #C9EB7B;
  border-radius: 0.4rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
}
@media screen and (min-width: 1025px) {
  .c-dev-card-sub span {
    font-size: 1rem;
    padding: 0.3rem 1rem;
  }
}
.c-dev-card-title {
  color: #475569;
  font-weight: 800;
  font-size: 1.125rem;
}
@media screen and (min-width: 1025px) {
  .c-dev-card-title {
    font-size: 1.5rem;
  }
}
.c-dev-card-btn {
  position: relative;
  display: block;
  border: 2px solid #0F172A;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 1025px) {
  .c-dev-card-btn {
    padding: 1rem 2rem;
  }
}
.c-dev-card-btn::after {
  content: "";
  background-color: #C9EB7B;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s ease;
  z-index: -1;
}
.c-dev-card-btn:hover::after {
  transform: scale(1, 1);
}

/* top worksカード
------------------------------------------ */
.c-top-works-card {
  display: grid;
  grid-template-rows: subgrid;
  border: 10px solid #D9D9D9;
  transition: 0.3s ease;
  gap: 0.5rem 1rem;
  border-radius: 1rem;
  padding: 1rem 2rem;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .c-top-works-card {
    grid-template-columns: 0.5fr 1fr;
    gap: 0.5rem 2rem;
    align-items: center;
    border-radius: 1.2rem;
    padding: 2.5rem 3rem;
  }
}
.c-top-works-card-image {
  display: grid;
  place-items: center;
  grid-row: 1/4;
  width: 100%;
  height: 14rem;
  padding: 0.5ren;
}
@media screen and (min-width: 1025px) {
  .c-top-works-card-image {
    grid-row: 1/4;
    width: 17rem;
    height: 17rem;
    padding: 1rem;
  }
}
.c-top-works-card-image img {
  height: 14rem;
  object-fit: contain;
}
@media screen and (min-width: 1025px) {
  .c-top-works-card-image img {
    height: 17rem;
  }
}
.c-top-works-card-cat {
  font-weight: 600;
}
.c-top-works-card-cat span.u-icon-sell {
  font-size: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .c-top-works-card-cat span.u-icon-sell {
    font-size: 1.5rem;
  }
}
.c-top-works-card-title {
  color: #475569;
  font-weight: 800;
  font-size: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .c-top-works-card-title {
    font-size: 1.5rem;
  }
}
.c-top-works-card-text {
  font-weight: 600;
}
.c-top-works-card:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px rgba(71, 85, 105, 0.6);
}

/* top blogカード
------------------------------------------ */
.c-top-blog-card {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 2rem;
  transition: 0.3s ease;
  gap: 0.5rem 1rem;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 1025px) {
  .c-top-blog-card {
    gap: 1rem;
    padding: 2rem 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-top-blog-card-date {
    font-size: 1rem;
  }
}
.c-top-blog-card-title {
  width: 100%;
}
.c-top-blog-card::after {
  content: "\e8e4";
  font-family: "Material Icons";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  transition: 0.3s ease;
  margin-left: auto;
}
@media screen and (min-width: 1025px) {
  .c-top-blog-card::after {
    position: absolute;
    right: 3rem;
    width: 3rem;
    height: 3rem;
    margin-left: 0;
  }
}
.c-top-blog-card:hover {
  transform: translate(-0.1rem, -0.2);
  box-shadow: 0px 0px 10px rgba(71, 85, 105, 0.6);
}
.c-top-blog-card:hover::after {
  transform: scale(1.1);
}

/* 一覧 worksカード
------------------------------------------ */
.c-works-card {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
  gap: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .c-works-card {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    grid-template-rows: 0.5fr 1fr 1.5fr;
    grid-template-areas: "image cat" "image title" "image text";
    align-items: center;
    gap: 0.3rem 3rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.c-works-card-image {
  grid-area: image;
  display: flex;
  justify-content: center;
  height: 180px;
}
@media screen and (min-width: 1025px) {
  .c-works-card-image {
    height: 240px;
  }
}
.c-works-card-image img {
  height: 100%;
  object-fit: contain;
}
.c-works-card-cat {
  grid-area: cat;
  font-weight: 600;
  color: #888;
  position: relative;
  font-size: 0.75rem;
}
@media screen and (min-width: 1025px) {
  .c-works-card-cat {
    font-size: 0.875rem;
  }
}
.c-works-card-cat span.u-icon-sell {
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .c-works-card-cat span.u-icon-sell {
    font-size: 1.125rem;
  }
}
.c-works-card-title {
  grid-area: title;
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .c-works-card-title {
    font-size: 1.5rem;
  }
}
.c-works-card-text {
  grid-area: text;
  font-weight: 600;
  color: #475569;
}
/* 一覧 blogカード
------------------------------------------ */
.c-blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
  gap: 0.3rem;
}
@media screen and (min-width: 1025px) {
  .c-blog-card {
    display: grid;
    grid-template-columns: 280px auto 1fr;
    grid-template-areas: "image date cat" "image title title" "image text text";
    gap: 0.3rem 3rem;
  }
}
.c-blog-card-image {
  grid-area: image;
  height: 180px;
}
@media screen and (min-width: 1025px) {
  .c-blog-card-image {
    max-height: 180px;
    height: auto;
  }
}
.c-blog-card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-blog-card-date {
  grid-area: date;
  font-weight: 600;
}
.c-blog-card-cat {
  grid-area: cat;
}
.c-blog-card-title {
  grid-area: title;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (min-width: 1025px) {
  .c-blog-card-title {
    font-size: 1.5rem;
  }
}
.c-blog-card-text {
  grid-area: text;
  overflow-wrap: anywhere;
  color: #475569;
}
@media screen and (min-width: 1025px) {
  .c-blog-card-text {
    font-size: 1rem;
  }
}
.c-blog-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #EBF2E1;
  transition: 0.3s ease;
  z-index: -1;
}
.c-blog-card:hover::before {
  width: 100%;
}

/* 共通
---------------------------------------------- */
h1, h2, h3, h4, h5 {
  font-weight: 600;
}

/* ページ見出し
---------------------------------------------- */
.c-page-head {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .c-page-head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
    gap: 0;
  }
}
.c-page-head-headline {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media screen and (min-width: 1025px) {
  .c-page-head-headline {
    padding-bottom: 1rem;
  }
}
.c-page-head-headline-ja {
  color: #475569;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .c-page-head-headline-ja {
    line-height: 2;
    font-size: 1.25rem;
  }
}
.c-page-head-headline-en {
  font-family: "DIN", "Noto Sans JP", sans-serif;
  text-transform: uppercase;
  color: #475569;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .c-page-head-headline-en {
    font-size: 3.5rem;
  }
}
.c-page-head-headline.ai-center {
  align-items: center;
}
.c-page-head-list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  padding-top: 2rem;
  gap: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .c-page-head-list {
    gap: 1rem;
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .c-page-head-item {
    font-size: 0.875rem;
  }
}
.c-page-head-item a {
  position: relative;
  border: 1px solid #888;
  color: #475569;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 3rem 0.4rem 1rem;
  perspective: 300px;
  height: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .c-page-head-item a {
    padding: 0.4rem 3rem 0.4rem 1rem;
  }
}
.c-page-head-item a::before {
  content: "\e8e4";
  font-family: "Material Icons";
  position: absolute;
  right: 1rem;
  transform: rotate(93deg);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.c-page-head-item a::after {
  content: "";
  position: absolute;
  right: 0.65rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #0F172A;
}
.c-page-head-item a > span {
  backface-visibility: hidden;
  display: block;
}
.c-page-head-item a > span:first-child {
  transform: rotateX(-93deg);
}
.c-page-head-item a > span:last-child {
  transform: translateY(-14px) rotateX(0deg);
}
.c-page-head-item a:hover {
  color: #0F172A;
}
.c-page-head-item a:hover::before {
  transform: rotate(90deg) scale(110%);
}
.c-page-head-item a:hover > span:first-child {
  transform: translateY(14px) rotateX(0deg);
}
.c-page-head-item a:hover > span:last-child {
  transform: rotateX(90deg);
}
.c-page-head-item a.is-current {
  border: 2px solid #99DD00;
  color: #76B800;
}
.c-page-head-item a.is-current::after {
  background-color: #99DD00;
}

/* セクション見出し
---------------------------------------------- */
.c-section-headline {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  color: #475569;
}
@media screen and (min-width: 1025px) {
  .c-section-headline {
    padding-bottom: 1rem;
  }
}
.c-section-headline-ja {
  color: #475569;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .c-section-headline-ja {
    line-height: 2;
    font-size: 1.125rem;
  }
}
.c-section-headline-en {
  font-family: "DIN", "Noto Sans JP", sans-serif;
  text-transform: uppercase;
  color: #475569;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 2rem;
}
@media screen and (min-width: 1025px) {
  .c-section-headline-en {
    font-size: 3rem;
  }
}
.c-section-headline-center {
  text-align: center;
}

/* taxonomy表示
---------------------------------------------- */
.c-tax-title {
  width: 100%;
  color: #475569;
  font-weight: 600;
  font-size: 0.875rem;
}
@media screen and (min-width: 1025px) {
  .c-tax-title {
    font-size: 1rem;
    text-align: right;
  }
}

/* works
------------------------------------------ */
.c-works-cat {
  display: inline-block;
}
.c-works-cat .u-icon-sell {
  margin-right: 0.5rem;
}
.c-works-cat .u-icon-sell::before {
  transform: translateY(0.2em) rotate(-135deg);
}

/* blog
------------------------------------------ */
.c-blog-cat {
  display: inline-block;
  background-color: #C9EB7B;
  padding: 0.2rem 1rem;
  border-radius: 3rem;
}
@media screen and (min-width: 1025px) {
  .c-blog-cat {
    font-size: 0.875rem;
    padding: 0.3rem 2rem;
  }
}

/* background
---------------------------------------------- */
.c-page-top-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .c-page-top-bg {
    position: static;
    height: auto;
  }
}
.c-page-top-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  border-radius: 0 0 0 3rem;
}
@media screen and (min-width: 1025px) {
  .c-page-top-bg::before {
    top: -7rem;
    height: 30rem;
    border-radius: 0 0 0 13rem;
  }
}

.u-bg-section-first {
  position: relative;
}
.u-bg-section-first::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #EBF2E1;
  z-index: -10;
}

.c-bg-triangle {
  position: relative;
}
.c-bg-triangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -11;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAxIiBoZWlnaHQ9IjEwMSIgdmlld0JveD0iMCAwIDIwMSAxMDEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMDAuMjM3IDAuNDczNjY4QzEwMC4zNiAwLjQxMTkyMSAxMDAuNDEgMC4yNjE3NTIgMTAwLjM0OSAwLjEzODI1OEMxMDAuMjg3IDAuMDE0NzYzIDEwMC4xMzcgLTAuMDM1MjkzMSAxMDAuMDEzIDAuMDI2NDU0MkwxMDAuMTI1IDAuMjUwMDYxTDEwMC4yMzcgMC40NzM2NjhaTTEwMC4xMjUgMC4yNTAwNjFMMTAwLjAxMyAwLjAyNjQ1NDJMMC4wMTMxOTY2IDUwLjAyNjVMMC4xMjUgNTAuMjUwMUwwLjIzNjgwMyA1MC40NzM3TDEwMC4yMzcgMC40NzM2NjhMMTAwLjEyNSAwLjI1MDA2MVoiIGZpbGw9IiNFMEUwRTAiLz4KPHBhdGggZD0iTTEwMC4xMjUgMC4yNTAwNjFMMjAwLjEyNSA1MC4yNTAxIiBzdHJva2U9IiNFMEUwRTAiIHN0cm9rZS13aWR0aD0iMC41Ii8+CjxwYXRoIGQ9Ik0xMDAuMjM3IDEwMC4wMjZDMTAwLjM2IDEwMC4wODggMTAwLjQxIDEwMC4yMzggMTAwLjM0OSAxMDAuMzYyQzEwMC4yODcgMTAwLjQ4NSAxMDAuMTM3IDEwMC41MzUgMTAwLjAxMyAxMDAuNDc0TDEwMC4xMjUgMTAwLjI1TDEwMC4yMzcgMTAwLjAyNlpNMTAwLjEyNSAxMDAuMjVMMTAwLjAxMyAxMDAuNDc0TDAuMDEzMTk2NiA1MC40NzM3TDAuMTI1IDUwLjI1MDFMMC4yMzY4MDMgNTAuMDI2NUwxMDAuMjM3IDEwMC4wMjZMMTAwLjEyNSAxMDAuMjVaIiBmaWxsPSIjRTBFMEUwIi8+CjxwYXRoIGQ9Ik0xMDAuMTI1IDEwMC4yNUwyMDAuMTI1IDUwLjI1MDEiIHN0cm9rZT0iI0UwRTBFMCIgc3Ryb2tlLXdpZHRoPSIwLjUiLz4KPHBhdGggZD0iTTAuMTI1IDAuMjUwMDYxVjEwMC4yNSIgc3Ryb2tlPSIjRTBFMEUwIiBzdHJva2Utd2lkdGg9IjAuMjUiLz4KPHBhdGggZD0iTTEwMC4xMjUgMC4yNTAwNjFWMTAwLjI1IiBzdHJva2U9IiNFMEUwRTAiIHN0cm9rZS13aWR0aD0iMC41Ii8+CjxwYXRoIGQ9Ik0yMDAuMTI1IDAuMjUwMDYxVjEwMC4yNSIgc3Ryb2tlPSIjRTBFMEUwIiBzdHJva2Utd2lkdGg9IjAuMjUiLz4KPC9zdmc+");
  background-size: 15%;
  background-repeat: repeat;
  background-position-y: -2rem;
}
.c-bg-triangle-top::before {
  top: -10rem;
  height: calc(100% + 10rem);
}

.c-bg-stripe {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.c-bg-stripe-green {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJtYXNrMF82MjlfMzA4IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCI+CjxjaXJjbGUgY3g9IjI1MCIgY3k9IjI1MCIgcj0iMjQ5LjUiIGZpbGw9IiNEOUQ5RDkiLz4KPGNpcmNsZSBjeD0iMjUwIiBjeT0iMjUwIiByPSIyNDkuNSIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC4yIi8+CjxjaXJjbGUgY3g9IjI1MCIgY3k9IjI1MCIgcj0iMjQ5LjUiIHN0cm9rZT0iI0VCRjZEMSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfNjI5XzMwOCkiPgo8bGluZSB4MT0iNDEzLjA2NCIgeTE9Ii0zLjk2MjcxIiB4Mj0iMTE4Ljk0NyIgeTI9IjUwNS40NjQiIHN0cm9rZT0iI0VCRjZEMSIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSIxNzcuNzY5IiB5MT0iLTMuOTYzNjIiIHgyPSItMTE2LjM0OCIgeTI9IjUwNS40NjMiIHN0cm9rZT0iI0VCRjZEMSIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSI2NDguMzU5IiB5MT0iLTMuOTYxNzkiIHgyPSIzNTQuMjQyIiB5Mj0iNTA1LjQ2NSIgc3Ryb2tlPSIjRUJGNkQxIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjYwLjEyMTMiIHkxPSItMy45NjQ1NCIgeDI9Ii0yMzMuOTk2IiB5Mj0iNTA1LjQ2MiIgc3Ryb2tlPSIjRUJGNkQxIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjUzMC43MTIiIHkxPSItMy45NjI3MSIgeDI9IjIzNi41OTQiIHkyPSI1MDUuNDY0IiBzdHJva2U9IiNFQkY2RDEiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iMjk1LjQxNyIgeTE9Ii0zLjk2MzYyIiB4Mj0iMS4yOTkwNCIgeTI9IjUwNS40NjMiIHN0cm9rZT0iI0VCRjZEMSIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSI3NjYuMDA0IiB5MT0iLTMuOTY0NTQiIHgyPSI0NzEuODg3IiB5Mj0iNTA1LjQ2MiIgc3Ryb2tlPSIjRUJGNkQxIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjEuMjk5MjgiIHkxPSItMy45NjMyIiB4Mj0iLTI5Mi44MTgiIHkyPSI1MDUuNDY0IiBzdHJva2U9IiNFQkY2RDEiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iNDcxLjg4NyIgeTE9Ii0zLjk2NDExIiB4Mj0iMTc3Ljc2OSIgeTI9IjUwNS40NjMiIHN0cm9rZT0iI0VCRjZEMSIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSIyMzYuNTk0IiB5MT0iLTMuOTYxNzkiIHgyPSItNTcuNTIzMiIgeTI9IjUwNS40NjUiIHN0cm9rZT0iI0VCRjZEMSIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSI3MDcuMTgyIiB5MT0iLTMuOTYzNjIiIHgyPSI0MTMuMDY0IiB5Mj0iNTA1LjQ2MyIgc3Ryb2tlPSIjRUJGNkQxIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjExOC45NDciIHkxPSItMy45NjI3MSIgeDI9Ii0xNzUuMTcxIiB5Mj0iNTA1LjQ2NCIgc3Ryb2tlPSIjRUJGNkQxIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjU4OS41MzUiIHkxPSItMy45NjM2MiIgeDI9IjI5NS40MTciIHkyPSI1MDUuNDYzIiBzdHJva2U9IiNFQkY2RDEiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iMzU0LjIzOSIgeTE9Ii0zLjk2NDU0IiB4Mj0iNjAuMTIxMSIgeTI9IjUwNS40NjIiIHN0cm9rZT0iI0VCRjZEMSIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSI0NDIuNDc3IiB5MT0iLTMuOTYxNzkiIHgyPSIxNDguMzU5IiB5Mj0iNTA1LjQ2NSIgc3Ryb2tlPSIjRUJGNkQxIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjIwNy4xODIiIHkxPSItMy45NjI3MSIgeDI9Ii04Ni45MzU2IiB5Mj0iNTA1LjQ2NCIgc3Ryb2tlPSIjRUJGNkQxIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjY3Ny43NjkiIHkxPSItMy45NjQxMSIgeDI9IjM4My42NTEiIHkyPSI1MDUuNDYzIiBzdHJva2U9IiNFQkY2RDEiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iODkuNTMzOSIgeTE9Ii0zLjk2MzYyIiB4Mj0iLTIwNC41ODQiIHkyPSI1MDUuNDYzIiBzdHJva2U9IiNFQkY2RDEiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iNTYwLjEyMSIgeTE9Ii0zLjk2NDU0IiB4Mj0iMjY2LjAwNCIgeTI9IjUwNS40NjIiIHN0cm9rZT0iI0VCRjZEMSIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSIzMjQuODI5IiB5MT0iLTMuOTYyNzEiIHgyPSIzMC43MTE4IiB5Mj0iNTA1LjQ2NCIgc3Ryb2tlPSIjRUJGNkQxIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9Ijc5NS40MTYiIHkxPSItMy45NjM2MiIgeDI9IjUwMS4yOTkiIHkyPSI1MDUuNDYzIiBzdHJva2U9IiNFQkY2RDEiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iMzAuNzExOCIgeTE9Ii0zLjk2MjI4IiB4Mj0iLTI2My40MDYiIHkyPSI1MDUuNDY0IiBzdHJva2U9IiNFQkY2RDEiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iNTAxLjMiIHkxPSItMy45NjI3MSIgeDI9IjIwNy4xODIiIHkyPSI1MDUuNDY0IiBzdHJva2U9IiNFQkY2RDEiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iMjY2LjAwNCIgeTE9Ii0zLjk2NDExIiB4Mj0iLTI4LjExMzYiIHkyPSI1MDUuNDYzIiBzdHJva2U9IiNFQkY2RDEiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iNzM2LjU5NCIgeTE9Ii0zLjk2MTc5IiB4Mj0iNDQyLjQ3NyIgeTI9IjUwNS40NjUiIHN0cm9rZT0iI0VCRjZEMSIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSIxNDguMzU3IiB5MT0iLTMuOTY0NTQiIHgyPSItMTQ1Ljc2MSIgeTI9IjUwNS40NjIiIHN0cm9rZT0iI0VCRjZEMSIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSI2MTguOTQ2IiB5MT0iLTMuOTYyNzEiIHgyPSIzMjQuODI5IiB5Mj0iNTA1LjQ2NCIgc3Ryb2tlPSIjRUJGNkQxIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjM4My42NTEiIHkxPSItMy45NjQxMSIgeDI9Ijg5LjUzMzgiIHkyPSI1MDUuNDYzIiBzdHJva2U9IiNFQkY2RDEiIHN0cm9rZS13aWR0aD0iMyIvPgo8L2c+Cjwvc3ZnPg==");
}
.c-bg-stripe-orange {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJtYXNrMF81NzJfNTA5IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+CjxjaXJjbGUgY3g9IjEwMCIgY3k9IjEwMCIgcj0iOTkuNSIgZmlsbD0iI0Q5RDlEOSIgc3Ryb2tlPSIjRUJGNkQxIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF81NzJfNTA5KSI+CjxsaW5lIHgxPSIxNjYuMDA1IiB5MT0iLTEuMTM1MTMiIHgyPSI0OC4zNTgxIiB5Mj0iMjAyLjYzNiIgc3Ryb2tlPSIjRkZENEJCIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjcxLjg4NzEiIHkxPSItMS4xMzU1IiB4Mj0iLTQ1Ljc2IiB5Mj0iMjAyLjYzNSIgc3Ryb2tlPSIjRkZENEJCIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjI2MC4xMjMiIHkxPSItMS4xMzQ3NyIgeDI9IjE0Mi40NzYiIHkyPSIyMDIuNjM2IiBzdHJva2U9IiNGRkQ0QkIiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iMjQuODI4IiB5MT0iLTEuMTM1ODYiIHgyPSItOTIuODE5MSIgeTI9IjIwMi42MzUiIHN0cm9rZT0iI0ZGRDRCQiIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSIyMTMuMDY0IiB5MT0iLTEuMTM1MTMiIHgyPSI5NS40MTcxIiB5Mj0iMjAyLjYzNiIgc3Ryb2tlPSIjRkZENEJCIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjExOC45NDYiIHkxPSItMS4xMzU1IiB4Mj0iMS4yOTkwNCIgeTI9IjIwMi42MzUiIHN0cm9rZT0iI0ZGRDRCQiIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSIzMDcuMTgxIiB5MT0iLTEuMTM1ODYiIHgyPSIxODkuNTM0IiB5Mj0iMjAyLjYzNSIgc3Ryb2tlPSIjRkZENEJCIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjEuMjk5MTMiIHkxPSItMS4xMzUzMSIgeDI9Ii0xMTYuMzQ4IiB5Mj0iMjAyLjYzNSIgc3Ryb2tlPSIjRkZENEJCIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjE4OS41MzQiIHkxPSItMS4xMzU2OCIgeDI9IjcxLjg4NzEiIHkyPSIyMDIuNjM1IiBzdHJva2U9IiNGRkQ0QkIiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iOTUuNDE3MiIgeTE9Ii0xLjEzNDc3IiB4Mj0iLTIyLjIyOTkiIHkyPSIyMDIuNjM2IiBzdHJva2U9IiNGRkQ0QkIiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iMjgzLjY1MiIgeTE9Ii0xLjEzNTUiIHgyPSIxNjYuMDA1IiB5Mj0iMjAyLjYzNSIgc3Ryb2tlPSIjRkZENEJCIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjQ4LjM1ODIiIHkxPSItMS4xMzUxMyIgeDI9Ii02OS4yODg4IiB5Mj0iMjAyLjYzNiIgc3Ryb2tlPSIjRkZENEJCIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjIzNi41OTMiIHkxPSItMS4xMzU1IiB4Mj0iMTE4Ljk0NiIgeTI9IjIwMi42MzUiIHN0cm9rZT0iI0ZGRDRCQiIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSIxNDIuNDc1IiB5MT0iLTEuMTM1ODYiIHgyPSIyNC44Mjc5IiB5Mj0iMjAyLjYzNSIgc3Ryb2tlPSIjRkZENEJCIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjE3Ny43NyIgeTE9Ii0xLjEzNDc3IiB4Mj0iNjAuMTIzMiIgeTI9IjIwMi42MzYiIHN0cm9rZT0iI0ZGRDRCQiIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSI4My42NTIyIiB5MT0iLTEuMTM1MTMiIHgyPSItMzMuOTk0OCIgeTI9IjIwMi42MzYiIHN0cm9rZT0iI0ZGRDRCQiIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSIyNzEuODg3IiB5MT0iLTEuMTM1NjgiIHgyPSIxNTQuMjQiIHkyPSIyMDIuNjM1IiBzdHJva2U9IiNGRkQ0QkIiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iMzYuNTkzIiB5MT0iLTEuMTM1NSIgeDI9Ii04MS4wNTQxIiB5Mj0iMjAyLjYzNSIgc3Ryb2tlPSIjRkZENEJCIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjIyNC44MjgiIHkxPSItMS4xMzU4NiIgeDI9IjEwNy4xODEiIHkyPSIyMDIuNjM1IiBzdHJva2U9IiNGRkQ0QkIiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iMTMwLjcxMSIgeTE9Ii0xLjEzNTEzIiB4Mj0iMTMuMDY0MSIgeTI9IjIwMi42MzYiIHN0cm9rZT0iI0ZGRDRCQiIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSIzMTguOTQ2IiB5MT0iLTEuMTM1NSIgeDI9IjIwMS4yOTkiIHkyPSIyMDIuNjM1IiBzdHJva2U9IiNGRkQ0QkIiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iMTMuMDY0MSIgeTE9Ii0xLjEzNDk1IiB4Mj0iLTEwNC41ODMiIHkyPSIyMDIuNjM2IiBzdHJva2U9IiNGRkQ0QkIiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iMjAxLjI5OSIgeTE9Ii0xLjEzNTEzIiB4Mj0iODMuNjUyMiIgeTI9IjIwMi42MzYiIHN0cm9rZT0iI0ZGRDRCQiIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSIxMDcuMTgxIiB5MT0iLTEuMTM1NjgiIHgyPSItMTAuNDY2IiB5Mj0iMjAyLjYzNSIgc3Ryb2tlPSIjRkZENEJCIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjI5NS40MTciIHkxPSItMS4xMzQ3NyIgeDI9IjE3Ny43NyIgeTI9IjIwMi42MzYiIHN0cm9rZT0iI0ZGRDRCQiIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIHgxPSI2MC4xMjIxIiB5MT0iLTEuMTM1ODYiIHgyPSItNTcuNTI1IiB5Mj0iMjAyLjYzNSIgc3Ryb2tlPSIjRkZENEJCIiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeDE9IjI0OC4zNTgiIHkxPSItMS4xMzUxMyIgeDI9IjEzMC43MTEiIHkyPSIyMDIuNjM2IiBzdHJva2U9IiNGRkQ0QkIiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iMTU0LjI0IiB5MT0iLTEuMTM1NjgiIHgyPSIzNi41OTMiIHkyPSIyMDIuNjM1IiBzdHJva2U9IiNGRkQ0QkIiIHN0cm9rZS13aWR0aD0iMyIvPgo8L2c+Cjwvc3ZnPg==");
}

.c-bg-dotted {
  background-image: radial-gradient(circle, #cccccc 2px, transparent 2px), radial-gradient(circle, #cccccc 2px, transparent 2px);
  background-position: 0 0, 17px 34px;
  background-size: 34px 68px;
  background-repeat: repeat;
}
.c-bg-dotted.dotted-green {
  background-image: radial-gradient(circle, #76b800 2px, transparent 2px), radial-gradient(circle, #76b800 2px, transparent 2px);
}

.c-bg-wave .animated {
  stroke-dasharray: 1920;
  stroke-dashoffset: 1920;
  animation: line-animation 10s linear infinite;
}
@keyframes line-animation {
  0% {
    stroke-dashoffset: 1920;
  }
  15% {
    stroke-dashoffset: 1920;
  }
  50% {
    stroke-dashoffset: 0;
  }
  75% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -1920;
  }
}

/* 共通
------------------------------------------ */
.p-entry-wysiwyg dl p {
  margin-bottom: 1rem;
}

form input[type=text], form input[type=email], form input[type=tel] {
  border: 1px solid #D9D9D9;
  background-color: #f8f8f8;
  width: 100%;
  padding: 0.4rem 1rem;
}
form textarea {
  border: 1px solid #D9D9D9;
  background-color: #f8f8f8;
  width: 100%;
  padding: 0.4rem 1rem;
}
form .required {
  background-color: #F9772E;
  color: #fff;
  border-radius: 3rem;
  margin-left: 0.5rem;
  padding: 0.2rem 1rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 1025px) {
  form .required {
    padding: 0.2rem 2rem;
    font-size: 0.75rem;
    margin-left: 1rem;
  }
}

.l-form-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media screen and (min-width: 1025px) {
  .l-form-list {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.l-form-item {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-form-item.w-half {
    width: 46%;
  }
}
.l-form-label {
  position: relative;
  padding-left: 1.5rem;
}
.l-form-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #99DD00;
}
.l-form-control {
  width: 100%;
}
.l-form-control .has-free-text {
  width: 100%;
}
.l-form-btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-form-btn-wrap input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px solid #475569;
  border-radius: 4rem;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 0.6rem 1rem;
  transition: 0.2s ease;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-form-btn-wrap input[type=submit] {
    width: auto;
    min-width: 30rem;
  }
}
.l-form-btn-wrap input[type=submit]:hover {
  background-color: #475569;
  color: #fff;
}
.l-form-accordion-headline {
  background-color: #C9EB7B;
  font-weight: 600;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-form-accordion-headline {
    padding: 1rem 2rem;
  }
}
.l-form-accordion-btn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  border-radius: 50%;
  background-color: #99DD00;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.2s ease;
}
@media screen and (min-width: 1025px) {
  .l-form-accordion-btn {
    height: 100%;
    width: 4rem;
  }
}
.l-form-accordion-btn span {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  height: 3px;
  border-radius: 1rem;
  transition: 0.2s ease;
}
@media screen and (min-width: 1025px) {
  .l-form-accordion-btn span {
    width: 2rem;
  }
}
.l-form-accordion-btn span:nth-child(2) {
  transform: rotate(90deg);
}
.l-form-accordion-area {
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  height: 0;
  background-color: #f8f8f8;
  transition: 0.2s ease;
}
@media screen and (min-width: 1025px) {
  .l-form-accordion-area {
    padding: 4rem;
  }
}
.l-form-accordion-area .l-form-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-form-accordion-area .l-form-control {
    padding: 2rem;
    gap: 2rem;
  }
}
.l-form-accordion-area .l-form-control .vertical-item {
  padding-top: 0;
}
.l-form-accordion-area .l-form-control .formarea-100 {
  width: 100%;
}
.l-form-accordion-area .l-form-control .formarea-50 {
  width: 50%;
}
.l-form-accordion-area.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.snow-monkey-form .smf-item__label {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.snow-monkey-form .smf-item__label::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 0rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #99DD00;
}

/* pagenation
------------------------------------------ */
.wp-pagenavi {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem;
}
@media screen and (min-width: 1025px) {
  .wp-pagenavi {
    gap: 0.5rem;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #D9D9D9;
  background-color: #f8f8f8;
  padding: 0.5rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 1rem;
  }
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background-color: #C9EB7B;
  border-color: #99DD00;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  filter: brightness(110%);
}
@media screen and (min-width: 1025px) {
  .wp-pagenavi .pages, .wp-pagenavi .last {
    padding: 0.5rem;
  }
}

/* works sidebar
---------------------------------------------- */
.c-works-sidebar-item h5 {
  color: #888;
}
.c-works-sidebar-title {
  color: #475569;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .c-works-sidebar-title {
    line-height: 1.8;
  }
}
.c-works-sidebar-tag .c-works-tag-item a {
  color: #003D7A;
  transition: 0.2s ease;
}
.c-works-sidebar-tag .c-works-tag-item a:hover {
  filter: brightness(150%);
}

/* blog sidebar
---------------------------------------------- */
.c-blog-sidebar-search form {
  display: flex;
  gap: 0.5rem;
}
.c-blog-sidebar-search label {
  background-color: #eee;
  width: 100%;
}
.c-blog-sidebar-search input {
  background-color: #eee;
  padding: 0.5rem 1rem;
}
.c-blog-sidebar-cat ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .c-blog-sidebar-cat ul {
    font-size: 1.125rem;
  }
}
.c-blog-sidebar-cat li {
  list-style: disc;
  margin-left: 2rem;
}
.c-blog-sidebar-cat li a {
  color: #475569;
  transition: 0.2s ease;
}
.c-blog-sidebar-cat li a:hover {
  filter: brightness(150%);
}
.c-blog-sidebar-archive ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .c-blog-sidebar-archive ul {
    font-size: 1.125rem;
  }
}
.c-blog-sidebar-archive li {
  list-style: disc;
  margin-left: 2rem;
}
.c-blog-sidebar-archive li a {
  color: #475569;
  transition: 0.2s ease;
}
.c-blog-sidebar-archive li a:hover {
  filter: brightness(150%);
}
.c-blog-sidebar-archive .archive-year {
  position: relative;
}
.c-blog-sidebar-archive .archive-year::before {
  content: "\e145";
  font-family: "Material Icons";
  color: #fff;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  background-color: #ccc;
  border-radius: 50%;
  line-height: 1.3;
}
.c-blog-sidebar-archive .archive-year.is-open::before {
  content: "\e15b";
}
.c-blog-sidebar-archive .archive-month {
  opacity: 0;
  height: 0;
  transition: 0.2s ease;
}
.c-blog-sidebar-archive .archive-month-wrap {
  opacity: 0;
  height: 0;
  transition: 0.2s ease;
}
.c-blog-sidebar-archive .archive-month-wrap.is-open {
  opacity: 1;
  height: 100%;
}
.c-blog-sidebar-archive .archive-month-wrap.is-open .archive-month {
  opacity: 1;
  height: 100%;
}
.c-blog-sidebar-post li {
  border-bottom: 1px solid #D9D9D9;
  line-height: 1.3;
  padding-bottom: 1rem;
}
.c-blog-sidebar-post .wpp-post-title {
  color: #475569;
}
@media screen and (min-width: 1025px) {
  .c-blog-sidebar-post .wpp-post-title {
    font-size: 1rem;
  }
}

/* 共通
---------------------------------------------- */
.c-empty-text {
  font-weight: 600;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .c-empty-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* 共通
---------------------------------------------- */
@keyframes pulse {
  0%, 100% {
    opacity: 0.2;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes curtainOpen {
  to {
    transform: translateY(-100%);
  }
}
.c-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.c-loading.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-loading-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  gap: 12px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.c-loading-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #99DD00;
  animation: pulse 1s ease infinite;
}
.c-loading-dots span:nth-child(2) {
  animation-delay: 0.15s;
}
.c-loading-dots span:nth-child(3) {
  animation-delay: 0.3s;
}
.c-loading-cover {
  position: absolute;
  inset: 0;
  background: #fcfcfc;
  transform: translateY(0);
}
.c-loading.is-loaded .c-loading-cover {
  animation: curtainOpen 1s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}
.c-loading.is-loaded .c-loading-dots {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.c-loading.is-hide {
  opacity: 0;
  visibility: hidden;
}

.fade-up {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* font-family
------------------------------------------ */
.u-font-ja {
  font-family: "Noto Sans JP", "YuGothic", sans-serif;
}

.u-font-en {
  font-family: "DIN", "Noto Sans JP", sans-serif;
}

/* font-weight
------------------------------------------ */
.u-fw-light {
  font-weight: 300;
}

.u-fw-nomal {
  font-weight: 500;
}

.u-fw-bold {
  font-weight: 600;
}

/* font-size
------------------------------------------ */
.u-fs-ssm {
  font-size: 0.75rem;
}

.u-fs-sm {
  font-size: 0.875rem;
}

.u-fs-md {
  font-size: 1rem;
}

.u-fs-md-lg {
  font-size: 1.125rem;
}

.u-fs-lg {
  font-size: 1.25rem;
}

/* テキストカラー
------------------------------------------ */
.u-text-colos-main {
  color: #99DD00;
}

.u-text-colos-accent {
  color: #F9772E;
}

.u-text-colos-gray {
  color: #888;
}

/* テキストリンク
------------------------------------------ */
.u-text-link {
  color: #99DD00;
}
.u-text-link:hover {
  color: #76B800;
}

/* リンクアイコン
------------------------------------------ */
.u-external-link {
  position: relative;
  transition: 0.2s ease;
}
.u-external-link::before {
  content: "\e89e";
  font-family: "Material Icons";
  position: absolute;
  top: -0.5rem;
  right: -1.3rem;
}
@media screen and (min-width: 1025px) {
  .u-external-link::before {
    top: -0.5rem;
    right: -0.9rem;
  }
}
.u-external-link:hover {
  color: #F9772E;
}

/* 背景色
------------------------------------------ */
.u-bg-white {
  background-color: #fff;
}
.u-bg-white-alpha7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.u-bg-gray {
  background-color: #f8f8f8;
}

.u-bg-main-light {
  background-color: #EBF2E1;
}

.u-bg-accent-light {
  background-color: #FFD4BB;
}

/* border
------------------------------------------ */
.u-border-base {
  border: 1px solid #0F172A;
}

.u-border-gray {
  border: 1px solid #D9D9D9;
}

.u-border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

.u-border-none {
  border: none;
}

/* icon
------------------------------------------ */
.u-icon-trending-flat {
  position: relative;
}
.u-icon-trending-flat::before {
  content: "\e8e4";
  font-family: "Material Icons";
  display: inline-block;
}
.u-icon-sell {
  position: relative;
}
.u-icon-sell::before {
  content: "\e892";
  font-family: "Material Icons";
  display: inline-block;
}
.u-icon-open_in_new {
  position: relative;
}
.u-icon-open_in_new::before {
  content: "\e89e";
  font-family: "Material Icons";
  display: inline-block;
}
.u-icon-checkbox {
  position: relative;
}
.u-icon-checkbox::before {
  content: "\e834";
  font-family: "Material Icons";
  display: inline-block;
  transform: translateY(3px);
}

/* space
------------------------------------------ */
.u-mt-0 {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .u-mt-0 {
    margin-top: 0;
  }
}

.u-mb-0 {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .u-mb-0 {
    margin-bottom: 0;
  }
}

.u-ml-0 {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .u-ml-0 {
    margin-left: 0;
  }
}

.u-pt-0 {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .u-pt-0 {
    padding-top: 0;
  }
}

.u-pb-0 {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .u-pb-0 {
    padding-bottom: 0;
  }
}

.u-px-0 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1025px) {
  .u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.u-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .u-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.u-p-0 {
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .u-p-0 {
    padding: 0;
  }
}

.u-mt-4 {
  margin-top: 2px;
}
@media screen and (min-width: 1025px) {
  .u-mt-4 {
    margin-top: 4px;
  }
}

.u-mb-4 {
  margin-bottom: 2px;
}
@media screen and (min-width: 1025px) {
  .u-mb-4 {
    margin-bottom: 4px;
  }
}

.u-ml-4 {
  margin-left: 2px;
}
@media screen and (min-width: 1025px) {
  .u-ml-4 {
    margin-left: 4px;
  }
}

.u-pt-4 {
  padding-top: 2px;
}
@media screen and (min-width: 1025px) {
  .u-pt-4 {
    padding-top: 4px;
  }
}

.u-pb-4 {
  padding-bottom: 2px;
}
@media screen and (min-width: 1025px) {
  .u-pb-4 {
    padding-bottom: 4px;
  }
}

.u-px-4 {
  padding-left: 2px;
  padding-right: 2px;
}
@media screen and (min-width: 1025px) {
  .u-px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.u-py-4 {
  padding-top: 2px;
  padding-bottom: 2px;
}
@media screen and (min-width: 1025px) {
  .u-py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.u-p-4 {
  padding: 2px;
}
@media screen and (min-width: 1025px) {
  .u-p-4 {
    padding: 4px;
  }
}

.u-mt-8 {
  margin-top: 4px;
}
@media screen and (min-width: 1025px) {
  .u-mt-8 {
    margin-top: 8px;
  }
}

.u-mb-8 {
  margin-bottom: 4px;
}
@media screen and (min-width: 1025px) {
  .u-mb-8 {
    margin-bottom: 8px;
  }
}

.u-ml-8 {
  margin-left: 4px;
}
@media screen and (min-width: 1025px) {
  .u-ml-8 {
    margin-left: 8px;
  }
}

.u-pt-8 {
  padding-top: 4px;
}
@media screen and (min-width: 1025px) {
  .u-pt-8 {
    padding-top: 8px;
  }
}

.u-pb-8 {
  padding-bottom: 4px;
}
@media screen and (min-width: 1025px) {
  .u-pb-8 {
    padding-bottom: 8px;
  }
}

.u-px-8 {
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (min-width: 1025px) {
  .u-px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.u-py-8 {
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (min-width: 1025px) {
  .u-py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.u-p-8 {
  padding: 4px;
}
@media screen and (min-width: 1025px) {
  .u-p-8 {
    padding: 8px;
  }
}

.u-mt-12 {
  margin-top: 6px;
}
@media screen and (min-width: 1025px) {
  .u-mt-12 {
    margin-top: 12px;
  }
}

.u-mb-12 {
  margin-bottom: 6px;
}
@media screen and (min-width: 1025px) {
  .u-mb-12 {
    margin-bottom: 12px;
  }
}

.u-ml-12 {
  margin-left: 6px;
}
@media screen and (min-width: 1025px) {
  .u-ml-12 {
    margin-left: 12px;
  }
}

.u-pt-12 {
  padding-top: 6px;
}
@media screen and (min-width: 1025px) {
  .u-pt-12 {
    padding-top: 12px;
  }
}

.u-pb-12 {
  padding-bottom: 6px;
}
@media screen and (min-width: 1025px) {
  .u-pb-12 {
    padding-bottom: 12px;
  }
}

.u-px-12 {
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 1025px) {
  .u-px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.u-py-12 {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media screen and (min-width: 1025px) {
  .u-py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.u-p-12 {
  padding: 6px;
}
@media screen and (min-width: 1025px) {
  .u-p-12 {
    padding: 12px;
  }
}

.u-mt-16 {
  margin-top: 8px;
}
@media screen and (min-width: 1025px) {
  .u-mt-16 {
    margin-top: 16px;
  }
}

.u-mb-16 {
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .u-mb-16 {
    margin-bottom: 16px;
  }
}

.u-ml-16 {
  margin-left: 8px;
}
@media screen and (min-width: 1025px) {
  .u-ml-16 {
    margin-left: 16px;
  }
}

.u-pt-16 {
  padding-top: 8px;
}
@media screen and (min-width: 1025px) {
  .u-pt-16 {
    padding-top: 16px;
  }
}

.u-pb-16 {
  padding-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .u-pb-16 {
    padding-bottom: 16px;
  }
}

.u-px-16 {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 1025px) {
  .u-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.u-py-16 {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .u-py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.u-p-16 {
  padding: 8px;
}
@media screen and (min-width: 1025px) {
  .u-p-16 {
    padding: 16px;
  }
}

.u-mt-20 {
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .u-mt-20 {
    margin-top: 20px;
  }
}

.u-mb-20 {
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .u-mb-20 {
    margin-bottom: 20px;
  }
}

.u-ml-20 {
  margin-left: 10px;
}
@media screen and (min-width: 1025px) {
  .u-ml-20 {
    margin-left: 20px;
  }
}

.u-pt-20 {
  padding-top: 10px;
}
@media screen and (min-width: 1025px) {
  .u-pt-20 {
    padding-top: 20px;
  }
}

.u-pb-20 {
  padding-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .u-pb-20 {
    padding-bottom: 20px;
  }
}

.u-px-20 {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1025px) {
  .u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u-py-20 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.u-p-20 {
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .u-p-20 {
    padding: 20px;
  }
}

.u-mt-24 {
  margin-top: 12px;
}
@media screen and (min-width: 1025px) {
  .u-mt-24 {
    margin-top: 24px;
  }
}

.u-mb-24 {
  margin-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .u-mb-24 {
    margin-bottom: 24px;
  }
}

.u-ml-24 {
  margin-left: 12px;
}
@media screen and (min-width: 1025px) {
  .u-ml-24 {
    margin-left: 24px;
  }
}

.u-pt-24 {
  padding-top: 12px;
}
@media screen and (min-width: 1025px) {
  .u-pt-24 {
    padding-top: 24px;
  }
}

.u-pb-24 {
  padding-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .u-pb-24 {
    padding-bottom: 24px;
  }
}

.u-px-24 {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 1025px) {
  .u-px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.u-py-24 {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .u-py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.u-p-24 {
  padding: 12px;
}
@media screen and (min-width: 1025px) {
  .u-p-24 {
    padding: 24px;
  }
}

.u-mt-32 {
  margin-top: 16px;
}
@media screen and (min-width: 1025px) {
  .u-mt-32 {
    margin-top: 32px;
  }
}

.u-mb-32 {
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .u-mb-32 {
    margin-bottom: 32px;
  }
}

.u-ml-32 {
  margin-left: 16px;
}
@media screen and (min-width: 1025px) {
  .u-ml-32 {
    margin-left: 32px;
  }
}

.u-pt-32 {
  padding-top: 16px;
}
@media screen and (min-width: 1025px) {
  .u-pt-32 {
    padding-top: 32px;
  }
}

.u-pb-32 {
  padding-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .u-pb-32 {
    padding-bottom: 32px;
  }
}

.u-px-32 {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1025px) {
  .u-px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.u-py-32 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .u-py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.u-p-32 {
  padding: 16px;
}
@media screen and (min-width: 1025px) {
  .u-p-32 {
    padding: 32px;
  }
}

.u-mt-40 {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .u-mt-40 {
    margin-top: 40px;
  }
}

.u-mb-40 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .u-mb-40 {
    margin-bottom: 40px;
  }
}

.u-ml-40 {
  margin-left: 20px;
}
@media screen and (min-width: 1025px) {
  .u-ml-40 {
    margin-left: 40px;
  }
}

.u-pt-40 {
  padding-top: 20px;
}
@media screen and (min-width: 1025px) {
  .u-pt-40 {
    padding-top: 40px;
  }
}

.u-pb-40 {
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .u-pb-40 {
    padding-bottom: 40px;
  }
}

.u-px-40 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .u-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.u-py-40 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .u-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.u-p-40 {
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .u-p-40 {
    padding: 40px;
  }
}

.u-mt-48 {
  margin-top: 24px;
}
@media screen and (min-width: 1025px) {
  .u-mt-48 {
    margin-top: 48px;
  }
}

.u-mb-48 {
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .u-mb-48 {
    margin-bottom: 48px;
  }
}

.u-ml-48 {
  margin-left: 24px;
}
@media screen and (min-width: 1025px) {
  .u-ml-48 {
    margin-left: 48px;
  }
}

.u-pt-48 {
  padding-top: 24px;
}
@media screen and (min-width: 1025px) {
  .u-pt-48 {
    padding-top: 48px;
  }
}

.u-pb-48 {
  padding-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .u-pb-48 {
    padding-bottom: 48px;
  }
}

.u-px-48 {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 1025px) {
  .u-px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.u-py-48 {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .u-py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.u-p-48 {
  padding: 24px;
}
@media screen and (min-width: 1025px) {
  .u-p-48 {
    padding: 48px;
  }
}

.u-mt-56 {
  margin-top: 28px;
}
@media screen and (min-width: 1025px) {
  .u-mt-56 {
    margin-top: 56px;
  }
}

.u-mb-56 {
  margin-bottom: 28px;
}
@media screen and (min-width: 1025px) {
  .u-mb-56 {
    margin-bottom: 56px;
  }
}

.u-ml-56 {
  margin-left: 28px;
}
@media screen and (min-width: 1025px) {
  .u-ml-56 {
    margin-left: 56px;
  }
}

.u-pt-56 {
  padding-top: 28px;
}
@media screen and (min-width: 1025px) {
  .u-pt-56 {
    padding-top: 56px;
  }
}

.u-pb-56 {
  padding-bottom: 28px;
}
@media screen and (min-width: 1025px) {
  .u-pb-56 {
    padding-bottom: 56px;
  }
}

.u-px-56 {
  padding-left: 28px;
  padding-right: 28px;
}
@media screen and (min-width: 1025px) {
  .u-px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }
}

.u-py-56 {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media screen and (min-width: 1025px) {
  .u-py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.u-p-56 {
  padding: 28px;
}
@media screen and (min-width: 1025px) {
  .u-p-56 {
    padding: 56px;
  }
}

.u-mt-64 {
  margin-top: 32px;
}
@media screen and (min-width: 1025px) {
  .u-mt-64 {
    margin-top: 64px;
  }
}

.u-mb-64 {
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .u-mb-64 {
    margin-bottom: 64px;
  }
}

.u-ml-64 {
  margin-left: 32px;
}
@media screen and (min-width: 1025px) {
  .u-ml-64 {
    margin-left: 64px;
  }
}

.u-pt-64 {
  padding-top: 32px;
}
@media screen and (min-width: 1025px) {
  .u-pt-64 {
    padding-top: 64px;
  }
}

.u-pb-64 {
  padding-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .u-pb-64 {
    padding-bottom: 64px;
  }
}

.u-px-64 {
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 1025px) {
  .u-px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.u-py-64 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .u-py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.u-p-64 {
  padding: 32px;
}
@media screen and (min-width: 1025px) {
  .u-p-64 {
    padding: 64px;
  }
}

.u-mt-72 {
  margin-top: 36px;
}
@media screen and (min-width: 1025px) {
  .u-mt-72 {
    margin-top: 72px;
  }
}

.u-mb-72 {
  margin-bottom: 36px;
}
@media screen and (min-width: 1025px) {
  .u-mb-72 {
    margin-bottom: 72px;
  }
}

.u-ml-72 {
  margin-left: 36px;
}
@media screen and (min-width: 1025px) {
  .u-ml-72 {
    margin-left: 72px;
  }
}

.u-pt-72 {
  padding-top: 36px;
}
@media screen and (min-width: 1025px) {
  .u-pt-72 {
    padding-top: 72px;
  }
}

.u-pb-72 {
  padding-bottom: 36px;
}
@media screen and (min-width: 1025px) {
  .u-pb-72 {
    padding-bottom: 72px;
  }
}

.u-px-72 {
  padding-left: 36px;
  padding-right: 36px;
}
@media screen and (min-width: 1025px) {
  .u-px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }
}

.u-py-72 {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media screen and (min-width: 1025px) {
  .u-py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.u-p-72 {
  padding: 36px;
}
@media screen and (min-width: 1025px) {
  .u-p-72 {
    padding: 72px;
  }
}

.u-mt-80 {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .u-mt-80 {
    margin-top: 80px;
  }
}

.u-mb-80 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .u-mb-80 {
    margin-bottom: 80px;
  }
}

.u-ml-80 {
  margin-left: 40px;
}
@media screen and (min-width: 1025px) {
  .u-ml-80 {
    margin-left: 80px;
  }
}

.u-pt-80 {
  padding-top: 40px;
}
@media screen and (min-width: 1025px) {
  .u-pt-80 {
    padding-top: 80px;
  }
}

.u-pb-80 {
  padding-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .u-pb-80 {
    padding-bottom: 80px;
  }
}

.u-px-80 {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 1025px) {
  .u-px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.u-py-80 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .u-py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.u-p-80 {
  padding: 40px;
}
@media screen and (min-width: 1025px) {
  .u-p-80 {
    padding: 80px;
  }
}

.u-mt-100 {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .u-mt-100 {
    margin-top: 100px;
  }
}

.u-mb-100 {
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .u-mb-100 {
    margin-bottom: 100px;
  }
}

.u-ml-100 {
  margin-left: 50px;
}
@media screen and (min-width: 1025px) {
  .u-ml-100 {
    margin-left: 100px;
  }
}

.u-pt-100 {
  padding-top: 50px;
}
@media screen and (min-width: 1025px) {
  .u-pt-100 {
    padding-top: 100px;
  }
}

.u-pb-100 {
  padding-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .u-pb-100 {
    padding-bottom: 100px;
  }
}

.u-px-100 {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (min-width: 1025px) {
  .u-px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.u-py-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .u-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.u-p-100 {
  padding: 50px;
}
@media screen and (min-width: 1025px) {
  .u-p-100 {
    padding: 100px;
  }
}

.u-mt-120 {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .u-mt-120 {
    margin-top: 120px;
  }
}

.u-mb-120 {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .u-mb-120 {
    margin-bottom: 120px;
  }
}

.u-ml-120 {
  margin-left: 60px;
}
@media screen and (min-width: 1025px) {
  .u-ml-120 {
    margin-left: 120px;
  }
}

.u-pt-120 {
  padding-top: 60px;
}
@media screen and (min-width: 1025px) {
  .u-pt-120 {
    padding-top: 120px;
  }
}

.u-pb-120 {
  padding-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .u-pb-120 {
    padding-bottom: 120px;
  }
}

.u-px-120 {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (min-width: 1025px) {
  .u-px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.u-py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .u-py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.u-p-120 {
  padding: 60px;
}
@media screen and (min-width: 1025px) {
  .u-p-120 {
    padding: 120px;
  }
}

.u-mt-140 {
  margin-top: 70px;
}
@media screen and (min-width: 1025px) {
  .u-mt-140 {
    margin-top: 140px;
  }
}

.u-mb-140 {
  margin-bottom: 70px;
}
@media screen and (min-width: 1025px) {
  .u-mb-140 {
    margin-bottom: 140px;
  }
}

.u-ml-140 {
  margin-left: 70px;
}
@media screen and (min-width: 1025px) {
  .u-ml-140 {
    margin-left: 140px;
  }
}

.u-pt-140 {
  padding-top: 70px;
}
@media screen and (min-width: 1025px) {
  .u-pt-140 {
    padding-top: 140px;
  }
}

.u-pb-140 {
  padding-bottom: 70px;
}
@media screen and (min-width: 1025px) {
  .u-pb-140 {
    padding-bottom: 140px;
  }
}

.u-px-140 {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (min-width: 1025px) {
  .u-px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
}

.u-py-140 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 1025px) {
  .u-py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.u-p-140 {
  padding: 70px;
}
@media screen and (min-width: 1025px) {
  .u-p-140 {
    padding: 140px;
  }
}

.u-mt-160 {
  margin-top: 80px;
}
@media screen and (min-width: 1025px) {
  .u-mt-160 {
    margin-top: 160px;
  }
}

.u-mb-160 {
  margin-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .u-mb-160 {
    margin-bottom: 160px;
  }
}

.u-ml-160 {
  margin-left: 80px;
}
@media screen and (min-width: 1025px) {
  .u-ml-160 {
    margin-left: 160px;
  }
}

.u-pt-160 {
  padding-top: 80px;
}
@media screen and (min-width: 1025px) {
  .u-pt-160 {
    padding-top: 160px;
  }
}

.u-pb-160 {
  padding-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .u-pb-160 {
    padding-bottom: 160px;
  }
}

.u-px-160 {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (min-width: 1025px) {
  .u-px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
}

.u-py-160 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .u-py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.u-p-160 {
  padding: 80px;
}
@media screen and (min-width: 1025px) {
  .u-p-160 {
    padding: 160px;
  }
}

.u-mt-180 {
  margin-top: 90px;
}
@media screen and (min-width: 1025px) {
  .u-mt-180 {
    margin-top: 180px;
  }
}

.u-mb-180 {
  margin-bottom: 90px;
}
@media screen and (min-width: 1025px) {
  .u-mb-180 {
    margin-bottom: 180px;
  }
}

.u-ml-180 {
  margin-left: 90px;
}
@media screen and (min-width: 1025px) {
  .u-ml-180 {
    margin-left: 180px;
  }
}

.u-pt-180 {
  padding-top: 90px;
}
@media screen and (min-width: 1025px) {
  .u-pt-180 {
    padding-top: 180px;
  }
}

.u-pb-180 {
  padding-bottom: 90px;
}
@media screen and (min-width: 1025px) {
  .u-pb-180 {
    padding-bottom: 180px;
  }
}

.u-px-180 {
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (min-width: 1025px) {
  .u-px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
}

.u-py-180 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (min-width: 1025px) {
  .u-py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

.u-p-180 {
  padding: 90px;
}
@media screen and (min-width: 1025px) {
  .u-p-180 {
    padding: 180px;
  }
}

.u-mt-200 {
  margin-top: 100px;
}
@media screen and (min-width: 1025px) {
  .u-mt-200 {
    margin-top: 200px;
  }
}

.u-mb-200 {
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .u-mb-200 {
    margin-bottom: 200px;
  }
}

.u-ml-200 {
  margin-left: 100px;
}
@media screen and (min-width: 1025px) {
  .u-ml-200 {
    margin-left: 200px;
  }
}

.u-pt-200 {
  padding-top: 100px;
}
@media screen and (min-width: 1025px) {
  .u-pt-200 {
    padding-top: 200px;
  }
}

.u-pb-200 {
  padding-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .u-pb-200 {
    padding-bottom: 200px;
  }
}

.u-px-200 {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (min-width: 1025px) {
  .u-px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}

.u-py-200 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .u-py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.u-p-200 {
  padding: 100px;
}
@media screen and (min-width: 1025px) {
  .u-p-200 {
    padding: 200px;
  }
}

/* 中央揃え
------------------------------------------ */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

/* 改行
------------------------------------------ */
.u-brsp {
  display: block;
}
@media screen and (min-width: 1025px) {
  .u-brsp {
    display: none;
  }
}

.u-brpc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-brpc {
    display: block;
  }
}

/* 表示非表示
------------------------------------------ */
.u-hide-pc {
  display: flex;
  visibility: visible;
  overflow: visible;
}
@media screen and (min-width: 1025px) {
  .u-hide-pc {
    display: none;
    visibility: hidden;
    overflow: hidden;
  }
}

.u-hide-sp {
  display: none;
  visibility: hidden;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .u-hide-sp {
    display: flex;
    visibility: visible;
    overflow: visible;
  }
}/*# sourceMappingURL=style.css.map */