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

	#company.top

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

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.companyLink {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: wrap;
  flex-wrap: wrap;
}

.companyLink li figure {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.companyLink li figure a {
  display: block;
  text-decoration: none;
}

.companyLink li figure .photo {
  overflow: hidden;
}

.companyLink li figure img {
  width: 100%;
  vertical-align: bottom;
  width: 100%;
  transition: all .8s ease 0s;
}

.companyLink li figure a:hover img {
  opacity: 0.6;
  transform: scale(1.2, 1.2);
}

.companyLink li figure figcaption {
  margin: 0;
  padding: 10px 5px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  color: #ffffff;
  background: #cc0015;
  transition: all .8s ease 0s;
}

.companyLink li figure a:hover figcaption {
  background: #a40011;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

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

  .companyLink li {
    width: 48.5%;
    margin-top: 30px;
  }

  .companyLink li figure figcaption {
    margin: 10px 0 0;
    padding: 6px 5px;
  }
}

/*----------------------------------------------------------
	Display：← 320px（ sp ）
----------------------------------------------------------*/

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

  .companyLink li figure figcaption {
    font-size: 0.86em;
  }

}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media print,
screen and (min-width: 560px) {

  .companyLink li {
    width: 33.33%;
    margin-top: 50px;
    padding: 0 10px;
  }

  .companyLink li figure figcaption {
    margin: 18px 0 0;
    padding: 10px 5px;
  }
}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

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

  .companyLink li figure figcaption {
    font-size: 1.15em;
  }

}




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

	#company.profile

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

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#profileTable {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-spacing: 0 2px;
}

#profileTable th {
  width: 25%;
  margin: 0;
  font-size: 1.15em;
  font-weight: normal;
  color: #ffffff;
  background: #e30920;
  vertical-align: middle;
}

#profileTable td {
  margin: 0;
  padding: 15px 5%;
  background: #f7f7f7;
  vertical-align: middle;
}

#profileTable tr:nth-child(even) td {
  background: #ededed;
}

#profileTable .officeList {
  width: 100%;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: wrap;
  flex-wrap: wrap;
}

#profileTable .officeList li {
  width: 50%;
  margin-top: 5px;
}


/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

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

  #profileTable th {
    min-width: 90px;
  }

}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media print,
screen and (min-width: 560px) {

  #profileTable th {
    min-width: 180px;
  }

  #profileTable th,
  #profileTable td {
    padding-top: 20px;
    padding-bottom: 20px;
  }

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

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

  #profileTable th,
  #profileTable td {
    padding-top: 25px;
    padding-bottom: 25px;
  }

}




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

	#company.greeting

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

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.photo_president {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.photo_president img {
  width: 100%;
  vertical-align: bottom;
}

.greeting #contentsTop .inner {
  position: relative;
}

.greeting #contentsTop .sign {
  position: absolute;
  right: 0;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

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

  #company.greeting p {
    margin-top: 30px;
  }

  #profileTable th {
    min-width: 90px;
  }

  .greeting #contentsTop .sign {
    width: 240px;
    height: 62px;
    bottom: 40px;
  }

}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media print,
screen and (min-width: 560px) {

  #company.greeting p {
    margin-top: 40px;
  }

  #profileTable th {
    min-width: 180px;
  }

  #profileTable th,
  #profileTable td {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .greeting #contentsTop .sign {
    width: 360px;
    height: 92px;
    bottom: 80px;
  }

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

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

  #company.greeting p {
    margin-top: 50px;
  }

  #profileTable th,
  #profileTable td {
    padding-top: 25px;
    padding-bottom: 25px;
  }

}

/*----------------------------------------------------------
	Display：960px →（ pc ）
----------------------------------------------------------*/

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

  .greeting #contentsTop .sign {
    width: 400px;
    height: 103px;
    bottom: 80px;
  }

}




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

	#company.philosophy

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

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#company.philosophy {
  background-color: #0739bc;
}

#company.philosophy .headLineJP {
  width: 100%;
  padding: 15px 0 0;
  font-size: 1.43em;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
}

#company.philosophy .catchcopy_akinainokokoro {
  width: 174px;
  margin: 0 auto;
  padding: 25px 0;
}

#company.philosophy .philosophyBG {
  background-position: center top;
  background-repeat: no-repeat;
}

#company.philosophy #philosophy .leadBox {
  color: #ffffff;
  letter-spacing: 0.15em;
  text-align: center;
}

#company.philosophy #vision .leadBox {
  width: 18em;
  margin: 35px auto 0;
  letter-spacing: 0.05em;
  text-align: left;
}

#company.philosophy #vision .leadBox ul {
  width: 14em;
  margin: 1em auto;
}

