/* ========================================
   Our Strengthsセクション
======================================== */
.strengths-section {
    background-color: #FFFFFF;
    padding: 100px 0;
    position: relative;
    border-bottom: 1px solid #AAAAAA;
}

.strengths-layout {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 50px;
}

.strengths-left {
    flex: 1;
    max-width: 600px;
}

.strengths-right {
    flex: 0 0 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* セクションヘッダー */
.section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
}

.section-header::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, #24853B 0%, #ADE35C 50%, #FFFFFF 100%);
}

.about-section-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-section-title {
    font-family: 'Secular One', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
    position: relative;
    padding-right: 15px;
}

.about-section-title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #AAAAAA;
}

.about-section-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    padding-left: 4px;
}

/* メインタイトル */
.strengths-main-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

/* 説明文 */
.strengths-description,
.message-description {
    margin: 20px auto;
}

.strengths-description-text,
.message-description-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 2.3;
    letter-spacing: 0.06em;
    margin: 0;
}

/* 円形要素 */
.strengths-circles {
    position: relative;
    width: 440px;
    height: 440px;
}

.strength-circle {
    position: absolute;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.strength-circle-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #7BC1FE 0%, #A7F2FB 50%, #FFFFFF 100%);
}

.strength-circle-left {
    bottom: 0;
    left: 0;
    background: linear-gradient(40deg, #7BC1FE 0%, #A7F2FB 50%, #FFFFFF 100%);
}

.strength-circle-right {
    bottom: 0;
    right: 0;
    background: linear-gradient(320deg, #7BC1FE 0%, #A7F2FB 50%, #FFFFFF 100%);
}

.circle-text {
    font-family: 'Secular One', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* ========================================
   レスポンシブ対応
======================================== */
@media screen and (max-width: 1024px) {
    .strengths-section {
        padding: 80px 0;
    }
    
    .strengths-layout {
        gap: 60px;
    }
    
    .strengths-right {
        flex: 0 0 350px;
    }
    
    .strengths-circles {
        width: 350px;
        height: 350px;
    }
    
    .strength-circle {
        width: 170px;
        height: 170px;
    }
    
    .circle-text {
        font-size: 28px;
    }
    
    .about-section-title {
        font-size: 40px;
    }
    
    .strengths-main-title {
        font-size: 28px;
    }
    
    .strengths-description {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .strengths-section {
        padding: 60px 0;
    }
    
    .strengths-layout {
        flex-direction: column;
        gap: 40px;
    }
    
    .strengths-left {
        max-width: 100%;
    }
    
    .strengths-right {
        flex: 0 0 auto;
        width: 100%;
    }
    
    .strengths-circles {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
    
    .strength-circle {
        width: 140px;
        height: 140px;
    }
    
    .circle-text {
        font-size: 24px;
    }
    
    .section-header {
        gap: 15px;
        margin-bottom: 30px;
    }
    
    .section-icon {
        width: 30px;
        height: 30px;
    }
    
    .about-section-title {
        font-size: 32px;
    }
    
    .section-subtitle {
        font-size: 14px;
    }
    
    .strengths-main-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .strengths-description {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* ========================================
   代表挨拶セクション
======================================== */
.message-section {
    background-color: #FFFFFF;
    padding: 100px 0;
}

.message-layout {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.message-left {
    flex: 1;
    max-width: 600px;
}

.message-right {
    flex: 0 0 450px;
}

/* メインタイトル */
.message-main-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

/* 画像エリア */
.message-image {
    position: relative;
}

.message-image img {
    width: 100%;
    height: auto;
    display: block;
}

.message-caption {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    text-align: right;
    margin-top: 15px;
    letter-spacing: 1px;
}

/* ========================================
   レスポンシブ対応
======================================== */
@media screen and (max-width: 1024px) {
    .message-section {
        padding: 80px 0;
    }
    
    .message-layout {
        gap: 60px;
    }
    
    .message-right {
        flex: 0 0 400px;
    }
    
    .message-main-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .message-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .message-section {
        padding: 60px 0;
    }
    
    .message-layout {
        flex-direction: column;
        gap: 40px;
    }
    
    .message-left {
        max-width: 100%;
    }
    
    .message-right {
        flex: 0 0 auto;
        width: 100%;
    }
    
    .message-main-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .message-text {
        font-size: 14px;
        line-height: 1.8;
    }
    
    .message-text p {
        margin-bottom: 15px;
    }
    
    .message-caption {
        font-size: 13px;
        margin-top: 12px;
    }
}

/* ========================================
   スクロールテキストセクション
======================================== */
.scrolling-text-section {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.scrolling-text-wrapper {
    width: 100%;
    overflow: hidden;
}

.scrolling-text {
    display: inline-block;
    white-space: nowrap;
    animation: slideLeft 15s linear infinite;
    will-change: transform;
}

.scrolling-text span {
    font-family: 'Secular One', sans-serif;
    font-size: 120px;
    font-weight: 500;
    color: #EAEBEF;
    padding: 0 40px;
    letter-spacing: 2px;
    font-style: italic;
}

.gradient-text {
    background: linear-gradient(90deg, #ADE35C 0%, #EAEBEF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* フォールバック用 */
    color: #EAEBEF;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.333%);
    }
}

/* ========================================
   会社概要セクション
======================================== */
.company-section {
    background-color: #FFFFFF;
    padding: 100px 0 150px 0;
    border-bottom: 1px solid #AAAAAA;
}

.company-table-wrapper {
    max-width: 800px;
    margin: 60px auto 0;
}

.company-table {
    width: 100%;
    border-collapse: collapse;
}

.company-table tbody tr {
    border-bottom: 1px solid #AAAAAA;
}

.company-table th {
    width: 180px;
    padding: 25px 45px;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    vertical-align: top;
}

.company-table td {
    padding: 25px 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
}

/* ========================================
   レスポンシブ対応
======================================== */
@media screen and (max-width: 1024px) {
    .scrolling-text span {
        font-size: 60px;
    }
    
    .company-section {
        padding: 80px 0;
    }
    
    .company-table-wrapper {
        margin: 50px auto 0;
    }
    
    .company-table th {
        width: 150px;
        padding: 20px 15px;
        font-size: 15px;
    }
    
    .company-table td {
        padding: 20px 20px;
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .scrolling-text-section {
        padding: 60px 0;
    }
    
    .scrolling-text span {
        font-size: 40px;
        padding: 0 20px;
    }
    
    .company-section {
        padding: 60px 0;
    }
    
    .company-table-wrapper {
        margin: 40px auto 0;
    }
    
    .company-table {
        display: block;
    }
    
    .company-table tbody {
        display: block;
    }
    
    .company-table tbody tr {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #E0E0E0;
        padding: 20px 0;
    }
    
    .company-table th {
        width: 100%;
        padding: 0 0 10px 0;
        background-color: transparent;
        font-size: 14px;
    }
    
    .company-table td {
        width: 100%;
        padding: 0;
        font-size: 14px;
    }
}

/* ========================================
   アクセスセクション
======================================== */
.access-section {
    background-color: #FFFFFF;
    padding: 100px 0;
    border-bottom: 1px solid #E0E0E0;
}

/* 地図 */
.access-map {
    margin: 60px 0 50px;
    border-radius: 8px;
    overflow: hidden;
}

.access-map iframe {
    display: block;
    width: 100%;
}

/* アクセス情報 */
.access-info {
    display: flex;
    gap: 80px;
    max-width: 1000px;
    margin: 0 auto;
}

.access-item {
    flex: 1;
}

.access-title {
    font-family: 'Secular One', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.access-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    margin: 0;
}

.access-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.access-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.access-list li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    padding: 8px 0;
    position: relative;
}

/* ========================================
   レスポンシブ対応
======================================== */
@media screen and (max-width: 1024px) {
    .access-section {
        padding: 80px 0;
    }
    
    .access-map {
        margin: 50px 0 40px;
    }
    
    .access-info {
        gap: 60px;
    }
    
    .access-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .access-subtitle {
        font-size: 17px;
        margin-bottom: 15px;
    }
    
    .access-text,
    .access-list li {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .access-section {
        padding: 60px 0;
    }
    
    .access-map {
        margin: 40px 0 30px;
        border-radius: 4px;
    }
    
    .access-map iframe {
        height: 300px;
    }
    
    .access-info {
        flex-direction: column;
        gap: 40px;
    }
    
    .access-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .access-subtitle {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .access-text,
    .access-list li {
        font-size: 14px;
    }
    
    .access-list li {
        padding: 6px 0;
    }
}
/* ========================================
   包括的レスポンシブ対応追加
   タブレット: 768px - 1024px
   モバイル: 767px以下
======================================== */

/* ========================================
   Our Strengthsセクション - レスポンシブ強化
======================================== */
@media screen and (max-width: 1024px) {
    .strengths-section {
        padding: 80px 0;
    }
    
    .strengths-layout {
        gap: 60px;
        margin-bottom: 40px;
    }
    
    .strengths-right {
        flex: 0 0 350px;
    }
    
    .strengths-circles {
        width: 350px;
        height: 350px;
    }
    
    .strength-circle {
        width: 170px;
        height: 170px;
    }
    
    .circle-text {
        font-size: 26px;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .about-section-title {
        font-size: 18px;
    }
    
    .about-section-subtitle {
        font-size: 22px;
    }
    
    .strengths-main-title {
        font-size: 28px;
    }
    
    .strengths-description-text {
        font-size: 18px;
        line-height: 2.2;
        letter-spacing: 0.06em;
    }
}

@media screen and (max-width: 767px) {
    .strengths-section {
        padding: 60px 0;
    }
    
    .strengths-layout {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .strengths-left {
        max-width: 100%;
        text-align: center;
    }
    
    .strengths-right {
        flex: 0 0 auto;
        width: 100%;
    }
    
    .strengths-circles {
        width: 280px;
        height: 280px;
        margin: 0 auto;
    }
    
    .strength-circle {
        width: 130px;
        height: 130px;
    }
    
    /* 円の位置調整 */
    .strength-circle-top {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .circle-text {
        font-size: 20px;
    }
    
    /* スマホ時の section-header: ドット+タイトル1行目 / サブタイトル2行目（左寄せ） */
    .section-header {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 8px;
        row-gap: 4px;
        margin-bottom: 30px;
        justify-content: start;
        text-align: left;
    }

    .section-header::before {
        grid-row: 1;
        grid-column: 1;
        width: 12px;
        height: 12px;
        align-self: center;
    }

    .about-section-title {
        grid-row: 1;
        grid-column: 2;
        font-size: 16px;
        text-align: left;
    }

    .about-section-title::after {
        display: none;
    }

    .about-section-subtitle {
        grid-row: 2;
        grid-column: 2;
        font-size: 18px;
        padding-left: 0;
        text-align: left;
        line-height: 1.3;
    }
    
    .strengths-main-title {
        font-size: 24px;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    
    .strengths-description {
        margin: 20px auto;
        padding: 0 20px;
    }
    
    .strengths-description-text {
        font-size: 16px;
        line-height: 2.0;
        letter-spacing: 0.05em;
        text-align: justify;
    }
}

/* ========================================
   代表挨拶セクション - レスポンシブ強化
======================================== */
@media screen and (max-width: 1024px) {
    .message-section {
        padding: 80px 0;
    }
    
    .message-layout {
        gap: 60px;
    }
    
    .message-right {
        flex: 0 0 380px;
    }
    
    .message-main-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .message-description-text {
        font-size: 18px;
        line-height: 2.2;
        letter-spacing: 0.06em;
    }

    .message-caption {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .message-section {
        padding: 60px 0;
    }
    
    .message-layout {
        flex-direction: column;
        gap: 40px;
    }
    
    .message-left {
        max-width: 100%;
        text-align: center;
    }
    
    .message-right {
        flex: 0 0 auto;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    
    .message-main-title {
        font-size: 22px;
        margin-bottom: 25px;
        letter-spacing: 1px;
    }
    
    .message-description {
        padding: 0 20px;
    }
    
    .message-description-text {
        font-size: 16px;
        line-height: 2.0;
        letter-spacing: 0.05em;
        text-align: justify;
    }

    .message-description-text br {
        display: none;
    }

    .message-caption {
        font-size: 14px;
        margin-top: 12px;
    }
}

/* ========================================
   スクロールテキストセクション - レスポンシブ
======================================== */
@media screen and (max-width: 1024px) {
    .scrolling-text-section {
        padding: 60px 0;
    }
    
    .scrolling-text span {
        font-size: 80px;
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .scrolling-text-section {
        padding: 40px 0;
    }
    
    .scrolling-text span {
        font-size: 36px;
        padding: 0 15px;
        letter-spacing: 0;
    }
    
    @keyframes slideLeft {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
}

/* ========================================
   会社概要セクション - レスポンシブ強化
======================================== */
@media screen and (max-width: 1024px) {
    .company-section {
        padding: 80px 0;
    }
    
    .company-table-wrapper {
        margin: 50px auto 0;
        padding: 0 20px;
    }
    
    .company-table th {
        width: 140px;
        padding: 20px 30px;
        font-size: 15px;
    }
    
    .company-table td {
        padding: 20px 25px;
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .company-section {
        padding: 60px 0;
    }
    
    .company-section .section-header {
        text-align: center;
        justify-content: center;
    }
    
    .company-table-wrapper {
        margin: 40px auto 0;
        padding: 0 20px;
    }
    
    .company-table {
        display: block;
    }
    
    .company-table tbody {
        display: block;
    }
    
    .company-table tbody tr {
        display: block;
        border-bottom: 1px solid #AAAAAA;
        padding: 20px 0;
    }
    
    .company-table th {
        width: 100px;
        padding: 0 0 8px 0;
        text-align: left;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 8px;
    }
    
    .company-table td {
        width: auto;
        padding: 0;
        font-size: 14px;
        line-height: 1.6;
    }
}

/* ========================================
   アクセスセクション - レスポンシブ強化
======================================== */
@media screen and (max-width: 1024px) {
    .access-section {
        padding: 80px 0;
    }
    
    .access-map {
        margin: 50px 0 40px;
    }
    
    .access-info {
        gap: 60px;
        padding: 0 20px;
    }
    
    .access-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .access-subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .access-text,
    .access-list li {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .access-section {
        padding: 60px 0;
    }
    
    .access-section .section-header {
        text-align: center;
        justify-content: center;
    }
    
    .access-map {
        margin: 40px -20px 30px;
    }
    
    .access-map iframe {
        height: 300px;
    }
    
    .access-info {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
    }
    
    .access-item {
        width: 100%;
    }
    
    .access-title {
        font-size: 16px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    
    .access-subtitle {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .access-text,
    .access-list li {
        font-size: 14px;
        line-height: 1.8;
    }
    
    .access-list li {
        padding: 6px 0;
    }
}

/* ========================================
   CONTACTセクション - レスポンシブ
======================================== */
@media screen and (max-width: 1024px) {
    .contact-section .contact-layout {
        flex-direction: column;
        gap: 40px;
    }
    
    .contact-section .contact-left,
    .contact-section .contact-right {
        width: 100%;
        text-align: center;
    }
    
    .contact-section .contact-title {
        font-size: 48px;
    }
    
    .contact-section .contact-description {
        font-size: 15px;
        margin: 0 auto;
        max-width: 600px;
    }
    
    .contact-section .contact-right {
        flex-direction: row;
        justify-content: center;
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-section .contact-layout {
        gap: 30px;
    }
    
    .contact-section .contact-title {
        font-size: 32px;
        margin-bottom: 10px;
    }
    
    .contact-section .contact-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .contact-section .contact-description {
        font-size: 14px;
        line-height: 1.8;
        padding: 0 20px;
    }
    
    .contact-section .contact-description br {
        display: none;
    }
    
    .contact-section .contact-right {
        flex-direction: column;
        gap: 20px;
        padding: 0 20px;
    }
    
    .contact-section .contact-phone {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        padding: 14px 20px;
    }
    
    .contact-section .phone-number {
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
    }
    
    .contact-section .phone-hours {
        font-size: 12px;
    }
    
    .contact-section .contact-button {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        padding: 14px 30px;
        font-size: 15px;
    }
}

/* ========================================
   共通調整
======================================== */

/* コンテナの調整 */
@media screen and (max-width: 1280px) {
    .container {
        max-width: 100%;
        padding: 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
}

/* 横スクロール防止 */
@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    
    section {
        overflow: hidden;
    }
}

/* タッチデバイス向けのホバー効果無効化 */
@media (hover: none) and (pointer: coarse) {
    .strength-circle:hover {
        transform: none;
    }
    
    .breadcrumb-item:hover {
        color: #AAAAAA;
    }
}

/* 印刷対応 */
@media print {
    .scrolling-text-section {
        display: none;
    }
    
    .access-map {
        page-break-inside: avoid;
    }
    
    .company-table tr {
        page-break-inside: avoid;
    }
}

/* 小型デバイス向けの追加調整 */
@media screen and (max-width: 375px) {
    .page-title {
        font-size: 28px;
    }
    
    .strengths-circles {
        width: 260px;
        height: 260px;
    }
    
    .strength-circle {
        width: 120px;
        height: 120px;
    }
    
    .circle-text {
        font-size: 18px;
    }
    
    .scrolling-text span {
        font-size: 30px;
    }
    
    .company-table th {
        font-size: 12px;
    }
    
    .company-table td {
        font-size: 13px;
    }
}

/* 横向きモバイル対応 */
@media screen and (max-width: 896px) and (orientation: landscape) {
    .page-hero {
        padding: 80px 0 30px;
    }
    
    .strengths-section,
    .message-section,
    .company-section,
    .access-section {
        padding: 50px 0;
    }
    
    .scrolling-text-section {
        padding: 30px 0;
    }
    
    .access-map iframe {
        height: 250px;
    }
}


