@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部ファイルの読み込み */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部フォントCSSファイルの読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
/* Body要素の背景色 */
/* Body要素の文字色 */
/* Body要素の書体 */
/*index: コンテンツ幅 */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
#site-breadcrumb, #header .head-inner, #sub-header .sub-head-inner, #footer .foot-inner, #footer-widget-area .footer-widget-layout, #page-header-wrapper .add-header-title-wrapper, #page-header-wrapper.title-layout02 #page-header .header-title-wrapper, #archive-header-wrapper.archive-title-layout02 #archive-header .header-title-wrapper,
#search-archive-header-wrapper.archive-title-layout02 #archive-header .header-title-wrapper, #single-header-wrapper.single-title-layout02 #single-header .header-title-wrapper, #single-header-wrapper.single-title-layout02 #single-header .tag-wrapper, #hero.mv-layout01 .mv, #hero.mv-layout03 .mv {
  max-width: 1366px; }

/*index: カラム */
#site-header-nav .nav-menu, #sub-header .sub-head-inner .sub-nav-menu, #site-header-drop-nav .site-header-drop-nav-inner .nav-menu, #header.h-layout01 .head-inner, #footer .footer-nav-inner, #sitemap .sitemap-nav, #sns-box, #sub-footer .sub-foot-inner .sub-nav-menu, #main-wrapper.page-layout01 main, #main-wrapper.single-layout01 main, #main-wrapper.archive-layout01 main, #main-wrapper.page-layout02 main, #main-wrapper.single-layout02 main, #main-wrapper.archive-layout02 main, #search-archive .post-list.content-archive-layout01 .list a,
#post-archive .post-list.content-archive-layout01 .list a,
.recent-post-archive .post-list.content-archive-layout01 .list a,
.recent-category-post-archive .post-list.content-archive-layout01 .list a, #search-archive .post-list.content-archive-layout04,
#post-archive .post-list.content-archive-layout04,
.recent-post-archive .post-list.content-archive-layout04,
.recent-category-post-archive .post-list.content-archive-layout04, #entry-header .tag-wrapper,
#single-header .tag-wrapper, #entry-footer .page-nav-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

/* リセット用のプレイスフォルダ */
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td, html, body {
  border: 0;
  font-family: inherit;
  font-size: 64%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

html, body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: #fff;
  color: #3b4043; }
  body a {
    color: #004bb1; }
    body a:hover {
      color: #004bb1; }
    body a:active {
      color: #004bb1; }
    body a:visited {
      color: #004bb1; }

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 64%;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1.8; }

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
.clearfix:after, html:after, body:after {
  content: "";
  display: block;
  clear: both; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

#entry-content #container table {
  margin-left: auto;
  margin-right: auto; }

#entry-content #container .layout_contents10 > .wp-block-column > .wp-block-columns, #entry-content #container .layout_parts_acdn, #entry-content #container .layout_parts_border, #entry-content #container .layout_parts_definition_list, #entry-content #container .layout_parts_scroll_area, #entry-content #container .layout_parts_modal, #entry-content #container .layout_parts_map, #entry-content #container .wp-block-column > *, #entry-content #container > * {
  margin-top: 1.5rem; }

#entry-content #container span {
  display: inline; }

body h1, #entry-content #container h1, #entry-content #container h1 a,
#entry-content #container h1 em,
#entry-content #container h1 strong {
  font-size: 3.2rem;
  line-height: 1.333; }
  @media only screen and (max-width: 1024px) {
    body h1, #entry-content #container h1, #entry-content #container h1 a,
    #entry-content #container h1 em,
    #entry-content #container h1 strong {
      font-size: 3.6vw; } }
  @media only screen and (max-width: 599px) {
    body h1, #entry-content #container h1, #entry-content #container h1 a,
    #entry-content #container h1 em,
    #entry-content #container h1 strong {
      font-size: 2.6rem; } }

body h2, #entry-content #container h2, #entry-content #container h2 a,
#entry-content #container h2 em,
#entry-content #container h2 strong {
  font-size: 3rem;
  line-height: 1.333; }
  @media only screen and (max-width: 1024px) {
    body h2, #entry-content #container h2, #entry-content #container h2 a,
    #entry-content #container h2 em,
    #entry-content #container h2 strong {
      font-size: 3.4vw; } }
  @media only screen and (max-width: 599px) {
    body h2, #entry-content #container h2, #entry-content #container h2 a,
    #entry-content #container h2 em,
    #entry-content #container h2 strong {
      font-size: 2.4rem; } }

body h3, #entry-content #container h3, #entry-content #container h3 a,
#entry-content #container h3 em,
#entry-content #container h3 strong {
  font-size: 3rem;
  line-height: 1.333; }
  @media only screen and (max-width: 1024px) {
    body h3, #entry-content #container h3, #entry-content #container h3 a,
    #entry-content #container h3 em,
    #entry-content #container h3 strong {
      font-size: 3.3vw; } }
  @media only screen and (max-width: 599px) {
    body h3, #entry-content #container h3, #entry-content #container h3 a,
    #entry-content #container h3 em,
    #entry-content #container h3 strong {
      font-size: 2.2rem; } }

body h4, #entry-content #container h4, #entry-content #container h4 a,
#entry-content #container h4 em,
#entry-content #container h4 strong {
  font-size: 2.6rem;
  line-height: 1.5; }
  @media only screen and (max-width: 1024px) {
    body h4, #entry-content #container h4, #entry-content #container h4 a,
    #entry-content #container h4 em,
    #entry-content #container h4 strong {
      font-size: 2.9vw; } }
  @media only screen and (max-width: 599px) {
    body h4, #entry-content #container h4, #entry-content #container h4 a,
    #entry-content #container h4 em,
    #entry-content #container h4 strong {
      font-size: 2rem; } }

body h5, #entry-content #container h5, #entry-content #container h5 a,
#entry-content #container h5 em,
#entry-content #container h5 strong {
  font-size: 2.2rem;
  line-height: 1.5; }
  @media only screen and (max-width: 1024px) {
    body h5, #entry-content #container h5, #entry-content #container h5 a,
    #entry-content #container h5 em,
    #entry-content #container h5 strong {
      font-size: 2.5vw; } }
  @media only screen and (max-width: 599px) {
    body h5, #entry-content #container h5, #entry-content #container h5 a,
    #entry-content #container h5 em,
    #entry-content #container h5 strong {
      font-size: 1.8rem; } }

body h6, #entry-content #container h6, #entry-content #container h6 a,
#entry-content #container h6 em,
#entry-content #container h6 strong {
  font-size: 1.8rem;
  line-height: 1.5; }
  @media only screen and (max-width: 1024px) {
    body h6, #entry-content #container h6, #entry-content #container h6 a,
    #entry-content #container h6 em,
    #entry-content #container h6 strong {
      font-size: 2.1vw; } }
  @media only screen and (max-width: 599px) {
    body h6, #entry-content #container h6, #entry-content #container h6 a,
    #entry-content #container h6 em,
    #entry-content #container h6 strong {
      font-size: 1.6rem; } }

#entry-content #container .wp-block-separator.is-style-dots:before, body p, #entry-content #container p, #entry-content #container p p em,
#entry-content #container p p strong {
  font-size: 1.6rem; }
  @media only screen and (max-width: 1024px) {
    #entry-content #container .wp-block-separator.is-style-dots:before, body p, #entry-content #container p, #entry-content #container p p em,
    #entry-content #container p p strong {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 599px) {
    #entry-content #container .wp-block-separator.is-style-dots:before, body p, #entry-content #container p, #entry-content #container p p em,
    #entry-content #container p p strong {
      font-size: 1.4rem; } }

#entry-content #container cite,
#entry-content #container .wp-block-pullquote__citation,
#entry-content #container cite em,
#entry-content #container .wp-block-pullquote__citation em,
#entry-content #container cite strong,
#entry-content #container .wp-block-pullquote__citation strong {
  font-size: 1.4rem; }
  @media only screen and (max-width: 1024px) {
    #entry-content #container cite,
    #entry-content #container .wp-block-pullquote__citation,
    #entry-content #container cite em,
    #entry-content #container .wp-block-pullquote__citation em,
    #entry-content #container cite strong,
    #entry-content #container .wp-block-pullquote__citation strong {
      font-size: 1.3rem; } }
  @media only screen and (max-width: 599px) {
    #entry-content #container cite,
    #entry-content #container .wp-block-pullquote__citation,
    #entry-content #container cite em,
    #entry-content #container .wp-block-pullquote__citation em,
    #entry-content #container cite strong,
    #entry-content #container .wp-block-pullquote__citation strong {
      font-size: 1.2rem; } }

#entry-content #container blockquote {
  margin: 1rem; }

body a, #entry-content #container a,
#entry-content #container a em,
#entry-content #container a strong {
  font-size: 1.6rem; }
  @media only screen and (max-width: 1024px) {
    body a, #entry-content #container a,
    #entry-content #container a em,
    #entry-content #container a strong {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 599px) {
    body a, #entry-content #container a,
    #entry-content #container a em,
    #entry-content #container a strong {
      font-size: 1.4rem; } }

#entry-content #container strong {
  font-weight: bold; }

#entry-content #container em {
  font-style: italic; }

#entry-content #container small {
  font-size: 1.4rem; }
  @media only screen and (max-width: 1024px) {
    #entry-content #container small {
      font-size: 1.3rem; } }
  @media only screen and (max-width: 599px) {
    #entry-content #container small {
      font-size: 1.2rem; } }

#entry-content #container sup {
  font-size: small;
  vertical-align: top; }

#entry-content #container figcaption,
#entry-content #container figcaption em,
#entry-content #container figcaption strong {
  font-size: 1.4rem; }
  @media only screen and (max-width: 1024px) {
    #entry-content #container figcaption,
    #entry-content #container figcaption em,
    #entry-content #container figcaption strong {
      font-size: 1.3rem; } }
  @media only screen and (max-width: 599px) {
    #entry-content #container figcaption,
    #entry-content #container figcaption em,
    #entry-content #container figcaption strong {
      font-size: 1.2rem; } }

#entry-content #container img {
  max-width: 100%; }

#entry-content #container ul {
  list-style: disc; }
  #entry-content #container ul ul,
  #entry-content #container ul ol {
    width: auto;
    margin-bottom: 0; }

#entry-content #container ol {
  list-style: decimal; }
  #entry-content #container ol ul,
  #entry-content #container ol ol {
    width: auto;
    margin-bottom: 0; }

#entry-content #container li, #entry-content #container li em,
#entry-content #container li strong {
  margin-left: 2rem;
  font-size: 1.6rem; }
  @media only screen and (max-width: 1024px) {
    #entry-content #container li, #entry-content #container li em,
    #entry-content #container li strong {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 599px) {
    #entry-content #container li, #entry-content #container li em,
    #entry-content #container li strong {
      font-size: 1.4rem; } }

#entry-content #container dt,
#entry-content #container dt em,
#entry-content #container dt strong {
  font-size: 1.6rem; }
  @media only screen and (max-width: 1024px) {
    #entry-content #container dt,
    #entry-content #container dt em,
    #entry-content #container dt strong {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 599px) {
    #entry-content #container dt,
    #entry-content #container dt em,
    #entry-content #container dt strong {
      font-size: 1.4rem; } }

#entry-content #container dd,
#entry-content #container dd em,
#entry-content #container dd strong {
  font-size: 1.6rem; }
  @media only screen and (max-width: 1024px) {
    #entry-content #container dd,
    #entry-content #container dd em,
    #entry-content #container dd strong {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 599px) {
    #entry-content #container dd,
    #entry-content #container dd em,
    #entry-content #container dd strong {
      font-size: 1.4rem; } }

#entry-content #container table {
  border-collapse: collapse;
  border: 2px solid #d3d3d3;
  margin-bottom: 5px;
  vertical-align: top; }

#entry-content #container th, #entry-content #container th em,
#entry-content #container th strong {
  border: 2px solid #d3d3d3;
  padding: 0.5em;
  vertical-align: top;
  font-size: 1.6rem; }
  @media only screen and (max-width: 1024px) {
    #entry-content #container th, #entry-content #container th em,
    #entry-content #container th strong {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 599px) {
    #entry-content #container th, #entry-content #container th em,
    #entry-content #container th strong {
      font-size: 1.4rem; } }

#entry-content #container td, #entry-content #container td em,
#entry-content #container td strong {
  border: 2px solid #d3d3d3;
  padding: 0.5em;
  vertical-align: top;
  font-size: 1.6rem; }
  @media only screen and (max-width: 1024px) {
    #entry-content #container td, #entry-content #container td em,
    #entry-content #container td strong {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 599px) {
    #entry-content #container td, #entry-content #container td em,
    #entry-content #container td strong {
      font-size: 1.4rem; } }

/*
┌─────────────────────────────
│ WYSIWYG部分の設定
│ 
*/
/*
┌─────────────────────────────
│ ブロックエディタ用スタイル
│ 
*/
#entry-content #container {
  /*──────────────────────────────────────────────────────────*/
  /*──────────────────────────────────────────────────────────*/
  /*──────────────────────────────────────────────────────────*/
  /*──────────────────────────────────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*──────────────────────────────────────────────────────────*/
  /*──────────────────────────────────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*──────────────────────────────────────────────────────────*/
  /*──────────────────────────────────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*─────────────────────────────*/
  /*──────────────────────────────────────────────────────────*/
  /*──────────────────────────────────────────────────────────*/ }
  #entry-content #container > .wp-block-columns,
  #entry-content #container > .wp-block-media-text,
  #entry-content #container > .wp-block-group {
    padding: 6rem 0; }
    @media only screen and (max-width: 1024px) {
      #entry-content #container > .wp-block-columns,
      #entry-content #container > .wp-block-media-text,
      #entry-content #container > .wp-block-group {
        padding: 6.25vw 0; } }
    @media only screen and (max-width: 599px) {
      #entry-content #container > .wp-block-columns,
      #entry-content #container > .wp-block-media-text,
      #entry-content #container > .wp-block-group {
        padding: 3rem 0; } }
  #entry-content #container .wp-block-image {
    position: relative; }
    #entry-content #container .wp-block-image.is-style-rounded {
      border-radius: 50%;
      overflow: hidden; }
    #entry-content #container .wp-block-image figcaption {
      width: 100%;
      line-height: 1.2;
      text-align: center; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .wp-block-image figcaption {
          padding: 0; } }
      #entry-content #container .wp-block-image figcaption::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #000;
        z-index: -1;
        opacity: 0.5; }
      #entry-content #container .wp-block-image figcaption span {
        display: block;
        text-align: center;
        font-size: 1.4rem; }
  #entry-content #container .layout_landing02,
  #entry-content #container .layout_landing03,
  #entry-content #container .layout_landing04,
  #entry-content #container .layout_landing05,
  #entry-content #container .layout_contents01,
  #entry-content #container .layout_contents02,
  #entry-content #container .layout_contents03,
  #entry-content #container .layout_contents04,
  #entry-content #container .layout_contents05,
  #entry-content #container .layout_contents06,
  #entry-content #container .layout_contents07,
  #entry-content #container .layout_contents08,
  #entry-content #container .layout_contents09,
  #entry-content #container .layout_contents10 {
    margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    #entry-content #container .layout_landing02 > .wp-block-column > .wp-block-columns {
      flex-flow: column; } }
  #entry-content #container .layout_landing02 > .wp-block-column > .wp-block-columns > .wp-block-column {
    flex-grow: inherit;
    flex-basis: auto;
    margin: auto 0; }
    @media only screen and (max-width: 599px) {
      #entry-content #container .layout_landing02 > .wp-block-column > .wp-block-columns > .wp-block-column {
        margin-top: 2rem; } }
    #entry-content #container .layout_landing02 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child {
      width: 58%; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_landing02 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child {
          width: 100%;
          margin-top: 0; } }
      #entry-content #container .layout_landing02 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child .wp-block-image {
        position: relative;
        padding-top: 58%; }
        @media only screen and (max-width: 1024px) {
          #entry-content #container .layout_landing02 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child .wp-block-image {
            padding-top: 75%; } }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_landing02 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child .wp-block-image {
            padding-top: 65%; } }
        #entry-content #container .layout_landing02 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child .wp-block-image .components-resizable-box__container {
          width: 100% !important;
          height: 100% !important;
          width: 100% !important;
          height: 100% !important;
          max-width: inherit !important;
          min-width: inherit !important;
          max-height: inherit !important;
          min-height: inherit !important;
          position: absolute !important;
          left: 0;
          top: 0; }
        #entry-content #container .layout_landing02 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child .wp-block-image a,
        #entry-content #container .layout_landing02 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child .wp-block-image img {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          object-fit: cover;
          width: 100%;
          height: 100%;
          transition: 0.3s ease; }
        #entry-content #container .layout_landing02 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child .wp-block-image a:hover {
          opacity: 0.7;
          transition: 0.3s ease; }
    #entry-content #container .layout_landing02 > .wp-block-column > .wp-block-columns > .wp-block-column:last-child {
      width: 30%;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_landing02 > .wp-block-column > .wp-block-columns > .wp-block-column:last-child {
          width: 90%; } }
  @media only screen and (max-width: 599px) {
    #entry-content #container .layout_landing03 > .wp-block-column > .wp-block-columns {
      flex-flow: column-reverse; } }
  #entry-content #container .layout_landing03 > .wp-block-column > .wp-block-columns > .wp-block-column {
    flex-grow: inherit;
    flex-basis: auto;
    margin: auto 0; }
    @media only screen and (max-width: 599px) {
      #entry-content #container .layout_landing03 > .wp-block-column > .wp-block-columns > .wp-block-column {
        margin-top: 2rem; } }
    #entry-content #container .layout_landing03 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child {
      width: 30%;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_landing03 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child {
          width: 90%; } }
    #entry-content #container .layout_landing03 > .wp-block-column > .wp-block-columns > .wp-block-column:last-child {
      width: 58%; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_landing03 > .wp-block-column > .wp-block-columns > .wp-block-column:last-child {
          width: 100%;
          margin-top: 0; } }
      #entry-content #container .layout_landing03 > .wp-block-column > .wp-block-columns > .wp-block-column:last-child .wp-block-image {
        position: relative;
        padding-top: 58%; }
        @media only screen and (max-width: 1024px) {
          #entry-content #container .layout_landing03 > .wp-block-column > .wp-block-columns > .wp-block-column:last-child .wp-block-image {
            padding-top: 75%; } }
        #entry-content #container .layout_landing03 > .wp-block-column > .wp-block-columns > .wp-block-column:last-child .wp-block-image .components-resizable-box__container {
          width: 100% !important;
          height: 100% !important;
          width: 100% !important;
          height: 100% !important;
          max-width: inherit !important;
          min-width: inherit !important;
          max-height: inherit !important;
          min-height: inherit !important;
          position: absolute !important;
          left: 0;
          top: 0; }
        #entry-content #container .layout_landing03 > .wp-block-column > .wp-block-columns > .wp-block-column:last-child .wp-block-image a,
        #entry-content #container .layout_landing03 > .wp-block-column > .wp-block-columns > .wp-block-column:last-child .wp-block-image img {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          object-fit: cover;
          width: 100%;
          height: 100%;
          transition: 0.3s ease; }
        #entry-content #container .layout_landing03 > .wp-block-column > .wp-block-columns > .wp-block-column:last-child .wp-block-image a:hover {
          opacity: 0.7;
          transition: 0.3s ease; }
  #entry-content #container .layout_landing04 .wp-block-cover {
    min-height: inherit;
    padding: 5% 0;
    min-height: 760px; }
    @media only screen and (max-width: 1024px) {
      #entry-content #container .layout_landing04 .wp-block-cover {
        min-height: 380px; } }
    @media only screen and (max-width: 599px) {
      #entry-content #container .layout_landing04 .wp-block-cover {
        height: auto;
        padding: 3rem 0; } }
    #entry-content #container .layout_landing04 .wp-block-cover .wp-block-cover__inner-container {
      width: 90%;
      max-width: 700px; }
  #entry-content #container .layout_landing05 .wp-block-cover {
    min-height: inherit;
    padding: 5% 0;
    min-height: 760px; }
    @media only screen and (max-width: 1024px) {
      #entry-content #container .layout_landing05 .wp-block-cover {
        min-height: 380px; } }
    @media only screen and (max-width: 599px) {
      #entry-content #container .layout_landing05 .wp-block-cover {
        height: auto;
        padding: 3rem 0; } }
    #entry-content #container .layout_landing05 .wp-block-cover .wp-block-cover__inner-container {
      width: 90%; }
  #entry-content #container .layout_landing05 > .wp-block-column > .wp-block-columns {
    padding: 6rem 0 0; }
    @media only screen and (max-width: 1024px) {
      #entry-content #container .layout_landing05 > .wp-block-column > .wp-block-columns {
        padding: 6.25vw 0 0; } }
    @media only screen and (max-width: 599px) {
      #entry-content #container .layout_landing05 > .wp-block-column > .wp-block-columns {
        padding: 0; } }
    #entry-content #container .layout_landing05 > .wp-block-column > .wp-block-columns.layout_landing05_cover {
      padding-top: 0; }
    #entry-content #container .layout_landing05 > .wp-block-column > .wp-block-columns.layout_landing05_column {
      margin: 0 auto;
      width: 100%; }
      #entry-content #container .layout_landing05 > .wp-block-column > .wp-block-columns.layout_landing05_column > .wp-block-column {
        flex-grow: inherit;
        flex-basis: auto;
        max-width: 33.333%;
        flex: 0 1 33.333%;
        padding: 0 2rem;
        margin: 0; }
        @media only screen and (max-width: 1024px) {
          #entry-content #container .layout_landing05 > .wp-block-column > .wp-block-columns.layout_landing05_column > .wp-block-column {
            padding: 0 2.08333vw; } }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_landing05 > .wp-block-column > .wp-block-columns.layout_landing05_column > .wp-block-column {
            padding: 3rem 0 0; } }
        #entry-content #container .layout_landing05 > .wp-block-column > .wp-block-columns.layout_landing05_column > .wp-block-column > * {
          width: 90%;
          margin-left: auto;
          margin-right: auto; }
        #entry-content #container .layout_landing05 > .wp-block-column > .wp-block-columns.layout_landing05_column > .wp-block-column > .wp-block-columns {
          width: 100%; }
          #entry-content #container .layout_landing05 > .wp-block-column > .wp-block-columns.layout_landing05_column > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-image {
            position: relative;
            width: 100%;
            padding-top: 100%;
            margin: 0 auto;
            overflow: hidden; }
            #entry-content #container .layout_landing05 > .wp-block-column > .wp-block-columns.layout_landing05_column > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-image .components-resizable-box__container {
              width: 100% !important;
              height: 100% !important;
              width: 100% !important;
              height: 100% !important;
              max-width: inherit !important;
              min-width: inherit !important;
              max-height: inherit !important;
              min-height: inherit !important;
              position: absolute !important;
              left: 0;
              top: 0; }
            #entry-content #container .layout_landing05 > .wp-block-column > .wp-block-columns.layout_landing05_column > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-image a,
            #entry-content #container .layout_landing05 > .wp-block-column > .wp-block-columns.layout_landing05_column > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-image img {
              position: absolute;
              left: 0;
              top: 0;
              bottom: 0;
              right: 0;
              margin: auto;
              object-fit: cover;
              width: 100%;
              height: 100%;
              transition: 0.3s ease; }
            #entry-content #container .layout_landing05 > .wp-block-column > .wp-block-columns.layout_landing05_column > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-image a:hover {
              opacity: 0.7;
              transition: 0.3s ease; }
  #entry-content #container .layout_landing_grid_mediaCoverLink {
    display: grid;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto; }
    @media only screen and (max-width: 599px) {
      #entry-content #container .layout_landing_grid_mediaCoverLink {
        grid-column-gap: 1rem; } }
    #entry-content #container .layout_landing_grid_mediaCoverLink.columns2 {
      grid-template-columns: auto auto;
      grid-auto-columns: 33%; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_landing_grid_mediaCoverLink.columns2 {
          display: block; } }
      #entry-content #container .layout_landing_grid_mediaCoverLink.columns2 > .wp-block-column {
        flex-basis: 33% !important; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_landing_grid_mediaCoverLink.columns2 > .wp-block-column {
            flex-basis: 100% !important;
            margin-top: 2rem; }
            #entry-content #container .layout_landing_grid_mediaCoverLink.columns2 > .wp-block-column:first-child {
              margin-top: 0; } }
    #entry-content #container .layout_landing_grid_mediaCoverLink.columns3 {
      grid-template-columns: auto auto auto;
      grid-auto-columns: 33%; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_landing_grid_mediaCoverLink.columns3 {
          display: block; } }
      #entry-content #container .layout_landing_grid_mediaCoverLink.columns3 > .wp-block-column {
        flex-basis: 33% !important; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_landing_grid_mediaCoverLink.columns3 > .wp-block-column {
            flex-basis: 100% !important;
            margin-top: 2rem; }
            #entry-content #container .layout_landing_grid_mediaCoverLink.columns3 > .wp-block-column:first-child {
              margin-top: 0; } }
    #entry-content #container .layout_landing_grid_mediaCoverLink.columns4 {
      grid-template-columns: auto auto auto auto;
      grid-auto-columns: 25%; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_landing_grid_mediaCoverLink.columns4 {
          grid-template-columns: auto auto;
          grid-auto-columns: 50%; } }
      #entry-content #container .layout_landing_grid_mediaCoverLink.columns4 > .wp-block-column {
        flex-basis: 25% !important; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_landing_grid_mediaCoverLink.columns4 > .wp-block-column {
            flex-basis: 50% !important; } }
    #entry-content #container .layout_landing_grid_mediaCoverLink.columns5 {
      grid-template-columns: auto auto auto;
      grid-auto-columns: 20%; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_landing_grid_mediaCoverLink.columns5 {
          display: block; } }
      #entry-content #container .layout_landing_grid_mediaCoverLink.columns5 > .wp-block-column {
        flex-basis: 20% !important; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_landing_grid_mediaCoverLink.columns5 > .wp-block-column {
            flex-basis: 100% !important;
            margin-top: 2rem; }
            #entry-content #container .layout_landing_grid_mediaCoverLink.columns5 > .wp-block-column:first-child {
              margin-top: 0; } }
    #entry-content #container .layout_landing_grid_mediaCoverLink > .wp-block-column {
      position: relative; }
      #entry-content #container .layout_landing_grid_mediaCoverLink > .wp-block-column .wp-block-image a {
        display: block;
        width: 100%;
        height: 100%; }
        #entry-content #container .layout_landing_grid_mediaCoverLink > .wp-block-column .wp-block-image a img {
          transition: 0.3s ease; }
        #entry-content #container .layout_landing_grid_mediaCoverLink > .wp-block-column .wp-block-image a:hover {
          transition: 0.3s ease; }
          #entry-content #container .layout_landing_grid_mediaCoverLink > .wp-block-column .wp-block-image a:hover img {
            transition: 0.3s ease;
            filter: brightness(0.8); }
      #entry-content #container .layout_landing_grid_mediaCoverLink > .wp-block-column > .wp-block-columns {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: fit-content;
        height: fit-content; }
        #entry-content #container .layout_landing_grid_mediaCoverLink > .wp-block-column > .wp-block-columns a {
          text-decoration: none; }
  #entry-content #container .layout_contents02 .wp-block-columns {
    justify-content: space-between; }
    @media only screen and (max-width: 599px) {
      #entry-content #container .layout_contents02 .wp-block-columns {
        flex-flow: column-reverse; } }
    #entry-content #container .layout_contents02 .wp-block-columns .wp-block-column {
      flex-grow: inherit;
      flex-basis: auto; }
      #entry-content #container .layout_contents02 .wp-block-columns .wp-block-column:first-child {
        margin: auto 0;
        width: 55%; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_contents02 .wp-block-columns .wp-block-column:first-child {
            width: 100%;
            margin-top: 2rem; } }
      #entry-content #container .layout_contents02 .wp-block-columns .wp-block-column:last-child {
        margin: auto 0;
        width: 41%; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_contents02 .wp-block-columns .wp-block-column:last-child {
            width: 100%;
            margin-top: 2rem; } }
  #entry-content #container .layout_contents03 .wp-block-columns .wp-block-column {
    flex-grow: inherit;
    flex-basis: auto; }
    @media only screen and (max-width: 599px) {
      #entry-content #container .layout_contents03 .wp-block-columns .wp-block-column {
        flex-flow: column; } }
    #entry-content #container .layout_contents03 .wp-block-columns .wp-block-column:first-child {
      margin: auto 0;
      width: 58%; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_contents03 .wp-block-columns .wp-block-column:first-child {
          width: 100%; } }
    #entry-content #container .layout_contents03 .wp-block-columns .wp-block-column:last-child {
      margin: auto;
      width: 30%; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_contents03 .wp-block-columns .wp-block-column:last-child {
          width: 100%;
          margin-top: 2rem; } }
  @media only screen and (max-width: 599px) {
    #entry-content #container .layout_contents04 .wp-block-columns {
      flex-flow: column-reverse; } }
  #entry-content #container .layout_contents04 .wp-block-columns .wp-block-column {
    flex-grow: inherit;
    flex-basis: auto; }
    #entry-content #container .layout_contents04 .wp-block-columns .wp-block-column:first-child {
      margin: auto;
      width: 30%; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_contents04 .wp-block-columns .wp-block-column:first-child {
          width: 100%;
          margin-top: 2rem; } }
    #entry-content #container .layout_contents04 .wp-block-columns .wp-block-column:last-child {
      margin: auto 0;
      width: 58%; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_contents04 .wp-block-columns .wp-block-column:last-child {
          width: 100%; } }
      #entry-content #container .layout_contents04 .wp-block-columns .wp-block-column:last-child .wp-block-image {
        text-align: right; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_contents04 .wp-block-columns .wp-block-column:last-child .wp-block-image {
            text-align: left; } }
  #entry-content #container .layout_contents05 {
    justify-content: space-between; }
    #entry-content #container .layout_contents05 > .wp-block-column {
      flex-grow: inherit;
      flex-basis: auto;
      margin: 0;
      width: 48%; }
      #entry-content #container .layout_contents05 > .wp-block-column .wp-block-image {
        position: relative;
        padding-top: 75%;
        margin: 0; }
        #entry-content #container .layout_contents05 > .wp-block-column .wp-block-image .components-resizable-box__container {
          width: 100% !important;
          height: 100% !important;
          max-width: inherit !important;
          min-width: inherit !important;
          max-height: inherit !important;
          min-height: inherit !important;
          position: absolute !important;
          left: 0;
          top: 0; }
        #entry-content #container .layout_contents05 > .wp-block-column .wp-block-image a,
        #entry-content #container .layout_contents05 > .wp-block-column .wp-block-image img {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          object-fit: cover;
          width: 100%;
          height: 100%;
          transition: 0.3s ease; }
        #entry-content #container .layout_contents05 > .wp-block-column .wp-block-image a:hover {
          opacity: 0.7;
          transition: 0.3s ease; }
      #entry-content #container .layout_contents05 > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-columns {
        padding: 4rem 0; }
        @media only screen and (max-width: 1024px) {
          #entry-content #container .layout_contents05 > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-columns {
            padding: 2rem 0; } }
        #entry-content #container .layout_contents05 > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column {
          flex-grow: inherit;
          flex-basis: auto;
          width: 90%;
          margin: 0 auto; }
  #entry-content #container .layout_contents06 {
    display: block; }
    #entry-content #container .layout_contents06 > .wp-block-column {
      flex-grow: inherit;
      flex-basis: auto; }
      #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns {
        flex-wrap: wrap;
        margin: 0 -1rem; }
        @media only screen and (max-width: 1024px) {
          #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns {
            margin: 0 -1.041667vw; } }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns {
            margin: 0 auto; } }
        #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns > .wp-block-column {
          flex-grow: inherit;
          max-width: 33.333%;
          flex: 0 1 33.333%;
          padding: 2rem 1rem 0;
          margin: 0; }
          @media only screen and (max-width: 1024px) {
            #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns > .wp-block-column {
              padding: 2.08333vw 1.041667vw 0; } }
          @media only screen and (max-width: 599px) {
            #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns > .wp-block-column {
              max-width: 100%;
              flex: 0 1 100%;
              padding: 3rem 0 0; } }
          #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(1) {
            padding-top: 0; }
          #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(2), #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(3) {
            padding-top: 0; }
            @media only screen and (max-width: 599px) {
              #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(2), #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(3) {
                padding-top: 3rem; } }
          #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-image {
            position: relative;
            padding-top: 75%;
            margin: 0; }
            #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-image .components-resizable-box__container {
              width: 100% !important;
              height: 100% !important;
              width: 100% !important;
              height: 100% !important;
              max-width: inherit !important;
              min-width: inherit !important;
              max-height: inherit !important;
              min-height: inherit !important;
              position: absolute !important;
              left: 0;
              top: 0; }
            #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-image a,
            #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-image img {
              position: absolute;
              left: 0;
              top: 0;
              bottom: 0;
              right: 0;
              margin: auto;
              object-fit: cover;
              width: 100%;
              height: 100%;
              transition: 0.3s ease; }
            #entry-content #container .layout_contents06 > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-image a:hover {
              opacity: 0.7;
              transition: 0.3s ease; }
  #entry-content #container .layout_contents07 {
    display: block; }
    #entry-content #container .layout_contents07 > .wp-block-column {
      flex-grow: inherit;
      flex-basis: auto; }
      #entry-content #container .layout_contents07 > .wp-block-column > .wp-block-columns {
        flex-wrap: wrap;
        margin: 0 -1rem; }
        @media only screen and (max-width: 1024px) {
          #entry-content #container .layout_contents07 > .wp-block-column > .wp-block-columns {
            margin: 0 -1.041667vw; } }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_contents07 > .wp-block-column > .wp-block-columns {
            flex-flow: column;
            margin: 0 auto; } }
        #entry-content #container .layout_contents07 > .wp-block-column > .wp-block-columns > .wp-block-column {
          flex-grow: inherit;
          max-width: 33.3%;
          flex: 0 1 33.3%;
          margin: 0;
          padding: 2rem 1rem 0; }
          @media only screen and (max-width: 1024px) {
            #entry-content #container .layout_contents07 > .wp-block-column > .wp-block-columns > .wp-block-column {
              padding: 2.08333vw 1.041667vw 0; } }
          @media only screen and (max-width: 599px) {
            #entry-content #container .layout_contents07 > .wp-block-column > .wp-block-columns > .wp-block-column {
              padding: 1rem 0 0;
              max-width: 100%;
              flex: 0 1 100%; } }
          #entry-content #container .layout_contents07 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(1) {
            padding-top: 0; }
          #entry-content #container .layout_contents07 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(2), #entry-content #container .layout_contents07 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(3) {
            padding-top: 0; }
            @media only screen and (max-width: 599px) {
              #entry-content #container .layout_contents07 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(2), #entry-content #container .layout_contents07 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(3) {
                padding-top: 1rem; } }
          #entry-content #container .layout_contents07 > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-cover {
            padding: 100% 0 0;
            margin: 0;
            min-height: inherit; }
            #entry-content #container .layout_contents07 > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
              position: absolute;
              bottom: 0;
              left: 0;
              z-index: 1;
              display: flex;
              flex-flow: column;
              justify-content: center; }
              #entry-content #container .layout_contents07 > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-cover .wp-block-cover__inner-container p {
                width: 100%;
                position: relative;
                margin: 0;
                z-index: 2;
                font-size: 1.4rem;
                padding: 5px; }
  #entry-content #container .layout_contents08 {
    display: block; }
    #entry-content #container .layout_contents08 > .wp-block-column {
      flex-grow: inherit;
      flex-basis: auto; }
      #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns {
        flex-wrap: wrap;
        margin: 0 -1rem; }
        @media only screen and (max-width: 1024px) {
          #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns {
            margin: 0 -1.041667vw; } }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns {
            margin: 0 -0.25rem; } }
        #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns > .wp-block-column {
          flex-grow: inherit;
          max-width: 25%;
          flex: 0 1 25%;
          margin: 0;
          padding: 2rem 1rem 0; }
          @media only screen and (max-width: 1024px) {
            #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns > .wp-block-column {
              max-width: 50%;
              flex: 0 1 50%;
              padding: 2.08333vw 1.041667vw 0; } }
          @media only screen and (max-width: 599px) {
            #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns > .wp-block-column {
              padding: 0.5rem 0.25rem 0; } }
          #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(1), #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(2) {
            padding-top: 0; }
          #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(3), #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(4) {
            padding-top: 0; }
            @media only screen and (max-width: 1024px) {
              #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(3), #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(4) {
                padding-top: 2.08333vw; } }
            @media only screen and (max-width: 599px) {
              #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(3), #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(4) {
                padding-top: 0.5rem; } }
          #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-cover {
            padding: 100% 0 0;
            margin: 0;
            min-height: inherit; }
            #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
              position: absolute;
              bottom: 0;
              left: 0;
              z-index: 1;
              display: flex;
              flex-flow: column;
              justify-content: center; }
              #entry-content #container .layout_contents08 > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-cover .wp-block-cover__inner-container p {
                width: 100%;
                position: relative;
                margin: 0;
                z-index: 2;
                font-size: 1.4rem;
                padding: 5px; }
  #entry-content #container .layout_contents09 {
    display: block; }
    #entry-content #container .layout_contents09 > .wp-block-column {
      flex-grow: inherit;
      flex-basis: auto; }
      #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns {
        flex-wrap: wrap;
        margin: 0 -1rem; }
        @media only screen and (max-width: 1024px) {
          #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns {
            margin: 0 -1.041667vw;
            justify-content: center; } }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns {
            margin: 0 -0.25rem; } }
        #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns > .wp-block-column {
          flex-grow: inherit;
          max-width: 20%;
          flex: 0 1 20%;
          margin: 0;
          padding: 2rem 1rem 0; }
          @media only screen and (max-width: 1024px) {
            #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns > .wp-block-column {
              max-width: 33.3%;
              flex: 0 1 33.3%;
              padding: 2.08333vw 1.041667vw 0; } }
          @media only screen and (max-width: 599px) {
            #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns > .wp-block-column {
              padding: 0.5rem 0.25rem 0; } }
          #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(1), #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(2), #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(3) {
            padding-top: 0; }
          #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(4), #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(5) {
            padding-top: 0; }
            @media only screen and (max-width: 1024px) {
              #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(4), #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(5) {
                padding-top: 2.08333vw; } }
            @media only screen and (max-width: 599px) {
              #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(4), #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns > .wp-block-column:nth-child(5) {
                padding-top: 0.5rem; } }
          #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-cover {
            padding: 100% 0 0;
            margin: 0;
            min-height: inherit; }
            #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
              position: absolute;
              bottom: 0;
              left: 0;
              z-index: 1;
              display: flex;
              flex-flow: column;
              justify-content: center; }
              #entry-content #container .layout_contents09 > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-cover .wp-block-cover__inner-container p {
                width: 100%;
                position: relative;
                margin: 0;
                z-index: 2;
                font-size: 1.4rem;
                padding: 5px; }
  #entry-content #container .layout_contents10 > .wp-block-column > .wp-block-columns {
    padding-top: 2rem;
    border-top-width: 1px;
    border-top-style: dashed; }
    @media only screen and (max-width: 599px) {
      #entry-content #container .layout_contents10 > .wp-block-column > .wp-block-columns {
        margin-top: 2rem; } }
    #entry-content #container .layout_contents10 > .wp-block-column > .wp-block-columns:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: none; }
    @media only screen and (max-width: 599px) {
      #entry-content #container .layout_contents10 > .wp-block-column > .wp-block-columns {
        flex-flow: column; } }
    #entry-content #container .layout_contents10 > .wp-block-column > .wp-block-columns > .wp-block-column {
      flex-grow: inherit;
      flex-basis: auto; }
      #entry-content #container .layout_contents10 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child {
        margin: auto 0;
        width: 25%; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_contents10 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child {
            width: 100%; } }
        #entry-content #container .layout_contents10 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child .wp-block-image {
          position: relative;
          padding-top: 80%;
          margin: auto 0; }
          #entry-content #container .layout_contents10 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child .wp-block-image .components-resizable-box__container {
            width: 100% !important;
            height: 100% !important;
            width: 100% !important;
            height: 100% !important;
            max-width: inherit !important;
            min-width: inherit !important;
            max-height: inherit !important;
            min-height: inherit !important;
            position: absolute !important;
            left: 0;
            top: 0; }
          #entry-content #container .layout_contents10 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child .wp-block-image a,
          #entry-content #container .layout_contents10 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child .wp-block-image img {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            object-fit: cover;
            width: 100%;
            height: 100%;
            transition: 0.3s ease; }
          #entry-content #container .layout_contents10 > .wp-block-column > .wp-block-columns > .wp-block-column:first-child .wp-block-image a:hover {
            opacity: 0.7;
            transition: 0.3s ease; }
      #entry-content #container .layout_contents10 > .wp-block-column > .wp-block-columns > .wp-block-column:last-child {
        margin: auto 0 auto auto;
        width: 72%; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_contents10 > .wp-block-column > .wp-block-columns > .wp-block-column:last-child {
            width: 100%;
            margin: 1rem auto 0; } }
  #entry-content #container .layout_parts_acdn > .wp-block-column {
    transition: 0.3s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4); }
  #entry-content #container .layout_parts_acdn .acdn_toggle {
    border-width: 3px;
    border-style: solid;
    padding: 1.6rem 1.6rem 1.6rem calc(1.6rem + 35px);
    cursor: pointer;
    margin: 0;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      #entry-content #container .layout_parts_acdn .acdn_toggle {
        padding: 1.6rem 1.6rem 1.6rem calc(1.6rem + 3.64583vw); } }
    @media only screen and (max-width: 599px) {
      #entry-content #container .layout_parts_acdn .acdn_toggle {
        border-width: 2px;
        padding: 0.8rem 0.8rem 0.8rem calc(0.8rem + 15px); } }
    #entry-content #container .layout_parts_acdn .acdn_toggle::before {
      display: block;
      position: absolute;
      content: "";
      width: 20px;
      height: 2px;
      left: 15px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media only screen and (max-width: 1024px) {
        #entry-content #container .layout_parts_acdn .acdn_toggle::before {
          width: 2.084vw; } }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_parts_acdn .acdn_toggle::before {
          width: 10px;
          left: 5px; } }
    #entry-content #container .layout_parts_acdn .acdn_toggle::after {
      position: absolute;
      content: "";
      width: 20px;
      height: 2px;
      left: 15px;
      right: inherit;
      top: 0;
      bottom: 0;
      margin: auto;
      transform: rotateZ(90deg);
      transition: 0.3s ease; }
      @media only screen and (max-width: 1024px) {
        #entry-content #container .layout_parts_acdn .acdn_toggle::after {
          width: 2.084vw; } }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_parts_acdn .acdn_toggle::after {
          width: 10px;
          left: 5px; } }
  #entry-content #container .layout_parts_acdn .acdn_box {
    padding: 1.6rem;
    margin: 0;
    display: none; }
  #entry-content #container .layout_parts_acdn .open {
    transition: 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4); }
    #entry-content #container .layout_parts_acdn .open .acdn_toggle::after {
      transform: rotateZ(0deg);
      transition: 0.3s ease; }
  #entry-content #container .layout_parts_border > .wp-block-column p {
    border-style: solid;
    border-width: 5px;
    padding: 5rem; }
    @media only screen and (max-width: 1024px) {
      #entry-content #container .layout_parts_border > .wp-block-column p {
        padding: 5.20833vw; } }
    @media only screen and (max-width: 599px) {
      #entry-content #container .layout_parts_border > .wp-block-column p {
        border-width: 3px;
        padding: 2rem; } }
  #entry-content #container .layout_parts_definition_list .definition_list {
    width: 100%;
    padding: 1.6rem 0;
    border-bottom-style: solid;
    border-bottom-width: 1px; }
    @media only screen and (max-width: 599px) {
      #entry-content #container .layout_parts_definition_list .definition_list {
        padding: 0.8rem 0;
        flex-flow: column;
        border-top-width: 2px; } }
    #entry-content #container .layout_parts_definition_list .definition_list .definition_term {
      width: 20%;
      flex-grow: inherit;
      flex-basis: auto;
      margin: 0;
      padding-left: 1.6rem; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_parts_definition_list .definition_list .definition_term {
          width: 100%;
          padding: 0 0.8rem 0.8rem;
          margin-bottom: 0.8rem;
          border-bottom-style: dashed;
          border-bottom-width: 1px; } }
    #entry-content #container .layout_parts_definition_list .definition_list .definition_description {
      width: 80%;
      flex-grow: inherit;
      flex-basis: auto;
      margin: 0;
      padding-right: 1.6rem; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .layout_parts_definition_list .definition_list .definition_description {
          width: 100%;
          padding: 0 0.8rem; } }
  #entry-content #container .layout_parts_scroll_area > .wp-block-column > .wp-block-columns {
    height: 400px;
    border-width: 1px;
    border-style: solid; }
    #entry-content #container .layout_parts_scroll_area > .wp-block-column > .wp-block-columns > .wp-block-column {
      height: 100%;
      overflow-y: scroll;
      flex-grow: inherit;
      flex-basis: auto;
      padding: 3rem; }
      @media only screen and (max-width: 1024px) {
        #entry-content #container .layout_parts_scroll_area > .wp-block-column > .wp-block-columns > .wp-block-column {
          padding: 3.125vw; } }
      #entry-content #container .layout_parts_scroll_area > .wp-block-column > .wp-block-columns > .wp-block-column::-webkit-scrollbar {
        width: 7px; }
      #entry-content #container .layout_parts_scroll_area > .wp-block-column > .wp-block-columns > .wp-block-column::-webkit-scrollbar-track {
        margin: 0 5px;
        background: transparent; }
  #entry-content #container .layout_parts_modal > .wp-block-column {
    flex-grow: inherit;
    flex-basis: auto;
    width: 100%; }
    #entry-content #container .layout_parts_modal > .wp-block-column .modal_toggle.are-vertically-aligned-top > .wp-block-column {
      text-align: left; }
    #entry-content #container .layout_parts_modal > .wp-block-column .modal_toggle.are-vertically-aligned-center > .wp-block-column {
      text-align: center; }
    #entry-content #container .layout_parts_modal > .wp-block-column .modal_toggle.are-vertically-aligned-bottom > .wp-block-column {
      text-align: right; }
    #entry-content #container .layout_parts_modal > .wp-block-column .modal_toggle > .wp-block-column {
      flex-grow: inherit;
      flex-basis: auto; }
      #entry-content #container .layout_parts_modal > .wp-block-column .modal_toggle > .wp-block-column .modal_toggle_btn {
        border-radius: 0% !important;
        cursor: pointer;
        border-width: 2px;
        border-style: solid; }
    #entry-content #container .layout_parts_modal > .wp-block-column .modal_box {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 100;
      display: none; }
      #entry-content #container .layout_parts_modal > .wp-block-column .modal_box::before {
        position: absolute;
        content: "×";
        line-height: 1;
        font-size: 6rem;
        text-align: center;
        width: 60px;
        right: 0;
        top: 0%;
        color: #fff;
        cursor: pointer; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_parts_modal > .wp-block-column .modal_box::before {
            font-size: 3rem;
            width: 30px; } }
      #entry-content #container .layout_parts_modal > .wp-block-column .modal_box > .wp-block-column {
        flex-grow: inherit;
        flex-basis: auto;
        width: 80%;
        max-width: 800px;
        max-height: 800px;
        overflow-y: scroll;
        margin: auto;
        padding: 2rem;
        top: 50%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
        background: #fff;
        position: absolute; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .layout_parts_modal > .wp-block-column .modal_box > .wp-block-column {
            width: 90%;
            max-height: 120vw; } }
  #entry-content #container .layout_parts_map > .wp-block-column > iframe {
    width: 100%;
    height: 27.5vw;
    max-height: 700px;
    min-height: 450px; }
    @media only screen and (max-width: 599px) {
      #entry-content #container .layout_parts_map > .wp-block-column > iframe {
        height: 100vw;
        min-height: inherit; } }
  #entry-content #container .wp-block {
    /*──────────────────────────────────────────────────────────*/
    /*──────────────────────────────────────────────────────────*/ }
    #entry-content #container .wp-block-pullquote {
      border-top: 4px solid;
      border-bottom: 4px solid; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .wp-block-pullquote {
          border-top-width: 2px;
          border-bottom-width: 2px; } }
    #entry-content #container .wp-block-buttons > .wp-block-button {
      margin: 0.25rem 0;
      margin-right: 2rem; }
      #entry-content #container .wp-block-buttons > .wp-block-button:last-child {
        margin-right: 0; }
    #entry-content #container .wp-block-cover .wp-block-cover__inner-container > :first-child {
      margin-top: 0; }
    #entry-content #container .wp-block-columns .wp-block-column > :first-child {
      margin-top: 0; }
    #entry-content #container .wp-block-group .wp-block-group__inner-container > :first-child {
      margin-top: 0; }
    #entry-content #container .wp-block-media-text .wp-block-media-text__content > :first-child {
      margin-top: 0; }
    #entry-content #container .wp-block-separator {
      border-style: solid; }
      #entry-content #container .wp-block-separator.is-style-default, #entry-content #container .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
        margin-left: auto;
        margin-right: auto;
        max-width: 100px !important; }
      #entry-content #container .wp-block-separator.is-style-dots {
        border: none; }
    #entry-content #container .wp-block-embed figcaption {
      text-align: center; }
    #entry-content #container .wp-block-embed.aligncenter .wp-block-embed__wrapper {
      text-align: center; }
    #entry-content #container .wp-block-embed-twitter.aligncenter .twitter-tweet {
      margin-left: auto !important;
      margin-right: auto !important; }
    #entry-content #container .wp-block-embed-youtube .wp-block-embed__wrapper {
      padding-bottom: 56.25%; }
      #entry-content #container .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #entry-content #container .wp-block-embed-vimeo .wp-block-embed__wrapper {
      padding-bottom: 56.25%; }
      #entry-content #container .wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #entry-content #container .wp-block-embed-dailymotion .wp-block-embed__wrapper {
      padding-bottom: 56.25%; }
      #entry-content #container .wp-block-embed-dailymotion .wp-block-embed__wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #entry-content #container .wp-block-embed-issuu.aligncenter .issuuembed {
      margin-left: auto;
      margin-right: auto; }
    #entry-content #container .wp-block-embed-kickstarter .wp-block-embed__wrapper {
      padding-bottom: 56.25%; }
      #entry-content #container .wp-block-embed-kickstarter .wp-block-embed__wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #entry-content #container .wp-block-embed-slideshare .wp-block-embed__wrapper {
      padding-bottom: 56.25%; }
      #entry-content #container .wp-block-embed-slideshare .wp-block-embed__wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #entry-content #container .wp-block-embed-speaker-deck .wp-block-embed__wrapper {
      padding-bottom: 75%; }
      #entry-content #container .wp-block-embed-speaker-deck .wp-block-embed__wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #entry-content #container .wp-block-embed-tiktok.aligncenter .tiktok-embed {
      margin-left: auto;
      margin-right: auto; }
    #entry-content #container .wp-block-embed-ted .wp-block-embed__wrapper {
      padding-bottom: 56.25%; }
      #entry-content #container .wp-block-embed-ted .wp-block-embed__wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #entry-content #container .wp-block-embed-wordpress-tv .wp-block-embed__wrapper {
      padding-bottom: 56.25%; }
      #entry-content #container .wp-block-embed-wordpress-tv .wp-block-embed__wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と サイトの初期設定 */
