/*----------------------------------
	COMPANY
------------------------------------*/
.access-list {
  margin-top: 24px;
}

.access-list__dt {
  font-weight: bold;
}

.access-list__dd {
  margin-top: -webkit-calc((-1em * 1.5 + 1em) / 2) ;
  margin-top: -moz-calc((-1em * 1.5 + 1em) / 2) ;
  margin-top: calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: -webkit-calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: -moz-calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: calc((-1em * 1.5 + 1em) / 2) ;
  line-height: 1.5;
}

.access-map {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: 64px;
  padding-top: 380px;
  overflow: hidden;
}

.access-map iframe,
.access-map object,
.access-map embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-history {
  margin-top: 64px;
}

.company-history__item {
  border-bottom: 1px solid #ccc;
}

.company-history__item-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.company-history__item-inner::after {
  min-height: inherit;
  margin-top: -24px;
  margin-bottom: -24px;
  content: "";
  font-size: 0;
}

.company-history__date {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 160px;
  margin-top: -webkit-calc((-1em * 1.5 + 1em) / 2) ;
  margin-top: -moz-calc((-1em * 1.5 + 1em) / 2) ;
  margin-top: calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: -webkit-calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: -moz-calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: calc((-1em * 1.5 + 1em) / 2) ;
  font-size: 1.8rem;
  line-height: 1.5;
}

.company-history__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: -webkit-calc((-1em * 1.5 + 1em) / 2) ;
  margin-top: -moz-calc((-1em * 1.5 + 1em) / 2) ;
  margin-top: calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: -webkit-calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: -moz-calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: calc((-1em * 1.5 + 1em) / 2) ;
  font-size: 1.8rem;
  line-height: 1.5;
}

.company-attes {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
}

.company-attes__link {
  width: 130px;
}

.company-attes__link:hover {
  opacity: 0.7;
}

.company-attes__text {
  width: -webkit-calc(100% - 130px - 40px);
  width: -moz-calc(100% - 130px - 40px);
  width: calc(100% - 130px - 40px);
}

.company-attes__text > *:first-of-type {
  margin-top: -webkit-calc((-1em * 1.5 + 1em) / 2) ;
  margin-top: -moz-calc((-1em * 1.5 + 1em) / 2) ;
  margin-top: calc((-1em * 1.5 + 1em) / 2) ;
}

.aboutus ~ .p-inquiry {
  margin-top: 0;
}

.aboutus-main {
  margin-top: -200px;
  padding-top: -webkit-calc(200px + 136px);
  padding-top: -moz-calc(200px + 136px);
  padding-top: calc(200px + 136px);
  padding-bottom: 272px;
  background: url(/assets/img/company/aboutus/img_01.jpg) no-repeat center center/cover;
}

.aboutus-main__title {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

.aboutus-main__heading {
  margin-bottom: -webkit-calc((-1em * 1.2 + 1em) / 2) ;
  margin-bottom: -moz-calc((-1em * 1.2 + 1em) / 2) ;
  margin-bottom: calc((-1em * 1.2 + 1em) / 2) ;
  font-size: 7.5rem;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.aboutus-lead__text {
  margin-top: 64px;
  margin-bottom: -webkit-calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: -moz-calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: calc((-1em * 1.5 + 1em) / 2) ;
  font-size: 2.4rem;
  line-height: 1.5;
}

.aboutus-section__text-area {
  padding: 40px;
  background-color: #fff;
}

.aboutus-section__text-area > *:first-child {
  margin-top: 0;
}

.aboutus-section--left, .aboutus-section--right {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.aboutus-section--left .aboutus-section__text-area {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  z-index: 1;
  position: relative;
  flex: 1 1 auto;
  width: -webkit-calc(100% - (783 / 1366 * 100vw));
  width: -moz-calc(100% - (783 / 1366 * 100vw));
  width: calc(100% - (783 / 1366 * 100vw));
  margin-top: 64px;
  margin-right: -120px;
  margin-left: 104px;
}

.aboutus-section--left .aboutus-section__image-area {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-calc(783 / 1366 * 100vw);
  width: -moz-calc(783 / 1366 * 100vw);
  width: calc(783 / 1366 * 100vw);
  max-width: 783px;
  height: auto;
}

.aboutus-section--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-background-size: 5px;
  -moz-background-size: 5px;
  -o-background-size: 5px;
  flex-direction: row-reverse;
  padding-top: 128px;
  padding-bottom: 64px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='.75' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 5px;
  background-color: #eee;
}

.aboutus-section--right .aboutus-section__text-area {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  z-index: 1;
  position: relative;
  flex: 1 1 auto;
  width: -webkit-calc(100% - (795 / 1366 * 100vw));
  width: -moz-calc(100% - (795 / 1366 * 100vw));
  width: calc(100% - (795 / 1366 * 100vw));
  margin-top: 64px;
  margin-right: 104px;
  margin-left: -280px;
}

.aboutus-section--right .aboutus-section__image-area {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-calc(795 / 1366 * 100vw);
  width: -moz-calc(795 / 1366 * 100vw);
  width: calc(795 / 1366 * 100vw);
  max-width: 795px;
  height: auto;
}

.aboutus-section--center {
  padding: 128px 0;
  background: url(/assets/img/company/aboutus/img_03.jpg) no-repeat center center/cover;
}

.aboutus-section--center .aboutus-section__text-area {
  width: -webkit-calc(760 / 1366 * 100vw);
  width: -moz-calc(760 / 1366 * 100vw);
  width: calc(760 / 1366 * 100vw);
  min-width: 760px;
  margin: 0 auto;
}

.aboutus-section--conclusion {
  padding: 192px 0;
  background: url(/assets/img/company/aboutus/bg_img_main@1.5x.jpg) no-repeat center center/cover;
}

.aboutus-section--conclusion__lead {
  margin-top: -webkit-calc((-1em * 1.5 + 1em) / 2) ;
  margin-top: -moz-calc((-1em * 1.5 + 1em) / 2) ;
  margin-top: calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: -webkit-calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: -moz-calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: calc((-1em * 1.5 + 1em) / 2) ;
  font-size: 3.4rem;
  line-height: 1.5;
}

.aboutus-section--conclusion + .p-inquiry {
  margin-top: 0;
}

#companyOverview #outline,
#companyOverview #history,
#companyOverview #related-company {
  margin-top: -10px;
  padding-top: 10px;
}

#companyOverview .related-company__ihc {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#companyOverview .related-company__ihc .c-media__thumbnail {
  text-align: center;
}

