@charset "UTF-8";
.service {
  padding: 0;
  max-width: 1200px;
  margin: 50px auto 0;
  position: relative;
}
.service_contents {
  width: 100%;
}
.service_contents picture img {
  width: 100%;
}
@media screen and (min-width: 861px) {
  .service_contents {
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .service_contents picture {
    max-width: 375px;
    margin-right: 20px;
  }
  .service_contents picture img {
    display: block;
  }
}
.service_contents_text {
  width: 90%;
  margin: -15% auto 10%;
  text-align: justify;
}
@media screen and (min-width: 861px) {
  .service_contents_text {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.service_contents_text h2 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service_contents_text h2 p {
  display: flex;
  align-items: center;
  width: 150px;
}
.service_contents_text h2::after {
  content: "";
  display: inline-block;
  flex: 1;
  border-top: 1px #000 solid;
  margin-left: 10px;
  margin-right: 10px;
}
.service_contents_text h2::before {
  content: "";
  background-color: #111d3f;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  display: block;
  position: absolute;
  right: 0;
  top: 48%;
}
.service_contents_text_lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 20px;
  color: inherit;
  letter-spacing: 5px;
  width: fit-content;
  margin: 0;
}
.service_contents_text_p {
  margin-top: 30px;
}
.service_total {
  width: 90%;
  margin: 0 auto;
  max-width: 980px;
}
.service_total h3 {
  color: #111d3f;
  font-size: 20px;
  text-align: center;
  margin: 0 auto 20px;
  width: fit-content;
}
.service_total h3 .circleDeco {
  content: "";
  background-color: #111d3f;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}
.service_total h3::before, .service_total h3::after {
  display: inline-block;
  border-top: 1px solid #111d3f;
  content: "";
  width: 45%;
  position: absolute;
  bottom: 0;
}
.service_total h3::after {
  right: 0;
}
.service_total_Box {
  margin: 0 auto 30px;
}
.service_total_Box img {
  width: 100%;
  box-shadow: 10px 5px 10px 0px #d9d9d9;
}
.service_total_Box_txtBox {
  background-color: rgba(17, 29, 63, 0.9);
  color: #fff;
  display: flex;
  flex-flow: column;
  width: 80%;
  margin: -20% auto 0;
  padding: 8%;
  text-align: justify;
}
.service_total_Box_txtBox .ttl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
.service_total_Box_txtBox .ttl span {
  display: inline-block;
  flex: 1;
  text-align: right;
  font-size: 12px;
  color: #b6272d;
  margin-bottom: 1.5rem;
}
.service_total_Box_txtBox .txt {
  font-size: 14px;
}
@media screen and (min-width: 861px) {
  .service_total_Planning {
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    align-items: center;
  }
  .service_total_Planning img {
    max-width: 640px;
  }
  .service_total_Planning .service_total_Box_txtBox {
    margin: 0 -50px 0 0;
    padding: 3% 5%;
    max-width: 300px;
    height: fit-content;
  }
}
@media screen and (min-width: 861px) {
  .service_total_Creative {
    display: flex;
    justify-content: start;
    flex-direction: row;
  }
  .service_total_Creative img {
    max-width: 300px;
  }
  .service_total_Creative .service_total_Box_txtBox {
    margin: 50px 0 0 -50px;
    padding: 3% 5%;
    max-width: 300px;
    height: fit-content;
  }
}
@media screen and (min-width: 861px) {
  .service_total_Promotion {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-end;
    flex-direction: column-reverse;
  }
  .service_total_Promotion img {
    max-width: 640px;
    margin-top: -50px;
  }
  .service_total_Promotion .service_total_Box_txtBox {
    padding: 3% 5%;
    max-width: 300px;
    height: fit-content;
  }
}
@media screen and (min-width: 861px) {
  .service_total_wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 861px) {
  .service_total_Media, .service_total_Marketing, .service_total_Other {
    box-shadow: 10px 5px 10px 0px #d9d9d9;
    width: 29%;
    display: flex;
    align-items: center;
    align-content: center;
    border-bottom: none;
  }
  .service_total_Media img, .service_total_Marketing img, .service_total_Other img {
    display: none;
  }
  .service_total_Media .service_total_Box_txtBox, .service_total_Marketing .service_total_Box_txtBox, .service_total_Other .service_total_Box_txtBox {
    margin: 8% auto;
    background-color: rgba(17, 29, 63, 0.9);
    color: #fff;
  }
}
@media screen and (min-width: 861px) {
  .service_total_Media {
    background-image: url(../img/top/img_media_pc.webp);
    background-size: cover;
  }
}
@media screen and (min-width: 861px) {
  .service_total_Marketing {
    background-image: url(../img/top/img_marketing_pc.webp);
    background-size: cover;
  }
}
@media screen and (min-width: 861px) {
  .service_total_Other {
    background-image: url(../img/top/img_other_pc.webp);
    background-size: cover;
  }
}

.about, .works, .recrute-contact {
  max-width: 1200px;
  margin: 0 auto;
}
.about img, .works img, .recrute-contact img {
  width: 100%;
  max-width: 840px;
}
.about .redBox, .works .redBox, .recrute-contact .redBox {
  background-color: #b6272d;
  color: #fff;
  padding: 30px;
  width: 300px;
  height: 260px;
  font-size: 14px;
  position: relative;
  margin: -80px auto 0;
  text-align: justify;
}
.about .redBox h2, .works .redBox h2, .recrute-contact .redBox h2 {
  font-size: 22px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.about .redBox h2 .circleDeco, .works .redBox h2 .circleDeco, .recrute-contact .redBox h2 .circleDeco {
  content: "";
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}
.about .redBox h2::before, .about .redBox h2::after, .works .redBox h2::before, .works .redBox h2::after, .recrute-contact .redBox h2::before, .recrute-contact .redBox h2::after {
  display: inline-block;
  border-top: 1px solid #fff;
  content: "";
  width: 45%;
  position: absolute;
  bottom: 0;
}
.about .redBox h2::after, .works .redBox h2::after, .recrute-contact .redBox h2::after {
  right: 0;
}
.about .redBox h2::before, .works .redBox h2::before, .recrute-contact .redBox h2::before {
  left: 0;
}
.about .redBox p, .works .redBox p, .recrute-contact .redBox p {
  margin-top: 20px;
}
.about .redBox a, .works .redBox a, .recrute-contact .redBox a {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 75%;
}
.about .redBox a button, .works .redBox a button, .recrute-contact .redBox a button {
  color: #fff;
  border: #fff 1px solid;
  padding: 10px;
  width: 100%;
}
.about .redBox a:hover, .works .redBox a:hover, .recrute-contact .redBox a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.about_txt::before, .works_txt::before, .recrute-contact_txt::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/top/ttl_about.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 61px;
  height: 52px;
  top: -32px;
  right: 0;
}
.about_group, .works_group, .recrute-contact_group {
  width: 90%;
  margin: 0 auto;
}
.about_group h3, .works_group h3, .recrute-contact_group h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_group h3 p, .works_group h3 p, .recrute-contact_group h3 p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 120px;
}
.about_group h3 p img, .works_group h3 p img, .recrute-contact_group h3 p img {
  width: 52px;
}
.about_group h3::after, .works_group h3::after, .recrute-contact_group h3::after {
  content: "";
  display: inline-block;
  flex: 1;
  border-top: 1px #000 solid;
  margin-left: 10px;
  margin-right: 10px;
}
.about_group h3::before, .works_group h3::before, .recrute-contact_group h3::before {
  content: "";
  background-color: #111d3f;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  display: block;
  position: absolute;
  right: 0;
  top: 48%;
}
.about_group_banner, .works_group_banner, .recrute-contact_group_banner {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.about_group_banner p, .works_group_banner p, .recrute-contact_group_banner p {
  width: 49%;
}

@media screen and (min-width: 861px) {
  .about_txt {
    margin-right: 100px !important;
  }
}
@media screen and (min-width: 861px) {
  .about_group {
    max-width: 45%;
    margin: -180px 0 0 50px;
  }
}

@media screen and (min-width: 861px) {
  .works {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
  }
}
.works_txt::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/top/ttl_works.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 61px;
  height: 52px;
  top: -32px;
  right: 0;
}
@media screen and (min-width: 861px) {
  .works_txt {
    margin-left: 100px !important;
  }
}

.recrute-contact {
  background-image: url(../img/top/img_contact.webp);
  background-size: cover;
  margin-top: 100px;
  padding: 10% 0;
}
@media screen and (min-width: 861px) {
  .recrute-contact {
    margin-top: 200px;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
.recrute-contact .redBox {
  height: fit-content;
  margin: 50px auto;
  width: 85%;
  max-width: 450px;
  min-height: 310px;
  text-align: justify;
}
@media screen and (min-width: 861px) {
  .recrute-contact .redBox {
    margin-top: -200px;
    width: 48%;
    max-width: 450px;
  }
}
.recrute-contact_txt {
  margin: 0 auto;
}
.recrute-contact_txt::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/top/ttl_recrut.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 52px;
  top: -32px;
  right: 0;
}
.recrute-contact_txt02::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/top/ttl_contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 61px;
  height: 52px;
  top: -32px;
  right: 0;
}
.recrute-contact_txt02 a.contactLink {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: auto;
}

.header {
  background: #FFF;
}

.top {
  padding: 60px 0 100px;
  position: relative;
}
.top_in {
  max-width: 1280px;
  margin: 0 auto;
}
.top_logo {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  animation: fadeIn 2.5s ease 2s forwards;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_bg {
  background-color: #b6272d;
  position: absolute;
  width: 100%;
  animation: fadeIn 2.5s ease 2s forwards;
  opacity: 0;
  z-index: -999;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_imgSlider {
  display: flex;
  overflow: hidden;
}
.top_img {
  display: flex;
  width: 100%;
  height: auto;
  margin-left: auto;
  z-index: 0;
  animation: scroll-left 20s infinite linear 2.5s both;
  /* CSSアニメーション */
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top_img_in {
  width: 25vw;
  padding-left: 4px;
  translate: 100vw 0;
}
.on .top_img_in {
  transition: translate 0.2s ease-out;
  translate: none;
}
.on .top_img_in:nth-of-type(2) {
  transition-delay: 0.1s;
}
.on .top_img_in:nth-of-type(3) {
  transition-delay: 0.2s;
}
.on .top_img_in:nth-of-type(4) {
  transition-delay: 0.3s;
}
.top_text {
  width: 85%;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #000;
  position: absolute;
  top: 70%;
  right: 0;
  text-align: left;
  opacity: 0;
  transform: translateX(100%);
  z-index: 2;
}
.top_text_lead {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  max-width: 420px;
}
.top_text.on {
  transform: none;
  opacity: 1;
  transition: transform 1s ease-out, opacity 0.5s linear;
}
@media screen and (min-width: 861px) {
  .top_text {
    width: 50%;
    padding: 60px;
    top: 75%;
    left: auto;
    right: 0;
  }
  .top_text_lead {
    font-size: 20px;
  }
}
.top_sd {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 40%;
  left: -20%;
  rotate: 90deg;
  z-index: 10;
  width: max-content;
  opacity: 0;
  animation: scrollDown 3s forwards;
  animation-delay: 4s;
}
@keyframes scrollDown {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.top_sd::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 120%;
  background: #000;
}
@media screen and (min-width: 861px) {
  .top_sd {
    left: -60px;
    top: 20%;
  }
}
.top_left {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 10px;
  color: #000;
  font-weight: 700;
  rotate: -90deg;
  transform-origin: 0% 50%;
}
.top_menu {
  display: none;
}
@media screen and (min-width: 481px) {
  .top_menu {
    display: none;
  }
}
@media screen and (min-width: 861px) {
  .top {
    padding: 60px 0;
  }
  .top_bg {
    height: 87%;
  }
  .top_img {
    width: 100%;
    height: auto;
  }
  .on .top_img_in {
    transition: translate 0.5s ease-out;
    translate: none;
  }
  .on .top_img_in:nth-of-type(1) {
    transition-delay: 0.5s;
  }
  .on .top_img_in:nth-of-type(2) {
    transition-delay: 0.7s;
  }
  .on .top_img_in:nth-of-type(3) {
    transition-delay: 0.9s;
  }
  .on .top_img_in:nth-of-type(4) {
    transition-delay: 1.1s;
  }
  .top_menu {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.25;
    position: absolute;
    top: 65%;
    left: 50px;
    z-index: 3;
    overflow: hidden;
    transform-origin: 50% 100%;
  }
  .top_menu_li {
    padding-left: 25px;
    color: #FFF;
  }
  .top_menu_li:nth-of-type(1) {
    transform: translateX(-100%);
  }
  .top_menu_li:nth-of-type(2) {
    transform: translateX(-200%);
  }
  .top_menu_li:nth-of-type(3) {
    transform: translateX(-300%);
  }
  .top_menu_li:nth-of-type(4) {
    transform: translateX(-400%);
  }
  .top_menu_li:nth-of-type(5) {
    transform: translateX(-500%);
  }
  .top_menu_li:nth-of-type(6) {
    transform: translateX(-600%);
  }
  .top_menu_a2 {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    background: #000;
    color: #FFF;
    margin-left: -25px;
    margin-top: 10px;
  }
  .top_menu.on li {
    transform-origin: 50% 100%;
    transition: 1.5s ease-out;
    transform: translateX(0);
  }
}

.info {
  width: 70%;
  margin: 0 auto;
  border-top: #ddd 0.5px solid;
  border-bottom: #ddd 0.5px solid;
  font-size: 14px;
}
.info_h3 {
  position: relative;
}
.info_h3 img {
  position: absolute;
  top: -20px;
  right: 0;
  background-color: #fff;
  padding: 0 0 10px 10px;
}
.info_dl {
  padding: 20px 0;
}
.info_item {
  margin-top: 10px;
}
.info_dd {
  padding-left: 16px;
  line-height: 1.4;
}
.info a {
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (min-width: 481px) {
  .info_item {
    display: flex;
    align-items: center;
  }
  .info_dt {
    width: 20%;
    text-align: center;
  }
  .info_dd {
    width: 80%;
    line-height: 1.4;
  }
}
@media screen and (min-width: 861px) {
  .info {
    width: 60%;
    margin: 10% 0 0 40%;
  }
}

.service_head {
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-shadow: 0 0 0 #ccc;
}
.service_head.on {
  color: #000;
  text-shadow: 5px 5px 0 #ccc;
}
.service_text1 {
  margin-top: 50px;
}
.service_text1_bg {
  margin-top: 10px;
}
.service_text1_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
}
.service_lead1 {
  color: #4d4d4d;
}
.service_lead2 {
  color: #000;
  margin-top: 30px;
}
.service_p {
  margin-top: 30px;
}
.service_text2 {
  margin-top: 50px;
}
.service_lead3 {
  margin-top: 30px;
}
.service_lead4 {
  margin-top: 30px;
}
@media screen and (min-width: 861px) {
  .service_lead1, .service_lead2, .service .service_p {
    width: 48%;
  }
  .service_text1_bg {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 50%;
    z-index: -1;
  }
  .service_p {
    width: 60%;
  }
  .service_text2 {
    text-align: right;
  }
}
.service_desc_img {
  max-width: 228px;
  margin: 30px auto 0;
  opacity: 0;
}
.service_desc_img.on {
  opacity: 1;
  transition: opacity 0.5s;
}
.service_desc_item {
  margin-top: 30px;
  opacity: 0;
}
.service_desc_item.on {
  opacity: 1;
  transition: opacity 0.5s;
}
.service_desc_dt {
  color: #b6272d;
  font-size: 24px;
  font-weight: 900;
  padding: 0 1em;
  line-height: 1;
}
.service_desc_dd {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 20px auto 0;
}
@media screen and (min-width: 861px) {
  .service_desc::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 70%;
  }
  .service_desc_img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .service_desc_dl {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .service_desc_dt {
    font-size: 28px;
  }
  .service_desc_item {
    position: absolute;
  }
  .service_desc_item.item1 {
    width: 60%;
    top: 0;
    left: 0;
  }
  .service_desc_item.item1 .service_desc_dt {
    text-align: right;
  }
  .service_desc_item.item2 {
    width: 35%;
    top: 0;
    right: 0;
  }
  .service_desc_item.item3 {
    width: 35%;
    top: 40%;
    right: 0;
  }
  .service_desc_item.item4 {
    width: 60%;
    bottom: 0;
    right: 0;
  }
  .service_desc_item.item5 {
    width: 35%;
    bottom: 0;
    left: 0;
  }
  .service_desc_item.item6 {
    width: 35%;
    top: 28%;
    left: 0;
  }
  .service_desc_item.item6 .service_desc_dt {
    text-align: right;
  }
  .service_desc.fire .service_desc_img {
    opacity: 1;
  }
  .service_desc.fire .item1 {
    opacity: 1;
    transition: 1s linear 0.5s;
  }
  .service_desc.fire .item2 {
    opacity: 1;
    transition: 1s linear 1s;
  }
  .service_desc.fire .item3 {
    opacity: 1;
    transition: 1s linear 1.5s;
  }
  .service_desc.fire .item4 {
    opacity: 1;
    transition: 1s linear 2s;
  }
  .service_desc.fire .item5 {
    opacity: 1;
    transition: 1s linear 2.5s;
  }
  .service_desc.fire .item6 {
    opacity: 1;
    transition: 1s linear 3s;
  }
}
@media screen and (min-width: 861px) {
  .service .background_animation div.lineWrap_01 {
    top: 20%;
    left: 30%;
  }
}
@media screen and (min-width: 861px) {
  .service .background_animation div.lineWrap_02 {
    top: -55vh;
  }
}
.service .background_animation p.line {
  height: 100%;
  overflow: hidden;
}
.service .background_animation p.line_01 {
  position: absolute;
  right: 48%;
  width: 100px;
}
.service .background_animation p.line_02 {
  position: absolute;
  top: 0;
  width: 34px;
  right: 48.5%;
}
.service .background_animation p.line_03 {
  position: absolute;
  top: 0;
  width: 10px;
  right: 51%;
}
.service .background_animation p.line::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: linear-gradient(rgba(17, 29, 63, 0), rgb(17, 29, 63));
  opacity: 0.2;
}
.service .background_animation p.line.on::before {
  animation: diagonal-grow 5s ease forwards;
}
@keyframes diagonal-grow {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.works {
  padding-top: 120px;
}
.works_head {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-shadow: 0 0 0 #ccc;
}
.works_head.on {
  color: #000;
  text-shadow: 5px 5px 0 #ccc;
}
.works_list {
  margin-top: 20px;
  padding: 30px 20px;
}
.works_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.works_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.works_bg_in {
  width: 120%;
  height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 10deg;
}
.works_bg_1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: darken;
  animation: move-down 50s linear infinite;
}
@keyframes move-down {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 -50%;
  }
}
.works_bg_2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: darken;
  animation: move-up 30s linear infinite;
}
@keyframes move-up {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 50%;
  }
}
.works_in {
  max-width: 1000px;
  margin: 0 auto;
}
.works_lead1 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  color: #FFF;
}
@media screen and (min-width: 481px) {
  .works_lead1 {
    font-size: 56px;
  }
}
.works_lead2 {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  margin-top: 20px;
}
@media screen and (min-width: 481px) {
  .works_lead2 {
    font-size: 24px;
  }
}
.works_a {
  display: block;
  width: 80%;
  max-width: 320px;
  height: 50px;
  border-radius: 35px;
  background: #000;
  color: #FFF;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 900;
  margin: 30px 0 0 auto;
}
.works_a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transform: rotate(45deg);
}
@media screen and (min-width: 481px) {
  .works_list {
    padding: 80px 20px;
  }
  .works_a {
    margin-top: 250px;
  }
}

