@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 10px;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media screen and (max-width: 320px) {
  body {
    letter-spacing: -0.1em;
  }
}
/*--------------------------------------------------------------
3.0 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;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.cf:before,
.cf:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer: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,
.cf:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
label {
  color: #000;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

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: #666;
  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: 0.7em;
  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: #222;
  border-color: #333;
}

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

input[type=radio],
input[type=checkbox] {
  margin-right: 0.5em;
}

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;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  transition: background 0.2s;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */
.sticky {
  position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
  display: none;
}

.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  left: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.entry-header .entry-title {
  margin-bottom: 0.25em;
}

.entry-title a {
  color: #333;
  text-decoration: none;
  margin-left: -2px;
}

.entry-title:not(:first-child) {
  padding-top: 0;
}

.entry-meta {
  color: #767676;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-bottom: 0.25em;
  text-transform: uppercase;
}

.entry-meta a {
  color: #767676;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

/* Aligned blockquotes */
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 48%;
}

/* Blog landing, search, archives */
.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
  padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
  padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
  margin-left: auto;
  margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
  padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
  color: #222;
  display: inline-block;
  margin-left: 1em;
  white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
  margin-left: 0;
  white-space: nowrap;
}

.taxonomy-description {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
}

/* More tag */
.entry-content .more-link:before {
  content: "";
  display: block;
  margin-top: 1.5em;
}

/* Single Post */
.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

.single-featured-image-header {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
  display: block;
  margin: auto;
}

.page-links {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
}

.page-links .page-number {
  color: #767676;
  display: inline-block;
  padding: 0.5em 1em;
}

.page-links a {
  display: inline-block;
}

.page-links a .page-number {
  color: #222;
}

/* Entry footer */
.entry-footer {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 2em;
  padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-left: 2.5em;
  position: relative;
  text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
  margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
  color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
  color: #767676;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: 2px;
}

.entry-footer .edit-link {
  display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
  background-color: #222;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  margin-top: 2em;
  padding: 0.7em 2em;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
  background-color: #767676;
}

/* Post Formats */
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.format-quote blockquote {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  overflow: visible;
  position: relative;
}

.format-quote blockquote .icon {
  display: block;
  height: 20px;
  left: -1.25em;
  position: absolute;
  top: 0.4em;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 20px;
}

/* Post Navigation */
.post-navigation {
  font-weight: 800;
  margin: 3em 0;
}

.post-navigation .nav-links {
  padding: 1em 0;
}

.nav-subtitle {
  background: transparent;
  color: #767676;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1818em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.nav-title {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
}

.post-navigation .nav-next {
  margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
.page-header {
  padding-bottom: 2em;
}

.page .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
  font-size: 11px;
  font-size: 0.6875rem;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page:not(.home) #content {
  padding-bottom: 1.5em;
}

/* 404 page */
.error404 .page-content {
  padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
  margin-bottom: 3em;
}

.error404 .notfound01 {
  padding: 40px 0 200px;
}

.error404 .notfound01 h2 {
  font-size: 28px;
  padding: 0 4%;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
/* Social nav */
.social-navigation {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
}

.social-navigation ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}

.social-navigation li {
  display: inline;
}

.social-navigation a {
  background-color: #767676;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin: 0 1em 0.5em 0;
  text-align: center;
  width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
  background-color: #333;
}

.social-navigation .icon {
  height: 16px;
  top: 12px;
  width: 16px;
  vertical-align: top;
}

/* Site info */
.site-info {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1em;
}

.site-info a {
  color: #666;
}

.site-info .sep {
  margin: 0;
  display: block;
  visibility: hidden;
  height: 0;
  width: 100%;
}

.site-info span[role=separator] {
  padding: 0 0.2em 0 0.4em;
}

.site-info span[role=separator]::before {
  content: "/";
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
#comments {
  clear: both;
  padding: 2em 0 0.5em;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
  border: 2px dashed #0085ba;
  /* Matches visible edit shortcuts. */
  bottom: 1em;
  content: "";
  display: block;
  left: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
  z-index: 2;
  /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3em;
  text-transform: uppercase;
  text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
  border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
  border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel > .customize-partial-edit-shortcut > button {
  top: 30px;
  left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
  visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/
.svg-fallback {
  display: none;
}

.no-svg .svg-fallback {
  display: inline-block;
}

.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  /* IE 9 */
  transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
  /* IE 9 */
  transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  content: "^";
}

/* Social Menu fallbacks */
.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto;
}

/* Show screen reader text in some cases */
.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  position: relative !important;
  /* overrides previous !important styles */
  width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {
  body.customize-partial-edit-shortcuts-shown .site-header .site-title {
    padding-left: 0;
  }
}
@media screen and (min-width: 30em) {
  /* Fix image alignment */
  img.alignleft {
    float: left;
    margin-right: 1.5em;
  }

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

  /* Site Branding */
  .site-branding {
    padding: 3em 0;
  }

  /* Front Page */
  .panel-content .wrap {
    padding-bottom: 2em;
    padding-top: 3.5em;
  }

  .page-one-column .panel-content .wrap {
    max-width: 740px;
  }

  .panel-content .entry-header {
    margin-bottom: 4.5em;
  }

  .panel-content .recent-posts .entry-header {
    margin-bottom: 0;
  }

  /* Blog Index, Archive, Search */
  .taxonomy-description {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .page-numbers.current {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 48em) {
  /* Site Branding */
  .site-branding {
    margin-bottom: 0;
  }

  .has-header-image.twentyseventeen-front-page .site-branding,
.has-header-video.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
    bottom: 0;
    display: block;
    left: 0;
    height: auto;
    padding-top: 0;
    position: absolute;
    width: 100%;
  }

  .has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
    display: block;
    height: auto;
  }

  .custom-header-media {
    height: 165px;
    position: relative;
  }

  .twentyseventeen-front-page.has-header-image .custom-header-media,
.twentyseventeen-front-page.has-header-video .custom-header-media,
.home.blog.has-header-image .custom-header-media,
.home.blog.has-header-video .custom-header-media {
    height: 0;
    position: relative;
  }

  .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .custom-logo-link {
    padding-right: 2em;
  }

  .custom-logo-link img,
body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-width: 350px;
  }

  .title-tagline-hidden.home.has-header-image .custom-logo-link img,
