@charset "utf-8";

/* #container */
#container {
  background: rgb(239, 239, 239);
}

@media only screen and (max-width:767px) {
  #container {
    background: #fff;
  }
}

/* secCmnTit */
.secCmnTit {
  background: url(../img/company/bgCmnTit.jpg) center top no-repeat;
}

@media only screen and (max-width:767px) {
  .secCmnTit {
    background: url(../img/company/bgCmnTit_sp.jpg) center top / cover;
  }
}

/* footer */
#footer {
  margin-top: 100px;
}

@media only screen and (max-width:767px) {
  #footer {
    margin-top: 50px;
  }
}

/* secBnrReserve */
.secBnrReserve {
  margin-top: 100px;
}

.secBnrReserve .bnrCover:nth-child(2) {
  margin-top: 50px;
}

@media only screen and (max-width:767px) {
  .secBnrReserve {
    margin-top: 50px;
  }

  .secBnrReserve .bnrCover:nth-child(2) {
    margin-top: 20px;
  }
}

/* pnkz */
#pnkz {
  background: rgb(239, 239, 239);
}

@media only screen and (max-width:767px) {
  #pnkz {
    background: #fff;
  }
}

/* secCompany */
.secCompanyCon {
  overflow: hidden;
}

.secCompany {
  position: relative;
  width: 1920px;
  left: calc(50% - 960px);
}

.secCompany .companyWrapper {
  width: 1600px;
  background: #fff;
  margin: 0 0 0 auto;
  padding-top: 80px;
  padding-left: 80px;
  padding-bottom: 97px;
}

.secCompany .companyWrapper.wrapper02 {
  padding-bottom: 91px;
}

.secCompany .companyWrapper:first-child {
  margin-top: 50px;
}

.secCompany .companyWrapper:nth-child(n+2) {
  margin-top: 80px;
}

.secCompany .companyTitEng {
  position: relative;
  display: inline-block;
}

.secCompany .companyTitEng::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #1e88e5;
  right: -20px;
  top: 6px;
}

.secCompany .companyWrapperTit {
  font-size: 26px;
  margin-top: 18px;
  letter-spacing: 4px;
}

.secCompany .contentsTxt {
  font-size: 16px;
  line-height: 2.625;
  letter-spacing: 0.8px;
}

.secCompany .contentsTxt:nth-child(n+2) {
  margin-top: 25px;
}

.secCompany .grandes {
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
  margin-top: 34px;
}

.secCompany .grandes .name {
  font-size: 16px;
}

.secCompany .companyFlexbox {
  display: flex;
}

.secCompany .titBox {
  width: 200px;
}

.secCompany .philosophyTit {
  font-size: 38px;
  line-height: 2.105;
  letter-spacing: 1px;
}

.secCompany .philosophyImg {
  margin-top: 35px;
  padding-bottom: 9px;
  width: 1210px;
}

.secCompany .philosophyList {
  margin-top: 51px;
}

.secCompany .philosophyList .listTit {
  font-size: 26px;
  color: #1e88e5;
  letter-spacing: 2px;
}

.secCompany .philosophyList .listTxt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.5px;
  margin-top: 22px;
  padding-left: 46px;
  position: relative;
}

.secCompany .philosophyList .listTxt::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  left: 0px;
  top: 15px;
}

.secCompany .tablebox .addressTxt {
  font-size: 16px;
}

.secCompany .tablebox tr {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  display: flex;
}

.secCompany .tablebox th {
  display: flex;
  width: 250px;
  text-align: left;
  border-bottom: 1px solid #1e88e5;
  position: relative;
  color: #1e88e5;
  line-height: 2;
  padding-top: 22px;
}

.secCompany .tablebox td {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding: 22px 30px 21px 21px;
  text-align: left;
  width: 750px;
  line-height: 2;
}

.secCompany .tablebox .addressBox:nth-child(n+2) {
  margin-top: 15px;
}

.secCompany .tablebox02 .addressTxt {
  font-size: 16px;
}

