body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	list-style-type: none;
	font-family: YakuHanJP, 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	letter-spacing: 0.1em;
	line-height: 1;
	font-variant-ligatures:none;
}

figure{
    margin: 0;
    padding: 0;
}

textarea {
	font-size: 100%;
}

*:focus {
outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

html{
	min-height: 620px;
	font-size: 62.5%;
	font-feature-settings: "palt" 1;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-align: justify;
	text-justify: inter-ideograph;
	scroll-behavior: smooth;
}

iframe[name="google_conversion_frame"]{
	position: absolute;
	top: 0;
}

input, button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}

body{
	background: #fff;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: var(--font-ja);
	background-image: url('../images/common/bg_body.svg');
	background-repeat: repeat;
	background-color: #fcfcfc;
	background-position: center;
	background-size: 260px;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	text-decoration: none;
	color: #444;
}

a:hover img{
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	
-ms-filter: "alpha(opacity=50)"; 
}
 
a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

:root {
	--font-ja: 'Noto Sans JP', sans-serif;
	--font-en: 'Barlow Condensed', sans-serif;
}

/* =========================================
   ページ遷移・ローディングアニメーション
========================================= */
.page-transition {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #ffffff;
	z-index: 9998;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	pointer-events: none;
}
body.is-loaded .page-transition {
	opacity: 0;
	visibility: hidden;
}

.splash {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #1D3994;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.splash.is-finished {
	transform: translateY(-100vh);
}

