@charset "UTF-8";

:root {
  --colorTextBody: #000000;
  --colorTextBodyDim: #565656;
  --colorTextLink: #191919;
  --colorTextHeader: #191919;
  --colorTextFooter: #000000;
  --colorImageBg: 0, 0, 0;
  --colorImageFilter: 222, 219, 209, .35;

  --colorBody: #ffffff;
  --colorBodyDim: #f9f9f9;
  --colorBorder: #ccc;
  --colorArrow: #666666;

  --colorFooter: #ffffff;
  --colorHeader: #ffffff;

  --colorYellow:#FAED00;
  --colorYellow2:#FFF986;
  --colorGreen:#02a284;
  --colorYellowGrade:linear-gradient(0deg,#FAED02 0%, #FFF986 100%);

  --gutterGrid: 1rem;
  --gutterGridMinus: -1rem;
  --radiusGrid: 3px;
  --bgGrid: rgba(255, 255, 255, 0.75);
  --gutterPage: 1.5rem;
  --gutterPageMinus: -1.5rem;
  --pageWidth: 1440px;
  --wrapperWidth: 100%;
  --typeBasePrimary: ;
}

@media only screen and (min-width:768px) {
  :root {
    --gutterPage: 3rem;
    --gutterPageMinus: -3rem;
    --gutterGrid: 1.2rem;
    --gutterGridMinus: -1.2rem;
  }
}

@font-face{
  font-family: 'BatonNouveau';
  src: url('../fonts/BatonNouveau-Var.woff2') format('woff2'),url('../fonts/BatonNouveau-Var.woff') format('woff');
}

/*================ Global | Normalize ================*/
*, input, :before, :after { -o-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block;}
audio, canvas, progress, video { display: inline-block; vertical-align: baseline;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td, figure, main { margin: 0; padding: 0;}
table { border-collapse: collapse; border-spacing: 0;}
fieldset, img { border: 0;}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var { font: inherit;}
del, ins { text-decoration: none;}
li { list-style: none;}
caption, th { text-align: left;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: inherit;}
q:before, q:after { content: "";}
abbr, acronym { border: 0; font-variant: normal;}
sup { vertical-align: baseline;}
sub { vertical-align: baseline;}
a:hover { text-decoration: inherit;}
button { border: 0; margin: 0; padding: 0; background: transparent; cursor: pointer; font-family: inherit; font-size: inherit; font-weight: inherit; color: inherit; letter-spacing: inherit; line-height: inherit; text-align: inherit; text-transform: inherit; outline: none;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}

/*============================================================================
  Grid Columns
==============================================================================*/
.clearfix:after { content: ''; display: table; clear: both; }
.grid:after { content: ""; display: table; clear: both; }
.grid { display: flex; flex-wrap: wrap; margin: 0; padding: 0; margin-left: var(--gutterGridMinus); margin-bottom: var(--gutterGridMinus); }
.grid--align-bottom { align-items: flex-end !important; }
.grid--align-center { align-items: center !important; }
.grid--align-top { align-items: flex-start !important; }
.grid--justify-center { justify-content: center !important; }
.grid--justify-flex-start { justify-content: flex-start !important; }
.grid--justify-flex-end { justify-content: flex-end !important; }
.grid--nowrap { flex-wrap: nowrap }
.grid--reverse { flex-direction: row-reverse }
.grid__item { flex-basis: 100%; flex-grow: 1; flex-shrink: 1; max-width: 100%; padding-left: var(--gutterGrid); padding-bottom: var(--gutterGrid); width: 100%; min-height: 1px }
.grid__item[class*="--push"] { position: relative; }
.grid--small { margin-left: -10px; margin-bottom: -10px; }
.grid--small .grid__item { padding-left: 10px; padding-bottom: 10px; }
.grid--no-gutters { margin-left: -1px; margin-bottom: 0; }
.grid--no-gutters>.grid__item { padding-left: 1px; padding-bottom: 0; }
.grid--one-gutters { margin-left: -1px; margin-bottom: -1px; }
.grid--one-gutters>.grid__item { padding-left: 1px; padding-bottom: 1px; }
.grid--small-gutters { margin-left: -10px; margin-bottom: -10px; }
.grid--small-gutters>.grid__item { padding-left: 10px; padding-bottom: 10px; }
.grid--large-gutters { margin-left: -40px; margin-bottom: -40px; }
.grid--large-gutters>.grid__item { padding-left: 40px; padding-bottom: 40px; }
@media only screen and (max-width:768px) {
  .grid--large-gutters { margin-left: -20px; margin-bottom: -20px; }
  .grid--large-gutters>.grid__item { padding-left: 20px; padding-bottom: 20px; }
}
@media only screen and (min-width:1200px) {
  .grid--large-gutters { margin-left: -3.33333vw; margin-bottom: -3.33333vw; }
  .grid--large-gutters>.grid__item { padding-left: 3.33333vw; padding-bottom: 3.33333vw; }
}
@media only screen and (min-width:1600px) {
  .grid--large-gutters { margin-left: -50px; margin-bottom: --50px; }
  .grid--large-gutters>.grid__item { padding-left: 50px; padding-bottom: 50px; }
}
.grid--xlarge-gutters { margin-left: -60px; margin-bottom: -60px; }
.grid--xlarge-gutters>.grid__item { padding-left: 60px; padding-bottom: 60px; }
@media only screen and (max-width:768px) {
  .grid--xlarge-gutters { margin-left: -20px; margin-bottom: -20px; }
  .grid--xlarge-gutters>.grid__item { padding-left: 20px; padding-bottom: 20px; }
}
@media only screen and (min-width:1200px) {
  .grid--xlarge-gutters { margin-left: -5vw; margin-bottom: -5vw; }
  .grid--xlarge-gutters>.grid__item { padding-left: 5vw; padding-bottom: 5vw; }
}
.grid--flush-bottom { margin-bottom: var(--gutterGridMinus); overflow: auto }
.grid--flush-bottom>.grid__item { margin-bottom: var(--gutterGrid); }
.grid--center { text-align: center }
.grid--center .grid__item { float: none; display: inline-block; vertical-align: top; text-align: left }
.grid--full { margin-left: 0 }
.grid--full>.grid__item { padding-left: 0; }
@media only screen and (min-width:769px) {
  .grid--table-large { display: table; width: 100%; table-layout: fixed }
  .grid--table-large>.grid__item { display: table-cell; vertical-align: middle; float: none; }
}
@media only screen and (max-width:768px) {
  .small--grid--flush { margin-left: -2px }
  .page-width .small--grid--flush { margin-left: -2px; }
  .small--grid--flush>.grid__item { padding-left: 2px; }
}
.one-whole { flex-basis: 100%; max-width: 100%; width: 100%; }
.one-half { flex-basis: 50%; max-width: 50%; width: 50%; }
.one-third { flex-basis: 33.33333%; max-width: 33.33333%; width: 33.33333%; }
.two-thirds { flex-basis: 66.66667%; max-width: 66.66667%; width: 66.66667%; }
.one-quarter { flex-basis: 25%; max-width: 25%; width: 25%; }
.two-quarters { flex-basis: 50%; max-width: 50%; width: 50%; }
.three-quarters { flex-basis: 75%; max-width: 75%; width: 75%; }
.one-fifth { flex-basis: 20%; max-width: 20%; width: 20%; }
.two-fifths { flex-basis: 40%; max-width: 40%; width: 40%; }
.three-fifths { flex-basis: 60%; max-width: 60%; width: 60%; }
.four-fifths { flex-basis: 80%; max-width: 80%; width: 80%; }
.one-sixth { flex-basis: 16.66667%; max-width: 16.66667%; width: 16.66667%; }
.two-sixths { flex-basis: 33.33333%; max-width: 33.33333%; width: 33.33333%; }
.three-sixths { flex-basis: 50%; max-width: 50%; width: 50%; }
.four-sixths { flex-basis: 66.66667%; max-width: 66.66667%; width: 66.66667%; }
.five-sixths { flex-basis: 83.33333%; max-width: 83.33333%; width: 83.33333%; }
.one-eighth { flex-basis: 12.5%; max-width: 12.5%; width: 12.5%; }
.two-eighths { flex-basis: 25%; max-width: 25%; width: 25%; }
.three-eighths { flex-basis: 37.5%; max-width: 37.5%; width: 37.5%; }
.four-eighths { flex-basis: 50%; max-width: 50%; width: 50%; }
.five-eighths { flex-basis: 62.5%; max-width: 62.5%; width: 62.5%; }
.six-eighths { flex-basis: 75%; max-width: 75%; width: 75%; }
.seven-eighths { flex-basis: 87.5%; max-width: 87.5%; width: 87.5%; }
.one-tenth { flex-basis: 10%; max-width: 10%; width: 10%; }
.two-tenths { flex-basis: 20%; max-width: 20%; width: 20%; }
.three-tenths { flex-basis: 30%; max-width: 30%; width: 30%; }
.four-tenths { flex-basis: 40%; max-width: 40%; width: 40%; }
.five-tenths { flex-basis: 50%; max-width: 50%; width: 50%; }
.six-tenths { flex-basis: 60%; max-width: 60%; width: 60%; }
.seven-tenths { flex-basis: 70%; max-width: 70%; width: 70%; }
.eight-tenths { flex-basis: 80%; max-width: 80%; width: 80%; }
.nine-tenths { flex-basis: 90%; max-width: 90%; width: 90%; }
.one-twelfth { flex-basis: 8.33333%; max-width: 8.33333%; width: 8.33333%; }
.two-twelfths { flex-basis: 16.66667%; max-width: 16.66667%; width: 16.66667%; }
.three-twelfths { flex-basis: 25%; max-width: 25%; width: 25%; }
.four-twelfths { flex-basis: 33.33333%; max-width: 33.33333%; width: 33.33333%; }
.five-twelfths { flex-basis: 41.66667%; max-width: 41.66667%; width: 41.66667%; }
.six-twelfths { flex-basis: 50%; max-width: 50%; width: 50%; }
.seven-twelfths { flex-basis: 58.33333%; max-width: 58.33333%; width: 58.33333%; }
.eight-twelfths { flex-basis: 66.66667%; max-width: 66.66667%; width: 66.66667%; }
.nine-twelfths { flex-basis: 75%; max-width: 75%; width: 75%; }
.ten-twelfths { flex-basis: 83.33333%; max-width: 83.33333%; width: 83.33333%; }
.eleven-twelfths { flex-basis: 91.66667%; max-width: 91.66667%; width: 91.66667%; }
@media only screen and (max-width:768px) {
  .small--one-whole { flex-basis: 100%; max-width: 100%; width: 100%; }
  .small--one-half { flex-basis: 50%; max-width: 50%; width: 50%; }
  .small--one-third { flex-basis: 33.33333%; max-width: 33.33333%; width: 33.33333%; }
  .small--two-thirds { flex-basis: 66.66667%; max-width: 66.66667%; width: 66.66667%; }
  .small--one-quarter { flex-basis: 25%; max-width: 25%; width: 25%; }
  .small--two-quarters { flex-basis: 50%; max-width: 50%; width: 50%; }
  .small--three-quarters { flex-basis: 75%; max-width: 75%; width: 75%; }
  .small--one-fifth { flex-basis: 20%; max-width: 20%; width: 20%; }
  .small--two-fifths { flex-basis: 40%; max-width: 40%; width: 40%; }
  .small--three-fifths { flex-basis: 60%; max-width: 60%; width: 60%; }
  .small--four-fifths { flex-basis: 80%; max-width: 80%; width: 80%; }
  .small--one-sixth { flex-basis: 16.66667%; max-width: 16.66667%; width: 16.66667%; }
  .small--two-sixths { flex-basis: 33.33333%; max-width: 33.33333%; width: 33.33333%; }
  .small--three-sixths { flex-basis: 50%; max-width: 50%; width: 50%; }
  .small--four-sixths { flex-basis: 66.66667%; max-width: 66.66667%; width: 66.66667%; }
  .small--five-sixths { flex-basis: 83.33333%; max-width: 83.33333%; width: 83.33333%; }
  .small--one-eighth { flex-basis: 12.5%; max-width: 12.5%; width: 12.5%; }
  .small--two-eighths { flex-basis: 25%; max-width: 25%; width: 25%; }
  .small--three-eighths { flex-basis: 37.5%; max-width: 37.5%; width: 37.5%; }
  .small--four-eighths { flex-basis: 50%; max-width: 50%; width: 50%; }
  .small--five-eighths { flex-basis: 62.5%; max-width: 62.5%; width: 62.5%; }
  .small--six-eighths { flex-basis: 75%; max-width: 75%; width: 75%; }
  .small--seven-eighths { flex-basis: 87.5%; max-width: 87.5%; width: 87.5%; }
  .small--one-tenth { flex-basis: 10%; max-width: 10%; width: 10%; }
  .small--two-tenths { flex-basis: 20%; max-width: 20%; width: 20%; }
  .small--three-tenths { flex-basis: 30%; max-width: 30%; width: 30%; }
  .small--four-tenths { flex-basis: 40%; max-width: 40%; width: 40%; }
  .small--five-tenths { flex-basis: 50%; max-width: 50%; width: 50%; }
  .small--six-tenths { flex-basis: 60%; max-width: 60%; width: 60%; }
  .small--seven-tenths { flex-basis: 70%; max-width: 70%; width: 70%; }
  .small--eight-tenths { flex-basis: 80%; max-width: 80%; width: 80%; }
  .small--nine-tenths { flex-basis: 90%; max-width: 90%; width: 90%; }
  .small--one-twelfth { flex-basis: 8.33333%; max-width: 8.33333%; width: 8.33333%; }
  .small--two-twelfths { flex-basis: 16.66667%; max-width: 16.66667%; width: 16.66667%; }
  .small--three-twelfths { flex-basis: 25%; max-width: 25%; width: 25%; }
  .small--four-twelfths { flex-basis: 33.33333%; max-width: 33.33333%; width: 33.33333%; }
  .small--five-twelfths { flex-basis: 41.66667%; max-width: 41.66667%; width: 41.66667%; }
  .small--six-twelfths { flex-basis: 50%; max-width: 50%; width: 50%; }
  .small--seven-twelfths { flex-basis: 58.33333%; max-width: 58.33333%; width: 58.33333%; }
  .small--eight-twelfths { flex-basis: 66.66667%; max-width: 66.66667%; width: 66.66667%; }
  .small--nine-twelfths { flex-basis: 75%; max-width: 75%; width: 75%; }
  .small--ten-twelfths { flex-basis: 83.33333%; max-width: 83.33333%; width: 83.33333%; }
  .small--eleven-twelfths { flex-basis: 91.66667%; max-width: 91.66667%; width: 91.66667%; }
}
@media only screen and (min-width:769px) {
  .medium-up--one-whole { flex-basis: 100%; max-width: 100%; width: 100%; }
  .medium-up--one-half { flex-basis: 50%; max-width: 50%; width: 50%; }
  .medium-up--one-third { flex-basis: 33.33333%; max-width: 33.33333%; width: 33.33333%; }
  .medium-up--two-thirds { flex-basis: 66.66667%; max-width: 66.66667%; width: 66.66667%; }
  .medium-up--one-quarter { flex-basis: 25%; max-width: 25%; width: 25%; }
  .medium-up--two-quarters { flex-basis: 50%; max-width: 50%; width: 50%; }
  .medium-up--three-quarters { flex-basis: 75%; max-width: 75%; width: 75%; }
  .medium-up--one-fifth { flex-basis: 20%; max-width: 20%; width: 20%; }
  .medium-up--two-fifths { flex-basis: 40%; max-width: 40%; width: 40%; }
  .medium-up--three-fifths { flex-basis: 60%; max-width: 60%; width: 60%; }
  .medium-up--four-fifths { flex-basis: 80%; max-width: 80%; width: 80%; }
  .medium-up--one-sixth { flex-basis: 16.66667%; max-width: 16.66667%; width: 16.66667%; }
  .medium-up--two-sixths { flex-basis: 33.33333%; max-width: 33.33333%; width: 33.33333%; }
  .medium-up--three-sixths { flex-basis: 50%; max-width: 50%; width: 50%; }
  .medium-up--four-sixths { flex-basis: 66.66667%; max-width: 66.66667%; width: 66.66667%; }
  .medium-up--five-sixths { flex-basis: 83.33333%; max-width: 83.33333%; width: 83.33333%; }
  .medium-up--one-eighth { flex-basis: 12.5%; max-width: 12.5%; width: 12.5%; }
  .medium-up--two-eighths { flex-basis: 25%; max-width: 25%; width: 25%; }
  .medium-up--three-eighths { flex-basis: 37.5%; max-width: 37.5%; width: 37.5%; }
  .medium-up--four-eighths { flex-basis: 50%; max-width: 50%; width: 50%; }
  .medium-up--five-eighths { flex-basis: 62.5%; max-width: 62.5%; width: 62.5%; }
  .medium-up--six-eighths { flex-basis: 75%; max-width: 75%; width: 75%; }
  .medium-up--seven-eighths { flex-basis: 87.5%; max-width: 87.5%; width: 87.5%; }
  .medium-up--one-tenth { flex-basis: 10%; max-width: 10%; width: 10%; }
  .medium-up--two-tenths { flex-basis: 20%; max-width: 20%; width: 20%; }
  .medium-up--three-tenths { flex-basis: 30%; max-width: 30%; width: 30%; }
  .medium-up--four-tenths { flex-basis: 40%; max-width: 40%; width: 40%; }
  .medium-up--five-tenths { flex-basis: 50%; max-width: 50%; width: 50%; }
  .medium-up--six-tenths { flex-basis: 60%; max-width: 60%; width: 60%; }
  .medium-up--seven-tenths { flex-basis: 70%; max-width: 70%; width: 70%; }
  .medium-up--eight-tenths { flex-basis: 80%; max-width: 80%; width: 80%; }
  .medium-up--nine-tenths { flex-basis: 90%; max-width: 90%; width: 90%; }
  .medium-up--one-twelfth { flex-basis: 8.33333%; max-width: 8.33333%; width: 8.33333%; }
  .medium-up--two-twelfths { flex-basis: 16.66667%; max-width: 16.66667%; width: 16.66667%; }
  .medium-up--three-twelfths { flex-basis: 25%; max-width: 25%; width: 25%; }
  .medium-up--four-twelfths { flex-basis: 33.33333%; max-width: 33.33333%; width: 33.33333%; }
  .medium-up--five-twelfths { flex-basis: 41.66667%; max-width: 41.66667%; width: 41.66667%; }
  .medium-up--six-twelfths { flex-basis: 50%; max-width: 50%; width: 50%; }
  .medium-up--seven-twelfths { flex-basis: 58.33333%; max-width: 58.33333%; width: 58.33333%; }
  .medium-up--eight-twelfths { flex-basis: 66.66667%; max-width: 66.66667%; width: 66.66667%; }
  .medium-up--nine-twelfths { flex-basis: 75%; max-width: 75%; width: 75%; }
  .medium-up--ten-twelfths { flex-basis: 83.33333%; max-width: 83.33333%; width: 83.33333%; }
  .medium-up--eleven-twelfths { flex-basis: 91.66667%; max-width: 91.66667%; width: 91.66667%; }
}
@media only screen and (min-width:1025px) {
  .large-up--one-whole { flex-basis: 100%; max-width: 100%; width: 100%; }
  .large-up--one-half { flex-basis: 50%; max-width: 50%; width: 50%; }
  .large-up--one-third { flex-basis: 33.33333%; max-width: 33.33333%; width: 33.33333%; }
  .large-up--two-thirds { flex-basis: 66.66667%; max-width: 66.66667%; width: 66.66667%; }
  .large-up--one-quarter { flex-basis: 25%; max-width: 25%; width: 25%; }
  .large-up--two-quarters { flex-basis: 50%; max-width: 50%; width: 50%; }
  .large-up--three-quarters { flex-basis: 75%; max-width: 75%; width: 75%; }
  .large-up--one-fifth { flex-basis: 20%; max-width: 20%; width: 20%; }
  .large-up--two-fifths { flex-basis: 40%; max-width: 40%; width: 40%; }
  .large-up--three-fifths { flex-basis: 60%; max-width: 60%; width: 60%; }
  .large-up--four-fifths { flex-basis: 80%; max-width: 80%; width: 80%; }
  .large-up--one-sixth { flex-basis: 16.66667%; max-width: 16.66667%; width: 16.66667%; }
  .large-up--two-sixths { flex-basis: 33.33333%; max-width: 33.33333%; width: 33.33333%; }
  .large-up--three-sixths { flex-basis: 50%; max-width: 50%; width: 50%; }
  .large-up--four-sixths { flex-basis: 66.66667%; max-width: 66.66667%; width: 66.66667%; }
  .large-up--five-sixths { flex-basis: 83.33333%; max-width: 83.33333%; width: 83.33333%; }
  .large-up--one-eighth { flex-basis: 12.5%; max-width: 12.5%; width: 12.5%; }
  .large-up--two-eighths { flex-basis: 25%; max-width: 25%; width: 25%; }
  .large-up--three-eighths { flex-basis: 37.5%; max-width: 37.5%; width: 37.5%; }
  .large-up--four-eighths { flex-basis: 50%; max-width: 50%; width: 50%; }
  .large-up--five-eighths { flex-basis: 62.5%; max-width: 62.5%; width: 62.5%; }
  .large-up--six-eighths { flex-basis: 75%; max-width: 75%; width: 75%; }
  .large-up--seven-eighths { flex-basis: 87.5%; max-width: 87.5%; width: 87.5%; }
  .large-up--one-tenth { flex-basis: 10%; max-width: 10%; width: 10%; }
  .large-up--two-tenths { flex-basis: 20%; max-width: 20%; width: 20%; }
  .large-up--three-tenths { flex-basis: 30%; max-width: 30%; width: 30%; }
  .large-up--four-tenths { flex-basis: 40%; max-width: 40%; width: 40%; }
  .large-up--five-tenths { flex-basis: 50%; max-width: 50%; width: 50%; }
  .large-up--six-tenths { flex-basis: 60%; max-width: 60%; width: 60%; }
  .large-up--seven-tenths { flex-basis: 70%; max-width: 70%; width: 70%; }
  .large-up--eight-tenths { flex-basis: 80%; max-width: 80%; width: 80%; }
  .large-up--nine-tenths { flex-basis: 90%; max-width: 90%; width: 90%; }
  .large-up--one-twelfth { flex-basis: 8.33333%; max-width: 8.33333%; width: 8.33333%; }
  .large-up--two-twelfths { flex-basis: 16.66667%; max-width: 16.66667%; width: 16.66667%; }
  .large-up--three-twelfths { flex-basis: 25%; max-width: 25%; width: 25%; }
  .large-up--four-twelfths { flex-basis: 33.33333%; max-width: 33.33333%; width: 33.33333%; }
  .large-up--five-twelfths { flex-basis: 41.66667%; max-width: 41.66667%; width: 41.66667%; }
  .large-up--six-twelfths { flex-basis: 50%; max-width: 50%; width: 50%; }
  .large-up--seven-twelfths { flex-basis: 58.33333%; max-width: 58.33333%; width: 58.33333%; }
  .large-up--eight-twelfths { flex-basis: 66.66667%; max-width: 66.66667%; width: 66.66667%; }
  .large-up--nine-twelfths { flex-basis: 75%; max-width: 75%; width: 75%; }
  .large-up--ten-twelfths { flex-basis: 83.33333%; max-width: 83.33333%; width: 83.33333%; }
  .large-up--eleven-twelfths { flex-basis: 91.66667%; max-width: 91.66667%; width: 91.66667%; }
}
@media only screen and (min-width:769px) {
  .medium-up--push-one-half { left: 50%; }
  .medium-up--push-one-third { left: 33.33333%; }
  .medium-up--push-two-thirds { left: 66.66667%; }
  .medium-up--push-one-quarter { left: 25%; }
  .medium-up--push-two-quarters { left: 50%; }
  .medium-up--push-three-quarters { left: 75%; }
  .medium-up--push-one-fifth { left: 20%; }
  .medium-up--push-two-fifths { left: 40%; }
  .medium-up--push-three-fifths { left: 60%; }
  .medium-up--push-four-fifths { left: 80%; }
  .medium-up--push-one-sixth { left: 16.66667%; }
  .medium-up--push-two-sixths { left: 33.33333%; }
  .medium-up--push-three-sixths { left: 50%; }
  .medium-up--push-four-sixths { left: 66.66667%; }
  .medium-up--push-five-sixths { left: 83.33333%; }
  .medium-up--push-one-eighth { left: 12.5%; }
  .medium-up--push-two-eighths { left: 25%; }
  .medium-up--push-three-eighths { left: 37.5%; }
  .medium-up--push-four-eighths { left: 50%; }
  .medium-up--push-five-eighths { left: 62.5%; }
  .medium-up--push-six-eighths { left: 75%; }
  .medium-up--push-seven-eighths { left: 87.5%; }
  .medium-up--push-one-tenth { left: 10%; }
  .medium-up--push-two-tenths { left: 20%; }
  .medium-up--push-three-tenths { left: 30%; }
  .medium-up--push-four-tenths { left: 40%; }
  .medium-up--push-five-tenths { left: 50%; }
  .medium-up--push-six-tenths { left: 60%; }
  .medium-up--push-seven-tenths { left: 70%; }
  .medium-up--push-eight-tenths { left: 80%; }
  .medium-up--push-nine-tenths { left: 90%; }
  .medium-up--push-one-twelfth { left: 8.33333%; }
  .medium-up--push-two-twelfths { left: 16.66667%; }
  .medium-up--push-three-twelfths { left: 25%; }
  .medium-up--push-four-twelfths { left: 33.33333%; }
  .medium-up--push-five-twelfths { left: 41.66667%; }
  .medium-up--push-six-twelfths { left: 50%; }
  .medium-up--push-seven-twelfths { left: 58.33333%; }
  .medium-up--push-eight-twelfths { left: 66.66667%; }
  .medium-up--push-nine-twelfths { left: 75%; }
  .medium-up--push-ten-twelfths { left: 83.33333%; }
  .medium-up--push-eleven-twelfths { left: 91.66667%; }
}
@media only screen and (min-width:1025px) {
  .large-up--push-one-half { left: 50%; }
  .large-up--push-one-third { left: 33.33333%; }
  .large-up--push-two-thirds { left: 66.66667%; }
  .large-up--push-one-quarter { left: 25%; }
  .large-up--push-two-quarters { left: 50%; }
  .large-up--push-three-quarters { left: 75%; }
  .large-up--push-one-fifth { left: 20%; }
  .large-up--push-two-fifths { left: 40%; }
  .large-up--push-three-fifths { left: 60%; }
  .large-up--push-four-fifths { left: 80%; }
  .large-up--push-one-sixth { left: 16.66667%; }
  .large-up--push-two-sixths { left: 33.33333%; }
  .large-up--push-three-sixths { left: 50%; }
  .large-up--push-four-sixths { left: 66.66667%; }
  .large-up--push-five-sixths { left: 83.33333%; }
  .large-up--push-one-eighth { left: 12.5%; }
  .large-up--push-two-eighths { left: 25%; }
  .large-up--push-three-eighths { left: 37.5%; }
  .large-up--push-four-eighths { left: 50%; }
  .large-up--push-five-eighths { left: 62.5%; }
  .large-up--push-six-eighths { left: 75%; }
  .large-up--push-seven-eighths { left: 87.5%; }
  .large-up--push-one-tenth { left: 10%; }
  .large-up--push-two-tenths { left: 20%; }
  .large-up--push-three-tenths { left: 30%; }
  .large-up--push-four-tenths { left: 40%; }
  .large-up--push-five-tenths { left: 50%; }
  .large-up--push-six-tenths { left: 60%; }
  .large-up--push-seven-tenths { left: 70%; }
  .large-up--push-eight-tenths { left: 80%; }
  .large-up--push-nine-tenths { left: 90%; }
  .large-up--push-one-twelfth { left: 8.33333%; }
  .large-up--push-two-twelfths { left: 16.66667%; }
  .large-up--push-three-twelfths { left: 25%; }
  .large-up--push-four-twelfths { left: 33.33333%; }
  .large-up--push-five-twelfths { left: 41.66667%; }
  .large-up--push-six-twelfths { left: 50%; }
  .large-up--push-seven-twelfths { left: 58.33333%; }
  .large-up--push-eight-twelfths { left: 66.66667%; }
  .large-up--push-nine-twelfths { left: 75%; }
  .large-up--push-ten-twelfths { left: 83.33333%; }
  .large-up--push-eleven-twelfths { left: 91.66667%; }
}
.show { display: block !important; }
.hide { display: none !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
@media only screen and (max-width:768px) {
  .small--show { display: block !important; }
  .small--hide { display: none !important; }
  .small--text-left { text-align: left !important; }
  .small--text-right { text-align: right !important; }
  .small--text-center { text-align: center !important; }
}
@media only screen and (max-width:1024px) {
  .medium-down--show { display: block !important; }
  .medium-down--hide { display: none !important; }
  .medium-down--text-left { text-align: left !important; }
  .medium-down--text-right { text-align: right !important; }
  .medium-down--text-center { text-align: center !important; }
}
@media only screen and (min-width:769px) {
  .medium-up--show { display: block !important; }
  .medium-up--hide { display: none !important; }
  .medium-up--text-left { text-align: left !important; }
  .medium-up--text-right { text-align: right !important; }
  .medium-up--text-center { text-align: center !important; }
}
@media only screen and (min-width:1025px) {
  .large-up--show { display: block !important; }
  .large-up--hide { display: none !important; }
  .large-up--text-left { text-align: left !important; }
  .large-up--text-right { text-align: right !important; }
  .large-up--text-center { text-align: center !important; }
}
@media only screen and (max-width:768px) {
  .overflow-wrapper { padding-bottom: 1px; overflow: hidden; overflow-x: scroll; -webkit-overflow-scrolling: touch }
  .grid-overflow-wrapper { padding-bottom: 1px; overflow: hidden; overflow-x: scroll; -webkit-overflow-scrolling: touch }
  .grid-overflow-wrapper .grid { white-space: nowrap; display: flex; flex-wrap: nowrap !important; padding: 1px 0 0; }
  .grid-overflow-wrapper .grid__item { width: 55vw; flex: 0 0 55vw; display: inline-block; float: none; white-space: normal; }
  .grid-overflow-wrapper .grid__item--large { width: 80vw; flex: 0 0 80vw; }
  .grid-overflow-wrapper .grid__item:first-child { margin-left: var(--gutterPage); }
  .grid-overflow-wrapper .grid:after { content: ""; width: var(--gutterPage); flex: 0 0 var(--gutterPage); display: inline-block; float: none; white-space: normal; }
  .grid-overflow-wrapper .grid__item--view-all { align-self: center; }
  .grid-overflow-wrapper .grid-product__price,
  .grid-overflow-wrapper .grid__item { font-size: 0.75rem; }
}
@media only screen and (min-width:769px) {
  .grid-overflow-wrapper--full { padding-bottom: 1px; overflow: hidden; overflow-x: auto; -webkit-overflow-scrolling: touch }
  .grid-overflow-wrapper--full .grid { white-space: nowrap; display: flex; flex-wrap: nowrap !important; padding: 1px 0 0; }
  .grid-overflow-wrapper--full .grid__item { display: inline-block; float: none; white-space: normal; }
  .grid-overflow-wrapper--full .grid__item.medium-up--one-quarter { width: 25vw; flex: 0 0 25vw; }
  .grid-overflow-wrapper--full .grid__item.medium-up--one-fifth { width: 20vw; flex: 0 0 20vw; }
}

/*================ Partials | Helper Classes ================*/
.visually-hidden {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html { font-size:2.6667vw }
@media screen and (min-width: 1025px) {
  html { font-size:1vw }
}
@media screen and (min-width: 1400px) {
  html { font-size:14px }
}

body {
  background-color: var(--colorBody);
  color: var(--colorTextBody);
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.86;
  font-kerning: normal;
  overscroll-behavior: none;
  transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 769px) {
  body { font-size: 1.3rem; }
}

hr {
  border: none;
  height: 1px;
  background-color: var(--colorBorder);
  display: block;
  margin: .5rem 0;
}

hr.hr--small {
  margin: 1rem 0;
}

hr.hr--medium {
  margin: 2rem 0;
}

hr.hr--large {
  margin: 3rem 0;
}

strong,
.fw-7,
b {
  font-weight: 700;
}

a {
  color: var(--colorTextLink);
  text-decoration: none;
}

.wrapper {
  max-width: var(--wrapperWidth);
  margin: 0 auto;
}

.page-width {
  max-width: var(--pageWidth);
}

.section-inner {
  width: 100%;
  max-width: 1600px;
}

.page-width--half {
  max-width: calc(var(--pageWidth)/2);
}

.page-width,
.section-inner {
  position: relative;
  padding: 0 var(--gutterPage);
  margin: 0 auto;
}

.section-inner__pd {
  position: relative;
  padding: var(--gutterPage);
}

.space {
  display: block;
  height: var(--gutterPage);
}

.space.x025 {
  display: block;
  height: calc(var(--gutterPage) / 4);
}

.space.x05 {
  display: block;
  height: calc(var(--gutterPage) / 2);
}

.space.x2 {
  height: calc(var(--gutterPage) * 2);
}

@media only screen and (max-width: 767px) {
  .page-width--flush-small {
    padding: 0;
  }
}

.section {
  background-color:var(--colorBody);
  min-height:200px;
}
.section--pd {
  padding: 50px 0;
}

.section-space {
  height: 50px;
}



.section__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 43px;
  color: var(--text-dark);
}





h1, .h1 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

h2.s, .h2-s {
  font-size: 1.8rem;
}

h3, .h3 {
  font-size: 1.8rem;
  line-height: 1.4;
}

h3.s, .h3-s {
  font-size: 1.45rem;
}

h4, .h4 {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

h4.s, .h4-s {
  font-size: 1.3rem;
}

h5, .h5 {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

p,li {
  font-size: 1.2rem;
}
.fs-xl {
  font-size:4.5rem;
  letter-spacing:0.2em;
  line-height:1.2;
}
.fs-s {
  font-size:1.1rem;
  line-height:1.6;
}
.fs-xs {
  font-size:1rem;
  line-height:1.6;
}

@media only screen and (min-width: 1025px) {

  h1, .h1 {
    font-size: 4.8rem;
  }

  h2, .h2 {
    font-size: 4rem;
  }

  h2.s, .h2-s {
    font-size: 2.4rem;
  }

  h3, .h3 {
    font-size: 2.2rem;
  }

  h3.s, .h3-s {
    font-size: 1.8rem;
  }

  h4, .h4 {
    font-size: 1.8rem;
  }

  h4.s, .h4-s {
    font-size: 1.45rem;
  }

  h5, .h5{
    font-size: 1.3rem;
  }

  p,li {
    font-size: 1.4rem;
  }
  .fs-xl {
    font-size:5.8rem;
  }
  .fs-s {
    font-size:1.15rem;
  }
  .fs-xs {
    font-size:1.1rem;
  }
}


.media {
  height: 0;
  line-height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  display: block
}

.media--square {
  padding-bottom: 100%;
}

.media--banner {
  padding-bottom: 33.3333%;
}

.media--half {
  padding-bottom: 50%;
}

.media--rect {
  padding-bottom: 66.6666%;
}

.media--rect5-3 {
  padding-bottom: 60%;
}


.media--rect2 {
  padding-bottom: 56.25%;
}

.media--portrait {
  padding-bottom: 120%;
}

.media--portrait2 {
  padding-bottom: 130%;
}

.media--mov {
  padding-bottom: 56.25%;
}

.media--mov.media--movport {
  padding-bottom: 150%;
}

@media only screen and (max-width: 767px) {
  .small--media--square {
    padding-bottom: 100%;
  }

  .small--media--banner {
    padding-bottom: 33.3333%;
  }

  .small--media--rect {
    padding-bottom: 66.6666%;
  }

  .small--media--rect2 {
    padding-bottom: 56.25%;
  }

  .small--media--portrait {
    padding-bottom: 120%;
  }

  .small--media--portrait2 {
    padding-bottom: 130%;
  }

  .small--media--mov {
    padding-bottom: 56.25%;
  }

  .small--media--mov.media--movport {
    padding-bottom: 150%;
  }
}
.media img {
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: contain;';
  transition:opacity .3s;
}
.media iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


.section-header {
  margin-bottom: 20px
}

@media only screen and (min-width:769px) {
  .section-header {
    margin-bottom: 30px
  }
}

@media only screen and (min-width:1200px) {
  .section-header {
    margin-bottom: 40px
  }
}

a > img {
  display: block;
  width:100%
}

.cv-btn {
  position: relative;
  display: inline-block;
  width:100%;
  max-width: 30rem;
  background-color: var(--colorYellow);
  box-shadow:0 1px 3px rgba(0,0,0,0.2);
  padding:1rem;
  font-size: 1.3rem;
  text-align: center;
}
.cv-btn:after {
  content:"";
  position: absolute;
  right:0;
  top:0;
  width:5rem;
  height:100%;
  background: url(../img/icon-arrow-nav.svg) center no-repeat;
  background-size:contain;
}
.cv-btn--wh {
  background-color: #fff;
}





/* HEADER */
.lp-header {
  position: fixed;
  left:0;
  top:0;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  width:100%;
  z-index: 99;
}
.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0 30px;
  height:80px;
}
.lp-header .logo {
  display: block;
  width:150px;
}
.lp-header ul {
  display: flex;
  align-items: center;
}
.lp-header li {
  font-size:13px;
  font-weight: 500;
  margin-left:25px;
}
.lp-header li a:not(.btn):hover {
  text-decoration: underline;
}
.lp-header li a.btn {
  display: block;
  font-size: 15px;
  background-color: var(--colorYellow);
  padding:5px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  transition: .4s;
}
.lp-header li a.btn:hover {
  background-color: var(--colorYellow2);
  box-shadow: 0 2px 20px rgba(0,0,0,0.4);
}
@media only screen and (min-width:1200px) {
  .lp-header li {
    font-size: 15px;
  }
  .lp-header li a.btn {
    font-size: 18px;
  }
}
@media only screen and (max-width:768px) {
  .lp-header__inner {
    padding:0 20px;
    height:60px;
  }
  .lp-header .logo {
    width:120px;
  }
  .lp-header a.sp-btn {
    display: block;
    font-size: 15px;
    background-color: var(--colorYellow);
    padding:5px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  }
}

/* FOOTER */

.lp-footer {
  background-color: var(--colorBody);
  border-top:1px solid var(--colorBorder);
  padding:50px 0;
  text-align: center;
}
.lp-footer .logo {
  display: block;
  width:250px;
  margin:0 auto
}
.lp-footer .logo img {
  display: block;
  width:100%;
}
.lp-footer .copyright {
  margin-top:15px;
  font-size: 12px;
  color: var(--colorTextBodyDim);
}






/* HERO */
.hero {
  background:var(--colorYellowGrade);
  padding:50px 0;
  margin-top:80px;
  border-radius: 0 0 0 10rem;
}
@media only screen and (max-width:768px) {
  .hero {
    margin-top:60px;
    border-radius: 0 0 0 5rem;
  }
}

.hero__text {
  text-align: center;
}

.box-text {
  color:#F6A400;
  background-color: #fff;
  width:84%;
  max-width: 30rem;
  padding:0.6rem;
  margin:0 auto
}
.sha-p {
  margin:1.5rem 0 0.2rem;
}
.sha-p b {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.sha-p b:before,
.sha-p b:after {
  content:"";
  position: absolute;
  width:1px;
  height:100%;
  background-color: var(--colorTextBody);
  display: block;
}
.sha-p b:before {
  left:-1.5rem;
  top:0;
  transform: rotate(-30deg);
}
.sha-p b:after {
  right:-1.5rem;
  top:0;
  transform: rotate(30deg);
}

.hero__text h1 {
  margin:0 0 0.2rem;
}
.hero__text h2 {
  margin:0 0 1rem;
}
.hero__btn {
  margin-top:1rem;
}


/* ABOUT */

.about{
  padding: 50px 0;
  position: relative;
}




.about__image .media{
  width: 100%;
  border-radius: 10px;
}

.about .top-bg {
  position: absolute;
  top:  230px;
  right: 0;
  width: 80%;
  height: 100% ;
  background-color: #F9F9F9;
  z-index: 0; /* コンテンツの下に配置 */
}


.about__text h3{
  margin-bottom: 30px;

}
.about__text__p{
  margin-bottom: 85px;

}
.about__text .caption {
  margin-bottom: 21px;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

@media (max-width: 768px) {
  .about__text h3{
    margin:20px 0;
  }
}

.cv-btn--yellow{
  background: #FAED00;
}

@media (max-width: 1440px) {
  .about__image .media{
    width: 100%;
    border-radius: 10px 0 0 10px;
  }



}

@media (min-width: 1025px) {
 
  .about-content {
    position: relative;
    overflow: visible;
  }
  
  .about__image-wrapper.large-up--one-half {
    position: absolute;
    right: -3rem;
    top: 0;
    width: 50vw;
    height: 100%;
  }
  
}

@media (max-width: 1024px) {
  .about__image .media{
    width: 100%;
    border-radius: 10px;
  }
}


/* レスポンシブデザイン */
@media (max-width: 768px) {
  .container {
      flex-direction: column;
      padding: 60px 20px;
      gap: 50px;
      min-height: auto;
  }

  
  .main-heading {
      font-size: 32px;
      line-height: 1.4;
  }

  .description {
      font-size: 15px;
  }

  .image-placeholder {
      aspect-ratio: 16/10;
      max-width: 400px;
  }
  .about__text__p{
    margin-bottom:40px;
  }
}

@media (max-width: 480px) {
  .container {
      padding: 40px 15px;
  }

  .main-heading {
      font-size: 28px;
  }

  .cta-button {
      padding: 16px 30px;
      font-size: 15px;
  }
}




/* BENEFIT */

.benefits{
  padding:50px 0px;
  position: relative;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:40px 17px;
}

/* Benefit Item */
.benefit {
  position: relative;
  display: flex;
  flex-direction: column;
  padding:10px 20px 20px;
  border-radius: 30px;
  background: #FFFFFF;

}


.benefits .top-bg {
  position: absolute;
  top: 0px;
  right: 0;
  width: 80%;
  height:100% ;
  background-color: #F9F9F9;
  z-index: 0; /* コンテンツの下に配置 */
}

.benefit__number {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  background-color: #02A284;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 36px;
  z-index: 2;
}

.benefit__image {
  background-color: var(--bg-light);
  border: 1px solid var(--border-color);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-size: 12px;
  margin-left: 30px;
  margin-top: 20px;
}

.benefit__text {
  background-color: var(--bg-gray);
  border: 1px solid var(--border-color);
  border-top: none;
  text-align: ;
  font-size: 16px;
  
}
.benefit__text-wrapper{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}


.benefit__text-p{
  font-size: 14px;
  line-height: calc(15/10);
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefit{
  
  }
}


.benefits__att {
  margin-top:30px;
  color:#777
}

/* Responsive Design */
@media (max-width: 768px) {
  .benefits__grid {
      grid-template-columns: 1fr;
      gap: 40px;
  }
  
  .benefits__title {
      font-size: 24px;
      margin-bottom: 40px;
  }

  .benefit__image,
  .benefit__text {
      margin-left: 20px;
  }

  .benefit__number {
      left: 0px;
      top: 0px;
  }
  .benefit{
    padding: 0px 30px 30px 30px;
  }
}

@media (max-width: 480px) {
  .benefits {
      padding: 20px 10px;
  }
  .benefits__grid {
    grid-template-columns: 1fr;
    gap: 20px;
}

  .benefit__image,
  .benefit__text {
      margin-left: 15px;

  }
  .benefit__number {
    width: 40px;
    height: 40px;
    font-size: 24px;
}
}




/* FEATURES */

.features {
  margin: 0 auto;
  padding: 60px;
  position: relative;
  background-color: #F9F9F9;
  
}

.features .top-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 531px;
  background-color: #F9F9F9;
  z-index: -1;
}

.features::before {
  content: '';
  border-radius:0 10rem 10rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 50px; /* 右端から50px空ける */
  height: 100%;
  background-color: #FAED02;
  z-index: 0;
}

.features__title {
  font-size: 24px;
  font-weight: bold;
  color: var(--colorTextBody);
  text-align: center;
  margin-bottom: 60px;
}

/* Feature Item Base */
.feature-item {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.feature-item:last-of-type {
  margin-bottom: 60px;
}

/* Feature Item Reverse Layout for 02 */
.feature-item--reverse {
  flex-direction: row-reverse;
}

/* Number Circle */
.feature-item__number {
  width: 100px;
  height: 100px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #FAED02;
  font-family: Gotham;
  font-weight: 700;
  font-size: 36px;
  line-height: calc(22/36);
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  flex-shrink: 0;
  counter-increment: feature-counter;
  margin-bottom: 25px;
  gap: 10px;
  
}


/* Reset counter */
.features {
  counter-reset: feature-counter;
}

/* Illustration */
.feature-item__illustration {
 
  flex-shrink: 0;
  position: relative;
}

.investment__note-box{
   max-width: 350px;
   margin: 0 auto;
   margin-top:20px;
}
.investment__note{
  font-weight: 400;
  font-size: 14px;
  line-height: calc(20/16);
  letter-spacing: 0.08em;
}



/* Content */
.feature-item__content {
  flex: 1;
  min-width: 0;
}

.feature-item__heading {
  font-size: 24px;
  font-weight: bold;
  color: var(--colorTextBody);
  margin-bottom: 25px;
  line-height: calc(38/24);
  letter-spacing: 0.04em;
}

.feature-item__description {
  font-size: 18px;
  color: var(--colorTextBody);
  margin-bottom: 15px;
  line-height: calc(31/18);
  letter-spacing: 0.04em; 
}

.feature-item__note {
  font-size: 14px;
  line-height: calc(31/18);
  letter-spacing: 0.04em; 
}

.feature-item__note::before {
  content: "※";
}

/* CTA Button */
.features__cta {
  background-color: var(--white);
  border: 1px solid #cccccc;
  border-radius: var(--small-radius);
  padding: 15px 30px;
  display: inline-block;
  text-decoration: none;
  color: var(--colorTextBody);
  font-size: 16px;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 200px;
  position: relative;
  transition: all 0.3s ease;
}

.features__cta:hover {
  background-color: #f9f9f9;
  transform: translateY(-2px);
}

.features__cta::after {
  content: "↓";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

@media (max-width: 1024px) {
  .feature-item{
    flex-direction: column;

  }
  .feature-item__illustration{
    width: 100%;
    order: -1;
  }

  .feature-item__number{
    order: -2;
    margin: 0 auto;
    position: relative;
  }
  .feature-item__number img{
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
   
  }
  .feature-item__number span{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);


   
  }

}

@media (max-width: 768px) {
  .features{
    padding-left:0;
    padding-right:0;

  }
  .features::before {
    content: '';
    border-radius:0 10rem 10rem 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #FAED02;
    z-index: 0;
  }
}


/* Responsive Design */
@media (max-width: 480px) {
  
 

  .feature-item {
      flex-direction: column;
      align-items: center;
      gap: 20px;
  }

  .feature-item--reverse {
      flex-direction: column;
  }

  .feature-item__content {
      order: 2;
  }

  .feature-item__illustration {
      order: 1;
      width: 180px;
      height: 130px;
  }

  .feature-item__number {
      order: 0;
      margin-bottom: 10px;
  }

  .features__title {
      font-size: 20px;
      margin-bottom: 40px;
  }

  .features__cta {
      width: 100%;
      max-width: 280px;
  }
}

@media (max-width: 320px) {
  .features {
      padding: 15px;
  }

  .features__title {
      font-size: 18px;
  }

  .feature-item__heading {
      font-size: 16px;
  }

  .feature-item__description {
      font-size: 13px;
  }
}

/* パフォーマンス最適化 */
.feature-item__illustration {
  contain: layout style paint;
}

.features__cta {
  will-change: transform;
}

/* 高コントラスト対応 */
@media (prefers-contrast: high) {
  .features {
      border: 2px solid #000;
  }

  .feature-item__number {
      border: 2px solid #fff;
  }

  .features__cta {
      border: 2px solid #000;
  }
}

/* アニメーション軽減 */
@media (prefers-reduced-motion: reduce) {
  .features__cta {
      transition: none;
  }

  .features__cta:hover,
  .features__cta:focus {
      transform: none;
  }
}



/* investment */
.investment {
  padding-top:80px;
  padding-bottom:80px;
}

.investment__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: var(--title-margin);
  color: var(--text-color);
}

/* カードリストのグリッドレイアウト */
.investment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap:25px ;
  justify-content: center;
  align-items: start;
}

/* 各投資対象カード */
.investment__card {
  width: var(--card-width);
  height: var(--card-height);
  background-color: var(--card-bg-color);
  border-radius: 30px;
  border: 1px solid var(--border-color);
  box-shadow: -2px 4px 10px 1px #0000001A;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* カード内の画像 */
.investment__card-image {
  width: 100%;
  height: var(--image-height);
  object-fit: cover;
  border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
}

/* カード内のテキストエリア */
.investment__card-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;

}

.investment__card-title {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: var(--colorTextBody);
  line-height: calc(28/16);
  letter-spacing: 0.04em;
  font-weight: 500;

}

/* レスポンシブデザイン */


@media (max-width: 768px) {
  .investment {
    padding-top:40px;
    padding-bottom:40px;
  }
  
  .investment__title {
      font-size: 28px;
      margin-bottom: 30px;
  }
  
  .investment__list {
      grid-template-columns: 1fr;
      gap: 24px;
      margin: 0 auto;
  }
  
  .investment__card {
      width: 100%;
  }
}


/* message */

.message {
  background-color: #F9F9F9;
  padding-top:40px;
  padding-bottom:80px;
  
}

/* タイトル */
.message__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  font-family: 'Times New Roman', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
}

/* メインカード */
.message__card {
  background-color: #fff;
  box-shadow: -2px 4px 15px 5px #0000001A;
  max-width:750px;
  margin: 0 auto;
  padding: 60px 0;

}

/* 引用符アイコン */
.message__quote-icon {
  /* display: flex;
  justify-content: center; */
  margin-bottom: 20px !important;
  margin: 0 auto;
  width: 26px;
  height: 26px;
}
.message__quote-icon img {
  display: block;
  width: 100%;
  height: 100%;
}



/* メッセージテキスト */
.message__text {
  text-align: center;
  line-height: calc(46/19);
  font-size: 19px !important;
  letter-spacing: 0.05em;

}



.message__text p {
  margin-bottom: 16px;
  font-size: 19px !important;
}

.message__text p:last-child {
  margin-bottom: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .message {
      padding: 30px 0px;
  }
  
  .message__title {
      font-size: 24px;
      margin-bottom: 20px;
  }
  
  .message__card {
      width: 100%;
      padding: 30px 0;
      
  }
  
  .message__text p{
      font-size: 14px !important;

  }
  
}

@media (max-width: 480px) {
  .message__card {
      padding: 25px 15px;
  }
  
  .message__text {
      font-size: 13px;
      line-height: 1.7;
  }
  
  .message__text p {
      margin-bottom: 12px;
  }
  .sp-br{
    display:none;
  }
}


/* お問い合わせ　*/
.contact {
  padding: 40px 0px 75px;
 
}

.contact-content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.contact-content iframe {
  border:1px solid #ccc;
  border-radius: 20px;
}

/* Section Subtitle */
.contact__subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  line-height: calc(31/18);
  letter-spacing: 0.04em;

}

/* Resource Request Button */
.contact__resource-button {
  display: flex;
  align-items: center;
  justify-content: center;
  
  height: 60px;
  background-color: #5a5a5a;
  color: white;
  text-decoration: none;
  border-radius: 24.79px 24.79px 0 0;
  position: relative;
  transition: opacity 0.3s ease;
}

.contact__resource-button:hover {
  opacity: 0.9;
}

.contact__resource-button-icon {
  display: block;
  width: 50px;
  height: 50px;
  opacity: 1;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:17px;

  font-size: 12px;
  line-height: 1.2;
}


.contact__resource-button-label {
  font-size: 16px;
  font-weight: normal;
  color: #4C4C4C;

}
.contact__resource-button-label {
  
font-weight: 500;
font-size: 13.88px;
letter-spacing: 0.06em;
text-align: center;

  
}
.contact__resource-button-label b {
  
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-align: center;
  
    
  }

  .contact__form-label {
    font-size: 16px;
}
.contact__form-group input{
  line-height: 20px;

}
  input::placeholder {
    font-size: 16px;
}

.contact__resource-button-text {
  font-size: 19px;
  font-weight: normal;

}

/* Form Container */
.contact__form-container {
  background-color: #FFFFFF;
  box-shadow: 3px 3px 10px 1px #0000001A;
  padding: 30px 40px 40px 40px;
  border-radius: 0 0 24.79px 24.79px;
}

/* Form */
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Form Group */
.contact__form-group {
  display: flex;
  flex-direction: column;
}

.contact__form-label {

  margin-bottom: 5px;
}

.contact__form-input {
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 8px;
  outline: none;
  transition: background-color 0.3s ease;
}

.contact__form-input:focus {
  background-color: #f0f0f0;
}

.contact__form-input::placeholder {
  color: #999999;
}

/* Submit Button */
.contact__submit-button {
  width: 100%;
  height: 44px;
  background-color:#FAED00;;
  border: none;
  border-radius: 4.96px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-top: -10px;
  text-align: center;
}

.contact__submit-button:hover {
  opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 480px) {
  .contact {
      padding: 60px 15px 40px;
  }
  
  .page-width {
      max-width: 100%;
  }

  .section__title {
      font-size: 28px;
  }

  .contact__resource-button {
  }

  .contact__resource-button-label {
      left: 25px;
      font-size: 11px;
  }

  .contact__resource-button-text {
      font-size: 15px;
  }

  .contact__form-container {
      padding: 25px;
  }

}


@media (max-width: 768px) {
  .benefit__text-p,
  .feature-item__note,
  .investment__note {
    font-size: 12px;
  }
}