#companyOverview .related-company__ihc .c-media__thumbnail img {
  width: 290px;
}

.companyPeople__list {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 100px;
}

.companyPeople__list > ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.companyPeople__list .c-card2 {
  width: 100%;
  margin-bottom: 60px;
  cursor: pointer;
}

.companyPeople__slide {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 150px 100px;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.6);
}

.companyPeople__slideArea {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}

.companyPeople__slideArea.swiper-container {
  overflow: visible !important;
}

.companyPeople__slideList {
  background-color: #fff;
}

.companyPeople__slideItem {
  padding: 60px 6%;
  background: #fff;
}

.companyPeople__slideItem__pic img {
  width: 100%;
}

.companyPeople__slideItem__pic img.sp {
  display: none;
}

.companyPeople__slideItem__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f6f6f6;
}

.companyPeople__slideItem__content__head {
  padding: 10px 40px 60px;
  background-color: #fff;
}

.companyPeople__slideItem__name {
  color: #6350E9;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
}

.companyPeople__slideItem__name span {
  display: block;
  color: #333;
  font-size: 1.8rem;
  line-height: 2;
}

.companyPeople__slideItem__txt {
  margin-bottom: 15px;
  line-height: 1.5;
}

.companyPeople__slideItem__txt span {
  display: inline-block;
  margin-right: 0.5em;
}

.companyPeople__slideItem__ttl {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.3;
}

.companyPeople__slideItem__desc {
  position: relative;
  padding: 30px 40px;
  line-height: 2;
}

.companyPeople__slideItem__desc::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 3, 201, 0.69)), color-stop(58%, rgba(0, 17, 255, 0.66)), to(rgba(0, 85, 255, 0.64)));
  background: -webkit-linear-gradient(left, rgba(10, 3, 201, 0.69) 0%, rgba(0, 17, 255, 0.66) 58%, rgba(0, 85, 255, 0.64) 100%);
  background: -moz-linear-gradient(left, rgba(10, 3, 201, 0.69) 0%, rgba(0, 17, 255, 0.66) 58%, rgba(0, 85, 255, 0.64) 100%);
  background: -o-linear-gradient(left, rgba(10, 3, 201, 0.69) 0%, rgba(0, 17, 255, 0.66) 58%, rgba(0, 85, 255, 0.64) 100%);
  background: linear-gradient(to right, rgba(10, 3, 201, 0.69) 0%, rgba(0, 17, 255, 0.66) 58%, rgba(0, 85, 255, 0.64) 100%);
  content: "";
}

.companyPeople__slideArea__close {
  -webkit-transition: opacity ease .2s;
  -o-transition: opacity ease .2s;
  -moz-transition: opacity ease .2s;
  position: absolute;
  top: -60px;
  right: 0;
  cursor: pointer;
  transition: opacity ease .2s;
}

.companyPeople__slideArea__close img {
  width: 30px;
}

.companyPeople__slideArea__close:hover {
  opacity: .6;
}

.companyPeople__slideArea__next,
.companyPeople__slideArea__prev {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity ease .2s;
  -o-transition: opacity ease .2s;
  -moz-transition: opacity ease .2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  outline: none;
  cursor: pointer;
  transition: opacity ease .2s;
}

.companyPeople__slideArea__next:hover,
.companyPeople__slideArea__prev:hover {
  opacity: .6;
}

.companyPeople__slideArea__next img,
.companyPeople__slideArea__prev img {
  width: 15px;
}

.companyPeople__slideArea__next {
  right: -80px;
}

