/*==================================================
main
==================================================*/
.main {
  position: relative;
  width: 100%;
}
.main-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-slider img {
  width: 100%;
}
.main p.main-title {
  position: absolute;
  bottom: 7rem;
  left: 7rem;
  z-index: 100;
}
.main p.main-title span {
  display: block;
}
.main p.main-title span.en {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 12.6rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.main p.main-title span.ja {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  padding-left: 7rem;
  margin-top: 3rem;
}
.main a.entry-btn {
  position: fixed;
  bottom: 10rem;
  right: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 25.6rem;
  background: #192E99;
  color: #fff;
  border-radius: 5em;
  padding: 1.2rem 2rem;
  z-index: 10;
}
.main a.entry-btn span.txt {
  width: calc(100% - 5.2rem);
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.45;
  padding-left: 1rem;
}
.main a.entry-btn span.ico-fiexd-link {
  width: 5.2rem;
  height: 5.2rem;
  background: url(../img/cmn/ico-link-white.svg) no-repeat;
  background-size: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@media screen and (max-width: 767px) {
  .main {
    position: relative;
    width: 100%;
  }
  .main-slider {
    position: relative;
    width: 100%;
  }
  .main p.main-title {
    bottom: 2.5rem;
    left: 3rem;
  }
  .main p.main-title span.en {
    font-size: 4.7rem;
    text-indent: -0.6em;
    padding-left: 0.6em;
    line-height: 1.2;
  }
  .main p.main-title span.ja {
    font-size: 1.8rem;
    padding-left: 0;
    margin-top: 2rem;
  }
  .main a.entry-btn {
    bottom: 0;
    right: unset;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #192E99;
    border-radius: 0;
    padding: 1rem 2rem;
  }
  .main a.entry-btn span.txt {
    width: max-content;
  }
  .main a.entry-btn span.ico-fiexd-link {
    width: 4rem;
    height: 4rem;
  }
}
/*==================================================
about
==================================================*/
.about {
  width: 100%;
  background: url(../img/top/about-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 16.5rem 0 12rem;
}
.about-wrap {
  width: 90.28%;
  max-width: 144rem;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  float: right;
}
.about-txtwrap {
  width: calc(100% - 53.4rem);
  padding-right: 10rem;
}
.about-txtwrap-inr {
  padding-left: 8rem;
  margin-top: 6rem;
}
.about-txtwrap-inr h3 {
  font-size: 4rem;
  line-height: 1.45;
  color: #000;
  font-weight: bold;
}
.about-txtwrap-inr p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 4rem;
}
.about-txtwrap-inr p:first-of-type {
  margin-top: 4.5rem;
}
.about-txtwrap-inr p.text-link {
  margin-top: 3.5rem;
}
.about-thumb {
  width: 53.4rem;
}
.about-thumb figure.basic {
  display: block;
}
.about-thumb figure.full {
  display: none;
}

@media screen and (min-width: 1441px) {
  .about-wrap {
    width: 100%;
    max-width: 116.5rem;
    margin: 0 auto;
    float: none;
  }
  .about-thumb {
    width: 53.4rem;
  }
  .about-thumb figure.basic {
    display: none;
  }
  .about-thumb figure.full {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  .about-wrap {
    width: 100%;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .about {
    width: 100%;
    background: url(../img/top/about-sp-bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 6rem 0;
  }
  .about-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    float: none;
    padding-left: 0;
  }
  .about-txtwrap {
    width: 100%;
    padding: 0 3rem;
  }
  .about-txtwrap-inr {
    padding-left: 0;
    margin-top: 4.5rem;
  }
  .about-txtwrap-inr h3 {
    font-size: 2.2rem;
    line-height: 1.45;
    color: #000;
    font-weight: bold;
  }
  .about-txtwrap-inr p {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .about-txtwrap-inr p:first-of-type {
    margin-top: 2.5rem;
  }
  .about-txtwrap-inr p.text-link {
    margin-top: 3.5rem;
    text-align: center;
  }
  .about-thumb {
    width: 100%;
    margin-top: 6rem;
    padding-left: 3rem;
  }
}
/*==================================================
works
==================================================*/
.works {
  width: 100%;
  background: url(../img/top/works-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 12rem 4rem;
}
.works-wrap {
  width: 100%;
  max-width: 116.5rem;
  margin: 0 auto;
}
.works-titwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.works-titwrap h2 {
  width: 31rem;
}
.works-titwrap h3 {
  width: calc(100% - 31rem);
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.55;
  display: flex;
  justify-content: flex-end;
}
.works-list {
  width: 100%;
  max-width: 100rem;
  margin: 6rem auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.works-list-item {
  width: calc(50% - 2rem);
  text-align: center;
  margin-right: 4rem;
}
.works-list-item:nth-child(2n) {
  margin-right: 0;
}
.works-list-item figcaption {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  color: #fff;
  margin-top: 2rem;
}
.works-msg {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  margin-top: 6rem;
  text-align: center;
}
.works p.text-link {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .works {
    background: url(../img/top/works-sp-bg.jpg) no-repeat;
    background-size: cover;
    padding: 8rem 3rem 6rem;
  }
  .works-wrap {
    max-width: 100%;
  }
  .works-titwrap {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .works-titwrap h2 {
    width: 100%;
  }
  .works-titwrap h3 {
    width: 100%;
    font-size: 2rem;
    justify-content: flex-start;
    margin-top: 4rem;
  }
  .works-list {
    max-width: 100%;
    margin: 0.5rem auto 0;
    justify-content: center;
    /* margin-right: 0; */
  }
  .works-list-item {
    width: 50%;
    margin-top: 3rem;
    padding: 0 1rem;
    text-align: center;
    margin-right: 0;
  }
  .works-list-item figcaption {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
  .works-msg {
    margin-top: 3rem;
    text-align: left;
  }
  .works p.text-link {
    margin-top: 4rem;
  }
}
/*==================================================
recruit
==================================================*/
.recruit {
  width: 100%;
  background: url(../img/top/recruit-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 16rem 0 8rem;
}
.recruit-wrap {
  width: 100%;
  max-width: 116.5rem;
  margin: 0 auto;
}
.recruit-msg {
  display: block;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 5rem;
}
.recruit-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 9rem;
}
.recruit-list-link {
  position: relative;
  width: 50%;
}
.recruit-list-link a {
  display: block;
  overflow: hidden;
}
.recruit-list-link a:hover {
  opacity: 1;
}
.recruit-list-link a:hover img {
  transform: scale(1.1, 1.1);
}
.recruit-list-link a h3 {
  font-size: 4.8rem;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  bottom: 3rem;
  left: 4rem;
}
.recruit-list-link a img {
  transform: scale(1, 1);
  transition: all ease 0.3s;
}
.recruit-list-link a span.ico-link {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
}
.recruit-list-link a span.ico-link:before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(../img/cmn/ico-link-white.svg) no-repeat;
  background-size: 100%;
  margin-right: 1rem;
}
.recruit-slider {
  width: 100%;
  margin-top: 8rem;
}
.recruit-slider figure {
  padding: 0 2rem;
}
.recruit-slider figure:nth-child(2n) {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .recruit {
    width: 100%;
    background: url(../img/top/recruit-sp-bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 8rem 0 6rem;
  }
  .recruit-wrap {
    max-width: 100%;
  }
  .recruit-msg {
    font-size: 2.2rem;
    line-height: 1.45;
    margin-top: 3.5rem;
  }
  .recruit-list {
    margin-top: 6rem;
  }
  .recruit-list-link {
    position: relative;
    width: 100%;
  }
  .recruit-list-link a {
    display: block;
  }
  .recruit-list-link a h3 {
    font-size: 2.8rem;
    bottom: 3.2rem;
    left: 3.2rem;
  }
  .recruit-list-link a span.ico-link {
    right: 2.2rem;
    font-size: 1.5rem;
  }
  .recruit-slider {
    margin-top: 6rem;
  }
  .recruit-slider figure {
    padding: 0 0.5rem;
  }
  .recruit-slider figure:nth-child(2n) {
    margin-top: 2.5rem;
  }
}
/*# sourceMappingURL=top.css.map */