
#company .secMessage {
  padding: 79px 0 48px;
}
@media (max-width: 768px) {
  #company .secMessage {
    padding: 11vw 0 8vw;
  }
}
#company .secMessage__box {
  display: grid;
  grid-template-columns: 392px 1fr;
  gap: 0 68px;
}
@media (max-width: 768px) {
  #company .secMessage__box {
    grid-template-columns: 1fr;
    gap: 13.5vw 0;
  }
}
#company .secMessage__box:before {
  content: "";
  background: url(../img/common/grad-deco-01@2x.png) no-repeat center center/cover;
  width: 568px;
  height: 568px;
  display: block;
  position: absolute;
  right: -180px;
  top: -180px;
  z-index: -1;
}
@media (max-width: 768px) {
  #company .secMessage__box:before {
    width: 251px;
    height: 251px;
    right: -18vw;
    top: -19vw;
  }
}
#company .secMessage__heading {
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  #company .secMessage__heading {
    margin-bottom: 10.3vw;
  }
}
#company .secMessage__txtbox {
  order: 2;
  /*padding-top: 57px;*/
}
@media (max-width: 768px) {
  #company .secMessage__txtbox {
    order: 1;
    padding-top: 0;
  }
}
#company .secMessage__ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  #company .secMessage__ttl {
    font-size: 6.4vw;
    margin-bottom: 3vw;
  }
}
#company .secMessage__txt {
  line-height: 2.25;
}
#company .secMessage__imgWrap {
  order: 1;
}
@media (max-width: 768px) {
  #company .secMessage__imgWrap {
    order: 2;
    width: 67vw;
    margin: 0 auto;
  }
}
#company .secMessage__img {
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #company .secMessage__img {
    box-shadow: 3.5px 3.5px 7px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 768px) {
  #company .secMessage__img {
    margin-bottom: 3vw;
  }
}
#company .secMessage__name {
  font-weight: bold;
}
#company .secPhilosophy {
  padding: 100px 0 132px;
  position: relative;
}
@media (max-width: 768px) {
  #company .secPhilosophy {
    padding: 12vw 0 15vw;
  }
}
#company .secPhilosophy:before {
  content: "";
  background: url(../img/company/ph_bg@2x.png) no-repeat center center/cover;
  width: 1330px;
  height: 652px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 159px;
  z-index: 1;
}
@media (max-width: 768px) {
  #company .secPhilosophy:before {
    background: url(../img/company/ph_bg_sp@2x.png) no-repeat bottom right/cover;
    width: 82vw;
    height: 117vw;
    top: 40vw;
    left: -1.7vw;
    right: auto;
    margin: 0;
  }
}
#company .secPhilosophy .inner {
  max-width: 1243px;
}
#company .secPhilosophy__box {
  width: 1203px;
  background: url(../img/company/ph_frame@2x.png) no-repeat center center/100% 100%;
  padding: 138px 0 150px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  #company .secPhilosophy__box {
    width: 100%;
    background: url(../img/company/ph_frame_sp@2x.png) no-repeat center center/100% 100%;
    padding: 24vw 10vw 18vw;
  }
}
#company .secPhilosophy__box:after {
  content: "";
  background: url(../img/company/ph_logo@2x.png) no-repeat center center/cover;
  width: 375px;
  height: 282px;
  display: block;
  position: absolute;
  right: -120px;
  top: -96px;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  #company .secPhilosophy__box:after {
    background: url(../img/company/ph_logo_sp@2x.png) no-repeat center center/cover;
    width: 38.5vw;
    height: 29vw;
    right: -3.3vw;
    top: -12vw;
  }
}
#company .secPhilosophy__heading {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #company .secPhilosophy__heading {
    margin-bottom: 13.5vw;
  }
}
#company .secPhilosophy__catch {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  #company .secPhilosophy__catch {
    margin-bottom: 10.5vw;
  }
}
#company .secPhilosophy__txt {
  line-height: 2.25;
  font-weight: bold;
}
@media (max-width: 768px) {
  #company .secPhilosophy__txt {
    text-align: left;
  }
}
#company .secCompanyProfile {
  padding: 60px 0;
}
@media (max-width: 768px) {
  #company .secCompanyProfile {
    padding: 17.5vw 0 14vw;
  }
}
#company .secCompanyProfile__cont {
  display: grid;
  grid-template-columns: 197px 1fr;
  align-items: flex-start;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  #company .secCompanyProfile__cont {
    display: block;
    margin-bottom: 8.5vw;
  }
}
@media (max-width: 768px) {
  #company .secCompanyProfile__heading {
    text-align: center;
    margin-bottom: 5vw;
  }
  #company .secCompanyProfile__heading:before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#company .secCompanyProfile__dl {
  margin-top: -10px;
}
@media (max-width: 768px) {
  #company .secCompanyProfile__dl {
    margin: 0;
    font-size: 1.5rem;
  }
}
#company .secCompanyProfile__dl .row {
  display: flex;
  padding: 14px 0;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
}
@media (max-width: 768px) {
  #company .secCompanyProfile__dl .row {
    display: block;
    padding: 3vw 0;
  }
}
#company .secCompanyProfile__dl .row:before {
  content: "";
  background: #b69458;
  width: 183px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media (max-width: 768px) {
  #company .secCompanyProfile__dl .row:before {
    content: none;
  }
}
#company .secCompanyProfile__dl .row dt {
  width: 183px;
  font-weight: bold;
  color: #b69458;
  line-height: 2.25;
  padding-left: 46px;
}
@media (max-width: 768px) {
  #company .secCompanyProfile__dl .row dt {
    width: 100%;
    /*font-size: 3.8vw;*/
    padding-left: 0;
    line-height: 2;
  }
}
#company .secCompanyProfile__dl .row dd {
  flex: 1;
  padding-left: 62px;
  line-height: 2.25;
}
@media (max-width: 768px) {
  #company .secCompanyProfile__dl .row dd {
    padding-left: 0;
    /*font-size: 3.8vw;*/
  }
}
#company .secCompanyProfile__dl .row li {
  line-height: 2.25;
}
@media (max-width: 768px) {
  #company .secCompanyProfile__dl .row li {
    /*font-size: 3.8vw;*/
  }
}
#company .secCompanyProfile__access {
  display: flex;
}
@media (max-width: 768px) {
  #company .secCompanyProfile__access {
    display: block;
  }
}
#company .secCompanyProfile__access .access__head {
  width: 197px;
}
@media (max-width: 768px) {
  #company .secCompanyProfile__access .access__head {
    width: 100%;
  }
}
#company .secCompanyProfile__access .access__ttl {
  font-size: 22px;
  font-weight: bold;
  color: #b69458;
}
@media (max-width: 768px) {
  #company .secCompanyProfile__access .access__ttl {
    font-size: 4.4vw;
    margin-bottom: 4.5vw;
  }
}
#company .secCompanyProfile__access .access__map {
  flex: 1;
  margin-bottom: 50px;
}
#company .secCompanyProfile__access .access__map span{
  font-weight: bold;
  font-size:15px;
}

