@charset "UTF-8";
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
@import url("https://use.typekit.net/avw0abw.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600");
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: sans-serif; /* 3 */
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/* グローバル変数
----------------------------------------------------------------------------------------------------*/
/* Font size
----------------------------------------------------------------------------------------------------*/
/* Easing
----------------------------------------------------------------------------------------------------*/
/* Break points - SP:Smart phone, TB:Tablet, DT:Desktop, WS:Wide screen
----------------------------------------------------------------------------------------------------*/
@media (max-width: 599px) {
  body {
    font-size: 0.875rem;
  }
  .onlySP {
    display: inline;
  }
  .onlyTB {
    display: none;
  }
  .underTB {
    display: inline;
  }
  .overTB {
    display: none !important;
  }
  .onlyDT {
    display: none;
  }
  .overDT {
    display: none;
  }
  .overWS {
    display: none;
  }
}
@media (max-width: 899px) {
  body {
    font-size: 95%;
  }
  .onlySP {
    display: inline;
  }
  .onlyTB {
    display: inline;
  }
  .underTB {
    display: inline;
  }
  .overTB {
    display: none;
  }
  .onlyDT {
    display: none;
  }
  .overDT {
    display: none;
  }
  .overWS {
    display: none;
  }
}
@media (min-width: 600px) {
  body {
    font-size: 95%;
  }
  .onlySP {
    display: none;
  }
  .onlyTB {
    display: inline;
  }
  .underTB {
    display: inline;
  }
  .overTB {
    display: inline;
  }
  .onlyDT {
    display: none;
  }
  .overDT {
    display: none;
  }
  .overWS {
    display: none;
  }
}
@media (min-width: 900px) {
  body {
    font-size: 100%;
  }
  .onlySP {
    display: none;
  }
  .onlyTB {
    display: none;
  }
  .underTB {
    display: none;
  }
  .overTB {
    display: inline;
  }
  .onlyDT {
    display: inline;
  }
  .overDT {
    display: inline;
  }
  .overWS {
    display: none;
  }
}
@media (min-width: 1280px) {
  body {
    font-size: 110%;
  }
  .onlySP {
    display: none;
  }
  .onlyTB {
    display: none;
  }
  .underTB {
    display: none;
  }
  .overTB {
    display: inline;
  }
  .onlyDT {
    display: none;
  }
  .overDT {
    display: inline;
  }
  .overWS {
    display: inline;
  }
}
/* Reset
----------------------------------------------------------------------------------------------------*/
* {
  line-height: 1.5;
}

html {
  height: 100%;
  margin: 0;
}

body {
  position: relative;
  margin: 0;
  color: #000;
  background: #fff;
  font-family: proxima-nova-condensed, sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

article {
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.8;
  word-wrap: break-word;
}

._center {
  text-align: center;
}

._hi-line {
  line-height: 2.1;
}

._hi-line2 {
  line-height: 2.4;
}

._margin1 {
  margin-top: 1.2rem;
}

._margin2 {
  margin-top: 2rem;
}

._margin3 {
  margin-top: 3.2rem;
}

a {
  color: #a9803d;
  text-decoration: none;
}
a._icon_arrow-back::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f104";
  font-size: 1em;
  font-weight: 300;
  margin-right: 0.9em;
}
a._icon_arrow::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-size: 0.6em;
  font-weight: 300;
  margin: 0 0.3em;
}
a._icon_newtab::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f08e";
  font-size: 0.6em;
  font-weight: 400;
  margin-left: 0.6em;
  vertical-align: 0.2em;
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
small {
  font-size: 0.6rem;
}

img {
  vertical-align: bottom;
}

figure {
  margin: 0;
}

