/*
theme Name: XENOS_2025
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ============================================ */
@keyframes fuwafuwa {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 15px;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes wafuwafu {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 -15px;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  position: relative;
}

body {
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  opacity: 0;
}

img {
  width: 100%;
}

@media (min-width: 1001px) {
  body {
    padding-top: 20px;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 64px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.header_logo {
  width: 140px;
}
.header_menu {
  display: none;
}
@media (max-width: 1000px) {
  .header {
    height: 50px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.3019607843);
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  .header_logo {
    width: 100px;
    z-index: 2;
    filter: brightness(1) invert(0);
    transition: 0.3s;
  }
  .header_logo.open {
    filter: brightness(0) invert(1);
  }
  .header_menu {
    display: block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    position: relative;
    right: 0;
    z-index: 2;
  }
  .header_menu > div {
    width: 18px;
    height: 18px;
    margin-left: auto;
    position: relative;
    translate: none;
    top: 17px;
    left: auto;
  }
  .header_menu > div > span {
    width: 100%;
    height: 3px;
    background-color: #1a1a1a;
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
    transition: 0.3s;
  }
  .header_menu > div::before, .header_menu > div::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1a1a1a;
    position: absolute;
    translate: -50% 0;
    left: 50%;
    transition: 0.3s;
  }
  .header_menu > div::before {
    top: 0;
  }
  .header_menu > div::after {
    bottom: 0;
  }
  .header_menu.open > div > span {
    background-color: white;
    opacity: 0;
  }
  .header_menu.open > div::before {
    top: calc(50% - 1px);
    translate: -50% 0;
    rotate: -45deg;
  }
  .header_menu.open > div::after {
    bottom: calc(50% - 2px);
    translate: -50% 0;
    rotate: 45deg;
  }
  .header_menu.open > div::before, .header_menu.open > div::after {
    background-color: white;
  }
  .header_menu.open + nav {
    width: 100%;
    right: 0;
  }
}
.header nav {
  width: 345px;
}
.header nav > div {
  display: flex;
  align-items: center;
  height: 100%;
}
.header nav > div.pc span {
  display: block;
  width: 1px;
  height: 30px;
  background-color: #1e1e1e;
}
.header nav > div.pc a {
  display: inline-block;
  margin-right: 40px;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 900;
  transition: 0.3s;
}
.header nav > div.pc a:last-of-type {
  margin-right: 0;
}
.header nav > div.pc a:hover {
  opacity: 0.5;
}
.header nav > div.sp {
  display: none;
}
@media (max-width: 1000px) {
  .header nav {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background: url("img/common/sp-menu_bg.webp") no-repeat center/cover;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1;
    transition: 0.3s;
  }
  .header nav > div {
    height: auto;
  }
  .header nav > div.pc {
    display: none;
  }
  .header nav > div.sp {
    display: flex;
  }
  .header nav > div .nav_list {
    display: flex;
    flex-direction: column;
    padding: 60px 0 0 40px;
  }
  .header nav > div .nav_list a {
    display: flex;
    flex-direction: column;
    width: 140px;
    margin-bottom: 20px;
    color: white;
    font-size: 24px;
    font-weight: 900;
  }
  .header nav > div .nav_list a span {
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
  }
  .header nav > div .nav_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 60px);
    margin: 0 30px;
    padding-top: 20px;
    border-top: solid 1px white;
    color: white;
    font-size: 10px;
    position: absolute;
    bottom: 30px;
  }
  .header nav > div .nav_footer a {
    font-weight: 900;
  }
}

main {
  width: 100%;
  padding-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  main {
    padding: 50px 0 80px;
  }
}
main#home .mv {
  height: calc(100svh - 235px);
  min-height: 592px;
  margin-top: 55px;
  padding: 0 48px;
}
main#home .mv_content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 951/592;
  margin: 0 auto;
  background: url("img/top/mv_logo_pc.webp") no-repeat center/contain;
  transition: 3s opacity;
  opacity: 1;
}
main#home .mv_bg-sp {
  display: none;
}
main#home .mv_text {
  width: 26%;
  margin-left: -10.5%;
  margin-top: -2.5%;
}
main#home .mv.ready .mv_content {
  opacity: 0;
}
@media (max-width: 1000px) {
  main#home .mv {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 562px;
    height: auto;
    min-height: calc(100svh - 50px);
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  main#home .mv_content {
    display: block;
    width: 160.8%;
    max-width: none;
    margin: -20% 0 0 -60.8%;
    background: none;
    aspect-ratio: auto;
    position: relative;
    left: 28%;
  }
  main#home .mv_bg-sp {
    display: block;
  }
  main#home .mv_text {
    width: 32%;
    position: absolute;
    translate: -50% -50%;
    top: 55.5%;
    left: 55.36%;
  }
}
main#home .news {
  margin: 120px auto 0;
}
main#home .news_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 710px;
  height: 64px;
  margin-left: auto;
  padding-right: calc((100% - 1200px) / 2);
  background: #f1f1f1;
  border-radius: 40px 0 0 40px;
  box-sizing: content-box;
  position: relative;
}
main#home .news_content > h2 {
  color: #d12233;
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  top: -18px;
  left: 35px;
}
main#home .news_slick {
  width: 89.6%;
  margin-left: 74px;
}
main#home .news_slick p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
}
main#home .news_slick p span.date {
  display: flex;
  align-items: center;
  width: 147px;
  font-size: 18px;
  font-weight: 900;
}
main#home .news_slick p span.date::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  margin: 0 18px 0 auto;
  background: #c5c5c5;
}
main#home .news_slick p span.title {
  white-space: nowrap;
}
@media (max-width: 1000px) {
  main#home .news {
    margin-top: 10px;
    padding-bottom: 30px;
  }
  main#home .news_content {
    width: 94.667%;
    max-width: 355px;
    height: 32px;
    position: relative;
  }
  main#home .news_content > h2 {
    font-size: 16px;
    top: -11px;
    left: 16px;
  }
  main#home .news_slick {
    width: 94%;
    margin-left: 20px;
  }
  main#home .news_slick p {
    font-size: 11px;
  }
  main#home .news_slick p span.date {
    width: 67px;
    margin-right: 6px;
    font-size: 12px;
  }
  main#home .news_slick p span.date::after {
    content: none;
  }
  main#home .news_slick p span.title {
    margin-right: 2em;
  }
}
main#home .about {
  margin-top: 120px;
  position: relative;
}
main#home .about_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
main#home .about_bg .float {
  position: absolute;
}
main#home .about_bg .float_a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #e4be2b;
  top: -70px;
  left: 9%;
  animation: wafuwafu 6s ease-in-out infinite alternate;
}
main#home .about_bg .float_b {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #d1cec3;
  top: 0;
  left: 16.2%;
  animation: fuwafuwa 5s ease-in-out infinite alternate;
}
main#home .about_bg .float_c {
  width: 60px;
  height: 52px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #e4be2b;
  bottom: 20px;
  left: 15.4%;
  rotate: -25deg;
  animation: wafuwafu 4s ease-in-out infinite alternate;
}
main#home .about_bg .float_d {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #0c4d6c;
  bottom: -68px;
  left: 10.5%;
  animation: fuwafuwa 6s ease-in-out infinite alternate;
}
main#home .about_bg .float_e {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #e4be2b;
  bottom: -77px;
  left: 32.9%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#home .about_bg .float_f {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #25b9c0;
  bottom: -135px;
  left: 21.9%;
  animation: wafuwafu 6s ease-in-out infinite alternate;
}
main#home .about_bg .float_g {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #25b9c0;
  top: 40px;
  right: 10%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#home .about_bg .float_h {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #0c4d6c;
  top: 122px;
  right: 14.1%;
  animation: wafuwafu 5s ease-in-out infinite alternate;
}
main#home .about_bg .float_i {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #d1cec3;
  bottom: 118px;
  right: 7%;
  animation: fuwafuwa 6s ease-in-out infinite alternate;
}
main#home .about_bg .float_j {
  width: 30px;
  height: 30px;
  rotate: 23deg;
  background: #57563e;
  bottom: 16px;
  right: 13.4%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#home .about_bg .float_k {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 40px;
  border: solid 8px #0c4d6c;
  bottom: -61px;
  right: 23.3%;
  animation: fuwafuwa 6s ease-in-out infinite alternate;
}
main#home .about_content > h2 {
  color: #1d1d1d;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
  opacity: 0;
  translate: 0 50px;
  transition: 1.2s opacity, 1.2s translate;
}
main#home .about_content > p {
  margin-top: 25px;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  opacity: 0;
  translate: 0 50px;
  transition: 1.2s opacity, 1.2s translate;
  transition-delay: 0.4s;
}
main#home .about_content.in-view > h2 {
  opacity: 1;
  translate: 0 0;
}
main#home .about_content.in-view > p {
  opacity: 1;
  translate: 0 0;
}
main#home .about .sp {
  display: none;
}
@media (max-width: 1000px) {
  main#home .about {
    margin-top: 200px;
  }
  main#home .about_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
  }
  main#home .about_bg .float {
    position: absolute;
  }
  main#home .about_bg .float_a {
    width: 16px;
    height: 16px;
    top: -68px;
    left: 8.5%;
  }
  main#home .about_bg .float_b {
    width: 11px;
    height: 11px;
    top: -37px;
    left: 16.8%;
  }
  main#home .about_bg .float_c {
    width: 30px;
    height: 25px;
    bottom: -23px;
    left: 14.1%;
  }
  main#home .about_bg .float_d {
    width: 11px;
    height: 11px;
    bottom: -87px;
    left: 9.3%;
  }
  main#home .about_bg .float_e {
    width: 11px;
    height: 11px;
    background: #beb7a6;
    bottom: -115px;
    left: 16%;
  }
  main#home .about_bg .float_f {
    width: 16px;
    height: 16px;
    background: #d8a542;
    bottom: -60px;
    left: 37.1%;
  }
  main#home .about_bg .float_g {
    width: 11px;
    height: 11px;
    top: -65px;
    right: 6.1%;
  }
  main#home .about_bg .float_h {
    width: 23px;
    height: 23px;
    top: -107px;
    right: 14.7%;
  }
  main#home .about_bg .float_i {
    width: 11px;
    height: 11px;
    background: #a2a2a2;
    top: -52px;
    right: 30.7%;
  }
  main#home .about_bg .float_j {
    width: 16px;
    height: 16px;
    top: 207px;
    right: 12%;
  }
  main#home .about_bg .float_k {
    width: 19px;
    height: 19px;
    border: solid 4px #0c4d6c;
    top: 168px;
    right: 7.5%;
  }
  main#home .about_content > h2 {
    font-size: 22px;
    font-weight: 500;
  }
  main#home .about_content > p {
    margin-top: 40px;
    font-size: 14px;
  }
  main#home .about .sp {
    display: block;
  }
}
main#home .services {
  margin-top: 280px;
  position: relative;
}
main#home .services_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
main#home .services_bg .float {
  position: absolute;
}
main#home .services_bg .float_a {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #e4bc2e;
  top: -30px;
  right: 12.3%;
  animation: wafuwafu 6s ease-in-out infinite alternate;
}
main#home .services_bg .float_b {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #beb7a6;
  top: 19px;
  right: 8.2%;
  animation: fuwafuwa 5s ease-in-out infinite alternate;
}
main#home .services_bg .float_c {
  width: 50px;
  height: 43px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #80c8b7;
  top: 89px;
  right: 15.1%;
  rotate: 25deg;
  animation: wafuwafu 4s ease-in-out infinite alternate;
}
main#home .services_bg .float_d {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #0c4d6f;
  bottom: -48px;
  left: 8.9%;
  animation: fuwafuwa 6s ease-in-out infinite alternate;
}
main#home .services_bg .float_e {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #beb7a6;
  bottom: -67px;
  left: 20.3%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#home .services_bg .float_f {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #209198;
  bottom: -150px;
  left: 16.1%;
  animation: wafuwafu 6s ease-in-out infinite alternate;
}
main#home .services_bg .float_g {
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 32px;
  border: solid 6px #24bac3;
  bottom: -188px;
  left: 21.5%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#home .services_content {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
main#home .services_content h2 {
  margin-left: 100px;
  position: relative;
}
main#home .services_content h2 span {
  position: relative;
  z-index: 2;
}
main#home .services_content h2 span:first-of-type {
  color: #1d1d1d;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
main#home .services_content h2 span:last-of-type {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  bottom: 3px;
}
main#home .services_content h2::before {
  content: "SERVICES";
  color: #e6e2d5;
  font-size: 130px;
  font-weight: 900;
  position: absolute;
  z-index: 1;
  left: -54px;
  bottom: 12px;
}
main#home .services_flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 60px auto 0;
}
main#home .services_flex.in-view .services_flex_img {
  scale: 1 1;
}
main#home .services_flex.in-view .services_flex_img::after {
  width: 0;
}
main#home .services_flex.in-view .services_flex_text_title {
  scale: 1 1;
}
main#home .services_flex.in-view .services_flex_text_title::after {
  width: 0;
}
main#home .services_flex.in-view .services_flex_text_lead {
  opacity: 1;
  translate: 0 0;
}
main#home .services_flex.in-view .services_flex_text_btn {
  opacity: 1;
  translate: 0 0;
}
main#home .services_flex_img {
  flex: 1;
  max-width: 58%;
  height: 480px;
  background: #e84518;
  position: relative;
  overflow: hidden;
  scale: 0 1;
  transform-origin: top left;
  transition: 0.4s scale;
}
main#home .services_flex_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e84518;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.9s 0.4s width;
}
main#home .services_flex_img img {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
}
main#home .services_flex_text {
  width: 556px;
  margin: 50px 0 0 -50px;
  position: relative;
}
main#home .services_flex_text_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: #24bac3;
  border-radius: 10px;
  color: white;
  font-size: 26px;
  font-weight: 900;
  white-space: nowrap;
  position: relative;
  transform-origin: top right;
  scale: 0 1;
  overflow: hidden;
}
main#home .services_flex_text_title::after {
  content: "";
  display: block;
  background: #24bac3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
