/*
Theme Name: KIMURA公式テーマ
Author: KIMURA
Author URI:
Description: updaters-temp
Version: 1.0
*/
/********************************
 * Reset & Base Styles
 ********************************/
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
article, aside, div, figure, figcaption,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1.75;
  background: #fff;
}
body {
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: var(--color-bg-bk);
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
    body {
        font-size: 14px;
    }
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre {
  margin: 0;
}

figure {
    line-height: 0;
    margin: 0;
}
figcaption {
  display: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: disc;
  padding-left: 20px;
  /* 20250726 asano
   * margin-top: 8px;
   */
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
  text-align: left;
  padding: 0.5em;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

button, input, select, textarea {
  font: inherit;
  line-height: inherit;
  border: none;
  background: none;
}
button { cursor: pointer; }
input:focus, button:focus, select:focus, textarea:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

/* 11. Gutenberg Blocks */
.wp-block { margin-bottom: 1.5em; }
.alignwide, .alignfull { width:100%; max-width:100%; margin:0 auto; }

/* 12. Misc */
hr { border:none; height:0; overflow:visible; }
blockquote, q { quotes:none; }
blockquote::before, blockquote::after,
q::before, q::after { content:none; }
[hidden] { display:none !important; }


/********************************
 * Root Variables & Breakpoints
 ********************************/
:root {
    /* Colors */
    --color-text-wh: #fff;
    --color-text-bk: #272727;
    --color-bg-wh:#fff;
    --color-bg-bk: #272727;
    --color-gray: #F7F7F7;
    --color-main: linear-gradient(122deg,rgba(222, 222, 222, 1) 0%, rgba(247, 247, 247, 1) 35%, rgba(247, 247, 247, 1) 70%, rgba(222, 222, 222, 1) 100%);
    --color-submain: #81F5FF;
    --color-back: linear-gradient(150deg,rgba(222, 222, 222, 1) 0%, rgba(247, 247, 247, 1) 40%);
    --color-back02: #63717E;
    --color-red: #F5080C;

    /* Fonts */
    --font-en: "EB Garamond", serif;
    --font-min: "Noto Serif JP", serif;

    /* Fluid Typography & Spacing */
    --bp-min:     320px;
    --bp-max:    1200px;
    --sp-min:     1rem;
    --sp-max:     3rem;
    --fs-base-min:1rem;    /* 16px */
    --fs-base-max:1.2rem;  /* 19.2px */

    /* ブレイクポイント */
    --bp-sm:  576px;
    --bp-md:  768px;
    --bp-lg: 1000px;
    --inner-width: 1124px;
}

/********************************
 * Utilities & Layout Helpers
 ********************************/
 /* ==========================================================================
   Naming Convention Guide (FLOCSS-style)
   l- : Layout  → レイアウト用（幅や配置）
   c- : Component → コンポーネント単位（ボタン・見出しなど）
   p- : Project/Page → ページ固有の装飾
   u- : Utility → 汎用の1回完結クラス（marginなど）
   js- : JavaScript用クラス（DOM操作対象）
========================================================================== */
.sp {
  display: none!important;
}
.pc {
  display: block!important;
}

@media screen and (max-width: 1000px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
}


/* .fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}
.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
} */
.l-innerWidth {
    max-width: var(--inner-width);
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}
.l-sectionHeight {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
    .l-innerWidth {
        padding-left: 5%;
        padding-right: 5%;
    }
    .l-sectionHeight {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
/* =============================
   固定ページ共通
   ============================= */
/* ページタイトル */
.page-ttl-wrap {
    background: #F5F5F7;
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-ttl {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.page-ttl h1 {
    position: relative;
	font-size: 42px;
    letter-spacing: 2px;
	line-height: 1;
	font-weight: normal;
    color: var(--color-main);
    font-family: var(--font-en);
}
@media screen and (max-width: 1000px) {
    .page-ttl-wrap {
        background: #F5F5F7;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .page-ttl {
        position: relative;
        gap: 30px 10px;
        flex-direction: column;
        align-items: center;
    }
    .page-ttl h1 {
        font-size: 32px;
    }
}
.page-contents {
    background: #F5F5F7;
}
.page-contents .l-sectionHeight {
    padding-top: 0;
}

/* コンテンツ内見出し */
.page-ttl02 h2 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 2px;
}
.page-ttl02 p {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1;
}
.page-ttl03 h2 {
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 60px;
    border-bottom: 3px solid var(--color-gray);
    position: relative;
}
.page-ttl03 h2::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 3px;
    background: var(--color-main);
    bottom: -3px;
    left: 0;
}
@media screen and (max-width: 1000px) {
}

/* ページ内リンク */
.page-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-nav li {
    list-style: none;
    display: block;
    padding: 1px 25px;
    border-left: 1px solid var(--color-text-bk);
}
.page-nav li:last-child {
    border-right: 1px solid var(--color-text-bk);
}
@media screen and (max-width: 1000px) {
}

/* ページ最初にセクションは上のpaddingなし */
.common section:first-child .l-sectionHeight {
    padding-top: 0;
}

/* =============================
   記事ページ共有
   ============================= */
#post {
    line-height: 1.75;
}
#post p + p {
    margin-top: 15px;
}
.post-content {
    margin-bottom: 60px;
}
#post h1 {
    font-size: 36px;
    color: var(--color-text-bk);
    margin-bottom: 60px;
    margin-top: 20px;
}
.post-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-info-time {
    font-size: 14px;
}
.post-info-category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 5px;
}
.post-info-category-item , a .post-info-category-item {
    font-size: 14px;
    border: 1px solid var(--color-gray);
    line-height: 1;
    border-radius: 30px;
    padding: 5px 2px;
    color: var(--main-color);
}
.post-info-tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 5px;
}
.post-info-tag-item , a .post-info-tag-item {
    font-size: 14px;
    padding-left: 8px;
    position: relative;
    color: var(--color-text-bk);
}
.post-info-tag-item::before {
    position: absolute;
    content: "#";
    font-size: 14px;
    top: 50%;
    left: 0;
    transform: scaleY(-50%);
}
/* =============================
   記事ページ-ブロックエディター
   ============================= */
