@charset "UTF-8";
/* ==================================================

<目次>
 1.汎用クラス
 2.パーツ
 3.ヘッダー・フッター
 4.トップページ
 5.下層ページ

=================================================== */
/* ==================================================

1.汎用クラス

================================================== */
/* margin-top */
.mt0 {
  margin-top: 0 !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt80 {
  margin-top: 80px !important;
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0 !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

/* padding */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.u-width_full {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
  max-width: none !important;
}

.u-align-content_center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.u-text_align_center {
  text-align: center !important;
}

.u-text_border_dashed {
  border-style: dashed !important;
}

@media screen and (max-width: 639px) {
  .u-text_align_left_sp {
    text-align: left !important;
  }
}
/* ==================================================

2.パーツ

================================================== */
/* CTA
---------------------------------------- */
.c-cta {
  z-index: 999;
  position: fixed;
  bottom: 10vh;
  right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-cta:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

@media (min-width: 1480px) {
  .c-cta {
    right: calc((100vw - var(--_global--container-max-width)) / 2 - 200px);
  }
}
@media (max-width: 639px) {
  .c-cta {
    right: 8px;
    bottom: 40px;
  }
  .c-cta img {
    max-width: 120px;
  }
}
/* 見出し
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3 !important;
}

/*h1*/
body:not(.home) .l-container .c-page-header {
  color: #fff !important;
  background-image: url("../img/bg_page_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: calc(var(--_padding1) - 6px);
  padding-bottom: calc(var(--_padding1) - 6px);
}
body:not(.home) .l-container .c-page-header .c-page-header__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
body:not(.home) .l-container .c-page-header .c-page-header__title::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_page_header.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 68px;
  margin-right: 0.5em;
}

/*h1*/
body:not(.home):not(.single) h1:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.c-page-header__title):not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title) {
  color: #fff !important;
  background-image: url("../img/bg_page_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: calc(var(--_padding1) - 6px);
  padding-bottom: calc(var(--_padding1) - 6px);
}
body:not(.home):not(.single) h1:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.c-page-header__title):not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title) strong {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  max-width: var(--_global--container-max-width);
  width: 100%;
  margin: auto;
}
body:not(.home):not(.single) h1:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.c-page-header__title):not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title) strong::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_page_header.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 68px;
  margin-right: 0.5em;
}

/*h2*/
h2:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title) {
  color: #215566;
  border-bottom: 1px solid #215566;
  padding-bottom: 0.3em;
}

/*h3*/
h3:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.c-entry-summary__title) {
  color: #215566;
  position: relative;
  padding-bottom: 0.5em;
}
h3:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.c-entry-summary__title)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 1.5em;
  height: 2px;
  background-color: var(--wp--preset--color--sm-sub-accent);
}

/*h4*/
h4:not(.is-style-plain) {
  color: #215566;
}

@media screen and (max-width: 639px) {
  body:not(.home) .l-container .c-page-header,
  body:not(.home):not(.single) h1:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.c-page-header__title):not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title) {
    padding-top: calc(var(--_padding1) - 24px);
    padding-bottom: calc(var(--_padding1) - 24px);
  }
}
/* 見出し：スピーカーの色変更 */
.is-style-snow-monkey-143826::before {
  background-color: currentColor;
}

.c-section_title_lines-around .smb-section__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.c-section_title_lines-around .smb-section__title::after, .c-section_title_lines-around .smb-section__title::before {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background-color: var(--wp--preset--color--sm-sub-accent);
  margin: 0;
}

.c-title_lines-right {
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.c-title_lines-right::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  display: block;
  opacity: 0.5;
}

@media screen and (min-width: 640px) {
  .c-section_title_lines-around .smb-section__title {
    white-space: nowrap;
  }
  .c-section_title_lines-around .smb-section__title::after, .c-section_title_lines-around .smb-section__title::before {
    width: 100%;
  }
}
.icon_heart,
.icon_medal,
.icon_beginner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}
.icon_heart::before,
.icon_medal::before,
.icon_beginner::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: var(--wp--preset--color--sm-sub-accent);
}