main#home .services_flex_text_title:nth-of-type(1) {
  width: 470px;
  transition: 0.4s 0.6s scale;
}
main#home .services_flex_text_title:nth-of-type(1)::after {
  transition: 0.4s 0.9s width;
}
main#home .services_flex_text_title:nth-of-type(2) {
  width: 480px;
  margin: 10px 0 0 60px;
  transition: 0.4s 0.7s scale;
}
main#home .services_flex_text_title:nth-of-type(2)::after {
  transition: 0.4s 1s width;
}
main#home .services_flex_text_lead {
  margin: 40px 0 0 90px;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  opacity: 0;
  translate: 0 20px;
  transition: 0.6s 0.9s opacity, 0.6s 0.9s translate;
}
main#home .services_flex_text_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  height: 46px;
  margin: 60px auto 0;
  background: white;
  border-radius: 46px;
  border: solid 1px #e84518;
  color: #e84518;
  font-size: 16px;
  font-weight: 900;
  opacity: 0;
  translate: 0 20px;
  transition: 0.3s background-color, 0.3s color, 0.6s 1s opacity, 0.6s 1s translate;
}
main#home .services_flex_text_btn span {
  margin-left: 36px;
  transition: 0.3s color;
}
main#home .services_flex_text_btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #e84518;
  border-radius: 38px;
  margin-right: 4px;
  transition: 0.3s background-color;
}
main#home .services_flex_text_btn .arrow::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: solid 4px white;
  border-right: solid 4px white;
  rotate: 45deg;
  margin-left: -5px;
  transition: 0.3s border-color;
}
main#home .services_flex_text_btn:hover {
  background: #e84518;
}
main#home .services_flex_text_btn:hover span {
  color: white;
}
main#home .services_flex_text_btn:hover .arrow {
  background: white;
}
main#home .services_flex_text_btn:hover .arrow::after {
  border-top: solid 4px #e84518;
  border-right: solid 4px #e84518;
}
@media (max-width: 1000px) {
  main#home .services {
    margin-top: 250px;
  }
  main#home .services_bg .float_a {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    top: -73px;
    right: 13.9%;
  }
  main#home .services_bg .float_b {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -44px;
    right: 8.5%;
  }
  main#home .services_bg .float_c {
    width: 35px;
    height: 30px;
    top: -4px;
    right: 8.3%;
  }
  main#home .services_bg .float_d {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    bottom: -13px;
    left: 7.7%;
  }
  main#home .services_bg .float_e {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    bottom: -66px;
    left: 23.7%;
  }
  main#home .services_bg .float_f {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    bottom: -105px;
    left: 13.1%;
  }
  main#home .services_bg .float_g {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    bottom: 20px;
    left: auto;
    right: 6.1%;
  }
  main#home .services_bg .float_h {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background: #e4bc2e;
    bottom: 52px;
    right: 16.5%;
    animation: wafuwafu 5s ease-in-out infinite alternate;
  }
  main#home .services_content h2 {
    margin-left: 40px;
  }
  main#home .services_content h2 span:first-of-type {
    font-size: 26px;
    letter-spacing: 0.02em;
  }
  main#home .services_content h2 span:last-of-type {
    margin-left: 6px;
    font-size: 14px;
    bottom: 2px;
  }
  main#home .services_content h2::before {
    font-size: 54px;
    left: -18px;
    bottom: 2px;
  }
  main#home .services_flex {
    flex-direction: column;
    margin-top: 25px;
  }
  main#home .services_flex_img {
    flex: 1;
    max-width: 87.5%;
    height: auto;
    margin-right: auto;
  }
  main#home .services_flex_img img {
    width: 100%;
    height: auto;
    position: relative;
  }
  main#home .services_flex_text {
    width: 100%;
    margin: -5px auto 0;
  }
  main#home .services_flex_text_title {
    height: 28px;
    font-size: 18px;
    font-weight: 500;
    padding-left: 0.5em;
    position: relative;
  }
  main#home .services_flex_text_title:nth-of-type(1) {
    width: 295px;
    margin: 0 auto;
    left: -16px;
  }
  main#home .services_flex_text_title:nth-of-type(2) {
    width: 304px;
    margin: 7px auto 0;
    left: 16px;
  }
  main#home .services_flex_text_title > p {
    margin-bottom: 2px;
  }
  main#home .services_flex_text_lead {
    width: 275px;
    margin: 30px auto 0;
    font-size: 13px;
    font-weight: 400;
  }
  main#home .services_flex_text_lead .pc {
    display: none;
  }
  main#home .services_flex_text_btn {
    width: 168px;
    margin: 40px auto 0;
  }
  main#home .services_flex_text_btn span {
    margin-left: 20px;
  }
}
main#home .recruit {
  margin-top: 220px;
  position: relative;
}
main#home .recruit_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
main#home .recruit_bg .float {
  position: absolute;
}
main#home .recruit_bg .float_a {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #e4bc2e;
  top: 67px;
  left: 8.1%;
  animation: wafuwafu 6s ease-in-out infinite alternate;
}
main#home .recruit_bg .float_b {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: #0c4d6c;
  top: 118px;
  left: 5.9%;
  animation: fuwafuwa 5s ease-in-out infinite alternate;
}
main#home .recruit_bg .float_c {
  width: 40px;
  height: 34px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #beb7a6;
  top: 148px;
  left: 16.6%;
  rotate: -20deg;
  animation: wafuwafu 4s ease-in-out infinite alternate;
}
main#home .recruit_bg .float_d {
  width: 40px;
  height: 34px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #beb7a6;
  bottom: -70px;
  right: 12.3%;
  rotate: 20deg;
  animation: fuwafuwa 6s ease-in-out infinite alternate;
}
main#home .recruit_bg .float_e {
  width: 25px;
  height: 25px;
  background: #57563e;
  bottom: -122px;
  right: 9.3%;
  rotate: -30deg;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#home .recruit_bg .float_f {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #e4be2b;
  bottom: -132px;
  right: 22.5%;
  animation: wafuwafu 6s ease-in-out infinite alternate;
}
main#home .recruit_bg .float_g {
  width: 55px;
  height: 55px;
  background: transparent;
  border-radius: 55px;
  border: solid 12px #c9aa20;
  bottom: -258px;
  right: 20.3%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#home .recruit_bg .float_h {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #24bac3;
  bottom: -284px;
  right: 18.3%;
  animation: wafuwafu 5s ease-in-out infinite alternate;
}
main#home .recruit_content {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
main#home .recruit_content h2 {
  margin-right: 100px;
  text-align: right;
  position: relative;
}
main#home .recruit_content h2 span {
  position: relative;
  z-index: 2;
}
main#home .recruit_content h2 span:first-of-type {
  color: #1d1d1d;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
main#home .recruit_content h2 span:last-of-type {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  bottom: 3px;
}
main#home .recruit_content h2::before {
  content: "RECRUIT";
  color: #e6e2d5;
  font-size: 130px;
  font-weight: 900;
  position: absolute;
  z-index: 1;
  right: -60px;
  bottom: 12px;
}
main#home .recruit_flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin: 60px auto 0;
}
main#home .recruit_flex.in-view .recruit_flex_img {
  scale: 1 1;
}
main#home .recruit_flex.in-view .recruit_flex_img::after {
  width: 0;
}
main#home .recruit_flex.in-view .recruit_flex_text_title {
  scale: 1 1;
}
main#home .recruit_flex.in-view .recruit_flex_text_title::after {
  width: 0;
}
main#home .recruit_flex.in-view .recruit_flex_text_lead {
  opacity: 1;
  translate: 0 0;
}
main#home .recruit_flex.in-view .recruit_flex_text_btn {
  opacity: 1;
  translate: 0 0;
}
main#home .recruit_flex_img {
  flex: 1;
  max-width: 58%;
  height: 480px;
  background: #e84518;
  position: relative;
  overflow: hidden;
  scale: 0 1;
  transform-origin: top right;
  transition: 0.4s scale;
}
main#home .recruit_flex_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e84518;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.9s 0.4s width;
}
main#home .recruit_flex_img img {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
}
main#home .recruit_flex_text {
  width: 556px;
  margin: 50px -50px 0 16px;
  position: relative;
}
main#home .recruit_flex_text_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: #24bac3;
  border-radius: 10px;
  color: white;
  font-size: 26px;
  font-weight: 900;
  white-space: nowrap;
  position: relative;
  transform-origin: top left;
  scale: 0 1;
  overflow: hidden;
}
main#home .recruit_flex_text_title::after {
  content: "";
  display: block;
  background: #24bac3;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
main#home .recruit_flex_text_title:nth-of-type(1) {
  width: 470px;
  transition: 0.4s 0.6s scale;
}
main#home .recruit_flex_text_title:nth-of-type(1)::after {
  transition: 0.4s 0.9s width;
}
main#home .recruit_flex_text_title:nth-of-type(2) {
  width: 480px;
  margin: 10px 0 0 60px;
  transition: 0.4s 0.7s scale;
}
main#home .recruit_flex_text_title:nth-of-type(2)::after {
  transition: 0.4s 1s width;
}
main#home .recruit_flex_text_lead {
  margin: 40px 0 0 90px;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  opacity: 0;
  translate: 0 20px;
  transition: 0.6s 0.9s opacity, 0.6s 0.9s translate;
}
main#home .recruit_flex_text_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  height: 46px;
  margin: 60px auto 0;
  background: white;
  border-radius: 46px;
  border: solid 1px #e84518;
  color: #e84518;
  font-size: 16px;
  font-weight: 900;
  opacity: 0;
  translate: 0 20px;
  transition: 0.3s background-color, 0.3s color, 0.6s 1s opacity, 0.6s 1s translate;
}
main#home .recruit_flex_text_btn span {
  margin-left: 36px;
  transition: 0.3s color;
}
main#home .recruit_flex_text_btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #e84518;
  border-radius: 38px;
  margin-right: 4px;
  transition: 0.3s background-color;
}
main#home .recruit_flex_text_btn .arrow::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: solid 4px white;
  border-right: solid 4px white;
  rotate: 45deg;
  margin-left: -5px;
  transition: 0.3s border-color;
}
main#home .recruit_flex_text_btn:hover {
  background: #e84518;
}
main#home .recruit_flex_text_btn:hover span {
  color: white;
}
main#home .recruit_flex_text_btn:hover .arrow {
  background: white;
}
main#home .recruit_flex_text_btn:hover .arrow::after {
  border-top: solid 4px #e84518;
  border-right: solid 4px #e84518;
}
@media (max-width: 1000px) {
  main#home .recruit {
    margin-top: 250px;
  }
  main#home .recruit_bg .float_a {
    width: 23px;
    height: 23px;
    border-radius: 23px;
    top: auto;
    left: auto;
    bottom: 144px;
    right: 6.1%;
  }
  main#home .recruit_bg .float_b {
    width: 21px;
    height: 21px;
    border-radius: 21px;
    top: auto;
    bottom: 3px;
    left: 7.5%;
  }
  main#home .recruit_bg .float_c {
    width: 23px;
    height: 20px;
    top: auto;
    left: auto;
    bottom: 62px;
    right: 19.2%;
  }
  main#home .recruit_bg .float_d {
    width: 23px;
    height: 20px;
    bottom: -65px;
    left: 19.2%;
    right: auto;
  }
  main#home .recruit_bg .float_e {
    width: 20px;
    height: 20px;
    bottom: 65px;
    right: 8.3%;
  }
  main#home .recruit_bg .float_f {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    bottom: 39px;
    left: 11.2%;
    right: auto;
  }
  main#home .recruit_bg .float_g {
    width: 29px;
    height: 29px;
    border-radius: 29px;
    border: solid 5px #c9aa20;
    bottom: -84px;
    right: 19.2%;
  }
  main#home .recruit_bg .float_h {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    bottom: -108px;
    right: 16.3%;
  }
  main#home .recruit_content h2 {
    margin: 0 20px 0 auto;
  }
  main#home .recruit_content h2 span:first-of-type {
    font-size: 26px;
    letter-spacing: 0.02em;
  }
  main#home .recruit_content h2 span:last-of-type {
    margin-left: 6px;
    font-size: 14px;
    bottom: 2px;
  }
  main#home .recruit_content h2::before {
    font-size: 54px;
    right: 6px;
    bottom: 2px;
  }
  main#home .recruit_flex {
    flex-direction: column;
    margin-top: 25px;
  }
  main#home .recruit_flex_img {
    flex: 1;
    max-width: 87.5%;
    height: auto;
    margin-left: auto;
  }
  main#home .recruit_flex_img img {
    width: 100%;
    height: auto;
    position: relative;
  }
  main#home .recruit_flex_text {
    width: 100%;
    margin: -5px auto 0;
  }
  main#home .recruit_flex_text_title {
    height: 28px;
    font-size: 18px;
    font-weight: 500;
    padding-left: 0.5em;
    position: relative;
  }
  main#home .recruit_flex_text_title:nth-of-type(1) {
    width: 295px;
    margin: 0 auto;
    left: -16px;
  }
  main#home .recruit_flex_text_title:nth-of-type(2) {
    width: 304px;
    margin: 7px auto 0;
    left: 16px;
  }
  main#home .recruit_flex_text_title > p {
    margin-bottom: 2px;
  }
  main#home .recruit_flex_text_lead {
    width: 275px;
    margin: 30px auto 0;
    font-size: 13px;
    font-weight: 400;
  }
  main#home .recruit_flex_text_lead .pc {
    display: none;
  }
  main#home .recruit_flex_text_btn {
    width: 168px;
    margin: 40px auto 0;
  }
  main#home .recruit_flex_text_btn span {
    margin-left: 20px;
  }
}
main#home .company {
  margin-top: 220px;
}
main#home .company_content {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
main#home .company_content h2 {
  margin-left: 100px;
  position: relative;
}
main#home .company_content h2 span {
  position: relative;
  z-index: 2;
}
main#home .company_content h2 span:first-of-type {
  color: #1d1d1d;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