.visually-hidden {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.round {
  border-radius: 12px;
  overflow: hidden;
}
.round._r-small {
  border-radius: 3px;
}

/* Animation
----------------------------------------------------------------------------------------------------*/
@media (min-width: 900px) {
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .img-zoom {
    display: block;
  }
  .img-zoom .img-wrapper {
    display: block;
    overflow: hidden;
  }
  .img-zoom .img-wrapper img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .img-zoom:hover img {
    -webkit-transform: scale(1.06, 1.06);
            transform: scale(1.06, 1.06);
  }
  .img-fadeout {
    display: block;
  }
  .img-fadeout .img-wrapper {
    background-color: #fff;
  }
  .img-fadeout .img-wrapper img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .img-fadeout:hover img {
    opacity: 0.7;
  }
  .fadein {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.4;
  }
  .fadein:hover, .fadein.selected {
    opacity: 1;
  }
  .fadeout.selected {
    opacity: 0.7;
  }
  .fadeout {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .fadeout:hover, .fadeout.selected {
    opacity: 0.7;
  }
}
/* Tile
----------------------------------------------------------------------------------------------------*/
.tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.tiles._center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.tiles._v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) {
  .tiles._rebirth {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.tile {
  color: #333;
}
@media (max-width: 599px) {
  .tiles.colsp1 .tile {
    width: 100%;
  }
  .tiles.colsp2 .tile {
    width: 50%;
  }
  .tiles.colsp3 .tile {
    width: 33.3333333333%;
  }
  .tiles.colsp4 .tile {
    width: 25%;
  }
  .tiles.colsp5 .tile {
    width: 20%;
  }
  .tiles.colsp6 .tile {
    width: 16.6666666666%;
  }
  .tiles.colsp7 .tile {
    width: 14.2857142857%;
  }
  .tiles.colsp8 .tile {
    width: 12.5%;
  }
  .tiles.colsp9 .tile {
    width: 11.1111111111%;
  }
  .tiles.colsp10 .tile {
    width: 10%;
  }
  .tiles.colsp11 .tile {
    width: 9.0909090909%;
  }
}
@media (min-width: 600px) {
  .tiles.coltb1 .tile {
    width: 100%;
  }
  .tiles.coltb2 .tile {
    width: 50%;
  }
  .tiles.coltb3 .tile {
    width: 33.3333333333%;
  }
  .tiles.coltb4 .tile {
    width: 25%;
  }
  .tiles.coltb5 .tile {
    width: 20%;
  }
  .tiles.coltb6 .tile {
    width: 16.6666666666%;
  }
  .tiles.coltb7 .tile {
    width: 14.2857142857%;
  }
  .tiles.coltb8 .tile {
    width: 12.5%;
  }
  .tiles.coltb9 .tile {
    width: 11.1111111111%;
  }
  .tiles.coltb10 .tile {
    width: 10%;
  }
  .tiles.coltb11 .tile {
    width: 9.0909090909%;
  }
}
@media (min-width: 900px) {
  .tiles.colpc1 .tile {
    width: 100%;
  }
  .tiles.colpc2 .tile {
    width: 50%;
  }
  .tiles.colpc3 .tile {
    width: 33.3333333333%;
  }
  .tiles.colpc4 .tile {
    width: 25%;
  }
  .tiles.colpc5 .tile {
    width: 20%;
  }
  .tiles.colpc6 .tile {
    width: 16.6666666666%;
  }
  .tiles.colpc7 .tile {
    width: 14.2857142857%;
  }
  .tiles.colpc8 .tile {
    width: 12.5%;
  }
  .tiles.colpc9 .tile {
    width: 11.1111111111%;
  }
  .tiles.colpc10 .tile {
    width: 10%;
  }
  .tiles.colpc11 .tile {
    width: 9.0909090909%;
  }
}
@media (min-width: 1280px) {
  .tiles.coldp1 .tile {
    width: 100%;
  }
  .tiles.coldp2 .tile {
    width: 50%;
  }
  .tiles.coldp3 .tile {
    width: 33.3333333333%;
  }
  .tiles.coldp4 .tile {
    width: 25%;
  }
  .tiles.coldp5 .tile {
    width: 20%;
  }
  .tiles.coldp6 .tile {
    width: 16.6666666666%;
  }
  .tiles.coldp7 .tile {
    width: 14.2857142857%;
  }
  .tiles.coldp8 .tile {
    width: 12.5%;
  }
  .tiles.coldp9 .tile {
    width: 11.1111111111%;
  }
  .tiles.coldp10 .tile {
    width: 10%;
  }
  .tiles.coldp11 .tile {
    width: 9.0909090909%;
  }
}

/* Common
----------------------------------------------------------------------------------------------------*/
.attention {
  color: #ff4545;
}

.big {
  font-size: 1.4rem;
}

.bold {
  font-weight: bold;
}

.underline {
  border-bottom: 1px solid;
}

.cancel {
  text-decoration: line-through;
}

.center {
  text-align: center;
}

.circle {
  border-radius: 100%;
}

.float, body#home .contact .btn, body#home .news .btn, .btn {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 3px 6px rgba(169, 128, 61, 0.1);
          box-shadow: 0 3px 6px rgba(169, 128, 61, 0.1);
}
@media (min-width: 600px) {
  .float:hover, body#home .contact .btn:hover, body#home .news .btn:hover, .btn:hover {
    -webkit-box-shadow: 0 3px 6px rgba(169, 128, 61, 0.3);
            box-shadow: 0 3px 6px rgba(169, 128, 61, 0.3);
  }
}

.round {
  border-radius: 0.8rem;
}

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

/* Contents
----------------------------------------------------------------------------------------------------*/
article {
  margin-top: 99px;
}
body#home article {
  margin-top: 60px;
}
body.dark article {
  color: #bea5a0;
  background: #a9803d;
}
body.dark article a {
  color: #f7f4f4;
}
body.dark article .cont__ttl .cont__name._primary {
  color: #a9803d;
  -webkit-text-fill-color: #f9f1df;
  -webkit-text-stroke: 2px #a9803d;
}
body.dark article .cont__ttl .cont__name._secondary {
  color: #a9803d;
}

