@charset "UTF-8";
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/******************************************
	下層共通　#contentWrap内
******************************************/
#contentWrap {
  background-color: #E7EDE9;
  overflow: hidden;
}
#contentWrap #mv {
  background-image: url(../img/us/mv.webp);
  background-position: 67% 85%;
  background-size: 197%;
}
@media (min-width: 768px) {
  #contentWrap #mv {
    background-position: 100% 39%;
    background-size: cover;
  }
}
#contentWrap #mv #mvTitle_en {
  top: 93%;
}
#contentWrap #mv #mvTitle_en img {
  width: 64.4%;
  max-width: 250px;
}
@media (min-width: 768px) {
  #contentWrap #mv #mvTitle_en img {
    width: auto;
    max-width: unset;
  }
}
#contentWrap #intro {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  #contentWrap #intro {
    padding-bottom: 96px;
  }
}
#contentWrap #intro .contentTitle {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #contentWrap #intro .contentTitle {
    margin-bottom: 57px;
  }
}

#us .informationCotainer {
  position: relative;
  width: 100%;
  padding-bottom: 125px;
}
@media (min-width: 768px) {
  #us .informationCotainer {
    padding-bottom: 306px;
  }
}
#us .informationCotainer .textBlock {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 768px) {
  #us .informationCotainer .textBlock {
    padding: 0 20px;
  }
}
@media (min-width: 1920px) {
  #us .informationCotainer .textBlock {
    padding: 0;
  }
}
#us .informationCotainer .textBlock p {
  font-size: 18px;
  line-height: 2.5;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  #us .informationCotainer .textBlock p {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  #us .informationCotainer .textBlock > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
}
#us .informationCotainer .textBlock > div .imageArea {
  position: relative;
}
#us .informationCotainer .textBlock > div.first {
  position: relative;
  padding-bottom: 255px;
}
@media (min-width: 768px) {
  #us .informationCotainer .textBlock > div.first {
    padding-bottom: 533px;
  }
}
#us .informationCotainer .textBlock > div.first p {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  #us .informationCotainer .textBlock > div.first p {
    max-width: 513px;
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  #us .informationCotainer .textBlock > div.first p {
    max-width: 644px;
  }
}
#us .informationCotainer .textBlock > div.first .imageArea {
  width: 36%;
  min-width: 119px;
  max-width: 264px;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: opacity 4.8s ease;
  transition: opacity 4.8s ease;
}
@media (min-width: 768px) {
  #us .informationCotainer .textBlock > div.first .imageArea {
    position: absolute;
    top: 24.5px;
    right: 0;
    content: "";
    width: 21%;
    margin-left: unset;
  }
}
@media (min-width: 1920px) {
  #us .informationCotainer .textBlock > div.first .imageArea {
    top: 36px;
    right: -96px;
    width: 264px;
  }
}
#us .informationCotainer .textBlock > div.first .imageArea img {
  width: 100%;
}
#us .informationCotainer .textBlock > div.second {
  padding-bottom: 200px;
}
@media (min-width: 768px) {
  #us .informationCotainer .textBlock > div.second {
    padding-bottom: 208px;
  }
}
@media (min-width: 768px) {
  #us .informationCotainer .textBlock > div.second p {
    max-width: 500px;
  }
}
@media (min-width: 1000px) {
  #us .informationCotainer .textBlock > div.second p {
    max-width: 585px;
    padding-top: 14px;
  }
}
#us .informationCotainer .textBlock > div.second .logoArea {
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  #us .informationCotainer .textBlock > div.second .logoArea {
    margin-bottom: 0;
  }
}
#us .informationCotainer .textBlock > div.second .logoArea img {
  width: 73%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  #us .informationCotainer .textBlock > div.second .logoArea img {
    width: 100%;
    max-width: 320px;
  }
}
#us .informationCotainer .textBlock > div.third {
  position: relative;
}
#us .informationCotainer .textBlock > div.third p {
  margin-bottom: 54px;
}
@media (min-width: 768px) {
  #us .informationCotainer .textBlock > div.third p {
    max-width: 400px;
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  #us .informationCotainer .textBlock > div.third p {
    max-width: 500px;
  }
}
@media (min-width: 1920px) {
  #us .informationCotainer .textBlock > div.third p {
    max-width: 636px;
  }
}
#us .informationCotainer .textBlock > div.third .imageArea {
  width: 62%;
  max-width: 240px;
  margin-right: -10px;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: opacity 4.8s ease;
  transition: opacity 4.8s ease;
}
@media (min-width: 768px) {
  #us .informationCotainer .textBlock > div.third .imageArea {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    max-width: 316px;
    margin-left: unset;
    margin-right: unset;
  }
}
@media (min-width: 1920px) {
  #us .informationCotainer .textBlock > div.third .imageArea {
    top: -40px;
    right: -18.8%;
    bottom: 0;
    width: 388px;
    max-width: unset;
  }
}
#us .informationCotainer .textBlock > div.third .imageArea img {
  width: 100%;
}
#us .informationCotainer > .imageArea {
  position: absolute;
  z-index: 1;
  content: "";
  top: 518px;
  left: 0;
  width: 64%;
  max-width: 300px;
  opacity: 0;
  -webkit-transition: opacity 4.8s ease;
  transition: opacity 4.8s ease;
}
@media (min-width: 768px) {
  #us .informationCotainer > .imageArea {
    top: 434px;
    width: 100%;
    max-width: 528px;
  }
}
#us .informationCotainer > .imageArea img {
  width: 100%;
}
#us .informationCotainer .infoLineBlock1 {
  position: absolute;
  content: "";
  top: 476px;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #us .informationCotainer .infoLineBlock1 {
    top: -63px;
  }
}
#us .informationCotainer .infoLineBlock1 svg {
  width: 100%;
}
#us .informationCotainer .infoLineBlock1 svg path#whiteLine1.draw {
  stroke: #ffffff;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  -webkit-animation: draw 15s forwards;
          animation: draw 15s forwards;
}
#us .informationCotainer .infoLineBlock1 svg path#whiteLine_sp1.draw {
  stroke: #ffffff;
  stroke-dasharray: 904;
  stroke-dashoffset: 904;
  -webkit-animation: draw 5s forwards;
          animation: draw 5s forwards;
}
#us .informationCotainer .infoLineBlock2 {
  position: absolute;
  content: "";
  top: 364px;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #us .informationCotainer .infoLineBlock2 {
    top: 92px;
  }
}
#us .informationCotainer .infoLineBlock2 svg {
  width: 100%;
}
#us .informationCotainer .infoLineBlock2 svg path#whiteLine2.draw {
  stroke: #ffffff;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  -webkit-animation: draw 15s forwards;
          animation: draw 15s forwards;
}
#us .informationCotainer .infoLineBlock2 svg path#whiteLine_sp2.draw {
  stroke: #ffffff;
  stroke-dasharray: 904;
  stroke-dashoffset: 904;
  -webkit-animation: draw 5s forwards;
          animation: draw 5s forwards;
}
#us .informationCotainer .infoLineBlock3 {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}
#us .informationCotainer .infoLineBlock3 svg path#whiteLine3.draw {
  stroke: #ffffff;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  -webkit-animation: draw 5s forwards;
          animation: draw 5s forwards;
}
#us .informationCotainer .infoLineBlock3 svg path#whiteLine_sp3.draw {
  stroke: #ffffff;
  stroke-dasharray: 620;
  stroke-dashoffset: 620;
  -webkit-animation: draw 5s forwards;
          animation: draw 5s forwards;
}
#us .informationCotainer .infoLineBlock4 {
  position: absolute;
  content: "";
  top: 1173px;
  left: 0;
  width: 100%;
}
#us .informationCotainer .infoLineBlock4 svg {
  width: 100%;
}
#us .informationCotainer .infoLineBlock4 svg path#whiteLine_sp4.draw {
  stroke: #ffffff;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  -webkit-animation: draw 5s forwards;
          animation: draw 5s forwards;
}
#us .informationCotainer .artBlock {
  position: absolute;
  z-index: 1;
  content: "";
  -o-object-fit: cover;
     object-fit: cover;
}
#us .informationCotainer .artBlock img {
  width: 100%;
}
#us .informationCotainer .infoArtBlock1 {
  top: 387px;
  left: 18.2%;
  width: 13.2%;
  max-width: 60px;
  z-index: 1;
}
@media (min-width: 768px) {
  #us .informationCotainer .infoArtBlock1 {
    top: 150px;
    left: 5.4%;
    width: 5.5%;
    min-width: 70px;
    max-width: unset;
  }
}
#us .informationCotainer .infoArtBlock2 {
  top: 1211px;
  right: 15%;
  width: 18.5%;
  max-width: 92px;
  z-index: 1;
}
@media (min-width: 768px) {
  #us .informationCotainer .infoArtBlock2 {
    top: 600px;
    right: 10.1%;
    width: 7.3%;
    min-width: 70px;
    max-width: unset;
  }
}
#us .informationCotainer .infoArtBlock3 {
  left: 8.3%;
  bottom: 85px;
  width: 19%;
  max-width: 84px;
  z-index: 1;
}
@media (min-width: 768px) {
  #us .informationCotainer .infoArtBlock3 {
    left: 11.8%;
    bottom: 133px;
    width: 6.5%;
    min-width: 70px;
    max-width: unset;
  }
}
#us .swiperContainer {
  width: 100%;
  padding: 40px 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  #us .swiperContainer {
    padding: 53px 0 38px 0;
  }
}
#us .swiperContainer h2 {
  margin-bottom: 29px;
  text-align: center;
}
@media (min-width: 768px) {
  #us .swiperContainer h2 {
    margin-bottom: 60px;
  }
}
#us .swiperContainer h2 img {
  width: 46%;
}
@media (min-width: 768px) {
  #us .swiperContainer h2 img {
    width: auto;
  }
}
#us .swiperContainer p {
  font-size: 16px;
  letter-spacing: 0.03em;
}
#us .swiperContainer #memberList {
  position: relative;
  height: 615px;
}
@media (min-width: 768px) {
  #us .swiperContainer #memberList {
    height: 625px;
  }
}
#us .swiperContainer #memberList .loopSliderWrap {
  content: "";
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  overflow: hidden;
}
#us .swiperContainer #memberList .loopSliderWrap article {
  min-width: 270px;
  padding: 0 25px;
  cursor: -webkit-grab;
  cursor: grab;
}
#us .swiperContainer #memberList .loopSliderWrap article:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
@media (min-width: 768px) {
  #us .swiperContainer #memberList .loopSliderWrap article {
    min-width: 409px;
    padding: 0 40px;
  }
}
#us .swiperContainer #memberList .loopSliderWrap article img {
  width: 100%;
  pointer-events: none;
}
#us .swiperContainer #memberList .loopSliderWrap article h3 {
  padding: 25px 0 15px 0;
  font-size: 20px;
  text-align: center;
  pointer-events: none;
}
@media (min-width: 768px) {
  #us .swiperContainer #memberList .loopSliderWrap article h3 {
    padding: 27px 0 17px 0;
    font-size: 24px;
  }
}
#us .swiperContainer #memberList .loopSliderWrap article ul {
  width: 100%;
  pointer-events: none;
}
#us .swiperContainer #memberList .loopSliderWrap article ul li p {
  line-height: 1.6;
}
#us #name {
  position: relative;
}
#us #name .nameContainer {
  width: 100%;
  max-width: 700px;
  padding: 115px 20px 23px 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #us #name .nameContainer {
    padding: 120px 0 88px 0;
  }
}
#us #name .nameContainer h2 {
  padding-bottom: 14px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #1D534D;
}
@media (min-width: 768px) {
  #us #name .nameContainer h2 {
    padding-bottom: 17px;
    margin-bottom: 30px;
    letter-spacing: 0.28em;
  }
}
#us #name .nameContainer dl {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  font-size: 16px;
  font-weight: bold;
}
#us #name .nameContainer dl dt {
  min-width: 48px;
  line-height: 1.6;
}
#us #name .nameContainer dl dd {
  line-height: 1.6;
  word-break: break-all;
  letter-spacing: 0.05em;
}
#us #name .nameContainer dl dd span {
  display: block;
  line-height: 1.6;
}
#us #name .nameContainer dl dd span:first-child {
  padding-bottom: 2px;
}
#us #name .nameContainer dl dd span > span {
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  #us #name .nameContainer dl dd span > span {
    line-height: 1.6;
  }
}
#us #name .nameContainer dl.concept {
  padding-top: 25px;
  gap: 19px;
}
@media (min-width: 768px) {
  #us #name .nameContainer dl.concept {
    gap: 15px;
  }
}
#us #name .nameContainer dl.concept dt {
  position: relative;
  min-width: 80px;
}
#us #name .nameContainer dl.concept dt::after {
  position: absolute;
  top: 31px;
  right: -42.5px;
  content: "";
  height: 1px;
  width: 76.5px;
  background-color: #1D534D;
  -webkit-transform: rotate(-48deg);
          transform: rotate(-48deg);
}
@media (min-width: 768px) {
  #us #name .nameContainer dl.concept dt::after {
    top: 25px;
    right: -56.5px;
    width: 92.5px;
    -webkit-transform: rotate(-41deg);
            transform: rotate(-41deg);
  }
}
#us #name .nameContainer dl.concept dd {
  padding-top: 20px;
}
@media (min-width: 768px) {
  #us #name .nameContainer dl.concept dd {
    padding-top: 26px;
  }
}
#us #name .nameContainer dl.statement {
  gap: 8px;
}
@media (min-width: 768px) {
  #us #name .nameContainer dl.statement {
    padding-top: 26px;
    gap: 21px;
  }
}
#us #name .nameContainer dl.statement dt {
  position: relative;
  min-width: 112px;
}
#us #name .nameContainer dl.statement dt::after {
  position: absolute;
  top: 48px;
  right: -49px;
  content: "";
  height: 1px;
  width: 118px;
  background-color: #1D534D;
  -webkit-transform: rotate(-49deg);
          transform: rotate(-49deg);
}
@media (min-width: 768px) {
  #us #name .nameContainer dl.statement dt::after {
    top: 30px;
    right: -66px;
    -webkit-transform: rotate(-41deg);
            transform: rotate(-41deg);
  }
}
#us #name .nameContainer dl.statement dd {
  padding-top: 32px;
}
@media (min-width: 768px) {
  #us #name .nameContainer dl.statement dd {
    padding-top: 26px;
  }
}
#us #name .infoLineBlock5 {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
}
#us #name .infoLineBlock5 svg path#whiteLine_sp5.draw {
  stroke: #ffffff;
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  -webkit-animation: draw 5s forwards;
          animation: draw 5s forwards;
}/*# sourceMappingURL=us.css.map */