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


/*---------------------------------------------------------------------------------------------------------------------
	扉ページ
---------------------------------------------------------------------------------------------------------------------*/
.p-mv-index {
	background: url("/company/images/index_mv_bg_pc.png") no-repeat center top / 1600px;
	
}

@media screen and (max-width: 890px) {
	
	.p-display__block--res {
		display: none;
	}
	
}

@media screen and (max-width: 750px) {
	
    .p-mv-index {
        background: url("/company/images/index_mv_bg_sp.png") no-repeat center top / 100%;
    }
    
    .p-mv-index__title {
        min-height: calc((100vw * 0.7) - 90px);
    }

}

.p-company-index__item,
.p-company-index__item:nth-child(2n+1) {
	margin-left: 3.5%;
}

.p-company-index__item:nth-child(2) {
	margin-left: 4%;
}

.p-company-index__item:first-child,
.p-company-index__item:nth-child(3n) {
	margin-left: 0;
}

.p-company-index__item:nth-child(n+3) {
	width: 31%;
}

@media screen and (max-width: 750px) {

	.p-company-index__item:nth-child(2) {
		margin: 20px 0 0;
	}
	
	.p-company-index__item:nth-child(2n+1) {
		margin-left: 0;
	}
	
	.p-company-index__item:nth-child(n+3) {
		width: 48%;
	}

}


