@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
.editor-style {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem); }
  @media all and (-ms-high-contrast: none) {
    .editor-style {
      word-break: break-all; } }
  .editor-style p {
    line-height: 2; }
    .editor-style p:not(:last-child) {
      margin-bottom: 2em; }
    @media screen and (max-width: 767px) {
      .editor-style p {
        line-height: 1.75; } }
  .editor-style a {
    color: blue;
    text-decoration: underline; }
    .editor-style a img {
      transition: 0.3s; }
    .editor-style a:hover {
      text-decoration: none; }
      .editor-style a:hover img {
        opacity: 0.5; }
  .editor-style img {
    height: auto; }
  .editor-style h2 {
    font-size: clamp(2.2rem, 3.2vw, 3.2rem);
    font-weight: bold;
    line-height: 1.4;
    margin: 1em 0 1.5em;
    padding: 0.7em 1em;
    background: #000;
    color: #fff; }
  .editor-style h3 {
    line-height: 1.4;
    font-size: clamp(2rem, 2.8vw, 2.8rem);
    font-weight: bold;
    padding: 0 0 0.3em;
    border-bottom: 2px solid #000;
    margin: 1em 0 2em; }
  .editor-style h4 {
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    font-weight: bold;
    border-left: 7px solid #333;
    padding: 0 0 0 0.5em;
    margin: 1em 0 1.5em; }
  .editor-style h5 {
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    position: relative;
    padding: 0 0 0.3em;
    margin: 1em 0 1.5em; }
    .editor-style h5::before {
      content: "";
      display: block;
      position: absolute;
      width: 30px;
      height: 2px;
      bottom: -2px;
      left: 0;
      background: var(--text-primary); }
  .editor-style h6 {
    font-size: clamp(1.6rem, 2vw, 2rem);
    margin: 1em 0 1.5em;
    font-weight: bold; }
    .editor-style h6::before {
      content: "";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      margin-right: 0.3em; }
  .editor-style strong {
    font-weight: bold; }
  .editor-style em {
    font-style: italic; }
  .editor-style ul {
    margin: 2em 0;
    background: #f7f5f4;
    padding: 1.5em 2em; }
    @media screen and (max-width: 767px) {
      .editor-style ul {
        padding: 1em; } }
    .editor-style ul li {
      position: relative;
      padding: 0 0 0 1.5em; }
      .editor-style ul li:not(:last-child) {
        margin-bottom: 0.7em; }
      .editor-style ul li::before {
        content: "";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-weight: 900;
        top: 0;
        left: 0;
        position: absolute; }
  .editor-style ol {
    margin: 2em 0;
    background: #f7f5f4;
    padding: 1.5em 2em;
    counter-reset: number; }
    @media screen and (max-width: 767px) {
      .editor-style ol {
        padding: 1em; } }
    .editor-style ol li {
      padding: 0 0 0 4em;
      position: relative; }
      .editor-style ol li::after {
        position: absolute;
        content: "＜" counter(number) "＞";
        counter-increment: number;
        top: 0;
        left: 0; }
      .editor-style ol li:not(:last-child) {
        margin-bottom: 0.7em; }
  .editor-style .blocks-gallery-grid,
  .editor-style .wp-block-gallery {
    margin: 0; }
  .editor-style li.blocks-gallery-item {
    padding-left: 0; }
    .editor-style li.blocks-gallery-item::before {
      display: none; }
  .editor-style .wp-block-image:not(:last-child) {
    margin-bottom: 2em; }
  .editor-style .wp-block-embed-youtube .wp-block-embed__wrapper {
    width: 100%;
    max-width: 840px;
    aspect-ratio: 16 / 9;
    margin-inline: auto; }
  .editor-style .wp-block-embed-youtube iframe {
    width: 100%;
    height: 100%; }
  .editor-style hr {
    border-top: 2px solid #000;
    width: 100%;
    margin: clamp(30px, 6vw, 60px) auto; }
  .editor-style table {
    width: 100%; }
    .editor-style table thead {
      border-bottom-width: 1px; }
    .editor-style table th, .editor-style table td {
      border: 1px solid #000;
      padding: 1em; }
    .editor-style table th {
      text-align: center;
      background: var(--text-primary);
      color: #fff;
      border-bottom: 0; }
      .editor-style table th:not(:last-child) {
        border-right-color: #fff; }
  .editor-style blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    border: solid 2px #ccc;
    color: #464646; }
    .editor-style blockquote:before {
      display: inline-block;
      position: absolute;
      top: 20px;
      left: 15px;
      content: "";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: var(--brand-primary);
      font-size: 2.5rem;
      line-height: 1; }
    .editor-style blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.75; }
    .editor-style blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
  .editor-style .wp-block-cover {
    margin: 40px auto; }
  .editor-style .wp-block-media-text {
    margin: 40px auto; }
    .editor-style .wp-block-media-text .wp-block-media-text__content {
      padding: 0 0 0 8%; }
      @media (max-width: 600px) {
        .editor-style .wp-block-media-text .wp-block-media-text__content {
          margin-top: 1.75em;
          padding: 0; } }
    .editor-style .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
      padding: 0 8% 0 0; }
      @media (max-width: 600px) {
        .editor-style .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
          padding: 0; } }
  .editor-style .wp-block-buttons .wp-block-button__link {
    text-decoration: none; }