.companyPeople__slideArea__prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  left: -80px;
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .access-list__dt {
    font-size: 1.8rem;
  }
  .access-map {
    padding-top: 60%;
  }
  .company-history__item-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    display: block;
    align-items: center;
    min-height: auto;
  }
  .company-history__item-inner::after {
    display: none;
  }
  .company-history__date, .company-history__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }
  .company-history__text {
    margin-top: 16px;
  }
  .company-attes__link {
    width: 75px;
  }
  .company-attes__text {
    width: -webkit-calc(100% - 75px - 24px);
    width: -moz-calc(100% - 75px - 24px);
    width: calc(100% - 75px - 24px);
  }
  .aboutus-main {
    margin-top: -50px;
    padding-top: -webkit-calc(50px + 72px);
    padding-top: -moz-calc(50px + 72px);
    padding-top: calc(50px + 72px);
    padding-bottom: 144px;
  }
  .aboutus-main__heading {
    font-size: 6rem;
  }
  .aboutus-main__lead {
    font-size: 1.5rem;
  }
  .aboutus-section--left, .aboutus-section--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .aboutus-section--left .aboutus-section__text-area, .aboutus-section--right .aboutus-section__text-area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    z-index: 1;
    position: relative;
    flex: 0 0 auto;
    width: -webkit-calc(100% - 24 * 2px);
    width: -moz-calc(100% - 24 * 2px);
    width: calc(100% - 24 * 2px);
    margin-top: -webkit-calc(-24 / 375 * 100vw);
    margin-top: -moz-calc(-24 / 375 * 100vw);
    margin-top: calc(-24 / 375 * 100vw);
    margin-right: auto;
    margin-left: auto;
  }
  .aboutus-section--left .aboutus-section__image-area, .aboutus-section--right .aboutus-section__image-area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .aboutus-section--center {
    padding: 128px 0;
  }
  .aboutus-section--center .aboutus-section__text-area {
    width: -webkit-calc(100% - 24 * 2px);
    width: -moz-calc(100% - 24 * 2px);
    width: calc(100% - 24 * 2px);
    min-width: -webkit-calc(100% - 24 * 2px);
    min-width: -moz-calc(100% - 24 * 2px);
    min-width: calc(100% - 24 * 2px);
    margin: 0 auto;
  }
  .aboutus-section--conclusion {
    -webkit-background-size: 300% 300%;
    -moz-background-size: 300%;
    -o-background-size: 300%;
    padding: 128px 0;
    background-position: top right 52%;
    background-size: 300%;
  }
  .aboutus-section--conclusion__lead {
    margin-top: -webkit-calc((-1em * 1.7 + 1em) / 2) ;
    margin-top: -moz-calc((-1em * 1.7 + 1em) / 2) ;
    margin-top: calc((-1em * 1.7 + 1em) / 2) ;
    margin-bottom: -webkit-calc((-1em * 1.7 + 1em) / 2) ;
    margin-bottom: -moz-calc((-1em * 1.7 + 1em) / 2) ;
    margin-bottom: calc((-1em * 1.7 + 1em) / 2) ;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  #companyOverview .related-company__ihc .c-media__thumbnail {
    padding: 15vw 0;
  }
  #companyOverview .related-company__ihc .c-media__thumbnail img {
    width: 70vw;
  }
  .companyPeople__list {
    margin-top: 80px;
    padding: 0 24px;
  }
  .companyPeople__list .c-card2 {
    margin-bottom: 30px;
  }
  .companyPeople__slide {
    padding: 110px 0 150px;
  }
  .companyPeople__slideArea__next,
  .companyPeople__slideArea__prev {
    bottom: -70px;
  }
  .companyPeople__slideArea__next {
    right: 40px;
  }
  .companyPeople__slideArea__prev {
    left: 40px;
  }
}

@media screen and (max-width: 320px) {
  .aboutus-main__heading {
    font-size: 5.4rem;
  }
  .aboutus-main__lead {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 769px) {
  .companyPeople__list .c-card2 {
    width: -webkit-calc(33.33333% - 26.66667px);
    width: -moz-calc(33.33333% - 26.66667px);
    width: calc(33.33333% - 26.66667px);
  }
  .companyPeople__slideArea__next,
  .companyPeople__slideArea__prev {
    top: 340px;
  }
}

@media (min-width: 1001px) {
  .companyPeople__slideItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .companyPeople__slideItem__pic {
    width: 41.5%;
    min-width: 310px;
    max-width: 415px;
  }
}

@media screen and (max-width: 1000px) {
  .companyPeople__slideItem {
    padding: 6% 0 0;
  }
  .companyPeople__slideItem__pic {
    width: 88%;
    margin: 0 auto;
  }
  .companyPeople__slideItem__pic img.pc {
    display: none;
  }
  .companyPeople__slideItem__pic img.sp {
    display: inline;
  }
  .companyPeople__slideItem__content__head {
    padding: 25px 6% 40px;
  }
  .companyPeople__slideItem__desc {
    padding: 30px 6% 60px;
  }
  .companyPeople__slideArea__close {
    right: 6%;
  }
}
