@charset "UTF-8";
/*================================= 見出し =================================*/
/*== 日本語 ==*/
/*== 日本語 SP ==*/
/*== 数字 ==*/
/*== 数字 SP ==*/
/*== 英語 ==*/
/*== 英語 SP ==*/
/*================================= 本文 =================================*/
/*== SP ==*/
:root {
  --clmidcareer: #F15A24;
  --clnewgraduate: #298AE2;
  --clred01: #E50012;
  --clred02: #FFF2F3;
  --clgray01: #6C6A6A;
  --clgray02: #C1C1C1;
  --clgray03: #F7F7F7;
  --header-h: 0px;
}

div.sticky-area-wrap {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  div.sticky-area-wrap {
    background-color: var(--clgray03);
    overflow: clip;
    border-radius: 0 0 1em 1em;
  }
}

div.sticky-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  div.sticky-area {
    max-width: 1360px;
    margin: auto;
  }
}
div.sticky-area .corner {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  top: 0;
  left: 190px;
  transform: translate(-100%, 0);
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  div.sticky-area .corner {
    left: 253px;
  }
}
div.sticky-area .corner::after {
  content: "";
  display: block;
  background-color: var(--clgray03);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 50em 0 0;
}
div.sticky-area div.l-box {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.l-box {
    position: sticky;
    bottom: auto;
    top: 0;
    left: 0;
    width: 190px;
    padding: 90px 0 90px 2.4%;
    top: var(--header-h);
  }
}
@media screen and (min-width: 1000px) {
  div.sticky-area div.l-box {
    width: 253px;
    padding: 90px 30px;
  }
}
div.sticky-area div.l-box nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.l-box nav {
    display: block;
  }
}
div.sticky-area div.l-box nav ul {
  display: flex;
  justify-content: flex-end;
  width: 69%;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2vw;
  letter-spacing: 0;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.l-box nav ul {
    display: block;
    width: 100%;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.83em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.l-box nav ul {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.sticky-area div.l-box nav ul {
    font-size: 18px;
  }
}
div.sticky-area div.l-box nav ul li {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.l-box nav ul li {
    width: 100%;
    margin-bottom: 1.4em;
  }
}
div.sticky-area div.l-box nav ul li:last-child::after {
  content: none;
}
div.sticky-area div.l-box nav ul li a {
  display: block;
  box-sizing: border-box;
  padding: 1em 0.94em;
  color: var(--clred01);
  height: 13vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
  text-align: center;
  background-color: var(--clgray03);
}
@media screen and (min-width: 768px) {
  div.sticky-area div.l-box nav ul li a {
    text-align: left;
    padding: 0;
    height: auto;
    color: var(--clgray02);
    background: none;
  }
  div.sticky-area div.l-box nav ul li a:hover .hover-box span {
    transform: translate(0, -1.04em);
  }
  div.sticky-area div.l-box nav ul li a::after {
    content: "";
    display: block;
    width: 0.8em;
    height: 2px;
    background-color: var(--clred01);
    top: 0.5em;
    left: 0;
    position: absolute;
    transition: all 0.3s;
    transform: scaleX(0);
    transform-origin: left;
  }
}
div.sticky-area div.l-box nav ul li a.active.tab-active {
  background-color: var(--clred01);
  color: #fff;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.l-box nav ul li a.active.tab-active {
    background: none;
    color: var(--clred01);
    padding-left: 1.2em;
  }
  div.sticky-area div.l-box nav ul li a.active.tab-active::after {
    transform: scaleX(1);
  }
}
div.sticky-area div.l-box nav div.entry-box {
  width: 31%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--clred02);
}
@media screen and (min-width: 768px) {
  div.sticky-area div.l-box nav div.entry-box {
    display: none;
  }
}
div.sticky-area div.l-box nav div.entry-box button {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 5.33vw;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  height: 13vw;
}
div.sticky-area div.l-box nav div.entry-box button.active img {
  transform: translate(0, -0.2em) rotate(180deg);
}
div.sticky-area div.l-box nav div.entry-box button img {
  display: inline-block;
  width: 0.5em;
  margin-left: 0.2em;
  transform: translate(0, -0.2em);
  transition: all 0.3s;
}
div.sticky-area div.l-box nav div.entry-box div.entry-box-inner {
  padding: 0 0 5% 15%;
  box-sizing: border-box;
}
div.sticky-area div.l-box nav div.entry-box div.entry-box-inner a {
  display: block;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.625em;
  margin-bottom: 0.6em;
}
div.sticky-area div.l-box nav div.entry-box div.entry-box-inner a img {
  width: 0.8em;
  margin-left: 0.2em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box {
    width: calc(100% - 190px);
  }
}
@media screen and (min-width: 1000px) {
  div.sticky-area div.r-box {
    width: calc(100% - 253px);
  }
}
div.sticky-area div.r-box div.work-tab-inner {
  display: none;
}
div.sticky-area div.r-box div.work-tab-inner.tab-active {
  display: block;
}
div.sticky-area div.r-box section.sec-work-top {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-work-top {
    padding-bottom: 100px;
    padding-left: 5%;
  }
}
div.sticky-area div.r-box section.sec-work-top::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
div.sticky-area div.r-box section.sec-work-top div.sec-work-top-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
div.sticky-area div.r-box section.sec-work-top div.work-top-img {
  margin: 0 0 7vw auto;
  width: 93%;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-work-top div.work-top-img {
    width: 50%;
    margin: 0;
  }
}
div.sticky-area div.r-box section.sec-work-top div.txt-box {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-work-top div.txt-box {
    order: -1;
    width: 45%;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-work-top div.txt-box {
    width: 43%;
  }
}
@media screen and (min-width: 1280px) {
  div.sticky-area div.r-box section.sec-work-top div.txt-box {
    width: 40%;
  }
}
div.sticky-area div.r-box section.sec-work-top div.txt-box p.work-txt01 {
  color: var(--clred01);
  margin-bottom: 1.2em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.83em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-work-top div.txt-box p.work-txt01 {
    margin-bottom: 0.8em;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2.8vw;
    letter-spacing: 0;
    line-height: 1.6em;
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-work-top div.txt-box p.work-txt01 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.sticky-area div.r-box section.sec-work-top div.txt-box p.work-txt01 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-work-top div.txt-box p.work-txt01 {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2.8vw;
    letter-spacing: 0;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-work-top div.txt-box p.work-txt01 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1280px) {
  div.sticky-area div.r-box section.sec-work-top div.txt-box p.work-txt01 {
    font-size: 30px;
  }
}
div.sticky-area div.r-box section.sec-work-top div.txt-box p.work-txt02 {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.41em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-work-top div.txt-box p.work-txt02 {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.1875em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-work-top div.txt-box p.work-txt02 {
    font-size: 16px;
  }
}
div.sticky-area div.r-box div.work-tab {
  background-color: var(--clgray03);
  border-radius: 1em;
  margin-top: 20vw;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box div.work-tab {
    background: none;
    border-radius: 0;
    margin-top: 0;
  }
}
div.sticky-area div.r-box div.work-tab h3.border-title span {
  display: block;
}
div.sticky-area div.r-box div.work-tab h3.border-title .en {
  color: var(--clgray03);
  text-shadow: 1px 1px 0 var(--clred01), -1px -1px 0 var(--clred01), -1px 1px 0 var(--clred01), 1px -1px 0 var(--clred01), 1px 0 0 var(--clred01), -1px 0 0 var(--clred01), 0 1px 0 var(--clred01), 0 -1px 0 var(--clred01);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 10.66vw;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  font-size: 10vw;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box div.work-tab h3.border-title .en {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box div.work-tab h3.border-title .en {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.sticky-area div.r-box div.work-tab h3.border-title .en {
    font-size: 40px;
  }
}
@media screen and (min-width: 1000px) {
  div.sticky-area div.r-box div.work-tab h3.border-title .en {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.1em;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  div.sticky-area div.r-box div.work-tab h3.border-title .en {
    font-size: 30px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1280px) {
  div.sticky-area div.r-box div.work-tab h3.border-title .en {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box div.work-tab h3.border-title .ja {
    margin-top: 0.6em;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.625em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box div.work-tab h3.border-title .ja {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.sticky-area div.r-box div.work-tab h3.border-title .ja {
    font-size: 16px;
  }
}
div.sticky-area div.r-box section.sec-workinfo {
  padding: 20vw 0 0;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-workinfo {
    padding: 100px 5% 0;
  }
}
div.sticky-area div.r-box section.sec-workinfo h2 {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.6em;
  margin-left: 6%;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 8vw;
  letter-spacing: 0;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-workinfo h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-workinfo h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.sticky-area div.r-box section.sec-workinfo h2 {
    font-size: 40px;
  }
}
div.sticky-area div.r-box section.sec-workinfo h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 0.6em;
  height: 3px;
  background-color: var(--clred01);
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-workinfo h2::after {
    top: 0.5em;
  }
}
div.sticky-area div.r-box section.sec-workinfo p.workinfo-txt01 {
  padding-left: 15%;
  margin-bottom: 2em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.625em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-workinfo p.workinfo-txt01 {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    margin-bottom: 3em;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-workinfo p.workinfo-txt01 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.sticky-area div.r-box section.sec-workinfo p.workinfo-txt01 {
    font-size: 20px;
  }
}
div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap {
  margin-top: 12vw;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }
}
div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box {
  width: 88%;
  margin: 0 auto 13vw;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box {
    width: 45.8%;
    margin: 0;
  }
}
div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box:last-child {
  margin-bottom: 0;
}
div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3 {
  position: relative;
  padding-bottom: 1.4em;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3 {
    padding-bottom: 1em;
    margin: 50px 0 35px;
  }
}
div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3::after {
  content: "";
  display: block;
  width: 6em;
  height: 4px;
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3::after {
    width: 97px;
  }
}
div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3 span {
  display: block;
}
div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3 span.en {
  color: var(--clred01);
  margin-bottom: 0.2em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 8vw;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3 span.en {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3 span.en {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3 span.en {
    font-size: 40px;
  }
}
@media screen and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3 span.en {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.1em;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3 span.en {
    font-size: 30px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1280px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3 span.en {
    font-size: 40px;
  }
}
div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3 span.ja {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.625em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3 span.ja {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.625em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3 span.ja {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box h3 span.ja {
    font-size: 16px;
  }
}
div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box p.workinfo-box-txt01 {
  margin-bottom: 1em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.83em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box p.workinfo-box-txt01 {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box p.workinfo-box-txt01 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box p.workinfo-box-txt01 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box p.workinfo-box-txt01 {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.7em;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box p.workinfo-box-txt01 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1280px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box p.workinfo-box-txt01 {
    font-size: 20px;
  }
}
div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box p.workinfo-box-txt02 {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.41em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box p.workinfo-box-txt02 {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.1875em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-workinfo div.workinfo-box-wrap div.workinfo-box p.workinfo-box-txt02 {
    font-size: 16px;
  }
}
div.sticky-area div.r-box section.sec-image {
  padding: 20vw 0 0;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-image {
    padding: 100px 5% 0;
  }
}
div.sticky-area div.r-box section.sec-image div.sec-image-inner {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-image div.sec-image-inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-image div.image-box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-image div.image-box01 div.image-title-wrap {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-image div.image-box01 div.image-title-wrap {
    width: 400px;
  }
}
div.sticky-area div.r-box section.sec-image div.image-box01 div.image-title-wrap h4 {
  color: #fff;
  margin-top: 0.4em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 10.66vw;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-image div.image-box01 div.image-title-wrap h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 5vw;
    letter-spacing: 0.1em;
    line-height: 1.115em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-image div.image-box01 div.image-title-wrap h4 {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.sticky-area div.r-box section.sec-image div.image-box01 div.image-title-wrap h4 {
    font-size: 60px;
  }
}
div.sticky-area div.r-box section.sec-image div.image-box01 div.image-img01 {
  margin-top: -20vw;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-image div.image-box01 div.image-img01 {
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-image div.image-box01 div.image-img01 {
    width: calc(100% - 480px);
  }
}
div.sticky-area div.r-box section.sec-image div.image-box02-wrap {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-image div.image-box02-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
}
div.sticky-area div.r-box section.sec-image div.image-box02-wrap div.image-box02 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.4em;
  padding: 10%;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-image div.image-box02-wrap div.image-box02 {
    width: 48.4%;
    padding: 4% 5%;
    margin-bottom: 3.6%;
    border-radius: 16px;
  }
}
@media screen and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-image div.image-box02-wrap div.image-box02 {
    padding: 3% 4.2%;
  }
}
div.sticky-area div.r-box section.sec-image div.image-box02-wrap div.image-box02 h4 {
  color: var(--clred01);
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.4em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.83em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-image div.image-box02-wrap div.image-box02 h4 {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.83em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-image div.image-box02-wrap div.image-box02 h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.sticky-area div.r-box section.sec-image div.image-box02-wrap div.image-box02 h4 {
    font-size: 18px;
  }
}
div.sticky-area div.r-box section.sec-image div.image-box02-wrap div.image-box02 h4::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50em;
  background-color: var(--clgray02);
}
div.sticky-area div.r-box section.sec-image div.image-box02-wrap div.image-box02 p.image-box02-txt01 {
  margin-bottom: 0.4em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.625em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-image div.image-box02-wrap div.image-box02 p.image-box02-txt01 {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.625em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-image div.image-box02-wrap div.image-box02 p.image-box02-txt01 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.sticky-area div.r-box section.sec-image div.image-box02-wrap div.image-box02 p.image-box02-txt01 {
    font-size: 16px;
  }
}
div.sticky-area div.r-box section.sec-image div.image-box02-wrap div.image-box02 p.image-box02-txt02 {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.41em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-image div.image-box02-wrap div.image-box02 p.image-box02-txt02 {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.41em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-image div.image-box02-wrap div.image-box02 p.image-box02-txt02 {
    font-size: 14px;
  }
}
div.sticky-area div.r-box section.sec-people {
  width: 88%;
  margin: auto;
  padding: 18vw 0;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people {
    width: 100%;
    padding: 100px 5% 74px;
  }
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.sec-people-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people .border-title {
    width: 37%;
  }
}
div.sticky-area div.r-box section.sec-people div.people-slide-wrap01, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 {
  width: 85%;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.people-slide-wrap01, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 {
    width: 63%;
    margin: 0;
  }
}
div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-wrap, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 32%;
  margin: 0 0 0 auto;
  position: absolute;
  top: 30vw;
  right: 0;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-wrap, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-wrap {
    display: none;
  }
}
div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-next, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-next {
  position: revert;
  transform: translate(0);
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 12vw;
  height: 7vw;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-next, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-next {
    width: 40px;
    height: 29px;
  }
  div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev:hover .base-arrow-wrap .arrow, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-next:hover .base-arrow-wrap .arrow, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev:hover .base-arrow-wrap .arrow, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-next:hover .base-arrow-wrap .arrow {
    transform: translate(3px, 0);
  }
  div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev:hover .base-arrow-wrap .circle, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-next:hover .base-arrow-wrap .circle, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev:hover .base-arrow-wrap .circle, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-next:hover .base-arrow-wrap .circle {
    transform: translate(0, -50%) scale(1.4);
    box-shadow: inset 0.4px 0.4px 2px rgba(80, 78, 78, 0.6588235294);
  }
}
div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev::after, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-next::after, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev::after, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-next::after {
  content: none;
  margin-top: 0;
  left: 0;
  right: 0;
  top: 0;
}
div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev .base-arrow-wrap, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-next .base-arrow-wrap, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev .base-arrow-wrap, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-next .base-arrow-wrap {
  width: 100%;
}
div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev .arrow, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-next .arrow, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev .arrow, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-next .arrow {
  transform: translate(0, 0);
  left: 0px;
  width: 78%;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev .arrow, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-next .arrow, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev .arrow, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-next .arrow {
    width: calc(100% - 10px);
  }
}
div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev .arrow::after, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev .arrow::before, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-next .arrow::after, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-next .arrow::before, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev .arrow::after, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev .arrow::before, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-next .arrow::after, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-next .arrow::before {
  width: 2.4vw;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev .arrow::after, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev .arrow::before, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-next .arrow::after, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-next .arrow::before, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev .arrow::after, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev .arrow::before, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-next .arrow::after, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-next .arrow::before {
    width: 7px;
  }
}
div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev .circle, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-next .circle, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev .circle, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-next .circle {
  background: #fff;
  transition: all 0.2s;
  width: 7vw;
  height: 7vw;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev .circle, div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-next .circle, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev .circle, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-next .circle {
    width: 22px;
    height: 22px;
  }
}
div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev {
  transform: rotate(180deg);
}
div.sticky-area div.r-box section.sec-people div.people-slide-wrap01 div.swiper-button-prev:hover .base-arrow-wrap .circle, div.sticky-area div.r-box section.sec-people div.people-slide-wrap02 div.swiper-button-prev:hover .base-arrow-wrap .circle {
  box-shadow: inset -0.4px -0.4px 2px rgba(80, 78, 78, 0.6588235294);
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-wrapper, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-wrapper {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
}
div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide {
    width: 47% !important;
  }
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide a:hover img, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide a:hover img {
    transform: scale(1.08);
  }
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.people-img, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.people-img {
    overflow: hidden;
  }
}
div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.people-img img, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.people-img img {
  transition: all 0.3s;
}
div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box {
  text-align: center;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box {
    margin-top: 15px;
  }
}
div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box .recruit, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box .recruit {
  display: inline-block;
  border: solid 1px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.625em;
  border-radius: 50em;
  padding: 0 0.6em;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box .recruit, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box .recruit {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.625em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box .recruit, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box .recruit {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box .recruit, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box .recruit {
    font-size: 14px;
  }
}
div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box .recruit.newgraduate, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box .recruit.newgraduate {
  color: var(--clnewgraduate);
}
div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box .recruit.midcareer, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box .recruit.midcareer {
  color: var(--clmidcareer);
}
div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box .group, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box .group {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.41em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box .group, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box .group {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.41em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box .group, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box .group {
    font-size: 14px;
  }
}
div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box .name, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box .name {
  text-align: center;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.83em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box .name, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box .name {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.83em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box .name, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box .name {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box .name, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box .name {
    font-size: 18px;
  }
}
div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box .name svg, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box .name svg {
  display: inline-block;
  width: 0.3em;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  div.sticky-area div.r-box section.sec-people div.people-slide01 div.swiper-slide div.txt-box .name svg, div.sticky-area div.r-box section.sec-people div.people-slide02 div.swiper-slide div.txt-box .name svg {
    margin-left: 0.6em;
    transform: translate(0, -0.14em);
  }
}

section.sec-movie {
  padding: 20vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-movie {
    padding: 100px 0 130px;
  }
}
section.sec-movie div.sec-movie-inner {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-movie div.sec-movie-inner {
    width: 90%;
    max-width: 1200px;
  }
}
section.sec-movie h3 {
  margin-bottom: 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-movie h3 {
    margin-bottom: 40px;
  }
}
section.sec-movie h3 span.en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 10.66vw;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-movie h3 span.en {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-movie h3 span.en {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-movie h3 span.en {
    font-size: 40px;
  }
}
section.sec-movie h3 span.ja {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.625em;
  margin-left: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-movie h3 span.ja {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.625em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-movie h3 span.ja {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-movie h3 span.ja {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-movie ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-movie ul li {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-movie ul li {
    width: 30%;
    margin: 0;
  }
}
section.sec-movie ul li p {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.625em;
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-movie ul li p {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.625em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-movie ul li p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-movie ul li p {
    font-size: 16px;
  }
}
section.sec-movie a {
  background-color: var(--clred01);
  color: #fff;
  display: block;
  margin: 15vw auto 0;
  text-align: center;
  padding: 1em 0;
  position: relative;
  width: 72%;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.625em;
}
@media screen and (min-width: 768px) {
  section.sec-movie a {
    width: 395px;
    margin: 120px auto 0;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.7em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-movie a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-movie a {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-movie a:hover .hover-box span {
    transform: translate(0, -1em);
  }
}
section.sec-movie a::before, section.sec-movie a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.04em;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 1em;
  border-radius: 100px;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: calc(100% - 0.04em) 50%;
}
section.sec-movie a::after {
  transform: rotate(-45deg);
}/*# sourceMappingURL=work.css.map */