@charset "UTF-8";

#lp_service .pagelinkWrap{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#lp_service .pagelinkWrap a{
  width: 30%;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 600;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  transition: .2s all;
}
#lp_service .pagelinkWrap a img{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}
#lp_service .pagelinkWrap a::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
  z-index: -1;
}
#lp_service .pagelinkWrap a::after{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: .2s all;
}
#lp_service .pagelinkWrap a:hover{
  opacity: 0.8;
}
#lp_service .pagelinkWrap a:hover::after{
  bottom: 30px;
}

#lp_service section{
  position: relative;
}
#lp_service section .section-bgText{
  position: absolute;
  top: -2em;
  left: -10px;
  font-size: 190px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  font-weight: 500;
  background: linear-gradient(0deg, rgba(26, 107, 168, 0.1), rgba(158,205,240,0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotate(90deg);
  transform-origin: bottom left;
  white-space: nowrap;
}
#lp_service .sticky-container{
  align-items: flex-start;
}

#lp_service .flexTitle{
  width: 42%;
  padding-right: 60px;
  position: sticky;
  top: 140px;
}
#lp_service .flexTitle p:not([class]){
  letter-spacing: 0.05em;
}
#lp_service .flexDetail{
  width: 58%;
  margin-top: 200px;
}
#lp_service .flexDetail .flex-container{
  gap: 60px 30px;
}
#lp_service .flexDetail .flexDetail_Item{
  width: calc(50% - 15px);
}
#lp_service .flexDetail .flexDetail_Item img{
  aspect-ratio: 15 / 9;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#lp_service .flexDetail .flexDetail_Item h4{
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin-bottom: 0.8em;
}
#lp_service .flexDetail .flexDetail_Item h4 span{
  font-family: "Zen Old Mincho", serif;
  color: #1a6ba8;
  font-size: 1.3em;
  margin-right: 0.2em;
}
#lp_service .flexDetail .flexDetail_Item p{
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #999;
  line-height: 1.75;
  font-size: 15px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
  #lp_service .flexTitle{
    width: 100%;
    position: relative;
    top: 0;
    padding-right: 0;
  }
  #lp_service .flexDetail{
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px){
  #lp_service section .section-bgText{
    font-size: 26vw;
    left: -2vw;
  }
  #lp_service .pagelinkWrap a{
    font-size: 18px;
    height: 26vw;
  }
  #lp_service .pagelinkWrap a::after{
    bottom: 14%;
  }
}
@media screen and (max-width: 570px){
  #lp_service .section-wrapper.nav{
    padding: 20px 3%;
  }
  #lp_service .pagelinkWrap a{
    font-size: 14px;
    width: 32%;
    font-weight: 400;
    height: 30vw;
  }
  #lp_service .pagelinkWrap a::before{
    background-color: rgba(0, 0, 0, 0.73);
  }
  #lp_service .pagelinkWrap a::after{
    bottom: 14%;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #lp_service .flexDetail .flex-container{
    gap: 30px 14px;
  }
  #lp_service .flexDetail .flexDetail_Item{
    width: calc(50% - 7px);
  }
  #lp_service .flexDetail .flexDetail_Item img{
    margin-bottom: 15px;
    border-radius: 8px;
  }
  #lp_service .flexDetail .flexDetail_Item h4{
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 0.5em;
  }
  #lp_service .flexDetail .flexDetail_Item h4 span{
    font-size: 1.1em;
    margin-right: 0.1em;
  }
  #lp_service .flexDetail .flexDetail_Item p{
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 300;
  }
}
