@charset "UTF-8";
/**
 * 1: Foundations
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background: #fefefe;
  margin: 0;
  overflow-x: hidden;
  width: 100%; }

main,
section,
aside {
  display: block; }

/*--------------------------------------------------------------
  Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
  Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-content:before,
.comment-content:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.comment-content:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both; }

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
html {
  color: #242424;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

button,
input,
select,
textarea {
  color: #4a4a4a;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.66; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 1.26rem;
  padding: 1.5em 0 0; }

h1 {
  font-size: 3rem;
  font-weight: 700; }

h2,
.home.blog .entry-title {
  font-size: 2.2rem;
  font-weight: 700; }

h3 {
  font-size: 1.75rem;
  font-weight: 700; }

h4 {
  font-size: 1.5rem;
  font-weight: 700; }

h5 {
  font-size: 1.12rem;
  font-weight: 700; }

h6 {
  font-size: 1rem;
  font-weight: 700; }

p {
  margin: 0 0 .7rem;
  padding: 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  color: #b5b5b5;
  font-size: 1.12rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: .5rem; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: .9375rem; }

small {
  font-size: .86rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #eee;
  text-decoration: none; }

big {
  font-size: 125%; }

blockquote {
  quotes: "" ""; }

q {
  quotes: "“" "”" "‘" "’"; }

blockquote:before,
blockquote:after {
  content: ""; }

:focus {
  outline: none; }

/*--------------------------------------------------------------
 Forms
--------------------------------------------------------------*/
label {
  display: block;
  font-weight: 800;
  margin-bottom: .5rem; }

fieldset {
  margin-bottom: 1rem; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #4a4a4a;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  border-radius: 3px;
  display: block;
  padding: .7rem;
  width: 100%; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #4a4a4a;
  border-color: #333; }

select {
  border: 1px solid #bbb;
  border-radius: 3px;
  height: 3rem;
  max-width: 100%; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: .5rem; }

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400; }

button,
input[type="button"],
input[type="submit"] {
  background-color: #222;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  padding: 1rem 2rem;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: .75rem 2rem; }

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #222; }

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #767676; }

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background: #bbb; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #4a4a4a;
  font-weight: normal; }

/*--------------------------------------------------------------
  Formatting
--------------------------------------------------------------*/
hr {
  background-color: #d4d4d4;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0; }

ul {
  list-style: inside disc; }

ol {
  list-style: inside decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5rem 1.5rem; }

/*--------------------------------------------------------------
  Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%; }

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: .5rem; }

th {
  padding: .4rem;
  text-align: left; }

tr {
  border-bottom: 1px solid #eee; }

td {
  padding: .4rem; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/*--------------------------------------------------------------
  Links
--------------------------------------------------------------*/
a {
  color: #0081c2;
  text-decoration: none;
  -webkit-transition: 0.24s all ease-in-out;
  transition: 0.24s all ease-in-out; }
  a:hover {
    color: #046095;
    opacity: .7;
    outline: none; }

/**
 * 2: Vendor
 */
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0; }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/**
 * 3: Layouts
 */
/**
 * Site
 */
.gwl-site {
  width: 100%;
  margin: 72px auto 106px;
  overflow-x: hidden; }
  @media screen and (min-width: 768px) {
    .gwl-site {
      margin: 0 auto; } }

/**
 * Site content
 */
.gwl-siteContent {
  margin: 0 auto 6rem; }
  @media screen and (min-width: 1025px) {
    .gwl-siteContent {
      max-width: calc(100% - 320px);
      margin: 0 0 12rem auto; } }

/**
 * Breadcrumbs
 */
.gwl-breadcrumbs {
  padding: 0 18px;
  margin: .75rem auto 0; }
  @media screen and (min-width: 768px) {
    .gwl-breadcrumbs {
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwl-breadcrumbs {
      max-width: 1000px;
      margin: 1rem auto 0; } }

/**
 * Background image to fix
 */
.gwl-fixBackground {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }

.gwl-section {
  margin-bottom: 4.8rem; }
  @media screen and (min-width: 1025px) {
    .gwl-section {
      margin-bottom: 8rem; } }

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

/**
 * 4: Components
 */
/**
 * Button
 * This components is used as button.
 */
.gwc-button {
  position: relative;
  display: block;
  padding: .75rem 1rem;
  overflow: hidden;
  color: #242424;
  text-align: center;
  background-color: #fefefe;
  border: solid 1px #242424; }
  .gwc-button::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #242424;
    -webkit-transition: .4s all ease-out;
    transition: .4s all ease-out;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .gwc-button:hover {
    color: #fefefe;
    opacity: 1; }
  .gwc-button:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .gwc-button .gwc-button__text {
    position: relative;
    z-index: 10;
    display: block; }

/**
 * Link button
 * This components is used as link button.
 */
.gwc-buttonLink {
  position: relative;
  display: block;
  padding: 1rem 3.5rem;
  font-size: 1.12rem;
  color: #242424;
  text-align: center;
  background-color: #d9d8ce;
  -webkit-transition: .24s transform ease;
  transition: .24s transform ease;
  will-change: transform; }
  .gwc-buttonLink::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    display: block;
    width: 30px;
    height: 1px;
    content: '';
    background-color: #242424;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .gwc-buttonLink::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 1rem;
    display: block;
    width: 10px;
    height: 1px;
    content: '';
    background-color: #242424;
    -webkit-transform: translateY(-50%) rotate(40deg);
            transform: translateY(-50%) rotate(40deg); }
  .gwc-buttonLink:hover {
    color: #242424;
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08); }

