@charset "utf-8";

/* ======================================================
 * index.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * @media only screen and (max-width: 767px)
====================================================== */

@media print, screen and (min-width: 768px) {
	.company-pagetitle {
		padding-top: 42px;
		display: flex;
		align-items: center;
		font-size: 4.2rem;
		color: #fff;
		background: url(/english/company/images/index_bg01.jpg) 50% 0 no-repeat;
		background-size: cover;
		height: 202px;
	}
	.company-block {
		width: 1200px;
		margin: 0 auto;
	}
	.company-index-layout {
		display: flex;
		flex-wrap: wrap;
	}
	.company-index-panel {
		position: relative;
		width: 50%;
		height: 343px;
		display: block;
	}
	.company-index-panel.type-link {
		-webkit-transition: ease all 0.3s;
		transition: ease all 0.3s;
	}
	.company-index-panel.type-link:hover {
		opacity: 0.8;
	}
	.company-index-panel.type-link:hover .company-index-title-inner::after {
		animation: pattern01 .4s;
	}
	.company-index-panel.type-cat01 {
		padding-left: 0;
		background: url(/english/company/images/index_bg02.jpg) 0 0 no-repeat;
	}
	.company-index-panel.type-cat02 {
		background: url(/english/company/images/index_bg03.jpg) 0 0 no-repeat;
	}
	.company-index-panel.type-cat02 .company-index-title-inner {
		color: #fff;
	}
	.company-index-panel.type-cat02 .company-index-title-inner::after {
		border-color: #fff;
	}
	.company-index-panel.type-cat03 {
		height: auto;
		background: url(/english/company/images/index_bg04.jpg) 0 0 no-repeat;
		background-size: cover;
	}
	.company-index-panel.type-cat04 {
		height: auto;
		background-color: #f4f4f4;
	}
	.company-index-panel.type-cat04 .link-button {
		margin-top: 0;
	}
	.company-index-panel.type-cat04 .company-index-title-inner {
		color: #00ada9;
	}
	.company-index-panel:nth-child(odd) {
		background-position: 100% 50%;
	}
	.company-index-panel:nth-child(odd) .company-index-panel-inner {
		padding-left: 0;
		margin-left: auto;
	}
	.company-index-panel:nth-child(even) {
		background-position: 0% 50%;
	}
	.company-index-panel:nth-child(even) .company-index-panel-inner {
		padding-right: 0;
	}
	.company-index-panel-inner {
		padding: 40px;
		width: 600px;
	}
	.company-index-title {
		margin: 0 0 40px;
		font-size: 3.6rem;
		color: #00ada9;
		line-height: 1.2;
	}
	.company-index-title-inner {
		position: relative;
		display: inline-block;
		padding-right: 35px;
		color: inherit;
	}
	.company-index-title-inner::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 12px;
		width: 16px;
		height: 16px;
		margin-top: -9px;
		border-top: 1px solid #969696;
		border-right: 1px solid #969696;
		transform: rotate(45deg);
		transition-property: right;
		transition-duration: .2s;
	}
	.company-index-title-inner:hover::after {
		animation: pattern01 .4s;
	}
	.company-index-desc {
		margin-top: 40px;
	}
	.company-index-desc dt {
		font-size: 1.6rem;
	}
	.company-index-desc dd {
		font-size: 2.0rem;
		font-weight: bold;
	}
	.company-index-box {
		padding: 20px 15px;
		border: 2px solid #fff;
		color: #fff;
		font-size: 2.1rem;
		text-align: center;
	}
	.company-index-bg--sp {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.company-pagetitle {
		display: flex;
		align-items: center;
		font-size: 2.3rem;
		color: #fff;
		background: url(/english/company/images/index_bg01_sp.jpg) 50% 0 no-repeat;
		background-size: cover;
		height: 74px;
	}
	.company-block {
		padding: 0 15px;
	}
	.company-index-panel {
		position: relative;
		display: block;
	}
	.company-index-panel.type-cat02 {
		background: url(/english/company/images/index_bg03_sp.jpg) 0 0 no-repeat;
		background-size: cover;
	}
	.company-index-panel.type-cat02 .company-index-title-inner {
		color: #fff;
	}
	.company-index-panel.type-cat02 .company-index-title-inner::after {
		border-color: #fff;
	}
	.company-index-panel.type-cat03 {
		background: url(/english/company/images/index_bg04.jpg) 0 0 no-repeat;
	}
	.company-index-panel.type-cat04 {
		background-color: #f4f4f4;
	}
	.company-index-panel.type-cat04 .link-button {
		margin-top: 0;
	}
	.company-index-panel.type-cat04 .company-index-title-inner {
		color: #00ada9;
	}
	.company-index-panel.type-cat04 .company-index-panel-inner {
		position: static;
	}
	.company-index-panel-inner {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		padding: 30px 15px;
	}
	.type-cat02 .company-index-panel-inner {
		position: static;
	}
	.company-index-title {
		margin: 0 0 20px;
		font-size: 2.1rem;
		color: #00ada9;
		line-height: 1.2;
	}
	.company-index-title-inner {
		position: relative;
		display: inline-block;
		padding-right: 20px;
		color: inherit;
	}
	.company-index-title-inner::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 1px solid #969696;
		border-right: 1px solid #969696;
		transform: rotate(45deg);
		transition-property: right;
		transition-duration: .2s;
	}
	.company-index-desc {
		margin-top: 40px;
	}
	.company-index-desc dt {
		font-size: 1.3rem;
	}
	.company-index-desc dd {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.company-index-box {
		padding: 15px 8px;
		border: 2px solid #fff;
		color: #fff;
		font-size: 1.3rem;
	}
}
