.wholewrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .wholewrapper .bg_blob .pc, .wholewrapper .bg_texture .pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .wholewrapper .bg_blob .sp, .wholewrapper .bg_texture .sp {
    display: none;
  }
}
.wholewrapper .bg_blob .bg img, .wholewrapper .bg_texture .bg img {
  width: 100%;
  height: auto;
}
.wholewrapper .bg_blob {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.wholewrapper .bg_blob .bg {
  position: absolute;
  z-index: -1;
}
.wholewrapper .bg_blob .bg.top_1 {
  top: 916px;
  right: -183px;
  animation: top_1 40s infinite;
}
@keyframes top_1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .wholewrapper .bg_blob .bg.top_1 {
    top: 289px;
    right: -109px;
  }
}
.wholewrapper .bg_blob .bg.top_2 {
  top: 648px;
  right: 61px;
  animation: top_2 30s infinite;
}
@keyframes top_2 {
  0% {
    transform: translateY(0) rotate(-90deg);
  }
  50% {
    transform: translateY(10%) rotate(0);
  }
  to {
    transform: translateY(0) rotate(-90deg);
  }
}
@media screen and (max-width: 767px) {
  .wholewrapper .bg_blob .bg.top_2 {
    top: 680px;
    right: -60px;
  }
}
.wholewrapper .bg_blob .bg.top_3 {
  top: 579px;
  right: -68px;
  animation: top_3 25s infinite;
}
@keyframes top_3 {
  0% {
    transform: translate(0) rotate(0);
  }
  50% {
    transform: translate(20%) rotate(-180deg);
  }
  to {
    transform: translate(0) rotate(0);
  }
}
@media screen and (max-width: 767px) {
  .wholewrapper .bg_blob .bg.top_3 {
    top: 646px;
    right: -96px;
  }
}
.wholewrapper .bg_blob .bg.top_4 {
  top: 1141px;
  left: -231px;
  animation: top_4 20s infinite;
}
@keyframes top_4 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0) rotate(-360deg);
  }
}
@media screen and (max-width: 767px) {
  .wholewrapper .bg_blob .bg.top_4 {
    top: 630px;
    left: unset;
    right: -14px;
  }
}
.wholewrapper .bg_blob::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
}
.wholewrapper .bg_texture {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.wholewrapper .bg_texture .bg {
  position: absolute;
  z-index: -1;
}
.wholewrapper .bg_texture .bg.top_1 {
  top: 609px;
  left: -285px;
}
@media screen and (max-width: 767px) {
  .wholewrapper .bg_texture .bg.top_1 {
    top: 758px;
    left: -112px;
    transform: rotate(317deg);
    width: 302px;
  }
}
.wholewrapper .bg_texture .bg.top_2 {
  top: 527px;
  right: -166px;
  transform: rotate(47.8deg);
}
@media screen and (max-width: 767px) {
  .wholewrapper .bg_texture .bg.top_2 {
    top: 217px;
    right: -111px;
    transform: rotate(147deg);
    width: 308px;
  }
}
.wholewrapper .bg_texture .bg.top_3 {
  top: 1244px;
  right: -129px;
  width: 554px;
  transform: rotate(171.5deg);
}
@media screen and (max-width: 767px) {
  .wholewrapper .bg_texture .bg.top_3 {
    top: 570px;
    right: -170px;
    transform: rotate(-1deg);
    width: 250px;
  }
}
#main .main_visual {
  width: calc(100% - 100px);
  aspect-ratio: 2;
  margin: 10px auto;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .main_visual {
    width: calc(100% - 40px);
    aspect-ratio: 1.5227272727;
    margin: 0 auto;
    border-radius: 15px;
  }
}
#main .main_visual .main_visual_text {
  position: absolute;
  top: 48px;
  left: 52px;
  max-width: 670px;
}
@media screen and (max-width: 767px) {
  #main .main_visual .main_visual_text {
    top: 18px;
    left: 18px;
    max-width: 250px;
  }
}
#main .main_visual .main_visual_text .main_visual_title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0.024em;
  font-family: var(--font-dm);
  background: linear-gradient(100deg, #3651AB, #E54CAA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  #main .main_visual .main_visual_text .main_visual_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.0333333333;
    letter-spacing: 0;
  }
}
#main .main_visual .main_visual_text p {
  margin: 30px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .main_visual .main_visual_text p {
    display: none;
  }
}
#main .main_visual .main_visual_image {
  width: 100%;
  height: 100%;
}
#main .main_visual .main_visual_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .vision {
  width: 100%;
  padding: 140px 30px 176px;
}
@media screen and (max-width: 1024px) {
  #main .vision {
    padding: 70px 30px 88px;
  }
}
@media screen and (max-width: 767px) {
  #main .vision {
    padding: 20px 30px 62px;
  }
}
#main .vision .inner {
  width: 100%;
  max-width: 1148px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  #main .vision .inner {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  #main .vision .inner .pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #main .vision .inner .sp {
    display: none;
  }
}
#main .vision .inner p {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.3333333333;
  letter-spacing: 0;
}
@media print, screen and (min-width: 1025px) {
  #main .vision .inner p {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #main .vision .inner p {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0;
  }
}
#main .vision .vision_title {
  margin: 0 0 60px;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #main .vision .vision_title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 27px;
    line-height: 1.5925925926;
    letter-spacing: 0.03em;
  }
}
#main .vision .vision_title span.text_line {
  display: block;
}
#main .vision .vision_title span.letter {
  opacity: 0;
  transform: translateX(30px);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
