@charset "utf-8";

/* ============================================
	about-us-heading
============================================ */
.about-us-heading {}
	.about-us-heading-in {}
		.ttl-about-us {}
		.ttl-about-us::before {
			display: block;
			content: "";
			position: absolute;
			z-index: -1;
			top: 40px;
			left: -50vw;
			width: calc(100% + 50vw);
			height: 100px;
			background: #f2f2f2;/* k005 */
		}
		@media screen and (max-width:480px) {
		.ttl-about-us::before { height: 85px;}
		}

/* ============================================
	about-us-lead
============================================ */
.about-us-lead{
	color: #ffffff;
	background: #1a5fbd;/* blue100 */
}
	.about-us-lead-in {
		padding-top: 80px;
		padding-bottom: 60px;
	}
		.ttl-about-us-lead {
			margin: 0 0 20px;
			font-family: 'Noto Sans JP', sans-serif;
			font-size: 257.1%;/* 36px */
			font-weight: 700;
			text-align: center;
			word-break:auto-phrase;
		}
			.br-ttl-about-us-lead { display: inline;}
		@media screen and (max-width:480px) {
		.ttl-about-us-lead { font-size: 200%;/* 28px */}
			.br-ttl-about-us-lead { display: none;}
		}
		.txt-about-us-lead {
			font-size: 114.2%;/* 16px */
			text-align: center;
		}


/* ============================================
	about-us-director
============================================ */
.about-us-heading {}
	.about-us-director-in {
		padding: 60px 350px 60px 20px;
		background: url("/about-us/files/img_about-us_01.png") no-repeat right 80px bottom;
	}
	@media screen and (max-width:768px) {
	.about-us-director-in {
		padding: 60px 20px 300px 20px;
		background-position: center bottom;
	}
	}
		.ttl-about-us-director {}
		.txt-about-us-director {}


/* ============================================
	about-us-activity
============================================ */
.about-us-activity { background: #f2f2f2;/* k005 */}
	.about-us-activity-in {
		padding-top: 60px;
		padding-bottom: 60px;
	}
		.ttl-about-us-activity {}
		.txt-about-us-activity {}
		.list-about-us-activity {}
			.item-about-us-activity {
				position: relative;
				margin-top: 45px;
				padding: 20px 30px;
				background: #ffffff;
			}
				.item-about-us-activity .ttl {
					font-family: 'Noto Sans JP', sans-serif;
					font-weight: 700;
				}
					.item-about-us-activity .number {
						font-size: 200%;/* 28px */
						color: #1753a5;/* blue110 */
					}
					.item-about-us-activity .catch {
						font-size: 142.8%;/* 20px */
					}
				.item-about-us-activity .txt { margin: 20px 0 0 0;}


/* ============================================
	about-us-know
============================================ */
.about-us-know {}
	.about-us-know-in {
		padding-top: 60px;
		padding-bottom: 60px;
	}
		.nav-about-us-know { margin-top: 0px;}
			.ttl-about-us-know {}
