@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*!
global > font
------------------------------
*/
:root {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

/*!
global > color
------------------------------
*/
:root {
  --color-base: #222;
  --color-link: #222;
  --color-link-hover: #898d8a;
  --color-link-2nd: #00913a;
  --color-link-2nd-hover: #8dc21f;
  --color-btn: #00913a;
  --color-btn-hover: #8dc21f;
  --color-btn02: #0068a3;
  --color-btn02-hover: #3386b5;
  --color-btn03: #8b6c4b;
  --color-btn03-hover: #a2896f;
  --color-box: rgb(241, 243, 254);
  --color-accent-1: #a17221;
  --color-accent-2: #597765;
  --color-accent-3: #597765;
  --color-accent-4: #d1e5d9;
  --color-accent-5: #8f9285;
  --color-white: #ffffff;
  --color-red: #c63732;
  --color-black: #000000;
  --color-gray: #919191;
  --color-gray-2: #faf9f9;
  --color-gray-3: #dfdfdf;
  --color-gray-4: #aaa;
  --color-gray-5: #f2f2f2;
  --color-bg-base: #f0f0e7;
  --color-bg-accent-1: #f7f7f3;
  --color-bg-accent-2: #b2dec4;
  --color-bg-accent-3: #142939;
  --color-bg-accent-4: #001d50;
  --color-bg-accent-5: #f0f1f6;
}

/*!
global > letter-spacing
------------------------------
*/
:root,
body {
  --padding-xxs: 30px;
  --margin-xxs: 30px;
  --padding-xs: 62px;
  --margin-xs: 62px;
  --padding-sm: 76px;
  --margin-sm: 76px;
  --padding-md: 100px;
  --margin-md: 100px;
  --padding-lg: 120px;
  --margin-lg: 120px;
  --padding-xl: 146px;
  --margin-xl: 146px;
  --padding-xxl: 152px;
  --margin-xxl: 152px;
  --padding-side: 40px;
  --margin-side: 40px;
}

@media (max-width: 767px) {
  :root,
  body {
    --padding-xxs: 24px;
    --padding-xs: 48px;
    --padding-sm: 62px;
    --padding-md: 76px;
    --padding-lg: 100px;
    --padding-xl: 120px;
    --padding-xxl: 146px;
    --padding-side: 32px;
    --margin-xxs: 24px;
    --margin-xs: 48px;
    --margin-sm: 62px;
    --margin-md: 76px;
    --margin-lg: 100px;
    --margin-xl: 120px;
    --margin-xxl: 146px;
    --margin-side: 32px;
  }
}
@media (max-width: 575.98px) {
  :root,
  body {
    --padding-xxs: 16px;
    --padding-xs: 34px;
    --padding-sm: 46px;
    --padding-md: 50px;
    --padding-lg: 62px;
    --padding-xl: 86px;
    --padding-xxl: 86px;
    --padding-side: 20px;
    --margin-xxs: 16px;
    --margin-xs: 34px;
    --margin-sm: 46px;
    --margin-md: 50px;
    --margin-lg: 62px;
    --margin-xl: 86px;
    --margin-xxl: 86px;
    --margin-side: 20px;
  }
}
@media (max-width: 375px) {
  :root,
  body {
    --padding-xxs: 8px;
    --padding-xs: 18px;
    --padding-sm: 24px;
    --padding-md: 26px;
    --padding-lg: 32px;
    --padding-xl: 43px;
    --padding-xxl: 48px;
    --padding-side: 16px;
    --margin-xxs: 8px;
    --margin-xs: 18px;
    --margin-sm: 24px;
    --margin-md: 26px;
    --margin-lg: 32px;
    --margin-xl: 43px;
    --margin-xxl: 48px;
    --margin-side: 16px;
  }
}
/*!
foundation > base
------------------------------
*/
/*!
foundation > motion
------------------------------
*/
/*動き*/
/*--------------------------------------*
  * object
  *--------------------------------------*/
/*!
foundation > c-wordpress
WordPress用
------------------------------
*/
/*幅広と全幅*/
.alignwide {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.alignfull {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
}

/*404*/
.search_box {
  margin-top: 2em;
}

/*カレンダー*/
#wp-calendar {
  border: 1px solid #ddd;
  empty-cells: show;
  font-size: 14px;
  margin: 0;
  width: 90%;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
  text-decoration: none;
}

#wp-calendar a:hover {
  background: #e0e6e0;
  color: #333;
}

#wp-calendar caption {
  color: #999;
  font-size: 16px;
  text-align: left;
}

#wp-calendar td {
  color: #ccc;
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  letter-spacing: normal;
  padding: 2px 0;
  text-align: center;
}

#wp-calendar td.pad:hover {
  background: #fff;
}

#wp-calendar td:hover,
#wp-calendar #today {
  background: #eee;
  color: #bbb;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}

