@media screen and (max-width:768px){
	.seminar_schedule{
		gap: 0 5px;
		padding: 0 0 5px 0;
		flex-wrap: wrap;
        margin-bottom: 15px;
	}
	.seminar_meta{
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
        width: 100px;
	}
	
   .seminar_date{
   	width: 100%;
        gap: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 13px;
   }
   .seminar_date_in{
   	-webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
   }
   .seminar_year {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 5px;
    text-align: center;
}
  .day_week{
  	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
  }
  .seminar_day {
    font-size: 1.6rem;
    margin-bottom: 3px;
}
  .seminar_week {
    font-size: 1.2rem;
    margin-bottom: 3px;
}
 .seminar_time{
 	text-align: center;
        font-size: 0.8rem;
        white-space: nowrap;
 }
 .seminar_content{
 	width: calc(100% - 105px);
 	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	 flex-wrap: wrap;
 }
.seminar_title {
    width: 100%;
    margin-bottom: 10px;
}
 .seminar_price {
    padding: 0 5px;
    width: 100%;
        align-self: baseline;
        margin-bottom: 10px;
}
.price_title, .place_title, .title_title {
    font-size: 1.0rem;
    margin-bottom: 5px;
}
.seminar_place {
    padding: 0 5px;
    width: 100%;
        margin-bottom: 10px;
}
.price_price {
    font-size: 1.4rem;
}
.price_price span{
    font-size: 0.8rem;
}
.place_name {
    font-size: 1.4rem;
    line-height: 1;
}
.seminar_app {
    margin:0 auto 5px;
    width: 100%;
}
.seminar_app a {
    font-size: 1.2rem;
    padding:  0.5rem;
}
}

/* 各CASEの詳細セクション */
        .case-detail {
            background: white;
            border-radius: 8px;
            margin-bottom: 60px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
			line-height:1.5;
        }

        .case-header {
            background: linear-gradient(135deg, #1a5f3f, #2d7d57);
            color: white;
            padding: 30px 40px;
        }

        .case-label {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 14px;
            margin-bottom: 15px;
            font-weight: bold;
        }

        .case-title {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .case-subtitle {
            font-size: 16px;
            opacity: 0.95;
        }

        .case-content {
            padding: 40px;
        }

        /* メインメッセージ */
        .main-message {
            background: #f0f7f4;
            border-left: 4px solid #2d7d57;
            padding: 20px;
            margin-bottom: 40px;
            border-radius: 4px;
        }

        .main-message p {
            color: #1a5f3f;
            font-size: 16px;
            font-weight: 500;
        }

        /* 特徴セクション */
        .features {
            margin-bottom: 40px;
        }

        .section-title {
            font-size: 20px;
            font-weight: bold;
            color: #1a5f3f;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #e0e0e0;
        }

        .feature-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .feature-item {
            padding: 20px;
            background: #fafafa;
            border-radius: 8px;
            border: 1px solid #e0e0e0;
        }

        .feature-item h4 {
            color: #2d7d57;
            margin-bottom: 10px;
            font-size: 16px;
        }

        .feature-item p {
            font-size: 14px;
            color: #666;
        }

        /* 費用詳細セクション */
        .cost-section {
            background: #fff;
            border: 2px solid #2d7d57;
            border-radius: 8px;
            padding: 30px;
            margin-bottom: 40px;
        }

        .cost-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-top: 20px;
        }

        .cost-item {
            text-align: center;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 8px;
        }

        

        .cost-title {
            font-size: 18px;
            font-weight: bold;
            color: #1a5f3f;
            margin-bottom: 15px;
        }

        .cost-price {
            font-size: 32px;
            font-weight: bold;
            color: #2d7d57;
            margin-bottom: 5px;
        }

        .cost-unit {
            font-size: 14px;
            color: #666;
        }

        .cost-tax {
            font-size: 12px;
            color: #999;
            margin-top: 5px;
        }

        /* プロセスセクション */
        

        

        

        

        

        

        /* CTAボタン */
        

        

        .cta-button:hover {
            background: #1a5f3f;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(45, 125, 87, 0.3);
        }

        /* 注意事項 */
        .notice {
            margin-top: 20px;
            padding: 20px;
            background: #fff3cd;
            border: 1px solid #ffc107;
            border-radius: 4px;
        }

        

        .notice ul {
            margin-left: 20px;
            color: #856404;
            font-size: 14px;
        }

        .notice li {
            margin-bottom: 5px;
        }

        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .case-header {
                padding: 20px;
            }

            .case-title {
                font-size: 24px;
            }

            .case-content {
                padding: 20px;
            }

            .cost-price {
                font-size: 28px;
            }

            
}

