@charset "UTF-8";
a {
    cursor: pointer;
}

/*
========================================
Fluid Typography (PC: 1400px 〜 SP: 751px)
========================================
*/

/* 1. 大きなフォント (例: 主要見出しやリード文) */
.p-big-font {
    /* 最小 1.7rem (17px) から 最大 2.0rem (20px) まで可変 */
    /* ビューポート幅の変化に対する感度を少し高く設定 (0.5vw) */
    font-size: clamp(1.7rem, calc(1.7rem + 0.5vw), 2.0rem);
}

/* 2. 中程度のフォント (例: 標準本文や小見出し) */
.p-middle-font {
    /* 最小 1.4rem (14px) から 最大 1.6rem (16px) まで可変 */
    /* 標準的な可変感度を設定 (0.25vw) */
    font-size: clamp(1.4rem, calc(1.4rem + 0.25vw), 1.6rem);
}

/* 3. 小さなフォント (例: キャプションや注釈) */
.p-small-font {
    /* 最小 1.2rem (12px) から 最大 1.4rem (14px) まで可変 */
    /* ビューポート幅の変化に対する感度を緩やかに設定 (0.1vw) */
    font-size: clamp(1.2rem, calc(1.2rem + 0.1vw), 1.4rem);
}
.sp-zone {
    display: none;
}
.pc-zone {        
    display: block;
}
body {
    background-color: #FFFAF4;
    color: #393939;
    margin: 0;
    padding: 0;
    font-family: "M PLUS 1p", sans-serif;
}
.m-plus-1p-regular {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* header */
.arch-header {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    gap: 40px;
    max-width: 1305px;
    margin: 0 auto;
    width: 95%;
}
.arch-header__logo-section {
    display: flex;
    align-items: center;
    gap: 8px;
}
.arch-header__nav {
    display: flex;
    gap: 40px;
    font-size: 9px;
    letter-spacing: 2px;
}  
.arch-header__nav-link {
    line-height: 1.75;
    color: #393939;;
    text-decoration: none;
    font-weight: bold;
} 
.arch-header__social-icons {
    display: flex;
    gap: 20px;
    align-items: center;
} 




.arch-header {
    width: 78.5%;
    max-width: 1085px;
    position: relative;
    padding-top: 0;
    margin-top: 50px;
}
.arch-header__social-icons {
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}




.arch-header__social-icon01 {
    width: 25px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 10px;
}
.arch-header__social-icon02 {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 10px;
}
/* index */
.topcontent-section {
    width: 78%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 70px;
}
.fade-slider {
    position: relative;
    width: 100%;
}
.fade-slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1.5s ease;
}
.fade-slider img.active {
    opacity: 1;
}
.fade-slider::after {
    content: "";
    display: block;
    padding-top: 80%; /* 画像比率に合わせて調整 例：16:9 → 56.25% */
}
/* footer */
.foot-main {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    font-weight: bold;
    width: 90%;
}
/* fee */
.flow-wrapper img {
    padding-bottom: 100px;
    padding-left: 30px;
}
.fee-points {
    padding-left: 30px;
}
.fee-trre {
    padding-bottom: 100px;
}
.fee-points span {
    text-decoration: underline;
}
.fee-points li {
    list-style: none;  
}
.fee-points li p {
    padding-left: 30px;
}
.fee-points p {
    line-height: 2;
    font-weight: bold;
}
.fee-flex {
    display: flex;
}
.fee-flex li {
    padding-top: 30px;
    padding-bottom: 30px;
}
/* works */
.portfolio-main {
    max-width: 1080px;
}
.portfolio-heading {
    margin-bottom: 50px;
}
.portfolio-title-line {
    width: 100%;
    height: 1px;
    background: #393939;
}
.works-filter-row {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
}
.works-filter-btn {
    width: 17.14285714vw;
    height: 30px;
    padding: 0 12px;
    border: 1px solid #393939;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.2em;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    display: flex;
    align-items: center;
    justify-content: center;
}
.works-filter-btn--invisible {
    border-color: transparent;
    background-color: transparent;
    cursor: default;
    pointer-events: none;
}
.works-filter-divider {
    width: 2px;
    height: 30px;
    background-color: #393939;
    flex-shrink: 0;
}
.works-filter-divider--invisible {
    background-color: transparent;
}
.filter-separator {
    font-size: 12px;
    color: #393939;
    text-align: center;
}
.project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 15px;
    margin-bottom: 50px;
    padding-top: 80px;
}
.project-card {
    cursor: pointer;
}
.project-image {
    width: 100%;
    aspect-ratio: 3 / 2;
    background: #ccc;
    margin-bottom: 20px;
    height: auto;
}
.project-image img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
}
.project-name {
    line-height: 1.75;
    font-weight: bold;
    margin: 0;
    color: #393939;
    letter-spacing: 0.5px;
    padding-bottom: 50px;
}
.cta-section {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 80px;
}
.cta-content {
    display: flex;
    justify-content: space-between;
}
.cta-btn {
    white-space: nowrap;
    width: 14.14285714vw;
    border: 1px solid #393939;
    border-radius: 4px;
    padding: 5px 30px 5px 30px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: inherit;
    color: #393939;
    justify-content: space-between;
}
.cta-btn02 {
    white-space: nowrap;
    width: 14.14285714vw;
    border: 1px solid #393939;
    border-radius: 4px;
    padding: 5px 30px 5px 30px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: inherit;
    color: #393939;
    justify-content: space-between;
}
.cta-btn-ar {
    white-space: nowrap;
    width: fit-content; 
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}
.cta-arrow-r {
    display: inline-block; 
    transform: rotate(-90deg); /* 90度反時計回りに回転 */
    transition: transform 0.3s ease; /* アニメーションを追加（オプション） */
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 100px;
}
.pagination-arrow,
.pagination-num {
    background: none;
    border: none;
    font-size: 11px;
    cursor: pointer;
    color: #393939;
    padding: 0;
    font-family: inherit;
}
.pagination-num--active {
    font-weight: bold;
}
.process-title {
    border-bottom: 2px solid #393939;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 100px;
    padding-bottom: 15px;
}
.process-heading {
    border-left: 3px solid #393939;
    padding-left: 30px;
    margin-bottom: 50px;
    line-height: 1.75;
    font-weight: bold;
}
.process-main {
    padding-left: 10px;
}
.process-text, .process-subtext {
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 2;
    padding-left: 30px;
}
.flow-title {
    border-left: 3px solid #393939;
    padding-left: 30px;
    margin: 60px 0 40px;
}
.sub-title p {
    margin: 60px 0 47px;
    line-height: 1.75;
    font-size: 1.2rem;
    font-weight: bold;
}
.sub-title {
    display: flex;
    gap: 40px;
    align-items: end;
}
.flow-step {
    display: flex;
    flex-direction: row;  
}
.flow-step:not(:last-child) {
    border-bottom: solid 1px #393939;
}
.flow-left {
    line-height: 1.75;
    color: #393939;
    font-weight: bold;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 0;
}
.flow-step + .flow-step .flow-left {
    padding-top: 30px;
}
.flow-left h3 {
    text-decoration: underline;
    margin-bottom: 5px;
    width: 280px;
}
.flow-left h3:not(.not-bottom) {
    margin-bottom: 25px;
}
.flow-mid {
    display: flex;
}
.process-flow {
    padding-bottom: 70px;
}
.arrow-container01 {
    width: 40px;             
    height: 100%;            
    background: #ebebeb;  
    color: #393939;    
    display: flex;
    justify-content: center;
    align-items: center;
   clip-path: polygon(
    0% 0%,     
    100% 0%,    
    100% 95%,  
    50% 100%,  
    0% 95%      
  );
}
.arrow-container02 {
    width: 40px;             
    height: 100%;            
    background: #b0b0b0; 
    color: #393939;     
    display: flex;
    justify-content: center;
    align-items: center;
   clip-path: polygon(
    0% 0%,     
    100% 0%,    
    100% 95%,  
    50% 100%,  
    0% 95%      
  );
}
.arrow-container03 {
    width: 40px;             
    height: 100%;            
    background: #747474;    
    color: #fff;  
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(
    0% 0%,     
    100% 0%,    
    100% 93%,  
    50% 100%,  
    0% 93%      
  );
}
.arrow-container04 {
    width: 40px;             
    height: 100%;            
    background: #393939; 
    color: #fff; 
    display: flex;
    justify-content: center;
    align-items: center;
   clip-path: polygon(
    0% 0%,     
    100% 0%,    
    100% 95%,  
    50% 100%,  
    0% 95%      
  );
}
.arrow-container05 {
    width: 40px;             
    height: 106%;            
    background: #FFFAF4; 
    color: #fff; 
    display: flex;
    justify-content: center;
    align-items: center;
   clip-path: polygon(
    0% 0%,     
    100% 0%,    
    100% 96%,  
    50% 100%,  
    0% 96%      
  );
}
.flow-non {
    background-color: #FFFAF4;
    width: 35px;
}
.flow-month {
    writing-mode: vertical-rl;
    color: #393939;
    font-weight: bold;
    text-align: center;
    line-height: 1.75;
    padding-left: 15px;
    padding-right: 15px;
}
.flow-right {
    align-content: center;
}
.flow-mid p {
    text-orientation :upright
}
.flow-right p {
    color: #393939;
    line-height: 2;
    font-weight: bold;
}
.flow-right p:not(:first-child){
    padding-top: 25px;
}
.process-01 {
    max-width: 213px;
}
.process-02 {
    max-width: 160px;
}
.process-03 {
    max-width: 182px;
}
.process-04 {
    max-width: 172px;
}
.process-05 {
    max-width: 195px;
}
.process-06 {
    max-width: 177px;
}
.process-07 {
    max-width: 203px;
}
.flow-period {
    writing-mode: vertical-rl; 
    font-weight: bold;
    text-align: center;
}
.process-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.nav-btn {
    text-decoration: none;
    color: #393939;
    padding: 6px 18px;
    transition: background 0.2s;
}
.nav-btn:hover {
    background: #333;
    color: #fff;
}
.pagination {
  text-align: center;
  margin: 40px 0;
}
.pagination a {
    display: inline-block;
    margin: 0 6px;
    text-decoration: none;
    color: #393939;
    font-weight: bold;
    vertical-align: middle;
}
.pagination a.current {
    text-decoration: none;   
    font-weight: bold;
    border-bottom: 2px solid #adadad;  
}
.pagination a.arrow {
    width: 12px;
    height: 12px;
    position: relative;
    font-size: 0;
}
.pagination a.arrow.prev::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-left: 2px solid #393939;
    border-bottom: 2px solid #393939;
}
.pagination a.arrow.next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #393939;
    border-bottom: 2px solid #393939;
}
.visual-section {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 50px;
}
.title-about {
    line-height: 1.75;
    font-weight: bold;
}
.about-text {
    line-height: 1.42;
    padding-left: 30px;
    font-weight: bold;
    padding-bottom: 30px;
}
.visual-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.visual-full-image {
    width: 100vw;    
    max-width: none;     
    height: auto;
    display: block;
    object-fit: cover;
    opacity: 0.5;
    height: 540px;
    object-position: center -152px;
}
.visual-overlay {
    position: absolute;
    inset: 0; 
    background-color: rgba(255,255,255,0.45); 
    pointer-events: none; 
    z-index: 2;
}
.visual-inner {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1080px;  
    height: auto;
    display: flex;
    align-items: center; 
    justify-content: center;
    padding: 6vh 20px;  
    box-sizing: border-box;
    z-index: 3;        
}
.visual-text {
    color: #393939; 
    text-align: left;
    width: 100%;
}
.visual-text h1 {
    padding-bottom: 40px;
}
.visual-text p {
    padding-left: 30px;
    padding-bottom: 25px;
}
.visual-body p {
    line-height: 1.42;
    margin: 0 0 1.1em 0;
    text-align: left;
    color: #393939;
}
.about-content {
    margin: 0 auto;
    display: flex;
    width: 80%;
    gap: 60px;
    padding-top: 100px;
    max-width: 1080px;
}
.profile-img {
    width: 200px;
    align-self: flex-start;
}
.about-profile {
    display: flex;
    gap: 20px;
    align-items: baseline;
}
.name-nomber p {
    line-height: 1.75;
    font-weight: bold;
}
.name-big {
    font-size: 3rem;
    line-height: 1.75;
    font-weight: bold;
}
.name-small {
    line-height: 1.75;
    font-weight: bold;
}
.text-blue a {
    color: #0008ff;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 5px;
    padding-top: 5px;
    position: relative;
    display: inline-block;
    text-decoration: none; 
}
.text-blue a::after {
    content: "";
    position: absolute;
    left: 0.5em;
    bottom: 2px; 
    width: calc(100% - 1em);
    height: 1px;
    background-color: #0008ff;
}
.shift-reguy p {
    line-height: 1.75;
    padding-left: 20px;
    font-weight: bold;
}
.klasic {
    display: flex;
    border: solid 1px;
    border-radius: 10px;
    align-items: center;
    margin-top: 30px;
}
.klasic-img {
    height: 32px;
    padding: 20px 0 20px 30px;
}
.klasic-content p {
    padding: 20px 30px 20px 20px;
    line-height: 1.5;
    font-weight: bold;
}
.overview-section {
    padding: 100px 0 180px 0;
}
.overview-inner {
    max-width: 1080px;
    margin: 0 auto;
    width: 80%;
}
.overview-title {
    letter-spacing: 4px;
    color: #393939;
    text-align: left;
    line-height: 1.75;
    font-weight: bold;
}
.overview-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    padding-top: 45px;
    padding-left: 40px;
}
.overview-info dl {
    display: grid;
    grid-template-columns: 80px 1fr;
    row-gap: 40px;
    column-gap: 40px;
    line-height: 2;
    font-weight: bold;
    color: #393939;
}
.overview-info dd {
    line-height: 1.8;
}
.overview-map {
    width: 48%;
    position: relative;
    text-align: right;
}
.overview-map .map-link {
    display: block;
    color: #0027ff;
    text-decoration: none;
    margin-bottom: 10px;
}
.overview-map img {
    width: 100%;
    height: auto;
    display: block;
}
.map-access {
    color: #393939;
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.375;
    text-align: left;
    padding-top: 15px;
}
/* contact */
.contact-text {
    text-align: center;
    padding-bottom: 50px;
}
.contact-inner {
    display: inline-block; 
    text-align: left;
    width: 100%;
    width: fit-content; 
}
.contact-inner p {
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.75;
}
.contact-need {
    padding-bottom: 30px;
}
.contact-need p {
    font-weight: bold;
    padding-left: 80px;
}
.contact-form {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 15px;
}
.contact-form p {
    margin-bottom: 20px;
}
/* フォントサイズ特例 */
.contact-form label {
    font-size: 1.4rem;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc; 
    border-radius: 10px;
    font-size: 1.4rem;
}
.contact-form .form-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.contact-form .label-text {
    font-weight: bold;
    font-size: 1.4rem;
    white-space: nowrap;
    width: 120px;
    flex-shrink: 0; 
}
.contact-form .input-area {
    flex-grow: 1; 
}
.contact-form .input-area input,
.contact-form .input-area textarea {
    width: 100%;
}
.contact-form .input-area textarea {
    height: 200px;
    background-color: #fff;
}
.contact-form input[type="checkbox"] {
    transform: scale(1.2);
    margin-right: 5px;
}
.label-ve-text {
    text-align: center;
}
.label-inner-text {
    display: inline-block; 
    text-align: left;
    width: 100%;
    width: fit-content; 
    padding-bottom: 20px;
    padding-top: 20px;
}
.label-inner-text p {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}
.label-inner-text p a {
    color: #393939;
    text-decoration: underline;
}
.wpcf7-spinner {
    display: none !important;
}
.submit-area {
    text-align: center;
    padding-bottom: 20px;
}
.in-submit {
    border: solid 1px #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}
.contact-form input[type="submit"] {
    width: 60%;
    padding: 12px 0;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    font-weight: bold;
}
.wpcf7-list-item-label {
    font-weight: bold;
    line-height: 2;
}

/* 確認画面用 */
#wpcf7cpcnf {
    width: 760px;
    margin: 20px auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    font-size: 1.4rem;
}
#wpcf7cpcnf table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
#wpcf7cpcnf th,
#wpcf7cpcnf td {
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
    text-align: left;
    vertical-align: top;
    font-size: 1.4rem;
}
#wpcf7cpcnf th {
    width: 180px;
    white-space: nowrap;
    font-weight: bold;
}
#wpcf7cpcnf td p {
    margin: 0;
    font-size: 1.4rem;
}
#wpcf7cpcnf .wpcf7cp-btns {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
}
#wpcf7cpcnf .wpcf7cp-btns button {
    width: 40%;
    padding: 12px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
}
/* privacy policy */
.privacy-content {
    width: 900px;
    text-align: left;
    margin: 0 auto;
}
.privacy-big-text p {
    font-weight: bold;
    line-height: 2;
}
.privacy-main-content p {
    font-weight: bold;
}
.padd-b {
    padding-bottom: 20px;
} 
.line-h {
    line-height: 2;
}
.padd-width {
    padding-left: 20px;
}
.privacy-ad-t {
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
}
.privacy-ad {
    text-align: left;
    width: 380px;     
}
.privacy-ad p {
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tedv-ry {
    padding-top: 100px;
}
.tedv-rt {
    padding-bottom: 100px;
}
.button-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 96%;
    padding-right: 20px;
    margin-top: 20px;
}
.close-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 30px;
    border: 1px solid #333;
    background-color: #f8f7f5;
    color: #333;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    transition: background-color 0.2s ease;
}
.close-icon {
    margin-right: 8px;
    line-height: 1;
}
.close-button:hover {
    background-color: #e0ddd9;
    cursor: pointer;
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0; 
}
.modal.is-active {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal-content {
    margin: 0 auto; 
    width: 100%; 
    max-width: 1200px; 
    background-color: #f8f7f5;
}

.modal .button-wrapper {
    position: fixed; 
    top: 30px;
    right: 230px;
    z-index: 10000;
    width: auto; 
    margin-bottom: 0;
    padding-right: 0 !important;
}
.modal .process-main {
    padding-top: 100px; 
}


.wp-block-heading {
    font-size: 2em;
    line-height: 1.75;
    margin-top: 100px; 
    margin-bottom: 50px;
    font-weight: bold; 
    text-align: left;
}
.wp-block-image {
    margin: 40px 0; 
}

.wp-block-image img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    display: block; 
    margin-left: auto;
    margin-right: auto;
}
.wp-block-columns {
    display: flex;
    flex-wrap: wrap; 
    gap: 80px; 
} 
.wp-block-group.custom-column-item {
    background-color: #f0f0f0; 
    border: 1px solid #ccc; 
    padding: 15px; 
    height: 100%; 
    box-sizing: border-box;
    display: flex;
    flex-direction: column; 
}
.custom-column-item .wp-block-image {
    margin-top: 0;
    margin-bottom: 10px; 
}
.custom-column-item p.image-caption-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.9em;
    line-height: 1.5;
}
.wp-block-image.large-footer-image {
    background-color: #f0f0f0;
    min-height: 400px;
    border: 1px solid #ccc;
    padding: 0;
    display: flex; 
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 100px;
}
.wp-block-image.large-footer-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain; 
}
.process-intro .wp-block-image {
    margin-left: 0;
    margin-right: 0;
    width: 100%; 
    box-sizing: border-box; 
    margin-top: 100px;
    margin-bottom: 15px;
}
.process-intro .wp-block-image img {
    width: 100%;
    height: auto;
}
.works-content p{
    font-weight: bold;
    line-height: 1.57;
    color: #393939;
}
.wp-element-caption{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.57;
    color: #393939;
}
.wp-element-caption {
    padding-top: 20px;
}





.pagenaate-works {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
}
.next-works {
    text-align: right;
}
.post-navigation-wrapper {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
    padding: 20px 0;
}
/* フォントサイズ特例 */
.next-works a,.prev-works a,
.previouspostslink a,
.post-navigation-wrapper a { 
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: bold; 
    color: #393939; 
    text-decoration: none;
}
.post-navigation-wrapper .post-title {
    display: none;
}




.js-modal {
    /* 通常は非表示の「flexコンテナ」として設定 */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

/* JavaScriptで is-active が付与されたら表示する */
/* is-activeがない場合は非表示にする */
.js-modal:not(.is-active) {
    display: none;
}

/* モーダルの中身 */
.js-modal-content {
    background-color: #fefefe;
    padding: 40px;
    border-radius: 8px;
    max-height: 100%;
    overflow-y: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    text-align: center;
    margin: 0 auto;
    max-width: 36vw;
}

/* 画像のスタイル */
.js-modal-content img {
    max-width: 100%;
    height: auto;
    display: block; 
}

