:focus {
  outline: 0; }

ol,
ul {
  list-style: none; }

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

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

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

blockquote,
q {
  quotes: "" ""; }

a img {
  border: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/*index: 全体 */
html * {
  box-sizing: border-box;
  font-feature-settings: "palt";
  word-break: break-all;
  line-break: strict; }

/*index: body内 */
body {
  /*index: コンテンツ */
  /*index: l-contents */
  /*index: mobile-btn -> open */ }
  body img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    pointer-events: none; }
  body figure {
    margin: 0; }
  body #wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100); }
  body #main-wrapper {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    flex: 1 0 auto;
    padding: 6rem 0;
    /*index: ホームページのコンテンツエリアに上下余白を無くす */
    /*index: width:100% ページ コンテンツが横にはみ出さないよう調整*/
    /*index: 404ページ */ }
    @media only screen and (max-width: 1024px) {
      body #main-wrapper {
        padding: 6.25vw 0; } }
    @media only screen and (max-width: 599px) {
      body #main-wrapper {
        padding: 3rem 0; } }
    body #main-wrapper main {
      width: 100%;
      margin: 0 auto;
      flex: 1 0 auto;
      min-height: 30vh;
      min-height: calc(var(--vh, 1vh) * 30); }
    body #main-wrapper.t-b-margin-clear {
      padding: 0 !important; }
    body #main-wrapper.home, body #main-wrapper.page-layout05, body #main-wrapper.page-layout06, body #main-wrapper.page-layout07, body #main-wrapper.single-layout05, body #main-wrapper.single-layout06, body #main-wrapper.single-layout07 {
      overflow-x: hidden; }
    body #main-wrapper.page_404 main {
      width: 90%; }
  @media only screen and (min-width: 1025px) {
    body #l-contents,
    body #l-footer {
      margin-left: 250px; } }
  body.open {
    overflow: hidden;
    touch-action: pinch-zoom; }

/*index: sp非表示 */
@media only screen and (max-width: 599px) {
  .nosp {
    display: none; } }

/*index: pc非表示 */
.nopc {
  display: none; }
  @media only screen and (max-width: 599px) {
    .nopc {
      display: block; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: フォントサイズ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ボタンのスタイル */
.wp-block-button,
.button-wrapper {
  display: block;
  margin: 0 auto; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: パンくずリスト*/
#site-breadcrumb {
  width: 90%;
  margin: 0 auto; }
  #site-breadcrumb-wrapper {
    padding: 3rem 0; }
  #site-breadcrumb li {
    font-size: 12px;
    display: inline-block; }
    #site-breadcrumb li + li:before {
      content: "／";
      padding: 0 .5em 0; }
    #site-breadcrumb li a {
      color: #025527;
      font-weight: bold;
      font-weight: 700;
      font-size: 12px;
      text-decoration: none;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      #site-breadcrumb li a span {
        font-size: 12px; }
      #site-breadcrumb li a:hover {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページネーション*/
.pagination {
  width: 100%;
  display: block;
  margin: auto;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  margin-top: 5rem; }
  .pagination .nav-links {
    margin: 3rem 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 599px) {
      .pagination .nav-links {
        margin: 2rem 0;
        position: relative;
        display: flex;
        justify-content: center; } }
    .pagination .nav-links .page-numbers {
      display: inline-block;
      padding: 0.5rem;
      margin: 0 1rem;
      text-decoration: none;
      font-size: 1.8rem;
      color: #1A1A1A;
      transition: 0.3s ease; }
      @media only screen and (max-width: 599px) {
        .pagination .nav-links .page-numbers {
          margin: 0 0.5rem; } }
      .pagination .nav-links .page-numbers.current {
        color: #025527 !important;
        font-weight: bold;
        font-weight: 700; }
      .pagination .nav-links .page-numbers:hover {
        color: #025527 !important;
        transition: 0.3s ease;
        text-decoration: none; }
    .pagination .nav-links a.page-numbers {
      text-decoration: underline; }
    .pagination .nav-links .next,
    .pagination .nav-links .prev {
      width: 50px;
      padding: 10.5px 0;
      background-color: #fff;
      border: 2px solid #f0f3f5;
      border-radius: 0;
      margin: 0 2rem;
      transition: 0.3s ease;
      background-color: #025527;
      background-image: url(../images/common/arrow.svg);
      background-size: 16px auto;
      background-position: center;
      background-repeat: no-repeat;
      border: 1px solid #025527;
      width: 40px;
      height: 40px; }
      .pagination .nav-links .next:hover,
      .pagination .nav-links .prev:hover {
        opacity: .8;
        transition: 0.3s ease; }
      @media only screen and (max-width: 599px) {
        .pagination .nav-links .next,
        .pagination .nav-links .prev {
          position: absolute;
          margin: 0; } }
    @media only screen and (max-width: 599px) {
      .pagination .nav-links .next {
        right: 0;
        top: 0; } }
    .pagination .nav-links .prev {
      transform: scale(-1, 1); }
      @media only screen and (max-width: 599px) {
        .pagination .nav-links .prev {
          left: 0;
          top: 0; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿がない場合 */
.nopost {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 100%; }
  .nopost-wrapper {
    padding: 6rem 0; }
    @media only screen and (max-width: 599px) {
      .nopost-wrapper {
        padding: 3rem 0; } }
  @media only screen and (max-width: 599px) {
    .nopost {
      font-size: 1.6rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: parts用の外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-header - setting */
#header {
  width: 100%;
  transition: 0.3s ease; }
  #header-wrapper {
    z-index: 100; }
  #header .head-inner {
    width: 90%;
    height: 100%;
    margin: auto;
    align-items: center;
    padding: 10px 0; }
    @media only screen and (max-width: 1024px) {
      #header .head-inner {
        position: relative; } }
    #header .head-inner.header-max-width {
      max-width: inherit; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-header - logo */
#header-logo {
  margin: auto 0; }
  #header-logo a {
    display: inline-block;
    height: 100%;
    transition: 0.3s ease;
    text-decoration: none; }
    #header-logo a:hover {
      opacity: 0.8;
      transition: 0.3s ease; }
  #header-logo img {
    width: 100%;
    max-width: inherit; }
  #header-logo .sitetitle {
    line-height: 0; }
  #header-logo .blogname {
    font-size: 3rem;
    color: #3b4043;
    font-weight: 500;
    display: block;
    line-height: 1.333; }
    @media only screen and (max-width: 599px) {
      #header-logo .blogname {
        font-size: 2.4rem; } }
  #header-logo .blogdescription {
    font-size: 1.5rem;
    color: #707f89;
    font-weight: 300; }
    @media only screen and (max-width: 599px) {
      #header-logo .blogdescription {
        font-size: 1.2rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-header - mobile-btn */
#mobile-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  width: 100px;
  height: 100%; }
  @media only screen and (max-width: 1024px) {
    #mobile-btn {
      display: block;
      right: -5%; } }
  @media only screen and (max-width: 599px) {
    #mobile-btn {
      width: 60px; } }
  #mobile-btn .toggle_box {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    transform: rotateZ(0);
    transition: 0.3s ease; }
    #mobile-btn .toggle_box .m-btn_toggle_icon {
      position: absolute;
      height: 4px;
      max-width: 50px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media only screen and (max-width: 599px) {
        #mobile-btn .toggle_box .m-btn_toggle_icon {
          height: 2px;
          max-width: 30px; } }
      #mobile-btn .toggle_box .m-btn_toggle_icon:nth-child(1) {
        width: 100%;
        top: -30%; }
        @media only screen and (max-width: 599px) {
          #mobile-btn .toggle_box .m-btn_toggle_icon:nth-child(1) {
            top: -25%; } }
      #mobile-btn .toggle_box .m-btn_toggle_icon:nth-child(2) {
        width: 100%; }
      #mobile-btn .toggle_box .m-btn_toggle_icon:nth-child(3) {
        width: 35%;
        bottom: -30%;
        left: -15px; }
        @media only screen and (max-width: 599px) {
          #mobile-btn .toggle_box .m-btn_toggle_icon:nth-child(3) {
            bottom: -25%;
            left: -10px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-header - mobile-btn:OPEN*/
#mobile-btn.open .toggle_box {
  transform: rotateZ(180deg);
  transition: 0.3s ease; }
  #mobile-btn.open .toggle_box .m-btn_toggle_icon {
    width: 100%;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transition: 0.3s ease; }
    #mobile-btn.open .toggle_box .m-btn_toggle_icon:nth-child(1) {
      transform: rotateZ(45deg); }
    #mobile-btn.open .toggle_box .m-btn_toggle_icon:nth-child(2) {
      opacity: 0; }
    #mobile-btn.open .toggle_box .m-btn_toggle_icon:nth-child(3) {
      transform: rotateZ(-45deg); }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-header - 外部ファイル読み込み*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-header - グローバルナビゲーション（PC用） */
@media only screen and (max-width: 1024px) {
  #site-header-nav {
    display: none; } }
#site-header-nav .nav-menu {
  align-items: center;
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*index: site-header - グローバルナビゲーション（PC用） - お問い合わせボタン */ }
  #site-header-nav .nav-menu li {
    padding: 0 1.5rem;
    transition: 0.3s ease;
    text-align: center; }
    #site-header-nav .nav-menu li a {
      font-size: 1.6rem;
      text-decoration: none;
      color: #3b4043;
      font-weight: 700;
      position: relative;
      transition: 0.3s ease;
      z-index: 1; }
      @media only screen and (max-width: 1024px) {
        #site-header-nav .nav-menu li a {
          font-size: 1.9vw; } }
      @media only screen and (max-width: 599px) {
        #site-header-nav .nav-menu li a {
          font-size: 1.4rem; } }
    #site-header-nav .nav-menu li.menu-item-has-children {
      cursor: pointer; }
  #site-header-nav .nav-menu .contact a {
    display: block;
    padding: 5px 25px 5px 60px;
    text-align: right;
    border-width: 1px;
    border-style: solid;
    border-color: #004bb1;
    background-color: #004bb1;
    background-image: url(../../assets/images/icon/icon_contact01.svg);
    background-position: left 25px top 12px;
    background-size: 30px 17px;
    background-repeat: no-repeat;
    transition: 0.3s ease; }
    #site-header-nav .nav-menu .contact a::before {
      display: none; }
    #site-header-nav .nav-menu .contact a:hover {
      transition: 0.3s ease;
      filter: brightness(0.8); }
  #site-header-nav .nav-menu .contact.icon1 a, #site-header-nav .nav-menu .contact.icon01 a {
    background-image: url(../../assets/images/icon/icon_contact01.svg);
    background-position: left 25px top 12px;
    background-size: 30px 17px; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-header - ドロワーナビゲーション（モバイル用） */
#mobile-site-header-nav {
  position: fixed;
  left: 0;
  right: inherit;
  top: 0;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
  margin: 0;
  flex: inherit;
  z-index: 99; }
  #mobile-site-header-nav .mobile-site-header-nav-inner {
    display: block;
    width: 90%;
    max-width: 425px;
    height: 100%;
    margin: auto; }
    @media only screen and (max-width: 599px) {
      #mobile-site-header-nav .mobile-site-header-nav-inner .menu-g-nav-container {
        height: calc(100vw + 1rem);
        overflow-y: scroll; } }
    #mobile-site-header-nav .mobile-site-header-nav-inner .mobile-nav-menu {
      flex-flow: column;
      transform: translateX(-30%);
      opacity: 0;
      counter-reset: number 0; }
      #mobile-site-header-nav .mobile-site-header-nav-inner .mobile-nav-menu li {
        padding: 0; }
        #mobile-site-header-nav .mobile-site-header-nav-inner .mobile-nav-menu li a {
          color: #fff;
          display: block;
          font-size: 1.6rem;
          text-decoration: none;
          font-weight: 700;
          position: relative;
          transition: 0.3s ease;
          z-index: 1;
          padding: 1.5rem 0; }
          @media only screen and (max-width: 599px) {
            #mobile-site-header-nav .mobile-site-header-nav-inner .mobile-nav-menu li a {
              padding: 0.7rem 0;
              font-size: 1.5rem; } }
  #mobile-site-header-nav.open {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease; }
    #mobile-site-header-nav.open .mobile-site-header-nav-inner .mobile-nav-menu {
      transition: 0.3s ease 0.3s;
      transform: translateX(0);
      opacity: 1; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-header -  ヘッダーサブナビゲーション */
@media only screen and (max-width: 1024px) {
  #sub-header {
    display: none; } }
#sub-header .sub-head-inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 5px; }
  #sub-header .sub-head-inner.header-max-width {
    max-width: inherit; }
  #sub-header .sub-head-inner .sub-nav-menu {
    justify-content: flex-end; }
    #sub-header .sub-head-inner .sub-nav-menu li {
      padding: 0 0.5rem;
      text-align: center; }
      #sub-header .sub-head-inner .sub-nav-menu li:last-child {
        padding-right: 0; }
      #sub-header .sub-head-inner .sub-nav-menu li a {
        font-size: 1.2rem;
        text-decoration: none;
        color: #707f89;
        position: relative;
        transition: 0.3s ease; }
        @media only screen and (max-width: 599px) {
          #sub-header .sub-head-inner .sub-nav-menu li a {
            font-size: 1rem; } }
        #sub-header .sub-head-inner .sub-nav-menu li a:hover {
          opacity: 0.7; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-header -  ドロップダウンメニュー */
#site-header-drop-nav {
  position: fixed;
  top: -10%;
  left: 0;
  width: 100%;
  transition: 0.5s ease;
  z-index: 100; }
  @media only screen and (max-width: 1024px) {
    #site-header-drop-nav {
      display: none; } }
  #site-header-drop-nav .site-header-drop-nav-inner {
    padding: 20px 0;
    background-color: #fff; }
    #site-header-drop-nav .site-header-drop-nav-inner .nav-menu {
      justify-content: center; }
      #site-header-drop-nav .site-header-drop-nav-inner .nav-menu li {
        padding: 0 2rem;
        transition: 0.3s ease;
        text-align: center; }
        #site-header-drop-nav .site-header-drop-nav-inner .nav-menu li a {
          font-size: 1.6rem;
          text-decoration: none;
          color: #3b4043;
          font-weight: 700;
          position: relative;
          transition: 0.3s ease;
          z-index: 1; }
          @media only screen and (max-width: 1024px) {
            #site-header-drop-nav .site-header-drop-nav-inner .nav-menu li a {
              font-size: 1.9vw; } }
          @media only screen and (max-width: 599px) {
            #site-header-drop-nav .site-header-drop-nav-inner .nav-menu li a {
              font-size: 1.4rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-header -  レフトヘッダー - アコーディオンメニュー */
#l-header #header-wrapper #site-header-nav .nav-menu {
  margin-left: -1rem; }
#l-header #header-wrapper #site-header-nav .menu-item-has-children {
  position: relative; }
  #l-header #header-wrapper #site-header-nav .menu-item-has-children .mobile_child_menu_toggle {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    right: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s ease; }
    #l-header #header-wrapper #site-header-nav .menu-item-has-children .mobile_child_menu_toggle .arrow {
      position: absolute;
      content: "";
      width: 35%;
      height: 35%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border-bottom: 2px solid #004bb1;
      border-right: 2px solid #004bb1;
      transform: rotateZ(45deg); }
    #l-header #header-wrapper #site-header-nav .menu-item-has-children .mobile_child_menu_toggle.open {
      transform: rotateX(180deg); }
  #l-header #header-wrapper #site-header-nav .menu-item-has-children .sub-menu {
    display: none;
    margin-top: 1rem; }
    #l-header #header-wrapper #site-header-nav .menu-item-has-children .sub-menu li {
      padding-left: 1.4rem; }
      #l-header #header-wrapper #site-header-nav .menu-item-has-children .sub-menu li a::before {
        display: block;
        position: absolute;
        content: "";
        height: 2px;
        width: 0.8rem;
        left: -1.4rem;
        right: inherit;
        margin: auto;
        top: 0;
        bottom: 0;
        background-color: #004bb1;
        transition: 0.3s ease; }
      #l-header #header-wrapper #site-header-nav .menu-item-has-children .sub-menu li a:hover {
        opacity: 0.7;
        transition: 0.3s ease; }
        #l-header #header-wrapper #site-header-nav .menu-item-has-children .sub-menu li a:hover::before {
          width: 0.8rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-header -  ハンバーガーメニュー - アコーディオンメニュー */
#mobile-site-header-nav .mobile-nav-menu .menu-item-has-children {
  position: relative; }
  #mobile-site-header-nav .mobile-nav-menu .menu-item-has-children .mobile_child_menu_toggle {
    position: absolute;
    content: "";
    width: 58px;
    height: 58px;
    right: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s ease; }
    @media only screen and (max-width: 599px) {
      #mobile-site-header-nav .mobile-nav-menu .menu-item-has-children .mobile_child_menu_toggle {
        width: 41px;
        height: 41px; } }
    #mobile-site-header-nav .mobile-nav-menu .menu-item-has-children .mobile_child_menu_toggle .arrow {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotateZ(45deg); }
    #mobile-site-header-nav .mobile-nav-menu .menu-item-has-children .mobile_child_menu_toggle.open {
      transform: rotateX(180deg); }
  #mobile-site-header-nav .mobile-nav-menu .menu-item-has-children a {
    width: calc(100% - 4rem); }
  #mobile-site-header-nav .mobile-nav-menu .menu-item-has-children .sub-menu {
    display: none; }
    #mobile-site-header-nav .mobile-nav-menu .menu-item-has-children .sub-menu li {
      padding: 0 0 0 1.4rem; }
      #mobile-site-header-nav .mobile-nav-menu .menu-item-has-children .sub-menu li a::before {
        display: block;
        position: absolute;
        content: "";
        height: 2px;
        width: 0.8rem;
        left: -1.4rem;
        margin: auto;
        top: 0;
        bottom: 0;
        background-color: #004bb1;
        transition: 0.3s ease; }
      #mobile-site-header-nav .mobile-nav-menu .menu-item-has-children .sub-menu li a:hover {
        opacity: 0.7;
        transition: 0.3s ease; }
        #mobile-site-header-nav .mobile-nav-menu .menu-item-has-children .sub-menu li a:hover::before {
          width: 0.8rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-header - h-layout */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: h-layout - １行 */
#header.h-layout01 .head-inner {
  padding: 25px 0; }
#header.h-layout01 #site-header-nav {
  margin: auto;
  flex: 1 1 auto; }
  #header.h-layout01 #site-header-nav .nav-menu {
    justify-content: flex-end; }
    #header.h-layout01 #site-header-nav .nav-menu li:last-child {
      padding-right: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: h-layout - ２行 */
#header.h-layout02 #site-header-nav .nav-menu {
  justify-content: center; }
  #header.h-layout02 #site-header-nav .nav-menu li {
    padding: 0 2rem; }
#header.h-layout02 #header-logo {
  padding-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    #header.h-layout02 #header-logo {
      padding-bottom: 0; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: h-layout - ロゴ中央 */
#header.h-layout03 .head-inner {
  padding-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    #header.h-layout03 .head-inner {
      padding-bottom: 10px; } }
#header.h-layout03 #site-header-nav .nav-menu {
  justify-content: center; }
  #header.h-layout03 #site-header-nav .nav-menu li {
    padding: 0 2rem; }
#header.h-layout03 #header-logo {
  margin: auto;
  padding-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    #header.h-layout03 #header-logo {
      padding-bottom: 0; } }
  #header.h-layout03 #header-logo .sitetitle {
    text-align: center; }
  #header.h-layout03 #header-logo .blogdescription {
    text-align: center; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: h-layout - 左 */
@media only screen and (min-width: 1025px) {
  #l-header {
    position: fixed;
    width: 250px;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    left: 0;
    top: 0; }
    #l-header #header-wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow-y: scroll;
      padding-bottom: 40px;
      background-color: #fff; }
      #l-header #header-wrapper .head-inner {
        padding: 10px 0 0;
        width: 90%; }
      #l-header #header-wrapper #header-logo {
        text-align: center;
        padding-bottom: 30px; }
      #l-header #header-wrapper #site-header-nav {
        padding: 0 0 4rem; }
        #l-header #header-wrapper #site-header-nav .nav-menu {
          flex-flow: column; }
          #l-header #header-wrapper #site-header-nav .nav-menu li {
            width: 100%;
            text-align: left;
            padding: 0 0 1.6rem 1rem; }
            #l-header #header-wrapper #site-header-nav .nav-menu li:last-child {
              padding-bottom: 0; }
            #l-header #header-wrapper #site-header-nav .nav-menu li a {
              display: block; }
      #l-header #header-wrapper #sub-header .sub-head-inner {
        width: 90%;
        padding: 4rem 0 0;
        border-top-style: solid;
        border-top-width: 1px; }
        #l-header #header-wrapper #sub-header .sub-head-inner .sub-nav-menu {
          flex-flow: column; }
          #l-header #header-wrapper #sub-header .sub-head-inner .sub-nav-menu li {
            text-align: left;
            padding: 0 0 1rem; }
            #l-header #header-wrapper #sub-header .sub-head-inner .sub-nav-menu li:last-child {
              padding-bottom: 0; }
            #l-header #header-wrapper #sub-header .sub-head-inner .sub-nav-menu li a {
              display: block; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: h-layout - ハンバーガーメニュー */
#header.h-layout05 .head-inner {
  position: relative; }
#header.h-layout05 #mobile-btn {
  display: block; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-header - pc-h-position */
@media only screen and (min-width: 1025px) {
  #header-wrapper.pc-h-position01 {
    position: sticky;
    top: 0;
    background-color: #fff; }
  #header-wrapper.pc-h-position02 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent; }
  #header-wrapper.pc-h-position03 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; }
    #header-wrapper.pc-h-position03.js_h_position_scroll {
      background-color: #fff; }
  #header-wrapper.pc-h-position04 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-header - pc-h-position */
@media only screen and (max-width: 1024px) {
  #header-wrapper.sp-h-position01 {
    position: sticky;
    top: 0;
    background-color: #fff; }
  #header-wrapper.sp-h-position02 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent; }
  #header-wrapper.sp-h-position03 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: 0.3s ease;
    background-color: transparent; }
    #header-wrapper.sp-h-position03.js_h_position_scroll {
      background-color: #fff; }
  #header-wrapper.sp-h-position04 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  #header-wrapper.sp-h-position05 {
    position: static;
    background-color: #fff; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/* site-header - グローバルナビゲーション ホバーアクション */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/* site-header - １行 */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#site-header-nav,
#site-header-drop-nav {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* site-header - グローバルナビゲーション ホバーアクション - シンプル */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* site-header - グローバルナビゲーション ホバーアクション - 下線 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* site-header - グローバルナビゲーション ホバーアクション - 縦線 */ }
  #site-header-nav .g-nav-hover01 .nav-menu > li a:hover,
  #site-header-drop-nav .g-nav-hover01 .nav-menu > li a:hover {
    color: #004bb1;
    transition: 0.3s ease; }
  #site-header-nav .g-nav-hover01 .nav-menu > li a[aria-current="page"],
  #site-header-drop-nav .g-nav-hover01 .nav-menu > li a[aria-current="page"] {
    color: #004bb1; }
  #site-header-nav .g-nav-hover01 .nav-menu > .dropdownMenu_toggle a,
  #site-header-drop-nav .g-nav-hover01 .nav-menu > .dropdownMenu_toggle a {
    color: #004bb1; }
  #site-header-nav .g-nav-hover02 .nav-menu > li a::before,
  #site-header-drop-nav .g-nav-hover02 .nav-menu > li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -0.6rem;
    background-color: #004bb1;
    transition: 0.3s ease; }
  #site-header-nav .g-nav-hover02 .nav-menu > li a:hover::before,
  #site-header-drop-nav .g-nav-hover02 .nav-menu > li a:hover::before {
    width: 100%;
    transition: 0.3s ease; }
  #site-header-nav .g-nav-hover02 .nav-menu > li a[aria-current="page"]::before,
  #site-header-drop-nav .g-nav-hover02 .nav-menu > li a[aria-current="page"]::before {
    width: 100%; }
  #site-header-nav .g-nav-hover02 .nav-menu > .dropdownMenu_toggle a::before,
  #site-header-drop-nav .g-nav-hover02 .nav-menu > .dropdownMenu_toggle a::before {
    width: 100%; }
  #site-header-nav .g-nav-hover02 .sub-menu > li a::before,
  #site-header-drop-nav .g-nav-hover02 .sub-menu > li a::before {
    display: none; }
  #site-header-nav .g-nav-hover03 .nav-menu > li a::before,
  #site-header-drop-nav .g-nav-hover03 .nav-menu > li a::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(-17px + -1.6rem);
    background-color: #004bb1;
    transition: 0.3s ease; }
  #site-header-nav .g-nav-hover03 .nav-menu > li a:hover::before,
  #site-header-drop-nav .g-nav-hover03 .nav-menu > li a:hover::before {
    transition: 0.3s ease;
    height: 100%; }
  #site-header-nav .g-nav-hover03 .nav-menu > li a[aria-current="page"]::before,
  #site-header-drop-nav .g-nav-hover03 .nav-menu > li a[aria-current="page"]::before {
    height: 100%; }
  #site-header-nav .g-nav-hover03 .nav-menu > .dropdownMenu_toggle a::before,
  #site-header-drop-nav .g-nav-hover03 .nav-menu > .dropdownMenu_toggle a::before {
    height: 100%; }
  #site-header-nav .g-nav-hover03 .sub-menu > li a::before,
  #site-header-drop-nav .g-nav-hover03 .sub-menu > li a::before {
    display: none; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/* site-header - ロゴ中央 */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#header.h-layout03 #site-header-nav {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* site-header - グローバルナビゲーション ホバーアクション - 縦線 */ }
  #header.h-layout03 #site-header-nav .g-nav-hover03 {
    padding-top: 2.6rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/* site-header - 左 */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#l-header #site-header-nav {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* site-header - グローバルナビゲーション ホバーアクション - 縦線 */ }
  #l-header #site-header-nav s
  .g-nav-hover02 .nav-menu > li a::before {
    right: inherit; }
  #l-header #site-header-nav .g-nav-hover03 .nav-menu > li {
    padding-left: 2.1rem !important; }
    #l-header #site-header-nav .g-nav-hover03 .nav-menu > li a::before {
      position: absolute;
      content: "";
      width: 0;
      height: 2px;
      left: -2.2rem;
      right: inherit;
      margin: auto;
      top: 0;
      bottom: 0;
      background-color: #004bb1;
      transition: 0.3s ease; }
    #l-header #site-header-nav .g-nav-hover03 .nav-menu > li a:hover::before {
      transition: 0.3s ease;
      width: 1.6rem; }
  #l-header #site-header-nav .g-nav-hover03 .nav-menu > li a[aria-current="page"]::before {
    width: 1.6rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/* site-header - ハンバーガーメニュー */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#mobile-site-header-nav {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* site-header - グローバルナビゲーション ホバーアクション - シンプル */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* site-header - グローバルナビゲーション ホバーアクション - 下線 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* site-header - グローバルナビゲーション ホバーアクション - 縦線 */ }
  #mobile-site-header-nav .g-nav-hover01 .mobile-nav-menu > li a:hover {
    color: #004bb1;
    transition: 0.3s ease; }
  #mobile-site-header-nav .g-nav-hover01 .mobile-nav-menu > li a[aria-current="page"] {
    color: #004bb1; }
  #mobile-site-header-nav .g-nav-hover02 .mobile-nav-menu > li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    margin: auto;
    bottom: 0;
    background-color: #004bb1;
    transition: 0.3s ease; }
  #mobile-site-header-nav .g-nav-hover02 .mobile-nav-menu > li a:hover::before {
    width: 100%;
    transition: 0.3s ease; }
  #mobile-site-header-nav .g-nav-hover02 .mobile-nav-menu > li a[aria-current="page"]::before {
    width: 100%; }
  #mobile-site-header-nav .g-nav-hover02 .sub-menu > li a::before {
    display: none; }
  #mobile-site-header-nav .g-nav-hover03 .mobile-nav-menu > li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: -2.2rem;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: #004bb1;
    transition: 0.3s ease; }
  #mobile-site-header-nav .g-nav-hover03 .mobile-nav-menu > li a:hover::before {
    transition: 0.3s ease;
    width: 1.6rem; }
  #mobile-site-header-nav .g-nav-hover03 .mobile-nav-menu > li a[aria-current="page"]::before {
    width: 1.6rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/* site-header - ドロップダウンメニュー */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#header-wrapper #header #site-header-nav .js_drop_down_menu,
