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


/*********************************************ＰＣレイアウト********************************************/

@media screen and (min-width: 1536px){

body {
	margin-top: 85px; /* メニューの高さと同じ値を指定 */
	}

.sp-br {
	display: none;
	}

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

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

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

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

.common-section__content {
  width: 100%;
  max-width: 1436px;
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
  padding: 50px 0;
  box-sizing: border-box;

  overflow: hidden;
}

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

.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;
	}

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

.article-date__wrapper{
	width:100%;
	height: auto;
	overflow: auto;
        margin: 0;
	}

.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: 0;
	}

.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;
	}

/*company-profile-section******************************************/

.company-profile {
	width: 100%;
	margin: 50px 0;
	padding: 50px;
	background-color: #83B7E6;
	box-sizing: border-box;
	overflow: hidden;
}

.company-profile__inner {
	width: 100%;
	max-width: 1436px;
	margin: 0 auto;
}

.company-profile__heading {
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	display: block;
	text-align: left;
}

.company-profile__heading-image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.company-profile__card {
	width: 100%;
	padding: 40px 50px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.company-profile__list {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	box-sizing: border-box;
}

.company-profile__row {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #DDDDDD;
	box-sizing: border-box;
}

.company-profile__term,
.company-profile__description {
	min-width: 0;
	margin: 0;
	padding: 24px 30px;
	box-sizing: border-box;
}

.company-profile__term {
	display: flex;
	align-items: center;
	background-color: #F7F9FC;
	border-right: 1px solid #DDDDDD;
	border-left: 6px solid #3261B9;
	color: #3261B9;
	font-size: 1.125rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: left;
}

.company-profile__description {
	background-color: #FFFFFF;
	color: #222222;
	font-size: 1.125rem;
	line-height: 1.8;
	font-weight: normal;
	text-align: left;
	overflow-wrap: anywhere;
}

.company-profile__office {
	width: 100%;
	max-width: 678px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 8px;
	background-color: #F0F0F0;
}

.company-profile__office-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 678 / 400;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.company-profile__office:hover .company-profile__office-image {
	transform: scale(1.02);
}

.company-profile__tel {
	display: inline-block;
	color: #3261B9;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
}

.company-profile__tel:hover {
	text-decoration: underline;
}

.company-profile__tel-note {
	color: #555555;
	font-size: 1rem;
}

.company-profile__services,
.company-profile__media-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.company-profile__services li,
.company-profile__media-list li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 24px;
}

.company-profile__services li:last-child,
.company-profile__media-list li:last-child {
	margin-bottom: 0;
}

.company-profile__services li::before,
.company-profile__media-list li::before {
	position: absolute;
	top: 0.85em;
	left: 4px;
	width: 7px;
	height: 7px;
	background-color: #3261B9;
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
}

.company-profile__media-list a {
	color: #3261B9;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	transition:
		color 0.3s,
		text-decoration-color 0.3s;
}

.company-profile__media-list a:hover {
	color: #005B99;
	text-decoration-color: transparent;
}

.company-profile__media-list span {
	color: #555555;
}

.company-profile__media-note {
	margin: 12px 0 0 24px;
	color: #555555;
	font-size: 1rem;
}

.company-profile__address-br {
	display: none;
}

.company-profile__term-br {
	display: none;
}

/*access-section******************************************/

.access-profile {
	width: 100%;
	margin: 50px 0;
	padding: 50px;
	background-color: #F0F0F0;
	box-sizing: border-box;
	overflow: hidden;
}

.access-profile__inner {
	width: 100%;
	max-width: 1436px;
	margin: 0 auto;
	box-sizing: border-box;
}

