@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.secAboutCorp {
  position: relative;
}

.secAboutCorp__accent--01 {
  position: absolute;
  width: 56.3rem;
  right: -21.6rem;
  top: -9.7rem;
  animation: fluffy 4s infinite;
  animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1); /* ゆるやか */
}
@media screen and (max-width: 750px) {
  .secAboutCorp__accent--01 {
    width: 37.8rem;
    right: -32.9rem;
    top: -11.6rem;
  }
}

.secAboutCorp__accent--02 {
  position: absolute;
  width: 48rem;
  left: -19.7rem;
  top: 35.8rem;
  animation: fluffy 6s infinite;
  animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1); /* ゆるやか */
  animation-direction: reverse;
}
@media screen and (max-width: 750px) {
  .secAboutCorp__accent--02 {
    width: 21.4rem;
    left: -12.4rem;
    top: 14rem;
  }
}

.secAboutCorp__accent--03 {
  position: absolute;
  width: 38.4rem;
  right: -20.5rem;
  top: 77.5rem;
  animation: fluffy 10s infinite;
  animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1); /* ゆるやか */
}
@media screen and (max-width: 750px) {
  .secAboutCorp__accent--03 {
    width: 24rem;
    right: -10rem;
    top: 61.9rem;
  }
}

@keyframes fluffy {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-4rem, -2rem); /* 高さを抑えて横に進む */
  }
  66% {
    transform: translate(-4rem, 2rem); /* ここで頂点 */
  }
}
.secAboutCorp__inner {
  padding-top: 6.6rem;
  padding-bottom: 7.7rem;
  max-width: 127.8rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .secAboutCorp__inner {
    padding-top: 4.2rem;
    padding-bottom: 5rem;
  }
}

.titleSec {
  display: flex;
  flex-direction: column;
}

.titleSec--large {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  line-height: 1.34375;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .titleSec--large {
    font-size: 2.5rem;
    line-height: 1.12;
  }
}

.titleSec--small {
  margin-top: -0.4rem;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .titleSec--small {
    margin-top: 0.2rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.secAboutCorp__img {
  margin-top: 4rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .secAboutCorp__img {
    margin-top: 3.5rem;
  }
}

.secAboutCorp__box {
  margin-top: 4rem;
}

.secAboutCorp__boxTitle {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.secAboutCorp__boxTitle--large {
  font-family: "Roboto", sans-serif;
  font-size: 6.4rem;
  line-height: 1.3125;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .secAboutCorp__boxTitle--large {
    font-size: 4rem;
    line-height: 1.25;
    text-align: left;
  }
}

.secAboutCorp__boxTitle--02 {
  margin-left: 0.8rem;
}

.secAboutCorp__boxTitle--03 {
  margin-left: 3.3rem;
}
@media screen and (max-width: 750px) {
  .secAboutCorp__boxTitle--03 {
    margin-left: 0;
  }
}

.secAboutCorp__boxTitle--04 {
  margin-left: 0.8rem;
}

.secAboutCorp__boxTitle--small {
  margin-top: -0.8rem;
  font-size: 2.8rem;
  line-height: 1.1071428571;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .secAboutCorp__boxTitle--small {
    margin-top: 0.3rem;
    font-size: 2.4rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.secAboutCorp__lead {
  margin-top: 4.4rem;
  font-size: 1.8rem;
  line-height: 2.1666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #DE0D22;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .secAboutCorp__lead {
    margin: 2rem auto 0;
    font-size: 1.4rem;
    line-height: 2.2142857143;
    max-width: 28.5rem;
  }
}

.secAboutCompany {
  background-color: #F1EDED;
  position: relative;
  z-index: 10;
}

.secAboutCompany__inner {
  padding-top: 10rem;
  padding-bottom: 10rem;
  max-width: 127.8rem;
}
@media screen and (max-width: 750px) {
  .secAboutCompany__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.columnAboutCompany {
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .columnAboutCompany {
    flex-direction: column;
  }
}

.columnAboutCompany__item:nth-child(2) {
  flex-shrink: 0;
}

.secAboutCompany__table {
  width: 70rem;
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
@media screen and (max-width: 750px) {
  .secAboutCompany__table {
    margin-top: 1rem;
    width: 100%;
  }
}

.tableAboutCompany {
  width: 100%;
}

.tableAboutCompany__tr {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.1rem solid #FFFFFF;
  display: flex;
}
@media screen and (max-width: 750px) {
  .tableAboutCompany__tr:last-child {
    border-bottom: none;
  }
}

.tableAboutCompany__th {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #DE0D22;
  min-width: 20.5rem;
}
@media screen and (max-width: 750px) {
  .tableAboutCompany__th {
    min-width: 11rem;
    padding-left: 2.5rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.tableAboutCompany__td {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .tableAboutCompany__td {
    padding-right: 2.5rem;
  }
}

.secAboutAccess__inner {
  padding-top: 7.5rem;
  padding-bottom: 6.5rem;
  max-width: 127.8rem;
}
@media screen and (max-width: 750px) {
  .secAboutAccess__inner {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}

.secAboutAccess__lead {
  max-width: 100rem;
  margin: 5rem auto 0;
  display: flex;
}
@media screen and (max-width: 750px) {
  .secAboutAccess__lead {
    max-width: 28.5rem;
    margin: 3rem auto 0;
    flex-direction: column;
    gap: 0.5rem 0;
  }
}

.secAboutAccess__lead--title {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-right: 0.8rem;
  border-right: 0.1rem solid #ADADAD;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .secAboutAccess__lead--title {
    padding-left: 0.8rem;
    border-right: none;
    border-left: 0.2rem solid #231815;
  }
}

.secAboutAccess__lead--text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-left: 1rem;
}
@media screen and (max-width: 750px) {
  .secAboutAccess__lead--text {
    padding-left: 0;
  }
}

.secAboutAccess__map {
  max-width: 100rem;
  margin: 1.5rem auto 0;
  height: 45rem;
}
@media screen and (max-width: 750px) {
  .secAboutAccess__map {
    max-width: 28.5rem;
    margin: 1rem auto 0;
    height: 26.5rem;
  }
}

.secAboutAccess__scrollText {
  margin-top: 10rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
  .secAboutAccess__scrollText {
    margin-top: 3rem;
    margin-bottom: -1.5rem;
  }
}