@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.lp{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 200%;
}

.l-lp{
  max-width: 430px;
  margin: 0 auto;
  background-color: #fff;
}

.lp__navBtn{
  position: relative;
  background-color: #0071BC;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 9999;
}

.lp__navBtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 8px;
  height: 2px;
  background: #fff;
  width: 20px;
}

.lp__navBtn span:nth-of-type(1){
  top: 13px;
}
.lp__navBtn span:nth-of-type(2){
  top: 21px;
}

.lp__navBtn.active span:nth-of-type(1){
  top: 11px;
  left: 8px;
  transform: translateY(6px) rotate(-45deg);
}
.lp__navBtn.active span:nth-of-type(2){
  top: 23px;
  left: 8px;
  transform: translateY(-6px) rotate(45deg);
}

.lp__navInner{
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  padding: 18px 0;
  height: 100vh;
  object-fit: contain;
  transform: translate(550px);
  transition: all .3s;
  z-index: 999;
}

.lp__navInner.active{
  transform: translate(0); 
  width: 100%;
}

.lp__navInner .title{
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0071BC;
  text-align: center;
}

.lp__navInner .anchor{
  padding: 4px 30px 25px;
}

.lp__navInner .anchor li{
  border-bottom: 1px solid #DDD;
}

.lp__navInner .anchor li a{
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  position: relative;
}

