@charset "UTF-8";
@media screen and (max-width: 767px) {
  #top .blueBg {
    background-image: linear-gradient(60deg, #00eeff, #0cadf4 39%, #128def 75%, #186cea);
  }
}
#top #main .mainBox {
  position: relative;
  z-index: 1;
}
#top #main .mainBox .mainTextArea {
  position: absolute;
  top: 7vw;
  left: 10.8vw;
  z-index: 2;
  width: 33.6vw;
}
@media screen and (max-width: 767px) {
  #top #main .mainBox .mainTextArea {
    left: 1vw;
    width: 49.6vw;
    top: 5.6vw;
  }
}
#top #main .mainBox .mainTextArea .main_stroke {
  position: absolute;
  top: -6.4vw;
  left: -10.8vw;
  z-index: -1;
  width: 45.7vw;
  height: 42.4vw;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: clip-path 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
@media screen and (max-width: 767px) {
  #top #main .mainBox .mainTextArea .main_stroke {
    width: 79.6vw;
    height: 73.4vw;
    left: -24vw;
    top: -8.1vw;
  }
}
#top #main .mainBox .mainTextArea .main_stroke.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  #top #main .mainBox .mainTextArea .mainText {
    margin-top: -8vw;
  }
}
#top #main .mainBox .mainTextArea .mainEn {
  position: relative;
  left: -7.8vw;
}
@media screen and (max-width: 767px) {
  #top #main .mainBox .mainTextArea .mainEn {
    left: -2.3vw;
    margin-top: -5.8vw;
  }
}
#top #main .mainBox .mainImage {
  width: 78.125%;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  /* 画像 */
  /* スライドの動き */
  /* swiper settings ----------------------------------------------------------*/
}
@media screen and (max-width: 767px) {
  #top #main .mainBox .mainImage {
    width: 86.7%;
  }
}
#top #main .mainBox .mainImage::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/shadow@2x.png);
  background-size: 100% 100%;
  width: 28.125vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#top #main .mainBox .mainImage #imageSlider {
  z-index: 0;
}
#top #main .mainBox .mainImage .main-visual {
  width: 100%;
  display: grid;
  grid-template-rows: max-content 1fr;
  grid-template-columns: 34% 66%;
}
@media only screen and (max-width: 768px) {
  #top #main .mainBox .mainImage .main-visual {
    display: block;
  }
}
#top #main .mainBox .mainImage .mv-slide {
  grid-column: 2/3;
  grid-row: 1/3;
}
#top #main .mainBox .mainImage .mv-slide-inner {
  position: relative;
}
#top #main .mainBox .mainImage .mv-image img {
  width: 100%;
  height: auto;
}
#top #main .mainBox .mainImage .mv-image-wrap {
  overflow: hidden;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}
#top #main .mainBox .mainImage .mv-image-inner {
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}
#top #main .mainBox .mainImage .swiper-slide-active .mv-image img,
#top #main .mainBox .mainImage .swiper-slide-duplicate-active .mv-image img {
  transform: scale(1.2);
  animation: animationZoom1 7s ease-in-out forwards;
}
#top #main .mainBox .mainImage .swiper-slide-active .mv-image.paused img,
#top #main .mainBox .mainImage .swiper-slide-duplicate-active .mv-image.paused img {
  animation-play-state: paused;
}
@keyframes animationZoom1 {
  100% {
    transform: scale(1);
  }
}
#top #main .mainBox .mainImage .mv-item {
  position: relative;
}
#top #main .mainBox .mainImage .swiper-slide.swiper-slide-duplicate-prev .mv-image-wrap,
#top #main .mainBox .mainImage .swiper-slide.swiper-slide-duplicate-prev .mv-image-inner,
#top #main .mainBox .mainImage .swiper-slide.swiper-slide-duplicate-prev .mv-itemcopy-wrap,
#top #main .mainBox .mainImage .swiper-slide.swiper-slide-duplicate-prev .mv-itemcopy-inner, #top #main .mainBox .mainImage .swiper-slide.swiper-slide-prev .mv-image-wrap,
#top #main .mainBox .mainImage .swiper-slide.swiper-slide-prev .mv-image-inner,
#top #main .mainBox .mainImage .swiper-slide.swiper-slide-prev .mv-itemcopy-wrap,
#top #main .mainBox .mainImage .swiper-slide.swiper-slide-prev .mv-itemcopy-inner, #top #main .mainBox .mainImage .swiper-slide.swiper-slide-duplicate-active .mv-image-wrap,
#top #main .mainBox .mainImage .swiper-slide.swiper-slide-duplicate-active .mv-image-inner,
#top #main .mainBox .mainImage .swiper-slide.swiper-slide-duplicate-active .mv-itemcopy-wrap,
#top #main .mainBox .mainImage .swiper-slide.swiper-slide-duplicate-active .mv-itemcopy-inner, #top #main .mainBox .mainImage .swiper-slide.swiper-slide-active .mv-image-wrap,
#top #main .mainBox .mainImage .swiper-slide.swiper-slide-active .mv-image-inner,
#top #main .mainBox .mainImage .swiper-slide.swiper-slide-active .mv-itemcopy-wrap,
#top #main .mainBox .mainImage .swiper-slide.swiper-slide-active .mv-itemcopy-inner {
  transform: translate(0, 0);
}
#top #main .mainBox .mainImage .swiper-wrapper {
  width: 100%;
  height: auto;
}
#top #main .mainBox .mainImage .swiper-slide {
  width: 100%;
  height: 100%;
}
#top #main .mainBox .mainImage .swiper-creative .swiper-slide {
  overflow: visible;
}
#top #main .mainBox .mainImage .swiper-pagination {
  bottom: 26px;
  width: auto;
  right: 80px;
  left: auto;
}
#top #main .mainBox .mainImage .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
  margin: 0;
}
#top #main .mainBox .mainImage .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 15px;
}
#top #main .mainBox .mainImage .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}
#top #main .mainBox .mainImage .swiper_pause {
  position: absolute;
  background-image: url(../images/top/stop.svg);
  width: 30px;
  height: 30px;
  bottom: 25px;
  right: 20px;
  transition: all 0.3s;
}
#top #main .mainBox .mainImage .swiper_pause.paused {
  background-image: url(../images/top/start.svg);
}
#top #main .mainBox .mainImage .swiper_pause:hover {
  opacity: 0.7;
}
#top #lead {
  position: relative;
  z-index: 0;
}
#top #lead::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/lead_stroke.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 937px;
  height: 943px;
  bottom: -42px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #top #lead::before {
    background-image: url(../images/top/lead_stroke_sp.svg);
    width: 100%;
    height: 130vw;
    bottom: 55px;
  }
}
#top #lead .leadFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 83px 0 13.8vw;
}
@media screen and (max-width: 767px) {
  #top #lead .leadFlex {
    margin: 57px 0 0;
    flex-direction: column;
  }
}
#top #lead .leadFlex .leadText {
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  line-height: 39px;
  width: 395px;
}
@media screen and (max-width: 767px) {
  #top #lead .leadFlex .leadText {
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 45px;
  }
}
#top #lead .leadFlex .leadText .fadeText {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
#top #lead .leadFlex .leadText .fadeText.active {
  opacity: 1;
  transform: translateY(0);
}
@media print {
  #top #lead .leadFlex .leadText .fadeText {
    opacity: 1;
    transform: translateY(0);
  }
}
#top #lead .leadImage {
  width: calc(100% - 427px);
}
@media screen and (max-width: 767px) {
  #top #lead .leadImage {
    width: 100%;
    margin-bottom: 50px;
  }
}
#top #plan .planBg {
  position: relative;
  z-index: 1;
}
#top #plan .planBg .plan_stroke {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 63.6vw;
  height: 55vw;
  z-index: 1;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: clip-path 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