#post h2.wp-block-heading {
    font-size: 28px;
    line-height: 1.5;
    color: var(--color-text-bk);
    margin-top: 60px;
    margin-bottom: 40px;
}
#post h3.wp-block-heading {
    font-size: 22px;
    line-height: 1.25;
    color: var(--color-text-bk);
    margin-top: 60px;
    position: relative;
    padding: 2px 5px;
    border-left: solid 5px var(--color-text-bk);
    margin-bottom: 32px;
}
#post h4.wp-block-heading {
    font-size: 16px;
    line-height: 1.5;
    color: var(--main-color);
    padding-bottom: 5px;
    border-bottom: 2px solid var(--color-text-bk);
    margin-top: 32px;
    margin-bottom: 32px;
    display: inline-block;
}
@media screen and (max-width: 1000px) {
    #post h2.wp-block-heading {
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    #post h3.wp-block-heading {
        font-size: 18px;
        margin-top: 40px;
        margin-bottom: 18px;
    }
    #post h4.wp-block-heading {
        font-size: 14px;
        padding-bottom: 3px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.wp-block-image {
    margin-top: 15px;
    margin-bottom: 15px;
}
.wp-block-quote {
    position: relative;
    margin: 15px auto;
    padding: 15px 20px 15px 20px;
    background-color: #f9f9f9;
    border-left: 4px solid #ccc;
    font-style: italic;
    font-size: 14px;
}
.wp-block-quote p {
    margin: 0;
}
.wp-block-quote cite {
    display: block;
    margin-top: 10px;
    text-align: right;
    font-style: normal;
    font-size: 12px;
}
.wp-block-quote::before {
    content: "“";
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 30px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.1);
}
.wp-block-quote::after {
    content: "”";
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 30px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.1);
}
figure.wp-block-embed.wp-has-aspect-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-top: 3rem;
}
figure.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
}
.wp-block-gallery .wp-block-image {
    flex: 0 1 calc(33.333% - 1rem);
    box-sizing: border-box;
}
.wp-block-gallery .wp-block-image img {
    width: 100%;
    height: auto;
    display: block;
}
@media screen and (max-width: 1000px) {
    .wp-block-gallery .wp-block-image {
        flex: 0 1 calc(50% - 1rem);
    }
}
@media screen and (max-width: var(--bp-mb)) {
    .wp-block-gallery .wp-block-image {
        flex: 0 1 100%;
    }
}
.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
}
.wp-block-columns.has-2-columns .wp-block-column {
    flex: 0 1 calc(50% - 2rem);
    box-sizing: border-box;
}
.wp-block-columns.has-3-columns .wp-block-column {
    flex: 0 1 calc(33.333% - 2rem);
}
.wp-block-columns.has-4-columns .wp-block-column {
    flex: 0 1 calc(25% - 2rem);
}
@media screen and (max-width: 999px) {
    .wp-block-columns.has-2-columns .wp-block-column,
    .wp-block-columns.has-3-columns .wp-block-column,
    .wp-block-columns.has-4-columns .wp-block-column {
        flex: 0 1 100%;
    }
}
.wp-block-button__link {
    margin-top: 3rem;
    position: relative;
    display: inline-block;
    padding: 15px 80px 14px 50px;
    border-radius: 50px;
    filter: drop-shadow(0 0 6px rgba(12, 28, 32, 0.2));
    background: var(--color-main);
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1;
}
.wp-block-button__link::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 98;
}
.wp-block-button__link::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 8px;
    background: url("images/arrow.svg") no-repeat center center / 100%;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    z-index: 99;
}
.wp-block-button__link:hover {
    background: var(--color-bg-b);
    transition: 0.3s;
}
@media screen and (max-width: 1000px) {
    .wp-block-button__link {
        color: #fff;
        display: inline-block;
        background: var(--color-main);
        padding: 10px 80px 9px 50px;
        position: relative;
        border-radius: 50px;
    }
    .wp-block-button__link::before {
        width: 25px;
        height: 25px;
        right: 6px;
    }
    .wp-block-button__link::after {
        width: 12px;
        height: 6px;
        right: 13px;
    }
    .wp-block-button__link:hover {
    }
}
ul.wp-block-list , ol.wp-block-list {
    margin: 24px 0;
    padding-left: 24px;
}
ul.wp-block-list {
    list-style-type: disc;
}
ul.wp-block-list li {
    margin-bottom: 12px;
}
ol.wp-block-list {
    list-style-type: decimal;
}
ol.wp-block-list li {
    margin-bottom: 12px;
}
.wp-block-separator {
    border: none;
    border-top: 2px solid #ccc;
    margin-top: 32px;
    margin-bottom: 32px;
}

/* =============================
   全ページ共通
   ============================= */
