/* --------------------------------------------------------------------------------------
   経営トップメッセージ
--------------------------------------------------------------------------------------- */

.message-wrap {
	padding-right: 50px;
	padding-top: 60px;
	position: relative;
	z-index: 0;
}

.message-wrap::before {
	background-color: #f2f2f2;
	border-radius: 0 80px 0 0;
	bottom: -100px;
	content: '';
	display: block;
	height: calc(100% + 100px);
	position: absolute;
	right: 0;
	width: 200%;
	z-index: -1;
}

.message-wrap::after {
	background: url(../img/company/message/circle_bg.png) no-repeat;
	bottom: -100px;
	content: '';
	display: block;
	height: 457px;
	left: -290px;
	position: absolute;
	width: 554px;
	z-index: -1;
}

.message-wrap .logo { text-align: center; }

.message-wrap h2 {
	color: #1e4998;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 40px;
	text-align: center;
}

.message-wrap p { margin-top: 30px; }
.message-wrap p:nth-child(3) { margin-top: 50px; }

.message-wrap .photo {
	margin-top: -1.2em;
	text-align: right;
}

/* --------------------------------------------------------------------------------------
   経営方針・経営戦略
--------------------------------------------------------------------------------------- */
.strategy-wrap .sec-column section {
	margin-top: 30px;
}

.strategy-wrap .sec-column section h3 {
	color: #1e4998;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 0.25em;
}

.strategy-wrap .sec-column h4{
	font-size: 2rem;
	font-weight: bold;
	padding: 0.3em 0;
	position: relative;
	margin: 1.4em 0 1em 0;
}
/* ------------
   2024/0612追記
--------------- */
.strategy-wrap .sec-column h4::before {
	content: '';
	background-color: #1e4998;
	width: 2em;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
  }
.strategy-wrap .sec-column h5{
	font-size: 1.8rem;
	font-weight: 600;
	color: #4fb7dd;
	padding-bottom: 0.3em;
}

.strategy-wrap .sec-column section .diagram {
	margin: 20px auto;
	text-align: center;
}

.strategy-wrap .sec-column section dl{
	font-size: 1em;
	margin: 1em 0 2em 0;
}
.strategy-wrap .sec-column section dl dt{
	font-weight: 600;
	margin: 1em 0 0.4em;
	color: #1e4998;
	line-height: 1.2em;
}
.strategy-wrap .sec-column section dl dd{
	font-size: 0.9em;
}

.strategy-wrap .sec-column section dd ul li{
	list-style: disc;
	margin-left: 1.5rem;
}

.strategy-wrap .sec-column section li:first-child { margin-top: 0; }

.strategy-wrap .sec-column section li p { margin-top: 10px; }

/* --------------------------------------------------------------------------------------
   企業情報
--------------------------------------------------------------------------------------- */

.company-wrap {
	background-color: #f2f2f2;
	margin-top: 0;
	padding: 90px 0;
}

.company-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.company-wrap li { max-width: 350px; }

.company-wrap li:nth-child(n+4) { margin-top: 40px; }

.company-wrap li a {
	align-items: center;
	background-color: #fff;
	border-radius: 0 20px 0 0;
	box-shadow: 0 0 10px rgb(0,0,0,.15);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	transition: all .3s ease-in-out;
}

.company-wrap li a::after {
	background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #1e4998 50.5%) no-repeat top left / 100% 100%;
	bottom: 8px;
	content: '';
	display: block;
	height: 8px;
	position: absolute;
	right: 8px;
	transition: all .3s ease-in-out;
	width: 8px;
}

.company-wrap li a span {
	font-size: 2rem;
	font-weight: bold;
	padding: 20px 0;
}

/* --------------------------------------------------------------------------------------
   会社概要
--------------------------------------------------------------------------------------- */

