@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page::before {
  background-image: url("../images/company-images/page-bg.jpg");
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.outline {
	display: flex;
	padding: 20px;
}
.outline:nth-child(even) {
	background-color: #eee;
}
.outline__tit {
	width: 200px;
}
.outline__txt {
	overflow: hidden;
	flex: 1;
}

.pamphlet__item {
  text-align: center;
}
.pamphlet__item a {
  display: block;
  color: var(--color01);
  border: solid 5px #eee;
  padding: 20px;
}
.pamphlet__item a span span {
  text-decoration: underline;
}
.icon-zip {
  display: inline-block;
  background: url("../images/cmn-images/icon-zip.png") 0 50% no-repeat;
  background-size: 35px;
  padding: 10px 0 10px 50px;
}
.icon-pdf {
  display: inline-block;
  background: url("../images/cmn-images/icon-pdf.png") 0 50% no-repeat;
  background-size: 35px;
  padding: 10px 0 10px 50px;
}
.pdf-list__item {
  margin-bottom: 20px;
}
.pdf-list__item a {
  display: inline-block;
  color: var(--color01);
  background: url("../images/cmn-images/icon-pdf.png") 0 7px no-repeat;
  background-size: 28px;
  padding: 10px 0 10px 45px;
}
.pdf-list__item a span {
  text-decoration: underline;
}
.list-float li {
	float: left;
}
.list-float li::after {
	content: "/";
	margin: 0 5px;
}
.list-float li:last-child::after {
	content: "";
	margin: 0;
}
.locations li {
	margin-bottom: 5px;
}

/*SDGs*/

.sdgs-box {
  display: flex;
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sdgs-box__img {
  width: 30%;
}
.sdgs-box__txt {
  flex: 1;
  padding-left: 40px;
}
.sdgs-box__tit {
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(1.8rem,2.375vw,2rem);
  font-weight: 700;
  margin-bottom: 20px;
}
.sdgs-box__txt p {
  margin-bottom: 0;
}

.partner__txt {
  float: left;
  width: 75%;
}
.partner__img {
  float: right;
  width: 20%;
}

/*CSR*/

.csr-list__item {
  font-family: var(--font01);
  font-weight: 700;
  list-style-type: none;
  counter-increment: number;
	padding-left: 1.7em;
	text-indent: -1.7em;
	margin-bottom: 20px;
}
.csr-list__item::before {
  content: counter(number) ".";
  margin-right: 10px;
  color: var(--color02);
}
.iso-list__item {
  font-size: 1.2rem;
  text-align: center;
  border: solid 3px #eee;
  padding: 30px;
}
.iso-list__item span {
  display: block;
  color: var(--color03);
  font-family: var(--font01);
  font-size: clamp(2rem,2.875vw,2.5rem);
  font-weight: 700;
}

/*MESSAGE*/

.map-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px auto;
  aspect-ratio: 1165 / 716; /* 元画像のアスペクト比 */
}

.map-container img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 0;
}

.map-link {
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: clamp(0.8rem, 1.2vw, 1.4rem); /* 画像サイズに応じて縮小 */
  text-decoration: none;
  white-space: nowrap;
  z-index: 1;
  color: inherit;
  background-color: rgba(255, 125, 39, 0.6); /* 見やすくするために背景追加（任意） */
  padding: 0.2em 0.4em;
  border-radius: 4px;
}

.map-link::before {
  content: "\f3c5";
  color: var(--color01);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

.border {
  text-decoration: underline;
}
.name {
  float: right;
  width: 250px;
  text-align: right;
}

/* 国の位置（相対％） */
.japan {
  top: 51%;
  left: 50%;
}
.usa {
  top: 48%;
  left: 80%;
}
.china {
  top: 40%;
  left: 45%;
}
.thailand {
  top: 63%;
  left: 37%;
}

/*GROUP*/

.group-box {
  max-width: 1900px;
  text-align: left;
  padding: 0 30px;
  margin: 0 auto;
}
.group-list__item {
  border: solid 1px #eee;
  padding: 30px;
  margin-bottom: 40px;
}
.group-list__item img {
  display: block;
  margin-bottom: 30px;
}
.group__tit {
  color: var(--color01);
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.group-info {
  display: flex;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.group-info__tit {
  width: 100px;
}
.group-info__txt {
  flex: 1;
}
.group-link {
  margin: 20px 0 0 0;
}
.group-link a {
  color: var(--color03);
  font-size: 1.3rem;
  margin-right: 10px;
}
.group-link a span {
  text-decoration: underline;
}
.group-link__map::after {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 7px;
}
.group-link__hp::after {
	content: "\f08e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 7px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.outline__tit {
	width: 150px;
}

.pamphlet {
  width: 100%!important;
}
.pamphlet__item {
  float: none!important;
  width: 100%!important;
}
.pamphlet__item:first-child {
  margin-bottom: 20px;
}

/*SDGs*/

.sdgs-box {
  display: block;
}
.sdgs-box__img {
  width: 50%;
  margin: 0 auto 30px auto;
}
.sdgs-box__txt {
  padding-left: 0;
}

/*GROUP*/

.group-list {
  width: 105%!important;
}
.group-list__item {
  width: 45%!important;
  padding: 20px;
  margin-right: 5%!important; 
}
.group-list__item img {
  margin-bottom: 20px;
}
.group-info__tit {
  width: 80px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.outline {
	display: block;
	padding: 12px;
}
.outline__tit {
	width: 100%;
	font-weight: bold;
  margin-bottom: 10px;
}

.pamphlet__item {
  text-align: left;
}
.pamphlet__item a {
  padding: 10px;
}
.icon-zip {
  background-size: 20px!important;
  padding: 7px 0 7px 35px;
}
.icon-pdf {
  background-size: 20px!important;
  padding: 7px 0 7px 35px;
}
.pdf-list__item {
  margin-bottom: 15px;
}
.pdf-list__item a {
  background-size: 20px;
  padding: 5px 0 0 35px;
}
.pdf-list__item a span {
  text-decoration: underline;
}

/*SDGs*/

.sdgs-box__img {
  width: 70%;
  margin: 0 auto 20px auto;
}
.partner__txt {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
.partner__img {
  display: block;
  float: none;
  width: 70%;
  margin: 0 auto;
}

/*CSR*/

.iso-list__item {
  padding: 20px;
	margin-bottom: 20px!important;
}

/*MESSAGE*/
/* 国の位置（相対％） */
.japan {
  top: 51%;
  left: 52%;
}
.usa {
  top: 48%;
  left: 85%;
}
.china {
  top: 40%;
  left: 45%;
}
.thailand {
  top: 63%;
  left: 39%;
}

/*MESSAGE*/

.name {
  width: 160px;
}


/*GROUP*/

.group-box {
  padding: 0 20px;
  margin: 0 auto;
}
.group-list {
  width: 100%!important;
}
.group-list__item {
  width: 100%!important;
  margin-right: 0!important;
  margin-bottom: 20px;
}
.group-list__item:last-child {
  margin-bottom: 0;
}
.group-list__item img {
  margin-bottom: 20px;
}
.group-info {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.group-info__tit {
  width: 60px;
}

.locations li {
	margin-bottom: 10px!important;
}
.locations li:last-child {
	margin-bottom: 0!important;
}

}

