@charset "UTF-8";

:root{
    --font-inter: 'Inter', sans-serif;
    --text-color: #4A5565;
    --blue-text: #4379B8;
}

@media screen and (max-width:767px) {
  main {
    overflow-x: hidden;
  }
}

.mv{
  position: relative;
  padding-inline: 0;
}

.mv video{
  width: 100%;
  object-fit: cover;
  display: block;
}

.mv__center{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.mv__top{
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 145px;
  letter-spacing: 7.12px;
  color: #fff;
  line-height: 1;
}

.mv__top--small{
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 71.5px;
  letter-spacing: 3.12px;
  color: #fff;
  line-height: 1.14;
}

.mv__bottom{
  font-size: 21px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #fff;
  margin-top: 15px;
}


.mv__banner{
  display: grid;
  column-gap: 24px;
  grid-template-columns: repeat(3,318px);
  justify-content: center;
  width: 100%;
  padding: 40px 30px;
  background: linear-gradient(
    180deg,
    rgba(41, 90, 157, 0) 0%,
    rgba(41, 90, 157, 0.3) 20%,
    #2976CF 100%
  );
  position: absolute;
  bottom: 0;
}

.achive__block{
  text-align: center;
}

.achive__score{
  font-family: var(--font-inter);
  color: #fff;
  font-weight: 400;
  font-size: 58px;
  letter-spacing: 4%;
}

.achive__scoreText{
  line-height: 1.2;
  font-size: 37px;
}

.achive__category{
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 3px;
  color: #DBEAFE;
}

section {
  padding-inline: 1rem;
}

.inner{
  margin-bottom: 0;
  margin-top: 0;
  padding: 150px 0 0;
  max-width: 1180px;
}

.page__title{
  margin-bottom: 80px;
  position: relative;
  z-index: 5;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(1.25rem);
}

.fade-in.show {
  animation: fadeIn 0.8s ease forwards;
}

@media screen and (max-width:1440px){
  .mv__banner{
    grid-template-columns: repeat(3,22.1vw);
  }

  .mv__top{
    font-size: 10.1vw;
  }

  .mv__top--small{
    font-size: 4.97vw;
  }

  .mv__bottom{
    font-size: 1.46vw;
  }

  .achive__score{
    font-size: 4vw;
  }

  .achive__category{
    font-size: 1.3vw;
  }
}

@media screen and (max-width:767px) {
  .inner{
    padding-top: 19.6vw;
  }

  .mv video{
    min-height: 700px;
    object-position: center;
  }

  .mv__center{
    top: 40%;
  }

  .mv__top{
    font-size: 20.5vw;
  }

  .mv__top--small {
    font-size: 10.1vw;
    white-space: nowrap;
  }

  .mv__bottom {
    font-size: 4.8vw;
    white-space: nowrap;
  }
  
  .mv__banner{
    grid-template-columns: repeat(1,100%);
    row-gap: 19px;
  }

  .achive__block{
    width: 85vw;
    margin: 0 auto;
    display: flex;
    gap: 25px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .achive__block01 {
    order: 1;
  }

  .achive__block02 {
    order: 3;
  }

  .achive__block03 {
    order: 2;
  }

  .achive__score{
    font-size: 3.125rem;
  }

  .achive__scoreText {
    font-size: 2.03375rem;
  }

  .achive__category{
    font-size: 20px;
  }
}

/* ====================================
  NEWS
====================================== */
.news{
  padding-bottom: 100px;
  background-color: #EEF5FD;
  position: relative;
}

.news__item a{
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: left;
  padding-block: 0.5625rem;
  border-bottom: 1px solid #D9D9D9;
}

.news__itemInfo {
  display: flex;
  gap: 3.75rem;
}

.news__date{
  color: #6C757D;
  font-weight: 400;
  font-family: var(--font-inter);
  font-size: 1rem;
}

.news__cat{
  font-family: var(--font-inter);
  font-size: 12px;
  color: #0A0A0A;
  line-height: 1.44;
  padding-inline: 20px;
  background-color: #D9D9D9;
  border-radius: 12px;
}

.news__title{
  color: #495057;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.67;
  letter-spacing: 2%;
}

.more{
  text-align: right;
  margin-top: 24px;
  position: relative;
}

.more a{
  display: inline-block;
  color: var(--text-color);
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 14px;
  margin-right: 21px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--blue-text);
}

.more a::before{
  content: "→";
  font-size: 12px;
  color: var(--blue-text);
  position: absolute;
  top: 20%;
  right: 0;
}

.more a:hover{
  opacity: 0.7;
}

.bg__wireframe img{
  aspect-ratio: 417/1043;
  max-width: 417px;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .news__item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5625rem;
    padding-block: 1.125rem;
  }

  .news__itemInfo {
    gap: 1.1875rem;
  }
}


