html {
  color: #333333;
  line-height: 1.65;
  font-size: 16px;
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
}
@media (max-width: 750px) {
  html {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1280px) {
  html {
    font-size: 1.0666666667vw;
  }
}

\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  border: none;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.text-underline {
  text-decoration: underline;
}
.text-line-through {
  text-decoration: line-through;
}
.text-no-underline {
  text-decoration: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-300 {
  font-weight: 300;
}
.text-400 {
  font-weight: 400;
}
.text-500 {
  font-weight: 500;
}
.text-600 {
  font-weight: 600;
}
.text-700 {
  font-weight: 700;
}

.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
  flex-wrap: wrap;
}
.d-flexJustify {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 750px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 751px) {
  .only-sp {
    display: none;
  }
}

.btn {
  border: none;
}
.btn:disabled {
  cursor: default !important;
}
.btn:not(:disabled) {
  cursor: pointer !important;
}
.btn-link {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1;
  color: #FFFFFF;
  background-color: #100C02;
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  border-radius: 3.125rem;
  padding: 1.4375rem 2.25rem 1.3125rem;
  display: inline-flex;
  text-align: center;
  transition: all 0.3s;
}
.btn-link .icon-right {
  margin-left: 0.9375rem;
}
.btn-link--orange {
  background: linear-gradient(135deg, #e7c67e 0%, #ac8020 100%);
  color: #100C02;
  border-style: solid;
  border-width: 0.25rem;
  border-color: #F3E2BE;
  margin-right: 1.5625rem;
}
.btn-link--orange:hover {
  border-color: #E7C67E;
}

.section-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem;
}

.card-item {
  padding: 0.625rem 2.1875rem 0.625rem 0.625rem;
  box-sizing: border-box;
  width: 22.5rem;
}
@media (max-width: 750px) {
  .card-item {
    padding: 0;
    width: 100%;
  }
}
.card-item--bg {
  border-radius: 10px;
  padding: 2.5rem 2.5rem 3.125rem;
  background-color: transparent;
  background-image: linear-gradient(45deg, #ffffff 0%, #F7ECD4 100%);
}
@media (max-width: 750px) {
  .card-item--bg {
    padding: 1.875rem 1.875rem 2.5rem;
  }
}
.card-item--bg .card-item_title {
  font-size: 1.375rem !important;
  line-height: 1.25em !important;
}
@media (max-width: 750px) {
  .card-item--bg .card-item_title {
    font-size: 1.5rem !important;
  }
}
.card-item--bg .card-item_txt {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.3em;
}
@media (max-width: 750px) {
  .card-item--bg .card-item_txt {
    font-size: 1.25rem;
  }
}
.card-item_icon {
  margin-bottom: 1.25rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
}
.card-item_title {
  color: #241A04;
  font-weight: bold;
  margin-bottom: 1.25rem;
  margin-top: 0;
  font-size: 3.125rem;
  line-height: 1.1em;
}
.card-item_txt {
  color: #848076;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.3em;
}
.card-item .btn-linkMore {
  color: #AC8020;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
}
.card-item .btn-linkMore:hover {
  text-decoration: underline;
}
@media (max-width: 750px) {
  .card-item .btn-linkMore {
    font-size: 1.25rem;
  }
}

section .u--title {
  font-family: "Roboto Slab", serif;
  font-size: 3.125rem;
  font-weight: bold;
  margin: 0 0 1.875rem;
  line-height: 1.2;
  color: #241A04;
}
@media (max-width: 750px) {
  section .u--title {
    font-size: 2.5rem;
  }
}
section .u--text {
  color: #848076;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin: 0;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  overflow: visible;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5DCD2;
  box-shadow: none;
  z-index: 99;
}
.header .container {
  align-items: center;
  justify-content: space-between;
  height: 3.75rem;
}
.header-logo {
  display: block;
}
.header-logo img {
  max-height: 3rem;
  width: auto;
}
.header-menu ul {
  margin: 0;
  display: flex;
}
.header-menu ul li a {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2B2927;
  padding: 0.9375rem 0;
  margin: 0 0.9375rem;
  text-decoration: none;
  transition: all ease 0.3s;
  position: relative;
}
.header-menu ul li a:after {
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #D7A028;
  transition: all 0.2s linear;
}
.header-menu ul li a:hover {
  color: #D7A028;
}
.header-menu ul li a:hover:after {
  width: 100%;
  height: 1px;
}

.footer {
  padding: 1.875rem 0;
  background-color: #0D0D0C;
}
.footer .txt-copyright {
  color: #FFFFFF;
  font-size: 1.125rem;
  margin: 0;
}
.footer .list-social {
  display: flex;
  margin: 0.625rem 0;
  gap: 5px;
}
.footer .list-social li {
  line-height: 1;
}
.footer .list-social li a {
  background-color: #282828;
  border-radius: 10%;
  display: inline-block;
}
.footer .list-social li a span {
  width: 1.875rem;
  height: 1.875rem;
  display: block;
}

body {
  font-size: 1rem;
}
@media (max-width: 750px) {
  body {
    font-size: 1.125rem;
  }
}

.container {
  width: 100%;
  max-width: 73.125rem;
  margin: 0 auto;
  padding-inline: 0.9375rem;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 750px) {
  .container {
    padding-inline: 1.25rem;
  }
}

ul {
  padding-left: 0;
  list-style: none;
}

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

.header-vsc-elite {
  position: absolute;
  background-color: transparent;
  border-bottom: none;
}
.header-vsc-elite .container {
  height: auto;
  padding: 1.875rem 0;
}
.header-vsc-elite .header-logo {
  display: block;
  width: 11.25rem;
  margin-inline: auto;
}
.header-vsc-elite .header-logo img {
  max-height: inherit;
  width: auto;
}
.header-vsc-elite .header-menu {
  display: none;
}/*# sourceMappingURL=common.css.map */