.secCompany .tablebox02 .addressTxt:nth-child(n+2) {
  margin-top: 3px;
}

.secCompany .tablebox02 .month {
  display: inline-block;
  width: 105px;
  padding-right: 40px;
  text-align: right;
  position: relative;
}

.secCompany .tablebox02 .month:after {
  position: absolute;
  width: 15px;
  height: 15px;
  content: "";
  background-color: #1e88e5;
  border-radius: 11px;
  top: 8px;
  left: calc(100% - 113px);
  margin: auto;
  z-index: 10;
}

.secCompany .tablebox02 .monthTxt {
  padding-left: 110px;
}

.secCompany .tablebox02 tr {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  display: flex;
}

.secCompany .tablebox02 th {
  display: flex;
  padding-top: 23px;
  line-height: 2;
  width: 202px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #1e88e5;
  position: relative;
}

.secCompany .tablebox02 tr:last-child th {
  border-bottom: none;
}

.secCompany .tablebox02 td {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding: 23px 30px 22px 0px;
  text-align: left;
  width: 798px;
  line-height: 2;
}

.secCompany .tablebox02 tr:last-child td {
  border-bottom: none;
}

.secCompany .officeTit {
  font-size: 24px;
  padding: 13px 0;
  border-bottom: 1px solid #dddddd;
  letter-spacing: 1px;
}

.secCompany .contentsBox {
  width: 1000px;
  padding-top: 28px;
}

.secCompany .contentsBox.box02 {
  padding-top: 20px;
}

.secCompany .contentsBox.box03 {
  padding-top: 13px;
}

.secCompany .contentsBox.box05 {
  padding-top: 25px;
}

.secCompany .officeBox {
  display: flex;
  align-items: center;
  padding-top: 30px;
}

.secCompany .officeTxtBox {
  padding-left: 30px;
}

.secCompany .officeTxt {
  font-size: 16px;
  line-height: 2;
}

.secCompany .officeBoxList:nth-child(n+2) {
  margin-top: 38px;
}

@media only screen and (max-width:1720px) {
  .secCompany .philosophyImg {
    width: 100%;
  }
}