#company .secCompanyProfile__access .access__map iframe {
  width: 100%;
  height: 280px;
}
@media (max-width: 768px) {
  #company .secCompanyProfile__access .access__map iframe {
    height: 67vw;
  }
}
#company .secCompanyProfile__access .access__txt {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 0 32px;
  align-items: center;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  #company .secCompanyProfile__access .access__txt {
    align-items: flex-start;
    gap: 0 1.8em;
    line-height: 1.55;
    margin-bottom: 7vw;
  }
}
#company .secCompanyProfile__access .access__office {
  font-weight: bold;
}
#company .secHistory {
  padding: 123px 0 145px;
}
@media (max-width: 768px) {
  #company .secHistory {
    padding: 15vw 0 13vw;
  }
}
#company .secHistory__heading {
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  #company .secHistory__heading {
    margin-bottom: 8vw;
  }
}
#company .secHistory__dl {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 34px;
  transform: translateX(43px);
}
@media (max-width: 768px) {
  #company .secHistory__dl {
    transform: translateX(0);
    padding-left: 5vw;
    padding-bottom: 4vw;
    font-size: 1.5rem;
  }
}
#company .secHistory__dl:before {
  content: "";
  background: #b69458;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 130px;
  top: 18px;
}
@media (max-width: 768px) {
  #company .secHistory__dl:before {
    left: 1vw;
    top: 2.6vw;
  }
}
#company .secHistory__dl .row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0 65px;
}
@media (max-width: 768px) {
  #company .secHistory__dl .row {
    grid-template-columns: 1fr;
    gap: 0.5vw 0;
  }
}
#company .secHistory__dl .row:not(:last-child) {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  #company .secHistory__dl .row:not(:last-child) {
    margin-bottom: 4vw;
  }
}
#company .secHistory__dl dt {
  text-align: right;
  color: #b69458;
  font-weight: bold;
  line-height: 2.25;
  position: relative;
}
@media (max-width: 768px) {
  #company .secHistory__dl dt {
    text-align: left;
    line-height: 1.55;
    /*font-size: 3.8vw;*/
  }
}
#company .secHistory__dl dt:before {
  content: "";
  background: #b69458;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: -36px;
  top: 14px;
}
@media (max-width: 768px) {
  #company .secHistory__dl dt:before {
    top: 2vw;
    right: auto;
    left: -5vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
#company .secHistory__dl dd {
  flex: 1;
  line-height: 2.25;
}
@media (max-width: 768px) {
  #company .secHistory__dl dd {
    line-height: 1.55;
    /*font-size: 3.8vw;*/
  }
}
#company .secHistory__dl dd a {
  color: #299f3b;
  font-weight: bold;
  text-decoration: underline;
}
