@charset "UTF-8";
/*
 * 2026年1月リニューアル用の追加・上書きスタイル
 * Date: 2025-12-25~
 */

.no-m { margin: 0 !important; }

/*----------ヘッダー・TOPページ(_header.php/index.php)----------*/

.hero {
    max-width: 1100px;
    margin: auto;
}
.hero img {
    width: 100%;
    height: auto;
}
/*------------------------パネル３つ--------------------------*/
.flex-panel {
    display: flex;
    justify-content: center;
    gap: 15px; 
    width: 100%;
    margin-bottom: 2rem;
}
.panel {
    flex: 1; 
    aspect-ratio: 4 / 2.5;
    border-radius: 12px; 
    border: 1px solid #afafaf;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}
.panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
    z-index: 0;
}

#introduction::before { background-image: url('../img/introduction_bg.png'); }
#recruit::before      { background-image: url('../img/recruit_bg.png'); }
#service::before      { background-image: url('../img/service_bg.png'); }

.panel:hover::before { transform: scale(1.1); }

.panel a {
    display: flex; 
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.panel h2 {
    color: #004475;
    text-align: center;
    font-weight: 600;
    font-size: 3rem;
    margin: 0;
    text-shadow: 0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff;
}
.panel h2 span {
    display: block; 
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    /*text-shadow: 2px  2px 0 #fff, -2px  2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;*/
}

@media (max-width: 950px) {
    .flex-panel {
        flex-direction: column;
        align-items: center;
        gap: 3.5rem;
    }
    .panel {
        width: 90%;
        max-width: 700px;
        height: auto;
        flex: none;
    }
}

/*-----オンラインショップリンク-----*/
#online-shop {
    background: #ecf1fa;
    padding-bottom: 30px;

}
.shop-area {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    gap: 5%;
    padding: 2rem 0;
    margin: auto;
    background: #ffffff;
    border-radius: 20px;
}
.shop-area img {
    width: 20%;
    height: auto;
}

.shop-area-text {
    width: 40%;
    text-align: center;
}
.shop-area-text h2 {
    font-weight: 500;
    color: #004475;
    padding-bottom: 1.1rem;
    border-bottom: 2px dashed #858585;
}
.shop-area-text p {
    line-height: 1.8;
    margin: 1.6rem 0;
    font-weight: 500;
}
.shop-btn {
    width: 60%;
    margin: auto;
    padding: 1.1rem 0;
    background: #f1f1f1;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.shop-btn:hover {
    cursor: pointer;
    transform: translateY(-2px); 
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); 
}

.shop-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 500;
    transition: color 0.3s ease;
}

.shop-btn a span {
    display: flex; 
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: linear-gradient(120deg, #72abcc 0%, #07304e 100%);
    color: #FFF;
    border-radius: 50%;
    margin-left: 5%;
    position: relative;
}
.shop-btn a span::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
}
.shop-btn:hover a { opacity: 0.7; }


@media (max-width: 895px) {
    .shop-area img {
    width: 30%;}
    .shop-btn {
    width: 100%;}
}

@media (max-width: 600px) { 
    .shop-area { flex-direction: column; } 
    .shop-area img {
    width: 45%;
    max-width: 230px;
    margin-bottom: 1.5rem;
}
    .shop-area-text {
    width: 80%;
    text-align: center;
}
.shop-btn {
    width: 60%;}
}

/*-----ビジョンコンソーシアム-----*/
.btm-link {
    display: flex;            
    justify-content: center;  
    align-items: center;  
    flex-wrap: wrap;        
    gap: 20px; 
	width: 85%;          
    max-width: 850px;       
    margin: 2rem auto;       
}
.btm-link a {
	flex: 0 1 auto;
	max-width: 200px;    

}
.btm-link img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0 10px;
	border: 1px solid #c7c7c7ff;
}
.btm-link p {
	text-align: left;     
	margin: 0;
	flex: 1 1 250px;             
	max-width: 400px;   
}
@media (max-width: 500px) {.btm-link a {max-width: 150px; } }

/*---------事業案内ページ(introdction.php)----------*/