.cont {
  position: relative;
  padding: 2.4rem 0;
}
@media (min-width: 600px) {
  .cont {
    padding: 4.8rem 0;
  }
}
.cont .cont__inner {
  width: 93%;
  max-width: 1280px;
  margin: 0 auto;
}
.cont .cont__inner._sizeXS {
  max-width: 540px;
}
.cont .cont__inner._sizeS {
  max-width: 768px;
}
.cont .cont__inner._sizeL {
  max-width: 1440px;
}
.cont#reserve {
  margin-top: 0;
  padding-top: 0;
}
.cont#reserve .cont__inner {
  width: 100%;
}
@media (max-width: 599px) {
  .cont#reserve .cont__inner {
    border-radius: 0;
  }
}
@media (min-width: 900px) {
  .cont#reserve .cont__inner {
    width: 60%;
    max-width: 480px;
  }
}
.cont#reserve .cont__inner {
  padding: 2rem;
  background: #d3a224;
  text-align: center;
}
.cont#reserve .cont__ttl {
  color: #f7f4f4;
  font-family: proxima-nova-condensed, sans-serif;
}
.cont#reserve .cont__ttl {
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 0.9em;
}

.btn {
  display: inline-block;
  width: 88%;
  max-width: 480px;
  margin-top: 2em;
  padding: 0.9em 1.8em;
  border: 1px solid #ccc;
  border-radius: 1.4em;
  text-align: center;
  line-height: 1;
  color: #d3a224;
  background: #fff;
  cursor: pointer;
}
@media (min-width: 600px) {
  .btn {
    margin-top: 3em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn:hover {
    color: #a9803d;
    border-color: #a9803d;
  }
}

.swiper-pagination {
  position: relative;
}
.swiper-pagination.swiper-pagination-bullet {
  background-color: #d3a224;
}
.swiper-pagination.swiper-pagination-bullet-active {
  background-color: #a9803d;
}

/*--------------------------------------------------
Header
--------------------------------------------------*/
header {
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0.8rem;
}
header .header__inner {
  z-index: 99999998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 600px) {
  header .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  /* Header logo
  --------------------------------------------------*/
}
header .header__inner .header__logo .rpsimg {
  height: 2.1em;
}
@media (min-width: 600px) {
  header .header__inner .header__logo .rpsimg {
    height: 2.7em;
  }
}
header .header__inner .header__logo .rpsimg {
  width: auto;
}
header .header__inner {
  /* Header list
  --------------------------------------------------*/
}
header .header__inner .header__list .header__item a {
  display: block;
  padding: 0.6rem;
  line-height: 1;
}
header .header__inner .header__list .header__item a.btn {
  display: inline-block;
  width: auto;
  padding: 0.9em 1.8em;
  border-radius: 3em;
  color: #fff !important;
  background: #DD0332;
}
@media (min-width: 600px) {
  header .header__inner .header__list .header__item a.btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .header__inner .header__list .header__item a.btn:hover {
    background: #ec1543;
  }
}
@media (max-width: 599px) {
  header .header__inner .header__list {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
  header .header__inner .header__list .header__item a:not(.btn) {
    font-size: 1.2em;
  }
  header .header__inner .header__list .header__item:nth-child(n+2) {
    margin-top: 2rem;
  }
  header .header__inner .header__list .closer {
    position: fixed;
    top: 0;
    right: 0;
  }
  header .header__inner .header__list .closer .closebtn {
    display: block;
    padding: 0.3em 0.4em;
    font-size: 3em;
    line-height: 1;
  }
}
@media (min-width: 600px) {
  header .header__inner .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 3.2rem;
  }
  header .header__inner .header__list .header__item:nth-child(n+2) {
    margin-left: 15px;
  }
}

.drawer_hidden {
  display: none;
}

@media (max-width: 599px) {
  .drawer_open {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52.5px;
    width: 52.5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: "";
    display: block;
    height: 1.5px;
    width: 25px;
    background: #666;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
  }
  .drawer_open span:before {
    bottom: 8px;
  }
  .drawer_open span:after {
    top: 8px;
  }
  #drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
  }
  #drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #drawer_input:checked ~ .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* Form Send Message
--------------------------------------------------*/
#send:target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4.2em;
  margin-bottom: -1px;
  color: #ffffff;
  background-color: #0137AA;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-animation: cssAnimation 0.5s ease-in-out 5s forwards;
          animation: cssAnimation 0.5s ease-in-out 5s forwards;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#send:not(:target) {
  display: none;
}

