.companySingle_ttl {
  text-align: center;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: century-gothic, sans-serif;
}
@media screen and (max-width: 767.9px) {
  .companySingle_ttl {
    font-size: 2.6rem;
  }
}
.companySingle_movie {
  margin-left: auto;
  margin-right: auto;
  width: 99vw;
  height: 55.6875vw;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .companySingle_movie {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767.9px) {
  .companySingle_movie {
    margin-top: 30px;
  }
}
.companySingle_movie img {
  width: 100%;
}
.companySingle .jsModalVideo {
  position: relative;
}
.companySingle .jsModalVideo::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../image/play.svg");
}
@media screen and (min-width: 768px) {
  .companySingle .jsModalVideo::after {
    right: 40px;
    bottom: 40px;
    width: 140px;
    height: 33px;
  }
}
@media screen and (max-width: 767.9px) {
  .companySingle .jsModalVideo::after {
    right: 15px;
    bottom: 15px;
    width: 70px;
    height: 16.5px;
  }
}
@media screen and (min-width: 768px) {
  .companySingle_cont {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767.9px) {
  .companySingle_cont {
    margin-top: 30px;
  }
}
.companySingle_cont .twocol.twocol__start {
  justify-content: flex-start;
}
.companySingle_cont .twocol.twocol__alignEnd {
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .companySingle_cont .twocol {
    justify-content: space-between;
    align-items: center;
  }
  .companySingle_cont .twocol:last-child {
    padding-bottom: 20px;
    border-bottom: 2px solid black;
  }
}
@media screen and (max-width: 767.9px) {
  .companySingle_cont .twocol_left {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 2px solid black;
  }
  .companySingle_cont .twocol_right {
    width: 100%;
  }
}
.companySingle_cont .twocol:not(:first-child) {
  margin-top: 15px;
}
.companySingle_cont .sunTxt {
  font-size: 2.8rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .companySingle_cont .sunTxt {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .companySingle_cont .sunTxt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.9px) {
  .companySingle_cont .sunTxt {
    font-size: 1.68rem;
  }
}
.companySingle_cont .cont_txt {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .companySingle_cont .cont_txt {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .companySingle_cont .cont_txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .companySingle_cont .cont_txt {
    font-size: 1.45rem;
  }
}
.companySingle_cont .cont_ttl {
  font-size: 3.8rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .companySingle_cont .cont_ttl {
    margin-top: 0.25em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .companySingle_cont .cont_ttl {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .companySingle_cont .cont_ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .companySingle_cont .cont_ttl {
    font-size: 2.4rem;
  }
}
.companySingle_cont .cont .hrItemUnit {
  display: flex;
}
.companySingle_cont .cont .hrItem {
  width: 60px;
}
.companySingle_cont .cont .hrItem:not(:first-child) {
  margin-left: 5px;
}
.companySingle_cont .cont .hrItemUnit {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .companySingle_cont .cont .hrItemUnit {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767.9px) {
  .companySingle_cont .cont .hrItemUnit {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .companySingle_cont .cont .hrItem {
    width: 50px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 840px) {
  .companySingle_cont .cont .hrItem {
    width: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .companySingle_cont .cont .hrItem {
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .companySingle__multi .companySingle_cont .twocol_left {
    width: 45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .companySingle__multi .companySingle_cont .twocol_left {
    width: 55%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .companySingle__multi .companySingle_cont .twocol_left {
    width: 65%;
  }
}

.sun_ttl {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sun_ttl .cont_ttl {
    width: 15em;
  }
}
@media screen and (min-width: 768px) {
  .sun_ttl .sun_icon {
    width: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sun_ttl .sun_icon {
    width: 50px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 840px) {
  .sun_ttl .sun_icon {
    width: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .sun_ttl .sun_icon {
    margin-left: 2em;
    width: 50px;
  }
}

@media screen and (min-width: 768px) {
  .projectStory:not(:first-child) {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767.9px) {
  .projectStory:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .projectStory:nth-child(odd) .twocol_left {
    order: 2;
    padding-left: 30px;
  }
  .projectStory:nth-child(odd) .twocol_right {
    order: 1;
  }
  .projectStory:nth-child(even) .twocol_left {
    order: 1;
    padding-right: 30px;
  }
  .projectStory:nth-child(even) .twocol_right {
    order: 2;
  }
}
@media screen and (max-width: 767.9px) {
  .projectStory .twocol_left {
    order: 2;
  }
  .projectStory .twocol_right {
    order: 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .projectStory .twocol_left {
    width: calc(100% - 650px);
  }
  .projectStory .twocol_right {
    width: 650px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .projectStory .twocol_left {
    width: calc(100% - 50vw);
  }
  .projectStory .twocol_right {
    width: 50vw;
  }
}
@media screen and (max-width: 767.9px) {
  .projectStory .twocol_left {
    width: 100%;
  }
  .projectStory .twocol_right {
    width: 100%;
  }
}
.projectStory .cont_img {
  overflow: hidden;
}
.projectStory .cont_img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .projectStory .cont_img {
    width: 650px;
    height: 365.625px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .projectStory .cont_img {
    width: 50vw;
    height: 28.125vw;
  }
}
.projectStory .cont_ttl {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .projectStory .cont_ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .projectStory .cont_ttl {
    font-size: 1.8rem;
  }
}
.projectStory .cont_txt {
  margin-top: 20px;
  text-align: justify;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .projectStory .cont_txt {
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .projectStory .cont_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.9px) {
  .projectStory .cont_txt {
    margin-top: 0.75em;
    font-size: 1.4rem;
  }
}

.interview {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 75px;
}
@media screen and (min-width: 768px) {
  .interview {
    background-image: url("../../image/common/bg_Interview_pc.jpg");
  }
}
@media screen and (max-width: 767.9px) {
  .interview {
    background-image: url("../../image/common/bg_Interview_sp.jpg");
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .interview {
    background-size: cover;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .interview {
    padding: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .interview {
    padding: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .interview {
    background-size: cover;
    padding: 30px 20px;
  }
}
.interview .twocol {
  background-color: white;
  padding: 75px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .interview .twocol {
    padding: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .interview .twocol {
    padding: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .interview .twocol {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .interview .twocol_left {
    width: 35%;
    padding-right: 30px;
  }
  .interview .twocol_right {
    width: 65%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .interview .twocol_left {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .interview .twocol {
    padding-left: 20px;
    padding-right: 20px;
  }
  .interview .twocol_left {
    width: 100%;
  }
  .interview .twocol_right {
    width: 100%;
  }
}
.interview .cont_txt {
  font-size: 2rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .interview .cont_txt {
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .interview .cont_txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .interview .cont_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.9px) {
  .interview .cont_txt {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.interview .cont_txt:not(:first-child) {
  margin-top: 1em;
}
.interview .cont_person .person {
  display: flex;
  align-items: center;
}
.interview .cont_person .person_left {
  width: 50%;
}
.interview .cont_person .person_right {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .interview .cont_person .person_left {
    width: 55%;
  }
  .interview .cont_person .person_right {
    width: 45%;
  }
}
@media screen and (max-width: 767.9px) {
  .interview .cont_person .person_left {
    width: 50%;
  }
  .interview .cont_person .person_right {
    width: 50%;
  }
}
@media screen and (max-width: 767.9px) {
  .interview .cont_img {
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
  }
  .interview .cont_img img {
    width: 100%;
  }
}
.interview .cont_charge {
  margin-top: 0.75em;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .interview .cont_charge {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .interview .cont_charge {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .interview .cont_charge {
    font-size: 1.2rem;
  }
}
.interview .cont_company {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .interview .cont_company {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .interview .cont_company {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .interview .cont_company {
    font-size: 1.2rem;
  }
}
.interview .cont_name {
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .interview .cont_name {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .interview .cont_name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.9px) {
  .interview .cont_name {
    font-size: 1.6rem;
  }
}

.aboutCompanyTtl {
  padding-bottom: 20px;
  border-bottom: 2px solid black;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: century-gothic, sans-serif;
}
@media screen and (max-width: 767.9px) {
  .aboutCompanyTtl {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .aboutCompanies {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .aboutCompany:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .aboutCompany:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .aboutCompany .twocol_left {
    width: 52%;
    padding-right: 40px;
  }
  .aboutCompany .twocol_right {
    width: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .aboutCompany .twocol_left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .aboutCompany .twocol_left {
    order: 1;
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .aboutCompany .twocol_right {
    order: 2;
    width: 100%;
    text-align: center;
  }
}
.aboutCompany .cont_ttl {
  padding-bottom: 20px;
  border-bottom: 2px solid black;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: century-gothic, sans-serif;
}
@media screen and (max-width: 767.9px) {
  .aboutCompany .cont_ttl {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.aboutCompany .cont_ttl.cont_ttl__marker {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-family: century-gothic, sans-serif;
  border: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .aboutCompany .cont_ttl.cont_ttl__marker {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
.aboutCompany .cont_ttl.cont_ttl__marker:before {
  display: block;
  flex: 0 0 1em;
  height: 1em;
  margin-right: 6px;
  background-color: currentColor;
  content: "";
}
@media screen and (min-width: 768px) {
  .aboutCompany .cont_ttl.cont_ttl__marker + .cont_txt {
    margin-top: 15px;
  }
}
.aboutCompany .cont_txt {
  font-size: 1.8rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .aboutCompany .cont_txt {
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .aboutCompany .cont_txt {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .aboutCompany .cont_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.9px) {
  .aboutCompany .cont_txt {
    font-size: 1.3rem;
  }
}
.aboutCompany .cont_link {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: century-gothic, sans-serif;
}
@media screen and (min-width: 768px) {
  .aboutCompany .cont_link {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 767.9px) {
  .aboutCompany .cont_link {
    margin-top: 30px;
    width: 70%;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .aboutCompany .cont_link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.9px) {
  .aboutCompany .cont_link {
    font-size: 1.4rem;
  }
}

.companyArchive_ttl {
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .companyArchive_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.9px) {
  .companyArchive_ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .companyArchive_cardUnit {
    margin-right: auto;
    margin-left: auto;
    max-width: 1300px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .companyArchive_cardUnit {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .companyArchive_cardUnit {
    margin-top: 30px;
  }
}
.companyArchive_card {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .companyArchive_card {
    margin-left: 20px;
    margin-right: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .companyArchive_card {
    margin-left: 1.65vw;
    margin-right: 1.65vw;
  }
}
@media screen and (max-width: 767.9px) {
  .companyArchive_card {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .companyArchive_card .card_body {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 768px) {
  .companyArchive_card .card_img {
    width: 366px;
    height: 205.875px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .companyArchive_card .card_img {
    width: 28vw;
    height: 15.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .companyArchive_card .card_img {
    width: 27.6vw;
    height: 15.525vw;
  }
}
.companyArchive_card .card_txt {
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .companyArchive_card .card_txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.9px) {
  .companyArchive_card .card_txt {
    font-size: 1.4rem;
  }
}
.companyArchive_card .card_ttl {
  margin-top: 0.25em;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .companyArchive_card .card_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.9px) {
  .companyArchive_card .card_ttl {
    text-align: left;
    font-size: 1.8rem;
  }
}

.slick-prev:before, .slick-next:before {
  color: black;
  font-size: 3.5rem;
}

.slick-prev,
.slick-next {
  width: 3.5rem;
  height: 3.5rem;
}

.slick-prev:before {
  content: "";
  display: inline-block;
  border: 0.5em solid rgba(0, 0, 0, 0);
  border-right-width: 0.625em;
  border-right-color: black;
  background-color: rgba(0, 0, 0, 0);
}

.slick-next:before {
  content: "";
  display: inline-block;
  border: 0.5em solid rgba(0, 0, 0, 0);
  border-left-width: 0.625em;
  border-left-color: black;
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1400px) {
  .slick-prev {
    left: 0;
    transform: translateX(5%);
    z-index: 10;
  }

  .slick-next {
    right: 0;
    transform: translateX(-5%);
    z-index: 10;
  }
}

/*# sourceMappingURL=company_single.css.map */