main#home .company_content h2 span:last-of-type {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  bottom: 3px;
}
main#home .company_content h2::before {
  content: "COMPANY";
  color: #e6e2d5;
  font-size: 130px;
  font-weight: 900;
  position: absolute;
  z-index: 1;
  left: -54px;
  bottom: 12px;
}
main#home .company_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 7.5%;
  margin-top: 50px;
}
main#home .company_flex.in-view .company_flex_text {
  opacity: 1;
  translate: 0 0;
}
main#home .company_flex_map {
  flex: 1;
  height: 430px;
}
main#home .company_flex_map iframe {
  width: 100%;
  height: 100%;
}
main#home .company_flex_text {
  width: 430px;
  margin-left: 50px;
  opacity: 0;
  translate: 0 20px;
  transition: 1.2s opacity, 1.2s translate;
}
main#home .company_flex_text dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  color: #2d2d2d;
  font-size: 14px;
  line-height: 1.8;
}
main#home .company_flex_text dl.mb1 {
  margin-bottom: 1.5em;
}
main#home .company_flex_text dl.mb2 {
  margin-bottom: 2.5em;
}
main#home .company_flex_text dl dt {
  width: 60px;
  font-weight: 400;
  white-space: nowrap;
}
main#home .company_flex_text dl dt.c2 {
  letter-spacing: 2em;
}
main#home .company_flex_text dl dt.c3 {
  letter-spacing: 0.5em;
}
main#home .company_flex_text dl dd {
  width: 335px;
}
main#home .company_flex_text dl dd .sp {
  display: none;
}
@media (max-width: 1000px) {
  main#home .company {
    margin-top: 250px;
  }
  main#home .company_content h2 {
    margin-left: 40px;
  }
  main#home .company_content h2 span:first-of-type {
    font-size: 26px;
    letter-spacing: 0.02em;
  }
  main#home .company_content h2 span:last-of-type {
    margin-left: 6px;
    font-size: 14px;
    bottom: 2px;
  }
  main#home .company_content h2::before {
    font-size: 54px;
    left: -18px;
    bottom: 2px;
  }
  main#home .company_flex {
    flex-direction: column;
    margin-top: 25px;
  }
  main#home .company_flex_map {
    flex: none;
    width: 100%;
    height: 280px;
  }
  main#home .company_flex_text {
    width: 100%;
    margin: 55px auto 0;
  }
  main#home .company_flex_text dl {
    justify-content: center;
    font-size: 14px;
  }
  main#home .company_flex_text dl.mb1, main#home .company_flex_text dl.mb2 {
    margin-bottom: 25px;
  }
  main#home .company_flex_text dl dt {
    font-weight: 500;
  }
  main#home .company_flex_text dl dd {
    width: calc(100% - 100px);
    max-width: 200px;
    margin-left: 40px;
  }
  main#home .company_flex_text dl dd .sp {
    display: block;
  }
}
main#services .graphics {
  margin-top: 140px;
}
main#services .graphics_header {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
main#services .graphics_header h2 {
  margin-left: 100px;
  position: relative;
}
main#services .graphics_header h2 span {
  position: relative;
  z-index: 2;
}
main#services .graphics_header h2 span:first-of-type {
  color: #1d1d1d;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
main#services .graphics_header h2 span:last-of-type {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  bottom: 3px;
}
main#services .graphics_header h2::before {
  content: "GRAPHICS";
  color: #e6e2d5;
  font-size: 130px;
  font-weight: 900;
  position: absolute;
  z-index: 1;
  left: -54px;
  bottom: 12px;
}
main#services .graphics video {
  display: block;
  width: 100%;
  max-width: 1680px;
  margin: 35px auto 0;
}
main#services .graphics_lead {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 40px auto 0;
  position: relative;
}
main#services .graphics_lead_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
main#services .graphics_lead_bg .float {
  position: absolute;
}
main#services .graphics_lead_bg .float_a {
  width: 54px;
  height: 54px;
  border-radius: 54px;
  border: 12px solid #80c8b7;
  background: transparent;
  top: 73px;
  left: 13.6%;
  animation: wafuwafu 7s ease-in-out infinite alternate;
}
main#services .graphics_lead_bg .float_b {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #0c4d6c;
  bottom: 87px;
  left: 11.2%;
  animation: fuwafuwa 5s ease-in-out infinite alternate;
}
main#services .graphics_lead_bg .float_c {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #209198;
  bottom: 38px;
  left: 8.9%;
  animation: wafuwafu 4s ease-in-out infinite alternate;
}
main#services .graphics_lead_bg .float_d {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #24bac3;
  bottom: -34px;
  left: 11.9%;
  animation: fuwafuwa 6s ease-in-out infinite alternate;
}
main#services .graphics_lead_bg .float_e {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #e4be2b;
  top: 0;
  right: 10%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#services .graphics_lead_bg .float_f {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #25b9c0;
  top: 83px;
  right: 14.1%;
  animation: wafuwafu 5s ease-in-out infinite alternate;
}
main#services .graphics_lead_bg .float_g {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #a2a2a2;
  top: 140px;
  right: 10.3%;
  animation: fuwafuwa 7s ease-in-out infinite alternate;
}
main#services .graphics_lead_bg .float_h {
  width: 24px;
  height: 24px;
  rotate: 13deg;
  background: #57563e;
  bottom: 62px;
  right: 8.9%;
  animation: wafuwafu 6s ease-in-out infinite alternate;
}
main#services .graphics_lead_bg .float_i {
  width: 73px;
  height: 64px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  rotate: -25deg;
  background: #e4be2b;
  bottom: -16px;
  right: 19.8%;
  animation: fuwafuwa 5s ease-in-out infinite alternate;
}
main#services .graphics_lead h3 {
  color: #1d1d1d;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.7;
  opacity: 0;
  translate: 0 50px;
  transition: 1.2s opacity, 1.2s translate;
}
main#services .graphics_lead p {
  margin-top: 35px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  translate: 0 50px;
  opacity: 0;
  transition: 1.2s opacity, 1.2s translate;
  transition-delay: 0.4s;
}
main#services .graphics_lead.in-view > h3 {
  opacity: 1;
  translate: 0 0;
}
main#services .graphics_lead.in-view > p {
  opacity: 1;
  translate: 0 0;
}
main#services .graphics_lead .pc {
  display: block;
}
main#services .graphics_lead .sp {
  display: none;
}
main#services .graphics_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 25px 20px;
  width: 100%;
  max-width: 1000px;
  margin: 90px auto 0;
  position: relative;
}
main#services .graphics_list_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
main#services .graphics_list_bg .float {
  position: absolute;
}
main#services .graphics_list_bg .float_a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #0c4d6f;
  bottom: 90px;
  right: 40.3%;
  animation: wafuwafu 7s ease-in-out infinite alternate;
}
main#services .graphics_list_bg .float_b {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #beb7a6;
  bottom: 70px;
  right: 27.6%;
  animation: fuwafuwa 5s ease-in-out infinite alternate;
}
main#services .graphics_list_bg .float_c {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #209198;
  bottom: -13px;
  right: 29.7%;
  animation: wafuwafu 4s ease-in-out infinite alternate;
}
main#services .graphics_list_bg .float_d {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border: 8px solid #24bac3;
  background: transparent;
  bottom: -63px;
  right: 37.3%;
  animation: fuwafuwa 6s ease-in-out infinite alternate;
}
main#services .graphics_list_item {
  width: 440px;
  opacity: 0;
  translate: 0 50px;
  transition: 1.2s opacity, 1.2s translate;
}
main#services .graphics_list_item.in-view {
  opacity: 1;
  translate: 0 0;
}
main#services .graphics_list_item h4 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 78px;
  padding-bottom: 10px;
  background: #ededed;
  border-radius: 23px 23px 0 0;
  color: #1d1d1d;
  font-size: 30px;
  font-weight: 600;
}
main#services .graphics_list_item p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 136px;
  margin-top: 8px;
  background: #ededed;
  border-radius: 0 0 23px 23px;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.8;
}
main#services .graphics_list_item p .pc {
  display: block;
}
main#services .graphics_list_item p .sp {
  display: none;
}
main#services .graphics_works {
  margin-top: 200px;
}
main#services .graphics_works h3 {
  text-align: center;
}
main#services .graphics_works h3 span {
  position: relative;
  z-index: 2;
}
main#services .graphics_works h3 span:first-of-type {
  color: #1d1d1d;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
main#services .graphics_works h3 span:last-of-type {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  bottom: 3px;
}
main#services .graphics_works_content {
  width: 100%;
  max-width: 1020px;
  margin: 50px auto 0;
  opacity: 0;
  translate: 0 50px;
  transition: 1.2s opacity, 1.2s translate;
}
main#services .graphics_works_content.in-view {
  opacity: 1;
  translate: 0 0;
}
main#services .graphics_works_content .item {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
main#services .graphics_works_content .item_img {
  width: 655px;
  position: relative;
  z-index: 2;
}
main#services .graphics_works_content .item_text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 480px;
  margin-left: -112px;
  background: #ededed;
  border-radius: 23px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
main#services .graphics_works_content .item_text::after {
  content: "";
  display: block;
  width: 31px;
  height: 100%;
  background-color: #e84518;
  position: absolute;
  right: 0;
}
main#services .graphics_works_content .item_text_os {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-left: 148px;
}
main#services .graphics_works_content .item_text_os span {
  display: block;
  height: 20px;
  padding: 2px 12px 0;
  background: white;
  border-radius: 10px;
  color: white;
  font-size: 12px;
}
main#services .graphics_works_content .item_text_os span.ios {
  background-color: #e8001e;
}
main#services .graphics_works_content .item_text_os span.android {
  background-color: #9ebf37;
}
main#services .graphics_works_content .item_text_os span.pc {
  background-color: black;
}
main#services .graphics_works_content .item_text_info {
  display: block;
  margin: 15px 0 0 136px;
  color: #1d1d1d;
}
main#services .graphics_works_content .item_text_info .info_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 6px;
  width: 290px;
  height: 68px;
  margin-bottom: 16px;
  background: url("img/services/works_title-bg.svg") no-repeat left center/contain;
  color: black;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
