.object-fit-cover,
.object-fit-cover-pc {
  position: relative;
}

.object-fit-cover img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .object-fit-cover-pc {
    position: relative;
  }

  .object-fit-cover-pc img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .object-fit-cover-sp {
    position: relative;
  }

  .object-fit-cover-sp img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}

section {
  text-align: justify;
}

i {
  font-style: normal !important;
  position: relative;
}

small {
  font-style: normal !important;
}

.open-box {
  background: url("../img/aboutus/openning.jpg") no-repeat center/cover;
}

.open-box dl {
  text-align: center;
}

.open-box dl dt {
  background: url(../img/concept/line.png) no-repeat center bottom;
  padding-bottom: 10px;
  font-size: 15px;
  margin-bottom: 10px;
}

.open-box dl dt span {
  font-size: 17px;
}

.open-box dl dt span i {
  font-size: 17px;
}

.open-box dl dd {
  font-size: 6vw;
  margin-top: -10px;
}

@media screen and (min-width: 768px) {
  .open-box dl dd {
    font-size: 28px;
  }
}

#key-visual .photo {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

#key-visual .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #key-visual .photo img {
    left: 35%;
    width: 137%;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes move {
  0% {
    transform: translate3d(0%, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@media screen and (min-width: 768px) {
  section {
    font-size: 16px;
    line-height: 37px;
  }
}

.h-tit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 6px;
}

.tit-ani {
  white-space: nowrap;
  display: flex;
  position: relative;
  /* animation: move 24s linear infinite; */
  border-top: 1px solid #4e443a;
}

.tit-ani span {
  letter-spacing: 0.03em;
  font-size: 10vw;
  line-height: 1.2;
  color: #3c3730;
  padding-right: 3vw;
  display: block;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .tit-ani span {
    font-size: 90px;
    line-height: 1;
  }
}

.img-loop {
  position: relative;
  width: 30%;
}

.img-loop:before {
  background-image: url("../img/aboutus/scroll.png");
  background-size: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  animation: rotate 15s linear infinite;
}

@media screen and (min-width: 768px) {
  .img-loop {
    width: 196px;
  }
}

.slick-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  z-index: 1;
  width: 8px;
  align-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  opacity: 0.5;
}

.sec-bg {
  background: url("../img/shared/bg.jpg") repeat center 0;
}

#sec1 {
  padding: 15vw 0px 35vw;
  position: relative;
}

#sec1 .img-loop {
  position: absolute;
  z-index: 2;
  bottom: -5vw;
  left: 50%;
  transform: translateX(-50%);
}

#sec1 h2 {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 5vw;
  letter-spacing: 0em;
  text-align: left;
  white-space: nowrap;
}

#sec1 h2 span {
  font-size: 16px;
  display: inline-block;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 900px 20px 240px;
  }

  #sec1 .img-loop {
    bottom: -34px;
  }

  #sec1 .wrap {
    max-width: 822px;
  }

  #sec1 h2 {
    font-size: 27px;
    line-height: 52px;
    padding-bottom: 46px;
    letter-spacing: 0.21em;
  }

  #sec1 h2 span {
    font-size: 22px;
    letter-spacing: 0.21em;
    padding-bottom: 10px;
  }
}

#sec2 {
  padding: 15vw 0 0;
  background-color: #ccc;
  background: url("../img/aboutus/sec2_bg.jpg") no-repeat center 0;
}

#sec2 .staff {
  padding-bottom: 15vw;
}

#sec2 .staff h2 {
  margin: 0 -5vw 10vw;
  position: relative;
  overflow: hidden;
}

#sec2 .staff h2:before {
  content: '';
  position: absolute;
  left: 8.3%;
  right: 8.3%;
  top: 0px;
  border-top: 3px solid #4e443a;
}

#sec2 .staff .js-fade {
  width: 85%;
  margin: 0 auto -40px;
}

#sec2 .staff .info {
  position: relative;
  z-index: 4;
}