#top #plan .planBg .plan_stroke.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  #top #plan .planBg .plan_stroke {
    width: 90.2vw;
    height: 78vw;
    top: -4.6vw;
    transform: translate(-50%, 0);
  }
}
#top #plan .planBg .planBg01 {
  position: relative;
}
#top #plan .planBg .planBg01.active::before {
  opacity: 1;
}
#top #plan .planBg .planBg01::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/planBg02.svg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #top #plan .planBg .planBg01::before {
    background-image: url(../images/top/planBg02_sp.svg);
  }
}
#top #plan .planBg .planTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  width: 50vw;
}
#top #plan .planBg .planTitle.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #top #plan .planBg .planTitle {
    width: 80.6vw;
    transform: translate(-50%, 0);
    top: 5.4vw;
  }
}
#top #plan .planBg .planTextArea {
  position: absolute;
  bottom: 4vw;
  right: 11.3vw;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  #top #plan .planBg .planTextArea {
    right: 2vw;
  }
}
@media screen and (max-width: 1000px) {
  #top #plan .planBg .planTextArea {
    right: 0;
    bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #top #plan .planBg .planTextArea {
    right: auto;
    left: 5%;
    bottom: 11.7vw;
    width: 90%;
  }
}
#top #plan .planBg .planTextArea.active {
  opacity: 1;
}
#top #plan .planBg .planTextArea .planText {
  color: #fff;
  line-height: 26px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #top #plan .planBg .planTextArea .planText {
    font-size: 14px;
    line-height: 24px;
  }
}
#top #message .messageBg {
  padding: 170px 0;
  max-width: 992px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #top #message .messageBg {
    padding: 50px 0 95px;
  }
}
#top #message .messageFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  padding: 0 85px 85px;
}
@media screen and (max-width: 1024px) {
  #top #message .messageFlex {
    padding: 0 27px 27px;
  }
}
@media screen and (max-width: 767px) {
  #top #message .messageFlex {
    flex-direction: column;
    padding: 0 27px;
  }
}
#top #message .messageFlex::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 88.5%;
  z-index: -1;
  top: 65px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1024px) {
  #top #message .messageFlex::before {
    height: 87.3%;
  }
}
@media screen and (max-width: 767px) {
  #top #message .messageFlex::before {
    height: 100%;
    top: 33px;
  }
}
#top #message .messageFlex .messageImage {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #top #message .messageFlex .messageImage {
    width: 100%;
    margin-bottom: 12px;
  }
}
#top #message .messageFlex .messageTextArea {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #top #message .messageFlex .messageTextArea {
    width: 100%;
  }
}
#top #message .messageFlex .messageTextArea .messageEn {
  margin-bottom: 15px;
  max-width: 330px;
}
@media screen and (max-width: 767px) {
  #top #message .messageFlex .messageTextArea .messageEn {
    width: 40.6vw;
    margin-bottom: 0;
    margin-left: -40px;
  }
}
#top #message .messageFlex .messageTextArea .messageTitle {
  color: #418FDE;
  font-weight: 200;
  font-size: 40px;
  line-height: 63px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #top #message .messageFlex .messageTextArea .messageTitle {
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
#top #message .messageFlex .messageTextArea .messageText {
  line-height: 26px;
  margin-bottom: 50px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #top #message .messageFlex .messageTextArea .messageText {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 25px;
  }
}
#top #about .titleArea {
  position: relative;
  margin: 220px 0 70px;
}
@media screen and (max-width: 767px) {
  #top #about .titleArea {
    margin: 72px 0;
  }
}
@media print {
  #top #about .titleArea {
    padding-top: 200px;
  }
}
#top #about .titleArea .aboutTitle {
  font-weight: 200;
  font-size: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top #about .titleArea .aboutTitle {
    font-size: 33px;
  }
}
#top #about .titleArea .loop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #top #about .titleArea .loop {
    top: -15px;
  }
}
@media print {
  #top #about .titleArea .loop {
    top: 180px;
  }
}
#top #about .titleArea .loop .loopArea {
  display: flex;
  animation: loop-text 30s linear infinite;
}
#top #about .titleArea .loop .loopArea.stop {
  animation-play-state: paused;
}
#top #about .titleArea .loop .double-content {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 170px;
  white-space: nowrap;
  margin-right: 50px;
  background: linear-gradient(-160deg, #a09fff 10%, #a3c9fa 38%, #9deaf6 65%, #94ffe2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.25;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  #top #about .titleArea .loop .double-content {
    font-size: 60px;
    margin-right: 10px;
  }
}
@-moz-document url-prefix() {
  #top #about .titleArea .loop .double-content {
    opacity: 0.4;
  }
}
#top #about .titleArea .stopButton01 {
  position: absolute;
  background-image: url(../images/top/stop_blue.svg);
  width: 30px;
  height: 30px;
  bottom: -40px;
  right: 20px;
  z-index: 1;
  transition: all 0.5s;
}
#top #about .titleArea .stopButton01:hover {
  opacity: 0.7;
  cursor: pointer;
}
#top #about .titleArea .stopButton01.active {
  background-image: url(../images/top/start_blue.svg);
}
#top #about .companyFlex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #top #about .companyFlex {
    flex-direction: column;
    margin-bottom: 45px;
  }
}
#top #about .companyFlex .companyTextArea {
  width: 38.1%;
}
@media screen and (max-width: 1024px) {
  #top #about .companyFlex .companyTextArea {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  #top #about .companyFlex .companyTextArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
#top #about .companyFlex .companyTextArea .maruArw {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #top #about .companyFlex .companyTextArea .maruArw {
    margin-top: 20px;
  }
}
#top #about .companyImage {
  display: block;
  max-width: 992px;
  margin: 0 auto 120px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #top #about .companyImage {
    margin-bottom: 45px;
    width: 100%;
  }
}
#top #about .companyImage img {
  transition: transform 0.6s ease; /* ゆっくり変化させる */
}
#top #about .companyImage::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arw02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  transition: all 0.6s ease;
  left: 50%;
  bottom: 22px;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top #about .companyImage::before {
    background-image: url(../images/common/arw02_sp.svg);
    width: 36px;
    height: 36px;
    bottom: 9px;
  }
}
#top #about .companyImage:hover {
  opacity: 1;
}
#top #about .companyImage:hover img {
  transform: scale(1.1);
}
#top #about .companyImage:hover::before {
  background-image: url(../images/common/arw02_grd.svg);
}
@media screen and (max-width: 767px) {
  #top #about .companyImage:hover::before {
    background-image: url(../images/common/arw02_grd_sp.svg);
  }
}
#top #about .storyArea {
  position: relative;
  margin-bottom: 205px;
}
@media screen and (max-width: 767px) {
  #top #about .storyArea {
    margin-bottom: 45px;
  }
}
@media print {
  #top #about .storyArea {
    page-break-inside: avoid;
  }
}
#top #about .storyArea::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(20deg, #1eb4af, #418fde 54%, #0071bc);
  opacity: 0.15;
  width: 82%;
  height: calc(100% + 45px);
  right: 0;
  top: 45px;
  z-index: -1;
  max-width: 1350px;
}
@media screen and (max-width: 1750px) {
  #top #about .storyArea::before {
    max-width: 1250px;
  }
}
@media screen and (max-width: 1550px) {
  #top #about .storyArea::before {
    max-width: 1150px;
  }
}
@media screen and (max-width: 767px) {
  #top #about .storyArea::before {
    top: 38px;
    height: calc(100% - 60px);
  }
}
#top #about .storyArea .storyFlex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top #about .storyArea .storyFlex {
    flex-direction: column-reverse;
  }
}
#top #about .storyArea .storyFlex .storyLeft {
  width: 82.1%;
}
@media screen and (max-width: 767px) {
  #top #about .storyArea .storyFlex .storyLeft {
    width: 100%;
  }
}
#top #about .storyArea .storyFlex .storyLeft .storyLink {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
#top #about .storyArea .storyFlex .storyLeft .storyLink + .storyLink {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  #top #about .storyArea .storyFlex .storyLeft .storyLink + .storyLink {
    margin-top: 15px;
  }
}
#top #about .storyArea .storyFlex .storyLeft .storyLink:hover {
  opacity: 1;
}
#top #about .storyArea .storyFlex .storyLeft .storyLink:hover .storyImage::before {
  opacity: 0.2;
}
#top #about .storyArea .storyFlex .storyLeft .storyLink:hover .storyImage img {
  transform: scale(1.1);
}
#top #about .storyArea .storyFlex .storyLeft .storyLink .storyNumber {
  position: absolute;
  width: 378px;
  height: auto;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #top #about .storyArea .storyFlex .storyLeft .storyLink .storyNumber {
    width: 29.5vw;
  }
}
@media screen and (max-width: 767px) {
  #top #about .storyArea .storyFlex .storyLeft .storyLink .storyNumber {
    width: 37.6vw;
  }
}
#top #about .storyArea .storyFlex .storyLeft .storyLink .storyImage {
  position: relative;
  z-index: 0;
}
#top #about .storyArea .storyFlex .storyLeft .storyLink .storyImage::before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
}
#top #about .storyArea .storyFlex .storyLeft .storyLink .storyImage img {
  transform: scale(1, 1);
  transition: all 0.6s ease;
}
#top #about .storyArea .storyFlex .storyLeft .storyLink .storyText {
  position: absolute;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 160%;
  bottom: 30px;
  left: 40px;
}
@media screen and (max-width: 1100px) {
  #top #about .storyArea .storyFlex .storyLeft .storyLink .storyText {
    font-size: 2vw;
    bottom: 2.3vw;
    left: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  #top #about .storyArea .storyFlex .storyLeft .storyLink .storyText {
    font-size: 4.6vw;
    bottom: 3.5vw;
    left: 3.5vw;
    line-height: 140%;
  }
}
#top #about .storyArea .storyFlex .storyLeft .storyLink .maruArw {
  position: absolute;
  bottom: 40px;
  right: 33px;
}
@media screen and (max-width: 1100px) {
  #top #about .storyArea .storyFlex .storyLeft .storyLink .maruArw {
    width: 5vw;
    height: 5vw;
    bottom: 3.1vw;
    right: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  #top #about .storyArea .storyFlex .storyLeft .storyLink .maruArw {
    width: 9.6vw;
    height: 9.6vw;
    bottom: 3.5vw;
    right: 2.7vw;
  }
}
#top #about .storyArea .storyFlex .storyRight {
  width: 9.6%;
}
@media screen and (max-width: 767px) {
  #top #about .storyArea .storyFlex .storyRight {
    width: 100%;
    margin-bottom: 20px;
  }
}
#top #about .storyArea .storyFlex .storyRight .subTitleArea {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #top #about .storyArea .storyFlex .storyRight .subTitleArea {
    flex-direction: column;
  }
}
#top #about .workArea {
  margin-bottom: 155px;
}
@media screen and (max-width: 767px) {
  #top #about .workArea {
    margin-bottom: 55px;
  }
}
#top #about .workArea .workTitleFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #top #about .workArea .workTitleFlex {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#top #about .workArea .workTitleFlex .subTitleArea {
  width: 395px;
}
@media screen and (max-width: 1024px) {
  #top #about .workArea .workTitleFlex .subTitleArea {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  #top #about .workArea .workTitleFlex .subTitleArea {
    width: 100%;
  }
}
#top #about .workArea .workTitleFlex .workText {
  line-height: 26px;
  width: calc(100% - 427px);
}
@media screen and (max-width: 1024px) {
  #top #about .workArea .workTitleFlex .workText {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 767px) {
  #top #about .workArea .workTitleFlex .workText {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin-top: 10px;
  }
}
#top #about .workArea .workImage {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #top #about .workArea .workImage {
    margin-bottom: 30px;
  }
}
#top #about .workArea .workImage .workBox + .workBox {
  margin-top: 27px;
}
@media screen and (max-width: 1130px) {
  #top #about .workArea .workImage .workBox + .workBox {
    margin-top: 2.4vw;
  }
}
#top #about .workArea .workImage .workBox .workTitle {
  font-size: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0;
  margin-bottom: 0.5%;
}
@media screen and (max-width: 1130px) {
  #top #about .workArea .workImage .workBox .workTitle {
    font-size: 1.4vw;
    line-height: 2.7vw;
  }
}
#top #about .workArea .workImage .workBox .workButton {
  color: #fff;
  padding: 0.32% 1.53%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 31px;
}
@media screen and (max-width: 1130px) {
  #top #about .workArea .workImage .workBox .workButton {
    font-size: 1.2vw;
    line-height: 2.45vw;
  }
}
#top #about .workArea .workImage .workBox .workButton::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 5px;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media screen and (max-width: 1130px) {
  #top #about .workArea .workImage .workBox .workButton::after {
    width: 1.8vw;
    height: 0.5vw;
    right: 1.1vw;
  }
}
#top #about .workArea .workImage .workBox .workButton:hover {
  background-color: #fff !important;
  opacity: 1;
}
#top #about .workArea .workImage .workBox .workButton:hover:after {
  right: 9px;
}
@media screen and (max-width: 1130px) {
  #top #about .workArea .workImage .workBox .workButton:hover:after {
    right: 0.6vw;
  }
}
#top #about .workArea .workImage .workBox .workButton:hover.blue {
  color: #00AAFF;
}
#top #about .workArea .workImage .workBox .workButton:hover.blue::after {
  background-image: url(../images/top/arw_blue.svg);
}
#top #about .workArea .workImage .workBox .workButton:hover.grd {
  border: 1px solid #C18CFE;
}
#top #about .workArea .workImage .workBox .workButton:hover.grd span {
  background: linear-gradient(90deg, #00bfff, #76c1ff 49%, #c9a6f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top #about .workArea .workImage .workBox .workButton:hover.grd::before {
  opacity: 0;
}
#top #about .workArea .workImage .workBox .workButton:hover.grd::after {
  background-image: url(../images/top/arw_purple.svg);
}
#top #about .workArea .workImage .workBox .workButton:hover.purple {
  color: #C18CFE;
}
#top #about .workArea .workImage .workBox .workButton:hover.purple::after {
  background-image: url(../images/top/arw_purple.svg);
}
#top #about .workArea .workImage .workBox .workButton:hover.green {
  color: #1EB4AF;
}
#top #about .workArea .workImage .workBox .workButton:hover.green::after {
  background-image: url(../images/top/arw_green.svg);
}
#top #about .workArea .workImage .workBox .workButton:hover.orange {
  color: #FD991E;
}
#top #about .workArea .workImage .workBox .workButton:hover.orange::after {
  background-image: url(../images/top/arw_orange.svg);
}
#top #about .workArea .workImage .workBox .workButton:hover.pink {
  color: #FF7ED6;
}
#top #about .workArea .workImage .workBox .workButton:hover.pink::after {
  background-image: url(../images/top/arw_pink.svg);
}
#top #about .workArea .workImage .workBox .workButton.blue {
  background-color: #00AAFF;
  border: 1px solid #00AAFF;
}
#top #about .workArea .workImage .workBox .workButton.grd {
  z-index: 1;
}
#top #about .workArea .workImage .workBox .workButton.grd::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00bfff, #76c1ff 49%, #c9a6f1);
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: -1;
  transition: all 0.3s;
}
#top #about .workArea .workImage .workBox .workButton.purple {
  background-color: #C18CFE;
  border: 1px solid #C18CFE;
}
#top #about .workArea .workImage .workBox .workButton.green {
  background-color: #1EB4AF;
  border: 1px solid #1EB4AF;
}
#top #about .workArea .workImage .workBox .workButton.orange {
  background-color: #FD991E;
  border: 1px solid #FD991E;
}
#top #about .workArea .workImage .workBox .workButton.pink {
  background-color: #FF7ED6;
  border: 1px solid #FF7ED6;
}
#top #about .workArea .workImage .workBox .workButton.button1 {
  top: 9.2%;
  left: 2.2%;
  width: 41.5%;
}
#top #about .workArea .workImage .workBox .workButton.button2 {
  top: 30.3%;
  left: 2.2%;
  width: 13.1%;
}
#top #about .workArea .workImage .workBox .workButton.button3 {
  top: 30.3%;
  left: 16.4%;
  width: 13.1%;
}
#top #about .workArea .workImage .workBox .workButton.button4 {
  top: 30.3%;
  left: 30.6%;
  width: 13.1%;
}
#top #about .workArea .workImage .workBox .workButton.button5 {
  top: 52%;
  left: 2.2%;
  width: 62%;
}
#top #about .workArea .workImage .workBox .workButton.button6 {
  top: 73%;
  left: 2.2%;
  width: 67.8%;
}
#top #about .workArea .workImage .workBox .workButton.button7 {
  top: 9.2%;
  left: 51%;
  width: 13.1%;
}
#top #about .workArea .workImage .workBox .workButton.button8 {
  top: 30.3%;
  left: 51%;
  width: 13.1%;
}
#top #about .workArea .workImage .workBox .workButton.button9 {
  top: 9.2%;
  left: 65.2%;
  width: 4.7%;
  line-height: 1.3;
  padding: 1.4% 1.2% 4.8%;
}
#top #about .workArea .workImage .workBox .workButton.button9::after {
  left: 50%;
  top: auto;
  bottom: 15%;
  transform: translate(-50%, 0);
}
#top #about .workArea .workImage .workBox .workButton.button10 {
  top: 45%;
  left: 79%;
  width: 13.1%;
}
#top #about .workArea .workImage .workBox .workButton.button11 {
  top: 66.5%;
  left: 79%;
  width: 13.1%;
}
#top #about .workArea .workImage .workBox .arwFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top #about .workArea .workImage .workBox .arwFlex .arwImage {
  width: 92.2%;
  position: relative;
}
#top #about .workArea .workImage .workBox .arwFlex .arwImage .workButton {
  position: absolute;
}
#top #about .workArea .workImage .workBox .arwFlex .arwImage .greenText {
  position: absolute;
  border: 2px solid #1EB4AF;
  color: #1EB4AF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 19px;
  padding: 13px 0;
  width: 13.1%;
  top: 15.6%;
  left: 79%;
}
@media screen and (max-width: 1130px) {
  #top #about .workArea .workImage .workBox .arwFlex .arwImage .greenText {
    border: 0.2vw solid #1EB4AF;
    font-size: 1.1vw;
    padding: 1vw 0;
    line-height: 1.7vw;
  }
}
#top #about .workArea .workImage .workBox .arwFlex .kyaku {
  width: 6.5%;
}
#top #about .workArea .workImage .workBox .orangeArea {
  background-color: rgba(251, 228, 161, 0.6);
  padding: 20px;
}
@media screen and (max-width: 1130px) {
  #top #about .workArea .workImage .workBox .orangeArea {
    padding: 1.8vw;
  }
}
#top #about .workArea .workImage .workBox .orangeArea .workButton {
  display: block;
  width: 100%;
  margin-bottom: 1%;
  position: relative;
}
#top #about .workArea .workImage .workBox .orangeArea .textFlex {
  display: flex;
  justify-content: space-between;
}
#top #about .workArea .workImage .workBox .orangeArea .textFlex .orangeText {
  border: 2px solid #FD991E;
  color: #FD991E;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 19px;
  padding: 13px;
  width: 19%;
}
@media screen and (max-width: 1130px) {
  #top #about .workArea .workImage .workBox .orangeArea .textFlex .orangeText {
    border: 0.2vw solid #FD991E;
    font-size: 1.1vw;
    padding: 1vw;
    line-height: 1.7vw;
  }
}
#top #about .workArea .workImage .workBox .pinkArea {
  background-color: rgba(251, 103, 165, 0.2);
  padding: 20px;
}
@media screen and (max-width: 1130px) {
  #top #about .workArea .workImage .workBox .pinkArea {
    padding: 1.8vw;
  }
}
#top #about .workArea .workImage .workBox .pinkArea .pinkFlex {
  display: flex;
  justify-content: space-between;
}
#top #about .workArea .workImage .workBox .pinkArea .pinkFlex .workButton {
  position: relative;
  width: 15.6%;
}
#top #about #slidArea {
  position: relative;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea {
    margin-bottom: 190px;
  }
}
@media print {
  #top #about #slidArea {
    page-break-inside: avoid;
    padding-top: 100px;
  }
}
#top #about #slidArea::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(45deg, rgba(0, 238, 255, 0.15), rgba(12, 173, 244, 0.15) 39%, rgba(18, 141, 239, 0.15) 75%, rgba(24, 108, 234, 0.15));
  width: 88.75%;
  height: 100%;
  bottom: -60px;
  left: 0;
  max-width: 1735px;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea::before {
    height: 123%;
    bottom: -140px;
    width: 82%;
  }
}
#top #about #slidArea .wrapper {
  margin: 0 0 0 auto;
  max-width: 1450px;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .wrapper {
    width: 93.6%;
  }
}
#top #about #slidArea .subTitleArea {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 75px;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .subTitleArea {
    flex-direction: column-reverse;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#top #about #slidArea .slidflex {
  position: relative;
  top: -14px;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .slidflex {
    flex-direction: column;
  }
}
#top #about #slidArea .slidflex .otherstitle {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .slidflex .otherstitle {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#top #about #slidArea .slidflex .otherstitle span {
  writing-mode: vertical-rl;
  font-size: 35px;
  font-weight: bold;
  width: 55px;
  background-image: url(../images/staff/common/border@2x.png);
  background-size: contain;
  background-position: right;
  letter-spacing: 0.6rem;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .slidflex .otherstitle span {
    writing-mode: inherit;
    font-size: 23px;
    background-image: url(../images/staff/common/border_sp@2x.png);
    letter-spacing: 0.3rem;
  }
}
#top #about #slidArea .swiper {
  padding: 0 27% 0 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  #top #about #slidArea .swiper {
    padding: 0 5% 0 0;
  }
}
#top #about #slidArea .swiper .swiper-slide {
  height: 466px;
  position: relative;
}
@media screen and (max-width: 1130px) {
  #top #about #slidArea .swiper .swiper-slide {
    height: 41.3vw;
  }
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .swiper .swiper-slide {
    width: 50% !important;
    height: 78.4vw;
  }
}
#top #about #slidArea .swiper .slide1 {
  position: relative;
}
#top #about #slidArea .swiper .slide1:hover {
  opacity: 1;
}
#top #about #slidArea .swiper .slide1:hover img {
  transform: scale(1.1); /* 拡大 */
}
#top #about #slidArea .swiper .slide1:hover .inner {
  background-image: url(../images/staff/common/bg_hv@2x.png);
}
#top #about #slidArea .swiper .slide1:hover .inner::after {
  right: 10px;
}
#top #about #slidArea .swiper .slide1:hover .footarea {
  background-color: #186CEA;
}
#top #about #slidArea .swiper .slide1:hover .footarea::before {
  background-image: url(../images/staff/common/deco04_hover@2x.png);
}
#top #about #slidArea .swiper .slide1:hover .footarea::after {
  right: 9px;
}
#top #about #slidArea .swiper .slide1 .inner {
  margin: 0 16px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .swiper .slide1 .inner {
    margin: 0 5px;
  }
}
#top #about #slidArea .swiper .slide1 .img {
  overflow: hidden;
  font-size: 0;
  height: 402px;
}
@media screen and (max-width: 1130px) {
  #top #about #slidArea .swiper .slide1 .img {
    height: 30vw;
  }
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .swiper .slide1 .img {
    height: 56vw;
  }
}
#top #about #slidArea .swiper .slide1 .img img {
  height: auto;
  transition: transform 0.6s ease; /* ゆっくり変化させる */
}
#top #about #slidArea .swiper .slide1 .cate {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  z-index: 1;
}
#top #about #slidArea .swiper .slide1 .cate.blue {
  background-color: #00aaff;
}
#top #about #slidArea .swiper .slide1 .cate.purple {
  background-color: #c18cfe;
}
#top #about #slidArea .swiper .slide1 .cate.grade {
  background: linear-gradient(90deg, #00bfff, #76c1ff 49%, #c9a6f1);
  font-size: 13px;
}
@media screen and (max-width: 800px) {
  #top #about #slidArea .swiper .slide1 .cate.grade {
    font-size: 9px;
  }
}
#top #about #slidArea .swiper .slide1 .cate.pink {
  background-color: #ff7ed6;
}
@media screen and (max-width: 800px) {
  #top #about #slidArea .swiper .slide1 .cate {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .swiper .slide1 .cate {
    padding: 2px 5px;
  }
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .swiper .slide1 .cate span {
    letter-spacing: -1px;
  }
}
#top #about #slidArea .swiper .slide1 .footarea {
  padding: 5px 15px 15px;
  position: absolute;
  bottom: 0;
  background-color: #418fde;
  width: calc(100% - 61px);
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.2s;
  min-height: 125px;
}
@media screen and (max-width: 1280px) {
  #top #about #slidArea .swiper .slide1 .footarea {
    min-height: 155px;
  }
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .swiper .slide1 .footarea {
    padding: 0 10px 40px;
    width: calc(100% - 29px);
    min-height: 37.4vw;
    padding-bottom: 15px;
  }
}
#top #about #slidArea .swiper .slide1 .footarea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 54px;
  top: -53px;
  left: 0;
  background-image: url(../images/staff/common/deco4@2x.png);
  background-size: cover;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .swiper .slide1 .footarea::before {
    background-size: 100% 100%;
    height: 7vw;
    top: -6.7vw;
  }
}
#top #about #slidArea .swiper .slide1 .footarea::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 6px;
  bottom: 15px;
  right: 15px;
  background-image: url(../images/staff/common/icon2@2x.png);
  background-size: contain;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .swiper .slide1 .footarea::after {
    width: 20px;
    height: 5px;
    bottom: 12px;
    right: 12px;
  }
}
#top #about #slidArea .swiper .slide1 .footarea .Title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 29px;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .swiper .slide1 .footarea .Title {
    font-size: 3.7vw;
    line-height: 5.3vw;
    letter-spacing: -0.05em;
  }
}
#top #about #slidArea .swiper .slide1 .footarea .busyo,
#top #about #slidArea .swiper .slide1 .footarea .name {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .swiper .slide1 .footarea .busyo,
  #top #about #slidArea .swiper .slide1 .footarea .name {
    font-size: 3.2vw;
    line-height: 4.5vw;
  }
}
#top #about #slidArea .slidcustom {
  margin-top: 75px;
  margin-left: 181px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .slidcustom {
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 23px;
  }
}
#top #about #slidArea .swiper-horizontal > .swiper-scrollbar,
#top #about #slidArea .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
}
#top #about #slidArea .swiper-scrollbar {
  background-color: rgba(65, 143, 222, 0.3);
  width: 60%;
  height: 3px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  #top #about #slidArea .swiper-scrollbar {
    margin-top: 5px;
    width: 44%;
  }
}
#top #about #slidArea .swiper-scrollbar-drag {
  background-color: #418fde;
}
#top #about #slidArea .swiper-button-next {
  background-image: url(../images/staff/common/arw@2x.png);
  margin-left: 10px;
  margin-right: 30px;
}
#top #about #slidArea .swiper-button-next:hover {
  background-image: url(../images/staff/common/arw_hover@2x.png);
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .swiper-button-next {
    margin-right: 25px;
  }
}
#top #about #slidArea .swiper-button-prev {
  background-image: url(../images/staff/common/arw2@2x.png);
}
#top #about #slidArea .swiper-button-prev:hover {
  background-image: url(../images/staff/common/arw2_hover@2x.png);
}
#top #about #slidArea .swiper-button-next,
#top #about #slidArea .swiper-button-prev {
  background-size: contain;
  width: 62px;
  height: 62px;
  position: relative;
  left: auto;
  right: auto;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .swiper-button-next,
  #top #about #slidArea .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
}
#top #about #slidArea .swiper-button-next::after,
#top #about #slidArea .swiper-button-prev::after {
  content: "";
}
#top #about #slidArea .btn {
  display: block;
  position: relative;
  margin-left: 181px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #top #about #slidArea .btn {
    max-width: 100%;
    width: 93.6%;
  }
}
#top #about #slidArea .swiper_pause02 {
  background-image: url(../images/top/stop_blue.svg);
  width: 30px;
  height: 30px;
  transition: all 0.3s;
  margin-left: 25px;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  #top #about #slidArea .swiper_pause02 {
    margin-left: 15px;
    margin-top: -15px;
  }
}
#top #about #slidArea .swiper_pause02.paused {
  background-image: url(../images/top/start_blue.svg);
}
#top #about #slidArea .swiper_pause02:hover {
  opacity: 0.7;
}
@media print {
  #top #about .hitokotoArea {
    page-break-inside: avoid;
  }
}
#top #about .hitokotoArea .hitokotoBg {
  position: relative;
  background: linear-gradient(-160deg, rgba(243, 255, 156, 0.3), rgba(125, 238, 177, 0.3) 29%, rgba(72, 216, 211, 0.3) 43%, rgba(20, 194, 244, 0.3) 57%, rgba(21, 166, 241, 0.3) 73%, rgba(23, 139, 237, 0.3) 87%, rgba(24, 112, 234, 0.3));
  z-index: 100;
  margin-bottom: 97px;
}
@media screen and (max-width: 767px) {
  #top #about .hitokotoArea .hitokotoBg {
    margin-bottom: 60px;
  }
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 627px;
  width: 90%;
  z-index: 1;
  background-color: #fff;
  padding: 64px 62px 52px;
}
@media screen and (max-width: 767px) {
  #top #about .hitokotoArea .hitokotoBg .hitokotoImage {
    padding: 9.3vw 8.6vw 4vw;
  }
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage:hover {
  opacity: 1;
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage:hover::before {
  opacity: 1;
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage:hover:after {
  background: #fff;
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage:hover .tepraDeco::before {
  background-image: url(../images/top/tepra03@2x.png);
}
@media screen and (max-width: 767px) {
  #top #about .hitokotoArea .hitokotoBg .hitokotoImage:hover .tepraDeco::before {
    background-image: url(../images/top/tepra03_sp@2x.png);
  }
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage:hover .tepraDeco::after {
  background-image: url(../images/top/tepra04@2x.png);
}
@media screen and (max-width: 767px) {
  #top #about .hitokotoArea .hitokotoBg .hitokotoImage:hover .tepraDeco::after {
    background-image: url(../images/top/tepra04_sp@2x.png);
  }
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage:hover .tepraTitle {
  background: linear-gradient(5deg, #00eeff, #0cadf4 39%, #128def 75%, #186cea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage:hover .tepraTitle::before {
  background: #fff;
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage:hover .tepraText {
  color: #fff;
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage:hover .tepraLink span {
  color: #fff;
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage:hover .tepraLink span::before {
  background-image: url(../images/common/arw.svg);
  right: -3px;
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(50deg, #00eeff, #0cadf4 39%, #128def 75%, #186cea);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(28deg, #00eeff, #0cadf4 39%, #128def 75%, #186cea);
  width: 80.5%;
  height: 91px;
  top: 64px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #top #about .hitokotoArea .hitokotoBg .hitokotoImage::after {
    top: 9.3vw;
    height: 14vw;
    max-height: 90px;
  }
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraDeco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraDeco::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/tepra01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 109px;
  height: 285px;
  top: 50%;
  left: 14px;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraDeco::before {
    width: 15.2vw;
    height: 44vw;
    transform: none;
    top: 2.7vw;
    left: 2.2vw;
    background-image: url(../images/top/tepra01_sp@2x.png);
  }
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraDeco::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/tepra02@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 93px;
  height: 283px;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraDeco::after {
    width: 13.1vw;
    height: 44vw;
    transform: none;
    bottom: 2.5vw;
    top: auto;
    right: 2.5vw;
    background-image: url(../images/top/tepra02_sp@2x.png);
  }
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraTitle {
  color: #fff;
  text-align: center;
  font-size: 65px;
  line-height: 1;
  padding: 10px 0 15px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraTitle {
    font-size: 8.4vw;
  }
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraTitle span {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraTitle span {
    font-size: 4.3vw;
  }
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraText {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraText {
    font-size: 3.2vw;
    line-height: 155%;
    text-align: left;
  }
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraLink {
  display: block;
  margin-top: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraLink {
    margin-top: 2vw;
  }
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraLink span {
  position: relative;
  padding-right: 32px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraLink span {
    font-size: 4.3vw;
  }
}
#top #about .hitokotoArea .hitokotoBg .hitokotoImage .tepraLink span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arw04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 5px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
#top #about .hitokotoArea .hitokotoBg .c-loop-slider {
  overflow: hidden;
}
#top #about .hitokotoArea .hitokotoBg .c-loop-slider:nth-child(even) .c-loop-slider__wrapper .c-loop-slider__items {
  animation: infinity-scroll02 40s linear infinite both;
}
#top #about .hitokotoArea .hitokotoBg .c-loop-slider + .c-loop-slider {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #top #about .hitokotoArea .hitokotoBg .c-loop-slider + .c-loop-slider {
    margin-top: 4vw;
  }
}
#top #about .hitokotoArea .hitokotoBg .c-loop-slider .c-loop-slider__wrapper {
  display: flex;
  width: max-content;
}
#top #about .hitokotoArea .hitokotoBg .c-loop-slider .c-loop-slider__wrapper .c-loop-slider__items {
  display: flex;
  animation: infinity-scroll 40s linear infinite both;
}
#top #about .hitokotoArea .hitokotoBg .c-loop-slider .c-loop-slider__wrapper .c-loop-slider__items.stop {
  animation-play-state: paused;
}
#top #about .hitokotoArea .hitokotoBg .c-loop-slider .c-loop-slider__wrapper .c-loop-slider__items img {
  margin-right: 15px;
  width: auto;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  #top #about .hitokotoArea .hitokotoBg .c-loop-slider .c-loop-slider__wrapper .c-loop-slider__items img {
    height: 8vw;
    margin-right: 8px;
  }
}
#top #about .hitokotoArea .hitokotoBg .stopButton02 {
  position: absolute;
  background-image: url(../images/top/stop_blue.svg);
  width: 30px;
  height: 30px;
  bottom: -40px;
  right: 20px;
  z-index: 1;
  transition: all 0.5s;
}
#top #about .hitokotoArea .hitokotoBg .stopButton02:hover {
  opacity: 0.7;
  cursor: pointer;
}
#top #about .hitokotoArea .hitokotoBg .stopButton02.active {
  background-image: url(../images/top/start_blue.svg);
}
#top #about .newArea {
  padding: 0 0 115px;
}
@media screen and (max-width: 767px) {
  #top #about .newArea {
    padding: 0 0 72px;
  }
}
#top #about .newArea .newFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top #about .newArea .newFlex {
    flex-direction: column;
  }
}
#top #about .newArea .newFlex:hover .newTextArea::before {
  background-image: url(../images/common/arw02_grd.svg);
}
@media screen and (max-width: 767px) {
  #top #about .newArea .newFlex:hover .newTextArea::before {
    background-image: url(../images/common/arw02_grd_sp.svg);
  }
}
#top #about .newArea .newFlex .newImage {
  width: 48.4%;
}
@media screen and (max-width: 767px) {
  #top #about .newArea .newFlex .newImage {
    width: 100%;
    margin-bottom: 10px;
  }
}
#top #about .newArea .newFlex .newTextArea {
  width: 48.4%;
  padding-right: 86px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top #about .newArea .newFlex .newTextArea {
    width: 100%;
    padding-right: 0;
  }
}
#top #about .newArea .newFlex .newTextArea::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arw02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  transition: all 0.6s;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  #top #about .newArea .newFlex .newTextArea::before {
    background-image: url(../images/common/arw02_sp.svg);
    width: 36px;
    height: 36px;
    top: 18px;
    transform: none;
  }
}
#top #about .newArea .newFlex .newTextArea .subTitleArea {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #top #about .newArea .newFlex .newTextArea .subTitleArea {
    margin-bottom: 14px;
  }
}
#top #about .newArea .newFlex .newTextArea .subTitleArea .subTitleEn {
  margin-bottom: 0;
}
#top #about .newArea .newFlex .newTextArea .subTitleArea .subTitle {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  #top #about .newArea .newFlex .newTextArea .subTitleArea .subTitle {
    font-size: 23px;
  }
}
#top #about .newArea .newFlex .newTextArea .subTitleArea .subTitle span {
  letter-spacing: 0;
}
#top #about .newArea .newFlex .newTextArea .subTitleArea .subTitle span::before {
  display: none;
}
#top #about .newArea .newFlex .newTextArea .newText {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #top #about .newArea .newFlex .newTextArea .newText {
    font-size: 14px;
    line-height: 160%;
  }
}

@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes infinity-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll02 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}