#header-wrapper #site-header-drop-nav .js_drop_down_menu {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* site-header - ドロップダウンメニュー - シンプル */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* site-header - ドロップダウンメニュー - リッチ */ }
  #header-wrapper #header #site-header-nav .js_drop_down_menu .menu-item-has-children > a::after,
  #header-wrapper #site-header-drop-nav .js_drop_down_menu .menu-item-has-children > a::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: 0;
    right: 0;
    top: 48px;
    bottom: 0;
    margin: auto;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    transform: rotateZ(135deg) scale(1);
    transition: 0.3s ease; }
  #header-wrapper #header #site-header-nav .js_drop_down_menu .menu-item-has-children.dropdownMenu_toggle > a::after,
  #header-wrapper #site-header-drop-nav .js_drop_down_menu .menu-item-has-children.dropdownMenu_toggle > a::after {
    transform: rotateZ(135deg) scale(0.7); }
  #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu, #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu,
  #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu,
  #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1; }
    #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu.dropdownMenu_show, #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu.dropdownMenu_show,
    #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu.dropdownMenu_show,
    #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu.dropdownMenu_show {
      opacity: 1;
      visibility: visible;
      transition: 0.3s ease; }
    #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu li, #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu li,
    #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu li,
    #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu li {
      padding: 0; }
      #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu li a, #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu li a,
      #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu li a,
      #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu li a {
        display: block;
        padding: 1rem 1.5rem;
        color: #fff;
        width: 100%;
        transition: 0.3s ease; }
        #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu li a:hover, #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu li a:hover,
        #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu li a:hover,
        #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu01 .nav-menu .sub-menu li a:hover {
          filter: brightness(0.8);
          transition: 0.3s ease; }
  #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu, #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu,
  #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu,
  #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 34% 20% 20% 20%;
    grid-column-gap: 2%;
    background-color: #fff;
    transition: 0.3s ease; }
    #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu.dropdownMenu_show, #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu.dropdownMenu_show,
    #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu.dropdownMenu_show,
    #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu.dropdownMenu_show {
      opacity: 1;
      visibility: visible;
      transition: 0.3s ease; }
    #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li, #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li,
    #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li,
    #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li {
      padding: 2rem 0 2rem 2rem; }
      #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item, #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item,
      #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item,
      #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item {
        text-align: left;
        position: relative;
        grid-column: 4;
        align-self: center; }
        #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item::before, #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item::before,
        #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item::before,
        #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item::before {
          display: block;
          position: absolute;
          content: "";
          height: 2px;
          width: 1.4rem;
          left: 0rem;
          right: inherit;
          margin: auto;
          top: 0;
          bottom: 0;
          background-color: #004bb1;
          transition: 0.3s ease; }
        #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item:nth-child(3n+2), #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item:nth-child(3n+2),
        #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item:nth-child(3n+2),
        #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item:nth-child(3n+2) {
          grid-column: 2; }
        #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item:nth-child(3n), #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item:nth-child(3n),
        #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item:nth-child(3n),
        #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item:nth-child(3n) {
          grid-column: 3; }
      #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item-parent-name, #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item-parent-name,
      #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item-parent-name,
      #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li.menu-item-parent-name {
        font-size: 2.6rem;
        font-weight: 500;
        letter-spacing: 0.5rem;
        height: 100%;
        background-color: #004bb1;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-row: 1/100; }
      #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li a, #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li a,
      #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li a,
      #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li a {
        background-color: transparent !important;
        transition: 0.3s ease; }
        #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li a:hover, #header-wrapper #header #site-header-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li a:hover,
        #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li a:hover,
        #header-wrapper #site-header-drop-nav .js_drop_down_menu.drop-down-menu02 .nav-menu .sub-menu li a:hover {
          opacity: 0.7;
          transition: 0.3s ease; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-footer - 共通設定 */
#footer {
  position: relative;
  background-color: #3b4043; }
  #footer .foot-inner {
    padding: 3rem 0;
    width: 90%;
    margin: auto;
    position: relative;
    overflow: hidden; }
    #footer .foot-inner.footer-max-width {
      max-width: inherit; }
  #footer .footer-nav-inner {
    justify-content: space-between; }
    #footer .footer-nav-inner.inner-1 {
      padding-bottom: 6rem; }
      @media only screen and (max-width: 1024px) {
        #footer .footer-nav-inner.inner-1 {
          padding-bottom: 6.25vw; } }
      @media only screen and (max-width: 599px) {
        #footer .footer-nav-inner.inner-1 {
          display: block;
          padding-bottom: 3rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-footer - サイトマップ */
@media only screen and (max-width: 1024px) {
  #sitemap {
    display: none; } }
#sitemap .sitemap-nav {
  flex-wrap: wrap;
  line-height: 2.4; }
  #sitemap .sitemap-nav li {
    padding-right: 1.4rem; }
    #sitemap .sitemap-nav li a {
      text-decoration: none;
      font-size: 1.4rem; }
      #sitemap .sitemap-nav li a:hover {
        text-decoration: underline; }
    #sitemap .sitemap-nav li .sub-menu {
      padding-top: 1.4rem; }
      #sitemap .sitemap-nav li .sub-menu li {
        position: relative;
        padding-left: 1.4rem; }
        #sitemap .sitemap-nav li .sub-menu li a::before {
          display: block;
          position: absolute;
          content: "";
          height: 2px;
          width: 0.8rem;
          left: 0;
          margin: auto;
          top: 0;
          bottom: 0;
          background-color: #fff;
          transition: 0.3s ease; }
        #sitemap .sitemap-nav li .sub-menu li a:hover {
          opacity: 0.7;
          transition: 0.3s ease; }
          #sitemap .sitemap-nav li .sub-menu li a:hover::before {
            width: 0.8rem; }
  #sitemap .sitemap-nav > li {
    padding-bottom: 1.4rem; }
  #sitemap .sitemap-nav > li:last-child {
    padding-right: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-footer - 企業情報 */
#company-info {
  min-width: 320px;
  max-width: 320px; }
  @media only screen and (max-width: 599px) {
    #company-info {
      min-width: inherit; } }
  #company-info .logo {
    width: 100%;
    max-width: 320px;
    margin-bottom: 2.8rem; }
  #company-info .info {
    font-size: 1.4rem;
    line-height: 2.2; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-footer - sns-box */
#sns-box {
  justify-content: center; }
  #sns-box .icon {
    max-width: 25px;
    flex: 0 1 25px;
    margin: 0 5px; }
    @media only screen and (max-width: 599px) {
      #sns-box .icon {
        max-width: 30px;
        flex: 0 1 30px;
        margin: 0 10px; } }
    #sns-box .icon a {
      display: block;
      width: 25px;
      height: 25px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: 0.3s ease; }
      @media only screen and (max-width: 599px) {
        #sns-box .icon a {
          width: 30px;
          height: 30px; } }
      #sns-box .icon a:hover {
        opacity: 0.7;
        transition: 0.3s ease; }
    #sns-box .icon.instagram a {
      background-image: url(../images/icon/icon_insta.png); }
    #sns-box .icon.twitter a {
      background-image: url(../images/icon/icon_twitter.png); }
    #sns-box .icon.facebook a {
      background-image: url(../images/icon/icon_facebook.png); }
    #sns-box .icon.line a {
      background-image: url(../images/icon/icon_line.png); }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-footer - copyright */
#copyright {
  margin: 0 auto; }
  #copyright .text {
    font-size: 1.2rem; }
    @media only screen and (max-width: 599px) {
      #copyright .text {
        text-align: center;
        font-size: 1rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-footer - 外部ファイル読み込み*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#footer.footer-layout01 #footer-nav .footer-nav-inner.inner-2 {
  flex-flow: row-reverse; }
  @media only screen and (max-width: 599px) {
    #footer.footer-layout01 #footer-nav .footer-nav-inner.inner-2 {
      flex-flow: column; } }
  @media only screen and (max-width: 599px) {
    #footer.footer-layout01 #footer-nav .footer-nav-inner.inner-2 #sns-box {
      padding-bottom: 6rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#footer.footer-layout02 #footer-nav .footer-nav-inner.inner-1 #sitemap .sitemap-nav {
  display: grid;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto;
  grid-auto-flow: column;
  grid-column-gap: 4.4rem; }
#footer.footer-layout02 #footer-nav .footer-nav-inner.inner-2 {
  justify-content: flex-end; }
  @media only screen and (max-width: 599px) {
    #footer.footer-layout02 #footer-nav .footer-nav-inner.inner-2 {
      justify-content: center;
      padding-top: 3.4rem; } }
#footer.footer-layout02 .logo {
  width: 100%;
  max-width: 320px;
  margin-bottom: 2.8rem; }
#footer.footer-layout02 #sub-footer .sub-foot-inner {
  width: 100%;
  padding: 0; }
  #footer.footer-layout02 #sub-footer .sub-foot-inner .sub-nav-menu {
    justify-content: flex-start; }
#footer.footer-layout02 #copyright {
  padding: 3rem 1rem;
  text-align: center; }
  @media only screen and (max-width: 599px) {
    #footer.footer-layout02 #copyright {
      padding: 1.5rem 0.5rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-footer - レイアウト */
#footer-widget-area {
  border-top-style: solid;
  border-top-width: 1px; }
  #footer-widget-area .footer-widget-layout {
    width: 90%;
    margin: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap; }
    #footer-widget-area .footer-widget-layout.footer-max-width {
      max-width: inherit; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-footer - PC時 ウィジェットエリアレイアウト */
@media only screen and (min-width: 1025px) {
  /*index: site-footer - pc-footer-widget-layout01 */
  .pc-footer-widget-layout01 .w-footer-container {
    max-width: 100%;
    flex: 0 1 100%; }
    .pc-footer-widget-layout01 .w-footer-container:last-child {
      padding-bottom: 0; }

  /*index: site-footer - pc-footer-widget-layout02 */
  .pc-footer-widget-layout02 .w-footer-container {
    max-width: 100%;
    max-width: 50%;
    flex: 0 1 50%;
    padding: 0 1.8rem; }

  /*index: site-footer - pc-footer-widget-layout03 */
  .pc-footer-widget-layout03 .w-footer-container {
    max-width: 100%;
    max-width: 33%;
    flex: 0 1 33%;
    padding: 0 2.7rem; }

  /*index: site-footer - pc-footer-widget-layout04 */
  .pc-footer-widget-layout04 .w-footer-container {
    max-width: 100%;
    max-width: 25%;
    flex: 0 1 25%;
    padding: 0 3.6rem; } }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-footer - tb時 ウィジェットエリアレイアウト */
@media only screen and (max-width: 1024px) {
  /*index: site-footer - tb-footer-widget-layout01 */
  .tb-footer-widget-layout01 .w-footer-container {
    max-width: 100%;
    flex: 0 1 100%; }

  /*index: site-footer - tb-footer-widget-layout02 */
  .tb-footer-widget-layout02 .w-footer-container {
    max-width: 100%;
    max-width: 50%;
    flex: 0 1 50%;
    padding: 0 1.875vw; } }
  @media only screen and (max-width: 1024px) and (max-width: 599px) {
    .tb-footer-widget-layout02 .w-footer-container {
      max-width: 100%;
      flex: 0 1 100%;
      padding: 0; } }

@media only screen and (max-width: 1024px) {
  /*index: site-footer - tb-footer-widget-layout03 */
  .tb-footer-widget-layout03 .w-footer-container {
    max-width: 100%;
    max-width: 33%;
    flex: 0 1 33%;
    padding: 0 2.8125vw; } }
  @media only screen and (max-width: 1024px) and (max-width: 599px) {
    .tb-footer-widget-layout03 .w-footer-container {
      max-width: 100%;
      flex: 0 1 100%;
      padding: 0; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: site-footer - フッターサブナビゲーション */
#sub-footer {
  background-color: #f0f3f5; }
  #sub-footer .sub-foot-inner {
    width: 90%;
    margin: 0 auto;
    padding: 19.5px 0;
    overflow: auto; }
    #sub-footer .sub-foot-inner .sub-nav-menu {
      justify-content: center;
      flex-wrap: nowrap;
      white-space: nowrap; }
      @media only screen and (max-width: 1024px) {
        #sub-footer .sub-foot-inner .sub-nav-menu {
          justify-content: flex-start; } }
      #sub-footer .sub-foot-inner .sub-nav-menu li {
        padding: 0 0.5rem; }
        #sub-footer .sub-foot-inner .sub-nav-menu li a {
          font-size: 1.4rem;
          text-decoration: none;
          color: #3b4043;
          position: relative;
          transition: 0.3s ease;
          text-align: center; }
          #sub-footer .sub-foot-inner .sub-nav-menu li a:hover {
            opacity: 0.7; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/*index: ページ上部へ戻るボタン */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#totop a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.3s ease; }
  #totop a:hover {
    opacity: 0.7;
    transition: 0.3s ease; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページ上部へ戻るボタン - シンプル */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#totop.totop-button-pattern01 {
  position: absolute;
  right: 20px;
  top: -30px;
  width: 60px;
  height: 60px;
  background-color: #004bb1;
  border-radius: 50%; }
  @media only screen and (max-width: 1024px) {
    #totop.totop-button-pattern01 {
      top: -20px;
      width: 40px;
      height: 40px; } }
  @media only screen and (max-width: 599px) {
    #totop.totop-button-pattern01 {
      right: 5px;
      bottom: 5px;
      top: inherit; } }
  #totop.totop-button-pattern01 a::before {
    position: absolute;
    content: "";
    top: 15%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 30%;
    border-color: #fff;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    margin: auto;
    transform: rotateZ(-45deg); }
    @media only screen and (max-width: 599px) {
      #totop.totop-button-pattern01 a::before {
        top: 10%;
        width: 20%;
        height: 20%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページ上部へ戻るボタン - シンプル（追従） */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#totop.totop-button-pattern02 {
  position: absolute;
  right: 20px;
  top: -30px;
  width: 60px;
  height: 60px;
  background-color: #004bb1;
  border-radius: 50%;
  z-index: 88;
  display: none; }
  @media only screen and (max-width: 1024px) {
    #totop.totop-button-pattern02 {
      top: -20px;
      width: 40px;
      height: 40px; } }
  @media only screen and (max-width: 599px) {
    #totop.totop-button-pattern02 {
      right: 5px;
      bottom: 5px;
      top: inherit; } }
  #totop.totop-button-pattern02 a::before {
    position: absolute;
    content: "";
    top: 15%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 30%;
    border-color: #fff;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    margin: auto;
    transform: rotateZ(-45deg); }
    @media only screen and (max-width: 599px) {
      #totop.totop-button-pattern02 a::before {
        top: 10%;
        width: 20%;
        height: 20%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページ上部へ戻るボタン - シック */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#totop.totop-button-pattern03 {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #004bb1; }
  @media only screen and (max-width: 1024px) {
    #totop.totop-button-pattern03 {
      width: 40px;
      height: 40px;
      right: 0; } }
  #totop.totop-button-pattern03 a::before {
    position: absolute;
    content: "";
    top: 15%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 30%;
    border-color: #fff;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    margin: auto;
    transform: rotateZ(-45deg); }
    @media only screen and (max-width: 599px) {
      #totop.totop-button-pattern03 a::before {
        top: 10%;
        width: 20%;
        height: 20%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページ上部へ戻るボタン - シック（追従） */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#totop.totop-button-pattern04 {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #004bb1;
  z-index: 88; }
  @media only screen and (max-width: 1024px) {
    #totop.totop-button-pattern04 {
      width: 40px;
      height: 40px;
      right: 0; } }
  #totop.totop-button-pattern04 a::before {
    position: absolute;
    content: "";
    top: 15%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 30%;
    border-color: #fff;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    margin: auto;
    transform: rotateZ(-45deg); }
    @media only screen and (max-width: 599px) {
      #totop.totop-button-pattern04 a::before {
        top: 10%;
        width: 20%;
        height: 20%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページ上部へ戻るボタン - リッチ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#totop.totop-button-pattern05 {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 88; }
  @media only screen and (max-width: 599px) {
    #totop.totop-button-pattern05 {
      display: none; } }
  #totop.totop-button-pattern05 a {
    width: inherit;
    height: inherit;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.5rem;
    display: flex;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    align-items: center;
    text-decoration: none; }
    @media only screen and (max-width: 1024px) {
      #totop.totop-button-pattern05 a {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 599px) {
      #totop.totop-button-pattern05 a {
        font-size: 1.2rem; } }
    #totop.totop-button-pattern05 a .arrow {
      width: 2px;
      height: 100px;
      position: relative;
      margin: 0 auto 1rem 1rem; }
      @media only screen and (max-width: 599px) {
        #totop.totop-button-pattern05 a .arrow {
          height: 1px;
          height: 80px; } }
      #totop.totop-button-pattern05 a .arrow::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #fff;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        -webkit-animation: scroll-arrow-totop 1.4s cubic-bezier(0.93, 0.08, 0.49, 0.74) 1s infinite;
        -o-animation: scroll-arrow-totop 1.4s cubic-bezier(0.93, 0.08, 0.49, 0.74) 1s infinite;
        animation: scroll-arrow-totop 1.4s cubic-bezier(0.93, 0.08, 0.49, 0.74) 1s infinite; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページ上部へ戻るボタン - ワイド */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#totop.totop-button-pattern06 {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #004bb1; }
  @media only screen and (max-width: 599px) {
    #totop.totop-button-pattern06 {
      height: 30px; } }
  #totop.totop-button-pattern06 a::before {
    position: absolute;
    content: "";
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-color: #fff;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    margin: auto;
    transform: rotateZ(-45deg); }
    @media only screen and (max-width: 599px) {
      #totop.totop-button-pattern06 a::before {
        width: 7px;
        height: 7px; } }

/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
#entry-content #container .layout_parts_modal > .wp-block-column .modal_toggle > .wp-block-column .modal_toggle_btn, .wp-block-button__link,
.wp-block-file__button,
.button {
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  border-radius: 50px;
  padding: 10px 20px;
  transition: 0.3s ease;
  font-weight: 500; }
  @media only screen and (max-width: 1024px) {
    #entry-content #container .layout_parts_modal > .wp-block-column .modal_toggle > .wp-block-column .modal_toggle_btn, .wp-block-button__link,
    .wp-block-file__button,
    .button {
      font-size: 1.7vw; } }
  @media only screen and (max-width: 599px) {
    #entry-content #container .layout_parts_modal > .wp-block-column .modal_toggle > .wp-block-column .modal_toggle_btn, .wp-block-button__link,
    .wp-block-file__button,
    .button {
      font-size: 1.2rem; } }
  #entry-content #container .layout_parts_modal > .wp-block-column .modal_toggle > .wp-block-column .modal_toggle_btn:hover, .wp-block-button__link:hover,
  .wp-block-file__button:hover,
  .button:hover {
    opacity: 0.7;
    transition: 0.3s ease; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page用の外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page専用外部ファイル読み込み */
/*index: page-titel外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page-title - setting*/
#page-header-wrapper {
  width: 100%;
  height: 48vw; }
  @media only screen and (max-width: 1024px) {
    #page-header-wrapper {
      height: 35vw; } }
  @media only screen and (max-width: 599px) {
    #page-header-wrapper {
      height: 65vw; } }
  #page-header-wrapper #page-header {
    width: 100%;
    height: 100%;
    position: relative; }
    #page-header-wrapper #page-header .page-header-bg {
      width: 100%;
      height: 100%;
      position: absolute; }
      #page-header-wrapper #page-header .page-header-bg .bg-img {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
  #page-header-wrapper .add-header-title-wrapper {
    width: 90%;
    height: 100%;
    position: relative;
    margin: auto;
    padding: 0;
    z-index: 2;
    display: flex;
    flex-flow: column;
    justify-content: center; }
    #page-header-wrapper .add-header-title-wrapper.add-page-title-align01 {
      text-align: left; }
    #page-header-wrapper .add-header-title-wrapper.add-page-title-align02 {
      text-align: center; }
    #page-header-wrapper .add-header-title-wrapper.add-page-title-align03 {
      text-align: right; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page-title - layout*/
#page-header-wrapper.title-layout02 #page-header {
  position: relative;
  z-index: 1; }
  #page-header-wrapper.title-layout02 #page-header .header-title-wrapper {
    width: 90%;
    height: 100%;
    margin: auto;
    padding: 0;
    z-index: 2;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center; }
    #page-header-wrapper.title-layout02 #page-header .header-title-wrapper.title-align01 {
      text-align: left; }
    #page-header-wrapper.title-layout02 #page-header .header-title-wrapper.title-align02 {
      text-align: center; }
    #page-header-wrapper.title-layout02 #page-header .header-title-wrapper.title-align03 {
      text-align: right; }
#page-header-wrapper.title-layout03 {
  height: auto;
  min-height: inherit;
  max-height: inherit; }
  #page-header-wrapper.title-layout03 .header-title-wrapper {
    padding-bottom: 2rem; }
  #page-header-wrapper.title-layout03 .page-mv {
    display: block;
    width: 100%;
    height: auto;
    max-height: inherit; }
    #page-header-wrapper.title-layout03 .page-mv .thumbnail {
      display: block;
      width: 100%;
      text-align: center; }

/*index: page-layout外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page-layout01 - 右サイドバー */
#main-wrapper.page-layout01 main, #main-wrapper.single-layout01 main, #main-wrapper.archive-layout01 main {
  justify-content: space-between;
  position: relative;
  width: 90%; }
  @media only screen and (max-width: 1024px) {
    #main-wrapper.page-layout01 main, #main-wrapper.single-layout01 main, #main-wrapper.archive-layout01 main {
      flex-flow: column; } }
#main-wrapper.page-layout01 #contents-wrapper, #main-wrapper.single-layout01 #contents-wrapper, #main-wrapper.archive-layout01 #contents-wrapper {
  margin: 0 3.6rem 0 0;
  width: calc(100% - 336px - 3.6rem); }
  @media only screen and (max-width: 1024px) {
    #main-wrapper.page-layout01 #contents-wrapper, #main-wrapper.single-layout01 #contents-wrapper, #main-wrapper.archive-layout01 #contents-wrapper {
      margin: 0 auto;
      float: inherit;
      width: 100%;
      max-width: inherit; } }
#main-wrapper.page-layout01 #sidebar-wrapper, #main-wrapper.single-layout01 #sidebar-wrapper, #main-wrapper.archive-layout01 #sidebar-wrapper {
  width: 336px; }
  @media only screen and (max-width: 1024px) {
    #main-wrapper.page-layout01 #sidebar-wrapper, #main-wrapper.single-layout01 #sidebar-wrapper, #main-wrapper.archive-layout01 #sidebar-wrapper {
      width: 100%;
      max-width: inherit;
      padding-top: 6.25vw; } }
  @media only screen and (max-width: 599px) {
    #main-wrapper.page-layout01 #sidebar-wrapper, #main-wrapper.single-layout01 #sidebar-wrapper, #main-wrapper.archive-layout01 #sidebar-wrapper {
      padding-top: 3rem; } }
  #main-wrapper.page-layout01 #sidebar-wrapper > div, #main-wrapper.single-layout01 #sidebar-wrapper > div, #main-wrapper.archive-layout01 #sidebar-wrapper > div {
    padding-bottom: 3rem; }
    @media only screen and (max-width: 1024px) {
      #main-wrapper.page-layout01 #sidebar-wrapper > div, #main-wrapper.single-layout01 #sidebar-wrapper > div, #main-wrapper.archive-layout01 #sidebar-wrapper > div {
        padding-bottom: 6.25vw; } }
    @media only screen and (max-width: 599px) {
      #main-wrapper.page-layout01 #sidebar-wrapper > div, #main-wrapper.single-layout01 #sidebar-wrapper > div, #main-wrapper.archive-layout01 #sidebar-wrapper > div {
        padding-bottom: 3rem; } }
    #main-wrapper.page-layout01 #sidebar-wrapper > div:last-child, #main-wrapper.single-layout01 #sidebar-wrapper > div:last-child, #main-wrapper.archive-layout01 #sidebar-wrapper > div:last-child {
      padding-bottom: 0; }
  #main-wrapper.page-layout01 #sidebar-wrapper #fix-sidebar, #main-wrapper.single-layout01 #sidebar-wrapper #fix-sidebar, #main-wrapper.archive-layout01 #sidebar-wrapper #fix-sidebar {
    -webkit-position: sticky;
    -moz-position: sticky;
    -ms-position: sticky;
    -o-position: sticky;
    position: sticky;
    top: 6rem; }
    @media only screen and (max-width: 1024px) {
      #main-wrapper.page-layout01 #sidebar-wrapper #fix-sidebar, #main-wrapper.single-layout01 #sidebar-wrapper #fix-sidebar, #main-wrapper.archive-layout01 #sidebar-wrapper #fix-sidebar {
        position: static;
        top: inherit !important; } }
    #main-wrapper.page-layout01 #sidebar-wrapper #fix-sidebar.l-h-fix_position, #main-wrapper.single-layout01 #sidebar-wrapper #fix-sidebar.l-h-fix_position, #main-wrapper.archive-layout01 #sidebar-wrapper #fix-sidebar.l-h-fix_position {
      top: 6rem; }
      @media only screen and (max-width: 1024px) {
        #main-wrapper.page-layout01 #sidebar-wrapper #fix-sidebar.l-h-fix_position, #main-wrapper.single-layout01 #sidebar-wrapper #fix-sidebar.l-h-fix_position, #main-wrapper.archive-layout01 #sidebar-wrapper #fix-sidebar.l-h-fix_position {
          top: inherit !important; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page-layout02 - 左サイドバー */
#main-wrapper.page-layout02 main, #main-wrapper.single-layout02 main, #main-wrapper.archive-layout02 main {
  justify-content: space-between;
  position: relative;
  flex-flow: row-reverse;
  width: 90%; }
  @media only screen and (max-width: 1024px) {
    #main-wrapper.page-layout02 main, #main-wrapper.single-layout02 main, #main-wrapper.archive-layout02 main {
      flex-flow: column; } }
#main-wrapper.page-layout02 #contents-wrapper, #main-wrapper.single-layout02 #contents-wrapper, #main-wrapper.archive-layout02 #contents-wrapper {
  margin: 0 0 0 3.6rem;
  width: calc(100% - 336px - 3.6rem); }
  @media only screen and (max-width: 1024px) {
    #main-wrapper.page-layout02 #contents-wrapper, #main-wrapper.single-layout02 #contents-wrapper, #main-wrapper.archive-layout02 #contents-wrapper {
      margin: 0 auto;
      float: inherit;
      width: 100%;
      max-width: inherit; } }
#main-wrapper.page-layout02 #sidebar-wrapper, #main-wrapper.single-layout02 #sidebar-wrapper, #main-wrapper.archive-layout02 #sidebar-wrapper {
  width: 336px; }
  @media only screen and (max-width: 1024px) {
    #main-wrapper.page-layout02 #sidebar-wrapper, #main-wrapper.single-layout02 #sidebar-wrapper, #main-wrapper.archive-layout02 #sidebar-wrapper {
      width: 100%;
      max-width: inherit;
      padding-top: 6.25vw; } }
  @media only screen and (max-width: 599px) {
    #main-wrapper.page-layout02 #sidebar-wrapper, #main-wrapper.single-layout02 #sidebar-wrapper, #main-wrapper.archive-layout02 #sidebar-wrapper {
      padding-top: 3rem; } }
  #main-wrapper.page-layout02 #sidebar-wrapper > div, #main-wrapper.single-layout02 #sidebar-wrapper > div, #main-wrapper.archive-layout02 #sidebar-wrapper > div {
    padding-bottom: 6rem; }
    @media only screen and (max-width: 1024px) {
      #main-wrapper.page-layout02 #sidebar-wrapper > div, #main-wrapper.single-layout02 #sidebar-wrapper > div, #main-wrapper.archive-layout02 #sidebar-wrapper > div {
        padding-bottom: 6.25vw; } }
    @media only screen and (max-width: 599px) {
      #main-wrapper.page-layout02 #sidebar-wrapper > div, #main-wrapper.single-layout02 #sidebar-wrapper > div, #main-wrapper.archive-layout02 #sidebar-wrapper > div {
        padding-bottom: 3rem; } }
    #main-wrapper.page-layout02 #sidebar-wrapper > div:last-child, #main-wrapper.single-layout02 #sidebar-wrapper > div:last-child, #main-wrapper.archive-layout02 #sidebar-wrapper > div:last-child {
      padding-bottom: 0; }
  #main-wrapper.page-layout02 #sidebar-wrapper #fix-sidebar, #main-wrapper.single-layout02 #sidebar-wrapper #fix-sidebar, #main-wrapper.archive-layout02 #sidebar-wrapper #fix-sidebar {
    -webkit-position: sticky;
    -moz-position: sticky;
    -ms-position: sticky;
    -o-position: sticky;
    position: sticky;
    top: 6rem; }
    @media only screen and (max-width: 1024px) {
      #main-wrapper.page-layout02 #sidebar-wrapper #fix-sidebar, #main-wrapper.single-layout02 #sidebar-wrapper #fix-sidebar, #main-wrapper.archive-layout02 #sidebar-wrapper #fix-sidebar {
        position: static;
        top: inherit !important; } }
    #main-wrapper.page-layout02 #sidebar-wrapper #fix-sidebar.l-h-fix_position, #main-wrapper.single-layout02 #sidebar-wrapper #fix-sidebar.l-h-fix_position, #main-wrapper.archive-layout02 #sidebar-wrapper #fix-sidebar.l-h-fix_position {
      top: 6rem; }
      @media only screen and (max-width: 1024px) {
        #main-wrapper.page-layout02 #sidebar-wrapper #fix-sidebar.l-h-fix_position, #main-wrapper.single-layout02 #sidebar-wrapper #fix-sidebar.l-h-fix_position, #main-wrapper.archive-layout02 #sidebar-wrapper #fix-sidebar.l-h-fix_position {
          top: inherit !important; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page-layout03 - １カラム */
#main-wrapper.page-layout03 main, #main-wrapper.single-layout03 main, #main-wrapper.archive-layout03 main {
  position: relative; }
#main-wrapper.page-layout03 #contents-wrapper, #main-wrapper.single-layout03 #contents-wrapper, #main-wrapper.archive-layout03 #contents-wrapper {
  width: 100%; }
#main-wrapper.single-layout03 main, #main-wrapper.archive-layout03 main {
  width: 90%; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page-layout04 - １カラム（スリム幅） */
#main-wrapper.page-layout04 main, #main-wrapper.single-layout04 main, #main-wrapper.archive-layout04 main {
  position: relative; }
#main-wrapper.page-layout04 #contents-wrapper, #main-wrapper.single-layout04 #contents-wrapper, #main-wrapper.archive-layout04 #contents-wrapper {
  width: 100%;
  max-width: 768px;
  margin: 0 auto; }
#main-wrapper.single-layout04 main, #main-wrapper.archive-layout04 main {
  width: 90%; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page-layout05 - フル幅 */
#main-wrapper.page-layout05, #main-wrapper.single-layout05, #main-wrapper.archive-layout05 {
  padding: 0; }
  #main-wrapper.page-layout05 main, #main-wrapper.single-layout05 main, #main-wrapper.archive-layout05 main {
    width: 100%;
    max-width: inherit !important;
    position: relative; }
  #main-wrapper.page-layout05 #contents-wrapper, #main-wrapper.single-layout05 #contents-wrapper, #main-wrapper.archive-layout05 #contents-wrapper {
    width: 100%; }
    #main-wrapper.page-layout05 #contents-wrapper #post-archive, #main-wrapper.single-layout05 #contents-wrapper #post-archive, #main-wrapper.archive-layout05 #contents-wrapper #post-archive {
      margin-bottom: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page-layout06 - ランディングページ（ヘッダー・フッターあり） */
#main-wrapper.page-layout06, #main-wrapper.single-layout06, #main-wrapper.archive-layout06 {
  padding: 0; }
  #main-wrapper.page-layout06 main, #main-wrapper.single-layout06 main, #main-wrapper.archive-layout06 main {
    width: 100%;
    max-width: inherit !important;
    position: relative; }
  #main-wrapper.page-layout06 #contents-wrapper, #main-wrapper.single-layout06 #contents-wrapper, #main-wrapper.archive-layout06 #contents-wrapper {
    width: 100%; }
    #main-wrapper.page-layout06 #contents-wrapper #post-archive, #main-wrapper.single-layout06 #contents-wrapper #post-archive, #main-wrapper.archive-layout06 #contents-wrapper #post-archive {
      margin-bottom: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page-layout07 - ランディングページ */
#main-wrapper.page-layout07, #main-wrapper.single-layout07, #main-wrapper.archive-layout07 {
  padding: 0; }
  #main-wrapper.page-layout07 main, #main-wrapper.single-layout07 main, #main-wrapper.archive-layout07 main {
    width: 100%;
    max-width: inherit !important;
    position: relative; }
  #main-wrapper.page-layout07 #contents-wrapper, #main-wrapper.single-layout07 #contents-wrapper, #main-wrapper.archive-layout07 #contents-wrapper {
    width: 100%; }
    #main-wrapper.page-layout07 #contents-wrapper #post-archive, #main-wrapper.single-layout07 #contents-wrapper #post-archive, #main-wrapper.archive-layout07 #contents-wrapper #post-archive {
      margin-bottom: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page-layout08 - ランディングページ（スリム幅） */
#main-wrapper.page-layout08, #main-wrapper.single-layout08, #main-wrapper.archive-layout08 {
  padding: 0; }
  #main-wrapper.page-layout08 main, #main-wrapper.single-layout08 main, #main-wrapper.archive-layout08 main {
    width: 100%;
    position: relative; }
  #main-wrapper.page-layout08 #contents-wrapper, #main-wrapper.single-layout08 #contents-wrapper, #main-wrapper.archive-layout08 #contents-wrapper {
    width: 100%;
    max-width: 768px;
    margin: 0 auto; }
    #main-wrapper.page-layout08 #contents-wrapper #post-archive, #main-wrapper.single-layout08 #contents-wrapper #post-archive, #main-wrapper.archive-layout08 #contents-wrapper #post-archive {
      margin-bottom: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿ページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: archive用外部ファイル読み込み*/
/*index: archive-title*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: archive-title - setting*/
#archive-header-wrapper,
#search-archive-header-wrapper {
  width: 100%;
  height: 48vw; }
  @media only screen and (max-width: 1024px) {
    #archive-header-wrapper,
    #search-archive-header-wrapper {
      height: 35vw; } }
  @media only screen and (max-width: 599px) {
    #archive-header-wrapper,
    #search-archive-header-wrapper {
      height: 65vw; } }
  #archive-header-wrapper #archive-header,
  #archive-header-wrapper #search-archive-header,
  #search-archive-header-wrapper #archive-header,
  #search-archive-header-wrapper #search-archive-header {
    width: 100%;
    height: 100%;
    position: relative; }
    #archive-header-wrapper #archive-header .archive-header-bg,
    #archive-header-wrapper #archive-header .search-archive-header-bg,
    #archive-header-wrapper #search-archive-header .archive-header-bg,
    #archive-header-wrapper #search-archive-header .search-archive-header-bg,
    #search-archive-header-wrapper #archive-header .archive-header-bg,
    #search-archive-header-wrapper #archive-header .search-archive-header-bg,
    #search-archive-header-wrapper #search-archive-header .archive-header-bg,
    #search-archive-header-wrapper #search-archive-header .search-archive-header-bg {
      width: 100%;
      height: 100%;
      position: absolute; }
      #archive-header-wrapper #archive-header .archive-header-bg .bg-img,
      #archive-header-wrapper #archive-header .search-archive-header-bg .bg-img,
      #archive-header-wrapper #search-archive-header .archive-header-bg .bg-img,
      #archive-header-wrapper #search-archive-header .search-archive-header-bg .bg-img,
      #search-archive-header-wrapper #archive-header .archive-header-bg .bg-img,
      #search-archive-header-wrapper #archive-header .search-archive-header-bg .bg-img,
      #search-archive-header-wrapper #search-archive-header .archive-header-bg .bg-img,
      #search-archive-header-wrapper #search-archive-header .search-archive-header-bg .bg-img {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: archive-title - layout*/