main#services .graphics_works_content .item_text_info .info_title > span {
  font-size: 12px;
}
main#services .graphics_works_content .item_text_info .info_detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-left: 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
main#services .graphics_works_content .item_text_info .info_detail::before {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  border: solid 2px #c9c9c9;
}
main#services .graphics_works_content .item_text_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 186px;
  height: 40px;
  margin: 12px 0 0 188px;
  background: #e6ecda;
  border: solid 1px black;
  border-radius: 20px;
  transition: 0.3s opacity;
}
main#services .graphics_works_content .item_text_btn span {
  color: #1d1d1d;
  font-weight: 900;
}
main#services .graphics_works_content .item_text_btn img {
  width: 24px;
  margin-left: 7px;
}
main#services .graphics_works_content .item_text_btn:hover {
  opacity: 0.5;
}
main#services .graphics_works_content .item_text_desc {
  margin: 16px 0 0 155px;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 1100px) {
  main#services .graphics_works_content .item {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 655px;
    margin: 0 auto;
  }
  main#services .graphics_works_content .item_img {
    width: 100%;
  }
  main#services .graphics_works_content .item_text {
    align-items: center;
    width: 100%;
    margin: -58px 0 0;
    padding: 70px 0 42px;
    border-radius: 0 0 23px 23px;
  }
  main#services .graphics_works_content .item_text:after {
    width: 100%;
    height: 17px;
    bottom: 0;
  }
  main#services .graphics_works_content .item_text_os {
    margin: 0 auto 0 26px;
  }
  main#services .graphics_works_content .item_text_info {
    margin: 12px auto 0;
  }
  main#services .graphics_works_content .item_text_info .info_title {
    row-gap: 10px;
    width: 100%;
    height: 61px;
    margin: 0 auto 10px;
    background-position: center;
    font-size: 22px;
  }
  main#services .graphics_works_content .item_text_info .info_title span {
    font-size: 10px;
  }
  main#services .graphics_works_content .item_text_info .info_detail {
    margin-left: 0;
    font-size: 12px;
  }
  main#services .graphics_works_content .item_text_info .info_detail::before {
    width: 12px;
    height: 14px;
    margin-top: 2px;
  }
  main#services .graphics_works_content .item_text_btn {
    margin: 10px 0 0;
  }
  main#services .graphics_works_content .item_text_btn span {
    font-size: 14px;
  }
  main#services .graphics_works_content .item_text_desc {
    margin: 8px 0 0;
    font-size: 12px;
  }
  main#services .graphics_works_content .item_text_desc .pc {
    display: none;
  }
}
main#services .graphics_client {
  margin: 130px auto 0;
  width: 100%;
  max-width: 1000px;
  position: relative;
}
main#services .graphics_client_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
main#services .graphics_client_bg .float {
  position: absolute;
}
main#services .graphics_client_bg .float_a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #24bac3;
  bottom: -29px;
  left: 1.8%;
  animation: wafuwafu 7s ease-in-out infinite alternate;
}
main#services .graphics_client_bg .float_b {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #0c4d6c;
  bottom: -57px;
  left: 9.3%;
  animation: fuwafuwa 5s ease-in-out infinite alternate;
}
main#services .graphics_client_bg .float_c {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #e4bc2e;
  bottom: 37px;
  left: 42.7%;
  animation: wafuwafu 4s ease-in-out infinite alternate;
}
main#services .graphics_client_bg .float_d {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #beb7a6;
  bottom: -22px;
  left: 46.7%;
  animation: fuwafuwa 6s ease-in-out infinite alternate;
}
main#services .graphics_client_bg .float_e {
  width: 50px;
  height: 43px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  rotate: -32deg;
  background: #80c8b7;
  bottom: -38px;
  left: 53.3%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#services .graphics_client_bg .float_f {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #e4be2b;
  top: 177px;
  right: 13.5%;
  animation: wafuwafu 5s ease-in-out infinite alternate;
}
main#services .graphics_client_bg .float_g {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #24bac3;
  bottom: 132px;
  right: 7.5%;
  animation: fuwafuwa 7s ease-in-out infinite alternate;
}
main#services .graphics_client_bg .float_h {
  width: 61px;
  height: 53px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  rotate: 20deg;
  background: #beb7a6;
  bottom: 27px;
  right: 13.8%;
  animation: wafuwafu 6s ease-in-out infinite alternate;
}
main#services .graphics_client_bg .float_i {
  width: 25px;
  height: 25px;
  rotate: -30deg;
  background: #57563e;
  border: solid 1px black;
  bottom: 17px;
  right: 21.8%;
  animation: fuwafuwa 5s ease-in-out infinite alternate;
}
main#services .graphics_client_bg .float_j {
  width: 54px;
  height: 54px;
  border-radius: 54px;
  border: solid 12px #c9aa20;
  background: transparent;
  bottom: -75px;
  right: 13.8%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#services .graphics_client h3 {
  margin-left: 10px;
}
main#services .graphics_client h3 span {
  position: relative;
  z-index: 2;
}
main#services .graphics_client h3 span:first-of-type {
  color: #1d1d1d;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
main#services .graphics_client h3 span:last-of-type {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  bottom: 3px;
}
main#services .graphics_client_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 55px;
}
main#services .graphics_client_list ul {
  width: 100%;
  max-width: 367px;
  margin-left: 50px;
}
main#services .graphics_client_list ul li {
  margin-top: 12px;
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 500;
  opacity: 0;
  translate: 0 50px;
  transition: 1.2s opacity, 1.2s translate;
}
main#services .graphics_client_list ul li.in-view {
  opacity: 1;
  translate: 0 0;
}
main#services .graphics_client_list ul li:first-of-type {
  margin-top: 0;
}
@media (max-width: 1000px) {
  main#services .graphics {
    margin-top: 35px;
  }
  main#services .graphics_header h2 {
    margin-left: 40px;
  }
  main#services .graphics_header h2 span:first-of-type {
    font-size: 26px;
    letter-spacing: 0.02em;
  }
  main#services .graphics_header h2 span:last-of-type {
    margin-left: 6px;
    font-size: 14px;
    bottom: 2px;
  }
  main#services .graphics_header h2::before {
    font-size: 54px;
    left: -25px;
    bottom: 2px;
  }
  main#services .graphics video {
    margin-top: 15px;
  }
  main#services .graphics_lead {
    justify-content: stretch;
  }
  main#services .graphics_lead_bg .float_a {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    top: auto;
    bottom: 37px;
    left: 5.9%;
  }
  main#services .graphics_lead_bg .float_b {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    bottom: -32px;
    left: 14.6%;
  }
  main#services .graphics_lead_bg .float_c {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    bottom: -60px;
    left: 10.1%;
  }
  main#services .graphics_lead_bg .float_d {
    width: 23px;
    height: 23px;
    border-radius: 23px;
    bottom: -95px;
    left: 16.8%;
  }
  main#services .graphics_lead_bg .float_e {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    top: 33px;
    right: 6.7%;
  }
  main#services .graphics_lead_bg .float_f {
    width: 23px;
    height: 23px;
    border-radius: 23px;
    top: 89px;
    right: 12.3%;
  }
  main#services .graphics_lead_bg .float_g {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    top: 121px;
    right: 8.5%;
  }
  main#services .graphics_lead_bg .float_h {
    width: 14px;
    height: 14px;
    bottom: 11px;
    right: 10.7%;
  }
  main#services .graphics_lead_bg .float_i {
    width: 42px;
    height: 36px;
    bottom: -53px;
    right: 21.3%;
  }
  main#services .graphics_lead h3 {
    width: 290px;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 600;
  }
  main#services .graphics_lead p {
    width: 290px;
    margin: 45px 0 0 15px;
    font-size: 12px;
    text-align: left;
  }
  main#services .graphics_lead .pc {
    display: none;
  }
  main#services .graphics_lead .sp {
    display: block;
  }
  main#services .graphics_list {
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    margin-top: 120px;
    padding: 0 25px;
  }
  main#services .graphics_list_bg {
    display: none;
  }
  main#services .graphics_list_item {
    width: 305px;
  }
  main#services .graphics_list_item h4 {
    height: 55px;
    font-size: 21px;
  }
  main#services .graphics_list_item p {
    height: 126px;
    font-size: 12px;
    line-height: 1.6;
  }
  main#services .graphics_list_item p .pc {
    display: none;
  }
  main#services .graphics_list_item p .sp {
    display: block;
  }
  main#services .graphics_works {
    margin-top: 130px;
    padding: 0 24px;
  }
  main#services .graphics_works h3 span:first-of-type {
    font-size: 28px;
  }
  main#services .graphics_works h3 span:last-of-type {
    margin-left: 10px;
    font-size: 12px;
  }
  main#services .graphics_client {
    margin-top: 100px;
  }
  main#services .graphics_client_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
  }
  main#services .graphics_client_bg .float {
    position: absolute;
  }
  main#services .graphics_client_bg .float_a {
    display: none;
  }
  main#services .graphics_client_bg .float_b {
    display: none;
  }
  main#services .graphics_client_bg .float_c {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    bottom: -37px;
    left: 9.9%;
  }
  main#services .graphics_client_bg .float_d {
    width: 17px;
    height: 17px;
    border-radius: 17px;
    bottom: -71px;
    left: 15.7%;
  }
  main#services .graphics_client_bg .float_e {
    width: 28x;
    height: 25px;
    rotate: -32deg;
    bottom: -88px;
    left: 25.9%;
  }
  main#services .graphics_client_bg .float_f {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    bottom: 86px;
    right: 24.5%;
  }
  main#services .graphics_client_bg .float_g {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    bottom: 62px;
    right: 16%;
  }
  main#services .graphics_client_bg .float_h {
    width: 33px;
    height: 28px;
    bottom: 6px;
    right: 25.1%;
  }
  main#services .graphics_client_bg .float_i {
    width: 14px;
    height: 14px;
    bottom: -1px;
    right: 36.3%;
  }
  main#services .graphics_client_bg .float_j {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: solid 7px #c9aa20;
    bottom: -29px;
    right: 25.1%;
    animation: fuwafuwa 4s ease-in-out infinite alternate;
  }
  main#services .graphics_client h3 {
    margin-left: 48px;
  }
  main#services .graphics_client h3 span:first-of-type {
    font-size: 22px;
  }
  main#services .graphics_client h3 span:last-of-type {
    font-size: 12px;
  }
  main#services .graphics_client_list {
    flex-direction: column;
    margin-top: 30px;
  }
  main#services .graphics_client_list ul {
    margin-left: 70px;
  }
  main#services .graphics_client_list ul:last-of-type {
    margin-top: 8px;
  }
  main#services .graphics_client_list ul li {
    margin-top: 8px;
    font-size: 12px;
  }
}
main#services .arvr {
  margin-top: 315px;
}
main#services .arvr_header {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
main#services .arvr_header h2 {
  margin-left: 100px;
  position: relative;
}
main#services .arvr_header h2 span {
  position: relative;
  z-index: 2;
}
main#services .arvr_header h2 span:first-of-type {
  color: #1d1d1d;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
main#services .arvr_header h2 span:last-of-type {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  bottom: 3px;
}
main#services .arvr_header h2::before {
  content: "AR/VR";
  color: #e6e2d5;
  font-size: 130px;
  font-weight: 900;
  position: absolute;
  z-index: 1;
  left: -54px;
  bottom: 12px;
}
main#services .arvr video {
  display: block;
  width: 100%;
  max-width: 1680px;
  margin: 35px auto 0;
}
main#services .arvr_lead {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 40px auto 0;
  position: relative;
}
main#services .arvr_lead_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
main#services .arvr_lead_bg .float {
  position: absolute;
}
main#services .arvr_lead_bg .float_a {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border: 7px solid #209198;
  background: transparent;
  top: 47px;
  left: 15.7%;
  animation: wafuwafu 7s ease-in-out infinite alternate;
}
main#services .arvr_lead_bg .float_b {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #0c4d6f;
  bottom: 0;
  left: 4.3%;
  animation: fuwafuwa 5s ease-in-out infinite alternate;
}
main#services .arvr_lead_bg .float_c {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #d8a542;
  bottom: -33px;
  left: 13.3%;
  animation: wafuwafu 4s ease-in-out infinite alternate;
}
main#services .arvr_lead_bg .float_d {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #25b9c0;
  bottom: -87px;
  left: 8.6%;
  animation: fuwafuwa 6s ease-in-out infinite alternate;
}
main#services .arvr_lead_bg .float_e {
  width: 42px;
  height: 36px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  rotate: 13deg;
  background: #80c8b7;
  bottom: -37px;
  left: 27.6%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#services .arvr_lead_bg .float_f {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #229099;
  top: -12px;
  right: 10%;
  animation: wafuwafu 8s ease-in-out infinite alternate;
}
main#services .arvr_lead_bg .float_g {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #0c4d6c;
  top: 70px;
  right: 14.1%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#services .arvr_lead_bg .float_h {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #a2a2a2;
  bottom: 71px;
  right: 7%;
  animation: wafuwafu 6s ease-in-out infinite alternate;
}
main#services .arvr_lead_bg .float_i {
  width: 18px;
  height: 18px;
  rotate: -20deg;
  background: #57563e;
  bottom: 28px;
  right: 17.8%;
  animation: fuwafuwa 5s ease-in-out infinite alternate;
}
main#services .arvr_lead h3 {
  color: #1d1d1d;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.7;
  opacity: 0;
  translate: 0 50px;
  transition: 1.2s opacity, 1.2s translate;
}
main#services .arvr_lead p {
  margin-top: 35px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  translate: 0 50px;
  opacity: 0;
  transition: 1.2s opacity, 1.2s translate;
  transition-delay: 0.4s;
}
main#services .arvr_lead.in-view > h3 {
  opacity: 1;
  translate: 0 0;
}
main#services .arvr_lead.in-view > p {
  opacity: 1;
  translate: 0 0;
}
main#services .arvr_lead .pc {
  display: block;
}
main#services .arvr_lead .sp {
  display: none;
}
main#services .arvr_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 25px 20px;
  width: 100%;
  max-width: 1000px;
  margin: 90px auto 0;
}
main#services .arvr_list_item {
  width: 440px;
  opacity: 0;
  translate: 0 50px;
  transition: 1.2s opacity, 1.2s translate;
}
main#services .arvr_list_item.in-view {
  opacity: 1;
  translate: 0 0;
}
main#services .arvr_list_item h4 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 78px;
  padding-bottom: 10px;
  background: #ededed;
  border-radius: 23px 23px 0 0;
  color: #1d1d1d;
  font-size: 30px;
  font-weight: 600;
}
main#services .arvr_list_item p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 190px;
  margin-top: 8px;
  background: #ededed;
  border-radius: 0 0 23px 23px;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.8;
}
main#services .arvr_list_item p .pc {
  display: block;
}
main#services .arvr_list_item p .sp {
  display: none;
}
@media (max-width: 1000px) {
  main#services .arvr {
    margin-top: 200px;
  }
  main#services .arvr_header h2 {
    margin-left: 40px;
  }
  main#services .arvr_header h2 span:first-of-type {
    font-size: 26px;
    letter-spacing: 0.02em;
  }
  main#services .arvr_header h2 span:last-of-type {
    margin-left: 6px;
    font-size: 14px;
    bottom: 2px;
  }
  main#services .arvr_header h2::before {
    font-size: 54px;
    left: -25px;
    bottom: 2px;
  }
  main#services .arvr video {
    margin-top: 15px;
  }
  main#services .arvr_lead {
    justify-content: stretch;
  }
  main#services .arvr_lead_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
  }
  main#services .arvr_lead_bg .float {
    position: absolute;
  }
  main#services .arvr_lead_bg .float_a {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 4px solid #209198;
    top: 66px;
    left: 5.3%;
  }
  main#services .arvr_lead_bg .float_b {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    bottom: -40;
    left: 9.1%;
  }
  main#services .arvr_lead_bg .float_c {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    bottom: -61px;
    left: 23.5%;
  }
  main#services .arvr_lead_bg .float_d {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    bottom: -84px;
    left: 16.3%;
  }
  main#services .arvr_lead_bg .float_e {
    width: 21px;
    height: 18px;
    rotate: 16deg;
    bottom: -34px;
    left: 38.4%;
  }
  main#services .arvr_lead_bg .float_f {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: 16px;
    right: 6.1%;
  }
  main#services .arvr_lead_bg .float_g {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    top: 41px;
    right: 10.9%;
  }
  main#services .arvr_lead_bg .float_h {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: 66px;
    right: 7.5%;
  }
  main#services .arvr_lead_bg .float_i {
    width: 9px;
    height: 9px;
    rotate: -20deg;
    top: 77px;
    right: 21.9%;
  }
  main#services .arvr_lead h3 {
    width: 290px;
    margin-left: 10%;
    font-size: 18px;
    font-weight: 600;
  }
  main#services .arvr_lead p {
    width: 290px;
    margin: 45px 0 0 10%;
    font-size: 12px;
    text-align: left;
  }
  main#services .arvr_lead .pc {
    display: none;
  }
  main#services .arvr_lead .sp {
    display: block;
  }
  main#services .arvr_list {
    max-width: 700px;
    margin-top: 120px;
    padding: 0 25px;
  }
  main#services .arvr_list_item {
    width: 305px;
  }
  main#services .arvr_list_item h4 {
    height: 55px;
    font-size: 21px;
  }
  main#services .arvr_list_item p {
    height: 150px;
    font-size: 12px;
    line-height: 1.6;
  }
  main#services .arvr_list_item p .pc {
    display: none;
  }
  main#services .arvr_list_item p .sp {
    display: block;
  }
  main#services .arvr_list_item:last-of-type p {
    height: 169px;
  }
}
main#recruit {
  margin-top: -84px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  main#recruit {
    margin-top: -50px;
  }
}
main#recruit .slider {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
main#recruit .slider::before, main#recruit .slider::after {
  content: "";
  display: block;
  background: #d1cec3;
  position: absolute;
  z-index: 1;
}
main#recruit .slider::before {
  top: -1px;
  left: -1px;
  width: 21.3%;
  height: 70.3%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
