@charset "UTF-8";
/*
@mixin trans(){
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}*/
.news .inner {
  padding: 0;
}
.news [class^=news__icon] {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.2rem;
  width: 6em;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 2rem;
  margin-right: 1em;
}
.news .news__link {
  display: block;
  padding: 2rem 0;
}

.news__red {
  background: #DC0917;
  color: #fff;
  font-size: 1.8rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news__red:hover {
  opacity: 0.8;
}
.news__red .news__link {
  color: #fff;
}
.news__red .news__iconKyubo {
  background: #fff;
  color: #DC0917;
}
.news__red .news__entry {
  display: block;
  font-size: 1.4rem;
}

.news__grey {
  background: #F2F2F3;
}
.news__grey .inner {
  padding: 2rem 0;
}
.news__grey .news__iconNew {
  background: #DC0917;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .news .inner {
    padding: 0;
  }
  .news [class^=news__icon] {
    display: inline-block;
    padding: 0.2rem;
    width: 6em;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 2rem;
    margin-right: 1em;
  }
  .news .news__link {
    display: block;
    padding: 2rem 0;
  }
  .news__red {
    background: #DC0917;
    color: #fff;
    font-size: 2.4rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .news__red:hover {
    opacity: 0.8;
  }
  .news__red .news__link {
    color: #fff;
  }
  .news__red .news__iconKyubo {
    background: #fff;
    color: #DC0917;
  }
  .news__red .news__entry {
    font-size: 1.6rem;
    margin-left: 2rem;
    display: inline-block;
  }
  .news__grey {
    background: #F2F2F3;
  }
  .news__grey .inner {
    padding: 2rem 0;
  }
  .news__grey .news__iconNew {
    background: #DC0917;
    color: #fff;
  }
}
.mv {
  position: relative;
}
.mv .slider [class^=img] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 50px);
  margin: 0;
}
.mv .slider .img01 {
  background-image: url("../images/top/mv1_sp.jpg");
}
.mv .slider .img02 {
  background-image: url("../images/top/mv2_sp.jpg");
}
.mv .slider .img03 {
  background-image: url("../images/top/mv3_sp.jpg");
}
.mv .slider .img04 {
  background-image: url("../images/top/mv4_pc.jpg");
}
.mv .slider .img05 {
  background-image: url("../images/top/mv5_sp.jpg");
}
.mv .inner-mv {
  width: 80%;
  margin: 0 auto;
  height: 100%;
}
.mv .inner-mv .mv__text {
  position: absolute;
  left: 5%;
  bottom: 24vw;
  width: 90%;
}

@media screen and (min-width: 750px) {
  .mv .slider .img01 {
    background-image: url("../images/top/mv1_pc.jpg");
  }
  .mv .slider .img02 {
    background-image: url("../images/top/mv2_pc.jpg");
  }
  .mv .slider .img03 {
    background-image: url("../images/top/mv3_pc.jpg");
  }
  .mv .slider .img04 {
    background-image: url("../images/top/mv4_pc.jpg");
  }
  .mv .slider .img05 {
    background-image: url("../images/top/mv5_pc.jpg");
  }
  .mv .inner-mv {
    width: 90%;
  }
  .mv .inner-mv .mv__text {
    width: 70%;
    max-width: 960px;
    bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  .mv .slider [class^=img] {
    height: 100vh;
  }
}
/*-----------------
COMMON
-----------------*/
.section__btn {
  margin: 20% 0 10%;
  max-width: 750px;
}
.section__btn .section__btn-link {
  background: #DC0917;
  color: #fff;
  display: block;
  padding: 1rem 1rem 1rem 3.5rem;
  position: relative;
  font-size: 1.8rem;
}
.section__btn .section__btn-link:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background-image: url("../images/arrow-white.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  left: 1.5rem;
}
.section__btn .section__btn-link:hover {
  opacity: 0.8;
}

.section .inner {
  padding: 15% 0;
}
.section .section__main {
  margin-top: 10%;
}
.section .section__main .section_main-ttl {
  font-size: 2rem;
  margin-bottom: 8%;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.section .section__main .section__main-text {
  line-height: 2;
}
.section .section__main .section__main-sign {
  margin: 4rem 0;
}

.arrow-item:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 0.44em;
  height: 0.8em;
  background-image: url("../images/arrow-red.svg");
  margin-right: 0.5rem;
}

@media screen and (min-width: 750px) {
  .section .inner {
    padding: 8rem 0;
  }
  .section .inner .section__ttl {
    width: 50px;
  }
  .section .section__main {
    margin-top: 0;
  }
  .section .section__main .section_main-ttl {
    font-size: 3rem;
  }
  .section .section__main .section__main-text {
    font-size: 1.8rem;
  }
  .section .section__main .section__main-sign {
    font-size: 1.8rem;
  }
  .section__btn {
    margin: 10rem 0 5rem;
  }
}
@media screen and (min-width: 980px) {
  .section .inner {
    padding: 20rem 0;
  }
  .section .inner .section__ttl {
    width: 80px;
  }
  .section .section__main .section_main-ttl {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
}
/*-----------------
MESSAGE
-----------------*/
#message {
  position: relative;
}
#message .bgArea {
  width: 100%;
  background-image: url("../images/top/mv-message_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  min-height: 100vh;
}
#message:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#message .inner {
  position: relative;
}