#main .vision .vision_title.aos-animate span.letter {
  opacity: 1;
  transform: translateX(0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main .vision .vision_title.aos-animate:nth-child(1) span:nth-child(1) {
  animation: gradation 2s forwards;
  transition-delay: 0s, 0s, 0.2s;
  animation-delay: 0s, 0s, 0.2s;
}
#main .vision .vision_title.aos-animate:nth-child(1) span:nth-child(2) {
  animation: gradation 2s forwards;
  transition-delay: 0.04s, 0.04s, 0.25s;
  animation-delay: 0.04s, 0.04s, 0.25s;
}
#main .vision .vision_title.aos-animate:nth-child(1) span:nth-child(3) {
  animation: gradation 2s forwards;
  transition-delay: 0.08s, 0.08s, 0.3s;
  animation-delay: 0.08s, 0.08s, 0.3s;
}
#main .vision .vision_title.aos-animate:nth-child(1) span:nth-child(4) {
  animation: gradation 2s forwards;
  transition-delay: 0.12s, 0.12s, 0.35s;
  animation-delay: 0.12s, 0.12s, 0.35s;
}
#main .vision .vision_title.aos-animate:nth-child(1) span:nth-child(5) {
  animation: gradation 2s forwards;
  transition-delay: 0.16s, 0.16s, 0.4s;
  animation-delay: 0.16s, 0.16s, 0.4s;
}
#main .vision .vision_title.aos-animate:nth-child(1) span:nth-child(6) {
  animation: gradation 2s forwards;
  transition-delay: 0.2s, 0.2s, 0.45s;
  animation-delay: 0.2s, 0.2s, 0.45s;
}
#main .vision .vision_title.aos-animate:nth-child(1) span:nth-child(7) {
  animation: gradation 2s forwards;
  transition-delay: 0.24s, 0.24s, 0.5s;
  animation-delay: 0.24s, 0.24s, 0.5s;
}
#main .vision .vision_title.aos-animate:nth-child(1) span:nth-child(8) {
  animation: gradation 2s forwards;
  transition-delay: 0.28s, 0.28s, 0.55s;
  animation-delay: 0.28s, 0.28s, 0.55s;
}
#main .vision .vision_title.aos-animate:nth-child(1) span:nth-child(9) {
  animation: gradation 2s forwards;
  transition-delay: 0.32s, 0.32s, 0.6s;
  animation-delay: 0.32s, 0.32s, 0.6s;
}
#main .vision .vision_title.aos-animate:nth-child(1) span:nth-child(10) {
  animation: gradation 2s forwards;
  transition-delay: 0.36s, 0.36s, 0.65s;
  animation-delay: 0.36s, 0.36s, 0.65s;
}
#main .vision .vision_title.aos-animate:nth-child(1) span:nth-child(11) {
  animation: gradation 2s forwards;
  transition-delay: 0.4s, 0.4s, 0.7s;
  animation-delay: 0.4s, 0.4s, 0.7s;
}
#main .vision .vision_title.aos-animate:nth-child(1) span:nth-child(12) {
  animation: gradation 2s forwards;
  transition-delay: 0.44s, 0.44s, 0.75s;
  animation-delay: 0.44s, 0.44s, 0.75s;
}
#main .vision .vision_title.aos-animate:nth-child(1) span:nth-child(13) {
  animation: gradation 2s forwards;
  transition-delay: 0.48s, 0.48s, 0.8s;
  animation-delay: 0.48s, 0.48s, 0.8s;
}
#main .vision .vision_title.aos-animate:nth-child(1) span:nth-child(14) {
  animation: gradation 2s forwards;
  transition-delay: 0.52s, 0.52s, 0.85s;
  animation-delay: 0.52s, 0.52s, 0.85s;
}
#main .vision .vision_title.aos-animate:nth-child(2) span:nth-child(1) {
  animation: gradation 2s forwards;
  transition-delay: 0.1s, 0.1s, 0.3s;
  animation-delay: 0.1s, 0.1s, 0.3s;
}
#main .vision .vision_title.aos-animate:nth-child(2) span:nth-child(2) {
  animation: gradation 2s forwards;
  transition-delay: 0.14s, 0.14s, 0.35s;
  animation-delay: 0.14s, 0.14s, 0.35s;
}
#main .vision .vision_title.aos-animate:nth-child(2) span:nth-child(3) {
  animation: gradation 2s forwards;
  transition-delay: 0.18s, 0.18s, 0.4s;
  animation-delay: 0.18s, 0.18s, 0.4s;
}
#main .vision .vision_title.aos-animate:nth-child(2) span:nth-child(4) {
  animation: gradation 2s forwards;
  transition-delay: 0.22s, 0.22s, 0.45s;
  animation-delay: 0.22s, 0.22s, 0.45s;
}
#main .vision .vision_title.aos-animate:nth-child(2) span:nth-child(5) {
  animation: gradation 2s forwards;
  transition-delay: 0.26s, 0.26s, 0.5s;
  animation-delay: 0.26s, 0.26s, 0.5s;
}
#main .vision .vision_title.aos-animate:nth-child(2) span:nth-child(6) {
  animation: gradation 2s forwards;
  transition-delay: 0.3s, 0.3s, 0.55s;
  animation-delay: 0.3s, 0.3s, 0.55s;
}
#main .vision .vision_title.aos-animate:nth-child(2) span:nth-child(7) {
  animation: gradation 2s forwards;
  transition-delay: 0.34s, 0.34s, 0.6s;
  animation-delay: 0.34s, 0.34s, 0.6s;
}
#main .vision .vision_title.aos-animate:nth-child(2) span:nth-child(8) {
  animation: gradation 2s forwards;
  transition-delay: 0.38s, 0.38s, 0.65s;
  animation-delay: 0.38s, 0.38s, 0.65s;
}
#main .vision .vision_title.aos-animate:nth-child(2) span:nth-child(9) {
  animation: gradation 2s forwards;
  transition-delay: 0.42s, 0.42s, 0.7s;
  animation-delay: 0.42s, 0.42s, 0.7s;
}
#main .vision .vision_title.aos-animate:nth-child(2) span:nth-child(10) {
  animation: gradation 2s forwards;
  transition-delay: 0.46s, 0.46s, 0.75s;
  animation-delay: 0.46s, 0.46s, 0.75s;
}
#main .vision .vision_title.aos-animate:nth-child(2) span:nth-child(11) {
  animation: gradation 2s forwards;
  transition-delay: 0.5s, 0.5s, 0.8s;
  animation-delay: 0.5s, 0.5s, 0.8s;
}
#main .vision .vision_title.aos-animate:nth-child(2) span:nth-child(12) {
  animation: gradation 2s forwards;
  transition-delay: 0.54s, 0.54s, 0.85s;
  animation-delay: 0.54s, 0.54s, 0.85s;
}
#main .vision .vision_title.aos-animate:nth-child(2) span:nth-child(13) {
  animation: gradation 2s forwards;
  transition-delay: 0.58s, 0.58s, 0.9s;
  animation-delay: 0.58s, 0.58s, 0.9s;
}
#main .vision .vision_title.aos-animate:nth-child(2) span:nth-child(14) {
  animation: gradation 2s forwards;
  transition-delay: 0.62s, 0.62s, 0.95s;
  animation-delay: 0.62s, 0.62s, 0.95s;
}
#main .vision .vision_title.aos-animate:nth-child(3) span:nth-child(1) {
  animation: gradation 2s forwards;
  transition-delay: 0.2s, 0.2s, 0.4s;
  animation-delay: 0.2s, 0.2s, 0.4s;
}
#main .vision .vision_title.aos-animate:nth-child(3) span:nth-child(2) {
  animation: gradation 2s forwards;
  transition-delay: 0.24s, 0.24s, 0.45s;
  animation-delay: 0.24s, 0.24s, 0.45s;
}
#main .vision .vision_title.aos-animate:nth-child(3) span:nth-child(3) {
  animation: gradation 2s forwards;
  transition-delay: 0.28s, 0.28s, 0.5s;
  animation-delay: 0.28s, 0.28s, 0.5s;
}
#main .vision .vision_title.aos-animate:nth-child(3) span:nth-child(4) {
  animation: gradation 2s forwards;
  transition-delay: 0.32s, 0.32s, 0.55s;
  animation-delay: 0.32s, 0.32s, 0.55s;
}
#main .vision .vision_title.aos-animate:nth-child(3) span:nth-child(5) {
  animation: gradation 2s forwards;
  transition-delay: 0.36s, 0.36s, 0.6s;
  animation-delay: 0.36s, 0.36s, 0.6s;
}
#main .vision .vision_title.aos-animate:nth-child(3) span:nth-child(6) {
  animation: gradation 2s forwards;
  transition-delay: 0.4s, 0.4s, 0.65s;
  animation-delay: 0.4s, 0.4s, 0.65s;
}
#main .vision .vision_title.aos-animate:nth-child(3) span:nth-child(7) {
  animation: gradation 2s forwards;
  transition-delay: 0.44s, 0.44s, 0.7s;
  animation-delay: 0.44s, 0.44s, 0.7s;
}
#main .vision .vision_title.aos-animate:nth-child(3) span:nth-child(8) {
  animation: gradation 2s forwards;
  transition-delay: 0.48s, 0.48s, 0.75s;
  animation-delay: 0.48s, 0.48s, 0.75s;
}
#main .vision .vision_title.aos-animate:nth-child(3) span:nth-child(9) {
  animation: gradation 2s forwards;
  transition-delay: 0.52s, 0.52s, 0.8s;
  animation-delay: 0.52s, 0.52s, 0.8s;
}
#main .vision .vision_title.aos-animate:nth-child(3) span:nth-child(10) {
  animation: gradation 2s forwards;
  transition-delay: 0.56s, 0.56s, 0.85s;
  animation-delay: 0.56s, 0.56s, 0.85s;
}
#main .vision .vision_title.aos-animate:nth-child(3) span:nth-child(11) {
  animation: gradation 2s forwards;
  transition-delay: 0.6s, 0.6s, 0.9s;
  animation-delay: 0.6s, 0.6s, 0.9s;
}
#main .vision .vision_title.aos-animate:nth-child(3) span:nth-child(12) {
  animation: gradation 2s forwards;
  transition-delay: 0.64s, 0.64s, 0.95s;
  animation-delay: 0.64s, 0.64s, 0.95s;
}
#main .vision .vision_title.aos-animate:nth-child(3) span:nth-child(13) {
  animation: gradation 2s forwards;
  transition-delay: 0.68s, 0.68s, 1s;
  animation-delay: 0.68s, 0.68s, 1s;
}
#main .vision .vision_title.aos-animate:nth-child(3) span:nth-child(14) {
  animation: gradation 2s forwards;
  transition-delay: 0.72s, 0.72s, 1.05s;
  animation-delay: 0.72s, 0.72s, 1.05s;
}
@keyframes gradation {
  0% {
    color: var(--color-gray);
  }
  50% {
    color: #E54CAA;
  }
  75% {
    color: #3651AB;
  }
  100% {
    color: var(--color-gray);
  }
}
@media print, screen and (min-width: 1025px) {
  #main .vision .vision_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #main .vision .vision_image {
    display: flex;
    align-items: flex-end;
    flex-flow: row-reverse;
    justify-content: flex-start;
    margin: 20px 0 0;
    position: relative;
    right: -9px;
  }
}
@media print, screen and (min-width: 1025px) {
  #main .vision .image {
    position: absolute;
    z-index: 0;
  }
}
@media screen and (max-width: 1024px) {
  #main .vision .image {
    position: unset;
  }
}
#main .vision .image.main {
  width: 52%;
  max-width: 320px;
  aspect-ratio: 0.754147813;
}
@media print, screen and (min-width: 1025px) {
  #main .vision .image.main {
    top: 0;
    right: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) {
  #main .vision .image.main {
    margin-right: 5.4%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #main .vision .image.main {
    margin-right: 13.4%;
  }
}
#main .vision .image.sub {
  width: 32.2%;
  max-width: 200px;
  aspect-ratio: 0.754147813;
}
@media print, screen and (min-width: 1025px) {
  #main .vision .image.sub {
    top: 210px;
    right: 288px;
    z-index: -2;
  }
}
@media screen and (max-width: 1024px) {
  #main .vision .image.sub {
    position: relative;
    z-index: -1;
    right: -17px;
  }
}
#main .vision .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#main .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #main .section_header {
    padding-right: 260px;
  }
}
#main .section_header p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .section_header p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: -0.01em;
  }
}
#main .section_title {
  margin: 0 0 40px;
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--font-dm);
}
@media screen and (max-width: 767px) {
  #main .section_title {
    margin: 0 0 27px 5px;
  }
}
#main .section_title span.en, #main .section_title span.ja {
  display: block;
}
#main .section_title span.en {
  font-weight: 600;
  font-size: 80px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main .section_title span.en {
    font-weight: 600;
    font-size: 45px;
    line-height: 1.1111111111;
    letter-spacing: 0.05em;
  }
}
#main .section_title span.ja {
  color: #757575;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .section_title span.ja {
    margin: 3px 0 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1666666667;
    letter-spacing: 0;
  }
}
#main .more_button {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 250px;
  height: 60px;
  padding: 12.5px 14.5px 12.5px 24.5px;
  border-radius: 30px;
  background-color: var(--color-gray);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--font-dm);
  position: relative;
}
#main .more_button span.label {
  position: relative;
  z-index: 0;
}
#main .more_button span.icon {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  background-color: #585757;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .more_button span.icon {
    width: 30px;
    height: 30px;
  }
}
#main .more_button span.icon img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main .more_button span.icon img {
    width: 12px;
    height: 8px;
  }
}
#main .more_button span.icon img.hover {
  display: none;
}
#main .more_button span.icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
#main .more_button:hover .icon img {
  animation: scrollRight 0.5s ease;
}
@keyframes scrollRight {
  0% {
    opacity: 0;
    transform: translateX(0%);
  }
  40% {
    opacity: 0;
    transform: translateX(100%);
  }
  60% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#main .more_button:hover .icon img.default {
  display: none;
}
#main .more_button:hover .icon img.hover {
  display: inline;
}
#main .more_button:hover .icon::before {
  transform: scaleX(1);
  transform-origin: left;
}
@media screen and (max-width: 767px) {
  #main .more_button {
    width: 200px;
    height: 50px;
    padding: 10px 10px 10px 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
  }
}
#main .about {
  padding: 90px 30px 100px;
  border-radius: 150px 0 0 0;
  background-color: #EFF0F4;
}
@media screen and (max-width: 767px) {
  #main .about {
    padding: 40px 25px 38px;
    border-radius: 70px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  #main .about .inner {
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  #main .about .inner .more_button {
    position: absolute;
    top: 31px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .about .inner .more_button {
    margin: 30px auto 0;
  }
}
#main .about_list {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  padding: 0 85px;
  margin: 70px auto 0;
}
@media screen and (max-width: 1024px) {
  #main .about_list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .about_list {
    gap: 10px;
    padding: 0 12px;
    margin: 30px auto 0;
  }
}
#main .about_list li {
  flex: 0 1 calc((100% - 30px) / 2);
  aspect-ratio: 1.7786631568;
}
@media screen and (max-width: 767px) {
  #main .about_list li {
    flex: 0 0 100%;
  }
}
#main .about_list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .about_list li a {
    padding: 13px 10px;
    border-radius: 10px;
  }
}
#main .about_list li a::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-blend-mode: multiply;
  transition: background-color 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main .about_list li:nth-of-type(1) a::before {
  background: rgba(117, 117, 117, 0.6) url(../media/images/common/img_about_01.jpg) center / cover no-repeat;
}
#main .about_list li:nth-of-type(2) a::before {
  background: rgba(117, 117, 117, 0.6) url(../media/images/common/img_about_02.png) center / cover no-repeat;
}
#main .about_list li:nth-of-type(3) a::before {
  background: rgba(117, 117, 117, 0.6) url(../media/images/common/img_about_03.jpg) center / cover no-repeat;
}
#main .about_list li:nth-of-type(4) a::before {
  background: rgba(117, 117, 117, 0.6) url(../media/images/common/img_about_04.jpg) center / cover no-repeat;
}
#main .about_list li a:hover {
  background-size: 120%;
}
#main .about_list li a:hover::before {
  background-color: rgba(117, 117, 117, 0.3);
  transform: scale(1.1);
}
#main .about_list li .about_title {
  padding-top: 19px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .about_list li .about_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#main .about_list li .about_title::before, #main .about_list li .about_title::after {
  position: absolute;
  display: block;
}
#main .about_list li .about_title::before {
  top: 6px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
}
#main .about_list li .about_title::after {
  top: 1px;
  left: 9px;
  content: "ABOUT US";
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.0833333333;
  letter-spacing: 0;
  font-family: var(--font-roboto);
}
@media screen and (max-width: 767px) {
  #main .about_list li .about_title::after {
    font-weight: 500;
    font-size: 11px;
    line-height: 1.1818181818;
    letter-spacing: 0;
  }
}
#main .about_list li img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#main .company {
  padding: 70px 30px 109px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .company {
    padding: 30px 25px 40px;
  }
}
#main .company .inner {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #main .company .inner .more_button {
    position: absolute;
    top: 30px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .company .inner .more_button {
    margin: 50px auto 0;
  }
}
#main .company .inner .section_title {
  margin: 0 0 58px;
}
@media screen and (max-width: 767px) {
  #main .company .inner .section_title {
    margin: 0 0 28px;
  }
}
#main .company_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 36px 0;
  margin: 54px auto 0;
}
@media screen and (max-width: 767px) {
  #main .company_list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .company_list {
    gap: 0;
    margin: 20px -5px 0;
  }
}
#main .company_list li {
  flex: 0 1 calc((100% - 173px) / 2);
}
@media screen and (max-width: 1024px) {
  #main .company_list li {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .company_list li {
    width: 100%;
  }
}
#main .company_list li a {
  display: flex;
  align-items: flex-end;
  flex-flow: row nowrap;
  gap: 2px;
}
@media screen and (max-width: 1024px) {
  #main .company_list li a {
    justify-content: center;
  }
}
#main .company_list li a:hover .top_image {
  transform: translateY(-5px);
}
#main .company_list li .top_image {
  width: 330px;
  transition: transform 0.2s;
}
@media print, screen and (max-width: 1350px) {
  #main .company_list li .top_image {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  #main .company_list li .top_image {
    flex: 0 0 40%;
    min-width: 180px;
  }
}
#main .company_list li .top_image img {
  width: 100%;
  height: auto;
}
#main .company_list li .top_info {
  width: 154px;
}
#main .company_list li .top_info .company_logo img {
  width: 100%;
  height: auto;
}
#main .company_list li .top_info p {
  margin: 0;
}
#main .company_list li .top_info span.company_name, #main .company_list li .top_info span.position, #main .company_list li .top_info span.top_name {
  display: block;
}
#main .company_list li .top_info span.company_name {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .company_list li .top_info span.company_name {
    font-size: 15px;
  }
}
#main .company_list li .top_info span.position {
  margin: 6px 0 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .company_list li .top_info span.position {
    margin: 8px 0 0;
    font-size: 12px;
  }
}
#main .company_list li .top_info span.top_name {
  margin: 5px 0 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .company_list li .top_info span.top_name {
    margin: 2px 0 0;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1025px) {
  #main .company_list li.screw {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .company_list li.screw a {
    gap: 14px;
  }
}
#main .company_list li.screw .top_info {
  margin: 0 0 44px;
}
@media screen and (max-width: 767px) {
  #main .company_list li.screw .top_info {
    margin: 0 0 35px;
  }
}
#main .company_list li.screw .company_logo {
  width: 115px;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  #main .company_list li.screw .company_logo {
    width: 75px;
    margin: 0 0 4px;
  }
}
@media print, screen and (min-width: 1025px) {
  #main .company_list li.trek {
    margin-right: auto;
    margin-left: 56px;
  }
}
@media screen and (max-width: 767px) {
  #main .company_list li.trek {
    padding-left: 28px;
    margin-top: -20px;
  }
}
#main .company_list li.trek a {
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  #main .company_list li.trek a {
    gap: 0;
    flex-direction: row-reverse;
  }
}
#main .company_list li.trek .top_info {
  margin: 0 0 64px;
}
@media screen and (max-width: 767px) {
  #main .company_list li.trek .top_info {
    margin: 0 0 27px;
  }
}
#main .company_list li.trek .company_logo {
  width: 87px;
  margin: 0 0 13px;
}
@media screen and (max-width: 767px) {
  #main .company_list li.trek .company_logo {
    width: 52px;
    margin: 0 0 8px 4px;
  }
}
@media print, screen and (min-width: 1025px) {
  #main .company_list li.nanairo {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  #main .company_list li.nanairo {
    margin-top: 20px;
  }
}
#main .company_list li.nanairo a {
  gap: 1px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  #main .company_list li.nanairo a {
    gap: 11px;
    flex-direction: row;
  }
}
#main .company_list li.nanairo .top_info {
  margin: 0 0 56px;
}
@media screen and (max-width: 767px) {
  #main .company_list li.nanairo .top_info {
    margin: 0 0 27px;
  }
}
#main .company_list li.nanairo .company_logo {
  width: 122px;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  #main .company_list li.nanairo .company_logo {
    width: 86px;
    margin: 0 0 3px;
  }
}
@media print, screen and (min-width: 1025px) {
  #main .company_list li.bmode {
    margin-right: 20px;
    margin-left: 44px;
  }
}
@media screen and (max-width: 767px) {
  #main .company_list li.bmode {
    padding-left: 14px;
    margin-top: -11px;
  }
}
#main .company_list li.bmode a {
  gap: 19px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #main .company_list li.bmode a {
    gap: 0;
  }
}
#main .company_list li.bmode .top_info {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  #main .company_list li.bmode .top_info {
    margin: 0 0 28px;
  }
}
#main .company_list li.bmode .company_logo {
  width: 132px;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  #main .company_list li.bmode .company_logo {
    width: 92px;
    margin: 0 0 4px;
  }
}
#main .company .bg_texture {
  position: absolute;
  inset: 0;
}
#main .company .bg_texture .bg {
  position: absolute;
  z-index: -1;
}
#main .company .bg_texture .bg img {
  width: 100%;
  height: auto;
}
#main .company .bg_texture .bg.top_4 {
  top: -215px;
  right: -39px;
  transform: rotate(155.5deg);
  width: 606px;
}
@media screen and (max-width: 767px) {
  #main .company .bg_texture .bg.top_4 {
    top: -68px;
    right: -131px;
    transform: rotate(172deg);
    width: 307px;
  }
}
#main .company .bg_texture .bg.top_5 {
  top: -115px;
  right: -462px;
  transform: rotate(-16deg);
  width: 788px;
}
@media screen and (max-width: 767px) {
  #main .company .bg_texture .bg.top_5 {
    top: 260px;
    right: -195px;
    transform: rotate(-3deg);
    width: 305px;
  }
}
#main .company .bg_texture .bg.top_6 {
  top: 424px;
  left: -320px;
  transform: rotate(-16deg);
  width: 764px;
}
@media screen and (max-width: 1024px) {
  #main .company .bg_texture .bg.top_6 {
    top: 824px;
  }
}
@media screen and (max-width: 767px) {
  #main .company .bg_texture .bg.top_6 {
    top: 477px;
    left: -182px;
    transform: rotate(-107deg);
    width: 305px;
  }
}
@media print, screen and (min-width: 768px) {
  #main .company .bg_texture .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #main .company .bg_texture .sp .bg.top_7 {
    top: 873px;
    right: -124px;
    transform: rotate(146.5deg);
    width: 303px;
  }
}
#main .business {
  padding: 90px 30px 122px;
  border-radius: 0 150px 0 0;
  background-color: #EFF0F4;
}
@media screen and (max-width: 767px) {
  #main .business {
    padding: 30px 25px 40px;
    border-radius: 0 70px 0 0;
  }
}
#main .business .inner {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #main .business .inner .more_button {
    position: absolute;
    top: 32px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .business .inner .more_button {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #main .business .inner .section_title {
    margin: 0 0 18px;
  }
}
#main .business_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 10px;
  margin: 70px 0 0;
  counter-reset: count 0;
}
@media screen and (max-width: 767px) {
  #main .business_list {
    gap: 10px;
    padding: 0;
    margin: 30px 0 0;
  }
}
#main .business_list li {
  flex: 0 0 calc((100% - 40px) / 3);
  counter-increment: count 1;
}
@media screen and (max-width: 767px) {
  #main .business_list li {
    flex: 0 0 100%;
  }
}
#main .business_list li a {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: flex-end;
  gap: 0;
  width: 100%;
  height: 100%;
  padding: 23px 32px 29px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 0;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media print, screen and (min-width: 768px) {
  #main .business_list li a {
    min-height: 225px;
  }
}
@media screen and (max-width: 767px) {
  #main .business_list li a {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 10px;
    max-height: 88px;
    padding: 10px;
    border-radius: 10px;
  }
}
#main .business_list li a::before {
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: -1;
  content: counter(count,decimal-leading-zero);
  color: #f0f0f0;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--font-dm);
}
@media screen and (max-width: 767px) {
  #main .business_list li a::before {
    top: 10px;
    right: 10px;
    font-weight: 400;
    font-size: 29px;
    line-height: 1.0344827586;
    letter-spacing: 0;
  }
}
#main .business_list li a:hover {
  transform: scale(1.03);
}
#main .business_list li .business_image {
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  justify-content: center;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  #main .business_list li .business_image {
    flex: 0 0 80px;
    aspect-ratio: 1.1764705882;
  }
}
@media screen and (max-width: 767px) {
  #main .business_list li .business_image img {
    width: 80%;
  }
}
#main .business_list li .business_text {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  #main .business_list li .business_text {
    text-align: center;
  }
}
#main .business_list li .business_text span.en, #main .business_list li .business_text span.ja {
  display: block;
}
#main .business_list li .business_text span.en {
  margin: 0 0 3px;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: var(--font-dm);
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 767px) {
  #main .business_list li .business_text span.en {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#main .business_list li .business_text span.ja {
  color: #757575;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .business_list li .business_text span.ja {
    font-weight: 700;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#main .business_list li:nth-of-type(1):hover .business_text span.en {
  color: #3744FF;
}
#main .business_list li:nth-of-type(2):hover .business_text span.en {
  color: #42C600;
}
#main .business_list li:nth-of-type(3):hover .business_text span.en {
  color: #B79961;
}
#main .business_list li:nth-of-type(4):hover .business_text span.en {
  color: #BF26D0;
}
#main .business_list li:nth-of-type(5):hover .business_text span.en {
  color: #E06658;
}
#main .news {
  padding: 110px 30px 130px;
  /*&_list {
    
            @include media(sp) {
                padding: 0 5px;
            }
    
            li {
    
                a {
                    @include flex(row nowrap, null, null);
                    gap: 20px;
                    padding: 0 0 19px;
                    border-bottom: 1px solid #8F8F8F;
                    position: relative;
    
                    @include media(sp) {
                        gap: 16px;
                    }
                }
    
                &:not(:last-of-type) {
                    margin: 0 0 20px;
                }
        
                .news_image {
                    flex: 0 0 150px;
                    height: 100px;
                    border-radius: 10px;
                    overflow: hidden;
    
                    @include media(sp) {
                        flex: 0 0 120px;
                        height: 80px;
                        border-radius: 8px;
                    }
        
                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }
    
                .news_text {
                    flex: 1 1 auto;
    
                    @include media(notsp) {
                        padding-right: 70px;
                    }
    
                    .news_tag {
                        @include flex(row nowrap, null, center);
                        gap: 15px;
                        margin: 0 0 14px;
    
                        @include media(sp) {
                            gap: 5px;
                            margin: 0 0 10px;
                        }
                    }
    
                    span {
                        &.date {
                            color: #A5A9BB;
                            @include font(13, 19.5, 500, 0);
                        }
                        &.category {
                            @include flex(row wrap, center, center);
                            width: 110px;
                            height: 25px;
                            border-radius: 15px;
                            background-color: #EFF0F4;
                            @include font(11, 16.5, 700, 0);
    
                            @include media(sp) {
                                width: 100px;
                            }
                        }
                    }
    
                    .news_title {
                        @include font(15, 22.5, 500, 0);
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        overflow: hidden;
    
                        @include media(sp) {
                            @include font(13, 22, 500, 0);
                        }
                    }
                }
    
                span.icon {
                    position: absolute;
                    top: 50%;
                    right: 0;
                    transform: translateY(-50%);
                    @include flex(row wrap, center, center);
                    width: 25px;
                    height: 25px;
                    border: 1px solid #A5A9BB;
                    border-radius: 15px;
                    background-color: #fff;
    
                    @include media(sp) {
                        display: none;
                    }
                }
    
            }
        }*/
}
@media screen and (max-width: 767px) {
  #main .news {
    padding: 30px 10px 60px;
  }
}
#main .news .inner {
  max-width: 1060px;
}
@media print, screen and (min-width: 768px) {
  #main .news .inner {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  #main .news .inner {
    padding-bottom: 80px;
    position: relative;
  }
}
#main .news .section_header {
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  #main .news .section_header {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #main .news .section_header .section_title {
    margin: 0 0 9px 5px;
  }
}
#main .news .section_header .section_title span.en {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #main .news .section_header .section_title span.ja {
    margin: 0;
  }
}
#main .news .section_header .more_button {
  width: 200px;
  height: 50px;
  padding-right: 9.5px;
  padding-left: 19.5px;
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  #main .news .section_header .more_button {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
#main .contact {
  padding: 0 0 104px;
  /*@keyframes fadeUp {
            0% {
                transform: translateY(100px);
                opacity: 0;
            }
            100% {
                transform: translateY(0);
                opacity: 1;
            }
        }*/
}
@media screen and (max-width: 767px) {
  #main .contact {
    padding: 0 0 30px;
  }
}
#main .contact .inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 1100px;
  padding: 50px 60px 56px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .contact .inner {
    display: block;
  }
}
@media print, screen and (max-width: 1350px) {
  #main .contact .inner {
    width: 88%;
  }
}
@media screen and (max-width: 767px) {
  #main .contact .inner {
    padding: 20px 25px 25px;
  }
}
@media print, screen and (min-width: 768px) {
  #main .contact .inner .section_side {
    margin: 14px 0 0;
  }
}
#main .contact .inner .section_title {
  margin: 0 0 27px;
  font-size: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main .contact .inner .section_title {
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3333333333;
    letter-spacing: 0.02em;
  }
}
#main .contact .inner p {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.9333333333;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  #main .contact .inner p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: -0.01em;
    text-align: center;
  }
}
#main .contact .inner .contact_button {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 380px;
  height: 80px;
  padding: 20px 20px 20px 30px;
  border-radius: 40px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
