@charset "UTF-8";

/* -----------------------
linksec
----------------------- */
.pagelink {
  border: 1px solid #181818;
  display: flex;
}
.pagelink li {
  background: #fff;
  width: calc(100% / 4);
}
.pagelink li:not(:last-child) {
  border-right: 1px solid #181818;
}
.pagelink li a {
  color: #181818;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  padding: 1rem 2rem;
  text-align: center;
}
.pagelink li i {
  color: #60AC88;
  display: inline-block;
  margin-left: .5rem;
}
@media screen and (max-width: 1180px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 820px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 767px) {
  .sec.linksec {
    padding-bottom: 0;
  }
  .pagelink {
    border: 1px solid #181818;
    flex-wrap: wrap;
  }
  .pagelink li {
    width: calc(100% / 2);
  }
  .pagelink li:not(:last-child) {
    border-right: 0;
  }
  .pagelink li:nth-child(1),
  .pagelink li:nth-child(2) {
    border-bottom: 1px solid #181818;
  }
  .pagelink li:nth-child(1),
  .pagelink li:nth-child(3) {
    border-right: 1px solid #181818;
  }
  .pagelink li a {
    font-size: 1.6rem;
  }
}

/* -----------------------
company-greeting-sec
----------------------- */
.company-greeting-eles .flex {
  align-items: center;
  gap: 4rem;
}
.company-greeting-eles .flex-img-wrap {
  position: relative;
  width: 45%;
}
.company-greeting-eles .flex-img-wrap::before {
  background: #60AC88;
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.company-greeting-eles .flex-ele-wrap {
  width: 55%;
}
.company-greeting-eles .flex-ele-wrap p {
  color: #181818;
}
.company-greeting-eles .flex-ele-wrap .sign {
  margin-top: 5rem;
  text-align: right;
}
.company-greeting-eles .flex-ele-wrap .sign span {
  color: #181818;
  display: block;
  font-family: serif;
  line-height: 1;
}
.company-greeting-eles .flex-ele-wrap .sign .txt1 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.company-greeting-eles .flex-ele-wrap .sign .txt2 {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 1180px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 820px) {
  .company-greeting-eles .flex-img-wrap {
    margin: 0 auto;
    width: 40%;
  }
  .company-greeting-eles .flex-ele-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 767px) {
  .company-greeting-eles .flex-img-wrap {
    width: 70%;
  }
  .company-greeting-eles .flex-ele-wrap .sign {
    margin-top: 2rem;
  }
  .company-greeting-eles .flex-ele-wrap .sign .txt2 {
    font-size: 2.5rem;
  }
}

/* -----------------------
company-philosophy-sec
----------------------- */
.company-philosophy-sec {
  background: url(../../images/page/company/bg_philosophy.webp) no-repeat center / cover;
}
.company-philosophy-sec::before {
  background: rgba(0,0,0,.6);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.company-philosophy-eles .txtbox {
  position: relative;
}
.company-philosophy-eles .txtbox .txt1 {
  border-bottom: 1px solid #fff;
  font-size: 5rem;
  font-family: serif;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2rem;
}
.company-philosophy-eles .txtbox .txt2 {
  text-align: center;
}
@media screen and (max-width: 1180px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 820px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 767px) {
  .company-philosophy-eles .txtbox .txt1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}

/* -----------------------
company-summary-sec
----------------------- */
.summarybox dl {
  border: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.summarybox dt,
.summarybox dd {
  border-bottom: 1px solid #fff;
  padding: 2rem;
}
.summarybox dt {
  background: #333;
  width: 200px;
}
.summarybox dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1180px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 820px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 767px) {
  .summarybox dt,
  .summarybox dd {
    padding: 1rem;
  }
  .summarybox dt {
    width: 100%;
  }
  .summarybox dd {
    width: 100%;
  }
}

/* -----------------------
company-access-sec
----------------------- */
.company-access-eles .map iframe {
  aspect-ratio: 2/.8;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1180px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 820px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 767px) {
  .company-access-eles .map iframe {
    aspect-ratio: 2/1.5;
  }
}