/* ボタン */
a.btn-01 {
    position: relative;
    padding-right: 30px;
    color: var(--color-text-a);
    background: var(--color-bg-a);
}
a.btn-01::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 16px;
    height: 6px;
    background: url(images/arrow-btn01.svg) no-repeat center center / 100%;
    transform: translate(0, -40%);
}
.btn-02-wrap {
    margin-top: 20px;
}
a.btn-02 {
    padding: 10px 60px 10px 40px;
    display: inline-block;
    color: var(--color-text-a);
    border: 1px solid var(--color-text-b);
    border-radius: 50px;
    position: relative;
    background: var(--color-bg-a);
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .1));
}
a.btn-02::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: var(--color-main);
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}
a.btn-02::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 8px;
    background: url(images/arrow-btn01.svg) no-repeat center center / 100%;
    top: 50%;
    right: 18px;
    transform: translate(0, -50%);
}
a.btn03 {
    position: relative;
    border-radius: 50px;
    filter: drop-shadow(0 0 6px rgba(12, 28, 32, 0.2));
}
a.btn03::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #fff;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 98;
}
a.btn03::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 8px;
    background: url(images/arrow.svg) no-repeat center center / 100%;
    top: 50%;
    right: 18px;
    transform: translate(0, -50%);
    z-index: 99;
}
a.btn03 p {
    color: #fff;
    display: inline-block;
    background: #5B5953;
    padding: 15px 80px 14px 50px;
    position: relative;
    border-radius: 50px;
}
.btn04 {
    position: relative;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    padding: 3px 45px 3px 25px;
    color: #fff;
    background: var(--color-back02);
    border-radius: 60px;
    min-width: 170px;
}
.btn04 p {
    flex-shrink: 1;
    font-weight: 600;
}
.btn04 span {
    position: absolute;
    right: 5px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 25px;
    aspect-ratio: 1;
    overflow: hidden;
    background-color: var(--color-bg-wh);
    border-radius: 50%;
}
.btn04.btn-impact {
    background: var(--color-red);
}
.arrow-round-stroke {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-text-wh);
    width: 40px;
    aspect-ratio: 1;
    border-radius: 200px;
}
@media screen and (max-width: 1000px) {
    .btn-02-wrap {
        margin-top: 20px;
    }
    a.btn-02 {
        padding: 7px 50px 5px 40px;
    }
    a.btn-02::before {
        width: 30px;
        height: 30px;
        right: 3px;
    }
    a.btn-02::after {
        width: 14px;
        height: 8px;
        top: 50%;
        right: 12px;
    }
    a.btn03::before {
        width: 25px;
        height: 25px;
        right: 6px;
    }
    a.btn03::after {
        width: 12px;
        height: 6px;
        right: 13px;
    }
    a.btn03 p {
        color: #fff;
        display: inline-block;
        background: #5B5953;
        padding: 10px 80px 9px 50px;
        position: relative;
        border-radius: 50px;
    }
}
/*サイド*/
.floating-sns {
    display: flex;
    align-items: center;
    gap: 10px;
    position: fixed;
    right: -90px;
    top: 60%;
    z-index: 99;
    transform: rotate(90deg) translate(-50%, -50%);
}
.floating-sns p {
    line-height: 1;
    font-family: "Cormorant", serif;
}
.floating-border {
    width: 40px;
    height: 1px;
    background: var(--txt);
}
.floating-sns-con {
    display: flex;
    gap: 10px;
    align-items: center;
}
.floating-sns-con a {
    width: 30px;
    display: block;
    line-height: 0;
    transform: rotate(-90deg);
}
@media screen and (max-width: 1000px) {
    .floating-sns {
        display: none;
    }
}

/*記事リスト*/
.post-column-item-wrap {
    margin-top: 3.5rem;
}
li.post-column-item {
    list-style: none;
}
.post-column-item a {
    min-height: 135px;
    height: auto;
    color: #fff;
    padding: 0 10px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
}
.post-column-item a:hover {
    background: rgba(0,0,0,0.3);
    opacity: 1;
}
.post-column-item:first-child a {
    border-top: 1px solid #fff;
}
.post-column-item-sub {
    display: flex;
    column-gap: 10px;
}
.post-column-item-ttl {
    margin-top: 5px;
}
.post-column-item-wrap .btn-01 {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    padding-right: 30px;
}
.nav-links-wrap {
    margin-top: 1.5rem;
}
.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.nav-links .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.125rem;
    height: 2.75rem;
    width: 2.75rem;
    font-size: 1.6rem;
    color: var(--txt);
    border-radius: 100%;
    will-change: color, background-color;
    transition: color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95), background-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.nav-links .page-numbers.current {
    color: var(--txt);
    background-color: #f2f1f0;
}
.fa-chevron-right {
    background: url(images/arrow.svg) no-repeat center center / 100%;
    width: 14px;
    height: 10px;
}
.fa-chevron-left {
    background: url(images/arrow.svg) no-repeat center center / 100%;
    width: 14px;
    height: 10px;
    transform: rotate(180deg);
}
@media screen and (max-width: 1000px) {
    .post-column-item-wrap {
        margin-top: 2.4rem;
    }
    li.post-column-item {
    }
    .post-column-item a {
        min-height: auto;
        height: auto;
        color: #fff;
        padding: 2rem 10px;
    }
    .post-column-item a:hover {
    }
    .post-column-item:first-child a {
        border-top: 1px solid #fff;
    }
    .post-column-item-sub {
        display: flex;
        column-gap: 10px;
    }
    .post-column-item-ttl {
        margin-top: 5px;
    }
    .post-column-item-wrap .btn-01 {
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
        padding-right: 30px;
    }
    .nav-links-wrap {
        margin-top: 1.5rem;
    }
    .nav-links {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .nav-links .page-numbers {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0.125rem;
        height: 2.75rem;
        width: 2.75rem;
        font-size: 1.6rem;
        color: var(--txt);
        border-radius: 100%;
        will-change: color, background-color;
        transition: color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95), background-color 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    }
    .nav-links .page-numbers.current {
        color: var(--txt);
        background-color: #f2f1f0;
    }
    .fa-chevron-right {
        background: url(images/arrow.svg) no-repeat center center / 100%;
        width: 14px;
        height: 10px;
    }
    .fa-chevron-left {
        background: url(images/arrow.svg) no-repeat center center / 100%;
        width: 14px;
        height: 10px;
        transform: rotate(180deg);
    }
}