#archive-header-wrapper.archive-title-layout02 #archive-header,
#search-archive-header-wrapper.archive-title-layout02 #archive-header {
  position: relative;
  z-index: 1; }
  #archive-header-wrapper.archive-title-layout02 #archive-header .header-title-wrapper,
  #search-archive-header-wrapper.archive-title-layout02 #archive-header .header-title-wrapper {
    width: 90%;
    height: 100%;
    position: relative;
    margin: auto;
    padding: 0;
    z-index: 2;
    display: flex;
    flex-flow: column;
    justify-content: center; }
    #archive-header-wrapper.archive-title-layout02 #archive-header .header-title-wrapper.archive-title-align01,
    #search-archive-header-wrapper.archive-title-layout02 #archive-header .header-title-wrapper.archive-title-align01 {
      text-align: left; }
    #archive-header-wrapper.archive-title-layout02 #archive-header .header-title-wrapper.archive-title-align02,
    #search-archive-header-wrapper.archive-title-layout02 #archive-header .header-title-wrapper.archive-title-align02 {
      text-align: center; }
    #archive-header-wrapper.archive-title-layout02 #archive-header .header-title-wrapper.archive-title-align03,
    #search-archive-header-wrapper.archive-title-layout02 #archive-header .header-title-wrapper.archive-title-align03 {
      text-align: right; }

/*index: content-archive-layout*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 記事一覧レイアウト - シンプル */
#search-archive .post-list.content-archive-layout01 .list,
#post-archive .post-list.content-archive-layout01 .list,
.recent-post-archive .post-list.content-archive-layout01 .list,
.recent-category-post-archive .post-list.content-archive-layout01 .list {
  border-top: 1px;
  border-top-style: solid; }
  #search-archive .post-list.content-archive-layout01 .list a,
  #post-archive .post-list.content-archive-layout01 .list a,
  .recent-post-archive .post-list.content-archive-layout01 .list a,
  .recent-category-post-archive .post-list.content-archive-layout01 .list a {
    padding: 4rem 0; }
    @media only screen and (max-width: 1024px) {
      #search-archive .post-list.content-archive-layout01 .list a,
      #post-archive .post-list.content-archive-layout01 .list a,
      .recent-post-archive .post-list.content-archive-layout01 .list a,
      .recent-category-post-archive .post-list.content-archive-layout01 .list a {
        padding: 4.16667vw 0; } }
    @media only screen and (max-width: 599px) {
      #search-archive .post-list.content-archive-layout01 .list a,
      #post-archive .post-list.content-archive-layout01 .list a,
      .recent-post-archive .post-list.content-archive-layout01 .list a,
      .recent-category-post-archive .post-list.content-archive-layout01 .list a {
        padding: 2rem 0;
        flex-flow: column; } }
    #search-archive .post-list.content-archive-layout01 .list a:hover,
    #post-archive .post-list.content-archive-layout01 .list a:hover,
    .recent-post-archive .post-list.content-archive-layout01 .list a:hover,
    .recent-category-post-archive .post-list.content-archive-layout01 .list a:hover {
      opacity: 0.7; }
    #search-archive .post-list.content-archive-layout01 .list a .thumbnail,
    #post-archive .post-list.content-archive-layout01 .list a .thumbnail,
    .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
    .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail {
      width: 20%;
      padding-top: 15%; }
      @media only screen and (max-width: 1024px) {
        #search-archive .post-list.content-archive-layout01 .list a .thumbnail,
        #post-archive .post-list.content-archive-layout01 .list a .thumbnail,
        .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
        .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail {
          width: 30%;
          padding-top: 25%; } }
      @media only screen and (max-width: 599px) {
        #search-archive .post-list.content-archive-layout01 .list a .thumbnail,
        #post-archive .post-list.content-archive-layout01 .list a .thumbnail,
        .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
        .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail {
          width: 100%;
          padding-top: 50%; } }
    #search-archive .post-list.content-archive-layout01 .list a .card,
    #post-archive .post-list.content-archive-layout01 .list a .card,
    .recent-post-archive .post-list.content-archive-layout01 .list a .card,
    .recent-category-post-archive .post-list.content-archive-layout01 .list a .card {
      width: 80%;
      padding: 0 2rem; }
      @media only screen and (max-width: 1024px) {
        #search-archive .post-list.content-archive-layout01 .list a .card,
        #post-archive .post-list.content-archive-layout01 .list a .card,
        .recent-post-archive .post-list.content-archive-layout01 .list a .card,
        .recent-category-post-archive .post-list.content-archive-layout01 .list a .card {
          width: 70%; } }
      @media only screen and (max-width: 599px) {
        #search-archive .post-list.content-archive-layout01 .list a .card,
        #post-archive .post-list.content-archive-layout01 .list a .card,
        .recent-post-archive .post-list.content-archive-layout01 .list a .card,
        .recent-category-post-archive .post-list.content-archive-layout01 .list a .card {
          width: 100%;
          padding: 2rem 0; } }
      #search-archive .post-list.content-archive-layout01 .list a .card .tag-wrapper,
      #post-archive .post-list.content-archive-layout01 .list a .card .tag-wrapper,
      .recent-post-archive .post-list.content-archive-layout01 .list a .card .tag-wrapper,
      .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .tag-wrapper {
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap; }
      #search-archive .post-list.content-archive-layout01 .list a .card .meta,
      #post-archive .post-list.content-archive-layout01 .list a .card .meta,
      .recent-post-archive .post-list.content-archive-layout01 .list a .card .meta,
      .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .meta {
        margin-right: 1rem; }
      #search-archive .post-list.content-archive-layout01 .list a .card .cat,
      #search-archive .post-list.content-archive-layout01 .list a .card .cat:first-child,
      #search-archive .post-list.content-archive-layout01 .list a .card .cat:last-child,
      #post-archive .post-list.content-archive-layout01 .list a .card .cat,
      #post-archive .post-list.content-archive-layout01 .list a .card .cat:first-child,
      #post-archive .post-list.content-archive-layout01 .list a .card .cat:last-child,
      .recent-post-archive .post-list.content-archive-layout01 .list a .card .cat,
      .recent-post-archive .post-list.content-archive-layout01 .list a .card .cat:first-child,
      .recent-post-archive .post-list.content-archive-layout01 .list a .card .cat:last-child,
      .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .cat,
      .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .cat:first-child,
      .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .cat:last-child {
        font-weight: 400;
        border: none;
        padding: 4px 0.7rem;
        color: #fff; }
      #search-archive .post-list.content-archive-layout01 .list a .card .arrow,
      #post-archive .post-list.content-archive-layout01 .list a .card .arrow,
      .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
      .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow {
        bottom: 4rem;
        right: 2rem; }
        @media only screen and (max-width: 599px) {
          #search-archive .post-list.content-archive-layout01 .list a .card .arrow,
          #post-archive .post-list.content-archive-layout01 .list a .card .arrow,
          .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
          .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow {
            bottom: 2rem;
            right: 0; } }
  #search-archive .post-list.content-archive-layout01 .list:last-child,
  #post-archive .post-list.content-archive-layout01 .list:last-child,
  .recent-post-archive .post-list.content-archive-layout01 .list:last-child,
  .recent-category-post-archive .post-list.content-archive-layout01 .list:last-child {
    border-bottom: 1px;
    border-bottom-style: solid; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - サイドバー */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a,
#sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a,
#sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a,
#sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a,
#fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a,
#fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a,
#fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a,
#fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a {
  flex-wrap: wrap; }
  #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
  #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
  #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
  #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
  #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
  #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
  #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
  #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail {
    width: 100%;
    padding-top: 50%; }
    @media only screen and (max-width: 1024px) {
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail {
        width: 30%;
        padding-top: 25%; } }
    @media only screen and (max-width: 599px) {
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail {
        width: 100%;
        padding-top: 50%; } }
  #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
  #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card,
  #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
  #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card,
  #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
  #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card,
  #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
  #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card {
    width: 100%;
    padding: 2rem 0 0; }
    @media only screen and (max-width: 1024px) {
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card,
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card,
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card,
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card {
        width: 70%;
        padding: 0 2rem; } }
    @media only screen and (max-width: 599px) {
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card,
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card,
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card,
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card {
        width: 100%;
        padding: 2rem 0; } }
    #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
    #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
    #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
    #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
    #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
    #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
    #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
    #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow {
      bottom: 2rem;
      right: 0; }
      @media only screen and (max-width: 1024px) {
        #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
        #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
        #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
        #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
        #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
        #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
        #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
        #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow {
          bottom: 4rem;
          right: 2rem; } }
      @media only screen and (max-width: 599px) {
        #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
        #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
        #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
        #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
        #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
        #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
        #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
        #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow {
          bottom: 2rem;
          right: 0; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - フッター */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media only screen and (min-width: 1025px) {
  #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a,
  #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a,
  #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a,
  #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a {
    flex-wrap: wrap; }
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail {
      width: 100%;
      padding-top: 50%; }
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card,
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card {
      width: 100%;
      padding: 2rem 0 0; }
      #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
      #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
      #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
      #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow {
        bottom: 2rem;
        right: 0; }
  #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a,
  #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a,
  #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a,
  #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a {
    flex-wrap: wrap; }
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail {
      width: 100%;
      padding-top: 50%; }
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card,
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card {
      width: 100%;
      padding: 2rem 0 0; }
      #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
      #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
      #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
      #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow {
        bottom: 2rem;
        right: 0; }
  #footer-widget-area .pc-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
  #footer-widget-area .pc-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
  #footer-widget-area .pc-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
  #footer-widget-area .pc-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail {
    width: 35%;
    padding-top: 25%; }
  #footer-widget-area .pc-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
  #footer-widget-area .pc-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card,
  #footer-widget-area .pc-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
  #footer-widget-area .pc-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card {
    width: 65%; } }
@media only screen and (max-width: 1024px) {
  #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a,
  #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a,
  #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a,
  #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a {
    flex-wrap: wrap; }
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail {
      width: 100%;
      padding-top: 65%; } }
    @media only screen and (max-width: 1024px) and (max-width: 599px) {
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail {
        padding-top: 50%; } }
@media only screen and (max-width: 1024px) {
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card,
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card {
      width: 100%;
      padding: 2rem 0 0; }
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .tag,
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .tag,
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .tag,
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .tag {
        width: 100%;
        display: block;
        margin-top: 0.7rem; }
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow {
        bottom: 2rem;
        right: 0; }
  #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a,
  #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a,
  #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a,
  #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a {
    flex-wrap: wrap; }
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail {
      width: 100%;
      padding-top: 65%; } }
    @media only screen and (max-width: 1024px) and (max-width: 599px) {
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .thumbnail,
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .thumbnail {
        padding-top: 50%; } }
@media only screen and (max-width: 1024px) {
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card,
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card,
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card {
      width: 100%;
      padding: 2rem 0 0; }
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .tag,
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .tag,
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .tag,
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .tag {
        width: 100%;
        display: block;
        margin-top: 0.7rem; }
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout01 .list a .card .arrow,
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout01 .list a .card .arrow {
        bottom: 2rem;
        right: 0; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 記事一覧レイアウト - テキスト１ */
#search-archive .post-list.content-archive-layout02 .list,
#post-archive .post-list.content-archive-layout02 .list,
.recent-post-archive .post-list.content-archive-layout02 .list,
.recent-category-post-archive .post-list.content-archive-layout02 .list {
  border-top: 1px solid #707f89; }
  #search-archive .post-list.content-archive-layout02 .list a,
  #post-archive .post-list.content-archive-layout02 .list a,
  .recent-post-archive .post-list.content-archive-layout02 .list a,
  .recent-category-post-archive .post-list.content-archive-layout02 .list a {
    padding: 2rem 0; }
    #search-archive .post-list.content-archive-layout02 .list a:hover,
    #post-archive .post-list.content-archive-layout02 .list a:hover,
    .recent-post-archive .post-list.content-archive-layout02 .list a:hover,
    .recent-category-post-archive .post-list.content-archive-layout02 .list a:hover {
      opacity: 0.7; }
    #search-archive .post-list.content-archive-layout02 .list a .card,
    #post-archive .post-list.content-archive-layout02 .list a .card,
    .recent-post-archive .post-list.content-archive-layout02 .list a .card,
    .recent-category-post-archive .post-list.content-archive-layout02 .list a .card {
      display: flex;
      width: 100%;
      align-items: center; }
      @media only screen and (max-width: 599px) {
        #search-archive .post-list.content-archive-layout02 .list a .card,
        #post-archive .post-list.content-archive-layout02 .list a .card,
        .recent-post-archive .post-list.content-archive-layout02 .list a .card,
        .recent-category-post-archive .post-list.content-archive-layout02 .list a .card {
          flex-flow: column;
          align-items: flex-start; } }
      #search-archive .post-list.content-archive-layout02 .list a .card .tag-wrapper,
      #post-archive .post-list.content-archive-layout02 .list a .card .tag-wrapper,
      .recent-post-archive .post-list.content-archive-layout02 .list a .card .tag-wrapper,
      .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .tag-wrapper {
        padding: 0;
        margin: 0 1rem 0 0; }
        @media only screen and (max-width: 599px) {
          #search-archive .post-list.content-archive-layout02 .list a .card .tag-wrapper,
          #post-archive .post-list.content-archive-layout02 .list a .card .tag-wrapper,
          .recent-post-archive .post-list.content-archive-layout02 .list a .card .tag-wrapper,
          .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .tag-wrapper {
            margin: 0;
            width: 100%; } }
      #search-archive .post-list.content-archive-layout02 .list a .card .meta,
      #post-archive .post-list.content-archive-layout02 .list a .card .meta,
      .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
      .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta {
        width: 120px; }
        @media only screen and (max-width: 1024px) {
          #search-archive .post-list.content-archive-layout02 .list a .card .meta,
          #post-archive .post-list.content-archive-layout02 .list a .card .meta,
          .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
          .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta {
            width: 110px; } }
        @media only screen and (max-width: 599px) {
          #search-archive .post-list.content-archive-layout02 .list a .card .meta,
          #post-archive .post-list.content-archive-layout02 .list a .card .meta,
          .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
          .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta {
            width: 100%; } }
      #search-archive .post-list.content-archive-layout02 .list a .card .title,
      #post-archive .post-list.content-archive-layout02 .list a .card .title,
      .recent-post-archive .post-list.content-archive-layout02 .list a .card .title,
      .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .title {
        color: #707f89; }
  #search-archive .post-list.content-archive-layout02 .list:last-child,
  #post-archive .post-list.content-archive-layout02 .list:last-child,
  .recent-post-archive .post-list.content-archive-layout02 .list:last-child,
  .recent-category-post-archive .post-list.content-archive-layout02 .list:last-child {
    border-bottom: 1px solid #707f89; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - サイドバー */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card,
#sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card,
#sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card,
#sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card,
#fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card,
#fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card,
#fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card,
#fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card {
  flex-wrap: wrap; }
  #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
  #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta,
  #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
  #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta,
  #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
  #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta,
  #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
  #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta {
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta,
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta,
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta,
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta {
        width: 110px; } }
    @media only screen and (max-width: 599px) {
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta,
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta,
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta,
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta {
        width: 100%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - フッター */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media only screen and (min-width: 1025px) {
  #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card,
  #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card,
  #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card,
  #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card {
    flex-wrap: wrap; }
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta,
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta {
      width: 100%; }
  #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card,
  #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card,
  #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card,
  #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card {
    flex-wrap: wrap; }
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta,
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta {
      width: 100%; } }
@media only screen and (max-width: 1024px) {
  #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card,
  #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card,
  #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card,
  #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card {
    flex-wrap: wrap; }
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta,
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta {
      width: 100%; }
  #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card,
  #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card,
  #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card,
  #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card {
    flex-wrap: wrap; }
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta,
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout02 .list a .card .meta,
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout02 .list a .card .meta {
      width: 100%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 記事一覧レイアウト - テキスト２ */
#search-archive .post-list.content-archive-layout03 .list,
#post-archive .post-list.content-archive-layout03 .list,
.recent-post-archive .post-list.content-archive-layout03 .list,
.recent-category-post-archive .post-list.content-archive-layout03 .list {
  border-top: 1px solid #707f89; }
  #search-archive .post-list.content-archive-layout03 .list a,
  #post-archive .post-list.content-archive-layout03 .list a,
  .recent-post-archive .post-list.content-archive-layout03 .list a,
  .recent-category-post-archive .post-list.content-archive-layout03 .list a {
    padding: 2rem 0; }
    #search-archive .post-list.content-archive-layout03 .list a:hover,
    #post-archive .post-list.content-archive-layout03 .list a:hover,
    .recent-post-archive .post-list.content-archive-layout03 .list a:hover,
    .recent-category-post-archive .post-list.content-archive-layout03 .list a:hover {
      opacity: 0.7; }
    #search-archive .post-list.content-archive-layout03 .list a .card,
    #post-archive .post-list.content-archive-layout03 .list a .card,
    .recent-post-archive .post-list.content-archive-layout03 .list a .card,
    .recent-category-post-archive .post-list.content-archive-layout03 .list a .card {
      width: 100%;
      align-items: center; }
      #search-archive .post-list.content-archive-layout03 .list a .card .tag-wrapper,
      #post-archive .post-list.content-archive-layout03 .list a .card .tag-wrapper,
      .recent-post-archive .post-list.content-archive-layout03 .list a .card .tag-wrapper,
      .recent-category-post-archive .post-list.content-archive-layout03 .list a .card .tag-wrapper {
        justify-content: flex-start; }
      #search-archive .post-list.content-archive-layout03 .list a .card .meta,
      #post-archive .post-list.content-archive-layout03 .list a .card .meta,
      .recent-post-archive .post-list.content-archive-layout03 .list a .card .meta,
      .recent-category-post-archive .post-list.content-archive-layout03 .list a .card .meta {
        margin-right: 1rem; }
      #search-archive .post-list.content-archive-layout03 .list a .card .cat,
      #search-archive .post-list.content-archive-layout03 .list a .card .cat:first-child,
      #search-archive .post-list.content-archive-layout03 .list a .card .cat:last-child,
      #post-archive .post-list.content-archive-layout03 .list a .card .cat,
      #post-archive .post-list.content-archive-layout03 .list a .card .cat:first-child,
      #post-archive .post-list.content-archive-layout03 .list a .card .cat:last-child,
      .recent-post-archive .post-list.content-archive-layout03 .list a .card .cat,
      .recent-post-archive .post-list.content-archive-layout03 .list a .card .cat:first-child,
      .recent-post-archive .post-list.content-archive-layout03 .list a .card .cat:last-child,
      .recent-category-post-archive .post-list.content-archive-layout03 .list a .card .cat,
      .recent-category-post-archive .post-list.content-archive-layout03 .list a .card .cat:first-child,
      .recent-category-post-archive .post-list.content-archive-layout03 .list a .card .cat:last-child {
        font-weight: 400;
        border: none;
        padding: 4px 0.7rem;
        color: #fff; }
      #search-archive .post-list.content-archive-layout03 .list a .card .title,
      #post-archive .post-list.content-archive-layout03 .list a .card .title,
      .recent-post-archive .post-list.content-archive-layout03 .list a .card .title,
      .recent-category-post-archive .post-list.content-archive-layout03 .list a .card .title {
        color: #707f89; }
  #search-archive .post-list.content-archive-layout03 .list:last-child,
  #post-archive .post-list.content-archive-layout03 .list:last-child,
  .recent-post-archive .post-list.content-archive-layout03 .list:last-child,
  .recent-category-post-archive .post-list.content-archive-layout03 .list:last-child {
    border-bottom: 1px solid #707f89; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - フッター */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media only screen and (max-width: 1024px) {
  #footer-widget-area .tb-f-layout03 .post-list.content-archive-layout03 .list a .card .tag {
    width: 100%;
    margin-top: 0.7rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 599px) {
    #footer-widget-area .tb-f-layout03 .post-list.content-archive-layout03 .list a .card .tag {
      width: inherit;
      margin-top: 0; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/*index: 記事一覧レイアウト - リッチメディア - 初期設定 */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#search-archive .post-list.content-archive-layout04,
#post-archive .post-list.content-archive-layout04,
.recent-post-archive .post-list.content-archive-layout04,
.recent-category-post-archive .post-list.content-archive-layout04 {
  flex-wrap: wrap;
  margin: 0 -1rem; }
  @media only screen and (max-width: 1024px) {
    #search-archive .post-list.content-archive-layout04,
    #post-archive .post-list.content-archive-layout04,
    .recent-post-archive .post-list.content-archive-layout04,
    .recent-category-post-archive .post-list.content-archive-layout04 {
      margin: 0 -1.04167vw; } }
  @media only screen and (max-width: 599px) {
    #search-archive .post-list.content-archive-layout04,
    #post-archive .post-list.content-archive-layout04,
    .recent-post-archive .post-list.content-archive-layout04,
    .recent-category-post-archive .post-list.content-archive-layout04 {
      margin: 0 -0.5rem; } }
  #search-archive .post-list.content-archive-layout04 .list,
  #post-archive .post-list.content-archive-layout04 .list,
  .recent-post-archive .post-list.content-archive-layout04 .list,
  .recent-category-post-archive .post-list.content-archive-layout04 .list {
    margin: 2rem 0 0;
    padding: 0 1rem; }
    @media only screen and (max-width: 1024px) {
      #search-archive .post-list.content-archive-layout04 .list,
      #post-archive .post-list.content-archive-layout04 .list,
      .recent-post-archive .post-list.content-archive-layout04 .list,
      .recent-category-post-archive .post-list.content-archive-layout04 .list {
        margin: 2.08333vw 0 0;
        padding: 0 1.04167vw; }
        #search-archive .post-list.content-archive-layout04 .list:nth-child(3),
        #post-archive .post-list.content-archive-layout04 .list:nth-child(3),
        .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
        .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3) {
          margin-top: 2.08333vw !important; } }
    @media only screen and (max-width: 599px) {
      #search-archive .post-list.content-archive-layout04 .list,
      #post-archive .post-list.content-archive-layout04 .list,
      .recent-post-archive .post-list.content-archive-layout04 .list,
      .recent-category-post-archive .post-list.content-archive-layout04 .list {
        margin: 1rem 0 0;
        padding: 0 0.5rem; }
        #search-archive .post-list.content-archive-layout04 .list:nth-child(3),
        #post-archive .post-list.content-archive-layout04 .list:nth-child(3),
        .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
        .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3) {
          margin-top: 1rem !important; } }
    #search-archive .post-list.content-archive-layout04 .list a,
    #post-archive .post-list.content-archive-layout04 .list a,
    .recent-post-archive .post-list.content-archive-layout04 .list a,
    .recent-category-post-archive .post-list.content-archive-layout04 .list a {
      height: 100%;
      background-color: #fff;
      border: 1px solid #f0f0f0;
      border-radius: 10px; }
      @media only screen and (max-width: 599px) {
        #search-archive .post-list.content-archive-layout04 .list a,
        #post-archive .post-list.content-archive-layout04 .list a,
        .recent-post-archive .post-list.content-archive-layout04 .list a,
        .recent-category-post-archive .post-list.content-archive-layout04 .list a {
          border-radius: 5px; } }
      #search-archive .post-list.content-archive-layout04 .list a:hover,
      #post-archive .post-list.content-archive-layout04 .list a:hover,
      .recent-post-archive .post-list.content-archive-layout04 .list a:hover,
      .recent-category-post-archive .post-list.content-archive-layout04 .list a:hover {
        filter: brightness(0.9); }
      #search-archive .post-list.content-archive-layout04 .list a .thumbnail,
      #post-archive .post-list.content-archive-layout04 .list a .thumbnail,
      .recent-post-archive .post-list.content-archive-layout04 .list a .thumbnail,
      .recent-category-post-archive .post-list.content-archive-layout04 .list a .thumbnail {
        padding-top: 75%;
        border-radius: 10px 10px 0 0; }
        @media only screen and (max-width: 599px) {
          #search-archive .post-list.content-archive-layout04 .list a .thumbnail,
          #post-archive .post-list.content-archive-layout04 .list a .thumbnail,
          .recent-post-archive .post-list.content-archive-layout04 .list a .thumbnail,
          .recent-category-post-archive .post-list.content-archive-layout04 .list a .thumbnail {
            border-radius: 5px 5px 0 0; } }
        #search-archive .post-list.content-archive-layout04 .list a .thumbnail .img,
        #post-archive .post-list.content-archive-layout04 .list a .thumbnail .img,
        .recent-post-archive .post-list.content-archive-layout04 .list a .thumbnail .img,
        .recent-category-post-archive .post-list.content-archive-layout04 .list a .thumbnail .img {
          border-radius: 10px 10px 0 0; }
          @media only screen and (max-width: 599px) {
            #search-archive .post-list.content-archive-layout04 .list a .thumbnail .img,
            #post-archive .post-list.content-archive-layout04 .list a .thumbnail .img,
            .recent-post-archive .post-list.content-archive-layout04 .list a .thumbnail .img,
            .recent-category-post-archive .post-list.content-archive-layout04 .list a .thumbnail .img {
              border-radius: 5px 5px 0 0; } }
      #search-archive .post-list.content-archive-layout04 .list a .card,
      #post-archive .post-list.content-archive-layout04 .list a .card,
      .recent-post-archive .post-list.content-archive-layout04 .list a .card,
      .recent-category-post-archive .post-list.content-archive-layout04 .list a .card {
        padding: 11px 11px 22px; }
        @media only screen and (max-width: 599px) {
          #search-archive .post-list.content-archive-layout04 .list a .card,
          #post-archive .post-list.content-archive-layout04 .list a .card,
          .recent-post-archive .post-list.content-archive-layout04 .list a .card,
          .recent-category-post-archive .post-list.content-archive-layout04 .list a .card {
            padding: 6px 6px 11px; } }
        #search-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper,
        #post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper,
        .recent-post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper,
        .recent-category-post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper {
          border-bottom-style: solid;
          border-bottom-width: 1px;
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          #search-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .meta,
          #post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .meta,
          .recent-post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .meta,
          .recent-category-post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .meta {
            margin-right: 1rem; }
            @media only screen and (max-width: 599px) {
              #search-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .meta,
              #post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .meta,
              .recent-post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .meta,
              .recent-category-post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .meta {
                width: 100%; } }
          @media only screen and (max-width: 599px) {
            #search-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .tag,
            #post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .tag,
            .recent-post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .tag,
            .recent-category-post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .tag {
              width: 100%;
              text-align: right; } }
          #search-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .tag .cat,
          #post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .tag .cat,
          .recent-post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .tag .cat,
          .recent-category-post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .tag .cat {
            background-color: transparent !important; }
            #search-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .tag .cat:last-child,
            #post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .tag .cat:last-child,
            .recent-post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .tag .cat:last-child,
            .recent-category-post-archive .post-list.content-archive-layout04 .list a .card .tag-wrapper .tag .cat:last-child {
              padding-right: 0;
              margin-right: 0;
              border-right: none; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/*index: 記事一覧レイアウト - アーカイブ */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 記事一覧レイアウト - リッチメディア - 
投稿一覧レイアウト - 右・左サイドバー・1カラム（スリム幅）・ランディングページ（スリム幅） */
.archive-layout01 #search-archive .post-list.content-archive-layout04 .list,
.archive-layout01 #post-archive .post-list.content-archive-layout04 .list,
.archive-layout02 #search-archive .post-list.content-archive-layout04 .list,
.archive-layout02 #post-archive .post-list.content-archive-layout04 .list,
.archive-layout04 #search-archive .post-list.content-archive-layout04 .list,
.archive-layout04 #post-archive .post-list.content-archive-layout04 .list,
.archive-layout08 #search-archive .post-list.content-archive-layout04 .list,
.archive-layout08 #post-archive .post-list.content-archive-layout04 .list {
  max-width: 50%;
  flex: 0 1 50%; }
  .archive-layout01 #search-archive .post-list.content-archive-layout04 .list:nth-child(1), .archive-layout01 #search-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .archive-layout01 #post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .archive-layout01 #post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .archive-layout02 #search-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .archive-layout02 #search-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .archive-layout02 #post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .archive-layout02 #post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .archive-layout04 #search-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .archive-layout04 #search-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .archive-layout04 #post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .archive-layout04 #post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .archive-layout08 #search-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .archive-layout08 #search-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .archive-layout08 #post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .archive-layout08 #post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
    margin-top: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 記事一覧レイアウト - リッチメディア - 
投稿一覧レイアウト - 1カラム・フル幅・ランディングページ・ランディングページ（ヘッダー・フッター有り）  */
.archive-layout03 #search-archive .post-list.content-archive-layout04 .list,
.archive-layout03 #post-archive .post-list.content-archive-layout04 .list {
  max-width: 33.333%;
  flex: 0 1 33.333%; }
  .archive-layout03 #search-archive .post-list.content-archive-layout04 .list:nth-child(1), .archive-layout03 #search-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .archive-layout03 #post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .archive-layout03 #post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
    margin-top: 0; }
  .archive-layout03 #search-archive .post-list.content-archive-layout04 .list:nth-child(3),
  .archive-layout03 #post-archive .post-list.content-archive-layout04 .list:nth-child(3) {
    margin-top: 0; }
  @media only screen and (max-width: 1024px) {
    .archive-layout03 #search-archive .post-list.content-archive-layout04 .list,
    .archive-layout03 #post-archive .post-list.content-archive-layout04 .list {
      max-width: 50%;
      flex: 0 1 50%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 記事一覧レイアウト - リッチメディア - 
投稿一覧レイアウト - フル幅・ランディングページ・ランディングページ（ヘッダー・フッター有り）  */
.archive-layout05 #search-archive,
.archive-layout05 #post-archive,
.archive-layout06 #search-archive,
.archive-layout06 #post-archive,
.archive-layout07 #search-archive,
.archive-layout07 #post-archive {
  overflow-x: hidden; }
  .archive-layout05 #search-archive .post-list.content-archive-layout04 .list,
  .archive-layout05 #post-archive .post-list.content-archive-layout04 .list,
  .archive-layout06 #search-archive .post-list.content-archive-layout04 .list,
  .archive-layout06 #post-archive .post-list.content-archive-layout04 .list,
  .archive-layout07 #search-archive .post-list.content-archive-layout04 .list,
  .archive-layout07 #post-archive .post-list.content-archive-layout04 .list {
    max-width: 33.333%;
    flex: 0 1 33.333%; }
    .archive-layout05 #search-archive .post-list.content-archive-layout04 .list:nth-child(1), .archive-layout05 #search-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .archive-layout05 #post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .archive-layout05 #post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .archive-layout06 #search-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .archive-layout06 #search-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .archive-layout06 #post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .archive-layout06 #post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .archive-layout07 #search-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .archive-layout07 #search-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .archive-layout07 #post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .archive-layout07 #post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
      margin-top: 0; }
    .archive-layout05 #search-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .archive-layout05 #post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .archive-layout06 #search-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .archive-layout06 #post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .archive-layout07 #search-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .archive-layout07 #post-archive .post-list.content-archive-layout04 .list:nth-child(3) {
      margin-top: 0; }
    @media only screen and (max-width: 1024px) {
      .archive-layout05 #search-archive .post-list.content-archive-layout04 .list,
      .archive-layout05 #post-archive .post-list.content-archive-layout04 .list,
      .archive-layout06 #search-archive .post-list.content-archive-layout04 .list,
      .archive-layout06 #post-archive .post-list.content-archive-layout04 .list,
      .archive-layout07 #search-archive .post-list.content-archive-layout04 .list,
      .archive-layout07 #post-archive .post-list.content-archive-layout04 .list {
        max-width: 50%;
        flex: 0 1 50%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - TOP */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - 最近の投稿（サムネイル付き） - リッチメディア - TOP */
#home-top-widget-area .widget_thumbnail_recent_post .recent-post-archive,
#home-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive,
#home-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive,
#home-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive,
#home-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive,
#home-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive,
#home-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive,
#home-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive {
  overflow-x: hidden; }
  #home-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  #home-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  #home-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  #home-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  #home-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  #home-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  #home-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  #home-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
    max-width: 33.333%;
    flex: 0 1 33.333%; }
    #home-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1), #home-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    #home-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    #home-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    #home-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    #home-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    #home-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    #home-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    #home-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    #home-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    #home-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    #home-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    #home-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    #home-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    #home-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    #home-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
      margin-top: 0; }
    #home-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    #home-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    #home-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    #home-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    #home-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    #home-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    #home-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    #home-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3) {
      margin-top: 0; }
    @media only screen and (max-width: 1024px) {
      #home-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      #home-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      #home-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      #home-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      #home-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      #home-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      #home-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      #home-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
        max-width: 50%;
        flex: 0 1 50%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - 固定ページ */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - リッチメディア - 
固定ページレイアウト - 右・左サイドバー・1カラム（スリム幅）・ランディングページ（スリム幅） */
.page-layout01 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout01 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout01 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout01 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout01 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout01 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout01 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout01 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout02 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout02 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout02 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout02 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout02 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout02 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout02 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout02 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout04 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout04 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout04 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout04 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout04 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout04 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout04 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout04 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout08 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout08 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout08 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout08 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout08 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout08 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout08 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout08 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
  max-width: 50%;
  flex: 0 1 50%; }
  .page-layout01 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1), .page-layout01 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout01 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout01 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout01 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout01 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout01 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout01 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout01 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout01 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout01 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout01 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout01 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout01 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout01 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout01 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout02 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout02 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout02 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout02 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout02 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout02 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout02 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout02 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout02 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout02 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout02 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout02 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout02 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout02 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout02 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout02 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout04 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout04 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout04 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout04 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout04 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout04 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout04 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout04 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout04 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout04 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout04 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout04 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout04 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout04 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout04 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout04 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout08 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout08 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout08 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout08 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout08 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout08 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout08 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout08 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout08 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout08 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout08 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout08 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout08 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout08 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout08 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout08 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
    margin-top: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - リッチメディア - 
固定ページレイアウト - 1カラム・フル幅・ランディングページ・ランディングページ（ヘッダー・フッター有り）  */
.page-layout03 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout03 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout03 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout03 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
  max-width: 33.333%;
  flex: 0 1 33.333%; }
  .page-layout03 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1), .page-layout03 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout03 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout03 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout03 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout03 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout03 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout03 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
    margin-top: 0; }
  .page-layout03 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
  .page-layout03 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
  .page-layout03 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
  .page-layout03 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
  .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
  .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
  .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
  .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3) {
    margin-top: 0; }
  @media only screen and (max-width: 1024px) {
    .page-layout03 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
    .page-layout03 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
    .page-layout03 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
    .page-layout03 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
    .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
    .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
    .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
    .page-layout03 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
      max-width: 50%;
      flex: 0 1 50%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - リッチメディア - 
固定ページレイアウト - フル幅・ランディングページ・ランディングページ（ヘッダー・フッター有り）  */
.page-layout05 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive,
.page-layout05 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive,
.page-layout05 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive,
.page-layout05 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive,
.page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive,
.page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive,
.page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive,
.page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive,
.page-layout06 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive,
.page-layout06 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive,
.page-layout06 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive,
.page-layout06 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive,
.page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive,
.page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive,
.page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive,
.page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive,
.page-layout07 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive,
.page-layout07 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive,
.page-layout07 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive,
.page-layout07 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive,
.page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive,
.page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive,
.page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive,
.page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive {
  overflow-x: hidden; }
  .page-layout05 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .page-layout05 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .page-layout05 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .page-layout05 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .page-layout06 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .page-layout06 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .page-layout06 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .page-layout06 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .page-layout07 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .page-layout07 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .page-layout07 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .page-layout07 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
    max-width: 33.333%;
    flex: 0 1 33.333%; }
    .page-layout05 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1), .page-layout05 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout05 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout05 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout05 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout05 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout05 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout05 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout06 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout06 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout06 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout06 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout06 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout06 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout06 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout06 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout07 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout07 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout07 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout07 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout07 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout07 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout07 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout07 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
      margin-top: 0; }
    .page-layout05 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout05 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout05 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout05 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout06 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout06 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout06 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout06 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout07 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout07 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout07 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout07 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3) {
      margin-top: 0; }
    @media only screen and (max-width: 1024px) {
      .page-layout05 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .page-layout05 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .page-layout05 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .page-layout05 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .page-layout05 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .page-layout06 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .page-layout06 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .page-layout06 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .page-layout06 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .page-layout06 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .page-layout07 #page-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .page-layout07 #page-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .page-layout07 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .page-layout07 #page-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .page-layout07 #page-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
        max-width: 50%;
        flex: 0 1 50%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - 記事本文 */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - リッチメディア - 
投稿ページレイアウト - 右・左サイドバー・1カラム（スリム幅）・ランディングページ（スリム幅） */
.single-layout01 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout01 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout01 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout01 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout01 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout01 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout01 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout01 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout02 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout02 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout02 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout02 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout02 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout02 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout02 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout02 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout04 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout04 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout04 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout04 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout04 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout04 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout04 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout04 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout08 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout08 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout08 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout08 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout08 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout08 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout08 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout08 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
  max-width: 50%;
  flex: 0 1 50%; }
  .single-layout01 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1), .single-layout01 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout01 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout01 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout01 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout01 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout01 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout01 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout01 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout01 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout01 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout01 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout01 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout01 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout01 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout01 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout02 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout02 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout02 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout02 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout02 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout02 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout02 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout02 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout02 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout02 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout02 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout02 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout02 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout02 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout02 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout02 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout04 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout04 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout04 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout04 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout04 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout04 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout04 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout04 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout04 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout04 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout04 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout04 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout04 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout04 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout04 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout04 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout08 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout08 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout08 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout08 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout08 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout08 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout08 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout08 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout08 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout08 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout08 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout08 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout08 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout08 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout08 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout08 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
    margin-top: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - リッチメディア - 