/* ====================================
  SERVICE
====================================== */
.service{
  position: relative;
}

.service::before{
  content: "";
  background-color: #EEF5FD;
  width: 100%;
  height: 210px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
  position: absolute;
  top: -2px;
  left: 0;
  z-index: -1;
}

.service::after{
  content: "";
  background: linear-gradient(to top, #EEF5FD 50%, #ffffff 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.service__left{
  max-width: 642px;
}

.service__left--img{
  max-width: 356px;
  margin-bottom: 41px;
}

.service__flex{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
  padding-bottom: 100px;
}

.service__text--blue{
  color: var(--blue-text);
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 3%;
  font-weight: 700;
}

.service__text--blue span{
  line-height: 2;
  color: var(--blue-text);
  font-size: 14px;
}

.service__text--blue-small {
  font-weight: 400;
}

.service__text--blue-small .service__text--bold {
  font-weight: 700;
}

.service__text--blue-large .service__text--bold {
  font-size: 19px;
  font-weight: 900;
}

.service__text{
  margin-top: 15px;
  line-height: 1.8;
  color: var(--text-color);
  font-size: 1rem;
}

.service__white{
  margin-block: 25px;
  padding: 27px 29px;
  background-color: #fff;
}

.service__text--blueBold{
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 700;
  color: var(--blue-text);
  margin-bottom: 7px;
}

.service__white .service__text{
  margin-top: 0;
}

.service__white--text + .service__white--text{
  margin-top: 18px;
}

.service__white--text .service__text--blue{
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.service__polygon{
  aspect-ratio: 12/12;
  max-width: 12px;
  margin-top: 0.4rem;
}

.service__btn{
  text-align: left;
  display: block;
  margin-top: 15px;
}

.service__btn a{
  display: block;
    width: fit-content;
    background: linear-gradient(90deg, #293D6B 0%, #2976CF 100%);
    color: #fff;
    padding: 0.34375rem 2.1875rem;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    line-height: 1.8;
    letter-spacing: 5%;
}

.service__right{
  max-width: 428px;
}

.service__right--video{
  box-shadow: 0px 3.03px 4.54px -3.03px rgba(0, 0, 0, 0.1), 0px 7.57px 11.35px -2.27px rgba(0, 0, 0, 0.1);
  margin-top: 55px;
}

.service__right--video video{
  width: 100%;
}

.service__banner{
  display: flex;
  gap: 1.875rem;
  align-items: flex-start;
  border-radius: 10px;
  border: 1.5px solid rgb(0, 0, 0,0.1);
  background-color: #fff;
}

.service__banner + .service__banner{
  margin-top: 30px;
}

.service__banner img{
  max-width: 320px;
  border-radius: 10px 0 0 10px;
}

.banner__textBox{
  padding-right: 2.0625rem;
  padding-top: 2.0625rem;
}

.banner__textBox .service__text--blue {
  font-size: 19px;
}


.banner__text{
  margin-top: 0.4375rem;
  line-height: 1.8;
  font-size: 1rem;
  color: var(--text-color);
}

.service__contact{
  margin-top: 100px;
  text-align: center;
}

.service__contact--text{
  line-height: 1.48;
  font-size: 19px;
  color: var(--text-color);
}

.service__contactBtn{
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: center;
  margin-top: 23px;
  padding-bottom: 150px;
}

.works .footer__dataBtn{
  margin-top: 0;
}

.service__contactBtn .footer__dataBtn a{
  margin-top: 0;
}

.works__none{
  color: #4A5565;
}

@media screen and (max-width:1080px) {
  .service__right {
    max-width: 29.7vw;
  }
}

@media screen and (max-width:767px) {
  .service::before {
    height: 10rem;
  }

  .service__flex{
    flex-direction: column;
    align-items: center;
  }

  .service__left--img {
    max-width: 16.25rem;
    margin-bottom: 6.9vw;
  }

  .service__right{
    width: 100%;
    max-width: 100%;
  }

  .service__right--img{
    margin-top: 26px;
  }

  .service__white{
    padding: 6.1vw 4vw 6.9vw;
  }

  .service__btn{
    margin-top: 4vw;
    text-align: center;
  }

  .service__btn a{
    margin: 0 auto;
    width: 265px;
  }

  .service__banner{
    flex-direction: column;
  }

  .service__banner img{
    border-radius: 10px 10px 0 0;
    max-width: 100%;
  }

  .banner__textBox{
    padding: 0 22px 23px;
  }

  .service__text--blue{
    text-align: left;
  }

  .service__text{
    margin-top: 4vw;
  }

  .service__contact{
    margin-top: 30px;
  }

  .service__contactBtn{
    padding-bottom: 19.6vw;
    flex-direction: column;
    gap: 9px;
  }
}

/* ====================================
  WORKS
====================================== */
.works{
  position: relative;
  padding-bottom: 80px;
}

.bg__wireframe2 img{
    aspect-ratio: 417 / 1043;
    max-width: 417px;
    object-fit: cover;
    position: absolute;
    top: 10%;
    right: 0;
    pointer-events: none;
    z-index: 2;
}

.works::before{
  content: "";
  background-color: #EEF5FD;
  width: 100%;
  height: 210px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 4;
}

.works::after{
  content: "";
  background: linear-gradient(
    to bottom,
    #ffffff 10%,
    #EEF5FD 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.works__contents {
  margin-inline: 1.3125rem;
}

.works__main{
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(363px, 1fr));
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  justify-content: center;
  position: relative;
  z-index: 4;
}

.works__card{
  max-width: 22.6875rem;
  margin: 0 auto;
}

.works__card--thumb img{
  border-radius: 11px 11px 0 0;
  aspect-ratio: 363/193;
}

.works__card--body{
  background-color: #fff;
  border-radius: 0 0 11px 11px;
  padding: 18px 18px 25px 18px;
  box-shadow:
    0px 3.03px 4.54px -3.03px rgba(0, 0, 0, 0.1),
    0px 7.57px 11.35px -2.27px rgba(0, 0, 0, 0.1);
}

.works__card--meta{
  color: #4379B8;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.26;
  margin-bottom: 8px;
}

.works__card--title{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 9px;
}

.works__card--excerpt{
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-color);
}

.works .more {
  margin-top: 4rem;
}

@media screen and (max-width:767px) {
  .works::before{
    height: 11rem;
    z-index: -1;
  }

  .bg__wireframe img {
    position: absolute;
    bottom: -49%;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    max-width: 100%;
    width: 100vw;
    height: 100%;
    top: auto;
    right: auto;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 70%);
  }

  .bg__wireframe2 img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(3deg);
    object-fit: contain;
    max-width: 100%;
    width: 100%;
    height: 100%;
    top: -50%;
    right: auto;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 70%);
  }

  .works__main{
    grid-template-columns:repeat(auto-fit, minmax(343px, 1fr));
  }

  .works .more{
    margin-top: 1.125rem;
  }

}