/* 50周年記念バナー */
.anniversary-banner {
    position: fixed;
    bottom: 20px; /* pagetopボタンの上に配置 */
    right: 40px;
    z-index: 45; /* pagetopより少し下のz-index */
    width: 175px;
    height: 175px;
	background-color: #fff;
    border-radius: 50%;
	border: 3px solid #c53030;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.anniversary-banner .dismissible-close {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 50;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.anniversary-banner .dismissible-close:hover,
.anniversary-banner .dismissible-close:focus {
    background: rgba(0, 0, 0, 0.75);
    outline: none;
}

.anniversary-banner.is-retracted {
    transform: translateX(calc(100% + 60px));
    opacity: 0;
    pointer-events: none;
}

.anniversary-banner.is-retracted::after {
    display: none;
}

.dismissible-restore--anniversary {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 44;
    margin: 0;
    padding: 8px 12px;
    border: 2px solid #c53030;
    border-radius: 20px;
    background: #fff;
    color: #c53030;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.dismissible-restore--anniversary:hover,
.dismissible-restore--anniversary:focus {
    background: #c53030;
    color: #fff;
    outline: none;
}

.dismissible-restore--side02 {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    margin: 0;
    padding: 12px 6px;
    max-height: 120px;
    border: 2px solid #b71840;
    border-left: none;
    border-radius: 0 8px 8px 0;
    background: #fff;
    color: #b71840 !important;
    font-size: 1.2rem;
    font-weight: bold;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    line-height: 1.3;
    cursor: pointer;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}

.dismissible-restore--side02:hover,
.dismissible-restore--side02:focus {
    background: #b71840;
    color: #fff !important;
    outline: none;
}
/* 案4: 矢印付きCLICKテキスト（おすすめ） */
.anniversary-banner::after {
    content: "CLICK →";
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    background: #c53030;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 15px;
    white-space: nowrap;
    animation: slideIn 2s ease-in-out infinite;
    opacity: 0;
}

@keyframes slideIn {
    0%, 70%, 100% { opacity: 0; transform: translateY(-50%) translateX(-10px); }
    20%, 50% { opacity: 1; transform: translateY(-50%) translateX(0); }
}

.anniversary-banner a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.anniversary-banner img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.anniversary-banner a:hover {
    transform: translateY(-2px);
}

.anniversary-banner a:hover img {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .anniversary-banner {
        width: 60px;
        height: 60px;
        bottom: 70px;
        right: 15px;
    }

    .anniversary-banner .dismissible-close {
        width: 22px;
        height: 22px;
        top: 2px;
        right: 2px;
        font-size: 12px;
    }

    .dismissible-restore--anniversary {
        bottom: 70px;
        right: 15px;
    }
    
    .pagetop {
        right: 15px; /* スマホ時はpagetopボタンも調整 */
    }
}
/* FCCインタビュー */
dl.fcc_interview {
            display: grid;
            grid-template-columns: 118px minmax(200px, 1fr);
            gap: 0 0;
            line-height: 1.48;
            font-size: 2.0rem;
        }

        dl.fcc_interview dt {
            font-weight: bold;
        }

        dl.fcc_interview dd {
            margin-bottom: 40px;
            min-width: 0;
        }

        .kajiwara {
            color: #104a13;
        }

        .suzuki, .interviewee01 {
            color: #b71840;
        }
        .interviewee02 {
            color: #1d2088;
        }

        @media screen and (max-width: 768px) {
			dl.fcc_interview {
				grid-template-columns: 1fr;
				font-size: 1.4rem;
				width: 95%;
				margin: 0 auto;
			}
            dl.fcc_interview dt {
                margin-bottom: 10px;
            }

            dl.fcc_interview dd {
				margin-bottom: 10px;
            }
        }

/* 共通：セクションコンテナ */
        .hero-section {
            position: relative;
            max-width: 1400px;
            margin: 0 auto 60px;
            min-height: 500px;
            display: flex;
            align-items: center;
        }

        /* パターン1: 写真右寄せ、テキスト左 */
        .hero-section.image-right {
            justify-content: flex-end;
            padding-left: 100px;
        }

        .hero-section.image-right .image-container {
            position: relative;
            width: 70%;
            height: 500px;
            margin-left: auto;
        }

        .hero-section.image-right .heading-container {
            position: absolute;
            left: 80px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
        }

        /* パターン2: 写真左寄せ、テキスト右 */
        .hero-section.image-left {
            justify-content: flex-start;
            padding-right: 100px;
        }

        .hero-section.image-left .image-container {
            position: relative;
            width: 70%;
            height: 500px;
            margin-right: auto;
        }

        .hero-section.image-left .heading-container {
            position: absolute;
            right: 80px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
        }

/* パターン3: 画像全幅、テキスト中央 */
        .hero-section.image-center {
            justify-content: center;
            padding: 0;
        }

        .hero-section.image-center .image-container {
            position: relative;
            width: 100%;
            height: 500px;
        }

        .hero-section.image-center .heading-container {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 10;
            text-align: center;
        }

        /* パターン4: 画像なし・見出しのみ */
        .hero-section.heading-only {
            min-height: auto;
            padding: 40px 20px;
            justify-content: center;
            display: flex;
            align-items: center;
        }

        .hero-section.heading-only .image-container {
            display: none;
        }

        .hero-section.heading-only .heading-container {
            position: static;
            transform: none;
            width: 100%;
            text-align: center;
        }

        /* heading-only: 見出しの出現位置をpositionクラスで調整 */
        .hero-section.heading-only .heading-container.position_left,
        .hero-section.heading-only .heading-container.position_top-left,
        .hero-section.heading-only .heading-container.position_bottom-left {
            text-align: left;
        }

        .hero-section.heading-only .heading-container.position_right,
        .hero-section.heading-only .heading-container.position_top-right,
        .hero-section.heading-only .heading-container.position_bottom-right {
            text-align: right;
        }

        .hero-section.heading-only .heading-container.position_left h2 span,
        .hero-section.heading-only .heading-container.position_top-left h2 span,
        .hero-section.heading-only .heading-container.position_bottom-left h2 span {
            margin: 0 0 15px 0;
        }

        .hero-section.heading-only .heading-container.position_right h2 span,
        .hero-section.heading-only .heading-container.position_top-right h2 span,
        .hero-section.heading-only .heading-container.position_bottom-right h2 span {
            margin: 0 0 15px auto;
        }

        /* positionクラスに応じてhero-sectionのflex配置を調整 */
        .hero-section.heading-only:has(.heading-container.position_left),
        .hero-section.heading-only:has(.heading-container.position_top-left),
        .hero-section.heading-only:has(.heading-container.position_bottom-left) {
            justify-content: flex-start;
        }

        .hero-section.heading-only:has(.heading-container.position_right),
        .hero-section.heading-only:has(.heading-container.position_top-right),
        .hero-section.heading-only:has(.heading-container.position_bottom-right) {
            justify-content: flex-end;
        }

        .hero-section.heading-only:has(.heading-container.position_top-left),
        .hero-section.heading-only:has(.heading-container.position_top-right) {
            min-height: 200px;
            align-items: flex-start;
        }

        .hero-section.heading-only:has(.heading-container.position_bottom),
        .hero-section.heading-only:has(.heading-container.position_bottom-left),
        .hero-section.heading-only:has(.heading-container.position_bottom-right) {
            min-height: 200px;
            align-items: flex-end;
        }

.hero-section.image-center .heading-container.position_bottom {
      top: auto;
      bottom: 40px;
      transform: translateX(-50%);
    }
        .hero-section.image-right .heading-container.position_bottom {
          top: auto;
          bottom: 40px;
          transform: none;
        }
        .hero-section.image-left .heading-container.position_bottom {
          top: auto;
          bottom: 40px;
          transform: none;
        }
        .hero-section.image-center .heading-container.position_left {
              left: 40px;
              right: auto;
              transform: translateY(-50%);
              text-align: left;
            }
        .hero-section.image-center .heading-container.position_right {
              left: auto;
              right: 40px;
              transform: translateY(-50%);
              text-align: right;
            }
        .hero-section.image-center .heading-container.position_top-left {
              top: 40px;
              left: 40px;
              right: auto;
              transform: none;
              text-align: left;
            }
        .hero-section.image-center .heading-container.position_top-right {
              top: 40px;
              left: auto;
              right: 40px;
              transform: none;
              text-align: right;
            }
        .hero-section.image-center .heading-container.position_bottom-left {
              top: auto;
              bottom: 40px;
              left: 40px;
              right: auto;
              transform: none;
              text-align: left;
            }
        .hero-section.image-center .heading-container.position_bottom-right {
              top: auto;
              bottom: 40px;
              left: auto;
              right: 40px;
              transform: none;
              text-align: right;
            }

        /* 共通：画像スタイル */
        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* h2見出しスタイル */
        .heading-container h2 {
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
        }

        /* 各テキストブロック（span） */
        .heading-container h2 span {
            display: block;
            width: fit-content;
            background-color: #1a8f3e; /* 緑色 */
            color: white;
            padding: 18px 40px;
            margin:0 auto 15px;
            font-size: 28px;
            font-weight: 500;
            letter-spacing: 0.05em;
            line-height: 1.4;
            white-space: nowrap;
        }

    /* 左右の配置バリエーションに応じてspanのマージンを調整 */
    .hero-section.image-center .heading-container.position_left h2 span,
    .hero-section.image-center .heading-container.position_top-left h2 span,
    .hero-section.image-center .heading-container.position_bottom-left h2 span {
      margin: 0 auto 15px 0;
    }

    .hero-section.image-center .heading-container.position_right h2 span,
    .hero-section.image-center .heading-container.position_top-right h2 span,
    .hero-section.image-center .heading-container.position_bottom-right h2 span {
      margin: 0 0 15px auto;
    }

        /* 右画像パターンの階段配置 */
        /*.image-right h2 span:nth-child(1) {
            margin-left: 0;
        }

        .image-right h2 span:nth-child(2) {
            margin-left: 80px;
        }

        .image-right h2 span:nth-child(3) {
            margin-left: 30px;
        }

        /* 左画像パターンの階段配置 */
        /*.image-left h2 span:nth-child(1) {
            margin-left: auto;
            margin-right: 0;
        }

        .image-left h2 span:nth-child(2) {
            margin-left: auto;
            margin-right: 80px;
        }

        .image-left h2 span:nth-child(3) {
            margin-left: auto;
            margin-right: 30px;
        }*/

        /* タブレット対応 */
        @media (max-width: 1024px) {
            .hero-section {
                min-height: 400px;
                padding-left: 40px !important;
                padding-right: 40px !important;
            }

            .hero-section.image-right .image-container,
            .hero-section.image-left .image-container {
                width: 70%;
                height: 400px;
            }

            .hero-section.image-center .image-container {
                width: 100%;
                height: 400px;
            }

            .hero-section.image-right .heading-container {
                left: 30px;
            }

            .hero-section.image-left .heading-container {
                right: 30px;
            }

            .hero-section.image-center .heading-container {
                left: 50%;
                transform: translate(-50%, -50%);
            }

            .heading-container h2 span {
                font-size: 24px;
                padding: 15px 30px;
            }

             /*.image-right h2 span:nth-child(2),
            .image-left h2 span:nth-child(2) {
                margin-left: 50px;
            }

            .image-left h2 span:nth-child(2) {
                margin-right: 50px;
            }

            .image-center h2 span:nth-child(2) {
                margin-left: 50px;
            }*/
        }

        /* スマートフォン対応 */
        @media (max-width: 768px) {
            .hero-section {
                flex-direction: column;
                min-height: auto;
                padding: 0 !important;
				margin-bottom: 30px;
            }

            .hero-section.image-right .image-container,
            .hero-section.image-left .image-container{
                width: 100%;
                height: 260px;
                margin: 0 auto 25px;
            }
			.hero-section.image-center .image-container {
                width: 100%;
                height: 195px!important;
                margin: 0;
            }

            .hero-section.image-right .heading-container,
            .hero-section.image-left .heading-container,
            .hero-section.image-center .heading-container {
                position: absolute;
        transform: none;
        padding: 0;
        text-align: center;
        right: 0;
        left: 0;
        top: 75%;
            }

            .heading-container h2 span {
                font-size: 14px;
                padding: 5px 10px;
                margin-bottom: 10px;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }

            /* heading-only: スマホでもpositionクラスの配置を維持 */
            .hero-section.heading-only .heading-container.position_left h2 span,
            .hero-section.heading-only .heading-container.position_top-left h2 span,
            .hero-section.heading-only .heading-container.position_bottom-left h2 span {
                margin: 0 0 10px 0 !important;
            }

            .hero-section.heading-only .heading-container.position_right h2 span,
            .hero-section.heading-only .heading-container.position_top-right h2 span,
            .hero-section.heading-only .heading-container.position_bottom-right h2 span {
                margin: 0 0 10px auto !important;
            }

            /*.image-right h2 span:nth-child(2),
            .image-left h2 span:nth-child(2),
            .image-center h2 span:nth-child(2) {
                margin-left: 30px !important;
                margin-right: 0 !important;
            }

            .image-right h2 span:nth-child(3),
            .image-left h2 span:nth-child(3),
            .image-center h2 span:nth-child(3) {
                margin-left: 15px !important;
                margin-right: 0 !important;
            }*/
        }

        /* 中央配置パターンの階段配置 */
       /* .image-center h2 span:nth-child(1) {
            margin-left: 0;
            margin-right: auto;
        }

        .image-center h2 span:nth-child(2) {
            margin-left: 80px;
            margin-right: auto;
        }

        .image-center h2 span:nth-child(3) {
            margin-left: 30px;
            margin-right: auto;
        }*/


        /* セクションタイトル */
        .section-title {
            text-align: center;
            margin: 40px 0 20px;
            color: #333;
            font-size: 18px;
            font-weight: bold;
        }

/* インタビューセクションスタイル */


.interview_card {
    position: relative;
    height: 450px;
    max-width: 850px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.interview_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.interview_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.3s ease;
}

.interview_card:hover .interview_img {
    transform: scale(1.1);
}

.interview_content_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    padding: 20px;
    z-index: 2;
    text-align: right;
}

.interview_title {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 10px;
}

.interview_title span {
    display: block;
    width: fit-content;
    background-color: #1a8f3e;
    color: white;
    padding: 8px 16px;
    margin: 0 0 10px auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    white-space: nowrap;
    border-radius: 4px;
}

.interview_position {
    font-size: 2.0rem;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    background-color: rgba(0, 0, 0, 1.0);
    padding: 10px;
    border-radius: 0px;
    display: inline-block;
    margin-left: auto;
}

.interview_content {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.interview_content li {
    background-color: #fff;
    margin: 5px 5px 5px 0;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    color: #1a8f3e;
    display: inline-block;
    border: none;
}

.interview_content li:before {
    content: "";
}

/* 新しいボタンスタイル */
.btn6 {
    border: none;
    border-bottom: 1px solid #1a8f3e;
    width: 300px;
    max-width: 90%;
    text-align: center;
    position: relative;
    margin: 10px 0 0 auto;
    background-color: rgb(255, 255, 255, 0.7) ;
}

.btn6 p {
    color: #1a8f3e;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 10px 0;
}

.btn6::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #1a8f3e;
    rotate: 40deg;
    position: absolute;
    right: -3px;
    bottom: 9px;
}

/* Swiper styles */
.swiper-start{
    overflow: hidden;
}
.swiper-start .swiper{
    overflow: visible;
}
.swiper_inner{
  margin: 0 auto;
  max-width: 950px;
}
.swiper .swiper-slide{
	height:auto;
}
.swiper {
    width: 100%;
    height: 500px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #1a8f3e;
}

.swiper-pagination-bullet-active {
    background-color: #1a8f3e;
}
.swiper .swiper-slide:not(.swiper-slide-active) {
    pointer-events: none;
    opacity: 0.3;
}

/* スマートフォン対応 */
@media (max-width: 768px) {
    

    .interview_card {
    height: auto;
    max-width: 100%;
    overflow: visible;
    }

  .interview_img {
    position: relative;
    top: auto;
    left: auto;
    height: 220px;
    width: 100%;
    object-fit: cover;
  }

  .interview_content_wrapper {
    position: relative;
    margin-top: -60px;
  padding: 105px 15px 20px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 85px, #ffffff 85px, #ffffff 100%);
    color: #333;
    text-align: left;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 2;
    }

  .interview_title {
    position: absolute;
    top: -20px;
    left: 15px;
    right: 15px;
    margin: 0;
    z-index: 3;
  }

  .interview_title span {
    font-size: 12px;
    padding: 6px 12px;
    margin: 0 0 5px 0;
    white-space: normal;
  }

    .interview_position {
    position: absolute;
  top: 50px;
    left: 15px;
    margin: 0;
    display: inline-block;
    padding: 6px 12px;
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 6px;
    text-align: left;
    color: #fff;
    z-index: 3;
    }

    .interview_content li {
    display: block;
    font-size: 12px;
    padding: 8px 12px;
    margin: 0 0 8px 0;
    }

  .interview_content {
    margin: 0;
    padding: 0;
    text-align: left;
    }

  .btn6 {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0 0;
  }

  .btn6::before {
    right: 20px;
  }

  .swiper {
    height: 560px;
  }

  .swiper-slide {
    align-items: flex-start;
    }
}