body {
  padding-top: 0;
}

.anim {
  opacity: 0;
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.doanim {
  opacity: 1;
}

.blurtext {
  filter: blur(1rem);
  transform: translateY(5rem);
}

.doanim.blurtext {
  filter: blur(0);
  transform: translateY(0);
}

.blur {
  opacity: 0;
  filter: blur(0.7rem);
}

.doanim.blur {
  opacity: 1;
  filter: blur(0);
}

.fade_totop {
  transform: translateY(5rem);
}

.doanim.fade_totop {
  transform: translateY(0);
}

.fade_toleft {
  transform: translateX(5rem);
}

.doanim.fade_toleft {
  transform: translateX(0);
}

.fade_toright {
  transform: translateX(-5rem);
}

.doanim.fade_toright {
  transform: translateX(0);
}

.scaleimg {
  overflow: hidden;
  transition: all 1.2s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s linear;
}
.scaleimg img {
  transform: scale(1.1);
  transition: all 1.2s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s linear;
  transform-origin: center center;
}

.doanim.scaleimg img {
  transform: scale(1);
}

.img_expansion {
  transform: scale(0.7);
  transform-origin: center center;
}

.doanim.img_expansion {
  transform: scale(1);
}

.delay1 {
  transition-delay: 0.1s !important;
}
@media print, screen and (min-width: 768px) {
  .delay1 {
    transition-delay: 0.2s !important;
  }
}

.delay2 {
  transition-delay: 0.2s !important;
}
@media print, screen and (min-width: 768px) {
  .delay2 {
    transition-delay: 0.3s !important;
  }
}

.delay3 {
  transition-delay: 0.3s !important;
}
@media print, screen and (min-width: 768px) {
  .delay3 {
    transition-delay: 0.4s !important;
  }
}

.delay4 {
  transition-delay: 0.4s !important;
}
@media print, screen and (min-width: 768px) {
  .delay4 {
    transition-delay: 0.5s !important;
  }
}

.delay5 {
  transition-delay: 0.5s !important;
}
@media print, screen and (min-width: 768px) {
  .delay5 {
    transition-delay: 0.6s !important;
  }
}

.delay6 {
  transition-delay: 0.6s !important;
}
@media print, screen and (min-width: 768px) {
  .delay6 {
    transition-delay: 0.7s !important;
  }
}

.delay7 {
  transition-delay: 0.7s !important;
}
@media print, screen and (min-width: 768px) {
  .delay7 {
    transition-delay: 0.8s !important;
  }
}

.delay8 {
  transition-delay: 0.8s !important;
}
@media print, screen and (min-width: 768px) {
  .delay8 {
    transition-delay: 0.9s !important;
  }
}

.delay9 {
  transition-delay: 0.9s !important;
}
@media print, screen and (min-width: 768px) {
  .delay9 {
    transition-delay: 1s !important;
  }
}

.delay10 {
  transition-delay: 1s !important;
}
@media print, screen and (min-width: 768px) {
  .delay10 {
    transition-delay: 1.1s !important;
  }
}

.mv {
  padding-top: 80px;
  margin-bottom: 35%;
  background: url(../img/index/mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .mv {
    padding-top: 96px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 920px) {
  .mv {
    padding-top: 112px;
    margin-bottom: 65px;
  }
}
@media print, screen and (min-width: 1380px) {
  .mv {
    padding-top: 128px;
    margin-bottom: 85px;
  }
}
.mv .mv_inner {
  width: calc(100% - 40px);
  max-width: 1260px;
  display: flex;
  flex-wrap: wrap;
  margin-inline: auto;
}
@media print, screen and (min-width: 920px) {
  .mv .mv_inner {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1380px) {
  .mv .mv_inner {
    width: calc(100% - 80px);
  }
}
.mv .mv__text {
  color: #FFF;
  width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .mv .mv__text {
    flex: 1;
    padding-top: 0;
    padding-bottom: 30px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .mv .mv__text {
    padding-top: 10px;
    margin-right: 35px;
  }
}
@media print, screen and (min-width: 1380px) {
  .mv .mv__text {
    padding-top: 20px;
    margin-right: 40px;
  }
}
.mv .mv__text h2 {
  font-size: clamp(3.5rem, 12vw, 5.5rem);
  font-weight: bold;
  line-height: 1.24;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .mv .mv__text h2 {
    font-size: clamp(4.5rem, 5.4347826087vw, 7.5rem);
    margin-bottom: 26px;
  }
}
@media print, screen and (min-width: 920px) {
  .mv .mv__text h2 {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 1380px) {
  .mv .mv__text h2 {
    margin-bottom: 38px;
  }
}
.mv .mv__text p {
  font-size: 1.3rem;
  line-height: 2.33;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .mv .mv__text p {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 920px) {
  .mv .mv__text p {
    font-size: 1.5rem;
  }
}
.mv .mv__slide {
  width: 100%;
  margin-left: auto;
  margin-bottom: -32.6%;
}
@media print, screen and (min-width: 768px) {
  .mv .mv__slide {
    width: 57.6%;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .mv .mv__slide {
    padding-bottom: 0;
    margin-bottom: -70px;
  }
}
@media print, screen and (min-width: 1380px) {
  .mv .mv__slide {
    margin-bottom: -90px;
  }
}
.mv .mv__slide img {
  width: 100%;
}
.mv .mv__slide .splide__pagination {
  justify-content: flex-end;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .mv .mv__slide .splide__pagination {
    margin-top: 14px;
  }
}
@media print, screen and (min-width: 920px) {
  .mv .mv__slide .splide__pagination {
    margin-top: 17px;
  }
}
@media print, screen and (min-width: 1380px) {
  .mv .mv__slide .splide__pagination {
    margin-top: 20px;
  }
}
.mv .mv__slide .splide__pagination li:not(:last-child) {
  margin-right: 10px;
}
.mv .mv__slide .splide__pagination li button {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background-color: #bdc4d3;
}
.mv .mv__slide .splide__pagination li button.is-active {
  background-color: #4362FF;
}

.section_title span {
  font-weight: 600;
  letter-spacing: 0;
  display: block;
}
.section_title .ja {
  font-size: 1.5rem;
  color: #4362FF;
}
@media print, screen and (min-width: 920px) {
  .section_title .ja {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
}
.section_title .eng {
  font-size: 4rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .section_title .eng {
    font-size: 4.9rem;
  }
}
@media print, screen and (min-width: 920px) {
  .section_title .eng {
    font-size: 5.7rem;
  }
}
@media print, screen and (min-width: 1380px) {
  .section_title .eng {
    font-size: 6.5rem;
  }
}

.bg_blue_gradient {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .bg_blue_gradient {
    padding-bottom: 49px;
  }
}
@media print, screen and (min-width: 920px) {
  .bg_blue_gradient {
    padding-bottom: 57px;
  }
}
@media print, screen and (min-width: 1380px) {
  .bg_blue_gradient {
    padding-bottom: 65px;
  }
}

.company .section_title {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .company .section_title {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 920px) {
  .company .section_title {
    margin-bottom: 39px;
  }
}
@media print, screen and (min-width: 1380px) {
  .company .section_title {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .company .company__child {
    display: flex;
    flex-wrap: wrap;
  }
}
.company .company__child .company__child_content {
  display: block;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.company .company__child .company__child_content::after {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: 44.6%;
  background: rgba(26, 50, 100, 0);
  background: linear-gradient(180deg, rgba(18, 44, 87, 0) 0%, rgb(15, 38, 75) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.6;
}
@media print, screen and (min-width: 768px) {
  .company .company__child .company__child_content::after {
    adding-bottom: 32.2%;
  }
}
@media print, screen and (min-width: 768px) {
  .company .company__child .company__child_content:hover .arrow_link::after {
    width: 50px;
    height: 50px;
    right: -5px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .company .company__child .company__child_content:hover .arrow_link::after {
    width: 54px;
    height: 54px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 920px) {
  .company .company__child .company__child_content:hover .arrow_link::after {
    width: 58px;
    height: 58px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1380px) {
  .company .company__child .company__child_content:hover .arrow_link::after {
    width: 62px;
    height: 62px;
  }
}
@media print, screen and (min-width: 768px) {
  .company .company__child .company__child_content:hover .arrow_link span {
    transform: translateX(10px);
  }
}
@media print, screen and (min-width: 768px) {
  .company .company__child .company__child_content:hover .arrow_link span {
    transform: translateX(15px);
  }
}
.company .company__child .company__child_content.delay2 {
  transition-delay: 0s !important;
}
@media print, screen and (min-width: 768px) {
  .company .company__child .company__child_content.delay2 {
    transition-delay: 0.3s !important;
  }
}
.company .company__child .company__child_content.delay4 {
  transition-delay: 0s !important;
}
@media print, screen and (min-width: 768px) {
  .company .company__child .company__child_content.delay4 {
    transition-delay: 0.5s !important;
  }
}
.company .company__child .company__child_content.delay6 {
  transition-delay: 0s !important;
}
@media print, screen and (min-width: 768px) {
  .company .company__child .company__child_content.delay6 {
    transition-delay: 0.7s !important;
  }
}
.company .company__child .arrow_link {
  font-size: 1.9rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1.42;
  letter-spacing: 0.04em;
  width: 100%;
  max-width: calc(100% - 40px);
  margin-inline: auto;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .company .company__child .arrow_link {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 920px) {
  .company .company__child .arrow_link {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1380px) {
  .company .company__child .arrow_link {
    font-size: 2.6rem;
  }
}
.company .company__child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business {
  padding: 60px 0;
}
@media print, screen and (min-width: 768px) {
  .business {
    padding: 80px 0 70px 0;
  }
}
@media print, screen and (min-width: 920px) {
  .business {
    padding: 100px 0 80px 0;
  }
}
@media print, screen and (min-width: 1380px) {
  .business {
    padding: 120px 0 90px 0;
  }
}
.business .business_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.business figure {
  width: 100%;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .business figure {
    width: 45.4%;
    margin-bottom: 0;
  }
}
.business figure img {
  width: 100%;
  max-width: initial;
  position: relative;
  left: -20px;
}
@media print, screen and (min-width: 768px) {
  .business figure img {
    width: 109.5%;
    left: -9.5%;
  }
}
.business .text {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .business .text {
    flex: 1;
    width: 54.6%;
    max-width: 646px;
    padding-left: 30px;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 920px) {
  .business .text {
    padding-left: 35px;
  }
}
@media print, screen and (min-width: 1380px) {
  .business .text {
    padding-left: 40px;
  }
}
.business .text .section_title {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .business .text .section_title {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 920px) {
  .business .text .section_title {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1380px) {
  .business .text .section_title {
    margin-bottom: 35px;
  }
}
.business .text .section_title .ja {
  color: #a8b7ff;
}
.business .text .section_title .eng {
  color: #e9edf5;
}
.business .text p {
  color: #FFF;
  line-height: 2.28;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .business .text p {
    line-height: 2;
    max-width: 590px;
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 920px) {
  .business .text p {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1380px) {
  .business .text p {
    margin-bottom: 70px;
  }
}
.business .text .arrow_link {
  color: #FFF;
}

.works {
  padding: 30px 20px 40px 20px;
  margin-bottom: 40px;
  background-color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .works {
    padding: 40px 30px 49px 30px;
    margin-bottom: 49px;
  }
}
@media print, screen and (min-width: 920px) {
  .works {
    padding: 50px 45px 57px 45px;
    margin-bottom: 57px;
  }
}
@media print, screen and (min-width: 1380px) {
  .works {
    padding: 60px 60px 65px 60px;
    margin-bottom: 65px;
  }
}
.works .works__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .works .works__head {
    margin-bottom: 19px;
  }
}
@media print, screen and (min-width: 920px) {
  .works .works__head {
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 1380px) {
  .works .works__head {
    margin-bottom: 25px;
  }
}
.works .works__head .arrow_link {
  margin-left: auto;
}
.works .works__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .works .works__list {
    gap: 30px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .works .works__list {
    gap: 45px;
  }
}
@media print, screen and (min-width: 1380px) {
  .works .works__list {
    gap: 60px;
  }
}
.works .works__list li {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 14px;
  background-color: #e9edf5;
}
@media print, screen and (min-width: 768px) {
  .works .works__list li {
    flex: 1;
    padding: 16px;
  }
}
@media print, screen and (min-width: 920px) {
  .works .works__list li {
    padding: 18px;
  }
}
@media print, screen and (min-width: 1380px) {
  .works .works__list li {
    padding: 20px;
  }
}
.works .works__list li .works__list_category {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .works .works__list li .works__list_category {
    margin-bottom: 6px;
  }
}
@media print, screen and (min-width: 920px) {
  .works .works__list li .works__list_category {
    margin-bottom: 8px;
  }
}
.works .works__list li .works__list_category p {
  font-size: 1.3rem;
  color: #FFF;
  letter-spacing: 0;
  display: inline-block;
  border-radius: 17px;
  padding: 2px 15px 2px 15px;
  background-color: #4462FF;
}
@media print, screen and (min-width: 768px) {
  .works .works__list li .works__list_category p {
    font-size: 1.4rem;
    padding: 1px 15px 2px 15px;
  }
}
@media print, screen and (min-width: 920px) {
  .works .works__list li .works__list_category p {
    font-size: 1.5rem;
  }
}
.works .works__list li .works__list_category p.private {
  background-color: #00c6bd;
}
.works .works__list li h4 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  padding-bottom: 10px;
  margin-bottom: auto;
}
@media print, screen and (min-width: 768px) {
  .works .works__list li h4 {
    font-size: 1.8rem;
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 920px) {
  .works .works__list li h4 {
    font-size: 1.9rem;
    padding-bottom: 13px;
  }
}
@media print, screen and (min-width: 1380px) {
  .works .works__list li h4 {
    font-size: 2rem;
  }
}
.works .works__list li figure {
  margin-bottom: 10px;
}
.works .works__list li figure img {
  width: 100%;
}
.works .works__list li dl {
  display: flex;
}
.works .works__list li dl dt,
.works .works__list li dl dd {
  line-height: 1.42;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .works .works__list li dl dt,
  .works .works__list li dl dd {
    line-height: 1.5;
  }
}
.works .works__list li dl dt {
  font-weight: normal;
  margin-right: 20px;
}
.works .works__list li dl dd {
  flex: 1;
}
.works .arrow_link.sp {
  display: inline-block;
}

.request {
  width: 100%;
  max-width: 1260px;
  display: block;
  margin-inline: auto;
  background: #3d5aed;
  background: linear-gradient(90deg, rgb(61, 90, 237) 0%, rgb(112, 133, 237) 100%);
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 321px) {
  .request {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 920px) {
  .request {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1380px) {
  .request {
    width: calc(100% - 80px);
  }
}
.request::before, .request::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .request::before, .request::after {
    right: 25px;
  }
}
@media print, screen and (min-width: 920px) {
  .request::before, .request::after {
    right: 33px;
  }
}
@media print, screen and (min-width: 1380px) {
  .request::before, .request::after {
    right: 40px;
  }
}
.request::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #4362FF;
  letter-spacing: 0;
  width: 40px;
  z-index: 1;
  transition: color 0.3s, transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .request::before {
    font-size: 0.9rem;
    font-weight: 500;
    width: 44px;
  }
}
@media print, screen and (min-width: 920px) {
  .request::before {
    width: 48px;
  }
}
@media print, screen and (min-width: 1380px) {
  .request::before {
    font-size: 1rem;
    width: 52px;
  }
}
.request::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFF;
  transition: width 0.4s, height 0.4s, right 0.4s;
}
@media print, screen and (min-width: 768px) {
  .request::after {
    width: 44px;
    height: 44px;
  }
}
@media print, screen and (min-width: 920px) {
  .request::after {
    width: 48px;
    height: 48px;
  }
}
@media print, screen and (min-width: 1380px) {
  .request::after {
    width: 52px;
    height: 52px;
  }
}
.request .request_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 50px 15px 17px;
}
@media print, screen and (min-width: 768px) {
  .request .request_inner {
    padding: 25px 50px 25px 28px;
  }
}
@media print, screen and (min-width: 920px) {
  .request .request_inner {
    padding: 37px 55px 37px 38px;
  }
}
@media print, screen and (min-width: 1380px) {
  .request .request_inner {
    padding: 48px 60px 48px 48px;
  }
}
.request svg {
  width: 48px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .request svg {
    width: 58px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .request svg {
    width: 67px;
    margin-right: 24px;
  }
}
@media print, screen and (min-width: 1380px) {
  .request svg {
    width: 76px;
    margin-right: 28px;
  }
}
.request svg path {
  transition: fill 0.3s;
}
.request .request_text {
  position: relative;
  z-index: 2;
}
.request .request_text span {
  font-weight: 600;
  letter-spacing: 0;
  display: block;
  transition: color 0.3s;
}
.request .request_text .ja {
  font-size: 1.8rem;
  color: #FFF;
  line-height: 1.44;
}
@media print, screen and (min-width: 768px) {
  .request .request_text .ja {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 920px) {
  .request .request_text .ja {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1380px) {
  .request .request_text .ja {
    font-size: 3rem;
  }
}
.request .request_text .eng {
  font-size: 1.1rem;
  color: #9aa9f2;
}
@media print, screen and (min-width: 768px) {
  .request .request_text .eng {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 920px) {
  .request .request_text .eng {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1380px) {
  .request .request_text .eng {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .request:hover::after {
    width: 2000px;
    height: 2000px;
    right: -150px;
  }
  .request:hover svg path {
    fill: #113e83;
  }
  .request:hover .request_text .ja {
    color: #113e83;
  }
  .request:hover .request_text .eng {
    color: #113e83;
  }
}/*# sourceMappingURL=top.css.map */