/*--------------------------------------------------*/
/* .company-page */
/*--------------------------------------------------*/

.company-page .page-content p {
	line-height: 2;
	margin-bottom: 2em;
}

/*--------------------------------------------------*/
/* .greeting */
/*--------------------------------------------------*/

.company-page .greeting {
	margin-top: 0;
	background-image: url(../img/company/bg-02.png);
	background-position: calc(50% - 500px) 20px;
	background-repeat: no-repeat;
	padding: 60px 0 150px 0;
}

.company-page .greeting .greeting-mv {
	background-image: url(../img/company/greeting.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 100px 0 420px 0;
	margin-bottom: 70px;
}

.company-page .greeting .greeting-mv .title-wrapper h3 {
	font-size: 40px;
	line-height: 1.6;
	letter-spacing: 0;
}

.company-page .greeting .content-wrapper p {
	text-indent: 1em;
}

.company-page .greeting .content-wrapper .name {
	text-align: right;
	margin-top: 30px;
}

.company-page .greeting .content-wrapper .name dl {
	display: inline-flex;
	align-items: flex-end;
	line-height: 1.4;
}

.company-page .greeting .content-wrapper .name dl dt {
	text-align: left;
}

.company-page .greeting .content-wrapper .name dl dd {
	font-size: 30px;
	font-weight: bold;
	padding-left: 20px;
}

@media (max-width: 991px) {
	.company-page .greeting {
		background-size: 60%;
		background-position: -30% 20px;
	}
}

@media (max-width: 767px) {
	.company-page .greeting {
		background-position: -30% 600px;
		padding-bottom: 30px;
	}

	.company-page .greeting .greeting-mv {
		background-image: url(../img/company/greeting-sp.jpg);
		background-size: calc(100% - 40px);
		padding: 30px 0 53% 0;
		margin-bottom: 40px;
	}

	.company-page .greeting .greeting-mv .title-wrapper h3 {
		font-size: 24px;
	}

	.company-page .greeting .content-wrapper .name dl dt {
		font-size: 12px;
	}

	.company-page .greeting .content-wrapper .name dl dd {
		font-size: 20px;
		padding-left: 15px;
	}
}

@media (max-width: 575px) {
	.company-page .greeting .greeting-mv {
		padding: 30px 0 53% 0;
	}

	.company-page .greeting .greeting-mv .title-wrapper h3 {
		font-size: 20px;
	}
}

/*--------------------------------------------------*/
/* .philosophy */
/*--------------------------------------------------*/

.company-page .philosophy .title-wrapper {
	background-image: url(../img/company/philosophy.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.company-page .philosophy .title-wrapper .layer {
	background-image: url(../img/company/bg-triangle-01.png), url(../img/company/bg-triangle-02.png);
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	height: 360px;
	display: flex;
	align-items: center;
}

.company-page .philosophy .content-01 {
	background-image: url(../img/company/bg-03.png), url(../img/company/bg-04.png);
	background-position: calc(50% - 660px) 120px, calc(50% + 70px) 650px;
	background-repeat: no-repeat;
	padding: 30px 0 100px 0;
	position: relative;
}

.company-page .philosophy .content-01:after {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -30px;
	border-top: 30px solid #ffffff;
	border-right: 35px solid transparent;
	border-left: 35px solid transparent;
	content: "";
}

.company-page .philosophy .content-wrapper .row {
	margin: 0 -20px;
}

.company-page .philosophy .content-wrapper .row>* {
	padding: 0 20px;
}

.company-page .philosophy .content-wrapper h3 {
	font-size: 25px;
	letter-spacing: 0.2em;
	color: #214E9C;
	border-left: 10px solid #214E9C;
	padding: 5px 0 5px 40px;
	margin: 50px 0 40px 0;
}

.company-page .philosophy .content-wrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
}

.company-page .philosophy .content-wrapper ul li {
	border-bottom: 1px solid #dddddd;
	padding: 20px 0 20px 40px;
}

.company-page .philosophy .content-wrapper ul li:last-child {
	border-bottom: none;
}

@media (max-width: 767px) {
	.company-page .philosophy {
		padding-top: 50px;
	}

	.company-page .philosophy .title-wrapper {
		background-position: center right 70%;
		background-size: cover;
		margin-bottom: 50px;
	}

	.company-page .philosophy .title-wrapper .layer {
		height: 180px;
		background-position: 0% 0%, 0% 100%;
	}

	.company-page .philosophy .content-01 {
		background-size: 34%, 60%;
		background-position: 0px 0px, 150px 550px;
		padding: 0 0 70px 0;
	}

	.company-page .philosophy .content-wrapper h3 {
		font-size: 20px;
		border-left: 5px solid #214E9C;
		padding: 3px 0 3px 20px;
		margin: 30px 0 25px 0;
	}

	.company-page .philosophy .content-wrapper ul {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.company-page .philosophy .content-wrapper ul li {
		padding: 20px 0 20px 30px;
	}

	.company-page .philosophy .content-01:after {
		bottom: -20px;
		border-top: 20px solid #ffffff;
		border-right: 28px solid transparent;
		border-left: 28px solid transparent;
	}
}

@media (max-width: 575px) {}

/* .content-01 */
.company-page .philosophy .content-01 ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

.company-page .philosophy .content-01 ol li {
	position: relative;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0 20px 80px;
}

.company-page .philosophy .content-01 ol li span {
	position: absolute;
	top: 20px;
	left: 0;
}

@media (max-width: 767px) {
	.company-page .philosophy .content-01 ol li {
		padding: 20px 0 20px 40px;
	}
}

/* .content-02 */
.company-page .philosophy .content-02 {
	background: linear-gradient(to right, #214E9C 30%, #008CB1);
	padding: 60px 0;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
}

.company-page .philosophy .content-02 ol {
	margin: 0;
	padding-left: 1.4em;
}

/* .content-03 */
.company-page .philosophy .content-03 .h4-line {
	position: relative;
	font-size: 25px;
	letter-spacing: 0.2em;
	text-align: center;
	color: #214E9C;
	padding-top: 90px;
	margin: -20px 0 10px 0;
}

.company-page .philosophy .content-03 .h4-line:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	width: 1px;
	height: 80px;
	background-color: #214E9C;
}

.company-page .philosophy .content-03 {
	background-image: url(../img/company/bg-05.png);
	background-position: calc(50% - 460px) 510px;
	background-repeat: no-repeat;
	padding: 90px 0 150px 0;
	position: relative;
}

.company-page .philosophy .content-03 ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

.company-page .philosophy .content-03 ol li {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
}

.company-page .philosophy .content-03 ol li span {
	display: block;
	width: 100px;
	font-size: 43px;
	font-style: italic;
	line-height: 1;
	padding-left: 20px;
}

@media (max-width: 767px) {
	.company-page .philosophy .content-02 {
		padding: 50px 0 40px;
	}

	.company-page .philosophy .content-03 {
		background-size: 60%;
		background-position: -60px 300px;
		padding: 30px 0 100px 0;
	}

	.company-page .philosophy .content-03 .h4-line {
		font-size: 20px;
		padding-top: 65px;
	}

	.company-page .philosophy .content-03 .h4-line:before {
		height: 50px;
	}

	.company-page .philosophy .content-03 ol li span {
		width: 80px;
		font-size: 36px;
		padding-left: 10px;
	}
}

/*--------------------------------------------------*/
/* .information */
/*--------------------------------------------------*/

.company-page .information {
	background-image: url(../img/company/line-01.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 250px 0 0 0;
}

.company-page .information .content-wrapper {
	background-image: url(../img/company/bg-06.png);
	background-position: calc(50% + 440px) 1480px;
	background-repeat: no-repeat;
	padding: 90px 0 200px 0;
}

.company-page .information .content-wrapper .table th,
.company-page .information .content-wrapper .table td {
	border: none;
	border-bottom: 1px solid #cccccc;
	padding: 25px 0;
	line-height: 1.6;
	vertical-align: middle;
}

.company-page .information .content-wrapper .table tr:first-child th,
.company-page .information .content-wrapper .table tr:first-child td {
	border-top: 1px solid #cccccc;
}

.company-page .information .content-wrapper .table th {
	width: 40%;
	font-size: 120%;
	padding: 0 80px;
}

.company-page .information .content-wrapper .table ol {
	margin: 0;
	padding-left: 1.1em;
}

.company-page .information .content-wrapper .table ol li {
	margin-bottom: 0.4em;
}

.company-page .information .content-wrapper .table ol li:last-child {
	margin: 0;
}

.company-page .information .content-wrapper .table ul {
	margin: 0;
	padding-left: 1.3em;
}

@media (max-width: 767px) {
	.company-page .information {
		background-size: 190%;
		padding: 130px 0 0 0;
	}

	.company-page .information .content-wrapper {
		padding: 50px 0 80px 0;
	}

	.company-page .information .content-wrapper .table th,
	.company-page .information .content-wrapper .table td {
		padding: 15px 0;
	}

	.company-page .information .content-wrapper .table th {
		width: 140px;
		font-size: 110%;
		padding: 0 10px;
	}
}

/*--------------------------------------------------*/
/* .history */
/*--------------------------------------------------*/

.company-page .history {
	background-image: url(../img/company/line-02.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 200px 0 0 0;
}

.company-page .history .content-wrapper {
	background-image: url(../img/company/bg-07.png);
	background-position: calc(50% - 420px) 1300px;
	background-repeat: no-repeat;
	padding: 90px 0 150px 0;
}

.company-page .history .content-wrapper .table th,
.company-page .history .content-wrapper .table td {
	border: none;
	border-bottom: 1px solid #cccccc;
	padding: 25px 0;
	line-height: 1.6;
	vertical-align: middle;
}

.company-page .history .content-wrapper .table th {
	position: relative;
	border-right: 3px solid #214E9C;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: bold;
	padding-left: 30px;
	width: 150px;
}

.company-page .history .content-wrapper .table th:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5%;
	content: "";
	width: 13px;
	height: 13px;
	background-color: #214E9C;
	border-radius: 50%;
}

.company-page .history .content-wrapper .table tr:first-child th,
.company-page .history .content-wrapper .table tr:last-child th,
.company-page .history .content-wrapper .table tr:first-child td,
.company-page .history .content-wrapper .table tr:last-child td {
	border-bottom: none;
	height: 100px;
}

.company-page .history .content-wrapper .table tr:nth-child(19) th,
.company-page .history .content-wrapper .table tr:nth-child(19) td {
	border-bottom: none;
}

.company-page .history .content-wrapper .table tr:first-child th,
.company-page .history .content-wrapper .table tr:last-child th {
	border-right: 3px dashed #214E9C;
}

.company-page .history .content-wrapper .table tr:first-child th:after,
.company-page .history .content-wrapper .table tr:last-child th:after {
	content: none;
}

.company-page .history .content-wrapper .table td {
	padding-left: 30px;
}

@media (min-width: 992px) {
	.company-page .history .content-wrapper .table td dl {
		display: flex;
	}

	.company-page .history .content-wrapper .table td dl dt {
		width: 170px;
	}

	.company-page .history .content-wrapper .table td dl dd {
		flex: 1;
	}
}

@media (max-width: 767px) {
	.company-page .history {
		background-size: 190%;
		padding: 130px 0 0 0;
	}

	.company-page .history .content-wrapper {
		background-size: 60%;
		background-position: 150px 200px;
		padding: 40px 0 50px 0;
	}

	.company-page .history .content-wrapper .table th,
	.company-page .history .content-wrapper .table td {
		padding: 20px 0;
	}

	.company-page .history .content-wrapper .table tr:first-child th,
	.company-page .history .content-wrapper .table tr:last-child th,
	.company-page .history .content-wrapper .table tr:first-child td,
	.company-page .history .content-wrapper .table tr:last-child td {
		height: 40px;
	}

	.company-page .history .content-wrapper .table tr:first-child th,
	.company-page .history .content-wrapper .table tr:last-child th {
		border-right: 2px dashed #214E9C;
	}

	.company-page .history .content-wrapper .table th {
		border-right: 2px solid #214E9C;
		font-size: 22px;
		padding-left: 10px;
		width: 90px;
	}

	.company-page .history .content-wrapper .table th:after {
		right: -6%;
		width: 9px;
		height: 9px;
	}

	.company-page .history .content-wrapper .table td {
		padding-left: 25px;
	}
}

/*--------------------------------------------------*/
/* .organization */
/*--------------------------------------------------*/

.company-page .organization {
	background-image: url(../img/company/line-03.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 250px 0 0 0;
}

.company-page .organization .content-wrapper {
	background-image: url(../img/company/bg-08.png);
	background-position: calc(50% + 500px) 500px;
	background-repeat: no-repeat;
	padding: 90px 0 200px 0;
}

.company-page .organization .content-wrapper .h3 {
	font-size: 20px;
	letter-spacing: 0.2em;
	margin: 0;
	padding-bottom: 50px;
	border-bottom: 1px solid #999999;
}

.company-page .organization .content-wrapper dl {
	border-bottom: 1px solid #dddddd;
}

.company-page .organization .content-wrapper dl dt {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 20px 190px;
}

.company-page .organization .content-wrapper dl dd {
	display: none;
	background-color: #333333;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.8;
	padding: 40px 190px;
}

.company-page .organization .content-wrapper dl dt::before,
.company-page .organization .content-wrapper dl dt::after {
	position: absolute;
	top: 50%;
	right: 160px;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #333333;
	transform: translateX(-50%);
}

.company-page .organization .content-wrapper dl dt::after {
	transform: rotate(90deg);
	right: 179px;
	top: calc(50% - 9px);
	transition: 0.3s;
}

.company-page .organization .content-wrapper dl dt.open {
	background: linear-gradient(to right, #214E9C 30%, #008CB1);
	color: #ffffff;
}

.company-page .organization .content-wrapper dl dt.open::before {
	border-color: #ffffff;
}

.company-page .organization .content-wrapper dl dt.open::after {
	top: 50%;
	right: 160px;
	transform: translateX(-50%);
	border-color: #ffffff;
}

@media (max-width: 767px) {
	.company-page .organization {
		background-size: 150%;
		padding: 130px 0 0 0;
	}

	.company-page .organization .content-wrapper {
		padding: 50px 0 100px 0;
	}

	.company-page .organization .content-wrapper .h3 {
		font-size: 16px;
		padding-bottom: 30px;
	}

	.company-page .organization .content-wrapper dl dt {
		font-size: 16px;
		padding: 15px 30px;
	}

	.company-page .organization .content-wrapper dl dt::before,
	.company-page .organization .content-wrapper dl dt.open::after {
		right: 11px;
	}

	.company-page .organization .content-wrapper dl dt::after {
		right: 30px;
	}

	.company-page .organization .content-wrapper dl dd {
		font-size: 15px;
		padding: 20px 30px;
	}
}

/*--------------------------------------------------*/
/* .bnr-area */
/*--------------------------------------------------*/

.company-page .bnr-area {
	position: relative;
	background-color: #F0F0F0;
	text-align: center;
	padding: 60px 0 120px 0;
}

.company-page .bnr-area:before {
	position: absolute;
	top: -40px;
	left: 50%;
	content: "";
	width: 1px;
	height: 80px;
	background-color: #666666;
}

.company-page .bnr-area h2 {
	font-size: 22px;
	letter-spacing: 0.2em;
	color: #666666;
	margin: 0 0 60px 0;
}

.company-page .bnr-area ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.company-page .bnr-area ul li {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.company-page .bnr-area {
		padding: 50px 0 70px 0;
	}

	.company-page .bnr-area:before {
		height: 60px;
	}

	.company-page .bnr-area h2 {
		font-size: 18px;
		margin: 0 0 50px 0;
	}

	.company-page .bnr-area ul li {
		margin-bottom: 30px;
	}
}