/* =============================
   ヘッダー
   ============================= */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
}
.header-logo {
    display: flex;
    align-items: center;
}
.header-logo h1 img {
    height: 27px;
}

/* ── ベース：デスクトップ表示 ── */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
}
.header-logo img {
    display: block;
    height: 40px;
}
.menu-trigger {
    display: none;
}

.header-navi {
    display: flex;
    align-items: center;
}
.header-navi-list {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-navi-list li a {
    color: var(--color-text-bk);
    text-decoration: none;
    font-size: 16px;
    transition: color .3s;
    width: 100%;
}
.header-navi-list li a:hover {
    color: #e3001b;
}

.nav-desktop__ctas {
    display: flex;
    gap: 16px;
    margin-left: 20px;
}

@media (max-width: 1140px) {
    .menu-trigger {
        display: block;
        position: relative;
        z-index: 1001;
        width: 30px;
        height: 30px;
        background: transparent;
        border: none;
        cursor: pointer;
    }
    .menu-trigger span {
        display: block;
        height: 2px;
        background: #333;
        margin: 6px 0;
        transition: transform .4s ease, opacity .4s ease;
    }
    .menu-trigger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .menu-trigger.active span:nth-child(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .header-navi {
        position: fixed;
        inset: 0;
        background: var(--color-main);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        pointer-events: none;
        transition: opacity .5s ease;
        z-index: 1000;
        width: 80vw;
        max-width: 400px;
        padding: 0 5%;
    }
    .header-navi .header-logo {
        margin-bottom: 6vh;
    }
    .header-navi.active {
        opacity: 1;
        pointer-events: auto;
    }
    .header-navi-list {
        flex-direction: column;
        gap: 0;
        margin-bottom: 6vh;
        width: 100%;
    }
    .header-navi-list li {
        padding-left: 5%;
        padding: 2vh 0;
        border-bottom: 1px solid #ccc;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity .5s ease, transform .5s ease;
    }
    .header-navi-list li:first-child {
        border-top: 1px solid #ccc;
    }
    .header-navi.active .header-navi-list li:nth-child(1) { transition-delay: .2s; }
    .header-navi.active .header-navi-list li:nth-child(2) { transition-delay: .3s; }
    .header-navi.active .header-navi-list li:nth-child(3) { transition-delay: .4s; }
    .header-navi.active .header-navi-list li:nth-child(4) { transition-delay: .5s; }
    .header-navi.active .header-navi-list li:nth-child(5) { transition-delay: .6s; }
    .header-navi.active .header-navi-list li:nth-child(6) { transition-delay: .7s; }

    .header-navi.active .header-navi-list li {
        opacity: 1;
        transform: translateY(0);
    }
    .nav-desktop__ctas {
        flex-direction: column;
        gap: 16px;
        margin-left: 0;
        width: 80%;
    }
    .nav-desktop__ctas .btn04 {
        padding: 8px 10px 8px 10px;
    }
    .nav-desktop__ctas .btn04 span {
        width: 35px;
    }
}
@media screen and (max-width: 1000px) {
    .header-logo img {
        height: 30px;
    }
}

/* =============================
   フッター
   ============================= */
footer {
    background: var(--color-bg-wh);
    padding-top: 30px;
    text-align: center;
}
.footer-logo {
    display: block;
    width: 240px;
    margin: 0 auto;
}
.footer-links {
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px 10px;
}
.footer-links a {
    font-size: 12px;
    color: var(--color-text-bk);
    display: inline-block;
}
footer .copyright {
    background: var(--color-bg-bk);
    text-align: center;
    padding: 3px 0;
    margin-top: 5px;
    line-height: 1;
    color: var(--color-text-wh);
}
@media screen and (min-width: 0) and (max-width: 1000px) {
    footer {
        padding-top: 30px;
    }
    .footer-logo {
        width: 50%;
    }
}

/* =============================
   TOP
   ============================= */
/* TOP共通 */
.top-page-ttl {
    margin-bottom: 45px;
}
.top-page-ttl h2 {
    color: var(--color-text-bk);
    font-size: 60px;
    font-family: var(--font-en);
    letter-spacing: 4px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
}
.top-page-ttl-txt {
    color: var(--color-red);
    font-size: 16px;
    font-family: var(--font-min);
    padding-left: 11px;
    line-height: 1;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}
.top-page-ttl-txt::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    left: 0;
    background: var(--color-red);
    border-radius: 50px;
    transform: translate(0, -50%);
}
.txt-bigtxt {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: var(--font-min);
    font-weight: 600;
}
.txt-bigtxt span {
    color: var(--color-red);
}
.txt-txt-wrap {
    margin-top: 30px;
}
.txt-txt + .txt-txt {
    margin-top: 15px;
}
@media screen and (max-width: 1000px) {
    .top-page-ttl {
        margin-bottom: 30px;
    }
    .top-page-ttl h2 {
        font-size: 36px;
        letter-spacing: 3px;
    }
    .top-page-ttl-txt {
        font-size: 14px;
    }
    .top-page-ttl-txt::before {
        width: 4px;
        height: 4px;
        top: 55%;
    }
    .txt-bigtxt {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 1.75;
    }
    .txt-bigtxt span {
    }
    .txt-txt-wrap {
        margin-top: 30px;
    }
    .txt-txt + .txt-txt {
        margin-top: 15px;
    }
}
/*FV*/
#hero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90vh;
    background: linear-gradient(122deg,rgba(211, 211, 211, 1) 0%,rgba(247, 247, 247, 1) 35%,rgba(247, 247, 247, 1) 70%,rgba(211, 211, 211, 1) 100%);
    background-size: 200% 200%;
    animation: GradationAnim 5s ease infinite;
    align-items: center;
    justify-content: center;
    position: relative;
}
#hero::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(./images/fv-back.svg) no-repeat center center/cover;
    z-index: 1;
}
.home-fv-con {
    width: 100%;
}
.home-fv-txt {
    text-align: center;
    font-size: 20px;
    margin-top: -60px;
}
.home-fv-txt h2 {
    max-width: 90%;
    margin: 0 auto;
    transform: rotate(-5deg);
}
.home-fv-txt h2 img {
    width: 100%;
}
.home-fv-txt-sub {
    font-size: 20px;
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    text-align: center;
}
.home-fv-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 80vh;
    background: url(./images/fv-img.svg) no-repeat center center / cover;
    z-index: 2;
}