/*!
component > _c-site-branding
------------------------------
*/
/*!
component > c-main-visual
------------------------------
*/
/*!
component > c-loop
------------------------------
*/
/*!
component > c-title_parts
------------------------------
*/
/*!
component > c-page-header
------------------------------
*/
/*!
component > c-contener_menu
------------------------------
*/
/*!
component > c-button
------------------------------
*/
/*ボタン*/
.wp-block-button .wp-block-button__link {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0em;
  line-height: 1.75;
  display: block;
  color: var(--color-white) !important;
  padding: 16px 72px;
  border-radius: 30px;
  border: 2px solid var(--color-btn);
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: var(--color-btn);
  text-decoration: none;
}
@media (max-width: 767px) {
  .wp-block-button .wp-block-button__link {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 13px 30px;
    border-radius: 30px;
    line-height: 1.5;
  }
}
@media (max-width: 575.98px) {
  .wp-block-button .wp-block-button__link {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.wp-block-button .wp-block-button__link:hover {
  color: var(--color-btn) !important;
  background-color: var(--color-white);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid var(--color-btn);
  color: var(--color-btn) !important;
  background-color: var(--color-white);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--color-white) !important;
  background-color: var(--color-btn);
}

.vk_button-color-custom a:hover,
.editor-styles-wrapper .vk_button-color-custom a:hover {
  opacity: 0.8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vk_button-color-custom .vk_button_link-type-text:hover,
.editor-styles-wrapper .vk_button-color-custom .vk_button_link-type-text:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*!
component > c-list-style
------------------------------
*/
.is-style-cautionlist {
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
  position: relative;
}
.is-style-cautionlist li {
  list-style: none;
  position: relative;
  margin-top: 0;
  margin-left: 0;
}
.is-style-cautionlist li::before {
  content: "※";
  font-weight: 900;
  position: absolute;
  left: -1.5em;
}

.is-style-cautionlist-red {
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
  position: relative;
}
.is-style-cautionlist-red li {
  list-style: none;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  color: #ff0000;
}
.is-style-cautionlist-red li::before {
  content: "※";
  font-weight: 900;
  position: absolute;
  left: -1.5em;
  color: #ff0000;
}

ul.is-style-horizontal-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-padding-start: 0.7em;
          padding-inline-start: 0.7em;
}
ul.is-style-horizontal-list li {
  margin: 0.3em 1.6em 0.3em 1.3em;
}

ol.is-style-horizontal-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-padding-start: 0.7em;
          padding-inline-start: 0.7em;
}
ol.is-style-horizontal-list li {
  margin: 0.3em 1.6em 0.3em 1.3em;
}

ul.is-style-list_none {
  list-style: none;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}
ul.is-style-list_none li {
  margin: 0.3em 3em 0.3em 0em;
}

ol.is-style-list_none {
  list-style: none;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}
ol.is-style-list_none li {
  margin: 0.3em 3em 0.3em 0em;
}

.is-style-underline_arrow_list {
  list-style: none;
}
.is-style-underline_arrow_list li {
  position: relative;
  background-image: url(asset/images/point_triangle_blue.png);
  background-position: right 24px center;
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--color-gray);
  color: var(--color-base);
  padding: 1em 2.5em 1em 0;
  cursor: pointer;
}
.is-style-underline_arrow_list li:hover {
  color: var(--color-link-hover);
  text-decoration: none;
  -webkit-animation: shake_backgroungimage 0.3s ease;
          animation: shake_backgroungimage 0.3s ease;
}
.is-style-underline_arrow_list li a {
  display: block;
  color: var(--color-base);
}
.is-style-underline_arrow_list li a:hover {
  color: var(--color-link-hover);
}

ol.is-style-underline_arrow_list {
  list-style: decimal-leading-zero;
}
ol.is-style-underline_arrow_list li {
  list-style-position: inside;
  padding: 1em 2.5em 1em 0;
}
ol.is-style-underline_arrow_list li::marker {
  color: #84b0dd;
  padding-right: 24px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
ol.is-style-underline_arrow_list li a {
  display: inline-block;
  vertical-align: top;
}
ol.is-style-underline_arrow_list li:hover::marker {
  color: #dae7f5;
}
ol.is-style-underline_arrow_list li.has_child {
  background-image: none;
}
ol.is-style-underline_arrow_list li.has_child .wp-block-list {
  list-style: none;
}
ol.is-style-underline_arrow_list li.has_child .wp-block-list li {
  position: relative;
  background-image: url(asset/images/point_triangle_blue.png);
  background-position: right 24px center;
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--color-gray);
  padding: 1em 2.5em 1em 0;
  color: var(--color-base);
  cursor: pointer;
}
ol.is-style-underline_arrow_list li.has_child .wp-block-list li:last-child {
  border-bottom: 0px none var(--color-gray);
}
ol.is-style-underline_arrow_list li.has_child .wp-block-list li:hover {
  color: var(--color-link-hover);
  text-decoration: none;
  -webkit-animation: shake_backgroungimage 0.3s ease;
          animation: shake_backgroungimage 0.3s ease;
}
ol.is-style-underline_arrow_list li.has_child .wp-block-list li a {
  display: block;
  color: var(--color-base);
}
ol.is-style-underline_arrow_list li.has_child .wp-block-list li a:hover {
  color: var(--color-link-hover);
}

.p-article .l-main-contents ul.is-style-underline_arrow_list {
  margin: 1em 0 1em;
  -webkit-padding-start: 0em;
          padding-inline-start: 0em;
}
.p-article .l-main-contents ul.is-style-underline_arrow_list li {
  line-height: 1.75;
}
.p-article .l-main-contents ul.is-style-underline_arrow_list li + li {
  margin-top: 0em;
}
.p-article .l-main-contents ol.is-style-underline_arrow_list {
  margin: 1em 0 1em;
  -webkit-padding-start: 0em;
          padding-inline-start: 0em;
}
.p-article .l-main-contents ol.is-style-underline_arrow_list li {
  line-height: 1.75;
}
.p-article .l-main-contents ol.is-style-underline_arrow_list li + li {
  margin-top: 0em;
}