/*---------------------------------------------------------------------------------------------------------------------
	企業コンセプト
---------------------------------------------------------------------------------------------------------------------*/
.p-concept-intro {
	margin-top: 25px;
	padding: 100px 4% 120px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.p-concept-intro__area {
	flex: 1;
	padding-left: 4%;
}

.p-concept-intro__head {
	color: #2043b4;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.7;
}

.p-concept-intro__text {
	margin-top: 23px;
	padding-top: 30px;
	border-top: solid 2px #ccc;
	font-size: 1.25rem;
}

.p-concept-intro__kv {
	width: 31%;
	max-width: 440px;
}

.p-concept-list {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p-concept-list__item {
	width: 48.7%;
	background-color: #f5f5f5;
	border-radius: 20px;
	padding: 65px 4% 80px;
	text-align: center;
}

.p-concept-list__item:last-child {
	width: 100%;
	margin-top: 40px;
}

.p-concept-list__head {
	color: #2043b4;
	font-size: 2rem;
	padding-bottom: 23px;
	border-bottom: solid 2px #2043b4;
	font-weight: 500;
}

.p-concept-list__info {
	font-size: 1.37rem;
	margin-top: 30px;
}

.p-concept-inList__item {
	padding-left: 1.7em;
	position: relative;
	text-align: left;
}

.p-concept-inList__number {
	position: absolute;
	left: 4px;
	top: 0;
}

.p-concept-inList__item:nth-child(n+2) {
	margin-top: 20px;
}

.p-concept-illustration {
	margin-top: 120px;
}

.p-concept-illustration__list {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.p-concept-illustration__item {
	width: 48.5%;
}

.p-concept-illustration__img {
	border-radius: 8px;
}

.p-concept-illustration__caption {
	display: block;
	margin-top: 15px;
}

@media screen and (max-width: 1445px) {
    
	.p-concept-list__info {
		text-align: left;
	}
    
    .p-concept-list__info .p-res-none {
		display: none;
    }
    
}

@media screen and (max-width: 860px) {
	
	.p-res-none {
		display: none;
	}
	
}

@media screen and (max-width: 750px) {
	
	.p-concept-intro {
		display: block;
		padding: 20px 25px 30px;
	}
	
	.p-concept-intro__area {
		padding-left: 0;
	}
	
	.p-concept-intro__head {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.p-concept-list {
		margin-top: 20px;
		display: block;
	}
	
	.p-concept-intro__text {
		font-size: 1.12rem;
		margin-top: 10px;
		padding-top: 10px;
	}
	
	.p-concept-intro__kv {
		width: 100%;
		margin: 20px auto 0;
	}
	
	.p-concept-list__item {
		width: 100%;
		padding: 20px 25px 30px;
	}
	
	.p-concept-list__item:nth-child(2),
	.p-concept-list__item:last-child {
		margin-top: 20px;
	}
	
	.p-concept-list__head {
		font-size: 1.5rem;
		padding-bottom: 10px;
	}
	
	.p-concept-list__info {
		font-size: 1.12rem;
		margin-top: 10px;
	}
	
	.p-concept-inList__item:nth-child(n+2) {
		margin-top: 5px;
	}
	
	.p-concept-illustration {
		margin-top: 30px;
	}
	
	.p-concept-illustration__list {
		margin-top: 20px;
		display: block;
	}
	
	.p-concept-illustration__item {
		width: 100%;
	}
	
	.p-concept-illustration__item:nth-child(2) {
		margin-top: 20px;
	}
	
	.p-concept-illustration__caption {
		line-height: 1.5;
		margin-top: 5px;
	}

}


/*---------------------------------------------------------------------------------------------------------------------
	品質管理
---------------------------------------------------------------------------------------------------------------------*/
.p-quality-intro {
	text-align: center;
}

.p-quality-intro__head {
	font-size: 2.12rem;
	font-weight: 500;
}

.p-quality-intro__text {
	font-size: 1.25rem;
	line-height: 1.9;
	margin-top: 30px;
}

.p-quality-area {
	margin-top: 110px;
}

@media screen and (max-width: 750px) {
	
	.p-quality-intro__head {
		font-size: 1.5rem;
        line-height: 1.6;
        text-align: left;
	}
	
	.p-quality-intro__text {
		font-size: 1.12rem;
        line-height: 1.7;
		margin-top: 26px;
		text-align: left;
	}
	
	.p-quality-area {
		margin-top: 50px;
	}
	
}

/*---------------------------------------------------------------------------------------------------------------------
	社長あいさつ
---------------------------------------------------------------------------------------------------------------------*/
.p-message__area {
	margin-top: 15px;
	border-radius: 30px;
	padding: 135px 4% 150px;
}

.p-message__inner {
	max-width: 1092px;
	margin: 0 auto;
}

.p-message__head {
	font-size: 2.25rem;
	text-align: center;
	color: #2043b4;
	font-weight: 500;
	line-height: 1.7;
}

.p-message__sub {
	font-size: 1.25rem;
	text-align: center;
	font-weight: 500;
	margin-top: 40px;
	line-height: 1.9;
}

.p-message__text {
	margin-top: 60px;
	font-size: 1.12rem;
}

.p-message__text + .p-message__text {
	margin-top: 30px;
}

.p-message__img {
	margin-top: 45px;
	text-align: right;
}


@media screen and (max-width: 750px) {
	
	.p-message__area {
		border-radius: 15px;
		padding: 30px 4%;
	}
	
	.p-message__head {
		font-size: 1.5rem;
        line-height: 1.6;
        text-align: left;
	}
	
	.p-message__sub {
		font-size: 1.12rem;
		text-align: left;
		margin-top: 20px;
	}
	
	.p-message__text {
		margin-top: 20px;
		font-size: 1rem;
	}
	
	.p-message__text + .p-message__text {
		margin-top: 15px;
	}
	
	.p-message__name {
		max-width: 182px;
	}

	
}

/*---------------------------------------------------------------------------------------------------------------------
	会社概要
---------------------------------------------------------------------------------------------------------------------*/
.p-about__table {
	margin-top: 15px;
}

.p-about__col--01 {
	width: 208px;
}

.p-about-location__area {
	padding: 35px 3%;
	border-radius: 20px;
}

.p-about-location__area + .p-about-location__area {
	margin-top: 40px;
}

.p-about-location__info {
	margin-left: 3.5%;
}

.p-about-location__kv {
	margin-top: 5px;
	width: 34%;
}

.p-about-location__inner {
	margin-top: 0;
}

.p-about-location__text {
	line-height: 1.7;
}

.p-about-location__text--bold {
	margin-top: 0;
	font-weight: 500;
}

.p-about-location__text--bold + .p-about-location__text {
	margin-top: 5px;
}

.p-about-location__head {
	font-size: 1.12rem;
	padding-bottom: 13px;
	border-bottom-width: 3px;
}

.p-about-location__head + .p-about-location__inner {
	margin-top: 30px;
}

.p-about-location__inner + .p-about-location__inner {
	margin-top: 40px;
	border-top: solid 3px #fff;
	padding-top: 40px;
}


@media screen and (max-width: 750px) {
	
	.p-about__col--01 {
		width: 70px;
	}
	
    .p-about__table .c-common__td {
        padding-left: 20px;
    }
    
	.p-about-location__area {
		padding: 15px;
	}
	
	.p-about-location__area + .p-about-location__area {
		margin-top: 20px;
	}
	
	.p-about-location__kv {
		width: 100%;
		margin-top: 0;
	}
	
	.p-about-location__info {
		margin: 10px 0 0;
	}
	
	.p-about-location__head {
		font-size: 1rem;
		padding-bottom: 10px;
		border-bottom-width: 2px;
	}
	
	.p-about-location__head + .p-about-location__inner {
		margin-top: 15px;
	}
	
	.p-about-location__inner + .p-about-location__inner {
		margin-top: 20px;
		border-bottom-width: 2px;
		padding-top: 20px;
	}

}

/*---------------------------------------------------------------------------------------------------------------------
	沿革
---------------------------------------------------------------------------------------------------------------------*/
.p-history__area {
	margin: 15px auto 0;
	max-width: 1360px;
	padding: 0 20px 85px;
	position: relative;
}

.p-history__area::before {
	content: "";
	background-color: #2043b4;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
}

.p-history__area::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	margin: 0 auto;
	transform: rotate(45deg);
	width: 35px;
	height: 35px;
	border-right: solid 3px #2043b4;
	border-bottom: solid 3px #2043b4;
}

.p-history__inner {
	position: relative;
	margin-top: 95px;
}

.p-history__year {
	width: 155px;
	height: 155px;
	border-radius: 50%;
	background-color: #2043b4;
	color: #fff;
	text-align: center;
	font-size: 2.62rem;
	line-height: 1.2;
	padding-top: 45px;
	margin: 0 auto;
}
.p-history__era {
	font-size: 1rem;
	display: block;
}

.p-history__text {
	background-color: #f5f5f5;
	padding: 35px 3.2%;
	font-size: 1.12rem;
	font-weight: 500;
	width: calc(50% - 75px - 4.5%);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.p-history__span {
	font-weight: 400;
}

.p-history__text::before {
	content: "";
	background-color: #f5f5f5;
	width: 28px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
}

.p-history__text--right {
	right: 0;
}

.p-history__text--left {
	left: 0;
}

.p-history__text--right::before {
	left: -28px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.p-history__text--left::before {
	right: -28px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.p-history__number {
	font-size: 5rem;
	font-weight: 500;
	color: #d8c95a;
    position: relative;
	margin-top: 35px;
}

.p-history__numberSpan {
    margin-left: calc(50% + 2.5%);
}

.p-history__text--multipleIn + .p-history__text--multipleIn {
	margin-top: 15px;
	border-top: solid 3px #fff;
	padding-top: 15px;
}

.p-history__img {
    width: calc(50% - 75px - 4.5%);
	max-width: 520px;
	position: absolute;
}

@media screen and (max-width: 750px) {

    .p-history-contentsSize {
        overflow-x: hidden;
        padding-bottom: 20vw;
    }

	.p-history__area {
		padding: 0 0 40px;
	}
	
	.p-history__area::before {
		left: 59px;
		right: auto;
	}
	
	.p-history__area::after {
		left: 49px;
		right: auto;
		bottom: 3px;
		width: 20px;
		height: 20px;
	}
	
	.p-history__inner {
		display: flex;
		align-items: center;
		margin-top: 45px;
	}
	
	.p-history__year {
		font-size: 2rem;
		width: 120px;
		height: 120px;
		padding-top: 30px;
		margin: 0;
	}
	
	.p-history__text {
		position: static;
		transform: translateY(0);
		margin-left: 30px;
		flex: 1;
		padding: 15px;
		font-size: 1rem;
		width: auto;
	}
	
	.p-history__text::before {
		width: 18px;
		height: 15px;
	}
	
	.p-history__text--right::before,
	.p-history__text--left::before {
		left: -18px;
		right: auto;
		clip-path: polygon(100% 0, 0 50%, 100% 100%);
	}
	
	.p-history__number {
		font-size: 3rem;
		margin-top: 15px;
        margin-left: 150px;
        text-align: left;
	}
    
    .p-history__numberSpan {
        margin-left: 0;
    }
    
	
	.p-history__number + .p-history__inner {
		margin-top: 20px;
	}
	
	.p-history__img {
		width: 183px;
	}
}

/*-------------------------------
	個別
-------------------------------*/
.p-history__inner--1990 {
	margin-top: 0;
}

.p-history__number + .p-history__inner {
	margin-top: 40px;
}

.p-history__img01 {
	left: 0;
	top: -190px;
}

.p-history__img02 {
	right: 0;
	top: -190px;
}

.p-history__img03 {
	left: 0;
	top: 105px;
}

.p-history__img04 {
	right: 20px;
	bottom: -105px;
}

@media screen and (max-width: 1440px) {
    
    .p-history__img04 {
        bottom: -7vw;
    }
    
}

@media screen and (max-width: 1120px) {
    
    .p-history__img03 {
        top: 155px;
    }
    
}

@media screen and (max-width: 750px) {
    
    .p-history__img01 {
        top: -5px;
        left: 50px;
    }
    
    .p-history__img02 {
        top: -10px;
        left: 80px;
        right: auto;
    }
    
    .p-history__img03 {
        top: 5px;
        left: 95px;
    }
    
    .p-history__img04 {
        right: 0;
        bottom: -20vw;
    }

}

/*---------------------------------------------------------------------------------------------------------------------
	グループ会社
---------------------------------------------------------------------------------------------------------------------*/
.p-group-contents__area {
	border-radius: 20px;
	padding: 50px 55px;
}

.p-group-contents__flex {
	display: flex;
	align-items: center;
}

.p-group-contents__visual {
	width: 32%;
}

.p-group-contents__box {
	margin-left: 4.5%;
	flex: 1;
}

.p-group-contents__text {
	margin-top: 5px;
}

@media screen and (max-width: 750px) {
	
	.p-group-contents__area {
		padding: 20px 25px;
	}
	
}

/*---------------------------------------------------------------------------------------------------------------------
	アクセス
---------------------------------------------------------------------------------------------------------------------*/
.p-access__area {
	padding: 45px 4% 55px;
}

.p-access__inner {
	margin-top: 0;
}

.p-access__info {
	margin-top: 0;
	margin-left: 0;
	width: 47%;
}

.p-access__map {
	margin-left: 4.5%;
	width: 48%;
}

.p-access__iframe {
	border: solid 1px #ccc;
	margin-top: 15px;
	width: 100%;
	aspect-ratio: 33 / 20;
}

.c-bg-area01__head + .p-access__inner {
	margin-top: 30px;
}

.p-access__head {
	font-size: 1.25rem;
	font-weight: 500;
}

.p-access__head + .c-bg-flexArea__text {
	margin-top: 0;
}

.p-access__inner + .p-access__inner {
  margin-top: 35px;
  border-top: solid 3px #fff;
  padding-top: 35px;
}

@media screen and (max-width: 750px) {
	
	.p-access__area {
		padding: 15px;
	}
	
	.p-access__info {
		width: 100%;
	}
	
	.p-access__map {
		width: 100%;
		margin: 0;
	}
	
	.c-bg-area01__head + .p-access__inner {
		margin-top: 15px;
	}
	
	.p-access__head {
		font-size: 1.12rem;
	}
	
	.p-access__inner + .p-access__inner {
		margin-top: 15px;
		padding-top: 12px;
		border-top-width: 2px;
	}
	
}