.home-fv-scroll {
	position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0);
    padding-left: 5px;
    height: 80px;
    color: #9A9A9A;
    letter-spacing: .2em;
    font-size: 12px;
    text-align: left;
    z-index: 3;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.home-fv-scroll::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #9A9A9A;
    content: "";
}
.home-fv-scroll::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 20px;
    background: #fff;
    content: "";
    -webkit-animation: 1.5s ease 0s infinite forwards animeScroll;
    animation: 1.5s ease 0s infinite forwards animeScroll;
}
@keyframes animeScroll {
  0% { top: 0 }
  100% { top: 60px; }
}
@keyframes GradationAnim {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.home-fv-dess {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 10;
}
@media screen and (min-width: 0) and (max-width: 1000px) {
    #hero {
        height: 85vh;
    }
    #hero::before {
        background: url(./images/fv-back.svg) no-repeat center left / 310%;
    }
    .home-fv-con {
        width: 100%;
        max-width: 400px;
    }
    .home-fv-txt {
        width: 100%;
        margin-top: -5%;
    }
    .home-fv-txt h2 {
        max-width: 100%;
    }
    .home-fv-txt h2 img {

    }
    .home-fv-txt-sub {
        width: 100%;
    }
    .home-fv-img img {
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
    .home-fv-scroll {
        font-size: 10px;
    }
    .home-fv-dess {
        width: 40%;
        max-width: 500px;
        right: 2%;
    }
}
@keyframes GradationAnim {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* CONCEPT */
#concept {
    background: var(--color-back);
}
.concept-contents-wrap {
    position: relative;
}
.concept-contents-txt-wrap {
    width: 60%;
}
.concept-contents-txt-txt {
    margin-top: 45px;
    line-height: 2;
    letter-spacing: 0.1rem;
}
.concept-contents-txt-txt + .concept-contents-txt-txt {
    margin-top: 20px;
}
.concept-contents-txt-ceo {
    text-align: right;
    line-height: 1.25;
    font-family: var(--font-min);
    font-weight: 600;
}
.concept-contents-txt-ceo span {
    color: var(--color-red);
    font-size: 12px;
    font-weight: 400;
}
.concept-contents-img {
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 35%;
}
@media screen and (max-width: 1000px) {
    .concept-contents-txt-wrap {
        width: 100%;
    }
    .concept-contents-txt-txt-last {
        width: 50%;
    }
    .concept-contents-txt-ceo {
        text-align: left;
    }
    .concept-contents-img {
        position: absolute;
        right: 0;
        bottom: -80px;
        width: 50%;
        max-width: 230px;
        max-height: 60%;
        overflow: hidden;
    }
}

/* service */
#service {
    background: #78848F;
    color: var(--color-bg-wh);
}
#service .top-page-ttl h2 {
    color: var(--color-text-wh);
}
#service .top-page-ttl h2 span {
    color: var(--color-submain);
}
#service .top-page-ttl-txt {
    color: var(--color-submain);
}
#service .top-page-ttl-txt::before {
    background: var(--color-submain);
}
#service .txt-bigtxt span {
    color: var(--color-submain);
}
.service-contents-wrap {
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.service-contents-txt-wrap {
    width: 60%;
}
.service-contents-txt-name {
    font-size: 20px;
    margin-bottom: 5px;
}
.service-contents-img {
    width: calc(60% - 50px);
}
@media screen and (max-width: 1000px) {
    .service-contents-wrap {
        margin-top: 30px;
        flex-direction: column;
        gap: 30px 30px;
    }
    .service-contents-txt-wrap {
        width: 100%;
    }
    #service .txt-bigtxt {
        font-size: 20px;
    }
    .service-contents-txt-name {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .service-contents-img {
        width: 100%;
    }
}

/* recruit */
#recruit {
    background: url(./images/recruit-back.jpg) no-repeat center bottom / cover;
}
.recruit-contents-wrap {
    margin-top: 45px;
}
.recruit-contents-txt-wrap {
    display: flex;
    justify-content: space-between;
    gap: 14.5px;
}
.recruit-contents-txt {
    width: calc(50% - 30px);
}
.recruit-contents-txt-boder {
    width: 1px;
    background: #ccc;
    height: auto;
}
.recruit-contents-txt figure {
    width: 150px;
    margin-left: auto;
    margin-top: 20px;
}
@media screen and (max-width: 1000px) {
    .recruit-contents-wrap {
        margin-top: 30px;
    }
    .recruit-contents-txt-wrap {
        flex-direction: column;
        gap: 15px 15px;
    }
    .recruit-contents-txt {
        width: 100%;
    }
    .recruit-contents-txt-boder {
        display: none;
    }
    .recruit-contents-txt figure {
        width: 150px;
        margin-left: auto;
        margin-top: 20px;
    }
}