投稿ページレイアウト - 1カラム・フル幅・ランディングページ・ランディングページ（ヘッダー・フッター有り）  */
.single-layout03 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout03 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout03 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout03 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
.single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
.single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
  max-width: 33.333%;
  flex: 0 1 33.333%; }
  .single-layout03 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1), .single-layout03 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout03 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout03 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout03 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout03 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout03 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout03 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
  .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
    margin-top: 0; }
  .single-layout03 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
  .single-layout03 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
  .single-layout03 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
  .single-layout03 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
  .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
  .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
  .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
  .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3) {
    margin-top: 0; }
  @media only screen and (max-width: 1024px) {
    .single-layout03 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
    .single-layout03 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
    .single-layout03 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
    .single-layout03 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
    .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
    .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
    .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
    .single-layout03 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
      max-width: 50%;
      flex: 0 1 50%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - リッチメディア - 
投稿ページレイアウト - フル幅・ランディングページ・ランディングページ（ヘッダー・フッター有り）  */
.single-layout05 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive,
.single-layout05 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive,
.single-layout05 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive,
.single-layout05 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive,
.single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive,
.single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive,
.single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive,
.single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive,
.single-layout06 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive,
.single-layout06 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive,
.single-layout06 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive,
.single-layout06 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive,
.single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive,
.single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive,
.single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive,
.single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive,
.single-layout07 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive,
.single-layout07 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive,
.single-layout07 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive,
.single-layout07 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive,
.single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive,
.single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive,
.single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive,
.single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive {
  overflow-x: hidden; }
  .single-layout05 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .single-layout05 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .single-layout05 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .single-layout05 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .single-layout06 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .single-layout06 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .single-layout06 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .single-layout06 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .single-layout07 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .single-layout07 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .single-layout07 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .single-layout07 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
    max-width: 33.333%;
    flex: 0 1 33.333%; }
    .single-layout05 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1), .single-layout05 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout05 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout05 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout05 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout05 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout05 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout05 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout06 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout06 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout06 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout06 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout06 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout06 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout06 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout06 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout07 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout07 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout07 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout07 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout07 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout07 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout07 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout07 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
      margin-top: 0; }
    .single-layout05 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout05 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout05 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout05 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout06 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout06 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout06 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout06 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout07 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout07 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout07 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout07 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3) {
      margin-top: 0; }
    @media only screen and (max-width: 1024px) {
      .single-layout05 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .single-layout05 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .single-layout05 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .single-layout05 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .single-layout05 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .single-layout06 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .single-layout06 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .single-layout06 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .single-layout06 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .single-layout06 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .single-layout07 #single-top-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .single-layout07 #single-top-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .single-layout07 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .single-layout07 #single-top-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      .single-layout07 #single-bottom-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
        max-width: 50%;
        flex: 0 1 50%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - サイドバー */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
#sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
#sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
#sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
#fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
#fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
#fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
#fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
  max-width: 100%;
  flex: 0 1 100%;
  margin: 2rem 0 0; }
  @media only screen and (max-width: 1024px) {
    #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
    #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
    #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
    #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
    #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
    #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
    #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
    #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
      max-width: 50%;
      flex: 0 1 50%;
      margin: 2.08333vw 0 0;
      padding: 0 1.04167vw; }
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
        margin-top: 0; }
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3) {
        margin-top: 2.08333vw !important; } }
  @media only screen and (max-width: 599px) {
    #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
    #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
    #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
    #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
    #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
    #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
    #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
    #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
      margin: 1rem 0 0;
      padding: 0 0.5rem; }
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
        margin-top: 0; }
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
      #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
      #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
      #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
      #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3) {
        margin-top: 1rem !important; } }
  #sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  #sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  #sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  #fix-sidebar-widget-area .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
  #fix-sidebar-widget-area .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1) {
    margin-top: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/**/
/**/
/*index: ウィジェット - 最近の投稿（サムネイル付き） レイアウト - フッター */
/**/
/**/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media only screen and (min-width: 1025px) {
  #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04,
  #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04,
  #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04,
  #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 {
    margin: 0 auto; }
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
    #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
      max-width: 100%;
      flex: 0 1 100%;
      margin: 2rem 0 0;
      padding: 0; }
      #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
      #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
      #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
      #footer-widget-area .pc-f-layout04 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1) {
        margin-top: 0; }
  #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
    max-width: 50%;
    flex: 0 1 50%; }
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1), #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    #footer-widget-area .pc-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
      margin-top: 0; }
  #footer-widget-area .pc-f-layout02 .post-list.content-archive-layout04 {
    margin: 0 -0.5rem; }
    #footer-widget-area .pc-f-layout02 .post-list.content-archive-layout04 .list {
      max-width: 50%;
      flex: 0 1 50%; }
      #footer-widget-area .pc-f-layout02 .post-list.content-archive-layout04 .list:nth-child(1), #footer-widget-area .pc-f-layout02 .post-list.content-archive-layout04 .list:nth-child(2) {
        margin-top: 0; }
  #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
  #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
  #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
  #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
    max-width: 33.333%;
    flex: 0 1 33.333%; }
    #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1), #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
    #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
    #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
      margin-top: 0; }
    #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(3),
    #footer-widget-area .pc-f-layout01 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(3) {
      margin-top: 0; } }
@media only screen and (max-width: 1024px) {
  #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04,
  #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04,
  #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04,
  #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 {
    margin: 0 auto; } }
  @media only screen and (max-width: 1024px) and (max-width: 599px) {
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04,
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04,
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04,
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 {
      margin: 0 -0.5rem; } }
@media only screen and (max-width: 1024px) {
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
    #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
      max-width: 100%;
      flex: 0 1 100%;
      margin: 2rem 0 0 !important;
      padding: 0; } }
    @media only screen and (max-width: 1024px) and (max-width: 599px) {
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
        max-width: 50%;
        flex: 0 1 50%;
        margin: 1rem 0 0 !important;
        padding: 0 0.5rem; }
        #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
        #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
        #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
        #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
          margin-top: 0 !important; } }
@media only screen and (max-width: 1024px) {
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
      #footer-widget-area .tb-f-layout03 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1) {
        margin-top: 0 !important; }
  #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04,
  #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04,
  #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04,
  #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 {
    margin: 0 auto; } }
  @media only screen and (max-width: 1024px) and (max-width: 599px) {
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04,
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04,
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04,
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 {
      margin: 0 -0.5rem; } }
@media only screen and (max-width: 1024px) {
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
    #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
      max-width: 100%;
      flex: 0 1 100%;
      margin: 2rem 0 0 !important;
      padding: 0; } }
    @media only screen and (max-width: 1024px) and (max-width: 599px) {
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list,
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list,
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list,
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list {
        max-width: 50%;
        flex: 0 1 50%;
        margin: 1rem 0 0 !important;
        padding: 0 0.5rem; }
        #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
        #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
        #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(2),
        #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(2) {
          margin-top: 0 !important; } }
@media only screen and (max-width: 1024px) {
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-post-archive .post-list.content-archive-layout04 .list:nth-child(1),
      #footer-widget-area .tb-f-layout02 .widget_thumbnail_recent_category_post .recent-category-post-archive .post-list.content-archive-layout04 .list:nth-child(1) {
        margin-top: 0 !important; }
  #footer-widget-area .tb-f-layout01 .post-list.content-archive-layout04 {
    margin: 0 -0.5rem; }
    #footer-widget-area .tb-f-layout01 .post-list.content-archive-layout04 .list {
      max-width: 50%;
      flex: 0 1 50%; }
      #footer-widget-area .tb-f-layout01 .post-list.content-archive-layout04 .list:nth-child(1), #footer-widget-area .tb-f-layout01 .post-list.content-archive-layout04 .list:nth-child(2) {
        margin-top: 0; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 記事一覧レイアウト - カルーセル - 初期設定 */
#search-archive .post-list.content-archive-layout05,
#post-archive .post-list.content-archive-layout05,
.recent-post-archive .post-list.content-archive-layout05,
.recent-category-post-archive .post-list.content-archive-layout05 {
  margin-bottom: 2rem; }
  #search-archive .post-list.content-archive-layout05 .list,
  #post-archive .post-list.content-archive-layout05 .list,
  .recent-post-archive .post-list.content-archive-layout05 .list,
  .recent-category-post-archive .post-list.content-archive-layout05 .list {
    margin: 0 0 4rem; }
    #search-archive .post-list.content-archive-layout05 .list:last-child,
    #post-archive .post-list.content-archive-layout05 .list:last-child,
    .recent-post-archive .post-list.content-archive-layout05 .list:last-child,
    .recent-category-post-archive .post-list.content-archive-layout05 .list:last-child {
      margin-right: 0 !important; }
    #search-archive .post-list.content-archive-layout05 .list a,
    #post-archive .post-list.content-archive-layout05 .list a,
    .recent-post-archive .post-list.content-archive-layout05 .list a,
    .recent-category-post-archive .post-list.content-archive-layout05 .list a {
      height: 100%;
      background-color: #fff;
      border: 1px solid #f0f0f0;
      border-radius: 10px; }
      @media only screen and (max-width: 599px) {
        #search-archive .post-list.content-archive-layout05 .list a,
        #post-archive .post-list.content-archive-layout05 .list a,
        .recent-post-archive .post-list.content-archive-layout05 .list a,
        .recent-category-post-archive .post-list.content-archive-layout05 .list a {
          border-radius: 5px; } }
      #search-archive .post-list.content-archive-layout05 .list a:hover,
      #post-archive .post-list.content-archive-layout05 .list a:hover,
      .recent-post-archive .post-list.content-archive-layout05 .list a:hover,
      .recent-category-post-archive .post-list.content-archive-layout05 .list a:hover {
        filter: brightness(0.9); }
      #search-archive .post-list.content-archive-layout05 .list a .thumbnail,
      #post-archive .post-list.content-archive-layout05 .list a .thumbnail,
      .recent-post-archive .post-list.content-archive-layout05 .list a .thumbnail,
      .recent-category-post-archive .post-list.content-archive-layout05 .list a .thumbnail {
        padding-top: 75%;
        border-radius: 10px 10px 0 0; }
        @media only screen and (max-width: 599px) {
          #search-archive .post-list.content-archive-layout05 .list a .thumbnail,
          #post-archive .post-list.content-archive-layout05 .list a .thumbnail,
          .recent-post-archive .post-list.content-archive-layout05 .list a .thumbnail,
          .recent-category-post-archive .post-list.content-archive-layout05 .list a .thumbnail {
            border-radius: 5px 5px 0 0; } }
        #search-archive .post-list.content-archive-layout05 .list a .thumbnail .img,
        #post-archive .post-list.content-archive-layout05 .list a .thumbnail .img,
        .recent-post-archive .post-list.content-archive-layout05 .list a .thumbnail .img,
        .recent-category-post-archive .post-list.content-archive-layout05 .list a .thumbnail .img {
          border-radius: 10px 10px 0 0; }
          @media only screen and (max-width: 599px) {
            #search-archive .post-list.content-archive-layout05 .list a .thumbnail .img,
            #post-archive .post-list.content-archive-layout05 .list a .thumbnail .img,
            .recent-post-archive .post-list.content-archive-layout05 .list a .thumbnail .img,
            .recent-category-post-archive .post-list.content-archive-layout05 .list a .thumbnail .img {
              border-radius: 5px 5px 0 0; } }
      #search-archive .post-list.content-archive-layout05 .list a .card,
      #post-archive .post-list.content-archive-layout05 .list a .card,
      .recent-post-archive .post-list.content-archive-layout05 .list a .card,
      .recent-category-post-archive .post-list.content-archive-layout05 .list a .card {
        padding: 11px 11px 22px; }
        @media only screen and (max-width: 599px) {
          #search-archive .post-list.content-archive-layout05 .list a .card,
          #post-archive .post-list.content-archive-layout05 .list a .card,
          .recent-post-archive .post-list.content-archive-layout05 .list a .card,
          .recent-category-post-archive .post-list.content-archive-layout05 .list a .card {
            padding: 6px 6px 11px; } }
        #search-archive .post-list.content-archive-layout05 .list a .card .meta,
        #post-archive .post-list.content-archive-layout05 .list a .card .meta,
        .recent-post-archive .post-list.content-archive-layout05 .list a .card .meta,
        .recent-category-post-archive .post-list.content-archive-layout05 .list a .card .meta {
          margin-right: 1rem; }
        #search-archive .post-list.content-archive-layout05 .list a .card .tag-wrapper,
        #post-archive .post-list.content-archive-layout05 .list a .card .tag-wrapper,
        .recent-post-archive .post-list.content-archive-layout05 .list a .card .tag-wrapper,
        .recent-category-post-archive .post-list.content-archive-layout05 .list a .card .tag-wrapper {
          border-bottom-style: solid;
          border-bottom-width: 1px;
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          #search-archive .post-list.content-archive-layout05 .list a .card .tag-wrapper .cat,
          #post-archive .post-list.content-archive-layout05 .list a .card .tag-wrapper .cat,
          .recent-post-archive .post-list.content-archive-layout05 .list a .card .tag-wrapper .cat,
          .recent-category-post-archive .post-list.content-archive-layout05 .list a .card .tag-wrapper .cat {
            background-color: transparent !important; }
            #search-archive .post-list.content-archive-layout05 .list a .card .tag-wrapper .cat:last-child,
            #post-archive .post-list.content-archive-layout05 .list a .card .tag-wrapper .cat:last-child,
            .recent-post-archive .post-list.content-archive-layout05 .list a .card .tag-wrapper .cat:last-child,
            .recent-category-post-archive .post-list.content-archive-layout05 .list a .card .tag-wrapper .cat:last-child {
              padding-right: 0;
              margin-right: 0;
              border-right: none; }
#search-archive .swiper-container-horizontal > .swiper-pagination-bullets,
#search-archive .swiper-pagination-custom,
#search-archive .swiper-pagination-fraction,
#post-archive .swiper-container-horizontal > .swiper-pagination-bullets,
#post-archive .swiper-pagination-custom,
#post-archive .swiper-pagination-fraction,
.recent-post-archive .swiper-container-horizontal > .swiper-pagination-bullets,
.recent-post-archive .swiper-pagination-custom,
.recent-post-archive .swiper-pagination-fraction,
.recent-category-post-archive .swiper-container-horizontal > .swiper-pagination-bullets,
.recent-category-post-archive .swiper-pagination-custom,
.recent-category-post-archive .swiper-pagination-fraction {
  bottom: 2rem; }
#search-archive .swiper-button-next,
#search-archive .swiper-button-prev,
#post-archive .swiper-button-next,
#post-archive .swiper-button-prev,
.recent-post-archive .swiper-button-next,
.recent-post-archive .swiper-button-prev,
.recent-category-post-archive .swiper-button-next,
.recent-category-post-archive .swiper-button-prev {
  top: inherit;
  bottom: 2rem;
  margin: 0;
  width: 18px;
  height: 18px; }
  #search-archive .swiper-button-next::before,
  #search-archive .swiper-button-prev::before,
  #post-archive .swiper-button-next::before,
  #post-archive .swiper-button-prev::before,
  .recent-post-archive .swiper-button-next::before,
  .recent-post-archive .swiper-button-prev::before,
  .recent-category-post-archive .swiper-button-next::before,
  .recent-category-post-archive .swiper-button-prev::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 50%;
    height: 50%;
    border-top: 2px solid;
    border-right: 2px solid; }
#search-archive .swiper-button-prev::before,
#post-archive .swiper-button-prev::before,
.recent-post-archive .swiper-button-prev::before,
.recent-category-post-archive .swiper-button-prev::before {
  transform: rotate(225deg); }
#search-archive .swiper-button-next::before,
#post-archive .swiper-button-next::before,
.recent-post-archive .swiper-button-next::before,
.recent-category-post-archive .swiper-button-next::before {
  transform: rotateZ(45deg); }
#search-archive .swiper-button-next,
#search-archive .swiper-container-rtl .swiper-button-prev,
#search-archive .swiper-button-prev,
#search-archive .swiper-container-rtl .swiper-button-next,
#post-archive .swiper-button-next,
#post-archive .swiper-container-rtl .swiper-button-prev,
#post-archive .swiper-button-prev,
#post-archive .swiper-container-rtl .swiper-button-next,
.recent-post-archive .swiper-button-next,
.recent-post-archive .swiper-container-rtl .swiper-button-prev,
.recent-post-archive .swiper-button-prev,
.recent-post-archive .swiper-container-rtl .swiper-button-next,
.recent-category-post-archive .swiper-button-next,
.recent-category-post-archive .swiper-container-rtl .swiper-button-prev,
.recent-category-post-archive .swiper-button-prev,
.recent-category-post-archive .swiper-container-rtl .swiper-button-next {
  background-image: none; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 記事一覧レイアウト - 初期設定*/
#post-archive-header .archive-title-layout01,
#post-archive-header .archive-title-layout03 {
  padding-bottom: 2rem;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 1024px) {
    #post-archive-header .archive-title-layout01,
    #post-archive-header .archive-title-layout03 {
      margin-bottom: 6.25vw; } }
  @media only screen and (max-width: 599px) {
    #post-archive-header .archive-title-layout01,
    #post-archive-header .archive-title-layout03 {
      padding-bottom: 1rem;
      border-bottom-width: 1px;
      margin-bottom: 3rem; } }
  #post-archive-header .archive-title-layout01 > .archive-mv,
  #post-archive-header .archive-title-layout03 > .archive-mv {
    padding-top: 2rem; }

#search-archive .post-list,
#post-archive .post-list,
.recent-post-archive .post-list,
.recent-category-post-archive .post-list {
  margin: auto;
  list-style: none; }
  #search-archive .post-list .list a,
  #post-archive .post-list .list a,
  .recent-post-archive .post-list .list a,
  .recent-category-post-archive .post-list .list a {
    display: block;
    width: 100%;
    text-decoration: none;
    transition: 0.3s ease;
    position: relative; }
    #search-archive .post-list .list a:hover,
    #post-archive .post-list .list a:hover,
    .recent-post-archive .post-list .list a:hover,
    .recent-category-post-archive .post-list .list a:hover {
      transition: 0.3s ease; }
    #search-archive .post-list .list a .thumbnail,
    #post-archive .post-list .list a .thumbnail,
    .recent-post-archive .post-list .list a .thumbnail,
    .recent-category-post-archive .post-list .list a .thumbnail {
      display: block;
      width: 100%;
      position: relative; }
      #search-archive .post-list .list a .thumbnail .img,
      #post-archive .post-list .list a .thumbnail .img,
      .recent-post-archive .post-list .list a .thumbnail .img,
      .recent-category-post-archive .post-list .list a .thumbnail .img {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #search-archive .post-list .list a .thumbnail .dummy,
      #post-archive .post-list .list a .thumbnail .dummy,
      .recent-post-archive .post-list .list a .thumbnail .dummy,
      .recent-category-post-archive .post-list .list a .thumbnail .dummy {
        background-color: #f5f5f5; }
    #search-archive .post-list .list a .card,
    #post-archive .post-list .list a .card,
    .recent-post-archive .post-list .list a .card,
    .recent-category-post-archive .post-list .list a .card {
      display: block; }
      #search-archive .post-list .list a .card .tag-wrapper,
      #post-archive .post-list .list a .card .tag-wrapper,
      .recent-post-archive .post-list .list a .card .tag-wrapper,
      .recent-category-post-archive .post-list .list a .card .tag-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem; }
      #search-archive .post-list .list a .card .meta,
      #post-archive .post-list .list a .card .meta,
      .recent-post-archive .post-list .list a .card .meta,
      .recent-category-post-archive .post-list .list a .card .meta {
        padding-left: 20px;
        position: relative; }
        @media only screen and (max-width: 599px) {
          #search-archive .post-list .list a .card .meta,
          #post-archive .post-list .list a .card .meta,
          .recent-post-archive .post-list .list a .card .meta,
          .recent-category-post-archive .post-list .list a .card .meta {
            padding-left: 20px; } }
        #search-archive .post-list .list a .card .meta .icon_date,
        #post-archive .post-list .list a .card .meta .icon_date,
        .recent-post-archive .post-list .list a .card .meta .icon_date,
        .recent-category-post-archive .post-list .list a .card .meta .icon_date {
          position: absolute;
          width: 15px;
          height: 15px;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
          @media only screen and (max-width: 599px) {
            #search-archive .post-list .list a .card .meta .icon_date,
            #post-archive .post-list .list a .card .meta .icon_date,
            .recent-post-archive .post-list .list a .card .meta .icon_date,
            .recent-category-post-archive .post-list .list a .card .meta .icon_date {
              width: 14px;
              height: 14px; } }
          #search-archive .post-list .list a .card .meta .icon_date path,
          #post-archive .post-list .list a .card .meta .icon_date path,
          .recent-post-archive .post-list .list a .card .meta .icon_date path,
          .recent-category-post-archive .post-list .list a .card .meta .icon_date path {
            fill: #707f89; }
        #search-archive .post-list .list a .card .meta .date,
        #post-archive .post-list .list a .card .meta .date,
        .recent-post-archive .post-list .list a .card .meta .date,
        .recent-category-post-archive .post-list .list a .card .meta .date {
          color: #707f89;
          font-size: 1.4rem; }
          @media only screen and (max-width: 1024px) {
            #search-archive .post-list .list a .card .meta .date,
            #post-archive .post-list .list a .card .meta .date,
            .recent-post-archive .post-list .list a .card .meta .date,
            .recent-category-post-archive .post-list .list a .card .meta .date {
              font-size: 1.3rem; } }
          @media only screen and (max-width: 599px) {
            #search-archive .post-list .list a .card .meta .date,
            #post-archive .post-list .list a .card .meta .date,
            .recent-post-archive .post-list .list a .card .meta .date,
            .recent-category-post-archive .post-list .list a .card .meta .date {
              font-size: 1.2rem; } }
      #search-archive .post-list .list a .card .tag .cat,
      #post-archive .post-list .list a .card .tag .cat,
      .recent-post-archive .post-list .list a .card .tag .cat,
      .recent-category-post-archive .post-list .list a .card .tag .cat {
        font-weight: 700;
        border-right-width: 1px;
        border-right-style: solid;
        padding-right: 0.5rem;
        margin-right: 0.1rem;
        font-size: 1.4rem; }
        @media only screen and (max-width: 1024px) {
          #search-archive .post-list .list a .card .tag .cat,
          #post-archive .post-list .list a .card .tag .cat,
          .recent-post-archive .post-list .list a .card .tag .cat,
          .recent-category-post-archive .post-list .list a .card .tag .cat {
            font-size: 1.3rem; } }
        @media only screen and (max-width: 599px) {
          #search-archive .post-list .list a .card .tag .cat,
          #post-archive .post-list .list a .card .tag .cat,
          .recent-post-archive .post-list .list a .card .tag .cat,
          .recent-category-post-archive .post-list .list a .card .tag .cat {
            font-size: 1.2rem;
            border-right-width: 1px; } }
      #search-archive .post-list .list a .card .title,
      #post-archive .post-list .list a .card .title,
      .recent-post-archive .post-list .list a .card .title,
      .recent-category-post-archive .post-list .list a .card .title {
        display: block;
        font-weight: 700;
        font-size: 1.6rem; }
        @media only screen and (max-width: 1024px) {
          #search-archive .post-list .list a .card .title,
          #post-archive .post-list .list a .card .title,
          .recent-post-archive .post-list .list a .card .title,
          .recent-category-post-archive .post-list .list a .card .title {
            font-size: 1.5rem; } }
        @media only screen and (max-width: 599px) {
          #search-archive .post-list .list a .card .title,
          #post-archive .post-list .list a .card .title,
          .recent-post-archive .post-list .list a .card .title,
          .recent-category-post-archive .post-list .list a .card .title {
            font-size: 1.4rem; } }
      #search-archive .post-list .list a .card .arrow,
      #post-archive .post-list .list a .card .arrow,
      .recent-post-archive .post-list .list a .card .arrow,
      .recent-category-post-archive .post-list .list a .card .arrow {
        position: absolute;
        right: 1rem;
        bottom: 1rem; }
        @media only screen and (max-width: 599px) {
          #search-archive .post-list .list a .card .arrow,
          #post-archive .post-list .list a .card .arrow,
          .recent-post-archive .post-list .list a .card .arrow,
          .recent-category-post-archive .post-list .list a .card .arrow {
            right: 0.5rem;
            bottom: 0.5rem;
            width: 20px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: single用外部ファイル読み込み*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: single-title - setting*/
#single-header-wrapper {
  width: 100%;
  height: 48vw; }
  @media only screen and (max-width: 1024px) {
    #single-header-wrapper {
      height: 35vw; } }
  @media only screen and (max-width: 599px) {
    #single-header-wrapper {
      height: 65vw; } }
  #single-header-wrapper #single-header {
    width: 100%;
    height: 100%;
    position: relative; }
    #single-header-wrapper #single-header .single-header-bg {
      width: 100%;
      height: 100%;
      position: absolute; }
      #single-header-wrapper #single-header .single-header-bg .img {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: single-title - layout*/
#single-header-wrapper.single-title-layout02 #single-header {
  position: relative;
  z-index: 1; }
  #single-header-wrapper.single-title-layout02 #single-header .header-title-wrapper {
    width: 90%;
    height: 100%;
    position: relative;
    margin: auto;
    padding: 0;
    z-index: 2;
    display: flex;
    flex-flow: column;
    justify-content: center; }
    #single-header-wrapper.single-title-layout02 #single-header .header-title-wrapper.single-title-align01 {
      text-align: left; }
    #single-header-wrapper.single-title-layout02 #single-header .header-title-wrapper.single-title-align02 {
      text-align: center; }
    #single-header-wrapper.single-title-layout02 #single-header .header-title-wrapper.single-title-align03 {
      text-align: right; }
  #single-header-wrapper.single-title-layout02 #single-header .tag-wrapper {
    padding: 0;
    flex-wrap: wrap;
    width: 100%; }
    #single-header-wrapper.single-title-layout02 #single-header .tag-wrapper.single-title-align01 {
      justify-content: flex-start; }
    #single-header-wrapper.single-title-layout02 #single-header .tag-wrapper.single-title-align02 {
      justify-content: center; }
    #single-header-wrapper.single-title-layout02 #single-header .tag-wrapper.single-title-align03 {
      justify-content: flex-end; }
#single-header-wrapper.single-title-layout03 {
  height: auto;
  min-height: inherit;
  max-height: inherit;
  padding-bottom: 2rem;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 1024px) {
    #single-header-wrapper.single-title-layout03 {
      margin-bottom: 6.25vw; } }
  @media only screen and (max-width: 599px) {
    #single-header-wrapper.single-title-layout03 {
      padding-bottom: 1rem;
      border-bottom-width: 1px;
      margin-bottom: 3rem; } }
  #single-header-wrapper.single-title-layout03 .single-mv {
    display: block;
    width: 100%;
    height: auto;
    max-height: inherit; }
    #single-header-wrapper.single-title-layout03 .single-mv .thumbnail {
      display: block;
      width: 100%;
      text-align: center; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿ページ */
/*index: タイトル */
#entry-header .title-layout01,
#entry-header .single-title-layout01 {
  padding-bottom: 2rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #E2E2E2;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 1024px) {
    #entry-header .title-layout01,
    #entry-header .single-title-layout01 {
      margin-bottom: 6.25vw; } }
  @media only screen and (max-width: 599px) {
    #entry-header .title-layout01,
    #entry-header .single-title-layout01 {
      padding-bottom: 1rem;
      border-bottom-width: 1px;
      margin-bottom: 3rem; } }

/*index: タイトル */
#entry-header,
#single-header {
  /*index: カテゴリータグ */ }
  #entry-header .tag-wrapper,
  #single-header .tag-wrapper {
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto; }
    @media only screen and (max-width: 599px) {
      #entry-header .tag-wrapper,
      #single-header .tag-wrapper {
        display: block; } }
    #entry-header .tag-wrapper .meta,
    #single-header .tag-wrapper .meta {
      position: relative;
      margin-right: 1.5rem;
      margin-top: 1rem;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 599px) {
        #entry-header .tag-wrapper .meta,
        #single-header .tag-wrapper .meta {
          margin-bottom: 0;
          margin-right: 0.5rem; } }
      #entry-header .tag-wrapper .meta .icon_date,
      #single-header .tag-wrapper .meta .icon_date {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
        @media only screen and (max-width: 599px) {
          #entry-header .tag-wrapper .meta .icon_date,
          #single-header .tag-wrapper .meta .icon_date {
            width: 14px;
            height: 14px; } }
        #entry-header .tag-wrapper .meta .icon_date path,
        #single-header .tag-wrapper .meta .icon_date path {
          fill: #707f89; }
      #entry-header .tag-wrapper .meta .date,
      #single-header .tag-wrapper .meta .date {
        color: #025527;
        font-size: 1.6rem;
        vertical-align: text-top; }
        @media only screen and (max-width: 1024px) {
          #entry-header .tag-wrapper .meta .date,
          #single-header .tag-wrapper .meta .date {
            font-size: 1.5rem; } }
        @media only screen and (max-width: 599px) {
          #entry-header .tag-wrapper .meta .date,
          #single-header .tag-wrapper .meta .date {
            font-size: 1.4rem; } }
    #entry-header .tag-wrapper .tag,
    #single-header .tag-wrapper .tag {
      margin-top: .5rem; }
      @media only screen and (max-width: 599px) {
        #entry-header .tag-wrapper .tag,
        #single-header .tag-wrapper .tag {
          margin-top: 0;
          margin-bottom: 1rem; } }
      #entry-header .tag-wrapper .tag .cat,
      #single-header .tag-wrapper .tag .cat {
        background: none !important;
        display: inline-block;
        text-align: center;
        padding: 0;
        margin-right: 1rem;
        color: #AAAAAA;
        font-size: 1.4rem; }
        @media only screen and (max-width: 1024px) {
          #entry-header .tag-wrapper .tag .cat,
          #single-header .tag-wrapper .tag .cat {
            font-size: 1.3rem; } }
        @media only screen and (max-width: 599px) {
          #entry-header .tag-wrapper .tag .cat,
          #single-header .tag-wrapper .tag .cat {
            font-size: 1.2rem;
            margin-right: 0.5rem;
            padding: 3px 0; } }
        #entry-header .tag-wrapper .tag .cat:last-child,
        #single-header .tag-wrapper .tag .cat:last-child {
          margin-right: 0; }