.about {
  padding-top: 120px;
}
.about_bg {
  background: url(../img/about/mv.webp) no-repeat center/cover;
  padding: 40px 20px;
}
.about_in {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .about_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.about_head {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #FFF;
}
.about_head.on {
  color: white;
}
.about_a {
  display: block;
  width: 80%;
  max-width: 320px;
  height: 50px;
  border-radius: 35px;
  background: #FFF;
  color: #000;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 900;
  margin: 30px 0 0 auto;
}
.about_a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transform: rotate(45deg);
}

.recruit {
  padding: 120px 20px 20px;
  max-width: 1040px;
  margin: 50px auto 0;
}
.recruit_head {
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-shadow: 0 0 0 #ccc;
}
.recruit_head.on {
  text-shadow: 5px 5px 0 #ccc;
  color: #000;
}
.recruit_lead1 {
  margin-top: 50px;
}
.recruit_lead2 {
  margin-top: 30px;
}
.recruit_p {
  margin-top: 30px;
}
.recruit_bg {
  margin-top: 20px;
}
.recruit_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 861px) {
  .recruit_lead1, .recruit_lead2, .recruit .recruit_p {
    width: 48%;
  }
  .recruit_p {
    width: 60%;
  }
  .recruit_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: -1;
  }
}

.banner {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 80%;
  max-width: 356px;
}
.banner_close {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: auto;
  background: #000;
  border: none;
  outline: none;
  cursor: pointer;
}
.banner_close::before, .banner_close::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 14px;
  left: 5px;
}
.banner_close::before {
  transform: rotate(45deg);
}
.banner_close::after {
  transform: rotate(-45deg);
}
.banner_a {
  display: block;
  width: 100%;
  box-shadow: 5px 5px 0 #ccc;
}/*# sourceMappingURL=top.css.map */