#model {
    position: relative;
}
.model-bg-txt {
    position: absolute;
    right: 50px;
    top: 50px;
    height: 758px;
}
#model .top-page-ttl {
    margin-bottom: 15px;
}
.model-contents-img {
}
@media screen and (max-width: 1000px) {
    .model-bg-txt {
        right: 4px;
        top: 0px;
        height: 340px;
    }
    .model-bg-txt img {
        height: 100%;
    }
    .model-contents-img {
        margin-top: 30px;
    }
}

#details .l-sectionHeight {
    padding-top: 0;
}
div.details-contents-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #ccc;
}
.details-contents-item .txt-txt:first-child {
    font-weight: bold;
}
dt.details-contents-item {
    font-weight: bold;
    width: 20%;
    min-width: 200px;
}
dd.details-contents-item {
    width: calc(80% - 20px);
    /* 20250726 asano 
     * line-height: 1.5;
     */
}
@media screen and (max-width: 1000px) {
    div.details-contents-item {
        flex-direction: column;
        gap: 5px 20px;
    }
    .details-contents-item .txt-txt:first-child {
    }
    dt.details-contents-item {
        width: 100%;
        min-width: 100%;
    }
    dd.details-contents-item {
        width: 100%;
    }
}

#member {
    background: var(--color-back);
}
.member-contents-wrap {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.member-contents-item {
    width: calc(50% - 50px);
}
.member-contents-item-info {
    display: flex;
    gap: 20px;
}
.member-contents-item-info-img {
    width: 90px;
    height: 90px;
}
.member-contents-item-info-txt {
    width: calc(100% - 90px - 20px);
}
.member-contents-item-info-name {
    font-size: 20px;
    font-family: var(--font-en);
    line-height: 1.5;
}
.member-contents--item-info-item {
    margin-top: 5px;
    line-height: 1.5;
}
.member-contents--item-info-item p {
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}
/* 20250717 asano Start
 * .member-contents--item-info-item p span {
    color: var(--color-red);
}
20250717 asano End */
.member-contents-item-txt {
    margin-top: 20px;
}
.member-contents-item-txt .txt-txt:first-child {
    font-family: var(--font-min);
    font-size: 20px;
}
@media screen and (max-width: 1000px) {
    .member-contents-wrap {
        flex-direction: column;
        gap: 50px 30px;
    }
    .member-contents-item {
        width: 100%;
    }
    .member-contents-item-info {
        display: flex;
        gap: 15px;
    }
    .member-contents-item-info-img {
        width: 70px;
        height: auto;
    }
    .member-contents-item-info-txt {
        width: calc(100% - 70px - 15px);
    }
    .member-contents-item-info-name {
        font-size: 16px;
        font-family: var(--font-en);
        line-height: 1;
    }
    .member-contents--item-info-item {
        margin-top: 5px;
        line-height: 1.5;
    }
    .member-contents--item-info-item p {
        font-size: 14px;
    }
    .member-contents-item-txt .txt-txt:first-child {
        font-size: 18px;
    }
}


#mvv {
    background: var(--color-back02);
    color: var(--color-text-wh);
}
#mvv .top-page-ttl {
    margin-bottom: 15px;
}
#mvv .top-page-ttl h2 {
    color: var(--color-text-wh);
}
#mvv .top-page-ttl h2 span {
    color: var(--color-submain);
}
#mvv .top-page-ttl-txt {
    color: var(--color-submain);
}
#mvv .top-page-ttl-txt::before {
    background: var(--color-submain);
}
.mvv-contents-items {
    margin-top: 80px;
}

#outline {
    background: var(--color-main);
}
.outline-contents dl {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    gap: 20px 20px;
    margin-top: 30px;
}
.outline-contents dl:last-child dt {
    line-height: 1.1;
}
.outline-contents dt {
    width: calc(96px + 20px);
    font-weight: 600;
}
.outline-contents dt small {
    font-weight: normal;
}
.outline-contents dd {
    width: calc(100% - (96px + 20px));
}
@media screen and (max-width: 1000px) {
    .outline-contents dl {
        flex-direction: column;
        gap: 5px 20px;
    }
    .outline-contents dt {
        width: 100%;
        line-height: 1;
    }
    .outline-contents dd {
        width: 100%;
    }
}