/*index: コンテンツ */
#entry-content #container {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*index: wp-block-style用ファイル読み込み*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 段落 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 段落 - 左寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 段落 - 中央 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 段落 - 右寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 見出し */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 見出し - 左寄せ　*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 見出し - 中央*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 見出し - 右寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - ボタン */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - ボタン */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - カラムス */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - カラムス - 左寄せ　*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - カラムス - 中央 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - カラムス - 右寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - カラムス - 均等 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - カラムス - 両端寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - カラム */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 最近の投稿 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 最近の投稿 - シンプル1*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 最近の投稿 - シンプル2*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 最近の投稿 - リッチメディア*/ }
  #entry-content #container li em,
  #entry-content #container li strong {
    margin-left: 0; }
  #entry-content #container th em,
  #entry-content #container th strong {
    padding: 0;
    border: none; }
  #entry-content #container td em,
  #entry-content #container td strong {
    padding: 0;
    border: none; }
  #entry-content #container > :first-child {
    margin-top: 0; }
  #entry-content #container p.is-style-border {
    border-style: solid;
    border-width: 1px;
    padding: 10px; }
  #entry-content #container p.is-style-bubble {
    display: flex;
    align-items: center; }
    #entry-content #container p.is-style-bubble::before {
      content: "";
      width: 26px;
      border-top-style: solid;
      border-top-width: 2px;
      margin-right: 0.6rem;
      transform: rotateZ(65deg); }
    #entry-content #container p.is-style-bubble::after {
      position: static;
      content: "";
      width: 26px;
      border-top-style: solid;
      border-top-width: 2px;
      margin-left: 0.6rem;
      transform: rotateZ(-65deg); }
  #entry-content #container p.has-text-align-center.is-style-bubble {
    justify-content: center; }
  #entry-content #container p.has-text-align-right.is-style-bubble {
    justify-content: flex-end; }
  #entry-content #container h1,
  #entry-content #container h2,
  #entry-content #container h3,
  #entry-content #container h4,
  #entry-content #container h5,
  #entry-content #container h6 {
    /* 下線１ */
    /* 下線2 */
    /* 下線３ */
    /* 片側線１*/
    /* 片側線２ */
    /* 上下線 */
    /* 左右線 */
    /* 左右線（幅広線） */ }
    #entry-content #container h1.is-style-under-line01,
    #entry-content #container h2.is-style-under-line01,
    #entry-content #container h3.is-style-under-line01,
    #entry-content #container h4.is-style-under-line01,
    #entry-content #container h5.is-style-under-line01,
    #entry-content #container h6.is-style-under-line01 {
      padding-bottom: 2rem;
      border-bottom-style: solid;
      border-bottom-width: 2px; }
    #entry-content #container h1.is-style-under-line02,
    #entry-content #container h2.is-style-under-line02,
    #entry-content #container h3.is-style-under-line02,
    #entry-content #container h4.is-style-under-line02,
    #entry-content #container h5.is-style-under-line02,
    #entry-content #container h6.is-style-under-line02 {
      padding-bottom: 2rem;
      position: relative; }
      #entry-content #container h1.is-style-under-line02::before,
      #entry-content #container h2.is-style-under-line02::before,
      #entry-content #container h3.is-style-under-line02::before,
      #entry-content #container h4.is-style-under-line02::before,
      #entry-content #container h5.is-style-under-line02::before,
      #entry-content #container h6.is-style-under-line02::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      #entry-content #container h1.is-style-under-line02::after,
      #entry-content #container h2.is-style-under-line02::after,
      #entry-content #container h3.is-style-under-line02::after,
      #entry-content #container h4.is-style-under-line02::after,
      #entry-content #container h5.is-style-under-line02::after,
      #entry-content #container h6.is-style-under-line02::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 2px;
        left: 0;
        top: inherit;
        bottom: 0;
        right: inherit;
        margin: auto; }
    #entry-content #container h1.is-style-under-line03,
    #entry-content #container h2.is-style-under-line03,
    #entry-content #container h3.is-style-under-line03,
    #entry-content #container h4.is-style-under-line03,
    #entry-content #container h5.is-style-under-line03,
    #entry-content #container h6.is-style-under-line03 {
      padding-bottom: 2rem;
      position: relative; }
      #entry-content #container h1.is-style-under-line03::after,
      #entry-content #container h2.is-style-under-line03::after,
      #entry-content #container h3.is-style-under-line03::after,
      #entry-content #container h4.is-style-under-line03::after,
      #entry-content #container h5.is-style-under-line03::after,
      #entry-content #container h6.is-style-under-line03::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 2px;
        left: 0;
        top: inherit;
        bottom: 0;
        right: inherit;
        margin: auto; }
    #entry-content #container h1.is-style-side-line-h,
    #entry-content #container h2.is-style-side-line-h,
    #entry-content #container h3.is-style-side-line-h,
    #entry-content #container h4.is-style-side-line-h,
    #entry-content #container h5.is-style-side-line-h,
    #entry-content #container h6.is-style-side-line-h {
      padding-left: 1rem;
      border-left-style: solid;
      border-left-width: 5px; }
    #entry-content #container h1.is-style-side-line-w,
    #entry-content #container h2.is-style-side-line-w,
    #entry-content #container h3.is-style-side-line-w,
    #entry-content #container h4.is-style-side-line-w,
    #entry-content #container h5.is-style-side-line-w,
    #entry-content #container h6.is-style-side-line-w {
      padding-left: 2rem;
      position: relative; }
      #entry-content #container h1.is-style-side-line-w::before,
      #entry-content #container h2.is-style-side-line-w::before,
      #entry-content #container h3.is-style-side-line-w::before,
      #entry-content #container h4.is-style-side-line-w::before,
      #entry-content #container h5.is-style-side-line-w::before,
      #entry-content #container h6.is-style-side-line-w::before {
        content: "";
        position: absolute;
        width: 1.6rem;
        height: 2px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    #entry-content #container h1.is-style-top-under-line,
    #entry-content #container h2.is-style-top-under-line,
    #entry-content #container h3.is-style-top-under-line,
    #entry-content #container h4.is-style-top-under-line,
    #entry-content #container h5.is-style-top-under-line,
    #entry-content #container h6.is-style-top-under-line {
      padding: 2rem 0;
      border-top-style: solid;
      border-top-width: 2px;
      border-bottom-style: solid;
      border-bottom-width: 2px; }
    #entry-content #container h1.is-style-lr-line,
    #entry-content #container h2.is-style-lr-line,
    #entry-content #container h3.is-style-lr-line,
    #entry-content #container h4.is-style-lr-line,
    #entry-content #container h5.is-style-lr-line,
    #entry-content #container h6.is-style-lr-line {
      display: flex;
      align-items: center; }
      #entry-content #container h1.is-style-lr-line::before, #entry-content #container h1.is-style-lr-line::after,
      #entry-content #container h2.is-style-lr-line::before,
      #entry-content #container h2.is-style-lr-line::after,
      #entry-content #container h3.is-style-lr-line::before,
      #entry-content #container h3.is-style-lr-line::after,
      #entry-content #container h4.is-style-lr-line::before,
      #entry-content #container h4.is-style-lr-line::after,
      #entry-content #container h5.is-style-lr-line::before,
      #entry-content #container h5.is-style-lr-line::after,
      #entry-content #container h6.is-style-lr-line::before,
      #entry-content #container h6.is-style-lr-line::after {
        content: "";
        max-width: 30px;
        flex-grow: 1;
        height: 2px;
        position: static; }
      #entry-content #container h1.is-style-lr-line::before,
      #entry-content #container h2.is-style-lr-line::before,
      #entry-content #container h3.is-style-lr-line::before,
      #entry-content #container h4.is-style-lr-line::before,
      #entry-content #container h5.is-style-lr-line::before,
      #entry-content #container h6.is-style-lr-line::before {
        margin-right: 1rem; }
      #entry-content #container h1.is-style-lr-line::after,
      #entry-content #container h2.is-style-lr-line::after,
      #entry-content #container h3.is-style-lr-line::after,
      #entry-content #container h4.is-style-lr-line::after,
      #entry-content #container h5.is-style-lr-line::after,
      #entry-content #container h6.is-style-lr-line::after {
        margin-left: 1rem; }
    #entry-content #container h1.is-style-lr-line-wide,
    #entry-content #container h2.is-style-lr-line-wide,
    #entry-content #container h3.is-style-lr-line-wide,
    #entry-content #container h4.is-style-lr-line-wide,
    #entry-content #container h5.is-style-lr-line-wide,
    #entry-content #container h6.is-style-lr-line-wide {
      display: flex;
      align-items: center; }
      #entry-content #container h1.is-style-lr-line-wide::before, #entry-content #container h1.is-style-lr-line-wide::after,
      #entry-content #container h2.is-style-lr-line-wide::before,
      #entry-content #container h2.is-style-lr-line-wide::after,
      #entry-content #container h3.is-style-lr-line-wide::before,
      #entry-content #container h3.is-style-lr-line-wide::after,
      #entry-content #container h4.is-style-lr-line-wide::before,
      #entry-content #container h4.is-style-lr-line-wide::after,
      #entry-content #container h5.is-style-lr-line-wide::before,
      #entry-content #container h5.is-style-lr-line-wide::after,
      #entry-content #container h6.is-style-lr-line-wide::before,
      #entry-content #container h6.is-style-lr-line-wide::after {
        content: "";
        height: 2px;
        position: static; }
      #entry-content #container h1.is-style-lr-line-wide::after,
      #entry-content #container h2.is-style-lr-line-wide::after,
      #entry-content #container h3.is-style-lr-line-wide::after,
      #entry-content #container h4.is-style-lr-line-wide::after,
      #entry-content #container h5.is-style-lr-line-wide::after,
      #entry-content #container h6.is-style-lr-line-wide::after {
        margin-left: 1rem;
        flex-grow: 1; }
  #entry-content #container h1.has-text-align-center,
  #entry-content #container h2.has-text-align-center,
  #entry-content #container h3.has-text-align-center,
  #entry-content #container h4.has-text-align-center,
  #entry-content #container h5.has-text-align-center,
  #entry-content #container h6.has-text-align-center {
    /* 下線１ */
    /* 下線2 */
    /* 下線３ */
    /* 片側線１*/
    /* 片側線２ */
    /* 上下線 */
    /* 左右線 */
    /* 左右線（幅広線） */ }
    #entry-content #container h1.has-text-align-center.is-style-under-line02::after,
    #entry-content #container h2.has-text-align-center.is-style-under-line02::after,
    #entry-content #container h3.has-text-align-center.is-style-under-line02::after,
    #entry-content #container h4.has-text-align-center.is-style-under-line02::after,
    #entry-content #container h5.has-text-align-center.is-style-under-line02::after,
    #entry-content #container h6.has-text-align-center.is-style-under-line02::after {
      right: 0;
      width: 15%; }
    #entry-content #container h1.has-text-align-center.is-style-under-line03::after,
    #entry-content #container h2.has-text-align-center.is-style-under-line03::after,
    #entry-content #container h3.has-text-align-center.is-style-under-line03::after,
    #entry-content #container h4.has-text-align-center.is-style-under-line03::after,
    #entry-content #container h5.has-text-align-center.is-style-under-line03::after,
    #entry-content #container h6.has-text-align-center.is-style-under-line03::after {
      right: 0;
      width: 15%; }
    #entry-content #container h1.has-text-align-center.is-style-side-line-h,
    #entry-content #container h2.has-text-align-center.is-style-side-line-h,
    #entry-content #container h3.has-text-align-center.is-style-side-line-h,
    #entry-content #container h4.has-text-align-center.is-style-side-line-h,
    #entry-content #container h5.has-text-align-center.is-style-side-line-h,
    #entry-content #container h6.has-text-align-center.is-style-side-line-h {
      padding-left: 0; }
    #entry-content #container h1.has-text-align-center.is-style-side-line-w,
    #entry-content #container h2.has-text-align-center.is-style-side-line-w,
    #entry-content #container h3.has-text-align-center.is-style-side-line-w,
    #entry-content #container h4.has-text-align-center.is-style-side-line-w,
    #entry-content #container h5.has-text-align-center.is-style-side-line-w,
    #entry-content #container h6.has-text-align-center.is-style-side-line-w {
      padding-left: 0; }
    #entry-content #container h1.has-text-align-center.is-style-lr-line,
    #entry-content #container h2.has-text-align-center.is-style-lr-line,
    #entry-content #container h3.has-text-align-center.is-style-lr-line,
    #entry-content #container h4.has-text-align-center.is-style-lr-line,
    #entry-content #container h5.has-text-align-center.is-style-lr-line,
    #entry-content #container h6.has-text-align-center.is-style-lr-line {
      justify-content: center; }
    #entry-content #container h1.has-text-align-center.is-style-lr-line-wide,
    #entry-content #container h2.has-text-align-center.is-style-lr-line-wide,
    #entry-content #container h3.has-text-align-center.is-style-lr-line-wide,
    #entry-content #container h4.has-text-align-center.is-style-lr-line-wide,
    #entry-content #container h5.has-text-align-center.is-style-lr-line-wide,
    #entry-content #container h6.has-text-align-center.is-style-lr-line-wide {
      justify-content: center; }
      #entry-content #container h1.has-text-align-center.is-style-lr-line-wide::before,
      #entry-content #container h2.has-text-align-center.is-style-lr-line-wide::before,
      #entry-content #container h3.has-text-align-center.is-style-lr-line-wide::before,
      #entry-content #container h4.has-text-align-center.is-style-lr-line-wide::before,
      #entry-content #container h5.has-text-align-center.is-style-lr-line-wide::before,
      #entry-content #container h6.has-text-align-center.is-style-lr-line-wide::before {
        flex-grow: 1;
        margin-right: 1rem; }
  #entry-content #container h1.has-text-align-right,
  #entry-content #container h2.has-text-align-right,
  #entry-content #container h3.has-text-align-right,
  #entry-content #container h4.has-text-align-right,
  #entry-content #container h5.has-text-align-right,
  #entry-content #container h6.has-text-align-right {
    /* 下線１ */
    /* 下線2 */
    /* 下線３ */
    /* 片側線１*/
    /* 片側線２ */
    /* 上下線 */
    /* 左右線 */
    /* 左右線（幅広線） */ }
    #entry-content #container h1.has-text-align-right.is-style-under-line02::after,
    #entry-content #container h2.has-text-align-right.is-style-under-line02::after,
    #entry-content #container h3.has-text-align-right.is-style-under-line02::after,
    #entry-content #container h4.has-text-align-right.is-style-under-line02::after,
    #entry-content #container h5.has-text-align-right.is-style-under-line02::after,
    #entry-content #container h6.has-text-align-right.is-style-under-line02::after {
      left: inherit;
      right: 0; }
    #entry-content #container h1.has-text-align-right.is-style-under-line03::after,
    #entry-content #container h2.has-text-align-right.is-style-under-line03::after,
    #entry-content #container h3.has-text-align-right.is-style-under-line03::after,
    #entry-content #container h4.has-text-align-right.is-style-under-line03::after,
    #entry-content #container h5.has-text-align-right.is-style-under-line03::after,
    #entry-content #container h6.has-text-align-right.is-style-under-line03::after {
      left: inherit;
      right: 0; }
    #entry-content #container h1.has-text-align-right.is-style-side-line-h,
    #entry-content #container h2.has-text-align-right.is-style-side-line-h,
    #entry-content #container h3.has-text-align-right.is-style-side-line-h,
    #entry-content #container h4.has-text-align-right.is-style-side-line-h,
    #entry-content #container h5.has-text-align-right.is-style-side-line-h,
    #entry-content #container h6.has-text-align-right.is-style-side-line-h {
      padding-left: 0;
      padding-right: 1rem;
      border-left: none;
      border-right-style: solid;
      border-right-width: 5px; }
    #entry-content #container h1.has-text-align-right.is-style-side-line-w,
    #entry-content #container h2.has-text-align-right.is-style-side-line-w,
    #entry-content #container h3.has-text-align-right.is-style-side-line-w,
    #entry-content #container h4.has-text-align-right.is-style-side-line-w,
    #entry-content #container h5.has-text-align-right.is-style-side-line-w,
    #entry-content #container h6.has-text-align-right.is-style-side-line-w {
      padding-left: 0;
      padding-right: 2rem; }
      #entry-content #container h1.has-text-align-right.is-style-side-line-w::before,
      #entry-content #container h2.has-text-align-right.is-style-side-line-w::before,
      #entry-content #container h3.has-text-align-right.is-style-side-line-w::before,
      #entry-content #container h4.has-text-align-right.is-style-side-line-w::before,
      #entry-content #container h5.has-text-align-right.is-style-side-line-w::before,
      #entry-content #container h6.has-text-align-right.is-style-side-line-w::before {
        right: 0;
        left: inherit; }
    #entry-content #container h1.has-text-align-right.is-style-lr-line,
    #entry-content #container h2.has-text-align-right.is-style-lr-line,
    #entry-content #container h3.has-text-align-right.is-style-lr-line,
    #entry-content #container h4.has-text-align-right.is-style-lr-line,
    #entry-content #container h5.has-text-align-right.is-style-lr-line,
    #entry-content #container h6.has-text-align-right.is-style-lr-line {
      justify-content: flex-end; }
    #entry-content #container h1.has-text-align-right.is-style-lr-line-wide,
    #entry-content #container h2.has-text-align-right.is-style-lr-line-wide,
    #entry-content #container h3.has-text-align-right.is-style-lr-line-wide,
    #entry-content #container h4.has-text-align-right.is-style-lr-line-wide,
    #entry-content #container h5.has-text-align-right.is-style-lr-line-wide,
    #entry-content #container h6.has-text-align-right.is-style-lr-line-wide {
      justify-content: flex-end; }
      #entry-content #container h1.has-text-align-right.is-style-lr-line-wide::before,
      #entry-content #container h2.has-text-align-right.is-style-lr-line-wide::before,
      #entry-content #container h3.has-text-align-right.is-style-lr-line-wide::before,
      #entry-content #container h4.has-text-align-right.is-style-lr-line-wide::before,
      #entry-content #container h5.has-text-align-right.is-style-lr-line-wide::before,
      #entry-content #container h6.has-text-align-right.is-style-lr-line-wide::before {
        flex-grow: 1;
        margin-right: 1rem; }
      #entry-content #container h1.has-text-align-right.is-style-lr-line-wide::after,
      #entry-content #container h2.has-text-align-right.is-style-lr-line-wide::after,
      #entry-content #container h3.has-text-align-right.is-style-lr-line-wide::after,
      #entry-content #container h4.has-text-align-right.is-style-lr-line-wide::after,
      #entry-content #container h5.has-text-align-right.is-style-lr-line-wide::after,
      #entry-content #container h6.has-text-align-right.is-style-lr-line-wide::after {
        flex-grow: 0; }
  #entry-content #container .wp-block-button {
    /* 矢印１ */
    /* 矢印２ */ }
    #entry-content #container .wp-block-button.is-style-arrow01 > a,
    #entry-content #container .wp-block-button.is-style-arrow01 > div {
      position: relative;
      padding-right: 40px; }
      #entry-content #container .wp-block-button.is-style-arrow01 > a::before,
      #entry-content #container .wp-block-button.is-style-arrow01 > div::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-top: 2px solid;
        border-right: 2px solid;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg); }
    #entry-content #container .wp-block-button.is-style-arrow01.wp-block-button__width-25 > a,
    #entry-content #container .wp-block-button.is-style-arrow01.wp-block-button__width-25 > div, #entry-content #container .wp-block-button.is-style-arrow01.wp-block-button__width-50 > a,
    #entry-content #container .wp-block-button.is-style-arrow01.wp-block-button__width-50 > div, #entry-content #container .wp-block-button.is-style-arrow01.wp-block-button__width-75 > a,
    #entry-content #container .wp-block-button.is-style-arrow01.wp-block-button__width-75 > div, #entry-content #container .wp-block-button.is-style-arrow01.wp-block-button__width-100 > a,
    #entry-content #container .wp-block-button.is-style-arrow01.wp-block-button__width-100 > div {
      padding-right: 20px; }
    #entry-content #container .wp-block-button.is-style-arrow02 > a,
    #entry-content #container .wp-block-button.is-style-arrow02 > div {
      position: relative;
      display: flex;
      flex-flow: row-reverse;
      justify-content: center;
      align-items: baseline; }
      #entry-content #container .wp-block-button.is-style-arrow02 > a::before,
      #entry-content #container .wp-block-button.is-style-arrow02 > div::before {
        content: "";
        width: 35px;
        height: 10px;
        border-bottom: 1px solid;
        border-right: 1.5px solid;
        margin-left: 0.8rem;
        transform: skew(45deg); }
  #entry-content #container .wp-block-columns.is-style-content-center {
    justify-content: flex-start; }
  #entry-content #container .wp-block-columns.is-style-content-center {
    justify-content: center; }
  #entry-content #container .wp-block-columns.is-style-content-right {
    justify-content: flex-end; }
  #entry-content #container .wp-block-columns.is-style-content-space-around {
    justify-content: space-around; }
  #entry-content #container .wp-block-columns.is-style-content-space-between {
    justify-content: space-between; }
  #entry-content #container .wp-block-column.is-style-content-width-90 {
    margin-left: 5%;
    margin-right: 5%; }
  #entry-content #container .wp-block-latest-posts__list.is-style-simple1 {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0; }
    #entry-content #container .wp-block-latest-posts__list.is-style-simple1 li {
      width: 100%;
      margin: 0;
      display: grid;
      grid-template-rows: auto;
      grid-template-columns: 130px auto;
      margin-top: 2rem; }
      #entry-content #container .wp-block-latest-posts__list.is-style-simple1 li:first-child {
        margin-top: 0; }
      #entry-content #container .wp-block-latest-posts__list.is-style-simple1 li > a {
        grid-row: 2;
        grid-column: 2;
        font-size: 1.5rem;
        text-decoration: none;
        font-weight: 700;
        transition: 0.3s ease;
        align-self: center; }
        #entry-content #container .wp-block-latest-posts__list.is-style-simple1 li > a:hover {
          transition: 0.3s ease;
          opacity: 0.7; }
      #entry-content #container .wp-block-latest-posts__list.is-style-simple1 li .wp-block-latest-posts__featured-image {
        grid-row: 1;
        grid-column: 1/4; }
      #entry-content #container .wp-block-latest-posts__list.is-style-simple1 li .wp-block-latest-posts__post-author {
        grid-row: 3;
        grid-column: 1;
        font-size: 1.4rem;
        align-self: center; }
      #entry-content #container .wp-block-latest-posts__list.is-style-simple1 li .wp-block-latest-posts__post-date {
        grid-row: 2;
        grid-column: 1;
        font-size: 1.4rem;
        align-self: center; }
      #entry-content #container .wp-block-latest-posts__list.is-style-simple1 li .wp-block-latest-posts__post-excerpt {
        grid-row: 4;
        grid-column: 1/3;
        font-size: 1.3rem; }
  #entry-content #container .wp-block-latest-posts__list.is-style-simple2 {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4rem;
    border-left-width: 2px;
    border-left-style: solid; }
    @media only screen and (max-width: 599px) {
      #entry-content #container .wp-block-latest-posts__list.is-style-simple2 {
        padding-left: 0;
        border: none; } }
    #entry-content #container .wp-block-latest-posts__list.is-style-simple2 li {
      width: 100%;
      margin: 0;
      display: grid;
      grid-template-rows: auto;
      grid-template-columns: 130px auto;
      margin-top: 2rem; }
      #entry-content #container .wp-block-latest-posts__list.is-style-simple2 li:first-child {
        margin-top: 0; }
      #entry-content #container .wp-block-latest-posts__list.is-style-simple2 li > a {
        grid-row: 2;
        grid-column: 2;
        font-size: 1.5rem;
        text-decoration: none;
        font-weight: 700;
        transition: 0.3s ease;
        align-self: center; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .wp-block-latest-posts__list.is-style-simple2 li > a {
            grid-row: 3;
            grid-column: 1/3; } }
        #entry-content #container .wp-block-latest-posts__list.is-style-simple2 li > a:hover {
          transition: 0.3s ease;
          opacity: 0.7; }
      #entry-content #container .wp-block-latest-posts__list.is-style-simple2 li .wp-block-latest-posts__featured-image {
        grid-row: 1;
        grid-column: 1/4; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .wp-block-latest-posts__list.is-style-simple2 li .wp-block-latest-posts__featured-image {
            grid-column: 1/3; } }
      #entry-content #container .wp-block-latest-posts__list.is-style-simple2 li .wp-block-latest-posts__post-author {
        grid-row: 3;
        grid-column: 1;
        font-size: 1.4rem;
        align-self: center; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .wp-block-latest-posts__list.is-style-simple2 li .wp-block-latest-posts__post-author {
            grid-row: 2;
            grid-column: 2; } }
      #entry-content #container .wp-block-latest-posts__list.is-style-simple2 li .wp-block-latest-posts__post-date {
        grid-row: 2;
        grid-column: 1;
        font-size: 1.4rem;
        align-self: center; }
      #entry-content #container .wp-block-latest-posts__list.is-style-simple2 li .wp-block-latest-posts__post-excerpt {
        grid-row: 4;
        grid-column: 1/3;
        font-size: 1.3rem; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .wp-block-latest-posts__list.is-style-simple2 li .wp-block-latest-posts__post-excerpt {
            grid-column: 1/3; } }
  #entry-content #container .wp-block-latest-posts__list.is-style-rich-media {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0; }
    #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li {
      width: 100%;
      background-color: #fff;
      border: 1px solid #f0f0f0;
      border-radius: 10px;
      padding: 0 0 0.5rem;
      margin: 2rem 0 0; }
      @media only screen and (max-width: 599px) {
        #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li {
          border-radius: 5px; } }
      #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li:first-child {
        margin-top: 0; }
      #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__featured-image {
        border-radius: 10px 10px 0 0;
        float: none !important;
        margin: 0 !important; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__featured-image {
            border-radius: 5px 5px 0 0; } }
        #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__featured-image a {
          border-radius: 10px 10px 0 0; }
          @media only screen and (max-width: 599px) {
            #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__featured-image a {
              border-radius: 5px 5px 0 0; } }
        #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__featured-image img {
          object-fit: cover;
          width: 100%;
          border-radius: 10px 10px 0 0; }
          @media only screen and (max-width: 599px) {
            #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__featured-image img {
              border-radius: 5px 5px 0 0; } }
      #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li a {
        display: block;
        transition: 0.3s ease; }
        #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li a:hover {
          transition: 0.3s ease;
          filter: brightness(0.9); }
      #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li > a {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding: 11px 0 0.5rem;
        margin: 0 11px 0.5rem;
        text-decoration: none;
        font-weight: 700; }
        @media only screen and (max-width: 599px) {
          #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li > a {
            padding-top: 6px;
            margin-left: 6px;
            margin-right: 6px; } }
        #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li > a:hover {
          opacity: 0.7; }
      #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__post-author {
        display: inline-block;
        margin: 0 auto 0.5rem 11px;
        font-size: 1.4rem; }
      #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__post-date {
        display: inline-block;
        margin: 0 11px 0.5rem auto;
        font-size: 1.4rem;
        font-weight: 700;
        float: right; }
      #entry-content #container .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__post-excerpt {
        clear: both;
        margin: 0 11px 0;
        font-size: 1.3rem; }
    #entry-content #container .wp-block-latest-posts__list.is-style-rich-media.is-grid.columns-3 {
      display: grid;
      grid-template-rows: auto;
      grid-template-columns: auto auto auto;
      grid-row-gap: 1rem;
      grid-column-gap: 1rem; }
      @media only screen and (max-width: 1024px) {
        #entry-content #container .wp-block-latest-posts__list.is-style-rich-media.is-grid.columns-3 {
          grid-template-columns: auto auto; } }
      @media only screen and (max-width: 599px) {
        #entry-content #container .wp-block-latest-posts__list.is-style-rich-media.is-grid.columns-3 {
          grid-template-columns: auto; } }
      #entry-content #container .wp-block-latest-posts__list.is-style-rich-media.is-grid.columns-3 li {
        margin-top: 0; }

#entry-footer {
  /*index: 投稿ページ・ページャー */ }
  #entry-footer .page-nav-wrapper {
    align-items: center;
    margin: 6rem auto 0;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 2.5rem 0; }
    @media only screen and (max-width: 1024px) {
      #entry-footer .page-nav-wrapper {
        margin: 6.25vw auto 0; } }
    @media only screen and (max-width: 599px) {
      #entry-footer .page-nav-wrapper {
        margin: 3rem auto 0;
        flex-wrap: wrap;
        justify-content: space-between; } }
    #entry-footer .page-nav-wrapper .button-wrapper .button {
      background-color: #025527;
      border: 2px solid #025527;
      color: #fff; }
      #entry-footer .page-nav-wrapper .button-wrapper .button:hover {
        background-color: #fff;
        color: #025527;
        transition: 0.3s ease; }
    @media only screen and (max-width: 599px) {
      #entry-footer .page-nav-wrapper .button-wrapper {
        margin-top: 2rem;
        order: 3; } }
    #entry-footer .page-nav-wrapper .page-nav {
      width: 150px; }
      #entry-footer .page-nav-wrapper .page-nav a {
        font-size: 1.2rem;
        text-decoration: underline;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10.5px 0;
        transition: 0.3s ease;
        position: relative; }
        #entry-footer .page-nav-wrapper .page-nav a:hover {
          transition: 0.3s ease;
          text-decoration: none; }
      #entry-footer .page-nav-wrapper .page-nav.next a {
        padding-left: 45px;
        padding-right: 1rem;
        white-space: nowrap; }
        #entry-footer .page-nav-wrapper .page-nav.next a:after {
          content: '';
          background-color: #025527;
          background-image: url(../images/common/arrow.svg);
          background-size: 16px auto;
          background-position: center;
          background-repeat: no-repeat;
          display: inline-block;
          width: 40px;
          height: 40px;
          position: absolute;
          margin: auto;
          top: 0;
          bottom: 0;
          left: 0;
          transition: .3s;
          transform: scale(-1, 1); }
        #entry-footer .page-nav-wrapper .page-nav.next a:hover {
          color: #025527;
          opacity: .8;
          text-decoration: underline; }
      @media only screen and (max-width: 599px) {
        #entry-footer .page-nav-wrapper .page-nav.next {
          order: 1; } }
      #entry-footer .page-nav-wrapper .page-nav.prev a {
        padding-right: 45px;
        padding-left: 1rem;
        white-space: nowrap; }
        #entry-footer .page-nav-wrapper .page-nav.prev a:after {
          content: '';
          background-color: #025527;
          background-image: url(../images/common/arrow.svg);
          background-size: 16px auto;
          background-position: center;
          background-repeat: no-repeat;
          display: inline-block;
          width: 40px;
          height: 40px;
          position: absolute;
          margin: auto;
          top: 0;
          bottom: 0;
          right: 0;
          transition: .3s; }
        #entry-footer .page-nav-wrapper .page-nav.prev a:hover {
          color: #025527;
          opacity: .8;
          text-decoration: underline; }
      @media only screen and (max-width: 599px) {
        #entry-footer .page-nav-wrapper .page-nav.prev {
          order: 2; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホームページ用の外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヒーロー*/
#hero {
  position: relative;
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*index: メインビジュアル*/ }
  #hero .mv {
    position: relative; }
    #hero .mv .mv-slider-box {
      width: 100%;
      height: auto;
      position: relative; }
      #hero .mv .mv-slider-box .slider a {
        display: block;
        width: 100%;
        height: 100%; }
      #hero .mv .mv-slider-box .img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: hero - 外部ファイル読み込み*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: hero - mv-layout */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: mv-layout - ノーマル*/
#hero.mv-layout01 .mv {
  width: 100%;
  height: 56vw;
  max-height: 896px;
  margin: auto; }
  @media only screen and (max-width: 599px) {
    #hero.mv-layout01 .mv {
      height: 660px; } }
  #hero.mv-layout01 .mv .mv-slider-box .mv-slider {
    height: 56vw;
    max-height: 896px; }
    @media only screen and (max-width: 599px) {
      #hero.mv-layout01 .mv .mv-slider-box .mv-slider {
        height: 660px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: mv-layout - 全画面*/
#hero.mv-layout02 .mv {
  width: 100%;
  height: 100vh; }
  @media only screen and (max-width: 1024px) {
    #hero.mv-layout02 .mv {
      height: 940px; } }
  @media only screen and (max-width: 599px) {
    #hero.mv-layout02 .mv {
      height: 660px; } }
  #hero.mv-layout02 .mv .mv-slider-box .mv-slider {
    height: 100vh; }
    @media only screen and (max-width: 1024px) {
      #hero.mv-layout02 .mv .mv-slider-box .mv-slider {
        height: 940px; } }
    @media only screen and (max-width: 599px) {
      #hero.mv-layout02 .mv .mv-slider-box .mv-slider {
        height: 660px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: mv-layout - 前後画像表示*/
#hero.mv-layout03 {
  overflow-x: hidden; }
  #hero.mv-layout03 .mv {
    width: 90%;
    height: 56vw;
    max-height: 896px;
    margin: auto; }
    @media only screen and (max-width: 599px) {
      #hero.mv-layout03 .mv {
        height: 660px; } }
    #hero.mv-layout03 .mv .mv-slider-box {
      overflow: visible; }
      #hero.mv-layout03 .mv .mv-slider-box .mv-slider {
        height: 56vw;
        max-height: 896px; }
        @media only screen and (max-width: 599px) {
          #hero.mv-layout03 .mv .mv-slider-box .mv-slider {
            height: 660px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: mv-layout - 背景*/
#hero.mv-layout04 {
  width: 100%;
  height: 100vh;
  z-index: -1; }
  #hero.mv-layout04 .mv {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0; }
    #hero.mv-layout04 .mv .mv-slider-box .mv-slider {
      height: 100vh; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: slider_pattern - アロー*/
#hero .swiper-button-next,
#hero .swiper-button-prev {
  top: 0;
  bottom: 0;
  margin: auto; }
#hero .swiper-button-next {
  background-image: inherit;
  width: 30px;
  height: 30px;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #fff;
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: #fff;
  transform: rotateZ(45deg); }
  @media only screen and (max-width: 599px) {
    #hero .swiper-button-next {
      width: 15px;
      height: 15px;
      right: 5px; } }
#hero .swiper-button-prev {
  background-image: inherit;
  width: 30px;
  height: 30px;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #fff;
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: #fff;
  transform: rotateZ(-45deg); }
  @media only screen and (max-width: 599px) {
    #hero .swiper-button-prev {
      width: 15px;
      height: 15px;
      left: 5px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: slider_pattern - ページャー*/
#hero .swiper-pagination {
  right: 1rem;
  bottom: 1rem; }
  @media only screen and (max-width: 599px) {
    #hero .swiper-pagination {
      right: 0.7rem;
      bottom: 0.7rem; } }
#hero .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 0.5rem;
  background-color: #000; }
  #hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff; }
  @media only screen and (max-width: 599px) {
    #hero .swiper-pagination-bullet {
      width: 10px;
      height: 10px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#mv-copy {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  #mv-copy-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10; }
  #mv-copy .copy {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-flow: column;
    justify-content: center; }
    #mv-copy .copy.img {
      text-align: center; }
    #mv-copy .copy h2 {
      color: #3b4043; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#mv-copy .copy.mv-copy-text-layout01 {
  text-align: left; }
#mv-copy .copy.mv-copy-text-layout02 {
  text-align: center; }
#mv-copy .copy.mv-copy-text-layout03 {
  text-align: right; }
#mv-copy .copy.mv-copy-text-layout04 h2 {
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr; }
#mv-copy .copy.mv-copy-text-layout05 {
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
#mv-copy .copy.mv-copy-text-layout06 h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#mv-scroll-arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  #mv-scroll-arrow-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20; }
  #mv-scroll-arrow .scroll-arrow {
    position: absolute;
    bottom: 0; }
    #mv-scroll-arrow .scroll-arrow .scroll {
      color: #fff;
      font-size: 1.8rem;
      letter-spacing: 0.5rem;
      display: flex; }
      @media only screen and (max-width: 1024px) {
        #mv-scroll-arrow .scroll-arrow .scroll {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 599px) {
        #mv-scroll-arrow .scroll-arrow .scroll {
          font-size: 1.2rem; } }
      #mv-scroll-arrow .scroll-arrow .scroll .arrow {
        width: 2px;
        height: 100px;
        position: relative; }
        @media only screen and (max-width: 599px) {
          #mv-scroll-arrow .scroll-arrow .scroll .arrow {
            height: 1px;
            height: 80px; } }
        #mv-scroll-arrow .scroll-arrow .scroll .arrow::before {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          background-color: #fff;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          -webkit-animation: scroll-arrow-totop 1.4s cubic-bezier(0.93, 0.08, 0.49, 0.74) 1s infinite;
          -o-animation: scroll-arrow-totop 1.4s cubic-bezier(0.93, 0.08, 0.49, 0.74) 1s infinite;
          animation: scroll-arrow-totop 1.4s cubic-bezier(0.93, 0.08, 0.49, 0.74) 1s infinite; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern02 {
  left: 20px; }
  @media only screen and (max-width: 1024px) {
    #mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern02 {
      left: 15px; } }
  @media only screen and (max-width: 599px) {
    #mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern02 {
      left: 10px; } }
  #mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern02 .scroll {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    flex-flow: row-reverse;
    align-items: center; }
    #mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern02 .scroll .arrow {
      margin: 1rem auto 0 1rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern03 {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }
  #mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern03 .scroll {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center; }
    #mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern03 .scroll .arrow {
      margin: 1rem auto 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern04 {
  right: 20px; }
  @media only screen and (max-width: 1024px) {
    #mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern04 {
      right: 15px; } }
  @media only screen and (max-width: 599px) {
    #mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern04 {
      right: 10px; } }
  #mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern04 .scroll {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: scale(-1, -1);
    align-items: center; }
    #mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern04 .scroll .arrow {
      margin: 0 auto 1rem 1rem; }
      #mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern04 .scroll .arrow::before {
        top: 0;
        bottom: inherit; }