#sec2 .staff .info h3 {
  font-size: 22px;
  padding-bottom: 10px;
  letter-spacing: 0.21em;
}

#sec2 .staff .info h3 span {
  font-size: 17px;
  letter-spacing: 0.21em;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 117px 20px 50px;
    background-position: center 417px;
  }

  #sec2 .wrap {
    max-width: 1200px;
  }

  #sec2 .staff {
    padding-bottom: 90px;
  }

  #sec2 .staff h2 {
    margin: 0 0 72px;
    height: 103px;
  }

  #sec2 .staff .js-fade {
    width: 594px;
    margin: 0 auto -95px;
  }

  #sec2 .staff .info {
    max-width: 690px;
    margin: 0 auto;
  }

  #sec2 .staff .info h3 {
    font-size: 25px;
    padding-bottom: 17px;
  }

  #sec2 .staff .info h3 span {
    font-size: 17px;
  }
}

#sec3 {
  position: relative;
}

#sec3 .img-object {
  height: 65vw;
}

#sec3 h2 {
  position: absolute;
  left: 50%;
  top: -31vw;
  z-index: 1;
  transform: translateX(-50%);
  color: #f6efe8;
  font-size: 24px;
  letter-spacing: 0.21em;
  display: flex;
}

#sec3 h2 i {
  margin-top: 20px;
  color: #a48d75;
  font-size: 12px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
}

#sec3 h2 i:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  z-index: -1;
  border-left: 1px solid #78736f;
}

#sec3 h2 i span {
  background: url("../img/aboutus/bg1.jpg") repeat center 0;
  padding: 5px 0;
}

#sec3 h2 i span:nth-child(1) {
  margin-bottom: 100px;
}

#sec3 .lead {
  position: relative;
  z-index: 1;
  padding: 1px 0 5vw;
}

#sec3 .lead:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  right: 5%;
  background: url("../img/aboutus/bg1.jpg") repeat center 0;
}

#sec3 .photo1 {
  justify-content: space-between;
  margin: -10vw 0 10vw;
  position: relative;
  z-index: 1;
}

#sec3 .photo1 li {
  width: 42%;
}

#sec3 .photo1 li:nth-child(2) {
  margin-top: 18vw;
}

#sec3 .photo2 {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

#sec3 .photo2 li {
  width: 30%;
}

#sec3 .photo2 li:first-child {
  width: 44%;
  margin-top: -13vw;
}

#sec3 .photo3 {
  justify-content: space-between;
}

#sec3 .photo3 li {
  width: 42%;
  margin-top: 10vw;
}

#sec3 .photo3 li:first-child {
  width: 36%;
  margin-top: 0;
}

#sec3 .info {
  padding: 5vw 10%;
}

#sec3 .info h3 {
  font-size: 20px;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #sec3 .img-object {
    height: 635px;
  }

  #sec3 h2 {
    top: -474px;
    font-size: 30px;
  }

  #sec3 h2 i {
    margin-top: 34px;
    font-size: 14px;
  }

  #sec3 h2 i span {
    padding: 5px 0;
  }

  #sec3 h2 i span:nth-child(1) {
    margin-bottom: 194px;
  }

  #sec3 .lead {
    padding: 1px 0 20px;
    min-height: 1107px;
  }

  #sec3 .lead:before {
    left: calc(50% - 442px);
    bottom: 0;
    right: calc(50% - 442px);
  }

  #sec3 .photo1 {
    margin: 0;
    position: absolute;
    width: 100%;
    max-width: 1160px;
    top: -160px;
    left: 50%;
    transform: translate(-50%);
  }

  #sec3 .photo1 li {
    max-width: 352px;
    width: 31%;
    margin: 77px 0 0 7%;
  }

  #sec3 .photo1 li:nth-child(2) {
    width: 34%;
    max-width: 392px;
    margin-top: 0;
  }

  #sec3 .photo2 {
    max-width: 1371px;
    position: absolute;
    z-index: 1;
    top: 173px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  #sec3 .photo2 li {
    width: 29%;
    margin-top: -0;
    max-width: 378px;
    height: 336px;
  }

  #sec3 .photo2 li:first-child {
    width: 28%;
    margin-top: 76px;
    max-width: 378px;
    height: 336px;
  }

  #sec3 .photo3 {
    max-width: 953px;
    position: absolute;
    top: 688px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  #sec3 .photo3 li {
    width: 38%;
    margin-top: 44px;
    max-width: 357px;
  }

  #sec3 .photo3 li:first-child {
    width: 46%;
    margin-top: 0;
    max-width: 430px;
  }

  #sec3 .info {
    padding: 239px 0 20px;
    position: relative;
    z-index: 9;
  }

  #sec3 .info h3 {
    font-size: 26px;
    padding-bottom: 27px;
    letter-spacing: 0.21em;
  }

  #sec3 .info .txt {
    max-width: 435px;
    margin: 0 auto;
  }
}