#news .l-innerWidth {
    display: flex;
    justify-content: space-between;
    gap: 0;
}
#news .top-page-ttl {
    min-width: 187px;
}
.news-items-wrap {
    width: 100%;
}
.news-item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    list-style: none;
}
.news-item:first-child {
    border-top: 1px solid #ccc;
}
.news-item-info {
    display: flex;
    align-items: center;
    gap: 10px 10px;
    line-height: 1;
}
.news-item-info time {
    font-size: 12px;
    color: #ccc;
}
.news-item-tag {
    font-size: 12px;
    color: var(--color-main);
}
.news-item-category {
    font-size: 12px;
    color: var(--color-main);
}
.news-item-ttl {
    margin-top: 5px;
}
@media screen and (max-width: 1000px) {
    #news .l-innerWidth {
        flex-direction: column;
        gap: 0;
    }
    .news-items-wrap {
        width: 100%;
    }
    ul.news-items {
        padding-left: 0;
    }
    .news-item {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .news-item-info {
        gap: 8px 8px;
    }
    .news-item-info time {
        font-size: 10px;
    }
    .news-item-tag {
        font-size: 10px;
    }
    .news-item-ttl {
        margin-top: 5px;
    }
}
/* ボタン */
.btn-left {
    justify-content: flex-start;
}
.btn-right {
    justify-content: flex-end;
}
.btn-center {
    justify-content: center;
}
.btn-01-wrap {
    margin-top: 20px;
}
.btn-01 {
    display: flex;
    align-items: center;
    color: var(--color-text-bk);
    position: relative;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .1));
}
.btn-01-left {
    justify-content: flex-start;
}
.btn-01-right {
    justify-content: flex-end;
}
.btn-01-center {
    justify-content: center;
}
.btn-01 figure {
    position: relative;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-bg-bk);
    border-radius: 50px;
}
.contact-btn-contents {
    display: flex;
}
.contact-btn-link {
    width: 50%;
}
.contact-btn-link-contact {
    background: var(--color-red);
    color: #fff;
    z-index: 5;
}
.contact-btn-link-txt {
    margin-bottom: 30px;
}
.contact-btn-link-txt h2 {
    font-size: 40px;
    font-family: var(--font-en);
    line-height: 1;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
}
.contact-btn-link-txt p {
    margin-top: 5px;
    font-size: 16px;
}
.contact-btn-link-arrow {
    margin-top: 30px;
}
.contact-btn-link-contact {
    background: var(--color-back02);
}
.contact-btn-link-contact .contact-btn-link-txt-wrap {
    margin-left: auto;
    max-width: calc(1024px / 2);
    padding-right: 50px;
    color: #fff;
}
.contact-btn-link-entry {
    background: var(--color-red);
}
.contact-btn-link-entry .contact-btn-link-txt-wrap {
    margin-right: auto;
    max-width: calc(1024px / 2);
    padding-left: 50px;
    color: #fff;
}
@media screen and (max-width: 1000px) {
    .contact-btn-contents {
        flex-direction: column-reverse;
    }
    .contact-btn-link {
        width: 100%;
    }
    .contact-btn-link-contact .contact-btn-link-txt-wrap {
        padding-right: 0;
        text-align: center;
    }
    .contact-btn-link-entry .contact-btn-link-txt-wrap {
        margin: 0 auto;
        padding-left: 0;
        text-align: center;
    }
    .arrow-round-stroke {
        margin: 0 auto;
    }
}

/* --------------------------------
   NEWS
-------------------------------- */
.p-topNews {
    background: var(--color-bg-a);
}
.p-topNews .page-ttl01-ttl {
    color: var(--color-main);
}
.p-topNews .page-ttl01-subttl {
    color: var(--color-text-a);
}
.p-topNews__block {
    display: flex;
    justify-content: space-between;
    gap: 10px 10px;
}
.p-topNews__heading {
    font-size: 5.2rem;
    letter-spacing: 0.5rem;
    line-height: 1;
    width: 40%;
    min-width: 80px;
}
.p-topNews__postList {
    width: 70%;
}
.p-topNews__postList .btn-02-wrap {
    text-align: end;
}
@media screen and (min-width: 0) and (max-width: 1000px) {
    .p-topNews {
    }
    .p-topNews__wrap {
    }
    .p-topNews__block {
        width: 100%;
        flex-direction: column;
    }
    .p-topNews .page-ttl01 {
        text-align: center;
    }
    .p-topNews__postList {
        margin-top: 20px;
        width: 100%;
    }
    .p-topNews__postList .btn-02-wrap {
        text-align: center;
    }
}









