@charset "UTF-8";
/*
	company
-----------------------------------------------------------------------------------------------*/
#wrapper {
  background: #fff;
}
.ctsArea__white {
  background: transparent;
}
.ctsArea__white-inner {
  margin-top: -255px;
}
.company {
  background: var(--bgbasebrown);
  border-radius: 32px;
  padding: 110px 20px;
  position: relative;
}
.company::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  right: 0;
  transform: translateX(-50%);
  width: 90%;
  z-index: 2;
}
.ctsArea__white::before {
  content: none;
}
[class^="company__logo"] {
  margin: 0 auto;
}
.company__logo01 {
  max-width: 303px;
}
.company__logo02 {
  max-width: 365px;
}
.lead__head {
  font-size: 1.8rem;
  margin: 35px 0;
  text-align: center;
  line-height: 1.8;
}
.sns__list {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 35px 0;
}
.tbl__item::before {
  content: "・";
}
[class*="tbl__base"] .tbl__line {
  border-bottom: 1px solid #dbd4c4;
}
.btnArea {
  margin-top: 65px;
}
@media screen and (max-width: 812px) {
  .ctsArea__white-inner {
    margin-top: -70px;
  }
  .company {
    border-radius: 22px;
    padding: 60px 20px;
  }
  .company::after {
    width: 80%;
  }
  .company__logo01 {
    max-width: 303px;
    width: 75%;
  }
  .company__logo02 {
    max-width: 365px;
    width: 80%;
  }
  .lead__head {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .txt__base02 {
    line-height: 1.4;
  }
  .tit__base04 {
    font-size: 1.7rem;
    margin: 13px 0;
  }
  .sns__list {
    gap: 15px;
    margin: 27px 0 20px;
  }
  .tbl__item {
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .tbl__item:last-child {
    margin-bottom: 0;
  }
  .btnArea {
    margin-top: 50px;
  }
  .base__btn-long {
    padding: 0 35px 0 20px;
  }
  .btn__long-txt {
    font-size: 1.6rem;
  }
}