main#recruit .slider::after {
  bottom: -1px;
  right: -1px;
  width: 17.3%;
  height: 38.6%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
main#recruit .slider_text {
  height: 59px;
  padding-left: 15px;
  background: rgba(0, 0, 0, 0.3019607843);
  color: white;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  translate: -50% 0;
  left: 50%;
  bottom: 35.2%;
}
main#recruit .slider_text p {
  display: inline-block;
}
main#recruit .slider_text p span {
  opacity: 0;
  display: inline-block;
}
main#recruit .slider_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 560px;
  height: 80px;
  background: white;
  border: solid 1px #e84518;
  border-radius: 40px;
  position: absolute;
  translate: -50% 0;
  left: 50%;
  bottom: 5.1%;
  transition: 0.3s background-color, 0.3s border-color;
}
main#recruit .slider_btn span {
  margin-left: 18px;
  color: #e84518;
  font-size: 28px;
  font-weight: 700;
  transition: 0.3s color;
}
main#recruit .slider_btn svg {
  width: 47px;
  margin-left: 37px;
}
main#recruit .slider_btn svg .st0 {
  fill: none;
  stroke: #e84518;
  stroke-miterlimit: 10;
  stroke-width: 4px;
  transition: 0.3s stroke;
}
main#recruit .slider_btn svg .st1 {
  fill: #e84518;
  transition: 0.3s fill;
}
main#recruit .slider_btn:hover {
  background: #e84518;
  border-color: white;
}
main#recruit .slider_btn:hover span {
  color: white;
}
main#recruit .slider_btn:hover svg .st0 {
  stroke: white;
}
main#recruit .slider_btn:hover svg .st1 {
  fill: white;
}
@media (max-width: 1000px) {
  main#recruit .slider::before {
    width: 14.9%;
    height: 21.1%;
  }
  main#recruit .slider::after {
    width: 11.7%;
    height: 15.3%;
  }
  main#recruit .slider_text {
    padding-left: 0;
    height: auto;
    background: none;
    font-size: 18px;
    font-weight: 500;
    bottom: 27.6%;
  }
  main#recruit .slider_text p {
    display: block;
    height: 23px;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.8);
  }
  main#recruit .slider_text p:last-of-type {
    width: 65.5%;
    margin: 5px auto 0;
  }
  main#recruit .slider_btn {
    width: 210px;
    height: 38px;
    border-radius: 19px;
    bottom: 12.8%;
  }
  main#recruit .slider_btn span {
    margin-left: 4px;
    font-size: 12px;
  }
  main#recruit .slider_btn svg {
    width: 25px;
    margin-left: 4px;
  }
}
main#recruit .message {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding-top: 95px;
  background: #e84518;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
}
main#recruit .message h2 {
  text-align: center;
  position: relative;
}
main#recruit .message h2 span {
  color: white;
  position: relative;
  z-index: 2;
}
main#recruit .message h2 span:first-of-type {
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
main#recruit .message h2 span:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
main#recruit .message h2 span:last-of-type::before, main#recruit .message h2 span:last-of-type::after {
  content: "";
  display: block;
  width: 37px;
  height: 4px;
  margin: 2px 50px 0;
  background: white;
}
main#recruit .message h2::before {
  content: "MESSAGE";
  display: block;
  color: #b6461c;
  font-size: 130px;
  font-weight: 900;
  position: absolute;
  translate: -50% 0;
  left: 50%;
  bottom: 45px;
  z-index: 1;
}
main#recruit .message_text {
  margin-top: 25px;
  color: white;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  opacity: 0;
  translate: 0 50px;
  transition: 1.2s opacity, 1.2s translate;
}
main#recruit .message_text.in-view {
  opacity: 1;
  translate: 0 0;
}
main#recruit .message_text .sp {
  display: none;
}
main#recruit .message::after {
  content: "";
  display: block;
  width: 100%;
  height: 190px;
  clip-path: polygon(0 0, 100% 65px, 100% calc(100% - 50px), 0 100%);
  margin-top: 30px;
  background: #f16303;
}
@media (max-width: 1000px) {
  main#recruit .message {
    padding-top: 50px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), 0 100%);
  }
  main#recruit .message h2 span:first-of-type {
    font-size: 30px;
  }
  main#recruit .message h2 span:last-of-type {
    font-size: 14px;
  }
  main#recruit .message h2 span:last-of-type::before, main#recruit .message h2 span:last-of-type::after {
    width: 19px;
    height: 2px;
    margin: 2px 10px 0;
  }
  main#recruit .message h2::before {
    font-size: 56px;
    bottom: 33px;
  }
  main#recruit .message_text {
    margin-top: 30px;
    font-size: 12px;
  }
  main#recruit .message_text .sp {
    display: block;
  }
  main#recruit .message::after {
    height: 110px;
    clip-path: polygon(0 0, 100% 25px, 100% calc(100% - 25px), 0 100%);
  }
}
main#recruit .values {
  margin-top: 150px;
  position: relative;
}
main#recruit .values_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
main#recruit .values_bg .float {
  position: absolute;
}
main#recruit .values_bg .float_a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #e4be2b;
  top: 390px;
  left: 9%;
  animation: wafuwafu 6s ease-in-out infinite alternate;
}
main#recruit .values_bg .float_b {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #d1cec3;
  top: 409px;
  left: 14.5%;
  animation: fuwafuwa 5s ease-in-out infinite alternate;
}
main#recruit .values_bg .float_c {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #beb7a6;
  bottom: 122px;
  left: 14.3%;
  animation: wafuwafu 4s ease-in-out infinite alternate;
}
main#recruit .values_bg .float_d {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #e4be2b;
  bottom: 71px;
  left: 10.8%;
  animation: fuwafuwa 6s ease-in-out infinite alternate;
}
main#recruit .values_bg .float_e {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: #80c8b7;
  bottom: -36px;
  left: 15.4%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#recruit .values_bg .float_f {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: transparent;
  border: solid 8px #0c4d6c;
  bottom: -131px;
  left: 8%;
  animation: wafuwafu 6s ease-in-out infinite alternate;
}
main#recruit .values_bg .float_g {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #d1cec3;
  top: 141px;
  right: 7.5%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#recruit .values_bg .float_h {
  width: 24px;
  height: 24px;
  background: #57563e;
  top: 180px;
  right: 13.6%;
  rotate: 24deg;
  animation: wafuwafu 5s ease-in-out infinite alternate;
}
main#recruit .values_bg .float_i {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #0c4d6f;
  top: 254px;
  right: 7.3%;
  animation: fuwafuwa 6s ease-in-out infinite alternate;
}
main#recruit .values_bg .float_j {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #a2a2a2;
  top: 303px;
  right: 4.5%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#recruit .values_bg .float_k {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #d8a542;
  bottom: -20px;
  right: 10.6%;
  animation: fuwafuwa 6s ease-in-out infinite alternate;
}
main#recruit .values h2 {
  text-align: center;
  position: relative;
}
main#recruit .values h2 span {
  color: #1d1d1d;
  position: relative;
  z-index: 2;
}
main#recruit .values h2 span:first-of-type {
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
main#recruit .values h2 span:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
main#recruit .values h2 span:last-of-type::before, main#recruit .values h2 span:last-of-type::after {
  content: "";
  display: block;
  width: 37px;
  height: 4px;
  margin: 2px 40px 0;
  background: #1d1d1d;
}
main#recruit .values h2::before {
  content: "SHARED VALUES";
  display: block;
  color: #e6e2d5;
  font-size: 100px;
  font-weight: 900;
  white-space: nowrap;
  position: absolute;
  translate: -50% 0;
  left: 50%;
  bottom: 45px;
  z-index: 1;
}
main#recruit .values_text {
  margin-top: 25px;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  opacity: 0;
  translate: 0 50px;
  transition: 1.2s opacity, 1.2s translate;
}
main#recruit .values_text.in-view {
  opacity: 1;
  translate: 0 0;
}
main#recruit .values_text .sp {
  display: none;
}
main#recruit .values_triangle {
  width: 1000px;
  height: 927px;
  margin: 20px auto 0;
  position: relative;
  background: url("img/recruit/values_pc.webp") no-repeat center/contain;
}
main#recruit .values_triangle > div {
  text-align: center;
  position: absolute;
  translate: -50% 0;
  white-space: nowrap;
}
main#recruit .values_triangle > div h3 {
  margin-bottom: 12px;
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 900;
}
main#recruit .values_triangle > div p {
  color: white;
  font-size: 16px;
  line-height: 1.8;
}
main#recruit .values_triangle_action {
  top: 275px;
  left: 678px;
}
main#recruit .values_triangle_fun {
  top: 465px;
  left: 293px;
}
main#recruit .values_triangle_creation {
  top: 698px;
  left: 635px;
}
@media (max-width: 1000px) {
  main#recruit .values {
    margin-top: 60px;
  }
  main#recruit .values_bg .float_a {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 278px;
    left: 10.9%;
  }
  main#recruit .values_bg .float_b {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    top: 298px;
    left: 19.2%;
  }
  main#recruit .values_bg .float_c {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    bottom: 107px;
    left: 20.8%;
  }
  main#recruit .values_bg .float_d {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    bottom: 96px;
    left: 17.1%;
  }
  main#recruit .values_bg .float_e {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    bottom: 44px;
    left: 22.1%;
  }
  main#recruit .values_bg .float_f {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: solid 4px #0c4d6c;
    bottom: 4px;
    left: 12.5%;
  }
  main#recruit .values_bg .float_g {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    top: 56px;
    right: 9.9%;
  }
  main#recruit .values_bg .float_h {
    width: 15px;
    height: 15px;
    top: 76px;
    right: 15.7%;
  }
  main#recruit .values_bg .float_i {
    width: 19px;
    height: 19px;
    border-radius: 19px;
    top: 141px;
    right: 10.1%;
  }
  main#recruit .values_bg .float_j {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    top: 170px;
    right: 8%;
  }
  main#recruit .values_bg .float_k {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    bottom: -6px;
    right: 15.2%;
  }
  main#recruit .values h2 span:first-of-type {
    font-size: 28px;
  }
  main#recruit .values h2 span:last-of-type {
    font-size: 14px;
  }
  main#recruit .values h2 span:last-of-type::before, main#recruit .values h2 span:last-of-type::after {
    width: 19px;
    height: 2px;
    margin: 2px 8px 0;
  }
  main#recruit .values h2::before {
    font-size: 37px;
    bottom: 35px;
  }
  main#recruit .values_text {
    margin-top: 30px;
    font-size: 12px;
  }
  main#recruit .values_text .sp {
    display: block;
  }
  main#recruit .values_triangle {
    width: 327px;
    height: 494px;
    margin: 20px 0 0;
    background: url("img/recruit/values_sp.webp") no-repeat center/contain;
    translate: -50% 0;
    left: 50%;
  }
  main#recruit .values_triangle > div h3 {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
  }
  main#recruit .values_triangle > div p {
    font-size: 10px;
    line-height: 1.6;
  }
  main#recruit .values_triangle_action {
    top: 132px;
    left: 218px;
  }
  main#recruit .values_triangle_fun {
    top: 252px;
    left: 97px;
  }
  main#recruit .values_triangle_creation {
    top: 382px;
    left: 197px;
  }
}
main#recruit .office {
  margin-top: 220px;
  position: relative;
}
main#recruit .office_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
main#recruit .office_bg .float {
  position: absolute;
}
main#recruit .office_bg .float_a {
  width: 56px;
  height: 56px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  rotate: -20deg;
  background: #80c8b7;
  top: 191px;
  right: 17.6%;
  animation: wafuwafu 6s ease-in-out infinite alternate;
}
main#recruit .office_bg .float_b {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #0c4d6c;
  top: 235px;
  right: 6.7%;
  animation: fuwafuwa 5s ease-in-out infinite alternate;
}
main#recruit .office_bg .float_c {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #e4be2b;
  top: 279px;
  right: 8%;
  animation: wafuwafu 4s ease-in-out infinite alternate;
}
main#recruit .office_bg .float_d {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #beb7a6;
  top: 348px;
  right: 15.1%;
  animation: fuwafuwa 6s ease-in-out infinite alternate;
}
main#recruit .office_bg .float_e {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #0c4d6c;
  bottom: -8px;
  left: 14.1%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#recruit .office_bg .float_f {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #beb7a6;
  bottom: -47px;
  left: 7%;
  animation: wafuwafu 6s ease-in-out infinite alternate;
}
main#recruit .office_bg .float_g {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #24bac3;
  bottom: -75px;
  left: 16%;
  animation: fuwafuwa 8s ease-in-out infinite alternate;
}
main#recruit .office_bg .float_h {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #e4be2b;
  bottom: -165px;
  left: 20.9%;
  animation: wafuwafu 5s ease-in-out infinite alternate;
}
main#recruit .office_bg .float_i {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  background: transparent;
  border: solid 8px #209198;
  bottom: -210px;
  left: 16.4%;
  animation: fuwafuwa 6s ease-in-out infinite alternate;
}
main#recruit .office h2 {
  text-align: center;
  position: relative;
}
main#recruit .office h2 span {
  color: #1d1d1d;
  position: relative;
  z-index: 2;
}
main#recruit .office h2 span:first-of-type {
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
main#recruit .office h2 span:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
main#recruit .office h2 span:last-of-type::before, main#recruit .office h2 span:last-of-type::after {
  content: "";
  display: block;
  width: 37px;
  height: 4px;
  margin: 2px 40px 0;
  background: #1d1d1d;
}
main#recruit .office h2::before {
  content: "OFFICE";
  display: block;
  color: #e6e2d5;
  font-size: 100px;
  font-weight: 900;
  white-space: nowrap;
  position: absolute;
  translate: -50% 0;
  left: 50%;
  bottom: 45px;
  z-index: 1;
}
main#recruit .office_text {
  margin-top: 25px;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  opacity: 0;
  translate: 0 50px;
  transition: 1.2s opacity, 1.2s translate;
}
main#recruit .office_text.in-view {
  opacity: 1;
  translate: 0 0;
}
main#recruit .office_text .sp {
  display: none;
}
main#recruit .office_flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 60px auto 0;
}
main#recruit .office_flex.in-view .office_flex_img {
  scale: 1 1;
}
main#recruit .office_flex.in-view .office_flex_img::after {
  width: 0;
}
main#recruit .office_flex.in-view .office_flex_text_title {
  scale: 1 1;
}
main#recruit .office_flex.in-view .office_flex_text_title::after {
  width: 0;
}
main#recruit .office_flex.in-view .office_flex_text_lead {
  opacity: 1;
  translate: 0 0;
}
main#recruit .office_flex_img {
  flex: 1;
  max-width: 58%;
  height: 520px;
  background: #e84518;
  position: relative;
  overflow: hidden;
  scale: 0 1;
  transform-origin: top left;
  transition: 0.4s scale;
}
main#recruit .office_flex_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e84518;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.9s 0.4s width;
}
main#recruit .office_flex_img img {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
}
main#recruit .office_flex_text {
  width: 541px;
  margin-left: -55px;
  position: relative;
}
main#recruit .office_flex_text_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: #24bac3;
  border-radius: 10px;
  color: white;
  font-size: 26px;
  font-weight: 900;
  white-space: nowrap;
  position: relative;
  transform-origin: top right;
  scale: 0 1;
  overflow: hidden;
}
main#recruit .office_flex_text_title::after {
  content: "";
  display: block;
  background: #24bac3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
