.main {
    background-color: #f9f6f0;
}

/* 全体の背景色設定 */
body {
    background-color: #f4f1eb; /* 添付画像のベージュ色 */
    margin: 0;
    font-family: Arial, sans-serif;
}

/* コンテナ全体のスタイル */
.container {
    width: 100%;
    padding: 20px;
}

.page-title {
    position: relative;
    font-size: 2.5rem; /* 日本語と英語のフォントサイズを統一 */
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    padding: 1rem 0.5rem;
}

.page-title::before {
    content: "AI INTRODUCTION SUPPORT SERVICE";
    position: absolute;
    font-size: 2.5rem; /* 日本語と統一 */
    font-weight: bold;
    color: rgba(200, 200, 200, 0.9); /* 白強めの銀色 */
    top: 35%; /* さらに左上寄りに調整 */
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.page-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    content: '';
    border-radius: 3px;
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

/* introduction セクション全体のスタイル */
.introduction {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

/* セクションタイトル */
.introduction-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
}

/* 項目全体のスタイル */
.introduction-items {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

/* 個々の項目 */
.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* 丸い背景（悩みの内容） */
.item-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #006994; /* 青色の背景色 */
    color: white;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    padding: 10px;
}

/* 矢印部分 */
.item-arrow {
    font-size: 2rem;
    color: #d3164d; /* 赤系色の矢印 */
    margin-top: 10px;
}

/* 解決テキスト部分 */
.solution-text {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.solution-text .highlight {
    background-color: #fce78a; /* 黄色の背景 */
    padding: 0 10px;
    border-radius: 5px;
}


/* sectionおよびsection2の共通スタイル */
.section,
.section2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-image 0.3s ease;
    overflow: hidden;
    position: relative;
}

/* 背景画像の設定（デフォルトは非表示） */
.section,
.section2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: none;
}

/* ホバー時の演出 */
.section:hover,
.section2:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background-image: url('https://jbsp.work/wp-content/uploads/2024/12/25901927.jpg'); /* 背景画像のデフォルトURL */
}

/* ホバー時のテキスト演出 */
.section:hover .section-title,
.section2:hover .section-title {
    color: #0056b3; /* 青系に変更 */
    text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.9); /* 白の強めの影を追加 */
}

.section:hover .section-description,
.section2:hover .section-description {
    color: #003d80; /* 灰色に近い濃い青 */
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.8); /* 白の影を薄く追加 */
}

/* テキストエリアのスタイル */
.section-text {
    flex: 1;
    padding: 20px;
}

.section-title {
    font-size: 1.8rem; /* フォントサイズを大きく調整 */
    font-weight: bold;
    color: #006994;
    margin-bottom: 10px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.section-description {
    font-size: 1.2rem; /* フォントサイズを大きく調整 */
    line-height: 2; /* 行間を広げて読みやすく */
    color: #555;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* 画像エリアのスタイル */
.section-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-image img {
    width: 100%;
    max-width: 640px;
    height: 427px;
    border-radius: 12px;
    object-fit: cover;
}

/* スマートフォンおよびタブレットサイズ対応 */
@media (max-width: 768px) {
    .section,
    .section2 {
        flex-direction: column;
    }

    .section-text,
    .section-image {
        flex: unset;
        width: 100%;
    }

    .section-image img {
        max-width: 100%;
        height: auto;
    }
}


/* お問い合わせ */
.jbsp_service {
	position: relative;
	padding-top: 17px;
	font-size: 31px;
	border-bottom: 1px solid rgba(5,62,98,1);
	text-align: center;
}

.jbsp_service span {
	position: relative;
	z-index: 2;
	font-size:40px;
}

.jbsp_service::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 45%;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}

@media screen and (max-width: 480px) {
	.jbsp_service::before {
	left: 25%;
}
}


.sharedaddy,
.sd-sharing-enabled,
.article-footer,
.entry-footer{
	display: none
}