#company.philosophy #mindIdentity {
  background: #f3f3f3;
}

#company.philosophy #mindIdentity .mindImage {
  width: 100%;
}

#company.philosophy #mindIdentity .mindImage img {
  width: 100%;
}

#company.philosophy #mindIdentity .txtBox {
  width: 100%;
}

#company.philosophy #mindIdentity .txtBox .txt {
  margin-top: 0.25em;
  font-size: 1.15em;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

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

  #company.philosophy .philosophyBG {
    background-image: url(../img/company/philosophy/bg_vision_sp.jpg);
    min-height: 1200px;
    background-size: 1100px auto;
  }

  #company.philosophy #vision.inner {
    padding-top: 90px;
  }

  #company.philosophy #mindIdentity .midashiTxt {
    margin-top: 25px;
  }

}

/*----------------------------------------------------------
	Display：← 320px（ sp ）
----------------------------------------------------------*/

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

  #company.philosophy .philosophyBG {
    min-height: 1150px;
    background-size: 325% auto;
  }

}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media print,
screen and (min-width: 560px) {

  #company.philosophy .philosophyBG {
    background-image: url(../img/company/philosophy/bg_vision.jpg);
    min-height: 1420px;
    background-size: 1500px auto;
  }

  #company.philosophy .catchcopy_akinainokokoro {
    width: 200px;
    padding: 35px 0;
  }

  #company.philosophy .leadBox {
    letter-spacing: 0.15em;
  }

  #company.philosophy #vision .leadBox {
    width: 20em;
  }

  #company.philosophy #vision .leadBox ul {
    width: 16em;
  }

  #company.philosophy #mindIdentity .mindImage {
    width: 33.33%;
  }

  #company.philosophy #mindIdentity .txtBox {
    width: 62.5%;
  }

  #company.philosophy #vision.inner {
    padding-top: 90px;
  }

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:769px) {
  #company.philosophy .philosophyBG {
    min-height: 1520px;
    background-size: 1600px auto;
  }

  #company.philosophy #vision.inner {
    padding-top: 110px;
  }
}




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

	#company.sales-office

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

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#company.sales-office .categoryBox {
  margin-bottom: 60px;
}

#company.sales-office .categoryTTL {
  display: inline-block;
  margin: 0 0 2px;
  padding: 0.8em 1.25em;
  font-size: 1.15em;
  line-height: 1.5em;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  color: #ffffff;
  background: #2f2f2f;
}

#company.sales-office .officeName {
  display: inline-block;
  margin: 0 0 2px;
  padding: 0.6em 1.25em;
  font-size: 1.15em;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  color: #ffffff;
  background: #545454;
}

#company.sales-office .officeData>p {
  margin: 0 0 2px;
  padding: 0.6em 1em;
  font-size: 1.15em;
  vertical-align: bottom;
  background: #e8e8e8;
}

#company.sales-office .officeData>p:nth-child(odd) {
  background: #f6f6f6;
}

#company.sales-office .officeData .tel>span {
  display: inline-block;
  margin-right: 1em;
}

#company.sales-office .officeData .tel span:last-child {
  margin-left: 0;
}

#company.sales-office .headOffice {
  position: relative;
}

#company.sales-office .headOffice .googlemap {
  width: 100%;
  height: 380px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

#company.sales-office .headOffice .googlemap iframe {
  width: 100%;
  height: 100%;
  border: none;
}



#company.sales-office .flexbw-wrap>section {
  width: 100%;
  margin-bottom: 15px;
}

#company.sales-office .flexbw-wrap>section:last-child {
  margin-bottom: 0;
}

#company.sales-office .flexbw-wrap section:nth-child(odd) {
  border-right: 3px solid #ffffff;
}

#company.sales-office .flexbw-wrap section:nth-child(odd) {
  border-right: 3px solid #ffffff;
}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

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

  #company.sales-office .headOffice .googlemap {
    height: 500px;
  }

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

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

  #company.sales-office .halfBoxPc,
  #company.sales-office .flexbw-wrap>section {
    width: 50%;
  }

  #company.sales-office .flexbw-wrap>section:nth-last-child(2) {
    margin-bottom: 0;
  }

  #company.sales-office .headOffice .googlemap {
    width: 48%;
    height: 500px;
    position: absolute;
    top: 58px;
    right: 0;
  }

}



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

	#company.sdgs

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

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#company.sdgs #about {
  background-image: url(../img/company/sdgs/bg_goals.jpg);
  background-position: left 37.5% bottom;
  background-repeat: no-repeat;
  background-size: 620px auto;
  transition: background-size .8s ease 0s;
}

#company.sdgs #about .inner {
  padding-bottom: 280px;
  overflow: hidden;
}