.title-tagline-hidden.home.has-header-video .custom-logo-link img {
    max-height: 200px;
  }

  /* Navigation */
  .navigation-top {
    bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;
  }

  .navigation-top .wrap {
    max-width: 1000px;
    /* The font size is 14px here and we need 50px padding in ems */
    padding: 0.75em 3.4166666667em;
  }

  .navigation-top nav {
    margin-left: -1.25em;
  }

  .site-navigation-fixed.navigation-top {
    bottom: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 7;
  }

  .admin-bar .site-navigation-fixed.navigation-top {
    top: 32px;
  }

  /* Posts */
  .single-post .entry-title,
.page .entry-title {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .comments-pagination,
.post-navigation {
    clear: both;
  }

  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }

  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }

  .nav-next,
.post-navigation .nav-next {
    margin-top: 0;
  }

  /* Blog, archive, search */
  .sticky .icon-thumb-tack {
    height: 23px;
    left: -2.5em;
    top: 1.5em;
    width: 32px;
  }

  body:not(.has-sidebar):not(.page-one-column) .page-header,
body.has-sidebar.error404 #primary .page-header,
body.page-two-column:not(.archive) #primary .entry-header,
body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
    float: left;
    width: 36%;
  }

  .blog:not(.has-sidebar) #primary article,
.archive:not(.page-one-column):not(.has-sidebar) #primary article,
.search:not(.has-sidebar) #primary article,
.error404:not(.has-sidebar) #primary .page-content,
.error404.has-sidebar #primary .page-content,
body.page-two-column:not(.archive) #primary .entry-content,
body.page-two-column #comments {
    float: right;
    width: 58%;
  }

  .blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
    padding-bottom: 4em;
  }

  .entry-footer {
    display: table;
    width: 100%;
  }

  .entry-footer .cat-tags-links {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }

  .entry-footer .edit-link {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }

  .entry-footer .edit-link a.post-edit-link {
    margin-top: 0;
    margin-left: 1em;
  }

  /* Entry content */
  /* without sidebar */
  :not(.has-sidebar) .entry-content blockquote.alignleft {
    margin-left: -17.5%;
    width: 48%;
  }

  :not(.has-sidebar) .entry-content blockquote.alignright {
    margin-right: -17.5%;
    width: 48%;
  }

  /* with sidebar */
  .has-sidebar .entry-content blockquote.alignleft {
    margin-left: 0;
    width: 34%;
  }

  .has-sidebar .entry-content blockquote.alignright {
    margin-right: 0;
    width: 34%;
  }

  .has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
    margin-right: -72.5%;
    width: 62%;
  }

  /* blog and archive */
  .blog:not(.has-sidebar) .entry-content blockquote.alignleft,
.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
.page-two-column .entry-content blockquote.alignleft {
    margin-left: -72.5%;
    width: 62%;
  }

  .blog:not(.has-sidebar) .entry-content blockquote.alignright,
.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
.archive:not(.has-sidebar) .entry-content blockquote.alignright,
.page-two-column .entry-content blockquote.alignright {
    margin-right: 0;
    width: 36%;
  }

  /* Post formats */
  .format-quote blockquote .icon {
    left: -1.5em;
  }

  /* Pages */
  .page.page-one-column .entry-header,