.gwc-contentLinkBook {
  display: block; }
  .gwc-contentLinkBook__imageWrap {
    width: 100%;
    margin-bottom: .6rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    aspect-ratio: 2 / 3; }
  .gwc-contentLinkBook__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .gwc-contentLinkBook__content {
    color: #242424; }
  .gwc-contentLinkBook__title {
    padding: 0;
    margin: 0;
    font-size: 0.87rem;
    font-weight: 700;
    line-height: 1.4;
    color: #1b3183; }
    @media screen and (min-width: 768px) {
      .gwc-contentLinkBook__title {
        font-size: 1.12rem; } }
    @media screen and (min-width: 1025px) {
      .gwc-contentLinkBook__title {
        font-size: 0.87rem; } }
  .gwc-contentLinkBook__price {
    padding: 0;
    margin: 0 auto;
    margin-top: .4rem;
    font-size: 1.37rem;
    font-weight: 700;
    line-height: 1.1; }
  .gwc-contentLinkBook__tagList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: .6rem;
    margin-top: .8rem; }
  .gwc-contentLinkBook__tagItem {
    padding: .2rem .6rem;
    font-size: 0.75rem;
    line-height: 1.2;
    color: white;
    background-color: #f97676; }
  .gwc-contentLinkBook__info {
    padding: 0;
    margin: 0 auto;
    margin-top: .6rem;
    font-size: 0.75rem;
    line-height: 1.4; }

.gwc-contentLinkPurchase {
  display: block;
  width: 100%;
  background-color: #fefefe;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: .24s box-shadow ease;
  transition: .24s box-shadow ease;
  will-change: box-shadow; }
  @media screen and (min-width: 768px) {
    .gwc-contentLinkPurchase {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .gwc-contentLinkPurchase__imageWrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .gwc-contentLinkPurchase__imageWrap {
        width: 48%;
        height: auto;
        padding-top: 0; } }
  .gwc-contentLinkPurchase__image {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    -webkit-transition: .3s transform ease;
    transition: .3s transform ease;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    will-change: transform; }
    @media screen and (min-width: 768px) {
      .gwc-contentLinkPurchase__image {
        width: auto;
        height: 100%; } }
  .gwc-contentLinkPurchase__texts {
    width: 100%;
    padding: 18px; }
    @media screen and (min-width: 768px) {
      .gwc-contentLinkPurchase__texts {
        width: 52%;
        padding: 2rem; } }
    @media screen and (min-width: 1025px) {
      .gwc-contentLinkPurchase__texts {
        padding: 1rem; } }
  .gwc-contentLinkPurchase__date {
    display: block;
    margin: 0 auto .25rem;
    color: #242424; }
    @media screen and (min-width: 1025px) {
      .gwc-contentLinkPurchase__date {
        font-size: 0.75rem; } }
  .gwc-contentLinkPurchase__title {
    margin: 0 auto .87rem;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.75rem;
    color: #242424; }
    @media screen and (min-width: 1025px) {
      .gwc-contentLinkPurchase__title {
        margin: 0 auto .25rem;
        font-size: 1rem;
        line-height: 1.62rem; } }
  .gwc-contentLinkPurchase__tagList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: .8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: .8rem 0; }
  .gwc-contentLinkPurchase__tagItem {
    display: block;
    padding: 2px 1.5rem 2px .63rem;
    font-size: 0.87rem;
    color: #f97676;
    text-align: center;
    background-color: #fefefe;
    border: solid 1px #f97676;
    border-left: solid 0.87rem #f97676; }
    @media screen and (min-width: 1025px) {
      .gwc-contentLinkPurchase__tagItem {
        padding: 1.5px 1.5rem 1.5px .63rem;
        font-size: 0.75rem; } }
    .gwc-contentLinkPurchase__tagItem--genre {
      color: #242424;
      border-color: #4a4a4a; }
  .gwc-contentLinkPurchase__excerpt {
    margin: 0;
    color: #242424; }
    @media screen and (min-width: 1025px) {
      .gwc-contentLinkPurchase__excerpt {
        font-size: 0.87rem; } }
  .gwc-contentLinkPurchase:hover {
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    opacity: 1; }
    .gwc-contentLinkPurchase:hover .gwc-contentLinkPurchase__image {
      -webkit-transform: translate(-50%, -50%) scale(1.05);
              transform: translate(-50%, -50%) scale(1.05); }

.gwc-faqItem__question {
  position: relative;
  padding: 1.5rem 18px 1.5rem 75px;
  margin: 0 0 0 25px;
  line-height: 1.75rem;
  background-color: #fefefe;
  -webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25); }
  .gwc-faqItem__question::before {
    position: absolute;
    top: 15px;
    left: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    color: #fefefe;
    content: 'Q';
    background-color: #f97676;
    border-radius: 50%; }
  .gwc-faqItem__question:hover {
    cursor: pointer; }

.gwc-faqItem__questionLine {
  position: absolute;
  left: -24px;
  z-index: -1;
  display: block;
  width: 35px;
  height: 8px;
  content: '';
  background-color: #d07671;
  -webkit-transition: 0.24s all ease-in-out;
  transition: 0.24s all ease-in-out; }
  @media screen and (min-width: 1025px) {
    .gwc-faqItem__questionLine {
      width: 60px;
      height: 10px; } }
  .gwc-faqItem__questionLine:nth-child(1) {
    top: 4px;
    -webkit-transform: rotate(11deg);
            transform: rotate(11deg); }
  .gwc-faqItem__questionLine:nth-child(2) {
    top: 14px;
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg); }

.gwc-faqItem__answer {
  position: relative;
  height: 0;
  padding: 0.5rem 18px 0 75px;
  margin: 2rem 0 0;
  line-height: 0;
  visibility: hidden;
  background-color: #fefefe;
  opacity: 0;
  -webkit-transition: padding     .4s ease, height      .4s ease, line-height .4s ease, opacity     .09s ease, visibility  .1s ease;
  transition: padding     .4s ease, height      .4s ease, line-height .4s ease, opacity     .09s ease, visibility  .1s ease; }
  @media screen and (min-width: 1025px) {
    .gwc-faqItem__answer {
      padding: 0 32px 0 100px; } }
  .gwc-faqItem__answer::before {
    position: absolute;
    top: -.5rem;
    left: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    color: #fefefe;
    content: 'A';
    background-color: #aa9c4b;
    border-radius: 50%; }
    @media screen and (min-width: 1025px) {
      .gwc-faqItem__answer::before {
        left: 37px; } }
  .gwc-faqItem__answer.is-open {
    height: auto;
    padding: 0 18px 3rem 75px;
    line-height: 1.5rem;
    visibility: visible;
    opacity: 1; }
    @media screen and (min-width: 1025px) {
      .gwc-faqItem__answer.is-open {
        padding: 0 32px 3rem 100px; } }

.gwc-faqItem__answerTitle {
  margin: 0 auto 1.5rem;
  font-weight: 600;
  line-height: 1.75rem; }

.gwc-faqItem__answerBody {
  margin: 0;
  line-height: 1.75rem; }

/**
 * Hamburger menu
 * This components is used as hamburger menu.
 */
.gwc-hamburgerMenu {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 7px;
  margin: 0;
  background: #dfdfdf;
  border: 0;
  border-radius: 6px;
  outline: 0; }
  .gwc-hamburgerMenu::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    color: #242424;
    content: 'MENU';
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .gwc-hamburgerMenu:hover, .gwc-hamburgerMenu:focus {
    background: #dfdfdf;
    border: 0;
    outline: 0; }
  .gwc-hamburgerMenu .gwc-hamburgerMenu__iconLine {
    position: absolute;
    left: 7px;
    display: block;
    width: calc(100% - 14px);
    height: 1px;
    background-color: #242424; }
  .gwc-hamburgerMenu .gwc-hamburgerMenu__iconLine:nth-of-type(1) {
    top: 7px;
    height: 2px;
    border-radius: 1px; }
  .gwc-hamburgerMenu .gwc-hamburgerMenu__iconLine:nth-of-type(2) {
    top: 13px; }
  .gwc-hamburgerMenu .gwc-hamburgerMenu__iconLine:nth-of-type(3) {
    bottom: 13px; }
  .gwc-hamburgerMenu .gwc-hamburgerMenu__iconLine:nth-of-type(4) {
    bottom: 7px;
    height: 2px;
    border-radius: 1px; }

/**
 * Section Header
 * TODO: gwp-contentTitleをこちらに統合する
 */
.gwc-sectionHeader {
  padding: 0 18px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .gwc-sectionHeader {
      max-width: 600px;
      padding: 0 32px;
      text-align: center; } }
  .gwc-sectionHeader__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 2rem; }
    @media screen and (min-width: 1025px) {
      .gwc-sectionHeader__container {
        margin: 0 auto 3rem; } }
  .gwc-sectionHeader__titleContainer {
    padding: 0 0 0 calc(45px + .5rem);
    margin: 0 .5rem 0 0;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .gwc-sectionHeader__titleContainer {
        padding: 0 0 0 calc(50px + .87rem);
        margin: 0 .87rem 0 0; } }
  .gwc-sectionHeader__title {
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.75rem;
    font-weight: 400; }
    @media screen and (min-width: 1025px) {
      .gwc-sectionHeader__title {
        font-size: 2rem; } }
  .gwc-sectionHeader__titleInner {
    font-size: 2.62rem;
    color: #1a2c7a; }
    @media screen and (min-width: 1025px) {
      .gwc-sectionHeader__titleInner {
        font-size: 2.68rem; } }
    .gwc-sectionHeader__titleInner--red {
      color: #6b0000; }
    .gwc-sectionHeader__titleInner--navy {
      color: #241538; }
    .gwc-sectionHeader__titleInner--green {
      color: #275b1f; }
    .gwc-sectionHeader__titleInner--brown {
      color: #8e4d0b; }
    .gwc-sectionHeader__titleInner--black {
      color: #242424; }
  .gwc-sectionHeader__subTitle {
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    color: #5e5e5e;
    letter-spacing: 1px; }
  .gwc-sectionHeader__titleIcon {
    display: block;
    width: 45px; }
    @media screen and (min-width: 1025px) {
      .gwc-sectionHeader__titleIcon {
        width: 50px; } }
  .gwc-sectionHeader__contentTitle {
    padding: 0 0 .5rem;
    margin: 0 auto .87rem;
    font-size: 1.12rem;
    font-weight: 600;
    text-align: center;
    border-bottom: solid 1px #242424; }
    @media screen and (min-width: 1025px) {
      .gwc-sectionHeader__contentTitle {
        padding: 0 0 .87rem;
        margin: 0 auto 1rem; } }
  .gwc-sectionHeader .gwc-sectionHeader__text {
    padding: 0 1rem; }
    .gwc-sectionHeader .gwc-sectionHeader__text p {
      margin: 0; }

/**
 * 5: Projects
 */
/**
 * App footer
 * This components is used as site footer.
 */
.gwp-appFooter {
  /**
   * FAQ
   */
  /**
   * Contact
   */ }
  .gwp-appFooter .gwp-appFooter__container {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .gwp-appFooter .gwp-appFooter__container::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      display: block;
      width: 100%;
      height: 100%;
      content: '';
      background-color: rgba(0, 0, 0, 0.7); }
  .gwp-appFooter .gwp-appFooter__inner {
    position: relative;
    z-index: 10;
    padding: 4rem 0 2rem; }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__inner {
        padding: 6rem 0 3rem; } }
  .gwp-appFooter .gwp-appFooter__brand {
    padding: 0;
    margin: 0 auto 2rem;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__brand {
        margin: 0 auto 4rem; } }
  .gwp-appFooter .gwp-appFooter__brandLink {
    display: inline-block; }
  .gwp-appFooter .gwp-appFooter__brandLogo {
    display: block;
    width: auto;
    max-height: 47px; }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__brandLogo {
        max-height: 50px; } }
  .gwp-appFooter .gwp-appFooter__siteMenuContainer {
    padding: 0 18px;
    margin: 0 auto 3rem; }
    @media screen and (min-width: 768px) {
      .gwp-appFooter .gwp-appFooter__siteMenuContainer {
        max-width: 920px;
        padding: 0 32px;
        margin: 0 auto 2.5rem; } }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__siteMenuContainer {
        margin: 0 auto 3rem; } }
  .gwp-appFooter .gwp-appFooter__mainMenu a {
    display: block;
    color: #fefefe; }
  .gwp-appFooter .gwp-appFooter__mainMenu > .menu-item {
    margin: 0 auto .5rem; }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__mainMenu > .menu-item {
        margin: 0 auto 2rem; } }
  .gwp-appFooter .gwp-appFooter__siteMenu {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .gwp-appFooter .gwp-appFooter__siteMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .gwp-appFooter .gwp-appFooter__siteMenu .menu-item {
      margin: 0 0 .5rem; }
      @media screen and (min-width: 768px) {
        .gwp-appFooter .gwp-appFooter__siteMenu .menu-item {
          margin: 0 1rem .5rem 0; } }
      @media screen and (min-width: 1025px) {
        .gwp-appFooter .gwp-appFooter__siteMenu .menu-item {
          margin: 0 2rem 1rem 0; } }
    .gwp-appFooter .gwp-appFooter__siteMenu .menu-item:last-child {
      margin: 0; }
    .gwp-appFooter .gwp-appFooter__siteMenu .menu-item a {
      display: block;
      color: #fefefe; }
  .gwp-appFooter .gwp-appFooter__mainMenuContainer {
    padding: 0 18px;
    margin: 0 auto 3rem; }
    @media screen and (min-width: 768px) {
      .gwp-appFooter .gwp-appFooter__mainMenuContainer {
        max-width: 920px;
        padding: 0 32px; } }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__mainMenuContainer {
        margin: 0 auto 4rem; } }
  .gwp-appFooter .gwp-appFooter__mainMenu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .gwp-appFooter .gwp-appFooter__mainMenu > .menu-item > a {
      padding: 0 0 .5rem 1rem;
      font-weight: 600;
      border-bottom: solid 1px #fefefe; }
      @media screen and (min-width: 1025px) {
        .gwp-appFooter .gwp-appFooter__mainMenu > .menu-item > a {
          padding: 0 0 1rem 1rem; } }
    .gwp-appFooter .gwp-appFooter__mainMenu .sub-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 1rem 1rem .5rem; }
      @media screen and (min-width: 1025px) {
        .gwp-appFooter .gwp-appFooter__mainMenu .sub-menu {
          padding: 1.5rem 1.5rem .5rem; } }
    .gwp-appFooter .gwp-appFooter__mainMenu .sub-menu .menu-item {
      width: calc((100% - 1rem) / 2);
      margin: 0 1rem .5rem 0; }
      @media screen and (min-width: 768px) {
        .gwp-appFooter .gwp-appFooter__mainMenu .sub-menu .menu-item {
          width: auto; } }
      @media screen and (min-width: 1025px) {
        .gwp-appFooter .gwp-appFooter__mainMenu .sub-menu .menu-item {
          margin: 0 1.5rem 1rem 0; } }
    .gwp-appFooter .gwp-appFooter__mainMenu .sub-menu .menu-item:nth-child(2n) {
      margin: 0 0 .5rem; }
      @media screen and (min-width: 768px) {
        .gwp-appFooter .gwp-appFooter__mainMenu .sub-menu .menu-item:nth-child(2n) {
          margin: 0 1rem .5rem 0; } }
      @media screen and (min-width: 1025px) {
        .gwp-appFooter .gwp-appFooter__mainMenu .sub-menu .menu-item:nth-child(2n) {
          margin: 0 1.5rem 1rem 0; } }
  .gwp-appFooter .gwp-appFooter__storeName {
    padding: 0 18px;
    margin: 0 auto 1rem;
    font-size: 1.12rem;
    font-weight: 600;
    color: #fefefe; }
    @media screen and (min-width: 768px) {
      .gwp-appFooter .gwp-appFooter__storeName {
        max-width: 920px;
        padding: 0 32px; } }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__storeName {
        font-size: 1.37rem; } }
  .gwp-appFooter .gwp-appFooter__address {
    padding: 0 18px;
    margin: 0 auto 3rem;
    color: #fefefe; }
    @media screen and (min-width: 768px) {
      .gwp-appFooter .gwp-appFooter__address {
        max-width: 920px;
        padding: 0 32px; } }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__address {
        margin: 0 auto 4rem; } }
    .gwp-appFooter .gwp-appFooter__address p {
      margin: 0 0 .5rem; }
  .gwp-appFooter .gwp-appFooter__copyright {
    padding: 1.5rem 0 0;
    margin: 0;
    font-size: 0.87rem;
    color: #878787;
    text-align: center;
    border-top: solid 1px #fefefe; }
  .gwp-appFooter .gwp-appFooter__faqContainer {
    padding: 0 18px;
    margin: 0 auto 6rem; }
    @media screen and (min-width: 768px) {
      .gwp-appFooter .gwp-appFooter__faqContainer {
        max-width: 769px;
        padding: 0 32px; } }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__faqContainer {
        max-width: calc(100% - 320px);
        margin: 0 0 12rem auto; } }
  .gwp-appFooter .gwp-appFooter__faqInner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__faqInner {
        max-width: 936px;
        margin: 0 auto; } }
  .gwp-appFooter .gwp-appFooter__faqLink {
    display: block;
    padding: 3rem 18px 2.5rem;
    color: #fefefe; }
    @media screen and (min-width: 768px) {
      .gwp-appFooter .gwp-appFooter__faqLink {
        padding: 3rem 32px 2.5rem; } }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__faqLink {
        padding: 3rem 3rem 2.5rem; } }
    .gwp-appFooter .gwp-appFooter__faqLink:hover {
      opacity: 1; }
  .gwp-appFooter .gwp-appFooter__faqTitle {
    padding: 0;
    margin: 0 auto 3rem;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.75rem;
    font-weight: 400; }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__faqTitle {
        margin: 0 auto 10rem;
        font-size: 2.2rem; } }
  @media screen and (min-width: 1025px) {
    .gwp-appFooter .gwp-appFooter__faqContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .gwp-appFooter .gwp-appFooter__faqText {
    margin: 0 auto 1rem; }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__faqText {
        width: calc(100% - (320px + 1rem));
        margin: 0 1rem 0 0; } }
  .gwp-appFooter .gwp-appFooter__faqButton {
    padding: .75rem;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.12rem;
    color: #242424;
    text-align: center;
    background-color: #fefefe;
    -webkit-transition: 0.24s all ease-in-out;
    transition: 0.24s all ease-in-out; }
    @media screen and (min-width: 768px) {
      .gwp-appFooter .gwp-appFooter__faqButton {
        width: 320px;
        margin: 0 0 0 auto; } }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__faqButton {
        margin: 0; } }
  .gwp-appFooter .gwp-appFooter__faqLink:hover .gwp-appFooter__faqButton {
    background-color: #eddecf; }
  .gwp-appFooter .gwp-appFooter__contactContainer {
    padding: 0 18px;
    margin: 0 auto 6rem; }
    @media screen and (min-width: 768px) {
      .gwp-appFooter .gwp-appFooter__contactContainer {
        max-width: 769px;
        padding: 0 32px; } }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__contactContainer {
        max-width: calc(100% - 320px);
        margin: 0 0 12rem auto; } }
  .gwp-appFooter .gwp-appFooter__contactInner {
    position: relative;
    background-color: #f2f2f2;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__contactInner {
        max-width: 936px;
        margin: 0 auto; } }
  .gwp-appFooter .gwp-appFooter__contactBackground {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    display: block;
    width: 90%;
    height: 84%;
    background-size: 60px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .gwp-appFooter .gwp-appFooter__contactContents {
    position: relative;
    z-index: 10;
    padding: 3rem 18px; }
    @media screen and (min-width: 768px) {
      .gwp-appFooter .gwp-appFooter__contactContents {
        padding: 3rem 32px; } }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__contactContents {
        padding: 2rem 4rem 4rem; } }
  .gwp-appFooter .gwp-appFooter__contactTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0 auto 2rem; }
  .gwp-appFooter .gwp-appFooter__contactTitleInner {
    display: inline-block;
    padding-left: calc(40px + 1rem);
    margin: 0 1rem 0 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    font-weight: 600; }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__contactTitleInner {
        padding-left: calc(70px + 1.5rem);
        margin: 0 1.5rem 0 0;
        font-size: 2.2rem; } }
  .gwp-appFooter .gwp-appFooter__contactTitleIcon {
    display: inline-block;
    width: 40px; }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__contactTitleIcon {
        width: 70px; } }
  .gwp-appFooter .gwp-appFooter__contactDescription {
    margin: 0 auto 2rem;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .gwp-appFooter .gwp-appFooter__contactDescription {
        text-align: center; } }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__contactDescription {
        margin: 0 auto 3.5rem; } }
  .gwp-appFooter .gwp-appFooter__contactLinkContents {
    margin: 0 auto 2.5rem; }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__contactLinkContents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 auto 4rem; } }
  .gwp-appFooter .gwp-appFooter__contactTelContainer {
    margin: 0 auto 1.5rem; }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__contactTelContainer {
        margin: 0 3rem 0 0; } }
  .gwp-appFooter .gwp-appFooter__contactTel {
    margin: 0;
    text-align: center; }
  .gwp-appFooter .gwp-appFooter__contactTelLink {
    display: inline-block;
    font-size: 1.62rem;
    font-weight: 600;
    color: #242424; }
    .gwp-appFooter .gwp-appFooter__contactTelLink::before {
      display: inline-block;
      margin: 0 .5rem 0 0;
      font-family: 'Font Awesome 5 Free', sans-serif;
      font-weight: 600;
      content: '\f879'; }
    .gwp-appFooter .gwp-appFooter__contactTelLink:hover {
      color: #635040;
      opacity: 1; }
  .gwp-appFooter .gwp-appFooter__contactHours {
    margin: 0;
    font-size: 0.87rem;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .gwp-appFooter .gwp-appFooter__contactHours {
        text-align: center; } }
  @media screen and (min-width: 768px) {
    .gwp-appFooter .gwp-appFooter__contactButtons {
      width: 320px;
      margin: 0 auto; } }
  @media screen and (min-width: 1025px) {
    .gwp-appFooter .gwp-appFooter__contactButtons {
      margin: 0 0 0 2rem; } }
  .gwp-appFooter .gwp-appFooter__contactWeb {
    margin: 0 auto 1rem; }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__contactWeb {
        margin: 0 auto 1.5rem; } }
  .gwp-appFooter .gwp-appFooter__contactWebLink {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 0.62rem 18px 0.62rem 3.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #494949;
    text-align: center;
    background-color: #fefefe;
    border: solid 1px #a0a0a0;
    border-radius: 10px; }
    @media screen and (min-width: 768px) {
      .gwp-appFooter .gwp-appFooter__contactWebLink {
        padding: .62rem 1.5rem .62rem 4.5rem; } }
    .gwp-appFooter .gwp-appFooter__contactWebLink:hover {
      color: #fefefe;
      background-color: #494949;
      opacity: 1; }
    .gwp-appFooter .gwp-appFooter__contactWebLink i {
      position: absolute;
      top: 50%;
      left: 18px;
      font-size: 1.5rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .gwp-appFooter .gwp-appFooter__contactWebLink i {
          left: 32px; } }
  .gwp-appFooter .gwp-appFooter__contactLineLink {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 0.62rem 18px 0.62rem 3.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #00bb07;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #00bb07;
    border-radius: 10px; }
    @media screen and (min-width: 768px) {
      .gwp-appFooter .gwp-appFooter__contactLineLink {
        padding: .62rem 1.5rem .62rem 4.5rem; } }
    .gwp-appFooter .gwp-appFooter__contactLineLink:hover {
      color: #fefefe;
      background-color: #00bb07;
      opacity: 1; }
    .gwp-appFooter .gwp-appFooter__contactLineLink i {
      position: absolute;
      top: 50%;
      left: 18px;
      font-size: 1.68rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .gwp-appFooter .gwp-appFooter__contactLineLink i {
          left: 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-appFooter .gwp-appFooter__contactComment {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .gwp-appFooter .gwp-appFooter__contactCommentText {
    position: relative;
    padding: 18px;
    margin: 0 auto 2.5rem;
    background-color: #fefefe;
    border: solid 1px #a1a1a1;
    border-radius: 7px; }
    @media screen and (min-width: 768px) {
      .gwp-appFooter .gwp-appFooter__contactCommentText {
        width: 420px;
        padding: 1.5rem; } }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__contactCommentText {
        width: calc(100% - (150px + 3rem));
        margin: 0; } }
    .gwp-appFooter .gwp-appFooter__contactCommentText::before {
      position: absolute;
      bottom: 0;
      left: 50%;
      display: block;
      content: '';
      border-top: 20px solid #a1a1a1;
      border-right: 15px solid transparent;
      border-left: 15px solid transparent;
      -webkit-transform: translate(-50%, 100%);
              transform: translate(-50%, 100%); }
      @media screen and (min-width: 1025px) {
        .gwp-appFooter .gwp-appFooter__contactCommentText::before {
          top: 50%;
          bottom: auto;
          left: 0;
          border-top: 15px solid transparent;
          border-right: 20px solid #a1a1a1;
          border-bottom: 15px solid transparent;
          -webkit-transform: translate(-100%, -50%);
                  transform: translate(-100%, -50%); } }
    .gwp-appFooter .gwp-appFooter__contactCommentText::after {
      position: absolute;
      bottom: .62px;
      left: 50%;
      display: block;
      content: '';
      border-top: 19px solid #fefefe;
      border-right: 14px solid transparent;
      border-left: 14px solid transparent;
      -webkit-transform: translate(-50%, 100%);
              transform: translate(-50%, 100%); }
      @media screen and (min-width: 1025px) {
        .gwp-appFooter .gwp-appFooter__contactCommentText::after {
          top: 50%;
          bottom: auto;
          left: .62px;
          border-top: 14px solid transparent;
          border-right: 19px solid #fefefe;
          border-bottom: 14px solid transparent;
          -webkit-transform: translate(-100%, -50%);
                  transform: translate(-100%, -50%); } }
    .gwp-appFooter .gwp-appFooter__contactCommentText p {
      margin: 0; }
  .gwp-appFooter .gwp-appFooter__contactCommentIcon {
    display: block;
    width: 175px;
    height: 175px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%; }
    @media screen and (min-width: 1025px) {
      .gwp-appFooter .gwp-appFooter__contactCommentIcon {
        width: 150px;
        height: 150px;
        margin: 0 3rem 0 0; } }

/**
 * App header
 * This components is used as site header.
 */
.gwp-appHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000; }
  .gwp-appHeader .gwp-appHeader__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 72px;
    padding: 10px 14px;
    margin: 0;
    background-color: #fefefe; }
    @media screen and (min-width: 1025px) {
      .gwp-appHeader .gwp-appHeader__container {
        display: none; } }
  .gwp-appHeader .gwp-appHeader__brand {
    padding: 0;
    margin: 0; }
  .gwp-appHeader .gwp-appHeader__brandLink {
    display: block; }
  .gwp-appHeader .gwp-appHeader__brandLogo {
    display: block;
    width: auto;
    max-height: 47px; }
  .gwp-appHeader .gwp-appHeader__globalNavMenuOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0; }
    .gwp-appHeader .gwp-appHeader__globalNavMenuOverlay[aria-hidden=false] {
      visibility: visible;
      opacity: 1; }
    .gwp-appHeader .gwp-appHeader__globalNavMenuOverlay:hover {
      cursor: pointer; }
  .gwp-appHeader .gwp-appHeader__globalNavMenuContainer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2010;
    width: 100vw;
    max-height: 100vh;
    padding: 0 0 4rem;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #eddece;
    -webkit-transition: 0.24s all ease-in-out;
    transition: 0.24s all ease-in-out;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    @media screen and (min-width: 768px) {
      .gwp-appHeader .gwp-appHeader__globalNavMenuContainer {
        width: 360px;
        height: 100vh;
        max-height: none; } }
    @media screen and (min-width: 1025px) {
      .gwp-appHeader .gwp-appHeader__globalNavMenuContainer {
        right: auto;
        left: 0;
        width: 320px;
        padding: 2.5rem 0 1rem;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); } }
    .gwp-appHeader .gwp-appHeader__globalNavMenuContainer[aria-hidden=false] {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .gwp-appHeader .gwp-appHeader__globalNavMenuCloseButtonWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 72px;
    padding: 10px 14px;
    margin: 0 auto 1rem; }
    @media screen and (min-width: 1025px) {
      .gwp-appHeader .gwp-appHeader__globalNavMenuCloseButtonWrap {
        display: none; } }
  .gwp-appHeader .gwp-appHeader__globalNavMenuCloseButton {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    background: #fefefe;
    border: 0;
    border-radius: 6px;
    outline: 0; }
    .gwp-appHeader .gwp-appHeader__globalNavMenuCloseButton:hover, .gwp-appHeader .gwp-appHeader__globalNavMenuCloseButton:focus {
      background: #fefefe;
      border: 0;
      outline: 0; }
    .gwp-appHeader .gwp-appHeader__globalNavMenuCloseButton::before, .gwp-appHeader .gwp-appHeader__globalNavMenuCloseButton::after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 80%;
      height: 2px;
      content: '';
      background-color: #242424;
      border-radius: 1px; }
    .gwp-appHeader .gwp-appHeader__globalNavMenuCloseButton::before {
      -webkit-transform: translate(-50%, 50%) rotate(45deg);
              transform: translate(-50%, 50%) rotate(45deg); }
    .gwp-appHeader .gwp-appHeader__globalNavMenuCloseButton::after {
      -webkit-transform: translate(-50%, 50%) rotate(-45deg);
              transform: translate(-50%, 50%) rotate(-45deg); }
  .gwp-appHeader .gwp-appHeader__globalNavMenu {
    padding: 0 18px;
    margin: 0 auto 2rem; }
  .gwp-appHeader .gwp-appHeader__globalNavList {
    list-style: none;
    margin: 0;
    padding: 0; }
  .gwp-appHeader .gwp-appHeader__globalNavItem {
    margin: 0 auto .25rem; }
    .gwp-appHeader .gwp-appHeader__globalNavItem:last-child {
      margin: 0 auto; }
  .gwp-appHeader .gwp-appHeader__globalNavLinkInner {
    position: absolute;
    top: 50%;
    left: 1.12rem;
    z-index: 20;
    display: inline-block;
    color: #fefefe;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.24s all ease-in-out;
    transition: 0.24s all ease-in-out;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .gwp-appHeader .gwp-appHeader__globalNavLink {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    padding: .87rem 1.12rem;
    overflow: hidden;
    color: #242424;
    background-color: #fefefe; }
    .gwp-appHeader .gwp-appHeader__globalNavLink::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      display: block;
      width: 100%;
      height: 100%;
      content: '';
      background-color: #6c5647;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    .gwp-appHeader .gwp-appHeader__globalNavLink:hover {
      opacity: 1; }
      .gwp-appHeader .gwp-appHeader__globalNavLink:hover::before {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      .gwp-appHeader .gwp-appHeader__globalNavLink:hover .gwp-appHeader__globalNavLinkInner {
        visibility: visible;
        opacity: 1; }
  .gwp-appHeader .gwp-appHeader__globalNavSubList {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 80%;
    margin: 1.25rem auto; }
    @media screen and (min-width: 1025px) {
      .gwp-appHeader .gwp-appHeader__globalNavSubList {
        width: 85%; } }
  .gwp-appHeader .gwp-appHeader__globalNavSubItem {
    margin: 0 auto .87rem; }
  .gwp-appHeader .gwp-appHeader__globalNavSubBanner {
    position: relative;
    padding: 0 0 0 2.5rem; }
  .gwp-appHeader .gwp-appHeader__globalNavSubDecoration {
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    width: 70px;
    height: 11px;
    opacity: .7; }
    .gwp-appHeader .gwp-appHeader__globalNavSubDecoration:nth-of-type(1) {
      top: 4px;
      -webkit-transform: rotate(11deg);
              transform: rotate(11deg); }
    .gwp-appHeader .gwp-appHeader__globalNavSubDecoration:nth-of-type(2) {
      top: 14px;
      -webkit-transform: rotate(-11deg);
              transform: rotate(-11deg); }
  .gwp-appHeader .gwp-appHeader__globalNavSubLink {
    position: relative;
    z-index: 20;
    display: block;
    width: 100%;
    padding: .5rem;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    background-color: #fefefe;
    -webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25); }
    .gwp-appHeader .gwp-appHeader__globalNavSubLink:hover {
      -webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.5);
              box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.5);
      opacity: 1; }
    .gwp-appHeader .gwp-appHeader__globalNavSubLink i {
      display: inline-block;
      margin: 0 .75rem 0 0; }
  .gwp-appHeader .gwp-appHeader__globalNavMenuBrand,
  .gwp-appHeader .gwp-appHeader__telContent,
  .gwp-appHeader .gwp-appHeader__lineContent,
  .gwp-appHeader .gwp-appHeader__webContent {
    display: none; }
    @media screen and (min-width: 768px) {
      .gwp-appHeader .gwp-appHeader__globalNavMenuBrand,
      .gwp-appHeader .gwp-appHeader__telContent,
      .gwp-appHeader .gwp-appHeader__lineContent,
      .gwp-appHeader .gwp-appHeader__webContent {
        display: block; } }
  .gwp-appHeader .gwp-appHeader__globalNavMenuBrand {
    padding: 0 18px;
    margin: 0 auto 2rem;
    text-align: center; }
  .gwp-appHeader .gwp-appHeader__globalNavMenuBrandLogo {
    display: block;
    width: auto;
    max-height: 47px;
    margin: 0 auto; }
    @media screen and (min-width: 1025px) {
      .gwp-appHeader .gwp-appHeader__globalNavMenuBrandLogo {
        max-height: 50px; } }
  .gwp-appHeader .gwp-appHeader__telContent {
    padding: 0 18px;
    margin: 0 auto 1.5rem; }
  .gwp-appHeader .gwp-appHeader__telContentInner {
    padding: 0.87rem 18px;
    background-color: #fefefe; }
  .gwp-appHeader .gwp-appHeader__officeTel {
    margin: 0;
    text-align: center; }
  .gwp-appHeader .gwp-appHeader__officeTelLink {
    position: relative;
    display: inline-block;
    font-size: 1.62rem;
    font-weight: 600;
    color: #242424; }
    @media screen and (min-width: 1025px) {
      .gwp-appHeader .gwp-appHeader__officeTelLink {
        font-size: 1.37rem; } }
    .gwp-appHeader .gwp-appHeader__officeTelLink:hover {
      color: #635040;
      opacity: 1; }
    .gwp-appHeader .gwp-appHeader__officeTelLink::before {
      display: inline-block;
      font-family: 'Font Awesome 5 Free', sans-serif;
      font-weight: 600;
      content: '\f879'; }
  .gwp-appHeader .gwp-appHeader__contactHours {
    margin: 0;
    font-weight: 600; }
    @media screen and (min-width: 1025px) {
      .gwp-appHeader .gwp-appHeader__contactHours {
        font-size: .81rem; } }
  .gwp-appHeader .gwp-appHeader__lineContent,
  .gwp-appHeader .gwp-appHeader__webContent {
    padding: 0 18px;
    margin: 0 auto 1rem; }
  .gwp-appHeader .gwp-appHeader__lineLink {
    position: relative;
    display: block;
    padding: 0.87rem 18px 0.87rem 4rem;
    font-size: 1.12rem;
    font-weight: 600;
    color: #00bb07;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #00bb07;
    border-radius: 10px; }
    @media screen and (min-width: 1025px) {
      .gwp-appHeader .gwp-appHeader__lineLink {
        font-size: 1rem; } }
    .gwp-appHeader .gwp-appHeader__lineLink:hover {
      color: #fefefe;
      background-color: #00bb07;
      opacity: 1; }
    .gwp-appHeader .gwp-appHeader__lineLink i {
      position: absolute;
      top: 50%;
      left: 18px;
      font-size: 2.37rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (min-width: 1025px) {
        .gwp-appHeader .gwp-appHeader__lineLink i {
          font-size: 2rem; } }
  .gwp-appHeader .gwp-appHeader__webLink {
    position: relative;
    display: block;
    padding: 0.87rem 18px 0.87rem 4rem;
    font-size: 1.12rem;
    font-weight: 600;
    color: #494949;
    text-align: center;
    background-color: #fefefe;
    border: solid 1px #a0a0a0;
    border-radius: 10px; }
    @media screen and (min-width: 1025px) {
      .gwp-appHeader .gwp-appHeader__webLink {
        font-size: 1rem; } }
    .gwp-appHeader .gwp-appHeader__webLink:hover {
      color: #fefefe;
      background-color: #494949;
      opacity: 1; }
    .gwp-appHeader .gwp-appHeader__webLink i {
      position: absolute;
      top: 50%;
      left: 18px;
      font-size: 2rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (min-width: 1025px) {
        .gwp-appHeader .gwp-appHeader__webLink i {
          font-size: 1.7rem; } }
  .gwp-appHeader .gwp-appHeader__webContent {
    padding: 0 18px; }
  .gwp-appHeader .gwp-appHeader__snsMenu {
    padding: 0 18px;
    margin: 2rem auto 0; }
  .gwp-appHeader .gwp-appHeader__snsMenuList {
    list-style: none;
    margin: 0;
    padding: 0;
    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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .gwp-appHeader .gwp-appHeader__snsMenuItem {
    margin: 0 1rem 0 0; }
    .gwp-appHeader .gwp-appHeader__snsMenuItem:last-child {
      margin: 0; }
  .gwp-appHeader .gwp-appHeader__snsMenuLink {
    display: inline-block; }
    .gwp-appHeader .gwp-appHeader__snsMenuLink i {
      font-size: 2.2rem;
      -webkit-transition: 0.24s all ease;
      transition: 0.24s all ease; }
    .gwp-appHeader .gwp-appHeader__snsMenuLink:hover {
      opacity: 1; }
      .gwp-appHeader .gwp-appHeader__snsMenuLink:hover i {
        -webkit-transform: scale(1.15);
                transform: scale(1.15); }

.gwp-archiveBook__header {
  margin-bottom: 3.2rem; }
  @media screen and (min-width: 768px) {
    .gwp-archiveBook__header {
      margin-bottom: 4.8rem; } }

.gwp-archiveBook__search {
  display: grid;
  row-gap: 2.4rem;
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-archiveBook__search {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-archiveBook__search {
      max-width: 1000px; } }

.gwp-archiveBook__listContainer {
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-archiveBook__listContainer {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-archiveBook__listContainer {
      max-width: 1000px; } }

.gwp-archiveBook__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 4vw;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 18px;
  margin: 4rem auto; }
  @media screen and (min-width: 768px) {
    .gwp-archiveBook__list {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-archiveBook__list {
      grid-template-columns: repeat(5, 1fr);
      gap: 3.2rem 1.2rem;
      max-width: 1000px;
      margin-top: 6rem; } }

.gwp-archiveBook__item {
  display: block; }

/**
 * Column archive page
 * This components is used as column archive page.
 */
.gwp-archiveColumn .gwp-archiveColumn__contentTitle {
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-archiveColumn .gwp-archiveColumn__contentTitle {
      max-width: 600px;
      padding: 0 32px;
      text-align: center; } }
  @media screen and (min-width: 1025px) {
    .gwp-archiveColumn .gwp-archiveColumn__contentTitle {
      margin: 0 auto 6rem; } }

.gwp-archiveColumn .gwp-archiveColumn__termsContainer {
  padding: 0 18px;
  margin: 0 auto 3rem; }
  @media screen and (min-width: 768px) {
    .gwp-archiveColumn .gwp-archiveColumn__termsContainer {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-archiveColumn .gwp-archiveColumn__termsContainer {
      max-width: 1000px;
      margin: 0 auto 3.5rem; } }

.gwp-archiveColumn .gwp-archiveColumn__termsTitle {
  padding: 0;
  margin: 0 auto 2rem;
  font-size: 1.12rem;
  font-weight: 600; }
  .gwp-archiveColumn .gwp-archiveColumn__termsTitle::before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 600;
    color: #aa9c4b;
    content: '\f055'; }

.gwp-archiveColumn .gwp-archiveColumn__termList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.gwp-archiveColumn .gwp-archiveColumn__termItem {
  min-width: 130px;
  margin: 0 1rem 1rem 0; }
  @media screen and (min-width: 1025px) {
    .gwp-archiveColumn .gwp-archiveColumn__termItem {
      margin: 0 1.5rem 1.5rem 0; } }

.gwp-archiveColumn .gwp-archiveColumn__termLink {
  position: relative;
  display: block;
  padding: 3px 1.5rem;
  overflow: hidden;
  color: #f97676;
  text-align: center;
  background-color: #fefefe;
  border: solid 1px #f97676; }
  .gwp-archiveColumn .gwp-archiveColumn__termLink::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    z-index: 0;
    display: block;
    width: 100%;
    content: '';
    background-color: #f97676;
    -webkit-transition: 0.24s all ease-in-out;
    transition: 0.24s all ease-in-out;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .gwp-archiveColumn .gwp-archiveColumn__termLink:hover {
    color: #fefefe;
    opacity: 1; }
  .gwp-archiveColumn .gwp-archiveColumn__termLink:hover::before {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.gwp-archiveColumn .gwp-archiveColumn__termLink--active {
  color: #fefefe;
  background-color: #f97676; }

.gwp-archiveColumn .gwp-archiveColumn__termLinkInner {
  position: relative;
  z-index: 10;
  display: inline-block; }

.gwp-archiveColumn .gwp-archiveColumn__listContainer {
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-archiveColumn .gwp-archiveColumn__listContainer {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-archiveColumn .gwp-archiveColumn__listContainer {
      max-width: 1000px;
      margin: 0 auto 6rem; } }

.gwp-archiveColumn .gwp-archiveColumn__text {
  padding: 0 18px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .gwp-archiveColumn .gwp-archiveColumn__text {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-archiveColumn .gwp-archiveColumn__text {
      max-width: 1000px; } }

/**
 * Post archive page
 * This components is used as post archive page.
 */
.gwp-archivePost .gwp-archivePost__contentTitle {
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-archivePost .gwp-archivePost__contentTitle {
      max-width: 600px;
      padding: 0 32px;
      text-align: center; } }
  @media screen and (min-width: 1025px) {
    .gwp-archivePost .gwp-archivePost__contentTitle {
      margin: 0 auto 6rem; } }

.gwp-archivePost .gwp-archivePost__listContainer {
  padding: 0 18px;
  margin: 0 auto 3rem; }
  @media screen and (min-width: 768px) {
    .gwp-archivePost .gwp-archivePost__listContainer {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-archivePost .gwp-archivePost__listContainer {
      max-width: 1000px;
      margin: 0 auto 6rem; } }

.gwp-archivePost .gwp-archivePost__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.gwp-archivePost .gwp-archivePost__item {
  position: relative;
  padding: 0 0 0 1.5rem;
  margin: 0 auto 1.5rem; }
  @media screen and (min-width: 1025px) {
    .gwp-archivePost .gwp-archivePost__item {
      padding: 0 0 0 2.2rem; } }
  .gwp-archivePost .gwp-archivePost__item:last-child {
    margin: 0 auto; }
  .gwp-archivePost .gwp-archivePost__item::before, .gwp-archivePost .gwp-archivePost__item::after {
    position: absolute;
    z-index: 0;
    display: block;
    width: 35px;
    height: 8px;
    content: '';
    background-color: #7bd5c5;
    -webkit-transition: 0.24s all ease-in-out;
    transition: 0.24s all ease-in-out; }
    @media screen and (min-width: 1025px) {
      .gwp-archivePost .gwp-archivePost__item::before, .gwp-archivePost .gwp-archivePost__item::after {
        width: 60px;
        height: 10px; } }
  .gwp-archivePost .gwp-archivePost__item::before {
    top: 4px;
    left: 0;
    -webkit-transform: rotate(11deg);
            transform: rotate(11deg); }
  .gwp-archivePost .gwp-archivePost__item::after {
    top: 14px;
    left: 0;
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg); }
  .gwp-archivePost .gwp-archivePost__item:hover::before, .gwp-archivePost .gwp-archivePost__item:hover::after {
    background-color: #6cb7a9; }

.gwp-archivePost .gwp-archivePost__itemLink {
  position: relative;
  z-index: 10;
  display: block;
  padding: .87rem 2.5rem .87rem 1rem;
  color: #242424;
  background-color: #fefefe;
  -webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 1025px) {
    .gwp-archivePost .gwp-archivePost__itemLink {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 1.3rem 4rem 1.3rem 2rem; } }
  .gwp-archivePost .gwp-archivePost__itemLink::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    display: inline-block;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 600;
    color: #5e5e5e;
    content: '\f054';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (min-width: 1025px) {
      .gwp-archivePost .gwp-archivePost__itemLink::after {
        right: 2rem; } }
  .gwp-archivePost .gwp-archivePost__itemLink:hover {
    opacity: 1; }

.gwp-archivePost .gwp-archivePost__timeContainer {
  margin: 0 auto 3px; }
  @media screen and (min-width: 1025px) {
    .gwp-archivePost .gwp-archivePost__timeContainer {
      width: 115px;
      margin: 0 2rem 0 0; } }

.gwp-archivePost .gwp-archivePost__time {
  color: #5e5e5e; }

.gwp-archivePost .gwp-archivePost__title {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.75rem; }
  @media screen and (min-width: 1025px) {
    .gwp-archivePost .gwp-archivePost__title {
      width: calc(100% - 2rem - 115px); } }

/**
 * Purchase archive page
 * This components is used as purchase archive page.
 */
.gwp-archivePurchase__contentTitle {
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-archivePurchase__contentTitle {
      max-width: 600px;
      padding: 0 32px;
      text-align: center; } }
  @media screen and (min-width: 1025px) {
    .gwp-archivePurchase__contentTitle {
      margin: 0 auto 6rem; } }

.gwp-archivePurchase__search {
  display: grid;
  row-gap: 2.4rem;
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-archivePurchase__search {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-archivePurchase__search {
      max-width: 1000px; } }

.gwp-archivePurchase__listContainer {
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-archivePurchase__listContainer {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-archivePurchase__listContainer {
      max-width: 1000px; } }

.gwp-archivePurchase__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem 4vw;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 4rem auto; }
  @media screen and (min-width: 1025px) {
    .gwp-archivePurchase__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 2.8rem;
      margin-top: 6rem; } }

.gwp-archivePurchase__item {
  display: block; }
  .gwp-archivePurchase__item .gwc-contentLinkPurchase {
    height: 100%; }

/**
 * Archive Taxonomy
 */
.gwp-archiveTaxonomy {
  /**
   * タグ
   */
  /**
   * 概要
   */
  /**
   * 対応エリア
   */
  /**
   * FAQ
   */
  /**
   * Other
   */ }
  .gwp-archiveTaxonomy__main {
    margin-top: 4rem; }
    @media screen and (min-width: 1025px) {
      .gwp-archiveTaxonomy__main {
        margin-top: 6rem; } }
  .gwp-archiveTaxonomy__container {
    padding: 0 18px; }
    @media screen and (min-width: 768px) {
      .gwp-archiveTaxonomy__container {
        max-width: 769px;
        padding: 0 32px;
        margin: 0 auto; } }
    @media screen and (min-width: 1025px) {
      .gwp-archiveTaxonomy__container {
        max-width: 1000px; } }
  .gwp-archiveTaxonomy__tags {
    margin-bottom: 4rem; }
    @media screen and (min-width: 1025px) {
      .gwp-archiveTaxonomy__tags {
        margin-bottom: 6rem; } }
  .gwp-archiveTaxonomy__tagsHeading {
    padding: 0;
    margin: 0 0 1.4rem;
    font-size: 1.25rem;
    text-align: center; }
  .gwp-archiveTaxonomy__tagsList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .gwp-archiveTaxonomy__tagsItem {
    padding: .24rem 1rem;
    margin: 0;
    font-size: 1.12rem;
    font-weight: 400;
    line-height: 1.2;
    color: #fefefe;
    background-color: #f97676; }
  .gwp-archiveTaxonomy__overviewHeading {
    padding: 0;
    margin: 0 0 3.2rem;
    font-size: 2.2rem;
    font-weight: weight-bold;
    text-align: center; }
  @media screen and (min-width: 768px) {
    .gwp-archiveTaxonomy__overviewDescription {
      width: 82%;
      margin: 0 auto; } }
  .gwp-archiveTaxonomy__overviewImageWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.8rem; }
  .gwp-archiveTaxonomy__overviewImage {
    display: block;
    max-width: 100%;
    height: auto; }
    @media screen and (min-width: 768px) {
      .gwp-archiveTaxonomy__overviewImage {
        max-width: 600px; } }
  .gwp-archiveTaxonomy__googleReviews {
    padding: 0 18px;
    margin-bottom: 4rem; }
    @media screen and (min-width: 768px) {
      .gwp-archiveTaxonomy__googleReviews {
        max-width: 769px;
        padding: 0 32px;
        margin: 0 auto 6.8rem; } }
    @media screen and (min-width: 1025px) {
      .gwp-archiveTaxonomy__googleReviews {
        max-width: 1100px; } }
  .gwp-archiveTaxonomy__supportedAreasContainer {
    padding: 0 18px;
    margin-top: 2.4rem; }
    @media screen and (min-width: 768px) {
      .gwp-archiveTaxonomy__supportedAreasContainer {
        max-width: 769px;
        padding: 0 32px;
        margin: 2.4rem auto 0; } }
    @media screen and (min-width: 1025px) {
      .gwp-archiveTaxonomy__supportedAreasContainer {
        max-width: 1000px; } }
  .gwp-archiveTaxonomy__supportedAreasMap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .gwp-archiveTaxonomy__supportedAreasMapImage {
    display: block;
    max-width: 100%;
    height: auto; }
  .gwp-archiveTaxonomy__supportedAreasCommentList {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 600px;
    margin: 2.8rem auto 0; }
  .gwp-archiveTaxonomy__supportedAreasCommentItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: .8rem; }
    @media screen and (min-width: 768px) {
      .gwp-archiveTaxonomy__supportedAreasCommentItem {
        gap: 1rem; } }
    .gwp-archiveTaxonomy__supportedAreasCommentItem:last-child {
      margin-bottom: 0; }
  .gwp-archiveTaxonomy__supportedAreasCommentPeriod {
    aspect-ratio: 1;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: .54rem; }
    @media screen and (min-width: 768px) {
      .gwp-archiveTaxonomy__supportedAreasCommentPeriod {
        width: .8rem; } }
  .gwp-archiveTaxonomy__supportedAreasCommentText {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.4; }
    @media screen and (min-width: 768px) {
      .gwp-archiveTaxonomy__supportedAreasCommentText {
        font-size: 1.12rem; } }
  .gwp-archiveTaxonomy__faqList {
    margin: 4.8rem 0 0; }
  .gwp-archiveTaxonomy__moreLinkWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 18px;
    margin-top: 2.8rem; }
    @media screen and (min-width: 768px) {
      .gwp-archiveTaxonomy__moreLinkWrap {
        padding: 0 32px;
        margin-top: 4.8rem; } }
    .gwp-archiveTaxonomy__moreLinkWrap .gwc-buttonLink {
      max-width: 100%;
      font-size: 1rem; }
      @media screen and (min-width: 768px) {
        .gwp-archiveTaxonomy__moreLinkWrap .gwc-buttonLink {
          min-width: 16rem;
          font-size: 1.12rem; } }

/**
 * Article
 * This components is used as article.
 */
.gwp-article {
  /**
   * Column
   */ }
  .gwp-article .gwp-article__section {
    margin: 0 auto 4rem; }
    @media screen and (min-width: 1025px) {
      .gwp-article .gwp-article__section {
        margin: 0 auto 6rem; } }
  .gwp-article .gwp-article__contentTitle {
    padding: 0 18px;
    margin: 0 auto 4rem; }
    @media screen and (min-width: 768px) {
      .gwp-article .gwp-article__contentTitle {
        max-width: 600px;
        padding: 0 32px;
        text-align: center; } }
    @media screen and (min-width: 1025px) {
      .gwp-article .gwp-article__contentTitle {
        margin: 0 auto 6rem; } }
  .gwp-article .gwp-article__homeSection {
    margin: 0 auto 6rem; }
    @media screen and (min-width: 1025px) {
      .gwp-article .gwp-article__homeSection {
        margin: 0 auto 12rem; } }
  .gwp-article__columnSection {
    background-color: #e9e2dd; }
  .gwp-article__columnContainer {
    position: relative;
    padding: 0 0 6rem;
    margin: 0 auto;
    overflow: hidden; }
    @media screen and (min-width: 1025px) {
      .gwp-article__columnContainer {
        max-width: calc(100% - 320px);
        padding: 0 0 12rem;
        margin: 0 0 0 auto; } }
  .gwp-article__columnBackground {
    position: absolute;
    top: 0;
    right: -3px;
    z-index: 10;
    display: block;
    border-top: 10000px solid transparent;
    border-right: 500px solid #e9e2dd; }
    @media screen and (min-width: 1025px) {
      .gwp-article__columnBackground {
        border-right: 1200px solid #e9e2dd; } }
  .gwp-article__columnContentTitle {
    position: relative;
    padding: 4rem 18px;
    margin: 0 auto 4rem;
    overflow: hidden;
    background-color: #f0ddcc;
    border-bottom: solid 3px #ccb6a4; }
    @media screen and (min-width: 768px) {
      .gwp-article__columnContentTitle {
        max-width: 100%;
        padding: 4rem 32px;
        text-align: center; } }
    @media screen and (min-width: 1025px) {
      .gwp-article__columnContentTitle {
        padding: 6rem 32px 4rem;
        margin: 0 auto 6rem; } }
    .gwp-article__columnContentTitle::before {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0;
      display: block;
      content: '';
      border-top: 10000px solid transparent;
      border-right: 500px solid #ccb6a4; }
      @media screen and (min-width: 1025px) {
        .gwp-article__columnContentTitle::before {
          border-right: 1200px solid #ccb6a4; } }
  .gwp-article__columnTitleContainer, .gwp-article__columnTitleTextContainer {
    position: relative;
    z-index: 20; }
  @media screen and (min-width: 768px) {
    .gwp-article__columnTitleTextContainer {
      max-width: 600px;
      padding: 0 32px;
      margin: 0 auto; } }
  .gwp-article__columnListContainer {
    position: relative;
    z-index: 20;
    padding: 0 18px;
    margin: 0 auto 4rem; }
    @media screen and (min-width: 768px) {
      .gwp-article__columnListContainer {
        max-width: 769px;
        padding: 0 32px; } }
    @media screen and (min-width: 1025px) {
      .gwp-article__columnListContainer {
        max-width: 1000px; } }
  .gwp-article__columnLinkButtonContainer {
    position: relative;
    z-index: 20;
    padding: 0 18px; }
    @media screen and (min-width: 768px) {
      .gwp-article__columnLinkButtonContainer {
        max-width: 420px;
        padding: 0 32px;
        margin: 0 auto; } }
  .gwp-article__columnLinkButton {
    background-color: #d9d9d9;
    border: solid 2px #fefefe; }

/**
 * "About purchasing" page
 * This components is used as "About purchasing" page.
 */
.gwp-articleAbout {
  /**
   * Content
   */ }
  .gwp-articleAbout .gwp-articleAbout__section {
    margin-bottom: 6rem; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__section {
        margin-bottom: 12rem; } }
  .gwp-articleAbout .gwp-articleAbout__contentTitle {
    padding: 0 18px;
    margin: 0 auto 6rem; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__contentTitle {
        max-width: 600px;
        padding: 0 32px;
        text-align: center; } }
  .gwp-articleAbout .gwp-articleAbout__inPageNav {
    padding: 0 18px;
    margin: 0 auto 6rem; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__inPageNav {
        max-width: 769px;
        padding: 0 32px; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__inPageNav {
        max-width: 1000px;
        margin: 0 auto 12rem; } }
  .gwp-articleAbout .gwp-articleAbout__inPageList {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__inPageList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .gwp-articleAbout .gwp-articleAbout__inPageItem {
    margin: 0 0 3rem; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__inPageItem {
        width: calc((100% - 3rem) / 3);
        margin: 0 1.5rem 0 0; } }
    .gwp-articleAbout .gwp-articleAbout__inPageItem:last-child {
      margin: 0; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__inPageItem:nth-child(3n) {
        margin: 0; } }
  @media screen and (min-width: 768px) {
    .gwp-articleAbout .gwp-articleAbout__inPageItemInner {
      height: 100%; } }
  .gwp-articleAbout .gwp-articleAbout__inPageLink {
    display: block;
    padding: 2rem 1.5rem;
    font-family: 'Noto Serif JP', serif;
    color: #fefefe;
    background-color: rgba(0, 0, 0, 0.6); }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__inPageLink {
        height: 100%; } }
  .gwp-articleAbout .gwp-articleAbout__inPageItemTitle {
    padding: 0;
    margin: 0 auto 6rem;
    font-size: 1.5rem;
    text-align: center; }
    .gwp-articleAbout .gwp-articleAbout__inPageItemTitle i {
      display: inline-block;
      margin: 0 .5rem 0 0; }
  .gwp-articleAbout .gwp-articleAbout__inPageItemDescription {
    margin: 0 auto 1.5rem;
    font-size: 1.12rem; }
  .gwp-articleAbout .gwp-articleAbout__inPageItemButton {
    max-width: 180px;
    padding: 3px 1rem;
    margin: 0 auto;
    text-align: center;
    border: solid 1px #fefefe;
    border-radius: 30px;
    -webkit-transition: 0.24s all ease-in-out;
    transition: 0.24s all ease-in-out; }
  .gwp-articleAbout .gwp-articleAbout__inPageLink:hover {
    opacity: 1; }
    .gwp-articleAbout .gwp-articleAbout__inPageLink:hover .gwp-articleAbout__inPageItemButton {
      color: #242424;
      background-color: #fefefe; }
  .gwp-articleAbout .gwp-articleAbout__mainTitleContainer {
    position: relative;
    padding: 0 0 1rem;
    margin: 0 0 3rem; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__mainTitleContainer {
        margin: 0 0 4rem; } }
    .gwp-articleAbout .gwp-articleAbout__mainTitleContainer::before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 120px;
      height: 1px;
      content: '';
      background-color: #242424; }
  .gwp-articleAbout .gwp-articleAbout__mainTitle {
    padding: 0;
    margin: 0;
    font-size: 1.12rem;
    font-weight: 600; }
  .gwp-articleAbout .gwp-articleAbout__subTitle {
    margin: 0;
    font-size: 1rem;
    font-weight: 600; }
  .gwp-articleAbout .gwp-articleAbout__topContainer {
    padding: 0 18px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__topContainer {
        position: relative;
        max-width: 769px;
        padding: 0 32px;
        margin: 0 auto 4rem; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__topContainer {
        max-width: 1000px;
        margin: 0 auto 8rem; } }
  .gwp-articleAbout .gwp-articleAbout__title {
    padding: 0 18px;
    margin: 0 auto 2rem;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.75rem;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__title {
        max-width: 769px;
        padding: 0 32px; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__title {
        max-width: 1000px;
        margin: 0 auto 3rem; } }
    .gwp-articleAbout .gwp-articleAbout__title i {
      display: inline-block;
      margin: 0 .7rem 0 0; }
  .gwp-articleAbout .gwp-articleAbout__topEyecatch {
    height: 0;
    padding-top: 50%;
    margin: 0 auto 3rem; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__topEyecatch {
        position: relative;
        z-index: 10;
        width: 80%;
        padding-top: 40%;
        margin: 0 0 0 auto; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__topEyecatch {
        width: 90%;
        padding-top: 45%;
        background-position: top 50% left 30px; } }
  .gwp-articleAbout .gwp-articleAbout__topEyecatchGroove.gwp-cardBook__groove {
    top: -10px;
    height: calc(100% + 15px); }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__topEyecatchGroove.gwp-cardBook__groove {
        top: -22px;
        width: 25px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleAbout .gwp-articleAbout__topEyecatchTop.gwp-cardBook__top {
      top: -12px;
      left: 6px;
      width: calc(100% - 30px); } }
  @media screen and (min-width: 1025px) {
    .gwp-articleAbout .gwp-articleAbout__topEyecatchPaper.gwp-cardBook__paper {
      top: -6px;
      left: 19px;
      width: calc(100% - 30px); } }
  @media screen and (min-width: 768px) {
    .gwp-articleAbout .gwp-articleAbout__topTextContainer {
      position: absolute;
      bottom: -3.12rem;
      left: 0;
      z-index: 20;
      max-width: 420px; } }
  .gwp-articleAbout .gwp-articleAbout__topTextInner {
    padding: 2rem 1.5em; }
  .gwp-articleAbout .gwp-articleAbout__topTitle {
    padding: 0;
    margin: 0 auto .5rem;
    font-size: 1.12rem;
    font-weight: 600; }
  .gwp-articleAbout .gwp-articleAbout__topText p {
    margin: 0; }
  .gwp-articleAbout .gwp-articleAbout__pointWrap {
    position: relative;
    margin: 0 auto 4rem;
    overflow: hidden; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__pointWrap {
        margin: 0 auto 6rem; } }
  .gwp-articleAbout .gwp-articleAbout__pointLine {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 2000px;
    height: 1px;
    -webkit-transform: translateX(-50%) rotate(4.2deg);
            transform: translateX(-50%) rotate(4.2deg); }
  .gwp-articleAbout .gwp-articleAbout__pointLine:nth-child(1) {
    top: 68px; }
  .gwp-articleAbout .gwp-articleAbout__pointLine:nth-child(2) {
    top: 64px; }
  .gwp-articleAbout .gwp-articleAbout__pointLine:nth-child(3) {
    top: 59px;
    height: 2px; }
  .gwp-articleAbout .gwp-articleAbout__pointContainer {
    position: relative;
    overflow: hidden; }
  .gwp-articleAbout .gwp-articleAbout__pointBackground {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    display: block;
    width: 0;
    height: 5000px;
    border-top: 150px solid transparent;
    border-bottom: 0 solid transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .gwp-articleAbout .gwp-articleAbout__pointInner {
    position: relative;
    z-index: 10;
    padding: 8.12rem 36px 4rem 18px; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__pointInner {
        max-width: 769px;
        padding: 8.12rem 64px 4rem 32px;
        margin: 0 auto; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__pointInner {
        max-width: 1000px;
        padding: 8.87rem 64px 6rem 32px; } }
  .gwp-articleAbout .gwp-articleAbout__pointContents {
    position: relative; }
  .gwp-articleAbout .gwp-articleAbout__pointContentsInner {
    position: absolute;
    top: -2.62rem;
    right: -18px;
    bottom: -10rem;
    display: block;
    width: 3px; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__pointContentsInner {
        top: -1.56rem;
        right: -32px; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__pointContentsInner {
        top: -1.93rem; } }
  .gwp-articleAbout .gwp-articleAbout__pointList {
    list-style: none;
    margin: 0;
    padding: 0; }
  .gwp-articleAbout .gwp-articleAbout__pointItem {
    margin: 0 auto 1.5rem; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__pointItem {
        margin: 0 auto 2.5rem; } }
    .gwp-articleAbout .gwp-articleAbout__pointItem:last-child {
      margin: 0 auto; }
  .gwp-articleAbout .gwp-articleAbout__pointItemTitleContainer {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto .5rem; }
  .gwp-articleAbout .gwp-articleAbout__pointItemNumber {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 1rem 0 0;
    font-weight: 600;
    line-height: 1rem;
    color: #fefefe;
    text-align: center;
    background: #aa9c4b;
    border-radius: 50%; }
  .gwp-articleAbout .gwp-articleAbout__pointItemTitle {
    padding: 0;
    margin: 0;
    font-size: 1.12rem;
    font-weight: 600; }
  .gwp-articleAbout .gwp-articleAbout__pointItemText {
    padding: 0 0 0 2.5rem; }
    .gwp-articleAbout .gwp-articleAbout__pointItemText p {
      margin: 0; }
  .gwp-articleAbout .gwp-articleAbout__checkContainer {
    padding: 0 18px;
    margin: 0 auto 4rem; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__checkContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        max-width: 769px;
        padding: 0 32px; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__checkContainer {
        max-width: 1000px;
        margin: 0 auto 6rem; } }
  .gwp-articleAbout .gwp-articleAbout__checkTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 380px;
    padding: 0 2.5rem;
    margin: 0 auto 2rem;
    font-size: 1.37rem;
    font-weight: 600;
    line-height: 2.12rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__checkTitle {
        width: 40%;
        height: 335px;
        padding: 0 2rem;
        margin: 0 3rem 0 0;
        font-size: 1.12rem; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__checkTitle {
        width: 35%;
        height: 386px;
        font-size: 1.37rem; } }
  .gwp-articleAbout .gwp-articleAbout__checkList {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__checkList {
        width: calc(60% - 3rem); } }
  .gwp-articleAbout .gwp-articleAbout__checkItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 .87rem;
    margin: 0 auto .87rem;
    border-bottom: solid 1px #828282; }
    .gwp-articleAbout .gwp-articleAbout__checkItem:last-child {
      padding: 0;
      margin: 0 auto;
      border-bottom: 0; }
  .gwp-articleAbout .gwp-articleAbout__checkItemIcon {
    display: inline-block;
    width: 30px;
    margin: 0 .87rem 0 0; }
  .gwp-articleAbout .gwp-articleAbout__checkItemText {
    width: calc(100% - .87rem - 30px);
    padding: 2px 0 0;
    margin: 0; }
  .gwp-articleAbout .gwp-articleAbout__stepContainer {
    margin: 0 auto 4rem; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__stepContainer {
        margin: 0 auto 6rem; } }
  .gwp-articleAbout .gwp-articleAbout__stepInner {
    padding: 3rem 18px 4rem; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__stepInner {
        max-width: 480px;
        padding: 3rem 32px 4rem;
        margin: 0 auto; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__stepInner {
        max-width: 1000px;
        padding: 6rem 32px 2rem; } }
  .gwp-articleAbout .gwp-articleAbout__stepTitleContainer {
    margin-bottom: 4rem; }
  .gwp-articleAbout .gwp-articleAbout__stepList {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__stepList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .gwp-articleAbout .gwp-articleAbout__stepItem {
    position: relative;
    margin: 0 0 3.8rem; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__stepItem {
        width: calc((100% - 2rem) / 3);
        margin: 0 1rem 4rem 0; } }
    .gwp-articleAbout .gwp-articleAbout__stepItem:last-child {
      margin: 0; }
      @media screen and (min-width: 1025px) {
        .gwp-articleAbout .gwp-articleAbout__stepItem:last-child {
          margin: 0 0 4rem; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__stepItem:nth-child(3n) {
        margin: 0 0 4rem; } }
  .gwp-articleAbout .gwp-articleAbout__stepItemInner {
    padding: 1.5rem; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__stepItemInner {
        height: 100%; } }
  .gwp-articleAbout .gwp-articleAbout__stepItemTitleContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 2rem; }
  .gwp-articleAbout .gwp-articleAbout__stepItemTitleInner {
    width: calc(100% - 50px - 2rem); }
  .gwp-articleAbout .gwp-articleAbout__stepItemNumber {
    margin: 0 auto .5rem;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.12rem;
    font-weight: 600; }
  .gwp-articleAbout .gwp-articleAbout__stepItemNumberInner {
    display: inline-block;
    font-size: 1.75rem; }
  .gwp-articleAbout .gwp-articleAbout__stepItemTitle {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: 600; }
  .gwp-articleAbout .gwp-articleAbout__stepItemIcon {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 0 0 2rem;
    font-size: 1.75rem;
    color: #fefefe;
    background-color: #a3a3a3;
    border-radius: 50%; }
  .gwp-articleAbout .gwp-articleAbout__stepItemDescription p {
    margin: 0; }
  .gwp-articleAbout .gwp-articleAbout__stepItemDownIcon {
    position: absolute;
    bottom: -45px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 3rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__stepItemDownIcon {
        top: 50%;
        right: -9px;
        bottom: auto;
        left: auto;
        -webkit-transform: translate(100%, -50%) rotate(-90deg);
                transform: translate(100%, -50%) rotate(-90deg); } }
  .gwp-articleAbout .gwp-articleAbout__stepItem:last-child .gwp-articleAbout__stepItemDownIcon {
    display: none; }
  @media screen and (min-width: 1025px) {
    .gwp-articleAbout .gwp-articleAbout__stepItem:nth-child(3n) .gwp-articleAbout__stepItemDownIcon {
      display: none; } }
  .gwp-articleAbout .gwp-articleAbout__areaContainer {
    position: relative;
    margin: 0 auto 6.5rem; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__areaContainer {
        margin: 0 auto 9.5rem; } }
  .gwp-articleAbout .gwp-articleAbout__areaBottomBackground {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 50;
    border-right: 240px solid transparent;
    border-left: 240px solid transparent;
    -webkit-transform: translate(-50%, 99%);
            transform: translate(-50%, 99%); }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__areaBottomBackground {
        border-right: 600px solid transparent;
        border-left: 600px solid transparent; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__areaBottomBackground {
        border-right: 1000px solid transparent;
        border-left: 1000px solid transparent; } }
  .gwp-articleAbout .gwp-articleAbout__areaInner {
    padding: 3.5rem 18px 2rem; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__areaInner {
        max-width: 769px;
        padding: 3.5rem 32px 2rem;
        margin: 0 auto; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__areaInner {
        max-width: 1000px;
        padding: 6rem 32px 3rem; } }
  .gwp-articleAbout .gwp-articleAbout__areaMainTitleContainer {
    margin: 0 0 2rem; }
  .gwp-articleAbout .gwp-articleAbout__areaDescription {
    margin: 0 auto 3rem; }
    .gwp-articleAbout .gwp-articleAbout__areaDescription p {
      margin: 0; }
  .gwp-articleAbout .gwp-articleAbout__areaImage {
    display: block;
    width: 100%;
    margin: 0 auto 3rem; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__areaImage {
        width: 480px; } }
  .gwp-articleAbout .gwp-articleAbout__areaList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 1.5rem; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__areaList {
        max-width: 620px; } }
  .gwp-articleAbout .gwp-articleAbout__areaItem {
    width: calc((100% - 1.5rem) / 2);
    margin: 0 1.5rem 1rem 0; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__areaItem {
        width: calc((100% - 3rem) / 3); } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__areaItem {
        width: calc((100% - 4rem) / 3);
        margin: 0 2rem 1.5rem 0; } }
    .gwp-articleAbout .gwp-articleAbout__areaItem:nth-child(2n) {
      margin: 0 0 1rem; }
      @media screen and (min-width: 768px) {
        .gwp-articleAbout .gwp-articleAbout__areaItem:nth-child(2n) {
          margin: 0 1.5rem 1rem 0; } }
      @media screen and (min-width: 1025px) {
        .gwp-articleAbout .gwp-articleAbout__areaItem:nth-child(2n) {
          margin: 0 2rem 1.5rem 0; } }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__areaItem:nth-child(3n) {
        margin: 0 0 1rem; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__areaItem:nth-child(3n) {
        margin: 0 0 1.5rem; } }
  .gwp-articleAbout .gwp-articleAbout__areaItemLink {
    position: relative;
    display: block;
    padding: 3px 1.5rem;
    overflow: hidden;
    text-align: center;
    background-color: #fefefe; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__areaItemLink {
        padding: 5px 1.5rem; } }
    .gwp-articleAbout .gwp-articleAbout__areaItemLink:hover {
      color: #fefefe;
      opacity: 1; }
  .gwp-articleAbout .gwp-articleAbout__areaItemLinkInner {
    position: relative;
    z-index: 10;
    display: inline-block; }
  .gwp-articleAbout .gwp-articleAbout__areaItemLinkBackground {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    z-index: 0;
    display: block;
    width: 100%;
    -webkit-transition: 0.24s all ease-in-out;
    transition: 0.24s all ease-in-out;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .gwp-articleAbout .gwp-articleAbout__areaItemLink:hover .gwp-articleAbout__areaItemLinkBackground {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .gwp-articleAbout .gwp-articleAbout__areaSubText {
    margin: 0; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__areaSubText {
        text-align: center; } }
  .gwp-articleAbout .gwp-articleAbout__areaBottomLine {
    position: absolute;
    bottom: -7px;
    left: 50%;
    z-index: 40;
    display: block;
    border-right: 240px solid transparent;
    border-left: 240px solid transparent;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%); }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__areaBottomLine {
        border-right: 600px solid transparent;
        border-left: 600px solid transparent; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__areaBottomLine {
        border-right: 1000px solid transparent;
        border-left: 1000px solid transparent; } }
  .gwp-articleAbout .gwp-articleAbout__areaBottomLine:nth-child(2) {
    bottom: -8px;
    z-index: 30; }
  .gwp-articleAbout .gwp-articleAbout__areaBottomLine:nth-child(3) {
    bottom: -14px;
    z-index: 20; }
  .gwp-articleAbout .gwp-articleAbout__areaBottomLine:nth-child(4) {
    bottom: -16px;
    z-index: 10; }
  .gwp-articleAbout .gwp-articleAbout__contactContainer {
    padding: 0 18px;
    margin: 0 auto 4rem; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__contactContainer {
        max-width: 769px;
        padding: 0 32px; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__contactContainer {
        max-width: 1000px; } }
  .gwp-articleAbout .gwp-articleAbout__contactInner {
    position: relative;
    background-color: #f2f2f2;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__contactInner {
        max-width: 936px;
        margin: 0 auto; } }
  .gwp-articleAbout .gwp-articleAbout__contactBackground {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    display: block;
    width: 90%;
    height: 84%;
    background-size: 60px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .gwp-articleAbout .gwp-articleAbout__contactContents {
    position: relative;
    z-index: 10;
    padding: 3rem 18px; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__contactContents {
        padding: 3rem 32px; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__contactContents {
        padding: 2rem 4rem 4rem; } }
  .gwp-articleAbout .gwp-articleAbout__contactTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0 auto 1rem; }
  .gwp-articleAbout .gwp-articleAbout__contactTitleInner {
    display: inline-block;
    padding-left: calc(40px + 1rem);
    margin: 0 1rem 0 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    font-weight: 600; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__contactTitleInner {
        padding-left: calc(70px + 1.5rem);
        margin: 0 1.5rem 0 0;
        font-size: 2.2rem; } }
  .gwp-articleAbout .gwp-articleAbout__contactTitleIcon {
    display: inline-block;
    width: 40px; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__contactTitleIcon {
        width: 70px; } }
  .gwp-articleAbout .gwp-articleAbout__contactDescription {
    margin: 0 auto 2rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__contactDescription {
        text-align: center; } }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__contactDescription {
        margin: 0 auto 3.5rem; } }
  .gwp-articleAbout .gwp-articleAbout__contactLinkContents {
    margin: 0 auto; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__contactLinkContents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .gwp-articleAbout .gwp-articleAbout__contactTelContainer {
    margin: 0 auto 1.5rem; }
    @media screen and (min-width: 1025px) {
      .gwp-articleAbout .gwp-articleAbout__contactTelContainer {
        margin: 0 3rem 0 0; } }
  .gwp-articleAbout .gwp-articleAbout__contactTel {
    margin: 0;
    text-align: center; }
  .gwp-articleAbout .gwp-articleAbout__contactTelLink {
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.62rem;
    font-weight: 600;
    color: #242424; }
    .gwp-articleAbout .gwp-articleAbout__contactTelLink::before {
      display: inline-block;
      margin: 0 .5rem 0 0;
      font-family: 'Font Awesome 5 Free', sans-serif;
      font-weight: 600;
      content: '\f879'; }
    .gwp-articleAbout .gwp-articleAbout__contactTelLink:hover {
      color: #635040;
      opacity: 1; }
  .gwp-articleAbout .gwp-articleAbout__contactHours {
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 0.87rem;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__contactHours {
        text-align: center; } }
  @media screen and (min-width: 768px) {
    .gwp-articleAbout .gwp-articleAbout__contactButtons {
      width: 320px;
      margin: 0 auto; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleAbout .gwp-articleAbout__contactButtons {
      margin: 0 0 0 2rem; } }
  .gwp-articleAbout .gwp-articleAbout__contactWeb {
    margin: 0 auto; }
  .gwp-articleAbout .gwp-articleAbout__contactWebLink {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 0.62rem 18px 0.62rem 3.5rem;
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    font-weight: 400;
    color: #494949;
    text-align: center;
    background-color: #fefefe;
    border: solid 1px #a0a0a0;
    border-radius: 10px; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__contactWebLink {
        padding: .62rem 1.5rem .62rem 4.5rem; } }
    .gwp-articleAbout .gwp-articleAbout__contactWebLink:hover {
      color: #fefefe;
      background-color: #494949;
      opacity: 1; }
    .gwp-articleAbout .gwp-articleAbout__contactWebLink i {
      position: absolute;
      top: 50%;
      left: 18px;
      font-size: 1.5rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .gwp-articleAbout .gwp-articleAbout__contactWebLink i {
          left: 32px; } }
  .gwp-articleAbout .gwp-articleAbout__contactLine {
    margin: 1.5rem auto 0; }
  .gwp-articleAbout .gwp-articleAbout__contactLineLink {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 0.62rem 18px 0.62rem 3.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #00bb07;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #00bb07;
    border-radius: 10px; }
    @media screen and (min-width: 768px) {
      .gwp-articleAbout .gwp-articleAbout__contactLineLink {
        padding: .62rem 1.5rem .62rem 4.5rem; } }
    .gwp-articleAbout .gwp-articleAbout__contactLineLink:hover {
      color: #fefefe;
      background-color: #00bb07;
      opacity: 1; }
    .gwp-articleAbout .gwp-articleAbout__contactLineLink i {
      position: absolute;
      top: 50%;
      left: 18px;
      font-size: 1.68rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .gwp-articleAbout .gwp-articleAbout__contactLineLink i {
          left: 32px; } }

@media screen and (min-width: 768px) {
  .gwp-articleBook__breadcrumbs {
    padding: 0; } }

.gwp-articleBook__headerInner {
  padding: 0 18px;
  margin: 0 auto 3rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleBook__headerInner {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleBook__headerInner {
      max-width: 1000px;
      margin: 0 auto 5rem; } }

.gwp-articleBook__title {
  position: relative;
  padding: 0 0 1.5rem;
  margin: 0 auto 3rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .gwp-articleBook__title {
      font-size: 2.5rem; } }
  .gwp-articleBook__title::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100px;
    height: 1px;
    content: '';
    background-color: #0a0a0a;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.gwp-articleBook__tagList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 18px;
  margin: 1.2rem 0; }
  @media screen and (min-width: 768px) {
    .gwp-articleBook__tagList {
      padding: 0; } }

.gwp-articleBook__tagItemLink {
  display: block;
  padding: .2rem 1rem;
  font-size: 0.87rem;
  color: white;
  text-align: center;
  background-color: #aa9c4b;
  border: solid 2px #aa9c4b;
  border-radius: 1rem / 50%; }
  @media screen and (min-width: 1025px) {
    .gwp-articleBook__tagItemLink {
      padding: .2rem 1.5rem;
      font-size: 0.75rem;
      border-radius: .8rem / 50%; } }
  .gwp-articleBook__tagItemLink:hover {
    color: #aa9c4b;
    background-color: #fefefe;
    opacity: 1; }

.gwp-articleBook__main {
  padding: 0 18px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .gwp-articleBook__main {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleBook__main {
      max-width: 1000px; } }

.gwp-articleBook__feature {
  display: grid;
  grid-template-columns: 1fr; }
  @media screen and (min-width: 768px) {
    .gwp-articleBook__feature {
      grid-template-columns: minmax(20rem, 40%) 1fr;
      gap: 4.5vw; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleBook__feature {
      gap: 4.8rem; } }

.gwp-articleBook__featureImage {
  display: block;
  width: 100%;
  height: auto; }

.gwp-articleBook__featurePriceList {
  padding: 0;
  margin: 1.4rem 0 0; }
  @media screen and (min-width: 768px) {
    .gwp-articleBook__featurePriceList {
      margin-top: 0; } }

.gwp-articleBook__featurePriceTitle {
  padding: 0;
  margin: 0 0 1rem;
  font-size: 1.12rem;
  font-weight: 700; }

.gwp-articleBook__featurePriceData {
  padding: 0 0 2rem 1rem;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2; }
  .gwp-articleBook__featurePriceData:last-child {
    padding-bottom: 0; }

.gwp-articleBook__detailInfoTable {
  margin: 3.2rem 0 0; }

.gwp-articleBook__detailInfoTableRow {
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a; }
  @media screen and (min-width: 768px) {
    .gwp-articleBook__detailInfoTableRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  .gwp-articleBook__detailInfoTableRow:last-child {
    border-bottom: 1px solid #4a4a4a; }

.gwp-articleBook__detailInfoTableTitle, .gwp-articleBook__detailInfoTableData {
  padding: 1rem 4vw;
  margin: 0;
  border-left: 1px solid #4a4a4a; }
  @media screen and (min-width: 768px) {
    .gwp-articleBook__detailInfoTableTitle, .gwp-articleBook__detailInfoTableData {
      padding: 1rem 1.8rem; } }

.gwp-articleBook__detailInfoTableTitle {
  width: 100%;
  background-color: #ededed;
  border-bottom: 1px solid #4a4a4a; }
  @media screen and (min-width: 768px) {
    .gwp-articleBook__detailInfoTableTitle {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 30%;
      border-bottom: 0; } }

.gwp-articleBook__detailInfoTableData {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.gwp-articleBook__footer {
  margin-top: 8.4rem; }

/**
 * Column article (column single page)
 * This components is used as column article.
 */
.gwp-articleColumn .gwp-articleColumn__header .gwp-articleColumn__eyecatch {
  height: 50vw; }
  @media screen and (min-width: 1025px) {
    .gwp-articleColumn .gwp-articleColumn__header .gwp-articleColumn__eyecatch {
      height: 35vw; } }

.gwp-articleColumn .gwp-articleColumn__title {
  padding: 0 18px;
  margin: 0 auto 3rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleColumn .gwp-articleColumn__title {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleColumn .gwp-articleColumn__title {
      max-width: 1000px;
      margin: 0 auto 5rem; } }

.gwp-articleColumn .gwp-articleColumn__dateContainer {
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleColumn .gwp-articleColumn__dateContainer {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleColumn .gwp-articleColumn__dateContainer {
      max-width: 1000px;
      margin: 0 auto 5rem; } }

.gwp-articleColumn .gwp-articleColumn__dateInner {
  position: relative;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 1rem; }
  .gwp-articleColumn .gwp-articleColumn__dateInner::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 1px;
    content: '';
    background-color: #242424; }

.gwp-articleColumn .gwp-articleColumn__date {
  margin: 0 1.5rem 0 0; }

.gwp-articleColumn .gwp-articleColumn__term {
  display: inline-block;
  padding: 2px 1.5rem;
  margin: 0;
  color: #fefefe;
  background-color: #aa9c4b;
  border-radius: 30px; }
  .gwp-articleColumn .gwp-articleColumn__term:hover {
    background-color: #8e823e;
    opacity: 1; }

.gwp-articleColumn .gwp-articleColumn__section {
  padding: 0 18px; }
  @media screen and (min-width: 768px) {
    .gwp-articleColumn .gwp-articleColumn__section {
      max-width: 769px;
      padding: 0 32px;
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleColumn .gwp-articleColumn__section {
      max-width: 1000px; } }

.gwp-articleColumn .gwp-articleColumn__button {
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleColumn .gwp-articleColumn__button {
      max-width: 420px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleColumn .gwp-articleColumn__button {
      margin: 0 auto 6rem; } }

.gwp-articleColumn .gwp-articleColumn__relatedTitle {
  padding: 0;
  margin: 0 auto 3rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .gwp-articleColumn .gwp-articleColumn__relatedTitle {
      margin: 0 auto 4rem; } }

/**
 * "Contact form" page
 * This components is used as "Contact form" page.
 */
.gwp-articleContact .gwp-articleContact__section {
  padding: 0 18px; }
  @media screen and (min-width: 768px) {
    .gwp-articleContact .gwp-articleContact__section {
      max-width: 769px;
      padding: 0 32px;
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleContact .gwp-articleContact__section {
      max-width: 1000px; } }

.gwp-articleContact .gwp-articleContact__titleContainer {
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleContact .gwp-articleContact__titleContainer {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleContact .gwp-articleContact__titleContainer {
      max-width: 1000px;
      margin: 0 auto 6rem; } }

.gwp-articleContact .gwp-articleContact__title {
  position: relative;
  padding: 0 0 .87rem;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .gwp-articleContact .gwp-articleContact__title {
      font-size: 2.2rem; } }
  .gwp-articleContact .gwp-articleContact__title::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100px;
    height: 1px;
    content: '';
    background-color: #242424;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.gwp-articleContact .gwp-articleContact__description {
  margin: 2rem auto 0; }
  @media screen and (min-width: 768px) {
    .gwp-articleContact .gwp-articleContact__description {
      text-align: center; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleContact .gwp-articleContact__description {
      margin: 3rem auto 0; } }
  .gwp-articleContact .gwp-articleContact__description p {
    margin: 0; }

/**
 * "Frequently asked questions" page
 * This components is used as "Frequently asked questions" page.
 */
.gwp-articleFaq .gwp-articleFaq__contentTitle {
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleFaq .gwp-articleFaq__contentTitle {
      max-width: 600px;
      padding: 0 32px;
      text-align: center; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleFaq .gwp-articleFaq__contentTitle {
      margin: 0 auto 6rem; } }

.gwp-articleFaq .gwp-articleFaq__genreContainer {
  padding: 4rem 18px;
  margin: 0 auto 6rem;
  background-color: #ebebeb; }
  @media screen and (min-width: 768px) {
    .gwp-articleFaq .gwp-articleFaq__genreContainer {
      padding: 4rem 0; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleFaq .gwp-articleFaq__genreContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto 12rem; } }

.gwp-articleFaq .gwp-articleFaq__genreTitleContainer {
  position: relative;
  padding: 0 0 .87rem;
  margin: 0 auto 3rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleFaq .gwp-articleFaq__genreTitleContainer {
      max-width: 705px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleFaq .gwp-articleFaq__genreTitleContainer {
      width: 240px;
      max-width: auto;
      margin: 0 3rem 0 0; } }
  .gwp-articleFaq .gwp-articleFaq__genreTitleContainer::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 1px;
    content: '';
    background-color: #242424; }

.gwp-articleFaq .gwp-articleFaq__genreTitle {
  padding: 0;
  margin: 0 auto 3px;
  font-size: 1.37rem;
  font-weight: 600; }

.gwp-articleFaq .gwp-articleFaq__genreSubTitle {
  padding: 0;
  margin: 0;
  font-weight: 600; }

@media screen and (min-width: 768px) {
  .gwp-articleFaq .gwp-articleFaq__inPageNav {
    max-width: 769px;
    padding: 0 32px;
    margin: 0 auto; } }

@media screen and (min-width: 1025px) {
  .gwp-articleFaq .gwp-articleFaq__inPageNav {
    width: 640px;
    max-width: auto;
    padding: 0;
    margin: 0; } }

.gwp-articleFaq .gwp-articleFaq__inPageList {
  list-style: none;
  margin: 0;
  padding: 0; }

.gwp-articleFaq .gwp-articleFaq__inPageItem {
  margin: 0 auto 1.25rem; }
  .gwp-articleFaq .gwp-articleFaq__inPageItem:last-child {
    margin: 0 auto; }

.gwp-articleFaq .gwp-articleFaq__inPageItemLink {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.gwp-articleFaq .gwp-articleFaq__inPageItemNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0 1rem 0 0;
  line-height: 1rem;
  color: #fefefe;
  background-color: #aa9c4b;
  border-radius: 50%; }

.gwp-articleFaq .gwp-articleFaq__inPageItemGenre {
  margin: 0;
  font-weight: 600;
  color: #242424; }

.gwp-articleFaq .gwp-articleFaq__contentGenreTitle {
  padding: 0 18px;
  margin: 0 auto 4rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.37rem;
  font-weight: 600;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .gwp-articleFaq .gwp-articleFaq__contentGenreTitle {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleFaq .gwp-articleFaq__contentGenreTitle {
      max-width: 1000px;
      margin: 0 auto 6rem; } }

.gwp-articleFaq .gwp-articleFaq__faqList {
  padding: 0 18px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .gwp-articleFaq .gwp-articleFaq__faqList {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleFaq .gwp-articleFaq__faqList {
      max-width: 1000px; } }

.gwp-articleFaq .gwp-articleFaq__queText {
  position: relative;
  padding: 1.5rem 18px 1.5rem 75px;
  margin: 0 0 0 25px;
  line-height: 1.75rem;
  background-color: #fefefe;
  -webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25); }
  .gwp-articleFaq .gwp-articleFaq__queText::before {
    position: absolute;
    top: 15px;
    left: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    color: #fefefe;
    content: 'Q';
    background-color: #f97676;
    border-radius: 50%; }
  .gwp-articleFaq .gwp-articleFaq__queText:hover {
    cursor: pointer; }

.gwp-articleFaq .gwp-articleFaq__queTextLine {
  position: absolute;
  left: -24px;
  z-index: -1;
  display: block;
  width: 35px;
  height: 8px;
  content: '';
  background-color: #d07671;
  -webkit-transition: 0.24s all ease-in-out;
  transition: 0.24s all ease-in-out; }
  @media screen and (min-width: 1025px) {
    .gwp-articleFaq .gwp-articleFaq__queTextLine {
      width: 60px;
      height: 10px; } }

.gwp-articleFaq .gwp-articleFaq__queTextLine:nth-child(1) {
  top: 4px;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg); }

.gwp-articleFaq .gwp-articleFaq__queTextLine:nth-child(2) {
  top: 14px;
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg); }

.gwp-articleFaq .gwp-articleFaq__faqDescription {
  position: relative;
  height: 0;
  padding: 0.5rem 18px 0 75px;
  margin: 2rem 0 0;
  line-height: 0;
  visibility: hidden;
  background-color: #fefefe;
  opacity: 0;
  -webkit-transition: padding     .4s ease, height      .4s ease, line-height .4s ease, opacity     .09s ease, visibility  .1s ease;
  transition: padding     .4s ease, height      .4s ease, line-height .4s ease, opacity     .09s ease, visibility  .1s ease; }
  @media screen and (min-width: 1025px) {
    .gwp-articleFaq .gwp-articleFaq__faqDescription {
      padding: 0 32px 0 100px; } }
  .gwp-articleFaq .gwp-articleFaq__faqDescription::before {
    position: absolute;
    top: -.5rem;
    left: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    color: #fefefe;
    content: 'A';
    background-color: #aa9c4b;
    border-radius: 50%; }
    @media screen and (min-width: 1025px) {
      .gwp-articleFaq .gwp-articleFaq__faqDescription::before {
        left: 37px; } }
  .gwp-articleFaq .gwp-articleFaq__faqDescription.is-open {
    height: auto;
    padding: 0 18px 3rem 75px;
    line-height: 1.5rem;
    visibility: visible;
    opacity: 1; }
    @media screen and (min-width: 1025px) {
      .gwp-articleFaq .gwp-articleFaq__faqDescription.is-open {
        padding: 0 32px 3rem 100px; } }

.gwp-articleFaq .gwp-articleFaq__ansTitle {
  margin: 0 auto 1.5rem;
  font-weight: 600;
  line-height: 1.75rem; }

.gwp-articleFaq .gwp-articleFaq__ansText {
  margin: 0;
  line-height: 1.75rem; }

.gwp-articleFaq .gwp-articleFaq__section {
  margin-bottom: 3rem; }
  @media screen and (min-width: 1025px) {
    .gwp-articleFaq .gwp-articleFaq__section {
      margin-bottom: 8rem; } }
  .gwp-articleFaq .gwp-articleFaq__section:last-child .gwp-articleFaq__faqDescription:last-child {
    padding-bottom: 0; }

/**
 * "LINE appraisal" page
 * This components is used as "LINE appraisal" page.
 */
.gwp-articleLine .gwp-articleLine__titleInner.gwp-contentTitle__titleInner--green {
  color: #00bd06; }

.gwp-articleLine .gwp-articleLine__contentTitle {
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__contentTitle {
      max-width: 600px;
      padding: 0 32px;
      text-align: center; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__contentTitle {
      margin: 0 auto 6rem; } }

.gwp-articleLine .gwp-articleLine__section {
  margin-bottom: 6rem; }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__section {
      margin-bottom: 12rem; } }

.gwp-articleLine .gwp-articleLine__sectionTitleContainer {
  margin: 0 auto 4rem;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__sectionTitleContainer {
      margin: 0 auto 6rem; } }

.gwp-articleLine .gwp-articleLine__sectionTitle {
  padding: 0;
  margin: 0 auto .5rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 600; }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__sectionTitle {
      font-size: 1.75rem; } }

.gwp-articleLine .gwp-articleLine__sectionSubTitle {
  margin: 0;
  font-weight: 600;
  color: #00bd06; }

.gwp-articleLine .gwp-articleLine__contentItem {
  margin: 0 auto 3rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__contentItem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__contentItem {
      margin: 0 auto 5rem; } }
  .gwp-articleLine .gwp-articleLine__contentItem:last-child {
    margin: 0 auto; }

.gwp-articleLine .gwp-articleLine__contentItemNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0 auto .87rem 0;
  line-height: 1rem;
  color: #fefefe;
  text-align: center;
  background-color: #00bd06;
  border-radius: 50%; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__contentItemNumber {
      margin: 0 2rem 0 0; } }

@media screen and (min-width: 768px) {
  .gwp-articleLine .gwp-articleLine__contentContainer {
    width: calc(100% - 28px - 2rem); } }

.gwp-articleLine .gwp-articleLine__contentItemTitle {
  padding: 0;
  margin: 0 auto .87rem;
  font-size: 1.12rem;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__contentItemTitle {
      margin: .15rem auto 1.25rem; } }

.gwp-articleLine .gwp-articleLine__contentItemText p {
  margin: 0; }

.gwp-articleLine .gwp-articleLine__contentItemImages {
  margin: 1.5rem auto 0; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__contentItemImages {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__contentItemImages {
      margin: 4rem auto 0; } }

.gwp-articleLine .gwp-articleLine__contentItemImageWrap {
  position: relative;
  margin: 0 auto 3rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__contentItemImageWrap {
      max-width: calc((100% - 4rem) / 2);
      margin: 0 4rem 0 0; } }
  .gwp-articleLine .gwp-articleLine__contentItemImageWrap::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.75rem;
    color: #00bd06;
    content: '\f078';
    -webkit-transform: translate(-50%, calc(100% + 10px));
            transform: translate(-50%, calc(100% + 10px)); }
    @media screen and (min-width: 768px) {
      .gwp-articleLine .gwp-articleLine__contentItemImageWrap::before {
        top: 50%;
        right: -2.8rem;
        bottom: auto;
        left: auto;
        content: '\f054';
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .gwp-articleLine .gwp-articleLine__contentItemImageWrap:last-child {
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .gwp-articleLine .gwp-articleLine__contentItemImageWrap:last-child {
        margin: 0; } }
    .gwp-articleLine .gwp-articleLine__contentItemImageWrap:last-child::before {
      display: none; }

.gwp-articleLine .gwp-articleLine__contentItemImage {
  display: block;
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__contentItemImage {
      margin: 0; } }

.gwp-articleLine .gwp-articleLine__inPageContainer {
  background-color: #dbffdc; }

.gwp-articleLine .gwp-articleLine__inPageInner {
  padding: 4rem 18px; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__inPageInner {
      max-width: 769px;
      padding: 4rem 32px;
      margin: 0 auto; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__inPageInner {
      max-width: 1000px; } }

.gwp-articleLine .gwp-articleLine__inPageTitleWrap {
  margin: 0 auto 3rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__inPageTitleWrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 auto; } }

.gwp-articleLine .gwp-articleLine__inPageTitleContainer {
  position: relative;
  padding: 0 0 .87rem;
  margin: 0 auto 2rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__inPageTitleContainer {
      width: calc(100% - 175px);
      padding: 0 0 .87rem;
      margin: 0; } }
  .gwp-articleLine .gwp-articleLine__inPageTitleContainer::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 1px;
    content: '';
    background-color: #242424; }

.gwp-articleLine .gwp-articleLine__inPageTitle {
  padding: 0;
  margin: 0 auto 3px;
  font-size: 1.25rem;
  font-weight: 600; }

.gwp-articleLine .gwp-articleLine__inPageSubTitle {
  margin: 0;
  font-weight: 600; }

.gwp-articleLine .gwp-articleLine__inPageSecretButton {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 175px;
  height: 175px;
  margin: 0 auto;
  font-weight: 600;
  color: #242424;
  text-align: center;
  background-color: #00bd06;
  border-radius: 50%;
  -webkit-box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__inPageSecretButton {
      margin: 0; } }
  .gwp-articleLine .gwp-articleLine__inPageSecretButton:hover {
    background-color: #00cc07;
    opacity: 1; }

.gwp-articleLine .gwp-articleLine__inPageSecretButtonInner {
  position: relative;
  display: inline-block; }
  .gwp-articleLine .gwp-articleLine__inPageSecretButtonInner::after {
    display: block;
    width: 1.5rem;
    height: 1.25rem;
    margin: 5px auto 0;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #fefefe;
    content: '\f078'; }
  .gwp-articleLine .gwp-articleLine__inPageSecretButtonInner span {
    display: block;
    font-size: 1.37rem;
    line-height: 1.75rem;
    color: #fefefe; }

.gwp-articleLine .gwp-articleLine__inPageIntroList {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto 3rem; }

.gwp-articleLine .gwp-articleLine__inPageIntroItem {
  margin: 0 auto 2rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__inPageIntroItem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .gwp-articleLine .gwp-articleLine__inPageIntroItem:last-child {
    margin: 0 auto; }

.gwp-articleLine .gwp-articleLine__inPageIntroItemNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0 auto .5rem 0;
  line-height: 1rem;
  color: #fefefe;
  text-align: center;
  background-color: #00bd06;
  border-radius: 50%; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__inPageIntroItemNumber {
      margin: 0 2rem 0 0; } }

@media screen and (min-width: 768px) {
  .gwp-articleLine .gwp-articleLine__inPageIntroItemTitleContainer {
    width: calc(100% - 28px - 2rem); } }

.gwp-articleLine .gwp-articleLine__inPageIntroItemTitle {
  margin: 0 auto 5px;
  font-size: 1.12rem;
  font-weight: 600; }

.gwp-articleLine .gwp-articleLine__inPageIntroItemText p {
  margin: 0; }

@media screen and (min-width: 768px) {
  .gwp-articleLine .gwp-articleLine__inPageLinkButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.gwp-articleLine .gwp-articleLine__inPageLinkButton {
  display: block;
  padding: .87rem 1rem;
  margin: 0 auto 2rem;
  font-weight: 600;
  color: #00bd06;
  text-align: center;
  background-color: #fefefe;
  border: 1px solid #00bd06; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__inPageLinkButton {
      width: calc((100% - 2rem) / 2);
      margin: 0 2rem 0 0; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__inPageLinkButton {
      width: calc((100% - 4rem) / 2);
      margin: 0 4rem 0 0; } }
  .gwp-articleLine .gwp-articleLine__inPageLinkButton:hover {
    color: #fefefe;
    background-color: #00bd06;
    opacity: 1; }
  .gwp-articleLine .gwp-articleLine__inPageLinkButton:last-child {
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .gwp-articleLine .gwp-articleLine__inPageLinkButton:last-child {
        margin: 0; } }

.gwp-articleLine .gwp-articleLine__phoneSection {
  padding: 0 18px; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__phoneSection {
      max-width: 769px;
      padding: 0 32px;
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__phoneSection {
      max-width: 1000px; } }

.gwp-articleLine .gwp-articleLine__desktopSection {
  background-color: #dbffdc; }

.gwp-articleLine .gwp-articleLine__desktopContainer {
  padding: 4rem 18px; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__desktopContainer {
      max-width: 769px;
      padding: 4rem 32px;
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__desktopContainer {
      max-width: 1000px;
      padding: 6rem 32px; } }

.gwp-articleLine .gwp-articleLine__secretSection {
  padding: 0 18px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__secretSection {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__secretSection {
      max-width: 1000px; } }

.gwp-articleLine .gwp-articleLine__secretTitleContainer {
  margin: 0 auto 3rem;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__secretTitleContainer {
      margin: 0 auto 4rem; } }

.gwp-articleLine .gwp-articleLine__secretTopSubTitle {
  padding: 0;
  margin: 0;
  font-size: 1.12rem;
  font-weight: 600; }

.gwp-articleLine .gwp-articleLine__secretTitle {
  padding: 0;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.75rem;
  font-weight: 400; }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__secretTitle {
      font-size: 2rem; } }

@media screen and (min-width: 1025px) {
  .gwp-articleLine .gwp-articleLine__secretDescription {
    text-align: center; } }

.gwp-articleLine .gwp-articleLine__secretDescription p {
  margin: 0 0 1.25rem; }

.gwp-articleLine .gwp-articleLine__secretBody {
  margin: 3rem auto 1.5rem; }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__secretBody {
      margin: 5rem auto 3.5rem; } }
  .gwp-articleLine .gwp-articleLine__secretBody p {
    margin: 0 0 1.25rem; }

.gwp-articleLine .gwp-articleLine__secretDescription p:last-child {
  margin: 0; }

.gwp-articleLine .gwp-articleLine__secretBody p:last-child {
  margin: 0; }

.gwp-articleLine .gwp-articleLine__secretTitle::first-letter {
  font-size: 2.62rem;
  color: #00bd06; }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__secretTitle::first-letter {
      font-size: 2.68rem; } }

.gwp-articleLine .gwp-articleLine__secretMainTitle {
  position: relative;
  padding: 1.25rem 2rem;
  margin: 4rem auto 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #44e449;
  border-radius: 10px; }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__secretMainTitle {
      margin: 6rem auto 3.5rem; } }
  .gwp-articleLine .gwp-articleLine__secretMainTitle::before {
    position: absolute;
    bottom: 0;
    left: 3rem;
    display: block;
    content: '';
    border-top: 20px solid #44e449;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }

.gwp-articleLine .gwp-articleLine__secretSubTitle {
  position: relative;
  padding: 1.25rem 2rem;
  margin: 4rem auto 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  border: solid 2px #44e449;
  border-radius: 10px; }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__secretSubTitle {
      margin: 6rem auto 3.5rem; } }
  .gwp-articleLine .gwp-articleLine__secretSubTitle::before {
    position: absolute;
    bottom: 0;
    left: 3rem;
    display: block;
    content: '';
    border-top: 20px solid #44e449;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .gwp-articleLine .gwp-articleLine__secretSubTitle::after {
    position: absolute;
    bottom: 0;
    left: 3rem;
    display: block;
    content: '';
    border-top: 20px solid #fefefe;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    -webkit-transform: translateY(calc(100% - 3px));
            transform: translateY(calc(100% - 3px)); }

.gwp-articleLine .gwp-articleLine__secretImage {
  display: block;
  max-width: 100%;
  margin: 2.5rem auto; }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__secretImage {
      margin: 4rem auto; } }

.gwp-articleLine .gwp-articleLine__secretImages {
  width: 100%;
  margin: 2.5rem auto; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__secretImages {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__secretImages {
      margin: 4rem auto; } }

.gwp-articleLine .gwp-articleLine__secretColumnImage {
  display: block;
  max-width: 100%;
  margin: 0 auto 2rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleLine .gwp-articleLine__secretColumnImage {
      max-width: calc((100% - 2rem) / 2);
      margin: 0 2rem 0 0; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleLine .gwp-articleLine__secretColumnImage {
      max-width: calc((100% - 3rem) / 2);
      margin: 0 3rem 0 0; } }
  .gwp-articleLine .gwp-articleLine__secretColumnImage:last-child {
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .gwp-articleLine .gwp-articleLine__secretColumnImage:last-child {
        margin: 0; } }

/**
 * Plain article (post single page)
 * This components is used as plain article.
 */
.gwp-articlePlain .gwp-articlePlain__main {
  padding: 0 18px; }
  @media screen and (min-width: 768px) {
    .gwp-articlePlain .gwp-articlePlain__main {
      max-width: 769px;
      padding: 0 32px;
      margin: 0 auto; } }
  @media screen and (min-width: 1025px) {
    .gwp-articlePlain .gwp-articlePlain__main {
      max-width: 1000px; } }

.gwp-articlePlain .gwp-articlePlain__title {
  padding: 0;
  margin: 0 auto 3rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem; }
  @media screen and (min-width: 1025px) {
    .gwp-articlePlain .gwp-articlePlain__title {
      margin: 0 auto 4rem; } }

.gwp-articlePlain .gwp-articlePlain__timeContainer {
  margin: 0 auto 4rem; }
  @media screen and (min-width: 1025px) {
    .gwp-articlePlain .gwp-articlePlain__timeContainer {
      margin: 0 auto 6rem; } }

.gwp-articlePlain .gwp-articlePlain__time {
  position: relative;
  padding: 0 0 1.5rem; }
  .gwp-articlePlain .gwp-articlePlain__time::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 140px;
    height: 1px;
    content: '';
    background-color: #242424; }

.gwp-articlePlain .gwp-articlePlain__content {
  margin: 0 auto 4rem; }
  @media screen and (min-width: 1025px) {
    .gwp-articlePlain .gwp-articlePlain__content {
      margin: 0 auto 6rem; } }

@media screen and (min-width: 768px) {
  .gwp-articlePlain .gwp-articlePlain__button {
    max-width: 320px;
    margin: 0 auto; } }

/**
 * "Product list" page
 * This components is used as "Product list" page.
 */
.gwp-articleProduct .gwp-articleProduct__section {
  margin-bottom: 6rem; }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__section {
      margin-bottom: 12rem; } }

.gwp-articleProduct .gwp-articleProduct__contentTitle {
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleProduct .gwp-articleProduct__contentTitle {
      max-width: 600px;
      padding: 0 32px;
      text-align: center; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__contentTitle {
      margin: 0 auto 6rem; } }

.gwp-articleProduct .gwp-articleProduct__inPageNav {
  padding: 0 18px;
  margin: 0 auto 4.5rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleProduct .gwp-articleProduct__inPageNav {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__inPageNav {
      max-width: 1000px;
      margin: 0 auto 10.5rem; } }

.gwp-articleProduct .gwp-articleProduct__inPageList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.gwp-articleProduct .gwp-articleProduct__inPageItem {
  width: calc((100% - 1.5rem) / 2);
  height: 200px;
  margin: 0 1.5rem 1.5rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .gwp-articleProduct .gwp-articleProduct__inPageItem {
      width: calc((100% - 4.5rem) / 4);
      height: 220px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__inPageItem {
      width: calc((100% - 6rem) / 5); } }
  .gwp-articleProduct .gwp-articleProduct__inPageItem:nth-child(2n) {
    margin: 0 0 1.5rem; }
    @media screen and (min-width: 768px) {
      .gwp-articleProduct .gwp-articleProduct__inPageItem:nth-child(2n) {
        margin: 0 1.5rem 1.5rem 0; } }
  @media screen and (min-width: 768px) {
    .gwp-articleProduct .gwp-articleProduct__inPageItem:nth-child(4n) {
      margin: 0 0 1.5rem; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__inPageItem:nth-child(4n) {
      margin: 0 1.5rem 1.5rem 0; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__inPageItem:nth-child(5n) {
      margin: 0 0 1.5rem; } }

.gwp-articleProduct .gwp-articleProduct__inPageItemLink {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.12rem;
  color: #fefefe;
  background-color: rgba(0, 0, 0, 0.6); }

.gwp-articleProduct .gwp-articleProduct__inPageItemLinkInner {
  position: relative;
  display: inline-block;
  padding: 0 0 .5rem; }
  .gwp-articleProduct .gwp-articleProduct__inPageItemLinkInner::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 40px;
    height: 1px;
    content: '';
    background-color: #fefefe;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.gwp-articleProduct .gwp-articleProduct__title {
  padding: 0 18px;
  margin: 0 auto 3rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.75rem;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .gwp-articleProduct .gwp-articleProduct__title {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__title {
      max-width: 1000px;
      font-size: 2.2rem; } }

.gwp-articleProduct .gwp-articleProduct__topContainer {
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleProduct .gwp-articleProduct__topContainer {
      position: relative;
      max-width: 769px;
      padding: 0 32px;
      margin: 0 auto 8rem; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__topContainer {
      max-width: 1000px;
      margin: 0 auto 9rem; } }

.gwp-articleProduct .gwp-articleProduct__topEyecatch {
  height: 0;
  padding-top: 66.66%;
  margin: 0 auto 3rem;
  background-repeat: no-repeat;
  background-position: top 50% left 17px;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .gwp-articleProduct .gwp-articleProduct__topEyecatch {
      position: relative;
      z-index: 10;
      width: 80%;
      padding-top: 53.33%;
      margin: 0 0 0 auto; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__topEyecatch {
      width: 80%;
      padding-top: 40%;
      background-position: top 50% left 30px; } }

.gwp-articleProduct .gwp-articleProduct__topEyecatchGroove.gwp-cardBook__groove {
  top: -10px;
  height: calc(100% + 15px);
  background-color: #c4c4c4; }
  @media screen and (min-width: 768px) {
    .gwp-articleProduct .gwp-articleProduct__topEyecatchGroove.gwp-cardBook__groove {
      top: -17px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__topEyecatchGroove.gwp-cardBook__groove {
      top: -20px;
      width: 25px;
      height: calc(100% + 30px); } }

.gwp-articleProduct .gwp-articleProduct__topEyecatchTop.gwp-cardBook__top {
  background-color: #c4c4c4; }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__topEyecatchTop.gwp-cardBook__top {
      top: -12px;
      left: 6px;
      width: calc(100% - 30px); } }

.gwp-articleProduct .gwp-articleProduct__topEyecatchPaper.gwp-cardBook__paper {
  background-color: #c4c4c4; }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__topEyecatchPaper.gwp-cardBook__paper {
      top: -6px;
      left: 19px;
      width: calc(100% - 30px); } }

@media screen and (min-width: 768px) {
  .gwp-articleProduct .gwp-articleProduct__topTextContainer {
    position: absolute;
    bottom: -3.12rem;
    left: 0;
    z-index: 20;
    max-width: 420px; } }

@media screen and (min-width: 1025px) {
  .gwp-articleProduct .gwp-articleProduct__topTextContainer {
    max-width: 560px; } }

.gwp-articleProduct .gwp-articleProduct__topTextInner {
  padding: 2rem 1.5em; }

.gwp-articleProduct .gwp-articleProduct__topTitle {
  padding: 0;
  margin: 0 auto .5rem;
  font-size: 1.12rem;
  font-weight: 600; }

.gwp-articleProduct .gwp-articleProduct__topText p {
  margin: 0; }

.gwp-articleProduct .gwp-articleProduct__tableContainer {
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-articleProduct .gwp-articleProduct__tableContainer {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__tableContainer {
      max-width: 1000px;
      margin: 0 auto 6rem; } }

.gwp-articleProduct .gwp-articleProduct__tableWrap {
  margin: 0 auto 1.5rem; }
  .gwp-articleProduct .gwp-articleProduct__tableWrap .simplebar-track {
    border-top: solid 1px #242424;
    bottom: -1px; }
  .gwp-articleProduct .gwp-articleProduct__tableWrap .simplebar-track.simplebar-horizontal {
    background: #fefefe; }
  .gwp-articleProduct .gwp-articleProduct__tableWrap .simplebar-scrollbar {
    top: 3px; }
  .gwp-articleProduct .gwp-articleProduct__tableWrap .simplebar-scrollbar::before {
    background: #8c8c8c;
    opacity: 1; }

.gwp-articleProduct .gwp-articleProduct__table {
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #fefefe; }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__table {
      overflow-x: visible;
      table-layout: auto; } }

.gwp-articleProduct .gwp-articleProduct__tableHead {
  background-color: #e8e8e8; }

.gwp-articleProduct .gwp-articleProduct__tableHead,
.gwp-articleProduct .gwp-articleProduct__tableData {
  width: 200px;
  padding: .87rem 1.5rem;
  font-size: 1rem;
  border-top: solid 1px #242424;
  border-bottom: solid 1px #242424;
  border-left: solid 1px #242424; }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__tableHead,
    .gwp-articleProduct .gwp-articleProduct__tableData {
      width: 168px; } }
  .gwp-articleProduct .gwp-articleProduct__tableHead:last-child,
  .gwp-articleProduct .gwp-articleProduct__tableData:last-child {
    border-right: solid 1px #242424; }

.gwp-articleProduct .gwp-articleProduct__tableRow {
  border-bottom: 0; }
  .gwp-articleProduct .gwp-articleProduct__tableRow:last-child .gwp-articleProduct__tableData {
    padding: .87rem 1.5rem 1rem; }

.gwp-articleProduct .gwp-articleProduct__tableSubText {
  margin: 0; }

.gwp-articleProduct .gwp-articleProduct__linkButton {
  padding: 0 18px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .gwp-articleProduct .gwp-articleProduct__linkButton {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articleProduct .gwp-articleProduct__linkButton {
      max-width: 1000px; } }

@media screen and (min-width: 768px) {
  .gwp-articleProduct .gwp-articleProduct__linkButtonLink {
    width: 380px;
    margin: 0 auto; } }

/**
 * Purchase article (purchase results single page)
 * This components is used as Purchase article.
 */
@media screen and (min-width: 768px) {
  .gwp-articlePurchase__header {
    max-width: 769px;
    padding: 0 32px;
    margin-top: 6rem;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (min-width: 1025px) {
  .gwp-articlePurchase__header {
    max-width: 1000px;
    margin-top: 4rem; } }

.gwp-articlePurchase__eyecatch {
  display: block;
  width: 100%; }

@media screen and (min-width: 768px) {
  .gwp-articlePurchase__breadcrumbs {
    padding: 0; } }

.gwp-articlePurchase__title {
  padding: 0;
  padding: 0 18px;
  margin: 0 auto 3rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem; }
  @media screen and (min-width: 768px) {
    .gwp-articlePurchase__title {
      max-width: 769px;
      padding: 0; } }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__title {
      max-width: 1000px;
      margin: 0 auto 5rem; } }

.gwp-articlePurchase__tagList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 18px;
  margin: 1.2rem 0; }
  @media screen and (min-width: 768px) {
    .gwp-articlePurchase__tagList {
      padding: 0; } }

.gwp-articlePurchase__tagItemLink {
  display: block;
  padding: .2rem 1.5rem;
  font-size: 0.87rem;
  color: #f97676;
  text-align: center;
  background-color: #fefefe;
  border: solid 1px #f97676;
  border-radius: .8rem / 50%; }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__tagItemLink {
      font-size: 0.75rem; } }
  .gwp-articlePurchase__tagItemLink:hover {
    color: white;
    background-color: #f97676;
    opacity: 1; }
  .gwp-articlePurchase__tagItemLink--genre {
    color: #242424;
    border-color: #4a4a4a; }
    .gwp-articlePurchase__tagItemLink--genre:hover {
      background-color: #4a4a4a; }

.gwp-articlePurchase__subContentContainer {
  padding: 0 18px;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-articlePurchase__subContentContainer {
      max-width: 769px;
      padding: 0; } }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__subContentContainer {
      max-width: 1000px;
      margin: 0 auto 5rem; } }

.gwp-articlePurchase__dateContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 .5rem .5rem;
  margin: 0 auto 1rem; }
  .gwp-articlePurchase__dateContainer::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 1px;
    content: '';
    background-color: #242424; }

.gwp-articlePurchase__dateTitle {
  display: inline-block;
  margin: 0 1.5rem 0 0;
  font-weight: 600; }

.gwp-articlePurchase__labelContainer {
  padding: 0 0 0 .5rem;
  margin: 0; }

.gwp-articlePurchase__label {
  display: inline-block;
  padding: 2px 1.5rem;
  color: #fefefe;
  text-align: center;
  background-color: #f97676; }

.gwp-articlePurchase__detailSection {
  padding: 0 18px; }
  @media screen and (min-width: 768px) {
    .gwp-articlePurchase__detailSection {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__detailSection {
      max-width: 1000px; } }

.gwp-articlePurchase__detailContainer {
  padding: 3rem 18px;
  background-color: #ebebeb; }
  @media screen and (min-width: 768px) {
    .gwp-articlePurchase__detailContainer {
      padding: 3rem 2rem; } }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__detailContainer {
      padding: 4rem 3rem; } }

.gwp-articlePurchase__detailTitleContainer {
  margin: 0 auto 2rem; }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__detailTitleContainer {
      margin: 0 auto 3rem; } }

.gwp-articlePurchase__detailTitle {
  padding: 0;
  margin: 0 auto .5rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.37rem;
  font-weight: 600;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__detailTitle {
      margin: 0 auto 1rem; } }

.gwp-articlePurchase__detailSubTitle {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 600;
  text-align: center; }
  .gwp-articlePurchase__detailSubTitle i {
    display: inline-block;
    margin: 0 5px 0 0; }

.gwp-articlePurchase__genreContainer, .gwp-articlePurchase__goodsContainer {
  margin: 0 auto 2rem; }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__genreContainer, .gwp-articlePurchase__goodsContainer {
      margin: 0 auto 3rem; } }

.gwp-articlePurchase__genreTitle, .gwp-articlePurchase__goodsTitle, .gwp-articlePurchase__staffTitle {
  padding: 0;
  margin: 0 auto .5rem;
  font-size: 1.12rem;
  font-weight: 600; }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__genreTitle, .gwp-articlePurchase__goodsTitle, .gwp-articlePurchase__staffTitle {
      margin: 0 auto 1rem; } }

.gwp-articlePurchase__genreText {
  margin: 0; }

.gwp-articlePurchase__goodsTitle {
  margin: 0 auto 1rem; }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__goodsTitle {
      margin: 0 auto 1.5rem; } }

.gwp-articlePurchase__goodsTableContainer .simplebar-track {
  border-top: solid 1px #242424;
  bottom: -1px; }

.gwp-articlePurchase__goodsTableContainer .simplebar-track.simplebar-horizontal {
  background: #fefefe; }

.gwp-articlePurchase__goodsTableContainer .simplebar-scrollbar {
  top: 3px; }

.gwp-articlePurchase__goodsTableContainer .simplebar-scrollbar::before {
  background: #8c8c8c;
  opacity: 1; }

.gwp-articlePurchase__goodsTableContainer .simplebar-track.simplebar-horizontal {
  background: #ebebeb; }

.gwp-articlePurchase__goodsTable {
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #fefefe; }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__goodsTable {
      overflow-x: visible;
      table-layout: auto; } }

.gwp-articlePurchase__goodsTableData {
  width: 200px;
  padding: 1rem;
  font-size: 1rem;
  border-top: solid 1px #242424;
  border-bottom: solid 1px #242424;
  border-left: solid 1px #242424; }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__goodsTableData {
      width: 168px; } }
  .gwp-articlePurchase__goodsTableData:last-child {
    border-right: solid 1px #242424; }

.gwp-articlePurchase__goodsTableRow {
  border-bottom: 0; }
  .gwp-articlePurchase__goodsTableRow:last-child .gwp-articlePurchase__goodsTableData {
    padding: 1rem 1rem 1.25rem; }

@media screen and (min-width: 1025px) {
  .gwp-articlePurchase__staffContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.gwp-articlePurchase__staffTitle {
  margin: 0 auto 1rem; }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__staffTitle {
      margin: 0 auto 1.5rem; } }

@media screen and (min-width: 1025px) {
  .gwp-articlePurchase__staffCommentContainer {
    width: calc(100% - (150px + 3rem)); } }

.gwp-articlePurchase__staffComment {
  position: relative;
  padding: 18px;
  margin: 0 auto 2.5rem;
  background-color: #fefefe;
  border: solid 1px #a1a1a1;
  border-radius: 7px; }
  @media screen and (min-width: 768px) {
    .gwp-articlePurchase__staffComment {
      padding: 1.5rem; } }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__staffComment {
      margin: 0; } }
  .gwp-articlePurchase__staffComment::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: '';
    border-top: 20px solid #a1a1a1;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%); }
    @media screen and (min-width: 1025px) {
      .gwp-articlePurchase__staffComment::before {
        top: 50%;
        bottom: auto;
        left: 0;
        border-top: 15px solid transparent;
        border-right: 20px solid #a1a1a1;
        border-bottom: 15px solid transparent;
        -webkit-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%); } }
  .gwp-articlePurchase__staffComment::after {
    position: absolute;
    bottom: .62px;
    left: 50%;
    display: block;
    content: '';
    border-top: 19px solid #fefefe;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%); }
    @media screen and (min-width: 1025px) {
      .gwp-articlePurchase__staffComment::after {
        top: 50%;
        bottom: auto;
        left: .62px;
        border-top: 14px solid transparent;
        border-right: 19px solid #fefefe;
        border-bottom: 14px solid transparent;
        -webkit-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%); } }
  .gwp-articlePurchase__staffComment p {
    margin: 0; }

.gwp-articlePurchase__staffImage {
  display: block;
  width: 175px;
  height: 175px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%; }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__staffImage {
      width: 150px;
      height: 150px;
      margin: 49px 3rem 0 0; } }

.gwp-articlePurchase__content {
  padding: 0 18px; }
  @media screen and (min-width: 768px) {
    .gwp-articlePurchase__content {
      max-width: 769px;
      padding: 0 32px; } }
  @media screen and (min-width: 1025px) {
    .gwp-articlePurchase__content {
      max-width: 1000px; } }

/**
 * Breadcrumbs list
 * This components is used as breadcrumbs list.
 */
.gwp-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.75rem; }
  .gwp-breadcrumbs .gwp-breadcrumbs__item {
    position: relative;
    margin: 0 .18rem .18rem 0;
    color: #8c8c8c; }
    .gwp-breadcrumbs .gwp-breadcrumbs__item::after {
      display: inline-block;
      padding: 0 .18rem;
      font-family: 'Font Awesome 5 Free', sans-serif;
      font-weight: 600;
      content: '\f054'; }
    .gwp-breadcrumbs .gwp-breadcrumbs__item:last-child {
      margin: 0 0 .18rem; }
    .gwp-breadcrumbs .gwp-breadcrumbs__item:last-child::after {
      display: none; }
  .gwp-breadcrumbs .gwp-breadcrumbs__item a {
    display: inline-block;
    color: #8c8c8c; }
    .gwp-breadcrumbs .gwp-breadcrumbs__item a:hover {
      color: #046095;
      opacity: 1; }

/**
 * Book type card
 * This components is used as book type card.
 */
.gwp-cardBook {
  position: relative;
  padding: 0 0 0 18px;
  margin: 8px 0 0;
  background-repeat: no-repeat;
  background-position: top 50% left 18px;
  background-size: cover; }
  .gwp-cardBook .gwp-cardBook__groove {
    position: absolute;
    top: -15px;
    left: 0;
    display: block;
    width: 14px;
    height: calc(100% + 24px);
    -webkit-transform: skew(13deg, 13deg) rotate(13deg);
            transform: skew(13deg, 13deg) rotate(13deg); }
    @media screen and (min-width: 768px) {
      .gwp-cardBook .gwp-cardBook__groove {
        top: -17px;
        height: calc(100% + 29px); } }
  .gwp-cardBook .gwp-cardBook__top,
  .gwp-cardBook .gwp-cardBook__paper {
    position: absolute;
    top: -7px;
    left: 4px;
    width: calc(100% - 18px);
    height: 2px; }
  .gwp-cardBook .gwp-cardBook__paper {
    top: -3px;
    left: 13px;
    height: 1px; }

/**
 * Bookmark card
 * This components is used as bookmark card.
 */
.gwp-cardBookmark {
  position: relative;
  padding: 0 0 0 25px; }
  @media screen and (min-width: 1025px) {
    .gwp-cardBookmark {
      padding: 0 0 0 34px; } }
  .gwp-cardBookmark .gwp-cardBookmark__string {
    position: absolute;
    z-index: 0;
    display: block;
    width: 35px;
    height: 8px; }
    @media screen and (min-width: 1025px) {
      .gwp-cardBookmark .gwp-cardBookmark__string {
        width: 60px;
        height: 10px; } }
  .gwp-cardBookmark .gwp-cardBookmark__string:nth-child(1) {
    top: -12px;
    left: 5px;
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg); }
  .gwp-cardBookmark .gwp-cardBookmark__string:nth-child(2) {
    top: -4px;
    left: 0;
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg); }
  .gwp-cardBookmark .gwp-cardBookmark__inner {
    position: relative;
    background-color: #fefefe;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25); }

/**
 * First view
 * This components is used as first view.
 */
.gwp-contentFirstView {
  margin: 0 0 4rem; }
  @media screen and (min-width: 1025px) {
    .gwp-contentFirstView {
      margin: 0 0 6rem; } }
  .gwp-contentFirstView .gwp-contentFirstView__eyecatch {
    width: 100vw;
    height: 33.33vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (min-width: 1025px) {
      .gwp-contentFirstView .gwp-contentFirstView__eyecatch {
        width: 100%;
        height: 20vw; } }

/**
 * Plain content
 * This components is used as plain content.
 */
.gwp-contentPlain h1,
.gwp-contentPlain h2 {
  padding: 0 0 .5rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-size: 1.37rem;
  font-weight: 600;
  line-height: 2.12rem;
  border-bottom: solid 1px #242424; }
  @media screen and (min-width: 1025px) {
    .gwp-contentPlain h1,
    .gwp-contentPlain h2 {
      margin-top: 4rem;
      margin-bottom: 2rem; } }

.gwp-contentPlain h3 {
  padding: 0 0 0 .87rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.75rem;
  border-left: solid 2px #242424; }
  @media screen and (min-width: 1025px) {
    .gwp-contentPlain h3 {
      margin-top: 4rem;
      margin-bottom: 2rem; } }

.gwp-contentPlain h4 {
  padding: .5rem .87rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.75rem;
  background-color: #ebebeb; }
  @media screen and (min-width: 1025px) {
    .gwp-contentPlain h4 {
      margin-top: 4rem;
      margin-bottom: 2rem; } }

.gwp-contentPlain h5,
.gwp-contentPlain h6 {
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.62rem; }
  @media screen and (min-width: 1025px) {
    .gwp-contentPlain h5,
    .gwp-contentPlain h6 {
      margin-top: 3rem;
      margin-bottom: 1.5rem; } }

.gwp-contentPlain p {
  margin: 0 0 .5rem; }
  @media screen and (min-width: 1025px) {
    .gwp-contentPlain p {
      margin: 0 0 1rem; } }

.gwp-contentPlain img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media screen and (min-width: 1025px) {
    .gwp-contentPlain img {
      margin-top: 4rem;
      margin-bottom: 4rem; } }

.gwp-contentPlain ul {
  padding: 0 0 0 1rem;
  margin: 2rem auto;
  font-size: 1.12rem; }

.gwp-contentPlain ol {
  padding: 0 0 0 1rem;
  margin: 2rem auto;
  font-size: 1.12rem; }

.gwp-contentPlain th,
.gwp-contentPlain td {
  padding: 1rem; }

.gwp-contentPlain tr:first-of-type th,
.gwp-contentPlain tr:first-of-type td {
  border-top: #7a7a7a 1px solid; }

.gwp-contentPlain tr:last-of-type th,
.gwp-contentPlain tr:last-of-type td {
  border-bottom: #7a7a7a 1px solid; }

.gwp-contentPlain table li {
  margin-bottom: .4rem; }

.gwp-contentPlain dl {
  margin: 0; }

.gwp-contentPlain dt {
  margin-bottom: 1.2rem;
  font-size: .82rem;
  letter-spacing: 1px; }
  .gwp-contentPlain dt span {
    display: inline-block;
    padding: .4rem .8rem;
    border: #b5b5b5 2px solid; }

.gwp-contentPlain dd {
  margin-bottom: 2rem; }

.gwp-contentPlain small {
  font-size: .86rem; }

.gwp-contentPlain hr {
  background: transparent;
  border-bottom: #b5b5b5 1px solid; }

.gwp-contentPlain iframe {
  max-width: 100%; }

/**
 * Sticky footer
 * This components is used as sticky footer.
 */
.gwp-contentStickyFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  width: 100vw;
  height: 106px;
  -webkit-transition: 0.24s all ease;
  transition: 0.24s all ease;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
  @media screen and (min-width: 768px) {
    .gwp-contentStickyFooter {
      display: none; } }
  .gwp-contentStickyFooter[aria-hidden=true] {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .gwp-contentStickyFooter .gwp-contentStickyFooter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    background-color: #fefefe;
    border: solid 1px #242424; }
  .gwp-contentStickyFooter .gwp-contentStickyFooter__formLink {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc((100% - 105px) / 2);
    padding: 1.25rem 0;
    font-size: 0.75rem;
    color: #242424;
    border-right: solid 1px #242424; }
    .gwp-contentStickyFooter .gwp-contentStickyFooter__formLink i {
      display: block;
      width: 100%;
      margin: 0 0 3px;
      font-size: 1.5rem;
      color: #4a4a4a; }
  .gwp-contentStickyFooter .gwp-contentStickyFooter__lineLink {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc((100% - 105px) / 2);
    padding: 1.25rem 0;
    font-size: 0.75rem;
    color: #242424;
    border-right: solid 1px #242424; }
    .gwp-contentStickyFooter .gwp-contentStickyFooter__lineLink i {
      display: block;
      width: 100%;
      margin: 0 0 3px;
      font-size: 1.5rem;
      color: #00bd06; }
  .gwp-contentStickyFooter .gwp-contentStickyFooter__telLink {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 105px;
    padding: 1.25rem 0;
    font-size: 0.75rem;
    color: #242424; }
    .gwp-contentStickyFooter .gwp-contentStickyFooter__telLink i {
      display: block;
      width: 100%;
      margin: 0 0 3px;
      font-size: 1.5rem;
      color: #4a4a4a; }
  .gwp-contentStickyFooter .gwp-contentStickyFooter__time {
    display: block;
    font-size: 10px; }

/**
 * Title content
 * This components is used as title content.
 */
.gwp-contentTitle .gwp-contentTitle__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 2rem; }
  @media screen and (min-width: 1025px) {
    .gwp-contentTitle .gwp-contentTitle__container {
      margin: 0 auto 3rem; } }

.gwp-contentTitle .gwp-contentTitle__titleContainer {
  padding: 0 0 0 calc(45px + .5rem);
  margin: 0 .5rem 0 0;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .gwp-contentTitle .gwp-contentTitle__titleContainer {
      padding: 0 0 0 calc(50px + .87rem);
      margin: 0 .87rem 0 0; } }

.gwp-contentTitle .gwp-contentTitle__title {
  padding: 0;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.75rem;
  font-weight: 400; }
  @media screen and (min-width: 1025px) {
    .gwp-contentTitle .gwp-contentTitle__title {
      font-size: 2rem; } }

.gwp-contentTitle .gwp-contentTitle__titleInner--blue,
.gwp-contentTitle .gwp-contentTitle__titleInner--red,
.gwp-contentTitle .gwp-contentTitle__titleInner--navy,
.gwp-contentTitle .gwp-contentTitle__titleInner--green,
.gwp-contentTitle .gwp-contentTitle__titleInner--brown,
.gwp-contentTitle .gwp-contentTitle__titleInner--black {
  font-size: 2.62rem;
  color: #1a2c7a; }
  @media screen and (min-width: 1025px) {
    .gwp-contentTitle .gwp-contentTitle__titleInner--blue,
    .gwp-contentTitle .gwp-contentTitle__titleInner--red,
    .gwp-contentTitle .gwp-contentTitle__titleInner--navy,
    .gwp-contentTitle .gwp-contentTitle__titleInner--green,
    .gwp-contentTitle .gwp-contentTitle__titleInner--brown,
    .gwp-contentTitle .gwp-contentTitle__titleInner--black {
      font-size: 2.68rem; } }

.gwp-contentTitle .gwp-contentTitle__titleInner--red {
  color: #6b0000; }

.gwp-contentTitle .gwp-contentTitle__titleInner--navy {
  color: #241538; }

.gwp-contentTitle .gwp-contentTitle__titleInner--green {
  color: #275b1f; }

.gwp-contentTitle .gwp-contentTitle__titleInner--brown {
  color: #8e4d0b; }

.gwp-contentTitle .gwp-contentTitle__titleInner--black {
  color: #242424; }

.gwp-contentTitle .gwp-contentTitle__subTitle {
  padding: 0;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #5e5e5e;
  letter-spacing: 1px; }

.gwp-contentTitle .gwp-contentTitle__titleIcon {
  display: block;
  width: 45px; }
  @media screen and (min-width: 1025px) {
    .gwp-contentTitle .gwp-contentTitle__titleIcon {
      width: 50px; } }

.gwp-contentTitle .gwp-contentTitle__contentTitle {
  padding: 0 0 .5rem;
  margin: 0 auto .87rem;
  font-size: 1.12rem;
  font-weight: 600;
  text-align: center;
  border-bottom: solid 1px #242424; }
  @media screen and (min-width: 1025px) {
    .gwp-contentTitle .gwp-contentTitle__contentTitle {
      padding: 0 0 .87rem;
      margin: 0 auto 1rem; } }

.gwp-contentTitle .gwp-contentTitle__text {
  padding: 0 1rem; }
  .gwp-contentTitle .gwp-contentTitle__text p {
    margin: 0; }

.gwp-cta {
  padding: 0 18px; }
  @media screen and (min-width: 768px) {
    .gwp-cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 769px;
      padding: 0 32px;
      margin: 0 auto; } }
  @media screen and (min-width: 1025px) {
    .gwp-cta {
      max-width: 1000px; } }
  .gwp-cta__content {
    margin: 0 auto 4rem; }
    @media screen and (min-width: 768px) {
      .gwp-cta__content {
        width: calc((100% - 4rem) / 2);
        margin: 0 4rem 0 0; } }
    @media screen and (min-width: 768px) {
      .gwp-cta__content:nth-child(2n) {
        margin: 0; } }
  .gwp-cta__image {
    display: block;
    max-width: 100%;
    margin: 0 auto 1.5rem; }
  .gwp-cta__text {
    margin: 0 auto 1.5rem;
    text-align: center; }
  .gwp-cta__button {
    display: block;
    width: 100%;
    padding: .87rem 1rem;
    font-size: 1.12rem;
    font-weight: 600;
    color: #242424;
    text-align: center;
    background-color: #fefefe;
    border: solid 1px #242424; }
    .gwp-cta__button:hover {
      color: #339985;
      border: solid 1px #339985;
      opacity: 1; }
  .gwp-cta__lineButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #00bd06;
    border: solid 1px #00bd06; }
    .gwp-cta__lineButton:hover {
      color: #fefefe;
      background-color: #00bd06;
      opacity: 1; }
    .gwp-cta__lineButton i {
      display: inline-block;
      margin: 0 1rem 0 0;
      font-size: 2rem; }

/**
 * Contact form
 * This components is used as contact form.
 */
.gwp-form .gwp-form__container {
  margin-bottom: 3rem; }
  @media screen and (min-width: 1025px) {
    .gwp-form .gwp-form__container {
      margin-bottom: 4rem; } }
  .gwp-form .gwp-form__container label {
    display: block;
    width: 100%;
    margin-bottom: 1.2rem; }
  .gwp-form .gwp-form__container select {
    width: 100%;
    min-width: auto;
    padding: .7rem; }
  .gwp-form .gwp-form__container .wpcf7-list-item.last label {
    margin-bottom: 0; }
  .gwp-form .gwp-form__container .wpcf7-not-valid-tip {
    margin-top: .5rem; }

.gwp-form .gwp-form__requiredMark {
  display: inline-block;
  padding: 3px 1.5rem;
  margin: 0 0 0 1.5rem;
  color: #fefefe;
  font-weight: 400;
  font-size: 1rem;
  background-color: #f97676; }

.gwp-form .gwp-form__anyMark {
  display: inline-block;
  padding: 3px 1.5rem;
  margin: 0 0 0 1.5rem;
  color: #f97676;
  font-weight: 400;
  font-size: 1rem;
  background-color: #fefefe;
  border: solid 1px #f97676; }

.gwp-form .gwp-form__labelAcceptance {
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .gwp-form .gwp-form__labelAcceptance {
      text-align: center; } }
  @media screen and (min-width: 1025px) {
    .gwp-form .gwp-form__labelAcceptance {
      margin-top: 3rem; } }
  .gwp-form .gwp-form__labelAcceptance .wpcf7-list-item {
    margin: 0; }
    @media screen and (min-width: 768px) {
      .gwp-form .gwp-form__labelAcceptance .wpcf7-list-item {
        display: inline-block; } }
  @media screen and (min-width: 1025px) {
    .gwp-form .gwp-form__labelAcceptance .wpcf7-form-control-wrap {
      display: inline-block;
      width: auto; } }

.gwp-form .gwp-form__buttonContainer {
  text-align: center; }

.gwp-form .gwp-form__button {
  width: 100%;
  height: auto;
  padding: 1.2rem 1.4rem;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.24s all ease-in-out;
  transition: 0.24s all ease-in-out;
  background-color: #242424; }
  @media screen and (min-width: 768px) {
    .gwp-form .gwp-form__button {
      width: auto;
      min-width: 22.4rem; } }
  .gwp-form .gwp-form__button:hover {
    background-color: #242424;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: scale(1.08);
            transform: scale(1.08); }

.gwp-form .gwp-form__button:disabled {
  color: white;
  cursor: not-allowed;
  background: #616161; }
  .gwp-form .gwp-form__button:disabled:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: scale(1);
            transform: scale(1); }

.wpcf7 .ajax-loader {
  display: block; }

/**
 * Column list
 * This components is used as column list.
 */
.gwp-listColumn {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .gwp-listColumn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .gwp-listColumn .gwp-listColumn__item {
    position: relative;
    z-index: 1;
    margin: 0 auto 2rem;
    overflow: hidden;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.24s all ease-in-out;
    transition: 0.24s all ease-in-out; }
    @media screen and (min-width: 768px) {
      .gwp-listColumn .gwp-listColumn__item {
        width: calc((100% - 4rem) / 3);
        margin: 0 2rem 2rem 0; } }
    .gwp-listColumn .gwp-listColumn__item:last-child {
      margin: 0; }
    @media screen and (min-width: 768px) {
      .gwp-listColumn .gwp-listColumn__item:nth-child(3n) {
        margin: 4rem 0 0; } }
    @media screen and (min-width: 768px) {
      .gwp-listColumn .gwp-listColumn__item:nth-child(3n+2) {
        margin: 2rem 2rem 2rem 0; } }
    .gwp-listColumn .gwp-listColumn__item:hover {
      -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
              box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4); }
  .gwp-listColumn .gwp-listColumn__titleContainer {
    position: relative; }
    .gwp-listColumn .gwp-listColumn__titleContainer::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10;
      display: block;
      content: '';
      background-color: rgba(0, 0, 0, 0.5); }
  .gwp-listColumn .gwp-listColumn__imageContainer {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden; }
  .gwp-listColumn .gwp-listColumn__image {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: auto;
    height: 100%;
    -webkit-transition: 0.24s all ease-in-out;
    transition: 0.24s all ease-in-out;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .gwp-listColumn .gwp-listColumn__title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    padding: 18px;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.62rem;
    color: #fefefe; }
    @media screen and (min-width: 1025px) {
      .gwp-listColumn .gwp-listColumn__title {
        padding: 1.5rem; } }
  .gwp-listColumn .gwp-listColumn__textContainer {
    padding: 18px;
    background-color: #e3e3e3; }
    @media screen and (min-width: 1025px) {
      .gwp-listColumn .gwp-listColumn__textContainer {
        padding: 1.5rem; } }
  .gwp-listColumn .gwp-listColumn__dateContainer {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto .87rem; }
  .gwp-listColumn .gwp-listColumn__date {
    display: inline-block;
    margin: 0 1.5rem 0 0;
    color: #242424; }
    @media screen and (min-width: 768px) {
      .gwp-listColumn .gwp-listColumn__date {
        margin: 0 1.5rem .5rem 0; } }
    @media screen and (min-width: 1025px) {
      .gwp-listColumn .gwp-listColumn__date {
        margin: 0 1rem 0 0;
        font-size: 0.87rem; } }
  .gwp-listColumn .gwp-listColumn__term {
    display: inline-block;
    padding: 2px 1.5rem;
    margin: 0;
    color: #fefefe;
    text-align: center;
    background-color: #aa9c4b;
    border-radius: 30px; }
    @media screen and (min-width: 1025px) {
      .gwp-listColumn .gwp-listColumn__term {
        font-size: 0.87rem; } }
  .gwp-listColumn .gwp-listColumn__excerpt {
    margin: 0;
    color: #242424; }
  .gwp-listColumn .gwp-listColumn__itemLink:hover .gwp-listColumn__image {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2); }

/**
 * 404 page and search result page
 * This components is used as 404 page and search result page.
 */
.gwp-notFound .gwp-notFound__header {
  margin: 0 auto 4rem; }
  @media screen and (min-width: 768px) {
    .gwp-notFound .gwp-notFound__header {
      margin-top: 72px; } }
  @media screen and (min-width: 1025px) {
    .gwp-notFound .gwp-notFound__header {
      margin: 0 auto 6rem; } }

.gwp-notFound .gwp-notFound__titleContainer {
  padding: 3rem 18px 0;
  margin: 0 auto 2rem;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .gwp-notFound .gwp-notFound__titleContainer {
      padding: 3rem 32px 0;
      max-width: 769px; } }
  @media screen and (min-width: 1025px) {
    .gwp-notFound .gwp-notFound__titleContainer {
      padding: 6rem 32px 0;
      max-width: 1000px; } }

.gwp-notFound .gwp-notFound__title {
  padding: 0;
  margin: 0 auto .87rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.75rem;
  font-weight: 400; }
  @media screen and (min-width: 1025px) {
    .gwp-notFound .gwp-notFound__title {
      font-size: 2rem; } }

.gwp-notFound .gwp-notFound__subTitle {
  padding: 0;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #5e5e5e;
  letter-spacing: 1px; }

@media screen and (min-width: 768px) {
  .gwp-notFound .gwp-notFound__breadcrumbs {
    max-width: 769px; } }

@media screen and (min-width: 1025px) {
  .gwp-notFound .gwp-notFound__breadcrumbs {
    max-width: 1000px; } }

.gwp-notFound .gwp-notFound__content {
  padding: 0 18px; }
  @media screen and (min-width: 768px) {
    .gwp-notFound .gwp-notFound__content {
      padding: 0 32px;
      margin: 0 auto;
      max-width: 769px; } }
  @media screen and (min-width: 1025px) {
    .gwp-notFound .gwp-notFound__content {
      max-width: 1000px; } }

.gwp-notFound .gwp-notFound__contentText {
  margin: 0 auto 1rem; }

@media screen and (min-width: 768px) {
  .gwp-notFound .searchform > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.gwp-notFound .screen-reader-text {
  font-size: 1rem;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .gwp-notFound .screen-reader-text {
      width: 50px; } }

.gwp-notFound input[type='text'] {
  margin: 0 auto 1rem; }
  @media screen and (min-width: 768px) {
    .gwp-notFound input[type='text'] {
      width: 500px;
      margin: 0 1.5rem 0 0; } }
  @media screen and (min-width: 1025px) {
    .gwp-notFound input[type='text'] {
      width: 700px; } }

.gwp-notFound input[type='submit'] {
  display: block;
  margin: 0 auto;
  font-size: 1.12rem;
  font-weight: 400;
  background-color: #242424; }
  @media screen and (min-width: 768px) {
    .gwp-notFound input[type='submit'] {
      margin: 0; } }

.gwp-notFound .gwp-notFound__searchList {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 18px; }
  @media screen and (min-width: 768px) {
    .gwp-notFound .gwp-notFound__searchList {
      padding: 0 32px;
      margin: 0 auto;
      max-width: 769px; } }
  @media screen and (min-width: 1025px) {
    .gwp-notFound .gwp-notFound__searchList {
      max-width: 1000px; } }

.gwp-notFound .gwp-notFound__searchLink {
  display: block;
  padding: 1.25rem 1.7rem 1.25rem .5rem;
  position: relative;
  border-bottom: solid 1px #ebebeb; }
  .gwp-notFound .gwp-notFound__searchLink:hover {
    opacity: 1;
    border-bottom: solid 1px gray; }
  .gwp-notFound .gwp-notFound__searchLink::after {
    content: '\f054';
    display: inline-block;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free', sans-serif;
    position: absolute;
    top: 50%;
    right: .5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: gray; }

.gwp-notFound .gwp-notFound__searchPostTitle {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 1.12rem;
  color: #242424; }

/**
 * Pagination
 * This components is used as pagination.
 */
.gwp-pagination {
  padding: 0 18px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .gwp-pagination {
      max-width: 769px;
      padding: 0 32px; } }
  .gwp-pagination .gwp-pagination__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .gwp-pagination .gwp-pagination__item {
    margin: 0 5px; }
    .gwp-pagination .gwp-pagination__item a {
      display: inline-block;
      padding: 3px .5rem;
      color: #242424; }
    .gwp-pagination .gwp-pagination__item a:hover {
      color: #aa9c4b;
      opacity: 1; }
    .gwp-pagination .gwp-pagination__item[aria-current=true] {
      padding: 3px .5rem; }
  .gwp-pagination .gwp-pagination__item--arrow i {
    margin: 0 5px; }

/**
  * HOME、Taxonomy Archiveページのリッチなファーストビュー
  */
.gwp-richFirstView__inner {
  position: relative;
  padding: 3rem 18px 2rem;
  margin: 0 auto 8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .gwp-richFirstView__inner {
      padding: 5rem 0 2rem;
      margin: 72px auto 8rem; } }
  @media screen and (min-width: 1025px) {
    .gwp-richFirstView__inner {
      padding: 6rem 0 4rem;
      margin: 0 auto 12rem; } }
  .gwp-richFirstView__inner::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.5); }

.gwp-richFirstView__contentContainer {
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .gwp-richFirstView__contentContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: 769px;
      padding: 0 32px;
      margin: 0 auto 2rem; } }
  @media screen and (min-width: 1025px) {
    .gwp-richFirstView__contentContainer {
      max-width: 1000px; } }

@media screen and (min-width: 768px) {
  .gwp-richFirstView__content {
    width: 60%;
    margin: 0 4rem 0 0; } }

@media screen and (min-width: 1025px) {
  .gwp-richFirstView__content {
    margin: 0 6rem 0 0; } }

.gwp-richFirstView__title {
  padding: 0;
  margin: 0 auto 1.5rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fefefe;
  text-shadow: 2px 4px 2px #242424; }
  @media screen and (min-width: 768px) {
    .gwp-richFirstView__title {
      margin: 0 auto 2rem; } }
  @media screen and (min-width: 1025px) {
    .gwp-richFirstView__title {
      font-size: 2.5rem;
      font-weight: 400; } }

.gwp-richFirstView__catchphrase {
  padding: .5rem 1rem;
  margin: 0 auto 1.5rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.25rem;
  line-height: 1.87rem;
  background-color: #ffe6a8; }
  @media screen and (min-width: 768px) {
    .gwp-richFirstView__catchphrase {
      margin: 0 auto 1.5rem; } }

.gwp-richFirstView__catchphrase2 {
  margin: 0 auto 1rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.75rem;
  line-height: 2.62rem;
  color: #fefefe;
  text-shadow: 2px 4px 2px #242424; }

.gwp-richFirstView__description {
  margin: 0 auto 2rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.12rem;
  color: #fefefe;
  text-shadow: 2px 4px 2px #242424; }
  @media screen and (min-width: 768px) {
    .gwp-richFirstView__description {
      margin: 0 auto; } }
  .gwp-richFirstView__description p {
    margin: 0; }

.gwp-richFirstView__pointList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 25px 0 0;
  margin: 0 auto 1rem; }
  @media screen and (min-width: 768px) {
    .gwp-richFirstView__pointList {
      display: block;
      width: calc(40% - 4rem);
      margin: 0; } }
  @media screen and (min-width: 1025px) {
    .gwp-richFirstView__pointList {
      width: calc(40% - 6rem); } }

.gwp-richFirstView__pointItem {
  position: relative;
  width: calc((100% - 2.5rem) / 2);
  height: 96px;
  margin: 0 2.5rem 1rem 0;
  background-color: #fefefe; }
  @media screen and (min-width: 768px) {
    .gwp-richFirstView__pointItem {
      width: 100%;
      margin: 0 0 1rem; } }
  .gwp-richFirstView__pointItem::before {
    position: absolute;
    top: -1px;
    right: -24px;
    display: block;
    content: '';
    border-top: 49px solid transparent;
    border-bottom: 49px solid transparent;
    border-left: 25px solid #fefefe; }
  .gwp-richFirstView__pointItem:nth-child(2n) {
    margin: 0 0 1rem; }
  @media screen and (min-width: 768px) {
    .gwp-richFirstView__pointItem:last-child {
      margin: 0; } }

.gwp-richFirstView__pointItemText {
  position: relative;
  padding: .87rem 5px;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .gwp-richFirstView__pointItemText {
      font-size: 1.12rem; } }
  .gwp-richFirstView__pointItemText::before {
    position: absolute;
    bottom: .93rem;
    left: 50%;
    z-index: 0;
    display: block;
    width: 80%;
    height: .5rem;
    content: '';
    background-color: #ffe6a8;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .gwp-richFirstView__pointItemText span {
    position: relative;
    z-index: 10;
    display: block;
    font-size: 1.75rem;
    line-height: 2.62rem; }
    @media screen and (min-width: 1025px) {
      .gwp-richFirstView__pointItemText span {
        font-size: 2.2rem; } }

.gwp-richFirstView__styleLinkButton {
  position: relative;
  z-index: 10;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  font-size: 1.12rem;
  color: #fefefe;
  border: solid 2px #fefefe;
  border-radius: 50%; }

.gwp-richFirstView__styleLinkButtonInner {
  position: relative;
  display: inline-block;
  padding: 0 0 1.56rem;
  line-height: 1.75rem;
  text-align: center; }
  .gwp-richFirstView__styleLinkButtonInner::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.25rem;
    content: '\f078';
    -webkit-transition: .24s transform ease-in-out;
    transition: .24s transform ease-in-out;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .gwp-richFirstView__styleLinkButtonInner span {
    display: block;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 3.25rem; }

.gwp-richFirstView__styleLinkButton:hover {
  color: #242424;
  background-color: #fefefe;
  opacity: 1; }
  .gwp-richFirstView__styleLinkButton:hover .gwp-article__headerStyleLinkButtonInner::before {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%); }

.gwp-richFirstView__backgroundInner {
  position: absolute;
  bottom: -1px;
  z-index: 20;
  display: block;
  border-bottom: 20px solid #fefefe; }
  @media screen and (min-width: 768px) {
    .gwp-richFirstView__backgroundInner {
      border-bottom: 40px solid #fefefe; } }
  .gwp-richFirstView__backgroundInner:nth-child(1) {
    left: 0;
    border-right: 250px solid transparent; }
    @media screen and (min-width: 768px) {
      .gwp-richFirstView__backgroundInner:nth-child(1) {
        border-right-width: 600px; } }
    @media screen and (min-width: 1025px) {
      .gwp-richFirstView__backgroundInner:nth-child(1) {
        border-right-width: 1000px; } }
  .gwp-richFirstView__backgroundInner:nth-child(2) {
    right: 0;
    border-left: 250px solid transparent; }
    @media screen and (min-width: 768px) {
      .gwp-richFirstView__backgroundInner:nth-child(2) {
        border-left-width: 600px; } }
    @media screen and (min-width: 1025px) {
      .gwp-richFirstView__backgroundInner:nth-child(2) {
        border-left-width: 1000px; } }

.gwp-richFirstView__backgroundLine {
  position: relative;
  z-index: 0;
  display: block; }

.gwp-richFirstView__backgroundLineInner {
  position: absolute;
  bottom: -32px;
  left: 50%;
  z-index: 4;
  display: block;
  border-right: 250px solid transparent;
  border-left: 250px solid transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%); }
  @media screen and (min-width: 768px) {
    .gwp-richFirstView__backgroundLineInner {
      border-right-width: 600px;
      border-left-width: 600px; } }
  @media screen and (min-width: 1025px) {
    .gwp-richFirstView__backgroundLineInner {
      bottom: -64px;
      border-right-width: 1000px;
      border-left-width: 1000px; } }
  .gwp-richFirstView__backgroundLineInner:nth-child(1) {
    border-top: 20px solid #fefefe; }
    @media screen and (min-width: 768px) {
      .gwp-richFirstView__backgroundLineInner:nth-child(1) {
        border-top-width: 40px; } }
  .gwp-richFirstView__backgroundLineInner:nth-child(2) {
    bottom: -34px;
    z-index: 3;
    border-top: 20px solid #242424; }
    @media screen and (min-width: 768px) {
      .gwp-richFirstView__backgroundLineInner:nth-child(2) {
        border-top-width: 40px; } }
    @media screen and (min-width: 1025px) {
      .gwp-richFirstView__backgroundLineInner:nth-child(2) {
        bottom: -66px; } }
  .gwp-richFirstView__backgroundLineInner:nth-child(3) {
    bottom: -44px;
    z-index: 2;
    border-top: 20px solid #fefefe; }
    @media screen and (min-width: 768px) {
      .gwp-richFirstView__backgroundLineInner:nth-child(3) {
        border-top-width: 40px; } }
    @media screen and (min-width: 1025px) {
      .gwp-richFirstView__backgroundLineInner:nth-child(3) {
        bottom: -79px; } }
  .gwp-richFirstView__backgroundLineInner:nth-child(4) {
    bottom: -49px;
    z-index: 1;
    border-top: 20px solid #242424; }
    @media screen and (min-width: 768px) {
      .gwp-richFirstView__backgroundLineInner:nth-child(4) {
        border-top-width: 40px; } }
    @media screen and (min-width: 1025px) {
      .gwp-richFirstView__backgroundLineInner:nth-child(4) {
        bottom: -84px; } }

.gwp-searchByTerm__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 0 1.6rem;
  font-size: 1.12rem;
  font-weight: 700; }
  .gwp-searchByTerm__title::before {
    display: block;
    width: 1rem;
    content: '';
    background-color: #0a0a0a;
    border-radius: 50%;
    aspect-ratio: 1; }

.gwp-searchByTerm__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.2vw;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .gwp-searchByTerm__list {
      gap: 1.2rem; } }

.gwp-searchByTerm__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 .6rem .6rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #242424;
  background-color: #fefefe;
  border-bottom: 1px solid #4a4a4a; }
  .gwp-searchByTerm__selected::before {
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-top: solid .6rem transparent;
    border-bottom: solid .6rem transparent;
    border-left: solid 0.85rem #f97676; }

.gwp-searchByTerm__link {
  display: block;
  padding: .4rem 1.4rem;
  font-size: 0.87rem;
  line-height: 1.2;
  color: white;
  background-color: #f97676;
  border-radius: .8rem / 50%;
  -webkit-transition: .24s transform ease;
  transition: .24s transform ease;
  will-change: transform; }
  @media screen and (min-width: 768px) {
    .gwp-searchByTerm__link {
      padding: .4rem 1.8rem;
      font-size: 1rem; } }
  .gwp-searchByTerm__link:hover {
    color: white;
    opacity: 1;
    -webkit-transform: scale(1.04);
            transform: scale(1.04); }

.gwp-sectionAreas {
  background-color: #e9e2dd; }
  .gwp-sectionAreas__wrap {
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionAreas__wrap {
        max-width: calc(100% - 320px);
        margin: 0 0 0 auto; } }
    @media screen and (min-width: 768px) {
      .gwp-sectionAreas__wrap {
        padding-top: 8.4rem;
        padding-bottom: 8.4rem; } }
  .gwp-sectionAreas__inner {
    width: 94%;
    padding: 3.6rem 1.6vw;
    margin: 0 auto;
    background-color: #fefefe;
    border-radius: 1.34rem; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionAreas__inner {
        width: 95%;
        padding: 4.8rem 2.4rem; } }
  .gwp-sectionAreas__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 2rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 18px;
    margin: 3.8rem auto 0; }
    @media screen and (min-width: 768px) {
      .gwp-sectionAreas__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.4rem 2.8vw;
        max-width: 769px;
        padding: 0 2vw;
        margin-top: 6rem; } }
    @media screen and (min-width: 1025px) {
      .gwp-sectionAreas__list {
        gap: 2.4rem 1.4vw;
        max-width: 1000px; } }
  .gwp-sectionAreas__itemLink {
    position: relative;
    display: block;
    height: 14rem;
    overflow: hidden;
    background-color: #f7f3e4;
    border-radius: 1.34rem;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: -webkit-transform .24s ease;
    transition: -webkit-transform .24s ease;
    transition: transform .24s ease;
    transition: transform .24s ease, -webkit-transform .24s ease;
    will-change: transform; }
    @media screen and (min-width: 768px) {
      .gwp-sectionAreas__itemLink {
        height: 16rem; } }
    @media screen and (min-width: 1025px) {
      .gwp-sectionAreas__itemLink {
        height: 18rem; } }
    .gwp-sectionAreas__itemLink:hover {
      opacity: 1;
      -webkit-transform: scale(1.02);
              transform: scale(1.02); }
  .gwp-sectionAreas__itemIcon {
    position: absolute;
    top: 1.8rem;
    left: 50%;
    width: 48%;
    height: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .gwp-sectionAreas__itemTitleContainer {
    position: absolute;
    top: 45%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 90%;
    font-weight: 700;
    line-height: 1;
    color: #1b3183;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (min-width: 768px) {
      .gwp-sectionAreas__itemTitleContainer {
        top: 50%; } }
  .gwp-sectionAreas__itemTitle {
    padding: 0;
    margin: 0;
    font-size: 1.5rem; }
    @media screen and (min-width: 768px) {
      .gwp-sectionAreas__itemTitle {
        font-size: 1.75rem; } }
  .gwp-sectionAreas__itemSubTitle {
    padding: 0;
    margin: 0;
    font-size: 1rem; }
    @media screen and (min-width: 768px) {
      .gwp-sectionAreas__itemSubTitle {
        font-size: 1.12rem; } }
  .gwp-sectionAreas__description {
    padding: 8.4rem 2vw 2vw;
    margin-bottom: 0;
    font-size: 0.75rem;
    line-height: 1.6;
    color: #242424;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .gwp-sectionAreas__description {
        padding: 10rem 2vw 2vw;
        font-size: 0.87rem; } }
    @media screen and (min-width: 1025px) {
      .gwp-sectionAreas__description {
        padding: 11.5rem 1.2rem 1.2rem; } }
    .gwp-sectionAreas__description p {
      margin-bottom: .4rem; }

.gwp-sectionBooks {
  margin: 0 auto; }
  @media screen and (min-width: 1025px) {
    .gwp-sectionBooks {
      margin: 0 auto; } }
  .gwp-sectionBooks__container {
    padding: 0 18px; }
    @media screen and (min-width: 768px) {
      .gwp-sectionBooks__container {
        max-width: 769px;
        padding: 0 32px;
        margin: 0 auto; } }
    @media screen and (min-width: 1025px) {
      .gwp-sectionBooks__container {
        max-width: 1000px; } }
  .gwp-sectionBooks__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 4vw;
    margin: 4rem auto; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionBooks__list {
        grid-template-columns: repeat(5, 1fr);
        gap: 3.2rem 1.2rem;
        margin-top: 6rem; } }
  .gwp-sectionBooks__item {
    display: block;
    overflow: hidden; }
  .gwp-sectionBooks__indexLinkWrap {
    padding: 0 18px; }
    @media screen and (min-width: 768px) {
      .gwp-sectionBooks__indexLinkWrap {
        max-width: 420px;
        padding: 0 32px;
        margin: 0 auto; } }

.gwp-sectionGenre {
  position: relative;
  padding: 0 0 6.4rem;
  background-color: #e9e2dd; }
  @media screen and (min-width: 768px) {
    .gwp-sectionGenre {
      padding: 6.4rem 0 12.8rem; } }
  .gwp-sectionGenre__inner {
    padding: 0;
    margin: 0 auto;
    overflow: hidden; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionGenre__inner {
        max-width: calc(100% - 320px);
        margin: 0 0 0 auto; } }
  .gwp-sectionGenre__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    display: block;
    width: 90%;
    height: 84%;
    background-size: 60px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .gwp-sectionGenre__list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 18px;
    margin: 3.8rem auto 0; }
    @media screen and (min-width: 768px) {
      .gwp-sectionGenre__list {
        max-width: 769px;
        padding: 0 32px;
        margin-top: 6rem; } }
    @media screen and (min-width: 1025px) {
      .gwp-sectionGenre__list {
        max-width: 1000px; } }
  .gwp-sectionGenre__item {
    width: calc((100% - 1.5rem) / 2);
    height: 200px;
    margin: 0 1.5rem 1.5rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      .gwp-sectionGenre__item {
        width: calc((100% - 4.5rem) / 4);
        height: 220px; } }
    @media screen and (min-width: 1025px) {
      .gwp-sectionGenre__item {
        width: calc((100% - 6rem) / 5); } }
    .gwp-sectionGenre__item:nth-child(2n) {
      margin: 0 0 1.5rem; }
      @media screen and (min-width: 768px) {
        .gwp-sectionGenre__item:nth-child(2n) {
          margin: 0 1.5rem 1.5rem 0; } }
    @media screen and (min-width: 768px) {
      .gwp-sectionGenre__item:nth-child(4n) {
        margin: 0 0 1.5rem; } }
    @media screen and (min-width: 1025px) {
      .gwp-sectionGenre__item:nth-child(4n) {
        margin: 0 1.5rem 1.5rem 0; } }
    @media screen and (min-width: 1025px) {
      .gwp-sectionGenre__item:nth-child(5n) {
        margin: 0 0 1.5rem; } }
  .gwp-sectionGenre__itemLink {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.12rem;
    color: #fefefe;
    background-color: rgba(0, 0, 0, 0.6); }
    .gwp-sectionGenre__itemLink:hover {
      color: #fefefe;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 1; }
  .gwp-sectionGenre__itemLinkInner {
    position: relative;
    display: inline-block;
    padding: 0 0 .5rem; }
    .gwp-sectionGenre__itemLinkInner::before {
      position: absolute;
      bottom: 0;
      left: 50%;
      display: block;
      width: 40px;
      height: 1px;
      content: '';
      background-color: #fefefe;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

.gwp-sectionNews {
  margin: 0 auto; }
  @media screen and (min-width: 1025px) {
    .gwp-sectionNews {
      margin: 0 auto; } }
  .gwp-sectionNews__container {
    padding: 0 18px; }
    @media screen and (min-width: 768px) {
      .gwp-sectionNews__container {
        max-width: 769px;
        padding: 0 32px;
        margin: 0 auto; } }
    @media screen and (min-width: 1025px) {
      .gwp-sectionNews__container {
        max-width: 1000px; } }
  .gwp-sectionNews__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 4rem auto; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionNews__list {
        margin-top: 6rem; } }
  .gwp-sectionNews__item {
    margin: 0 auto 1.5rem;
    overflow: hidden;
    -webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25); }
    .gwp-sectionNews__item:last-child {
      margin: 0 auto; }
  .gwp-sectionNews__itemLink {
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .gwp-sectionNews__itemLink::after {
      position: absolute;
      top: 50%;
      right: .5rem;
      display: inline-block;
      font-family: 'Font Awesome 5 Free', sans-serif;
      font-weight: 600;
      color: #242424;
      content: '\f054';
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (min-width: 1025px) {
        .gwp-sectionNews__itemLink::after {
          right: 1.25rem; } }
  .gwp-sectionNews__itemDate {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 89px;
    padding: 1rem 0 1rem .5rem;
    font-size: 0.87rem;
    color: #fefefe;
    text-align: center;
    background-color: #a15972; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionNews__itemDate {
        width: 120px;
        padding: 1.25rem 0 1.25rem .5rem;
        font-size: 1rem; } }
    .gwp-sectionNews__itemDate::before {
      position: absolute;
      top: 50%;
      right: 1px;
      display: block;
      content: '';
      border-top: 70px solid transparent;
      border-bottom: 70px solid transparent;
      border-left: 20px solid #a15972;
      -webkit-transform: translate(100%, -50%);
              transform: translate(100%, -50%); }
  .gwp-sectionNews__itemTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 89px);
    padding: 1rem 1.75rem;
    margin: 0;
    color: #242424; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionNews__itemTitle {
        width: calc(100% - 120px);
        padding: 1.25rem 3rem;
        font-size: 1.12rem; } }
  .gwp-sectionNews__indexLinkWrap {
    padding: 0 18px; }
    @media screen and (min-width: 768px) {
      .gwp-sectionNews__indexLinkWrap {
        max-width: 420px;
        padding: 0 32px;
        margin: 0 auto; } }

@media screen and (min-width: 768px) {
  .gwp-sectionPurchaseConsultation {
    max-width: 769px;
    margin: 0 auto; } }

@media screen and (min-width: 1025px) {
  .gwp-sectionPurchaseConsultation {
    max-width: 1100px;
    padding: 0 32px; } }

.gwp-sectionPurchaseConsultation__container {
  padding: 3.6vw; }
  @media screen and (min-width: 1025px) {
    .gwp-sectionPurchaseConsultation__container {
      padding: 3.4rem; } }
  .gwp-sectionPurchaseConsultation__container:first-child {
    padding-top: 0; }
  .gwp-sectionPurchaseConsultation__container:nth-child(even) {
    background-color: #e9e2dd; }

.gwp-sectionPurchaseConsultation__heading {
  padding: 0;
  margin: 0 0 2.1rem;
  font-size: 1.25rem;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .gwp-sectionPurchaseConsultation__heading {
      margin-bottom: 3.2rem;
      font-size: 1.75rem;
      text-align: center; } }
  @media screen and (min-width: 1025px) {
    .gwp-sectionPurchaseConsultation__heading {
      margin-bottom: 4.2rem;
      font-size: 2.2rem; } }
  .gwp-sectionPurchaseConsultation__heading strong {
    font-weight: 600;
    color: #1b3183; }

.gwp-sectionPurchaseConsultation__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem; }
  @media screen and (min-width: 768px) {
    .gwp-sectionPurchaseConsultation__list {
      grid-template-columns: repeat(3, 1fr);
      gap: 3.2vw; } }
  @media screen and (min-width: 1025px) {
    .gwp-sectionPurchaseConsultation__list {
      gap: 2.1rem; } }

.gwp-sectionPurchaseConsultation__itemImage {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .gwp-sectionPurchaseConsultation__itemImage {
      margin-bottom: 1.4rem; } }

.gwp-sectionPurchaseConsultation__itemTitle {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .gwp-sectionPurchaseConsultation__itemTitle {
      font-size: 1.25rem; } }

.gwp-sectionPurchaseConsultation__itemDescription {
  padding: 0;
  margin: 1rem 0 0;
  font-size: 0.87rem;
  font-weight: 400;
  line-height: 1.9; }
  @media screen and (min-width: 768px) {
    .gwp-sectionPurchaseConsultation__itemDescription {
      margin-top: 1.4rem; } }

.gwp-sectionPurchases {
  position: relative; }
  .gwp-sectionPurchases__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 130vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      .gwp-sectionPurchases__bg {
        height: 60vw; } }
    @media screen and (min-width: 1025px) {
      .gwp-sectionPurchases__bg {
        width: 100%;
        height: 700px; } }
    .gwp-sectionPurchases__bg::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      display: block;
      width: 100%;
      content: '';
      background-color: rgba(0, 0, 0, 0.5); }
  .gwp-sectionPurchases__container {
    padding: 4rem 18px 0; }
    @media screen and (min-width: 768px) {
      .gwp-sectionPurchases__container {
        max-width: 769px;
        padding: 4rem 32px 0;
        margin: 0 auto; } }
    @media screen and (min-width: 1025px) {
      .gwp-sectionPurchases__container {
        max-width: 1000px;
        padding: 6rem 32px 0; } }
  .gwp-sectionPurchases__titleContainer {
    margin: 0 auto 4rem; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionPurchases__titleContainer {
        margin: 0 auto 6rem; } }
  .gwp-sectionPurchases__title {
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.75rem;
    font-weight: 400;
    color: #fefefe;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionPurchases__title {
        font-size: 2.2rem; } }
  .gwp-sectionPurchases__catchphrase {
    margin: 2rem auto 0;
    color: #fefefe; }
    @media screen and (min-width: 768px) {
      .gwp-sectionPurchases__catchphrase {
        text-align: center; } }
  .gwp-sectionPurchases__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.2rem 4vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 4rem auto; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionPurchases__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.8rem;
        margin-top: 6rem; } }
  .gwp-sectionPurchases__item {
    display: block; }
    .gwp-sectionPurchases__item .gwc-contentLinkPurchase {
      height: 100%; }
  .gwp-sectionPurchases__indexLinkWrap {
    padding: 0 18px; }
    @media screen and (min-width: 768px) {
      .gwp-sectionPurchases__indexLinkWrap {
        max-width: 420px;
        padding: 0 32px;
        margin: 0 auto; } }

.gwp-sectionRelativePosts {
  padding: 0 18px; }
  @media screen and (min-width: 768px) {
    .gwp-sectionRelativePosts {
      max-width: 769px;
      padding: 0 32px;
      margin: 0 auto; } }
  @media screen and (min-width: 1025px) {
    .gwp-sectionRelativePosts {
      max-width: 1000px; } }
  .gwp-sectionRelativePosts__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0 auto 2.8rem;
    font-size: 1.37rem; }
    @media screen and (min-width: 768px) {
      .gwp-sectionRelativePosts__heading {
        margin-bottom: 3.4rem;
        font-size: 1.75rem; } }
    .gwp-sectionRelativePosts__heading::before {
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 1.2rem;
      height: 1.2rem;
      content: '';
      background-color: #4a4a4a;
      border-radius: .2rem; }
    .gwp-sectionRelativePosts__heading--colored::before {
      background-color: #f97676; }
  .gwp-sectionRelativePosts__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.2rem 4vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionRelativePosts__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.8rem; } }
  .gwp-sectionRelativePosts__list--book {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 4vw; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionRelativePosts__list--book {
        grid-template-columns: repeat(5, 1fr);
        gap: 3.2rem 1.2rem; } }
  .gwp-sectionRelativePosts__item {
    display: block; }
    .gwp-sectionRelativePosts__item .gwc-contentLinkPurchase {
      height: 100%; }
  .gwp-sectionRelativePosts__controls {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.8vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.4rem; }
    @media screen and (min-width: 768px) {
      .gwp-sectionRelativePosts__controls {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.4rem;
        margin-top: 4.8rem; } }
    .gwp-sectionRelativePosts__controls .gwc-buttonLink {
      font-size: 0.87rem; }
      @media screen and (min-width: 768px) {
        .gwp-sectionRelativePosts__controls .gwc-buttonLink {
          font-size: 1.12rem; } }

.gwp-sectionSteps {
  padding: 0 18px; }
  @media screen and (min-width: 768px) {
    .gwp-sectionSteps {
      max-width: 769px;
      padding: 0 32px;
      margin: 0 auto; } }
  @media screen and (min-width: 1025px) {
    .gwp-sectionSteps {
      max-width: 1100px; } }
  .gwp-sectionSteps__header {
    padding: 0 18px;
    margin-bottom: 6.4rem; }
    @media screen and (min-width: 768px) {
      .gwp-sectionSteps__header {
        padding: 0 32px; } }
  .gwp-sectionSteps__heading {
    padding: 0;
    margin: 0 0 .4rem;
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .gwp-sectionSteps__heading {
        font-size: 2.2rem; } }
    @media screen and (min-width: 1025px) {
      .gwp-sectionSteps__heading {
        font-size: 3rem; } }
  .gwp-sectionSteps__catchphrase {
    padding: 0;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .gwp-sectionSteps__catchphrase {
        font-size: 1.37rem;
        text-align: center; } }
    @media screen and (min-width: 1025px) {
      .gwp-sectionSteps__catchphrase {
        font-size: 1.5rem; } }
    .gwp-sectionSteps__catchphrase strong {
      font-weight: 600;
      color: #f97676; }
  .gwp-sectionSteps__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4.8rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionSteps__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 4.2rem; } }
  .gwp-sectionSteps__item {
    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;
    gap: 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.8rem 1.4rem 1.4rem;
    background-color: #f7f3e4;
    border-radius: 1.25rem; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionSteps__item:not(:first-child)::after {
        position: absolute;
        top: 50%;
        left: -2.1rem;
        display: block;
        width: 0;
        height: 0;
        content: '';
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 16px solid #f97676;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  .gwp-sectionSteps__itemStep {
    position: absolute;
    top: 0;
    left: 50%;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 4.2rem;
    line-height: 1;
    color: white;
    background-color: #f97676;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    aspect-ratio: 1; }
    @media screen and (min-width: 768px) {
      .gwp-sectionSteps__itemStep {
        width: 5.4rem; } }
  .gwp-sectionSteps__itemStepText {
    font-size: 1rem; }
    @media screen and (min-width: 768px) {
      .gwp-sectionSteps__itemStepText {
        font-size: 1.4rem; } }
  .gwp-sectionSteps__itemStepNum {
    font-size: 1.6rem; }
    @media screen and (min-width: 768px) {
      .gwp-sectionSteps__itemStepNum {
        font-size: 2.4rem; } }
  .gwp-sectionSteps__itemImage {
    display: block;
    max-width: 65%;
    height: auto; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionSteps__itemImage {
        max-width: 85%; } }
  .gwp-sectionSteps__itemTitle {
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #614c24;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .gwp-sectionSteps__itemTitle {
        font-size: 1.75rem; } }
  .gwp-sectionSteps__itemDescription {
    width: 100%;
    font-size: 1.12rem;
    font-weight: 400; }
  .gwp-sectionSteps__linkWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 18px;
    margin-top: 4.8rem; }
    @media screen and (min-width: 768px) {
      .gwp-sectionSteps__linkWrap {
        padding: 0 32px; } }
    .gwp-sectionSteps__linkWrap .gwc-buttonLink {
      max-width: 100%; }
      @media screen and (min-width: 768px) {
        .gwp-sectionSteps__linkWrap .gwc-buttonLink {
          min-width: 16rem; } }

.gwp-sectionStyles {
  position: relative;
  padding: 0 0 4rem;
  overflow: hidden;
  background-color: #e9e2dd; }
  @media screen and (min-width: 1025px) {
    .gwp-sectionStyles {
      padding: 0 0 6rem; } }
  .gwp-sectionStyles__bg {
    position: absolute;
    top: 0;
    right: -3px;
    z-index: 10;
    display: block;
    border-top: 10000px solid transparent;
    border-right: 500px solid #e9e2dd; }
    @media screen and (min-width: 1025px) {
      .gwp-sectionStyles__bg {
        border-right: 1200px solid #e9e2dd; } }
  .gwp-sectionStyles__contentTitle {
    position: relative;
    padding: 4rem 18px;
    margin: 0 auto 4rem;
    overflow: hidden;
    background-color: #f0ddcc;
    border-bottom: solid 3px #ccb6a4; }
    @media screen and (min-width: 768px) {
      .gwp-sectionStyles__contentTitle {
        padding-right: 32px;
        padding-left: 32px;
        text-align: center; } }
    @media screen and (min-width: 1025px) {
      .gwp-sectionStyles__contentTitle {
        padding-top: 6rem;
        margin-bottom: 6rem; } }
    .gwp-sectionStyles__contentTitle::before {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0;
      display: block;
      content: '';
      border-top: 10000px solid transparent;
      border-right: 500px solid #ccb6a4; }
      @media screen and (min-width: 1025px) {
        .gwp-sectionStyles__contentTitle::before {
          border-right: 1200px solid #ccb6a4; } }
    .gwp-sectionStyles__contentTitle .gwp-contentTitle__container,
    .gwp-sectionStyles__contentTitle .gwp-contentTitle__textContainer {
      position: relative;
      z-index: 20; }
  @media screen and (min-width: 768px) {
    .gwp-sectionStyles__textContainer {
      max-width: 600px;
      padding: 0 32px;
      margin: 0 auto; } }
  .gwp-sectionStyles__listContainer {
    position: relative;
    z-index: 20;
    padding: 0 18px; }
    @media screen and (min-width: 768px) {
      .gwp-sectionStyles__listContainer {
        padding: 0 32px; } }
    @media screen and (min-width: 1025px) {
      .gwp-sectionStyles__listContainer {
        max-width: 1000px;
        margin: 0 auto; } }
  .gwp-sectionStyles__list {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .gwp-sectionStyles__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .gwp-sectionStyles__item {
    margin: 0 auto 4rem; }
    @media screen and (min-width: 768px) {
      .gwp-sectionStyles__item {
        width: calc((100% - 6rem) / 3);
        margin: 0 3rem 0 0; } }
    .gwp-sectionStyles__item:last-child {
      margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .gwp-sectionStyles__item:nth-child(3n+2) {
        margin: 3rem 3rem 0 0; } }
    @media screen and (min-width: 768px) {
      .gwp-sectionStyles__item:nth-child(3n) {
        margin: 6rem 0 0; } }
  .gwp-sectionStyles__itemInner {
    margin: 0 auto 2rem; }
  .gwp-sectionStyles__itemLink {
    display: block;
    padding: 2rem 1.5rem;
    font-family: 'Noto Serif JP', serif;
    color: #fefefe;
    background-color: rgba(0, 0, 0, 0.6); }
    .gwp-sectionStyles__itemLink:hover {
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 1; }
  .gwp-sectionStyles__itemTitle {
    padding: 0;
    margin: 0 auto 6rem;
    font-size: 1.5rem;
    text-align: center; }
    .gwp-sectionStyles__itemTitle i {
      display: inline-block;
      margin: 0 .5rem 0 0; }
  .gwp-sectionStyles__itemText {
    margin: 0 auto 1.5rem;
    font-size: 1.12rem; }
  .gwp-sectionStyles__itemButton {
    max-width: 180px;
    padding: 3px 1rem;
    margin: 0 auto;
    text-align: center;
    border: solid 1px #fefefe;
    border-radius: 30px;
    -webkit-transition: 0.24s all ease-in-out;
    transition: 0.24s all ease-in-out; }
  .gwp-sectionStyles__pointTitle {
    padding: 0 0 .5rem;
    margin: 0 auto 1.5rem;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.37rem;
    font-weight: 600;
    line-height: 2.25rem;
    border-bottom: 1px solid #ababab; }
  .gwp-sectionStyles__pointTitleInner {
    font-size: 2.2rem; }
  .gwp-sectionStyles__pointList {
    list-style: none;
    margin: 0;
    padding: 0; }
  .gwp-sectionStyles__pointItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto .87rem; }
    .gwp-sectionStyles__pointItem:last-child {
      margin: 0 auto; }
  .gwp-sectionStyles__pointItemNumber {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 1.5rem 0 0;
    font-size: 1.12rem;
    font-weight: 600;
    color: #fefefe;
    border-radius: 50%; }
  .gwp-sectionStyles__pointItemText {
    width: calc(100% - 1.5rem - 30px);
    margin: 0;
    font-size: 1.12rem;
    font-weight: 600; }

/**
 * 6: Utilities
 */
.gwu-innerContainer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .gwu-innerContainer {
      max-width: 769px; } }
  @media screen and (min-width: 1025px) {
    .gwu-innerContainer {
      padding-left: 32px;
      padding-right: 32px;
      max-width: 1000px; } }

@media screen and (min-width: 1025px) {
  .gwu-innerBlock {
    max-width: 920px;
    margin: 0 auto; } }

.gwu-margin--top {
  margin-top: 2.8rem; }

.gwu-margin--bottom {
  margin-bottom: 4.8rem; }
  @media screen and (min-width: 1025px) {
    .gwu-margin--bottom {
      margin-bottom: 6.4rem; } }

.gwu-margin--bottomSmall {
  margin-bottom: 1.8rem; }
  @media screen and (min-width: 1025px) {
    .gwu-margin--bottomSmall {
      margin-bottom: 2.4rem; } }

/**
 * Animations
 */
.gwu-animFade {
  opacity: 0; }

.gwu-animFade--in {
  opacity: 1;
  -webkit-transition: .7s all ease-in-out;
  transition: .7s all ease-in-out; }

.gwu-idLink {
  display: block;
  padding-top: 90px;
  margin-top: -90px; }
  @media screen and (min-width: 1025px) {
    .gwu-idLink {
      padding-top: 3rem;
      margin-top: -3rem; } }