.purpose .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.purpose .flex .img { flex: 1.5; }
.purpose .flex .flex-inner { flex: 1; }
.purpose .flex img { max-width: 100%; height: auto; }

#hataraku_lab section .point > li {
	margin-bottom: 0.6rem;
	padding-left: 1.8rem;
	position: relative;
}
#hataraku_lab section .point > li:before {
	content: '・';
	width: 1.6rem;
	text-align: right;
	position: absolute;
	left: 0;
}
#hataraku_lab section .point > li.none::before {
	content: '';
}
@media (max-width: 768px) { .purpose .flex { flex-direction: column; } }

.about { overflow: hidden; }
.attribute { overflow: hidden; }

/*----------障がい者採用ページ(recruit.php)----------*/

/*-----就業イメージ-----*/
.pattern {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.pattern h5 {
    font-size: 1.8rem;
    margin-bottom: 3px;
}

#hataraku_lab section .pattern p {
    margin-left: 16px;
    margin-bottom: 20px;
}
@media (max-width: 500px) {.pattern-list li { padding: 15px 20px; } }

#hataraku_lab section .job .new-img {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 50px;
}
/*-----採用情報-----*/
.recruit-box {
    text-align: center; 
    background-color: #c8daed; 
    border: 1px solid#b1b1b1;
    border-radius: 35px; 
    padding: 40px 30px; 
    margin: 20px auto; 
}

.recruit-box h4 { color: #005490; }
.recruit-box img {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}
@media (max-width: 800px) {
    .recruit-box .pc-only { max-width: 100%; }
}

.pc-only { display: block; }
.smp-only { display: none; }

/*-----メールアドレス-----*/
/*.recruit-box .white-btn {
    display: inline-block;
    background: #fff;
    padding: 10px 50px; 
    border-radius: 25px;
    margin: 15px 0;
    text-decoration: none;
    transition: all 0.3s , color 0.3s;
}
.recruit-box .white-btn:hover { background: #4472c1; color: #fff; }*/
.btn-wrap {
    width: 60%;
    background: #fff;
    padding: 10px 50px; 
    border-radius: 25px;
    margin: 15px auto;
}
.adress-btn{
    margin: auto;
    width: 100%;
    height: auto;
}
@media (max-width: 700px) {.btn-wrap {width: 70%; } }
@media (max-width: 640px) {.btn-wrap {width: 75%; } }
@media (max-width: 500px) {
    .recruit-box p { text-align: left; }
    .recruit-box .btn-wrap { width: 90%; text-align: center; padding: 8px 30px; }
    .adress-btn{ width: 70%;}
    .pc-br { display: none; }
    .pc-only { display: none; }
    .smp-only { display: block; }
}
@media (max-width: 400px) {
    .recruit-box .btn-wrap { width: 100%; text-align: center; padding: 5px 20px; }
    .adress-btn{ width: 100%;}
}
/*-----メンバー紹介-----*/

.member-box {
    border: 1px solid#b1b1b1;
    border-radius: 35px; 
    padding: 40px 30px; 
    margin: 0 auto 6rem auto;
}
.profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin-bottom: 2.5rem;
}
.profile-icon {
    width: 130px;
    height: auto;
    border: 1px solid#b1b1b1;
    border-radius: 25px; 
}

.profile-deta p {
    margin: 5px 0;
    display: flex; 
    align-items: flex-start;
}

.profile-deta p span {
    flex-shrink: 0; 
    margin-right: 10px; 
}
.q-a .question {
    width: 55%;
    color: #fff;
    font-weight: bold;
    background: #6b99c6;
    border-radius: 30px;
    padding: 15px 20px;
    margin-bottom: 1.5rem;
    display: flex; 
    align-items: flex-start;
}
.q-a p span {
    flex-shrink: 0; 
}
.q-a .answer {
    margin: 0 15px 25px 15px;
}

@media (max-width: 780px) {
    .q-a .question { width: 70%; }
}
@media (max-width: 540px) {
    .q-a .question { width: 80%; }
}
@media (max-width: 482px) {
    .profile { flex-direction: column; margin: 0 auto 2.5rem auto; gap: 20px; }
    .profile p { text-align: center; }
    .q-a .question { width: 100%; }
}