#sec4 {
  position: relative;
  padding: 15vw 0;
  background: url("../img/aboutus/sec4_deco.jpg") no-repeat center 0/100%;
}

#sec4 h2 {
  font-size: 24px;
  line-height: 1.6;
  padding-bottom: 15px;
  letter-spacing: 0.21em;
}

#sec4 .group {
  flex-wrap: wrap;
  padding: 10vw 0;
  gap: 5vw;
  position: relative;
  z-index: 1;
}

#sec4 .info {
  width: 100%;
}

#sec4 .info h3 {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.21em;
  padding-bottom: 15px;
}

#sec4 .info h3 span {
  font-size: 20px;
  letter-spacing: 0.21em;
}

#sec4 .info:not(:last-child) {
  border-bottom: 1px solid #665a4e;
  padding-bottom: 30px;
}

#sec4 .js-full {
  pointer-events: none;
}

#sec4 .js-full li {
  padding-right: 5vw;
  box-sizing: border-box;
}

#sec4 .js-full img.pad1 {
  margin-top: 15vw;
}

#sec4 .js-full img.pad0 {
  margin-top: 10vw;
}

#sec4 .js-full img.pad2 {
  margin-top: 5vw;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 166px 0 172px;
    background-size: auto;
  }

  #sec4 h2 {
    font-size: 30px;
    padding-bottom: 25px;
  }

  #sec4 .note {
    text-align: center;
  }

  #sec4 .group {
    flex-wrap: wrap;
    padding: 0px 33px;
    gap: 0;
    justify-content: space-between;
    margin: 101px 0 -16px;
    position: relative;
    z-index: 1;
  }

  #sec4 .group:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #665a4e;
  }

  #sec4 .group:after {
    background: url("../img/shared/bg.jpg") repeat 0 0;
    opacity: 0.75;
    content: '';
    position: absolute;
    top: -47px;
    left: -10px;
    right: -10px;
    bottom: -47px;
    z-index: -1;
  }

  #sec4 .info {
    width: 413px;
  }

  #sec4 .info h3 {
    font-size: 17px;
    padding-bottom: 15px;
  }

  #sec4 .info h3 span {
    font-size: 23px;
    letter-spacing: 0.21em;
  }

  #sec4 .info:not(:last-child) {
    padding: 0;
    border: none;
  }

  #sec4 .js-full {
    pointer-events: none;
  }

  #sec4 .js-full li {
    padding-right: 30px;
  }

  #sec4 .js-full img.pad1 {
    margin: 190px 20px 0 37px;
  }

  #sec4 .js-full img.pad2 {
    margin-top: 85px;
  }

  #sec4 .js-full img.pad0 {
    margin-top: 65px;
  }
}

#sec5 {
  background: url("../img/aboutus/sec5_bg.jpg") no-repeat 52% center/cover;
  padding: 15vw 0;
}

#sec5 h2 {
  letter-spacing: 0.21em;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}

#sec5 h2 span {
  font-size: 28px;
  color: #a38c73;
  letter-spacing: 0.03em;
  display: block;
  position: relative;
}