#company.sdgs #about .goals-logo {
  margin: 0 0 30px;
}

#company.sdgs #about .halfBox {
  margin-top: 30px;
  font-size: 1.6rem;
}

#company.sdgs #about .txt_eco_business {
  width: 100%;
  max-width: 460px;
}

#company.sdgs .midashiSdgs {
  margin-bottom: 1.0em;
  padding-bottom: 0.5em;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-bottom: 1px dotted #000000;
}

#company.sdgs .sdgsIconList {
  width: 100%;
}

#company.sdgs .sdgsIconList li {
  width: 18.5%;
  margin: 10px 0;
}

#company.sdgs .sdgsIconList li img {
  width: 100%;
  height: auto;
}

#company.sdgs .contentsBox {
  margin-top: 40px;
}

#company.sdgs .textBox {
  margin-top: 25px;
  clear: both;
}

#company.sdgs .textBox.imgL .imgBox {
  width: 100%;
}

#company.sdgs .textBox.imgL .imgBox img {
  width: 100%;
}

#company.sdgs .textBox.imgL .txtBox {
  width: 100%;
  position: relative;
}

/*----------------------------------------------------------
	Display：559px →（ sp ）
----------------------------------------------------------*/

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

  #company.sdgs .sdgsIconList li {
    width: 32.33%;
    margin: 8px 1.5% 0 0;
  }

  #company.sdgs .sdgsIconList li:nth-of-type(3n) {
    margin-right: 0;
  }

  #company.sdgs .textBox.imgL .imgBox {
    margin-bottom: 25px;
  }
}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

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

  #company.sdgs #about {
    background-size: 1000px auto;
    background-position: left 50% bottom;
  }

  #company.sdgs #about .inner {
    padding-bottom: 430px;
  }

  #company.sdgs #about .halfBox {
    margin-top: 40px;
    font-size: 1.8rem;
  }

  #company.sdgs .midashiSdgs {
    font-size: 3.4rem;
    letter-spacing: 0.05em;
  }

  #company.sdgs .sdgsIconList li {
    width: 23.8%;
    margin: 8px 1.6% 0 0;
  }

  #company.sdgs .sdgsIconList li:nth-of-type(4n) {
    margin-right: 0;
  }

  #company.sdgs .contentsBox {
    margin-top: 50px;
  }

  #company.sdgs .textBox {
    margin-top: 35px;
  }

  #company.sdgs .textBox.imgL .imgBox {
    width: 39%;
    max-width: 370px;
  }

  #company.sdgs .textBox.imgL .txtBox {
    width: 57.5%;
  }

  #company.sdgs .textBox.imgL .imgBox {
    width: 39%;
    margin: 0 25px 25px 0;
    float: left;
  }

  #company.sdgs .textBox.imgL .txtBox {
    width: 100%;
  }

}

/*----------------------------------------------------------
	Display：768px →（ pc ）
----------------------------------------------------------*/

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

  #company.sdgs #about {
    background-size: 1366px auto;
  }

  #company.sdgs #about .inner {
    padding-bottom: 300px;
  }

  #company.sdgs #about .halfBox {
    width: 46%;
    margin-top: 50px;
    float: right;
  }

  #company.sdgs .midashiSdgs {
    font-size: 4.0rem;
    letter-spacing: 0.07em;
  }

  #company.sdgs .sdgsIconList li {
    width: 18.5%;
    margin: 10px 1.875% 10px 0;
  }

  #company.sdgs .sdgsIconList li:nth-of-type(4n) {
    margin-right: 1.875%;
  }

  #company.sdgs .sdgsIconList li:nth-of-type(5n) {
    margin-right: 0;
  }

  #company.sdgs .textBox {
    margin-top: 40px;
  }

  #company.sdgs .contentsBox {
    margin-top: 60px;
  }

}

/*----------------------------------------------------------
	Display：840px →（ pc ）
----------------------------------------------------------*/

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

  #company.sdgs #about .inner {
    padding-bottom: 320px;
  }

  #company.sdgs #about .halfBox {
    font-size: 2.0rem;
  }

  #company.sdgs .textBox.imgL {
    display: table;
  }

  #company.sdgs .textBox.imgL .imgBox {
    display: table-cell;
    width: 39%;
    margin: 0;
    float: none;
  }

  #company.sdgs .textBox.imgL .imgBox img {
    max-width: 370px;
  }

  #company.sdgs .textBox.imgL .txtBox {
    display: table-cell;
    width: 61%;
    vertical-align: middle;
  }

  #company.sdgs .textBox.imgL .txtBox>h4,
  #company.sdgs .textBox.imgL .txtBox>p {
    padding-left: 40px;
  }
}