@charset "UTF-8";

/* COMPANY PAGE RENEWAL / index3.html 専用 */
#company_misson_bigbox { padding-bottom: 0; }
.company-renew { position: relative; padding: 1% 0 10%; }
.company-renew img { display: block; height: auto; }

/* メインコピー／メイン写真 */
.company-renew-hero { position: relative; padding-top: 7%; }
.company-renew-copy {
	position: relative; z-index: 2; margin: 0 0 5.6% -2%;
	width: 80%; white-space: nowrap;
}
.company-renew-copy-sp { display: none; }
.company-renew-mainvisual { position: relative; width: 100%; margin-left: -5%; }
.company-renew-mainvisual-img { border-radius: 28px; }
.company-renew-line { position: absolute; z-index: 2; pointer-events: none; }
/* 透明PNGを斜めのまま重ねる。素材の余白を含めた状態で差し替えてよい */
.company-renew-line-hero { width: 75%; top: -52%; right: -48%; }
.company-renew-beyond {
	position: absolute; z-index: 3; top: 25%; right: -28%; margin: 0;
	font-family: Arial, Helvetica, sans-serif; font-size: clamp(2.7rem, 4.2vw, 4.2rem);
	font-weight: 700; line-height: 1; letter-spacing: -.07em; white-space: nowrap;
	transform: rotate(90deg); transform-origin: center;
}

/* 上段ギャラリー */
.company-renew-gallery-top {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px;
	width: 82%; margin: 5% 0 0 auto;
}

.company-renew-gallery-top2 {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px;
	width: 82%; margin: 5% 0 0 3%;
}

.company-renew-gallery-item { overflow: hidden; border-radius: 25px; }
.company-renew-gallery-item img { aspect-ratio: 1.62 / 1; object-fit: cover; }

/* 写真下のキャプション */
.company-renew-caption {
    position: static;
    width: 100%;
    max-width: none;
    margin: 10px 0 0 8px;
    padding: 0;
    box-sizing: border-box;
    color: #333;
    background: none;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
}

/* キャプションを写真の外に出し、角丸は画像自体に設定 */
.company-renew-gallery-item {
    overflow: visible;
    border-radius: 0;
}

.company-renew-gallery-item img {
    border-radius: 25px;
}

/* 理念文 */
.company-renew-message { position: relative; margin-top: 8%; }
.company-renew-message-inner { width: 92%; margin: 0 auto; }
.company-renew-message-title { margin: 0 0 5%; font-size: 2.2rem; font-weight: bold; line-height: 1.65; letter-spacing: .04em; }
.company-renew-message-body { display: grid; grid-template-columns: minmax(0, 2.4fr) minmax(180px, .9fr); gap: 6%; align-items: start; }
.company-renew-message-text p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 2;
    text-align: justify;
}
.company-renew-president-wrap { padding-top: 3%; }
.company-renew-line-message { width: 58%; top: 3%; left: -58%; }

/* 下段ギャラリー */
.company-renew-gallery-bottom { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; width: 100%; margin: 6% auto 0; }
.company-renew-under { overflow: hidden; border-radius: 12px; }
.company-renew-under img { aspect-ratio: 1.55 / 1; object-fit: cover; }

@media screen and (max-width: 999px) {
	.company-renew-mainvisual { width: 86%; margin-left: 0; }
	.company-renew-beyond { right: -27%; }
	.company-renew-gallery-top, .company-renew-message-inner { width: 88%; }
	.company-renew-gallery-top { gap: 3vw; }
}

@media screen and (max-width: 764px) {
		/* 右へはみ出す装飾画像を画面幅で切り、横スクロールを防ぐ */
	html, body {
		width: 100%;
		overflow-x: hidden;
	}

	/* 展開メニューをMission内のコピー・装飾画像より前面に固定 */
	header {
		z-index: 10;
	}
	
	.company-renew { padding: 4% 0 15%; }
	/* SPはデザインどおり2行コピーへ切替 */
	.company-renew-copy-pc, .company-renew-beyond { display: none; }
	.company-renew-copy-sp { display: block; margin: 0 0 4.5%; font-size: clamp(2.7rem, 8.5vw, 3.6rem); line-height: .98; letter-spacing: -.06em; }
	.company-renew-copy-sp span { font-size: .56em; letter-spacing: -.04em; }
	/* 写真だけを左右いっぱいに広げ、Mission見出しの位置は維持 */
	.company-renew-mainvisual { width: 100vw; margin-left: calc(50% - 50vw); }
	.company-renew-mainvisual-img { aspect-ratio: 1.15 / 1; object-fit: cover; border-radius: 0; }
	.company-renew-line-hero { width: 62%; top: -17%; right: -17%; }
	.company-renew-gallery-top { display: flex; flex-direction: column; gap: 16px; width: 100%; margin-top: 4%; }
	.company-renew-gallery-top2 { display: flex; flex-direction: column; gap: 16px; width: 100%; margin: 4% 0 0 0%; }
	.company-renew-gallery-item { border-radius: 22px; }
	.company-renew-gallery-item img { aspect-ratio: 1.56 / 1; }
	/* SPの並び：建物 → 集合写真 → 大会議室 → 小会議室 */
	.company-renew-sub01 { order: 1; }.company-renew-sub02 { order: 2; }
	.company-renew-sub03 { order: 4; }.company-renew-sub04 { order: 3; }
	.company-renew-message { width: 100vw; box-sizing: border-box; margin: 8% 0 0 calc(50% - 50vw); padding: 10% 5% 12%; background: #f7f7f7; }
	.company-renew-message-inner { width: 100%; }
	.company-renew-message-title { margin-bottom: 7%; font-size: 2rem; line-height: 1.55; }
	.company-renew-message-body { display: flex; flex-direction: column; gap: 0; }
	.company-renew-president-wrap { order: 1; width: 48%; margin: 0 0 5% auto; padding-top: 0; }
	.company-renew-message-text { order: 2; }
	.company-renew-message-text p { font-size: 1.4rem; line-height: 1.95; }
	.company-renew-line-message { width: 90%; top: 23%; left: -46%; }
	.company-renew-gallery-bottom { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; width: 100%; margin-top: 8%; }
	.company-renew-under01 { grid-column: 1 / -1; }
	.company-renew-under img { aspect-ratio: 1.45 / 1; }
	.company-renew-under01 img { aspect-ratio: 1.52 / 1; }
	.company-renew-caption {
     margin: 8px 0 0 12px;
    font-size: 1.3rem;
    line-height: 1.6;
}

.company-renew-gallery-item {
    border-radius: 0;
}

.company-renew-gallery-item img {
    border-radius: 22px;
}

}