@media screen and (max-width:580px) {
  .bg__wireframe img {
    bottom: -51%;
    transform: translateY(2vw) translateX(-50%);
  }
  .bg__wireframe2 img{
    top: -49%;
    transform: translateY(2vw) translateX(-50%);
  }
}

@media screen and (max-width:375px) {
  .bg__wireframe img {
    bottom: -55%;
    transform: translateY(0vw) translateX(-50%) rotate(-2deg);
  }

  .bg__wireframe2 img{
    top: -48%;
    transform: translateY(0vw) translateX(-50%) rotate(-2deg);
  }
  
}



/* ====================================
  ABOUT US
====================================== */
.about{
  position: relative;
  padding-bottom: 115px;
}

.about::before{
  content: "";
  background-color: #EEF5FD;
  width: 100%;
  height: 150px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 4;
}

.about::after{
  content: "";
  background: linear-gradient(
    to bottom,
    #ffffff 10%,
    #EEF5FD 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.about .inner{
  padding: 96px 0 0;
}

.about__flex{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.about__text{
  max-width: 509px;
}

.about__text .more a {
  padding-right: 0.375rem;
}

.about__flexBtn{
  display: flex;
  justify-content: left;
  gap: 46px;
  margin-top: 34px;
  align-items: center;
}

.about__flexBtn .more a{
  font-size: 1rem;
}

.about .more{
  margin-top: 0;
}

.about__img{
  max-width: 589px;
}

@media screen and (max-width:767px) {
  .about__flex{
    flex-direction: column-reverse;
  }

  .about__flex{
    align-items: center;
  }

  .about__flexBtn{
    justify-content: center;
  }
}


/* ====================================
  FLOW
====================================== */
.flow{
  position: relative;
  padding-bottom: 101px;
}

.flow::before{
  content: "";
  background-color: #EEF5FD;
  width: 100%;
  height: 210px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 4;
}

.flow__grid{
  display: grid;
  grid-template-columns: 243px 1fr;
  column-gap: 40px;
  align-items: flex-start;
  padding-bottom: 41px;
  position: relative;
}

.flow__grid::after{
  content: "";
  width: 1px;
  height: 65%;
  background-color: rgb(67, 121, 184,0.6);
  position: absolute;
  left: 6px;
  top: 25%;
}

.flow__grid:nth-of-type(4)::after{
  display: none;
}

.order__title{
  display: flex;
  align-items: flex-start;
  gap: 17px;
  line-height: 1.48;
  color: var(--blue-text);
  letter-spacing: 3%;
  font-weight: 700;
}

.order__title span {
  background: linear-gradient(90deg, #293D6B 0%, #2976CF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-inter);
  letter-spacing: 3%;
  line-height: 1;
}

.flow__text{
  line-height: 1.8;
  color: var(--text-color);
  font-size: 1rem;
}

@media screen and (max-width:767px) {
  .flow__grid{
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .flow__text{
    padding-left: 30px;
    padding-top: 10px;
    font-size: 3.7vw;
  }

  .order__title{
    font-size: 4.8vw;
  }

  .order__title span{
    font-size: 7.47vw;
  }
}

/* ====================================
  CONTACT
====================================== */
.contact{
  background-image: linear-gradient(rgba(41, 61, 107, 0.63), rgba(41, 61, 107, 0.63)), url(../img/contact-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 66%;
  background-blend-mode: multiply;
  position: relative;
}

.contact::after{
  content: "";
  width: 1px;
  height: 80%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.contact .inner{
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.contact__flex{
  width: 50%;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 56px 40px 44px;
}

.contact__icon1{
  max-width: 88px;
  display: block;
}

.contact__icon2{
  max-width: 68px;
  display: block;
}

.contact__textBlock h3{
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  font-family: var(--font-inter);
  font-weight: 500;
  letter-spacing: 2.4px;
}

.contact__text{
  color: #fff;
  font-weight: 350;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 2%;
}

@media screen and (max-width: 767px) {
  .contact{
  background-image: url(../img/contact-banner-sp.jpg);
  }

  .contact::after{
    width: 90%;
    height: 1px;
  }

  .contact .inner{
    flex-direction: column;
    gap: 1px;
  }

  .contact__flex{
    width: 100%;
    padding: 8vw 1.9vw 7.7vw;
    justify-content: flex-start;
  }

  .contact__icon1{
    max-width: 14vw;
  }

  .contact__icon2{
    max-width: 11.5vw;
  }

  .contact__textBlock h3{
    font-size: 5.3vw;
  }

  .contact__text {
    font-size: 3.7vw;
  }
}