@media only screen and (max-width:767px) {
  .secCompany {
    position: relative;
    width: 100%;
    left:0;
  }
  .secCompany .companyWrapper:first-child {
    margin-top: 25px;
  }

  .secCompany .companyWrapper {
    width: 92%;
    margin: 0 auto;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .secCompany .companyFlexbox {
    display: block;
  }

  .secCompany .titBox {
    width: 200px;
    margin: 0 auto;
    text-align: center;
  }

  .secCompany .companyTitEng::after {
    display: none;
  }

  .secCompany .companyTitEng {
    width: 118px;
  }

  .secCompany .companyTitEng.titEng02 {
    width: 170px;
  }

  .secCompany .companyTitEng.titEng03 {
    width: 142px;
  }

  .secCompany .companyTitEng.titEng05 {
    width: 92px;
  }

  .secCompany .companyWrapperTit {
    font-size: 15px;
    margin-top: 14px;
    letter-spacing: 0px;
    position: relative;
  }

  .secCompany .companyWrapperTit:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #000;
    left: 50%;
    transform: translateX(-50%);
    bottom: -21px;
  }

  .secCompany .contentsTxt {
    font-size: 13px;
    line-height: 1.846;
    letter-spacing: 0px;
  }
  .secCompany .contentsTxt:nth-child(n+2) {
    margin-top: 19px;
}
  .secCompany .contentsBox {
    width: 100%;
    padding-top: 44px;
  }

  .secCompany .grandes {
    font-size: 11px;
    line-height: 2;
    margin-top: 20px;
  }

  .secCompany .grandes .name {
    font-size: 15px;
  }

  .secCompany .philosophyTit {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
  }

  .secCompany .philosophyList .listTit {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .secCompany .philosophyList .listTxt {
    font-size: 13px;
    line-height: 1.846;
    letter-spacing: 0px;
    margin-top: 7px;
    padding-left: 25px;
  }

  .secCompany .philosophyList .listTxt::after {
    width: 15px;
    top: 11px;
  }

  .secCompany .philosophyList {
    margin-top: 27px;
  }

  .secCompany .tablebox tr {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0px;
    display: block;
  }

  .secCompany .tablebox th {
    display: block;
    width: 100%;
    border-bottom: none;
    line-height: 1.846;
    padding-top: 20px;
  }

  .secCompany .tablebox td {
    padding: 9px 0px 18px 0px;
    text-align: left;
    width: 100%;
    line-height: 1.846;
    letter-spacing: 0.8px;
  }

  .secCompany .tablebox .addressTxt {
    font-size: 13px;
  }

  .secCompany .tablebox .addressBox:nth-child(n+2) {
    margin-top: 10px;
  }

  .secCompany .tablebox02 tr {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0px;
    display: flex;
  }

  .secCompany .tablebox02 th {
    display: block;
    padding-top: 17px;
    line-height: 1.538;
    width: 27.83%;
  }

  .secCompany .tablebox02 td {
    padding: 17px 0px 17px 0px;
    text-align: left;
    width: 72%;
    line-height: 1.538;
  }

  .secCompany .tablebox02 .addressTxt {
    font-size: 13px;
    position: relative;
    padding-left: 60px;
  }

  .secCompany .tablebox02 .month {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 0;
    width: 42px;
  }

  .secCompany .tablebox02 .monthTxt {
    padding-left: 0px;
  }

  .secCompany .tablebox02 .month:after {
    width: 13px;
    height: 13px;
    top: 2px;
    left: calc(100% - 49px);
    margin: auto;
    z-index: 10;
  }

  .secCompany .officeBox {
    display: block;
    align-items: center;
    padding-top: 15px;
  }

  .secCompany .officeImg {
    width: 41.74%;
  }

  .secCompany .officeTxt {
    font-size: 13px;
    line-height: 1.538;
    margin-top: 11px;
  }

  .secCompany .officeTxtBox {
    padding-left: 0px;
  }

  .secCompany .officeTit {
    font-size: 18px;
    padding: 4px 0 9px;
    letter-spacing: 0px;
  }

  .secCompany .officeBoxList:nth-child(n+2) {
    margin-top: 29px;
  }

  .secCompany .companyWrapper:nth-child(n+2) {
    margin-top: 52px;
  }

  .secCompany .contentsBox.box02 {
    padding-top: 44px;
  }

  .secCompany .contentsBox.box03 {
    padding-top: 22px;
  }

  .secCompany .contentsBox.box04 {
    padding-top: 51px;
  }

  .secCompany .contentsBox.box05 {
    padding-top: 47px;
  }

  .secCompany .philosophyImg {
    margin-top: 22px;
    padding-bottom: 4px;
  }

  .secCompany .companyWrapper.wrapper02 {
    padding-bottom: 3px;
  }

  .secCompany .companyWrapper.wrapper03 {
    padding-bottom: 7px;
  }

  .secCompany .tablebox02 .addressTxt:nth-child(n+2) {
    margin-top: 8px;
  }

  .secCompany .tablebox02 tr:last-child td {
    padding-bottom: 0;
  }

  .secCompany .companyWrapper.wrapper05 {
    margin-top: 57px;
  }

  .secCompany .tablebox,
  .secCompany .tablebox02 {
    width: 100%;
  }
}
.secCompany .snsList{
  display: flex;
  margin-top: 10px;
}
.secCompany .snsItem{
  background: #fff;
  border-radius: 50%;
  margin-right: 13px;
}
.secCompany .snsItem:last-child{
  margin-right: 0;
}
.secCompany .snsLink{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width:767px) {
  .secCompany .snsLink {
    width: 30px;
  }
  .secCompany .snsList {
    margin-top: 12px;
  }
}

/* 251208 */
.addressBox .linktit{
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  padding-bottom: 3px;
}
.addressBox .addressTxt.sub{
  margin-top: 31px;
}

.addressBox .linktit::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('pixel-icon.png'); /* ←あなたのアイコン画像 */
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}