@charset "utf-8";

body{
  position:relative;
}

body::before{
  position:absolute;
  content:"";
  top: 2.5%;
  right: 10%;
  width: 38%;
  aspect-ratio:1597/848;
  background:url(https://photographer-fukumoto.com/system_panel/uploads/images/20250703113717583803.png) no-repeat center/contain;
}

.about{
  max-width:1280px;
  width:80%;
  margin:0 auto 2.5rem;
}
.about.last{
  margin-bottom:5rem;
}

.about-wrap{
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about-wrap.reverse{
  flex-direction:row-reverse;
}

.about-wrap img{
  width:40%;
  border-radius:20px;
  aspect-ratio:440/332;
  object-fit:cover;
}

.about-txt{
  width:55%;
}

.about-txt h3{
  font-size:clamp(1.25rem, 0.795rem + 1.52vw, 2.5rem);
  color:#FF9640;
  margin-bottom:1.5rem;
      letter-spacing: 4px;
}

.strengths{
  background: linear-gradient(to top, #FF9640, #F5AE73);
  padding:2.5rem 0 100px;
}

.strengths .lower-title{
  margin-bottom:5rem;
}

.strengths-ttl{
  margin:0 auto ;
}

.strengths .anxiety-item{
  justify-content: space-between;
}

.strengths .anxiety{
  margin-bottom:0; 
}

.strengths .anxiety-item > img{
  border-radius:0 !important;
  border:none !important;
}

.strengths .anxiety-item > div {
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
}

.strengths .anxiety-item .ok {
  width: 5rem;
  margin: 0rem auto -2.5rem;
  display: block;
  position: relative;
}

.strengths .anxiety-item img:not(.ok):not(.strengths-ttl){
  margin-bottom:1rem;
  aspect-ratio: 400 / 303;
  object-fit: cover;
}

.ideal{
  background:rgba(218,213,207,0.4);
  padding:5% 0 10%;
}

.ideal-wrap{
  width:80%;
  margin:0 auto;
  display:flex;
  position:relative;
  justify-content:end;
}

.ideal-img{
  width:45%;
  position:absolute;
  top: 70%;
  left: 0%;
  max-width:600px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ideal-img .osaka{
  position:absolute;
  width: 20%;
  left: 20%;
  top: 42%;
  opacity:0;
}
.ideal-img .osaka.fadeUp{
  animation:fadeZoomAnime 1s forwards 1s;
}
.ideal-img .tane{
  position:absolute;
  width: 42%;
  left: 22%;
  top: 70%;
  opacity:0;
}
.ideal-img .tane.fadeUp{
   animation:fadeZoomAnime 1s forwards 1.5s;
}
@keyframes fadeZoomAnime{
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.ideal-txt{
  width:50%;
}

.ideal-txt h2{
  font-size:clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
  margin-bottom:2rem;
      letter-spacing: 4px;
}


.lower-plan-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 20px;
  max-width: 1145px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.lower-plan-bg{
  position: relative;
  z-index: 0;
}

.lower-plan-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1728 / 525;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
  background: url(https://photographer-fukumoto.com/system_panel/uploads/images/20250702174605507758.png) no-repeat center / cover;
}

.lower-plan-item{
  width: calc((100% - 20px) / 2);
  position: relative;
  display: flex;
  flex-direction: column;
}

.lower-plan-item > img{
  border-radius:20px;
  aspect-ratio: 221 / 120;
  object-fit: cover;
}

.lower-plan-txt{
  background:rgba(252, 247, 236, 0.8);
  border-radius:1.5rem;
  padding:1rem 1.5rem;
  box-shadow:3px 3px 6px rgba(0,0,0,0.16);
  width: 88%;
  margin: -2rem auto;
  z-index: 10;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lower-plan-txt h3{
  font-size:clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
  text-align:center;
  font-weight:bold;
  margin-bottom:1rem;
}

.lower-plan-txt h3 strong{
  color:#FF9640;
}

.lower-plan-txt .btn{
  margin:0 auto ;
  color:#FF9640;
}

@media screen and (max-width: 1024px) {
  .lower-plan-bg::before{
    display:none;
  }
  .about-wrap,
  .about-wrap.reverse{
    gap: 2rem;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .about-txt {
    width: 100%;
  }
  .about-wrap img{
    width: 100%;
    max-width:450px;
  }
  .anxiety-wrap{
    gap: 3rem;
    align-items: center;
    flex-direction: column;
  }
  .anxiety-item {
    width: 100%;
    max-width: 400px;
  }
  .ideal-wrap{
    gap: 2rem;
    align-items: center;
    flex-direction: column;
  }
  .ideal-img{
    width: 100%;
    max-width:450px;
    position: relative;
    top: auto;
    left: auto;
    transform:none;
    margin-top: -7rem;
  }
  .ideal-txt {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .lower-plan-item {
    width: 100%;
  }
  .plan,
  .lower-plan-wrap{
    width: 100%;
  }
  .lower-plan-item > img {
    border-radius: 0;
  }
  .lower-plan-txt{
    border-radius: 10px;
    font-size: 12px;
    padding: 1rem 1rem 0;
  }
  .lower-plan-txt .arrow{
    height: 28px;
    width: 28px;
  }
  .lower-plan-txt .arrow img:last-child,
  .lower-plan-txt  .arrow img:first-child{
    width: 12px;
  }
  .lower-plan-txt h3{
    margin-bottom: 0.5rem;
  }
  .ideal-img{
    margin-top: -5rem;
  }
  .anxiety,
  .about{
    width:90%;
  }
  body::before{
    top: 2%;
    right: 0%;
  }
}