@charset "UTF-8";
/*文字化け防止*/
html {
  fontsize: 100%;
}

/*指定した文字サイズを正しく反映*/
/*変数*/
/*ブレイクポイント*/
/*メディアクエリ*/
html, body {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  html, body {
    width: 100%;
  }
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 16px;
  line-height: calc(27 / 16);
  color: #444;
  background: linear-gradient(-45deg, #ff8832 0%, #ffae42 100%);
  opacity: 0;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  height: auto;
}

h1,
h2 {
  margin: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
  font-weight: 100;
}

p {
  margin: 0;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100 !important;
  font-style: normal;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.4em;
}

a {
  text-decoration: none;
  color: #444;
}

button {
  border: 0;
}

h2 {
  font-size: 32px;
  font-weight: 300;
}

h3 {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

@media (max-width: 767px) {
  .br::before {
    content: "\A";
    white-space: pre;
  }
}

.to_scale {
  -webkit-animation: to_scale forwards 1s cubic-bezier(0, 0.5, 0.5, 1);
          animation: to_scale forwards 1s cubic-bezier(0, 0.5, 0.5, 1);
}

@-webkit-keyframes to_scale {
  0% {
    -webkit-transform: translateY(0) scale(1) rotate(0.0001deg);
            transform: translateY(0) scale(1) rotate(0.0001deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(10%) scale(0.75) rotate(0.0001deg);
            transform: translateY(10%) scale(0.75) rotate(0.0001deg);
    opacity: 1;
  }
  99% {
    -webkit-transform: translateY(0) scale(0.75) rotate(0.0001deg);
            transform: translateY(0) scale(0.75) rotate(0.0001deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scale(0.75) rotate(0.0001deg);
            transform: translateY(0) scale(0.75) rotate(0.0001deg);
    opacity: 0;
  }
}

@keyframes to_scale {
  0% {
    -webkit-transform: translateY(0) scale(1) rotate(0.0001deg);
            transform: translateY(0) scale(1) rotate(0.0001deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(10%) scale(0.75) rotate(0.0001deg);
            transform: translateY(10%) scale(0.75) rotate(0.0001deg);
    opacity: 1;
  }
  99% {
    -webkit-transform: translateY(0) scale(0.75) rotate(0.0001deg);
            transform: translateY(0) scale(0.75) rotate(0.0001deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scale(0.75) rotate(0.0001deg);
            transform: translateY(0) scale(0.75) rotate(0.0001deg);
    opacity: 0;
  }
}

.from_move {
  -webkit-animation: from_move forwards 0.5s cubic-bezier(0, 0.6, 0.4, 1);
          animation: from_move forwards 0.5s cubic-bezier(0, 0.6, 0.4, 1);
}

@-webkit-keyframes from_move {
  0% {
    -webkit-transform: translateY(100%) scale(1);
            transform: translateY(100%) scale(1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes from_move {
  0% {
    -webkit-transform: translateY(100%) scale(1);
            transform: translateY(100%) scale(1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

.from_scale {
  -webkit-animation: from_scale forwards 1s cubic-bezier(0, 0.5, 0.5, 1);
          animation: from_scale forwards 1s cubic-bezier(0, 0.5, 0.5, 1);
}

@-webkit-keyframes from_scale {
  0% {
    -webkit-transform: translateY(0) scale(0.75) rotate(0.0001deg);
            transform: translateY(0) scale(0.75) rotate(0.0001deg);
    opacity: 0;
  }
  1% {
    -webkit-transform: translateY(0) scale(0.75) rotate(0.0001deg);
            transform: translateY(0) scale(0.75) rotate(0.0001deg);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(10%) scale(0.75) rotate(0.0001deg);
            transform: translateY(10%) scale(0.75) rotate(0.0001deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scale(1) rotate(0.0001deg);
            transform: translateY(0) scale(1) rotate(0.0001deg);
    opacity: 1;
  }
}

@keyframes from_scale {
  0% {
    -webkit-transform: translateY(0) scale(0.75) rotate(0.0001deg);
            transform: translateY(0) scale(0.75) rotate(0.0001deg);
    opacity: 0;
  }
  1% {
    -webkit-transform: translateY(0) scale(0.75) rotate(0.0001deg);
            transform: translateY(0) scale(0.75) rotate(0.0001deg);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(10%) scale(0.75) rotate(0.0001deg);
            transform: translateY(10%) scale(0.75) rotate(0.0001deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scale(1) rotate(0.0001deg);
            transform: translateY(0) scale(1) rotate(0.0001deg);
    opacity: 1;
  }
}

.to_move {
  -webkit-animation: to_move forwards 1s cubic-bezier(0.05, 0.5, 0.5, 0.95);
          animation: to_move forwards 1s cubic-bezier(0.05, 0.5, 0.5, 0.95);
}

@-webkit-keyframes to_move {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    -webkit-transform: translateY(100%) scale(1);
            transform: translateY(100%) scale(1);
  }
}

@keyframes to_move {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    -webkit-transform: translateY(100%) scale(1);
            transform: translateY(100%) scale(1);
  }
}

#bg_pattern_area_wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 2;
}

#bg_pattern_area_wrapper .container_color {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 1s cubic-bezier(0.75, 0, 0.25, 1);
}

#bg_pattern_area_wrapper .container_color.move {
  opacity: 0;
}

#bg_pattern_area_wrapper .bg_pattern_area {
  width: 118%;
  max-width: 2448px;
  height: 118%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#bg_pattern_area_wrapper .bg_pattern_area .bg_pattern_area_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

#bg_pattern_area_wrapper .bg_pattern_area .bg_pattern_area_inner img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#bg_pattern_area_wrapper .bg_pattern_area .bg_pattern_area_inner .height_full {
  width: auto;
  height: 100%;
}

#bg_pattern_area_wrapper .bg_pattern_area .bg_pattern_area_inner .bg_geometry {
  z-index: 3;
}

#bg_pattern_area_wrapper .bg_pattern_area .bg_pattern_area_inner .bg_grid_b {
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

#bg_pattern_area_wrapper .bg_pattern_area .bg_pattern_area_inner .bg_grid_w {
  z-index: 1;
  opacity: 0.7;
}

#bg_pattern_area_wrapper .bg_pattern_area .bg_pattern_area_inner .bg_grid_b_on {
  opacity: 0.2;
}

.bg_pattern_area1 {
  z-index: 4;
}

.scroll_bar_area {
  position: absolute;
  top: 50%;
  right: -144px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

@media (max-width: 767px) {
  .scroll_bar_area {
    display: none;
  }
}

.scroll_bar_area .scroll_bar {
  width: 100px;
  height: 1px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.scroll_bar_area .bar_before div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #555;
}

.scroll_bar_area .bar_before .bar_before_on {
  -webkit-animation: bar_before infinite 2.5s cubic-bezier(0.75, 0, 0.25, 1);
          animation: bar_before infinite 2.5s cubic-bezier(0.75, 0, 0.25, 1);
}

@-webkit-keyframes bar_before {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes bar_before {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.scroll_bar_area .bar_after div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #444;
}

.scroll_bar_area .bar_after .bar_after_on {
  -webkit-animation: bar_after infinite 2.5s cubic-bezier(0.75, 0, 0.25, 1);
          animation: bar_after infinite 2.5s cubic-bezier(0.75, 0, 0.25, 1);
}

@-webkit-keyframes bar_after {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes bar_after {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.scroll_bar_area p {
  display: inline-block;
  margin: 0 20px 0 20px;
  color: #555;
}

.bg_shape_area {
  width: 100vw;
  max-width: 1280px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

.bg_shape_area .bg_shape_box:first-of-type {
  height: 70%;
  aspect-ratio: 1;
  position: absolute;
  top: -10%;
  left: -10%;
}

.bg_shape_area .bg_shape_box:nth-of-type(2) {
  height: 90%;
  aspect-ratio: 1;
  position: absolute;
  bottom: -10%;
  right: -5%;
}

.bg_shape_area .bg_shape_box:nth-of-type(3) {
  height: 40%;
  aspect-ratio: 1;
  position: absolute;
  top: -25%;
  right: 5%;
}

.bg_shape_area .bg_shape_box:last-of-type {
  height: 30%;
  aspect-ratio: 1;
  position: absolute;
  bottom: -15%;
  left: 10%;
}

.bg_shape_area .bg_shape_box_inner {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
}

.bg_shape_area .bg_shape_box_inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  width: 100%;
}

.bg_shape_area .bg_shape_box_inner img:first-of-type {
  opacity: 0.2;
  -webkit-animation: bg_shape_b infinite 5s linear;
          animation: bg_shape_b infinite 5s linear;
}

@-webkit-keyframes bg_shape_b {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes bg_shape_b {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.bg_shape_area .bg_shape_box_inner img:nth-of-type(2) {
  opacity: 0.25;
  -webkit-animation: bg_shape_g infinite 5s linear;
          animation: bg_shape_g infinite 5s linear;
}

@-webkit-keyframes bg_shape_g {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes bg_shape_g {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.bg_shape_area .bg_shape_box_inner img:last-of-type {
  opacity: 0.25;
  -webkit-animation: bg_shape_w infinite 10s linear;
          animation: bg_shape_w infinite 10s linear;
}

@-webkit-keyframes bg_shape_w {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes bg_shape_w {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.section_title {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(23%, -22%) rotateZ(8deg);
          transform: translate(23%, -22%) rotateZ(8deg);
  z-index: 5;
  width: 523.17px;
  height: 276.65px;
  -webkit-transition: all 1s cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 1s cubic-bezier(0.75, 0, 0.25, 1);
}

@media (max-width: 767px) {
  .section_title {
    right: auto;
    left: 0;
    width: 270.02px;
    height: 142.79px;
    -webkit-transform: translate(-22%, -22%) rotateZ(-8deg);
            transform: translate(-22%, -22%) rotateZ(-8deg);
  }
}

.section_title h1 {
  color: #444;
  font-size: 124px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: none;
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-transform: translate(-50%, -50%) rotateY(0);
          transform: translate(-50%, -50%) rotateY(0);
}

@media (max-width: 767px) {
  .section_title h1 {
    font-size: 64px;
  }
}

.section_title h1:first-of-type {
  display: block;
}

.section_title .change_out {
  -webkit-animation: change_out forwards 0.5s cubic-bezier(0.75, 0, 0.25, 1);
          animation: change_out forwards 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}

@-webkit-keyframes change_out {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(0);
            transform: translate(-50%, -50%) rotateY(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(90deg);
            transform: translate(-50%, -50%) rotateY(90deg);
  }
}

@keyframes change_out {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(0);
            transform: translate(-50%, -50%) rotateY(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(90deg);
            transform: translate(-50%, -50%) rotateY(90deg);
  }
}

.section_title .change_in {
  -webkit-animation: change_in forwards 0.5s cubic-bezier(0.75, 0, 0.25, 1);
          animation: change_in forwards 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}

@-webkit-keyframes change_in {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(-90deg);
            transform: translate(-50%, -50%) rotateY(-90deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(0);
            transform: translate(-50%, -50%) rotateY(0);
  }
}

@keyframes change_in {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(-90deg);
            transform: translate(-50%, -50%) rotateY(-90deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(0);
            transform: translate(-50%, -50%) rotateY(0);
  }
}

@-webkit-keyframes title_move {
  0% {
    -webkit-transform: translate(23%, -22%) rotateZ(8deg);
            transform: translate(23%, -22%) rotateZ(8deg);
  }
  100% {
    -webkit-transform: translate(0%, -16%) rotateZ(8deg);
            transform: translate(0%, -16%) rotateZ(8deg);
  }
}

@keyframes title_move {
  0% {
    -webkit-transform: translate(23%, -22%) rotateZ(8deg);
            transform: translate(23%, -22%) rotateZ(8deg);
  }
  100% {
    -webkit-transform: translate(0%, -16%) rotateZ(8deg);
            transform: translate(0%, -16%) rotateZ(8deg);
  }
}

.contact_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 1280px;
  height: 100dvh;
  z-index: 20;
  display: none;
  overflow: hidden;
  /*
    svg{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        //height: 100%;
        mix-blend-mode: darken;
        opacity: 0.5;
        pointer-events: none;
        //width: 100%;
        width: 85%;
        height: 90%;
        z-index: 4;

        @include mq('tab'){
            width: 90%;
        }

        @include mq('sp'){
            width: 90%;
            max-width: 540px;
            height: 80dvh;
        }
    }
    */
}

.contact_modal .c_modal_bg_wrapper {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  position: relative;
  z-index: 1;
}

.contact_modal .c_modal_bg_wrapper .c_modal_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
  width: 250%;
  height: 200%;
  z-index: 1;
  background-color: rgba(90, 90, 90, 0.7);
}

.contact_modal .c_modal_bg_wrapper .c_modal_corner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.08, 0.34, 0.58, 1);
  transition: all 0.5s cubic-bezier(0.08, 0.34, 0.58, 1);
}

.contact_modal .c_modal_bg_wrapper .c_modal_corner1 {
  top: 110%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ff8832;
  -webkit-animation: modal_corner_show1 forwards 0.5s cubic-bezier(0.08, 0.34, 0.58, 1);
          animation: modal_corner_show1 forwards 0.5s cubic-bezier(0.08, 0.34, 0.58, 1);
  border: solid 1px #ff8832;
  outline: solid 8px #ff8832;
  outline-offset: 16px;
}

@media (max-width: 767px) {
  .contact_modal .c_modal_bg_wrapper .c_modal_corner1 {
    -webkit-animation: modal_corner_show1_sp forwards 0.5s cubic-bezier(0.08, 0.34, 0.58, 1);
            animation: modal_corner_show1_sp forwards 0.5s cubic-bezier(0.08, 0.34, 0.58, 1);
  }
  @-webkit-keyframes modal_corner_show1_sp {
    0% {
      -webkit-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
    }
    100% {
      -webkit-transform: translate(-70%, -20%);
              transform: translate(-70%, -20%);
    }
  }
  @keyframes modal_corner_show1_sp {
    0% {
      -webkit-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
    }
    100% {
      -webkit-transform: translate(-70%, -20%);
              transform: translate(-70%, -20%);
    }
  }
}

@-webkit-keyframes modal_corner_show1 {
  0% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%);
  }
}

@keyframes modal_corner_show1 {
  0% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%);
  }
}

.contact_modal .c_modal_bg_wrapper .c_modal_corner2 {
  bottom: 110%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background-color: #ffae42;
  -webkit-animation: modal_corner_show2 forwards 0.5s cubic-bezier(0.08, 0.34, 0.58, 1);
          animation: modal_corner_show2 forwards 0.5s cubic-bezier(0.08, 0.34, 0.58, 1);
  border: solid 1px #ffae42;
  outline: solid 8px #ffae42;
  outline-offset: 16px;
}

@media (max-width: 767px) {
  .contact_modal .c_modal_bg_wrapper .c_modal_corner2 {
    -webkit-animation: modal_corner_show2_sp forwards 0.5s cubic-bezier(0.08, 0.34, 0.58, 1);
            animation: modal_corner_show2_sp forwards 0.5s cubic-bezier(0.08, 0.34, 0.58, 1);
  }
  @-webkit-keyframes modal_corner_show2_sp {
    0% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    100% {
      -webkit-transform: translate(-30%, 20%);
              transform: translate(-30%, 20%);
    }
  }
  @keyframes modal_corner_show2_sp {
    0% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    100% {
      -webkit-transform: translate(-30%, 20%);
              transform: translate(-30%, 20%);
    }
  }
}

@-webkit-keyframes modal_corner_show2 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);
  }
}

@keyframes modal_corner_show2 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);
  }
}

.contact_modal .c_modal_bg_wrapper .modal_corner_hidden1 {
  -webkit-animation: modal_corner_hidden1 forwards 0.5s cubic-bezier(0.42, 0, 0.92, 0.66);
          animation: modal_corner_hidden1 forwards 0.5s cubic-bezier(0.42, 0, 0.92, 0.66);
}

@media (max-width: 767px) {
  .contact_modal .c_modal_bg_wrapper .modal_corner_hidden1 {
    -webkit-animation: modal_corner_hidden1_sp forwards 0.5s cubic-bezier(0.42, 0, 0.92, 0.66);
            animation: modal_corner_hidden1_sp forwards 0.5s cubic-bezier(0.42, 0, 0.92, 0.66);
  }
  @-webkit-keyframes modal_corner_hidden1_sp {
    0% {
      -webkit-transform: translate(-70%, -20%);
              transform: translate(-70%, -20%);
    }
    100% {
      -webkit-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
    }
  }
  @keyframes modal_corner_hidden1_sp {
    0% {
      -webkit-transform: translate(-70%, -20%);
              transform: translate(-70%, -20%);
    }
    100% {
      -webkit-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
    }
  }
}

@-webkit-keyframes modal_corner_hidden1 {
  0% {
    -webkit-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%);
  }
  100% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

@keyframes modal_corner_hidden1 {
  0% {
    -webkit-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%);
  }
  100% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

.contact_modal .c_modal_bg_wrapper .modal_corner_hidden2 {
  -webkit-animation: modal_corner_hidden2 forwards 0.5s cubic-bezier(0.42, 0, 0.92, 0.66);
          animation: modal_corner_hidden2 forwards 0.5s cubic-bezier(0.42, 0, 0.92, 0.66);
}

@media (max-width: 767px) {
  .contact_modal .c_modal_bg_wrapper .modal_corner_hidden2 {
    -webkit-animation: modal_corner_hidden2_sp forwards 0.5s cubic-bezier(0.42, 0, 0.92, 0.66);
            animation: modal_corner_hidden2_sp forwards 0.5s cubic-bezier(0.42, 0, 0.92, 0.66);
  }
  @-webkit-keyframes modal_corner_hidden2_sp {
    0% {
      -webkit-transform: translate(-30%, 20%);
              transform: translate(-30%, 20%);
    }
    100% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
  }
  @keyframes modal_corner_hidden2_sp {
    0% {
      -webkit-transform: translate(-30%, 20%);
              transform: translate(-30%, 20%);
    }
    100% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
  }
}

@-webkit-keyframes modal_corner_hidden2 {
  0% {
    -webkit-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes modal_corner_hidden2 {
  0% {
    -webkit-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.contact_modal .contact_form {
  width: 85%;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0) translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
          transform: scale(0) translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_modal .contact_form {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .contact_modal .contact_form {
    width: 90%;
    max-width: 540px;
    height: 80%;
    overflow-y: scroll;
  }
}

.contact_modal .contact_form .contact_form_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 80px 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_modal .contact_form .contact_form_inner {
    padding: 0 56px 0 56px;
  }
}

@media (max-width: 767px) {
  .contact_modal .contact_form .contact_form_inner {
    height: auto;
    padding: 40px 32px 40px 32px;
  }
}

.contact_modal .contact_form .contact_form_inner .footer_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 15;
  margin-top: 100px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_modal .contact_form .contact_form_inner .footer_sp {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .contact_modal .contact_form .contact_form_inner .footer_sp {
    display: none;
  }
}

@media (min-width: 1121px) {
  .contact_modal .contact_form .contact_form_inner .footer_sp {
    display: none;
  }
}

.contact_modal .contact_form .contact_form_inner .footer_sp a {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 12px rgba(90, 90, 90, 0.4);
          box-shadow: 0px 0px 12px rgba(90, 90, 90, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: auto;
}

.contact_modal .contact_form .contact_form_inner .footer_sp a i {
  font-size: 20px;
}

.contact_modal .contact_form .contact_form_inner .footer_sp a:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.contact_modal .contact_form .contact_form_inner .footer_sp a:nth-of-type(2) {
  margin-left: 16px;
}

.contact_modal .contact_form .contact_form_inner .footer_sp small {
  display: inline-block;
  font-weight: 300;
  margin-top: 12px;
  width: 100%;
  text-align: center;
}

.contact_modal .contact_form svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(10);
          transform: translate(-50%, -50%) scale(10);
  mix-blend-mode: darken;
  opacity: 0.4;
  pointer-events: none;
}

.contact_modal .contact_form h2 {
  display: block;
  font-size: 64px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 100%;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_modal .contact_form h2 {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .contact_modal .contact_form h2 {
    font-size: 40px;
  }
}

.contact_modal .contact_form .form {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .contact_modal .contact_form .form {
    display: block;
  }
}

.contact_modal .contact_form .form div {
  width: 100%;
  margin-top: 32px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_modal .contact_form .form div {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .contact_modal .contact_form .form div {
    margin-top: 28px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_modal .contact_form .form div p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact_modal .contact_form .form div p {
    font-size: 14px;
  }
}

.contact_modal .contact_form .form div label {
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
}

.contact_modal .contact_form .form div label p {
  display: inline-block;
  color: #444;
  opacity: 0.9;
}

.contact_modal .contact_form .form div label p span {
  position: relative;
}

.contact_modal .contact_form .form div label p span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -3px;
  background-color: rgba(50, 50, 50, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(110, 110, 110, 0.4);
          box-shadow: 0 0 5px rgba(110, 110, 110, 0.4);
}

.contact_modal .contact_form .form div label p:last-child {
  margin-left: 24px;
  font-size: 14px;
  vertical-align: text-top;
  padding: 0 8px;
  background: linear-gradient(-45deg, #ff8832 0%, #ffae42 100%);
  color: #fff;
  text-shadow: none;
  border-radius: 4px;
}

.contact_modal .contact_form .form div input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  border: 0px solid white;
  border-bottom: 1px solid rgba(50, 50, 50, 0.7);
  border-left: 1px solid rgba(50, 50, 50, 0.7);
  background-color: transparent;
  margin-top: 8px;
  position: relative;
  z-index: 2;
  color: #444;
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_modal .contact_form .form div input {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact_modal .contact_form .form div input {
    margin-top: 4px;
    font-size: 14px;
  }
}

.contact_modal .contact_form .form div input[type="text"]:focus {
  outline: none;
}

.contact_modal .contact_form .form .form_left {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_modal .contact_form .form .form_left {
    width: calc(40% - 24px);
    margin-right: 24px;
  }
}

@media (max-width: 767px) {
  .contact_modal .contact_form .form .form_left {
    width: 100%;
    margin-right: 0;
  }
}

.contact_modal .contact_form .form .form_left div:first-child {
  margin-top: 0px;
}

.contact_modal .contact_form .form .form_right {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_modal .contact_form .form .form_right {
    width: calc(60% - 24px);
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  .contact_modal .contact_form .form .form_right {
    width: 100%;
    margin-left: 0;
    margin-top: 28px;
  }
}

.contact_modal .contact_form .form .form_right div {
  width: 100%;
  margin-top: 32px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_modal .contact_form .form .form_right div {
    margin-top: 24px;
  }
}

.contact_modal .contact_form .form .form_right div:first-child {
  margin-top: 0px;
}

.contact_modal .contact_form .form .form_right .form_right_top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_modal .contact_form .form .form_right .form_right_top div {
  margin-top: 0;
}

.contact_modal .contact_form .form .form_right .form_right_top .select-wrapper {
  margin-top: 8px;
  position: relative;
}

@media (max-width: 767px) {
  .contact_modal .contact_form .form .form_right .form_right_top .select-wrapper {
    margin-top: 4px;
  }
}

.contact_modal .contact_form .form .form_right .form_right_top .select-wrapper select {
  width: 100%;
  padding: 8px;
  display: block;
  background-color: transparent;
  border: 0px solid white;
  border-bottom: 1px solid rgba(50, 50, 50, 0.7);
  border-left: 1px solid rgba(50, 50, 50, 0.7);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  z-index: 2;
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_modal .contact_form .form .form_right .form_right_top .select-wrapper select {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact_modal .contact_form .form .form_right .form_right_top .select-wrapper select {
    font-size: 14px;
  }
}

.contact_modal .contact_form .form .form_right .form_right_top .select-wrapper select option:first-child {
  color: #757575;
}

.contact_modal .contact_form .form .form_right .form_right_top .select-wrapper select:invalid {
  color: #757575;
}

.contact_modal .contact_form .form .form_right .form_right_top .select-wrapper select option {
  color: #444;
}

.contact_modal .contact_form .form .form_right .form_right_top .select-wrapper select:focus {
  outline: none;
}

.contact_modal .contact_form .form .form_right .form_right_top .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #757575;
  border-bottom: 2px solid #757575;
  border-radius: 2px;
  opacity: 0.6;
  pointer-events: none;
  z-index: 5;
}

.contact_modal .contact_form .form .form_right .sex_box {
  margin-left: 48px;
}

.contact_modal .contact_form .form .form_right .sex_box label {
  display: inline-block;
  width: auto;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_modal .contact_form .form .form_right .sex_box label {
    font-size: 14px;
  }
}

.contact_modal .contact_form .form .form_right .sex_box label:nth-of-type(n+1) {
  margin-left: 2px;
}

.contact_modal .contact_form .form .form_right .sex_box input {
  width: auto;
}

.contact_modal .contact_form .form .form_right .sex_box input:last-of-type {
  margin-left: 20px;
}

.contact_modal .contact_form .form .form_right .sex_box .radio_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}

.contact_modal .contact_form .form .form_right .sex_box .radio_box input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #444;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0px;
  cursor: pointer;
}

.contact_modal .contact_form .form .form_right .sex_box .radio_box input[type="radio"]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #4281de;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
}

.contact_modal .contact_form .form .form_right .sex_box .radio_box input[type="radio"]:checked:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  visibility: visible;
}

.contact_modal .contact_form .form .form_right .message_box textarea {
  width: 100%;
  padding: 8px;
  display: block;
  background-color: transparent;
  border: 0px solid white;
  border-bottom: 1px solid rgba(50, 50, 50, 0.7);
  border-left: 1px solid rgba(50, 50, 50, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
  height: 241px;
  color: #6e6e6e;
  margin-top: 8px;
  position: relative;
  z-index: 2;
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_modal .contact_form .form .form_right .message_box textarea {
    height: 218px;
  }
}

@media (max-width: 767px) {
  .contact_modal .contact_form .form .form_right .message_box textarea {
    margin-top: 4px;
    font-size: 14px;
  }
}

.contact_modal .contact_form .form .form_right .message_box textarea::-webkit-input-placeholder {
  color: #757575;
}

.contact_modal .contact_form .form .form_right .message_box textarea:-ms-input-placeholder {
  color: #757575;
}

.contact_modal .contact_form .form .form_right .message_box textarea::-ms-input-placeholder {
  color: #757575;
}

.contact_modal .contact_form .form .form_right .message_box textarea::placeholder {
  color: #757575;
}

.contact_modal .contact_form .form .form_right .message_box textarea:focus {
  outline: none;
}

.contact_modal .contact_form .form .form_right .message_box p {
  display: inline-block;
}

.contact_modal .contact_form .form .privacy_policy_require_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.contact_modal .contact_form .form .privacy_policy_require_box .privacy_policy_require {
  font-size: 14px;
  vertical-align: text-top;
  padding: 0 8px;
  background: linear-gradient(-45deg, #ff8832 0%, #ffae42 100%);
  color: #fff;
  text-shadow: none;
  border-radius: 4px;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
}

.contact_modal .contact_form .form .privacy_policy_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.contact_modal .contact_form .form .privacy_policy_area input {
  display: inline-block;
  width: auto;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid rgba(50, 50, 50, 0.7);
  overflow: hidden;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.contact_modal .contact_form .form .privacy_policy_area .pointer_none {
  pointer-events: none;
}

.contact_modal .contact_form .form .privacy_policy_area input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact_modal .contact_form .form .privacy_policy_area .check_box_on::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #3480f2 0%, #43a3ff 100%);
  z-index: 3;
  -webkit-animation: checkbox-color-on 0.4s ease forwards;
          animation: checkbox-color-on 0.4s ease forwards;
  opacity: 0;
  border-radius: 6px;
}

@-webkit-keyframes checkbox-color-on {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes checkbox-color-on {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.contact_modal .contact_form .form .privacy_policy_area .check_box_on::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 6px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 4;
  -webkit-animation: checkbox-icon-on 0.4s ease forwards;
          animation: checkbox-icon-on 0.4s ease forwards;
  opacity: 0;
}

@-webkit-keyframes checkbox-icon-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes checkbox-icon-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.contact_modal .contact_form .form .privacy_policy_area .check_box_off::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #3480f2 0%, #43a3ff 100%);
  z-index: 3;
  -webkit-animation: checkbox-color-off 0.4s ease forwards;
          animation: checkbox-color-off 0.4s ease forwards;
  opacity: 0;
  border-radius: 6px;
}

@-webkit-keyframes checkbox-color-off {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}

@keyframes checkbox-color-off {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}

.contact_modal .contact_form .form .privacy_policy_area .check_box_off::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 6px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 4;
  -webkit-animation: checkbox-icon-off 0.4s ease forwards;
          animation: checkbox-icon-off 0.4s ease forwards;
  opacity: 0;
}

@-webkit-keyframes checkbox-icon-off {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes checkbox-icon-off {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.contact_modal .contact_form .form .privacy_policy_area label {
  width: auto;
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
}

.contact_modal .contact_form .form .privacy_policy_area label p {
  color: #444;
}

.contact_modal .contact_form .form .btn_box {
  width: 40%;
  height: 46.4px;
  max-width: 280px;
  margin-top: 40px;
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 3;
}

@media (max-width: 767px) {
  .contact_modal .contact_form .form .btn_box {
    width: 100%;
    margin: 0 auto;
    margin-top: 68px;
  }
}

.contact_modal .contact_form .form .btn_box .null_btn {
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
}

.contact_modal .contact_form .form .btn_box .notice_btn {
  z-index: 4;
}

.contact_modal .contact_form .form .btn_box .branch_btn {
  z-index: 3;
}

.contact_modal .contact_form .form .btn_box .null_btn_off {
  display: none;
}

.contact_modal .contact_form .form .btn_box .back_btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  margin-top: 0;
  pointer-events: none;
  background-color: #e5e5e5;
  -webkit-transition: all 0.4s cubic-bezier(0, 0.6, 0.4, 1);
  transition: all 0.4s cubic-bezier(0, 0.6, 0.4, 1);
  cursor: pointer;
  background: linear-gradient(-45deg, #cfcfcf 0%, #dedede 100%);
}

.contact_modal .contact_form .form .btn_box .back_btn p {
  display: inline-block;
  text-align: center;
  color: #444;
}

.contact_modal .contact_form .form .btn_box .back_btn_on {
  -webkit-transform: translate(-310px, -50%);
          transform: translate(-310px, -50%);
  pointer-events: auto;
  -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.2);
          box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.2);
}

@media (max-width: 767px) {
  .contact_modal .contact_form .form .btn_box .back_btn_on {
    -webkit-transform: translate(-50%, -60px);
            transform: translate(-50%, -60px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .contact_modal .contact_form .form .btn_box .back_btn:hover {
    -webkit-transform: translate(-310px, -50%) scale(1.05);
            transform: translate(-310px, -50%) scale(1.05);
  }
}

.contact_modal .contact_form .form .btn_box button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  margin: 0 auto;
  background: linear-gradient(-45deg, #3480f2 0%, #43a3ff 100%);
  display: block;
  -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.35);
          box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.35);
  color: #fff;
  padding: 12px 16px;
  font-size: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0, 0.6, 0.4, 1);
  transition: all 0.4s cubic-bezier(0, 0.6, 0.4, 1);
  pointer-events: none;
  cursor: pointer;
}

.contact_modal .contact_form .form .btn_box button p {
  position: relative;
  z-index: 2;
}

.contact_modal .contact_form .form .btn_box button .button_arrow {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.contact_modal .contact_form .form .btn_box .submit_btn_on {
  -webkit-transform: translate(30px, -50%) scale(1);
          transform: translate(30px, -50%) scale(1);
  pointer-events: auto;
}

@media (max-width: 767px) {
  .contact_modal .contact_form .form .btn_box .submit_btn_on {
    -webkit-transform: translate(-50%, 4px) scale(1);
            transform: translate(-50%, 4px) scale(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .contact_modal .contact_form .form .btn_box button:hover {
    -webkit-transform: translate(30px, -50%) scale(1.05);
            transform: translate(30px, -50%) scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .contact_modal .contact_form .form .btn_box_hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.contact_modal .contact_form .form .form_focus {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  margin-top: 0;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border: 3000px solid rgba(68, 68, 68, 0.6);
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .contact_modal .contact_form .form .form_focus {
    -webkit-transform: translate(-50%, calc(-50% + 16px));
            transform: translate(-50%, calc(-50% + 16px));
    width: calc(100% + 24px);
    height: calc(100% + 48px);
  }
}

.contact_modal .contact_form .form .form_focus_on {
  opacity: 1;
  visibility: visible;
}

.contact_modal .form_shadow {
  width: 85%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 1.9px 1.9px 2.2px rgba(0, 0, 0, 0.027), 4.5px 4.5px 5.3px rgba(0, 0, 0, 0.043), 8.5px 8.5px 10px rgba(0, 0, 0, 0.058), 15.2px 15.2px 17.9px rgba(0, 0, 0, 0.075), 28.4px 28.4px 33.4px rgba(0, 0, 0, 0.099), 68px 68px 80px rgba(0, 0, 0, 0.15);
          box-shadow: 1.9px 1.9px 2.2px rgba(0, 0, 0, 0.027), 4.5px 4.5px 5.3px rgba(0, 0, 0, 0.043), 8.5px 8.5px 10px rgba(0, 0, 0, 0.058), 15.2px 15.2px 17.9px rgba(0, 0, 0, 0.075), 28.4px 28.4px 33.4px rgba(0, 0, 0, 0.099), 68px 68px 80px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_modal .form_shadow {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .contact_modal .form_shadow {
    width: 90%;
    max-width: 540px;
    height: 80%;
  }
}

.privacy_policy_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 1280px;
  height: 100dvh;
  z-index: 22;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.privacy_policy_modal .privacy_policy_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(90, 90, 90, 0.7);
}

.privacy_policy_modal .privacy_policy_txtbox {
  width: 80%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  padding: 60px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .privacy_policy_modal .privacy_policy_txtbox {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .privacy_policy_modal .privacy_policy_txtbox {
    width: 100%;
    height: 75%;
    padding: 40px 28px;
  }
}

.privacy_policy_modal .privacy_policy_txtbox h3 {
  display: block;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 100%;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .privacy_policy_modal .privacy_policy_txtbox h3 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .privacy_policy_modal .privacy_policy_txtbox h3 {
    font-size: 24px;
  }
}

.privacy_policy_modal .privacy_policy_txtbox .privacy_policy_contents {
  width: 100%;
  height: 100%;
}

.privacy_policy_modal .privacy_policy_txtbox .privacy_policy_contents h4 {
  font-size: 20px;
  margin: 0;
  margin-top: 36px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .privacy_policy_modal .privacy_policy_txtbox .privacy_policy_contents h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .privacy_policy_modal .privacy_policy_txtbox .privacy_policy_contents h4 {
    font-size: 18px;
  }
}

.privacy_policy_modal .privacy_policy_txtbox .privacy_policy_contents p {
  font-size: 16px;
  margin: 8px 0 0 0;
  line-height: 26px;
}

.privacy_policy_modal .privacy_policy_txtbox .privacy_policy_contents div {
  width: 100%;
  height: 60px;
}

.privacy_policy_modal_show {
  opacity: 1;
  visibility: visible;
}

.submit_notice,
.link_notice {
  width: 100%;
  position: fixed;
  bottom: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 12px 0px;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(68, 68, 68, 0.7);
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .submit_notice,
  .link_notice {
    bottom: 0;
  }
}

.submit_notice p,
.link_notice p {
  display: inline-block;
  text-align: center;
}

@media (max-width: 767px) {
  .submit_notice p,
  .link_notice p {
    font-size: 14px;
  }
}

.submit_notice p br,
.link_notice p br {
  display: none;
}

@media (max-width: 767px) {
  .submit_notice p br,
  .link_notice p br {
    display: inline-block;
  }
}

.submit_notice_on {
  opacity: 1;
  visibility: visible;
}

.link_none {
  cursor: pointer;
}

.initial_mov_area {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100dvh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 300;
  -webkit-clip-path: inset(0% 0 0 0);
          clip-path: inset(0% 0 0 0);
  -webkit-filter: drop-shadow(0px 0px 20px rgba(50, 50, 50, 0.5));
          filter: drop-shadow(0px 0px 20px rgba(50, 50, 50, 0.5));
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.initial_mov_area .initial_mov_pc {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  position: relative;
  overflow: hidden;
  display: block;
}

@media (max-width: 767px) {
  .initial_mov_area .initial_mov_pc {
    display: none;
  }
}

.initial_mov_area .initial_mov_pc #initial_mov1,
.initial_mov_area .initial_mov_pc #initial_mov2 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.initial_mov_area .initial_mov_pc video:nth-of-type(2) {
  display: none;
}

.initial_mov_area .initial_mov_sp {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  /*
        #initial_mov_sp{
            width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
        */
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .initial_mov_area .initial_mov_sp {
    display: none;
  }
}

@media (min-width: 1121px) {
  .initial_mov_area .initial_mov_sp {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .initial_mov_area .initial_mov_sp {
    display: none;
  }
}

.initial_mov_area .initial_mov_sp #initial_mov_sp1,
.initial_mov_area .initial_mov_sp #initial_mov_sp2 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.initial_mov_area .initial_mov_sp video:nth-of-type(2) {
  display: none;
}

.initial_mov_off {
  -webkit-animation: initial_mov_off forwards 0.5s cubic-bezier(0.11, 0.45, 0.58, 0.9);
          animation: initial_mov_off forwards 0.5s cubic-bezier(0.11, 0.45, 0.58, 0.9);
}

@-webkit-keyframes initial_mov_off {
  0% {
    display: -webkit-box;
    display: flex;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  99% {
    display: -webkit-box;
    display: flex;
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  100% {
    display: none;
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
}

@keyframes initial_mov_off {
  0% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  99% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  100% {
    display: none;
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
}

.area_alpha {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  background-color: #333;
}

.to_opacity {
  -webkit-animation: to_opacity forwards 1s linear;
          animation: to_opacity forwards 1s linear;
}

@-webkit-keyframes to_opacity {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.4;
  }
  99% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes to_opacity {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.4;
  }
  99% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.8;
  }
}

.from_opacity {
  -webkit-animation: from_opacity forwards 1s linear;
          animation: from_opacity forwards 1s linear;
}

@-webkit-keyframes from_opacity {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}

@keyframes from_opacity {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}

.layout_wrapper {
  width: 100%;
  max-width: 1280px;
  height: 100dvh;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 6;
  pointer-events: none;
}

.container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 1280px;
  height: 100dvh;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 3;
}

/* scrollify.jsに関係する記述はここかから */
.scrollify {
  width: 100%;
  height: 100dvh !important;
}

.section01 {
  position: absolute;
  z-index: 2;
  -webkit-transform: translateY(150%) scale(1) rotate(0.0001deg);
          transform: translateY(150%) scale(1) rotate(0.0001deg);
  width: 100%;
  height: 100%;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: top;
          transform-origin: top;
}

@media (max-width: 767px) {
  .section01 {
    padding: 20px 16px 20px 16px;
  }
}

.section01 .video_area {
  background: linear-gradient(-45deg, #ff8832 0%, #ffae42 100%);
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
          box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
}

.section01 .video_area svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  height: 100%;
  mix-blend-mode: color-burn;
  opacity: 0.4;
  pointer-events: none;
}

.section01 .video_area .video_box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section01 .video_area .video_box .video_box_inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section01 .video_area .video_box .video_box_inner video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section01 .video_area .video_box .video_box_inner video:first-of-type {
  display: block;
  z-index: 2;
}

.section01 .video_area .video_box .video_box_inner video:last-of-type {
  z-index: 1;
}

.section01 .video_area .video_box .video_box_inner .video_hidden {
  display: none !important;
}

.section01 .video_area .video_box .video_box_inner_pc {
  display: block;
}

@media (max-width: 767px) {
  .section01 .video_area .video_box .video_box_inner_pc {
    display: none;
  }
}

.section01 .video_area .video_box .video_box_inner_sp {
  display: block;
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .section01 .video_area .video_box .video_box_inner_sp {
    display: none;
  }
}

@media (min-width: 1121px) {
  .section01 .video_area .video_box .video_box_inner_sp {
    display: none;
  }
}

.section01 .video_area .video_box .info {
  position: absolute;
  right: 0;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 4px 40px;
  z-index: 3;
  -webkit-box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.3);
          box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.3);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section01 .video_area .video_box .info {
    bottom: 48px;
  }
}

@media (max-width: 767px) {
  .section01 .video_area .video_box .info {
    bottom: 48px;
    padding: 4px 16px;
  }
}

.section01 .video_area .video_box .info p {
  color: #444;
  display: inline-block;
  opacity: 0.9;
  font-size: 14px;
}

.section01 .video_area .video_box .video_alpha {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(50, 50, 50, 0.5);
  z-index: 5;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.section01 .video_area .video_box .video_alpha_off {
  opacity: 0;
  visibility: hidden;
}

.section02 {
  position: absolute;
  z-index: 3;
  -webkit-transform: translateY(150%) scale(1) rotate(0.0001deg);
          transform: translateY(150%) scale(1) rotate(0.0001deg);
  width: 100%;
  height: 100%;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: top;
          transform-origin: top;
}

@media (max-width: 767px) {
  .section02 {
    padding: 20px 16px 20px 16px;
  }
}

.section02 .work_area {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 56px 32px 56px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  overflow: hidden;
  -webkit-box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
          box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area {
    padding: 88px 12px 88px 12px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section02 .work_area {
    display: none;
  }
}

@media (max-width: 767px) {
  .section02 .work_area {
    display: none;
  }
}

.section02 .work_area .work_num_box {
  position: absolute;
  top: 12px;
  left: 12px;
  overflow: hidden;
  opacity: 0.25;
  height: 212px;
}

.section02 .work_area .work_num_box .work_num_wrapper {
  -webkit-transform: translateY(-400%);
          transform: translateY(-400%);
  height: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.section02 .work_area .work_num_box .work_num_wrapper p {
  font-size: 212px;
  color: #fca03e;
  line-height: 212px;
  letter-spacing: -16px;
  font-family: "Noto Sans", "sans-serif";
  font-weight: 400 !important;
}

.section02 .work_area svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  height: 100%;
  mix-blend-mode: darken;
  opacity: 0.15;
  pointer-events: none;
}

.section02 .work_area .work_genre {
  width: 70%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(50, 50, 50, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_genre {
    width: calc(78% - 24px);
  }
}

.section02 .work_area .work_genre .work_genre_title {
  width: 119.72px;
  height: 54px;
  margin-right: 48px;
  overflow: hidden;
}

.section02 .work_area .work_genre .work_genre_title .genre_title_wrapper {
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-400%);
          transform: translateY(-400%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.section02 .work_area .work_genre .work_genre_title .genre_title_wrapper h2 {
  display: inline-block;
  text-align: left;
}

.section02 .work_area .work_genre .work_humburger_btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(-45deg, #3480f2 0%, #43a3ff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-left: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0.1px 0.1px 0.2px rgba(0, 0, 0, 0.056), 0.3px 0.3px 0.4px rgba(0, 0, 0, 0.081), 0.5px 0.5px 0.8px rgba(0, 0, 0, 0.1), 0.9px 0.9px 1.3px rgba(0, 0, 0, 0.119), 1.7px 1.7px 2.5px rgba(0, 0, 0, 0.144), 4px 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0.1px 0.1px 0.2px rgba(0, 0, 0, 0.056), 0.3px 0.3px 0.4px rgba(0, 0, 0, 0.081), 0.5px 0.5px 0.8px rgba(0, 0, 0, 0.1), 0.9px 0.9px 1.3px rgba(0, 0, 0, 0.119), 1.7px 1.7px 2.5px rgba(0, 0, 0, 0.144), 4px 4px 6px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .section02 .work_area .work_genre .work_humburger_btn {
    margin-left: 4px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_genre .work_humburger_btn {
    margin-left: 0px;
  }
}

.section02 .work_area .work_genre .work_humburger_btn .work_humburger {
  width: 60%;
  height: 32%;
  position: relative;
}

.section02 .work_area .work_genre .work_humburger_btn .work_humburger div {
  position: absolute;
  left: 50%;
  background-color: #fff;
  width: 80%;
  height: 1px;
}

.section02 .work_area .work_genre .work_humburger_btn .work_humburger div:first-of-type {
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section02 .work_area .work_genre .work_humburger_btn .work_humburger div:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section02 .work_area .work_genre .work_humburger_btn .work_humburger div:last-of-type {
  bottom: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section02 .work_area .work_genre .work_humburger_btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section02 .work_area .work_genre p {
  display: inline-block;
  font-size: 16px;
  color: #3F8CFF;
  cursor: pointer;
}

.section02 .work_area .work_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100% - 59px);
  padding-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.section02 .work_area .work_content .btn_box {
  width: 15%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .btn_box {
    width: 10%;
  }
}

.section02 .work_area .work_content .btn_box .txt_box {
  width: 100%;
  height: 22.4px;
  overflow: hidden;
  margin-top: 4px;
}

.section02 .work_area .work_content .btn_box .txt_box .txt_box_wrapper {
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-400%);
          transform: translateY(-400%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.section02 .work_area .work_content .btn_box .txt_box .txt_box_wrapper .btn_txt {
  font-size: 16px;
  color: #3F8CFF;
}

.section02 .work_area .work_content .btn_box .txt_box .txt_box_wrapper1 {
  display: block;
}

.section02 .work_area .work_content .btn_box .txt_box .txt_box_wrapper2 {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .btn_box_left {
    margin-right: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .btn_box_right {
    margin-left: 12px;
  }
}

.section02 .work_area .work_content .move_btn {
  width: 64px;
  height: 64px;
  background: linear-gradient(-45deg, #3480f2 0%, #43a3ff 100%);
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0.1px 0.1px 0.2px rgba(0, 0, 0, 0.056), 0.3px 0.3px 0.4px rgba(0, 0, 0, 0.081), 0.5px 0.5px 0.8px rgba(0, 0, 0, 0.1), 0.9px 0.9px 1.3px rgba(0, 0, 0, 0.119), 1.7px 1.7px 2.5px rgba(0, 0, 0, 0.144), 4px 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0.1px 0.1px 0.2px rgba(0, 0, 0, 0.056), 0.3px 0.3px 0.4px rgba(0, 0, 0, 0.081), 0.5px 0.5px 0.8px rgba(0, 0, 0, 0.1), 0.9px 0.9px 1.3px rgba(0, 0, 0, 0.119), 1.7px 1.7px 2.5px rgba(0, 0, 0, 0.144), 4px 4px 6px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .move_btn {
    width: 60px;
    height: 60px;
  }
}

.section02 .work_area .work_content .move_btn .arrow {
  width: 12px;
  height: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .move_btn .arrow {
    width: 10px;
    height: 10px;
  }
}

.section02 .work_area .work_content .move_btn .prev_arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  margin: 8px 0 4px 8px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .move_btn .prev_arrow {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}

.section02 .work_area .work_content .move_btn .next_arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: 8px 8px 4px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .move_btn .next_arrow {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.section02 .work_area .work_content .move_btn p {
  color: #fff;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .move_btn p {
    font-size: 12px;
  }
}

.section02 .work_area .work_content .move_btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.section02 .work_area .work_content p {
  text-align: center;
}

.section02 .work_area .work_content .thumb_ul_wrapper {
  width: 70%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .thumb_ul_wrapper {
    width: calc(78% - 24px);
  }
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li {
  width: 33.33%;
  height: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li a {
  width: 100%;
  height: 100%;
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li .img_on {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li .work_title {
  width: 100%;
  background-color: rgba(50, 50, 50, 0.5);
  padding: 4px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li .work_title p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li .work_title p {
    font-size: 14px;
  }
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_bg {
  width: 200%;
  height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-120%, -120%) rotate(45deg);
          transform: translate(-120%, -120%) rotate(45deg);
  z-index: 3;
  background-color: #333;
  opacity: 0.5;
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_bg_on {
  -webkit-animation: work_hover_bg_on forwards 0.5s cubic-bezier(0, 0.5, 0.5, 1);
          animation: work_hover_bg_on forwards 0.5s cubic-bezier(0, 0.5, 0.5, 1);
}

@-webkit-keyframes work_hover_bg_on {
  0% {
    -webkit-transform: translate(-120%, -120%) rotate(45deg);
            transform: translate(-120%, -120%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

@keyframes work_hover_bg_on {
  0% {
    -webkit-transform: translate(-120%, -120%) rotate(45deg);
            transform: translate(-120%, -120%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_bg_off {
  -webkit-animation: work_hover_bg_off forwards 0.5s cubic-bezier(0.5, 0, 1, 0.5);
          animation: work_hover_bg_off forwards 0.5s cubic-bezier(0.5, 0, 1, 0.5);
}

@-webkit-keyframes work_hover_bg_off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(20%, 20%) rotate(45deg);
            transform: translate(20%, 20%) rotate(45deg);
  }
}

@keyframes work_hover_bg_off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(20%, 20%) rotate(45deg);
            transform: translate(20%, 20%) rotate(45deg);
  }
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 12px), -50%);
          transform: translate(calc(-50% + 12px), -50%);
  z-index: 4;
  overflow: hidden;
  height: 25.2px;
  width: 100%;
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_box .work_hover_box_wrapper {
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_box .work_hover_box_wrapper p {
  color: #fff;
  font-size: 18px;
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_box .work_hover_box_wrapper .work_link_arrow {
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 12px;
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_box .work_hover_box_on {
  -webkit-animation: work_hover_box_on forwards 0.5s cubic-bezier(0, 0.5, 0.5, 1);
          animation: work_hover_box_on forwards 0.5s cubic-bezier(0, 0.5, 0.5, 1);
}

@-webkit-keyframes work_hover_box_on {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes work_hover_box_on {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_box .work_hover_box_off {
  -webkit-animation: work_hover_box_off forwards 0.5s cubic-bezier(0.5, 0, 1, 0.5);
          animation: work_hover_box_off forwards 0.5s cubic-bezier(0.5, 0, 1, 0.5);
}

@-webkit-keyframes work_hover_box_off {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes work_hover_box_off {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul .work_li_on::after {
  content: "";
  width: 100%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffae42;
  outline: solid 4px #ffae42;
  outline-offset: 6px;
  z-index: 3;
  -webkit-animation: work_li_on forwards 0.5s cubic-bezier(0, 0.5, 0.5, 1);
          animation: work_li_on forwards 0.5s cubic-bezier(0, 0.5, 0.5, 1);
}

@-webkit-keyframes work_li_on {
  0% {
    -webkit-transform: translate(-150%, -150%) rotate(-45deg);
            transform: translate(-150%, -150%) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@keyframes work_li_on {
  0% {
    -webkit-transform: translate(-150%, -150%) rotate(-45deg);
            transform: translate(-150%, -150%) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.section02 .work_area .work_content .thumb_ul_wrapper .work_thumb_ul .work_li_off::after {
  content: "";
  width: 100%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffae42;
  outline: solid 4px #ffae42;
  outline-offset: 6px;
  z-index: 5;
  -webkit-animation: work_li_off forwards 0.5s cubic-bezier(0.5, 0, 1, 0.5);
          animation: work_li_off forwards 0.5s cubic-bezier(0.5, 0, 1, 0.5);
}

@-webkit-keyframes work_li_off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(-150%, -150%) rotate(-45deg);
            transform: translate(-150%, -150%) rotate(-45deg);
  }
}

@keyframes work_li_off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(-150%, -150%) rotate(-45deg);
            transform: translate(-150%, -150%) rotate(-45deg);
  }
}

.section02 .work_area .work_content .thumb_ul_wrapper .ul_hidden {
  display: none;
}

.section02 .work_area .work_content .thumb_ul_wrapper .ul_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section02 .work_area .work_content .thumb_ul_wrapper .wrap_block {
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(-45deg, #ff8832 0%, #ffae42 100%);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.section02 .work_area .work_content .thumb_ul_wrapper .wrap_to_right {
  -webkit-animation: wrap_to_right infinite 1s cubic-bezier(0.2, 1, 0.8, 0);
          animation: wrap_to_right infinite 1s cubic-bezier(0.2, 1, 0.8, 0);
}

@-webkit-keyframes wrap_to_right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes wrap_to_right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.section02 .work_area .work_content .thumb_ul_wrapper .wrap_to_left {
  -webkit-animation: wrap_to_left infinite 1s cubic-bezier(0.2, 1, 0.8, 0);
          animation: wrap_to_left infinite 1s cubic-bezier(0.2, 1, 0.8, 0);
}

@-webkit-keyframes wrap_to_left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes wrap_to_left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.section02 .work_area .work_content .genre_modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: none;
}

.section02 .work_area .work_content .genre_modal .g_modal_bg_wrapper {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  position: relative;
  z-index: 1;
}

.section02 .work_area .work_content .genre_modal .g_modal_bg_wrapper .g_modal_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
  width: 250%;
  height: 200%;
  z-index: 1;
  background-color: rgba(90, 90, 90, 0.7);
}

.section02 .work_area .work_content .genre_modal .genre_area {
  width: 85%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0) translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
          transform: scale(0) translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .genre_modal .genre_area {
    height: 75%;
  }
}

.section02 .work_area .work_content .genre_modal .genre_area .genre_area_inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .section02 .work_area .work_content .genre_modal .genre_area .genre_area_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section02 .work_area .work_content .genre_modal .genre_area svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2);
          transform: translate(-50%, -50%) scale(2);
  height: 100%;
  mix-blend-mode: darken;
  opacity: 0.4;
  pointer-events: none;
  width: 100%;
}

.section02 .work_area .work_content .genre_modal .genre_area h2 {
  display: inline-block;
  font-size: 78px;
  color: #444;
  margin-right: 60px;
  line-height: 98px;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .genre_modal .genre_area h2 {
    font-size: 68px;
    line-height: 94px;
    margin-right: 32px;
  }
}

@media (max-width: 767px) {
  .section02 .work_area .work_content .genre_modal .genre_area h2 {
    display: block;
    font-size: 52px;
    line-height: 58px;
    text-align: center;
  }
}

.section02 .work_area .work_content .genre_modal .genre_area .g_arrow {
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .genre_modal .genre_area .g_arrow {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 767px) {
  .section02 .work_area .work_content .genre_modal .genre_area .g_arrow {
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: 0 auto;
    margin-top: 32px;
  }
}

.section02 .work_area .work_content .genre_modal .genre_area .g_ul {
  margin: 0;
  margin-left: 80px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .genre_modal .genre_area .g_ul {
    margin-left: 52px;
  }
}

@media (max-width: 767px) {
  .section02 .work_area .work_content .genre_modal .genre_area .g_ul {
    margin: 0 auto;
    margin-top: 32px;
  }
}

.section02 .work_area .work_content .genre_modal .genre_area .g_ul li:first-child {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .section02 .work_area .work_content .genre_modal .genre_area .g_ul li:first-child {
    margin-top: 4px;
  }
}

.section02 .work_area .work_content .genre_modal .genre_area .g_ul li:nth-child(n+2) {
  margin-top: 44px;
}

@media (max-width: 767px) {
  .section02 .work_area .work_content .genre_modal .genre_area .g_ul li:nth-child(n+2) {
    margin-top: 16px;
  }
}

.section02 .work_area .work_content .genre_modal .genre_area .g_ul p {
  font-size: 24px;
  text-align: left;
  cursor: pointer;
  background: linear-gradient(-45deg, #2867c5 0%, #3f99ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .genre_modal .genre_area .g_ul p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .section02 .work_area .work_content .genre_modal .genre_area .g_ul p {
    text-align: center;
    font-size: 20px;
  }
}

.section02 .work_area .work_content .genre_modal .genre_area .g_ul p:hover {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.section02 .work_area .work_content .genre_modal .g_area_shadow {
  width: 85%;
  height: 80%;
  -webkit-box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
          box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
          transform: translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
  z-index: 3;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area .work_content .genre_modal .g_area_shadow {
    height: 75%;
  }
}

.section02 .work_area_sp {
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 60px 28px 48px 28px;
  padding-bottom: 25%;
  padding-top: 13%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  overflow: hidden;
  -webkit-box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
          box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area_sp {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section02 .work_area_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 60px 48px 60px;
    padding-bottom: 10%;
    padding-top: 10%;
  }
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .section02 .work_area_sp {
    display: none;
  }
}

@media (min-width: 1121px) {
  .section02 .work_area_sp {
    display: none;
  }
}

@media (min-width: 539px) and (max-width: 767px) {
  .section02 .work_area_sp {
    padding: 60px 60px 48px 60px;
    padding-top: 40px;
    padding-bottom: 88px;
  }
}

.section02 .work_area_sp svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  height: 100%;
  mix-blend-mode: darken;
  opacity: 0.15;
  pointer-events: none;
}

.section02 .work_area_sp .work_genre {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /*
            .work_humburger_btn{
                width: 44px;
                height: 44px;
                border-radius: 999px;
                background: $sub_background_color;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-right: 12px;
                cursor: pointer;
                transform: scale(1);
                margin-left: 20px;
                transition: all 0.5s;
                box-shadow:
                0.1px 0.1px 0.2px rgba(0, 0, 0, 0.056),
                0.3px 0.3px 0.4px rgba(0, 0, 0, 0.081),
                0.5px 0.5px 0.8px rgba(0, 0, 0, 0.1),
                0.9px 0.9px 1.3px rgba(0, 0, 0, 0.119),
                1.7px 1.7px 2.5px rgba(0, 0, 0, 0.144),
                4px 4px 6px rgba(0, 0, 0, 0.2)
                ;

                @include mq('pc1'){
                    margin-left: 4px;
                }

                @include mq('tab'){
                    margin-left: 0px;
                }

                .work_humburger{
                    width: 60%;
                    height: 32%;
                    position: relative;

                    div{
                        position: absolute;
                        left: 50%;
                        background-color: #fff;
                        width: 80%;
                        height: 1px;
                    }
    
                    div:first-of-type{
                        top: 0%;
                        transform: translateX(-50%);
                    }
    
                    div:nth-of-type(2){
                        top: 50%;
                        transform: translate(-50%,-50%);
                    }
    
                    div:last-of-type{
                        bottom: 0%;
                        transform: translateX(-50%);
                    }
                }
            }

            .work_humburger_btn:hover{
                transform: scale(1.1);
            }
            */
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section02 .work_area_sp .work_genre {
    max-width: 680px;
  }
}

.section02 .work_area_sp .work_genre .work_num_box {
  position: absolute;
  overflow: hidden;
  opacity: 0.25;
  bottom: 0px;
  left: 68px;
  height: 46px;
  width: 53.96px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media (min-height: 809px) {
  .section02 .work_area_sp .work_genre .work_num_box {
    left: 60px;
    height: 60px;
    width: 71.6px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section02 .work_area_sp .work_genre .work_num_box {
    left: 60px;
    height: 76px;
    width: 91.77px;
  }
}

.section02 .work_area_sp .work_genre .work_num_box .work_num_wrapper {
  -webkit-transform: translateY(-400%);
          transform: translateY(-400%);
  height: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.section02 .work_area_sp .work_genre .work_num_box .work_num_wrapper p {
  color: #fca03e;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: -2px;
  font-family: "Noto Sans", "sans-serif";
  font-weight: 600 !important;
}

@media (min-height: 809px) {
  .section02 .work_area_sp .work_genre .work_num_box .work_num_wrapper p {
    font-size: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section02 .work_area_sp .work_genre .work_num_box .work_num_wrapper p {
    font-size: 76px;
  }
}

.section02 .work_area_sp .work_genre .work_genre_title {
  width: 82.3px;
  height: 37.13px;
  overflow: hidden;
}

@media (min-height: 809px) {
  .section02 .work_area_sp .work_genre .work_genre_title {
    width: 97.3px;
    height: 43.88px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section02 .work_area_sp .work_genre .work_genre_title {
    width: 105.3px;
    height: 47.25px;
  }
}

.section02 .work_area_sp .work_genre .work_genre_title .genre_title_wrapper {
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-400%);
          transform: translateY(-400%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.section02 .work_area_sp .work_genre .work_genre_title .genre_title_wrapper h2 {
  display: inline-block;
  text-align: left;
  font-size: 22px;
}

@media (min-height: 809px) {
  .section02 .work_area_sp .work_genre .work_genre_title .genre_title_wrapper h2 {
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section02 .work_area_sp .work_genre .work_genre_title .genre_title_wrapper h2 {
    font-size: 28px;
  }
}

.section02 .work_area_sp .work_genre p {
  display: inline-block;
  font-size: 14px;
  color: #3F8CFF;
  cursor: pointer;
}

.section02 .work_area_sp .work_content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  height: calc(100% - 14%);
  padding-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section02 .work_area_sp .work_content {
    max-width: 680px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper {
  width: 100%;
  height: 100%;
  max-height: 600px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section02 .work_area_sp .work_content .thumb_ul_wrapper {
    max-height: 900px;
  }
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li {
  width: 50%;
  height: 33.3%;
  max-height: 200px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li {
    max-height: 300px;
  }
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li a {
  width: 100%;
  height: 100%;
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li .img_on {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li .work_title {
  width: 100%;
  background-color: rgba(50, 50, 50, 0.5);
  padding: 4px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li .work_title p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_bg {
  width: 250%;
  height: 250%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-120%, -120%) rotate(45deg);
          transform: translate(-120%, -120%) rotate(45deg);
  z-index: 3;
  background-color: #333;
  opacity: 0.5;
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_bg_on {
  -webkit-animation: work_hover_bg_on forwards 0.5s cubic-bezier(0, 0.5, 0.5, 1);
          animation: work_hover_bg_on forwards 0.5s cubic-bezier(0, 0.5, 0.5, 1);
}

@keyframes work_hover_bg_on {
  0% {
    -webkit-transform: translate(-120%, -120%) rotate(45deg);
            transform: translate(-120%, -120%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_bg_off {
  -webkit-animation: work_hover_bg_off forwards 0.5s cubic-bezier(0.5, 0, 1, 0.5);
          animation: work_hover_bg_off forwards 0.5s cubic-bezier(0.5, 0, 1, 0.5);
}

@keyframes work_hover_bg_off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(20%, 20%) rotate(45deg);
            transform: translate(20%, 20%) rotate(45deg);
  }
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 12px), -50%);
          transform: translate(calc(-50% + 12px), -50%);
  z-index: 4;
  overflow: hidden;
  height: 25.2px;
  width: 100%;
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_box .work_hover_box_wrapper {
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_box .work_hover_box_wrapper p {
  color: #fff;
  font-size: 18px;
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_box .work_hover_box_wrapper .work_link_arrow {
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 12px;
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_box .work_hover_box_on {
  -webkit-animation: work_hover_box_on forwards 0.5s cubic-bezier(0, 0.5, 0.5, 1);
          animation: work_hover_box_on forwards 0.5s cubic-bezier(0, 0.5, 0.5, 1);
}

@keyframes work_hover_box_on {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul li .work_hover_box .work_hover_box_off {
  -webkit-animation: work_hover_box_off forwards 0.5s cubic-bezier(0.5, 0, 1, 0.5);
          animation: work_hover_box_off forwards 0.5s cubic-bezier(0.5, 0, 1, 0.5);
}

@keyframes work_hover_box_off {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul .work_li_on::after {
  content: "";
  width: 100%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffae42;
  outline: solid 4px #ffae42;
  outline-offset: 6px;
  z-index: 3;
  -webkit-animation: work_li_on forwards 0.5s cubic-bezier(0, 0.5, 0.5, 1);
          animation: work_li_on forwards 0.5s cubic-bezier(0, 0.5, 0.5, 1);
}

@keyframes work_li_on {
  0% {
    -webkit-transform: translate(-150%, -150%) rotate(-45deg);
            transform: translate(-150%, -150%) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .work_thumb_ul .work_li_off::after {
  content: "";
  width: 100%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffae42;
  outline: solid 4px #ffae42;
  outline-offset: 6px;
  z-index: 5;
  -webkit-animation: work_li_off forwards 0.5s cubic-bezier(0.5, 0, 1, 0.5);
          animation: work_li_off forwards 0.5s cubic-bezier(0.5, 0, 1, 0.5);
}

@keyframes work_li_off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(-150%, -150%) rotate(-45deg);
            transform: translate(-150%, -150%) rotate(-45deg);
  }
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .ul_hidden {
  display: none;
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .ul_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .wrap_block {
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(-45deg, #ff8832 0%, #ffae42 100%);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .wrap_to_right {
  -webkit-animation: wrap_to_right infinite 1s cubic-bezier(0.2, 1, 0.8, 0);
          animation: wrap_to_right infinite 1s cubic-bezier(0.2, 1, 0.8, 0);
}

@keyframes wrap_to_right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.section02 .work_area_sp .work_content .thumb_ul_wrapper .wrap_to_left {
  -webkit-animation: wrap_to_left infinite 1s cubic-bezier(0.2, 1, 0.8, 0);
          animation: wrap_to_left infinite 1s cubic-bezier(0.2, 1, 0.8, 0);
}

@keyframes wrap_to_left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.section02 .work_area_sp .work_content .btn_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box .txt_box {
  height: 19.4px;
  overflow: hidden;
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box .txt_box .txt_box_wrapper {
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-400%);
          transform: translateY(-400%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box .txt_box .txt_box_wrapper .btn_txt {
  font-size: 14px;
  color: #3F8CFF;
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box .prev_txt_box {
  margin-right: 12px;
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box .prev_txt_box p {
  text-align: right;
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box .next_txt_box {
  margin-left: 12px;
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box .next_txt_box p {
  text-align: left;
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box .move_btn {
  width: 44px;
  height: 44px;
  background: linear-gradient(-45deg, #3480f2 0%, #43a3ff 100%);
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0.1px 0.1px 0.2px rgba(0, 0, 0, 0.056), 0.3px 0.3px 0.4px rgba(0, 0, 0, 0.081), 0.5px 0.5px 0.8px rgba(0, 0, 0, 0.1), 0.9px 0.9px 1.3px rgba(0, 0, 0, 0.119), 1.7px 1.7px 2.5px rgba(0, 0, 0, 0.144), 4px 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0.1px 0.1px 0.2px rgba(0, 0, 0, 0.056), 0.3px 0.3px 0.4px rgba(0, 0, 0, 0.081), 0.5px 0.5px 0.8px rgba(0, 0, 0, 0.1), 0.9px 0.9px 1.3px rgba(0, 0, 0, 0.119), 1.7px 1.7px 2.5px rgba(0, 0, 0, 0.144), 4px 4px 6px rgba(0, 0, 0, 0.2);
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box .move_btn .arrow {
  width: 10px;
  height: 10px;
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box .move_btn .prev_arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  margin: 4px 0 4px 4px;
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box .move_btn .next_arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: 4px 4px 4px 0;
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box .move_btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box p {
  text-align: center;
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 20px;
}

.section02 .work_area_sp .work_content .btn_wrapper .btn_box_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 20px;
}

.section02 .work_area_sp .work_content .genre_modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: none;
}

.section02 .work_area_sp .work_content .genre_modal .g_modal_bg_wrapper {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  position: relative;
  z-index: 1;
}

.section02 .work_area_sp .work_content .genre_modal .g_modal_bg_wrapper .g_modal_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
  width: 250%;
  height: 200%;
  z-index: 1;
  background-color: rgba(90, 90, 90, 0.7);
}

.section02 .work_area_sp .work_content .genre_modal .genre_area {
  width: 85%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0) translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
          transform: scale(0) translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area_sp .work_content .genre_modal .genre_area {
    height: 75%;
  }
}

.section02 .work_area_sp .work_content .genre_modal .genre_area .genre_area_inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .section02 .work_area_sp .work_content .genre_modal .genre_area .genre_area_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section02 .work_area_sp .work_content .genre_modal .genre_area svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2);
          transform: translate(-50%, -50%) scale(2);
  height: 100%;
  mix-blend-mode: darken;
  opacity: 0.4;
  pointer-events: none;
  width: 100%;
}

.section02 .work_area_sp .work_content .genre_modal .genre_area h2 {
  display: inline-block;
  font-size: 78px;
  color: #444;
  margin-right: 60px;
  line-height: 98px;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area_sp .work_content .genre_modal .genre_area h2 {
    font-size: 68px;
    line-height: 94px;
    margin-right: 32px;
  }
}

@media (max-width: 767px) {
  .section02 .work_area_sp .work_content .genre_modal .genre_area h2 {
    display: block;
    font-size: 52px;
    line-height: 58px;
    margin-right: 0;
    text-align: center;
  }
}

.section02 .work_area_sp .work_content .genre_modal .genre_area .g_arrow {
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area_sp .work_content .genre_modal .genre_area .g_arrow {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 767px) {
  .section02 .work_area_sp .work_content .genre_modal .genre_area .g_arrow {
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: 0 auto;
    margin-top: 28px;
  }
}

.section02 .work_area_sp .work_content .genre_modal .genre_area .g_ul {
  margin: 0;
  margin-left: 80px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area_sp .work_content .genre_modal .genre_area .g_ul {
    margin-left: 52px;
  }
}

@media (max-width: 767px) {
  .section02 .work_area_sp .work_content .genre_modal .genre_area .g_ul {
    margin: 0 auto;
    margin-top: 32px;
  }
}

.section02 .work_area_sp .work_content .genre_modal .genre_area .g_ul li:first-child {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .section02 .work_area_sp .work_content .genre_modal .genre_area .g_ul li:first-child {
    margin-top: 4px;
  }
}

.section02 .work_area_sp .work_content .genre_modal .genre_area .g_ul li:nth-child(n+2) {
  margin-top: 44px;
}

@media (max-width: 767px) {
  .section02 .work_area_sp .work_content .genre_modal .genre_area .g_ul li:nth-child(n+2) {
    margin-top: 16px;
  }
}

.section02 .work_area_sp .work_content .genre_modal .genre_area .g_ul p {
  font-size: 24px;
  text-align: left;
  cursor: pointer;
  background: linear-gradient(-45deg, #2867c5 0%, #3f99ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area_sp .work_content .genre_modal .genre_area .g_ul p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .section02 .work_area_sp .work_content .genre_modal .genre_area .g_ul p {
    text-align: center;
    font-size: 20px;
  }
}

.section02 .work_area_sp .work_content .genre_modal .genre_area .g_ul p:hover {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.section02 .work_area_sp .work_content .genre_modal .g_area_shadow {
  width: 85%;
  height: 80%;
  -webkit-box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
          box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
          transform: translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section02 .work_area_sp .work_content .genre_modal .g_area_shadow {
    height: 75%;
  }
}

.section03 {
  position: absolute;
  z-index: 4;
  -webkit-transform: translateY(150%) scale(1) rotate(0.0001deg);
          transform: translateY(150%) scale(1) rotate(0.0001deg);
  width: 100%;
  height: 100%;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: top;
          transform-origin: top;
}

@media (max-width: 767px) {
  .section03 {
    padding: 20px 16px 20px 16px;
  }
}

.section03 .skill_area {
  background: linear-gradient(-45deg, #ff8832 0%, #ffae42 100%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 120px 80px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  position: relative;
  -webkit-box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
          box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .section03 .skill_area {
    padding: 88px 80px 88px 80px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section03 .skill_area {
    padding: 92px 64px 92px 64px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section03 .skill_area {
    padding: 80px 72px 80px 72px;
    padding-bottom: 20%;
    padding-top: 20%;
  }
}

@media (max-width: 767px) {
  .section03 .skill_area {
    display: none;
  }
}

.section03 .skill_area .noise_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  mix-blend-mode: color-burn;
  pointer-events: none;
}

.section03 .skill_area .noise_wrapper svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  height: 100%;
  opacity: 0.4;
  pointer-events: none;
}

.section03 .skill_area li:nth-child(3) {
  margin-right: 60px;
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .section03 .skill_area li:nth-child(3) {
    margin-right: 52px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section03 .skill_area li:nth-child(3) {
    margin-right: 48px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section03 .skill_area li:nth-child(3) {
    margin-right: 60px;
  }
}

.section03 .skill_area li:nth-child(5) {
  margin-right: 60px;
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .section03 .skill_area li:nth-child(5) {
    margin-right: 52px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section03 .skill_area li:nth-child(5) {
    margin-right: 48px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section03 .skill_area li:nth-child(5) {
    margin-right: 60px;
  }
}

.section03 .skill_area li:nth-child(n+5) {
  margin-top: 60px;
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .section03 .skill_area li:nth-child(n+5) {
    margin-top: 52px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section03 .skill_area li:nth-child(n+5) {
    margin-top: 48px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section03 .skill_area li:nth-child(n+5) {
    margin-top: 60px;
  }
}

.section03 .skill_area li {
  width: calc(50% - 32px);
  height: calc(50% - 32px);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .section03 .skill_area li {
    height: calc(50% - 28px);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section03 .skill_area li {
    width: calc(50% - 26px);
    height: calc(50% - 26px);
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section03 .skill_area li {
    width: calc(50% - 32px);
    height: calc(50% - 32px);
  }
}

.section03 .skill_area li .intro_box {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  color: #444;
  height: calc(100% - 84.79px);
  padding: 0px 16px 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.section03 .skill_area li .intro_box .intro_box_num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-50%, -50%);
  padding: 8px 24px;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  z-index: 27;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.section03 .skill_area li .intro_box .intro_box_num p {
  font-size: 18px;
  color: #ea5a00;
  line-height: 1em;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  font-weight: 600 !important;
  font-family: "Noto Sans", "sans-serif";
}

.section03 .skill_area li .intro_box .intro_box_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
  margin-top: 8px;
  position: relative;
}

.section03 .skill_area li .intro_box .intro_box_title i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  margin-right: 8px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section03 .skill_area li .intro_box .intro_box_title i {
    font-size: 28px;
  }
}

.section03 .skill_area li .intro_box .intro_box_title h2 {
  text-align: center;
  font-size: 24px;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section03 .skill_area li .intro_box .intro_box_title h2 {
    font-size: 20px;
  }
}

.section03 .skill_area li .intro_box p {
  text-align: center;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section03 .skill_area li .intro_box p {
    font-size: 14px;
  }
}

.section03 .skill_area li .tool_box {
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0px 20px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section03 .skill_area li .tool_box p {
  display: inline-block;
  font-size: 16px;
  opacity: 0.9;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section03 .skill_area li .tool_box p {
    font-size: 14px;
  }
}

.section03 .skill_area li .tool_box p span {
  font-size: 12px;
}

.section03 .skill_area li .tool_box p:first-of-type {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 4px;
}

.section03 .skill_area_sp {
  background: linear-gradient(-45deg, #ff8832 0%, #ffae42 100%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 60px 28px 124px 28px;
  padding-top: 16%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  position: relative;
  -webkit-box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
          box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section03 .skill_area_sp {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .section03 .skill_area_sp {
    display: none;
  }
}

@media (min-width: 1121px) {
  .section03 .skill_area_sp {
    display: none;
  }
}

@media (min-height: 809px) {
  .section03 .skill_area_sp {
    padding-top: 10%;
  }
}

@media (min-width: 539px) and (max-width: 767px) {
  .section03 .skill_area_sp {
    padding: 60px 80px 124px 80px;
  }
}

.section03 .skill_area_sp .noise_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  mix-blend-mode: color-burn;
  pointer-events: none;
}

.section03 .skill_area_sp .noise_wrapper svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  height: 100%;
  opacity: 0.4;
  pointer-events: none;
}

.section03 .skill_area_sp li:nth-of-type(n+3) {
  margin: 0 auto;
  padding-top: 6%;
  padding-bottom: 6%;
}

@media (min-height: 809px) {
  .section03 .skill_area_sp li:nth-of-type(n+3) {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

@media (min-width: 439px) and (max-width: 767px) {
  .section03 .skill_area_sp li:nth-of-type(n+3) {
    padding-top: 8%;
    padding-bottom: 8%;
  }
}

@media (min-width: 539px) and (max-width: 767px) {
  .section03 .skill_area_sp li:nth-of-type(n+3) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section03 .skill_area_sp li:nth-of-type(n+4) {
  border-top: 1px solid #fff;
}

.section03 .skill_area_sp li:nth-of-type(3) {
  padding-top: 0;
}

.section03 .skill_area_sp li:nth-of-type(6) {
  padding-bottom: 0;
}

.section03 .skill_area_sp li:nth-of-type(n+3) {
  width: 100%;
  color: #fff;
  position: relative;
}

.section03 .skill_area_sp li:nth-of-type(n+3) .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section03 .skill_area_sp li:nth-of-type(n+3) .title_box .skill_num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 8px 12px;
  font-size: 18px;
  color: #ea5a00;
  line-height: 1em;
  font-weight: 600 !important;
  font-family: "Noto Sans", sans-serif;
  display: inline-block;
  margin: 0;
  margin-right: 16px;
}

.section03 .skill_area_sp li:nth-of-type(n+3) .title_box i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  margin-right: 8px;
}

@media (min-height: 809px) {
  .section03 .skill_area_sp li:nth-of-type(n+3) .title_box i {
    font-size: 28px;
  }
}

.section03 .skill_area_sp li:nth-of-type(n+3) .title_box h2 {
  font-size: 20px;
  display: inline-block;
}

@media (min-height: 809px) {
  .section03 .skill_area_sp li:nth-of-type(n+3) .title_box h2 {
    font-size: 24px;
  }
}

.section03 .skill_area_sp li:nth-of-type(n+3) p {
  font-size: 14px;
  margin-top: 8px;
  max-width: 390px;
}

@media (min-height: 809px) {
  .section03 .skill_area_sp li:nth-of-type(n+3) p {
    font-size: 16px;
  }
}

.section03 .skill_area_sp li:nth-of-type(n+3) .num {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  opacity: 0.5;
}

@media (min-height: 809px) {
  .section03 .skill_area_sp li:nth-of-type(n+3) .num {
    padding: 20px;
  }
}

.section03 .skill_area_sp li:nth-of-type(n+3) .num p {
  font-size: 40px;
  color: #ff961e;
  line-height: 1em;
  width: 48px;
  text-align: center;
}

@media (min-height: 809px) {
  .section03 .skill_area_sp li:nth-of-type(n+3) .num p {
    font-size: 64px;
    width: 72px;
  }
}

.section03 .skill_area_sp li:nth-of-type(n+3) .first_num {
  -webkit-transform: translate(0, calc(-50% - 8px));
          transform: translate(0, calc(-50% - 8px));
}

@media (min-height: 809px) {
  .section03 .skill_area_sp li:nth-of-type(n+3) .first_num {
    -webkit-transform: translate(0, calc(-50% - 16%));
            transform: translate(0, calc(-50% - 16%));
  }
}

@media (min-width: 539px) and (max-width: 767px) {
  .section03 .skill_area_sp li:nth-of-type(n+3) .first_num {
    -webkit-transform: translate(0, calc(-50% - 20px));
            transform: translate(0, calc(-50% - 20px));
  }
}

.section03 .skill_area_sp li:nth-of-type(n+3) .last_num {
  -webkit-transform: translate(0, calc(-50% + 8px));
          transform: translate(0, calc(-50% + 8px));
}

@media (min-height: 809px) {
  .section03 .skill_area_sp li:nth-of-type(n+3) .last_num {
    -webkit-transform: translate(0, calc(-50% + 16%));
            transform: translate(0, calc(-50% + 16%));
  }
}

@media (min-width: 539px) and (max-width: 767px) {
  .section03 .skill_area_sp li:nth-of-type(n+3) .last_num {
    -webkit-transform: translate(0, calc(-50% + 20px));
            transform: translate(0, calc(-50% + 20px));
  }
}

.section03 .skill_area_sp .last_li {
  position: relative;
}

.section03 .skill_area_sp .last_li .tool_acordion {
  position: absolute !important;
  bottom: -78%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 56px);
  background-color: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding-top: 16px;
  padding-bottom: 16px;
  padding: 16px 28px 16px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  -webkit-box-shadow: 0.3px 0.3px 0.9px rgba(0, 0, 0, 0.035), 0.8px 0.8px 2.5px rgba(0, 0, 0, 0.05), 1.8px 1.8px 6px rgba(0, 0, 0, 0.065), 6px 6px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0.3px 0.3px 0.9px rgba(0, 0, 0, 0.035), 0.8px 0.8px 2.5px rgba(0, 0, 0, 0.05), 1.8px 1.8px 6px rgba(0, 0, 0, 0.065), 6px 6px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 539px) and (max-width: 767px) {
  .section03 .skill_area_sp .last_li .tool_acordion {
    padding: 16px 80px 16px 80px;
    width: calc(100% + 160px);
  }
}

.section03 .skill_area_sp .last_li .tool_acordion p {
  display: inline-block;
  color: #444;
  font-size: 14px;
  line-height: 100%;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin-top: 0 !important;
}

.section03 .skill_area_sp .last_li .tool_acordion .toggle_icon {
  width: 16px;
  height: 16px;
  position: relative;
  overflow: hidden;
}

.section03 .skill_area_sp .last_li .tool_acordion .toggle_icon div {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #444;
}

.section03 .skill_area_sp .last_li .tool_acordion .toggle_icon div:first-of-type {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section03 .skill_area_sp .last_li .tool_acordion .toggle_icon div:last-of-type {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.8s cubic-bezier(0.38, 0.16, 0.16, 1);
  transition: all 0.8s cubic-bezier(0.38, 0.16, 0.16, 1);
}

.section03 .skill_area_sp .last_li .tool_acordion .toggle_icon .toggle_icon_change {
  -webkit-transform: translateY(-20px) rotate(90deg) !important;
          transform: translateY(-20px) rotate(90deg) !important;
}

.section03 .skill_area_sp .last_li .tool_acordion_back {
  position: absolute !important;
  bottom: -78%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 56px);
  border: none !important;
  height: 542px;
  padding: 0 !important;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}

.section03 .skill_area_sp .last_li .tool_acordion_back .tool_acordion_wrapper {
  width: calc(100% - 32px);
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.8s cubic-bezier(0.38, 0.16, 0.16, 1);
  transition: all 0.8s cubic-bezier(0.38, 0.16, 0.16, 1);
}

.section03 .skill_area_sp .last_li .tool_acordion_back .tool_acordion_wrapper .acordion_list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-box-shadow: 0.2px 0.2px 0.5px rgba(0, 0, 0, 0.087), 0.5px 0.5px 1.5px rgba(0, 0, 0, 0.125), 1.2px 1.2px 3.6px rgba(0, 0, 0, 0.163), 4px 4px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0.2px 0.2px 0.5px rgba(0, 0, 0, 0.087), 0.5px 0.5px 1.5px rgba(0, 0, 0, 0.125), 1.2px 1.2px 3.6px rgba(0, 0, 0, 0.163), 4px 4px 12px rgba(0, 0, 0, 0.25);
}

.section03 .skill_area_sp .last_li .tool_acordion_back .tool_acordion_wrapper .acordion_list .list_box {
  width: 100%;
  color: #444;
  padding: 48px 0 68px 0;
}

.section03 .skill_area_sp .last_li .tool_acordion_back .tool_acordion_wrapper .acordion_list .list_box .acordion_title {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 16px;
  background: linear-gradient(-45deg, #ff8832 0%, #ffae42 100%);
  padding: 8px 0 4px 0;
}

.section03 .skill_area_sp .last_li .tool_acordion_back .tool_acordion_wrapper .acordion_list .list_box .acordion_title h2 {
  font-size: 24px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}

.section03 .skill_area_sp .last_li .tool_acordion_back .tool_acordion_wrapper .acordion_list .list_box .acordion_title p {
  font-size: 12px;
  opacity: 0.6;
  text-align: center;
  color: #fff;
  max-width: none;
}

.section03 .skill_area_sp .last_li .tool_acordion_back .tool_acordion_wrapper .acordion_list .list_box p {
  font-size: 16px;
  text-align: center;
  width: 100%;
  line-height: 1.6em;
  max-width: none;
}

.section03 .skill_area_sp .last_li .tool_acordion_back .tool_acordion_wrapper .acordion_list .list_box:first-of-type {
  padding-bottom: 24px;
}

.section03 .skill_area_sp .last_li .tool_acordion_back .tool_acordion_wrapper .acordion_list .list_box:last-of-type {
  padding-top: 24px;
}

.section03 .skill_area_sp .last_li .tool_acordion_back .tool_acordion_show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.section03 .skill_area_sp .tool_acordion_alpha {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-150%, -150%) rotate(45deg);
          transform: translate(-150%, -150%) rotate(45deg);
  width: 220% !important;
  border: none !important;
  height: 130%;
  padding: 0 !important;
  pointer-events: none;
  z-index: 1;
  background-color: rgba(60, 60, 60, 0.5);
}

.section03 .skill_area_sp .tool_acordion_alpha_on {
  -webkit-animation: tool_acordion_alpha_on forwards 0.8s cubic-bezier(0, 0.4, 0.6, 1);
          animation: tool_acordion_alpha_on forwards 0.8s cubic-bezier(0, 0.4, 0.6, 1);
}

@-webkit-keyframes tool_acordion_alpha_on {
  0% {
    -webkit-transform: translate(-150%, -150%) rotate(45deg);
            transform: translate(-150%, -150%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

@keyframes tool_acordion_alpha_on {
  0% {
    -webkit-transform: translate(-150%, -150%) rotate(45deg);
            transform: translate(-150%, -150%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

.section03 .skill_area_sp .tool_acordion_alpha_off {
  -webkit-animation: tool_acordion_alpha_off forwards 0.5s cubic-bezier(0.4, 0, 1, 0.6);
          animation: tool_acordion_alpha_off forwards 0.5s cubic-bezier(0.4, 0, 1, 0.6);
}

@-webkit-keyframes tool_acordion_alpha_off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(50%, 50%) rotate(45deg);
            transform: translate(50%, 50%) rotate(45deg);
  }
}

@keyframes tool_acordion_alpha_off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(50%, 50%) rotate(45deg);
            transform: translate(50%, 50%) rotate(45deg);
  }
}

.section04 {
  position: absolute;
  z-index: 5;
  -webkit-transform: translateY(150%) scale(1) rotate(0.0001deg);
          transform: translateY(150%) scale(1) rotate(0.0001deg);
  width: 100%;
  height: 100%;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: top;
          transform-origin: top;
}

@media (max-width: 767px) {
  .section04 {
    padding: 20px 16px 20px 16px;
  }
}

.section04 .profile_area {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
          box-shadow: 2.3px 2.3px 1.6px rgba(0, 0, 0, 0.04), 6.2px 6.2px 4.6px rgba(0, 0, 0, 0.058), 11.1px 11.1px 8.9px rgba(0, 0, 0, 0.072), 17.4px 17.4px 15.2px rgba(0, 0, 0, 0.09), 31px 31px 32px rgba(0, 0, 0, 0.13);
}

.section04 .profile_area svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  height: 100%;
  mix-blend-mode: darken;
  opacity: 0.15;
  pointer-events: none;
}

.section04 .profile_area .prof_contents {
  width: 100%;
  height: 100%;
  padding: 60px 60px 60px 188px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: block;
  /*
            img{
                height: 100%;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
            }
            */
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section04 .profile_area .prof_contents {
    display: none;
  }
}

@media (max-width: 767px) {
  .section04 .profile_area .prof_contents {
    display: none;
  }
}

.section04 .profile_area .prof_contents picture {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.section04 .profile_area .prof_contents img {
  height: 100%;
}

.section04 .profile_area .prof_contents .prof_txt_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 60px 40px 60px;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .section04 .profile_area .prof_contents .prof_txt_box {
    width: 55%;
    padding: 40px;
  }
}

.section04 .profile_area .prof_contents .prof_txt_box .name_box {
  padding: 4px 20px;
  background: linear-gradient(-45deg, #ff8832 0%, #ffae42 100%);
}

.section04 .profile_area .prof_contents .prof_txt_box .name_box h2 {
  color: #fff;
  display: inline-block;
}

.section04 .profile_area .prof_contents .prof_txt_box ul {
  width: 100%;
  margin: 0;
  padding: 44px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(68, 68, 68, 0.5);
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .section04 .profile_area .prof_contents .prof_txt_box ul {
    padding: 32px 20px;
  }
}

.section04 .profile_area .prof_contents .prof_txt_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section04 .profile_area .prof_contents .prof_txt_box ul li p {
  display: inline-block;
}

.section04 .profile_area .prof_contents .prof_txt_box ul li .intro_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section04 .profile_area .prof_contents .prof_txt_box ul li .intro_block .polygon {
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #444;
  margin-right: 8px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.section04 .profile_area .prof_contents .prof_txt_box ul li .intro_block p {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.section04 .profile_area .prof_contents .prof_txt_box ul li .intro_block .line {
  width: 32px;
  height: 1px;
  margin: 0 8px;
  background-color: #444;
  opacity: 0.5;
}

.section04 .profile_area .prof_contents .prof_txt_box ul li .intro_block .line:first-of-type {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.section04 .profile_area .prof_contents .prof_txt_box ul li .intro_block .line:last-of-type {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.section04 .profile_area .prof_contents .prof_txt_box ul li .intro_block2 {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.section04 .profile_area .prof_contents .prof_txt_box ul li div:last-of-type {
  width: calc(100% - (12px + 8px + 32px + 16px + 32px));
}

.section04 .profile_area .prof_contents .prof_txt_box ul li:nth-of-type(n+2) {
  margin-top: 16px;
}

.section04 .profile_area .prof_contents .prof_txt_box .prof_lower {
  width: 100%;
  margin-top: 44px;
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .section04 .profile_area .prof_contents .prof_txt_box .prof_lower {
    margin-top: 32px;
  }
}

.section04 .profile_area .prof_contents .prof_txt_box .prof_lower p {
  padding: 0 20px;
}

.section04 .profile_area .prof_contents_tab {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  /*
            img{
                height: 105%;
                display: block;
                position: absolute;
                top: -5%;
                left: -9%;
                z-index: 1;
            }
            */
}

@media (max-width: 767px) {
  .section04 .profile_area .prof_contents_tab {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .section04 .profile_area .prof_contents_tab {
    display: none;
  }
}

@media (min-width: 1121px) {
  .section04 .profile_area .prof_contents_tab {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section04 .profile_area .prof_contents_tab {
    display: none;
  }
}

.section04 .profile_area .prof_contents_tab picture {
  height: 105%;
  display: block;
  position: absolute;
  top: -5%;
  left: -9%;
  z-index: 1;
}

.section04 .profile_area .prof_contents_tab img {
  height: 100%;
}

.section04 .profile_area .prof_contents_tab .prof_txt_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-clip-path: polygon(57% 0, 100% 0, 100% 100%, 30% 100%);
          clip-path: polygon(57% 0, 100% 0, 100% 100%, 30% 100%);
}

@media (min-width: 860px) and (max-width: 1024px) {
  .section04 .profile_area .prof_contents_tab .prof_txt_bg {
    -webkit-clip-path: polygon(59% 0, 100% 0, 100% 100%, 29% 100%);
            clip-path: polygon(59% 0, 100% 0, 100% 100%, 29% 100%);
  }
}

.section04 .profile_area .prof_contents_tab .prof_txt_box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 32px 48px 0px;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section04 .profile_area .prof_contents_tab .prof_txt_box .name_box {
  padding: 4px 20px;
  background: linear-gradient(-45deg, #ff8832 0%, #ffae42 100%);
}

.section04 .profile_area .prof_contents_tab .prof_txt_box .name_box h2 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
}

.section04 .profile_area .prof_contents_tab .prof_txt_box ul {
  width: 100%;
  margin: 0;
  padding: 24px 20px 24px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(68, 68, 68, 0.5);
}

.section04 .profile_area .prof_contents_tab .prof_txt_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section04 .profile_area .prof_contents_tab .prof_txt_box ul li p {
  display: inline-block;
  font-size: 14px;
}

.section04 .profile_area .prof_contents_tab .prof_txt_box ul li .intro_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}

.section04 .profile_area .prof_contents_tab .prof_txt_box ul li .intro_block .polygon {
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #444;
  margin-right: 8px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.section04 .profile_area .prof_contents_tab .prof_txt_box ul li .intro_block p {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.section04 .profile_area .prof_contents_tab .prof_txt_box ul li .intro_block2 {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.section04 .profile_area .prof_contents_tab .prof_txt_box ul li div:last-of-type {
  width: calc(100% - (12px + 8px + 28px + 16px + 0px));
}

.section04 .profile_area .prof_contents_tab .prof_txt_box ul li:first-of-type div:last-of-type p {
  -webkit-transform: translateY(-2.5px);
          transform: translateY(-2.5px);
}

.section04 .profile_area .prof_contents_tab .prof_txt_box ul li:nth-of-type(2) div:last-of-type p {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.section04 .profile_area .prof_contents_tab .prof_txt_box ul li:last-of-type div:last-of-type p {
  -webkit-transform: translateY(-2.5px);
          transform: translateY(-2.5px);
}

.section04 .profile_area .prof_contents_tab .prof_txt_box ul li:nth-of-type(n+2) {
  margin-top: 20px;
}

.section04 .profile_area .prof_contents_tab .prof_txt_box .prof_lower {
  width: 100%;
  margin-top: 24px;
}

.section04 .profile_area .prof_contents_tab .prof_txt_box .prof_lower p {
  padding: 0 20px;
  font-size: 14px;
}

.section04 .profile_area .prof_contents_sp {
  width: 100%;
  height: 100%;
  padding: 20px 16px 20px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: block;
  /*
            img{
                height: 100%;
                display: block;
                position: absolute;
                top: -7%;
                left: -7%;
                z-index: 1;
            }
            */
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section04 .profile_area .prof_contents_sp {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section04 .profile_area .prof_contents_sp {
    display: block;
  }
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .section04 .profile_area .prof_contents_sp {
    display: none;
  }
}

@media (min-width: 1121px) {
  .section04 .profile_area .prof_contents_sp {
    display: none;
  }
}

.section04 .profile_area .prof_contents_sp picture {
  height: 100%;
  display: block;
  position: absolute;
  top: -6%;
  left: -7%;
  z-index: 1;
}

@media (min-height: 809px) {
  .section04 .profile_area .prof_contents_sp picture {
    top: -6%;
    left: -12%;
  }
}

@media (min-width: 539px) and (max-width: 767px) {
  .section04 .profile_area .prof_contents_sp picture {
    top: -6%;
    left: 0%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section04 .profile_area .prof_contents_sp picture {
    top: -6%;
    left: 0%;
    height: auto;
    width: 100%;
  }
}

.section04 .profile_area .prof_contents_sp picture img {
  height: 90%;
}

@media (min-height: 809px) {
  .section04 .profile_area .prof_contents_sp picture img {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section04 .profile_area .prof_contents_sp picture img {
    width: 100%;
    height: auto;
  }
}

.section04 .profile_area .prof_contents_sp .prof_txt_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  padding-bottom: 52px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

@media (min-width: 539px) and (max-width: 767px) {
  .section04 .profile_area .prof_contents_sp .prof_txt_box {
    padding: 80px;
    padding-top: 40px;
    padding-bottom: 68px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section04 .profile_area .prof_contents_sp .prof_txt_box {
    padding: 10%;
    padding-bottom: 12%;
  }
}

.section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper .name_box {
  position: absolute;
  top: -96px;
  right: -75px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 4px 20px;
  background: linear-gradient(-45deg, #ff8832 0%, #ffae42 100%);
}

@media (min-height: 809px) {
  .section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper .name_box {
    top: -136px;
    right: -108px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper .name_box {
    top: -160px;
  }
}

.section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper .name_box h2 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
}

@media (min-height: 809px) {
  .section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper .name_box h2 {
    font-size: 28px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper .name_box h2 {
    font-size: 32px;
  }
}

.section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper ul {
  width: 100%;
  margin: 0;
  padding-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(68, 68, 68, 0.5);
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper ul {
    padding-bottom: 20px;
  }
}

.section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper ul li p {
  display: inline-block;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper ul li p {
    font-size: 16px;
  }
}

.section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper ul li .intro_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper ul li .intro_block .polygon {
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #444;
  margin-right: 8px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin-left: 0 !important;
}

.section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper ul li .intro_block p {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper ul li .intro_block2 {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper ul li div:last-of-type {
  width: calc(100% - (12px + 8px + 40px));
  margin-left: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper ul li div:last-of-type {
    margin-left: 16px;
    width: calc(100% - (12px + 8px + 48px));
  }
}

.section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper ul li:nth-of-type(n+2) {
  margin-top: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper ul li:nth-of-type(n+2) {
    margin-top: 16px;
  }
}

.section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper .prof_lower {
  width: 100%;
  margin-top: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 951px) {
  .section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper .prof_lower {
    margin-top: 20px;
  }
}

.section04 .profile_area .prof_contents_sp .prof_txt_box .prof_txt_box_wrapper .prof_lower p {
  font-size: 14px;
}

.footer {
  position: absolute;
  bottom: 30px;
  right: 60px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 15;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer {
    display: none;
  }
}

.footer a {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 12px rgba(90, 90, 90, 0.4);
          box-shadow: 0px 0px 12px rgba(90, 90, 90, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: auto;
}

.footer a i {
  font-size: 20px;
}

.footer a:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.footer a:nth-of-type(2) {
  margin: 0 28px 0 16px;
  /*
        @include mq('tab'){
            margin: 0;
            margin-top: 16px;
        }
        */
  /*
        i{
            @include mq('tab'){
                font-size: 22px;
            }
        }
        */
}

.footer small {
  display: inline-block;
  font-weight: 300;
}

.footer_tab {
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 15;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .footer_tab {
    display: none;
  }
}

@media (min-width: 1121px) {
  .footer_tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer_tab {
    display: none;
  }
}

.footer_tab div {
  height: 175.95px;
  position: relative;
}

.footer_tab div small {
  display: inline-block;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  width: 175.95px;
}

.footer_tab a {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 12px rgba(90, 90, 90, 0.4);
          box-shadow: 0px 0px 12px rgba(90, 90, 90, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: auto;
  margin-top: 16px;
}

.footer_tab a i {
  font-size: 20px;
}

.footer_tab a:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.footer_tab a:nth-of-type(2) {
  margin: 0;
  margin-top: 16px;
}

.footer_tab a:nth-of-type(2) i {
  font-size: 22px;
}

.dummy_container {
  width: 100vw;
  max-width: 1280px;
}

.dummy_container section {
  height: 100dvh !important;
}

.bg_show {
  -webkit-animation: modal_bg_show forwards 1s cubic-bezier(0.08, 0.34, 0.58, 1);
          animation: modal_bg_show forwards 1s cubic-bezier(0.08, 0.34, 0.58, 1);
}

@-webkit-keyframes modal_bg_show {
  0% {
    -webkit-transform: translate(-50%, -200%);
            transform: translate(-50%, -200%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes modal_bg_show {
  0% {
    -webkit-transform: translate(-50%, -200%);
            transform: translate(-50%, -200%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.bg_hidden {
  -webkit-animation: modal_bg_hidden forwards 1s cubic-bezier(0.42, 0, 0.92, 0.66);
          animation: modal_bg_hidden forwards 1s cubic-bezier(0.42, 0, 0.92, 0.66);
}

@-webkit-keyframes modal_bg_hidden {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}

@keyframes modal_bg_hidden {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}

.form_show {
  -webkit-animation: contact_modal_show forwards 1s cubic-bezier(0.75, 0, 0.25, 1);
          animation: contact_modal_show forwards 1s cubic-bezier(0.75, 0, 0.25, 1);
  /*
    @include mq('sp'){
        animation: contact_modal_show_sp forwards 1s cubic-bezier(.75,0,.25,1);

        @keyframes contact_modal_show_sp{
            0%{
                transform: translate(-50%,-50%) rotateY(90deg) rotateZ(90deg);
            }
            100%{
                transform: translate(-50%,-50%) rotateY(0deg) rotateZ(0deg);
            }
        }
    }
    */
}

@-webkit-keyframes contact_modal_show {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
            transform: translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
  }
}

@keyframes contact_modal_show {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
            transform: translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
  }
}

.form_hidden {
  -webkit-animation: contact_modal_hidden forwards 1s cubic-bezier(0.75, 0, 0.25, 1);
          animation: contact_modal_hidden forwards 1s cubic-bezier(0.75, 0, 0.25, 1);
  /*
    @include mq('sp'){
        animation: contact_modal_hidden_sp forwards 1s cubic-bezier(.75,0,.25,1);

        @keyframes contact_modal_hidden_sp{
            0%{
                transform: translate(-50%,-50%) rotateY(0deg) rotateZ(0deg);
            }
            100%{
                transform: translate(-50%,-50%) rotateY(-90deg) rotateZ(-90deg);
            }
        }
    }
    */
}

@-webkit-keyframes contact_modal_hidden {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(-90deg) rotateZ(-90deg);
            transform: translate(-50%, -50%) rotateY(-90deg) rotateZ(-90deg);
  }
}

@keyframes contact_modal_hidden {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(-90deg) rotateZ(-90deg);
            transform: translate(-50%, -50%) rotateY(-90deg) rotateZ(-90deg);
  }
}

.shadow_on {
  -webkit-animation: shadow_on_tr forwards 1s cubic-bezier(0.75, 0, 0.25, 1), shadow_on_op forwards 1s cubic-bezier(0.4, 0, 1, 0.6);
          animation: shadow_on_tr forwards 1s cubic-bezier(0.75, 0, 0.25, 1), shadow_on_op forwards 1s cubic-bezier(0.4, 0, 1, 0.6);
}

@-webkit-keyframes shadow_on_tr {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
            transform: translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
  }
}

@keyframes shadow_on_tr {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
            transform: translate(-50%, -50%) rotateY(90deg) rotateZ(90deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
  }
}

@-webkit-keyframes shadow_on_op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes shadow_on_op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.shadow_off {
  -webkit-animation: shadow_off_tr forwards 1s cubic-bezier(0.75, 0, 0.25, 1), shadow_off_op forwards 0.3s linear;
          animation: shadow_off_tr forwards 1s cubic-bezier(0.75, 0, 0.25, 1), shadow_off_op forwards 0.3s linear;
}

@-webkit-keyframes shadow_off_tr {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(-90deg) rotateZ(-90deg);
            transform: translate(-50%, -50%) rotateY(-90deg) rotateZ(-90deg);
  }
}

@keyframes shadow_off_tr {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(-90deg) rotateZ(-90deg);
            transform: translate(-50%, -50%) rotateY(-90deg) rotateZ(-90deg);
  }
}

@-webkit-keyframes shadow_off_op {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes shadow_off_op {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.shadow_visible {
  visibility: visible !important;
}

.shadow_invisible {
  visibility: hidden !important;
}

/*
.contact_button{
    position: absolute;
    left: 16px;
    top: 40px;
    width: 20%;
    max-width: 228px;
    min-width: 224px;
    padding: 12px 40px;
    box-sizing: border-box;
    background: $sub_background_color;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    z-index: 6;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.5s;
    box-shadow:
    0.4px 0.4px 1.6px rgba(0, 0, 0, 0.062),
    1.2px 1.2px 4.6px rgba(0, 0, 0, 0.089),
    2.1px 2.1px 8.9px rgba(0, 0, 0, 0.111),
    3.4px 3.4px 15.2px rgba(0, 0, 0, 0.138),
    6px 6px 32px rgba(0, 0, 0, 0.2);

    @include mq('sp'){
        display: none;
    }
}
*/
.contact_button {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(-45deg, #3480f2 0%, #43a3ff 100%);
  display: inline-block;
  text-align: center;
  color: #fff;
  z-index: 6;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0.4px 0.4px 1.6px rgba(0, 0, 0, 0.062), 1.2px 1.2px 4.6px rgba(0, 0, 0, 0.089), 2.1px 2.1px 8.9px rgba(0, 0, 0, 0.111), 3.4px 3.4px 15.2px rgba(0, 0, 0, 0.138), 6px 6px 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0.4px 0.4px 1.6px rgba(0, 0, 0, 0.062), 1.2px 1.2px 4.6px rgba(0, 0, 0, 0.089), 2.1px 2.1px 8.9px rgba(0, 0, 0, 0.111), 3.4px 3.4px 15.2px rgba(0, 0, 0, 0.138), 6px 6px 32px rgba(0, 0, 0, 0.2);
}

.contact_button i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}

.contact_button p {
  font-size: 12px;
  line-height: 100%;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .contact_button {
    display: none;
  }
}

.contact_button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.contact_button_sp {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(-45deg, #3480f2 0%, #43a3ff 100%);
  display: inline-block;
  text-align: center;
  color: #fff;
  z-index: 6;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0.4px 0.4px 1.6px rgba(0, 0, 0, 0.062), 1.2px 1.2px 4.6px rgba(0, 0, 0, 0.089), 2.1px 2.1px 8.9px rgba(0, 0, 0, 0.111), 3.4px 3.4px 15.2px rgba(0, 0, 0, 0.138), 6px 6px 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0.4px 0.4px 1.6px rgba(0, 0, 0, 0.062), 1.2px 1.2px 4.6px rgba(0, 0, 0, 0.089), 2.1px 2.1px 8.9px rgba(0, 0, 0, 0.111), 3.4px 3.4px 15.2px rgba(0, 0, 0, 0.138), 6px 6px 32px rgba(0, 0, 0, 0.2);
}

.contact_button_sp i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}

.contact_button_sp p {
  font-size: 12px;
  line-height: 100%;
  margin-top: 4px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact_button_sp {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .contact_button_sp {
    display: none;
  }
}

@media (min-width: 1121px) {
  .contact_button_sp {
    display: none;
  }
}

.page_wrap {
  position: fixed;
  left: 16px;
  bottom: 16px;
  width: 45%;
  min-width: 200px;
  margin: 0;
  z-index: 6;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: none;
    height: 56px;
    width: calc(100% - 32px);
  }
}

@media (max-width: 767px) {
  .page_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: none;
    height: 48px;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}

.page_wrap p {
  font-size: 14px;
}

.page_wrap li {
  width: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid rgba(232, 232, 232, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page_wrap li {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .page_wrap li {
    height: 100%;
  }
}

.page_wrap li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2);
          transform: translate(-50%, -50%) scale(2);
  mix-blend-mode: color-burn;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}

.page_wrap li:last-of-type {
  margin-bottom: 0;
}

.li_active {
  border: 1px solid rgba(124, 176, 255, 0.7) !important;
}

/*.page_wrap li:nth-child(-n+3){
    margin-bottom: 16px;
}*/
.page_wrap a {
  width: 100%;
  height: 100%;
  display: block;
  color: #444;
  background-color: rgba(232, 232, 232, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page_wrap a.active {
  background: linear-gradient(-45deg, rgba(52, 128, 242, 0.7) 0%, rgba(67, 163, 255, 0.7) 100%);
  color: #fff;
  pointer-events: none;
}

.nav_txt {
  position: relative;
}

.nav_txt .page_wrap p {
  display: inline-block;
}

.nav_txt .under_line {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140%;
  height: 1px;
  opacity: 0.8;
}

.nav_txt .under_line .under_line_inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.nav_txt .under_line .under_line_inner div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #444;
}

.nav_txt .under_line .under_line_inner .under_line_on {
  -webkit-animation: under_line_on forwards 0.5s cubic-bezier(0.75, 0, 0.25, 1);
          animation: under_line_on forwards 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}

@-webkit-keyframes under_line_on {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes under_line_on {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.nav_txt .under_line .under_line_inner .under_line_off {
  -webkit-animation: under_line_off forwards 0.5s cubic-bezier(0.75, 0, 0.25, 1);
          animation: under_line_off forwards 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}

@-webkit-keyframes under_line_off {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes under_line_off {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.page_wrap_shadow {
  position: fixed;
  left: 16px;
  bottom: 16px;
  height: 51.6px;
  width: 45%;
  min-width: 200px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0.4px 0.4px 1.6px rgba(0, 0, 0, 0.047), 1.2px 1.2px 4.6px rgba(0, 0, 0, 0.067), 2.1px 2.1px 8.9px rgba(0, 0, 0, 0.083), 3.4px 3.4px 15.2px rgba(0, 0, 0, 0.103), 6px 6px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0.4px 0.4px 1.6px rgba(0, 0, 0, 0.047), 1.2px 1.2px 4.6px rgba(0, 0, 0, 0.067), 2.1px 2.1px 8.9px rgba(0, 0, 0, 0.083), 3.4px 3.4px 15.2px rgba(0, 0, 0, 0.103), 6px 6px 32px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page_wrap_shadow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: none;
    height: 56px;
    width: calc(100% - 32px);
  }
}

@media (max-width: 767px) {
  .page_wrap_shadow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: none;
    height: 48px;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}

.page_wrap_shadow_on {
  opacity: 1;
}

.initial_move_item1 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.initial_move_item2 {
  z-index: 10;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.initial_move_item3 {
  z-index: 9;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.initial_move_item4 {
  z-index: 8;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.initial_move_item5 {
  z-index: 7;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.initial_move_item6 {
  z-index: 6;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.initial_move_on1 {
  -webkit-animation: initial_move1 forwards 1s cubic-bezier(0, 0.55, 0.45, 1);
          animation: initial_move1 forwards 1s cubic-bezier(0, 0.55, 0.45, 1);
}

@-webkit-keyframes initial_move1 {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes initial_move1 {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.initial_move_on2 {
  -webkit-animation: initial_move2 forwards 1s cubic-bezier(0, 0.55, 0.45, 1);
          animation: initial_move2 forwards 1s cubic-bezier(0, 0.55, 0.45, 1);
}

@-webkit-keyframes initial_move2 {
  0% {
    -webkit-transform: translateY(-500%);
            transform: translateY(-500%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes initial_move2 {
  0% {
    -webkit-transform: translateY(-500%);
            transform: translateY(-500%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.initial_move_on3 {
  -webkit-animation: initial_move3 forwards 1s cubic-bezier(0, 0.55, 0.45, 1);
          animation: initial_move3 forwards 1s cubic-bezier(0, 0.55, 0.45, 1);
}

@-webkit-keyframes initial_move3 {
  0% {
    -webkit-transform: translateY(-1000%);
            transform: translateY(-1000%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes initial_move3 {
  0% {
    -webkit-transform: translateY(-1000%);
            transform: translateY(-1000%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.initial_move_on4 {
  -webkit-animation: initial_move4 forwards 1s cubic-bezier(0, 0.55, 0.45, 1);
          animation: initial_move4 forwards 1s cubic-bezier(0, 0.55, 0.45, 1);
}

@-webkit-keyframes initial_move4 {
  0% {
    -webkit-transform: translateY(-1500%);
            transform: translateY(-1500%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes initial_move4 {
  0% {
    -webkit-transform: translateY(-1500%);
            transform: translateY(-1500%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.initial_move_on5 {
  -webkit-animation: initial_move5 forwards 1s cubic-bezier(0, 0.55, 0.45, 1);
          animation: initial_move5 forwards 1s cubic-bezier(0, 0.55, 0.45, 1);
}

@-webkit-keyframes initial_move5 {
  0% {
    -webkit-transform: translateY(-2000%);
            transform: translateY(-2000%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes initial_move5 {
  0% {
    -webkit-transform: translateY(-2000%);
            transform: translateY(-2000%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.initial_move_on6 {
  -webkit-animation: initial_move6 forwards 1s cubic-bezier(0, 0.55, 0.45, 1);
          animation: initial_move6 forwards 1s cubic-bezier(0, 0.55, 0.45, 1);
}

@-webkit-keyframes initial_move6 {
  0% {
    -webkit-transform: translateY(-2500%);
            transform: translateY(-2500%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes initial_move6 {
  0% {
    -webkit-transform: translateY(-2500%);
            transform: translateY(-2500%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* scrollify.jsに関係する記述はここまで */
/* セクションごとのタイトルはここから */
.title {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}

.content {
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  line-height: 1.5;
  padding-bottom: 50px;
  text-align: justify;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* セクションごとのタイトルはここまで */
/*# sourceMappingURL=style.css.map */