@charset "UTF-8";
@-webkit-keyframes marquee {
  0% {
    transform: translate(0%);
  }
  99%,
  to {
    transform: translate(-100%);
  }
}
@keyframes marquee {
  0% {
    transform: translate(0%);
  }
  99%,
  to {
    transform: translate(-100%);
  }
}
@-webkit-keyframes blink {
  0% {
    color: transparent;
  }
  to {
    color: var(--color_news_font);
  }
}
@keyframes blink {
  0% {
    color: transparent;
  }
  to {
    color: var(--color_news_font);
  }
}
@-webkit-keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
iframe,
img {
  margin: 0;
  font: inherit;
  vertical-align: bottom;
}
h1,
p {
  font: inherit;
  vertical-align: baseline;
}
iframe,
img,
p {
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
}
.sentence-wrap,
body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
body {
  font-family: var(--font_family);
  background-color: var(--color_base);
  color: var(--color_font);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  letter-spacing: 1px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
}
body.ie {
  font-family: "メイリオ", "Meiryo", sans-serif;
}
a {
  text-decoration: none;
  color: var(--color_link);
}
a,
a:hover {
  transition: all 0.3s;
}
.sentence-wrap {
  white-space: pre-wrap;
  word-break: break-all;
}
#loading {
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading > svg {
  width: 70px;
  height: 70px;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.aligncenter,
p {
  display: block;
  margin: 1em 0;
}
.header-menu__nav > ul.items > li > a,
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.aligncenter {
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
img[class*="attachment-"],
img[class*="wp-image-"] {
  height: auto;
  max-width: 100%;
}
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
div.menu {
  display: none;
}
.l-container {
  padding: 0 32px;
}
@media screen and (max-width: 959px) {
  .l-container {
    padding: 0 4vw;
  }
}
.l-content {
  /* display: flex; */
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .l-content {
    display: block;
  }
}
.l-content .l-main {
/*  width: calc(100% - 368px);*/
/*  margin-right: 48px;*/
  margin: 0px 59px;
  padding: 40px 14.5%;
}
@media screen and (max-width: 959px) {
  .l-content .l-main {
    width: 100%;
    /* margin-right: 0;
    margin-bottom: 56px; */
    margin: 0px 0px 56px 0px;
    padding: 0px;
  }
}
.l-content .l-sidebar {
  width: 0px;
}
@media screen and (max-width: 959px) {
  .l-content .l-sidebar {
    width: 100%;
  }
}
.l-main._page {
  width: calc(100% - 96px);
  margin: 0 auto 64px;
}
@media screen and (max-width: 559px) {
  .l-main._page {
    width: calc(100% - 4vw);
  }
}
.l-main._page .post-innerContent,
.l-main._page._about {
  margin-bottom: 0;
}
.wpf-post .post-innerContent p {
  font-size: 1.5rem;
  margin: 8px 0;
  line-height: 1.8;
}
@media screen and (max-width: 559px) {
  .wpf-post .post-innerContent p {
    line-height: 2;
  }
}
.sharebtn-container.__Btm > ul.share-btn > li > a > span,
.sharebtn-container.__Top > ul.share-btn > li > a > span,
.wpf-post .post-innerContent p.has-small-font-size {
  font-size: 1.2rem;
}
.wpf-post .post-innerContent p.has-normal-font-size {
  font-size: 1.6rem;
}
.wpf-post .post-innerContent p.has-medium-font-size {
  font-size: 2.4rem;
  font-weight: 700;
}
.wpf-post .post-innerContent p.has-large-font-size {
  font-size: 3.2rem;
  font-weight: 700;
}
.wpf-post .post-innerContent p.has-huge-font-size {
  font-size: 4rem;
  font-weight: 700;
}
.wpf-post .post-innerContent hr.wp-block-separator {
  margin: 32px auto;
  width: 30%;
}
.wpf-post .post-innerContent .wp-block-embed-vimeo iframe,
.wpf-post .post-innerContent hr.wp-block-separator.is-style-wide {
  width: 100%;
}
.wpf-post .post-innerContent > ol,
.wpf-post .post-innerContent > ul {
  margin: 32px 0;
  padding: 8px;
  border: 1px solid var(--color_font_7);
  border-radius: 2px;
}
.wpf-post .post-innerContent ol,
.wpf-post .post-innerContent ul {
  padding-left: 32px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.wpf-post .post-innerContent ol > li {
  list-style: decimal;
}
.wpf-post .post-innerContent ul > li {
  list-style: circle;
  margin: 0;
}
.wpf-post .post-innerContent pre.wp-block-verse {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
  padding: 16px;
  background-color: var(--color_accent_1);
  margin: 16px 0;
}
.wpf-post .post-innerContent figure.wp-block-table {
  width: 98%;
  margin: 32px auto;
}
.wpf-post .post-innerContent figure.wp-block-table > table > thead > tr > th {
  border: 1px solid var(--color_font_7);
  border-bottom: 2px solid var(--color_font_7);
  padding: 8px;
  font-size: 1.6rem;
  font-weight: 700;
}
.wpf-post .post-innerContent figure.wp-block-table > table > tbody > tr > td {
  border: 1px solid var(--color_font_7);
  padding: 8px;
  font-size: 1.4rem;
}
.wpf-post .post-innerContent figure.wp-block-table > table > tfoot > tr > td {
  border: 1px solid var(--color_font_7);
  border-top: 2px solid var(--color_font_7);
  padding: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.wpf-post
  .post-innerContent
  figure.wp-block-table.is-style-stripes
  > table
  > tbody
  > tr
  > td,
.wpf-post
  .post-innerContent
  figure.wp-block-table.is-style-stripes
  > table
  > tfoot
  > tr
  > td,
.wpf-post
  .post-innerContent
  figure.wp-block-table.is-style-stripes
  > table
  > thead
  > tr
  > th,
.wpf-post .post-innerContent ul.wp-block-social-links,
h1 {
  border: 0;
}
.wpf-post .post-innerContent .wp-block-embed-vimeo figcaption,
.wpf-post .post-innerContent .wp-block-image figcaption,
.wpf-post .post-innerContent figure.wp-block-audio > figcaption,
.wpf-post .post-innerContent figure.wp-block-table figcaption {
  text-align: center;
  margin: 8px 0 0;
  font-size: 1.2rem;
  color: var(--color_font_7);
}
.wpf-post .post-innerContent blockquote.wp-block-quote {
  margin: 32px 0;
  padding: 24px;
  background-color: var(--color_main_1);
  position: relative;
  font-style: italic;
}
.wpf-post .post-innerContent blockquote.wp-block-quote.is-style-large > p {
  font-size: 2rem;
}
.wpf-post .post-innerContent blockquote.wp-block-quote::after,
.wpf-post .post-innerContent blockquote.wp-block-quote::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.wpf-post .post-innerContent blockquote.wp-block-quote::before {
  content: "\f10d";
  top: 8px;
  left: 8px;
}
.wpf-post .post-innerContent blockquote.wp-block-quote::after {
  content: "\f10e";
  bottom: 8px;
  right: 8px;
}
.wpf-post .post-innerContent blockquote.wp-block-quote > cite,
.wpf-post .post-innerContent figure.wp-block-pullquote > blockquote > cite,
.wpf-post .post-sort {
  font-size: 1.2rem;
  color: var(--color_font_7);
}
.wpf-post .post-innerContent .wp-block-image,
.wpf-post .post-innerContent div.wp-block-button,
.wpf-post .post-innerContent div.wp-block-calendar,
.wpf-post .post-innerContent figure.wp-block-audio {
  margin: 32px 0;
}
.wpf-post .post-innerContent div.wp-block-button.alignleft,
.wpf-post .post-innerContent figure.wp-block-audio.alignleft {
  margin-right: 8px;
}
.wpf-post .post-innerContent div.wp-block-button.alignright,
.wpf-post .post-innerContent figure.wp-block-audio.alignright {
  margin-left: 8px;
}
.wpf-post .post-innerContent ul.wp-block-social-links > li.wp-social-link {
  margin: 0 8px;
}
.wpf-post .post-innerContent div.wp-block-button > a.wp-block-button__link {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 16px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
}
.wpf-post
  .post-innerContent
  div.wp-block-button
  > a.wp-block-button__link:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
.wpf-post .post-innerContent figure.wp-block-pullquote {
  margin: 32px 0;
  padding: 32px;
  border-top: 2px solid var(--color_accent);
  border-bottom: 2px solid var(--color_accent);
}
.wpf-post .post-innerContent figure.wp-block-pullquote > blockquote {
  font-style: italic;
  margin: 0 32px;
}
.wpf-post .post-innerContent figure.wp-block-pullquote > blockquote > p {
  font-size: 1.8rem;
}
.newsbar > p,
.wpf-post .post-innerContent figure.wp-block-pullquote.alignfull > blockquote,
.wpf-post .post-innerContent figure.wp-block-pullquote.alignwide > blockquote {
  margin: 0;
}
.wpf-post .post-innerContent figure.wp-block-pullquote.alignfull {
  padding: 32px 0;
}
.wpf-post .post-innerContent figure.wp-block-pullquote.alignleft {
  margin-right: 8px;
}
.section-duo .textContainer-link > i,
.wpf-post .post-innerContent figure.wp-block-pullquote.alignright {
  /* margin-left: 8px; */
  width:50%;
  height:40vh;
}
.wpf-post .post-innerContent .wp-block-image.alignwide {
  margin-right: -16px;
  margin-left: -16px;
}
.wpf-post .post-innerContent .wp-block-column .wp-block-image {
  margin: 16px 0 8px;
}
.wpf-post .post-innerContent .wp-block-gallery {
  margin: 24px 0;
}
.wpf-post .post-innerContent .wp-block-gallery ul.blocks-gallery-grid {
  padding: 0;
}
.wpf-post
  .post-innerContent
  .wp-block-gallery
  ul.blocks-gallery-grid
  li.blocks-gallery-item {
  margin: 4px;
  box-sizing: border-box;
}
.wpf-post
  .post-innerContent
  .wp-block-gallery
  ul.blocks-gallery-grid
  li.blocks-gallery-item
  figcaption {
  box-sizing: border-box;
}
.wpf-post .post-innerContent .wp-block-embed-vimeo {
  margin: 32px 0;
}
.wpf-post._page figure.wp-block-image.alignfull {
  margin: 32px calc(50% - 50vw);
}
#loading,
.wpf-post._page figure.wp-block-image.alignfull > img {
  width: 100vw;
}
.wpf-post .post-sort {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
  font-size: 1.3rem;
}
.wpf-post .post-category {
  padding: 2px 8px;
  background-color: var(--color_main);
  color: var(--color_base);
}
.wpf-post .post-category::before {
  content: "\f07b";
}
.wpf-post .post-category:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
.wpf-post .post-category::before,
.wpf-post .post-date::before {
  font-family: "Font Awesome 5 Free";
  margin-right: 4px;
}
.wpf-post .post-date.__published {
  margin-right: 8px;
}
.wpf-post .post-date.__published::before {
  content: "\f017";
}
.wpf-post .post-date.__modified::before {
  content: "\f1da";
  font-weight: 900;
}
.wpf-post .post-thumbnail {
  margin-bottom: 16px;
}
.wpf-post .post-thumbnail__img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
.wpf-post .post-innerContent {
  margin: 64px 0;
  padding: 0 16px;
}
.wpf-post .post-tags {
  margin-bottom: 12px;
}
.wpf-post .post-tags > a.tag-link {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 900;
  margin-right: 8px;
  margin-bottom: 4px;
  color: var(--color_main);
}
.wpf-post .post-tags > a.tag-link::before {
  content: "\f292";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.wpf-post section.categolizedPosts h2.categolizedTitle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
  display: inline-block;
  padding: 0 16px 2px;
  border-bottom: 1px solid var(--color_main);
}
.wpf-post section.categolizedPosts ul.categolized_posts {
  margin-bottom: 56px;
  display: flex;
  margin-right: -32px;
}
@media screen and (max-width: 959px) {
  .wpf-post section.categolizedPosts ul.categolized_posts {
    margin-right: -4vw;
  }
}
@media screen and (max-width: 559px) {
  .wpf-post section.categolizedPosts ul.categolized_posts {
    display: block;
    margin-right: 0;
  }
}
.wpf-post section.categolizedPosts ul.categolized_posts > li {
  width: calc(100% / 3 - 32px);
  margin-right: 32px;
}
@media screen and (max-width: 959px) {
  .wpf-post section.categolizedPosts ul.categolized_posts > li {
    width: calc(100% / 3 - 4vw);
    margin-right: 4vw;
  }
}
@media screen and (max-width: 559px) {
  .wpf-post section.categolizedPosts ul.categolized_posts > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.wpf-post section.categolizedPosts ul.categolized_posts > li > a {
  display: inline-block;
  width: 100%;
}
.wpf-post
  section.categolizedPosts
  ul.categolized_posts
  > li
  > a
  > figure.thumbnail-container {
  width: 100%;
  height: 0;
  padding-bottom: calc(100% / 5 * 3);
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
}
.widget_recent_entries > ul > li > a > figure.thumbnail-container::before,
.wpf-post
  section.categolizedPosts
  ul.categolized_posts
  > li
  > a
  > figure.thumbnail-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.2s;
}
.widget_recent_entries > ul > li > a > figure.thumbnail-container > img,
.wpf-post
  section.categolizedPosts
  ul.categolized_posts
  > li
  > a
  > figure.thumbnail-container
  > img.thumbnail-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s;
}
.wpf-post section.categolizedPosts ul.categolized_posts > li > a p {
  font-size: 1.3rem;
  margin: 0;
  color: var(--color_font);
}
.widget_recent_entries > ul > li > a:hover figure::before,
.wpf-post
  section.categolizedPosts
  ul.categolized_posts
  > li
  > a:hover
  figure::before {
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}
.widget_recent_entries > ul > li > a:hover img,
.wpf-post section.categolizedPosts ul.categolized_posts > li > a:hover img {
  transform: scale(1.06);
  transition: all 0.2s;
}
.wpf-post section.categolizedPosts ul.categolized_posts > li > a:hover p {
  color: var(--color_font_7);
}
.nothingPage .negative-margin {
  margin-right: 32px;
}
@media screen and (max-width: 959px) {
  .nothingPage .negative-margin {
    margin-right: 4vw;
  }
}
.nothingPage-img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 32px;
}
.nothingPage-text {
  margin: 0 0 32px;
}
.__yoko2 .nothingPage .negative-margin {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .__yoko2 .nothingPage .negative-margin {
    margin-right: 0;
  }
}
.headerTop {
  background-color: var(--color_header_top_bg);
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  line-height: 24px;
}
@media screen and (max-width: 559px) {
  .headerTop {
    display: none;
  }
}
.headerTop-phrase {
  margin: 0;
  color: var(--color_header_top_font);
}
.headerTop-sns {
  display: flex;
}
.headerTop-sns > li {
  margin: 0 4px;
}
.headerTop-sns > li > a {
  color: var(--color_header_top_font);
  display: inline-block;
  padding: 0 4px;
}
.headerTop-sns > li > a:hover {
  opacity: 0.7;
}
.header-contents {
  display: block;
}
@media screen and (max-width: 959px) {
  .header-contents {
    display: flex;
    align-items: center;
  }
}
.header-contents > ._left {
  margin-right: auto;
}
#header,
.header-menu__nav > ul.items {
  background-color: var(--color_header_bg);
}
li.mainmenu-item > a,
ul.items li.mainmenu-item_sp a {
  color: var(--color_header_font);
  font-size: 1.4rem;
  display: inline-block;
}
li.mainmenu-item > a {
  white-space: nowrap;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.header-logo {
  padding: 12px 0;
}
.header-logo._center {
  text-align: center;
  color: var(--color_header_font);
  background-color: var(--color_header_bg);
}
@media screen and (max-width: 959px) {
  .header-logo._center {
    display: none;
  }
}
.header-logo._center .header-logo__link {
  color: var(--color_header_font);
  display: inline-block;
  max-height: 80px;
}
.header-logo._center .header-logo__link-img {
  max-height: 80px;
  object-fit: contain;
}
.header-logo._center .header-logo__link-text {
  font-size: 3.2vw;
  font-weight: 700;
}
.header-logo._left {
  display: none;
}
@media screen and (max-width: 959px) {
  .header-logo._left {
    display: block;
  }
}
.header-logo._left .header-logo__link {
  color: var(--color_header_font);
  display: inline-block;
  max-height: 48px;
}
@media screen and (max-width: 559px) {
  .header-logo._left .header-logo__link {
    max-height: 32px;
  }
}
.header-logo._left .header-logo__link-img {
  max-height: 48px;
  object-fit: contain;
}
@media screen and (max-width: 559px) {
  .header-logo._left .header-logo__link-img {
    max-height: 32px;
  }
}
.header-logo._left .header-logo__link-text {
  font-size: 2.4vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .header-logo._left .header-logo__link-text {
    font-size: 1.8rem;
  }
}
.header-menu._pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .header-menu._pc {
    display: none;
  }
}
.header-menu._pc > ul.items {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
}
.header-menu._pc > ul.items > li {
  height: 100%;
}
.header-menu._pc > ul.items > li:hover a {
  background-color: var(--color_main);
  color: var(--color_base);
}
.header-menu._pc > ul.items > li > a {
  color: var(--color_header_font);
  height: 100%;
  padding: 0 16px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-menu._sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .header-menu._sp {
    display: block;
  }
}
.header-menu._sp {
  width: 32px;
  height: 19px;
  position: relative;
}
.hamburger-btn-wrapper {
  width: 32px;
  height: 25px;
  cursor: pointer;
}
.hamburger,
.hamburger:after,
.hamburger:before {
  width: 32px;
  height: 3px;
}
.hamburger {
  position: relative;
  transform: translateY(8px);
  background: var(--color_header_font);
  transition: all 0ms 300ms;
}
.hamburger.animate {
  background: 0 0;
  color: var(--color_header_font);
  z-index: 106;
}
.hamburger:after,
.hamburger:before {
  content: "";
  position: absolute;
  left: 0;
  background: var(--color_header_font);
}
.hamburger:before {
  bottom: 8px;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger:after {
  top: 8px;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: var(--color_header_font);
}
.hamburger.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: var(--color_header_font);
}
.header-menu__nav {
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  background-color: var(--color_main_5);
  transition: 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 559px) {
  .header-menu__nav {
    width: 100%;
  }
}
.header-menu__nav > ul.items {
  padding-top: 64px;
  width: 50%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
}
.header-menu__nav > ul.items.shadow {
  box-shadow: -4px 0 12px -1px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 559px) {
  .header-menu__nav > ul.items {
    width: 100%;
  }
}
.header-menu__nav > ul.items > li {
  margin: 0 16px;
}
.header-menu__nav.show {
  transform: translateX(0);
  transition: 0.3s;
}
ul.items li.mainmenu-item ul.sub-menu {
  padding-left: 24px;
}
ul.items li.mainmenu-item ul.sub-menu li a {
  padding: 8px 16px 8px 8px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
ul.items li.mainmenu-item ul.sub-menu li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color_base);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
ul.items li.mainmenu-item ul.sub-menu li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
ul.items > li.mainmenu-item {
  position: relative;
}
ul.items > li.mainmenu-item > ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 100%;
  background-color: var(--color_main);
  transition: all 0.3s;
  min-width: 200px;
  padding: 0;
}
ul.items li.mainmenu-item_sp div.parent-wrapper > a,
ul.items > li.mainmenu-item > ul.sub-menu > li > a {
  font-weight: 700;
}
ul.items > li.mainmenu-item:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
ul.items li.mainmenu-item_sp div.parent-wrapper,
ul.items li.mainmenu-item_sp.is-child {
  border-bottom: 1px solid var(--color_header_font);
}
ul.items li.mainmenu-item_sp a {
  padding: 12px 16px;
  text-decoration: none;
}
ul.items li.mainmenu-item_sp div.parent-wrapper {
  display: flex;
  background-color: var(--color_header_bg);
  justify-content: space-between;
}
ul.items li.mainmenu-item_sp div.parent-wrapper > button.submenu-toggle-btn {
  padding: 12px 16px;
  outline: 0;
  border: 0;
  background-color: transparent;
  color: var(--color_header_font);
  cursor: pointer;
  border-left: 1px solid var(--color_header_bg);
}
ul.items
  li.mainmenu-item_sp
  div.parent-wrapper
  > button.submenu-toggle-btn::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
ul.items
  li.mainmenu-item_sp
  div.parent-wrapper
  > button.submenu-toggle-btn.close::before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
ul.items li.mainmenu-item_sp.has-child > ul.child-items {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding-left: 16px;
  height: 0;
}
ul.items li.mainmenu-item_sp.has-child > ul.child-items.show {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
.newsbar {
  background-color: var(--color_news_bg);
  padding: 4px 0;
}
.newsbar > p > a.news_link {
  color: var(--color_news_font);
  font-size: 1.3rem;
  font-weight: 700;
}
.footer-bottom nav.bottom-menu > ul.items li a:hover,
.footer-top-menu > ul.items > li ul.sub-menu li a:hover,
.newsbar > p > a.news_link:hover {
  text-decoration: underline;
}
.newsbar > p.marquee {
  -webkit-animation: marquee 10s infinite linear;
  animation: marquee 10s infinite linear;
  text-align: right;
}
.newsbar > p.blink,
.newsbar > p.static {
  text-align: center;
}
.newsbar > p.blink > a.news_link {
  -webkit-animation: blink 0.8s infinite alternate;
  animation: blink 0.8s infinite alternate;
}
.slick-imgs {
  width: 100%;
}
.slick-imgs button.slick-arrow {
  z-index: 1;
}
.slick-imgs button.slick-arrow.slick-prev {
  left: 0;
}
.slick-imgs button.slick-arrow.slick-next {
  right: 0;
}
.slick-imgs button.slick-arrow.circle {
  right: 12px;
}
.slick-imgs button.slick-arrow.circle::before {
  color: var(--img_main_arrows_color);
  font-size: 32px;
}
.slick-imgs button.slick-arrow.box {
  background-color: var(--img_main_arrows_color_5);
  width: 32px;
  height: 64px;
  font-size: 2rem;
  line-height: 64px;
  color: var(--img_main_arrows_color);
}
.slick-imgs button.slick-arrow.box::before,
.slick-imgs button.slick-arrow.half-arrow::before {
  content: "";
}
.slick-imgs button.slick-arrow.half-arrow {
  font-size: 56px;
  color: var(--img_main_arrows_color);
  width: 56px;
}
@media screen and (max-width: 559px) {
  .slick-imgs button.slick-arrow.half-arrow {
    font-size: 40px;
    width: 40px;
  }
}
.slick-imgs .slick-list .slick-track {
  height: calc(100vh - 112px);
}
@media screen and (max-width: 559px) {
  .slick-imgs .slick-list .slick-track {
    height: calc(100vh - 64px);
  }
}
.slick-imgs .slick-list .slick-track .slick-imgcontainer > img.slick-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 559px) {
  .slick-imgs .slick-list .slick-track .slick-imgcontainer > img.slick-img._pc {
    display: none;
  }
}
.slick-imgs .slick-list .slick-track .slick-imgcontainer > img.slick-img._sp {
  display: none;
}
@media screen and (max-width: 559px) {
  .slick-imgs .slick-list .slick-track .slick-imgcontainer > img.slick-img._sp {
    display: block;
  }
}
.slick-imgs.zoom.speed-4000 a.slick-active img {
  -webkit-animation: fadezoom 4s 0s forwards;
  animation: fadezoom 4s 0s forwards;
}
.slick-imgs.zoom.speed-3000 a.slick-active img {
  -webkit-animation: fadezoom 3s 0s forwards;
  animation: fadezoom 3s 0s forwards;
}
a.keep-scale > img {
  transform: scale(1.05);
}
.wpf-breadcrumb {
  margin: 32px 0;
}
.footer-top-menu > ul.items,
.wpf-breadcrumb > ol {
  display: flex;
  flex-wrap: wrap;
}
.wpf-breadcrumb > ol > li {
  font-size: 1.2rem;
  margin-right: 8px;
}
.wpf-breadcrumb > ol > li:not(:last-child)::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
}
.wpf-breadcrumb > ol > li > a,
.wpf-post .post-innerContent .wpf-toc__items > li.item > a {
  color: var(--color_font);
}
.wpf-breadcrumb > ol > li > a.home::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}
.wpf-breadcrumb > ol > li > a.home:hover {
  color: var(--color_font_7);
}
.sharebtn-container,
.sharebtn-container.__Fixed span.share-text,
.widget_archive label,
.widget_categories label {
  display: none;
}
.sharebtn-container.show {
  display: block;
}
.sharebtn-container.__Fixed {
  position: fixed;
  top: 160px;
  right: 2px;
  width: 40px;
  z-index: 5;
}
@media screen and (max-width: 559px) {
  .sharebtn-container.__Fixed {
    display: none;
  }
}
.sharebtn-container.__Fixed > ul.share-btn > li {
  margin-bottom: 4px;
}
.sharebtn-container.__Fixed > ul.share-btn > li > a {
  display: block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 959px) {
  .sharebtn-container.__Fixed > ul.share-btn > li > a {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
.sharebtn-container.__Fixed > ul.share-btn > li > a:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_box > li > a {
  color: #fff;
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_box > li > a.twitter {
  background-color: #1da1f2;
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_box > li > a.facebook {
  background-color: #315096;
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_box > li > a.youtube {
  background-color: red;
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_box > li > a.line {
  background-color: #1dcd00;
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_box > li > a.hatena {
  background-color: #008fde;
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_box > li > a.pocket {
  background-color: #ef4056;
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_box > li > a.feedly {
  background-color: #2bb24d;
}
.sharebtn-container.__Fixed > ul.share-btn.__box > li > a {
  background-color: #fdfdfd;
}
.sharebtn-container.__Fixed > ul.share-btn.__box > li > a.twitter {
  color: #1da1f2;
  border: 1px solid #1da1f2;
}
.sharebtn-container.__Fixed > ul.share-btn.__box > li > a.facebook {
  color: #315096;
  border: 1px solid #315096;
}
.sharebtn-container.__Fixed > ul.share-btn.__box > li > a.youtube {
  color: red;
  border: 1px solid red;
}
.sharebtn-container.__Fixed > ul.share-btn.__box > li > a.line {
  color: #1dcd00;
  border: 1px solid #1dcd00;
}
.sharebtn-container.__Fixed > ul.share-btn.__box > li > a.hatena {
  color: #008fde;
  border: 1px solid #008fde;
}
.sharebtn-container.__Fixed > ul.share-btn.__box > li > a.pocket {
  color: #ef4056;
  border: 1px solid #ef4056;
}
.sharebtn-container.__Fixed > ul.share-btn.__box > li > a.feedly {
  color: #2bb24d;
  border: 1px solid #2bb24d;
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_circle > li > a {
  color: #fff;
  border-radius: 50%;
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_circle > li > a.twitter {
  background-color: #1da1f2;
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_circle > li > a.facebook {
  background-color: #315096;
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_circle > li > a.youtube {
  background-color: red;
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_circle > li > a.line {
  background-color: #1dcd00;
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_circle > li > a.hatena {
  background-color: #008fde;
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_circle > li > a.pocket {
  background-color: #ef4056;
}
.sharebtn-container.__Fixed > ul.share-btn.__flat_circle > li > a.feedly {
  background-color: #2bb24d;
}
.sharebtn-container.__Fixed > ul.share-btn.__circle > li > a {
  background-color: #fff;
  border-radius: 50%;
}
.sharebtn-container.__Fixed > ul.share-btn.__circle > li > a.twitter {
  color: #1da1f2;
  border: 1px solid #1da1f2;
}
.sharebtn-container.__Fixed > ul.share-btn.__circle > li > a.facebook {
  color: #315096;
  border: 1px solid #315096;
}
.sharebtn-container.__Fixed > ul.share-btn.__circle > li > a.youtube {
  color: red;
  border: 1px solid red;
}
.sharebtn-container.__Fixed > ul.share-btn.__circle > li > a.line {
  color: #1dcd00;
  border: 1px solid #1dcd00;
}
.sharebtn-container.__Fixed > ul.share-btn.__circle > li > a.hatena {
  color: #008fde;
  border: 1px solid #008fde;
}
.sharebtn-container.__Fixed > ul.share-btn.__circle > li > a.pocket {
  color: #ef4056;
  border: 1px solid #ef4056;
}
.sharebtn-container.__Fixed > ul.share-btn.__circle > li > a.feedly {
  color: #2bb24d;
  border: 1px solid #2bb24d;
}
.searchform,
.sharebtn-container.__Btm > ul.share-btn,
.sharebtn-container.__Top > ul.share-btn {
  display: flex;
}
.sharebtn-container.__Btm > ul.share-btn > li,
.sharebtn-container.__Top > ul.share-btn > li {
  text-align: center;
}
.sharebtn-container.__Btm > ul.share-btn > li > a,
.sharebtn-container.__Top > ul.share-btn > li > a {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 559px) {
  .sharebtn-container.__Btm > ul.share-btn > li > a > span,
  .sharebtn-container.__Top > ul.share-btn > li > a > span {
    display: none;
  }
}
.sharebtn-container.__Btm > ul.share-btn > li > a:hover,
.sharebtn-container.__Top > ul.share-btn > li > a:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
.sharebtn-container.__Btm > ul.share-btn.__box,
.sharebtn-container.__Btm > ul.share-btn.__flat_box,
.sharebtn-container.__Top > ul.share-btn.__box,
.sharebtn-container.__Top > ul.share-btn.__flat_box {
  justify-content: space-between;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_box > li,
.sharebtn-container.__Top > ul.share-btn.__flat_box > li {
  width: calc(100% / 6 - 2px);
}
.sharebtn-container.__Btm > ul.share-btn.__flat_box > li > a,
.sharebtn-container.__Top > ul.share-btn.__flat_box > li > a {
  width: 100%;
  padding: 4px 0;
  color: #fff;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_box > li > a.twitter,
.sharebtn-container.__Top > ul.share-btn.__flat_box > li > a.twitter {
  background-color: #1da1f2;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_box > li > a.facebook,
.sharebtn-container.__Top > ul.share-btn.__flat_box > li > a.facebook {
  background-color: #315096;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_box > li > a.youtube,
.sharebtn-container.__Top > ul.share-btn.__flat_box > li > a.youtube {
  background-color: red;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_box > li > a.line,
.sharebtn-container.__Top > ul.share-btn.__flat_box > li > a.line {
  background-color: #1dcd00;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_box > li > a.hatena,
.sharebtn-container.__Top > ul.share-btn.__flat_box > li > a.hatena {
  background-color: #008fde;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_box > li > a.pocket,
.sharebtn-container.__Top > ul.share-btn.__flat_box > li > a.pocket {
  background-color: #ef4056;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_box > li > a.feedly,
.sharebtn-container.__Top > ul.share-btn.__flat_box > li > a.feedly {
  background-color: #2bb24d;
}
.sharebtn-container.__Btm > ul.share-btn.__box > li,
.sharebtn-container.__Top > ul.share-btn.__box > li {
  width: calc(100% / 6 - 4px);
}
.sharebtn-container.__Btm > ul.share-btn.__box > li > a,
.sharebtn-container.__Top > ul.share-btn.__box > li > a {
  width: 100%;
  padding: 4px 0;
  background-color: #fdfdfd;
}
.sharebtn-container.__Btm > ul.share-btn.__box > li > a.twitter,
.sharebtn-container.__Top > ul.share-btn.__box > li > a.twitter {
  color: #1da1f2;
  border: 1px solid #1da1f2;
}
.sharebtn-container.__Btm > ul.share-btn.__box > li > a.facebook,
.sharebtn-container.__Top > ul.share-btn.__box > li > a.facebook {
  color: #315096;
  border: 1px solid #315096;
}
.sharebtn-container.__Btm > ul.share-btn.__box > li > a.youtube,
.sharebtn-container.__Top > ul.share-btn.__box > li > a.youtube {
  color: red;
  border: 1px solid red;
}
.sharebtn-container.__Btm > ul.share-btn.__box > li > a.line,
.sharebtn-container.__Top > ul.share-btn.__box > li > a.line {
  color: #1dcd00;
  border: 1px solid #1dcd00;
}
.sharebtn-container.__Btm > ul.share-btn.__box > li > a.hatena,
.sharebtn-container.__Top > ul.share-btn.__box > li > a.hatena {
  color: #008fde;
  border: 1px solid #008fde;
}
.sharebtn-container.__Btm > ul.share-btn.__box > li > a.pocket,
.sharebtn-container.__Top > ul.share-btn.__box > li > a.pocket {
  color: #ef4056;
  border: 1px solid #ef4056;
}
.sharebtn-container.__Btm > ul.share-btn.__box > li > a.feedly,
.sharebtn-container.__Top > ul.share-btn.__box > li > a.feedly {
  color: #2bb24d;
  border: 1px solid #2bb24d;
}
.sharebtn-container.__Btm > ul.share-btn.__circle,
.sharebtn-container.__Btm > ul.share-btn.__flat_circle,
.sharebtn-container.__Top > ul.share-btn.__circle,
.sharebtn-container.__Top > ul.share-btn.__flat_circle {
  justify-content: space-evenly;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_circle > li > a,
.sharebtn-container.__Top > ul.share-btn.__flat_circle > li > a {
  padding: 10px 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_circle > li > a.twitter,
.sharebtn-container.__Top > ul.share-btn.__flat_circle > li > a.twitter {
  background-color: #1da1f2;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_circle > li > a.facebook,
.sharebtn-container.__Top > ul.share-btn.__flat_circle > li > a.facebook {
  background-color: #315096;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_circle > li > a.youtube,
.sharebtn-container.__Top > ul.share-btn.__flat_circle > li > a.youtube {
  background-color: red;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_circle > li > a.line,
.sharebtn-container.__Top > ul.share-btn.__flat_circle > li > a.line {
  background-color: #1dcd00;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_circle > li > a.hatena,
.sharebtn-container.__Top > ul.share-btn.__flat_circle > li > a.hatena {
  background-color: #008fde;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_circle > li > a.pocket,
.sharebtn-container.__Top > ul.share-btn.__flat_circle > li > a.pocket {
  background-color: #ef4056;
}
.sharebtn-container.__Btm > ul.share-btn.__flat_circle > li > a.feedly,
.sharebtn-container.__Top > ul.share-btn.__flat_circle > li > a.feedly {
  background-color: #2bb24d;
}
@media screen and (max-width: 559px) {
  .sharebtn-container.__Btm > ul.share-btn.__flat_circle > li > a,
  .sharebtn-container.__Top > ul.share-btn.__flat_circle > li > a {
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 32px;
  }
}
.sharebtn-container.__Btm > ul.share-btn.__circle > li > a,
.sharebtn-container.__Top > ul.share-btn.__circle > li > a {
  padding: 10px 8px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
.sharebtn-container.__Btm > ul.share-btn.__circle > li > a.twitter,
.sharebtn-container.__Top > ul.share-btn.__circle > li > a.twitter {
  color: #1da1f2;
  border: 1px solid #1da1f2;
}
.sharebtn-container.__Btm > ul.share-btn.__circle > li > a.facebook,
.sharebtn-container.__Top > ul.share-btn.__circle > li > a.facebook {
  color: #315096;
  border: 1px solid #315096;
}
.sharebtn-container.__Btm > ul.share-btn.__circle > li > a.youtube,
.sharebtn-container.__Top > ul.share-btn.__circle > li > a.youtube {
  color: red;
  border: 1px solid red;
}
.sharebtn-container.__Btm > ul.share-btn.__circle > li > a.line,
.sharebtn-container.__Top > ul.share-btn.__circle > li > a.line {
  color: #1dcd00;
  border: 1px solid #1dcd00;
}
.sharebtn-container.__Btm > ul.share-btn.__circle > li > a.hatena,
.sharebtn-container.__Top > ul.share-btn.__circle > li > a.hatena {
  color: #008fde;
  border: 1px solid #008fde;
}
.sharebtn-container.__Btm > ul.share-btn.__circle > li > a.pocket,
.sharebtn-container.__Top > ul.share-btn.__circle > li > a.pocket {
  color: #ef4056;
  border: 1px solid #ef4056;
}
.sharebtn-container.__Btm > ul.share-btn.__circle > li > a.feedly,
.sharebtn-container.__Top > ul.share-btn.__circle > li > a.feedly {
  color: #2bb24d;
  border: 1px solid #2bb24d;
}
@media screen and (max-width: 559px) {
  .sharebtn-container.__Btm > ul.share-btn.__circle > li > a,
  .sharebtn-container.__Top > ul.share-btn.__circle > li > a {
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 32px;
  }
}
.wpf-post .post-innerContent .wpf-toc {
  width: 80%;
  margin: 64px auto;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 16px 16px 8px;
}
@media screen and (max-width: 559px) {
  .wpf-post .post-innerContent .wpf-toc {
    width: 100%;
  }
}
.wpf-post .post-innerContent .wpf-toc.__simple {
  border: 1px solid var(--color_font);
}
.wpf-post .post-innerContent .wpf-toc.__flat {
  background-color: var(--color_main_1);
}
.wpf-post .post-innerContent .wpf-toc.__double {
  border: double 3px var(--color_main);
}
.wpf-post .post-innerContent .wpf-toc.__stripe {
  background: linear-gradient(
    45deg,
    transparent 25%,
    var(--color_main_1) 25%,
    var(--color_main_1) 50%,
    transparent 50%,
    transparent 75%,
    var(--color_main_1) 75%,
    var(--color_main_1)
  );
  background-size: 6px 6px;
}
.wpf-post .post-innerContent .wpf-toc__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.widget_categories > ul > li > a::before,
.wpf-post .post-innerContent .wpf-toc__title::before {
  content: "\f0ca";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
}
.wpf-post .post-innerContent .wpf-toc__items {
  padding: 0;
}
.wpf-post .post-innerContent .wpf-toc__items > li.item {
  margin-bottom: 8px;
  list-style: none;
}
.wpf-post .post-innerContent .wpf-toc__items > li.item::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
  color: var(--color_font);
}
.wpf-post .post-innerContent .wpf-toc__items > li.item._h2 {
  font-size: 1.6rem;
  font-weight: 700;
}
.wpf-post .post-innerContent .wpf-toc__items > li.item._h3 {
  margin-left: 16px;
  font-size: 1.4rem;
}
.bottom-bar .wpf-title.__widget,
.sidebar .wpf-title.__widget {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 16px;
}
.searchform {
  position: relative;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.searchform-input {
  display: block;
  width: 80%;
  height: 40px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid var(--color_main);
}
.searchform-btn {
  margin-left: -1px;
  box-sizing: border-box;
  width: calc(20% + 1px);
  height: 100%;
}
.searchform-btn > button {
  box-sizing: border-box;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid var(--color_main);
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  height: 40px;
}
.bottom-bar {
  background-color: var(--color_btmbar_bg);
  padding-top: 40px;
  padding-left: 32px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 559px) {
  .bottom-bar {
    padding-right: 32px;
  }
}
.bottom-bar .wpf-widget {
  padding-bottom: 40px;
  width: calc(100% / 3 - 32.1px);
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .bottom-bar .wpf-widget {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 559px) {
  .bottom-bar .wpf-widget {
    width: 100%;
    margin-right: 0;
  }
}
.bottom-bar .wpf-widget.widget_tag_cloud {
  padding-bottom: 36px;
}
.bottom-bar
  .widget_calendar
  > div.calendar_wrap
  > table.wp-calendar-table
  > caption {
  border-bottom: 2px solid var(--color_btmbar_font_7);
}
.bottom-bar
  .widget_calendar
  > div.calendar_wrap
  > table.wp-calendar-table
  > thead
  > tr {
  border-bottom: 1px solid var(--color_btmbar_font_7);
}
.bottom-bar .widget_tag_cloud > div.tagcloud > a.tag-cloud-link {
  background-color: var(--color_btmbar_font);
  color: var(--color_btmbar_bg);
}
.bottom-bar .widget_tag_cloud > div.tagcloud > a.tag-cloud-link:hover {
  background-color: var(--color_btmbar_font_7);
}
.bottom-bar .widget_tag_cloud > div.tagcloud > a.tag-cloud-link > span.count {
  border: 1px solid var(--color_btmbar_bg);
  color: var(--color_btmbar_bg);
}
.bottom-bar,
.bottom-bar .widget_recent_entries > ul > li > a {
  color: var(--color_btmbar_font);
}
.bottom-bar .widget_archive > ul > li > a:hover,
.bottom-bar .widget_categories ul li > a:hover,
.bottom-bar .widget_pages > ul > li > a:hover,
.bottom-bar .widget_recent_entries > ul > li > a:hover {
  color: var(--color_btmbar_font_7);
}
.bottom-bar .widget_archive > ul > li > a,
.bottom-bar .widget_categories ul li > a,
.bottom-bar .widget_pages > ul > li > a {
  color: var(--color_btmbar_font);
  border-bottom: 1px solid var(--color_btmbar_font_7);
}
.bottom-bar .widget_archive select,
.bottom-bar .widget_categories select {
  border: 1px solid var(--color_btmbar_font);
}
.bottom-bar .widget_archive > ul > li > a > span.count,
.bottom-bar .widget_categories ul li > a > span.count {
  border: 1px solid var(--color_btmbar_font);
  color: var(--color_btmbar_font);
}
.bottom-bar .widget_archive > ul > li > a:hover > span.count,
.bottom-bar .widget_categories ul li > a:hover > span.count {
  border: 1px solid var(--color_btmbar_font_7);
  color: var(--color_btmbar_font_7);
}
.sidebar,
.sidebar .widget_recent_entries > ul > li > a {
  color: var(--color_font);
}
.sidebar .wpf-widget {
  margin-bottom: 40px;
  width: 100%;
  margin-right: 32px;
}
.sidebar .wpf-widget.widget_tag_cloud {
  margin-bottom: 36px;
}
.sidebar
  .widget_calendar
  > div.calendar_wrap
  > table.wp-calendar-table
  > caption {
  border-bottom: 2px solid var(--color_font_7);
}
.sidebar
  .widget_calendar
  > div.calendar_wrap
  > table.wp-calendar-table
  > thead
  > tr {
  border-bottom: 1px solid var(--color_font_7);
}
.sidebar .widget_tag_cloud > div.tagcloud > a.tag-cloud-link {
  background-color: #f8f8f8;
  color: var(--color_font);
}
.sidebar .widget_tag_cloud > div.tagcloud > a.tag-cloud-link:hover {
  background-color: #f4f4f4;
}
.sidebar .widget_archive > ul > li > a > span.count,
.sidebar .widget_categories ul li > a > span.count,
.sidebar .widget_tag_cloud > div.tagcloud > a.tag-cloud-link > span.count {
  border: 1px solid var(--color_font);
  color: var(--color_font);
}
.sidebar .widget_archive > ul > li > a:hover,
.sidebar .widget_categories ul li > a:hover,
.sidebar .widget_pages > ul > li > a:hover,
.sidebar .widget_recent_entries > ul > li > a:hover {
  color: var(--color_font_7);
}
.sidebar .widget_archive > ul > li > a,
.sidebar .widget_categories ul li > a,
.sidebar .widget_pages > ul > li > a {
  color: var(--color_font);
  border-bottom: 1px solid var(--color_font_7);
}
.sidebar .widget_archive select,
.sidebar .widget_categories select {
  border: 1px solid var(--color_font);
}
.sidebar .widget_archive > ul > li > a:hover > span.count,
.sidebar .widget_categories ul li > a:hover > span.count {
  border: 1px solid var(--color_font_7);
  color: var(--color_font_7);
}
.widget_categories > ul > li > a::before {
  content: "\f07b";
}
.widget_categories ul.children > li > a {
  padding-left: 39px;
}
.widget_calendar > div.calendar_wrap > table.wp-calendar-table {
  margin: 0 auto;
}
.widget_calendar > div.calendar_wrap > table.wp-calendar-table > caption {
  font-weight: 700;
  padding: 8px;
}
.widget_calendar
  > div.calendar_wrap
  > table.wp-calendar-table
  > thead
  > tr
  > th {
  padding: 8px;
  font-size: 1.4rem;
  font-weight: 700;
}
.widget_calendar
  > div.calendar_wrap
  > table.wp-calendar-table
  > tbody
  > tr
  > td {
  padding: 4px 8px;
  text-align: center;
}
.widget_tag_cloud > div.tagcloud > a.tag-cloud-link {
  font-size: 1.3rem !important;
  display: inline-block;
  padding: 2px 4px;
  font-weight: 700;
  margin-right: 4px;
  margin-bottom: 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
}
.widget_media_image a > img:hover,
.widget_tag_cloud > div.tagcloud > a.tag-cloud-link:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
.widget_tag_cloud > div.tagcloud > a.tag-cloud-link > span.count {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widget_recent_entries > ul > li {
  margin-bottom: 24px;
}
.widget_recent_entries > ul > li > a,
.widget_recent_entries > ul > li > a > p,
ul.prev_next_posts {
  display: flex;
  justify-content: space-between;
}
.widget_recent_entries > ul > li > a > figure.thumbnail-container {
  position: relative;
  width: 38%;
  padding-bottom: calc(38% / 5 * 2.8);
  height: 0;
  overflow: hidden;
}
.widget_recent_entries > ul > li > a > p {
  font-weight: 700;
  width: 58%;
  flex-direction: column;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .widget_recent_entries > ul > li > a > p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 559px) {
  .widget_recent_entries > ul > li > a > p {
    margin: 8px 0;
  }
}
.widget_recent_entries > ul > li > a > p > span {
  font-size: 1.3rem;
  text-align: right;
  font-weight: 400;
}
.widget_media_image {
  text-align: center;
}
.widget_media_image a {
  display: inline;
}
.widget_media_image a > img {
  transition: 0.3s;
}
.widget_media_image a > img:hover {
  transition: 0.3s;
}
.widget_archive > ul > li > a,
.widget_categories ul li > a,
.widget_pages > ul > li > a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 8px 16px;
}
.comment-form-comment textarea,
.widget_archive select,
.widget_categories select {
  outline: 0;
  width: 100%;
  font-size: 1.6rem;
  padding: 4px 8px;
  height: 40px;
}
.widget_archive > ul > li > a > span.count,
.widget_categories ul li > a > span.count {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widget_archive > ul > li > a:hover > span.count,
.widget_categories ul li > a:hover > span.count {
  transition: all 0.3s;
}
h1,
h1.wpf-title,
h2.wpf-title {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 12px 24px;
}
h1,
h2.wpf-title {
  margin: 0 0 16px;
}
h1.wpf-title {
  margin-bottom: 16px;
}
@media screen and (max-width: 559px) {
  h1.wpf-title {
    font-size: 2.2rem;
  }
}
.img-heading {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 240px;
  background-position: 50% 50%;
  position: relative;
  background-size: cover;
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2;
}
.img-heading h1.wpf-title.page-title {
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media screen and (max-width: 559px) {
  h1 {
    font-size: 2.2rem;
  }
}
h2.wpf-title {
  font-size: 2.2rem;
  margin: 40px -16px 32px;
  padding: 8px 16px;
}
@media screen and (max-width: 559px) {
  h2.wpf-title {
    font-size: 2rem;
  }
}
h3.wpf-title,
h4.wpf-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 32px -8px 24px;
  padding: 4px 16px;
}
@media screen and (max-width: 559px) {
  h3.wpf-title {
    font-size: 1.8rem;
  }
}
h4.wpf-title {
  font-size: 1.8rem;
  margin: 24px 0 16px;
}
@media screen and (max-width: 559px) {
  h4.wpf-title {
    font-size: 1.6rem;
  }
}
h5.wpf-title,
h6.wpf-title {
  display: table;
  font-size: 1.6rem;
  margin: 16px 0;
  padding: 4px 8px;
}
h5.wpf-title {
  font-weight: 700;
  border-bottom: 2px solid var(--color_main);
}
h6.wpf-title {
  border-bottom: 1px solid var(--color_main);
}
.wpf-title.elegant {
  background-color: var(--color_main);
  color: var(--color_base);
  text-align: center;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.wpf-title.elegant::after,
.wpf-title.elegant::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color_main);
  position: absolute;
}
.wpf-title.elegant::before {
  top: -3px;
}
.wpf-title.elegant::after {
  bottom: -3px;
}
.wpf-title.shadow_box {
  position: relative;
  background: var(--color_main_3);
  border: 1px solid var(--color_main);
  display: block;
}
.wpf-title.shadow_box:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  content: "";
  border: 2px solid var(--color_main);
}
.wpf-title.double_box {
  position: relative;
  border: 2px solid var(--color_main);
  text-align: center;
}
.wpf-title.double_box::before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: "";
  border: 1px solid var(--color_main);
}
.wpf-title.border_1,
.wpf-title.border_2 {
  color: var(--color_font);
  background: linear-gradient(
    45deg,
    transparent 25%,
    var(--color_main_1) 25%,
    var(--color_main_1) 50%,
    transparent 50%,
    transparent 75%,
    var(--color_main_1) 75%,
    var(--color_main_1)
  );
  background-size: 6px 6px;
}
.wpf-title.border_1 {
  border-left: 4px solid var(--color_main);
}
.wpf-title.border_2 {
  border-bottom: 2px solid var(--color_main);
}
.wpf-title.simple_1 {
  background-color: var(--color_main);
  color: var(--color_base);
  position: relative;
}
.wpf-title.simple_1::before {
  content: "";
  height: 100%;
  width: 3px;
  display: block;
  position: absolute;
  left: 4px;
  top: 0;
  margin: auto;
  background-color: var(--color_base);
}
.wpf-title.simple_2 {
  border-top: 2px solid var(--color_main);
  border-bottom: 2px solid var(--color_main);
}
.wpf-title.simple_3 {
  border-bottom: 8px double var(--color_main);
}
.wpf-title.gradation_1 {
  background: linear-gradient(
    to right,
    var(--color_main_5) 0%,
    var(--color_accent_1) 30%,
    transparent 100%
  );
}
.wpf-title.gradation_2 {
  position: relative;
  display: block;
  padding-right: 56px;
}
.wpf-title.gradation_2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-image: linear-gradient(
    to right,
    var(--color_main) 0%,
    var(--color_accent) 50%,
    transparent 100%
  );
}
.wpf-title.speak_1 {
  position: relative;
  border: 2px solid var(--color_main);
  border-radius: 10px;
  background: var(--color_base);
  display: block;
}
.wpf-title.speak_1::after,
.wpf-title.speak_1::before,
.wpf-title.speak_2::after,
.wpf-title.speak_2::before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 10px 0;
  border-style: solid;
  border-color: var(--color_main) transparent transparent;
}
.wpf-title.speak_1::after,
.wpf-title.speak_2::after,
.wpf-title.speak_2::before {
  bottom: -11px;
  border-color: var(--color_base) transparent transparent;
}
.wpf-title.speak_2 {
  position: relative;
  border-bottom: 2px solid var(--color_main);
}
.wpf-title.speak_2::after,
.wpf-title.speak_2::before {
  bottom: -14px;
  border-color: var(--color_main) transparent transparent;
}
.wpf-title.speak_2::after {
  bottom: -11px;
  border-color: var(--color_base) transparent transparent;
}
.wpf-title.line_1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpf-title.line_1::after,
.wpf-title.line_1::before {
  border-top: 2px solid var(--color_main);
  content: "";
  flex-grow: 0;
  width: 80px;
}
.wpf-title.line_1::before {
  margin-right: 16px;
}
.wpf-title.line_1::after {
  margin-left: 16px;
}
.wpf-title.line_2 {
  position: relative;
  text-align: center;
}
.wpf-title.line_2::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80%);
  height: 2px;
  content: "";
  border-radius: 3px;
  background: var(--color_main);
}
.bottom-bar .wpf-title.speak_2::after {
  bottom: -11px;
  border-color: var(--color_btmbar_bg) transparent transparent;
}
.bottom-bar .wpf-title.__widget.elegant,
.sidebar .wpf-title.__widget.elegant {
  padding-right: 0;
  padding-left: 0;
}
.postList-title {
  margin-bottom: 40px;
}
.nothingPage-title,
.postList-title > span {
  font-size: 1.8rem;
  font-weight: 700;
}
.nothingPage-title {
  margin-bottom: 32px;
  text-align: center;
}
.pagination-small {
  margin: 32px 0 16px;
  display: flex;
  justify-content: space-between;
}
.pagination-small li > a,
ul.prev_next_posts li > a > p {
  color: var(--color_font);
  font-size: 1.3rem;
}
.pagination-small li.prev > a::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
}
.pagination-small li.next > a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
}
.pagination-comment {
  margin-top: 32px;
  display: flex;
}
.pagination-postlist {
  display: flex;
}
.pagination-comment > a,
.pagination-comment > span,
.pagination-postlist > a,
.pagination-postlist > span {
  display: inline-block;
  margin: 0 4px 4px 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.pagination-comment.flat_box > a,
.pagination-comment.flat_box > span,
.pagination-postlist.flat_box > a,
.pagination-postlist.flat_box > span,
.searchform-btn > button {
  color: var(--color_base);
}
.pagination-comment.flat_box > span.current,
.pagination-postlist.flat_box > span.current {
  background-color: var(--color_accent);
}
.pagination-comment.box > a.page-numbers:hover,
.pagination-comment.flat_box > a.page-numbers:hover,
.pagination-comment.flat_box > span.dots,
.pagination-postlist.box > a.page-numbers:hover,
.pagination-postlist.flat_box > a.page-numbers:hover,
.pagination-postlist.flat_box > span.dots {
  background-color: var(--color_main_5);
}
.pagination-comment.flat_box > a.page-numbers,
.pagination-postlist.flat_box > a.page-numbers,
.searchform-btn > button {
  background-color: var(--color_main);
}
.logged-in-as a,
.pagination-comment.box > a,
.pagination-comment.box > span,
.pagination-postlist.box > a,
.pagination-postlist.box > span {
  color: var(--color_font);
}
.pagination-comment.box > span.current,
.pagination-postlist.box > span.current {
  border: 1px solid var(--color_accent);
}
.pagination-comment.box > a.page-numbers,
.pagination-postlist.box > a.page-numbers {
  border: 1px solid var(--color_main);
}
.pagination-comment.flat_circle > a,
.pagination-comment.flat_circle > span,
.pagination-postlist.flat_circle > a,
.pagination-postlist.flat_circle > span {
  color: var(--color_base);
  border-radius: 50%;
}
.pagination-comment.flat_circle > span.current,
.pagination-postlist.flat_circle > span.current {
  background-color: var(--color_accent);
}
.pagination-comment.circle > a.page-numbers:hover,
.pagination-comment.flat_circle > a.page-numbers:hover,
.pagination-comment.flat_circle > span.dots,
.pagination-postlist.circle > a.page-numbers:hover,
.pagination-postlist.flat_circle > a.page-numbers:hover,
.pagination-postlist.flat_circle > span.dots {
  background-color: var(--color_main_5);
}
.pagination-comment.flat_circle > a.page-numbers,
.pagination-postlist.flat_circle > a.page-numbers {
  background-color: var(--color_main);
}
.pagination-comment.circle > a,
.pagination-comment.circle > span,
.pagination-postlist.circle > a,
.pagination-postlist.circle > span {
  border-radius: 50%;
  color: var(--color_font);
}
.pagination-comment.circle > span.current,
.pagination-postlist.circle > span.current {
  border: 1px solid var(--color_accent);
}
.pagination-comment.circle > a.page-numbers,
.pagination-postlist.circle > a.page-numbers {
  border: 1px solid var(--color_main);
}
ul.prev_next_posts {
  margin-bottom: 64px;
}
@media screen and (max-width: 559px) {
  ul.prev_next_posts {
    display: block;
  }
}
ul.prev_next_posts li {
  width: 30%;
}
@media screen and (max-width: 559px) {
  ul.prev_next_posts li {
    width: 100%;
  }
  ul.prev_next_posts li.prev_post {
    margin-bottom: 16px;
  }
}
ul.prev_next_posts li > a {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  width: 100%;
  box-sizing: border-box;
}
.footer-top-menu > ul.items > li > a:hover,
.section-cta .btnContainer > a.btn:hover,
ul.prev_next_posts li > a:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
ul.prev_next_posts li > a > figure {
  width: 40%;
  height: 0;
  padding-bottom: 40%;
  overflow: hidden;
  position: relative;
}
ul.prev_next_posts li > a > figure > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.prev_next_posts li > a > p {
  width: 58%;
  margin: 0;
}
@media screen and (max-width: 559px) {
  ul.prev_next_posts li > a > p {
    font-size: 1.6rem;
  }
}
.comment-respond {
  margin: 32px 0;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 2px;
}
.comment-reply-title {
  font-size: 1.6rem;
  font-weight: 700;
}
.logged-in-as {
  text-align: right;
}
.logged-in-as a {
  font-size: 1.3rem;
  text-decoration: underline;
}
.comment-form-comment textarea {
  height: 150px;
  border: 0;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 2px;
  background-color: var(--color_main_1);
}
.comment-form-author > input:focus,
.comment-form-comment textarea:focus,
.comment-form-email > input:focus,
.comment-form-url > input:focus {
  border: 3px solid var(--color_main);
  box-sizing: border-box;
}
.comment-form .form-submit {
  text-align: right;
  margin-bottom: 0;
}
.comment-form .form-submit > .submit,
.comments-list .reply .comment-reply-link {
  box-sizing: border-box;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
}
.comment-form .form-submit > .submit {
  border: 0;
  transition: all 0.3s;
  border-radius: 2px;
  background-color: var(--color_main);
  padding: 8px 16px;
  font-size: 1.6rem;
  color: var(--color_base);
}
.comment-form .form-submit > .submit:hover {
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
.comment-form p.comment-notes,
.comment-form-cookies-consent > label {
  font-size: 1.3rem;
}
.comment-form-author > input,
.comment-form-email > input,
.comment-form-url > input {
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 1.6rem;
  background-color: var(--color_main_1);
  box-sizing: border-box;
  height: 40px;
  padding: 4px 8px;
}
.comments {
  position: relative;
  z-index: 1;
}
.comments::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  z-index: -1;
}
.comments-list {
  box-sizing: border-box;
}
.comments-list img.avatar {
  border-radius: 50%;
}
.comments-list .comment-body {
  padding: 16px;
  background-color: #fdfdfd;
}
.comments-list li.depth-1 {
  border-bottom: 1px solid var(--color_main);
}
.comments-list li.depth-1 > .comment-body {
  background-color: var(--color_main_1);
}
.comments-list .comment-author a,
.comments-list .comment-metadata > a {
  color: var(--color_font);
}
.comments-list .comment-metadata {
  text-align: right;
  font-size: 1.3rem;
}
.comments-list .comment-edit-link {
  text-decoration: underline;
  color: var(--color_font);
}
.comments-list .comment-awaiting-moderation {
  font-size: 1.4rem;
}
.comments-list .reply {
  text-align: right;
}
.comments-list .reply .comment-reply-link {
  font-size: 1.3rem;
  padding: 4px;
  color: var(--color_font);
}
.footer {
  width: 100%;
}
.footer-top {
  background-color: var(--color_footer_bg);
  color: var(--color_footer_font);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 559px) {
  .footer-top {
    display: block;
  }
}
.footer-bottom {
  background-color: var(--color_bottom_bg);
  color: var(--color_bottom_font);
}
.footer-top__info {
  width: 320px;
  padding: 32px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 559px) {
  .footer-top__info {
    width: 100%;
  }
}
.footer-top__info-logocontainer {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 80px;
}
.footer-top__info-logocontainer img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-top__info-logocontainer div.business_name {
  font-size: 2.4vw;
  font-weight: 700;
  text-align: center;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  .footer-top__info-logocontainer div.business_name {
    font-size: 1.8rem;
  }
}
.footer-top-menu {
  padding: 32px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 559px) {
  .footer-top-menu {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  .footer-top-menu > ul.items {
    display: block;
  }
}
.footer-bottom nav.bottom-menu > ul.items li,
.footer-top-menu > ul.items > li {
  margin: 0 8px 8px;
}
@media screen and (max-width: 559px) {
  .footer-top-menu > ul.items > li {
    margin: 0 0 16px;
  }
}
.footer-top-menu > ul.items > li > a,
table.access-information td.icon > i {
  text-align: center;
  background-color: var(--color_footer_font);
  color: var(--color_footer_bg);
}
.footer-top-menu > ul.items > li > a {
  padding: 8px 16px;
  font-size: 1.4rem;
  box-sizing: border-box;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 559px) {
  .footer-top-menu > ul.items > li > a {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  .footer-top-menu > ul.items > li ul.sub-menu li {
    margin-bottom: 8px;
  }
}
.footer-bottom nav.bottom-menu > ul.items li a,
.footer-top-menu > ul.items > li ul.sub-menu li a {
  display: inline-block;
  color: var(--color_footer_font);
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 559px) {
  .footer-top-menu > ul.items > li ul.sub-menu li a {
    font-size: 1.4rem;
  }
}
.footer-top-map {
  padding: 32px 0;
  box-sizing: border-box;
  width: calc(100% - 320px - 32px);
}
@media screen and (max-width: 559px) {
  .footer-top-map {
    width: 100%;
    padding-top: 0;
  }
}
.footer-top-map > iframe {
  height: 240px;
  width: 100%;
}
.footer-bottom {
  padding: 16px 0;
}
.footer-bottom-lead {
  font-size: 1.4rem;
  margin: 0 0 4px;
  text-align: center;
  font-weight: 700;
}
.footer-bottom-lead::before {
  content: "＼";
  margin-right: 8px;
}
.footer-bottom-lead::after {
  content: "／";
  margin-left: 4px;
}
.footer-bottom-sns {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.footer-bottom-sns > li {
  margin: 0 8px;
  font-size: 1.4rem;
}
.footer-bottom-sns > li > a:hover {
  opacity: 0.5;
}
.footer-bottom nav.bottom-menu > ul.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-bottom nav.bottom-menu > ul.items li a {
  box-sizing: border-box;
  color: var(--color_bottom_font);
}
.footer-bottom p.copyright {
  text-align: center;
  font-size: 1.3rem;
  margin: 0;
}
.footer-bottom p.copyright > a,
.footer-bottom-sns > li > a {
  color: var(--color_bottom_font);
}
.footer-bottom p.copyright > a:hover {
  text-decoration: underline;
}
table.access-information tr.mgbt8 > td {
  padding-bottom: 8px;
}
table.access-information td.icon {
  padding-right: 8px;
}
table.access-information td.icon._address {
  vertical-align: middle;
}
table.access-information td.icon > i {
  display: block;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.wpf-postList.__yoko2 .postItem-link-title__excerpt > p > span,
table.access-information td.zipcode {
  font-size: 1.2rem;
}
label.qa-q,
table.access-information td.email,
table.access-information td.tel {
  font-weight: 700;
}
._about .about-business-table > tbody,
.qa-item {
  background-color: #fff;
}
label.qa-q {
  display: block;
  padding: 16px 40px 16px 16px;
  background-color: var(--color_accent_3);
  font-size: 1.8rem;
  cursor: pointer;
  position: relative;
  border: 1px solid var(--color_accent);
  margin-top: -1px;
}
@media screen and (max-width: 559px) {
  label.qa-q {
    font-size: 1.6rem;
  }
}
label.qa-q::after {
  content: "\f067";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.3s;
  color: var(--color_accent);
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ div.qa-a {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: all 0.3s;
  padding: 16px;
  border-bottom: 1px solid var(--color_accent);
  background-color: var(--color_base);
}
input[type="checkbox"]:checked ~ label::after {
  content: "\f068";
  transition: all 0.3s;
}
div.qa-a {
  visibility: hidden;
  transition: all 0.3s;
  height: 0;
  opacity: 0;
  font-size: 1.4rem;
  border-right: 1px solid var(--color_accent);
  border-left: 1px solid var(--color_accent);
}
@media screen and (max-width: 559px) {
  div.qa-a {
    line-height: 2;
  }
}
span.wpcf7-not-valid-tip {
  color: #a83000 !important;
  font-size: 1.4rem !important;
}
div.wpcf7-validation-errors {
  color: #a62f00 !important;
  font-size: 1.4rem !important;
  border: 2px solid #a62f00 !important;
  margin: 0 !important;
}
div.wpcf7-mail-sent-ok {
  color: var(--color_accent) !important;
  font-size: 1.4rem !important;
  border: 2px solid var(--color_accent) !important;
  margin: 0 !important;
}
.wpcf7 {
  width: 100%;
}
.wpcf7 form.wpcf7-form {
  width: 64%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .wpcf7 form.wpcf7-form {
    width: 80%;
  }
}
@media screen and (max-width: 559px) {
  .wpcf7 form.wpcf7-form {
    width: 100%;
  }
}
.wpcf7 form.wpcf7-form label {
  font-weight: 700;
  font-size: 1.8rem;
}
.wpcf7 form.wpcf7-form .contactform-attention {
  font-size: 1.4rem;
  color: #a62f00;
  font-weight: 400;
}
.wpcf7 form.wpcf7-form .contactform-email,
.wpcf7 form.wpcf7-form .contactform-message,
.wpcf7 form.wpcf7-form .contactform-name,
.wpcf7 form.wpcf7-form .contactform-subject {
  width: 100%;
  outline: 0;
  border: 0;
  background-color: var(--color_main_1);
  border-radius: 2px;
  padding: 8px;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.wpcf7 form.wpcf7-form .contactform-email:focus,
.wpcf7 form.wpcf7-form .contactform-message:focus,
.wpcf7 form.wpcf7-form .contactform-name:focus,
.wpcf7 form.wpcf7-form .contactform-subject:focus {
  border: 3px solid var(--color_main_3);
}
.wpcf7 form.wpcf7-form .contactform-email,
.wpcf7 form.wpcf7-form .contactform-name,
.wpcf7 form.wpcf7-form .contactform-subject {
  height: 40px;
}
.wpcf7 form.wpcf7-form .contactform-btn {
  border: 0;
  font-size: 1.8rem;
  width: 100%;
  cursor: pointer;
  background-color: var(--color_main);
  font-weight: 700;
  border-radius: 2px;
  height: 40px;
  transition: all 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: var(--color_base);
}
.wpcf7 form.wpcf7-form .contactform-btn:hover {
  transition: all 0.3s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.wpf-postList {
  display: flex;
  flex-wrap: wrap;
  margin-right: -32px;
}
@media screen and (max-width: 959px) {
  .wpf-postList {
    margin-right: -4vw;
  }
}
@media screen and (max-width: 559px) {
  .wpf-postList {
    margin-right: 0;
  }
}
.wpf-postList .postItem {
  width: calc(100% / 2 - 32px);
  position: relative;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  margin-right: 31.9px;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .wpf-postList .postItem {
    width: calc(100% / 2 - 4vw);
    margin-right: 4vw;
  }
}
@media screen and (max-width: 559px) {
  .wpf-postList .postItem {
    width: 100%;
    margin-right: 0;
  }
}
.wpf-postList .postItem-link {
  display: block;
  padding: 16px;
}
.wpf-postList .postItem-link:hover img.thumbnail-img,
a.frontLinkWrapper:hover img {
  transform: scale(1.06);
  transition: all 0.3s;
}
.wpf-postList .postItem-link:hover p {
  transition: all 0.3s;
  color: var(--color_font_7);
}
.wpf-postList .postItem-link__imgcontainer,
a.frontLinkWrapper > figure.imgContainer {
  position: relative;
  height: 0;
  overflow: hidden;
}
.wpf-postList .postItem-link__imgcontainer > img.thumbnail-img,
a.frontLinkWrapper > figure.imgContainer > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.wpf-postList .postItem-link-title > time {
  font-size: 1.2rem;
  color: var(--color_font_7);
  display: block;
  text-align: right;
}
.wpf-postList .postItem-categoryLink::before,
.wpf-postList .postItem-link-title > time::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 4px;
}
.wpf-postList .postItem-link-title__text {
  margin: 0;
  font-weight: 700;
  transition: all 0.3s;
  color: var(--color_font);
}
.wpf-postList .postItem-categoryLink {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.3rem;
  background-color: var(--color_main);
  color: var(--color_base);
  font-weight: 700;
  padding: 2px 4px;
  border-radius: 2px;
}
.wpf-postList .postItem-categoryLink::before {
  content: "\f07b";
  font-weight: 400;
}
.wpf-postList.__tate .postItem-link {
  display: block;
}
.wpf-postList.__tate .postItem-link__imgcontainer {
  width: 100%;
  padding-bottom: 65%;
  margin-bottom: 8px;
}
.section-widebaner img,
.wpf-postList.__tate .postItem-link-title {
  width: 100%;
}
.wpf-postList.__tate .postItem-link-title__excerpt {
  display: none;
}
.wpf-postList.__yoko .postItem-link {
  display: flex;
}
.wpf-postList.__yoko .postItem-link__imgcontainer {
  width: 35%;
  padding-bottom: 35%;
  margin-right: 16px;
}
.wpf-postList.__yoko .postItem-link-title {
  width: calc(100% - 35% - 16px);
}
.wpf-postList.__yoko .postItem-link-title > time,
.wpf-postList.__yoko2 .postItem-link-title > time {
  margin-bottom: 8px;
}
.wpf-postList.__yoko .postItem-link-title__excerpt {
  display: none;
}
.wpf-postList.__yoko2 {
  display: block;
  margin-right: 0;
}
.wpf-postList.__yoko2 .postItem {
  width: 100%;
  margin-right: 0;
}
.wpf-postList.__yoko2 .postItem-link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 559px) {
  .wpf-postList.__yoko2 .postItem-link {
    display: block;
  }
}
.wpf-postList.__yoko2 .postItem-link__imgcontainer {
  width: 35%;
  padding-bottom: 22.75%;
  margin-right: 16px;
}
@media screen and (max-width: 559px) {
  .wpf-postList.__yoko2 .postItem-link__imgcontainer {
    width: 100%;
    padding-bottom: 65%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.wpf-postList.__yoko2 .postItem-link-title {
  width: calc(100% - 35% - 16px);
}
@media screen and (max-width: 559px) {
  .wpf-postList.__yoko2 .postItem-link-title {
    width: 100%;
  }
}
.wpf-postList.__yoko2 .postItem-link-title__text {
  margin-bottom: 8px;
}
.wpf-postList.__yoko2 .postItem-link-title__excerpt > p {
  color: var(--color_font);
  font-size: 1.4rem;
  margin: 0;
}
.effect-fade {
  opacity: 0;
  transition: all 2s;
}
.effect-fade.effect-scroll {
  opacity: 1;
}
a.frontLinkWrapper {
  position: relative;
}
.section-cta::before,
a.frontLinkWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
a.frontLinkWrapper::before {
  opacity: 0;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.1);
}
a.frontLinkWrapper:hover::before {
  opacity: 1;
  transition: all 0.3s;
}
a.frontLinkWrapper > figure.imgContainer {
  width: 100%;
}
.textContainer {
  text-align: center;
}
.textContainer .direction.__tate {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  line-height: 1.4;
  text-align: left;
  display: inline-block;
}
.textContainer .direction.__tate .title {
  margin-left: 32px;
}
.textContainer .direction.__yoko {
  text-align: center;
  line-height: 1.2;
  width: 100%;
}
.textContainer .direction.__yoko .title {
  margin-bottom: 32px;
}
.section-posts div.error-text,
.textContainer .direction .title {
  font-size: 2rem;
  font-weight: 700;
}
.textContainer .direction .text {
  font-size: 1.6rem;
}
@media screen and (max-width: 559px) {
  .textContainer .direction .text {
    font-size: 1.4rem;
  }
}
.section-posts {
  display: flex;
  flex-wrap: wrap;
}
.section-posts a.frontLinkWrapper {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .section-posts a.frontLinkWrapper {
    width: 50%;
  }
}
.section-posts a.frontLinkWrapper > figure.imgContainer {
  padding-bottom: 70%;
}
.section-posts a.frontLinkWrapper > div.title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  color: var(--color_base);
  font-weight: 700;
  box-sizing: border-box;
  background: linear-gradient(
    to bottom,
    var(--color_main) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.section-posts div.error-text {
  text-align: center;
  line-height: 160px;
  width: 100%;
}
.section-summary {
  padding: 120px 80px;
  box-sizing: border-box;
  text-align: center;
  background: #f3f3f3 url(../img/bg_washi.png);
  /* background-color: #0b3341; */
}
@media screen and (max-width: 559px) {
  .section-summary {
    padding: 64px 32px;
  }
}
.section-trio {
  display: flex;
}
@media screen and (max-width: 559px) {
  .section-trio {
    display: block;
  }
}
.section-trio > a.frontLinkWrapper {
  width: calc(100% / 3);
}
@media screen and (max-width: 559px) {
  .section-trio > a.frontLinkWrapper {
    width: 100%;
    display: block;
  }
}
.section-trio > a.frontLinkWrapper > figure.imgContainer {
  padding-bottom: 120%;
}
.section-trio > a.frontLinkWrapper:hover .text {
  opacity: 1;
  transition: 0.3s;
}
.section-trio > a.frontLinkWrapper .title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(
    to bottom,
    var(--color_trio_bg) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  color: var(--color_trio_font);
  box-sizing: border-box;
}
.section-trio > a.frontLinkWrapper .text {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  background: linear-gradient(
    to top,
    var(--color_trio_bg) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  color: var(--color_trio_font);
}
@media screen and (max-width: 559px) {
  .section-trio > a.frontLinkWrapper .text {
    opacity: 1;
  }
}
.section-trio.__tate > a.frontLinkWrapper .text,
.section-trio.__tate > a.frontLinkWrapper .title {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  line-height: 1.4;
}
.section-trio.__tate > a.frontLinkWrapper .title > div {
  padding: 24px 24px 40px;
}
.section-trio.__tate > a.frontLinkWrapper .text {
  right: 0;
}
.section-trio.__tate > a.frontLinkWrapper .text > div {
  width: auto;
  padding: 32px 24px 16px;
}
.section-trio.__yoko > a.frontLinkWrapper .title > div {
  padding: 40px 24px;
}
.section-trio.__yoko > a.frontLinkWrapper .text {
  left: 0;
  right: 0;
}
.section-trio.__yoko > a.frontLinkWrapper .text > div {
  width: 100%;
  padding: 32px 16px 16px;
}
.section-cta {
  padding: 120px 80px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 559px) {
  .section-cta {
    padding: 64px 32px;
  }
}
.section-cta::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.section-cta .textContainer {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
  color: var(--color_cta_font);
}
.section-cta .textContainer > .__yoko .title {
  margin-bottom: 24px;
}
.section-cta .btnContainer {
  text-align: center;
  position: relative;
  z-index: 2;
}
.section-cta .btnContainer > a.btn {
  background-color: var(--color_cta_btn_bg);
  color: var(--color_cta_btn_font);
  display: inline-block;
  padding: 8px 16px;
  border-radius: 2px;
  box-sizing: border-box;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
}
.section-duo {
  display: flex;
}
@media screen and (max-width: 559px) {
  .section-duo {
    display: block;
  }
}
.section-duo a.frontLinkWrapper._both {
  width: 50%;
}
@media screen and (max-width: 559px) {
  .section-duo a.frontLinkWrapper._both {
    display: block;
    width: 100%;
  }
}
.section-duo a.frontLinkWrapper._pc {
  width: 50%;
}
@media screen and (max-width: 559px) {
  .section-duo a.frontLinkWrapper._pc {
    display: none;
  }
}
.section-duo a.frontLinkWrapper._sp {
  display: none;
}
@media screen and (max-width: 559px) {
  .section-duo a.frontLinkWrapper._sp {
    display: block;
  }
}
.section-duo a.frontLinkWrapper > figure.imgContainer {
  padding-bottom: 100%;
}
.section-duo .textContainer {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  padding: 80px 16px;
}
@media screen and (max-width: 559px) {
  .section-duo .textContainer {
    width: 100%;
  }
}
.section-duo .textContainer-link {
  color: var(--color_font);
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.section-duo .textContainer-link:hover {
  letter-spacing: 2px;
}
.section-duo .textContainer .direction.__yoko {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 559px) {
  .section-duo .textContainer .direction.__yoko {
    position: static;
    transform: translate(0, 0);
  }
}
._about .about-business-table {
  margin: 64px auto;
  min-width: 64%;
}
@media screen and (max-width: 959px) {
  ._about .about-business-table {
    min-width: 80%;
  }
}
@media screen and (max-width: 559px) {
  ._about .about-business-table {
    width: 100%;
  }
}
._about .about-business-table > tbody > tr > th {
  font-weight: 700;
  background-color: var(--color_accent_3);
}
._about .about-business-table > tbody > tr > td,
._about .about-business-table > tbody > tr > th {
  border: 1px solid var(--color_accent_3);
  vertical-align: middle;
  padding: 8px 16px;
}
._about .mapContainer {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
._about .mapContainer > iframe {
  width: 100%;
  height: 560px;
}
@media screen and (max-width: 768px) {
  ._about .mapContainer > iframe {
    height: 400px;
  }
}
@media screen and (max-width: 559px) {
  ._about .mapContainer > iframe {
    height: 320px;
  }
}
