@charset "UTF-8";
/* CSS Document */


/******************************************タブレットレイアウト*****************************************/

@media screen and (min-width: 1368px) and (max-width: 1535px) {

body {
	margin-top: 85px; /* メニュー高さ分 */
	overflow-x: hidden;
	}

.sp-br {
	display: none;
	}

.bxslider__container{
	background-color: #FFFFFF;
	text-align:center;
	position: relative;
	overflow: hidden;
	}

.navi{
	background-color: #F0F0F0;
	padding: 5px 0;
	}

.navi__text{
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	font-weight:normal;
	text-align:center;
	color: #222222;
	}

/*common-section******************************************/

.common-section__container {
	width: 100%;
	padding: 0 2%;           /* 左右に2%の余白 */
	box-sizing: border-box;  /* パディングを含めた幅計算 */
	margin: 0 auto;          /* 中央寄せ（必要に応じて） */
	}

.common-section__content
	{
	width:100%;
	max-width:1436px;
	background-color: #FFFFFF;
	text-align:left;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 30px; /* 上下左右の余白を30pxに設定 */
	}

.text-page-intro {
	font-size: 1.125rem;
	line-height:1.5;
	letter-spacing: 0.03em;
	font-weight:normal;
	text-align: justify;
	hyphens: auto;
	color: #222222;
        margin-top:20px;
        margin-bottom:20px;
	}

.c-toc-box {
	background: #f5f8ff;
	border-left: 4px solid #3b82f6;
	padding: 20px;
	margin: 0 auto;
	}

.c-toc-list {
	list-style: none;
	margin: 20px;
	}

.c-toc-list li {
	position: relative;
	font-size: 1.375rem;
	margin: 24px 0;
	padding: 0 0 0 40px;
	text-align: justify;
	}

.c-toc-list li::before{
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-size: 1.375rem;
	font-weight: 900;
	content: '\f0a4';
	color: #3261B9;
	}

.c-toc-list a {
	text-decoration: none;
	}

.c-toc-list a:hover {
	text-decoration: underline;
	}


/*title-section******************************************/

.title-section__wrapper{
        display: flex;
        justify-content: center; /* 水平方向の中央寄せ */
	overflow: auto;
	margin: 0;
	}

.title-section__content{
	width:100%;
	max-width:1436px;
	height:100px;
	margin: 0px 50px; /* 左右の余白を50pxに設定 */
	}

.article-date__wrapper{
	width:100%;
	height: auto;
	overflow: auto;
        margin-top: 20px;
	}

.article-date__content{
	width:300px;
	color: #3261B9;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #3261B9;
	}

.article-date__text{
	font-size: 1.375rem;
	letter-spacing: 0em;
	font-weight:bold;
	text-align:center;
        margin-bottom:10px;
	}

.subtitle-section__wrapper{
	width:100%;
	height: auto;
	overflow: auto;
	margin-top: 20px;
	}

.subtitle-section__content{
	width:300px;
	color: #3261B9;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #3261B9;
	}

.subtitle-section__text{
	font-size: 1.375rem;
	letter-spacing: 0em;
	font-weight:bold;
	text-align:center;
        margin-bottom:10px;
	}

/*career-section******************************************/

.representative-career {
	width: 100%;
	margin: 40px 0;
	padding: 40px 30px;
	background-color: #83B7E6;
	box-sizing: border-box;
	overflow: hidden;
}

.representative-career__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.representative-career__card {
	display: grid;
	grid-template-columns: minmax(230px, 30%) minmax(0, 1fr);
	align-items: stretch;
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

/* ==================================================
	代表者プロフィール
================================================== */

.representative-career__profile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 35px 25px;
	background-color: #F7F9FC;
	border-right: 1px solid #DDDDDD;
	box-sizing: border-box;
}

.representative-career__figure {
	position: relative;
	width: 160px;
	height: 215px;
	margin: 0 0 22px;
	padding: 0;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.representative-career__figure::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 5px;
	background-color: #3261B9;
	content: "";
	z-index: 1;
}

.representative-career__portrait {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.representative-career__identity {
	width: 100%;
	text-align: center;
}

.representative-career__position {
	margin: 0 0 10px;
	color: #555555;
	font-size: 0.9375rem;
	line-height: 1.7;
}

.representative-career__name {
	position: relative;
	margin: 0;
	padding-top: 13px;
	color: #3261B9;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.07em;
}

.representative-career__name::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 2px;
	background-color: #3261B9;
	content: "";
	transform: translateX(-50%);
}

/* ==================================================
	経歴
================================================== */

.representative-career__message {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
	min-width: 0;
	padding: 45px;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.representative-career__message::before {
	content: none;
}

.representative-career__lead,
.representative-career__text {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #222222;
	text-align: justify;
	hyphens: auto;
}

.representative-career__lead {
	color: #3261B9;
	font-size: 1.25rem;
	line-height: 1.8;
	font-weight: bold;
}

.representative-career__text {
	font-size: 1rem;
	line-height: 1.9;
	font-weight: normal;
	letter-spacing: 0.03em;
}

/* タブレット寄り */
@media screen and (max-width: 1024px) {

	.representative-career {
		padding: 30px 20px;
	}

	.representative-career__card {
		grid-template-columns: minmax(210px, 32%) minmax(0, 1fr);
	}

	.representative-career__profile {
		padding: 30px 20px;
	}

	.representative-career__figure {
		width: 145px;
		height: 200px;
	}

	.representative-career__position {
		font-size: 0.875rem;
	}

	.representative-career__name {
		font-size: 1.375rem;
	}

	.representative-career__message {
		gap: 15px;
		padding: 35px 30px;
	}

	.representative-career__lead {
		font-size: 1.125rem;
	}

	.representative-career__text {
		font-size: 0.9375rem;
		line-height: 1.85;
	}

}

/*career-background-section*********************************/

.career-background {
	width: 100%;
	margin: 40px 0;
	padding: 45px 30px;
	background-color: #F0F0F0;
	box-sizing: border-box;
	overflow: hidden;
}

.career-background__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.career-background__card {
	position: relative;
	width: 100%;
	padding: 50px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.career-background__lead,
.career-background__text {
	margin: 0;
	color: #222222;
	text-align: justify;
	hyphens: auto;
}

.career-background__lead {
	position: relative;
	margin-bottom: 28px;
	padding: 0 0 24px 20px;
	color: #3261B9;
	font-size: 1.125rem;
	line-height: 1.95;
	font-weight: bold;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #DDDDDD;
	box-sizing: border-box;
}

.career-background__lead::before {
	position: absolute;
	top: 0.5em;
	bottom: calc(24px + 0.5em);
	left: 0;
	width: 4px;
	background-color: #3261B9;
	border-radius: 2px;
	content: "";
}

.career-background__text {
	margin-bottom: 22px;
	font-size: 1rem;
	line-height: 1.95;
	font-weight: normal;
	letter-spacing: 0.03em;
}

.career-background__text:last-child {
	margin-bottom: 0;
}

/* タブレット寄り */
@media screen and (max-width: 1024px) {

	.career-background {
		padding: 35px 20px;
	}

	.career-background__card {
		padding: 40px 35px;
	}

	.career-background__lead {
		margin-bottom: 24px;
		padding: 0 0 22px 18px;
		font-size: 1.0625rem;
		line-height: 1.9;
	}

	.career-background__lead::before {
		bottom: calc(22px + 0.5em);
	}

	.career-background__text {
		margin-bottom: 20px;
		font-size: 0.9375rem;
		line-height: 1.9;
	}

}

/*representative-achievements-section************************/

.representative-achievements {
	width: 100%;
	margin: 40px 0;
	padding: 45px 30px;
	background-color: #83B7E6;
	box-sizing: border-box;
	overflow: hidden;
}

.representative-achievements__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.representative-achievements__card {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

/* ==================================================
	導入文
================================================== */

.representative-achievements__intro {
	padding: 45px 50px 35px;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.representative-achievements__lead {
	position: relative;
	margin: 0;
	padding-left: 20px;
	color: #3261B9;
	font-size: 1.125rem;
	line-height: 1.95;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: justify;
	hyphens: auto;
}

.representative-achievements__lead::before {
	position: absolute;
	top: 0.45em;
	bottom: 0.45em;
	left: 0;
	width: 4px;
	background-color: #3261B9;
	border-radius: 2px;
	content: "";
}

/* ==================================================
	実績概要
================================================== */

.representative-achievements__summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	padding: 0 50px 38px;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.representative-achievements__summary-item {
	position: relative;
	min-width: 0;
	padding: 26px 28px;
	background-color: #F7F9FC;
	border: 1px solid #DCE5F2;
	border-left: 4px solid #3261B9;
	border-right: 4px solid #3261B9;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
}

.representative-achievements__summary-label {
	margin: 0 0 7px;
	color: #555555;
	font-size: 0.875rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.representative-achievements__summary-value {
	margin: 0 0 10px;
	color: #3261B9;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.representative-achievements__summary-note {
	margin: 0;
	color: #444444;
	font-size: 0.875rem;
	line-height: 1.75;
}

/* ==================================================
	本文
================================================== */

.representative-achievements__body {
	padding: 38px 50px 48px;
	background-color: #F7F9FC;
	border-top: 1px solid #DDDDDD;
	box-sizing: border-box;
}

.representative-achievements__text {
	margin: 0 0 22px;
	color: #222222;
	font-size: 1rem;
	line-height: 1.95;
	font-weight: normal;
	letter-spacing: 0.03em;
	text-align: justify;
	hyphens: auto;
}

.representative-achievements__text:last-child {
	margin-bottom: 0;
}

/* タブレット寄り */
@media screen and (max-width: 1024px) {

	.representative-achievements {
		padding: 35px 20px;
	}

	.representative-achievements__intro {
		padding: 38px 35px 30px;
	}

	.representative-achievements__lead {
		font-size: 1.0625rem;
		line-height: 1.9;
	}

	.representative-achievements__summary {
		gap: 16px;
		padding: 0 35px 32px;
	}

	.representative-achievements__summary-item {
		padding: 23px 22px;
	}

	.representative-achievements__summary-value {
		font-size: 1.375rem;
	}

	.representative-achievements__body {
		padding: 32px 35px 40px;
	}

	.representative-achievements__text {
		margin-bottom: 20px;
		font-size: 0.9375rem;
		line-height: 1.9;
	}

}

/*representative-daily-section*******************************/

.representative-daily {
	width: 100%;
	margin: 40px 0;
	padding: 45px 30px;
	background-color: #F0F0F0;
	box-sizing: border-box;
	overflow: hidden;
}

.representative-daily__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.representative-daily__card {
	width: 100%;
	padding: 50px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* ==================================================
	導入文
================================================== */

.representative-daily__intro {
	margin-bottom: 38px;
	padding-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
	box-sizing: border-box;
}

.representative-daily__lead {
	margin: 0 0 14px;
	color: #3261B9;
	font-size: 1.125rem;
	line-height: 1.9;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: justify;
	hyphens: auto;
}

.representative-daily__intro-text {
	margin: 0;
	color: #222222;
	font-size: 1rem;
	line-height: 1.95;
	font-weight: normal;
	letter-spacing: 0.03em;
	text-align: justify;
	hyphens: auto;
}

/* ==================================================
	一日の流れ
================================================== */

.representative-daily__timeline {
	position: relative;
	width: 100%;
}

.representative-daily__timeline::before {
	position: absolute;
	top: 32px;
	bottom: 22px;
	left: 10px;
	width: 2px;
	background-color: #C7D7EE;
	content: "";
}

.representative-daily__item {
	position: relative;
	display: block;
	margin-bottom: 28px;
	padding-left: 30px;
}

.representative-daily__item:last-child {
	margin-bottom: 0;
}

.representative-daily__marker {
	position: relative;
	margin-bottom: 11px;
}

.representative-daily__marker::after {
	position: absolute;
	top: 12px;
	left: -26px;
	width: 15px;
	height: 15px;
	background-color: #3261B9;
	border: 4px solid #FFFFFF;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #3261B9;
	box-sizing: border-box;
	content: "";
}

.representative-daily__label {
	display: inline-block;
	min-width: 72px;
	padding: 7px 12px;
	color: #3261B9;
	font-size: 0.875rem;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-align: center;
	background-color: #F0F5FB;
	border-radius: 20px;
	box-sizing: border-box;
}

.representative-daily__content {
	width: 100%;
	padding: 24px 28px;
	background-color: #F7F9FC;
	border-left: 4px solid #3261B9;
	border-radius: 8px;
	box-sizing: border-box;
}

.representative-daily__text {
	margin: 0;
	color: #222222;
	font-size: 1rem;
	line-height: 1.95;
	font-weight: normal;
	letter-spacing: 0.03em;
	text-align: justify;
	hyphens: auto;
}

/* タブレット寄り */
@media screen and (max-width: 1024px) {

	.representative-daily__timeline::before {
		left: 9px;
	}

	.representative-daily__item {
		margin-bottom: 24px;
		padding-left: 28px;
	}

	.representative-daily__marker::after {
		left: -24px;
	}

	.representative-daily__content {
		padding: 22px 24px;
	}

	.representative-daily__text {
		font-size: 0.9375rem;
		line-height: 1.9;
	}

}

/*representative-story-section*******************************/

.representative-story {
	width: 100%;
	margin: 40px 0;
	padding: 45px 30px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	overflow: hidden;
}

.representative-story__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.representative-story__card {
	position: relative;
	width: 100%;
	padding: 50px;
	background-color: #EAF3FB;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.representative-story__card::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background-color: #3261B9;
	content: "";
}

.representative-story__lead {
	margin: 0 0 28px;
	color: #3261B9;
	font-size: 1.125rem;
	line-height: 1.95;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: justify;
	hyphens: auto;
}

.representative-story__text {
	margin: 0 0 22px;
	color: #222222;
	font-size: 1rem;
	line-height: 1.95;
	font-weight: normal;
	letter-spacing: 0.03em;
	text-align: justify;
	hyphens: auto;
}

.representative-story__text:last-child {
	margin-bottom: 0;
}

.representative-story__highlight {
	margin: 32px 0;
	padding: 28px 30px 28px 34px;
	background-color: #FFFFFF;
	border-left: 4px solid #3261B9;
	border-right: 4px solid #3261B9;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.representative-story__highlight-text {
	margin: 0 0 10px;
	color: #3261B9;
	font-size: 1.0625rem;
	line-height: 1.85;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.representative-story__highlight-note {
	margin: 0;
	color: #444444;
	font-size: 0.9375rem;
	line-height: 1.85;
	font-weight: normal;
	letter-spacing: 0.03em;
	text-align: center;
	hyphens: auto;
}

/* タブレット寄り */
@media screen and (max-width: 1024px) {

	.representative-story {
		padding: 35px 20px;
	}

	.representative-story__card {
		padding: 40px 35px;
	}

	.representative-story__lead {
		margin-bottom: 24px;
		font-size: 1.0625rem;
		line-height: 1.9;
	}

	.representative-story__text {
		margin-bottom: 20px;
		font-size: 0.9375rem;
		line-height: 1.9;
	}

	.representative-story__highlight {
		margin: 28px 0;
		padding: 24px 26px;
	}

	.representative-story__highlight-text {
		font-size: 1rem;
	}

	.representative-story__highlight-note {
		font-size: 0.9375rem;
	}

}

/*representative-closing-section*****************************/

.representative-closing {
	width: 100%;
	margin: 40px 0;
	padding: 45px 30px;
	background-color: #83B7E6;
	box-sizing: border-box;
	overflow: hidden;
}

.representative-closing__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.representative-closing__card {
	width: 100%;
	padding: 50px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.representative-closing__text {
	margin: 0 0 22px;
	color: #222222;
	font-size: 1rem;
	line-height: 1.95;
	font-weight: normal;
	letter-spacing: 0.03em;
	text-align: justify;
	hyphens: auto;
}

.representative-closing__text:last-child {
	margin-bottom: 0;
}

/* ==================================================
	締めのメッセージ
================================================== */

.representative-closing__message {
	margin-top: 36px;
	padding: 26px 30px;
	background-color: #F0F5FB;
	border-left: 4px solid #3261B9;
	border-right: 4px solid #3261B9;
	border-radius: 8px;
	box-sizing: border-box;
}

.representative-closing__message-text {
	margin: 0;
	color: #3261B9;
	font-size: 1.0625rem;
	line-height: 1.85;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: center;
}

/* タブレット寄り */
@media screen and (max-width: 1024px) {

	.representative-closing {
		padding: 35px 20px;
	}

	.representative-closing__card {
		padding: 40px 35px;
	}

	.representative-closing__text {
		margin-bottom: 20px;
		font-size: 0.9375rem;
		line-height: 1.9;
	}

	.representative-closing__message {
		margin-top: 30px;
		padding: 24px 26px;
	}

	.representative-closing__message-text {
		font-size: 1rem;
	}

}

/*cta-banner******************************************/


.cta-banner__wrapper {
	display: flex;
	justify-content: center;
	background-color: #F0F0F0;
	margin: 50px 0 30px;
	overflow: hidden; /* ホバー拡大用 */
	}

/* コンテンツ枠 */
.cta-banner__content {
	width: 100%;
	max-width: 1436px;
	background-color: #F0F0F0;
	padding: 40px 2%; /* ←固定px→%にしてCLS対策 */
	box-sizing: border-box;
	}

/* 画像ラッパー（追加推奨） */
.cta-banner__image {
	position: relative;
	width: 100%;
	aspect-ratio: 1536 / 1024; /* ←これ超重要（CLS対策） */
	overflow: hidden;
	border-radius: 10px; /* 任意 */
	}

/* 実画像 */
.cta-banner__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	will-change: transform;
	transform: scale(1);
	transition: transform 0.4s ease;
	}

/* ホバー拡大 */
.cta-banner__image:hover img {
	transform: scale(1.05); /* ←軽めに（GPU負荷抑える） */
	}



/*company_overview******************************************/

.company-section__wrapper {
	width: 100%;
	max-width: 1436px;
	margin: 50px auto 0;     /* 上に50px、左右は自動、下は0 */
	padding: 0;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	}

/* dl 自体も横幅いっぱいに広げる */
.company-overview__dl {
	width: 100%;
	}

dl.company-overview__dl {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 15px 20px 20px;
	}

dl.company-overview__dl dt,
dl.company-overview__dl dd {
	border-top: 1px solid #CCCCCC;
	line-height:1.6;
	padding: 12px;
	margin: 0;
	font-weight:normal;
	}

dl.company-overview__dl > div {
	display: flex;
	flex-wrap: wrap; /* dtの複数行にも対応できるように */
	}

dl.company-overview__dl dt {
	background: #EDEDED;
	font-size: 0.875rem;
	width: 30%; /* ここは調整可：ラベル側の幅 */
	box-sizing: border-box;
	}

dl.company-overview__dl dd {
	width: 70%;
	font-size: 0.875rem;
	background-color: #FAFAFA;
	box-sizing: border-box;
	}

.company-overview__dl dd ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	}

.company-btn-wrap {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	}

.company-btn {
	display: inline-block;
	background-color: #007ACC;
	color: #fff;
	font-size: 1.0rem;
	padding: 12px 24px;
	margin-bottom: 30px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
	transition: 
	background-color 0.3s,
	color 0.3s,
	transform 0.2s,
	text-decoration 0.3s;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	}

.company-btn:hover {
	background-color: #005B99;
	color: #FFFFFF;
	text-decoration: none;
	transform: translateY(-2px);
	}

/* 住所部分 */
.footer_address {
	padding: 0.75em;
	border-radius: 4px;
	font-style: normal;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #FFF;
	max-width: 1200px;
	margin: 1em auto 0 auto;
	}

/*copyright**************************************************/

.copyright-section__wrapper
	{
        clear:both;
	background-color: #3261B9;
	overflow: auto;
	margin-top: 10px;
	}

.copyright-section__content
	{
	width:100%;
	max-width:1200px;
	background-color: #3261B9;
	padding: 20px;
	}

.footer-copyright__text{
	font-size: 1.0rem;
	letter-spacing: 0.03em;
	font-weight:normal;
	color: #FFFFFF;
	text-align:center;
	}

/*sp-bottom-nav**********************************************/

.sp-bottom-nav {
  display: none;
}

/***************************************************テキスト***************************************************/

h1 {
	max-width: none; /* ← これが一番重要！制限解除 */
	width: auto;
	height: auto;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0;
	margin: 0;
	display: flex;
	align-items: center; /* ヘッダー内で縦中央 */
	}

/* テキスト部分 */
.site-title__text {
	font-size: 12px; /* ← 小さめにして暴走防止 */
	line-height: 1.2;
	white-space: nowrap; /* ← 折り返し防止 */
	overflow: hidden;
	text-overflow: ellipsis; /* 長すぎたら…で省略 */
	}

/* ロゴ */
h1 img {
	display: block;
	max-width: 252px; /* ← ここでロゴサイズを制御 */
	height: auto;
	}

h2{
	font-size: 2.75rem;
	letter-spacing: 0em;
	font-weight:bold;
	text-align:left;
	}

h3{
	font-size: 2.5rem;
	letter-spacing: 0em;
	font-weight:bold;
	text-align:left;
	}

.highlight-header__wrapper{
	width:100%;
	max-width:1920px;
	height: auto;
	overflow: auto;
	}

.highlight-header__inner--right{
	float: right;
	height: auto;
	background-image: -webkit-gradient(linear, left top, right top, from(#6E9DF5), to(#3261B9));
	background-image: linear-gradient(90deg, #6E9DF5 0%, #3261B9 100%);
	border-radius: 10px 0px 0px 10px;
	}

.highlight-header__inner--left{
	float: left;
	height: auto;
	background-image: -webkit-gradient(linear, left top, right top, from(#3261B9), to(#6E9DF5));
	background-image: linear-gradient(90deg, #3261B9 0%, #6E9DF5 100%);
	border-radius: 0px 10px 10px 0px;
	}

.highlight-header__text{
	width:100%;
	height: auto;
	min-width:1000px;
	max-width:1000px;
	font-size: 2.5rem;
	letter-spacing: 0em;
	font-weight:bold;
	text-align:left;
        padding:30px;
        position: relative;
	}

.menu__contact-text {
	font-size: 26px;
	letter-spacing: 0em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: center; /* テキスト中央揃え */
	}

.h_headline{
	font-size: 2.0rem;
	line-height:1.5;
	letter-spacing: 0em;
	font-weight:bold;
	text-align: justify;
	hyphens: auto;
	color: #222222;
	border-left: solid 10px #3261B9;
        padding:10px;
        margin:20px;
	}

/********************************************ドロップダウンメニュー********************************************/

.dropdown_nav a{
    text-decoration: none;
    color: #222;
    }

.dropdown_nav{
    list-style: none;
    width: 100%;
    max-width: 1200px;
    margin-top:52px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: visible;
    }

.dropdown_nav li{
    display: block;
    width: 20%;
    }

.dropdown_nav li a{
    display: block;
    font-weight:bold;
    line-height:1.5;
    text-align: center;
    font-size: 1.0rem;
    }

.dropdown_nav li a:hover{
    display: block;
    color: #83B7E6;
    }

/* 子要素のみのスタイル */
.dropdown_nav ul{
    position: relative;
    list-style: none;
    display: none;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #F0F0F0;
    background-color: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    }

.dropdown_nav ul li{
    display: block;
    width: 100%;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    }
}