main#recruit .office_flex_text_title:nth-of-type(1) {
  width: 383px;
  transition: 0.4s 0.6s scale;
}
main#recruit .office_flex_text_title:nth-of-type(1)::after {
  transition: 0.4s 0.9s width;
}
main#recruit .office_flex_text_title:nth-of-type(2) {
  width: 406px;
  margin: 10px 0 0 135px;
  transition: 0.4s 0.7s scale;
}
main#recruit .office_flex_text_title:nth-of-type(2)::after {
  transition: 0.4s 1s width;
}
main#recruit .office_flex_text_lead {
  margin: 40px 0 0 140px;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  opacity: 0;
  translate: 0 20px;
  transition: 0.6s 0.9s opacity, 0.6s 0.9s translate;
}
main#recruit .office_flex_text_lead .sp {
  display: none;
}
main#recruit .office_flex-2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin: 60px auto 0;
}
main#recruit .office_flex-2.in-view .office_flex-2_img {
  scale: 1 1;
}
main#recruit .office_flex-2.in-view .office_flex-2_img::after {
  width: 0;
}
main#recruit .office_flex-2.in-view .office_flex-2_text_title {
  scale: 1 1;
}
main#recruit .office_flex-2.in-view .office_flex-2_text_title::after {
  width: 0;
}
main#recruit .office_flex-2.in-view .office_flex-2_text_lead {
  opacity: 1;
  translate: 0 0;
}
main#recruit .office_flex-2_img {
  flex: 1;
  max-width: 53.2%;
  height: 520px;
  background: #e84518;
  position: relative;
  overflow: hidden;
  scale: 0 1;
  transform-origin: top right;
  transition: 0.4s scale;
}
main#recruit .office_flex-2_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e84518;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.9s 0.4s width;
}
main#recruit .office_flex-2_img img {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
}
main#recruit .office_flex-2_text {
  width: 571px;
  margin-right: -50px;
  position: relative;
}
main#recruit .office_flex-2_text_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: #24bac3;
  border-radius: 10px;
  color: white;
  font-size: 26px;
  font-weight: 900;
  white-space: nowrap;
  position: relative;
  transform-origin: top left;
  scale: 0 1;
  overflow: hidden;
}
main#recruit .office_flex-2_text_title::after {
  content: "";
  display: block;
  background: #24bac3;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