.splash__logo-img {
	width: 200px;
	filter: brightness(0) invert(1);
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.splash.is-active .splash__logo-img {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width:800px) {
	.splash__logo-img { width: 140px; }
}

.icon-arrow {
	width: 20px;
	height: auto;
	margin-left: 10px;
	transition: transform 0.3s ease;
	vertical-align: middle;
}
.icon-arrow--large { width: 40px; }
.icon-arrow--white { filter: brightness(0) invert(1); }
.icon-arrow--blue { filter: brightness(0) sepia(1) hue-rotate(220deg) saturate(500%) brightness(0.6); }

.header__btn:hover .icon-arrow,
.btn-viewmore:hover .icon-arrow,
.hero__news:hover .icon-arrow,
.footer__contact:hover .icon-arrow {
	transform: translateX(5px);
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 80px; 
	position: fixed; 
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header.is-scrolled {
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header__logo {
    width: 180px;
}

.header__logo-desc {
    color: #1D3994;
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 12px;
}

.header__nav { display: flex; align-items: center; gap: 30px; }
.header__list {
	display: flex;
	align-items: center;
	list-style: none;
	gap: 32px; 
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
}
.header__item {
	font-weight: 700;
}

.header__btn {
    display: inline-flex;
    align-items: center;
    background-color: #1D3994;
    color: #ffffff !important;
    padding: 10px 16px 10px 24px;
    border-radius: 6px;
    font-size: 1.4rem;
    border: 1px solid #1D3994;
    transition: all 0.3s ease;
    min-width: 124px;
}

.header__btn:hover {
	background-color: #ffffff !important;
	color: #1D3994 !important;
}
.header__btn:hover .icon-arrow--white {
	filter: brightness(0) sepia(1) hue-rotate(220deg) saturate(500%) brightness(0.6) !important;
}

.pc-only { display: flex; }
.sp-nav { display: none; }
.openbtn1 { display: none; }

.section-title {
	display: flex;
	align-items: flex-end; 
	gap: 15px;
	margin-bottom: 48px;
}
.section-title__en {
	display: block;
	font-size: 6.4rem; 
	font-weight: 700; 
	font-family: var(--font-en);
	line-height: 1.0;
	color: #1D3994;
}

.section-title__ja {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: 0.1em;
}

.section-title--white .section-title__en,
.section-title--white .section-title__ja { color: #ffffff; }

.section-title--philosophy {
	flex-direction: column; 
	align-items: center;
	gap: 5px; 
}
.section-title--philosophy .section-title__ja { margin-bottom: 0; }

.footer__contact .section-title { justify-content: center; }

.btn-viewmore {
    display: inline-flex;
    align-items: center;
    background-color: #1D3994;
    color: #ffffff !important;
    border: 1px solid #1D3994;
    padding: 16px 24px 16px 40px;
    font-size: 1.4rem;
    font-weight: 700;
    transition: all 0.3s ease;
    min-width: 140px;
    border-radius: 6px;
}

.btn-viewmore:hover {
	background-color: #ffffff !important;
	color: #1D3994 !important;
}
.btn-viewmore:hover .icon-arrow--white {
	filter: brightness(0) sepia(1) hue-rotate(220deg) saturate(500%) brightness(0.6) !important;
}

.btn-viewmore--white {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff !important;
}
.btn-viewmore--white:hover {
	background-color: #ffffff !important;
	color: #1D3994 !important;
}

.hero {
	position: relative;
	width: 100vw;
	height: 100vh;
	min-height: 700px;
	display: flex;
	align-items: center;
}

.hero__bg-triangle {
	position: absolute;
	top: 20vh; 
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 160vh; 
	background-image: url('../images/common/triangle.svg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 1;
	pointer-events: none;
}

.hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	margin-top: -4vh; 
	padding: 0 80px; 
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hero__content { width: 56%; } 

.hero__copy {
    font-size: clamp(2.8rem, 4.2vw, 5.6rem);
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin: 0;
}

.hero__image-wrapper {
	width: 40%; 
	aspect-ratio: 4 / 2.4; 
	height: auto;
	background-size: cover; 
	background-position: center; 
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.hero__scroll {
	position: absolute;
	left: 40px;
	bottom: 160px; 
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	z-index: 10;
}
.hero__scroll-text {
	writing-mode: vertical-rl;
	font-family: var(--font-en);
	font-weight: 700;
	letter-spacing: 0.2em;
	font-size: 1.2rem;
}
.hero__scroll-line {
	width: 1px;
	height: 40px; 
	background: rgba(0,0,0,0.2);
	position: relative;
	overflow: hidden;
}
.hero__scroll-line::after {
	content: '';
	position: absolute;
	top: 0; left: 0; width: 100%; height: 50%;
	background: #000;
	animation: scrollLine 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@keyframes scrollLine {
	0% { transform: translateY(-100%); }
	100% { transform: translateY(200%); }
}

.hero__news-wrapper {
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 10;
}
.hero__news {
	display: flex;
	align-items: center;
	background: #ffffff;
	padding: 20px 50px 20px 30px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	transition: box-shadow 0.3s ease;
	position: relative;
}
.hero__news:hover { box-shadow: 0 6px 15px rgba(0,0,0,0.15); }

.hero__news-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.hero__news-label {
	color: #1D3994;
	font-weight: 700;
	font-size: 2.0rem;
	font-family: var(--font-en);
}
.hero__news-meta {
	display: flex;
	gap: 15px;
	align-items: center;
}
.hero__news-date { font-size: 1.2rem; font-weight: 600; color: #000000; font-family: var(--font-en); }
.hero__news-title { font-size: 1.4rem; font-weight: 700; color: #000000; }

.hero__news-arrow {
	position: absolute;
	right: 15px;
	bottom: 15px;
	margin: 0;
}

.marquee {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	overflow: hidden;
	z-index: 3;
	pointer-events: none;
}
.marquee__inner { display: flex; width: fit-content; animation: marqueeAnim 80s linear infinite; }
.marquee__text {
	font-size: clamp(8.0rem, 15vw, 16.0rem);
	font-family: var(--font-en);
	font-weight: 700; 
	color: #000000;
	white-space: nowrap;
	padding-right: 20px;
	line-height: 1;
}
@keyframes marqueeAnim {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

.philosophy {
	position: relative;
	padding: 160px 0 240px;
	text-align: center;
	z-index: 2;
	color: #ffffff;
}
.philosophy__inner { max-width: 800px; margin: 0 auto; padding: 0 80px; }
.philosophy__text { font-size: 2.4rem; font-weight: 700; line-height: 1.8; margin-bottom: 40px; }
.philosophy__desc {
    font-size: 1.4rem;
    line-height: 2.0;
    opacity: 0.9;
    width: 560px;
    text-align: left;
    margin: 0 auto 48px;
}

.marquee--philosophy { opacity: 0.15; }
.marquee--philosophy .marquee__text { color: #ffffff; }
.marquee--philosophy .marquee__inner { animation: marqueeAnimRight 80s linear infinite; }
@keyframes marqueeAnimRight {
	0% { transform: translateX(-50%); }
	100% { transform: translateX(0); }
}

.business {
	padding: 100px 0;
	position: relative;
	z-index: 2;
	background-color: transparent; 
	color: #000000;
	font-weight: 700;
}
.business__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
}

.business__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    gap: 40px;
}

.business__lead {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1D3994;
    line-height: 1.6;
}

.business__desc { font-size: 1.4rem; color: #000000; font-weight: 400; line-height: 1.8; }

.business__list { display: flex; justify-content: center; align-items: flex-start; }

.business-item {
    width: 30%;
    margin: 0 -6.4%;
    text-align: center;
}

.business-item__shape {
	width: 100%;
	aspect-ratio: 1 / 0.866; 
	background-image: url('../images/common/triangle.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.business-item__content { display: flex; flex-direction: column; align-items: center; }

.business-item__sub, .business-item__num, .business-item__title {
	color: #ffffff !important;
}

.business-item__sub {
    font-size: 1.2rem;
    font-family: var(--font-en);
    letter-spacing: 0.1em;
}

.business-item__num {
    font-size: 4rem;
    font-family: var(--font-en);
    font-weight: 700;
    line-height: 1;
    margin: 6px 0;
}

.business-item__title { font-size: 1.4rem; font-weight: 700; }

.business-item:nth-child(odd) .business-item__shape { transform: rotate(180deg); }
.business-item:nth-child(odd) .business-item__content { transform: rotate(-180deg); padding-bottom: 72px; }
.business-item:nth-child(even) .business-item__content { padding-top: 40px; }

.company {
    background-color: #1D3994;
    padding: 80px 0 200px;
    position: relative;
}
.company__inner {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 60px;
	padding: 0 80px;
}
.company__images { width: 50%; }
.company__img-main {
	width: 100%;
	object-fit: cover;
	display: block;
}
.company__content { width: 50%; }
.company__desc { color: #ffffff; margin-bottom: 40px; line-height: 2.0; font-size: 1.4rem; }

.marquee--company { opacity: 0.15; }
.marquee--company .marquee__text { color: #ffffff; }

.recruit {
	background-color: #ffffff;
	overflow: hidden; 
}
.recruit__inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.recruit__content {
    width: 44%;
    padding-left: 80px;
}

.recruit__desc { margin-bottom: 40px; line-height: 2.0; font-size: 1.4rem; }

.recruit__collage-wrap {
    width: 40%;
    aspect-ratio: 4 / 6.4;
    height: auto;
    opacity: 0.64;
    margin-right: -6%;
    transform: rotate(6deg) scale(1.2);
    transform-origin: right center;
    overflow: hidden;
}

.recruit__collage { width: 100%; height: 100%; }
.recruit__collage-inner { width: 100%; animation: scrollUp 40s linear infinite; }
.recruit__collage-inner img { width: 100%; display: block; }
@keyframes scrollUp { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }

.footer__contact {
    position: relative;
    background-color: #0F1A3E;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    padding: 0 80px;
}
.footer__contact:hover { 
	background-color: #1D3994; 
	opacity: 1; 
}
.footer__contact-link {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;
}

.footer__contact-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
    pointer-events: none;
    border-bottom: 1px solid #ffffff;
}

.footer__contact-left { text-align: left; }
.footer__contact-text { font-size: 1.4rem; line-height: 2.0; margin-top: 10px; color: #ffffff !important; }

.footer { background-color: #0F1A3E; }
.footer * { color: #ffffff !important; }

.footer__bottom {
    padding: 80px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

.footer__info {
    width: 48%;
}

.footer__logo {
    width: 200px;
    margin-bottom: 20px;
}

.footer__logo img { filter: brightness(0) invert(1); }

.footer__company-name {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.footer__address-wrapper { display: flex; gap: 40px; }
.footer__address-col { font-size: 1.2rem; line-height: 1.8; }

.footer__address-title {
    font-weight: 700;
    margin-bottom: 16px;
}

.footer__address-text { line-height: 1.8; }

.footer__map-link {
	display: inline-block;
	margin-top: 5px;
	font-family: var(--font-en);
	font-weight: 700;
	transition: opacity 0.3s;
	color: inherit;
	text-decoration: underline; 
}
.footer__map-link:hover { opacity: 0.7; }
.icon-map { width: 12px; margin-left: 5px; filter: none !important; }

.footer__nav-wrapper { display: flex; gap: 80px; }
.footer__nav { list-style: none; padding: 0; margin: 0; }

.footer__nav li {
    margin-bottom: 28px;
}

.footer__nav a {
	position: relative;
	font-size: 1.4rem;
	font-weight: 700;
	padding-left: 20px;
	display: inline-block;
	transition: opacity 0.3s ease;
}
.footer__nav a:hover { opacity: 0.7; }
.footer__nav a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 1px;
	background-color: #ffffff;
	display: block;
}

.footer__copy-wrap {
    position: absolute;
    bottom: 80px;
    right: 80px;
}

.footer__copyright {
    font-size: 1.2rem;
    font-family: var(--font-en);
}

@keyframes scrollLeft { 
	0% { transform: translateX(0); } 
	100% { transform: translateX(-50%); } 
}

/* ----------------------------------------------
 * ABOUTページ
 * ---------------------------------------------- */
.about-page {
	padding-top: 120px; 
	background-color: transparent;
}

.inner-block {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
    box-sizing: border-box;
}

/* =========================================
   下層ページ共通ヘッダー（タイトル＆パンくず）
========================================= */
.page-header {
    padding: 80px 0;
}

.page-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start; /* アライメントを修正 */
}
.page-title {
	display: flex;
	flex-direction: column;
	margin-bottom: 0; 
}
.page-title__en {
	font-size: 6.4rem;
	font-weight: 700;
	font-family: var(--font-en);
	color: #1D3994;
	line-height: 1.0;
}
.page-title__ja {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000000;
    margin-top: 12px;
}

.breadcrumb {
    text-align: right;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0;
}

.breadcrumb a {
	color: #000;
	transition: opacity 0.3s;
}
.breadcrumb a:hover { opacity: 0.7; }
.breadcrumb span { color: #1D3994; }


/* =========================================
   ABOUT ヒーローエリア
========================================= */
.about-hero {
    padding: 0 0 120px;
    position: relative;
}
.about-hero__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
}

.about-hero__left {
    width: 48%;
}

.about-hero__catch {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 32px;
    color: #000;
    white-space: nowrap;
}

.about-hero__text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

.about-hero__img img {
    width: 80%;
    height: auto;
}

.about-hero__right {
    display: flex;
    min-width: 480px;
    max-width: 480px;
}

/* 概念図 */
.about-concept {
	position: relative;
	width: 480px;
	height: 480px;
}

.about-concept__triangle {
    position: absolute;
    top: 60px;
    left: 75px;
    width: 320px;
    height: 320px;
    background-color: #1D3994;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-concept__center-text {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    margin-top: 100px;
}

.about-concept__circle {
	position: absolute;
	width: 140px;
	height: 140px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #1D3994;
	font-weight: 700;
	font-size: 1.5rem;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	z-index: 2;
}

.about-concept__circle::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140'%3E%3Ccircle cx='70' cy='70' r='69' fill='none' stroke='%231D3994' stroke-width='1.5' stroke-dasharray='6 8'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	pointer-events: none;
}

.about-concept__circle--top {
    top: 20px;
    left: 165px;
}
.about-concept__circle--left { bottom: 20px; left: 0; }
.about-concept__circle--right { bottom: 20px; right: 0; }

/* =========================================
   MISSION & VALUES
========================================= */
.about-mission {
    background-color: #1D3994;
    padding: 120px 0;
    overflow: hidden;
}

.about-mission__content {
    display: flex;
    align-items: stretch;
    gap: 80px;
}

.about-mission__left {
    width: 56%;
}

.section-title--about-mission {
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.about-mission .section-title__en {
    font-size: 4rem;
}

.section-title--about-mission .section-title__ja {
    margin-bottom: 0;
    font-size: 1.6rem;
    margin-top: 16px;
}

.about-mission__text-box {
	color: #ffffff;
	margin-bottom: 50px;
}

.about-mission__text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 24px;
}

.about-mission__cards {
	display: flex;
	gap: 20px;
}

.about-mission-card {
    background-color: #fff;
    width: 50%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 24px;
    border-radius: 8px;
}

.about-mission-card__img {
	width: 100%;
	aspect-ratio: 4 / 3;
}
.about-mission-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about-mission-card__text {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1D3994;
    line-height: 1.6;
    margin-top: 20px;
}

.about-mission__right {
    width: 40%;
    background-image: url(../images/about/aboutpage_mission_photo_03.jpg);
    background-position: center;
    background-size: cover;
}


/* =========================================
   OUR STRENGTHS
========================================= */
.about-strengths {
    padding: 120px 0;
    background-color: transparent;
}

.about-strengths__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 160px;
}

.section-title--about-strengths {
    position: sticky;
    top: 180px;
    align-items: flex-start;
    margin-bottom: 0;
    flex-direction: column;
    min-width: 280px;
}

.section-title--about-strengths .section-title__en {
    color: #000;
    font-size: 4rem;
}

.section-title--about-strengths .section-title__ja { color: #000; margin-bottom: 0; }

.about-strengths__list {
	width: 65%;
	display: flex;
	flex-direction: column;
	gap: 80px;
	align-items: flex-start;
}

.about-strength-item {
	width: 100%;
}

.about-strength-item__header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.about-strength-item__icon {
    width: 160px;
    height: 144px;
    background-color: #1D3994;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 24px;
    box-sizing: border-box;
    color: #ffffff;
}

.about-strength-item__num {
    font-family: var(--font-en);
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 1.0;
}

.about-strength-item__en {
    font-family: var(--font-en);
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 4px;
    font-weight: 600;
}

.about-strength-item__title {
	font-size: 2.8rem;
	font-weight: 700;
	color: #1D3994;
}

.about-strength-item__body {
}

.about-strength-item__lead {
    font-size: 2.4rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 32px;
}

.about-strength-item__points {
	list-style: none;
	padding: 0;
	margin: 0;
}

.about-strength-item__points li {
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000000;
    padding-left: 20px;
    margin-bottom: 20px;
}

.about-strength-item__points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background-color: #1d3994;
}


/* =========================================
BUSINESSページ
========================================= */
.business-page {
	padding-top: 120px;
	background-color: transparent;
}

.biz-intro {
	padding: 0 0 100px;
}
.biz-intro__lead {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	color: #1D3994;
	margin-bottom: 80px;
}

/* =========================================
   BUSINESSページ：実績パーツ
========================================= */
.biz-works {
	position: relative;
	margin-top: 80px;
}

.biz-works__list {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	position: relative;
	z-index: 1;
}

.biz-works__item {
	width: calc((100% - 80px) / 5);
	background-color: #ffffff;
	border: 1px solid #cccccc;
	display: flex;
	flex-direction: column;
}

.biz-works__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 16px;
}

.biz-works__text span {
	font-weight: 700;
	line-height: 1.6;
}

.biz-works__img {
	width: 100%;
	aspect-ratio: 4 / 3;
	position: relative;
}

.biz-works__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* フロー図 */
.biz-flow {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
}
.biz-flow__step {
	position: relative;
	z-index: 2;
}
.biz-flow__circle {
	position: relative;
	width: 160px; 
	height: 160px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.6rem; /* 1.6rem固定 */
	font-weight: 700;
	color: #1D3994;
	line-height: 1.4;
	box-sizing: border-box;
}
/* 破線（SVG背景） */
.biz-flow__circle::before {
	content: '';
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Ccircle cx='80' cy='80' r='79' fill='none' stroke='%231D3994' stroke-width='1.5' stroke-dasharray='7 9'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	pointer-events: none;
}

/* 矢印部分（PC横向き） */
.biz-flow__arrow {
	flex-grow: 1;
	max-width: 50px;
	height: 2px;
	background-color: #1D3994;
	position: relative;
	z-index: 1;
	margin: 0 10px; 
}
.biz-flow__arrow::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #1D3994;
	border-right: 2px solid #1D3994;
}

.biz-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	padding-bottom: 120px;
}

/* --- サイドバー --- */
.biz-sidebar {
	width: 240px;
	flex-shrink: 0;
	position: sticky;
	top: 160px;
}

/* サイドアンカーリンク（縦並び） */
.biz-anchor {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.biz-anchor__item-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.biz-anchor__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	border: 1px solid #1D3994;
	border-radius: 6px;
	padding: 15px;
	color: #1D3994;
	text-decoration: none;
	transition: all 0.3s ease;
}
.biz-anchor__link:hover {
	background: #1D3994;
	color: #ffffff;
	box-shadow: 0 4px 15px rgba(29, 57, 148, 0.2);
}

.biz-anchor__info {
	display: flex;
	align-items: center;
	gap: 15px;
}
.biz-anchor__num {
	font-family: var(--font-en);
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
}
.biz-anchor__text {
	font-size: 1.5rem;
	font-weight: 700;
}

/* 画像アイコン (下向き固定・アニメーションなし) */
.biz-anchor__icon {
	width: 20px;
	height: auto;
	transform: rotate(90deg);
	margin: 0;
	transition: filter 0.3s ease;
}
.biz-anchor__link:hover .biz-anchor__icon {
	filter: brightness(0) invert(1) !important;
}

/* 実績PDFボタン */
.biz-sidebar__btn-wrap {
	margin-top: 5px;
	display: flex;
	justify-content: flex-start;
}
.btn-pdf {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #1D3994;
    color: #fff !important;
    border: 1px solid #1D3994;
    padding: 14px 24px;
    font-size: 1.4rem;
    font-weight: 700;
    transition: all 0.3s ease;
    border-radius: 8px;
    gap: 8px;
    text-decoration: none;
    width: 100%;
}
.btn-pdf:hover {
	background-color: #ffffff !important; 
	color: #1D3994 !important; 
}
.btn-pdf:hover .icon-pdf {
	filter: brightness(0) sepia(1) hue-rotate(220deg) saturate(500%) brightness(0.6) !important;
}
.icon-pdf {
	width: 26px;
	height: auto;
	vertical-align: middle;
}

.biz-main {
	width: calc(100% - 280px);
}

.biz-detail {
    padding: 40px;
    margin-bottom: 40px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    color: #000000;
    scroll-margin-top: 160px;
}

.biz-detail:last-child {
    margin-bottom: 0;
}

.biz-detail__inner {
	display: block;
}

.biz-detail__header {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 32px;
    border-bottom: 2px solid #1D3994;
    padding-bottom: 16px;
}

.biz-detail__body {
	display: flex;
	flex-direction: row-reverse; /* 画像が右、テキストが左 */
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}

.biz-detail__content {
	width: calc(100% - 40% - 40px);
}
.biz-detail__img {
	width: 40%;
	flex-shrink: 0;
}

.biz-detail__num {
    font-family: var(--font-en);
    font-size: 4rem;
    font-weight: 700;
    color: #1D3994;
    line-height: 1;
}

.biz-detail__title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #000000;
}

.biz-detail__text {
	font-size: 1.5rem;
	line-height: 2.0;
	color: #333333;
}

.biz-detail__img img {
	width: 100%;
	aspect-ratio: 4 / 3; 
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


/* =========================================
   個人情報保護方針
========================================= */
.privacy-page {
	padding-top: 120px;
	background-color: transparent;
}

.privacy-container {
	padding: 0 0 120px;
}

/* テキストが横に広がりすぎないように幅を絞る */
.privacy__inner {
	max-width: 1000px; 
	margin: 0 auto;
}

/* テキストエリア本体（白背景のカード型デザインに） */
.privacy__body {
	background-color: #ffffff;
	padding: 80px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.privacy__section {
	margin-top: 60px;
}

.privacy__heading {
	font-size: 1.8rem;
	font-weight: 700;
	color: #1D3994;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(29, 57, 148, 0.2);
	padding-bottom: 10px;
}

.privacy__text {
	font-size: 1.5rem;
	line-height: 2.0;
	color: #333333;
	margin-bottom: 0;
}
.privacy__text a {
	color: #1D3994;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}
.privacy__text a:hover {
	opacity: 0.7;
}

.privacy__list {
	margin-top: 20px;
	padding-left: 0;
	list-style: none;
}
.privacy__list li {
	font-size: 1.5rem;
	line-height: 2.0;
	color: #333333;
	margin-bottom: 8px;
}

.privacy__list--link li a {
	color: #1D3994;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}
.privacy__list--link li a:hover {
	opacity: 0.7;
}

/* =========================================
   COMPANYページ
========================================= */
.company-page {
	padding-top: 120px;
	background-color: transparent;
}

/* =========================================
   レイアウト：サイドバー ＆ メイン
========================================= */
.comp-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	padding-bottom: 120px;
}

.comp-sidebar {
	width: 240px;
	flex-shrink: 0;
	position: sticky;
	top: 160px;
}

.comp-anchor {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.comp-anchor__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	border: 1px solid #1D3994;
	border-radius: 6px;
	padding: 15px;
	color: #1D3994;
	text-decoration: none;
	transition: all 0.3s ease;
}
.comp-anchor__link:hover {
	background: #1D3994;
	color: #ffffff;
	box-shadow: 0 4px 15px rgba(29, 57, 148, 0.2);
}

.comp-anchor__text {
	font-size: 1.5rem;
	font-weight: 700;
}

.comp-anchor__icon {
	width: 20px;
	height: auto;
	transform: rotate(90deg);
	margin: 0;
	transition: filter 0.3s ease;
}
.comp-anchor__link:hover .comp-anchor__icon {
	filter: brightness(0) invert(1) !important;
}

.comp-main {
	width: calc(100% - 280px);
}

.comp-section {
    position: relative;
    padding: 64px 40px;
    margin-bottom: 40px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    scroll-margin-top: 160px;
}

.comp-section:last-child {
    margin-bottom: 0;
}

.comp-section--gray {
	background-color: #f5f5f5;
}

.comp-section__inner {
	display: block;
}

.comp-section__heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1D3994;
    margin-bottom: 40px;
    border-bottom: 2px solid #1D3994;
    padding-bottom: 16px;
}

.comp-section__content {
	width: 100%;
}

/* =========================================
   代表挨拶
========================================= */
.comp-greeting {
	display: flex;
	align-items: flex-start;
	gap: 60px;
}
.comp-greeting__text-wrap {
	flex: 1;
}
.comp-greeting__text {
	font-size: 1.5rem;
	line-height: 2.0;
	color: #333;
	margin-bottom: 40px;
}
.comp-greeting__name {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: right;
	color: #000;
}
.comp-greeting__img {
	width: 40%;
	flex-shrink: 0;
}
.comp-greeting__img img {
	width: 100%;
	aspect-ratio: 3 / 4; 
	object-fit: cover;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* =========================================
   会社概要・関連会社 テーブル
   ========================================= */
.comp-table {
	width: 100%;
	margin: 0;
}
.comp-table__row {
	display: flex;
	padding: 24px 0;
	border-bottom: 1px solid #dddddd;
}
.comp-table__dt {
	width: 240px;
	flex-shrink: 0;
	font-size: 1.5rem;
	font-weight: 700;
	color: #000000;
}
.comp-table__dd {
	flex: 1;
	font-size: 1.5rem;
	line-height: 1.8;
	color: #333333;
	margin: 0;
}

/* =========================================
   アクセス
   ========================================= */
.comp-access-item {
	display: flex;
	gap: 60px;
	margin-bottom: 80px;
}
.comp-access-item:last-child {
	margin-bottom: 0;
}
.comp-access-info {
    width: 320px;
    flex-shrink: 0;
}
.comp-access-name {
	font-size: 1.8rem;
	font-weight: 700;
	color: #1D3994;
	margin-bottom: 20px;
}
.comp-access-address {
	font-size: 1.5rem;
	line-height: 1.8;
	color: #333333;
}
.comp-access-map {
	flex: 1;
	aspect-ratio: 16 / 9;
	background-color: #e0e0e0;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


/* =========================================
   RECRUITページ
========================================= */
.recruit-page {
	padding-top: 120px;
	background-color: transparent;
}

/* セクションタイトル構造 (文字サイズ縮小・両方とも青色) */
.section-title--recruit {
	flex-direction: column;
	gap: 5px;
}
.section-title--recruit .section-title__en {
	font-size: 4.0rem;
	color: #1D3994;
}
.section-title--recruit .section-title__ja {
	margin-bottom: 0;
	font-size: 1.4rem;
	margin-top: 8px;
	color: #1D3994; 
}

/* タイトル中央揃え用クラス */
.section-title--center {
	align-items: center;
	margin-bottom: 60px;
}

/* =========================================
   代表メッセージ
========================================= */
.recruit-message {
	position: relative;
	padding: 100px 0 100px;
}
.recruit-message::before {
	content: '';
	position: absolute;
	top: 0; left: 50%; transform: translateX(-50%);
	width: 100vw; height: 100%;
	background-color: #f5f5f5;
	z-index: -1;
}

.recruit-message__content {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.recruit-message__title {
	align-items: flex-start;
	margin-bottom: 0;
}

.recruit-message__text-wrap {
	width: 100%;
}

.recruit-message__catch {
	font-size: 2.8rem;
	font-weight: 700;
	color: #1D3994;
	margin-bottom: 24px;
	line-height: 1.4;
}

.recruit-message__text {
	font-size: 1.5rem;
	line-height: 2.0;
	color: #333333;
	margin-bottom: 40px;
}
.recruit-message__sign {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: right;
	color: #000000;
}

.recruit-message__img {
	width: 100%;
}
.recruit-message__img img {
    width: 100%;
    aspect-ratio: 16 / 7.2;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* =========================================
   社員インタビュー
   ========================================= */
.recruit-interview {
	padding: 100px 0;
	background-color: #ffffff;
}
.recruit-interview__list {
	display: flex;
	flex-direction: column;
	gap: 120px; 
}

/* 指定のCSSを適用 */
.recruit-interview__header {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 64px;
	border-bottom: 2px solid #1D3994;
	padding-bottom: 16px;
}
.recruit-interview__num {
	font-family: var(--font-en);
	font-size: 4.0rem;
	font-weight: 700;
	color: #1D3994;
	line-height: 1;
}
.recruit-interview__job {
	font-size: 2.8rem;
	font-weight: 700;
	color: #000000;
}

/* 2カラムレイアウト（左：画像、右：Q&A） */
.recruit-interview__body {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 60px;
}

.recruit-interview__item:nth-child(even) .recruit-interview__body {
	flex-direction: row-reverse;
}

.recruit-interview__img-wrap {
    position: sticky;
    top: 180px;
    width: 45%;
    flex-shrink: 0;
}

.recruit-interview__img-wrap img {
	width: 100%;
	aspect-ratio: 4 / 3; 
	object-fit: cover;
	display: block;
}
.recruit-interview__name-box {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 15px 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.recruit-interview__year {
	font-size: 1.2rem;
	color: #666666;
	margin-bottom: 5px;
	font-weight: 700;
}
.recruit-interview__name {
	font-size: 2.0rem;
	font-weight: 700;
	color: #1D3994;
}

/* Q&A リスト */
.recruit-interview__qa-list {
	width: 55%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.recruit-qa {
	margin: 0;
}
/* ご指定のQ&Aスタイル */
.recruit-qa__q {
    position: relative;
    padding-left: 24px;
    font-size: 2rem;
    font-weight: 700;
    color: #1D3994;
    margin-bottom: 16px;
    line-height: 1.4;
}
.recruit-qa__q::before {
	content: 'Q.';
	position: absolute;
	left: 0;
	top: 2px;
	font-family: var(--font-en);
	font-size: 2.0rem;
	line-height: 1;
}
.recruit-qa__a {
	position: relative;
	padding-left: 24px;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #333333;
	margin: 0;
}
.recruit-qa__a::before {
	content: 'A.';
	position: absolute;
	left: 0;
	top: 2px;
	font-family: var(--font-en);
	font-size: 2.0rem;
	font-weight: 700;
	color: #32373c; /* 指定カラーに変更 */
	line-height: 1;
}

/* =========================================
   募集要項 (CSS+JSアコーディオン)
   ========================================= */
.recruit-req {
	position: relative;
	padding: 100px 0;
}
.recruit-req::before {
	content: '';
	position: absolute;
	top: 0; left: 50%; transform: translateX(-50%);
	width: 100vw; height: 100%;
	background-color: #f5f5f5;
	z-index: -1;
}

.recruit-req__accordions {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.recruit-accordion {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
}
.recruit-accordion__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 40px;
	cursor: pointer;
	background-color: #ffffff;
	transition: background-color 0.3s ease;
}
.recruit-accordion__header:hover {
	background-color: #fcfcfc;
}
.recruit-accordion__title {
	font-size: 2.0rem;
	font-weight: 700;
	color: #1D3994;
	margin: 0;
}

/* 右側の＋−アイコン */
.recruit-accordion__icon {
	position: relative;
	width: 16px;
	height: 16px;
}
.recruit-accordion__icon::before,
.recruit-accordion__icon::after {
	content: '';
	position: absolute;
	background-color: #1D3994;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
/* 横線 */
.recruit-accordion__icon::before {
	top: 7px; left: 0; width: 100%; height: 2px;
}
/* 縦線 */
.recruit-accordion__icon::after {
	top: 0; left: 7px; width: 2px; height: 100%;
}
.recruit-accordion.is-open .recruit-accordion__icon::after {
	transform: rotate(90deg);
	opacity: 0;
}

/* アコーディオンの中身（CSS gridによる滑らかな開閉） */
.recruit-accordion__content-wrap {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease-in-out;
}
.recruit-accordion.is-open .recruit-accordion__content-wrap {
	grid-template-rows: 1fr;
}
.recruit-accordion__content {
	overflow: hidden;
}
.recruit-accordion__content-inner {
	padding: 0 40px 40px;
}

.recruit-table {
	width: 100%;
	margin: 0;
	border-top: 1px solid #dddddd;
}
.recruit-table__row {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
}
.recruit-table__row dt {
	width: 200px;
	flex-shrink: 0;
	font-size: 1.5rem;
	font-weight: 700;
	color: #000000;
}
.recruit-table__row dd {
	flex: 1;
	font-size: 1.5rem;
	line-height: 1.6;
	color: #333333;
	margin: 0;
}

/* =========================================
   エントリー
   ========================================= */
.recruit-entry {
    padding: 120px 0;
    background-image: url('../images/top/toppage_main_photo.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
/* 画像を少し暗くして手前のカードを目立たせる */
.recruit-entry::before {
	content: '';
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

/* Marqueeアニメーション（青文字・不透明・訴求テキスト） */
.marquee--recruit {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	z-index: 1; 
}
.marquee--recruit .marquee__text {
	color: #1D3994;
}

/* 指定のCSSを適用 */
.recruit-entry__inner {
	position: relative;
	z-index: 2;
	background-color: #ffffff;
	max-width: 720px;
	margin: 0 auto;
	padding: 48px;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.2);
	text-align: center;
}

.recruit-entry__desc {
	font-size: 1.5rem;
	line-height: 1.8;
	color: #333333;
	margin-bottom: 40px;
}

/* 指定のCSSを適用 */
.btn-entry {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #1D3994;
	color: #ffffff !important;
	border: 1px solid #1D3994;
	padding: 16px 24px 16px 40px;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.btn-entry:hover {
	background-color: #ffffff !important;
	color: #1D3994 !important;
}
.btn-entry .icon-arrow {
	width: 20px;
}
.btn-entry:hover .icon-arrow {
	filter: brightness(0) sepia(1) hue-rotate(220deg) saturate(500%) brightness(0.6) !important;
}

/* =========================================
   NEWSページ
========================================= */
.news-page {
	padding-top: 120px;
	background-color: transparent;
}

.news-container {
	padding: 0 0 120px;
}

.news-body {
	background-color: #ffffff;
	padding: 80px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.news-nav {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.news-nav__link {
	font-size: 1.4rem;
	font-weight: 700;
	color: #666666;
	text-decoration: none;
	position: relative;
	transition: color 0.3s ease;
}
.news-nav__link:hover,
.news-nav__link.is-active {
	color: #1D3994;
}
.news-nav__link::after {
	content: '';
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #cccccc;
}
.news-nav__link:last-child::after {
	display: none;
}

.news-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.news-card {
background-color: #ffffff;
border-radius: 8px;
overflow: hidden;
border: 1px solid #e0e0e0;
transition: background-color 0.3s ease, color 0.3s ease;
padding: 20px;
}
.news-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.news-card:hover {
	background-color: #1D3994;
}

.news-card__thumb-wrap {
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
.news-card__thumb {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.4s ease;
}

.news-card:hover .news-card__thumb {
	transform: scale(1.05);
}

.news-card__content {
    padding: 20px 8px 8px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-card__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.news-card__date {
    font-family: var(--font-en);
    font-size: 1.2rem;
    font-weight: 700;
    color: #999;
    transition: color 0.3s ease;
}

.news-card__cat {
	font-size: 1.1rem;
	font-weight: 700;
	color: #1D3994;
	border: 1px solid #1D3994;
	padding: 4px 10px;
	line-height: 1;
	transition: color 0.3s ease, border-color 0.3s ease;
}
.news-card__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	color: #000000;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.3s ease;
}

/* ホバー時の文字色・枠色の反転 */
.news-card:hover .news-card__date,
.news-card:hover .news-card__title {
	color: #ffffff;
}
.news-card:hover .news-card__cat {
	color: #ffffff;
	border-color: #ffffff;
}

/* 記事がない場合 */
.news-empty {
	grid-column: 1 / -1;
	text-align: center;
	font-size: 1.5rem;
	padding: 60px 0;
}

/* =========================================
   ページネーション
========================================= */
.news-pagination {
    margin-top: 64px;
    text-align: center;
}

.news-pagination .page-numbers {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	margin: 0 5px;
	font-family: var(--font-en);
	font-size: 1.6rem;
	font-weight: 700;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	text-decoration: none;
	transition: all 0.3s ease;
}
.news-pagination .page-numbers:hover {
	background-color: #1D3994;
	color: #fff;
}
.news-pagination .page-numbers.current {
	background-color: #1D3994;
	color: #ffffff;
	border-color: #1D3994;
}
.news-pagination .page-numbers.dots {
	background-color: transparent;
	border: none;
	color: #000000;
	width: auto;
	pointer-events: none;
}


/* =========================================
   CONTACTページ
========================================= */
.contact-page {
	padding-top: 120px;
	background-color: transparent;
}

.contact-container {
	padding: 0 0 120px;
}

.contact-body {
	background-color: #fff;
	padding: 80px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.03);
	max-width: 900px;
	margin: 0 auto;
}

/* =========================================
   フォーム テーブルレイアウト
   ========================================= */
.contact-form__table {
	width: 100%;
	margin: 0 0 60px;
}

.contact-form__row {
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	align-items: flex-start;
}

.contact-form__label {
	width: 240px;
	flex-shrink: 0;
	font-size: 1.5rem;
	font-weight: 700;
	color: #000000;
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 12px;
}

/* 必須・任意バッジ */
.contact-form__req,
.contact-form__any {
	font-size: 1.1rem;
	padding: 4px 8px;
	border-radius: 4px;
	color: #ffffff;
	line-height: 1;
}
.contact-form__req { background-color: #e60012; }
.contact-form__any { background-color: #888888; }

.contact-form__input {
	flex: 1;
	margin: 0;
}

/* =========================================
   入力パーツのデザイン
========================================= */
.contact-input,
.contact-textarea {
	width: 100%;
	background-color: #f9f9f9;
	border: 1px solid #dddddd;
	border-radius: 6px;
	padding: 15px;
	font-size: 1.5rem;
	color: #333333;
	transition: all 0.3s ease;
	box-sizing: border-box;
	font-family: inherit;
}
.contact-input:focus,
.contact-textarea:focus {
	background-color: #ffffff;
	border-color: #1D3994;
	box-shadow: 0 0 0 2px rgba(29, 57, 148, 0.2);
}
.contact-textarea {
	resize: vertical; 
}

/* バリデーションエラー時のスタイル */
.contact-input.is-error,
.contact-textarea.is-error {
	background-color: #fff5f5;
	border-color: #e60012;
}
.contact-error {
	color: #e60012;
	font-size: 1.3rem;
	font-weight: 700;
	margin-top: 8px;
	min-height: 18px; 
}
.contact-error--center { text-align: center; }

/* ラジオボタン */
.contact-form__radio-group {
	display: flex;
	gap: 30px;
	padding-top: 12px;
}
.contact-radio {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.contact-radio input {
	display: none; 
}
.contact-radio__text {
	position: relative;
	padding-left: 28px;
	font-size: 1.5rem;
	color: #333333;
}
.contact-radio__text::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	background-color: #ffffff;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
.contact-radio__text::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #1D3994;
	opacity: 0;
	transition: all 0.3s ease;
}
.contact-radio input:checked + .contact-radio__text::before {
	border-color: #1D3994;
}
.contact-radio input:checked + .contact-radio__text::after {
	opacity: 1;
}

/* 同意チェックボックス */
.contact-form__agree {
	text-align: center;
	margin-bottom: 40px;
}
.contact-checkbox {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.contact-checkbox input {
	display: none;
}
.contact-checkbox__text {
	position: relative;
	padding-left: 32px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #000000;
}
.contact-checkbox__text a {
	color: #1D3994;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}
.contact-checkbox__text a:hover { opacity: 0.7; }

.contact-checkbox__text::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	background-color: #ffffff;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
.contact-checkbox__text::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 45%;
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	opacity: 0;
	transition: all 0.2s ease;
}
.contact-checkbox input:checked + .contact-checkbox__text::before {
	background-color: #1D3994;
	border-color: #1D3994;
}
.contact-checkbox input:checked + .contact-checkbox__text::after {
	opacity: 1;
}

/* 送信ボタン */
.contact-form__submit {
	text-align: center;
}
.btn-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #1D3994;
	color: #ffffff;
	border: 1px solid #1D3994;
	padding: 20px 80px;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 240px;
}
.btn-submit:hover:not(:disabled) {
	background-color: #ffffff;
	color: #1D3994;
}

.btn-submit:disabled {
	background-color: #cccccc;
	border-color: #cccccc;
	color: #ffffff;
	cursor: not-allowed;
	opacity: 0.8;
}


/* =========================================
   記事詳細ページ
========================================= */
.single-page {
	padding-top: 120px;
	background-color: transparent;
}

.single-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 60px;
	padding-bottom: 120px;
}

/* =========================================
   メイン記事エリア
   ========================================= */
.single-main {
	width: calc(100% - 340px); 
}

.single-body {
	background-color: #ffffff;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.03);
	margin-bottom: 48px;
}

/* 記事メタ情報 */
.single-meta {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}
.single-date,
.sidebar-latest__date {
	font-family: var(--font-en);
	font-size: 1.5rem;
	font-weight: 700;
	color: #999999;
}
.sidebar-latest__date {
	font-size: 1.2rem;
	margin-bottom: 4px;
}

.single-cat {
	font-size: 1.2rem;
	font-weight: 700;
	color: #1D3994;
	border: 1px solid #1D3994;
	padding: 4px 12px;
	line-height: 1;
}

/* 記事タイトル */
.single-title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #000000;
	margin-bottom: 30px;
	line-height: 1.4;
}

/* アイキャッチ画像 */
.single-thumbnail {
	margin-bottom: 40px;
}
.single-thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

/* =========================================
   本文 (エディタからの出力用スタイル)
========================================= */
.single-content {
	font-size: 1.6rem;
	color: #333333;
}

.single-content p {
	margin-bottom: 24px;
	line-height: 1.8;
}
.single-content p:last-child {
	margin-bottom: 0;
}

.single-content h1 {
	font-size: 2.8rem;
	font-weight: 700;
	color: #1D3994;
	border-bottom: 3px solid #1D3994;
	padding-bottom: 12px;
	margin: 60px 0 24px;
}
.single-content h2 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #1D3994;
	border-left: 6px solid #1D3994;
	padding-left: 12px;
	margin: 50px 0 20px;
}
.single-content h3 {
	font-size: 2.0rem;
	font-weight: 700;
	color: #000000;
	margin: 40px 0 16px;
}
.single-content h4 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #000000;
	margin: 30px 0 16px;
}
.single-content h5 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #000000;
	margin: 20px 0 12px;
}
.single-content > *:first-child { margin-top: 0; }

/* リスト (箇条書き) */
.single-content ul {
	margin: 0 0 24px;
	padding-left: 0;
	list-style: none;
}
.single-content ul li {
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 8px;
	line-height: 1.8;
}
.single-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.7em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #1D3994; 
}

.single-content ol {
	margin: 0 0 24px;
	padding-left: 1.5em;
	list-style-type: decimal;
}
.single-content ol li {
	margin-bottom: 8px;
	line-height: 1.8;
	padding-left: 5px;
}

.single-content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
}
.single-content th,
.single-content td {
	border: 1px solid #dddddd;
	padding: 12px 16px;
	line-height: 1.6;
}
.single-content th {
	background-color: #f5f5f5;
	font-weight: 700;
	text-align: left;
	width: 25%;
}

.single-content img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	margin: 20px 0;
	display: block;
}

.single-content a {
	color: #1D3994;
	text-decoration: underline;
}
.single-content a:hover {
	opacity: 0.7;
}

/* =========================================
   記事下部ナビゲーション
========================================= */
.single-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.single-nav__prev,
.single-nav__next {
	width: 30%;
}
.single-nav__prev { text-align: left; }
.single-nav__next { text-align: right; }

.single-nav__prev a,
.single-nav__next a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #1D3994;
	text-decoration: none;
}

.single-nav .icon-arrow {
width: 24px;
height: auto;
transition: transform 0.3s ease;
filter: brightness(0) sepia(1) hue-rotate(220deg) saturate(500%) brightness(0.6);
}

.nav-arrow-prev {
	transform: rotate(180deg);
}
.single-nav__prev a:hover .nav-arrow-prev {
	transform: rotate(180deg) translateX(5px);
}
.single-nav__next a:hover .nav-arrow-next {
	transform: translateX(5px);
}

.single-nav__center {
	width: 30%;
	text-align: center;
}
.btn-archive {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 48px;
    background-color: #ffffff;
    border: 1px solid #1D3994;
    border-radius: 6px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1D3994;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-archive:hover {
	background-color: #1D3994;
	color: #ffffff;
}

/* =========================================
   サイドバー
========================================= */
.single-sidebar {
	width: 280px;
	flex-shrink: 0;
}

.sidebar-widget {
	background-color: #ffffff;
	padding: 30px 24px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.03);
	margin-bottom: 30px;
}

.sidebar-widget__title {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1D3994;
	margin-bottom: 32px;
	text-align: center;
	position: relative;
	padding-bottom: 12px;
}
.sidebar-widget__title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 2px;
	background-color: #1D3994;
}

.sidebar-latest {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-latest__item {
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
}
.sidebar-latest__item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.sidebar-latest__link {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.3s ease;
}
.sidebar-latest__link:hover { opacity: 0.7; }

.sidebar-latest__thumb {
	width: 80px;
	flex-shrink: 0;
	aspect-ratio: 4 / 3;
}
.sidebar-latest__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.sidebar-latest__info {
	flex: 1;
}
.sidebar-latest__title {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5;
	color: #333333;
	margin: 0;
}

.sidebar-archive {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-archive li {
	border-bottom: 1px solid #eeeeee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #666666;
	font-size: 1.4rem;
}
.sidebar-archive li:last-child {
	border-bottom: none;
}
.sidebar-archive a {
	flex: 1;
	display: block;
	padding: 12px 10px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
	transition: color 0.3s ease, padding-left 0.3s ease;
	position: relative;
}
.sidebar-archive a::before {
	content: '▶';
	font-size: 0.8rem;
	color: #1D3994;
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.3s ease;
}
.sidebar-archive a:hover {
	color: #1D3994;
	padding-left: 15px;
}
.sidebar-archive a:hover::before {
	opacity: 1;
	left: 0;
}




















/* 1160px以下 */
@media screen and (max-width: 1160px) and (min-width: 800px) {

.about-strengths__inner {
    gap: 80px;
}

.comp-access-item {
    gap: 32px;
    margin-bottom: 64px;
    flex-direction: column;
}

.news-list {
    gap: 24px;
}




}






/* 1060px以下 */
@media screen and (max-width: 1060px) and (min-width: 800px) {

.header {
    padding: 20px 40px;
}

.inner-block {
    padding: 0 40px;
}

.page-header {
    padding: 64px 0;
}

.header__logo {
    width: 160px;
}

.header__logo-desc {
    font-size: 1.1rem;
}

.header__list {
    gap: 24px;
    font-size: 1.3rem;
}

.header__btn {
    font-size: 1.2rem;
    min-width: 108px;
}

.footer__nav-wrapper {
    gap: 48px;
}

.about-hero__content {
    gap: 0;
}

.about-hero__catch {
    white-space: normal;
    text-align: left;
    font-size: 2.4rem;
}

.about-hero__img img {
    width: 88%;
}

.about-strengths__inner {
    display: flex;
    flex-direction: column;
}

.section-title--about-strengths {
    position: unset;
}

.about-strengths__list {
    width: 100%;
}

.biz-detail__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.biz-detail__img {
    width: 100%;
    flex-shrink: unset;
}

.biz-detail__content {
    width: 100%;
}

.biz-detail__text {
    line-height: 1.8;
}

.biz-sidebar {
    width: 220px;
}

.biz-main {
    width: calc(100% - 220px);
}

.about-hero__left {
    width: 56%;
}

.about-hero__right {
    min-width: 340px;
    max-width: 340px;
}

.about-concept {
    width: 340px;
    height: 340px;
}

.about-concept__triangle {
    width: 260px;
    height: 260px;
    top: 40px;
    left: 40px;
}

.about-concept__center-text {
    font-size: 1.4rem;
    margin-top: 60px;
    white-space: nowrap;
}

.about-concept__circle {
    width: 108px;
    height: 108px;
    font-size: 1.2rem;
}

.about-concept__circle--top {
    top: 20px;
    left: 116px;
}

.about-strength-item__icon {
    width: 140px;
    height: 124px;
}

.about-strength-item__num {
    font-size: 4rem;
}

.about-strength-item__title {
    font-size: 2.4rem;
}

.comp-sidebar {
    width: 220px;
}

.comp-main {
    width: calc(100% - 220px);
}

.comp-greeting {
    gap: 40px;
}

.news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.single-main {
    width: calc(100% - 240px);
}

.single-sidebar {
    width: 240px;
}

.sidebar-latest__link{
    display: flex;
    flex-direction: column;
}

.sidebar-latest__thumb {
    width: 100%;
}

.single-container {
    margin-bottom: 80px;
}

.recruit-interview__body {
    gap: 40px;
}

.recruit-message__content {
    gap: 0 40px;
}

.business__lead {
    line-height: 2;
}





}




/* 960px以下 */
@media screen and (max-width: 960px) and (min-width: 800px) {

.header {
    padding: 20px 40px;
}

.header__list {
    gap: 16px;
    font-size: 1.2rem;
}

.footer__address-wrapper {
    display: flex;
    flex-direction: column;
}

.header__item {
    font-size: 1.3rem;
}


}