_::-webkit-full-page-media,
_:future,
:root #mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern04 {
  right: 40px; }
  @media only screen and (max-width: 1024px) {
    _::-webkit-full-page-media,
    _:future,
    :root #mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern04 {
      right: 35px; } }
  @media only screen and (max-width: 599px) {
    _::-webkit-full-page-media,
    _:future,
    :root #mv-scroll-arrow .scroll-arrow.scroll-arrow-pattern04 {
      right: 30px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクロールアイコン - アロー伸縮*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@-webkit-keyframes scroll-arrow-totop {
  0% {
    opacity: 0;
    height: 100%; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0;
    height: 0; }
  100% {
    opacity: 0; } }
@-o-keyframes scroll-arrow-totop {
  0% {
    opacity: 0;
    height: 100%; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0;
    height: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes scroll-arrow-totop {
  0% {
    opacity: 0;
    height: 100%; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0;
    height: 0; }
  100% {
    opacity: 0; } }
@keyframes scroll-arrow-totop {
  0% {
    opacity: 0;
    height: 100%; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0;
    height: 0; }
  100% {
    opacity: 0; } }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: お問い合わせ（snow monkey form） */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*note: snow-monkey-form */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
form.snow-monkey-form {
  max-width: 960px;
  margin: auto;
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*note: 初期設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* ラベル */
  /* 説明文 */
  /* 確認画面 */
  /* テキスト*/
  /* テキストエリア */
  /* チェックボックス */
  /* ラジオボタン */
  /* セレクトボックス */
  /* ファイル */
  /* 入力エラー */
  /* エラーメッセージ */
  /* 送信ボタン */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*note: レイアウト - デフォルト */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*note: レイアウト - Simple */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*note: レイアウト - Letter */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*note: レイアウト - Business */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/ }
  form.snow-monkey-form .smf-label label {
    cursor: pointer; }
  form.snow-monkey-form .smf-item__label,
  form.snow-monkey-form .smf-item__label strong {
    font-size: 1.6rem; }
    @media only screen and (max-width: 1024px) {
      form.snow-monkey-form .smf-item__label,
      form.snow-monkey-form .smf-item__label strong {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 599px) {
      form.snow-monkey-form .smf-item__label,
      form.snow-monkey-form .smf-item__label strong {
        font-size: 1.4rem; } }
    form.snow-monkey-form .smf-item__label .hissu,
    form.snow-monkey-form .smf-item__label strong .hissu {
      color: #cc3033; }
  form.snow-monkey-form .smf-item__description {
    font-size: 1.4rem; }
    @media only screen and (max-width: 1024px) {
      form.snow-monkey-form .smf-item__description {
        font-size: 1.3rem; } }
    @media only screen and (max-width: 599px) {
      form.snow-monkey-form .smf-item__description {
        font-size: 1.2rem; } }
  form.snow-monkey-form .smf-placeholder {
    font-size: 1.6rem; }
    @media only screen and (max-width: 1024px) {
      form.snow-monkey-form .smf-placeholder {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 599px) {
      form.snow-monkey-form .smf-placeholder {
        font-size: 1.4rem; } }
  form.snow-monkey-form input[type="text"],
  form.snow-monkey-form input[type="email"],
  form.snow-monkey-form input[type="tel"],
  form.snow-monkey-form input[type="url"],
  form.snow-monkey-form textarea,
  form.snow-monkey-form input[type="file"] {
    -webkit-appearance: none;
    appearance: none; }
  form.snow-monkey-form .smf-text-control .smf-text-control__control {
    font-size: 1.6rem; }
    @media only screen and (max-width: 1024px) {
      form.snow-monkey-form .smf-text-control .smf-text-control__control {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 599px) {
      form.snow-monkey-form .smf-text-control .smf-text-control__control {
        font-size: 1.4rem; } }
  form.snow-monkey-form .smf-textarea-control .smf-textarea-control__control {
    resize: none;
    font-size: 1.6rem; }
    @media only screen and (max-width: 1024px) {
      form.snow-monkey-form .smf-textarea-control .smf-textarea-control__control {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 599px) {
      form.snow-monkey-form .smf-textarea-control .smf-textarea-control__control {
        font-size: 1.4rem; } }
  form.snow-monkey-form .smf-checkbox-control {
    display: inline-flex !important;
    align-items: center !important; }
    form.snow-monkey-form .smf-checkbox-control .smf-checkbox-control__control {
      margin: 0 0.5rem 0 0 !important; }
      form.snow-monkey-form .smf-checkbox-control .smf-checkbox-control__control::before {
        top: 0;
        left: 0;
        right: 0;
        margin: auto !important; }
    form.snow-monkey-form .smf-checkbox-control > span {
      font-size: 1.6rem; }
      @media only screen and (max-width: 1024px) {
        form.snow-monkey-form .smf-checkbox-control > span {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 599px) {
        form.snow-monkey-form .smf-checkbox-control > span {
          font-size: 1.4rem; } }
  form.snow-monkey-form .smf-radio-button-control {
    display: inline-flex !important;
    align-items: center !important; }
    form.snow-monkey-form .smf-radio-button-control .smf-radio-button-control__control {
      margin: 0 0.5rem 0 0 !important; }
    form.snow-monkey-form .smf-radio-button-control > span {
      font-size: 1.6rem; }
      @media only screen and (max-width: 1024px) {
        form.snow-monkey-form .smf-radio-button-control > span {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 599px) {
        form.snow-monkey-form .smf-radio-button-control > span {
          font-size: 1.4rem; } }
  form.snow-monkey-form .smf-select-control .smf-select-control__control {
    font-size: 1.6rem; }
    @media only screen and (max-width: 1024px) {
      form.snow-monkey-form .smf-select-control .smf-select-control__control {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 599px) {
      form.snow-monkey-form .smf-select-control .smf-select-control__control {
        font-size: 1.4rem; } }
  form.snow-monkey-form .smf-file-control label {
    cursor: pointer; }
  form.snow-monkey-form .smf-file-control .smf-file-control__label {
    font-size: 1.6rem; }
    @media only screen and (max-width: 1024px) {
      form.snow-monkey-form .smf-file-control .smf-file-control__label {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 599px) {
      form.snow-monkey-form .smf-file-control .smf-file-control__label {
        font-size: 1.4rem; } }
  form.snow-monkey-form .smf-file-control .smf-file-control__filename {
    padding-left: 0.3rem;
    font-size: 1.4rem; }
    @media only screen and (max-width: 1024px) {
      form.snow-monkey-form .smf-file-control .smf-file-control__filename {
        font-size: 1.3rem; } }
    @media only screen and (max-width: 599px) {
      form.snow-monkey-form .smf-file-control .smf-file-control__filename {
        font-size: 1.2rem; } }
  form.snow-monkey-form .smf-error-messages {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #cc3033;
    font-size: 1.4rem; }
    @media only screen and (max-width: 1024px) {
      form.snow-monkey-form .smf-error-messages {
        font-size: 1.3rem; } }
    @media only screen and (max-width: 599px) {
      form.snow-monkey-form .smf-error-messages {
        font-size: 1.2rem; } }
  form.snow-monkey-form .smf-system-error-content {
    font-size: 1.6rem;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      form.snow-monkey-form .smf-system-error-content {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 599px) {
      form.snow-monkey-form .smf-system-error-content {
        font-size: 1.4rem; } }
  form.snow-monkey-form .smf-action {
    text-align: left;
    margin-top: 2rem;
    display: flex;
    flex-flow: column-reverse; }
    form.snow-monkey-form .smf-action .smf-button-control {
      display: inline-block !important;
      width: 100%;
      min-width: inherit;
      margin: 2rem auto;
      position: relative; }
      form.snow-monkey-form .smf-action .smf-button-control .smf-button-control__control {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        width: fit-content;
        min-width: 288px;
        display: block;
        margin: 0 auto;
        background-image: none;
        background-color: #004bb1;
        border-style: solid;
        border-width: 2px;
        border-color: #004bb1;
        color: #fff;
        padding: 2rem 1rem;
        font-weight: 700;
        letter-spacing: 0.4rem;
        transition: 0.3s ease;
        font-size: 1.6rem; }
        @media only screen and (max-width: 1024px) {
          form.snow-monkey-form .smf-action .smf-button-control .smf-button-control__control {
            font-size: 1.5rem; } }
        @media only screen and (max-width: 599px) {
          form.snow-monkey-form .smf-action .smf-button-control .smf-button-control__control {
            font-size: 1.4rem; } }
        form.snow-monkey-form .smf-action .smf-button-control .smf-button-control__control:hover {
          background-color: transparent;
          transition: 0.3s ease; }
        form.snow-monkey-form .smf-action .smf-button-control .smf-button-control__control[data-action="back"] {
          padding: 1rem;
          border: none;
          border-radius: 0%;
          text-align: right;
          display: inline-block;
          width: fit-content;
          min-width: 144px;
          color: #3b4043 !important;
          border-bottom: 1px solid #3b4043;
          vertical-align: -12px;
          background-color: transparent;
          background-image: url(../images/icon/icon_arrow.svg);
          background-size: 1rem;
          background-repeat: no-repeat;
          background-position: center left 1rem; }
          form.snow-monkey-form .smf-action .smf-button-control .smf-button-control__control[data-action="back"]:hover {
            opacity: 0.5; }
  form.snow-monkey-form .smf-form .smf-item {
    padding: 0 0 2rem; }
    form.snow-monkey-form .smf-form .smf-item:last-child {
      padding-bottom: 0; }
    form.snow-monkey-form .smf-form .smf-item .smf-item__col--label {
      margin-bottom: 1rem; }
  form.snow-monkey-form .smf-form--simple-table .smf-item__col--label {
    flex: 0 0 20rem;
    max-width: 20rem;
    margin: 0 !important; }
    @media only screen and (max-width: 599px) {
      form.snow-monkey-form .smf-form--simple-table .smf-item__col--label {
        flex: 0 0 100%;
        max-width: 100%; } }
  form.snow-monkey-form .smf-form--simple-table .smf-item {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 2rem 0; }
    form.snow-monkey-form .smf-form--simple-table .smf-item:last-child {
      border-bottom-style: solid;
      border-bottom-width: 1px;
      padding-bottom: 2rem; }
    form.snow-monkey-form .smf-form--simple-table .smf-item.smf-item--divider {
      border-top: none; }
  form.snow-monkey-form .smf-form--letter .smf-item__col--label {
    margin: 0 !important; }
  form.snow-monkey-form .smf-form--letter .smf-item {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 2rem 0; }
    form.snow-monkey-form .smf-form--letter .smf-item:first-child {
      border-top: none;
      padding-top: 0; }
    form.snow-monkey-form .smf-form--letter .smf-item:last-child {
      padding-bottom: 0; }
    form.snow-monkey-form .smf-form--letter .smf-item.smf-item--divider {
      border-top: none; }
  form.snow-monkey-form .smf-form--business .smf-item__col--label {
    flex: 0 0 20rem;
    max-width: 20rem;
    margin: 0 !important; }
    @media only screen and (max-width: 1024px) {
      form.snow-monkey-form .smf-form--business .smf-item__col--label {
        padding: 1rem; } }
    @media only screen and (max-width: 599px) {
      form.snow-monkey-form .smf-form--business .smf-item__col--label {
        flex: 0 0 100%;
        max-width: 100%; } }
    form.snow-monkey-form .smf-form--business .smf-item__col--label .smf-item__label {
      color: #3b4043; }
    form.snow-monkey-form .smf-form--business .smf-item__col--label .smf-item__description {
      color: #707f89; }
  @media only screen and (max-width: 1024px) {
    form.snow-monkey-form .smf-form--business .smf-item__col--controls {
      padding: 1rem; } }
  @media only screen and (max-width: 599px) {
    form.snow-monkey-form .smf-form--business .smf-item__col--controls {
      padding: 2rem 1rem; } }
  form.snow-monkey-form .smf-form--business .smf-item {
    padding: 0; }

.contact .page-head {
  background-image: url(../images/contact/01@2x.jpg); }
  @media only screen and (max-width: 599px) {
    .contact .page-head {
      background-image: url(../images/contact/01_sp.jpg); } }
.contact .container {
  max-width: 800px;
  width: 90%;
  margin: 10rem auto; }
@media only screen and (max-width: 599px) {
  .contact .container {
    margin: 5rem auto; } }

#single-form .mw_wp_form {
  margin-top: 8rem; }
  @media only screen and (max-width: 599px) {
    #single-form .mw_wp_form {
      margin-top: 5rem;
      margin-bottom: 6rem; } }

.mw_wp_form h2 + p {
  margin-top: 1.4rem;
  margin-bottom: 5rem; }
.mw_wp_form h2 + dl {
  margin-top: 4rem; }
.mw_wp_form .required {
  background-color: #B70000;
  color: #fff;
  padding: 5px;
  margin-left: 5px; }
.mw_wp_form dl {
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  margin-bottom: 1em; }
  .mw_wp_form dl.input_text {
    align-items: center; }
  .mw_wp_form dl.input_textarea {
    border: none; }
.mw_wp_form dt, .mw_wp_form dd {
  line-height: 1.8;
  padding: 1em; }
.mw_wp_form dt {
  padding-right: 0;
  width: 220px; }
.mw_wp_form dd {
  width: calc( 100% - 220px ); }
.mw_wp_form input,
.mw_wp_form textarea {
  background-color: #F7F7F7;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  font-size: 16px;
  padding: 5px;
  width: 100%; }
.mw_wp_form input {
  height: 50px; }
.mw_wp_form input[type=checkbox] {
  width: 20px;
  height: 20px; }
.mw_wp_form select {
  font-size: 16px;
  margin-right: 10px; }
.mw_wp_form .form-group {
  display: inline-flex;
  align-items: center; }
  .mw_wp_form .form-group .form-group-item {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    margin-right: 15px; }
    .mw_wp_form .form-group .form-group-item input {
      font-size: 16px;
      margin: 0 6px;
      width: 60px; }
.mw_wp_form .mwform-tel-field input {
  width: 80px; }
.mw_wp_form .mwform-checkbox-field.horizontal-item {
  margin-right: 10px; }
  .mw_wp_form .mwform-checkbox-field.horizontal-item + .horizontal-item {
    margin-left: 0; }
  .mw_wp_form .mwform-checkbox-field.horizontal-item label {
    display: inline-flex;
    align-items: center; }
  .mw_wp_form .mwform-checkbox-field.horizontal-item .mwform-checkbox-field-text {
    font-size: 1.4rem; }
.mw_wp_form textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  max-height: 300px;
  min-height: 150px; }
.mw_wp_form .privacy-policy_check {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 3em 0; }
  .mw_wp_form .privacy-policy_check input[type=checkbox] {
    width: 20px;
    height: 20px; }
  .mw_wp_form .privacy-policy_check a {
    color: #025527;
    font-weight: bold; }
    .mw_wp_form .privacy-policy_check a:hover {
      text-decoration: none; }
.mw_wp_form .send-button {
  width: 100%;
  max-width: 400px;
  margin: auto; }
  .mw_wp_form .send-button input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    padding: 1em 2em;
    width: 100%;
    height: auto;
    background-color: #025527;
    border: 1px solid #025527;
    color: #fff; }
    .mw_wp_form .send-button input[type="submit"]:hover {
      background-color: #fff;
      color: #025527; }
    .mw_wp_form .send-button input[type="submit"]:disabled {
      background-color: #fff;
      border: 1px solid #E2E2E2;
      color: #E2E2E2; }
      .mw_wp_form .send-button input[type="submit"]:disabled:hover {
        background-color: #fff;
        color: #E2E2E2; }
@media only screen and (max-width: 599px) {
  .mw_wp_form h2 + p {
    margin-bottom: .5rem; }
  .mw_wp_form h2 + dl {
    margin-top: 2rem; }
  .mw_wp_form dl {
    display: block; }
  .mw_wp_form dt, .mw_wp_form dd {
    padding: 1em 0; }
  .mw_wp_form dt {
    padding-bottom: 0;
    width: 100%; }
  .mw_wp_form dd {
    padding-top: .75em;
    width: 100%; }
  .mw_wp_form input {
    height: 40px; }
  .mw_wp_form .privacy-policy_check {
    margin: 1.5em 0 2em; }
  .mw_wp_form .send-button input[type="submit"] {
    padding: .75em 2em; } }

.privacy-policy .page-head {
  background-image: url(../images/contact/01@2x.jpg); }
  @media only screen and (max-width: 599px) {
    .privacy-policy .page-head {
      background-image: url(../images/contact/01_sp.jpg); } }
.privacy-policy .container {
  max-width: 1280px;
  width: 100%;
  margin: 8rem auto; }
.privacy-policy #entry-content #container h2 {
  color: #025527;
  margin-top: 2rem; }
  .privacy-policy #entry-content #container h2 strong {
    font-size: 2.5rem; }
.privacy-policy #entry-content #container h3 strong {
  font-size: 2rem; }
@media only screen and (max-width: 1024px) {
  .privacy-policy .container {
    width: 90%; } }
@media only screen and (max-width: 599px) {
  .privacy-policy .container {
    margin: 5rem auto; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: テーマ用ファイル */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: jsライブラリ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: slickスライダーの共通設定*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/common/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  -webkit-transform: translate(0, 11%);
  -ms-transform: translate(0, 11%);
  transform: translate(0, 11%);
  padding: 0;
  border: none;
  outline: none;
  top: 0;
  bottom: 0;
  margin: auto; }
  @media only screen and (max-width: 1024px) {
    .slick-prev,
    .slick-next {
      -webkit-transform: translate(0, 14%);
      -ms-transform: translate(0, 14%);
      transform: translate(0, 14%); } }
  @media only screen and (max-width: 599px) {
    .slick-prev,
    .slick-next {
      -webkit-transform: translate(0, 20%);
      -ms-transform: translate(0, 20%);
      transform: translate(0, 20%); } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 0;
    color: #004bb1;
    color: #025527;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -14px;
  z-index: 2; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -14px;
  z-index: 2; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    .slick-dotted.slick-slider {
      margin-bottom: 10px; } }

.slick-dots {
  position: absolute;
  top: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          color: #004bb1;
          opacity: 0.25; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "■";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #004bb1;
      opacity: 1; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slider {
  display: none; }
  .slider * {
    box-sizing: border-box;
    line-height: 0; }
  .slider.slick-slider {
    display: block; }
  .slider .slick-track .slick-slide a:hover {
    opacity: .8; }
  .slider .slick-track .slick-slide img {
    width: 100%;
    height: auto;
    margin: auto;
    vertical-align: middle;
    display: block; }
  .slider .slick-arrow {
    z-index: 9;
    width: 26px;
    height: 39px;
    margin: auto;
    top: 0;
    bottom: 0;
    transform: none; }
    .slider .slick-arrow:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-image: url(../images/slider-arrow.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      opacity: 1; }
    .slider .slick-arrow:hover {
      opacity: 0.8; }
    .slider .slick-arrow.slick-prev {
      left: 10px;
      transform: rotate(180deg); }
      @media only screen and (max-width: 599px) {
        .slider .slick-arrow.slick-prev {
          left: 0; } }
    .slider .slick-arrow.slick-next {
      right: 10px; }
      @media only screen and (max-width: 599px) {
        .slider .slick-arrow.slick-next {
          right: 0; } }
  .slider .slick-dots {
    bottom: 20px; }
    .slider .slick-dots li {
      width: 15px;
      height: 15px; }
      .slider .slick-dots li button {
        width: 15px;
        height: 15px;
        background: #fff;
        border: 1px solid #004bb1;
        border-radius: 50%; }
        .slider .slick-dots li button:before {
          content: none; }
      .slider .slick-dots li.slick-active button {
        background: #004bb1; }
  .slider.slick-dotted {
    margin-bottom: 0; }

/*========= レイアウトのためのCSS ===============*/
.wrapper {
  overflow: hidden; }

.flex {
  display: flex;
  flex-wrap: wrap; }

.box {
  width: 220px;
  padding: 20px;
  margin: 0 20px 20px 0;
  background: #666;
  color: #fff;
  box-sizing: border-box; }

.bgextend,
.lineTrigger {
  width: 220px;
  padding: 20px;
  margin: 0 20px 20px 0;
  box-sizing: border-box; }

/*==================================================
ふわっ
===================================*/
/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* fadeDown */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* fadeLeft */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
/* fadeRight */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0; }

/*==================================================
ぱたっ
===================================*/
/* flipDown */
.flipDown {
  animation-name: flipDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0; }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1; } }
/* flipLeft */
.flipLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0; }

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0; }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1; } }
/* flipLeftTop */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0; }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1; } }
/* flipRight */
.flipRight {
  animation-name: flipRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: right center;
  opacity: 0; }

@keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0; }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1; } }
/* flipRightTop */
.flipRightTop {
  animation-name: flipRightTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0; }
  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1; } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger {
  opacity: 0; }

/*==================================================
くるっ
===================================*/
/* rotateX */
.rotateX {
  animation-name: rotateXAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes rotateXAnime {
  from {
    transform: rotateX(0);
    opacity: 0; }
  to {
    transform: rotateX(-360deg);
    opacity: 1; } }
/* rotateY */
.rotateY {
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes rotateYAnime {
  from {
    transform: rotateY(0);
    opacity: 0; }
  to {
    transform: rotateY(-360deg);
    opacity: 1; } }
/* rotateLeftZ */
.rotateLeftZ {
  animation-name: rotateLeftZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes rotateLeftZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0; }
  to {
    transform: rotateZ(-360deg);
    opacity: 1; } }
/* rotateRightZ */
.rotateRightZ {
  animation-name: rotateRightZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes rotateRightZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0; }
  to {
    transform: rotateZ(360deg);
    opacity: 1; } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger {
  opacity: 0; }

/*==================================================
ぶわっ、ぽんっ、どどんっ
===================================*/
/* zoomIn */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
/* zoomOut */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0; }

/*==================================================
じわっ
===================================*/
/* blur */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0; }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1; } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger {
  opacity: 0; }

/*==================================================
にょろっ
===================================*/
/* smooth */
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  　transform-origin: left;
  opacity: 0; }

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1; } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.smoothTrigger {
  opacity: 0; }

/*==================================================
背景色が伸びて出現
===================================*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0; }

@keyframes bgextendAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/ }

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  50% {
    transform-origin: left;
    transform: scaleX(1); }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
/*右から左*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/ }

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0); }
  50% {
    transform-origin: right;
    transform: scaleX(1); }
  50.001% {
    transform-origin: left; }
  100% {
    transform-origin: left;
    transform: scaleX(0); } }
/*下から上*/
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/ }

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0); }
  50% {
    transform-origin: bottom;
    transform: scaleY(1); }
  50.001% {
    transform-origin: top; }
  100% {
    transform-origin: top;
    transform: scaleY(0); } }
/*上から下*/
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/ }

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0); }
  50% {
    transform-origin: top;
    transform: scaleY(1); }
  50.001% {
    transform-origin: bottom; }
  100% {
    transform-origin: bottom;
    transform: scaleY(0); } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0; }

/*==================================================
枠線が伸びて出現
===================================*/
/*枠線が伸びて出現*/
.lineTrigger {
  position: relative;
  /* 枠線が書かれる基点*/
  opacity: 0; }

.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes lineAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*上下線*/
.lineTrigger::before,
.lineTrigger::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background: #333;
  /* 枠線の色*/ }

/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 0;
  background: #333;
  /* 枠線の色*/ }

/*上線*/
.lineTrigger::before {
  top: 0;
  left: 0; }

.lineTrigger.lineanime::before {
  animation: lineAnime .5s linear 0s forwards;
  /*表示されて0秒後に上線が0.5秒かけて表示*/ }

/*右線*/
.line2::before {
  top: 0;
  right: 0; }

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 .5s linear .5s forwards;
  /*表示されて0.5秒後に右線が0.5秒かけて表示*/ }

/*下線*/
.lineTrigger::after {
  bottom: 0;
  right: 0; }

.lineTrigger.lineanime::after {
  animation: lineAnime .5s linear 1s forwards;
  /*表示されて1秒後に下線が0.5秒かけて表示*/ }

/*左線*/
.line2::after {
  bottom: 0;
  left: 0; }

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 .5s linear 1.5s forwards;
  /*表示されて1.5秒後に左線が0.5秒かけて表示*/ }

@keyframes lineAnime {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes lineAnime2 {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }
/*枠線内側の要素*/
.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime .5s linear 1.5s forwards;
  /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;
  /*初期値を透過0にする*/ }

@keyframes lineInnerAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*==================================================
アニメーション設定
===================================*/
/* アニメーションの回数を決めるCSS*/
.count2 {
  animation-iteration-count: 2;
  /*この数字を必要回数分に変更*/ }

.countinfinite {
  animation-iteration-count: infinite;
  /*無限ループ*/ }

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time05 {
  animation-delay: 0.5s; }

.delay-time1 {
  animation-delay: 1s; }

.delay-time15 {
  animation-delay: 1.5s; }

.delay-time2 {
  animation-delay: 2s; }

.delay-time25 {
  animation-delay: 2.5s; }

/* アニメーション自体が変化する時間を決めるCSS*/
.change-time05 {
  animation-duration: 0.5s; }

.change-time1 {
  animation-duration: 1s; }

.change-time15 {
  animation-duration: 1.5s; }

.change-time2 {
  animation-duration: 2s; }

.change-time25 {
  animation-duration: 2.5s; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通スタイル */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }

.vertical-rl {
  writing-mode: vertical-rl;
  font-feature-settings: normal; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ボタン */
.button-wrapper {
  text-align: center; }
  .button-wrapper .button {
    min-width: 300px;
    border-radius: 0;
    background: #025527;
    color: #fff;
    padding: 2rem; }
    @media only screen and (max-width: 599px) {
      .button-wrapper .button {
        min-width: 250px; } }
  .button-wrapper .button-arrow-right {
    position: relative; }
    .button-wrapper .button-arrow-right:after {
      content: '';
      background-image: url(../images/common/arrow.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      display: inline-block;
      width: 16px;
      height: 16px;
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      right: 2rem;
      transition: 1s; }
    @media only screen and (max-width: 599px) {
      .button-wrapper .button-arrow-right:hover {
        opacity: 1; } }
    .button-wrapper .button-arrow-right:hover:after {
      right: 1rem; }
      @media only screen and (max-width: 599px) {
        .button-wrapper .button-arrow-right:hover:after {
          right: 2rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヘッダー */
#header-wrapper {
  height: 88px; }
  @media only screen and (max-width: 1024px) {
    #header-wrapper {
      height: 80px; } }
  @media only screen and (max-width: 599px) {
    #header-wrapper {
      height: 60px; } }

#header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff; }
  #header.h-layout01 .head-inner {
    padding: 0;
    max-width: inherit;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      #header.h-layout01 .head-inner {
        height: 80px; } }
    @media only screen and (max-width: 599px) {
      #header.h-layout01 .head-inner {
        height: 60px; } }

#header-logo {
  padding-left: 3rem; }
  @media only screen and (max-width: 1024px) {
    #header-logo {
      padding-left: 2rem;
      margin-top: 1rem; } }
  #header-logo .logo {
    width: 174px !important;
    height: 62px; }
    @media only screen and (max-width: 599px) {
      #header-logo .logo {
        width: 110px !important;
        height: 40px; } }

#site-header-nav .nav-menu li {
  padding: 0 2rem; }
  #site-header-nav .nav-menu li:nth-child(5) a {
    background-image: url(../images/common/icon-insta-b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    overflow: hidden;
    text-indent: -999px; }
    #site-header-nav .nav-menu li:nth-child(5) a:hover {
      background-image: url(../images/common/icon-insta-g.svg); }
  #site-header-nav .nav-menu li a {
    display: block;
    color: #000 !important; }
    #site-header-nav .nav-menu li a:hover {
      color: #025527 !important; }
  #site-header-nav .nav-menu li:last-child a {
    background-color: #025527;
    background-image: url(../images/common/icon-mail-w.svg);
    background-size: 26px 15px;
    background-repeat: no-repeat;
    background-position: 3rem center;
    border: none;
    color: #fff !important;
    padding: 3rem;
    padding-left: 6rem; }
    #site-header-nav .nav-menu li:last-child a:hover {
      opacity: .8;
      filter: none; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: モバイルメニュー */
@media only screen and (max-width: 1024px) {
  #mobile-btn {
    width: 80px;
    height: 80px;
    right: 0;
    background: #025527; } }
  @media only screen and (max-width: 1024px) and (max-width: 599px) {
    #mobile-btn {
      width: 60px;
      height: 60px; } }

#mobile-btn .toggle_box .m-btn_toggle_icon {
  background-color: #fff !important;
  height: 2px;
  max-width: 40px; }
  @media only screen and (max-width: 599px) {
    #mobile-btn .toggle_box .m-btn_toggle_icon {
      max-width: 30px; } }
  #mobile-btn .toggle_box .m-btn_toggle_icon:nth-child(3) {
    width: 100%;
    left: 0; }

#mobile-site-header-nav .mobile-site-header-nav-inner {
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  padding: 6rem 8vw; }
  #mobile-site-header-nav .mobile-site-header-nav-inner .mobile-nav-menu li a {
    font-size: 2rem;
    font-weight: normal;
    padding: 1rem 0; }
#mobile-site-header-nav .mobile-nav-menu .menu-item-has-children .mobile_child_menu_toggle .arrow {
  border-color: #fff !important; }
#mobile-site-header-nav .logo {
  position: absolute;
  left: 2rem;
  top: 1rem; }
  #mobile-site-header-nav .logo img {
    width: 110px;
    height: 40px; }
#mobile-site-header-nav .cta-list {
  margin: 5rem 0; }
  #mobile-site-header-nav .cta-list a {
    background: #025527;
    color: #fff;
    text-decoration: none;
    margin: 1rem 0;
    padding-left: 18%;
    position: relative;
    height: 64px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    #mobile-site-header-nav .cta-list a:first-child span {
      font-size: 2.2rem; }
    #mobile-site-header-nav .cta-list a span {
      font-size: 1.8rem;
      line-height: 1; }
    #mobile-site-header-nav .cta-list a small {
      display: block;
      font-size: 1.2rem;
      margin-top: 5px; }
    #mobile-site-header-nav .cta-list a i {
      position: absolute;
      width: 26px;
      height: 26px;
      top: 0;
      bottom: 0;
      left: 5%;
      margin: auto;
      text-align: center; }
      #mobile-site-header-nav .cta-list a i img {
        vertical-align: middle; }
#mobile-site-header-nav .insta img {
  width: 25px;
  height: 25px; }
#mobile-site-header-nav .copyright {
  font-size: 1.2rem;
  float: right; }

#mobile-btn.open .toggle_box .m-btn_toggle_icon {
  background-color: #fff; }

#mobile-site-header-nav .mobile-site-header-nav-inner .mobile-nav-menu {
  transform: translateX(0);
  opacity: 1; }

#mobile-site-header-nav.open .mobile-site-header-nav-inner .mobile-nav-menu {
  transition: 0s; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページヘッダー */
.page-head {
  background-image: url(../images/about/01@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 420px;
  position: relative;
  margin-left: 9%; }
  @media only screen and (max-width: 599px) {
    .page-head {
      background-image: url(../images/about/01_sp.jpg);
      height: 300px; } }
  .page-head h1 {
    font-size: 4rem;
    color: #fff;
    position: absolute;
    left: 6rem;
    bottom: 6rem; }
    @media only screen and (max-width: 599px) {
      .page-head h1 {
        font-size: 7.4666666667vw;
        left: 3rem;
        bottom: 3rem; } }
    .page-head h1 small {
      font-family: 'EB Garamond', serif;
      font-size: 3.2rem; }
      @media only screen and (max-width: 599px) {
        .page-head h1 small {
          font-size: 5.3333333333vw; } }
  .single .page-head, .tax-works_category .page-head, .post-type-archive-works .page-head, .category .page-head {
    background: none;
    margin-left: 0;
    height: 150px; }
    @media only screen and (max-width: 599px) {
      .single .page-head, .tax-works_category .page-head, .post-type-archive-works .page-head, .category .page-head {
        height: 100px; } }
    .single .page-head h1, .tax-works_category .page-head h1, .post-type-archive-works .page-head h1, .category .page-head h1 {
      color: #025527;
      bottom: -2rem; }
      .single .page-head h1 small, .tax-works_category .page-head h1 small, .post-type-archive-works .page-head h1 small, .category .page-head h1 small {
        color: #1A1A1A; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム */
body #main-wrapper.home {
  padding: 0;
  overflow: hidden; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: TOPスライダー */
.hero-slider .slide-image {
  width: 100%;
  height: calc(100vh - 88px);
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 599px) {
    .hero-slider .slide-image {
      height: 420px; } }
  .hero-slider .slide-image img {
    width: 100%;
    height: 100%;
    display: block; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-counter {
  position: absolute;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
  width: auto;
  z-index: 2;
  bottom: 50px;
  left: 60px;
  top: inherit;
  transform: translateX(-50%); }
  @media only screen and (max-width: 599px) {
    .slick-counter {
      left: 30px;
      bottom: 0; } }
  .slick-counter span {
    display: block;
    font-size: 1.2rem; }
  .slick-counter .current {
    color: #025527; }
  .slick-counter .total {
    color: #BABABA; }
  .slick-counter .hr {
    background-color: #BABABA;
    width: 1px;
    height: 40px;
    padding: 10px 0; }

.slide-animation {
  animation: fadezoom 18s 0s forwards; }

@keyframes fadezoom {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
#hero {
  position: relative; }

.hero-title {
  float: left;
  width: 120px;
  height: calc(100vh - 88px);
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 599px) {
    .hero-title {
      width: 60px;
      height: 420px; } }
  .hero-title h1 {
    width: fit-content;
    width: -moz-fit-content;
    font-size: 2rem;
    position: absolute;
    padding-top: 6rem;
    left: 0;
    right: 0;
    margin: auto; }
    @media only screen and (max-width: 599px) {
      .hero-title h1 {
        padding-top: 2rem;
        font-size: 4.2666666667vw; } }

.hero-text {
  position: absolute;
  margin: auto;
  bottom: 6rem;
  left: 18rem;
  color: #fff; }
  @media only screen and (max-width: 599px) {
    .hero-text {
      left: 8rem;
      bottom: 3rem; } }
  .hero-text h2 {
    font-size: 4rem;
    line-height: 1.6;
    margin: 0; }
    @media only screen and (max-width: 599px) {
      .hero-text h2 {
        font-size: 5.3333333333vw; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム　お知らせ */
.home-information .container {
  max-width: 990px;
  margin: 15rem auto;
  overflow: hidden;
  position: relative;
  padding: 0 2.5rem; }
  @media only screen and (max-width: 599px) {
    .home-information .container {
      margin: 10rem auto; } }
.home-information .section-title {
  font-family: 'EB Garamond', serif;
  font-size: 3.2rem;
  color: #025527;
  display: inline-block;
  font-weight: bold; }
  @media only screen and (max-width: 599px) {
    .home-information .section-title {
      margin-bottom: 3rem; } }
  .home-information .section-title small {
    display: block;
    color: #000;
    font-size: 1.6rem;
    margin-top: 1rem;
    font-weight: normal; }
.home-information .list {
  float: right;
  width: calc(100% - 290px);
  margin-top: -2rem; }
  @media only screen and (max-width: 599px) {
    .home-information .list {
      float: none;
      width: 100%;
      margin: 0; } }
  .home-information .list a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    color: #000;
    padding: 1.5rem 3rem;
    padding-left: 0;
    border-bottom: 1px solid #E2E2E2;
    position: relative; }
    @media only screen and (max-width: 599px) {
      .home-information .list a {
        padding-right: 2rem; } }
    .home-information .list a:visited {
      color: #000; }
    .home-information .list a:after {
      content: '';
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      background-image: url(../images/common/arrow-b.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin: auto;
      top: 0;
      bottom: 0;
      right: 1rem;
      transition: 1s; }
      @media only screen and (max-width: 599px) {
        .home-information .list a:after {
          right: 0; } }
    .home-information .list a:before {
      content: '';
      width: 0;
      height: 1px;
      bottom: 0;
      left: 0;
      background: #025527;
      transition: 1s;
      position: absolute; }
      @media only screen and (max-width: 599px) {
        .home-information .list a:before {
          display: none; } }
    .home-information .list a:hover {
      color: #025527; }
      @media only screen and (max-width: 599px) {
        .home-information .list a:hover {
          color: #000; } }
      .home-information .list a:hover:visited {
        color: #025527; }
        @media only screen and (max-width: 599px) {
          .home-information .list a:hover:visited {
            color: #000; } }
      .home-information .list a:hover:after {
        right: 0; }
      .home-information .list a:hover:before {
        width: 100%; }
  .home-information .list .meta {
    margin: 0.5rem 5rem;
    margin-left: 0; }
    @media only screen and (max-width: 599px) {
      .home-information .list .meta {
        margin-right: 2rem; } }
    .home-information .list .meta time {
      color: #025527;
      font-size: 1.5rem;
      white-space: nowrap; }
      @media only screen and (max-width: 599px) {
        .home-information .list .meta time {
          font-size: 3.7333333333vw; } }
  .home-information .list .tag-wrapper {
    margin: 0.5rem 4rem;
    margin-left: 0; }
    @media only screen and (max-width: 599px) {
      .home-information .list .tag-wrapper {
        margin-right: 0; } }
    .home-information .list .tag-wrapper .tag {
      background: #F2F2F0;
      padding: 0.5rem 1.5rem;
      font-size: 1.4rem;
      white-space: nowrap;
      margin-right: 1rem; }
      @media only screen and (max-width: 599px) {
        .home-information .list .tag-wrapper .tag {
          padding: 0.5rem 0.6rem;
          font-size: 3.4666666667vw; } }
      .home-information .list .tag-wrapper .tag:last-child {
        margin-right: 0; }
  .home-information .list .title {
    font-size: 1.5rem;
    margin: 0.5rem 0; }
    @media only screen and (max-width: 599px) {
      .home-information .list .title {
        width: 100%;
        font-size: 3.7333333333vw; } }
.home-information .button-wrapper .button {
  min-width: 200px;
  margin-top: 10rem;
  float: left; }
  @media only screen and (max-width: 599px) {
    .home-information .button-wrapper .button {
      min-width: 250px;
      margin-top: 5rem;
      float: none; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム　コンセプト */
.home-about {
  margin-bottom: 15rem; }
  @media only screen and (max-width: 599px) {
    .home-about {
      margin-bottom: 10rem; } }
  @media only screen and (max-width: 1024px) {
    .home-about .flex {
      display: block; } }
  .home-about .left {
    width: 50%; }
    @media only screen and (max-width: 1024px) {
      .home-about .left {
        width: 100%;
        max-width: 660px;
        padding-right: 2.5rem; } }
    .home-about .left img {
      width: 100%;
      height: auto;
      vertical-align: middle; }
  .home-about .right {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .home-about .right {
        width: 100%;
        padding: 0 2.5rem;
        justify-content: space-between; } }
  @media only screen and (max-width: 1024px) and (max-width: 599px) {
    .home-about .right {
      justify-content: flex-end; } }

  .home-about .title {
    margin-top: -5rem;
    font-size: 10.6rem;
    color: #E5EEE9;
    position: relative; }
    @media only screen and (max-width: 599px) {
      .home-about .title {
        font-size: 14.9333333333vw;
        margin: 0;
        position: absolute;
        top: 2rem;
        right: 2.5rem; } }
    .home-about .title small {
      font-family: 'EB Garamond', serif;
      font-size: 2.4rem;
      color: #025527;
      position: absolute;
      top: -10px;
      right: -10px; }
      @media only screen and (max-width: 599px) {
        .home-about .title small {
          font-size: 5.3333333333vw;
          top: 0;
          right: -0.5em; } }
  .home-about .caption {
    padding-top: 8rem; }
    @media only screen and (max-width: 599px) {
      .home-about .caption {
        width: 100%; } }
  .home-about .text {
    line-height: 2;
    font-size: 1.8rem;
    margin: auto; }
    @media only screen and (max-width: 599px) {
      .home-about .text {
        line-height: 2.5;
        writing-mode: inherit;
        font-size: 4.2666666667vw; } }
  .home-about .button-wrapper {
    margin-top: 8rem; }
    @media only screen and (max-width: 1024px) {
      .home-about .button-wrapper {
        margin-top: 5rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム　動画 */
.home-youtube {
  max-width: 1120px;
  width: 100%;
  padding: 0 2.5rem;
  margin: 0 auto 15rem;
  overflow: hidden; }
  @media only screen and (max-width: 599px) {
    .home-youtube {
      margin-bottom: 10rem; } }
  .home-youtube h2.title {
    font-size: 3.2rem;
    margin-bottom: 6.5rem; }
    @media only screen and (max-width: 599px) {
      .home-youtube h2.title {
        float: none;
        margin-bottom: 5rem;
        font-size: 7.4666666667vw; } }
    .home-youtube h2.title small {
      color: #025527;
      display: block;
      font-family: 'EB Garamond', serif;
      font-size: 2.4rem;
      font-weight: bold; }
      @media only screen and (max-width: 599px) {
        .home-youtube h2.title small {
          font-size: 5.3333333333vw; } }
  .home-youtube .frame {
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    position: relative; }
    .home-youtube .frame iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム　イベント */
.home-event {
  max-width: 1120px;
  width: 100%;
  padding: 0 2.5rem;
  margin: 0 auto 15rem;
  overflow: hidden; }
  @media only screen and (max-width: 599px) {
    .home-event {
      margin-bottom: 10rem; } }
  .home-event h2.title {
    font-size: 3.2rem;
    margin-bottom: 6.5rem; }
    @media only screen and (max-width: 599px) {
      .home-event h2.title {
        float: none;
        margin-bottom: 5rem;
        font-size: 7.4666666667vw; } }
    .home-event h2.title small {
      color: #025527;
      display: block;
      font-family: 'EB Garamond', serif;
      font-size: 2.4rem;
      font-weight: bold; }
      @media only screen and (max-width: 599px) {
        .home-event h2.title small {
          font-size: 5.3333333333vw; } }
  .home-event .event-cat-nav {
    float: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 7rem; }
    @media only screen and (max-width: 599px) {
      .home-event .event-cat-nav {
        display: block;
        margin-bottom: 4rem;
        float: none; } }
    .home-event .event-cat-nav h3 {
      color: #025527;
      font-size: 1.5rem;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 599px) {
        .home-event .event-cat-nav h3 {
          font-size: 4vw; } }
      .home-event .event-cat-nav h3:after {
        content: '';
        height: 1px;
        width: 30px;
        background: #E2E2E2;
        display: inline-block;
        margin-left: 3rem; }
    .home-event .event-cat-nav nav a {
      color: #1A1A1A;
      font-size: 1.5rem;
      margin-left: 3rem; }
      @media only screen and (max-width: 599px) {
        .home-event .event-cat-nav nav a {
          font-size: 4vw;
          margin-left: 0;
          margin-right: 2rem;
          margin-top: 1.5rem;
          display: inline-block; } }
      .home-event .event-cat-nav nav a:last-child {
        margin-right: 0; }
  .home-event .list {
    width: 100%;
    overflow: hidden;
    margin-top: 6.5rem; }
    @media only screen and (max-width: 599px) {
      .home-event .list {
        margin-top: 5rem; } }
    .home-event .list a {
      width: 49%;
      border-left: 1px solid #fff;
      text-decoration: none;
      margin-left: 2%;
      margin-bottom: 3rem;
      padding-bottom: 3rem;
      float: right;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      border-bottom: 1px solid #E2E2E2;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .home-event .list a {
          float: none;
          width: 100%;
          margin-left: 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 599px) {
    .home-event .list a {
      padding-bottom: 2rem;
      margin-bottom: 2rem; } }

      .home-event .list a:first-child {
        display: block;
        float: left;
        margin-bottom: 0;
        margin-right: 1%;
        margin-left: 0;
        width: 48%; }
        @media only screen and (max-width: 1024px) {
          .home-event .list a:first-child {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            width: 100%;
            float: none;
            margin: 0 0 3rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 599px) {
    .home-event .list a:first-child {
      display: block; } }

        .home-event .list a:first-child .img {
          width: 100%; }
          @media only screen and (max-width: 1024px) {
            .home-event .list a:first-child .img {
              width: 340px; } }
  @media only screen and (max-width: 1024px) and (max-width: 599px) {
    .home-event .list a:first-child .img {
      padding-top: 60%;
      width: 100%; } }

        .home-event .list a:first-child time {
          margin-top: 3rem; }
          @media only screen and (max-width: 599px) {
            .home-event .list a:first-child time {
              margin-top: 1rem; } }
        .home-event .list a:first-child .caption {
          padding-left: 0; }
          @media only screen and (max-width: 1024px) {
            .home-event .list a:first-child .caption {
              padding-left: 3rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 599px) {
    .home-event .list a:first-child .caption {
      padding-left: 0; } }

        .home-event .list a:first-child .title {
          font-size: 1.8rem; }
          @media only screen and (max-width: 599px) {
            .home-event .list a:first-child .title {
              font-size: 4.2666666667vw; } }
      .home-event .list a .bgextend {
        width: 100%;
        padding: 0;
        overflow: hidden;
        margin: 0; }
        .home-event .list a .bgextend:before {
          background: #025527; }
      .home-event .list a .img {
        background-size: cover;
        background-position: center;
        background-color: #F2F2F0;
        padding-top: 66%;
        width: 180px;
        display: block;
        transition: 1s; }
        @media only screen and (max-width: 599px) {
          .home-event .list a .img {
            width: 110px;
            padding-top: 100%; } }
      .home-event .list a .caption {
        padding-left: 3rem; }
        @media only screen and (max-width: 599px) {
          .home-event .list a .caption {
            padding-left: 2rem; } }
      .home-event .list a time {
        display: block;
        color: #025527;
        font-size: 1.5rem; }
        @media only screen and (max-width: 599px) {
          .home-event .list a time {
            display: block;
            font-size: 3.7333333333vw; } }
      .home-event .list a .title {
        color: #000;
        font-size: 1.5rem;
        margin-top: 1rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
        @media only screen and (max-width: 599px) {
          .home-event .list a .title {
            font-size: 4vw;
            -webkit-line-clamp: 3; } }
      .home-event .list a .cat {
        margin-top: 1rem; }
        .home-event .list a .cat span {
          display: inline-block;
          color: #AAA;
          font-size: 1.5rem;
          margin-right: 3rem; }
          @media only screen and (max-width: 599px) {
            .home-event .list a .cat span {
              margin-right: 1rem;
              font-size: 3.7333333333vw; } }
      .home-event .list a:after {
        content: '';
        width: 0;
        height: 3px;
        transition: 1s;
        background: #025527;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0; }
        @media only screen and (max-width: 599px) {
          .home-event .list a:after {
            display: none; } }
      .home-event .list a:hover:after {
        width: 100%; }
      .home-event .list a:hover .img {
        transform: scale(1.1); }
        @media only screen and (max-width: 599px) {
          .home-event .list a:hover .img {
            transform: scale(1); } }
  .home-event .button-wrapper {
    margin-top: 3rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム　施工事例 */
.home-gallery .cover {
  height: 580px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url(../images/home/03@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (max-width: 599px) {
    .home-gallery .cover {
      background-position: 65%;
      height: 0;
      padding-top: 50%; } }
  .home-gallery .cover .pr {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1366px;
    margin: auto;
    padding-left: 10%; }
    @media only screen and (max-width: 599px) {
      .home-gallery .cover .pr {
        padding-left: 0; } }
  .home-gallery .cover .title {
    background: #fff;
    position: absolute;
    bottom: 0;
    font-size: 3.2rem;
    padding: 25px 65px 0;
    line-height: 1; }
    @media only screen and (max-width: 599px) {
      .home-gallery .cover .title {
        font-size: 7.4666666667vw;
        left: 2.5rem;
        padding: 2rem 2rem 0; } }
  .home-gallery .cover small {
    font-family: 'EB Garamond', serif;
    display: block;
    color: #025527;
    font-size: 2.4rem;
    margin-bottom: 1rem;
    font-weight: bold; }
    @media only screen and (max-width: 599px) {
      .home-gallery .cover small {
        font-size: 5.3333333333vw; } }
.home-gallery .gallery-container {
  width: 100%;
  max-width: 1366px;
  margin: 7rem auto;
  padding-left: 10%; }
  @media only screen and (max-width: 599px) {
    .home-gallery .gallery-container {
      margin: 5rem auto;
      padding-left: 2.5rem; } }
.home-gallery .gallery-cat-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 7rem; }
  @media only screen and (max-width: 599px) {
    .home-gallery .gallery-cat-nav {
      display: block;
      margin-bottom: 4rem; } }
  .home-gallery .gallery-cat-nav h3 {
    color: #025527;
    font-size: 1.5rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 599px) {
      .home-gallery .gallery-cat-nav h3 {
        font-size: 4vw; } }
    .home-gallery .gallery-cat-nav h3:after {
      content: '';
      height: 1px;
      width: 30px;
      background: #E2E2E2;
      display: inline-block;
      margin-left: 3rem; }
  .home-gallery .gallery-cat-nav nav a {
    color: #1A1A1A;
    font-size: 1.5rem;
    margin-left: 3rem; }
    @media only screen and (max-width: 599px) {
      .home-gallery .gallery-cat-nav nav a {
        font-size: 4vw;
        margin-left: 0;
        margin-right: 2rem;
        margin-top: 1.5rem;
        display: inline-block; } }
.home-gallery .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .home-gallery .list a {
    width: 33.333%;
    border-left: 1px solid #fff;
    text-decoration: none;
    margin-bottom: 6rem; }
    @media only screen and (max-width: 599px) {
      .home-gallery .list a {
        width: 50%;
        margin-bottom: 4rem; } }
    .home-gallery .list a .bgextend {
      width: 100%;
      padding: 0;
      overflow: hidden;
      margin: 0; }
      .home-gallery .list a .bgextend:before {
        background: #025527; }
    .home-gallery .list a .img {
      background-image: url(../images/home/04@2x.jpg);
      background-size: cover;
      padding-top: 60%;
      width: 100%;
      display: block;
      transition: 1s; }
    .home-gallery .list a .thumbnail-wrapper {
      position: relative; }
      .home-gallery .list a .thumbnail-wrapper .works-meta {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2; }
    .home-gallery .list a time {
      display: block;
      margin-top: 1rem;
      color: #025527;
      font-size: 1.5rem; }
      @media only screen and (max-width: 599px) {
        .home-gallery .list a time {
          display: block;
          font-size: 3.7333333333vw; } }
    .home-gallery .list a .title {
      color: #000;
      font-size: 1.8rem;
      margin-right: 1rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
      @media only screen and (max-width: 599px) {
        .home-gallery .list a .title {
          font-size: 4vw;
          margin-top: 1rem; } }
    @media only screen and (max-width: 599px) {
      .home-gallery .list a .cat {
        margin-top: 1rem; } }
    .home-gallery .list a .cat span {
      display: inline-block;
      color: #AAA;
      font-size: 1.5rem;
      margin-right: 3rem; }
      @media only screen and (max-width: 599px) {
        .home-gallery .list a .cat span {
          margin-right: 1rem;
          font-size: 3.7333333333vw; } }
    .home-gallery .list a:after {
      content: '';
      width: 0;
      height: 3px;
      transition: 1s;
      background: #025527;
      display: block; }
      @media only screen and (max-width: 599px) {
        .home-gallery .list a:after {
          display: none; } }
    .home-gallery .list a:hover:after {
      width: 100%; }
    .home-gallery .list a:hover .img {
      transform: scale(1.1); }
      @media only screen and (max-width: 599px) {
        .home-gallery .list a:hover .img {
          transform: scale(1); } }
.home-gallery .button-wrapper {
  margin-right: 2.5rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム　SNS */
#home-insta {
  margin: 15rem 0; }
  @media only screen and (max-width: 599px) {
    #home-insta {
      margin: 10rem 0; } }
  #home-insta .title {
    text-align: center;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 599px) {
      #home-insta .title {
        margin-bottom: 5rem; } }
    #home-insta .title span {
      font-family: 'EB Garamond', serif;
      font-size: 4rem;
      color: #025527;
      font-weight: bold; }
      @media only screen and (max-width: 599px) {
        #home-insta .title span {
          font-size: 8vw; } }
    #home-insta .title img {
      width: 30px;
      margin-right: 1rem;
      vertical-align: -2px; }
      @media only screen and (max-width: 599px) {
        #home-insta .title img {
          width: 20px;
          vertical-align: -1px; } }
    #home-insta .title small {
      font-size: 1.6rem; }
      @media only screen and (max-width: 599px) {
        #home-insta .title small {
          font-size: 4vw; } }
  #home-insta .button-wrapper {
    margin-top: 5rem; }

.my-insta-box {
  width: 100%;
  overflow: hidden; }
  .my-insta-box .bx-viewport {
    overflow: visible !important; }
  .my-insta-box #sb_instagram {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important; }
  .my-insta-box .sbi_item {
    width: 300px !important;
    max-width: 55.3333333333vw !important; }
    @media only screen and (max-width: 599px) {
      .my-insta-box .sbi_item {
        width: 200px !important; } }
  .my-insta-box .sbi_photo {
    height: 300px !important;
    max-height: 76vw !important; }
    @media only screen and (max-width: 599px) {
      .my-insta-box .sbi_photo {
        height: 200px !important; } }
  .my-insta-box #sb_instagram #sbi_images .sbi_item {
    padding: 0 !important; }
  .my-insta-box #sb_instagram .sbi_photo {
    outline: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: cta */
.cta {
  background-image: url(../images/common/cta_bg@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 15rem 5%; }
  @media only screen and (max-width: 599px) {
    .cta {
      background-image: url(../images/common/cta_bg_sp@2x.jpg);
      padding: 10rem 5%; } }
  .cta h2 span {
    font-size: 4rem;
    display: inline-block; }
    @media only screen and (max-width: 599px) {
      .cta h2 span {
        font-size: 7.4666666667vw; } }
  .cta p {
    font-size: 1.6rem;
    margin-top: 2rem; }
  .cta h3 {
    font-size: 2.4rem;
    margin-top: 4rem; }
    @media only screen and (max-width: 599px) {
      .cta h3 {
        font-size: 5.3333333333vw; } }
  .cta .cta-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 4rem auto 0; }
    @media only screen and (max-width: 599px) {
      .cta .cta-list {
        display: block; } }
  .cta a {
    background: #fff;
    max-width: 350px;
    width: 100%;
    margin: 1rem;
    text-decoration: none;
    line-height: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100px; }
    @media only screen and (max-width: 599px) {
      .cta a {
        margin: 2rem auto 0; } }
    .cta a:hover {
      opacity: .8; }
    .cta a span {
      color: #025527;
      font-size: 2rem;
      vertical-align: middle; }
    .cta a i {
      margin-right: 1rem;
      vertical-align: middle; }
    .cta a img {
      vertical-align: middle; }
    .cta a small {
      display: block;
      color: #025527;
      margin-top: 1.5rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: footer */
#footer {
  background: #1A1A1A !important;
  padding: 8rem 5%; }
  #footer .footer-nav {
    text-align: center;
    margin-bottom: 8rem; }
    @media only screen and (max-width: 599px) {
      #footer .footer-nav {
        display: none; } }
    #footer .footer-nav a {
      color: #fff;
      font-size: 1.5rem;
      text-decoration: none;
      margin: 0 2rem;
      display: inline-block;
      vertical-align: middle;
      line-height: 1; }
      #footer .footer-nav a:hover {
        opacity: .8; }
    #footer .footer-nav img {
      width: 14px;
      height: 14px; }
  #footer .company-info {
    text-align: center; }
    #footer .company-info img {
      width: 174px;
      height: 62px; }
    #footer .company-info .address {
      color: #fff;
      font-size: 1.4rem;
      margin-top: 3rem; }
      @media only screen and (max-width: 599px) {
        #footer .company-info .address {
          font-size: 3.2vw; } }
  #footer .copyright {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 8rem; }
    @media only screen and (max-width: 599px) {
      #footer .copyright {
        font-size: 3.2vw; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ブログ 一覧 */
.category #archive-top-widget-area .w-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media only screen and (max-width: 599px) {
    .category #archive-top-widget-area .w-container {
      display: block;
      margin-top: 6rem; } }
  .category #archive-top-widget-area .w-container .widget-title {
    color: #025527;
    font-size: 1.5rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 0; }
    @media only screen and (max-width: 599px) {
      .category #archive-top-widget-area .w-container .widget-title {
        justify-content: flex-start;
        font-size: 4vw; } }
    .category #archive-top-widget-area .w-container .widget-title:before {
      display: none; }
    .category #archive-top-widget-area .w-container .widget-title:after {
      content: '';
      height: 1px;
      width: 30px;
      background: #E2E2E2;
      display: inline-block;
      margin-left: 3rem; }
  .category #archive-top-widget-area .w-container ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
    .category #archive-top-widget-area .w-container ul li {
      border: none;
      margin-left: 3rem; }
      @media only screen and (max-width: 599px) {
        .category #archive-top-widget-area .w-container ul li {
          margin-left: 0;
          margin-right: 2rem;
          margin-top: 1.5rem; } }
      .category #archive-top-widget-area .w-container ul li:last-child {
        margin-right: 0; }
    .category #archive-top-widget-area .w-container ul a {
      color: #1A1A1A;
      font-size: 1.5rem;
      padding: 0;
      text-decoration: underline; }
      @media only screen and (max-width: 599px) {
        .category #archive-top-widget-area .w-container ul a {
          font-size: 4vw;
          display: inline-block; } }
      .category #archive-top-widget-area .w-container ul a:hover {
        color: #025527; }
      .category #archive-top-widget-area .w-container ul a:before {
        position: static;
        content: "#";
        display: inline;
        height: auto;
        width: auto;
        border: 0; }