#main .contact .inner .contact_button span.label {
  position: relative;
  z-index: 0;
}
#main .contact .inner .contact_button span.icon {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  background-color: #585757;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .contact .inner .contact_button span.icon {
    width: 30px;
    height: 30px;
  }
}
#main .contact .inner .contact_button span.icon img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main .contact .inner .contact_button span.icon img {
    width: 12px;
    height: 8px;
  }
}
#main .contact .inner .contact_button span.icon img.hover {
  display: none;
}
#main .contact .inner .contact_button span.icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
#main .contact .inner .contact_button:hover .icon img {
  animation: scrollRight 0.5s ease;
}
@keyframes scrollRight {
  0% {
    opacity: 0;
    transform: translateX(0%);
  }
  40% {
    opacity: 0;
    transform: translateX(100%);
  }
  60% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#main .contact .inner .contact_button:hover .icon img.default {
  display: none;
}
#main .contact .inner .contact_button:hover .icon img.hover {
  display: inline;
}
#main .contact .inner .contact_button:hover .icon::before {
  transform: scaleX(1);
  transform-origin: left;
}
@media screen and (max-width: 767px) {
  #main .contact .inner .contact_button {
    width: 250px;
    height: 55px;
    padding: 15px 13px 15px 15px;
    margin: 25px auto 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#main .contact .inner .contact_button span.icon {
  border: 1px solid #585757;
}
@media screen and (max-width: 767px) {
  #main .contact .inner .contact_button span.icon {
    width: 25px;
    height: 25px;
  }
}
#main .contact .inner .bg_blob::after {
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  #main .contact .inner .bg_blob::after {
    backdrop-filter: blur(30px);
  }
}
#main .contact .inner .bg_blob .bg {
  position: absolute;
  z-index: -1;
}
#main .contact .inner .bg_blob .bg.contact_1 {
  top: -13px;
  right: 72px;
  animation: contact_1 15s infinite;
}
@keyframes contact_1 {
  0% {
    transform: translate(0) rotate(0);
  }
  50% {
    transform: translate(-20%, 10%) rotate(25deg);
  }
  to {
    transform: translate(0) rotate(0);
  }
}
@media screen and (max-width: 767px) {
  #main .contact .inner .bg_blob .bg.contact_1 {
    top: 146px;
    right: 65px;
  }
}
@media screen and (max-width: 767px) {
  #main .contact .inner .bg_blob .bg.contact_1 img {
    width: 208px;
  }
}
#main .contact .inner .bg_blob .bg.contact_2 {
  top: -80px;
  right: -338px;
  animation: contact_2 20s infinite;
}
@keyframes contact_2 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10%) rotate(10deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@media screen and (max-width: 767px) {
  #main .contact .inner .bg_blob .bg.contact_2 {
    top: 124px;
    right: -111px;
  }
}
@media screen and (max-width: 767px) {
  #main .contact .inner .bg_blob .bg.contact_2 img {
    width: 206px;
  }
}
#main .contact .inner .bg_blob .bg.contact_3 {
  top: -204px;
  left: -336px;
  animation: contact_3 25s infinite;
}
@keyframes contact_3 {
  0% {
    transform: translate(0) rotate(0);
  }
  50% {
    transform: translate(10%, -5%) rotate(15deg);
  }
  to {
    transform: translate(0) rotate(0);
  }
}
@media screen and (max-width: 767px) {
  #main .contact .inner .bg_blob .bg.contact_3 {
    top: -76px;
    left: -91px;
  }
}
@media screen and (max-width: 767px) {
  #main .contact .inner .bg_blob .bg.contact_3 img {
    width: 274px;
  }
}
/*# sourceMappingURL=./top.css.map */