.profile-wrap > p {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.profile-wrap > p span { display: block; }

.profile-wrap table {
	margin-top: 40px;
	width: 100%;
}

.profile-wrap th {
	background-color: #dde5f0;
	border-top: 1px solid #fff;
	font-size: 1.4rem;
	padding: 20px 30px;
	white-space: nowrap;
}

.profile-wrap td {
	border-right: 1px solid #b5b5b5;
	border-top: 1px solid #b5b5b5;
	font-size: 1.4rem;
	padding: 20px 30px;
}

.profile-wrap td li a { text-decoration: underline; }

.profile-wrap td span {
	display: block;
	font-size: 1.2rem;
	margin-top: 8px;
}

.profile-wrap tr:first-child th { border-color: #dde5f0; }

.profile-wrap tr:last-child th { border-bottom: 1px solid #dde5f0; }
.profile-wrap tr:last-child td { border-bottom: 1px solid #b5b5b5; }

.profile-wrap section { margin-top: 60px; }

.profile-wrap section > div { margin-top: 30px; }

/* --------------------------------------------------------------------------------------
   沿革
--------------------------------------------------------------------------------------- */
.history-bg .column-2 { margin-bottom: 0; }

.history-wrap tr { border-bottom: 1px solid #b5b5b5; }
.history-wrap tr:last-child { border-bottom: none; }

.history-wrap table{
	width: 100%;
}

.history-wrap th {
	padding: 24px 0;
	width: 24%;
}

.history-wrap td { padding: 24px 0; }

/* --------------------------------------------------------------------------------------
   企業理念
--------------------------------------------------------------------------------------- */

.mission-wrap {
	position: relative;
	z-index: 0;
}

.mission-wrap::before {
	background-color: #1e4998;
	content: '';
	display: block;
	height: calc(100% + 100px);
	left: calc(-100% + 50px);
	position: absolute;
	top: -100px;
	width: 100%;
	z-index: -1;
}

.mission-wrap section {
	background-color: #fff;
	margin-top: 16px;
	padding: 80px 0  80px 50px;
}

.mission-wrap section:first-child { margin-top: 0; }

.mission-wrap section h2 {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
	z-index: 0;
}

.mission-wrap section h2::before {
	color: #1e4998;
	display: block;
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.mission-wrap section h2::after {
	color: #eff1f6;
	display: block;
	font-size: 8rem;
	line-height: 1;
	margin-bottom: 15px;
	position: absolute;
	top: 0;
	z-index: -1;;
}

.mission-wrap .mission h2::before { content: 'Mission'; }
.mission-wrap .mission h2::after { content: 'MISSION'; }

.mission-wrap .value h2::before { content: 'Value'; }
.mission-wrap .value h2::after { content: 'VALUE'; }

.mission-wrap .vision h2::before { content: 'Vision'; }
.mission-wrap .vision h2::after { content: 'VISION'; }

.mission-wrap section h3 {
	color: #1e4998;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 34px;
}

.mission-wrap section p { margin-top: 34px; }

.group-wrap {
	padding: 100px 50px 0 0;
	position: relative;
	z-index: 0;
}

.group-wrap::before {
	background-color: #f2f2f2;
	border-radius: 0 80px 0 0;
	bottom: -100px;
	content: '';
	display: block;
	height: calc(100% + 100px);
	position: absolute;
	right: 0;
	width: 200%;
	z-index: -1;
}

.group-wrap::after {
	background: url(../img/company/message/circle_bg.png) no-repeat;
	bottom: -100px;
	content: '';
	display: block;
	height: 457px;
	left: -290px;
	position: absolute;
	width: 554px;
	z-index: -1;
}

.group-wrap h2 {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.group-wrap ul { margin-top: 30px; }

.group-wrap li {
	background: url(../img/company/common/icon_check.png) no-repeat 2% center;
	border-top: 1px solid #b5b5b5;
	color: #1e4998;
	font-size: 2rem;
	font-weight: bold;
	padding: 20px 0 20px 45px;
}

.group-wrap li:first-child { border-top: none; }

/* --------------------------------------------------------------------------------------
   役員一覧
--------------------------------------------------------------------------------------- */

.officer-wrap li { border-top: 1px solid #b5b5b5; }

.officer-wrap li:last-child { border-bottom: 1px solid #b5b5b5; }

.officer-wrap li h3 {
	align-items: center;
	display: flex;
	font-size: 2.8rem;
	font-weight: 600;
	padding: 30px 25px;
	position: relative;
	width: 100%;
}
.officer-wrap .faq { margin-bottom: 60px; }
.officer-wrap .faq li:first-child { border-top: none; }
.officer-wrap .faq li .question{
	font-size: 2rem;
	padding: 20px 10px;
}
.officer-wrap .acc { cursor: pointer; }
.officer-wrap .faq li .question{ font-size: 1em; }
.officer-wrap .acc h3::after {
	border-bottom: 4px solid #1e4998;
	border-right: 4px solid #1e4998;
	content: '';
	display: block;
	height: 10px;
	position: absolute;
	right: 20px;
	top: calc(50% - 5px);
	transform: rotate(45deg);
	transition: all .3s ease-in-out;
	width: 10px;
}
.officer-wrap .acc.open h3::after { transform: rotate(225deg); }

.officer-wrap li h3 span {
	color: #1e4998;
	display: inline-block;
	font-size: 65%;
	font-weight: 600;
	margin-left: 35px;
	vertical-align: middle;
	width: 50%;
}

.officer-wrap li dl {
	background-color: #f2f2f2;
	border-top: 1px solid #b5b5b5;
	display: none;
	padding: 30px 25px;
}

.officer-wrap li dt {
	font-weight: bold;
	margin-bottom: 15px;
}

.officer-wrap li h3 b{
	width: 50%;
}
.officer-wrap li h3 span small.fs{
	font-size: 1.34rem;
}

/* --------------------------------------------------------------------------------------
   ios用のリンク対策
--------------------------------------------------------------------------------------- */

@media (min-width: 980px) {

	.company-wrap li a:hover {
		box-shadow: 0 10px 30px rgb(0,0,0,.25);
		text-decoration: none;
	}

}

/* --------------------------------------------------------------------------------------
   スマホ
--------------------------------------------------------------------------------------- */

@media (max-width: 979px) {

	.company-wrap { margin-bottom: -13.333vw; padding: 13.333vw 5.333vw;}

	.history-wrap::before {
		background-size: contain;
		bottom: -4.8vw;
		content: '';
		height: 100%;
		position: absolute;
		right: -5.333vw;
		width: 100vw;
		z-index: -10;
	}

	.company-wrap li { max-width: 42.667vw; }

	.company-wrap li:nth-child(n+3),
	.company-wrap li:nth-child(n+4) { margin-top: 4vw; }

	.company-wrap li a span {
		font-size: 3.2vw;
		padding: 2.667vw 0;
	}

	.profile-wrap th,
	.history-wrap th,
	.profile-wrap td,
	.history-wrap td {
		font-size: 3.2vw;
		padding: 4.533vw 2.667vw;
	}

	.profile-wrap > p { font-size: 4.267vw; }

	.profile-wrap > p span { margin-top: 6.667vw; }

	.profile-wrap section { margin-top: 13.333vw; }

	.profile-wrap section > p { font-size: 4.267vw; }

	.profile-wrap section > div { margin-top: 8vw; }

	.profile-wrap section > div iframe {height: 104vw; }

	.history-wrap th { width: 30%; }

	.history-bg { background: none; }

	.officer-wrap { padding-top: 8vw; }

	.officer-wrap li h3 {
		font-size: 6.133vw;
		padding: 6vw 2.667vw;
	}

	.officer-wrap li h3 span {
		font-size: 4.267vw;
		margin-left: 5.333vw;
		max-width: 49%;
	}

	.officer-wrap li dl { padding: 6vw 2.667vw; }

	.message-ttl { width: 47%; }

	.column-2 .message-wrap {
		margin-top: 13.333vw;
		padding-bottom: 30.667vw;
		padding-right: 0;
		padding-top: 13.333vw;
	}

	.message-wrap::before {
		bottom: -5vw;
		height: 100%;
		right: -5.333vw;
	}

	.message-wrap::after {
		background-size: cover;
		bottom: -5vw;
		height: 61.067vw;
		left: -5.333vw;
		width: 73.333vw;
	}

	.message-wrap .logo img { width: 44vw; }

	.message-wrap h2 {
		font-size: 5vw;
		margin-top: 9.333vw;
	}

	.message-wrap p { margin-top: 6.667vw; }
	.message-wrap p:nth-child(3) { margin-top: 9.333vw; }

	.message-wrap .photo img { width: 40vw; }

	.column-2 .strategy-wrap {
		margin-bottom: 13.333vw;
		margin-top: 13.333vw;
	}

	.strategy-wrap .sec-column section { margin-top: 6.667vw; }

	.strategy-wrap .sec-column section h3 {
		font-size: 5.867vw;
		margin-bottom: 4vw;
	}

	.strategy-wrap .sec-column section .diagram {
		margin-bottom: 6.667vw;
		margin-top: 6.667vw;
	}

	.strategy-wrap .sec-column section li { padding-left: 0; }

	.strategy-wrap .sec-column section li::before { display: none; }

	.mission-wrap {
		padding-bottom: 18.667vw;
		padding-top: 10.667vw;
	}

	.mission-wrap::before {
		bottom: -5vw;
		height: calc(100% + 24vw);
		right: 0;
		top: 0;
		width: 106%;
	}

	.mission-wrap section {
		margin-top: 5.333vw;
		padding: 13.333vw 0 13.333vw 6vw;
	}

	.mission-wrap section h2 { font-size: 5vw; }

	.mission-wrap section h2::before {
		font-size: 4vw;
		margin-bottom: 2.667vw;
	}

	.mission-wrap section h2::after { font-size: 16vw; }

	.mission-wrap section h3 {
		font-size: 5vw;
		margin-top: 5vw;
		letter-spacing:0.1rem;
	}

	.mission-wrap section p { margin-top: 8vw; }

	.group-wrap {
		margin-right: -5.333vw;
		padding-bottom: 13.333vw;
		padding-right: 5.333vw;
		padding-top: 20vw;
	}

	.group-wrap li {
		background-position: left 7.333vw;
		font-size: 5.067vw;
		letter-spacing: 1px;
		padding-bottom: 5.333vw;
		padding-left: 8vw;
		padding-top: 5.333vw;
	}


	.group-wrap::before {
		height: calc(100% + 5vw);
		left: calc(-100% + 26.667vw);
		top: 0;
		width: 172%;
	}

	.group-wrap::after {
		background-size: cover;
		bottom: -5vw;
		height: 61.067vw;
		left: -5.333vw;
		width: 73.333vw;
	}
};
