@charset "utf-8";


.strength{
  margin-bottom:7.5rem;
}

.strength .container{
  max-width:1200px;
}

.strength .lower-title{
  width:100%;
}

.strength .lower-title p{
  text-align:right;
  line-height: 1;
  margin-bottom: -1rem;
}

.strength-wrap{
  display:flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 10;
}

.strength-wrap > img{
  width:4%;
}

.strength-item{
  width:30%;
  padding:2.5rem 1rem;
  text-align:center;
  color:#fff;
  background:#0043F0;
}

.strength-item:nth-of-type(2){
  background:#0600C9;
}

.strength-item:nth-of-type(3){
  background:#040080;
}

.strength-item .accent{
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}

.strength-item h3{
  font-size:clamp(2.5rem, 2.136rem + 1.21vw, 3.5rem);
  margin:0 0 1.5rem;
}

.strength-item h3 + p{
  font-size:clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
  line-height:2;
}

.service .container{
  max-width:1200px;
}

.service .lower-title{
  width:100%;
}

.service .lower-title p{
  line-height: 1;
  margin-bottom: -1rem;
}

.service-bg{
  padding:5rem 0;
  background:#EFEFFA;
}

.service-bg > p{
  text-align:center;
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom:3.5rem;
  font-weight:600;
}

.service-wrap{
  display:flex;
  flex-wrap:wrap;
  gap:4rem 2.5rem;
  width: 80%;
  margin: 0 auto;
  max-width: 1100px;
}

.service-item{
  width:calc((100% - 5rem)/3);
}

.service-item img{
  width:5rem;
  margin:2rem auto;
  display: block;
  aspect-ratio: 1 / 1;
}

.service-item h3{
  font-size:1.5rem;
  text-align:center;
  color:#fff;
  background:#0600C9;
  margin-bottom:1rem;
  font-weight:600;
}

.service-item img{
  width:5rem;
  margin:2rem auto;
}

.service-item > p{
  width:280px;
  margin:0 auto;
}

.area{
  padding:3rem 0 7.5rem;
}

.area .container{
  max-width:1100px;
}

.area-wrap{
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
}

.area-txt{
  width:45%;
}

.area-txt .lower-title h2{
  left:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.area-txt h3{
  font-size:clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
  font-weight:600;
}

.area-blue{
  margin:5rem 0 2.5rem;
  border-left:4px solid #0600C9;
  padding-left:1rem;
  color:#0600C9;
  font-weight:600;
  font-size:clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.area-blue + p{
  font-size:clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}

.area-wrap img{
  width:50%;
}

.message{
  padding:5rem 0;
  background:#040080;
  color:#fff;
}

.message .container{
  max-width:1200px;
  margin: 0 15% 0 auto;
}

.message img{
  width:90%;
  display: block;
  margin:0 0 -7.5rem auto;
}

.message .lower-title{
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 5%;
}

.message .lower-title h2{
  position:relative;
  top:auto;
  left:auto;
  transform:none;
}

.message h3{
  font-size:clamp(1.25rem, 0.614rem + 2.12vw, 3rem);
  margin-bottom:1.5rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.message h3 strong{
  background:#000;
  padding:0 8px;
}

.message h3 + p{
  font-size:clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}

.message-name{
  margin-top:2.5rem;
}

.message-name p:first-child{
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom:1.5rem;
}

.message-name p:last-child{
  font-size:14px;
}

.company{
  margin:3rem 0 7.5rem;
}

.company .container{
  max-width:1000px;
}

.company-list{
  display:flex;
  border-top:1px solid #040080;
}

.company-list:last-child{
  border-bottom:1px solid #040080;
}

.company-list p{
  padding:1.5rem 1rem;
  font-size:clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}

.company-list p:first-child{
  width:200px;
  background:#EFEFFA;
  font-weight:500;
}

.company-list p:last-child{
  width:calc(100% - 200px);
  padding-left:5%;
  font-weight:400;
}

@media screen and (max-width: 1600px) {
  .strength .container,
  .area .container,
  .message .container{
    margin: 0 5% 0 auto;
  }
  .company .container{
    margin: 0 10% 0 auto;
  }
  .service .container{
    margin: 0 auto 0 15%;
  }
  .service-bg {
    padding: 5rem 0 5rem 10%;
  }
}


@media screen and (max-width: 1400px) {
  .company .container {
    margin: 0 5% 0 auto;
  }
}

@media screen and (max-width: 1279px) {
  .lower-anker{
    display:none;
  }
  .strength .container, 
  .area .container, 
  .message .container,
  .company .container{
    margin:0 auto;
  }
  .strength .container{
    width:90%;
  }
  .service-bg {
    padding: 5rem 0 5rem 0%;
  }
}

@media screen and (max-width: 1024px) {
  .lower-top {
    width: 85%;
  }
  .strength-item {
    width: 43%;
  }
  .strength-wrap{
    flex-wrap: wrap;
    gap: 2.5rem 5%;
    justify-content: center;
  }
  .strength .lower-title{
    margin-bottom: 1rem;
  }
  .service-wrap{
    gap: 4rem 1rem;
  }
  .service-item {
    width: calc((100% - 1rem) / 2);
  }
}

@media screen and (max-width: 767px) {
  .lower-top {
    width: 90%;
    margin: 0 auto 7.5rem;
    border-top: 6px solid #040080;
    border-bottom: 6px solid #040080;
    padding: 1.5rem 5% 2rem 0;
  }
  .stack-p{
    flex-direction:column;
    gap: 8px;
  }
  .strength-item {
    width: 100%;
    padding: 1.5rem 1rem 2.5rem;
  }
  .strength-wrap > img {
    width: 2rem;
  }
  .strength-wrap{
    gap:8px;
  }
  .strength{
    margin-bottom:5rem;
  }
  .service-item,
  .area-txt{
    width:100%;
  }
  .area-blue{
    margin:0;
  }
  .area-blue-wrap{
    display: flex;
    margin:2rem 0;
    align-items: center;
    justify-content: space-between;
  }
  .area{
    padding:5rem 0 ;
  }
  .area .lower-title{
    width:100%;
    text-align:center;
    margin-bottom:1rem;
  }
  .area-txt .lower-title h2{
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .area .lower-title p{
    line-height:1;
  }
  .message .lower-title{
    flex-direction: column;
    align-items: end;
  }
  .company-list p{
    padding: 1rem 0.5rem;
  }
  .company-list p:first-child {
    width: 120px;
  }
  .service .container {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .service-bg {
    padding: 3rem 0 3rem 0%;
  }
  .service-bg > p{
    margin-bottom: 2.5rem;
  }
  .service-wrap {
    gap: 2.5rem;
    width: 90%;
  }
  .message {
    padding: 1rem 0 2.5rem;
  }
  .message .lower-title p{
    font-size:5rem;
    line-height: 1;
    margin-top: 8px;
  }
  .message .lower-title{
    margin-bottom: 1.5rem;
  }
  .message img {
    width: 100%;
    margin: 0 0 -1.5rem auto;
  }
  .message-name {
    margin-top: 1.5rem;
  }
  .message-name p:first-child{
    margin-bottom: 0.5rem;
  }
  .company-list p:last-child {
    width: calc(100% - 120px);
  }
  .strength .lower-title p{
    font-size: 6rem;
    text-align: center;
  }
}