/*Regular*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/*Midium*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
.root#index {
  color: #fff;
  position: relative;
}
.root#index .copy {
  width: 10px;
  position: fixed;
  top: 50%;
  right: 70px;
  transform: translate(0, -50%);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .root#index .copy {
    display: none;
  }
}
.root#index .l-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("../image/sub_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.root#index .l-bg__mov {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.root#index .l-bg__img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.root#index .c-z0 {
  position: relative;
  z-index: 0;
}
.root#index .l-container {
  width: 100%;
  height: 100vh;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 768px) {
  .root#index .l-container {
    scroll-snap-type: none;
  }
}
.root#index .scrollify {
  display: flex;
  width: 100%;
  height: 100vh;
  scroll-snap-align: start;
}
@media only screen and (max-width: 768px) {
  .root#index .scrollify {
    height: auto;
  }
}
.root#index .mv {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.root#index .mv__hl__title {
  width: 900px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .root#index .mv__hl__title {
    width: 275px;
    margin-bottom: 15px;
  }
}
.root#index .mv__hl__title > img {
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .root#index .mv__hl__title > img {
    width: 44px;
  }
}
.root#index .mv__hl__copy {
  width: 664px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .root#index .mv__hl__copy {
    width: 248px;
  }
}
.root#index .about__title {
  width: 670px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1499px) {
  .root#index .about__title {
    margin-bottom: 50px;
    width: 480px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .about__title {
    margin-bottom: 30px;
    width: 90vw;
  }
}
.root#index .about__reading {
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 1499px) {
  .root#index .about__reading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .about__reading {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .about__reading__imgLg {
    display: none;
  }
}
.root#index .about__reading__imgXs {
  display: none;
}
@media only screen and (max-width: 768px) {
  .root#index .about__reading__imgXs {
    display: block;
  }
}
.root#index .about__reading--en {
  line-height: 2;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 768px) {
  .root#index .company {
    margin-bottom: 120px;
  }
}
.root#index .company__title {
  width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1499px) {
  .root#index .company__title {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .company__title {
    width: 74.5vw;
    margin-bottom: 45px;
  }
}
.root#index .company table {
  width: 648px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1499px) {
  .root#index .company table {
    width: 480px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .company table {
    width: 100%;
  }
}
.root#index .company table tbody {
  letter-spacing: 1px;
}
.root#index .company table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.root#index .company table tbody tr th {
  width: 125px;
  padding: 33px 20px;
  letter-spacing: 1px;
  vertical-align: middle;
}
@media only screen and (max-width: 1499px) {
  .root#index .company table tbody tr th {
    padding: 20px 15px;
  }
}
.root#index .company table tbody tr td {
  padding-left: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 1499px) {
  .root#index .company table tbody tr td {
    padding: 20px 15px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .member {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.root#index .member .c-inner_content {
  width: 1250px;
}
@media only screen and (max-width: 1499px) {
  .root#index .member .c-inner_content {
    width: 920px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .member .c-inner_content {
    width: 100%;
  }
}
.root#index .member__title {
  margin-bottom: 110px;
  width: 385px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1499px) {
  .root#index .member__title {
    margin-bottom: 65px;
    width: 270px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .member__title {
    margin-bottom: 35px;
    line-height: 1.2;
    width: 62vw;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .member .swiper {
    display: none;
  }
}
.root#index .member .swiper-slide .slide__media {
  width: 245px;
  height: 245px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1499px) {
  .root#index .member .swiper-slide .slide__media {
    width: 180px;
    height: 180px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .member .swiper-slide .slide__media {
    width: 60vw;
    height: 60vw;
    margin-bottom: 60px;
    max-width: 500px;
    max-height: 500px;
  }
}
.root#index .member .swiper-slide .slide__media > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.root#index .member .swiper-slide .slide__text {
  width: 245px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3.5px;
}
@media only screen and (max-width: 1499px) {
  .root#index .member .swiper-slide .slide__text {
    width: 180px;
  }
}
.root#index .member .swiper-slide .slide__text__title {
  font-size: 17px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1499px) {
  .root#index .member .swiper-slide .slide__text__title {
    font-size: 14px;
  }
}
.root#index .member .swiper-slide .slide__text__title--1 {
  width: 83%;
}
.root#index .member .swiper-slide .slide__text__title--2 {
  width: 65%;
}
.root#index .member .swiper-slide .slide__text__title--3 {
  width: 80%;
}
.root#index .member .swiper-slide .slide__text__title--4 {
  width: 28%;
}
.root#index .member .swiper-slide .slide__text__title--5 {
  width: 70%;
}
.root#index .member .swiper-slide .slide__text__name {
  font-size: 23px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1499px) {
  .root#index .member .swiper-slide .slide__text__name {
    font-size: 18px;
  }
}
.root#index .member .swiper-slide .slide__text__name > img {
  width: auto;
}
.root#index .member .swiper-slide .slide__text__name--en {
  margin-bottom: 30px;
}
.root#index .member .swiper-slide .slide__text__name--1 {
  width: 93%;
}
.root#index .member .swiper-slide .slide__text__name--2 {
  width: 86.5%;
}
.root#index .member .swiper-slide .slide__text__name--3 {
  width: 75.5%;
}
.root#index .member .swiper-slide .slide__text__name--4 {
  width: 100%;
}
.root#index .member .swiper-slide .slide__text__name--5 {
  width: 43.5%;
}
.root#index .member .swiper-slide .slide__text__explanation {
  font-family: "Noto Sans JP";
  font-size: 12px;
  line-height: 1.7;
  text-align: justify;
}
.root#index .member .swiper-slide .slide__text__explanation--en {
  text-align: left;
}
.root#index .member .swiper-slide .slide__text__explanation--ch {
  text-align: left;
}
.root#index .member .swiper-button-prev {
  top: 35%;
  color: #fff;
  width: 20px;
}
.root#index .member .swiper-button-prev::after {
  opacity: 0;
  width: 0;
}
.root#index .member .swiper-button-next {
  top: 35%;
  color: #fff;
  width: 20px;
}
.root#index .member .swiper-button-next::after {
  opacity: 0;
  width: 0;
}
.root#index .member__content__SP__list__item {
  width: 64vw;
  min-width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}
.root#index .member__content__SP__list__item__media {
  margin-bottom: 22.5px;
  width: 64vw;
  height: 64vw;
  overflow: hidden;
  border-radius: 10px;
}
.root#index .member__content__SP__list__item__media > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.root#index .member__content__SP__list__item__title {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
.root#index .member__content__SP__list__item__title--1 {
  width: 83%;
}
.root#index .member__content__SP__list__item__title--2 {
  width: 65%;
}
.root#index .member__content__SP__list__item__title--3 {
  width: 80%;
}
.root#index .member__content__SP__list__item__title--4 {
  width: 28%;
}
.root#index .member__content__SP__list__item__title--5 {
  width: 70%;
}
.root#index .member__content__SP__list__item__name {
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22.5px;
}
.root#index .member__content__SP__list__item__name--1 {
  width: 93%;
}
.root#index .member__content__SP__list__item__name--2 {
  width: 86.5%;
}
.root#index .member__content__SP__list__item__name--3 {
  width: 75.5%;
}
.root#index .member__content__SP__list__item__name--4 {
  width: 100%;
}
.root#index .member__content__SP__list__item__name--5 {
  width: 43.5%;
}
.root#index .member__content__SP__list__item__explanation {
  font-family: "Noto Sans JP";
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 2px;
  text-align: justify;
}
.root#index .member__content__SP__list__item__explanation--en {
  text-align: left;
}
.root#index .member__content__SP__list__item__explanation--ch {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .root#index .solution {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .solution .c-holder {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.root#index .solution__title {
  width: 467px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1499px) {
  .root#index .solution__title {
    width: 327px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .solution__title {
    margin-bottom: 50px;
    width: 75vw;
  }
}
.root#index .solution__list {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1499px) {
  .root#index .solution__list {
    width: 920px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .solution__list {
    width: 100%;
    display: block;
  }
}
.root#index .solution__list__item {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  .root#index .solution__list__item {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
  }
}
.root#index .solution__list__item__icon {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .root#index .solution__list__item__icon {
    margin-bottom: 25px;
    width: 50vw !important;
  }
}
.root#index .solution__list__item__icon--1 img{
  height: 160px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {

}
.root#index .solution__list__item__icon--2 img{
  height: 160px;
  display: block;
  margin: 0 auto;
}
.root#index .solution__list__item__icon--3 img{
  height: 160px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .root#index .solution__list__item__icon--3 {
    margin-bottom: 25px;
  }
}
.root#index .solution__list__item__text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .root#index .fact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1499px) {
  .root#index .fact .c-inner_content {
    width: 930px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .fact .c-inner_content {
    width: 100%;
  }
}
.root#index .fact__title {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1499px) {
  .root#index .fact__title {
    width: 154px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .fact__title {
    width: 36vw;
    margin-bottom: 50px;
  }
}
.root#index .fact__list {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1499px) {
  .root#index .fact__list {
    width: 930px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .fact__list {
    width: 100%;
    display: block;
  }
}
.root#index .fact__list__item {
  width: 310px;
}
@media only screen and (max-width: 768px) {
  .root#index .fact__list__item {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 95px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .fact__list__item:nth-of-type(2) {
    margin-bottom: 95px;
  }
}
.root#index .fact__list__item__icon {
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .root#index .fact__list__item__icon {
    margin-bottom: 25px;
  }
}
.root#index .fact__list__item__icon--1 {
  width: 245px;
}
.root#index .fact__list__item__icon--1 > img {
  width: 100%;
}
.root#index .fact__list__item__icon--2 {
  width: 213px;
  padding-top: 100px;
  margin-bottom: 155px;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .root#index .fact__list__item__icon--2 {
    padding-top: 0;
    width: 60%;
    margin-bottom: 55px;
  }
}
.root#index .fact__list__item__icon--3 {
  width: 270px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .root#index .fact__list__item__icon--3 {
    width: 60%;
    margin-bottom: 55px;
  }
}
.root#index .fact__list__item__text {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.root#index .fact__list__item__text--1 {
  width: 245px;
  margin-bottom: 25px;
}
.root#index .fact__list__item__text--2 {
  width: 245px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .root#index .fact__list__item__text--2 {
    margin-bottom: 35px;
  }
}
.root#index .fact__list__item__text--3 {
  width: 245px;
}
@media only screen and (max-width: 768px) {
  .root#index .fact__list__item__text__img {
    display: none;
  }
}
.root#index .fact__list__item__text__p {
  font-size: 17px;
  letter-spacing: 1.2px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .root#index .fact__list__item__text__p {
    display: block;
  }
}
.root#index .fact__list__item__text__p--en {
  text-align: left;
}
.root#index .fact__list__item__text__title {
  width: 62%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  line-height: 1;
}
.root#index .fact__list__item__text__name {
  margin-bottom: 20px;
  width: 100%;
  line-height: 1;
}
.root#index .fact__list__item__text__explanation {
  font-family: "Noto Sans JP";
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 1.4px;
  text-align: justify;
}
.root#index .fact__list__item__text__explanation--en {
  text-align: left;
}
.root#index .fact__btn {
  display: block;
  padding: 8px 40px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 210px;
  text-align: center;
}
.root#index .fact__btn--en {
  padding: 9px 40px;
}
.root#index .fact__btn__more {
  margin-top: -3px;
}
@media only screen and (max-width: 768px) {
  .root#index .architecture {
    margin-bottom: 70px;
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .architecture .c-holder {
    height: auto;
    min-height: auto;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .architecture .swiper2 {
    display: none;
  }
}

.root#index .architecture .slide__media {
  overflow: hidden;
  height: 570px;
}
.root#index .architecture .slide__media > img {
  width: 100%;
}
.root#index .architecture .swiper-button-prev {
  left: -45px;
  width: 20px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .root#index .architecture .swiper-button-prev {
    left: 0;
  }
}
.root#index .architecture .swiper-button-prev > img {
  width: 100%;
}
.root#index .architecture .swiper-button-prev::after {
  opacity: 0;
  width: 0;
}
.root#index .architecture .swiper-button-prev.is-active {
  animation: moveLeft 0.3s ease-out;
}
.root#index .architecture .swiper-button-next {
  right: -45px;
  width: 20px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .root#index .architecture .swiper-button-next {
    right: -25px;
  }
}
.root#index .architecture .swiper-button-next > img {
  width: 100%;
}
.root#index .architecture .swiper-button-next::after {
  opacity: 0;
  width: 0;
}
.root#index .architecture .swiper-button-next.is-active {
  animation: moveRight 0.3s ease-out;
}
@keyframes moveRight {
  0% {
    right: -45px;
  }
  50% {
    right: -50px;
  }
  100% {
    right: -45px;
  }
}
@keyframes moveLeft {
  0% {
    left: -45px;
  }
  50% {
    left: -50px;
  }
  100% {
    left: -45px;
  }
}
.root#index .architecture__title {
  width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1499px) {
  .root#index .architecture__title {
    width: 476px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .architecture__title {
    width: 65vw;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .architecture__title__imgPc {
    display: none;
  }
}
.root#index .architecture__content {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1499px) {
  .root#index .architecture__content {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .architecture__content {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.root#index .architecture__content > img {
  width: 100%;
}
.root#index .architecture__listXs {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .root#index .architecture__listXs {
    display: block;
  }
  .root#index .architecture__listXs > li {
    margin-bottom: 40px;
  }
  .root#index .architecture__listXs > li > img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .technology {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .technology .c-holder {
    min-height: auto;
  }
}
.root#index .technology__title {
  width: 600px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1499px) {
  .root#index .technology__title {
    width: 420px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .technology__title {
    margin-bottom: 35px;
    width: 60vw;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .technology__title__imgPc {
    display: none;
  }
}
.root#index .technology__content {
  margin-left: auto;
  margin-right: auto;
  height: 650px;
  width: 100%;
  max-width: 1020px;
  position: relative;
}
@media only screen and (max-width: 1499px) {
  .root#index .technology__content {
    width: 100%;
    height: 517.5px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .technology__content {
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 56.25vw;
  }
}
.root#index .technology__content > video {
  width: 100%;
  height: 100%;
}
.root#index .contact__title {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1499px) {
  .root#index .contact__title {
    width: 294px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .contact__title {
    width: 70vw;
    margin-bottom: 30px;
  }
}
.root#index .contact__text {
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  .root#index .contact__text {
    margin-bottom: 50px;
  }
}
.root#index .contact__text--en {
  letter-spacing: 1.2px;
  line-height: 1.5;
}
.root#index .contact__btn {
  display: block;
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .root#index .contact__btn {
    width: 290px;
  }
}

.root#index .c-title__1{
  width: auto !important;
  height: 44px;
}
.root#index .c-title__2{
  width: auto !important;
  height: 127px;
}

.root#index .c-title__1 img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.root#index .c-title__2 img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.c-lead{
  margin-top: -10px;
  margin-bottom: 60px;
}
.c-lead.is-center{
  text-align: center;
}
@media only screen and (max-width: 1499px) {
  .root#index .c-title__1{
    height: 32px;
  }
  .root#index .c-title__2{
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .root#index .c-title__1{
    height: 36px;
    max-width: 90%;
  }
  .root#index .c-title__2{
    max-width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .partner .c-holder{
    min-height: 500px;
  }
  .sns .c-holder{
    min-height: 300px;
  }
}
.c-sns__list{
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.c-sns__listItem{
  width: 50px;
}

.c-sns__listItem img{
  width: 100%;
  display: block;
}
.swiper2{
  height: fit-content;
}

.c-partner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  @media only screen and (max-width: 768px) {
    gap: 60px;
  }
}
.c-partner__listItem{
  /*height: 100px;*/
  width: 150px;
  @media only screen and (max-width: 768px) {
    width: 150px;
  }
}
.c-partner__listItem img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.architecture .c-title__2{
  margin-bottom: 80px !important;
}
/*# sourceMappingURL=index.css.map */