.twentyseventeen-front-page.page-one-column .entry-header,
.archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 4em;
  }

  .page:not(.home) #content {
    padding-bottom: 3.25em;
  }

  /* 404 page */
  .error404 .page-content {
    padding-bottom: 9em;
  }

  /* Comments */
  #comments {
    padding-top: 5em;
  }

  .comments-title {
    margin-bottom: 2.5em;
  }

  ol.children .children {
    padding-left: 2em;
  }

  /* Posts pagination */
  .nav-links .nav-title {
    position: relative;
  }

  .nav-title-icon-wrapper {
    position: absolute;
    text-align: center;
    width: 2em;
  }

  .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
    left: -2em;
  }

  .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
    right: -2em;
  }

  /* Widgets */
  h2.widget-title {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 2em;
  }

  /* Footer */
  .social-navigation {
    clear: left;
    float: left;
    margin-bottom: 0;
    width: 36%;
  }

  .site-info {
    float: left;
    padding: 0.7em 0 0;
    width: 58%;
  }

  .social-navigation + .site-info {
    margin-left: 6%;
  }

  .site-info .sep {
    margin: 0 0.5em;
    display: inline;
    visibility: visible;
    height: auto;
    width: auto;
  }

  /* Gallery Columns */
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
@media screen and (min-width: 67em) {
  /* Layout */
  /* Navigation */
  .navigation-top .wrap {
    padding: 0.75em 2em;
  }

  .navigation-top nav {
    margin-left: 0;
  }

  /* Sticky posts */
  .sticky .icon-thumb-tack {
    font-size: 32px;
    font-size: 3.2rem;
    height: 22px;
    left: -1.25em;
    top: 0.75em;
    width: 32px;
  }

  /* Pagination */
  .page-numbers {
    display: inline-block;
  }

  .page-numbers.current {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .page-numbers.current .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* Comments */
  .comment-body {
    margin-left: 0;
  }
}
@media screen and (min-width: 79em) {
  .has-sidebar .entry-content blockquote.alignleft {
    margin-left: -20%;
  }

  .blog:not(.has-sidebar) .entry-content blockquote.alignright,
.archive:not(.has-sidebar) .entry-content blockquote.alignright,
.page-two-column .entry-content blockquote.alignright,
.twentyseventeen-front-page .entry-content blockquote.alignright {
    margin-right: -20%;
  }
}
@media screen and (max-width: 48.875em) and (min-width: 48em) {
  .admin-bar .site-navigation-fixed.navigation-top,
.admin-bar .site-navigation-hidden.navigation-top {
    top: 46px;
  }
}
/*--------------------------------------------------------------
	content parts
--------------------------------------------------------------*/
/* article-item */
.page-archive .article {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .page-archive .article {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-archive .article-item {
  margin: 0 12px 20px;
  width: calc(90% + 28px);
  background: #fff;
}
@media only screen and (min-width: 576px) {
  .page-archive .article-item {
    margin: 0 12px 25px;
    width: calc(50% - 24px);
  }
}
@media only screen and (min-width: 992px) {
  .page-archive .article-item {
    margin: 0 12px 35px;
    width: calc(33.33333% - 24px);
  }
}
@media only screen and (min-width: 1200px) {
  .page-archive .article-item {
    margin: 0 15px 50px;
    width: calc(33.33333% - 30px);
  }
}
.page-archive .article-item__link {
  display: block;
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(77, 77, 77, 0.25);
  font-size: 16px;
  padding: 0 0 15px;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .page-archive .article-item__link {
    height: 100%;
  }
}
.page-archive .article-item__link:hover {
  opacity: 0.8;
}
.page-archive .article-item__image {
  padding-top: 61.3%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-archive .article-item__image img {
  display: none;
}
.page-archive .article-item__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-archive .article-item__description {
  padding: 15px 15px 0;
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (min-width: 1200px) {
  .page-archive .article-item__description {
    font-size: 18px;
  }
}

/* ==========================================================================
   Layout
   ========================================================================== */
/**
 * base
 */
body {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  color: black;
  min-width: 320px;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

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

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0.25em;
}

sup {
  top: -0.75em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

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

html {
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
}

blockquote, dl, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin-top: 0;
  margin-bottom: 0;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style-type: none;
}

dd {
  margin-left: 0;
}

figure {
  margin: 0;
}

address, cite, dfn, em, i, var {
  font-style: inherit;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: bottom;
}

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

svg {
  fill: currentcolor;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

th {
  text-align: inherit;
}

button, input, select, textarea {
  padding: 0.25em 0.375em;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-color: transparent;
  border: 1px solid WindowFrame;
}

[data-whatinput=mouse] button, [data-whatinput=mouse] select {
  outline: 0;
}

select {
  padding-right: 1em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

::-ms-expand {
  display: none;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

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

::-moz-selection {
  background: #455da8;
  color: #fff;
}

::selection {
  background: #455da8;
  color: #fff;
}

::-moz-selection {
  background: #455da8;
  color: #fff;
}

@supports (display: grid) {
  :focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px;
  }
}
#svgicon {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

main {
  position: relative;
  z-index: 1;
  /* .site-headerのレイヤー(z-index:10)を上に乗せるため */
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: 80px;
  }
}

/**
* font
*/
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/font/NotoSansCJKjp-Bold.woff") format("woff");
}
html {
  font-family: "Noto Sans CJK JP", sans-serif;
}

/**
* module
*/
.accent {
  color: #ce4242;
}

.accent_normal {
  font-weight: 700;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
* title
*/
.page-section__title {
  font-size: 25px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .page-section__title {
    font-size: 30px;
    padding-top: 0;
    margin-bottom: 40px;
  }
}

/* ==========================================================================
   Contents Base
   ========================================================================== */
/**
* .container
*/
.container__inner {
  padding-left: 5%;
  padding-right: 5%;
}

/* 下層ベース */
.page-container {
  padding: 25px 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-container {
    padding: 50px 0;
  }
}

.page-section__container--even .page-container::before, .page-section__container--odd:first-of-type .page-container::before, .page-section__container--odd .page-container::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -50px;
  height: 100px;
  width: 300%;
  background: #ce4242;
}
@media only screen and (min-width: 768px) {
  .page-section__container--even .page-container::before, .page-section__container--odd:first-of-type .page-container::before, .page-section__container--odd .page-container::before {
    height: 150px;
  }
}

.page-section__container--odd .page-topicpath + .page-container::before {
  background: #ce4242 url("../img/common/bg_page_topicpath.svg") no-repeat right top;
}

@media screen and (max-width: 960px) {
  .page-section__container--odd .page-container::before,
.page-section__container--odd:first-of-type .page-container::before,
.page-section__container--even .page-container::before {
    background: #ce4242;
  }

  .page-section__container--odd .page-topicpath + .page-container::before {
    background: #ce4242 url("../img/common/bg_page_topicpath_sp.svg") no-repeat right top;
    background-size: 33.5% 12px;
  }
}
.page-section__container--odd .page-container::before {
  right: 5%;
}

.page-section__container--odd:first-of-type .page-container::before {
  top: -60px;
}
@media only screen and (min-width: 1200px) {
  .page-section__container--odd:first-of-type .page-container::before {
    right: 15%;
  }
}

.page-section__container--even .page-container::before {
  left: 5%;
}

.page-section__container, .page-section__container--even, .page-section__container--odd {
  position: relative;
  padding: 0 0 30px;
  width: 100%;
  overflow: hidden;
}

.page-section__container--odd {
  padding-top: 20px;
}
@media only screen and (min-width: 576px) {
  .page-section__container--odd {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .page-section__container--odd {
    padding: 50px 0 0;
  }
}

.page-section__container--even {
  padding-top: 20px;
}
@media only screen and (min-width: 576px) {
  .page-section__container--even {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .page-section__container--even {
    padding: 50px 0 0;
  }
}

/* topicpath */
.page-topicpath {
  width: 90%;
  max-width: 1200px;
  padding: 1em 0;
  margin: 0 auto;
}
.page-topicpath + .page-container {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .page-topicpath + .page-container {
    padding: 1em 0;
  }
}

.page-topicpath__list {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .page-topicpath__list {
    width: 23%;
  }
}

.page-topicpath__item {
  font-size: 14px;
  color: #fff;
  display: inline;
}
.page-topicpath__item:not(:first-child)::before {
  content: ">";
  color: #f2d0d1;
  margin: 0 5px;
  font-weight: normal;
}
.page-topicpath__item:last-child {
  font-weight: 700;
}

.page-topicpath__item-link {
  color: #fff;
  cursor: pointer;
}
.page-topicpath__item-link:hover {
  text-decoration: underline;
}

/* page heading */
.page-heading {
  text-align: center;
}
.page-heading + .page-section__container--odd {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .page-heading {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.page-heading__title {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  padding: 25px 4% 0;
}
.page-heading__title:last-child {
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .page-heading__title {
    padding: 0 4%;
    font-size: 30px;
  }
  .page-heading__title:last-child {
    padding-bottom: 0;
  }
}

.page-heading__subtitle {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 4% 25px;
  font-family: roboto, sans-serif;
  font-style: normal;
  font-family: serif;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .page-heading__subtitle {
    padding: 5px 4% 0;
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .page-heading:first-child > .page-heading__title,
.page-heading:first-child > .page-heading__subtitle {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
/**
 * Conversion Area
 */
/* Conversionエリアで使ってるボタン */
.page-contents-button-wrap {
  text-align: center;
  margin-top: 40px;
}

.page-contents-button {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 30px;
  padding: 12px 13px 14px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(135deg, #ce4242 0%, #ce4242 33%, #8242b4 66%, #8242b4 100%);
  background-size: 100% auto;
  background-position: 0 0;
  display: inline-block;
  width: 100%;
  padding: 14px 20px 16px;
  border-radius: 70px;
  max-width: 480px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 0;
}
.page-contents-button:link {
  text-decoration: none;
}
.page-contents-button:visited {
  text-decoration: none;
}
.page-contents-button:hover {
  text-decoration: none;
}
.page-contents-button:active {
  text-decoration: none;
}
.page-contents-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #ce4242 inset;
}
@media only screen and (min-width: 768px) {
  .page-contents-button::before {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
}
.page-contents-button:hover {
  color: #ce4242;
}
.page-contents-button:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .page-contents-button:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* page-conversion */
.page-conversion {
  background: #313166;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .page-conversion {
    padding: 70px 0;
  }
}
.page-conversion p.page-conversion-text {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-conversion p.page-conversion-text {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 2;
  }
}
.page-conversion p.page-conversion-button {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .page-conversion p.page-conversion-button {
    width: 100%;
  }
}

/* page-conversion__small */
.page-conversion__small {
  padding: 20px 0;
  width: 100%;
  max-width: 792px;
  margin: 0 auto;
  border: 7px solid #dbcdb4;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .page-conversion__small {
    padding: 40px 0;
  }
}

.page-conversion__small-text {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  width: 90%;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 768px) {
  .page-conversion__small-text {
    width: 94%;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 2;
  }
}

.page-conversion__small-button {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .page-conversion__small-button {
    width: 100%;
  }
}

/**
 * #Footer
 */
/* footer-conversion */
.footer-conversion {
  background-color: #ce4242;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .footer-conversion {
    padding: 50px 20px;
  }
}

.footer-conversion__title {
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin: 10px 0 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 374px) {
  .footer-conversion__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-conversion__title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .footer-conversion__title-br {
    display: none;
  }
}

.footer-conversion__subtitle {
  font-size: 18px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 374px) {
  .footer-conversion__subtitle {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .footer-conversion__subtitle-br {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .footer-conversion__body {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .conversion-column__wrap {
    max-width: 1070px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.conversion-column {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  padding: 0 13px;
  margin: 40px auto 20px;
  max-width: 500px;
}
@media only screen and (min-width: 576px) {
  .conversion-column {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  .conversion-column {
    width: 47%;
  }
}

.conversion-column__inner {
  position: relative;
  top: -20px;
}
@media only screen and (min-width: 576px) {
  .conversion-column__inner {
    display: flex;
    align-items: center;
    max-width: 480px;
    margin: 0 auto;
  }
}

.conversion-column__text {
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .conversion-column__text {
    max-width: 295px;
    text-align: left;
    padding-top: 25px;
    padding-left: 15px;
    line-height: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .conversion-column__text {
    font-size: 17px;
  }
}

.conversion-column__image-wrap {
  height: 105px;
  position: relative;
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .conversion-column__image-wrap {
    height: 120px;
    width: 180px;
  }
}

.conversion-column__image {
  height: 105px;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .conversion-column__image {
    height: auto;
    max-height: 120px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.conversion-column__button {
  position: relative;
  padding-bottom: 15px;
  margin: -10px auto 0;
  max-width: 360px;
}
@media only screen and (min-width: 576px) {
  .conversion-column__button {
    padding-bottom: 30px;
  }
}

.conversion-column__button_link {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 20px;
  padding: 12px 13px 14px;
  font-size: 20px;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #ce4242;
  box-shadow: 0 0 0 2px #ce4242 inset;
  z-index: 0;
  box-shadow: none;
  font-size: 20px;
  padding: 14px 15px 16px;
  border-radius: 30px;
  color: #fff;
  display: block;
  background-color: #313166;
}
.conversion-column__button_link:link {
  text-decoration: none;
}
.conversion-column__button_link:visited {
  text-decoration: none;
}
.conversion-column__button_link:hover {
  text-decoration: none;
}
.conversion-column__button_link:active {
  text-decoration: none;
}
.conversion-column__button_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: #ce4242;
}
@media only screen and (min-width: 768px) {
  .conversion-column__button_link::before {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
}
.conversion-column__button_link:hover {
  color: #fff;
  background: transparent;
}
.conversion-column__button_link:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .conversion-column__button_link:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.conversion-column__button_link:hover {
  background-color: #313166;
}
.conversion-column__button_link:before {
  background-color: #455da8;
}

.site-footer {
  background: #fff;
}

/* .site-footer__nav */
.site-footer__nav {
  padding: 15px 4%;
  text-align: center;
}
.site-footer__nav .nav-footer {
  max-width: 750px;
}
@media only screen and (min-width: 768px) {
  .site-footer__nav {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__nav {
    padding: 20px 4% 0;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

.nav-footer-item {
  display: inline-block;
  font-size: 13px;
  margin: 5px 13px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .nav-footer-item {
    font-size: 14px;
    margin: 5px 20px 5px 0;
  }
}

.nav-footer-item__link:hover {
  text-decoration: underline;
}

.nav-footer-item__link[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 13px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20viewBox=%220%200%2013%2011%22%3E%3Cpath%20fill-rule=%22evenodd%22%20stroke=%22rgb(34,%2034,%2034)%22%20stroke-width=%221px%22%20stroke-linecap=%22butt%22%20stroke-linejoin=%22miter%22%20fill=%22none%22%20d=%22M0.500,2.000%20L10.500,2.000%20L10.500,9.031%20L0.500,9.031%20L0.500,2.000%20Z%22/%3E%3Cpath%20fill-rule=%22evenodd%22%20%20fill=%22rgb(34,%2034,%2034)%22%20d=%22M11.500,7.000%20L11.500,1.000%20L2.500,1.000%20L2.500,-0.000%20L11.500,-0.000%20L12.500,-0.000%20L12.500,1.000%20L12.500,7.000%20L11.500,7.000%20ZM10.500,4.000%20L0.500,4.000%20L0.500,2.000%20L10.500,2.000%20L10.500,4.000%20Z%22/%3E%20%20%20%3C/svg%3E");
}

.site-footer__tel {
  margin: 30px 4%;
}
@media only screen and (min-width: 992px) {
  .site-footer__tel {
    margin: 0 10px 30px;
  }
}

.site-footer__tel-heading {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .site-footer__tel-heading {
    text-align: center;
  }
}

.site-footer__tel-number {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
.site-footer__tel-number svg {
  fill: #ce4242;
  margin-right: 3px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.site-footer__tel-number a {
  line-height: 1;
}

.site-footer__tel-link {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .site-footer__tel-link {
    text-align: center;
  }
}
.site-footer__tel-link a {
  display: inline-block;
  text-decoration: underline;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .site-footer__tel-link a:hover {
    text-decoration: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .site-footer__tel {
    margin: 30px 0;
    display: flex;
    align-items: center;
  }

  .site-footer__tel-heading {
    margin: 0 1em 0 0;
  }

  .site-footer__tel-number {
    margin: 0 1em 0 0;
  }
}
.site-footer__footer-nav-list-item {
  margin: 0 20px;
}

.site-footer__subnav {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .site-footer__subnav {
    margin-bottom: 20px;
  }
}

.site-footer-link-wrap {
  display: flex;
}

.site-footer-link__button--ebistar {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 20px;
  padding: 12px 13px 14px;
  font-size: 20px;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #ce4242;
  box-shadow: 0 0 0 2px #ce4242 inset;
  display: block;
  position: relative;
  font-size: 13px;
  padding: 4px 0.5em 6px;
  border-radius: 30px;
  z-index: 0;
}
.site-footer-link__button--ebistar:link {
  text-decoration: none;
}
.site-footer-link__button--ebistar:visited {
  text-decoration: none;
}
.site-footer-link__button--ebistar:hover {
  text-decoration: none;
}
.site-footer-link__button--ebistar:active {
  text-decoration: none;
}
.site-footer-link__button--ebistar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: #ce4242;
}
@media only screen and (min-width: 768px) {
  .site-footer-link__button--ebistar::before {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
}
.site-footer-link__button--ebistar:hover {
  color: #fff;
  background: transparent;
}
.site-footer-link__button--ebistar:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .site-footer-link__button--ebistar:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media only screen and (min-width: 768px) {
  .site-footer-link__button--ebistar {
    padding: 11px 55px 13px 55px;
    font-size: 16px;
  }
}

.site-footer-link__button--contact {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 20px;
  padding: 12px 13px 14px;
  font-size: 20px;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #ce4242;
  box-shadow: 0 0 0 2px #ce4242 inset;
  display: block;
  position: relative;
  font-size: 13px;
  color: #fff;
  background: #ce4242;
  padding: 4px 1em 6px;
  border-radius: 30px;
  z-index: 0;
  margin-left: 0.5em;
}
.site-footer-link__button--contact:link {
  text-decoration: none;
}
.site-footer-link__button--contact:visited {
  text-decoration: none;
}
.site-footer-link__button--contact:hover {
  text-decoration: none;
}
.site-footer-link__button--contact:active {
  text-decoration: none;
}
.site-footer-link__button--contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: #ce4242;
}
@media only screen and (min-width: 768px) {
  .site-footer-link__button--contact::before {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
}
.site-footer-link__button--contact:hover {
  color: #fff;
  background: transparent;
}
.site-footer-link__button--contact:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .site-footer-link__button--contact:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.site-footer-link__button--contact:hover {
  color: #ce4242;
}
.site-footer-link__button--contact::before {
  background: #fff;
  border: 2px solid #ce4242;
}
@media only screen and (min-width: 768px) {
  .site-footer-link__button--contact {
    padding: 11px 55px 13px 55px;
    font-size: 16px;
  }
}

.footer-mailmagazine__form-wrap {
  background: #f4f4f4;
  height: 125px;
}
@media only screen and (min-width: 537px) {
  .footer-mailmagazine__form-wrap {
    height: 60px;
  }
}

.footer-mailmagazine__form {
  width: 100%;
  height: 125px !important;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (min-width: 537px) {
  .footer-mailmagazine__form {
    width: 92%;
    height: 60px !important;
    max-width: 530px;
    margin: 0 auto 0 calc(4% - 5px);
  }
}
@media only screen and (min-width: 1200px) {
  .footer-mailmagazine__form {
    max-width: 1200px;
    margin: 11px auto;
  }
}

.site-footer__footer-nav {
  width: 92%;
  margin: 15px auto;
  text-align: center;
}

/* .site-footer */
.site-footer-logo__img {
  color: #ce4242;
  width: 100px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .site-footer-logo__img {
    width: 110px;
    height: 22px;
  }
}

.siteFooter__colophon {
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  padding-bottom: 30px;
}

/* fixed banner */
.fixed-bottom-banner {
  position: fixed;
  z-index: 5;
  width: 100%;
  max-width: 360px;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s ease;
  opacity: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .fixed-bottom-banner {
    max-width: 350px;
    left: auto;
    right: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
}

.fixed-bottom-banner.is-display {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .fixed-bottom-banner.is-display {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.is-fixed-banner {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .is-fixed-banner {
    padding-bottom: 10px;
  }
}

.fixed-bottom-banner__inner {
  display: inline-block;
  width: 92%;
  max-width: 330px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .fixed-bottom-banner__inner {
    max-width: 320px;
  }
}

.fixed-bottom-banner__link {
  display: inline-block;
}

.fixed-bottom-banner__image, .fixed-bottom-banner__image--pc, .fixed-bottom-banner__image--sp {
  border-radius: 10px;
  box-shadow: 0 3px 7px 0 rgba(91, 10, 13, 0.35);
  display: inline-block;
  transition: all 0.3s ease;
}
.fixed-bottom-banner__link:hover .fixed-bottom-banner__image, .fixed-bottom-banner__link:hover .fixed-bottom-banner__image--pc, .fixed-bottom-banner__link:hover .fixed-bottom-banner__image--sp {
  box-shadow: 0 3px 2px 0 rgba(91, 10, 13, 0.35);
}
.fixed-bottom-banner__image--sp {
  border: 3px solid #ce4242;
}
@media only screen and (min-width: 768px) {
  .fixed-bottom-banner__image--sp {
    display: none;
  }
}
.fixed-bottom-banner__image--pc {
  border: 5px solid #ce4242;
  background: #ce4242;
  display: none;
}
@media only screen and (min-width: 768px) {
  .fixed-bottom-banner__image--pc {
    display: block;
  }
}

.fixed-bottom-banner___button--close {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: absolute;
  right: -12px;
  top: -14px;
}
.fixed-bottom-banner___button--close:link {
  text-decoration: none;
}
.fixed-bottom-banner___button--close:visited {
  text-decoration: none;
}
.fixed-bottom-banner___button--close:hover {
  text-decoration: none;
}
.fixed-bottom-banner___button--close:active {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .fixed-bottom-banner___button--close {
    top: -18px;
  }
}

.fixed-bottom-banner___button--close_link {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #313166;
  border-radius: 2rem;
  display: block;
  color: #fff;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.fixed-bottom-banner___button--close_link:link {
  text-decoration: none;
}
.fixed-bottom-banner___button--close_link:visited {
  text-decoration: none;
}
.fixed-bottom-banner___button--close_link:hover {
  text-decoration: none;
}
.fixed-bottom-banner___button--close_link:active {
  text-decoration: none;
}
.fixed-bottom-banner___button--close_link:hover {
  background: #455da8;
}
@media only screen and (min-width: 768px) {
  .fixed-bottom-banner___button--close_link {
    width: 4.2rem;
    height: 4.2rem;
    line-height: 4.2rem;
    font-size: 2.1rem;
    border-radius: 3rem;
  }
}

/**
 * #Header
 */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
}

.site-header__inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1230px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .site-header__inner {
    height: 80px;
  }
}

.site-header-logo {
  display: flex;
  align-items: center;
  margin-right: auto;
  z-index: 11;
}

.site-header-logo__img {
  color: #ce4242;
  width: 100px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .site-header-logo__img {
    width: 152px;
    height: 32px;
  }
}

.site-header-menu__wrap {
  position: relative;
}

.site-header-menu__button {
  color: #ce4242;
  border: 0 none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  box-sizing: content-box;
  border: 0;
  outline: 0;
}
.site-header-menu__button--close {
  color: #ce4242;
  border: 0 none;
  position: absolute;
  top: 10px;
  right: 15px;
  box-sizing: content-box;
  border: 0;
  outline: 0;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .site-header-menu__button--close {
    top: 23px;
  }
}

/**
 * navigation
 */
.nav-global-item {
  font-size: 14px;
}

.nav-global-item__link {
  display: block;
  padding: 12px 0;
  font-weight: 700;
}
.nav-global-contact-item {
  font-size: 14px;
}

.nav-global-item__button, .nav-global-item__button--primary, .nav-global-item__button--default {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 20px;
  padding: 12px 13px 14px;
  font-size: 20px;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #ce4242;
  box-shadow: 0 0 0 2px #ce4242 inset;
  display: block;
  width: 100%;
  line-height: 1.2;
  padding: 8px 10px;
  border: none;
}
.nav-global-item__button:link, .nav-global-item__button--primary:link, .nav-global-item__button--default:link {
  text-decoration: none;
}
.nav-global-item__button:visited, .nav-global-item__button--primary:visited, .nav-global-item__button--default:visited {
  text-decoration: none;
}
.nav-global-item__button:hover, .nav-global-item__button--primary:hover, .nav-global-item__button--default:hover {
  text-decoration: none;
}
.nav-global-item__button:active, .nav-global-item__button--primary:active, .nav-global-item__button--default:active {
  text-decoration: none;
}
.nav-global-item__button::before, .nav-global-item__button--primary::before, .nav-global-item__button--default::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: #ce4242;
}
@media only screen and (min-width: 768px) {
  .nav-global-item__button::before, .nav-global-item__button--primary::before, .nav-global-item__button--default::before {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
}
.nav-global-item__button:hover, .nav-global-item__button--primary:hover, .nav-global-item__button--default:hover {
  color: #fff;
  background: transparent;
}
.nav-global-item__button:hover::before, .nav-global-item__button--primary:hover::before, .nav-global-item__button--default:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .nav-global-item__button:hover::before, .nav-global-item__button--primary:hover::before, .nav-global-item__button--default:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media only screen and (min-width: 768px) {
  .nav-global-item__button, .nav-global-item__button--primary, .nav-global-item__button--default {
    padding: 12px 10px;
  }
}
.nav-global-item__button--default {
  font-size: 14px;
  color: #ce4242;
}
.nav-global-item__button--primary {
  font-size: 14px;
  color: #fff;
  box-shadow: none;
  z-index: 0;
  background: #ce4242;
}
.nav-global-item__button--primary:hover {
  background: #ce4242;
  color: #ce4242;
}
.nav-global-item__button--primary::before {
  background: #fff;
  border: 2px solid #ce4242;
}

.nav-global-item-icon__tel,
.nav-global-item-icon__file,
.nav-global-item-icon__mail {
  display: none;
}

.nav-global-item-tel__text--strong {
  font-family: roboto, sans-serif;
  font-style: normal;
}

.nav-global-item-tel__label {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 20px;
  padding: 12px 13px 14px;
  font-size: 20px;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #ce4242;
  box-shadow: 0 0 0 2px #ce4242 inset;
  color: #fff;
  z-index: 0;
  background: #ce4242;
}
.nav-global-item-tel__label:link {
  text-decoration: none;
}
.nav-global-item-tel__label:visited {
  text-decoration: none;
}
.nav-global-item-tel__label:hover {
  text-decoration: none;
}
.nav-global-item-tel__label:active {
  text-decoration: none;
}
.nav-global-item-tel__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: #ce4242;
}
@media only screen and (min-width: 768px) {
  .nav-global-item-tel__label::before {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
}
.nav-global-item-tel__label:hover {
  color: #fff;
  background: transparent;
}
.nav-global-item-tel__label:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .nav-global-item-tel__label:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.nav-global-item-tel__label:hover {
  background: #ce4242;
  color: #ce4242;
}
.nav-global-item-tel__label::before {
  background: #fff;
  border: 2px solid #ce4242;
}

.nav-global-item-tel__text--tel {
  line-height: 1.2;
  text-align: center;
}

.nav-global-item-tel__text--small {
  font-size: 12px;
  font-weight: 700;
}

.nav-global-item-tel__link--small {
  display: block;
  max-width: 170px;
  border-top: 1px solid #ce4242;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  padding-top: 13px;
  margin: 10px auto 0;
}
.nav-global-item-tel__link--small:hover {
  text-decoration: none;
}

.nav-global-item-tel__text--strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  padding: 1px 3px;
}

.is-function {
  position: relative;
  transition: 0.4s all ease 0.4s;
}
.is-function:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: calc(50% - 7px);
  z-index: 13;
  border-bottom: 15px solid #a49f9f;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease;
}
@media only screen and (min-width: 992px) {
  .is-function:after {
    bottom: -6px;
    transition: 0.2s all ease 0.2s;
  }
}
@media only screen and (min-width: 992px) {
  .is-function:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    transition: 0.2s all ease;
  }
}
.is-function .nav-global-item__link:after {
  content: "";
  display: inline-block;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 6px solid #a49f9f;
  margin-left: 5px;
  position: relative;
  top: -0.2em;
}
.is-function ul {
  visibility: hidden;
  position: absolute;
  top: 46px;
  left: 0;
  margin: 15px 0;
  width: 82.6666666667vw;
  max-width: 600px;
  border-radius: 5px;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.35);
  z-index: 12;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  background: #a49f9f;
  transition: 0.4s all ease;
  padding: 10px;
}
.is-function ul li {
  position: relative;
  z-index: 13;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.is-function ul li:last-child {
  margin-bottom: 0;
}
.is-function ul li a {
  display: inline-block;
  width: 100%;
  padding: 16px 10px 16px 27px;
  text-indent: -17px;
}
.is-function ul li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background: #ce4242;
  position: relative;
  top: 0.1em;
  margin-right: 5px;
}
.is-function.is-open {
  transition: 0.4s all ease;
}
.is-function.is-open:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  transition: 0.4s all ease 0.4s;
}
.is-function.is-open ul {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: 0.4s all ease 0.4s;
}
@media only screen and (min-width: 992px) {
  .is-function ul {
    position: fixed;
    top: 66px;
    left: 50%;
    width: 96vw;
    max-width: 1000px;
    margin: 0;
    transition: 0.2s all ease 0.2s;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 20px 0;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
  .is-function ul li {
    width: calc((100% - 20px) / 2);
    font-size: 14px;
    margin-bottom: 20px;
  }
  .is-function ul li:last-child {
    margin-bottom: 20px;
  }
  .is-function ul li a {
    width: 100%;
    padding: 16px 15px 16px 32px;
  }
  .is-function ul li a:before {
    width: 14px;
    height: 14px;
    top: 0.15em;
  }
  .is-function ul li:hover a {
    opacity: 0.7;
  }
  .is-function:hover ul {
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    transition: 0.2s all ease;
  }
}

@media only screen and (max-width: 991px) {
  .is-function > a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 991px) {
  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10;
    outline: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-duration: 0.25s;
    transition: visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav-global-regular,
.nav-global-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 86%;
    max-width: 600px;
  }

  .nav-global-contact {
    margin: 30px auto 0;
  }

  /* nav-global内 JS制御用 */
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .nav-global-contact {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-global-contact-item {
    width: 100%;
    max-width: 245px;
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-global-item {
    width: 46%;
    max-width: 312px;
    text-align: center;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .nav-global-item__link {
    border-bottom: 1px solid #e2baba;
  }
}
@media only screen and (max-width: 991px) {
  .nav-global-item-tel {
    width: 100%;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 991px) {
  .nav-global-item-tel__label {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .nav-global-item__button--default,
.nav-global-item__button--primary {
    padding: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .is-menu__open {
    width: calc(100% - 15px);
  }
}
@media only screen and (max-width: 991px) {
  .is-menu__open .site-nav {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: calc(100% - 15px);
    padding-top: 55px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .is-menu__open .site-nav {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .nav-global-contact-item {
    width: 47%;
  }
}
@media only screen and (min-width: 992px) {
  .nav-global__wrap {
    display: flex;
  }

  .nav-global-regular {
    display: flex;
    align-items: center;
  }

  .nav-global-contact {
    display: flex;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .site-header-menu__button--close {
    display: none;
  }

  .nav-global-item {
    margin: 0 5px;
  }

  .nav-global-item__link {
    padding: 10px 8px;
  }

  .nav-global-item-tel {
    margin: 0 5px;
  }

  .nav-global-item-tel {
    display: block;
  }

  .nav-global-item-icon__tel {
    display: block;
    margin: 0 auto;
  }

  .nav-global-item-icon__tel {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -10px;
    width: 20px;
    height: 24px;
  }

  .nav-global-item-tel__label {
    display: block;
    cursor: pointer;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    padding: 0;
    position: relative;
  }

  .nav-global-item-tel__text--tel {
    width: 230px;
    position: absolute;
    right: -0.5rem;
    top: 56px;
    padding: 16px 20px 20px;
    background: #fff;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition-duration: 0.2s;
    transition: visibility 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0.1s cubic-bezier(0.4, 0, 0.2, 1), transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0.1s cubic-bezier(0.4, 0, 0.2, 1), transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav-global-item-tel__text--tel::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg);
    transform: rotate(45deg) skew(20deg, 20deg);
    position: absolute;
    top: -7px;
    right: 25px;
    box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.35);
  }

  .nav-global-item-tel__text--tel::after {
    content: "";
    display: block;
    width: 45px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 0;
    border-radius: 0 30px 0 0;
  }

  .nav-global-item-tel__text--small,
.nav-global-item-tel__text--strong {
    position: relative;
    z-index: 1;
    transition: none;
  }

  .nav-global-item-tel__link--small {
    display: block;
    border-top: 1px solid #ce4242;
    position: relative;
    z-index: 1;
    transition: none;
  }

  .baloon__open {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-global-item__button--default,
.nav-global-item__button--primary,
.nav-global-item__button--primary:hover {
    background: none;
    box-shadow: none;
  }

  .nav-global-item__button-label {
    display: none;
  }

  .nav-global-item,
.nav-global-contact-item {
    margin: 0 5px;
  }

  .nav-global-contact-item a::before {
    display: none;
  }

  .nav-global-item-icon__file,
.nav-global-item-icon__mail {
    display: block;
  }

  .nav-global-item__button--default:hover,
.nav-global-item__button--primary:hover {
    transition: all 0.3s ease;
    opacity: 0.7;
  }

  .nav-global-item-icon__file {
    width: 20px;
    height: 25px;
  }

  .nav-global-item-icon__mail {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-global-item-tel,
.nav-global-item-tel__text--tel {
    display: block;
  }

  .nav-global-item-tel__text--small {
    font-size: 12px;
    line-height: 1.2;
    display: block;
  }

  .nav-global-item-tel__text--strong {
    font-size: 24px;
    line-height: 1.2;
    display: block;
  }

  .nav-global-contact {
    margin-left: 5px;
  }

  .nav-global-contact-item {
    margin: 0 5px;
  }

  .nav-global-item__button--default,
.nav-global-item__button--primary {
    padding: 9px 15px 11px;
    min-width: 140px;
  }

  .nav-global-item-tel {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .is-big.fixed-bottom-banner {
    max-width: 490px;
  }
  .is-big .fixed-bottom-banner__inner {
    max-width: 460px;
    width: 100%;
  }
}
.category_industry {
  background-color: #F0DCDC;
}

.category_task {
  background-color: #EDE6D9;
}

.category_business {
  background-color: #DCE0EF;
}

.category_default {
  background-color: #455da8;
}
/*# sourceMappingURL=style_base.css.map */