@media screen and (min-width: 750px) {
  #message {
    position: relative;
  }
  #message .bgArea {
    width: 100%;
    background-image: url("../images/top/mv-message_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    min-height: 100vh;
  }
  #message .inner {
    width: 90%;
    max-width: 800px;
  }
  #message .section__ttl {
    position: absolute;
    left: 5%;
    top: 8rem;
  }
  #message .section__main {
    width: calc(100% - 150px);
    margin-left: 150px;
  }
}
@media screen and (min-width: 980px) {
  #message .inner {
    width: 54%;
  }
  #message .section__ttl {
    position: absolute;
    left: -160px;
    top: 20rem;
  }
  #message .section__main {
    width: 100%;
    margin-left: 0;
  }
}
/*-----------------
customer
-----------------*/
#customer .bgArea {
  width: 100%;
  height: auto;
  height: 100vh;
  background-image: url("../images/top/mv-customer_sp.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#customer .bgArea:before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#customer .bgArea .inner {
  position: relative;
}
#customer .bgArea .inner .bgArea__box {
  background: rgba(255, 255, 255, 0.6);
  padding: 10% 5%;
}

@media screen and (min-width: 750px) {
  #customer {
    position: relative;
  }
  #customer .bgArea {
    background-image: url("../images/top/mv-customer_pc.jpg");
  }
  #customer .inner {
    width: 90%;
    max-width: 800px;
  }
  #customer .inner .bgArea__box {
    width: calc(100% - 150px);
    margin-right: 150px;
  }
  #customer .section__ttl {
    position: absolute;
    right: 0;
    top: 8rem;
    width: 80px;
  }
}
@media screen and (min-width: 980px) {
  #customer .bgArea .inner {
    padding-top: 8rem;
  }
  #customer .bgArea .inner .bgArea__box {
    padding: 5rem 5rem;
    margin-right: 100px;
    width: calc(100% - 100px);
  }
  #customer .section__ttl {
    width: 100px;
    right: -50px;
    top: 15rem;
  }
  #customer .section__main {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #customer .section__main .section_main-ttl {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #customer .bgArea .inner {
    padding-top: 12rem;
  }
  #customer .bgArea .inner .bgArea__box {
    padding: 5rem 5rem;
    margin-right: 0;
    width: 100%;
  }
  #customer .section__ttl {
    width: 110px;
    right: -150px;
  }
}
/*-----------------
works
-----------------*/
.worksLead__list .worksLead__figure {
  width: 100%;
  margin-bottom: 0.5rem;
}
.worksLead__list .worksLead__figure .worksLead__img {
  width: 100%;
}
.worksLead__list .worksLead__item {
  position: relative;
  margin-bottom: 5%;
}
.worksLead__list .worksLead__item .worksLead__link {
  display: inline-block;
  margin-top: 1rem;
}
.worksLead__list .worksLead__item .worksLead__link:hover {
  opacity: 0.8;
  cursor: pointer;
}
.worksLead__list .worksLead__item .worksLead__link .worksLead__span {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.worksLead__list .worksLead__item .worksLead__link .worksLead__span:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background-image: url("../images/arrow-red.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  left: 0;
}

@media screen and (min-width: 750px) {
  .worksLead .inner {
    padding: 2rem 0;
    width: 96%;
    max-width: 1800px;
  }
  .worksLead__list {
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .worksLead__list .worksLead__figure {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: skewY(-50deg);
    display: block;
    margin-bottom: 1rem;
  }
  .worksLead__list .worksLead__figure .worksLead__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: skewY(50deg);
  }
  .worksLead__list .worksLead__item {
    width: 46%;
    margin-bottom: 2rem;
  }
  .worksLead__list .worksLead__item:nth-child(2), .worksLead__list .worksLead__item:nth-child(3) {
    margin-left: -22%;
  }
  .worksLead__list .worksLead__item:hover .worksLead__link .worksLead__img {
    width: 120%;
    height: 120%;
  }
}
@media screen and (min-width: 750px) {
  #customer .worksLead .inner {
    max-width: 1800px;
  }
}
/*-----------------
interview
-----------------*/
/*-----------------
company info
-----------------*/
.section__main .companyinfo__block {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section__main .companyinfo__block .companyinfo__content {
  width: calc(100% - 120px);
  margin-top: 2rem;
  position: relative;
}
.section__main .companyinfo__block .companyinfo__content .companyinfo__ttl {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.section__main .companyinfo__block .companyinfo__content .companyinfo__list .companyinfo__item:hover .arrow-item {
  color: #DC0917;
}
.section__main .companyinfo__block .companyinfo__figure {
  width: 120px;
}
.section__main .companyinfo__company .companyinfo__figure {
  order: 2;
}
.section__main .companyinfo__company .companyinfo__content {
  order: 1;
}
.section__main .companyinfo__welfare {
  margin-top: -5rem;
}
.section__main .companyinfo__welfare .companyinfo__content {
  position: relative;
}
.section__main .companyinfo__welfare .companyinfo__content .companyinfo__content-inner {
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 92%;
  height: auto;
}

.bnrArea {
  margin-top: 15%;
}
.bnrArea .bnrArea__link:hover {
  opacity: 0.8;
}

.bnrSchool .bnrSchool__block {
  margin: 2% 0;
}
.bnrSchool .bnrSchool__block .bnrSchool__link {
  width: 100%;
  display: block;
  text-align: center;
  padding: 2rem 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.bnrSchool .bnrSchool__block .bnrSchool__link:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  right: 10px;
}
.bnrSchool .bnrSchool__block:first-child .bnrSchool__link {
  background: #DC0917;
  color: #fff;
  border: 2px solid #DC0917;
}
.bnrSchool .bnrSchool__block:first-child .bnrSchool__link:after {
  background-image: url(../images/arrow-white.svg);
}
.bnrSchool .bnrSchool__block:nth-child(2) .bnrSchool__link {
  background: #fff;
  border: 2px solid #DC0917;
  color: #DC0917;
  position: relative;
}
.bnrSchool .bnrSchool__block:nth-child(2) .bnrSchool__link:after {
  background-image: url(../images/arrow-red.svg);
}
.bnrSchool .bnrSchool__block:nth-child(2) .bnrSchool__link:hover {
  background: #F1F1F1;
}

@media screen and (min-width: 750px) {
  #companyinfo .inner {
    position: relative;
  }
  #companyinfo .section__ttl {
    position: absolute;
    left: 0;
    top: 8rem;
  }
  #companyinfo .section__main {
    width: calc(100% - 100px);
    margin-left: 100px;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0;
  }
  #companyinfo .section__main .companyinfo__block {
    display: block;
    width: 40%;
  }
  #companyinfo .section__main .companyinfo__block .companyinfo__figure {
    width: 100%;
  }
  #companyinfo .section__main .companyinfo__block .companyinfo__content {
    width: 100%;
  }
  #companyinfo .section__main .companyinfo__block .companyinfo__content .companyinfo__ttl {
    margin-bottom: 0.5rem;
  }
  #companyinfo .section__main .companyinfo__company {
    order: 2;
  }
  #companyinfo .section__main .companyinfo__welfare {
    order: 1;
    margin-top: 10rem;
  }
  #companyinfo .section__main .companyinfo__welfare .companyinfo__content .companyinfo__content-inner {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
  }
  .bnrArea {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 980px) {
  #companyinfo .section__main {
    margin: 0 0 0 20%;
    width: 80%;
  }
  #companyinfo .section__main .companyinfo__block {
    width: 36%;
  }
  #companyinfo .section__main .companyinfo__block .companyinfo__content .companyinfo__ttl {
    font-size: 2.4rem;
  }
  #companyinfo .section__main .companyinfo__block .companyinfo__content .companyinfo__list .companyinfo__item .arrow-item {
    font-size: 1.8rem;
  }
  #companyinfo .section__main .companyinfo__welfare {
    margin-top: 10rem;
  }
  .bnrArea {
    margin: 10rem 0 0 20%;
    width: 80%;
    max-width: 980px;
  }
  .bnrSchool {
    margin: 4rem 0 0 20%;
    width: 80%;
    max-width: 980px;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bnrSchool .bnrSchool__block {
    width: 48%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .bnrSchool .bnrSchool__block .bnrSchool__link {
    font-size: 20px;
  }
  .bnrSchool .bnrSchool__block:first-child {
    margin-right: 4%;
  }
}
.interview {
  background: #F4F4F4;
}
.interview .inner {
  padding: 10rem 0;
}
.interview .section__ttl-interview {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 2rem;
}
.interview .interview__movieArea {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.interview .interview__movieArea .interview__movieVideo {
  width: 100%;
  height: auto;
}
.interview .section__btn {
  margin: 10rem auto 0;
}

/*会社説明会申込*/
.fair {
  margin: 40px 0;
}
.fair .fair__icon {
  display: block;
  background: #DC0917;
  color: #fff;
  padding: 4px 0;
  margin: 0 auto 16px;
  width: 6em;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  font-weight: bold;
}
.fair .fair__sub {
  text-align: center;
  font-size: 24px;
}
.fair .fair__ttl {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.fair .fair__table {
  margin: 40px 0;
}
.fair .fair__table-ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: bold;
}
.fair .fair__btn {
  margin: 24px auto;
  width: 100%;
  max-width: 500px;
}
.fair .fair__btn a {
  display: block;
  background: #DC0917;
  color: #fff;
  padding: 8px 16px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.contacttable {
  margin: 16px auto;
  width: 100%;
  max-width: 800px;
}
.contacttable .contacttable__p {
  text-align: center;
  margin-bottom: 16px;
}
.contacttable .contacttable__caution {
  text-align: right;
  font-size: 14px;
  margin-top: 8px;
}
.contacttable .contacttable__table {
  margin: 0 auto;
  font-size: 15px;
  width: 100%;
}
.contacttable .contacttable__tr {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.contacttable .contacttable__tr .contacttable__th {
  background: #ddd;
  padding: 0.5rem;
  text-align: center;
  border-right: 1px solid #ccc;
}
.contacttable .contacttable__tr .contacttable__kaizyo {
  width: 5em;
}
.contacttable .contacttable__tr .contacttable__td {
  text-align: center;
  border-right: 1px solid #ccc;
  padding: 2px;
  font-size: 14px;
}
.contacttable .contacttable__tr .contacttable__th-date {
  border-right: 1px solid #ccc;
  text-align: center;
  padding: 2px;
}
.contacttable .contacttable__tr.--last {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 750px) {
  .fair {
    margin: 0 0;
  }
  .fair .fair__sub {
    font-size: 16px;
  }
  .fair .fair__ttl {
    font-size: 24px;
    margin-bottom: 5%;
  }
  .fair .fair__table {
    margin: 5% 0;
  }
  .fair .fair__table-ttl {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .fair .fair__btn {
    margin: 10% auto;
    width: 100%;
    max-width: none;
  }
  .fair .fair__btn a {
    font-size: 16px;
  }
  .contacttable {
    margin: 0 auto;
  }
  .contacttable .contacttable__p {
    margin-bottom: 5%;
  }
  .contacttable .contacttable__table {
    font-size: 2.4vw;
  }
  .contacttable .contacttable__tr .contacttable__th {
    font-size: 2.8vw;
  }
  .contacttable .contacttable__tr .contacttable__td {
    font-size: 2.4vw;
  }
}
.interview__list .interview__item {
  padding: 1.5em;
  position: relative;
  padding-bottom: 10rem;
}
.interview__list .interview__item .interview__link {
  display: block;
}
.interview__list .interview__item .interview__link .interview__figure {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.interview__list .interview__item .interview__link .interview__content {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 1rem;
  width: 80%;
  position: absolute;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  bottom: 4rem;
}
.interview__list .interview__item .interview__link .interview__content .interview__ttl {
  font-size: 2rem;
}
.interview__list .interview__item .interview__link .interview__content .interview__ttl .interview__cat {
  font-size: 1.4rem;
  margin-right: 1rem;
}/*# sourceMappingURL=index.css.map */