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

王子マテリアについて

--------------------------------------*/
.aboutus .line {
  border-bottom: 2px solid #005BAB;
  padding-bottom: 10px;
}
p {
  line-height: 2;
}
a {
  text-decoration: none;
  color: inherit
}
img {
  max-width: 100%;
  height: auto;
}
input, textarea {
  border-radius: 0;
  -webkit-appearance: none
}
.mb_40px {
  margin-bottom: 40px;
}
.mb_70px {
  margin-bottom: 70px;
}
.mb_90px {
  margin-bottom: 90px;
}
.mb_110px {
  margin-bottom: 110px;
}
.main_img {
  margin-bottom: 110px;
  margin-top: 10px;
  position: relative;
}
.main_img h2 {
  position: absolute;
  top: 0;
  left: 10%;
  bottom: 0;
  margin: auto;
  color: #005bac;
  height: 100px;
}
.main_img h2 span {
  font-size: 63px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.main_img img {
  width: 100%;
}
.main_img_02 {
  margin-bottom: 110px;
  margin-top: 10px;
  position: relative;
}
.main_img_02 h2 {
  position: absolute;
  top: 0;
  left: 10%;
  bottom: 0;
  margin: auto;
  color: #005bac;
  height: 110px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
}
.main_img_02 h2 span {
  font-size: 16px;
  border-bottom: 1px solid #005bac;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.main_img_02 img {
  width: 100%;
}
.main_img_03 {
  margin-bottom: 110px;
  margin-top: 10px;
  background-image: url(../img/common/bg_gray.png);
  padding: 10px 0 40px;
}
.main_img_03 h2 {
  color: #005bac;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.3;
}
.main_img_03 h2 span {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}
.main_img_03_2 {
  margin-bottom: 0;
}
.lead {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.lead_p {
  margin-bottom: 110px;
}
.hl_03 {
  font-size: 23px;
  color: #005bac;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #005bac;
  margin-bottom: 40px;
}
.aboutus_list > div {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.aboutus_list > div:nth-child(2n) {
  margin-right: 0%;
}
.aboutus_text {
  background-color: #f2f4f4;
  padding: 30px;
  font-size: 14px;
}
.aboutus_text h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #005bac;
}
.hl_04 {
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #005bac;
  margin-bottom: 20px;
  padding-left: 10px;
}
.hl_05 {
  font-size: 18px;
  font-weight: bold;
  color: #005bac;
  margin-bottom: 20px;
}
/*--------------------------------------

トップメッセージ

--------------------------------------*/
.topmessage_main_img {
  height: 500px;
  background: url("../img/aboutus/topmessage/main_img.jpg");
  background-size: cover;
  margin-bottom: 70px;
}
.topmessage_main_img .lead {
  font-size: 40px;
  padding-top: 10%;
	text-indent: -18px;
}
.name {
  margin-top: 50px;
  text-align: right;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}
.name span {
  font-size: 30px;
  padding-left: 20px;
}
/*--------------------------------------

経営理念・行動方針

--------------------------------------*/
.bg_gray {
  background-color: #f2f4f4;
  padding: 60px 70px;
}
.bg_gray h4 {
  color: #005bac;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 30px;
}
.btn {
  text-align: center;
}
.btn a {
	font-size: 18px;
  display: inline-block;
  width: 328px;
  color: #fff;
  font-weight: bold;
  padding: 24px 0;
  text-align: center;
  margin: 30px auto;
  background: url(../img/common/arrow_white.png), linear-gradient(to right, #005bac, #4c8cc5);
  background-repeat: no-repeat, repeat;
  background-position: 95%;
	letter-spacing: 2px;
}
.bg_gray .btn_list {
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
/*--------------------------------------

会社概要・沿革

--------------------------------------*/
.company-info, .history {
  background-color: #f2f7fb;
  padding: 60px 60px;
}
.title {
  color: #005bac;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 40px;
}
.info-table, .history-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.7;
}
.info-table th, .history-table th {
  text-align: left;
  padding: 15px;
  font-weight: bold;
  white-space: nowrap;
  width: 150px;
  border-bottom: 1px solid #cccccc;
}
.info-table tr:last-child th, .history-table tr:last-child th, .info-table tr:last-child td, .history-table tr:last-child td {
	border-bottom: none;
	padding-bottom: 0;
}
.info-table td, .history-table td {
  padding: 8px;
  border-bottom: 1px solid #cccccc;
}
.train {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #005bac;
  padding: 5px 0 7px 40px;
  display: inline-block;
  background-image: url("../img/common/icon_train.png");
  background-repeat: no-repeat;
	background-position: 8px;
}
.plane {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #005bac;
  padding: 5px 0 7px 40px;
  display: inline-block;
  background-image: url("../img/common/icon_plane.png");
  background-repeat: no-repeat;
}
.car {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 25px;
  border-bottom: 1px solid #005bac;
  padding: 0px 0 7px 40px;
  display: inline-block;
  background-image: url("../img/common/icon_car.png");
  background-repeat: no-repeat;
}
.access li {
  line-height: 2;
  padding-left: 40px;
}
/*--------------------------------------

拠点・ネットワーク

--------------------------------------*/
.map {
  position: relative;
  margin-top: -130px;
}
.map a {
  position: absolute;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
	font-feature-settings: "palt";
}

.hokkaido {
  top: 105px;
  left: 745px;
  color: #005bac;
}
.hokuyosiko {
  top: 194px;
  left: 624px;
	color: #166d3f;
}
.kushiro {
  top: 147px;
  left: 920px;
}
.nikko {
  top: 380px;
  left: 770px;
}
.snfcore {
  top: 444px;
  left: 750px;
	color: #166d3f;
}
.edogawa {
  top: 510px;
  left: 670px;
}
.map .head_office {
  top: 568px;
  left: 706px;
	color: #005bac;
	font-size: 18px;
}
.fuji {
  top:550px;
  left: 578px;
}
.chubu {
  top: 597px;
  left: 600px;
	color: #005bac;
}
.seibu {
  top: 641px;
  left: 552px;
	color: #005bac;
}
.matsumoto {
  top: 462px;
  left: 560px;
}
.nakatsugawa {
  top: 383px;
  left: 370px;
}
.ena {
  top:417px;
  left: 390px;
}
.sobue {
  top: 449px;
  left: 420px;
}
.osaka {
  top: 510px;
  left: 440px;
}
.kure {
  top: 533px;
  left: 355px;
}
.oita {
  top: 585px;
  left: 310px;
}
.kyusyu {
  top: 528px;
  left: 215px;
	color: #005bac;
}
.saga {
  top: 555px;
  left: 175px;
}
.sagaita {
  top: 648px;
  left: 295px;
	color: #166d3f;
}
.link-box-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 90px auto;
}

.link-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 270px;
  height: 100px;
  background-color: #f2f4f4;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  position: relative;
	padding-top: 15px;
}

.arrow {
  width: 24px;
  height: 24px;
  margin: 15px auto 0;
  background-image: url('../../assets/img/aboutus/network/arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.bg_blue {
	background-color: #f2f7fb;
}
.head_office_div {
	margin-bottom: 90px;
}
.office {
	display: flex;
	justify-content:space-between;
	margin-bottom: 50px;
}
.office div {
	padding: 50px 40px;
}
.office h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.office h5 {
	font-size: 18px;
	font-weight: bold;
	color: #005bac;
	margin-bottom: 15px;
}
.office p {
	line-height: 2;
}
.office img {
	width: 48%;
}
.sales_office {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 50px;
}
.sales_office:nth-child(2n) {
	margin-right: 0%;
}
.factory {
	margin-bottom: 100px;
}
.factory div {
	padding: 0;
}
.office .btn {
	float: right;
	padding: 0;
}
.office .btn a {
	width: 190px;
	font-size: 16px;
	background-position: 90%;
	padding: 20px;
	margin: 35px 0 0 20px;
}

.office .external a {
  background:  url(../img/common/arrow_blue.png), #fff;
	background-repeat: no-repeat, repeat;
	background-position: 95%;
	color: #005bac;
	border: 1px solid #005bac;
}

.office p {
	float: left;
}
.office .float_none {
	float: none;
	margin-bottom: 50px;
}
/*--------------------------------------

各工場ページ

--------------------------------------*/
.hl_factory {
  color: #000;
	font-size: 30px;
}
.bg_img {
  background-repeat: no-repeat;
  background-position: right 0%;
}
.bg_edogawa {
	background-image: url(../img/aboutus/network/edogawa/bg_img.jpg);
}
.bg_ena {
	background-image: url(../img/aboutus/network/ena/bg_img.jpg);
}
.bg_fuji {
	background-image: url(../img/aboutus/network/fuji/bg_img.jpg);
}
.bg_kure {
	background-image: url(../img/aboutus/network/kure/bg_img.jpg);
}
.bg_kushiro {
	background-image: url(../img/aboutus/network/kushiro/bg_img.jpg);
}
.bg_matsumoto {
	background-image: url(../img/aboutus/network/matsumoto/bg_img.jpg);
}
.bg_nakatsugawa {
	background-image: url(../img/aboutus/network/nakatsugawa/bg_img.jpg);
}
.bg_nikko {
	background-image: url(../img/aboutus/network/nikko/bg_img.jpg);
}
.bg_oita {
	background-image: url(../img/aboutus/network/oita/bg_img.jpg);
}
.bg_osaka {
	background-image: url(../img/aboutus/network/osaka/bg_img.jpg);
}
.bg_saga {
	background-image: url(../img/aboutus/network/saga/bg_img.jpg);
}
.bg_sobue {
	background-image: url(../img/aboutus/network/sobue/bg_img.jpg);
}
.factory_p {
	padding-right: 40px;
}
.img_flex {
	overflow: hidden;
	margin-bottom: 40px;
}
.img_flex_item {	
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 50px;
}
.img_flex_item:nth-child(2n) {
	margin-right: 0%;
} 
.img_caption {
	margin-top: 7px;
}
.img_02_matsumoto {
	width: 61.3%;
}
.img_03_matumoto {
	width: 34.7%;
}
.access {
	position: relative;
}
.access li {
	line-height: 1.7;
	margin-bottom: 20px;
}
.map_btn {
	position: absolute;
	left: 0px;
	bottom: 20px;
}
.map_btn a {
	width: 500px;
}
.title span {
	font-size: 16px;
	font-weight: normal;
}
.factory-list {
  text-align: center;
  padding: 90px 0 110px;
}
.factory-grid {
 display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
}
.factory-item {
  display: grid;
place-items: center;
	line-height: 1.5;
  width: 215px;
  padding: 20px 20px;
  background: #ffffff;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  border: none;
}
.factory-item::after {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 7px;
  height: 7px;
  border-right: 1px solid #005bac;
  border-bottom: 1px solid #005bac;
}
.partner {
	text-decoration: underline;
	font-weight:bold;
	color:#005bac;
}
@media (max-width: 1200px) {
	
.hokkaido {
  top: 105px;
  left: 66.5%;
  color: #005bac;
}
.hokuyosiko {
  top: 194px;
  left: 54%;
	color: #166d3f;
}
.kushiro {
  top: 147px;
  left: 82.7%;
}
.nikko {
  top: 380px;
  left: 69%;
}
.snfcore {
  top: 444px;
  left: 66%;
	color: #166d3f;
}
.edogawa {
  top: 508px;
  left: 59%;
}
.map .head_office {
  top: 568px;
  left: 62.5%;
	color: #005bac;
	font-size: 18px;
}
.fuji {
  top:550px;
  left: 50%;
}
.chubu {
  top: 597px;
  left: 52.7%;
	color: #005bac;
}
.seibu {
  top: 641px;
  left: 48%;
	color: #005bac;
}
.matsumoto {
  top: 462px;
  left: 48.5%;
}
.nakatsugawa {
  top: 383px;
  left: 30.5%;
}
.ena {
  top:417px;
  left: 32%;
}
.sobue {
  top: 449px;
  left: 35%;
}
.osaka {
  top: 510px;
  left: 37%;
}
.kure {
  top: 533px;
  left: 29%;
}
.oita {
  top: 585px;
  left: 24.5%;
}
.kyusyu {
  top: 528px;
  left: 15%;
	color: #005bac;
}
.saga {
  top: 563px;
  left: 11%;
}
.sagaita {
  top: 648px;
  left: 23%;
	color: #166d3f;
}
	
}

@media (max-width:767.98px) {
	
/*--------------------------------------

王子マテリアについて

--------------------------------------*/
	.aboutus .line {
  border-bottom: none;
}
	.mb_40px {
  margin-bottom: 20px;
}
.mb_70px {
  margin-bottom: 35px;
}
.mb_90px {
  margin-bottom: 45px;
}
.mb_110px {
  margin-bottom: 55px;
}
	.main_img {
	height: 250px;	
		margin-bottom: 30px;
	}
	.main_img img {
		height: 250px;	
		object-fit: cover;
	}
  .main_img h2 {
    font-size: 3vw;
    text-align: center;
    top: 17%;
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
  }
  .main_img h2 span {
    font-size: 9vw;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
  }
  .main_img_02 {
    margin-bottom: 50px;
    text-align: center;
  }
  .main_img_02 h2 span {
    font-size: 3.5vw;
  }
  .main_img_02 h2 {
    position: absolute;
    top: 4%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    height: 110px;
    font-size: 7vw;
		letter-spacing: 0px;
  }
  .lead {
    font-size: 5vw;
    margin-bottom: 20px;
		letter-spacing: 0.5px;
  }
  .lead_p {
		font-size: 4vw;
    margin-bottom: 50px;
  }
  .hl h3 {
    margin-bottom: 50px;
    font-size: 5.3vw;
  }
	.aboutus_list > div {
		width: 100%;
	}
/*--------------------------------------

トップメッセージ

--------------------------------------*/
	.main_img_03 {
		margin-bottom: 30px;
		padding: 5px 0 20px;
		background-size: 50%;
	}
	.main_img_03 h2 {
		font-size: 6vw;
		line-height: 1.2;
		letter-spacing: 0;
	}
	.main_img_03 h2 span {
		font-size: 3vw;
	}
	.main_img_03_2 {
		margin-bottom: 0;
	}
	.topmessage_main_img {
  height: 300px;
  background-size: cover;
	background-position: 90%;
  margin-bottom: 100px;
}
.topmessage_main_img .lead {
  font-size: 5vw;
  padding-top: 320px;
	text-indent: -10px;
	line-height: 1.7;
}
.name {
  margin-top: 25px;
  font-size: 3vw;
}
.name span {
  font-size: 5vw;
  padding-left: 10px;
}
/*--------------------------------------

経営理念・行動方針

--------------------------------------*/
.hl_03 {
  font-size: 5vw;
	margin-bottom: 20px;
	line-height: 1.5;
	}
.bg_gray {
  padding: 30px 30px;
}
.bg_gray h4 {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.btn a {
	font-size: 4vw;
  display: inline-block;
  width: 100%;
  padding: 24px 0;
  margin: 10px auto;
  background-position: 95%;
	letter-spacing: 1px;
}
.bg_gray .btn_list {
  width: 100%;
  margin: auto;
  display: block;
	margin-top: 15px;
}

/*--------------------------------------

会社概要・沿革

--------------------------------------*/
.company-info, .history {
  background-color: #f2f7fb;
  padding: 10px 30px 30px 30px;
}
.title {
  font-size: 5vw;
  margin-bottom: 20px;
}
.info-table, .history-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.7;
}
.info-table th, .history-table th {
  padding: 15px 0 0;
  width: 100%;
  border-bottom: none;
	display: block;
	font-size: 4vw;
}

.info-table td, .history-table td {
  padding: 0  0 8px 0;
	display: block;
	font-size: 4vw;
}
.train {
  font-size: 4.5vw;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #005bac;
  padding: 5px 0 7px 40px;
  display: inline-block;
  background-image: url("../img/common/icon_train.png");
  background-repeat: no-repeat;
	background-position: 8px;
}
.plane {
  font-size: 4.5vw;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #005bac;
  padding: 5px 0 7px 40px;
  display: inline-block;
  background-image: url("../img/common/icon_plane.png");
  background-repeat: no-repeat;
}
.car {
  font-size: 4.5vw;
  font-weight: bold;
  margin-bottom: 25px;
  border-bottom: 1px solid #005bac;
  padding: 0px 0 7px 40px;
  display: inline-block;
  background-image: url("../img/common/icon_car.png");
  background-repeat: no-repeat;
}
.access li {
	font-size: 4vw;
  line-height: 1.5;
  padding-left: 40px;
	margin-bottom: 10px;
}
/*--------------------------------------

拠点・ネットワーク

--------------------------------------*/
.map {
  margin-top: 0px;
}
.map a {
  position: absolute;
  font-size: 2.3vw;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
	font-feature-settings: "palt";
}

.hokkaido {
  top: 14%;
  left: 69%;
  color: #005bac;
}
.hokuyosiko {
  top: 27%;
  left: 51%;
	color: #166d3f;
}
.kushiro {
  top: 24%;
  left: 86%;
}
.nikko {
  top: 54%;
  left: 74%;
}

.snfcore {
  top: 63%;
  left: 70%;
  color: #166d3f;
}

.edogawa {
  top: 73%;
  left: 62%;
}

.map .head_office {
  top: 81.8%;
  left: 66.5%;
  color: #005bac;
  font-size: 2.5vw;
}

.fuji {
  top: 80%;
  left: 50%;
}

.chubu {
  top: 87%;
  left: 54%;
  color: #005bac;
}

.seibu {
  top: 92.5%;
  left: 47%;
  color: #005bac;
}

.matsumoto {
  top: 66%;
  left: 48%;
}

.nakatsugawa {
  top: 51%;
  left: 18%;
}

.ena {
  top: 57.66%;
  left: 20%;
}

.sobue {
  top: 64%;
  left: 27%;
}

.osaka {
  top: 73%;
  left: 30%;
}

.kure {
  top: 77%;
  left: 23%;
}

.oita {
  top: 84.5%;
  left: 17.5%;
}

.kyusyu {
  top: 75%;
  left: 4%;
  color: #005bac;
}

.saga {
  top: 82%;
  left: -3%;
}

.sagaita {
  top: 93%;
  left: 16%;
  color: #166d3f;
}

.link-box-wrapper {
  flex-wrap: wrap;
  margin: 40px auto;
	gap: 0px;

}
	.link-box {
		max-width: 46%;
		font-size: 4vw;
		height: auto;
		padding: 15px 0 10px;
		margin: 2%;
		
	}	
	.arrow {
  width: 10px;
  height: 10px;
  margin: 5px auto 0;
}
	.office {
		display: block;
		margin-bottom: 50px;
	}
	.office div {
	padding: 25px 20px;
}
	.office div p {
		line-height: 1.7;
		margin-bottom: 20px;
	}
	.office img {
	width: 100%;
	height: auto;
}
.sales_office {
	width: 100%;
	margin-right: 4%;
	margin-bottom: 20px;
}
	.sales_office:last-child {
		margin-bottom: 50px;
	} 
	.factory {
	margin-bottom: 50px;
}
.factory div {
	padding: 0;
	margin-bottom: 20px;
	
}
	.factory > div {
		margin-bottom: 50px;
	}
	.factory img {
		margin-bottom: 20px;
	}
.office h4 {
	font-size: 4.5vw;
	margin-bottom: 10px;
}
	.office h5 {
	font-size: 4.3vw;
	margin-bottom: 10px;
}
.office .btn {
	float: none;
	padding: 0;
}
.office .btn a {
	width: 70%;
	font-size: 4vw;
	background-position: 90%;
	padding: 20px;
	margin: 0;
}
.office .float_none {
	float: none;
	margin-bottom: 50px;
}
	.kanren {
		margin-bottom: 20px;
	}
	.kanren:last-child {
		margin-bottom: 50px;
	}
	.kanren .btn a {
		width: 80%;
		margin-bottom: 0;
	}
	
	/*--------------------------------------

各工場ページ

--------------------------------------*/
.hl_factory {
	font-size: 5.5vw;
}
.bg_img {
  background-size: 60%;
}
.factory_p {
	padding-right: 0px;
}
.img_caption {
	font-size: 4vw;
}
.img_flex_item {	
	width: 100%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}
	.title span {
	font-size: 3.7vw;
	}
	.company-info .title {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.access_map {
		margin-bottom: 70px;
	}
	.map_btn {
		width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.map_btn a {
		font-size: 3.7vw;
}
.factory-list {
  text-align: center;
  padding: 30px 0 50px;
}
.factory-grid {
 display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.factory-item {
  display: grid;
place-items: center;
	line-height: 1.5;
  width: 48%;
  padding: 15px 0px;
  background: #ffffff;
  color: #000;
  font-size: 3.5vw;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  border: none;
}
}.access_map {
}