.access-profile__card {
	display: grid;
	grid-template-columns: 320px minmax(700px, 1fr);
	width: 100%;
	min-width: 0;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.access-profile__info {
	display: grid;
	align-content: start;
	row-gap: 24px;
	min-width: 0;
	height: 100%;
	padding: 40px;
	background-color: #F7F9FC;
	border-right: 1px solid #DDDDDD;
	box-sizing: border-box;
}

.access-profile__label,
.access-profile__station,
.access-profile__address {
	margin: 0;
}

.access-profile__label {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 14px 18px;
	color: #3261B9;
	font-size: 1.75rem;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.access-profile__label::before {
	position: absolute;
	top: 0.15em;
	left: 0;
	width: 6px;
	height: 1.2em;
	background-color: #3261B9;
	border-radius: 3px;
	content: "";
}

.access-profile__label::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: #3261B9;
	content: "";
}

.access-profile__station {
	margin: 0 0 24px;
	color: #222222;
	line-height: 1.6;
}

.access-profile__station-name {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
}

.access-profile__station-detail {
	display: inline-block;
	margin-top: 8px;
	padding: 6px 16px;
	background-color: #3261B9;
	border-radius: 20px;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.access-profile__address {
	margin: 0;
	color: #555555;
	font-size: 1rem;
	line-height: 1.8;
}

.access-profile__map-area {
	width: 100%;
	min-width: 0;
	padding: 40px;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.access-profile__map-label {
	margin: 0 0 20px;
	color: #3261B9;
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: bold;
}

.access-profile__map {
	position: relative;
	display: block;
	width: 100%;
	height: 520px;
	min-height: 520px;
	background-color: #EDEDED;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
}

.access-profile__map iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 520px;
	margin: 0;
	padding: 0;
	border: 0 !important;
	box-sizing: border-box;
}

/*greeting-section******************************************/

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

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

.representative-greeting__card {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

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

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

.representative-greeting__figure {
	position: relative;
	width: 180px;
	height: 230px;
	margin: 0 0 25px;
	padding: 0;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

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

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

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

.representative-greeting__position {
	margin: 0 0 12px;
	color: #555555;
	font-size: 1rem;
	line-height: 1.7;
	font-weight: normal;
}

.representative-greeting__name {
	position: relative;
	margin: 0;
	padding-top: 15px;
	color: #3261B9;
	font-size: 1.75rem;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.08em;
}

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

/* ==================================================
	挨拶文
================================================== */

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

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

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

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

.representative-greeting__text {
	font-size: 1.125rem;
	line-height: 2;
	font-weight: normal;
	letter-spacing: 0.03em;
}

/*philosophy-section******************************************/

.philosophy-content {
	width: 100%;
	margin: 40px 0 60px;
	padding: 0 50px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	overflow: hidden;
}

.philosophy-content__inner{
	max-width:1436px;
	margin:0 auto;
}

/* 理念ビジュアル */
.philosophy-content__visual {
	position: relative;
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	background-color: #F7F9FC;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.philosophy-content__visual::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 7px;
	background-color: #3261B9;
	content: "";
}

.philosophy-content__visual picture {
	display: block;
	width: 100%;
}

.philosophy-content__visual-image {
	display: block;
	width: 100%;
	height: auto;
}

/* 本文全体 */
.philosophy-content__body{
	width:100%;
	padding:0 40px;
	box-sizing:border-box;
}

.philosophy-content__introduction {
	margin: 0 0 35px;
	padding: 35px 40px;
	background-color: #F7F9FC;
	border-left: 7px solid #3261B9;
	border-radius: 0 8px 8px 0;
	box-sizing: border-box;
}

.philosophy-content__lead {
	margin: 0 0 18px;
	color: #3261B9;
	font-size: 1.375rem;
	line-height: 1.8;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.philosophy-content__text {
	margin: 0 0 24px;
	color: #222222;
	font-size: 1.125rem;
	line-height: 2;
	letter-spacing: 0.03em;
	font-weight: normal;
	text-align: center;
	hyphens: auto;
}

.philosophy-content__text:last-child {
	margin-bottom: 0;
}

.philosophy-content__section .philosophy-content__text,
.philosophy-content__section .philosophy-content__emphasis {
	text-align: justify;
}

/* 読者の予想 */
.philosophy-content__opinions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 0 0 35px;
}

.philosophy-content__opinion {
	position: relative;
	min-width: 0;
	margin: 0;
	padding: 30px 25px 25px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: 5px solid #83B7E6;
	border-radius: 8px;
	color: #333333;
	font-size: 1rem;
	line-height: 1.8;
	text-align: justify;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}

.philosophy-content__opinion::before {
	position: absolute;
	top: 8px;
	left: 16px;
	color: #83B7E6;
	font-size: 1.5rem;
	line-height: 1;
	content: "\201C";
}

/* 各章 */
.philosophy-content__section {
	margin: 55px 0 0;
	padding: 0;
}

.philosophy-content__heading {
	position: relative;
	margin: 0 0 28px;
	padding: 15px 20px 15px 28px;
	background-color: #F7F9FC;
	border-left: 8px solid #3261B9;
	color: #222222;
	font-size: 1.75rem;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.02em;
	box-sizing: border-box;
}

.philosophy-content__heading::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #DDDDDD;
	content: "";
}

.philosophy-content__emphasis {
	margin: 0 0 28px;
	padding: 25px 30px;
	background-color: #F5F8FF;
	border: 1px solid #83B7E6;
	border-radius: 8px;
	color: #3261B9;
	font-size: 1.25rem;
	line-height: 1.9;
	font-weight: bold;
	text-align: justify;
	box-sizing: border-box;
}

.philosophy-content__strong {
	color: #3261B9;
	font-weight: bold;
}

/* 理念の核 */
.philosophy-content__core-message {
	margin: 60px 0;
	padding: 40px 50px;
	background-color: #3261B9;
	border-radius: 10px;
	color: #FFFFFF;
	text-align: center;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

.philosophy-content__core-label {
	margin: 0 0 18px;
	color: #FFFFFF;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.12em;
}

.philosophy-content__core-text {
	margin: 0;
	color: #FFFFFF;
	font-size: 1.5rem;
	line-height: 1.9;
	font-weight: normal;
}

.philosophy-content__core-text strong {
	font-size: 1.625rem;
	font-weight: bold;
}

.philosophy-content__core-equal {
	display: inline-block;
	margin: 0 10px;
}

/* 最終メッセージ */
.philosophy-content__section--final {
	margin-top: 0;
	padding: 40px;
	background-color: #F7F9FC;
	border-radius: 10px;
	box-sizing: border-box;
}

.philosophy-content__closing {
	margin: 32px 0 0;
	padding: 24px 30px;
	background-color: #FFFFFF;
	border-left: 6px solid #3261B9;
	color: #3261B9;
	font-size: 1.25rem;
	line-height: 1.9;
	font-weight: bold;
	text-align: justify;
	box-sizing: border-box;
}

.philosophy-content__criteria {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
	width: 100%;
	margin: 26px 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}

.philosophy-content__criterion {
	position: relative;
	display: flex;
	align-items: center;
	min-width: 0;
	min-height: 120px;
	margin: 0;
	padding: 24px 20px 24px 58px;
	background-color: #F7F9FC;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	color: #222222;
	font-size: 0.9375rem;
	line-height: 1.75;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.philosophy-content__criterion::before {
	position: absolute;
	top: 50%;
	left: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background-color: #3261B9;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 0.875rem;
	line-height: 1;
	font-weight: bold;
	content: "\2713";
	transform: translateY(-50%);
}


/*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{
    display: block;
    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;
    }
}