main#recruit .office_flex-2_text_title:nth-of-type(1) {
  width: 374px;
  transition: 0.4s 0.6s scale;
}
main#recruit .office_flex-2_text_title:nth-of-type(1)::after {
  transition: 0.4s 0.9s width;
}
main#recruit .office_flex-2_text_title:nth-of-type(2) {
  width: 391px;
  margin: 10px 0 0 180px;
  transition: 0.4s 0.7s scale;
}
main#recruit .office_flex-2_text_title:nth-of-type(2)::after {
  transition: 0.4s 1s width;
}
main#recruit .office_flex-2_text_lead {
  margin: 40px 0 0 60px;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  opacity: 0;
  translate: 0 20px;
  transition: 0.6s 0.9s opacity, 0.6s 0.9s translate;
}
main#recruit .office_flex-2_text_lead .sp {
  display: none;
}
@media (max-width: 1000px) {
  main#recruit .office {
    margin-top: 80px;
  }
  main#recruit .office_bg .float_a {
    width: 28px;
    height: 28px;
    top: 44px;
    right: 10.4%;
  }
  main#recruit .office_bg .float_b {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    top: 109px;
    right: 9.6%;
  }
  main#recruit .office_bg .float_c {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    top: 130px;
    right: 11.7%;
  }
  main#recruit .office_bg .float_d {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    top: 180px;
    right: 24.8%;
  }
  main#recruit .office_bg .float_e {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    bottom: -66px;
    left: 22.4%;
  }
  main#recruit .office_bg .float_f {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    bottom: -85px;
    left: 11.2%;
  }
  main#recruit .office_bg .float_g {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    bottom: -99px;
    left: 25.1%;
  }
  main#recruit .office_bg .float_h {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    bottom: -132px;
    left: 45.1%;
  }
  main#recruit .office_bg .float_i {
    width: 23px;
    height: 23px;
    border-radius: 23px;
    border: solid 4px #209198;
    bottom: -155px;
    left: 37.9%;
  }
  main#recruit .office h2 span:first-of-type {
    font-size: 30px;
  }
  main#recruit .office h2 span:last-of-type {
    font-size: 14px;
  }
  main#recruit .office h2 span:last-of-type::before, main#recruit .office h2 span:last-of-type::after {
    width: 19px;
    height: 2px;
    margin: 2px 10px 0;
  }
  main#recruit .office h2::before {
    font-size: 56px;
    bottom: 33px;
  }
  main#recruit .office_text {
    margin-top: 30px;
    font-size: 12px;
  }
  main#recruit .office_text .sp {
    display: block;
  }
  main#recruit .office_flex {
    flex-direction: column;
    margin-top: 45px;
  }
  main#recruit .office_flex_img {
    flex: 1;
    max-width: 87.5%;
    height: auto;
    margin-right: auto;
  }
  main#recruit .office_flex_img img {
    width: 100%;
    height: auto;
    position: relative;
  }
  main#recruit .office_flex_text {
    width: 100%;
    margin: -5px auto 0;
  }
  main#recruit .office_flex_text_title {
    height: 28px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
  }
  main#recruit .office_flex_text_title:nth-of-type(1) {
    width: 230px;
    margin: 0 auto;
    left: -32px;
  }
  main#recruit .office_flex_text_title:nth-of-type(2) {
    width: 255px;
    margin: 7px auto 0;
    padding-left: 0.5em;
    left: 20px;
  }
  main#recruit .office_flex_text_title > p {
    margin-bottom: 2px;
  }
  main#recruit .office_flex_text_lead {
    width: 290px;
    margin: 30px auto 0;
    font-size: 12px;
    font-weight: 400;
  }
  main#recruit .office_flex_text_lead .pc {
    display: none;
  }
  main#recruit .office_flex_text_lead .sp {
    display: block;
  }
  main#recruit .office_flex-2 {
    flex-direction: column;
    margin-top: 50px;
  }
  main#recruit .office_flex-2_img {
    flex: 1;
    max-width: 87.5%;
    height: auto;
    margin-left: auto;
  }
  main#recruit .office_flex-2_img img {
    width: 100%;
    height: auto;
    position: relative;
  }
  main#recruit .office_flex-2_text {
    width: 100%;
    margin: -5px auto 0;
  }
  main#recruit .office_flex-2_text_title {
    height: 28px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
  }
  main#recruit .office_flex-2_text_title:nth-of-type(1) {
    width: 210px;
    margin: 0 auto;
    left: -54px;
  }
  main#recruit .office_flex-2_text_title:nth-of-type(2) {
    width: 240px;
    margin: 7px auto 0;
    padding-left: 0.5em;
    left: 39px;
  }
  main#recruit .office_flex-2_text_title > p {
    margin-bottom: 2px;
  }
  main#recruit .office_flex-2_text_lead {
    width: 290px;
    margin: 30px auto 0;
    font-size: 12px;
    font-weight: 400;
  }
  main#recruit .office_flex-2_text_lead .pc {
    display: none;
  }
  main#recruit .office_flex-2_text_lead .sp {
    display: block;
  }
}
main#recruit .occupation {
  margin-top: 330px;
  position: relative;
}
main#recruit .occupation_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
main#recruit .occupation_bg .float {
  position: absolute;
}
main#recruit .occupation_bg .float_a {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #24bac3;
  top: 110px;
  left: 8.3%;
  animation: wafuwafu 6s ease-in-out infinite alternate;
}
main#recruit .occupation_bg .float_b {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #0c4d6c;
  top: 192px;
  left: 12.3%;
  animation: fuwafuwa 5s ease-in-out infinite alternate;
}
main#recruit .occupation_bg .float_c {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #a2a2a2;
  top: 251px;
  left: 5.3%;
  animation: wafuwafu 4s ease-in-out infinite alternate;
}
main#recruit .occupation_bg .float_d {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #e4be2b;
  top: 81px;
  right: 8%;
  animation: fuwafuwa 6s ease-in-out infinite alternate;
}
main#recruit .occupation_bg .float_e {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #beb7a6;
  top: 150px;
  right: 15.1%;
  animation: fuwafuwa 4s ease-in-out infinite alternate;
}
main#recruit .occupation_bg .float_f {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #80c8b7;
  bottom: -82px;
  right: 7%;
  animation: wafuwafu 6s ease-in-out infinite alternate;
}
main#recruit .occupation_bg .float_g {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #e4be2b;
  bottom: -157px;
  right: 18.4%;
  animation: fuwafuwa 8s ease-in-out infinite alternate;
}
main#recruit .occupation_bg .float_h {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #57563e;
  bottom: -198px;
  right: 12%;
  animation: wafuwafu 5s ease-in-out infinite alternate;
}
main#recruit .occupation h2 {
  text-align: center;
  position: relative;
}
main#recruit .occupation h2 span {
  color: #1d1d1d;
  position: relative;
  z-index: 2;
}
main#recruit .occupation h2 span:first-of-type {
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
main#recruit .occupation h2 span:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
main#recruit .occupation h2 span:last-of-type::before, main#recruit .occupation h2 span:last-of-type::after {
  content: "";
  display: block;
  width: 37px;
  height: 4px;
  margin: 2px 40px 0;
  background: #1d1d1d;
}
main#recruit .occupation h2::before {
  content: "OCCUPATION";
  display: block;
  color: #e6e2d5;
  font-size: 100px;
  font-weight: 900;
  white-space: nowrap;
  position: absolute;
  translate: -50% 0;
  left: 50%;
  bottom: 45px;
  z-index: 1;
}
main#recruit .occupation_text {
  margin-top: 25px;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  opacity: 0;
  translate: 0 50px;
  transition: 1.2s opacity, 1.2s translate;
}
main#recruit .occupation_text.in-view {
  opacity: 1;
  translate: 0 0;
}
main#recruit .occupation_text .sp {
  display: none;
}
main#recruit .occupation_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin-top: 150px;
  opacity: 0;
  translate: 0 50px;
  transition: 1.2s opacity, 1.2s translate;
}
main#recruit .occupation_flex.in-view {
  opacity: 1;
  translate: 0 0;
}
main#recruit .occupation_flex_item h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 34px;
  color: #1d1d1d;
  font-size: 24px;
}
main#recruit .occupation_flex_item h3::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 3px;
  margin: 2px 10px 0 0;
  background: #1d1d1d;
}
main#recruit .occupation_flex_item a {
  display: block;
  width: 420px;
  border-radius: 34px;
  background: #e84518;
  border: solid 2px #e84518;
  padding: 32px 106px 32px 44px;
  margin-top: 15px;
  color: white;
  position: relative;
  transition: 0.3s background-color, 0.3s color;
}
main#recruit .occupation_flex_item a h4 {
  padding-bottom: 6px;
  border-bottom: solid 2px white;
  font-size: 30px;
  font-weight: 700;
  transition: 0.3s border-bottom;
}
main#recruit .occupation_flex_item a p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}
main#recruit .occupation_flex_item a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 3px white;
  border-right: solid 3px white;
  position: absolute;
  translate: -50% 0;
  top: 50%;
  right: 38px;
  rotate: 45deg;
  transition: 0.3s border-top, 0.3s border-right;
}
main#recruit .occupation_flex_item a:hover {
  background: white;
  color: #e84518;
}
main#recruit .occupation_flex_item a:hover h4 {
  border-bottom: solid 2px #e84518;
}
main#recruit .occupation_flex_item a:hover::after {
  border-top: solid 3px #e84518;
  border-right: solid 3px #e84518;
}
@media (max-width: 1000px) {
  main#recruit .occupation {
    margin-top: 250px;
  }
  main#recruit .occupation_bg .float_a {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: auto;
    bottom: -13px;
    left: 6.9%;
  }
  main#recruit .occupation_bg .float_b {
    width: 21px;
    height: 21px;
    border-radius: 21px;
    top: auto;
    bottom: -59px;
    left: 14.9%;
  }
  main#recruit .occupation_bg .float_c {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: auto;
    bottom: -78px;
    left: 5.3%;
  }
  main#recruit .occupation_bg .float_d {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 33px;
    right: 8.3%;
  }
  main#recruit .occupation_bg .float_e {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: 59px;
    right: 19.7%;
  }
  main#recruit .occupation_bg .float_f {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    bottom: -50px;
    right: 10.4%;
  }
  main#recruit .occupation_bg .float_g {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    bottom: -90px;
    right: 29.9%;
  }
  main#recruit .occupation_bg .float_h {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    bottom: -115px;
    right: 18.9%;
  }
  main#recruit .occupation h2 span:first-of-type {
    font-size: 30px;
  }
  main#recruit .occupation h2 span:last-of-type {
    font-size: 14px;
  }
  main#recruit .occupation h2 span:last-of-type::before, main#recruit .occupation h2 span:last-of-type::after {
    width: 19px;
    height: 2px;
    margin: 2px 10px 0;
  }
  main#recruit .occupation h2::before {
    font-size: 49px;
    bottom: 33px;
  }
  main#recruit .occupation_text {
    margin-top: 30px;
    font-size: 12px;
  }
  main#recruit .occupation_text .sp {
    display: block;
  }
  main#recruit .occupation_flex {
    flex-wrap: wrap;
    margin-top: 40px;
    row-gap: 45px;
  }
  main#recruit .occupation_flex_item h3 {
    margin-left: 14px;
    font-size: 16px;
  }
  main#recruit .occupation_flex_item h3::before {
    width: 14px;
    margin-right: 8px;
  }
  main#recruit .occupation_flex_item a {
    width: 318px;
    margin-top: 10px;
    padding: 26px 76px 26px 27px;
    border-radius: 28px;
  }
  main#recruit .occupation_flex_item a h4 {
    font-size: 21px;
  }
  main#recruit .occupation_flex_item a p {
    font-size: 12px;
    line-height: 1.6;
  }
  main#recruit .occupation_flex_item a::after {
    width: 15px;
    height: 15px;
    right: 28px;
  }
}
main#recruit .vivivit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 1680px;
  height: 310px;
  margin: 175px auto 0;
  background: #f16303;
  clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
  position: relative;
}
main#recruit .vivivit::after {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background: #e84518;
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
main#recruit .vivivit h2 {
  color: white;
  font-size: 18px;
  font-weight: 500;
}
main#recruit .vivivit h2::before, main#recruit .vivivit h2::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 40px;
  background: white;
  position: relative;
  top: 12px;
}
main#recruit .vivivit h2::before {
  margin-right: 36px;
  rotate: -45deg;
}
main#recruit .vivivit h2::after {
  margin-left: 36px;
  rotate: 45deg;
}
main#recruit .vivivit a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 80px;
  margin-top: 22px;
  background: white;
  border-radius: 40px;
  box-shadow: 0 4px 0 transparent;
  color: #e84518;
  font-size: 24px;
  font-weight: 500;
  transition: 0.3s background-color, 0.3s color, 0.3s box-shadow;
}
main#recruit .vivivit a:hover {
  background: #ff5d30;
  color: white;
  box-shadow: 0 4px #91450e;
}
@media (max-width: 1000px) {
  main#recruit .vivivit {
    height: 160px;
    margin-top: 105px;
    clip-path: polygon(0 16px, 100% 0, 100% 100%, 0 100%);
  }
  main#recruit .vivivit::after {
    height: 80px;
    clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
  }
  main#recruit .vivivit h2 {
    font-size: 12px;
  }
  main#recruit .vivivit h2::before, main#recruit .vivivit h2::after {
    width: 2px;
    height: 21px;
    top: 6px;
  }
  main#recruit .vivivit h2::before {
    margin-right: 20px;
  }
  main#recruit .vivivit h2::after {
    margin-left: 20px;
  }
  main#recruit .vivivit a {
    width: 320px;
    height: 42px;
    border-radius: 21px;
    font-size: 13px;
  }
}
main#entry h2, main#contact h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1680px;
  height: 128px;
  margin: 0 auto;
  color: white;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 1000px) {
  main#entry h2, main#contact h2 {
    height: 94px;
    font-size: 30px;
  }
}
main#entry .flow, main#contact .flow {
  margin-top: 80px;
}
main#entry .flow h3, main#contact .flow h3 {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
main#entry .flow h3::before, main#entry .flow h3::after, main#contact .flow h3::before, main#contact .flow h3::after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 4px;
  margin: 0 25px;
  background: #1d1d1d;
  vertical-align: middle;
}
main#entry .flow_content, main#contact .flow_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 18px;
  width: 100%;
  max-width: 819px;
  margin: 55px auto 0;
  position: relative;
}
main#entry .flow_content::before, main#contact .flow_content::before {
  content: "";
  display: block;
  width: 3px;
  height: 324px;
  background: #d12233;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 31px;
}
main#entry .flow_content_item, main#contact .flow_content_item {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 17px;
       column-gap: 17px;
  position: relative;
}
main#entry .flow_content_item > img, main#contact .flow_content_item > img {
  width: 64px;
}
main#entry .flow_content_item > div, main#contact .flow_content_item > div {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 23px;
       column-gap: 23px;
}
main#entry .flow_content_item > div > span, main#contact .flow_content_item > div > span {
  display: inline-block;
  width: 80px;
  font-size: 16px;
  font-weight: 500;
}
main#entry .flow_content_item > div > p, main#contact .flow_content_item > div > p {
  width: 635px;
  height: 106px;
  padding: 15px;
  border-radius: 8px;
  background: #e8f2f3;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.8;
  white-space: nowrap;
}
main#entry .flow_content_item > div > p .sp, main#contact .flow_content_item > div > p .sp {
  display: none;
}
@media (max-width: 1000px) {
  main#entry .flow, main#contact .flow {
    margin-top: 45px;
  }
  main#entry .flow h3, main#contact .flow h3 {
    font-size: 18px;
  }
  main#entry .flow h3::before, main#entry .flow h3::after, main#contact .flow h3::before, main#contact .flow h3::after {
    width: 25px;
    height: 2px;
    margin: 0 20px;
  }
  main#entry .flow_content, main#contact .flow_content {
    row-gap: 6px;
  }
  main#entry .flow_content::before, main#contact .flow_content::before {
    content: none;
  }
  main#entry .flow_content_item, main#contact .flow_content_item {
    align-items: flex-start;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  main#entry .flow_content_item::before, main#contact .flow_content_item::before {
    content: "";
    display: block;
    width: 2px;
    height: 95px;
    background: #d12233;
    position: absolute;
    top: 55px;
    left: 21px;
  }
  main#entry .flow_content_item:last-of-type::before, main#contact .flow_content_item:last-of-type::before {
    content: none;
  }
  main#entry .flow_content_item > img, main#contact .flow_content_item > img {
    width: 43px;
  }
  main#entry .flow_content_item > div, main#contact .flow_content_item > div {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
    margin-top: 15px;
  }
  main#entry .flow_content_item > div > span, main#contact .flow_content_item > div > span {
    margin-left: 15px;
    font-weight: 400;
  }
  main#entry .flow_content_item > div > p, main#contact .flow_content_item > div > p {
    width: 284px;
    height: 126px;
    padding: 10px 15px;
    font-size: 12px;
  }
  main#entry .flow_content_item > div > p .pc, main#contact .flow_content_item > div > p .pc {
    display: none;
  }
  main#entry .flow_content_item > div > p .sp, main#contact .flow_content_item > div > p .sp {
    display: block;
  }
}
main#entry .form h3, main#contact .form h3 {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
main#entry .form h3::before, main#entry .form h3::after, main#contact .form h3::before, main#contact .form h3::after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 4px;
  margin: 0 25px;
  background: #1d1d1d;
  vertical-align: middle;
}
main#entry .form form, main#contact .form form {
  display: flex;
  flex-direction: column;
  row-gap: 19px;
  width: 100%;
  max-width: 688px;
  margin: 60px auto 0;
}
main#entry .form form.hide, main#contact .form form.hide {
  display: none;
}
main#entry .form_item, main#contact .form_item {
  display: flex;
  align-items: center;
}
main#entry .form_item.vertical, main#contact .form_item.vertical {
  align-items: flex-start;
}
main#entry .form_item.vertical .form_item_title, main#contact .form_item.vertical .form_item_title {
  padding-top: 12px;
}
main#entry .form_item_title, main#contact .form_item_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 235px;
  color: #1d1d1d;
  font-size: 14px;
}
main#entry .form_item_title .required, main#contact .form_item_title .required {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 24px;
  margin-left: auto;
  background: #d12233;
  border-radius: 2px;
  color: white;
  font-size: 12px;
  text-align: center;
}
main#entry .form_item_input, main#contact .form_item_input {
  margin-left: 11px;
}
main#entry .form_item_input input, main#entry .form_item_input select, main#contact .form_item_input input, main#contact .form_item_input select {
  width: 440px;
  height: 40px;
  padding: 0 18px;
  background: #ebf3f3;
}
main#entry .form_item_input textarea, main#contact .form_item_input textarea {
  width: 440px;
  min-height: 160px;
  padding: 11px 18px;
  background: #ebf3f3;
  resize: vertical;
}
main#entry .form_item_input.select, main#contact .form_item_input.select {
  position: relative;
}
main#entry .form_item_input.select::after, main#contact .form_item_input.select::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #555555;
  position: absolute;
  top: 14px;
  right: 14px;
}
main#entry .form .confirm, main#contact .form .confirm {
  display: none;
  flex-direction: column;
  row-gap: 19px;
  width: 100%;
  max-width: 688px;
  margin: 60px auto 0;
}
main#entry .form .confirm.show, main#contact .form .confirm.show {
  display: flex;
}
main#entry .form .confirm_value, main#contact .form .confirm_value {
  width: 440px;
  min-height: 40px;
  padding: 11px 18px;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 500;
  white-space: pre-wrap;
}
main#entry .form .confirm_btn, main#contact .form .confirm_btn {
  transition: 0.3s color, 0.3s background-color;
  opacity: 0.3;
  pointer-events: none;
}
main#entry .form .confirm_btn.on, main#contact .form .confirm_btn.on {
  opacity: 1;
  pointer-events: auto;
}
main#entry .form .confirm .back_btn, main#contact .form .confirm .back_btn {
  margin-top: 0;
  background: #bbb;
  border: solid 2px #bbb;
}
main#entry .form .confirm .back_btn.off, main#contact .form .confirm .back_btn.off {
  opacity: 0.3;
  pointer-events: none;
}
main#entry .form .confirm .back_btn:hover, main#contact .form .confirm .back_btn:hover {
  background: white;
  color: #bbb;
}
main#entry .form_btn, main#contact .form_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  margin: 60px auto 0;
  background: #24bac3;
  border: solid 2px #24bac3;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  text-align: center;
}
main#entry .form_btn.submit.off, main#contact .form_btn.submit.off {
  opacity: 0.3;
  pointer-events: none;
}
main#entry .form_btn:hover, main#contact .form_btn:hover {
  background: white;
  color: #24bac3;
}
main#entry .form .complete, main#contact .form .complete {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
main#entry .form .complete.show, main#contact .form .complete.show {
  display: flex;
}
main#entry .form .complete_content, main#contact .form .complete_content {
  max-width: 90%;
  padding: 50px 100px;
  background: white;
  border-radius: 8px;
  text-align: center;
}
main#entry .form .complete_btn, main#contact .form .complete_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  margin: 50px auto 0;
  background: #24bac3;
  border: solid 2px #24bac3;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  text-align: center;
  transition: 0.3s color, 0.3s background-color;
}
main#entry .form .complete_btn:hover, main#contact .form .complete_btn:hover {
  background: white;
  color: #24bac3;
}
@media (max-width: 1000px) {
  main#entry .form h3, main#contact .form h3 {
    font-size: 18px;
  }
  main#entry .form h3::before, main#entry .form h3::after, main#contact .form h3::before, main#contact .form h3::after {
    width: 25px;
    height: 2px;
    margin: 0 20px;
  }
  main#entry .form form, main#contact .form form {
    margin-top: 40px;
    row-gap: 25px;
  }
  main#entry .form_item, main#contact .form_item {
    flex-direction: column;
    width: 82.5%;
    max-width: 440px;
    margin: 0 auto;
  }
  main#entry .form_item.vertical .form_item_title, main#contact .form_item.vertical .form_item_title {
    padding-top: 0;
  }
  main#entry .form_item_title, main#contact .form_item_title {
    width: 100%;
    padding-top: 0;
    padding-left: 2px;
    margin-bottom: 6px;
  }
  main#entry .form_item_title .required, main#contact .form_item_title .required {
    margin-left: 20px;
  }
  main#entry .form_item_input, main#contact .form_item_input {
    width: 100%;
    margin-left: 0;
  }
  main#entry .form_item_input input, main#entry .form_item_input select, main#contact .form_item_input input, main#contact .form_item_input select {
    width: 100%;
  }
  main#entry .form_item_input textarea, main#contact .form_item_input textarea {
    width: 100%;
    min-height: 190px;
  }
  main#entry .form .confirm, main#contact .form .confirm {
    margin-top: 40px;
    row-gap: 25px;
  }
  main#entry .form .confirm_value, main#contact .form .confirm_value {
    width: 100%;
  }
  main#entry .form .complete_content, main#contact .form .complete_content {
    padding: 40px;
  }
  main#entry .form .complete_btn, main#contact .form .complete_btn {
    margin-top: 40px;
  }
}
main#entry .wpcf7-not-valid-tip, main#contact .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  left: 3px;
  top: 35px;
}
@media (max-width: 1000px) {
  main#entry .wpcf7-not-valid-tip, main#contact .wpcf7-not-valid-tip {
    top: 37px;
  }
}
main#entry input[aria-invalid=true],
main#entry select[aria-invalid=true],
main#entry textarea[aria-invalid=true], main#contact input[aria-invalid=true],
main#contact select[aria-invalid=true],
main#contact textarea[aria-invalid=true] {
  background: #ffdada !important;
}
main#entry .wpcf7-response-output, main#contact .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  color: #1d1d1d;
  font-size: 14px;
}
main#entry h2 {
  background: url("img/entry/headline_bg_pc.svg") no-repeat center/100%;
}
@media (max-width: 1000px) {
  main#entry h2 {
    background: url("img/entry/headline_bg_sp.svg") no-repeat center/100%;
  }
}
main#entry .form {
  margin-top: 130px;
}
@media (max-width: 1000px) {
  main#entry .form {
    margin-top: 115px;
  }
}
main#contact h2 {
  background: url("img/contact/headline_bg_pc.svg") no-repeat center/100%;
}
@media (max-width: 1000px) {
  main#contact h2 {
    background: url("img/contact/headline_bg_sp.svg") no-repeat center/100%;
  }
}
main#contact .form {
  margin-top: 50px;
}
@media (max-width: 1000px) {
  main#contact .form {
    margin-top: 60px;
  }
}
main#newgraduate h2, main#midcareer h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1680px;
  height: 128px;
  margin: 0 auto;
  color: white;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 1000px) {
  main#newgraduate h2, main#midcareer h2 {
    height: 94px;
    font-size: 30px;
  }
}
main#newgraduate .occupation, main#midcareer .occupation {
  margin: 40px auto 0;
}
main#newgraduate .occupation h3, main#midcareer .occupation h3 {
  color: #333;
  font-size: 18px;
  text-align: center;
}
main#newgraduate .occupation h3 span, main#midcareer .occupation h3 span {
  display: block;
  font-size: 14px;
  position: relative;
}
main#newgraduate .occupation h3 span::before, main#midcareer .occupation h3 span::before {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  margin: 6px auto;
  background: #333;
}
main#newgraduate .occupation_flex, main#midcareer .occupation_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 47px;
       column-gap: 47px;
  width: 90%;
  max-width: 1075px;
  margin: 25px auto 0;
}
main#newgraduate .occupation_flex > div, main#midcareer .occupation_flex > div {
  width: 50%;
}
main#newgraduate .occupation_flex > div dl, main#midcareer .occupation_flex > div dl {
  width: 100%;
  border: solid 1px #dcdcdc;
}
main#newgraduate .occupation_flex > div dl dt, main#midcareer .occupation_flex > div dl dt {
  padding: 16px 20px;
  background: #ebebeb;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 400;
}
main#newgraduate .occupation_flex > div dl dd, main#midcareer .occupation_flex > div dl dd {
  padding: 16px 20px;
  background: white;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
