@charset "UTF-8";
/*------------------------------------------------------
  会社概要 about
-------------------------------------------------------*/
.secPhilosophy {
  margin-top: -0.75em;
}
@media screen and (min-width: 768px) {
  .secPhilosophy {
    margin-top: -0.875em;
  }
}
.secPhilosophy p {
  font-size: 112.5%;
}
@media screen and (min-width: 1200px) {
  .secPhilosophy p {
    font-size: 125%;
  }
}

@media screen and (min-width: 992px) {
  .secMsg__container {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .secMsg__container {
    max-width: 1000px;
  }
}
.secMsg__img img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .secMsg__img img {
    max-width: 100%;
    margin: 0;
  }
}
.secMsg__txtWrap {
  font-size: 87.5%;
}
.secMsg__txtWrap p {
  text-align: justify;
  line-height: 2;
}
.secMsg__txtWrap p + p {
  margin-top: 2em;
}
.secMsg__txtWrap p strong {
  font-size: 125%;
}
@media screen and (min-width: 768px) {
  .secMsg__txtWrap {
    padding: 0 1.5em 0 0;
    font-size: 81.25%;
  }
}
@media screen and (min-width: 992px) {
  .secMsg__txtWrap {
    padding: 0 1.5em;
    font-size: 87.5%;
  }
}
@media screen and (min-width: 1200px) {
  .secMsg__txtWrap {
    padding: 0 1.5em;
    font-size: 100%;
  }
}

.secHope__txtWrap {
  line-height: 1.8;
}
.secHope__txtWrap_ttl {
  font-size: 112.5%;
  font-weight: 600;
  line-height: 2;
}
.secHope__img img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .secHope__img img {
    max-width: 100%;
    margin: 0;
  }
}

.secHappy__txtWrap {
  line-height: 1.5;
}
.secHappy__txtWrap_list {
  padding-left: 30px;
  font-size: 87.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 1em;
}
.secHappy__txtWrap_ttl {
  margin-bottom: 0.5em;
  color: var(--main);
  font-size: 128.57%;
  font-weight: 700;
  position: relative;
}
.secHappy__txtWrap_ttl::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: var(--main);
  clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  display: block;
  position: absolute;
  top: 0.05em;
  left: -30px;
}
@media screen and (min-width: 768px) {
  .secHappy__txtWrap {
    display: flex;
    align-items: center;
  }
}
.secHappy__img_img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .secOverview__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.secOverview__table {
  width: 100%;
  border: 0;
}
.secOverview__table th, .secOverview__table td {
  padding: 1em 0.5em;
  border-color: var(--main);
  border-width: 0 0 1px 0;
  font-size: 80%;
  line-height: 1.8;
}
.secOverview__table th {
  color: var(--main);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .secOverview__table {
    width: auto;
  }
  .secOverview__table th, .secOverview__table td {
    font-size: 90%;
  }
}
@media screen and (min-width: 992px) {
  .secOverview__table th, .secOverview__table td {
    padding: 1.5em 1em;
    font-size: 100%;
  }
}

.secMap__txtWrap_info {
  font-size: 80%;
  display: grid;
  grid-template-columns: 7em auto;
  grid-gap: 0.5em 0;
}
.secMap__txtWrap_info dt i {
  color: var(--main);
}
@media screen and (min-width: 768px) {
  .secMap__txtWrap_info {
    font-size: 90%;
  }
}
@media screen and (min-width: 992px) {
  .secMap__txtWrap_info {
    font-size: 100%;
  }
}
.secMap__mapWrap {
  padding-top: 56.25%;
}

/*------------------------------------------------------
  採用情報 about/recruit
-------------------------------------------------------*/
.secIntro {
  margin-top: -0.75em;
}
@media screen and (min-width: 768px) {
  .secIntro {
    margin-top: -0.875em;
  }
}
.secIntro__txtWrap {
  text-align: center;
}
.secIntro__txtWrap p {
  line-height: 2;
}
.secIntro__txtWrap p + p {
  margin-top: 2em;
}

.secJob__container {
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .secJob__container {
    max-width: 650px;
  }
}
.secJob__txtWrap p .box {
  padding: 1em 2em;
  background-color: #fff;
  display: inline-block;
}
.secJob__subTtl {
  margin-bottom: 0.75em;
  color: var(--main);
  font-size: 112.5%;
  font-weight: 600;
}
.secJob__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 1em;
}
.secJob__list li {
  padding-left: 1.8em;
  font-size: 87.5%;
  position: relative;
}
.secJob__list li::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: var(--main);
  clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.secJob__list li .open {
  margin-left: -0.3em;
  letter-spacing: 0em;
  display: inline-block;
}
.secJob__list li .close {
  margin-right: -0.3em;
  letter-spacing: 0em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .secJob__list li .open, .secJob__list li .close {
    display: contents;
  }
}

.secApply__txtWrap p .box {
  padding: 1em 2em;
  background-color: #fff;
  line-height: 2;
  display: inline-block;
}
.secApply__btnWrap .moreBtn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .secApply__btnWrap .moreBtn {
    max-width: 400px;
  }
}