@charset "UTF-8";
@import url('"https://fonts.googleapis.com/css?family=Vollkorn');

html {
  max-width: 100%;
  margin: 0;
}
body {
  margin: 0;
  font-size: 1rem;
  font-family: 'Vollkorn', serif;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  object-fit: cover;
}
a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.btn {
  align-items: center;
}
.btn a {
  padding: 20px 50px;
  border: solid #000 2px;
  position: relative;
  transition: all 0.7s ease;
}
.btn a:hover {
  color: #fff;
  background-color: #000;
}
.btn a::after {
  content: "";
  position: absolute;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: #000;
  padding-left: 20%;
  margin-left: 90%;
  transition: all 0.5s ease;
}
.btn a:hover::after {
  margin-left: 80%;
}

/* main-visual */
#main_visual {
  max-width: 100%;
  min-height: 100vh;
}
.fast_view {
  width: 100%;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../image/top/movie-image.jpg");
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  z-index: 0;
}
.fast_view p {
  color: #fff;
  font-size: 3rem;
}
.fast_view p span{
  color: #E9933B;
  font-size: 5rem;
}
.heading {
  position: absolute;
  margin: 0;
  top: 60%;
  right: 0;
  color: #E9933B;
  font-size: 8rem;
  opacity: 0.8;
}
.back-decoration,
.fore-decoration {
  position: absolute;
  width: 50vw;
  height: 100vh;
  background-color: #CC8134;
  top: 0;
  z-index: 3;
  opacity: 0.4;
  clip-path: polygon(0 100%, 0 0, 100% 0, 0 100%);
}
.fore-decoration {
  width: 30vw;
  height: 75vh;
  background: linear-gradient(#E9933B, 90%, #9D6226);
  z-index: 4;
  opacity: 0.9;
}
.main_slide_btn {
  display: flex;
  justify-content: space-evenly;
}
.slide_btn {
  position: relative;
  display: inline-block;
  margin: 5em 0;
  padding: 48px 5%;
  min-width: 120px;
  width: 25%;
  max-width: 100%;
  color: #000;
  font-weight: bold;
  text-align: center;
  background: #FFF;
  border: solid 3px #000;
  box-sizing: border-box;
}
.employer_btn {
  background-color: #F4C99D;
}
.worker_btn {
  background-color: #FAE8A3;
}
.slide_btn:before,
.decoration_employer_btn::before,
.decoration_worker_btn::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 13px solid #fff;
  z-index: 2;
}
.employer_btn::before {
  border-top: 13px solid #F4C99D;
}
.worker_btn::before {
  border-top: 13px solid #FAE8A3;
}
.slide_btn:after,
.decoration_employer_btn::after,
.decoration_worker_btn::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #000;
  z-index: 1;
}
.decoration_employer_btn,
.decoration_worker_btn {
  position: absolute;
  top: 43%;
  left: 50%;
  display: inline-block;
  padding: 3% 0;
  min-width: 120px;
  width: 98%;
  color: #000;
  font-weight: bold;
  text-align: center;
  background: #FFF;
  border: solid 3px #000;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  z-index: 3;
  transition: all 0.5s ease;
}
.decoration_employer_btn:hover,
.decoration_worker_btn:hover {
  top: 60%;
}
.slide_btn p,
.sub_heading p {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}
.decoration_word01 {
  font-size: 0.9rem;
}
.employer_btn .decoration_word02,
.movie .decoration_word02 {
  color: #E9933B;
}
.worker_btn .decoration_word02,
.web .decoration_word02 {
  color: #F5D148;
}

/* movie */
#movie,
#web {
  max-width: 100%;
  text-align: center;
}
.sub_heading {
  position: relative;
  font-weight: bold;
}
.sub_heading h2{
  font-size: 8rem;
  opacity: 0.2;
}
.sub_heading p span {
  font-size: 2.5rem;
}
.movie h2 {
  color: #E9933B;
}
.web h2 {
  color: #F5D148;
}
.sub_heading p {
  position: absolute;
  display: inline-block;
  border-bottom: solid #000 1px;
  letter-spacing: 5px;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* container */
.container {
  position: relative;
  width: 100%;
  height: 80vh;
}
.employer_decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 80%;
  background-color: #E9933B;
  z-index: 0;
}
.container img {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 50%;
  height: 80%;
  z-index: 1;
}
.employer_text {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 50%;
  height: 80%;
  background-color: #fff;
  z-index: 2;
  text-align: center;
}
.text_detail {
  text-align: left;
  padding: 20px 100px;
}
.text_detail h3 {
  font-size: 2rem;
  letter-spacing: 5px;
}
.text_detail h3 span {
  font-size: 1.5rem;
}

/* employer_time */
.plan {
  min-height: fit-content;
  background-color: #F5F5F5;
}
.plan p {
  font-weight: bold;
}
.movie_plan h2 {
  margin-bottom: 0;
}
.movie_heading_text {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 5px;
}
.movie_heading_text span {
  font-size: 2rem;
  color: #E16636;
}
.plan ul {
  margin: 0;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-around;
}
.plan_detail {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-size: cover;
  box-shadow: #000 ;
}
.plan_image01 {
  background-image: url("../image/movie/movie-plan-image01.jpg");
}
.plan_image02 {
  background-image: url("../image/movie/movie-plan-image02.jpg");
  margin: 100px;
}
.plan_image03 {
  background-image: url("../image/movie/movie-plan-image03.jpg");
}
.plan_image04 {
  background-image: url("../image/movie/movie-plan-image04.jpg");
  margin: 100px;
}
.plan_image01 .plan_detail_text,
.plan_image03 .plan_detail_text {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.plan_image02 .plan_detail_text,
.plan_image04 .plan_detail_text {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.plan_detail_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: bold;
}
.plan_ja {
  font-size: 1.5rem;
}
.plan_en {
  padding-bottom: 100px;
}

/* web */
#web .employer_decoration {
  background-color: #F5D148;
}
#web .text_detail h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
#web .text_detail h3 span{
  font-size: 1rem;
}
#web .text_detail p{
  padding-top: 50px;
  font-size: 0.9rem;
}
.web_plan h2 {
  margin: 0;
}
.web_plan img {
  width: 90%;
}
/* conversion */
#conversion_point {
  max-width: 100%;
  min-height: 60vh;
  margin-top: 100px;
  position: relative;
  background-image: url("../image/movie/recruit-image.jpg");
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  text-align: center;
}
.darken {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  display: flex;
  align-items: center;
}
.main_conversion {
  margin: 0 auto;
  width: 90%;
  height: 90%;
  border: solid #fff 1px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.main_conversion h3 {
  position: relative;
  font-size: 2rem;
}
.main_conversion h3::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 35%;
  background-color: #fff;
  padding: 0.5px 15%;
}
.main_conversion p {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 5%;
}
.conversion_btn {
  padding-bottom: 50px;
}
.conversion_btn a {
  padding: 20px 50px;
  border: solid #fff 2px;
  background-color: #fff;
  color: #000;
  position: relative;
  transition: all 0.7s ease;
}
.conversion_btn a:hover {
  color: #fff;
  background-color: #000;
}
.web_recruit h2{
  font-size: 3rem;
  margin: 0;
}
.web_recruit h3 {
  margin-top: 0;
  font-size: 1.5rem;
}
.web_recruit p {
  font-size: 0.9rem;
  font-weight: normal;
}