/* =============
form page
=============== */
.form-page-con-ttl {
  text-align: center;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
}
.form-page-con-txt {
  text-align: center;
  margin-top: 15px;
}
.form-wrap {
    background: #fff;
    padding: 40px 120px 80px;
}
.contact-page-form-item {
  margin-top: 40px;
}
.contact-page-form-item:first-of-type {
    margin-top: 0;
}
.contact-page-form-item-required {
  background: var(--color-red);
  padding: 2px 7px 1px 7px;
  display: inline-block;
  border-radius: 30px;
  line-height: 1;
  color: #fff;
  margin-left: 5px;
  font-size: 14px;
}
#form form {
    margin-top: 30px;
}
#form select , #form input , #form textarea {
    width: 100%;
    display: block;
    padding: 5px 10px 4px 10px;
    margin-top: 5px;
}
#form select , #form input , #form textarea {
    border-radius: 5px;
    border: 1px solid var(--color-gray);
    background: var(--color-gray);
}
#form select {
    padding: 8px 10px;
    color: var(--color-text-bk);
}
#form select option {
    color: var(--color-text-bk);
}
input::placeholder {
	color: #A0A0A0;
}
.wpcf7-acceptance {
    margin-top: 20px;
    display: block;
}
.wpcf7-acceptance label {
	display: flex;
	justify-content: center;
	line-height: 1;
}
.wpcf7-acceptance .wpcf7-list-item {
	display: block;
	margin: 0;
}
#form .form-check {
  width: 16px;
  margin-right: 10px;
  margin-top: 0;
}
.contact-page-form-smalltxt {
    margin-bottom: 15px!important;
    font-size: 14px;
}
.contact-page-form-smalltxt a {
  text-align: center;
  display: block;
  line-height: 1;
  margin-top: -10px;
  font-size: 14px;
  color: var(--color-text-bk);
}
.contact-page-form-btn {
  margin-top: 30px;
}
#form .wpcf7-submit {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px 14px;
  border-radius: 100px;
  background: var(--color-back02);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, .15));
  transition: .3s;
  border: none;
}
.wpcf7-submit:hover , .wpcf7-previous:hover {
  opacity: .6;
}
.contact-page-form-file {
    margin-top: 60px;
    border-top: 1px solid var(--color-main);
    padding-top: 60px;
}
a.contact-page-form-file-link {
    color: var(--color-main);
    font-weight: 600;
    font-size: 2rem;
}
.contact-page-form-file-item {
    margin-top: 30px;
}
.contact-page-form-file-ttl {
    font-weight: 600;
}
.contact-page-form-file-txt {
    color: var(--color-back);
    margin-top: 5px;
}
#form .wpcf7-file {
    border: none;
    margin-top: 10px;
    padding: 0;
    border: none;
    border-radius: 0;
}
#form li + li {
    margin-top: 8px;
}
#form ul + p {
    margin-top: 8px;
}
@media screen and (max-width: 1000px) {
    .form-wrap {
        padding: 30px 5% 40px;
    }
    .form-page-con-ttl {
        font-size: 20px;
    }
    .form-page-con-txt {
        text-align: left;
    }
}
/*
入力確認*/
.contact-confirm p + p {
	margin-top: 15px;
}
.contact-confirm form p:first-of-type {
	margin-top: 30px;
}
.confirm-txt {
    padding: 10px 10px 9px;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-top: 4px;
    display: block;
}
.confirm-txt-last {
	margin-bottom: 60px;
}
.wpcf7-previous {
    background: transparent!important;
    box-shadow: initial;
    border: solid 1px var(--color-back02)!important;
    font-size: 12px;
    color: var(--color-text-bk);
    width: 100%;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 20px;
    border-radius: 100px!important;
    font-weight: normal;
    letter-spacing: 1px;
    cursor: pointer;
    margin-bottom: 20px;
}
/*サンクスページ*/
.thanks-check {
    margin-top: 0;
}
.thanks-check img {
    text-align: center;
    margin: 0 auto;
}
.thanks-page-con-ttl {
  text-align: center;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
}
.thanks-page-con-txt {
  text-align: center;
  margin-top: 15px;
}
.btn-boder-wrap {
    text-align: center;
}
.btn-boder {
    border: solid 1px var(--color-back02);
    font-size: 16px;
    color: var(--color-text-bk);
    padding: 5px 50px;
    border-radius: 100px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 60px;
}
@media screen and (min-width: 0em) and (max-width: 1000px) {
    .contact-page-form {
    }
    .contact-page-form .inner-width {
        padding: 40px 5% 20px;
    }
    .contact-page-form-item {
        margin-top: 20px;
    }
    .contact-page-form-item-required {
        padding: 2px 7px 1px 7px;
        font-size: 10px;
    }
    label {
        padding: 10px 0 8px 0;
    }
    select , input , textarea {
        padding: 10px 5px 8px 5px;
    }
    select {
        height: 38px;
    }
    .contact-page-form-content {
        padding: 30px 5%;
    }
    .contact-page-con-ttl {
        font-size: 20px;
    }
    .contact-page-con_txt {
        margin-top: 6px;
    }
    .contact-page-form-wrap {
        margin-top: 30px;
    }
    .consent-check input {
        margin-top: 0;
        margin-left: 0;
    }
    .wpcf7-submit {
        width: 100%;
        padding: 15px 5%;
        font-size: 16px;
    }
    .contact-page-form-smalltxt {
        margin-top: 5px;
        margin-bottom: 5px !important;
    }
    .contact-page-form-item:last-child {
        margin-top: 5px;
    }
    .thanks-page-con-txt {
        text-align: left;
    }
}
/* =============
contact page
=============== */

/* =============
news
=============== */
#archive {
}

}
/* =============
Archive
=============== */
#archive .page-ttl {
}
.archive-page-tax-wrap ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    gap: 10px 10px;
}
.archive-page-tax-wrap ul li {
}
.archive-page-tax-wrap ul li a {
    color: var(--txt);
    padding: .2rem 12px;
    border: 1px solid var(--gray);
    border-radius: 20px;
}
.archive-page-tax-wrap ul li a:hover {
    color: var(--txt);
    background: #fff;
}
#archive .post-column-item-wrap {
    margin-top: 3rem;
}
#archive li.post-column-item {
    list-style: none;
}
#archive .post-column-item a {
    min-height: 135px;
    height: auto;
    color: var(--color-text-a);
    padding: 0 10px;
    border-bottom: 1px solid var(--color-back);
    display: flex;
    align-items: center;
}
#archive .post-column-item a:hover {
    background: rgba(0,0,0,0.3);
    opacity: 1;
}
#archive .post-column-item:first-child a {
    border-top: 1px solid var(--txt);
}
#archive .post-column-item-sub {
    display: flex;
    column-gap: 10px;
}
#archive .post-column-item-ttl {
    margin-top: 5px;
}
@media screen and (min-width: 0em) and (max-width: 1000px) {
    #archive .page-ttl {
        background: url("images/lesson-ttl-back.jpg")no-repeat center center/cover;
    }
    #archive .post-column-item-wrap {
        margin-top: 3.5rem;
    }
    #archive li.post-column-item {
        list-style: none;
    }
    #archive .post-column-item a {
        min-height: auto;
        height: auto;
        padding: 1.5rem;
    }
    #archive .post-column-item a:hover {
    }
    #archive .post-column-item:first-child a {
    }
    #archive .post-column-item-sub {
        display: flex;
        column-gap: 10px;
        font-size: 1.2rem;
    }
    #archive .post-column-item-ttl {
        margin-top: .2rem;
    }
}