/*!
component > c-breadcrumbs
------------------------------
*/
/*フォーム*/
/*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
/*!
component > c-news
------------------------------
*/
/*!
component > c-table
------------------------------
*/
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  background-color: #f1f9f4;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-no-border > table {
  border-top: 0px none #dbddde;
  border-left: 0px none #dbddde;
  line-height: 1.5;
  width: auto;
  margin: 0 auto;
  border-color: transparent;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-no-border > table th {
  font-weight: normal;
  border-right: 0px none #dbddde;
  border-bottom: 0px none #dbddde;
  background-color: transparent;
  border-color: transparent;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-no-border > table td {
  border-right: 0px none #dbddde;
  border-bottom: 0px none #dbddde;
  background-color: transparent;
  border-color: transparent;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.noborder > table {
  border-top: 0px none #dbddde;
  border-left: 0px none #dbddde;
  line-height: 1.5;
  width: auto;
  margin: 0 auto;
  border-color: transparent;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.noborder > table th {
  font-weight: normal;
  border-right: 0px none #dbddde;
  border-bottom: 0px none #dbddde;
  background-color: transparent;
  border-color: transparent;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.noborder > table td {
  border-right: 0px none #dbddde;
  border-bottom: 0px none #dbddde;
  background-color: transparent;
  border-color: transparent;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.line_table > table {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  border-color: var(--color-gray);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.line_table > table tr:first-child th {
  border-top: 1px solid var(--color-accent-1);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.line_table > table tr:first-child td {
  border-top: 1px solid var(--color-gray);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.line_table > table th {
  line-height: 1.5;
  padding: 0.8em;
  border-color: transparent;
  background-color: transparent;
  white-space: nowrap;
  vertical-align: top;
  border: 0px none transparent;
  border-bottom: 1px solid var(--color-accent-1);
  background-color: #fafcff;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.line_table > table td {
  line-height: 1.5;
  padding: 0.8em;
  border-color: transparent;
  vertical-align: top;
  border: 0px none transparent;
  border-bottom: 1px solid var(--color-gray);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.company_table > table {
  border-collapse: separate;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  border-spacing: 0 0.875rem;
  position: relative;
  border-color: transparent;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.company_table > table th {
  padding: 0.8rem;
  line-height: 1.5;
  border-color: transparent;
  background-color: transparent;
  white-space: nowrap;
  vertical-align: top;
  border: 0px none transparent;
  background: var(--color-bg-accent-2);
  color: var(--color-accent-2);
  border-radius: 0.1875rem 0 0 0.1875rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.company_table > table td {
  padding: 0.8rem;
  line-height: 1.5;
  border-color: transparent;
  vertical-align: top;
  border: 0px none transparent;
  background: var(--color-bg-base);
  border-radius: 0 0.1875rem 0.1875rem 0;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.recruit_table > table {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  border-color: var(--color-gray);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.recruit_table > table tr:first-child th {
  border-top: 1px solid var(--color-accent-1);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.recruit_table > table tr:first-child td {
  border-top: 1px solid var(--color-gray);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.recruit_table > table th {
  line-height: 1.5;
  padding: 1.5em;
  border-color: transparent;
  background-color: transparent;
  white-space: nowrap;
  vertical-align: top;
  border: 0px none transparent;
  border-bottom: 1px solid var(--color-accent-1);
  background-color: #f1f9f4;
}
@media (max-width: 767px) {
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.recruit_table > table th {
    padding: 0.8em 1.5em;
  }
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.recruit_table > table td {
  line-height: 1.5;
  padding: 1.5em;
  border-color: transparent;
  vertical-align: top;
  border: 0px none transparent;
  border-bottom: 1px solid var(--color-gray);
}

/*!
component > c-search
------------------------------
*/
/*!
utility > utility
------------------------------
*/
@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.not_pc {
  display: none;
}
@media (max-width: 767px) {
  .not_pc {
    display: block;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 575.98px) {
  .sp_only {
    display: block;
  }
}

.tab_only {
  display: none;
}
@media (max-width: 767px) {
  .tab_only {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .tab_only {
    display: none;
  }
}

.u-ptb {
  padding: 64px 0 !important;
}

.wp-block-image figcaption {
  font-size: 15px;
  font-size: 1.5rem;
}
.wp-block-image :where(figcaption) {
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

.p-article .l-main-contents .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  padding: 0.2em;
  line-height: 1.35;
}

:root {
  --wp--preset--font-size--small: 15px;
  --wp--preset--font-size--medium: 24px;
  --wp--preset--font-size--large: 32px;
  --wp--preset--font-size--x-large: 40px;
}
@media (max-width: 767px) {
  :root {
    --wp--preset--font-size--small: 14px;
    --wp--preset--font-size--medium: 22px;
    --wp--preset--font-size--large: 28px;
    --wp--preset--font-size--x-large: 36px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 26px;
    --wp--preset--font-size--x-large: 32px;
  }
}

.p-article .l-main-contents .is-style-vk-group-alert-info {
  background-color: #e6eff8;
  color: var(--color-base);
  border-radius: 0px;
  border: 1px solid #b5d0ea;
  padding: 1em;
}
.p-article .l-main-contents .is-style-vk-group-alert-info ul {
  padding-left: 1em;
}
.p-article .l-main-contents .is-style-vk-group-alert-success {
  background: #d9e9df;
  color: var(--color-base);
  border: 1px solid #528767;
  border-radius: 0px;
  padding: 1em;
}
.p-article .l-main-contents .is-style-vk-group-alert-success ul {
  padding-left: 1em;
}
.p-article .l-main-contents .is-style-vk-group-alert-warning {
  background-color: transparent;
  color: #ab2800;
  border: 1px solid #ab2800;
  padding: 1em;
}
.p-article .l-main-contents .is-style-vk-group-alert-warning ul {
  padding-left: 1em;
}
.p-article .l-main-contents .is-style-vk-group-alert-danger {
  background-color: #fef1e5;
  color: #f67000;
  border: 1px solid #fab780;
  padding: 1em;
}
.p-article .l-main-contents .is-style-vk-group-alert-danger ul {
  padding-left: 1em;
}
.p-article .l-main-contents ul.is-style-vk-arrow-mark li::before,
.p-article .l-main-contents ul.is-style-vk-triangle-mark li::before,
.p-article .l-main-contents ul.is-style-vk-check-mark li::before,
.p-article .l-main-contents ul.is-style-vk-check-circle-mark li::before,
.p-article .l-main-contents ul.is-style-vk-check-square-mark li::before,
.p-article .l-main-contents ul.is-style-vk-handpoint-mark li::before,
.p-article .l-main-contents ul.is-style-vk-pencil-mark li::before,
.p-article .l-main-contents ul.is-style-vk-smile-mark li::before,
.p-article .l-main-contents ul.is-style-vk-frown-mark li::before,
.p-article .l-main-contents ol.is-style-vk-arrow-mark li::before,
.p-article .l-main-contents ol.is-style-vk-triangle-mark li::before,
.p-article .l-main-contents ol.is-style-vk-check-mark li::before,
.p-article .l-main-contents ol.is-style-vk-check-circle-mark li::before,
.p-article .l-main-contents ol.is-style-vk-check-square-mark li::before,
.p-article .l-main-contents ol.is-style-vk-handpoint-mark li::before,
.p-article .l-main-contents ol.is-style-vk-pencil-mark li::before,
.p-article .l-main-contents ol.is-style-vk-smile-mark li::before,
.p-article .l-main-contents ol.is-style-vk-frown-mark li::before {
  color: var(--color-accent-1);
}
.p-article .l-main-contents ul.is-style-vk-numbered-circle-mark li::before,
.p-article .l-main-contents ul.is-style-vk-numbered-square-mark li::before,
.p-article .l-main-contents ol.is-style-vk-numbered-circle-mark li::before,
.p-article .l-main-contents ol.is-style-vk-numbered-square-mark li::before {
  background: var(--color-accent-1);
  color: var(--color-white);
}
.p-article .l-main-contents .is-style-vk-heading-background_fill_lightgray {
  background-color: var(--color-accent-3);
}
.p-article .l-main-contents .is-style-vk-heading-double_black,
.p-article .l-main-contents .editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-double_black,
.p-article .l-main-contents .is-style-vk-heading-double_bottomborder_black,
.p-article .l-main-contents .editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-double_bottomborder_black,
.p-article .l-main-contents .is-style-vk-heading-solid_black,
.p-article .l-main-contents .editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-solid_black,
.p-article .l-main-contents .is-style-vk-heading-solid_bottomborder_black,
.p-article .l-main-contents .editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-solid_bottomborder_black,
.p-article .l-main-contents .is-style-vk-heading-dotted_bottomborder_black,
.p-article .l-main-contents .editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-dotted_bottomborder_black,
.p-article .l-main-contents .is-style-vk-heading-both_ends::before,
.p-article .l-main-contents .is-style-vk-heading-both_ends::after,
.p-article .l-main-contents .editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-both_ends::before,
.p-article .l-main-contents .editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-both_ends::after,
.p-article .l-main-contents .is-style-vk-heading-both_ends::before,
.p-article .l-main-contents .is-style-vk-heading-both_ends::after,
.p-article .l-main-contents .editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-both_ends::before,
.p-article .l-main-contents .editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-both_ends::after,
.p-article .l-main-contents .is-style-vk-heading-brackets_black::before,
.p-article .l-main-contents .editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-brackets_black::before,
.p-article .l-main-contents .is-style-vk-heading-brackets_black::after,
.p-article .l-main-contents .editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-brackets_black::after {
  border-color: var(--color-accent-1);
}

.l-main-contents .wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.l-main-contents .wp-block-table.is-style-stripes table tbody th {
  line-height: 1.75;
  padding: 0.5em;
  border-color: transparent;
  background-color: var(--color-bg-accent-1);
}
.l-main-contents .wp-block-table.is-style-stripes table tbody td {
  line-height: 1.5;
  padding: 0.5em;
  border-color: transparent;
}
.l-main-contents .wp-block-table.is-style-vk-table-border-stripes table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.l-main-contents .wp-block-table.is-style-vk-table-border-stripes table tbody th {
  line-height: 1.75;
  padding: 0.5em;
  border-color: var(--color-gray);
  background-color: var(--color-bg-accent-1);
}
.l-main-contents .wp-block-table.is-style-vk-table-border-stripes table tbody td {
  line-height: 1.5;
  padding: 0.5em;
  border-color: var(--color-gray);
}

/*!
project > p-main-nav
------------------------------
*/
/*グローバルメニュー*/
/*!
project > p-sub-menu
------------------------------

/*ドロップダウンメニュー*/
/*!
project > _p-gnav.scss
------------------------------
*/
/*グローバルサブメニュー*/
/*!
project > _p-drawer
------------------------------
*/
/*ハンバーガーメニュー用*/
/* Wrapper */
/*!
 > project > p-section
------------------------------
*/
/*!
project > p-contact
------------------------------
*/
/*!
project > _p-footer
------------------------------
*/
/*!
project > _p-top
------------------------------
*/
/*!
 > project > p-article
------------------------------
*/
.p-article .l-main-contents .wp-block-button a {
  color: unset;
}
.p-article .l-main-contents .wp-block-heading.is-style-vk-heading-plain {
  font-weight: normal;
  border: 0px none transparent;
  padding: 0;
  color: inherit;
  letter-spacing: 0.05em;
  line-height: 1.75;
  background-image: none;
}
.p-article .l-main-contents .wp-block-heading.is-style-vk-heading-plain::before {
  display: none;
}
.p-article .l-main-contents .wp-block-heading.is-style-vk-heading-plain::after {
  display: none;
}
.p-article .l-main-contents .wp-block-heading.is-style-text-shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.p-article .l-main-contents .wp-block-heading.is-style-vk-heading-background_fill_lightgray {
  background-color: var(--color-bg-accent-1);
  padding: 10px;
  border-radius: 5px;
  border: 0px none transparent;
  color: inherit;
  letter-spacing: 0.05em;
}
.p-article .l-main-contents .wp-block-heading.is-style-solid_black {
  background-color: var(--color-accent-1);
  color: white;
  padding: 10px;
  border-radius: 5px;
  border: 0px none transparent;
  letter-spacing: 0.05em;
}
.p-article .l-main-contents .wp-block-heading.is-style-vk-heading-solid_black {
  background-color: var(--color-accent-1);
  color: white;
  padding: 10px;
  border-radius: 5px;
  border: 0px none transparent;
  letter-spacing: 0.05em;
}
.p-article .l-main-contents .wp-block-heading.is-style-left_line {
  padding: 0.2em 0.5em;
  border: 0px none transparent;
  border-left: 5px solid var(--color-accent-1);
  color: var(--color-base);
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.p-article .l-main-contents .wp-block-heading.is-style-vk-heading-solid_bottomborder_black {
  border: 0px none transparent;
  padding: 0;
  color: inherit;
  border-bottom: 2px solid var(--color-accent-1);
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}
.p-article .l-main-contents h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: var(--color-base);
  text-align: center;
  padding: 0;
  margin-top: var(--margin-xs);
  margin-bottom: var(--margin-xs);
  position: relative;
}
.p-article .l-main-contents h2.is-style-solid_black::before, .p-article .l-main-contents h2.is-style-left_line::before, .p-article .l-main-contents h2.is-style-vk-heading-background_fill_lightgray::before, .p-article .l-main-contents h2.is-style-vk-heading-double_black::before, .p-article .l-main-contents h2.is-style-vk-heading-solid_black::before, .p-article .l-main-contents h2.is-style-vk-heading-solid_bottomborder_black::before {
  display: none;
}
.p-article .l-main-contents h2.is-style-solid_black::after, .p-article .l-main-contents h2.is-style-left_line::after, .p-article .l-main-contents h2.is-style-vk-heading-background_fill_lightgray::after, .p-article .l-main-contents h2.is-style-vk-heading-double_black::after, .p-article .l-main-contents h2.is-style-vk-heading-solid_black::after, .p-article .l-main-contents h2.is-style-vk-heading-solid_bottomborder_black::after {
  display: none;
}
@media (max-width: 767px) {
  .p-article .l-main-contents h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 575.98px) {
  .p-article .l-main-contents h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 375px) {
  .p-article .l-main-contents h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-article .l-main-contents h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.35;
  color: var(--color-accent-1);
  margin: var(--margin-xs) auto var(--margin-xs);
}
@media (max-width: 767px) {
  .p-article .l-main-contents h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .p-article .l-main-contents h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 375px) {
  .p-article .l-main-contents h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-article .l-main-contents h3.is-style-vk-heading-brackets_black {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
}
.p-article .l-main-contents h3.is-style-vk-heading-brackets_black::before {
  content: "";
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
  display: inline-block;
  margin-left: 0;
  border-top: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  background: unset;
  border-left: solid 2px currentColor;
  left: 0;
}
.p-article .l-main-contents h3.is-style-vk-heading-brackets_black::after {
  content: "";
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
  display: inline-block;
  margin-left: 0;
  border-top: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  background: unset;
  border-right: solid 2px currentColor;
  right: 0;
}
.p-article .l-main-contents h4 {
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.35;
  color: var(--color-base);
  margin-top: var(--margin-xs);
  margin-bottom: var(--margin-xs);
}
@media (max-width: 767px) {
  .p-article .l-main-contents h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .p-article .l-main-contents h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 375px) {
  .p-article .l-main-contents h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-article .l-main-contents h5 {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.35;
  color: var(--color-base);
  margin-top: var(--margin-xs);
  margin-bottom: var(--margin-xs);
}
@media (max-width: 767px) {
  .p-article .l-main-contents h5 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 575.98px) {
  .p-article .l-main-contents h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 375px) {
  .p-article .l-main-contents h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-article .l-main-contents h6 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.35;
  color: var(--color-base);
  margin-top: var(--margin-xs);
  margin-bottom: var(--margin-xs);
}
.p-article .l-main-contents p {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: var(--color-base);
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 575.98px) {
  .p-article .l-main-contents p {
    line-height: 1.5;
  }
}
.p-article .l-main-contents ul {
  margin: 1em 0 1em;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}
.p-article .l-main-contents ul li {
  line-height: 1.75;
}
.p-article .l-main-contents ul li + li {
  margin-top: 1em;
}
.p-article .l-main-contents ol {
  margin: 1em 0 1em;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}
.p-article .l-main-contents ol li {
  line-height: 1.75;
}
.p-article .l-main-contents ol li + li {
  margin-top: 1em;
}
.p-article .l-main-contents strong {
  color: inherit;
}

.p-article .l-main-contents .wp-block-separator {
  border-bottom: 1px solid #faf9f9 !important;
  margin: var(--margin-md) auto;
}
.p-article .l-main-contents .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: auto;
  max-width: 688px;
}

/*!
 > project > p-etc
------------------------------
*/
.page-blog .c-post section .c-post__notes p {
  margin-top: 50px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.widget_a2a_share_save_widget {
  text-align: right;
}

/* 関連記事
----------------------------------------------------------------------------- */
.yarpp-related {
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .yarpp-related {
    padding: 30px 0 0;
  }
}
.yarpp-related h3 {
  font-size: 2rem;
  line-height: 1.375;
  padding-bottom: 0.5rem !important;
  margin-bottom: 2rem !important;
  border-bottom: 3px solid #e60012;
}
@media (max-width: 767px) {
  .yarpp-related h3 {
    font-size: 1.5rem;
  }
}
.yarpp-related .yarpp-thumbnails-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5rem 1%;
}
.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: 24.25%;
  background: #faf9f9;
  height: auto;
  padding: 8px;
  margin: 0;
}
@media (max-width: 767px) {
  .yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 48.25%;
  }
}
.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail > img,
.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
  max-width: 100%;
  height: auto;
  margin: unset;
}
.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  margin: 7px 0 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
  height: 3em;
}
@media (max-width: 767px) {
  .yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    font-size: 12px;
  }
}

.crp_posts_list_widget {
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .crp_posts_list_widget {
    padding: 30px 0 0;
  }
}
.crp_posts_list_widget h2.widgettitle {
  font-size: 2rem;
  line-height: 1.375;
  padding-bottom: 0.5rem !important;
  margin-bottom: 2rem !important;
  border-bottom: 3px solid #e60012;
}
@media (max-width: 767px) {
  .crp_posts_list_widget h2.widgettitle {
    font-size: 1.5rem;
  }
}
.crp_posts_list_widget .crp_related {
  padding: 0;
}

.crp_related {
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .crp_related {
    padding: 30px 0 0;
  }
}
.crp_related h3 {
  font-size: 2rem;
  line-height: 1.375;
  padding-bottom: 0.5rem !important;
  margin-bottom: 2rem !important;
  border-bottom: 3px solid #e60012;
}
@media (max-width: 767px) {
  .crp_related h3 {
    font-size: 1.5rem;
  }
}
.crp_related .related-posts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5rem 1%;
}
.crp_related .related-posts-wrapper .related-posts {
  width: 24.25%;
  background: #faf9f9;
  height: auto;
  padding: 8px;
  margin: 0;
}
@media (max-width: 767px) {
  .crp_related .related-posts-wrapper .related-posts {
    width: 48.25%;
  }
}
.crp_related .related-posts-wrapper .related-posts a {
  height: auto;
}
.crp_related .related-posts-wrapper .related-posts > img,
.crp_related .related-posts-wrapper .yarpp-thumbnail-default {
  max-width: 100%;
  height: auto;
  margin: unset;
}
.crp_related .related-posts-wrapper .crp_title {
  margin: 7px 0 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
  height: 3em;
}
@media (max-width: 767px) {
  .crp_related .related-posts-wrapper .crp_title {
    font-size: 12px;
  }
}

/* .page-blog-column
----------------------------------------------------------------------------- */
.page-blog-column .sec-01 .sec-inner {
  padding-top: 70px;
}
.page-blog-column .writers {
  margin-bottom: 60px;
}
.page-blog-column .writers__title {
  line-height: 1;
  margin-bottom: 30px;
}
.page-blog-column .writers__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .page-blog-column .writers__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page-blog-column .writers__list .item {
  position: relative;
  width: 100%;
  max-width: 177px;
}
.page-blog-column .writers__list .item a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  padding: 20px 11%;
  color: var(--color-gray);
  background: var(--color-gray-2);
  z-index: 1;
}
.page-blog-column .writers__list .item__image {
  width: 100%;
  max-width: 100px;
  height: auto;
  margin: 0 auto 15px;
}
.page-blog-column .writers__list .item__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.page-blog-column .writers__list .item__name dt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.2rem;
}
.page-blog-column .writers__list .item__name dd {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.page-blog-column .writers__list .item__arrow {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: currentColor solid 1.5px;
  border-radius: 50%;
  margin-top: auto;
}
.page-blog-column .writers__list .item__arrow::before {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  display: block;
  content: "";
  width: 38%;
  height: 38%;
  border-right: currentColor solid 1.5px;
  border-bottom: currentColor solid 1.5px;
}
.page-blog-column .writers__list .item__button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  background: url(img/blog/column/i_info.png) center center no-repeat;
  background-size: 100% auto;
  border: none;
  border-radius: 0;
  -moz-appearance: button;
       appearance: button;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  z-index: 2;
}
.page-blog-column .writers__list .item__button::-webkit-search-decoration {
  display: none;
}
.page-blog-column .writers__list .item__button::focus {
  outline-offset: -2px;
}
.page-blog-column .writers .swiper-button-prev,
.page-blog-column .writers .swiper-button-next {
  width: 34px;
  height: 34px;
  background: none;
}
.page-blog-column .writers .swiper-button-prev::after,
.page-blog-column .writers .swiper-button-next::after {
  width: 75%;
  height: 75%;
  border-width: 2.5px;
  border-color: #222;
  border-radius: 2px;
}
.page-blog-column .profile-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #666;
}
.page-blog-column .profile-col:nth-of-type(1) {
  width: 42.68%;
}
.page-blog-column .profile-col:nth-of-type(2) {
  width: 54.87%;
}
.page-blog-column .profile__image {
  width: 100%;
  max-width: 300px;
}
.page-blog-column .profile__name {
  font-size: 3rem;
  font-weight: normal;
}
.page-blog-column .profile__title {
  font-size: 1.4rem;
  margin: 0;
}
.page-blog-column .profile__text {
  font-size: 1.2rem;
}
.page-blog-column .profile__text p,
.page-blog-column .profile__text dl {
  margin-top: 1.5em;
}
.page-blog-column .modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
}
.page-blog-column .modal__bg {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100vh;
}
.page-blog-column .modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: scroll;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.page-blog-column .modal__button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: #000;
}
.page-blog-column .modal__button::before, .page-blog-column .modal__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 2px;
  height: 50%;
  background: #fff;
  border-radius: 2px;
}
.page-blog-column .modal__button::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.page-blog-column .modal__button::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .page-blog-column .sec-01 .sec-inner {
    padding-top: 20px;
  }
  .page-blog-column .profile-row {
    display: block;
  }
  .page-blog-column .profile-col:nth-of-type(1) {
    width: 100%;
  }
  .page-blog-column .profile-col:nth-of-type(2) {
    width: 100%;
    margin-top: 1.5em;
    padding-bottom: 30px;
  }
  .page-blog-column .profile__name {
    font-size: 2.4rem;
  }
}
.page-blog-column.page-blog .c-card-list .c-card__image {
  aspect-ratio: 344/249;
}
.page-blog-column.page-blog .c-card-list .c-card__image img {
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-column-post a {
  color: var(--color-accent-1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-column-post a:hover {
  color: var(--color-link-hover);
}
.c-column-post .btn {
  position: relative;
  display: inline-block;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
  width: unset;
  height: unset;
  line-height: unset;
  border: unset;
  -webkit-transition: unset;
  transition: unset;
  font-size: 1em;
}
.c-column-post .vk_button .vk_button_link.btn,
.c-column-post .editor-styles-wrapper .vk_button .vk_button_link.btn {
  padding: 0.6em 1.5rem;
  font-size: 1em !important;
}
.c-column-post .vk_button .vk_button_link.btn-lg,
.c-column-post .editor-styles-wrapper .vk_button .vk_button_link.btn-lg {
  font-size: 1.25em !important;
}
.c-column-post .vk_button .vk_button_link.btn-sm,
.c-column-post .editor-styles-wrapper .vk_button .vk_button_link.btn-sm {
  font-size: 0.875em !important;
}

.p-article .l-main-contents p.vk_button_link_subCaption {
  font-size: unset;
  font-size: 80%;
  line-height: 1.75;
  display: block;
  overflow: hidden;
  margin: 0;
  color: unset;
  margin-top: unset;
  margin-bottom: unset;
}
@media (max-width: 575.98px) {
  .p-article .l-main-contents p.vk_button_link_subCaption {
    line-height: 1.5;
  }
}

/* .page-blog-column-detail
----------------------------------------------------------------------------- */
/*toc*/
#toc_container {
  margin: 3em auto;
}

.page-blog-column-detail .sec-00 .breadcrumb {
  position: relative;
}
.page-blog-column-detail .sec-00 .breadcrumb ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 0;
}
.page-blog-column-detail .sec-00 .img-mv {
  display: block;
  margin-top: 25px;
}
.page-blog-column-detail .c-column-post .c-post__title {
  margin-bottom: 0.5rem;
}
.page-blog-column-detail .c-column-post .tag {
  margin-top: 5px;
  color: #a17221;
}
.page-blog-column-detail .c-column-post .tag a {
  color: #a17221;
  border-bottom: 1px solid #a17221;
  margin-right: 0.5em;
}

/*ライター情報*/
.page-blog .c-post section.l-author {
  margin-bottom: 2rem;
}
.page-blog .c-post section.l-author h2 {
  font-size: 125%;
  font-weight: 700;
  margin: 46px 0 28px 0;
  padding: 0 0 5px;
  text-transform: capitalize;
  border-bottom: 3px solid #e60012;
}
.page-blog .c-post section.l-author .p-authorBox {
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 575.98px) {
  .page-blog .c-post section.l-author .p-authorBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-blog .c-post section.l-author .p-authorBox__l {
  margin-bottom: 0;
  width: 42.68%;
}
@media (max-width: 575.98px) {
  .page-blog .c-post section.l-author .p-authorBox__l {
    width: 100%;
  }
}
.page-blog .c-post section.l-author .p-authorBox__r {
  border-left: 1px solid #919191;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1.5em;
  width: 54.87%;
}
@media (max-width: 575.98px) {
  .page-blog .c-post section.l-author .p-authorBox__r {
    width: 100%;
    padding-left: 0em;
    padding-top: 1.5em;
    border-left: 0px none #919191;
    border-top: 1px solid #919191;
  }
}
.page-blog .c-post section.l-author .p-authorBox__r h3.profile__name {
  margin-top: 0;
}
.page-blog .c-post section.l-author .p-authorBox__r h3.profile__name a {
  color: #8b6c4b;
  border-bottom: 1px solid;
}
.page-blog .c-post section.l-author .p-authorBox__r p {
  margin-top: 1em;
  word-break: break-all;
}
@media (max-width: 575.98px) {
  .page-blog .c-post section.l-author .p-authorBox__r p {
    margin-top: 0.5em;
  }
}
.page-blog .c-post section.l-author .p-authorBox__more {
  margin-top: auto;
}

.page-blog .c-post section.writer-columns h2 {
  font-size: 125%;
  font-weight: 700;
  margin: 46px 0 28px 0;
  padding: 0 0 5px;
  text-transform: capitalize;
  border-bottom: 3px solid #e60012;
}
.page-blog .c-post section.writer-columns .c-card {
  width: calc(33.33% - 20px);
  max-width: 420px;
  margin: 20px 0 0 20px;
  letter-spacing: 0.08em;
}
.page-blog .c-post section.writer-columns .c-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
.page-blog .c-post section.writer-columns .c-card > a {
  position: relative;
  display: block;
  height: 100%;
  background: var(--color-gray-2);
  padding: 35px 8.333%;
}
.page-blog .c-post section.writer-columns .c-card__image {
  margin-bottom: 20px;
}
.page-blog .c-post section.writer-columns .c-card__date {
  font-size: 1.2rem;
  margin: 0 0 0.5em 0;
}
.page-blog .c-post section.writer-columns .c-card__title {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
}
.page-blog .c-post section.writer-columns .c-card__text {
  font-size: 1.2rem;
  line-height: 1.66;
  color: var(--color-gray);
  margin: 1em 0 0 0;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-blog .c-post section.writer-columns .c-card {
    width: calc(50% - 2.6vw);
    max-width: none;
    margin: 2.6vw 0 0 2.6vw;
  }
  .page-blog .c-post section.writer-columns .c-card-list {
    margin: -2.6vw 0 0 -2.6vw;
  }
  .page-blog .c-post section.writer-columns .c-card > a {
    padding: 4vw;
  }
}
@media (max-width: 540px) {
  .page-blog .c-post section.writer-columns .c-card {
    width: 100%;
    margin: 2.6vw 0 0 0;
  }
  .page-blog .c-post section.writer-columns .c-card-list {
    margin: -2.6vw 0 0 0;
  }
}

/* ---------------------------------
 ブログカード
---------------------------------*/
.linkcard {
  /*角丸*/
  /*コンテンツ内調整*/
  /*余白調整*/
  /*max幅調整*/
  /*サムネイル調整*/
  /*スマホサイズのサムネイル調整*/
  /*記事タイトル*/
  /*URL非表示調整*/
  /*抜粋文*/
  /*サイト情報*/
}
.linkcard .lkc-external-wrap,
.linkcard .lkc-thumbnail,
.linkcard .lkc-thumbnail img {
  border-radius: 0px;
}
.linkcard .lkc-content {
  overflow: visible;
  height: auto;
}
.linkcard .lkc-card {
  margin: 1.5rem 1.5rem 3rem 1.5rem;
}
.linkcard .lkc-external-wrap,
.linkcard .lkc-internal-wrap,
.linkcard .lkc-this-wrap {
  max-width: 100%;
}
.linkcard .lkc-thumbnail {
  border: 1px solid #ddd;
  margin: 0 2rem 0 1rem;
  width: 200px;
  max-width: 100%;
  max-height: 100%;
  line-height: 0;
}
@media screen and (max-width: 575.98px) {
  .linkcard .lkc-thumbnail {
    margin: 0 auto;
    float: none;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .linkcard .lkc-thumbnail img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0;
  }
}
.linkcard .lkc-title-text {
  margin-bottom: 1em;
}
.linkcard .lkc-url {
  display: none;
}
.linkcard .lkc-excerpt {
  overflow: visible;
  margin-bottom: 1em;
  width: unset;
  margin-top: 1em;
  font-size: 13px;
  line-height: 1.35;
}
.linkcard .lkc-info {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
.linkcard .lkc-info .lkc-domain {
  font-size: 14px;
}

img.img-mv {
  width: 100%;
}

@media (max-width: 968px) {
  .header ul li + li {
    margin-left: 30px;
  }
  .header .nav-wrap .nav .nav-item {
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 832px) {
  .header ul li + li {
    margin-left: 18px;
  }
}

@media (max-width: 862px) {
  .header.fixed ul li + li {
    margin-left: 22px;
  }
}

/*--------------------------------------*
  * layout
  *--------------------------------------*/
/*!
layout > l-container
------------------------------
*/
/*!
layout > l-header
------------------------------
*/
/* ヘッダーのレイアウトスタイル */
/*!
layout > l-sidebar
------------------------------
*/
/* サイドバーのレイアウトスタイル */
/*!
layout > l-main-contents
------------------------------
*/
.wp-block-table table th {
  line-height: 1.75;
  padding: 0.5em;
  border-color: var(--color-gray);
  background-color: var(--color-bg-accent-1);
}
.wp-block-table table td {
  line-height: 1.75;
  padding: 0.5em;
  border-color: var(--color-gray);
}
.wp-block-table.is-style-no-border table th {
  border-color: transparent;
}
.wp-block-table.is-style-no-border table td {
  border-color: transparent;
}

.is-style-performance.wp-block-flexible-table-block-table {
  max-width: 100%;
  margin: 0 auto;
  color: var(--color-base);
  background: none;
  border: 1px solid var(--color-accent-1); /* 線の太さ・種類・色 */
  margin: 10px; /* 外側の余白 */
  padding: 20px; /* 内側の余白 */
  position: relative;
}
.is-style-performance.wp-block-flexible-table-block-table:after {
  background: none;
  border: 1px solid var(--color-gray); /* 線の太さ・種類・色 */
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
}
.is-style-performance.wp-block-flexible-table-block-table table {
  width: unset;
  max-width: unset;
  border-collapse: collapse;
  table-layout: fixed;
}
.is-style-performance.wp-block-flexible-table-block-table table td {
  padding: 2px 0;
  vertical-align: baseline;
  border-color: transparent !important;
  background-color: transparent !important;
}
.is-style-performance.wp-block-flexible-table-block-table table td:first-child {
  font-weight: normal;
  white-space: nowrap;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.is-style-performance.wp-block-flexible-table-block-table table td:first-child strong {
  width: 100%;
  font-weight: normal;
}
.is-style-performance.wp-block-flexible-table-block-table table td:nth-child(2) {
  width: 1em;
  text-align: center;
}
.is-style-performance.wp-block-flexible-table-block-table table td:last-child {
  width: auto;
  word-break: break-word;
}

/*!
layout > l-footer
------------------------------
*/
/*-------------------
  * page
  -------------------*/
/*!
page > top > top (common)
------------------------------
*/
.top-section-text {
  margin-top: 8px;
}
.top-section-text a {
  color: var(--color-link);
}

/*!
page > top > top-section01
------------------------------
*/
/*!
page > top > top-section02
------------------------------
*/
/*!
page > top > top-section03
------------------------------
*/
/*!
page > sub > sub (common)
------------------------------
*/
.top-section-text {
  margin-top: 8px;
}
.top-section-text a {
  color: var(--color-link);
}

/*!
page > sub > sub-section01
------------------------------
*/
/*!
page > sub > sub-section02
------------------------------
*/
/*!
page > sub > sub-section03
------------------------------
*/