@-webkit-keyframes cssAnimation {
  to {
    height: 0;
    overflow: hidden;
  }
}

@keyframes cssAnimation {
  to {
    height: 0;
    overflow: hidden;
  }
}
.Form-Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 1.5em;
}
.Form-Item.align-top {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.Form-Item.last-child {
  margin-bottom: 0;
}

.Form-Item-Label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 15px;
  line-height: 1;
}

.Form-Item-Label-Required {
  display: inline-block;
  margin-right: 0.6em;
  padding: 0.4em 0.6em;
  border: 1px solid #D21900;
  color: #D21900;
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 1;
}

.Form-Item-Input,
.Form-Item-Textarea,
.Form-Item-Select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 48%;
  height: 48px;
  margin-left: 2%;
  padding: 0.5em;
  border: 1px solid #FFF;
  border-radius: 12px;
  background: #FFF;
  font-size: 16px;
}
.Form-Item-Input:first-of-type,
.Form-Item-Textarea:first-of-type,
.Form-Item-Select:first-of-type {
  margin-left: 0;
}
.Form-Item-Input:focus,
.Form-Item-Textarea:focus,
.Form-Item-Select:focus {
  border: 1px solid #999;
  outline: none;
}

.Form-Item-Textarea {
  width: 100%;
  height: 240px !important;
}