#sec5 h2 span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #a38c73;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 125px 0 120px;
  }

  #sec5 .wrap {
    max-width: 700px;
  }

  #sec5 h2 {
    overflow: hidden;
    font-size: 30px;
    margin-bottom: 33px;
  }

  #sec5 h2:before {
    right: -1000px;
  }

  #sec5 h2 span {
    display: inline;
    font-size: 36px;
  }
}

#sec6 {
  background: url("../img/aboutus/sec6_bg.jpg") no-repeat center 0/200%;
  position: relative;
  padding: 15vw 0;
}

#sec6 .tit-ani {
  border: none;
}

#sec6 .tit-ani span {
  font-weight: 400;
}

#sec6 .h-tit {
  padding-bottom: 10vw;
}

#sec6 h3 {
  font-size: 24px;
  letter-spacing: 0.21em;
  padding-bottom: 20px;
}

#sec6 .tbl-info {
  padding: 5vw 0 10vw;
}

#sec6 .tbl-info dl {
  border-bottom: 1px solid #5f5449;
  padding: 6px 0;
  display: table;
  width: 100%;
}

#sec6 .tbl-info dl dt,
#sec6 .tbl-info dl dd {
  display: table-cell;
  box-sizing: border-box;
}

#sec6 .tbl-info dl dt {
  width: 100px;
}

#sec6 .recruit {
  background: url("../img/aboutus/bg2.jpg") repeat 0 0;
  padding: 10vw 5%;
}

#sec6 .recruit h3 {
  color: #3e3932;
  font-size: 28px;
  letter-spacing: 0.03em;
}

#sec6 .recruit .contact {
  width: 90%;
  margin: 30px auto 0;
  background: url("../img/aboutus/bg2.jpg") repeat center 0;
  padding: 5vw 0%;
  border-top: 1px solid #cbc4bc;
  border-bottom: 1px solid #cbc4bc;
  color: #f6efe8;
  font-size: 14px;
  box-sizing: border-box;
}

#sec6 .recruit .contact dd {
  font-size: 13px;
  padding: 0 10px;
}

#sec6 .recruit .contact .num {
  font-size: 22px;
  letter-spacing: 0.17em;
  color: #fff;
  position: relative;
}

#sec6 .recruit .contact .num:before {
  content: '';
  background: url("../img/aboutus/tel.png") no-repeat 0 0/100%;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

#sec6 .recruit .contact .note {
  color: #ccbaa4;
  font-size: 12px;
  display: inline-block;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding: 146px 0 169px;
  }

  #sec6 .h-tit {
    padding-bottom: 60px;
  }

  #sec6 h3 {
    font-size: 30px;
    padding-bottom: 44px;
  }

  #sec6 .tbl-info {
    padding: 23px 0 77px;
    max-width: 608px;
    margin: 0 auto;
  }

  #sec6 .tbl-info dl dt {
    width: 133px;
    padding-left: 15px;
  }

  #sec6 .recruit {
    padding: 56px 0% 60px;
    max-width: 840px;
    margin: 0 auto;
    box-sizing: border-box;
    line-height: 37px;
    text-align: center;
  }

  #sec6 .recruit h3 {
    font-size: 35px;
    padding-bottom: 28px;
  }

  #sec6 .recruit .contact {
    width: 90%;
    max-width: 435px;
    margin: 38px auto 0;
    padding: 14px 0 22px;
    font-size: 18px;
    line-height: 37px;
  }

  #sec6 .recruit .contact dd {
    font-size: 16px;
    padding: 7px 0 0;
    line-height: 22px;
  }

  #sec6 .recruit .contact .num {
    font-size: 27px;
    padding: 0 0 15px 9px;
    display: inline-block;
  }

  #sec6 .recruit .contact .num:before {
    width: 23px;
    height: 22px;
    margin-right: 5px;
    top: 2px;
  }

  #sec6 .recruit .contact .note {
    font-size: 13px;
  }
}