main#newgraduate .occupation_flex > div dl dd .sp, main#midcareer .occupation_flex > div dl dd .sp {
  display: none;
}
main#newgraduate .occupation_btn, main#midcareer .occupation_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 81px;
       column-gap: 81px;
  margin-top: 30px;
}
main#newgraduate .occupation_btn.sp, main#midcareer .occupation_btn.sp {
  display: none;
}
main#newgraduate .occupation_btn a, main#midcareer .occupation_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  border-radius: 6px;
  color: white;
  font-size: 14px;
  transition: 0.3s color, 0.3s background-color;
}
main#newgraduate .occupation_btn a svg, main#midcareer .occupation_btn a svg {
  width: 27px;
  margin-left: 9px;
}
main#newgraduate .occupation_btn a svg .st0, main#midcareer .occupation_btn a svg .st0 {
  fill: none;
  stroke: white;
  stroke-miterlimit: 10;
  stroke-width: 4px;
  transition: 0.3s stroke;
}
main#newgraduate .occupation_btn a svg .st1, main#midcareer .occupation_btn a svg .st1 {
  fill: white;
  transition: 0.3s fill;
}
main#newgraduate .occupation_btn a:first-of-type, main#midcareer .occupation_btn a:first-of-type {
  background: #57563e;
  border: 2px solid #57563e;
}
main#newgraduate .occupation_btn a:first-of-type:hover, main#midcareer .occupation_btn a:first-of-type:hover {
  background: white;
  color: #57563e;
}
main#newgraduate .occupation_btn a:last-of-type, main#midcareer .occupation_btn a:last-of-type {
  background: #e84518;
  border: 2px solid #e84518;
}
main#newgraduate .occupation_btn a:last-of-type:hover, main#midcareer .occupation_btn a:last-of-type:hover {
  background: white;
  color: #e84518;
}
main#newgraduate .occupation_btn a:hover svg .st0, main#midcareer .occupation_btn a:hover svg .st0 {
  stroke: #e84518;
}
main#newgraduate .occupation_btn a:hover svg .st1, main#midcareer .occupation_btn a:hover svg .st1 {
  fill: #e84518;
}
@media (max-width: 1000px) {
  main#newgraduate .occupation h3, main#midcareer .occupation h3 {
    font-size: 16px;
  }
  main#newgraduate .occupation h3 span, main#midcareer .occupation h3 span {
    font-size: 12px;
  }
  main#newgraduate .occupation h3 span::before, main#midcareer .occupation h3 span::before {
    width: 93px;
  }
  main#newgraduate .occupation_flex, main#midcareer .occupation_flex {
    flex-direction: column;
  }
  main#newgraduate .occupation_flex > div, main#midcareer .occupation_flex > div {
    width: 100%;
  }
  main#newgraduate .occupation_flex > div:first-of-type dl, main#midcareer .occupation_flex > div:first-of-type dl {
    border-bottom: 0;
  }
  main#newgraduate .occupation_flex > div:last-of-type dl, main#midcareer .occupation_flex > div:last-of-type dl {
    border-top: 0;
  }
  main#newgraduate .occupation_flex > div dl dt, main#midcareer .occupation_flex > div dl dt {
    padding: 16px;
    font-size: 14px;
  }
  main#newgraduate .occupation_flex > div dl dd, main#midcareer .occupation_flex > div dl dd {
    padding: 16px;
    font-size: 12px;
  }
  main#newgraduate .occupation_flex > div dl dd .sp, main#midcareer .occupation_flex > div dl dd .sp {
    display: block;
  }
  main#newgraduate .occupation_btn.pc, main#midcareer .occupation_btn.pc {
    display: none;
  }
  main#newgraduate .occupation_btn.sp, main#midcareer .occupation_btn.sp {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 50px;
  }
}
main#newgraduate h2 {
  background: url("img/newgraduate/headline_bg_pc.svg") no-repeat center/100%;
}
@media (max-width: 1000px) {
  main#newgraduate h2 {
    background: url("img/newgraduate/headline_bg_sp.svg") no-repeat center/100%;
  }
}
main#midcareer h2 {
  background: url("img/midcareer/headline_bg_pc.svg") no-repeat center/100%;
}
@media (max-width: 1000px) {
  main#midcareer h2 {
    background: url("img/midcareer/headline_bg_sp.svg") no-repeat center/100%;
  }
}
main#privacypolicy h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1680px;
  height: 128px;
  margin: 0 auto;
  background: url("img/privacypolicy/headline_bg_pc.svg") no-repeat center/100%;
  color: white;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 1000px) {
  main#privacypolicy h2 {
    height: 94px;
    background: url("img/privacypolicy/headline_bg_sp.svg") no-repeat center/100%;
    font-size: 30px;
  }
}
main#privacypolicy .content {
  width: 95%;
  max-width: 1200px;
  margin: 50px auto 0;
}
@media (max-width: 1000px) {
  main#privacypolicy .content {
    margin-top: 30px;
  }
}
main#privacypolicy .content h3 {
  background: #e7e7e7;
  padding: 15px 0;
  margin-bottom: 15px;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1000px) {
  main#privacypolicy .content h3 {
    font-size: 12px;
  }
}
main#privacypolicy .content p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 20px 30px;
}
main#privacypolicy .content p:first-of-type {
  margin: 0 0 30px;
}
main#privacypolicy .content p.indent {
  padding-left: 1em;
  text-indent: -1em;
}
main#privacypolicy .content p.right {
  margin: 60px auto 0;
  text-align: center;
}
@media (max-width: 1000px) {
  main#privacypolicy .content p {
    margin: 0 10px 20px;
    font-size: 12px;
  }
  main#privacypolicy .content p:first-of-type {
    margin: 0 0 20px;
  }
  main#privacypolicy .content p.right {
    margin-top: 40px;
  }
}

.scroll {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  top: 50%;
  left: 20px;
  z-index: 2;
}
.scroll_text {
  display: block;
  height: 80px;
  color: #1d1d1d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  writing-mode: vertical-lr;
  text-align: center;
  position: relative;
  rotate: 180deg;
}
.scroll_text span {
  position: absolute;
  translate: 0 -50%;
  transition: 0.3s opacity;
}
.scroll_text_top {
  opacity: 0;
}
.scroll_text_scroll {
  opacity: 1;
}
.scroll_arrow {
  width: 6px;
  transition: 0.3s;
}
.scroll_up {
  opacity: 0;
}
.scroll_down {
  opacity: 1;
}
.scroll_line {
  height: calc(100% - 100vh - 100px);
  position: absolute;
  top: calc(100vh + 100px);
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
}
.scroll_line.active + .scroll {
  cursor: pointer;
  transition: 0.3s;
}
.scroll_line.active + .scroll:hover {
  opacity: 0.7;
}
.scroll_line.active + .scroll .scroll_up {
  opacity: 1;
}
.scroll_line.active + .scroll .scroll_down {
  opacity: 0;
}
.scroll_line.active + .scroll .scroll_text_top {
  opacity: 1;
}
.scroll_line.active + .scroll .scroll_text_scroll {
  opacity: 0;
}
@media (max-width: 1000px) {
  .scroll {
    display: none;
  }
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 20px 5% 95px;
  font-size: 12px;
  position: relative;
}
footer::before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #7b7b7b;
  position: absolute;
  top: 0;
}
footer p {
  font-weight: 900;
}
footer p a {
  transition: 0.3s;
}
footer p a:first-of-type {
  margin-right: 30px;
}
footer p a:last-of-type {
  margin-left: 30px;
}
footer p a:hover {
  opacity: 0.5;
}
@media (max-width: 1000px) {
  footer {
    padding: 30px 5% 40px;
    font-size: 10px;
  }
  footer p a:first-of-type {
    margin-right: 7px;
  }
  footer p a:last-of-type {
    margin-left: 7px;
  }
}/*# sourceMappingURL=style.css.map */