.lp__navInner .anchor li a:after{
  content: '';
  display: inline-block;
  position: absolute;
  background: url("../img/lp/icon/arrow-icon.svg") no-repeat;
  background-size: contain;
  width: 14px;
  height: 8px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lp__navInner .lp__contact{
  background-color: #E5F5FD;
  padding: 30px;
}

.lp__navInner .lp__contact .telTtl{
  padding-top: 20px;
}

.lp__navInner .lp__contact .telBox{
  background-color: #fff;
}

.lp__navInner .snsArea{
  padding: 25px 30px 0;
}

.lp__navInner .snsArea .link{
  display: flex;
  gap: 0 16px;
  padding-top: 14px;
}

.lp__navInner .snsArea .link li{
  border: 1px solid #DDD;
  border-radius: 50%;
}

.lp__navInner .snsArea .link li a{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp__navInner .snsArea .link li a img{
  width: 24px;
  height: 24px;
}

.lp__main{
  background: linear-gradient(89deg, #FDFFE4 1.03%, #DCF1FF 25.7%, #FFF 57.48%, #FDFFE4 81.2%, #DCF1FF 99.71%);
  padding-top: 30px;
}

.lp__main .lead p{
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  background-color: #0071BC;
  display: inline-block;
  padding: 10px 0 10px 14px;
}

.lp__main .titleArea{
  padding: 30px 14px;
}

.lp__main .titleArea .subTtl{
  text-align: center;
}

.lp__main .titleArea .subTtl--top{
  display: inline-block;
  padding: 0 9px;
  color: #0071BC;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
  position: relative;
}

.lp__main .titleArea .subTtl--top:before,
.lp__main .titleArea .subTtl--top:after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 15px;
  background: #0071BC;
}

.lp__main .titleArea .subTtl--top:before{
  transform: rotate(-30deg);
  left: -2px;
}

.lp__main .titleArea .subTtl--top:after{
  transform: rotate(30deg);
  right: 0;
}

.lp__main .titleArea .subTtl--bottom{
  display: flex;
  justify-content: center;
}

.lp__main .titleArea .mainTtl{
  padding-top: 10px;
  display: flex;
}

.lp__main .infoArea{
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
  padding-left: 14px;
}

.lp__main .infoArea .title{
  text-align: center;
}

.lp__main .infoArea .tag{
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  background-color: #0071BC;
  border-radius: 20px;
  padding: 4px 14px;
  color: #fff;
  display: inline-block;
}

.lp__main .infoArea .main{
  font-size: 16px;
  font-weight: 700;
}

.lp__main .infoArea ul{
  display: flex;
  flex-direction: column;
  gap: 6px 0;
  padding-top: 10px;
}

.lp__main .infoArea ul li{
  display: flex;
  justify-content: center;
}

.lp__main .infoArea ul img{
  width: 100px;
}

.lp__main .infoArea .slick01{
  width: 233px;
}

.lp__main .infoArea .slick01 img{
  border-radius: 20px 0 0 0;
}

.lp__occupation .ttlArea{
  position: relative;
}

.lp__occupation .ttlArea:after{
  content: '';
  position: absolute;
  background: url("../img/lp/chara01.png") no-repeat;
  background-size: contain;
  width: 57px;
  height: 88px;
  bottom: 30px;
  right: 10px;
}

.lp__occupation .ttlArea h2{
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 220%;
  background-color: initial;
  color: #333;
  text-align: center;
  padding: 80px 0 50px;
  margin: 0;
}

.lp__occupation .ttlArea h2 span{
  color: #0071BC;
  font-size: 30px;
}

.lp__occupation .ttlArea h2 b{
  font-size: 40px;
}

.lp__occupation .ttlArea h2 small{
  font-size: 20px;
}

.lp__occupation .lp__tab .tab{
  display: flex;
  gap: 0 10px;
  justify-content: center;
  padding: 0 30px 4px;
}

.lp__occupation .lp__tab .tab li{
  width: 98px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  padding: 10px 10px 6px 10px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.lp__occupation .lp__tab .tab li.pt{
  color: #2CA6E0;
  border: 4px solid #2CA6E0;
  border-bottom: none;
}

.lp__occupation .lp__tab .tab li.ot{
  color: #EC6D81;
  border: 4px solid #EC6D81;
  border-bottom: none;
}

.lp__occupation .lp__tab .tab li.st{
  color: #26B7BC;
  border: 4px solid #26B7BC;
  border-bottom: none;
}

.lp__occupation .lp__tab .tab li.is-active{
  padding: 10px;
  margin-bottom: -4px;
  color: #fff;
}

.lp__occupation .lp__tab .tab li.pt.is-active{
  background-color: #2CA6E0;
}
.lp__occupation .lp__tab .tab li.ot.is-active{
  background-color: #EC6D81;
}
.lp__occupation .lp__tab .tab li.st.is-active{
  background-color: #26B7BC;
}

.lp__tabInner .tabInner{
  padding: 0 30px 80px;
}

.lp__tabInner .tabInner.pt{
  background-color: #E5F5FD;
}
.lp__tabInner .tabInner.ot{
  background-color: #FFEAED;
}
.lp__tabInner .tabInner.st{
  background-color: #EAFCFD;
}

.lp__tabInner .tabInner .inner{
  width: auto;
  padding: 0;
}

.lp__tabInner .tabInner h3{
  background-color: initial;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  text-align: center;
  border: none;
  padding: 40px 0 30px;
  margin: 0;
}

.lp__tabInner .tabInner.pt h3{
  color: #2CA6E0;
}
.lp__tabInner .tabInner.ot h3{
  color: #EC6D81;
}
.lp__tabInner .tabInner.st h3{
  color: #26B7BC;
}

.lp__tabInner .tabInner h4{
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  color: #333;
  margin: 50px 0 30px; 
  padding: 0 10px 6px 30px;
  margin-left: -30px;
  background-color: initial;
  border-left: none;
  border-bottom: 4px solid #2CA6E0;
  display: inline-block;
}

.lp__tabInner .tabInner.pt h4{
  border-bottom: 4px solid #2CA6E0;
}
.lp__tabInner .tabInner.ot h4{
  border-bottom: 4px solid #EC6D81;
}
.lp__tabInner .tabInner.st h4{
  border-bottom: 4px solid #26B7BC;
}

.lp__tabInner .tabInner figure{
  display: flex;
}

.lp__tabInner .tabInner .profileBox{
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 20px 30px;
  margin-top: 90px;
  position: relative;
}

.lp__tabInner .tabInner .profileBox figure{
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translateX(-50%);
}

.lp__tabInner .tabInner .profileBox figure img{
  width: 125px;
  height: 125px;
}

.lp__tabInner .tabInner .profileBox .voice{
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.lp__tabInner .tabInner .profileBox .name{
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  padding: 16px 0 8px;
}

.lp__tabInner .tabInner.pt .profileBox .name{
  border-bottom: 2px solid #2CA6E0;
}
.lp__tabInner .tabInner.ot .profileBox .name{
  border-bottom: 2px solid #EC6D81;
}
.lp__tabInner .tabInner.st .profileBox .name{
  border-bottom: 2px solid #26B7BC;
}

.lp__tabInner .tabInner .profileBox .comment{
  padding-top: 10px;
}

.lp__employment .employmentBox{
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.lp__employment .employmentBox:not(:first-child){
  margin-top: 20px;
}

.lp__employment .employmentBox .region{
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.lp__employment .employmentBox .accordion{
  position: relative;
}

.lp__employment .employmentBox .text{
  font-size: 12px;
  padding-top: 10px;
  line-height: 200%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
}

.lp__employment .employmentBox .text.open{
  display: block;
}

.lp__employment .employmentBox .accordionBtn{
  display: none;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  text-align: right;
}

.lp__tabInner .tabInner.pt .accordionBtn{
  color: #2CA6E0;
}
.lp__tabInner .tabInner.ot .accordionBtn{
  color: #EC6D81;
}
.lp__tabInner .tabInner.st .accordionBtn{
  color: #26B7BC;
}

.lp__employment .employmentBox .accordionBtn span{
  cursor: pointer;
  padding-right: 24px;
  position: relative;
}

.lp__employment .employmentBox .accordionBtn span:after{
  content: '';
  display: inline-block;
  position: absolute;
  background: url("../img/lp/icon/open-icon.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lp__employment .employmentBox .accordionBtn.open span:after{
  display: block;
  background: url("../img/lp/icon/close-icon.svg") no-repeat;
  background-size: contain;
}

.lp__tabInner .tabInner.pt .accordionBtn span:after{
  filter: brightness(0) saturate(100%) invert(67%) sepia(70%) saturate(2841%) hue-rotate(168deg) brightness(91%) contrast(93%);
}
.lp__tabInner .tabInner.ot .accordionBtn span:after{
  filter: brightness(0) saturate(100%) invert(53%) sepia(91%) saturate(427%) hue-rotate(304deg) brightness(93%) contrast(100%);
}
.lp__tabInner .tabInner.st .accordionBtn span:after{
  filter: brightness(0) saturate(100%) invert(59%) sepia(100%) saturate(350%) hue-rotate(133deg) brightness(86%) contrast(86%);
}

.lp__employment .other{
  font-size: 12px;
  line-height: 150%;
  text-align: right;
  padding-top: 20px;
}

.lp__point{
  background-color: #0071BC;
  padding: 0 30px 80px;
  position: relative;
}

.lp__point:after{
  content: '';
  position: absolute;
  background: url("../img/lp/chara02.png") no-repeat;
  background-size: contain;
  width: 57px;
  height: 88px;
  top: 30px;
  left: 14px;
}

.lp__point h2{
  background-color: initial;
  margin: 0;
  padding: 80px 0 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 220%;
  color: #fff;
  position: relative;
}

.lp__point h2:before,
.lp__point h2:after{
  content: '';
  position: absolute;
  width: 40px;
  height: 48px;
}

.lp__point h2:before{
  background: url("../img/lp/heading01.svg") no-repeat;
  background-size: contain;
  right: 14px;
  top: 65px;
}
.lp__point h2:after{
  background: url("../img/lp/heading02.svg") no-repeat;
  background-size: contain;
  left: 14px;
  bottom: 17px;
}

.lp__point h2 b{
  font-size: 30px;
}

.lp__point .pointInner{
  background-color: #E5F5FD;
  padding: 30px 20px;
  border-radius: 10px;
}

.lp__point .pointInner:not(:first-child){
  margin-top: 20px;
}

.lp__point .pointArea{
  text-align: center;
}

.lp__point .pointArea .point{
  font-size: 12px;
  color: #0071BC;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.4px;
  padding-bottom: 14px;
  position: relative;
}

.lp__point .pointArea .point:after{
  content: '';
  position: absolute;
  display: inline-block;
  background-color: #0071BC;
  width: 2px;
  height: 10px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.lp__point .pointArea .num{
  font-size: 50px;
  color: #0071BC;
  font-weight: 700;
  line-height: 100%;
}

.lp__point .pointInner .title{
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.lp__point .pointInner .title span{
  background: linear-gradient(transparent 70%, #FBDA3B 30%);
}

.lp__point .pointInner .text{
  padding-top: 30px;
}

.lp__point .pointInner .supplement{
  background-color: #fff;
  border: 1px solid #0071BC;
  padding: 13px 19px;
  margin-top: 20px;
}

.lp__point .pointInner .supplement ul{
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.lp__point .pointInner .supplement ul li{
  display: flex;
  justify-content: space-between;
}

.lp__point .pointInner .supplement ul li p{
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.lp__point .pointInner .supplement ul li p:last-child{
  font-size: 20px;
}
.lp__point .pointInner .supplement ul li p:last-child small{
  font-size: 14px;
}

.lp__point .pointInner .pointTtl{
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
  padding: 30px 0;
}

.lp__point .pointInner .pointTtl span{
  background: linear-gradient(transparent 70%, #FBDA3B 30%);
}

.lp__point .pointInner .pointTtl b{
  font-size: 30px;
  letter-spacing: 1.5px;
}

.lp__point .pointInner .subTtl{
  color: #0071BC;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 20px;
}

.lp__point .pointInner .subTtl.subTtl--small{
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.lp__point .pointInner .pointBox{
  background-color: #fff;
  padding: 20px;
  margin-top: 30px;
  border-radius: 10px;
}

.lp__point .pointInner .pointBox .title{
  font-size: 16px;
  line-height: 100%;
  text-align: left;
  letter-spacing: initial;
  padding: 0;
}

.lp__point .pointInner .pointBox .text{
  font-size: 12px;
  line-height: 200%;
  padding-top: 10px;
}

.lp__oc{
  background: linear-gradient(89deg, #FDFFE4 1.03%, #DCF1FF 25.7%, #FFF 57.48%, #FDFFE4 81.2%, #DCF1FF 99.71%);
  position: relative;
}

.lp__oc:before{
  content: '';
  position: absolute;
  background: url("../img/lp/heading03.png") repeat-x;
  background-size: contain;
  width: 375px;
  height: 28px;
  top: 0;
  left: 0;
}

.lp__oc h2{
  background-color: initial;
  font-size: 20px;
  line-height: 220%;
  letter-spacing: 1px;
  color: #333;
  margin: 0;
  font-weight: 700;
  text-align: center;
  padding: 80px 0 50px;
  position: relative;

}

.lp__oc h2 b{
  color: #0071BC;
  font-size: 30px;
  letter-spacing: 1.5px;
}

.lp__oc h2:before,
.lp__oc h2:after{
  content: '';
  position: absolute;
  width: 57px;
  height: 88px;
}

.lp__oc h2:before{
  background: url("../img/lp/chara04.png") no-repeat;
  background-size: contain;
  bottom: 22px;
  left: 14px;
}

.lp__oc h2:after{
  background: url("../img/lp/chara03.png") no-repeat;
  background-size: contain;
  top: 50px;
  right: 14px;
}

.lp__ocInner{
  padding: 0 30px 95px;
}

.lp__ocInner .ocInner{
  border-radius: 10px;
  background-color: #fff;
}

.lp__ocInner .ocInner:not(:first-child){
  margin-top: 20px;
}

.lp__ocInner .ocInner:nth-child(1){
  border: 2px solid #F3994F;
}
.lp__ocInner .ocInner:nth-child(2){
  border: 2px solid #73BB5F;
}
.lp__ocInner .ocInner:nth-child(3){
  border: 2px solid #F45E63;
}
.lp__ocInner .ocInner:nth-child(4){
  border: 2px solid #AA60AB;
}
.lp__ocInner .ocInner:nth-child(5){
  border: 2px solid #555785;
}
.lp__ocInner .ocInner:nth-child(6){
  border: 2px solid #C26776;
}

.lp__ocInner .comment{
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  color: #fff;
  padding: 6px 20px;
  border-radius: 7px 7px 0 0;
}

.lp__ocInner .ocInner:nth-child(1) .comment{
  background-color: #F3994F;
}
.lp__ocInner .ocInner:nth-child(2) .comment{
  background-color: #73BB5F;
}
.lp__ocInner .ocInner:nth-child(3) .comment{
  background-color: #F45E63;
}
.lp__ocInner .ocInner:nth-child(4) .comment{
  background-color: #AA60AB;
}
.lp__ocInner .ocInner:nth-child(5) .comment{
  background-color: #555785;
}
.lp__ocInner .ocInner:nth-child(6) .comment{
  background-color: #C26776;
}

.lp__ocInner .contents{
  padding: 10px 20px 30px;
}

.lp__ocInner .contents .title{
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 7px;
}

.lp__ocInner .ocInner:nth-child(1) .contents .title{
  color: #F3994F;
}
.lp__ocInner .ocInner:nth-child(2) .contents .title{
  color: #73BB5F;
}
.lp__ocInner .ocInner:nth-child(3) .contents .title{
  color: #F45E63;
}
.lp__ocInner .ocInner:nth-child(4) .contents .title{
  color: #AA60AB;
}
.lp__ocInner .ocInner:nth-child(5) .contents .title{
  color: #555785;
}
.lp__ocInner .ocInner:nth-child(6) .contents .title{
  color: #C26776;
}

.lp__ocInner .contents figure{
  display: flex;
}

.lp__ocInner .contents .text{
  padding-top: 10px;
}

.lp__ocInner .moreInner{
  display: none;
}

.lp__ocInner .moreInner__inner{
  padding-top: 20px;
}

.moreInner__inner .tag{
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 150%;
  font-weight: 700;
  padding: 2px 10px;
}

.lp__ocInner .ocInner:nth-child(1) .moreInner__inner .tag{
  background-color: #F3994F;
}
.lp__ocInner .ocInner:nth-child(2) .moreInner__inner .tag{
  background-color: #73BB5F;
}
.lp__ocInner .ocInner:nth-child(3) .moreInner__inner .tag{
  background-color: #F45E63;
}
.lp__ocInner .ocInner:nth-child(4) .moreInner__inner .tag{
  background-color: #AA60AB;
}
.lp__ocInner .ocInner:nth-child(5) .moreInner__inner .tag{
  background-color: #555785;
}
.lp__ocInner .ocInner:nth-child(6) .moreInner__inner .tag{
  background-color: #C26776;
}

.moreInner__inner ul{
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  padding-top: 10px;
  padding-left: 14px;
}

.moreInner__inner ul li{
  position: relative;
  line-height: 150%;
}

.moreInner__inner ul li:before{
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #DDD;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: -14px;
  top: 8px;
}

.moreInner__inner ul li b{
  font-weight: 700;
}

.lp__ocInner .moreBtn{
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  text-align: right;
}

.lp__ocInner .ocInner:nth-child(1) .moreBtn{
  color: #F3994F;
}
.lp__ocInner .ocInner:nth-child(2) .moreBtn{
  color: #73BB5F;
}
.lp__ocInner .ocInner:nth-child(3) .moreBtn{
  color: #F45E63;
}
.lp__ocInner .ocInner:nth-child(4) .moreBtn{
  color: #AA60AB;
}
.lp__ocInner .ocInner:nth-child(5) .moreBtn{
  color: #555785;
}
.lp__ocInner .ocInner:nth-child(6) .moreBtn{
  color: #C26776;
}

.lp__ocInner .moreBtn span{
  padding-right: 24px;
  cursor: pointer;
  position: relative;
}

.lp__ocInner .moreBtn span:after{
  content: '';
  display: inline-block;
  position: absolute;
  background: url("../img/lp/icon/open-icon.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lp__ocInner .moreBtn.open span:after{
  display: block;
  background: url("../img/lp/icon/close-icon.svg") no-repeat;
  background-size: contain;
}

.lp__ocInner .ocInner:nth-child(1) .moreBtn span:after{
  filter: brightness(0) saturate(100%) invert(69%) sepia(36%) saturate(944%) hue-rotate(331deg) brightness(99%) contrast(92%);
}
.lp__ocInner .ocInner:nth-child(2) .moreBtn span:after{
  filter: brightness(0) saturate(100%) invert(68%) sepia(10%) saturate(1897%) hue-rotate(62deg) brightness(96%) contrast(88%);
}
.lp__ocInner .ocInner:nth-child(3) .moreBtn span:after{
  filter: brightness(0) saturate(100%) invert(40%) sepia(18%) saturate(7421%) hue-rotate(332deg) brightness(129%) contrast(92%);
}
.lp__ocInner .ocInner:nth-child(4) .moreBtn span:after{
  filter: brightness(0) saturate(100%) invert(44%) sepia(64%) saturate(422%) hue-rotate(251deg) brightness(92%) contrast(87%);
}
.lp__ocInner .ocInner:nth-child(5) .moreBtn span:after{
  filter: brightness(0) saturate(100%) invert(34%) sepia(11%) saturate(1826%) hue-rotate(199deg) brightness(95%) contrast(87%);
}
.lp__ocInner .ocInner:nth-child(6) .moreBtn span:after{
  filter: brightness(0) saturate(100%) invert(52%) sepia(48%) saturate(473%) hue-rotate(300deg) brightness(85%) contrast(91%);
}

.lp__contact{
  padding: 20px 30px 50px;
}

.lp__contact--bottom{
  position: relative;
}

.lp__contact--bottom:before,
.lp__contact--bottom:after{
  content: '';
  position: absolute;
  width: 57px;
  height: 88px;
  top: -15px;
}

.lp__contact--bottom:before{
  background: url("../img/lp/chara04.png") no-repeat;
  background-size: contain;
  left: 18px;
}

.lp__contact--bottom:after{
  background: url("../img/lp/chara05.png") no-repeat;
  background-size: contain;
  right: 14px;
}

.lp__contact .title{
  font-size: 20px;
  color: #0071BC;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

.lp__contact .contactBtn{
  display: flex;
  gap: 0 14px;
  padding-top: 14px;
}

.lp__contact .contactBtn a{
  width: 50%;
  padding: 10px 20px 14px;
  border-radius: 10px;
}

.lp__contact .contactBtn a.form{
  background-color: #0071BC;
}
.lp__contact .contactBtn a.line{
  background-color: #06C755;
}

.lp__contact .contactBtn p{
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 24px;
  position: relative;
}

.lp__contact .contactBtn p:before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lp__contact .contactBtn .form p:before{
  background: url("../img/lp/icon/form-icon.svg") no-repeat;
  background-size: contain;
}
.lp__contact .contactBtn .line p:before{
  background: url("../img/lp/icon/line-w-icon.svg") no-repeat;
  background-size: contain;
}

.lp__contact .telTtl{
  font-size: 16px;
  color: #0071BC;
  font-weight: 700;
  line-height: 100%;
  padding-top: 30px;
  text-align: center;
}

.lp__contact .telBox{
  padding: 14px;
  background-color: #E5F5FD;
  margin-top: 14px;
  text-align: center;
  border-radius: 10px;
}

.lp__contact .telBox a{
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #0071BC;
  padding-left: 30px;
  position: relative;
}

.lp__contact .telBox a:before{
  content: '';
  display: inline-block;
  position: absolute;
  background: url("../img/lp/icon/tel-icon.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}

.lp__contact .telBox p{
  font-size: 12px;
  line-height: 150%;
  padding-top: 10px;
}

.lp__footer{
  padding: 50px 30px 80px;
  background-color: #E5F5FD;
  text-align: center;
}

.lp__footer .logo a{
  display: flex;
  justify-content: center;
}

.lp__footer .address{
  padding: 10px 0 30px;
}

.lp__footer .copy{
  font-size: 12px;
  line-height: 150%;
  padding-top: 30px;
}

.lp__bottom{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}

.lp__bottom .contactInner{
  display: flex;
}

.lp__bottom .contactInner > div{
  width: calc(100% / 3);
}

.lp__bottom a{
  padding: 10px;
  box-sizing: border-box;
  display: block;
}

.lp__bottom .ttl{
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  padding-top: 24px;
  position: relative;
  text-align: center;
}

.lp__bottom .ttl:before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lp__bottom .form .ttl:before{
  background: url("../img/lp/icon/form-icon.svg") no-repeat;
  background-size: contain;
}
.lp__bottom .tel .ttl:before{
  background: url("../img/lp/icon/tel-icon.svg") no-repeat;
  background-size: contain;
}
.lp__bottom .line .ttl:before{
  background: url("../img/lp/icon/line-w-icon.svg") no-repeat;
  background-size: contain;
}

.lp__bottom .form{
  background-color: #0071BC;
}

.lp__bottom .tel .ttl{
  color: #0071BC;
}

.lp__bottom .tel{
  background-color: #fff;
  border-top: 1px solid #0071BC;
  border-bottom: 1px solid #0071BC;
}

.lp__bottom .line{
  background-color: #06C755;
}

@media screen and (min-width: 430px) {
  .lp{
    display: flex;
  }

  .l-lp{
    border-left: 2px solid #0071BC;
    border-right: 2px solid #0071BC;
  }

  .lp__pcLeft{
    background-color: #E5F5FD;
    flex: 1;
  }

  .leftInner{
    position: fixed;
    top: 50%;
    left: 18%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .leftInner .leftTtl{
    font-size: 20px;
    color: #0071BC;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
    padding-top: 90px;
  }

  .leftInner .anchor li{
    padding-top: 14px;
    border-bottom: 1px solid #0071BC;
    min-width: 315px;
  }

  .leftInner .anchor a{
    display: block;
    padding-bottom: 14px;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    position: relative;
  }

  .leftInner .anchor a:after{
    content: '';
    display: inline-block;
    position: absolute;
    background: url("../img/lp/icon/arrow-icon.svg") no-repeat;
    background-size: contain;
    width: 14px;
    height: 8px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .leftInner .snsArea{
    padding-top: 10px;
  }

  .leftInner .link{
    display: flex;
    gap: 0 16px;
    justify-content: center;
    padding-top: 14px;
  }

  .leftInner .link li{
    border: 1px solid #DDD;
    border-radius: 50%;
    background-color: #fff;
  }

  .leftInner .link li a{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .leftInner .link li a img{
    width: 24px;
    height: 24px;
  }

  .lp__pcRight{
    flex: 1;
    background-color: #4396CE;
  }

  .rightInner{
    position: fixed;
    top: 50%;
    right: -12%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 400px;
    width: 100%;
  }

  .rightInner__inner{
    background-color: #E5F5FD;
    border-radius: 20px;
    padding: 106px 42px 70px;
    box-sizing: border-box;
    position: relative;
  }

  .rightInner__inner:before{
    content: '';
    position: absolute;
    background: url("../img/lp/heading03.png") repeat-x;
    background-size: contain;
    width: 375px;
    height: 28px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .rightInner__inner:after{
    content: '';
    position: absolute;
    background: url("../img/lp/heading03.png") repeat-x;
    background-size: contain;
    width: 375px;
    height: 28px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .rightInner .rightTtl{
    color: #0071BC;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
    position: relative;
  }

  .rightInner .rightTtl:before,
  .rightInner .rightTtl:after{
    content: '';
    position: absolute;
    width: 57px;
    height: 88px;
    bottom: 12px;
  }

  .rightInner .rightTtl:before{
    background: url("../img/lp/chara04.png") no-repeat;
    background-size: contain;
    left: -10px;
  }

  .rightInner .rightTtl:after{
    background: url("../img/lp/chara05.png") no-repeat;
    background-size: contain;
    right: -10px;
  }

  .rightInner .contactInner{
    display: flex;
    gap: 0 14px;
    padding-top: 14px;
  }

  .rightInner .contactInner > div{
    border-radius: 10px;
    width: 50%;
  }

  .rightInner .contactInner a{
    padding: 10px 20px 14px;
    box-sizing: border-box;
    display: block;
  }

  .rightInner .contactInner .ttl{
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    padding-top: 24px;
    position: relative;
    text-align: center;
  }

  .rightInner .contactInner .ttl:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .rightInner .contactInner .form{
    background-color: #0071BC;
  }
  .rightInner .contactInner .line{
    background-color: #06C755;
  }

  .rightInner .contactInner .form .ttl:before{
    background: url("../img/lp/icon/form-icon.svg") no-repeat;
    background-size: contain;
  }
  .rightInner .contactInner .line .ttl:before{
    background: url("../img/lp/icon/line-w-icon.svg") no-repeat;
    background-size: contain;
  }

  .rightInner .rightsubTtl{
    color: #0071BC;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    padding-top: 30px;
  }

  .rightInner .telBox{
    padding: 14px;
    background-color: #fff;
    margin-top: 14px;
    border-radius: 10px;
  }

  .rightInner .telBox a{
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.5px;
    color: #0071BC;
    padding-left: 30px;
    position: relative;
  }

  .rightInner .telBox a:before{
    content: '';
    display: inline-block;
    position: absolute;
    background: url("../img/lp/icon/tel-icon.svg") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
  }

  .rightInner .telBox p{
    font-size: 12px;
    line-height: 150%;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1300px) {
  .rightInner{
    right: -18%;
    transform: translate(-50%, -50%) scale(.8);
  }
}

@media screen and (max-width: 1110px) {
  .rightInner, .leftInner {
    display: none;
  }
}

@media screen and (min-width: 1111px) {
  .lp__header{
    display: none;
  }
}