.icon_heart::before {
  mask-image: url('data:image/svg+xml;utf8,<svg height="18.382" viewBox="0 0 21.024 18.382" width="21.024" xmlns="http://www.w3.org/2000/svg"><path d="m15.63 32.172a5.09 5.09 0 0 0 -5.118 4.389 5.09 5.09 0 0 0 -5.118-4.389c-2.952-.057-5.394 2.214-5.394 6.359 0 5.321 6.019 7.779 10.135 11.754.143.138.11.135.11.135a.345.345 0 0 0 .267.132.345.345 0 0 0 .267-.132s-.034 0 .11-.135c4.111-3.974 10.135-6.432 10.135-11.754 0-4.145-2.442-6.416-5.394-6.359z" transform="translate(0 -32.171)"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg height="18.382" viewBox="0 0 21.024 18.382" width="21.024" xmlns="http://www.w3.org/2000/svg"><path d="m15.63 32.172a5.09 5.09 0 0 0 -5.118 4.389 5.09 5.09 0 0 0 -5.118-4.389c-2.952-.057-5.394 2.214-5.394 6.359 0 5.321 6.019 7.779 10.135 11.754.143.138.11.135.11.135a.345.345 0 0 0 .267.132.345.345 0 0 0 .267-.132s-.034 0 .11-.135c4.111-3.974 10.135-6.432 10.135-11.754 0-4.145-2.442-6.416-5.394-6.359z" transform="translate(0 -32.171)"/></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.icon_medal::before {
  height: 1.5em;
  mask-image: url('data:image/svg+xml;utf8,<svg height="35.952" viewBox="0 0 26 35.952" width="26" xmlns="http://www.w3.org/2000/svg"><path d="m1037.587 866.175 1.4-3.014c.144-.126.282-.254.412-.376a3.426 3.426 0 0 1 .852-.666.609.609 0 0 1 .156-.015 5.127 5.127 0 0 1 .977.165 6.438 6.438 0 0 0 1.434.216 2.393 2.393 0 0 0 1.219-.3 2.233 2.233 0 0 0 .3-.211l3.551 7.666-4.411-.132-2.753 3.45zm-7.062 3.327-4.411.132 3.549-7.664a2.373 2.373 0 0 0 .3.211 2.4 2.4 0 0 0 1.219.3 6.471 6.471 0 0 0 1.436-.216 5.125 5.125 0 0 1 .976-.164.6.6 0 0 1 .155.014 3.448 3.448 0 0 1 .855.666 4.188 4.188 0 0 0 1.984 1.239 2.082 2.082 0 0 0 .409.04 2.115 2.115 0 0 0 .41-.04l-.41.885-3.723 8.043zm5.361-7c-.625-.507-1.211-1.236-1.859-1.408a3.642 3.642 0 0 0 -1.64.139 2.747 2.747 0 0 1 -1.889.031 1.225 1.225 0 0 1 -.357-.324 4.292 4.292 0 0 1 -.562-1.319 3.669 3.669 0 0 0 -.695-1.5c-.753-.754-2.606-.687-3.143-1.616s.448-2.482.169-3.529c-.271-1.011-1.91-1.877-1.91-2.973s1.639-1.961 1.91-2.972c.279-1.047-.7-2.615-.169-3.53s2.39-.861 3.143-1.616.688-2.6 1.615-3.144a2.744 2.744 0 0 1 1.888.031 3.659 3.659 0 0 0 1.641.139c1.012-.269 1.878-1.908 2.973-1.908s1.963 1.639 2.973 1.908a3.659 3.659 0 0 0 1.641-.139 2.744 2.744 0 0 1 1.888-.031c.929.539.862 2.39 1.616 3.144s2.6.687 3.143 1.616-.448 2.483-.169 3.53c.271 1.011 1.909 1.876 1.909 2.972s-1.638 1.962-1.909 2.973c-.279 1.047.7 2.614.168 3.529s-2.389.862-3.143 1.616c-.639.639-.688 2.071-1.256 2.818a1.221 1.221 0 0 1 -.359.325 2.744 2.744 0 0 1 -1.888-.031 3.646 3.646 0 0 0 -1.641-.138.322.322 0 0 0 -.039.012c-.629.188-1.205.9-1.818 1.4a1.493 1.493 0 0 1 -2.23 0zm-7.553-12.5a8.669 8.669 0 0 0 8.166 8.652c.166.011.332.015.5.015a8.667 8.667 0 1 0 -8.667-8.667zm1.369 0a7.3 7.3 0 1 1 7.3 7.3 7.3 7.3 0 0 1 -7.302-7.302z" transform="translate(-1024 -837)"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg height="35.952" viewBox="0 0 26 35.952" width="26" xmlns="http://www.w3.org/2000/svg"><path d="m1037.587 866.175 1.4-3.014c.144-.126.282-.254.412-.376a3.426 3.426 0 0 1 .852-.666.609.609 0 0 1 .156-.015 5.127 5.127 0 0 1 .977.165 6.438 6.438 0 0 0 1.434.216 2.393 2.393 0 0 0 1.219-.3 2.233 2.233 0 0 0 .3-.211l3.551 7.666-4.411-.132-2.753 3.45zm-7.062 3.327-4.411.132 3.549-7.664a2.373 2.373 0 0 0 .3.211 2.4 2.4 0 0 0 1.219.3 6.471 6.471 0 0 0 1.436-.216 5.125 5.125 0 0 1 .976-.164.6.6 0 0 1 .155.014 3.448 3.448 0 0 1 .855.666 4.188 4.188 0 0 0 1.984 1.239 2.082 2.082 0 0 0 .409.04 2.115 2.115 0 0 0 .41-.04l-.41.885-3.723 8.043zm5.361-7c-.625-.507-1.211-1.236-1.859-1.408a3.642 3.642 0 0 0 -1.64.139 2.747 2.747 0 0 1 -1.889.031 1.225 1.225 0 0 1 -.357-.324 4.292 4.292 0 0 1 -.562-1.319 3.669 3.669 0 0 0 -.695-1.5c-.753-.754-2.606-.687-3.143-1.616s.448-2.482.169-3.529c-.271-1.011-1.91-1.877-1.91-2.973s1.639-1.961 1.91-2.972c.279-1.047-.7-2.615-.169-3.53s2.39-.861 3.143-1.616.688-2.6 1.615-3.144a2.744 2.744 0 0 1 1.888.031 3.659 3.659 0 0 0 1.641.139c1.012-.269 1.878-1.908 2.973-1.908s1.963 1.639 2.973 1.908a3.659 3.659 0 0 0 1.641-.139 2.744 2.744 0 0 1 1.888-.031c.929.539.862 2.39 1.616 3.144s2.6.687 3.143 1.616-.448 2.483-.169 3.53c.271 1.011 1.909 1.876 1.909 2.972s-1.638 1.962-1.909 2.973c-.279 1.047.7 2.614.168 3.529s-2.389.862-3.143 1.616c-.639.639-.688 2.071-1.256 2.818a1.221 1.221 0 0 1 -.359.325 2.744 2.744 0 0 1 -1.888-.031 3.646 3.646 0 0 0 -1.641-.138.322.322 0 0 0 -.039.012c-.629.188-1.205.9-1.818 1.4a1.493 1.493 0 0 1 -2.23 0zm-7.553-12.5a8.669 8.669 0 0 0 8.166 8.652c.166.011.332.015.5.015a8.667 8.667 0 1 0 -8.667-8.667zm1.369 0a7.3 7.3 0 1 1 7.3 7.3 7.3 7.3 0 0 1 -7.302-7.302z" transform="translate(-1024 -837)"/></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.icon_beginner::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="34.084" viewBox="0 0 25 34.084"><path d="M80.735,8,73.347.852a3.015,3.015,0,0,0-5.112,2.168V21.26a4.526,4.526,0,0,0,1.378,3.252l9.025,8.728a3.016,3.016,0,0,0,4.193,0l9.026-8.728a4.526,4.526,0,0,0,1.378-3.252V3.019A3.015,3.015,0,0,0,88.123.852ZM88.98,20.735a1.5,1.5,0,0,1-.46,1.084l-7.785,7.53V13.918l1.479-1.431L87.7,7.179a.754.754,0,0,1,1.277.542Z" transform="translate(-68.235 -0.004)"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="34.084" viewBox="0 0 25 34.084"><path d="M80.735,8,73.347.852a3.015,3.015,0,0,0-5.112,2.168V21.26a4.526,4.526,0,0,0,1.378,3.252l9.025,8.728a3.016,3.016,0,0,0,4.193,0l9.026-8.728a4.526,4.526,0,0,0,1.378-3.252V3.019A3.015,3.015,0,0,0,88.123.852ZM88.98,20.735a1.5,1.5,0,0,1-.46,1.084l-7.785,7.53V13.918l1.479-1.431L87.7,7.179a.754.754,0,0,1,1.277.542Z" transform="translate(-68.235 -0.004)"/></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

/* ボタン
---------------------------------------- */
.smb-btn-wrapper.is-style-ghost .smb-btn {
  background-color: rgba(255, 255, 255, 0.3);
}

.c-btn_icon_phone a::before {
  content: "";
  width: 1.5em;
  height: 1.75em;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24.161" height="29.442" viewBox="0 0 24.161 29.442"><path d="M14.546,9.521h-.085C7.013,9.5,1.977,7.113,1.037,6.474A3.029,3.029,0,0,1,.108,3.2C.395,1.848,1.311.277,2.646.034A2.392,2.392,0,0,1,3.07,0c1.452,0,5.314,1.129,6,2.249a2.775,2.775,0,0,1,.243,1.56c-.031.987-.006,1.561.877,1.865a12.505,12.505,0,0,0,4.354.665A12.505,12.505,0,0,0,18.9,5.674c.882-.3.908-.878.877-1.865a2.775,2.775,0,0,1,.243-1.56c.689-1.12,4.55-2.249,6-2.249a2.359,2.359,0,0,1,.424.034C27.782.277,28.7,1.848,28.984,3.2a3.029,3.029,0,0,1-.928,3.269C27.115,7.113,22.08,9.5,14.63,9.52h-.084ZM3.07.951a1.44,1.44,0,0,0-.253.018C2.067,1.106,1.3,2.152,1.039,3.4a2.229,2.229,0,0,0,.532,2.286c.836.568,5.757,2.864,12.894,2.882h.161c7.138-.017,12.059-2.314,12.9-2.882A2.229,2.229,0,0,0,28.053,3.4c-.264-1.25-1.028-2.3-1.777-2.432a1.439,1.439,0,0,0-.253-.018c-1.563,0-4.831,1.209-5.192,1.8a2.2,2.2,0,0,0-.1,1.032c.028.895.071,2.247-1.518,2.794a13.565,13.565,0,0,1-4.664.717,13.565,13.565,0,0,1-4.664-.717c-1.588-.547-1.546-1.9-1.518-2.794a2.2,2.2,0,0,0-.1-1.032C7.9,2.16,4.632.951,3.07.951Z" transform="matrix(0.559, 0.829, -0.829, 0.559, 7.893, 0)"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24.161" height="29.442" viewBox="0 0 24.161 29.442"><path d="M14.546,9.521h-.085C7.013,9.5,1.977,7.113,1.037,6.474A3.029,3.029,0,0,1,.108,3.2C.395,1.848,1.311.277,2.646.034A2.392,2.392,0,0,1,3.07,0c1.452,0,5.314,1.129,6,2.249a2.775,2.775,0,0,1,.243,1.56c-.031.987-.006,1.561.877,1.865a12.505,12.505,0,0,0,4.354.665A12.505,12.505,0,0,0,18.9,5.674c.882-.3.908-.878.877-1.865a2.775,2.775,0,0,1,.243-1.56c.689-1.12,4.55-2.249,6-2.249a2.359,2.359,0,0,1,.424.034C27.782.277,28.7,1.848,28.984,3.2a3.029,3.029,0,0,1-.928,3.269C27.115,7.113,22.08,9.5,14.63,9.52h-.084ZM3.07.951a1.44,1.44,0,0,0-.253.018C2.067,1.106,1.3,2.152,1.039,3.4a2.229,2.229,0,0,0,.532,2.286c.836.568,5.757,2.864,12.894,2.882h.161c7.138-.017,12.059-2.314,12.9-2.882A2.229,2.229,0,0,0,28.053,3.4c-.264-1.25-1.028-2.3-1.777-2.432a1.439,1.439,0,0,0-.253-.018c-1.563,0-4.831,1.209-5.192,1.8a2.2,2.2,0,0,0-.1,1.032c.028.895.071,2.247-1.518,2.794a13.565,13.565,0,0,1-4.664.717,13.565,13.565,0,0,1-4.664-.717c-1.588-.547-1.546-1.9-1.518-2.794a2.2,2.2,0,0,0-.1-1.032C7.9,2.16,4.632.951,3.07.951Z" transform="matrix(0.559, 0.829, -0.829, 0.559, 7.893, 0)"/></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  display: inline-block;
  margin-right: 4px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.c-btn_icon-email a::before {
  content: "";
  width: 1.25em;
  height: 1em;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml;utf8,<svg height="17.239" viewBox="0 0 23 17.239" width="23" xmlns="http://www.w3.org/2000/svg"><path d="m22.1 64.122h-21.2a.9.9 0 0 0 -.9.9v15.437a.9.9 0 0 0 .9.9h21.2a.9.9 0 0 0 .9-.9v-15.435a.884.884 0 0 0 -.262-.632.9.9 0 0 0 -.638-.27zm-.456 2.418v13.466h-20.292v-13.473l9 8.014a1.733 1.733 0 0 0 1.146.439 1.705 1.705 0 0 0 .424-.061h.043l.108-.04a1.732 1.732 0 0 0 .575-.338l7.684-6.847zm-.854-1.058-9.043 8.055a.4.4 0 0 1 -.126.072.371.371 0 0 1 -.126.022.365.365 0 0 1 -.252-.1l-9.043-8.054h10.659z" transform="translate(0 -64.122)"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg height="17.239" viewBox="0 0 23 17.239" width="23" xmlns="http://www.w3.org/2000/svg"><path d="m22.1 64.122h-21.2a.9.9 0 0 0 -.9.9v15.437a.9.9 0 0 0 .9.9h21.2a.9.9 0 0 0 .9-.9v-15.435a.884.884 0 0 0 -.262-.632.9.9 0 0 0 -.638-.27zm-.456 2.418v13.466h-20.292v-13.473l9 8.014a1.733 1.733 0 0 0 1.146.439 1.705 1.705 0 0 0 .424-.061h.043l.108-.04a1.732 1.732 0 0 0 .575-.338l7.684-6.847zm-.854-1.058-9.043 8.055a.4.4 0 0 1 -.126.072.371.371 0 0 1 -.126.022.365.365 0 0 1 -.252-.1l-9.043-8.054h10.659z" transform="translate(0 -64.122)"/></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: inline-block;
  margin-right: 8px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

/* テーブル
---------------------------------------- */
/* テーブル_左見出し */
.table_rows {
  overflow: hidden;
  padding-bottom: 1px;
}
.table_rows th {
  background-color: #E1E1E1 !important;
  color: #333 !important;
  width: 30%;
  text-align: left;
}
.table_rows td {
  vertical-align: top;
}
.table_rows td:first-child {
  font-weight: bold;
  background-color: #E1E1E1;
  color: #333 !important;
}

@media print, screen and (max-width: 639px) {
  .table_rows th, .table_rows td {
    display: block;
    width: 100%;
    margin-bottom: -1px;
  }
}
/* Contact Form 7
---------------------------------------- */
.p-contactform {
  max-width: 100%;
}
@media print, screen and (max-width: 639px) {
  .p-contactform {
    padding-left: 0;
  }
}
.p-contactform input.full {
  width: 100%;
  max-width: 100%;
}
.p-contactform input[type=text], .p-contactform input[type=tel], .p-contactform input[type=email] {
  padding: 4px 8px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform input[type=text]:focus, .p-contactform input[type=tel]:focus, .p-contactform input[type=email]:focus {
  background-color: #EEE;
}
.p-contactform input[type=text].wpcf7-not-valid, .p-contactform input[type=tel].wpcf7-not-valid, .p-contactform input[type=email].wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform textarea {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform textarea:focus {
  background-color: #EEE;
}
.p-contactform textarea.wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform select {
  padding: 8px;
  border-color: #CCC;
}
.p-contactform .wpcf7-list-item {
  margin: 0 1em 0 0;
  margin-bottom: 8px !important;
}
@media print, screen and (max-width: 639px) {
  .p-contactform .wpcf7-list-item {
    margin-bottom: 0.8rem;
    display: block !important;
  }
}
.p-contactform span.wpcf7-not-valid-tip {
  margin-top: 2px;
  color: #E00;
}
.p-contactform p {
  margin-bottom: 0;
}
.p-contactform dt {
  margin-top: 1em;
  margin-bottom: 4px;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

.p-required_mark::after {
  display: inline-block;
  margin-left: 0.3rem;
  color: #ED1C24;
  content: "*";
}

.wpcf7-submit {
  font-weight: bold;
  min-width: 200px;
  margin-left: 72px;
  border-radius: 3em !important;
}

@media screen and (max-width: 639px) {
  .wpcf7-submit {
    margin-left: 0;
  }
  .wpcf7-spinner {
    display: block;
    margin: 8px auto 0;
  }
}
.wpcf7 .need {
  font-size: 12px;
  color: #ff0000;
}

.wpcf7 .no-need {
  font-size: 12px;
}

/* ==================================================

3.ヘッダー・フッター

================================================== */
/* ヘッダー
---------------------------------------- */
.l-1row-header .c-site-branding__description {
  color: #215566;
  margin-top: 6px;
}
.l-1row-header .p-global-nav .c-navbar__item {
  color: #215566;
}
.l-1row-header .p-global-nav .c-navbar__item > a {
  font-size: 1rem;
  padding: 0.5em var(--_padding-1);
  line-height: 1.3;
}
.l-1row-header .p-global-nav .sm-nav-menu-item-highlight {
  border-radius: 3em;
}
.l-1row-header .c-sub-nav {
  position: absolute;
  right: calc((100vw - 1348px) / 2);
  top: 24px;
}
.l-1row-header .c-sub-nav .c-navbar {
  gap: 16px;
}
.l-1row-header .c-sub-nav .c-navbar__item > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.l-1row-header .p-header_tel a {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.l-1row-header .p-header_tel a .p-header_tel_num {
  color: #215566;
}

.home .l-1row-header .c-site-branding__title {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home .l-1row-header .c-site-branding__description {
  color: #fff;
}
.home .l-1row-header .p-global-nav .c-navbar__item {
  color: #fff;
}
.home .l-1row-header .p-global-nav .c-navbar__item:hover {
  color: #F1FF63;
}

.p-header_tel a {
  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;
}
.p-header_tel a .p-header_tel_num {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.p-header_tel a .p-header_tel_num::before {
  content: "";
  width: 0.8em;
  height: 1em;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24.161" height="29.442" viewBox="0 0 24.161 29.442"><path d="M14.546,9.521h-.085C7.013,9.5,1.977,7.113,1.037,6.474A3.029,3.029,0,0,1,.108,3.2C.395,1.848,1.311.277,2.646.034A2.392,2.392,0,0,1,3.07,0c1.452,0,5.314,1.129,6,2.249a2.775,2.775,0,0,1,.243,1.56c-.031.987-.006,1.561.877,1.865a12.505,12.505,0,0,0,4.354.665A12.505,12.505,0,0,0,18.9,5.674c.882-.3.908-.878.877-1.865a2.775,2.775,0,0,1,.243-1.56c.689-1.12,4.55-2.249,6-2.249a2.359,2.359,0,0,1,.424.034C27.782.277,28.7,1.848,28.984,3.2a3.029,3.029,0,0,1-.928,3.269C27.115,7.113,22.08,9.5,14.63,9.52h-.084ZM3.07.951a1.44,1.44,0,0,0-.253.018C2.067,1.106,1.3,2.152,1.039,3.4a2.229,2.229,0,0,0,.532,2.286c.836.568,5.757,2.864,12.894,2.882h.161c7.138-.017,12.059-2.314,12.9-2.882A2.229,2.229,0,0,0,28.053,3.4c-.264-1.25-1.028-2.3-1.777-2.432a1.439,1.439,0,0,0-.253-.018c-1.563,0-4.831,1.209-5.192,1.8a2.2,2.2,0,0,0-.1,1.032c.028.895.071,2.247-1.518,2.794a13.565,13.565,0,0,1-4.664.717,13.565,13.565,0,0,1-4.664-.717c-1.588-.547-1.546-1.9-1.518-2.794a2.2,2.2,0,0,0-.1-1.032C7.9,2.16,4.632.951,3.07.951Z" transform="matrix(0.559, 0.829, -0.829, 0.559, 7.893, 0)"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24.161" height="29.442" viewBox="0 0 24.161 29.442"><path d="M14.546,9.521h-.085C7.013,9.5,1.977,7.113,1.037,6.474A3.029,3.029,0,0,1,.108,3.2C.395,1.848,1.311.277,2.646.034A2.392,2.392,0,0,1,3.07,0c1.452,0,5.314,1.129,6,2.249a2.775,2.775,0,0,1,.243,1.56c-.031.987-.006,1.561.877,1.865a12.505,12.505,0,0,0,4.354.665A12.505,12.505,0,0,0,18.9,5.674c.882-.3.908-.878.877-1.865a2.775,2.775,0,0,1,.243-1.56c.689-1.12,4.55-2.249,6-2.249a2.359,2.359,0,0,1,.424.034C27.782.277,28.7,1.848,28.984,3.2a3.029,3.029,0,0,1-.928,3.269C27.115,7.113,22.08,9.5,14.63,9.52h-.084ZM3.07.951a1.44,1.44,0,0,0-.253.018C2.067,1.106,1.3,2.152,1.039,3.4a2.229,2.229,0,0,0,.532,2.286c.836.568,5.757,2.864,12.894,2.882h.161c7.138-.017,12.059-2.314,12.9-2.882A2.229,2.229,0,0,0,28.053,3.4c-.264-1.25-1.028-2.3-1.777-2.432a1.439,1.439,0,0,0-.253-.018c-1.563,0-4.831,1.209-5.192,1.8a2.2,2.2,0,0,0-.1,1.032c.028.895.071,2.247-1.518,2.794a13.565,13.565,0,0,1-4.664.717,13.565,13.565,0,0,1-4.664-.717c-1.588-.547-1.546-1.9-1.518-2.794a2.2,2.2,0,0,0-.1-1.032C7.9,2.16,4.632.951,3.07.951Z" transform="matrix(0.559, 0.829, -0.829, 0.559, 7.893, 0)"/></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 4px;
}

.home .p-header_tel a .p-header_tel_num {
  color: #fff;
}

.c-drawer {
  background-color: #215566;
  font-size: 1rem;
}
.c-drawer .c-drawer__sub-nav {
  margin-top: 16px;
}
.c-drawer .c-drawer__sub-nav .c-drawer__menu {
  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;
  gap: 16px;
}
.c-drawer .p-header_tel {
  text-align: center;
}

.c-drawer--highlight-type-background-color .c-drawer__item.sm-nav-menu-item-highlight {
  font-weight: bold;
  background-color: var(--wp--preset--color--sm-accent);
}

@media (min-width: 1024px) {
  .l-1row-header .c-container {
    max-width: 1348px;
  }
  .l-1row-header .c-site-branding__description {
    font-size: 1rem;
    letter-spacing: 0.2em;
    margin-top: 12px;
  }
  .l-1row-header .c-row__col:has(.p-global-nav) {
    margin-bottom: 8px;
  }
  .l-1row-header__branding, .l-1row-header__content {
    padding-bottom: var(--_padding-1);
    padding-top: var(--_padding-1);
  }
}
@media (max-width: 1348px) {
  .l-1row-header .c-sub-nav {
    right: 32px;
  }
}
@media (min-width: 1280px) {
  .l-1row-header {
    margin-top: 40px;
  }
  .l-1row-header .c-container {
    padding-bottom: 24px;
  }
  .l-1row-header .c-row {
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .u-invisible-lg-up {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .u-invisible-md-down {
    display: none !important;
  }
  .u-invisible-lg-up {
    display: block !important;
  }
}
/* フッター
---------------------------------------- */
.l-footer {
  background-color: var(--wp--preset--color--sm-sub-accent);
  color: #fff;
}
.l-footer .c-widget {
  font-size: 1rem;
}
.l-footer .widget_nav_menu .menu-item {
  font-weight: bold;
}
.l-footer .widget_nav_menu .menu-item.sm-nav-menu-item-highlight a {
  border-bottom: 1px solid #fff;
}
.l-footer .widget_nav_menu .menu-item a {
  padding: 4px;
}
.l-footer .widget_nav_menu .menu-item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.l-footer .widget_nav_menu .children-expander {
  display: none;
}
.l-footer .widget_nav_menu .sub-menu {
  display: block;
  border-top: none;
  border-bottom: none;
  font-size: 0.875em;
}
.l-footer .widget_nav_menu .sub-menu .menu-item {
  font-weight: normal;
}
.l-footer .widget_nav_menu .sub-menu .menu-item::before {
  content: "-";
  padding-right: 0.25em;
}
.l-footer .c-copyright--inverse {
  background-color: var(--wp--preset--color--sm-sub-accent);
}

@media (min-width: 1024px) {
  .l-footer .p-footer-sub-nav .c-navbar {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
/* ==================================================

4.トップページ

================================================== */
.p-home_intro .smb-section__contents-wrapper {
  background: url(../img/bg_home_now.png) no-repeat center 32px/contain;
}
.p-home_intro .smb-section__title::after {
  background-color: #CCCCCC;
  width: 80%;
}

.p-home_maker figure {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc((100% - 16px) / 3);
      -ms-flex: 0 1 calc((100% - 16px) / 3);
          flex: 0 1 calc((100% - 16px) / 3);
}
.p-home_maker a:hover {
  opacity: 0.8;
}

.p-home_case_list .c-entries__item > a {
  background: var(--wp--preset--color--sm-sub-accent);
  height: 100%;
}
.p-home_case_list .c-entry-summary__figure {
  margin-bottom: 0;
}
.p-home_case_list .c-entry-summary__body {
  color: #fff;
  padding: 1.25em 1em;
}
.p-home_case_list .c-entry-summary__header {
  margin-bottom: 0;
  height: 100%;
}
.p-home_case_list .c-entry-summary__title {
  font-size: 1rem;
}

.p-home_faq {
  background: url(../img/bg_home_faq.png) no-repeat center 48px/80%;
}
.p-home_faq .smb-section__header {
  padding-top: 32px;
  padding-bottom: 32px;
}

.p-home_faq_list .c-entries__item:nth-child(odd) {
  background: #F7FCFB;
}
.p-home_faq_list .c-entries__item:nth-child(even) {
  background: #ECF7F3;
}
.p-home_faq_list .c-entries__item > a {
  padding-left: var(--entries--gap);
  padding-right: var(--entries--gap);
}
.p-home_faq_list .c-entries__item .c-entry-summary__body {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-home_faq_list .c-entries__item .c-entry-summary__body::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_question.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-home_faq_list .c-entries__item .c-entry-summary__title {
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
  display: inline;
}
.p-home_faq_list .c-entries__item .c-entry-summary__title::after {
  content: "";
  display: inline-block;
  background: url("../img/icon_chevron_right.svg") no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  padding-left: 1em;
}
.p-home_faq_list .c-entries__item .c-entry-summary__meta {
  display: none;
}

.p-home_news_list .c-entries--text2 {
  border-top: none;
}
.p-home_news_list .c-entry-summary__body {
  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;
  gap: 16px;
}
.p-home_news_list .c-entry-summary__meta {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0;
}
.p-home_news_list .c-entry-summary__meta .c-entry-summary__term {
  min-width: 9em;
  text-align: center;
  background: var(--wp--preset--color--sm-sub-accent);
  padding: 2px 8px;
}
.p-home_news_list .c-entry-summary__header {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p-home_news_list .c-entry-summary__header .c-entry-summary__title::after {
  content: "";
  display: inline-block;
  background: url("../img/icon_chevron_right.svg") no-repeat center;
  background-size: contain;
  width: 10px;
  height: 10px;
  padding-left: 1em;
}

.p-home_recruit {
  border-radius: 10px;
}

@media (min-width: 1024px) {
  .p-home_case_list .c-entries {
    --entries--item-width: 25%;
  }
  .p-home_faq {
    background-size: 20%;
    background-position: center 80px;
  }
  .p-home_faq_list .c-entries__item > a {
    padding-left: calc(var(--entries--gap) * 2);
  }
  .p-home_faq_list .c-entries__item .c-entry-summary__body::after {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 640px) {
  .p-home_maker figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 120px) / 5);
        -ms-flex: 0 1 calc((100% - 120px) / 5);
            flex: 0 1 calc((100% - 120px) / 5);
  }
  .p-home_news_list .c-entry-summary__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 856px) {
  .p-home_recruit_inner {
    background-color: rgba(255, 255, 255, 0.8);
    padding-block: 24px;
  }
}
/* ==================================================

採用

================================================== */
.p-recruit_job-disc {
  padding-top: calc(var(--smb-section--padding) 56px);
}
.p-recruit_job-disc .c-container {
  padding-top: 56px;
  background: url(../img/bg_recruit_works.png) no-repeat top center/contain;
}

.p-recruit_voice {
  padding-top: calc(var(--smb-section--padding) 56px);
}
.p-recruit_voice .c-container {
  padding-top: 56px;
  background: url(../img/bg_recruit_voices.png) no-repeat top center/contain;
}

/* ==================================================

実績

================================================== */
.p-case_info {
  text-align: right;
}
.p-case_info span {
  background: #215566;
  color: #fff;
  padding: 8px;
}

.p-case_request {
  border: 2px solid #215566;
  padding: 24px;
  margin-top: 2px;
  background: #F4FAFB;
}
.p-case_request .p-case_request_inner {
  margin-top: 1em;
}
.p-case_request .wp-block-heading {
  color: #215566;
}

.p-case_proposal:has(.p-case_proposal_text_img) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 16px;
}

@media screen and (min-width: 640px) {
  .p-case_proposal:has(.p-case_proposal_text_img) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-case_proposal .p-case_proposal_text_img {
    max-width: 40%;
  }
  .p-case_proposal .p-case_proposal_text_img img {
    margin: auto !important;
  }
}
.post-type-archive-case .c-entries__item > a {
  background: var(--wp--preset--color--sm-sub-accent);
  height: 100%;
}
.post-type-archive-case .c-entries__item .c-entry-summary__body {
  padding-inline: 16px;
  padding-bottom: 16px;
  color: #fff;
}
.post-type-archive-case .c-entries__item .c-entry-summary__meta {
  display: none;
}

/* ==================================================

下層ページ

================================================== */
/* 投稿者と更新日時を非表示 */
.c-meta__item--author {
  display: none !important;
}

.p-service_maker_list .smb-panels__item:has(.smb-panels__item__action):hover {
  opacity: 0.8;
}
.p-service_maker_list .smb-panels__item:has(.smb-panels__item__action) .smb-panels__item__body:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M3 1 L7 5 L3 9' stroke='%23215566' stroke-width='1.0' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 16px;
  bottom: 20px;
}
.p-service_maker_list .smb-panels__item:not(:has(.smb-panels__item__action)):hover {
  cursor: default;
  -webkit-box-shadow: var(--smb-panels--item-box-shadow) !important;
          box-shadow: var(--smb-panels--item-box-shadow) !important;
}