body.category main {
  max-width: 1120px !important; }

@media only screen and (max-width: 599px) {
  .archives-list {
    float: none;
    width: 100%;
    margin: 0; } }
.archives-list a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: #000;
  padding: 1.5rem 3rem;
  padding-left: 0;
  border-bottom: 1px solid #E2E2E2;
  position: relative; }
  @media only screen and (max-width: 599px) {
    .archives-list a {
      padding-right: 2rem; } }
  .archives-list a:visited {
    color: #000; }
  .archives-list a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/common/arrow-b.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 1rem;
    transition: 1s; }
    @media only screen and (max-width: 599px) {
      .archives-list a:after {
        right: 0; } }
  .archives-list a:before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #025527;
    transition: 1s;
    position: absolute; }
    @media only screen and (max-width: 599px) {
      .archives-list a:before {
        display: none; } }
  .archives-list a:hover {
    color: #025527; }
    @media only screen and (max-width: 599px) {
      .archives-list a:hover {
        color: #000; } }
    .archives-list a:hover:visited {
      color: #025527; }
      @media only screen and (max-width: 599px) {
        .archives-list a:hover:visited {
          color: #000; } }
    .archives-list a:hover:after {
      right: 0; }
    .archives-list a:hover:before {
      width: 100%; }
.archives-list .meta {
  margin: 0.5rem 5rem;
  margin-left: 0; }
  @media only screen and (max-width: 599px) {
    .archives-list .meta {
      margin-right: 2rem; } }
  .archives-list .meta time {
    color: #025527;
    font-size: 1.5rem;
    white-space: nowrap; }
    @media only screen and (max-width: 599px) {
      .archives-list .meta time {
        font-size: 3.7333333333vw; } }
.archives-list .tag-wrapper {
  margin: 0.5rem 4rem;
  margin-left: 0;
  min-width: 100px; }
  @media only screen and (max-width: 599px) {
    .archives-list .tag-wrapper {
      margin-right: 0; } }
  .archives-list .tag-wrapper .tag {
    background: #F2F2F0;
    padding: 0.5rem 1.5rem;
    font-size: 1.4rem;
    white-space: nowrap;
    margin-right: 1rem; }
    @media only screen and (max-width: 599px) {
      .archives-list .tag-wrapper .tag {
        padding: 0.5rem 0.6rem;
        font-size: 3.4666666667vw; } }
    .archives-list .tag-wrapper .tag:last-child {
      margin-right: 0; }
.archives-list .title {
  font-size: 1.5rem;
  margin: 0.5rem 0; }
  @media only screen and (max-width: 599px) {
    .archives-list .title {
      width: 100%;
      font-size: 3.7333333333vw; } }

.archives-list-img {
  width: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 599px) {
    .archives-list-img {
      margin-top: 5rem; } }
  .archives-list-img a {
    width: 49%;
    border-left: 1px solid #fff;
    text-decoration: none;
    margin-left: 2%;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    float: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #E2E2E2;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .archives-list-img a {
        float: none;
        width: 100%;
        margin-left: 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 599px) {
    .archives-list-img a {
      padding-bottom: 2rem;
      margin-bottom: 2rem; } }

    .archives-list-img a:first-child {
      display: block;
      float: left;
      margin-bottom: 0;
      margin-right: 1%;
      margin-left: 0;
      width: 48%; }
      @media only screen and (max-width: 1024px) {
        .archives-list-img a:first-child {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          width: 100%;
          float: none;
          margin: 0 0 3rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 599px) {
    .archives-list-img a:first-child {
      display: block; } }

      .archives-list-img a:first-child .img {
        width: 100%; }
        @media only screen and (max-width: 1024px) {
          .archives-list-img a:first-child .img {
            width: 340px; } }
  @media only screen and (max-width: 1024px) and (max-width: 599px) {
    .archives-list-img a:first-child .img {
      padding-top: 60%;
      width: 100%; } }

      .archives-list-img a:first-child time {
        margin-top: 3rem; }
        @media only screen and (max-width: 599px) {
          .archives-list-img a:first-child time {
            margin-top: 1rem; } }
      .archives-list-img a:first-child .caption {
        padding-left: 0; }
        @media only screen and (max-width: 1024px) {
          .archives-list-img a:first-child .caption {
            padding-left: 3rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 599px) {
    .archives-list-img a:first-child .caption {
      padding-left: 0; } }

      .archives-list-img a:first-child .title {
        font-size: 1.8rem; }
        @media only screen and (max-width: 599px) {
          .archives-list-img a:first-child .title {
            font-size: 4.2666666667vw; } }
    .archives-list-img a .bgextend {
      width: 100%;
      padding: 0;
      overflow: hidden;
      margin: 0; }
      .archives-list-img a .bgextend:before {
        background: #025527; }
    .archives-list-img a .img {
      background-size: cover;
      background-position: center;
      background-color: #F2F2F0;
      padding-top: 66%;
      width: 180px;
      display: block;
      transition: 1s; }
      @media only screen and (max-width: 599px) {
        .archives-list-img a .img {
          width: 110px;
          padding-top: 100%; } }
    .archives-list-img a .caption {
      padding-left: 3rem; }
      @media only screen and (max-width: 599px) {
        .archives-list-img a .caption {
          padding-left: 2rem; } }
    .archives-list-img a time {
      display: block;
      color: #025527;
      font-size: 1.5rem; }
      @media only screen and (max-width: 599px) {
        .archives-list-img a time {
          display: block;
          font-size: 3.7333333333vw; } }
    .archives-list-img a .title {
      color: #000;
      font-size: 1.5rem;
      margin-top: 1rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
      @media only screen and (max-width: 599px) {
        .archives-list-img a .title {
          font-size: 4vw;
          -webkit-line-clamp: 3; } }
    .archives-list-img a .cat {
      margin-top: 1rem; }
      .archives-list-img a .cat span {
        display: inline-block;
        color: #AAA;
        font-size: 1.5rem;
        margin-right: 3rem; }
        @media only screen and (max-width: 599px) {
          .archives-list-img a .cat span {
            margin-right: 1rem;
            font-size: 3.7333333333vw; } }
    .archives-list-img a:after {
      content: '';
      width: 0;
      height: 3px;
      transition: 1s;
      background: #025527;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 599px) {
        .archives-list-img a:after {
          display: none; } }
    .archives-list-img a:hover:after {
      width: 100%; }
    .archives-list-img a:hover .img {
      transform: scale(1.1); }
      @media only screen and (max-width: 599px) {
        .archives-list-img a:hover .img {
          transform: scale(1); } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ブログ詳細 */
body.single main {
  max-width: 740px !important; }

body.single-works main {
  max-width: 930px !important; }

.meta {
  font-weight: bold; }

.about .page-head {
  background-image: url(../images/about/01@2x.jpg); }
  @media only screen and (max-width: 599px) {
    .about .page-head {
      background-image: url(../images/about/01_sp.jpg); } }
.about .section-title {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 599px) {
    .about .section-title {
      font-size: 7.4666666667vw;
      margin-bottom: 3rem; } }
  .about .section-title:after {
    background-color: #025527;
    content: '';
    display: block;
    margin: auto;
    width: 1px;
    height: 4rem;
    margin-top: 3rem; }
    @media only screen and (max-width: 599px) {
      .about .section-title:after {
        margin-top: 1.5rem;
        height: 2rem; } }
  .about .section-title span {
    font-size: 3.2rem;
    line-height: 1; }
    @media only screen and (max-width: 599px) {
      .about .section-title span {
        font-size: 7.4666666667vw; } }
  .about .section-title small {
    color: #025527;
    display: block;
    font-family: 'EB Garamond', serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1; }
    @media only screen and (max-width: 599px) {
      .about .section-title small {
        font-size: 5.3333333333vw;
        margin-bottom: 1rem; } }

.nav_sticky {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 480px;
  left: 0;
  z-index: 99;
  left: 2.5%;
  padding-top: 120px; }
  @media only screen and (max-width: 599px) {
    .nav_sticky {
      flex-direction: row;
      justify-content: space-around;
      width: 100%;
      left: 0;
      top: 300px;
      padding-top: 70px; } }
  .nav_sticky.fixed {
    position: fixed;
    top: 0; }
  .nav_sticky a {
    display: inline-block;
    font-size: 1.5rem;
    width: auto;
    text-decoration: none;
    background-color: #fff;
    padding: 2% 5%;
    margin-bottom: 5px;
    white-space: nowrap; }
    .nav_sticky a.current {
      color: #025527; }
    @media only screen and (max-width: 599px) {
      .nav_sticky a {
        padding: 1% 2%;
        text-align: center;
        font-size: 2.6666666667vw; } }
    .nav_sticky a:hover {
      background-color: #025527;
      color: #fff; }

.about-intro .container {
  padding: 15rem 0 0; }
  @media only screen and (max-width: 599px) {
    .about-intro .container {
      padding: 14rem 0 0; } }
.about-intro .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 10rem;
  padding: 0 6.6666666667vw; }
  @media only screen and (max-width: 599px) {
    .about-intro .flex {
      display: block;
      margin-bottom: 5rem; } }
  .about-intro .flex .title {
    font-size: 3.2rem;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    padding-left: 10rem; }
    @media only screen and (max-width: 599px) {
      .about-intro .flex .title {
        font-size: 6.4vw;
        padding: 0;
        margin-bottom: 3rem;
        writing-mode: inherit; } }
  .about-intro .flex p {
    font-size: 1.8rem;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    line-height: 3; }
    @media only screen and (max-width: 599px) {
      .about-intro .flex p {
        font-size: 4.2666666667vw;
        line-height: 2;
        writing-mode: inherit; } }
.about-intro .cover {
  background-image: url(../images/about/02@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6.6666666667vw;
  height: 600px;
  position: relative; }
  @media only screen and (max-width: 599px) {
    .about-intro .cover {
      height: 240px; } }
  .about-intro .cover .cover_text {
    color: #fff;
    font-size: 2.4rem;
    line-height: 2;
    position: absolute;
    left: 9%;
    bottom: 8rem; }
    @media only screen and (max-width: 599px) {
      .about-intro .cover .cover_text {
        font-size: 4.2666666667vw;
        left: 6.6666666667vw;
        bottom: 6.6666666667vw; } }

.about-01 .container {
  max-width: 1366px;
  padding: 15rem 0;
  margin: auto; }
  @media only screen and (max-width: 599px) {
    .about-01 .container {
      padding: 14rem 0; } }
.about-01 .section-title {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 599px) {
    .about-01 .section-title {
      font-size: 7.4666666667vw;
      margin-bottom: 3rem; } }
  .about-01 .section-title:after {
    background-color: #025527;
    content: '';
    display: block;
    margin: auto;
    width: 1px;
    height: 4rem;
    margin-top: 3rem; }
    @media only screen and (max-width: 599px) {
      .about-01 .section-title:after {
        margin-top: 1.5rem;
        height: 2rem; } }
  .about-01 .section-title small {
    color: #025527;
    display: block;
    font-family: 'EB Garamond', serif;
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 1; }
    @media only screen and (max-width: 599px) {
      .about-01 .section-title small {
        font-size: 5.3333333333vw;
        margin-bottom: 1rem; } }
.about-01 .lead {
  font-size: 2rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 8rem; }
  @media only screen and (max-width: 599px) {
    .about-01 .lead {
      font-size: 4.2666666667vw;
      margin-bottom: 3rem; } }
.about-01 h3.title {
  text-align: center; }
  .about-01 h3.title span {
    border-bottom: 1px solid #025527;
    color: #025527;
    font-size: 2.4rem;
    padding-bottom: 1rem;
    display: inline-block;
    font-family: "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    font-weight: bold; }
    @media only screen and (max-width: 599px) {
      .about-01 h3.title span {
        font-size: 5.3333333333vw; } }
.about-01 .flex {
  padding-left: 20%; }
  @media only screen and (max-width: 599px) {
    .about-01 .flex {
      padding-left: 6.6666666667vw; } }
.about-01 .flex-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 8rem;
  flex-direction: row-reverse;
  justify-content: space-between; }
  @media only screen and (max-width: 599px) {
    .about-01 .flex-box {
      margin-top: 4rem;
      display: block; } }
.about-01 .img {
  width: 55%; }
  @media only screen and (max-width: 599px) {
    .about-01 .img {
      width: 100%; } }
  .about-01 .img img {
    width: 100%; }
.about-01 .caption {
  margin-top: 3rem;
  width: 40%; }
  @media only screen and (max-width: 599px) {
    .about-01 .caption {
      width: 100%;
      padding-right: 1rem;
      margin-top: 2rem; } }
  .about-01 .caption .title {
    color: #025527;
    font-size: 2.4rem;
    margin-bottom: 3rem;
    text-align: left;
    font-family: "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    font-weight: bold; }
    @media only screen and (max-width: 599px) {
      .about-01 .caption .title {
        font-size: 5.3333333333vw;
        margin-bottom: 2rem; } }
  .about-01 .caption small {
    color: #025527;
    font-family: 'EB Garamond', serif;
    font-size: 1.6rem; }
    @media only screen and (max-width: 599px) {
      .about-01 .caption small {
        font-size: 4.2666666667vw; } }
    .about-01 .caption small:after {
      background-color: #025527;
      display: inline-block;
      vertical-align: middle;
      content: '';
      width: 64px;
      height: 1px;
      margin-left: 2rem; }
  .about-01 .caption .text {
    font-size: 1.5rem;
    line-height: 2; }
    @media only screen and (max-width: 599px) {
      .about-01 .caption .text {
        font-size: 3.7333333333vw; } }

.about-02 {
  background-color: #F7F7F7; }
  .about-02 .container {
    max-width: 1366px;
    padding: 15rem 0;
    padding-right: 6.6666666667vw;
    position: relative; }
    @media only screen and (max-width: 599px) {
      .about-02 .container {
        padding: 14rem 0; } }
  .about-02 .section-title {
    position: absolute;
    left: 20%;
    text-align: left;
    z-index: 1; }
    @media only screen and (max-width: 599px) {
      .about-02 .section-title {
        text-align: center;
        position: static; } }
    .about-02 .section-title:after {
      display: none; }
      @media only screen and (max-width: 599px) {
        .about-02 .section-title:after {
          display: block; } }
    .about-02 .section-title span:after {
      background-color: #025527;
      content: '';
      display: inline-block;
      vertical-align: super;
      width: 40px;
      height: 1px;
      margin-left: 2rem; }
      @media only screen and (max-width: 599px) {
        .about-02 .section-title span:after {
          display: none; } }
  .about-02 .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%; }
    @media only screen and (max-width: 599px) {
      .about-02 .flex {
        display: block; } }
  .about-02 table {
    width: 50%; }
    @media only screen and (max-width: 599px) {
      .about-02 table {
        width: 100%;
        padding: 0 6.6666666667vw; } }
    .about-02 table tr:first-child th, .about-02 table tr:first-child td {
      border-top: 1px solid #E2E2E2; }
    .about-02 table th {
      color: #025527; }
    .about-02 table th,
    .about-02 table td {
      border-bottom: 1px solid #E2E2E2;
      font-size: 1.5rem;
      padding: 3rem; }
      @media only screen and (max-width: 599px) {
        .about-02 table th,
        .about-02 table td {
          font-size: 3.7333333333vw;
          padding: 2rem 1rem; } }
  .about-02 .map {
    width: 40%;
    position: relative;
    margin-top: 16rem; }
    @media only screen and (max-width: 599px) {
      .about-02 .map {
        width: 100%;
        height: 400px;
        margin-top: 3rem; } }
    .about-02 .map iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      vertical-align: middle; }

.about-03 .container {
  max-width: 1366px;
  margin: auto;
  position: relative;
  padding: 15rem 0;
  padding-left: 19%;
  padding-right: 6.6666666667vw; }
  @media only screen and (max-width: 599px) {
    .about-03 .container {
      padding: 14rem 0;
      padding-left: 6.6666666667vw; } }
.about-03 .lead {
  text-align: center;
  margin-bottom: 6rem;
  line-height: 2; }
  @media only screen and (max-width: 599px) {
    .about-03 .lead {
      font-size: 3.7333333333vw;
      margin-bottom: 4rem; } }
.about-03 .step-list__box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 599px) {
    .about-03 .step-list__box {
      padding-bottom: 3rem; } }
  .about-03 .step-list__box:after {
    background-color: #E2E2E2;
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    left: 25px;
    bottom: -50%;
    z-index: -1; }
    @media only screen and (max-width: 599px) {
      .about-03 .step-list__box:after {
        bottom: -20%; } }
  .about-03 .step-list__box:last-child {
    padding-bottom: 0; }
    .about-03 .step-list__box:last-child:after {
      display: none; }
  .about-03 .step-list__box .step-no {
    background-color: #fff;
    color: #025527;
    font-family: 'EB Garamond', serif;
    font-size: 1.6rem;
    width: 90px;
    white-space: nowrap;
    padding: 1rem 0; }
    @media only screen and (max-width: 599px) {
      .about-03 .step-list__box .step-no {
        font-size: 3.7333333333vw; } }
  .about-03 .step-list__box i {
    background-color: #F7F7F7;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 599px) {
      .about-03 .step-list__box i {
        width: 80px;
        height: 80px; } }
    @media only screen and (max-width: 599px) {
      .about-03 .step-list__box i img {
        width: 40px;
        height: auto; } }
  .about-03 .step-list__box .caption {
    width: calc(100% - 180px);
    padding-left: 3rem; }
    @media only screen and (max-width: 599px) {
      .about-03 .step-list__box .caption {
        width: 100%;
        padding-left: 90px; } }
    .about-03 .step-list__box .caption .title {
      color: #025527;
      font-size: 2.4rem;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 599px) {
        .about-03 .step-list__box .caption .title {
          margin-top: 2rem;
          font-size: 5.3333333333vw; } }
    .about-03 .step-list__box .caption .text {
      font-size: 1.5rem;
      line-height: 2; }
      @media only screen and (max-width: 599px) {
        .about-03 .step-list__box .caption .text {
          font-size: 3.7333333333vw; } }

.about-04 {
  background-color: #F7F7F7; }
  .about-04 .container {
    max-width: 1366px;
    padding: 15rem 0;
    margin: auto;
    padding-left: 19%;
    padding-right: 6.6666666667vw; }
    @media only screen and (max-width: 599px) {
      .about-04 .container {
        padding: 14rem 6.6666666667vw; } }
  .about-04 .staff-list__box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 10rem; }
    @media only screen and (max-width: 599px) {
      .about-04 .staff-list__box {
        display: block; } }
    .about-04 .staff-list__box:first-child {
      margin-top: 0; }
  .about-04 .img-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 35%; }
    @media only screen and (max-width: 599px) {
      .about-04 .img-box {
        width: 80%;
        margin-bottom: 2rem; } }
    .about-04 .img-box .name {
      text-align: left;
      font-size: 1.8rem;
      padding-right: 10%;
      writing-mode: vertical-rl;
      font-feature-settings: normal; }
      @media only screen and (max-width: 599px) {
        .about-04 .img-box .name {
          font-size: 4.2666666667vw; } }
      .about-04 .img-box .name:before {
        content: '';
        display: inline-block;
        width: 23px;
        height: 1px;
        background-color: #000;
        margin-bottom: 2rem; }
      .about-04 .img-box .name:after {
        content: '';
        display: inline-block;
        width: 23px;
        height: 1px;
        background-color: #000;
        margin-top: 2rem; }
    .about-04 .img-box .img {
      width: 100%; }
      .about-04 .img-box .img img {
        width: 100%; }
  .about-04 .caption {
    width: 58%; }
    @media only screen and (max-width: 599px) {
      .about-04 .caption {
        width: 100%; } }
    .about-04 .caption .title {
      color: #025527;
      font-size: 1.8rem;
      margin-bottom: 1rem;
      font-family: "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
      font-weight: bold; }
      @media only screen and (max-width: 599px) {
        .about-04 .caption .title {
          font-size: 4.2666666667vw; } }
    .about-04 .caption .text {
      font-size: 1.5rem;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 599px) {
        .about-04 .caption .text {
          font-size: 3.7333333333vw;
          margin-bottom: 2rem; } }

.works-meta {
  background-color: #025527;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px; }
  .works-meta li {
    color: #fff;
    font-size: 14px; }
    .works-meta li:nth-child(2) {
      margin-left: 5px; }
      .works-meta li:nth-child(2):before {
        content: " / "; }

.single-works #entry-header h1 {
  font-size: 2rem; }

#entry-content #container .works-slider li,
#entry-content #container .works-slider-nav li {
  margin: 0 !important; }
#entry-content #container .works-slider img,
#entry-content #container .works-slider-nav img {
  width: 100%; }
#entry-content #container .works-slider li {
  background: #f7f7f7;
  padding-top: 55%;
  position: relative; }
#entry-content #container .works-slider img {
  width: 100%;
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
#entry-content #container .works-slider-nav .slick-slide li {
  position: relative; }
  #entry-content #container .works-slider-nav .slick-slide li:after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
#entry-content #container .works-slider-nav .slick-slide.slick-current li:after {
  content: none; }
#entry-content #container .works-details {
  display: flex;
  justify-content: space-between;
  margin: 8rem 0 !important; }
  @media only screen and (max-width: 599px) {
    #entry-content #container .works-details {
      display: block;
      margin: 4rem 0 !important; } }
#entry-content #container .works-detail-01 {
  width: 68%; }
  #entry-content #container .works-detail-01 h2 {
    font-size: 2rem;
    margin-top: 2.25rem;
    padding: 1em 0;
    position: relative; }
    #entry-content #container .works-detail-01 h2:before {
      background-color: #025527;
      content: "";
      display: block;
      width: 16px;
      height: 1px;
      position: absolute;
      top: 0;
      left: 0;
      margin: auto; }
    #entry-content #container .works-detail-01 h2:after {
      background-color: #025527;
      content: "";
      display: block;
      width: 16px;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      margin: auto; }
  #entry-content #container .works-detail-01 h3 {
    color: #025527;
    font-size: 2rem;
    margin-top: 2.25rem; }
  #entry-content #container .works-detail-01 h4 {
    font-size: 2rem;
    margin-top: 2.25rem; }
  #entry-content #container .works-detail-01 h5 {
    font-size: 1.8rem;
    color: #025527;
    margin-top: 2.25rem; }
  #entry-content #container .works-detail-01 h6 {
    font-size: 1.8rem;
    margin-top: 2.25rem; }
  #entry-content #container .works-detail-01 em {
    font-size: 1em; }
  #entry-content #container .works-detail-01 strong {
    font-size: 1em; }
  #entry-content #container .works-detail-01 p {
    margin-top: 2.25rem; }
  #entry-content #container .works-detail-01 p.aligncenter {
    text-align: center;
    margin: auto; }
  #entry-content #container .works-detail-01 p.alignleft {
    text-align: left;
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem; }
  #entry-content #container .works-detail-01 p.alignright {
    text-align: right;
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem; }
  @media only screen and (max-width: 1024px) {
    #entry-content #container .works-detail-01 {
      width: 52%; } }
  @media only screen and (max-width: 599px) {
    #entry-content #container .works-detail-01 {
      width: 100%; } }
#entry-content #container .works-detail-02 {
  width: 28%;
  margin-top: 2.25rem; }
  #entry-content #container .works-detail-02 dl {
    display: flex;
    margin-bottom: .5rem; }
  #entry-content #container .works-detail-02 dt {
    color: #025527;
    width: 100px; }
  #entry-content #container .works-detail-02 dd {
    width: calc(100% - 100px); }
  @media only screen and (max-width: 1024px) {
    #entry-content #container .works-detail-02 {
      width: 44%; } }
  @media only screen and (max-width: 599px) {
    #entry-content #container .works-detail-02 {
      width: 100%; } }
#entry-content #container .voice {
  background-color: #F7F7F7;
  display: flex;
  justify-content: space-between;
  padding: 4rem 3rem; }
  @media only screen and (max-width: 1024px) {
    #entry-content #container .voice {
      display: block; } }
  @media only screen and (max-width: 599px) {
    #entry-content #container .voice {
      padding: 4rem 1.5rem; } }
  #entry-content #container .voice + #share-button {
    border: none; }
    @media only screen and (max-width: 599px) {
      #entry-content #container .voice + #share-button {
        margin-top: 0; } }
  #entry-content #container .voice .left-contents {
    width: 25%; }
    @media only screen and (max-width: 1024px) {
      #entry-content #container .voice .left-contents {
        width: 100%; } }
  #entry-content #container .voice .label {
    color: #025527; }
  #entry-content #container .voice h2 {
    position: relative; }
    #entry-content #container .voice h2:after {
      background-color: #025527;
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 185px;
      margin: auto; }
      @media only screen and (max-width: 1024px) {
        #entry-content #container .voice h2:after {
          left: 25%; } }
      @media only screen and (max-width: 599px) {
        #entry-content #container .voice h2:after {
          left: 140px; } }
  #entry-content #container .voice .right-contents {
    width: 73%; }
    @media only screen and (max-width: 1024px) {
      #entry-content #container .voice .right-contents {
        width: 100%; } }
  #entry-content #container .voice dl {
    margin-top: 2.25rem; }
  #entry-content #container .voice dt {
    color: #025527;
    font-size: 2rem;
    margin-top: 2.25rem; }
  #entry-content #container .voice dd {
    margin-top: 2.25rem; }
    #entry-content #container .voice dd img {
      width: 100%; }

#contents #archive-works .container {
  max-width: 1120px;
  width: 90%;
  margin: 6rem auto; }
  @media only screen and (max-width: 599px) {
    #contents #archive-works .container {
      margin: 3rem auto; } }
#contents #archive-works .works_catlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  #contents #archive-works .works_catlist p {
    color: #025527;
    padding-right: 35px;
    position: relative;
    width: 150px; }
    #contents #archive-works .works_catlist p:after {
      background-color: #E2E2E2;
      content: "";
      display: block;
      width: 30px;
      height: 1px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto; }
  #contents #archive-works .works_catlist ul {
    text-align: right; }
    #contents #archive-works .works_catlist ul li {
      display: inline-block;
      margin-left: 1rem; }
      #contents #archive-works .works_catlist ul li a {
        display: block;
        color: #1A1A1A;
        font-size: 1.4rem;
        padding: 0;
        text-align: center; }
        #contents #archive-works .works_catlist ul li a:before {
          content: "#"; }
        #contents #archive-works .works_catlist ul li a:hover {
          text-decoration: none; }
        @media only screen and (max-width: 1024px) {
          #contents #archive-works .works_catlist ul li a {
            font-size: 1.3rem; } }
        @media only screen and (max-width: 599px) {
          #contents #archive-works .works_catlist ul li a {
            font-size: 1.2rem;
            padding: 3px 0; } }
#contents #archive-works .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 7rem; }
  @media only screen and (max-width: 599px) {
    #contents #archive-works .list {
      margin-top: 4rem; } }
  #contents #archive-works .list a {
    width: 33.333%;
    border-left: 1px solid #fff;
    text-decoration: none;
    margin-bottom: 6rem; }
    @media only screen and (max-width: 599px) {
      #contents #archive-works .list a {
        width: 50%;
        margin-bottom: 4rem; } }
    #contents #archive-works .list a .bgextend {
      width: 100%;
      padding: 0;
      overflow: hidden;
      margin: 0; }
      #contents #archive-works .list a .bgextend:before {
        background: #025527; }
    #contents #archive-works .list a .img {
      background-image: url(../images/home/04@2x.jpg);
      background-size: cover;
      padding-top: 60%;
      width: 100%;
      display: block;
      transition: 1s; }
    #contents #archive-works .list a .thumbnail-wrapper {
      position: relative; }
      #contents #archive-works .list a .thumbnail-wrapper .works-meta {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2; }
    #contents #archive-works .list a time {
      display: block;
      margin-top: 1rem;
      color: #025527;
      font-size: 1.5rem; }
      @media only screen and (max-width: 599px) {
        #contents #archive-works .list a time {
          display: block;
          font-size: 3.7333333333vw; } }
    #contents #archive-works .list a .title {
      color: #000;
      font-size: 1.8rem;
      margin-right: 1rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
      @media only screen and (max-width: 599px) {
        #contents #archive-works .list a .title {
          font-size: 4vw;
          margin-top: 1rem; } }
    @media only screen and (max-width: 599px) {
      #contents #archive-works .list a .cat {
        margin-top: 1rem; } }
    #contents #archive-works .list a .cat span {
      display: inline-block;
      color: #AAA;
      font-size: 1.5rem;
      margin-right: 3rem; }
      @media only screen and (max-width: 599px) {
        #contents #archive-works .list a .cat span {
          margin-right: 1rem;
          font-size: 3.7333333333vw; } }
    #contents #archive-works .list a:after {
      content: '';
      width: 0;
      height: 3px;
      transition: 1s;
      background: #025527;
      display: block; }
      @media only screen and (max-width: 599px) {
        #contents #archive-works .list a:after {
          display: none; } }
    #contents #archive-works .list a:hover:after {
      width: 100%; }
    #contents #archive-works .list a:hover .img {
      transform: scale(1.1); }
      @media only screen and (max-width: 599px) {
        #contents #archive-works .list a:hover .img {
          transform: scale(1); } }

#entry-content #container #share-button {
  border-top: 1px solid #E2E2E2;
  margin: 5rem 0 0;
  padding-top: 4rem; }
  #entry-content #container #share-button p {
    color: #025527;
    text-align: center;
    margin-bottom: 1em; }
  #entry-content #container #share-button .sns-list {
    background-color: #F7F7F7;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #entry-content #container #share-button .sns-list li {
      list-style: none;
      margin: 2rem 10px;
      width: 50px; }
      @media only screen and (max-width: 599px) {
        #entry-content #container #share-button .sns-list li {
          width: 40px; } }
    #entry-content #container #share-button .sns-list a {
      display: block; }

/*# sourceMappingURL=style.css.map */