.Form-Item-Checkbox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 599px) {
  .Form-Item-Checkbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.Form-Item-Checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Form-Item-Checkbox input[type=checkbox] {
  width: 30px;
  height: 30px;
  margin-right: 1em;
  padding: 0;
  border: 1px solid #0137AA;
  accent-color: #0137AA;
}
.Form-Item-Checkbox .mfp_err {
  padding-top: 0 !important;
}

/*--------------------------------------------------
Index
--------------------------------------------------*/
body#home {
  background-color: #D2D3D5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 0.9em;
}
@media (min-width: 600px) {
  body#home {
    font-size: 0.8em;
  }
}
@media (min-width: 900px) {
  body#home {
    font-size: 0.9em;
  }
}
body#home article {
  margin-top: 0;
}
body#home {
  /* Form Send Message
  --------------------------------------------------*/
}
body#home #send:target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4.2em;
  margin-bottom: -1px;
  color: #ffffff;
  background-color: #0137AA;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-animation: cssAnimation 0.5s ease-in-out 5s forwards;
          animation: cssAnimation 0.5s ease-in-out 5s forwards;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body#home #send:not(:target) {
  display: none;
}
@keyframes cssAnimation {
  to {
    height: 0;
    overflow: hidden;
  }
}
body#home ._gray {
  color: #D2D3D5;
}
body#home ._red {
  color: #D21900;
}
body#home ._blue {
  color: #0137AA;
}
body#home ._bold, body#home .chart__name, body#home .chart__job, body#home .message__name, body#home .message__bold, body#home .message__ttl, body#home .project__list-ttl, body#home .project__tagline, body#home .project__detail1, body#home .project__ttl, body#home .project__num, body#home .mission__ttl, body#home .cont__ttl {
  font-weight: 600;
}
body#home ._black, body#home .mission__num {
  font-weight: 900;
}
body#home .font__sans-serif {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body#home .font__serif, body#home .chart .tile, body#home .message__name, body#home .message__ttl, body#home .project__list-ttl, body#home .project__tagline, body#home .project__detail1, body#home .project__ttl, body#home .mission__ttl, body#home .cont__ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body#home .font__en, body#home footer, body#home .project__num, body#home .mission__num {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.1em;
}
body#home .letter-spacing1 {
  letter-spacing: 0.1em;
}
body#home {
  /* Hero
  --------------------------------------------------*/
}
body#home .hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100dvh;
  margin: 0;
  color: #fff;
  background: #000 url(../img/hero_sp.jpg) no-repeat center center/cover;
}
@media (min-width: 600px) {
  body#home .hero {
    padding-bottom: 0;
    height: calc(100vh - 5em);
    min-height: 630px;
    max-height: 800px;
    background: #000 url(../img/hero.jpg) no-repeat center center/cover;
  }
}
body#home .hero__main {
  text-align: center;
}
body#home .hero__logo img {
  width: 27%;
}
body#home .hero__tagline {
  margin-top: 0.6em;
  font-size: 2.1em;
  line-height: 1;
}
body#home .hero__tagline small {
  font-size: 0.7em;
  line-height: 0.7;
}
body#home {
  /* Content
  --------------------------------------------------*/
}
body#home .cont__ttl {
  font-size: 2.4em;
  line-height: 1;
  text-align: center;
}
body#home .cont__ttl::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin: 0 auto;
  background: url(../img/icon.png) no-repeat center center/contain;
}
body#home .cont__ttl small {
  font-size: 0.8em;
}
body#home .cont__main {
  margin-top: 1.5em;
}
body#home {
  /* Mission
  --------------------------------------------------*/
}
body#home summary {
  list-style-type: none;
}
body#home .news .accordion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
  background: #fff;
}
body#home .news .accordion-item .content {
  overflow: hidden;
}
body#home .news .accordion-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.6em;
}
@media (min-width: 600px) {
  body#home .news .accordion-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body#home .news .accordion-title {
  padding: 1.2em 1.8em;
  cursor: pointer;
}
body#home .news .accordion-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1em;
  height: 100%;
  margin-right: 1.2em;
  background: url(../img/accordion-arrow.svg) center center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (min-width: 600px) {
  body#home .news .accordion-date {
    width: 120px;
  }
}
body#home .news .accordion-date {
  font-size: 0.9em;
  line-height: 1;
}
body#home .news .accordion-ttl {
  width: auto;
  line-height: 1;
}
body#home .news .accordion-content {
  padding: 3em 1em;
  border-top: 1px solid #D2D3D5;
}
body#home .news {
  /* アコーディオンが開いた時のスタイル */
}
body#home .news details[open] .accordion-title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body#home .news .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 6px;
  width: 60%;
  max-width: 300px;
  margin: 2em auto 0;
  padding: 1.2em 1.8em;
  border: 1px solid #D2D3D5;
  border-radius: 12px;
  text-align: center;
  text-shadow: none !important;
  line-height: 1;
  color: #000;
  background: #F5F5F5;
  cursor: pointer;
}
@media (min-width: 600px) {
  body#home .news .btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body#home .news .btn:hover {
    background: #eee;
  }
}
body#home .news .btn div:last-child {
  margin-left: auto;
  color: #8E8E93;
  text-align: right;
}
body#home .youtube {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
body#home .youtube iframe {
  width: 100%;
  height: 100%;
}
body#home {
  /* Mission
  --------------------------------------------------*/
}
body#home .mission .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 600px) {
  body#home .mission .lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body#home .mission .lists .list {
  position: relative;
  width: 100%;
}
@media (min-width: 600px) {
  body#home .mission .lists .list {
    width: calc(50% - 12px);
  }
}
@media (min-width: 900px) {
  body#home .mission .lists .list {
    width: calc(33.33333333% - 24px);
  }
}
body#home .mission__num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: #fff;
  font-size: 9em;
  line-height: 1;
}
body#home .mission__ttl {
  margin: 3em 0 0.9em;
  font-size: 1.8em;
  line-height: 1.5;
}
body#home .mission__img img {
  border-radius: 18px;
}
body#home .mission__txt {
  margin: 1.2em 0;
}
body#home {
  /* Project
  --------------------------------------------------*/
}
body#home .project {
  background: gray url(../img/project_bg.jpg) no-repeat center center/cover;
}
@media (max-width: 599px) {
  body#home .project .cont__inner {
    width: 100%;
  }
}
body#home .project__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.1em;
  padding: 3em 3.5%;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3px);
}
@media (min-width: 600px) {
  body#home .project__wrapper {
    padding: 3em;
    border-radius: 30px;
  }
}
body#home .project__num {
  font-size: 1.8em;
  line-height: 1;
}
body#home .project__ttl {
  font-size: 1.8em;
  text-align: center;
  line-height: 1.2;
}
body#home .project__ttl small {
  font-size: 0.9em;
  line-height: 0.9;
}
@media (min-width: 600px) {
  body#home .project__ttl {
    line-height: 1;
  }
}
body#home .project__note {
  font-size: 0.9em;
}
body#home .project__detail1 {
  display: block;
  width: 100%;
  margin-top: 0.9em;
  padding: 1.8rem 0.9rem;
  border-radius: 18px;
  background-color: #fff;
  font-size: 1.8em;
  text-align: center;
  line-height: 1.5;
}
body#home .project__detail1 small {
  font-size: 0.9em;
}
@media (min-width: 600px) {
  body#home .project__detail1 {
    line-height: 1;
  }
}
body#home .project__detail2 {
  position: relative;
}
body#home .project__detail2::before {
  content: "";
  position: absolute;
  top: -30px;
  left: calc(50% - 1.5px);
  display: block;
  width: 3px;
  height: 30px;
  background-color: #000;
}
body#home .project__detail2 {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 1.8rem;
  border-radius: 18px;
  background-color: #fff;
}
body#home .project__tagline {
  padding: 0.6em 0.3em;
  border: 1px solid #000;
  border-radius: 0.6em;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 600px) {
  body#home .project__tagline {
    padding: 0.6em;
    font-size: 1.2em;
  }
}
body#home .project__list {
  max-width: 640px;
  margin: 1.5em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) {
  body#home .project__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9em 0.3em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body#home .project__list-ttl {
  font-size: 1.2em;
  line-height: 1;
}
body#home .project__list-ttl .font__en, body#home .project__list-ttl footer, body#home .project__list-ttl .mission__num, body#home .project__list-ttl .project__num {
  margin-right: 0.3em;
}
@media (min-width: 600px) {
  body#home .project__list-ttl {
    width: 42%;
  }
}
body#home .project__list-txt {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
body#home .project__list-txt:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  body#home .project__list-txt {
    width: 57%;
    margin-bottom: 0;
    font-size: 0.9em;
    text-align: left;
  }
}
body#home {
  /* Message
  --------------------------------------------------*/
}
body#home .message {
  padding-bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#D2D3D5));
  background-image: linear-gradient(0deg, #FFFFFF, #D2D3D5);
}
body#home .message .cont__inner {
  max-width: 900px;
}
body#home .message .cont__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#home .message__main {
  margin: 1em auto 0;
}
body#home .message__img {
  width: 54%;
  margin-left: 46%;
}
@media (min-width: 600px) {
  body#home .message .cont__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  body#home .message__main {
    width: 54%;
    margin: 3em 0;
  }
  body#home .message__img {
    width: 39%;
    margin-left: 0;
  }
}
body#home .message__ttl {
  font-size: 1.8em;
}
body#home .message__txt {
  font-size: 0.9em;
  line-height: 2.1;
}
body#home .message__bold {
  line-height: 2.1;
}
body#home .message__name {
  font-size: 1.5em;
}
body#home {
  /* Chart
  --------------------------------------------------*/
}
body#home .chart {
  background: gray url(../img/project_bg.jpg) no-repeat center center/cover;
}
@media (max-width: 599px) {
  body#home .chart .cont__inner {
    width: 100%;
  }
}
body#home .chart__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.1em;
  padding: 3em 3.5%;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3px);
}
@media (min-width: 600px) {
  body#home .chart__wrapper {
    padding: 3em;
    border-radius: 30px;
  }
}
body#home .chart .tile {
  background-color: #fff;
  width: calc(50% - 20px);
}
@media (min-width: 600px) {
  body#home .chart .tile {
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 900px) {
  body#home .chart .tile {
    width: calc(20% - 20px);
  }
}
body#home .chart .tile {
  padding: 1em;
  border-radius: 0.6em;
}
body#home .chart .tile:first-child {
  width: calc(100% - 20px);
  margin: 0 auto;
}
body#home .chart__job {
  font-size: 0.9em;
}
body#home .chart__name {
  font-size: 1.2em;
}
body#home {
  /* Contact
  --------------------------------------------------*/
}
@media (min-width: 600px) {
  body#home .contact__txt {
    text-align: center;
  }
}
body#home .contact .btn {
  display: inline-block;
  width: 60%;
  margin-top: 2em;
  padding: 1.2em 1.8em;
  border: 1px solid #ccc;
  border-radius: 2em;
  text-align: center;
  text-shadow: none !important;
  line-height: 1;
  color: #FFF;
  background: #0137AA;
  cursor: pointer;
}
@media (min-width: 600px) {
  body#home .contact .btn {
    width: 88%;
    max-width: 480px;
    margin-top: 3em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body#home .contact .btn:hover {
    background: #002e90;
  }
}
body#home footer {
  background-color: #fff;
  font-size: 0.8em;
  text-align: center;
}