.mv {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 990px;
  }
}
@media screen and (max-width: 767.9px) {
  .mv {
    height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .mv_logo {
    width: 1000px;
    max-width: 1000px;
    transform: translateY(-90px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .mv_logo {
    width: 84%;
  }
}
@media screen and (max-width: 767.9px) {
  .mv_logo {
    width: calc(100% + 4vw);
    max-width: 700px;
    transform: translateY(-10%);
  }
}
@media screen and (min-width: 768px) {
  .mv_logo {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .mv_logo {
    padding-top: 3vw;
  }
}
@media screen and (max-width: 767.9px) {
  .mv_logo {
    padding-top: 4vw;
  }
}
.mv_logo_upper {
  height: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .mv_logo_upper {
    height: 2.5vw;
  }
}
@media screen and (max-width: 767.9px) {
  .mv_logo_upper {
    height: 3vw;
  }
}
.mv_logo_upper img {
  height: 100%;
}
.mv_logo_upper img {
  margin-left: auto;
  margin-right: auto;
}
.mv_logo_slick {
  background-image: url("../image/logo/bg.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .mv_logo_slick {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .mv_logo_slick {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767.9px) {
  .mv_logo_slick {
    margin-top: 4vw;
    width: 100%;
  }
}
.mv_logo_slick li {
  text-align: center;
}
.mv_logo_slick li img {
  width: 100%;
}

.about {
  background-color: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 150px 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .about {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767.9px) {
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about_ttl {
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767.9px) {
  .about_ttl {
    font-size: 1.55rem;
    line-height: 1.5;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.about_txt {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .about_txt {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .about_txt {
    margin-top: 20px;
    font-size: 1.45rem;
    letter-spacing: 0.1em;
    line-height: 1.85;
  }
}
@media screen and (min-width: 768px) {
  .about_contact {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .about_contact {
    margin-top: 30px;
  }
}
.about_contact .linkBtn {
  font-size: 1.6rem;
  letter-spacing: 0px;
  font-weight: normal;
  color: #9082AA;
}
.about_contact .linkBtn:link, .about_contact .linkBtn:visited, .about_contact .linkBtn:hover, .about_contact .linkBtn:active {
  color: #9082AA;
}
@media screen and (max-width: 767.9px) {
  .about_contact .linkBtn {
    padding-left: 1.5em;
    padding-right: 0.7em;
    font-size: 1.3rem;
  }
}
.about_contact .linkBtn::after {
  margin-left: 0.6em;
  border-left-color: #9082AA;
}
.about_contact .linkBtn__bd {
  border-color: #9082AA;
}
.about_contact .linkBtn__bd:hover {
  color: white;
  background-color: #9082AA;
}
.about_contact .linkBtn__bd:hover::after {
  border-left-color: white;
}
.about_btn {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .about_btn {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767.9px) {
  .about_btn {
    margin-top: 30px;
    font-size: 1.9rem;
  }
  .about_btn::after {
    margin-left: 0.5625em;
  }
}
.about_detail {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .about_detail {
    width: 680px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .about_detail {
    width: 65vw;
  }
}
@media screen and (max-width: 767.9px) {
  .about_detail {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .about_detail .detail_img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .about_detail .detail_img {
    margin-top: 20px;
  }
}
.about_detail .detail_txt {
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .about_detail .detail_txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .about_detail .detail_txt {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.about_detail .detail_close {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: century-gothic, sans-serif;
}
@media screen and (min-width: 768px) {
  .about_detail .detail_close {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .about_detail .detail_close {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}
.about_movie {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .about_movie {
    margin-top: 75px;
    max-width: 780px;
    width: 780px;
    height: 438.75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .about_movie {
    width: 70vw;
    height: 39.375vw;
  }
}
@media screen and (max-width: 767.9px) {
  .about_movie {
    margin-top: 30px;
    max-width: 100%;
    width: 80vw;
    height: 45vw;
  }
}
.about_movie img, .about_movie iframe {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about_movie img {
  width: 100%;
}
.about_movie iframe {
  width: 100%;
}
.about_movie:before, .about_movie::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
}
.about_movie:before {
  z-index: 1;
  width: 85px;
  height: 85px;
  background-color: rgba(35, 24, 21, 0.7);
  border-radius: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: background-color 250ms ease;
}
.about_movie::after {
  z-index: 2;
  border: 17px solid rgba(0, 0, 0, 0);
  border-left-width: 34px;
  border-left-color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0);
  transform: translateY(-50%) translateX(-25%);
}
@media screen and (max-width: 1300px) {
  .about_movie:before {
    width: 60px;
    height: 60px;
  }
  .about_movie::after {
    border-width: 12px;
    border-left-width: 24px;
  }
}
.about_movie:before {
  width: 51px;
  height: 51px;
}
.about_movie::after {
  border-width: 10.2px;
  border-left-width: 20.4px;
}
.about_movie:hover::before {
  background-color: rgba(255, 0, 0, 0.9);
}

.news {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .news {
    margin-top: 90px;
    width: 819px;
    max-width: 819px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .news {
    width: 73.5vw;
  }
}
@media screen and (max-width: 767.9px) {
  .news {
    margin-top: 30px;
    width: 80vw;
    max-width: 100%;
  }
}
.news .twocol {
  width: 100%;
}
.news .twocol_left {
  display: none;
}
.news .twocol_right {
  width: 100%;
}
.news_contUnit .cont {
  text-align: left;
  display: flex;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .news_contUnit .cont {
    font-size: 1.35rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .news_contUnit .cont_date {
    width: 7.55em;
  }
}
@media screen and (max-width: 767.9px) {
  .news_contUnit .cont_date {
    width: 7.15em;
  }
}
@media screen and (min-width: 768px) {
  .news_contUnit .cont_txt {
    width: calc(100% - 7.55em);
  }
}
@media screen and (max-width: 767.9px) {
  .news_contUnit .cont_txt {
    width: calc(100% - 7.15em);
  }
}
.news_contUnit .cont:not(:first-child) {
  margin-top: 0.5em;
}

.company {
  text-align: center;
}
.company_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) {
  .company_ttl {
    font-size: 2.6rem;
  }
}
.company_contUnit {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .company_contUnit {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .company_contUnit {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .company_cont:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .company_cont:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .company_cont .twocol {
    align-items: center;
  }
  .company_cont .twocol_left {
    width: 60%;
  }
  .company_cont .twocol_right {
    width: 40%;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .company_cont .twocol_left {
    width: 55%;
  }
  .company_cont .twocol_right {
    width: 45%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .company_cont .twocol_left {
    width: 100%;
  }
  .company_cont .twocol_right {
    margin-top: 15px;
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .company_cont .cont {
    text-align: right;
  }
}
.company_cont .cont_movie {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .company_cont .cont_movie {
    width: 730px;
    height: 410.625px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .company_cont .cont_movie {
    width: 50vw;
    height: 28.125vw;
  }
}
@media screen and (max-width: 767.9px) {
  .company_cont .cont_movie {
    width: 88vw;
    height: 49.5vw;
  }
}
.company_cont .cont_movie img {
  width: 100%;
}
.company_cont .cont_movie:before, .company_cont .cont_movie::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
}
.company_cont .cont_movie:before {
  z-index: 1;
  width: 85px;
  height: 85px;
  background-color: rgba(35, 24, 21, 0.7);
  border-radius: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: background-color 250ms ease;
}
.company_cont .cont_movie::after {
  z-index: 2;
  border: 17px solid rgba(0, 0, 0, 0);
  border-left-width: 34px;
  border-left-color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0);
  transform: translateY(-50%) translateX(-25%);
}
@media screen and (max-width: 1300px) {
  .company_cont .cont_movie:before {
    width: 60px;
    height: 60px;
  }
  .company_cont .cont_movie::after {
    border-width: 12px;
    border-left-width: 24px;
  }
}
.company_cont .cont_movie:hover::before {
  background-color: rgba(255, 0, 0, 0.9);
}
.company_cont .cont_txt {
  line-height: 1.4;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .company_cont .cont_txt {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company_cont .cont_txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .company_cont .cont_txt {
    text-align: left;
    font-size: 1.45rem;
  }
}
.company_cont .cont_ttl {
  margin-top: 0.15em;
  border-bottom: 3px solid black;
  font-size: 3.8rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .company_cont .cont_ttl {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .company_cont .cont_ttl {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company_cont .cont_ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .company_cont .cont_ttl {
    padding-bottom: 10px;
    border-bottom-width: 1.5px;
    text-align: left;
    font-size: 2.4rem;
  }
}
.company_cont .cont .hrItemUnit {
  display: flex;
  flex-wrap: wrap;
}
.company_cont .cont .hrItem {
  margin-right: 5px;
  margin-top: 5px;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .company_cont .cont .hrItemUnit {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .company_cont .cont .hrItemUnit {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company_cont .cont .hrItem {
    width: 50px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 840px) {
  .company_cont .cont .hrItem {
    width: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .company_cont .cont .hrItem {
    width: 50px;
  }
}
.company_cont .cont_link {
  font-size: 1.8rem;
  font-family: century-gothic, sans-serif;
}
@media screen and (min-width: 768px) {
  .company_cont .cont_link {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company_cont .cont_link {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.9px) {
  .company_cont .cont_link {
    margin-top: 10px;
    font-size: 1.35rem;
  }
}
.company_link {
  justify-content: center;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: century-gothic, sans-serif;
}
@media screen and (min-width: 768px) {
  .company_link {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767.9px) {
  .company_link {
    margin-top: 40px;
    width: 60%;
    font-size: 1.8rem;
  }
}

.companiesLink {
  display: block;
  position: fixed;
  z-index: 10;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: white;
}
@media screen and (min-width: 768px) {
  .companiesLink {
    right: 0;
    top: 25%;
    padding: 1.85em 0.7em 1.85em 0.85em;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    background-color: black;
    border-radius: 1.35em 0 0 1.35em;
    transition: padding-right 250ms ease;
  }
  .companiesLink:hover {
    padding-right: 1.25em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .companiesLink {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .companiesLink {
    left: 3%;
    bottom: 3%;
    width: 94%;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-size: 2.2rem;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 0.75em;
    text-align: center;
  }
}
.companiesLink:link, .companiesLink:visited, .companiesLink:hover, .companiesLink:active {
  color: white;
}

/*# sourceMappingURL=index.css.map */