/*==========================================
 voice
===========================================*/
/*==========================================
 ARCHIVE
===========================================*/
.voice_archive .voice-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .voice_archive .voice-list .voice-itemRgl {
    width: 32%; }
    .voice_archive .voice-list .voice-itemRgl:nth-of-type(n+4) {
      margin-top: 2%; }
    @media screen and (max-width: 960px) {
      .voice_archive .voice-list .voice-itemRgl {
        width: 48%; }
        .voice_archive .voice-list .voice-itemRgl:nth-of-type(n+3) {
          margin-top: 4%; } }
    @media screen and (max-width: 767px) {
      .voice_archive .voice-list .voice-itemRgl {
        width: 100%; }
        .voice_archive .voice-list .voice-itemRgl:nth-of-type(n+2) {
          margin-top: 4%; } }

/*==========================================
 SINGLE
===========================================*/
.voice_single .block-inner {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto; }
.voice_single .article-block {
  margin: 0 auto clamp(100px, 15vw, 200px);
  border: 1px solid #000;
  padding: clamp(40px, 10vw, 100px) 4% clamp(60px, 15vw, 150px); }
  .voice_single .article-block .article-cat {
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    text-align: center; }
    .voice_single .article-block .article-cat span {
      display: inline-block;
      border: 1px solid var(--text-primary);
      border-radius: 100vmax;
      text-align: center;
      padding: 0.5em 1em;
      min-width: 13em; }
  .voice_single .article-block .article-ttlBlock {
    margin: clamp(15px, 4vw, 40px) auto clamp(60px, 10vw, 100px);
    padding: clamp(40px, 8vw, 80px) 0;
    text-align: center;
    border-top: 1px solid var(--text-primary);
    border-bottom: 1px solid var(--text-primary);
    position: relative; }
    .voice_single .article-block .article-ttlBlock::after {
      content: "";
      display: block;
      background: url("../img/common/ilst-04.svg") no-repeat center/contain;
      aspect-ratio: 122/150;
      width: min(15%, 188px);
      position: absolute;
      right: 0;
      top: -35%;
      animation: yurayura 4s linear infinite; }
    @media screen and (min-width: 1361px) {
      .voice_single .article-block .article-ttlBlock {
        padding: clamp(40px, 8vw, 80px) 5em; } }
  .voice_single .article-block .article-ttl {
    font-size: clamp(2rem, 3.6vw, 4rem);
    letter-spacing: 0.2em;
    line-height: 1.2; }
  .voice_single .article-block .article-customer {
    letter-spacing: 0.1em;
    margin: 1em 0; }
  .voice_single .article-block .tagList-Reg {
    justify-content: center; }
.voice_single #swiper_Voice {
  padding: clamp(40px, 10vw, 100px) 0 0; }
  @media screen and (min-width: 1201px) {
    .voice_single #swiper_Voice {
      overflow: initial; } }
  @media screen and (max-width: 1200px) {
    .voice_single #swiper_Voice {
      margin: 0 -4% 0 0; } }

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