@import url("//use.typekit.net/aot1ggt.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.header {
  background-color: transparent;
}

.mv_bg {
  width: 100%;
  height: 100vh;
  background: url(../img/top/mv-sp.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.mv {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.mv .mv_ttl {
  position: fixed;
  max-width: 31rem;
  filter: drop-shadow(0px 0px 5px #fff);
}
.mv .mv_txt {
  line-height: 2;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  filter: drop-shadow(0px 0px 5px #fff);
}
.mv .mv_txt .chousen {
  width: 15rem;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.mv .mv_txt .chousen:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 36px;
  left: 24px;
  bottom: -15px;
  background: url(../img/common/under.png) no-repeat center center/contain;
  z-index: -1;
}
.mv .mv_txt .big_txt {
  font-size: 4rem;
}
.mv .en {
  position: absolute;
  top: 52%;
  right: 5rem;
  transform: translateY(-50%);
  line-height: 1.8;
  font-size: 1rem;
  font-family: "Roboto", serif;
  font-style: italic;
  font-weight: 100;
}

@keyframes fadeInCopy1 {
  0% {
    opacity: 0;
    transform: scale(1.15);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes fadeInCopy2 {
  0% {
    opacity: 0;
    transform: translate(-35px, 0);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}
@media only screen and (min-width: 769px) {
  .mv_bg {
    background: url(../img/top/mv.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .mv {
    min-height: 670px;
  }
  .mv .en {
    top: 38%;
    right: 3rem;
    line-height: 1.3;
  }
  .mv .mv_txt {
    line-height: 1.7;
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
  .mv .mv_txt .big_txt {
    font-size: 3.6rem;
  }
  .mv .mv_txt .chousen {
    width: 11rem;
  }
  .mv .mv_txt .chousen::after {
    width: 140px;
    height: 26px;
    left: 14px;
  }
  .mv .mv_bg {
    display: none;
  }
  .mv::after {
    width: 100%;
    height: 100%;
    background: url(../img/top/mv-sp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    position: fixed;
    left: 0;
    min-height: 670px;
    content: "";
    z-index: -1;
  }
}
.challenge {
  background: url(../img/top/challenge.png) no-repeat center center/contain, #fff;
  padding: 100px 3rem;
}
.challenge .cont_inr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.challenge .cont-ttl {
  width: 100%;
  margin: auto;
}
.challenge .cont-ttl .min {
  position: relative;
}
.challenge .cont-ttl .min:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 36px;
  left: -10px;
  bottom: -8px;
  background: url(../img/common/under.png) no-repeat center center/contain;
  z-index: -1;
}
.challenge .txt {
  width: 100%;
}

.bg_wrap {
  position: relative;
  z-index: 10;
  background: #fff;
}

@media only screen and (min-width: 769px) {
  .loop_wrap {
    margin-bottom: 5rem;
  }
  .challenge {
    padding: 200px 3rem;
    background: url(../img/top/challenge.png) no-repeat right bottom -10%/90%, #fff;
  }
  .challenge .cont_inr {
    align-items: center;
    max-width: 98rem;
  }
  .challenge .cont-ttl {
    max-width: 400px;
    margin: auto;
    width: 45%;
  }
  .challenge .txt {
    max-width: 55rem;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .challenge .txt {
    margin: 4rem auto 0;
  }
}
.works .cont_inr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.works .cont_inr .cont-ttl .min {
  position: relative;
  z-index: 0;
}
.works .cont_inr .cont-ttl .min:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 36px;
  left: 40px;
  bottom: -8px;
  background: url(../img/common/under.png) no-repeat center center/contain;
  z-index: -1;
}

@media only screen and (min-width: 769px) {
  .works .cont_inr {
    align-items: center;
  }
  .works .ttl-wrap {
    max-width: 450px;
    margin: auto;
  }
  .works .txt {
    max-width: 40rem;
  }
}
@media only screen and (max-width: 768px) {
  .works .cont_inr .cont-ttl .min:after {
    width: 160px;
  }
  .works .txt {
    padding-left: 3rem;
  }
}
.business {
  padding: 0 30px;
}
.business .business_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.business .business_link li {
  width: 100%;
}
.business .business_link li a {
  display: block;
  text-decoration: none;
  font-size: 2.6rem;
  text-align: center;
  padding: 90px 20px;
  color: #fff;
  position: relative;
  z-index: 0;
}
.business .business_link li a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  transition: all 0.5s;
}
.business .business_link li a .en {
  font-size: 1rem;
  font-family: "Roboto", serif;
  font-style: italic;
  font-weight: 100;
  display: block;
}
.business .business_link .link01 a {
  background: url(../img/top/works-01.jpg) no-repeat center center/cover;
}
.business .business_link .link02 a {
  background: url(../img/top/works-02.jpg) no-repeat center center/cover;
}
.business .minute3 {
  max-width: 90rem;
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .business {
    margin-bottom: 10rem;
  }
  .business .business_link {
    justify-content: space-between;
  }
  .business .business_link li {
    width: calc(50% - 7.5px);
  }
  .business .business_link li a {
    font-size: 2.6rem;
    padding: 140px 20px;
  }
  .business .business_link li a:hover::after {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (max-width: 768px) {
  .business .business_link {
    width: calc(100% - 4rem);
    margin: auto;
  }
  .business .business_link li {
    margin-bottom: 2rem;
  }
}
.people {
  position: relative;
  background: #f0f0f0;
  z-index: 0;
}
.people::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 100%;
  height: 80%;
  background-color: #fff;
  z-index: -1;
}
.people .cont_inr {
  display: flex;
  flex-wrap: wrap;
}
.people .cont_inr .min {
  position: relative;
  z-index: 0;
}
.people .cont_inr .min:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 36px;
  left: -20px;
  bottom: -10px;
  background: url(../img/common/under.png) no-repeat center center/contain;
  z-index: -1;
}
.people .ppl_inr-link {
  display: flex;
  flex-wrap: wrap;
}
.people .ppl_inr-link .ppl_inr-link-inr a {
  display: flex;
  align-items: flex-end;
  padding: 4rem;
  text-decoration: none;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.4;
  position: relative;
  z-index: 0;
  height: 450px;
  width: calc(100% - 15px);
  margin: auto;
}
.people .ppl_inr-link .ppl_inr-link-inr a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, #000 100%);
  z-index: -1;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.people .ppl_inr-link .ppl_inr-link-inr a small {
  font-size: 1.7rem;
}
.people .ppl_inr-link .ppl_inr-link-inr a .bach {
  padding: 1rem 1.5rem;
  border-radius: 30px;
  line-height: 1;
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
}
.people .ppl_inr-link .ppl_inr-link-inr a .sell {
  background-color: #ff3630;
}
.people .ppl_inr-link .ppl_inr-link-inr a .gijyutu {
  background-color: #f79801;
}
.people .ppl_inr-link .ppl_inr-link-inr a .jimu {
  background-color: #005aab;
}
.people .ppl_inr-link .ppl_inr-link-inr .link-01 {
  background: url(../img/people/interview_bottom_01.jpg) no-repeat center center/cover;
}
.people .ppl_inr-link .ppl_inr-link-inr .link-02 {
  background: url(../img/people/interview_bottom_02.jpg) no-repeat center center/cover;
}
.people .ppl_inr-link .ppl_inr-link-inr .link-03 {
  background: url(../img/people/interview_bottom_03.jpg) no-repeat center center/cover;
}
.people .ppl_inr-link .ppl_inr-link-inr .link-04 {
  background: url(../img/people/interview_bottom_04.jpg) no-repeat center center/cover;
}
.people .ppl_inr-link .slick-prev,
.people .ppl_inr-link .slick-next {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100vh;
  z-index: 10;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.people .ppl_inr-link .slick-prev:before,
.people .ppl_inr-link .slick-next:before {
  font-size: 50px;
  content: "\ea3c";
  font-family: "icomoon" !important;
  font-size: 1.4rem;
  color: #ff3630;
}
.people .ppl_inr-link .slick-prev {
  transform: rotate(-180deg) translateY(50%);
}
.people .people_link {
  margin-top: 10rem;
}

@media only screen and (min-width: 769px) {
  .people .cont_inr {
    align-items: center;
  }
  .people .ttl-wrap {
    max-width: 550px;
    margin: auto;
  }
  .people .txt {
    max-width: 40rem;
  }
  .people .ppl_inr {
    margin-top: 11rem;
  }
  .people .ppl_inr-link {
    max-width: 1260px;
    margin: auto;
    justify-content: space-between;
  }
  .people .ppl_inr-link .ppl_inr-link-inr a {
    height: 500px;
    width: calc(100% - 30px);
    margin: auto;
  }
  .people .ppl_inr-link .ppl_inr-link-inr a:hover {
    padding: 4rem 4rem 6rem;
  }
  .people .ppl_inr-link .ppl_inr-link-inr a:hover::after {
    height: 50%;
  }
  .people .slick-prev:hover,
  .people .slick-next:hover,
  .people .slick-prev:focus,
  .people .slick-next:focus {
    background-color: #ff3630;
    opacity: 1;
  }
  .people .slick-prev:hover:before,
  .people .slick-next:hover:before,
  .people .slick-prev:focus:before,
  .people .slick-next:focus:before {
    color: #fff;
  }
  .people .people_link {
    margin-top: 15rem;
  }
}
@media only screen and (min-width: 1080px) {
  .people .ppl_inr-link li a {
    height: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .people .txt {
    padding-left: 2rem;
  }
  .people .cont_inr .min:after {
    width: 160px;
    left: -10px;
  }
  .people .ppl_inr {
    margin-top: 6rem;
  }
}
.people_link {
  padding: 10rem 3rem;
  background: #f0f0f0;
}
.people_link .cont_inr {
  max-width: 110rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: wrap;
}
.people_link .cont_inr .ttl-wrap .min {
  position: relative;
  z-index: 0;
}
.people_link .cont_inr .ttl-wrap .min:after {
  position: absolute;
  content: "";
  width: 280px;
  height: 48px;
  left: 40px;
  bottom: -6px;
  background: url(../img/common/under.png) no-repeat center center/contain;
  z-index: -1;
}
.people_link .cont_inr .ttl-wrap .txt {
  padding-left: 3rem;
}
.people_link .cont_inr .link-wrap_inr {
  border-top: 1px solid #cccccc;
}
.people_link .cont_inr .link-wrap_inr a {
  font-size: 1.5rem;
  padding: 3rem 2rem;
  position: relative;
  display: block;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
}
.people_link .cont_inr .link-wrap_inr a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  content: "\ea3c";
  color: #ff3630;
  background-color: #fff;
  border-radius: 100vh;
  width: 35px;
  height: 35px;
  font-family: "icomoon" !important;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: center;
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.people_link .link-wrap {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .people_link {
    padding: 20rem 3rem;
  }
  .people_link .cont_inr {
    justify-content: space-between;
  }
  .people_link .cont_inr .link-wrap_inr {
    border-top: 1px solid #cccccc;
  }
  .people_link .cont_inr .link-wrap_inr a {
    font-size: 1.8rem;
    padding: 4rem 2rem;
  }
  .people_link .cont_inr .link-wrap_inr a:hover::after {
    width: 45px;
    height: 45px;
    font-size: 1.6rem;
    background-color: #ff3630;
    color: #fff;
  }
  .people_link .cont_inr .link-wrap_inr a:hover {
    padding: 4rem 2rem 4rem 3rem;
    color: #ff3630;
    background-color: #fff;
  }
  .people_link .ttl-wrap {
    max-width: 48rem;
    width: 48%;
  }
  .people_link .ttl-wrap .cont-ttl {
    font-size: 3rem;
  }
  .people_link .ttl-wrap .cont-ttl .min {
    font-size: 6rem;
  }
  .people_link .ttl-wrap .cont-ttl .min .big_txt {
    font-size: 7rem;
  }
  .people_link .ttl-wrap .txt {
    padding-left: 4rem;
    max-width: 40rem;
    margin-top: 4rem;
  }
  .people_link .link-wrap {
    max-width: 50rem;
    width: 50%;
  }
}
@media only screen and (min-width: 1080px) {
  .people_link .ttl-wrap {
    max-width: 48rem;
    width: 48%;
  }
  .people_link .ttl-wrap .cont-ttl {
    font-size: 4rem;
  }
  .people_link .ttl-wrap .cont-ttl .min {
    font-size: 8rem;
  }
  .people_link .ttl-wrap .cont-ttl .min .big_txt {
    font-size: 9rem;
  }
}
@media only screen and (max-width: 768px) {
  .people_link .cont_inr .ttl-wrap .txt {
    margin-top: 3rem;
  }
  .people_link .cont_inr .ttl-wrap .min:after {
    width: 170px;
    height: 48px;
    left: 10px;
    bottom: -12px;
  }
  .people_link .cont_inr .ttl-wrap .txt {
    padding-left: 3rem;
  }
}
.support {
  padding: 10rem 3rem;
}
.support .cont_inr {
  max-width: 98rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.support .cont_inr .space {
  letter-spacing: -0.8rem;
}
.support .bottom_link {
  margin-top: 10rem;
}
.support .bottom_link .bottom_link-inr {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}
.support .bottom_link .bottom_link-inr li {
  width: 100%;
}
.support .bottom_link .bottom_link-inr li a {
  text-decoration: none;
  font-size: 2.2rem;
}
.support .bottom_link .bottom_link-inr li a .ttl {
  line-height: 1.8;
  margin-top: 2rem;
  position: relative;
}
.support .bottom_link .bottom_link-inr li a .ttl::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0rem;
  content: "\ea3c";
  color: #ff3630;
  background-color: #fff;
  border-radius: 100vh;
  width: 40px;
  height: 40px;
  font-family: "icomoon" !important;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.24);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.support .bottom_link .bottom_link-inr li a .en {
  font-size: 1rem;
  font-family: "Roboto", serif;
  font-style: italic;
  font-weight: 100;
  display: block;
}
.support .bottom_link .bottom_link-inr li a .thum {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.support .bottom_link .bottom_link-inr li a .thum img {
  position: absolute;
  width: auto;
  max-width: inherit;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 769px) {
  .support {
    padding: 16rem 3rem 29rem;
  }
  .support .cont_inr {
    justify-content: space-between;
  }
  .support .ttl-wrap {
    max-width: 51rem;
  }
  .support .ttl-wrap .space {
    letter-spacing: -1.5rem;
  }
  .support .txt {
    max-width: 40rem;
  }
  .support .bottom_link .bottom_link-inr {
    justify-content: space-between;
  }
  .support .bottom_link .bottom_link-inr li {
    width: calc(50% - 15px);
  }
  .support .bottom_link .bottom_link-inr li a {
    font-size: 2.6rem;
  }
  .support .bottom_link .bottom_link-inr li a::after {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    right: 2rem;
  }
  .support .bottom_link .bottom_link-inr li a .thum {
    height: 340px;
  }
  .support .bottom_link .bottom_link-inr li a .ttl {
    margin-top: 3rem;
  }
  .support .bottom_link .bottom_link-inr li a:hover .ttl::after {
    width: 45px;
    height: 45px;
    font-size: 1.6rem;
    background-color: #ff3630;
    color: #fff;
  }
  .support .bottom_link .bottom_link-inr li a:hover .thum img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media only screen and (max-width: 768px) {
  .support .ttl-wrap .cont-ttl {
    font-size: 2.3rem;
  }
  .support .ttl-wrap .cont-ttl .min {
    font-size: 3.5rem;
  }
  .support .txt {
    padding-left: 3rem;
  }
  .support .bottom_link {
    margin: 6rem auto 0;
    max-width: 400px;
  }
  .support .bottom_link .bottom_link-inr li {
    margin-bottom: 6rem;
  }
  .support .bottom_link .bottom_link-inr li a .thum {
    height: 160px;
  }
  .support .bottom_link .bottom_link-inr li a .thum img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=top.css.map */