/*Mv
=======================================================*/
/*TOPMV*/
.mv{
  position: relative;
}
.mv-catch{
  width: 1000px;
  margin: 0 auto;
  padding: 150px 0;
  line-height: 1;
}
.mv-catch-sub{
  font-family: "NotoSansJP Bold";
  font-size: 28px;
  background: #005CE6;
  color: #fff;
  width: fit-content;
  padding: 5px 10px;
}
.mv-catch-main1{
  font-family: "NotoSansJP Black";
  font-size: 40px;
  margin-top: 30px;
}
.mv-catch-main1 span{
  font-size: 50px;
}
.mv-catch-main2{
  font-family: "NotoSansJP Black";
  font-size: 55px;
  margin-top: 20px;
}
.mv-catch-txt{
  font-family: "NotoSansJP Bold";
  font-size: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 1200px){
  .mv-catch{
    width: 90%;
  }
}
@media screen and (max-width: 1100px){
  .mv-catch-sub{
    font-size: 2.5vw;
  }
  .mv-catch-main1{
    font-size: 3.5vw;
  }
  .mv-catch-main1 span{
    font-size: 4.5vw;
  }
  .mv-catch-main2{
    font-size: 5vw;
  }
  .mv-catch-txt{
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px){
  .mv-catch{
    padding: 100px 0 50px;
  }
  .mv-catch-sub{
    padding: 0px 10px;
    font-size: 4vw;
  }
  .mv-catch-main1{
    margin-top: 10px;
    font-size: 6vw;
  }
  span.mv-catch-main1-txt1{
    font-size: 7vw;
    line-height: 1;
    margin-left: -10px;
  }
  span.mv-catch-main1-txt2{
    font-size: 9vw;
    line-height: 1;
  }
  .mv-catch-main2{
    font-size: 7.5vw;
    line-height: 1.5;
    margin-top: 0px;
  }
  .mv-catch-txt{
    font-size: 4vw;
    margin-top: 10px;
    line-height: 1.5;
  }
}

/*intro
=======================================================*/
.intro{
  position: relative;
}
.intro-img{
  object-fit: contain;
  position: absolute;
  left: -12%;
  bottom: 0;
  height: 100%;
}
.intro-box{
  width: fit-content;
  display: block;
  margin-left: auto;
}
.intro-box-catch{
  font-family: "NotoSansJP Black";
  background: #005CE6;
  color: #fff;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 10px;
  font-size: 25px;
}
.intro-box-ttl{
  font-family: "NotoSansJP Black";
  text-align: center;
  font-size: 30px;
  margin-top: 10px;
}
.intro-box-txt{
	font-family: "NotoSansJP Bold";
  text-align: center;
  font-size: 25px;
  margin-top: 10px;
}
.intro-box-to{
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 1000px){
  .intro-box-catch{
    font-size: 2vw;
  }
  .intro-box-ttl{
    font-size: 2.6vw;
  }
  .intro-box-txt{
    font-size: 2.3vw;
  }
  .intro-box-to{
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px){
  .intro-box{
    width: 100%;
    margin-left: unset;
  }
  .intro-img{
    left: auto;
    right: -8%;
    width: 50%;
    height: auto;
  }
  .intro-box-catch{
    font-size: 4.5vw;
  }
  .intro-box-ttl{
    font-size: 5.5vw;
    line-height: 1.6;
  }
  .intro-box-txt{
    text-align: left;
    font-size: 3.7vw;
    margin-top: 20px;
    line-height: 1.6;
  }
  .intro-box-to{
    text-align: left;
    font-size: 2.5vw;
  }
}

/*worries
=======================================================*/
.worries-wrap{
  display: flex;
  justify-content: space-between;
}
.worries-ttl{
  font-family: "NotoSansJP Black";
  font-size: 35px;
}
.worries-box{
  font-size: 20px;
  width: 40%;
  line-height: 2;
}
.worries-box-txt{
  font-family: "NotoSansJP Black";
  font-size: 20px;
  margin-bottom: 15px;
}
ul.worries-box-check{
  margin-top: 15px;
  margin-bottom: 15px;
}
ul.worries-box-check li{
  font-family: "NotoSansJP Black";
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
ul.worries-box-check li::before{
  content: "";
  background:url(/wp-content/themes/saiyoulp/img/check01.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 768px){
  .worries.bg03{
    background-position: right bottom;
  }
  .worries-wrap{
    flex-wrap: wrap;
  }
  .worries-ttl{
    width: 100%;
    line-height: 1.5;
    font-size: 7vw;
  }
  .worries-box{
    width: 100%;
    margin-top: 30px;
    font-size: 3.8vw;
  }
  .worries-box-txt{
    font-size: 3.8vw;
  }
  ul.worries-box-check li{
    font-size: 6vw;
    line-height: 1.5;
  }
}

/*info
=======================================================*/
.info{
  position: relative;
}
.info-box-ttl{
  font-family: "NotoSansJP Black";
  font-size: 35px;
}
.info-box-ttl span{
  color: #F81515;
  font-size: 45px;
}
.info-box-txt1{
  font-size: 20px;
  margin-top: 20px;
}
.info-box-txt2{
  font-family: "NotoSansJP Bold";
  font-size: 30px;
  margin-top: 20px;
}
.info-box-txt3{
  line-height: 1.5;
}
.info-box-txt3 span.info-box-txt3-grad{
  font-family: "NotoSansJP Black";
  font-size: 45px;
  width: fit-content;
  background: linear-gradient(90deg,rgba(1, 152, 217, 1) 33%, rgba(11, 80, 110, 1) 50%, rgba(6, 44, 60, 1) 100%);;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info-box-txt3 span.info-box-txt3-black{
  font-family: "NotoSansJP Black";
  font-size: 45px;
  color: #000;
  margin-left: -5px;
}
img.info-img{
  position: absolute;
  object-fit: contain;
  bottom: 0;
  right: 0;
  height: 75%;
}

@media screen and (max-width: 768px){
  .info-box-ttl{
    font-size: 4.5vw;
    line-height: 1;
  }
  .info-box-ttl span{
    font-size: 7.5vw;
    margin-left: -15px;
    margin-right: -10px;
  }
  .info-box-txt1{
    font-size: 3.5vw;
    margin-top: 10px;
  }
  .info-box-txt2{
    font-size: 5vw;
    margin-top: 10px;
  }
  .info-box-txt3{
    margin-top: 5px;
  }
  .info-box-txt3 span.info-box-txt3-grad{
    font-size: 6vw;
    line-height: 1.3;
  }
  .info-box-txt3 span.info-box-txt3-black{
    font-size: 6vw;
  }
  img.info-img{
    width: 55%;
    height: auto;
  }
}

/*era
=======================================================*/
.era-ttl{
  font-family: "NotoSansJP Black";
  font-size: 50px;
  line-height: 1.3;
}
.era-ttl span{
  font-size: 60px;
}
.era-wrap{
  display: flex;
  margin-top: 50px;
}
.era-worries{
  position: relative;
  width: 45%;
}
.era-worries-txt{
  background: #E5E5E5;
  width: fit-content;
  padding: 10px 20px;
  position: relative;
  font-size: 20px;
}
.era-worries-txt1{

}
.era-worries-txt2{
  margin-left: auto;
  margin-top: 20px;
}
.era-worries-txt::after{
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #E5E5E5;
  width: 50px;
  height: 55px;
  position: absolute;
  bottom: -30px;
  z-index: -1;
}
.era-worries-txt1::after{
  transform: rotate(-33deg);
  left: 26%;
}
.era-worries-txt2::after{
  transform: rotate(33deg);
  left: 35%;
}
img.era-icon{
  display: block;
  object-fit: contain;
  margin: 50px auto 0;
}
.era-txt{
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1000px){
  .era-ttl{
    font-size: 5vw;
  }
  .era-ttl span{
    font-size: 7vw;
  }
  .era-wrap{
    flex-wrap: wrap;
    justify-content: center;
  }
  .era-worries{
    width: 60%;
  }
  .era-txt{
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px){
  .era-worries{
    width: 80%;
  }
  .era-worries-txt{
    font-size: 3.5vw;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 480px){
  .era-wrap{
    margin-top: 30px;
  }
  .era-worries{
    width: 100%;
  }
  .era-worries-txt{
    font-size: 4vw;
    padding: 5px 15px;
  }
  .era-txt{
    font-size: 3.5vw;
  }
}

/*judge
=======================================================*/
.judge{
  background:url(/wp-content/themes/saiyoulp/img/judge01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.judge-ttl{
  font-family: "NotoSansJP Black";
  font-size: 45px;
  background: #fff;
  box-shadow: 10px 10px 0 rgba(0,0,0,0.4);
  width: fit-content;
  position: absolute;
  top: -10%;
  padding: 0px 20px;
}
ul.judge-list{
}
ul.judge-list li{
  font-family: "NotoSansJP Bold";
  font-size: 28px;
  background: #4B4B4B;
  color: #fff;
  width: fit-content;
  margin-bottom: 10px;
  padding: 0px 20px;
}
ul.judge-list li:last-child{
  margin-bottom: 0;
}
.judge-txt{
  font-family: "NotoSansJP Black";
  font-size: 40px;
  background: #fff;
  box-shadow: 10px 10px 0 rgba(0,0,0,0.4);
  width: fit-content;
  padding: 0px 20px;
  margin-top: 70px;
}

@media screen and (max-width: 1000px){
  .judge-ttl{
    font-size: 4vw;
  }
  ul.judge-list li{
    font-size: 2.8vw;
  }
  .judge-txt{
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px){
  .judge .common{
    padding: 70px 0 50px;
  }
  .judge-ttl{
    font-size: 5vw;
    padding: 5px 10px;
  }
  ul.judge-list li{
    font-size: 3.8vw;
    padding: 5px 10px;
  }
  .judge-txt{
    margin-top: 50px;
    font-size: 5.3vw;
    padding: 10px 10px;
    line-height: 1.5;
  }
}

/*select
=======================================================*/
.select-ttl{
  font-family: "NotoSansJP Black";
  font-size: 50px;
  text-align: center;
}
.select-txt{
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}
.select-flow{
  display: flex;
  margin-top: 40px;
}
.select-flow-box{
  width: calc(100% / 3);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.select-flow-box::before{
  content: "";
  height: 100%;
  width: 60px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: -60px;
  top: 0;
  z-index: 2;
}
.select-flow-box::after{
  content: "";
  background: #fff;
  height: 104%;
  width: 63px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: -63px;
  top: -2%;
  z-index: 1;
}
.select-flow-box1{
  background: #F5F5F5;
}
.select-flow-box2{
  background: #E5E5E5;
  padding-left: 60px;
}
.select-flow-box3{
  background: #D0D0D0;
  padding-left: 60px;
}
.select-flow-box1::before{
  background: #F5F5F5;
}
.select-flow-box2::before{
  background: #E5E5E5;
}
.select-flow-box3::before,
.select-flow-box3::after{
  content: unset;
}
.select-flow-box-ttl{
  font-family: "NotoSansJP Black";
  font-size: 25px;
  text-align: center;
  line-height: 1.3;
  position: relative;
  z-index: 3;
}
.select-flow-box-txt{
  font-family: "NotoSansJP Black";
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 3;
}
img.select-icon{
  display: block;
  object-fit: contain;
  margin: 20px auto 0;
}
.select-end{
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select-end-txt{
  font-size: 25px;
  margin-bottom: 60px;
}
.select-end-txt span{
  font-family: "NotoSansJP Black";
  font-size: 35px;
  display: block;
}
img.select-end-img{
  display: block;
  object-fit: contain;
  width: 30%;
}

@media screen and (max-width: 1000px){
  .select-ttl{
    font-size: 4.8vw;
  }
  .select-txt{
    font-size: 2vw;
  }
  .select-flow-box-ttl{
    font-size: 2.4vw;
  }
  .select-flow-box-txt{
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px){
  .select-ttl{
    font-size: 7vw;
    line-height: 1.5;
  }
  .select-txt{
    font-size: 3.5vw;
    margin-top: 10px;
  }
  .select-flow{
    flex-wrap: wrap;
    position: relative;
    margin-top: 20px;
  }
  .select-flow::before{
    content: "";
    height: 60px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: #fff;
  }
  .select-flow-box{
    width: 100%;
  }
  .select-flow-box::before{
    content: "";
    height: 60px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    right: 0;
    top: auto;
    bottom: -60px;
    z-index: 2;
  }
  .select-flow-box::after{
    content: "";
    background: #fff;
    width: 104%;
    height: 63px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    right: -2%;
    top: auto;
    bottom: -63px;
    z-index: 1;
  }
  .select-flow-box3::before{
    content: "";
    background: #D0D0D0;
  }
  .select-flow-box{
    padding-left: 0;
    padding-top: 80px;
    padding-bottom: 0;
  }
  .select-flow-box1{
    padding-top: 40px;
  }
  .select-flow-box-ttl{
    font-size: 3.4vw;
  }
  .select-flow-box-txt {
    font-size: 2.6vw;
  }
  .select-end-txt{
    margin-bottom: 0;
    font-size: 3vw;
  }
  .select-end-txt span{
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 480px){
  .select-flow-box-ttl{
    font-size: 5.4vw;
  }
  .select-flow-box-txt {
    font-size: 4.6vw;
  }
  .select-end{
    margin-top: 70px;
    position: relative;
    justify-content: flex-start;
    z-index: 1;
  }
  .select-end-txt{
    font-size: 4vw;
    line-height: 1.5;
    z-index: 1;
    margin-top: 20px;
  }
  .select-end-txt span{
    font-size: 7vw;
    line-height: 1.6;
    margin-left: -10px;
  }
  img.select-end-img{
    width: 40%;
    position: absolute;
    right: -6%;
  }
}

/*reason
=======================================================*/
.reason-wrap{
  width: 85%;
  margin-left: auto;
}
.reason-box{
  position: relative;
}
.reason-box-ttl{
  font-family: "NotoSansJP Black";
  font-size: 42px;
  position: relative;
}
.reason-box-ttl::before{
  content: "";
  width: 30px;
  height: 30px;
  background: #81D9FF;
  display: block;
  border-radius: 100px;
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
.reason-box-ttl1::before{
  background: #005CE6;
}
.reason-box::after{
  content: "";
  width: 2px;
  height: 113%;
  background: #81D9FF;
  position: absolute;
  left: -8.5%;
  top: 68%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.reason-box4::after{
  height: 150%;
}
.reason-box-txt1{
  font-family: "NotoSansJP Bold";
  font-size: 23px;
  margin-top: 10px;
}
.reason-box-txt2{
  font-size: 18px;
  margin-top: 20px;
}
.reason-box-txt3{
  font-family: "NotoSansJP Bold";
  font-size: 30px;
  margin-top: 20px;
}
.reason-box-txt3 span{
  font-family: "NotoSansJP Black";
  font-size: 35px;
  display: block;
  line-height: 1.3;
}
.reason-box-ttl2{
  font-family: "NotoSansJP Bold";
  font-size: 25px;
  padding-top: 30px;
  line-height: 1.6;
}
.reason-box2-list{
  background:url(/wp-content/themes/saiyoulp/img/reason01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  padding: 30px 0 20px 20px;
}
.reason-box2-list ul{
  margin-top: 30px;
}
.reason-box2-list ul li{
  background: #fff;
  margin-bottom: 10px;
  width: fit-content;
  padding: 0 10px;
  font-size: 20px;
}
.reason-box2-list ul li:last-child{
  margin-bottom: 0;
}
.reason-box-ttl3{
  padding-top: 10px;
  background: linear-gradient(90deg, rgba(1, 152, 217, 1) 33%, rgba(11, 80, 110, 1) 50%, rgba(6, 44, 60, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reason-box-ttl3 span.reason-box-ttl3-sub{
  color: #000;
  font-size: 33px;
  margin-left: -10px;
}
.reason-box-ttl3-sp{
  font-size: 42px;
}
.reason-box-ttl4-sub{
  font-family: "NotoSansJP Bold";
  background: #4B4B4B;
  color: #fff;
  width: fit-content;
  padding: 0 10px;
  margin-top: 30px;
  font-size: 20px;
}
.reason-box-ttl4{
  line-height: 1.3;
}
ul.reason-box3-list{
  margin-top: 20px;
  margin-bottom: 20px;
}
ul.reason-box3-list li{
  font-size: 18px;
  background: #E5E5E5;
  font-family: "NotoSansJP Bold";
  position: relative;
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: 15px;
}
ul.reason-box3-list li::after{
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #E5E5E5;
  width: 30px;
  height: 25px;
  position: absolute;
  bottom: -20px;
  left: 18px;
  z-index: -1;
}
ul.reason-box3-list li:last-child{
  margin-bottom: 0;
}
ul.reason-box3-list li:nth-child(2){
  margin-left: 8%;
}
ul.reason-box3-list li:nth-child(3){
  margin-left: 16%;
}
img.reason02-img{
  display: block;
  margin-left: auto;
  margin-top: -25%;
  object-fit: contain;
  width: 53%;
  z-index: -1;
  position: relative;
}

@media screen and (max-width: 1000px){
  .reason-box-ttl{
    font-size: 4vw;
  }
  .reason-box-txt1{
    font-size: 2.5vw;
  }
  .reason-box-ttl2{
    font-size: 2.5vw;
  }
  .reason-box-txt2{
    font-size: 1.8vw;
  }
  .reason-box2-list ul li{
    font-size: 2vw;
  }
  .reason-box-ttl3{
    line-height: 1.1;
  }
  .reason-box-ttl3 span.reason-box-ttl3-sub{
    font-size: 3.3vw;
  }
  .reason-box-ttl3-sp{
    font-size: 4vw;
  }
  ul.reason-box3-list li{
    font-size: 2vw;
  }
  .reason-box-txt3{
    font-size: 3vw;
  }
  .reason-box-txt3 span{
    font-size: 3.5vw;
  }
  .reason-box-ttl4-sub{
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px){
  .reason-box-ttl::before{
    left: -11%;
  }
}
@media screen and (max-width: 480px){
  .reason-box::after{
    height: 115%;
  }
  .reason-box-ttl::before{
    width: 20px;
    height: 20px;
  }
  .reason-box-ttl {
    font-size: 6vw;
    line-height: 1.5;
  }
  .reason-box-ttl2{
    font-size: 4.2vw;
    padding-top: 20px;
  }
  .reason-box-txt1 {
    font-size: 4vw;
    line-height: 1.8;
  }
  .reason-box-txt2{
    font-size: 3.5vw;
    margin-top: 10px;
  }
  .reason-box2-list ul li{
    font-size: 4vw;
  }
  .reason-box-ttl2::before{
    top: 28%;
  }
  .reason-box-ttl3 span.reason-box-ttl3-sub{
    font-size: 5vw;
    text-align: right;
    display: block;
    line-height: 1.5;
  }
  .reason-box-ttl3-sp{
    font-size: 6vw;
    text-align: right;
    display: block;
      line-height: 1.5;
  }
  ul.reason-box3-list li {
    font-size: 3.5vw;
  }
  ul.reason-box3-list li:nth-child(2){
    margin: 10px auto;
  }
  ul.reason-box3-list li:nth-child(3){
    margin-left: auto;
  }
  .reason-box-txt3{
    font-size: 5vw;
    font-family: "NotoSansJP Black";
  }
  .reason-box-txt3 span{
    font-size: 5.5vw;
  }
  img.reason02-img{
    position: unset;
    margin-top: 20px;
    width: 100%;
  }
}

/*answer
=======================================================*/
.answer-box{
  margin-bottom: 30px;
}
.answer-ttl{
  margin-bottom: 40px;
}
.answer-ttl span{
  font-family: "NotoSansJP Black";
  font-size: 55px;
  color: #005CE6;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  width: fit-content;
  padding: 0 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.answer-inner{
  width: 60%;
  margin-left: auto;
}
.answer-txt1{
  font-family: "NotoSansJP Bold";
  font-size: 25px;
  margin-top: 20px;
}
.answer-txt1-main{
  font-size: 33px;
}
.answer-txt1-sub{
  display: block;
  font-size: 23px;
  line-height: 1.3;
}
.answer-txt2{
  font-size: 18px;
  margin-top: 20px;
  line-height: 2.1;
}
.answer-txt2-sub{
  font-size: 25px;
  font-family: "NotoSansJP Black";
}
.answer-txt2-main{
  font-size: 35px;
  font-family: "NotoSansJP Black";
  line-height: 1.5;
}
.answer-txt3{
  font-family: "NotoSansJP Bold";
  font-size: 27px;
  margin-top: 20px;
}
.answer-txt4{
  font-family: "NotoSansJP Black";
  font-size: 27px;
  margin-top: 20px;
}
.answer-txt5{
  font-family: "NotoSansJP Black";
  font-size: 27px;
  margin-top: 30px;
  line-height: 1.5;
}
.answer-txt5 span{
  font-size: 38px;
}
ul.answer-txt-check{
  margin-top: 20px;
  line-height: 2.1;
}
ul.answer-txt-check li{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}
ul.answer-txt-check li::before{
  content: "";
  background: url(/wp-content/themes/saiyoulp/img/check01.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
}
.answer-list1{
  display: flex;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.answer-list1-detail{
  width: calc(100% / 3);
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 200px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.answer-list1-detail span{
  font-size: 18px;
  z-index: 1;
}
.answer-list1-detail::before{
  content: "";
  background: url(/wp-content/themes/saiyoulp/img/icon02.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 70px;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 0;
}
.answer-list2{
  display: flex;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.answer-list2-detail{
  width: calc(100% / 3);
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.answer-list2-detail span{
  font-size: 18px;
  z-index: 1;
}
.answer-list2-detail::before{
  content: "";
  background: url(/wp-content/themes/saiyoulp/img/icon03.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 70px;
  position: absolute;
  top: 12%;
  left: 23%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 0;
}
ul.answer-txt-list2{
  margin-top: 20px;
}
ul.answer-txt-list2 li{
  font-size: 18px;
  list-style: disc;
  list-style-position: inside;
}

@media screen and (max-width: 600px){
  .answer-inner{
    width: 100%;
  }
  .answer-ttl span{
    font-size: 7vw;
    padding: 0 10px;
  }
  .answer-txt1{
    font-size: 4.8vw;
    line-height: 1.3;
    margin-top: 10px;
  }
  .answer-txt1-main{
    font-size: 6vw;
  }
  .answer-txt1-sub{
    font-size: 4vw;
    margin-top: 10px;
  }
  .answer-txt2{
    font-size: 3.5vw;
    margin-top: 10px;
  }
  .answer-txt2-sub{
    font-size: 5vw;
  }
  .answer-txt2-main{
    font-size: 6.5vw;
  }
  .answer-txt3{
    font-size: 5vw;
    margin-top: 10px;
  }
  .answer-txt4{
    font-size: 5.5vw;
    line-height: 1.8;
  }
  .answer-txt5{
    font-size: 5vw;
    margin-top: 20px;
  }
  .answer-txt5 span{
    font-size: 6.5vw;
  }
  ul.answer-txt-check li{
    font-size: 4.5vw;
  }
  ul.answer-txt-check li::before{
    width: 25px;
    height: 25px;
  }
  .answer-list1{
    flex-wrap: wrap;
    justify-content: center;
  }
  .answer-list1-detail{
    width: 45%;
  }
  .answer-list1-detail span{
    font-size: 4vw;
    text-align: center;
  }
  ul.answer-txt-list2{
    margin-top: 10px;
  }
  ul.answer-txt-list2 li{
    font-size: 3.5vw;
    list-style: disc;
    list-style-position: outside;
    margin-left: 5%;
  }
  .answer-list2{
    flex-wrap: wrap;
    justify-content: center;
  }
  .answer-list2-detail{
    width: 45%;
  }
  .answer-list2-detail span{
    font-size: 4vw;
    text-align: center;
  }
}

/*point
=======================================================*/
.point-ttl{
  font-family: "NotoSansJP Black";
  font-size: 45px;
  color: #005CE6;
  text-align: center;
}
.point-ttl::before{
  content: "";
  width: 1px;
  height: 100px;
  display: block;
  background: #000;
  margin: 0 auto 20px;
}
.point-txt{
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
.point-detail{
  background:url(/wp-content/themes/saiyoulp/img/point-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.point-detail-wrap{
  width: fit-content;
  margin-left: auto;
}
ul.point-detail-list{
  width: fit-content;
}
ul.point-detail-list li{
  font-family: "NotoSansJP Bold";
  background: #4B4B4B;
  color: #fff;
  padding: 7px 40px;
  font-size: 20px;
  margin-bottom: 10px;
}
ul.point-detail-list li span{
  margin: 0 auto;
  display: block;
  width: 100%;
}
.point-detail-txt{
  margin-left: auto;
  font-family: "NotoSansJP Black";
  font-size: 47px;
  line-height: 1.3;
  margin-top: 30px;
}
.point-detail-question-ttl{
  font-family: "NotoSansJP Black";
  font-size: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.point-detail-question-ttl::before{
  content: "";
  background: #000;
  width: 50px;
  height: 1px;
}
.point-detail-question-ttl::after{
  content: "";
  background: #000;
  width: 50px;
  height: 1px;
}
.point-detail-question-txt{
  text-align: center;
  margin-top: 30px;
  line-height: 2.5;
  font-size: 17px;
}
.point-detail-question-txt span{
  font-family: "NotoSansJP Black";
  font-size: 20px;
}

@media screen and (max-width: 768px){
  .point-ttl{
    font-size: 5vw;
    line-height: 1.5;
  }
  .point-txt{
    font-size: 3.5vw;
  }
  .point-detail-wrap{
    width: 100%;
  }
  ul.point-detail-list{
    margin-left: auto;
    margin-top: 170px;
  }
  ul.point-detail-list li{
    font-size: 4vw;
    padding: 5px 30px;
  }
  .point-detail-txt{
    color: #fff;
    text-shadow: 4px 4px 0px rgba(0, 0, 0, 1);
    margin-top: 0;
  }
  .point-detail-question-ttl{
    font-size: 5.5vw;
  }
  .point-detail-question-ttl::before{
    width: 30px;
  }
  .point-detail-question-ttl::after{
    width: 30px;
  }
  .point-detail-question-txt{
    font-size: 4vw;
  }
  .point-detail-question-txt span{
    font-size: 4.5vw;
  }
}

/*flow
=======================================================*/
.flow-intro .common-sub{
  padding: 80px 0 50px;
}
.flow-intro{
  background:url(/wp-content/themes/saiyoulp/img/flow01.png) no-repeat;
  background-size: cover;
  position: relative;
}
.flow-intro::before{
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #fff;
  width: 150px;
  height: 50px;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.flow-intro-ttl{
  font-family: "NotoSansJP Black";
  font-size: 50px;
  background: #fff;
  color:#005CE6;
  width: fit-content;
  margin: 0 auto;
  box-shadow: 0px 4px 4px rgba(0, 4, 0, 1);
  line-height: 1.5;
  padding: 0 20px;
}
.flow-intro-txt1{
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}
.flow-intro-txt2{
  font-family: "NotoSansJP Black";
  color: #fff;
  text-align: center;
  font-size: 22px;
}
.flow-intro-txt2-main{
  font-size: 25px;
}
.flow-intro-txt3{
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 18px;
}
.flow-detail{
  background: #F2F2F2;
}
.flow-detail .common-sub{
  padding: 50px 0 120px;
}
.flow-detail-wrap{
  width: fit-content;
  margin: 0 auto;
}
.flow-detail-inner{
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
  position: relative;
}
.flow-detail-inner:last-child{
  padding-bottom: 0;
}
.flow-detail-inner::after{
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 8%;
  z-index: -1;
  top: 0;
}
.flow-detail-inner:last-child::after{
  content: unset;
}
.flow-detail-num{
  font-family: "NotoSansJP Black";
  font-size: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  width: 100px;
  height: 100px;
  border-radius: 200px;
  background: #F2F2F2;
}
.flow-detail-box{
}
.flow-detail-box-ttl{
  font-family: "NotoSansJP Bold";
  font-size: 23px;
}
.flow-detail-box-txt{
  font-size: 17px;
}
.flow-detail-b{
  color: #fff;
  font-family: "NotoSansJP Black";
  font-size: 240px;
  position: absolute;
  bottom: 0;
  line-height: 0.8;
  z-index: -2;
}

@media screen and (max-width: 768px){
  .flow-intro{
    background:url(/wp-content/themes/saiyoulp/img/flow01-sp.png) no-repeat;
    background-size: cover;
  }
  .flow-intro::before{
    width: 120px;
    height: 40px;
  }
  .flow-intro-ttl{
    font-size: 6.5vw;
    padding: 10px 10px;
  }
  .flow-intro-txt1{
    font-size: 4vw;
  }
  .flow-intro-txt2{
    font-size: 4.5vw;
  }
  .flow-intro-txt2-main{
    font-size: 5.5vw;
  }
  .flow-intro-txt3{
    font-size: 4vw;
  }
  .flow-detail .common-sub{
    padding: 50px 0 90px;
  }
  .flow-detail-inner{
    align-items: flex-start;
  }
  .flow-detail-inner::after{
    left: 6.5%;
  }
  .flow-detail-num{
    width: 80px;
    height: 80px;
    aspect-ratio: 1 / 1;
  }
  .flow-detail-box-ttl{
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .flow-detail-box-txt{
    font-size: 3.5vw;
    line-height: 1.8;
    margin-top: 10px;
  }
  .flow-detail-b{
    font-size: 29vw;
  }
}
@media screen and (max-width: 480px){
  .flow-detail-inner::after{
    left: 10.5%;
  }
}

/*true
=======================================================*/
.true{
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.true-intro{
  background:url(/wp-content/themes/saiyoulp/img/true01.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.true-intro-ttl{
  font-family: "NotoSansJP Black";
  background-color: #fff;
  text-align: center;
  font-size: 60px;
  width: fit-content;
  margin: 50px auto 0;
  line-height: 1.2;
  padding: 10px 20px;
}
.true-intro-txt{
  font-family: "NotoSansJP Black";
  background-color: #fff;
  text-align: center;
  font-size: 23px;
  width: fit-content;
  padding: 5px 10px;
  margin: 10px auto 0;
}
img.true-intro-box-img{
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.true-intro-box-txt{
  text-align: center;
  font-size: 17px;
  margin-top: 20px;
  line-height: 2;
}
.true-intro-box-txt span{
  font-family: "NotoSansJP Bold";
  font-size: 28px;
  margin-top: 10px;
  display: block;
}

@media screen and (max-width: 768px){
  .true-intro {
    background: url(/wp-content/themes/saiyoulp/img/true01-sp.png) no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .true-intro-ttl{
    font-size: 7vw;
  }
  .true-intro-txt{
    font-size: 2.8vw;
  }
  .true-intro-box-txt{
    font-size: 3vw;
  }
  .true-intro-box-txt span{
    font-size: 3.5vw;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px){
  .true-intro-ttl {
    font-size: 8vw;
  }
  .true-intro-txt {
    font-size: 3.8vw;
    line-height: 1.5;
    padding: 10px;
  }
  .true-intro-box-txt {
    font-size: 3.2vw;
  }
  .true-intro-box-txt span {
    font-size: 4.5vw;
    margin-top: 10px;
  }
}

/*change
=======================================================*/
.change{
  background: url(/wp-content/themes/saiyoulp/img/change01.png) no-repeat;
  background-size: 100%;
  background-position: top;
}
ul.change-list{
  margin-top: 30px;
}
ul.change-list li{
  background: #005CE6;
  margin-bottom: 10px;
  color: #fff;
  font-size: 25px;
  width: fit-content;
  padding: 0 10px;
}
ul.change-list li span{
  color: #FFFF43;
}
ul.change-list li:last-child{
  margin-bottom: 0;
}
.change-ttl{
  font-family: "NotoSansJP Black";
  font-size: 60px;
  line-height: 1.3;
  margin-top: 60px;
}
.change-flow{
  width: 90%;
  margin: 0 auto;
}
ul.change-flow-before{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
ul.change-flow-before li{
  font-family: "NotoSansJP Bold";
  font-size: 25px;
  border: 3px solid #005CE6;
  width: calc(100% / 3);
  text-align: center;
  background: #fff;
  padding: 10px 10px;
}
img.change-flow01-img{
  width: 70%;
  margin: 0 auto;
  object-fit: contain;
}
.change-flow-middle1{
  text-align: center;
  color: #4B4B4B;
  font-size: 23px;
  margin: 20px 0;
}
.change-flow-middle1 span{
  font-family: "NotoSansJP Bold";
  display: block;
}
.change-flow-middle2{
  text-align: center;
  font-family: "NotoSansJP Bold";
  font-size: 33px;
}
.change-flow-middle2::before{
  content: "";
  background: #005CE6;
  width: 3px;
  height: 70px;
  display: block;
  margin: 20px auto;
}
ul.change-flow-after{
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
ul.change-flow-after li{
  width: calc(100% / 3);
  background: #005CE6;
  color: #FFFF43;
  font-size: 25px;
  padding: 10px 10px;
  text-align: center;
}

@media screen and (max-width: 768px){
  .change{
    background: url(/wp-content/themes/saiyoulp/img/change01-sp.png) no-repeat;
    background-size: 100%;
    background-position: top;
  }
  ul.change-flow-before li{
    width: 40%;
    font-size: 3vw;
  }
  ul.change-flow-after{
    flex-wrap: wrap;
  }
  ul.change-flow-after li{
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px){
  ul.change-list li{
    font-size: 4.5vw;
  }
  .change-ttl{
    font-size: 8vw;
    margin-top: 30px;
  }
  ul.change-flow-before{
    margin-top: 30px;
  }
  ul.change-flow-before li{
    border: 2px solid #005CE6;
    font-size: 4.3vw;
    width: 47%;
  }
  img.change-flow01-img{
    width: 90%;
  }
  .change-flow-middle1{
    font-size: 4.5vw;
  }
  .change-flow-middle2{
    font-size: 6vw;
  }
  .change-flow-middle2::before{
    width: 2px;
    height: 50px;
  }
  ul.change-flow-after{
    margin-top: 20px;
  }
  ul.change-flow-after li{
    font-size: 5vw;
    padding: 5px 10px;
  }
}

/*result
=======================================================*/
.result{
  background: url(/wp-content/themes/saiyoulp/img/result01.png) no-repeat;
  background-size: cover;
  background-position: top right;
}
.result-ttl{
  font-family: "NotoSansJP Black";
  font-size: 70px;
}
.result-txt{
  margin-top: 30px;
  font-size: 23px;
}
ul.result-list{
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
ul.result-list li{
  font-family: "NotoSansJP Black";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.65);
  background: #fff;
  text-align: center;
}
ul.result-list li span{
  background: linear-gradient(180deg,rgba(21, 180, 248, 1) 0%, rgba(0, 92, 230, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  line-height: 1.7;
}

@media screen and (max-width: 768px){
  .result{
    background: url(/wp-content/themes/saiyoulp/img/result01-sp.png) no-repeat;
    background-size: cover;
  }
  .result-txt{
    font-size: 3.5vw;
    margin-top: 10px;
  }
  ul.result-list{
    flex-wrap: wrap;
  }
  ul.result-list li{
    width: 150px;
    height: 150px;
  }
  ul.result-list li span{
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px){
  .result-ttl{
    font-size: 10vw;
  }
  ul.result-list{
    width: 90%;
    justify-content: center;
  }
  ul.result-list li{
    width: 140px;
    height: 140px;
  }
  ul.result-list li span{
    font-size: 4vw;
    line-height: 2;
  }
  ul.result-list li:first-child{
    margin: 0 50px;
  }
}

/*voice
=======================================================*/
.voice-ttl{
  font-family: "NotoSansJP Black";
  font-size: 35px;
  text-align: center;
}
.voice-ttl span{
  font-size: 65px;
  display: block;
  line-height: 1.3;
}
.voice-ttl::before{
  content: "";
  width: 1px;
  height: 80px;
  display: block;
  margin: 0 auto 20px;
  background: #000;
}
.voice-wrap{
  margin-top: 80px;
}
.voice-box{
  display: flex;
  align-items: end;
  background: #DFF2FF;
  position: relative;
  margin-bottom: 70px;
}
.voice-box:last-child{
  margin-bottom: 0;
}
.voice-box-ttl{
  position: absolute;
  font-family: "NotoSansJP Black";
  font-size: 23px;
  top: -7%;
  left: 30%;
}
.voice-box-ttl-sub{
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 5px 10px;
  display: block;
  width: fit-content;
}
.voice-box-ttl-main{
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #1076A2;
  padding: 3px 10px;
  margin-top: 10px;
  display: block;
  width: fit-content;
}
.voice-box-img{
  width: 40%;
  object-fit: contain;
  max-height: 360px;
}
.voice-box-img1{
  max-height: 310px;
}
.voice-box-detail{
  width: 60%;
  padding: 100px 20px 20px 20px;
}
.voice-box-results{
  display: flex;
  align-items: self-start;
}
.voice-box-results-ttl{
  font-family: "NotoSansJP Bold";
  font-size: 17px;
  display: flex;
  align-items: center;
}
.voice-box-results-ttl::after{
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  display: block;
  margin: 0 15px;
}
.voice-box-txt{
  margin-top: 20px;
  font-size: 15px;
}
.voice-box3 .voice-box-txt{
  margin-top: 0;
}
.voice-box-name{
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
}
.voice-note{
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 900px){
  .voice-box-ttl{
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px){
  .voice-box-ttl{
    left: -2%;
    font-size: 4vw;
  }
  .voice-box1 .voice-box-ttl-sub{
    background: none;
    box-shadow: unset;
    padding: 0;
    display: block;
    width: fit-content;
  }
  .voice-box-ttl-sub1{
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 5px 10px;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
  }
  .voice-box-ttl-sub1:last-child{
    margin-bottom: 0;
  }
  .voice-box{
    flex-wrap: wrap;
  }
  .voice-box-detail{
    width: 100%;
    padding: 20px;
  }
  .voice-box-img{
    margin: 100px auto 0;
  }
  .voice-box-img1{
    margin: 160px auto 0;
  }
  .voice-box-txt{
    margin-top: 0;
  }
}
@media screen and (max-width: 480px){
  .voice-ttl{
    font-size: 5vw;
  }
  .voice-ttl span{
    font-size: 8vw;
  }
  .voice-ttl::before{
    height: 50px;
  }
  .voice-box-ttl{
    top: -4%;
  }
  .voice-box-img {
    margin: 80px auto 0;
  }
  .voice-box-img1 {
    width: 50%;
    margin: 140px auto 0;
  }
  .voice-box-results-ttl{
    font-size: 3.5vw;
  }
  ul.voice-box-results-detail li{
    font-size: 3vw;
  }
  .voice-box-txt{
    font-size: 3vw;
    margin-top: 20px;
  }
  .voice-box-name{
    font-size: 2.8vw;
  }
  .voice-note{
    text-align: left;
    font-size: 3vw;
  }
}

/*recommend
=======================================================*/
.recommend-refusal{
  background: #4B4B4B;
  color: #fff;
}
.recommend-refusal .common-sub{
  padding: 50px 0 100px;
}
.recommend-refusal-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommend-refusal-ttl{
  font-family: "NotoSansJP Bold";
  font-size: 37px;
  line-height: 1.5;
}
.recommend-refusal-ttl span{
  font-size: 47px;
}
ul.recommend-refusal-list li{
  display: flex;
  font-size: 20px;
  margin-bottom: 10px;
  gap: 15px;
  align-items: center;
}
ul.recommend-refusal-list li:last-child{
  margin-bottom: 0;
}
ul.recommend-refusal-list li::before{
  content: "";
  background: url(/wp-content/themes/saiyoulp/img/icon04.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
}
.recommend-wrap{
  background: url(/wp-content/themes/saiyoulp/img/recommend01.png) no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom;
}
.recommend-wrap-ttl{
  background: #fff;
  font-family: "NotoSansJP Bold";
  font-size: 37px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, .8));
  top: -7%;
  width: max-content;
  padding: 0 20px;
}
.recommend-wrap-ttl::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
ul.recommend-wrap-list{
  display: flex;
  gap: 80px;
  margin-top: 80px;
}
ul.recommend-wrap-list li{
  width: calc(100% / 3);
  aspect-ratio: 1 / 1;
  border-radius: 200px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
}
.recommend-note-txt{
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
}
.recommend-note-txt span{
  font-family: "NotoSansJP Bold";
  font-size: 30px;
  display: block;
}

@media screen and (max-width: 768px){
  .recommend-refusal-ttl{
    font-size: 4vw;
  }
  .recommend-refusal-ttl span{
    font-size: 4.7vw;
  }
  ul.recommend-refusal-list li{
    font-size: 3vw;
  }
  .recommend-wrap-ttl{
    font-size: 5vw;
    top: -10%;
  }
  ul.recommend-wrap-list{
    gap: 20px;
  }
  ul.recommend-wrap-list li{
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px){
  .recommend-refusal-wrap{
    flex-wrap: wrap;
  }
  .recommend-refusal-ttl{
    width: 100%;
    font-size: 6vw;
  }
  .recommend-refusal-ttl span{
    font-size: 7vw;
  }
  ul.recommend-refusal-list{
    width: 100%;
    margin-top: 20px;
  }
  ul.recommend-refusal-list li{
    font-size: 4vw;
  }
  ul.recommend-refusal-list li::before{
    width: 27px;
    height: 27px;
  }
  .recommend-refusal .common-sub{
    padding: 50px 0 70px;
  }
  .recommend-wrap-ttl{
    top: -5%;
  }
  .recommend-wrap-ttl::after{
    border-top: 25px solid #fff;
  }
  ul.recommend-wrap-list{
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  ul.recommend-wrap-list li{
    width: 150px;
    font-size: 4vw;
    line-height: 1.6;
  }
  ul.recommend-wrap-list li:first-child{
    margin: 0 50px;
  }
  .recommend-note-txt{
    font-size: 4.5vw;
  }
  .recommend-note-txt span{
    font-size: 5vw;
  }
}

/*contact
=======================================================*/
.contact-cause-sub{
  background: #005CE6;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  font-family: "NotoSansJP Black";
  font-size: 35px;
  line-height: 1.5;
  padding: 0 10px;
}
.contact-cause-sub span{
  font-size: 45px;
}
.contact-cause{
  font-family: "NotoSansJP Black";
  text-align: center;
  font-size: 38px;
  line-height: 1.3;
  margin-top: 10px;
}
.contact-cause span{
  font-size: 45px;
}
.contact-cause::after{
  content: "";
  width: 1px;
  height: 70px;
  background: #000;
  display: block;
  margin: 20px auto;
}
.contact-limit{
  border: 1px solid #000;
  border-radius: 100px;
  font-family: "NotoSansJP Black";
  width: fit-content;
  margin: 0 auto;
  padding: 10px 30px;
  line-height: 1.5;
  letter-spacing: 3px;
}
.contact-limit-monthly{
  font-size: 25px;
}
.contact-limit-first{
  font-size: 28px;
}
.contact-limit-first-3{
  font-size: 35px;
  line-height: 1;
}
.contact-limit-sub{
	font-family: "NotoSansJP Medium";
  font-size: 17px;
  display: block;
  letter-spacing: 1px;
}
.contact-line{
  display: flex;
  background: linear-gradient(151deg,rgba(0, 92, 230, 1) 0%, rgba(74, 189, 238, 1) 63%, rgba(149, 249, 96, 1) 100%);
  margin-top: 40px;
  border-radius: 10px;
  padding: 30px;
}
.contact-line-box{
  color: #fff;
  width: 60%;
}
.contact-line-box-ttl{
	font-family: "NotoSansJP Black";
  font-size: 20px;
}
.contact-line-box-ttl span{
  font-size: 27px;
}
ul.contact-line-box-list{
  margin-top: 20px;
}
ul.contact-line-box-list li{
  list-style: disc;
  margin-bottom: 3px;
  margin-left: 20px;
}
ul.contact-line-box-list li:last-child{
  margin-bottom: 0;
}
.contact-line-box-txt{
  margin-top: 20px;
  line-height: 2.2;
}
.contact-line-box-btn-img{
  width: 50%;
  object-fit: contain;
}
.contact-line-box-btn a.normal-btn{
  margin-top: -25px;
  margin-left: 30px;
}
.contact-wrap{
  margin-top: 100px;
}
.contact-wrap-ttl{
  font-family: "NotoSansJP Black";
  font-size: 90px;
  line-height: 1.5;
}
.contact-box{
  margin-top: 20px;
}

@media screen and (max-width: 768px){
  .contact-cause-sub{
    font-size: 4.5vw;
  }
  .contact-cause-sub span{
    line-height: 1.5;
    font-size: 5.5vw;
  }
  .contact-cause{
    font-size: 5vw;
  }
  .contact-cause span{
    font-size: 6vw;
    line-height: 1.5;
  }
  .contact-cause::after{
    height: 50px;
  }
  .contact-line{
    flex-wrap: wrap;
    width: fit-content;
    margin: 40px auto 0;
    display: block;
  }
  .contact-line-box{
    width: 100%;
  }
  .contact-line-box-btn{
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px){
  .contact-cause-sub{
    font-size: 6vw;
    padding: 2px 15px;
  }
  .contact-cause-sub span{
    font-size: 7vw;
  }
  .contact-cause{
    font-size: 5vw;
  }
  .contact-cause span{
    font-size: 6vw;
  }
  .contact-limit{
    padding: 5px 30px 15px 30px;
  }
  .contact-limit-monthly{
    font-size: 5vw;
  }
  .contact-limit-first{
    font-size: 6vw;
  }
  .contact-limit-first-3{
    font-size: 7.5vw;
  }
  .contact-limit-sub{
    line-height: 1;
  }
  .contact-line{
    width: 100%;
  }
  .contact-line-box-ttl{
    font-size: 4.5vw;
    line-height: 1.4;
  }
  .contact-line-box-ttl span{
    font-size: 6vw;
  }
  .contact-line-box-btn-img{
    width: 40%;
  }
  .contact-line-box-btn{
    width: 100%;
    margin: 10px auto 0;
  }
  .contact-line-box-btn a.normal-btn{
    width: 100%;
    margin-left: auto;
    justify-content: center;
  }
  .contact-wrap{
    margin-top: 50px;
  }
  .contact-wrap-ttl{
    font-size: 11vw;
  }
}

/*thought
=======================================================*/
.thought{
  background: url(/wp-content/themes/saiyoulp/img/thought01.png) no-repeat;
  background-size: cover;
}
.thought-ttl{
  font-family: "NotoSansJP Black";
  font-size: 50px;
  line-height: 1.3;
}
.thought-box{
  background:rgba(255,255,255,0.6);
  padding: 30px;
  border-radius: 10px;
  margin-top: 50px;
}
.thought-box-txt{
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
}
.thought-box-txt span{
  font-family: "NotoSansJP Black";
  font-size: 20px;
}
.thought-box-link{
  margin-top: 50px;
  display: flex;
  gap: 30px;
  justify-content: center;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .thought-ttl{
    font-size: 7vw;
  }
  .thought-box{
    margin-top: 30px;
  }
  .thought-box-txt{
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .thought-box-txt span{
    font-size: 3.5vw;
  }
  .thought-box-link{
    flex-wrap: wrap;
    margin-top: 30px;
  }
}