@charset "utf-8";

.support{
  margin-bottom:7.5rem;
}

.support-wrap{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  max-width:1000px;
}

.support-wrap p{
  background:#F1EADA;
  padding:1.5rem 2.5rem;
  border-radius:10px;
  font-size:clamp(0.625rem, 0.443rem + 0.61vw, 1.125rem);
  line-height:1;
}

.pillar{
  margin-bottom:10rem;
}

.pillar-wrap{
  max-width:1000px;
}

.pillar-item{
  display:flex;
  align-items:center;
  margin-bottom:1rem;
}

.pillar-wrap p:first-child{
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  background:#B59E7D;
  color:#fff;
  text-align:center;
  border-radius:5px;
  width:40%;
  padding:1.5rem;
}

.pillar-wrap p:last-child{
  font-size:clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
  display:flex;
  width: 60%;
  align-items: center;
  gap: 2rem;
}

.pillar-wrap p:last-child::before{
  content:"";
  width:30%;
  display:block;
  height:1px;
  background-image: linear-gradient(to right, #000000 80%, transparent 80%);
  background-size: 6px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.content{
  margin-bottom:10rem;
}

.content-wrap{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:5rem;
}

.content-wrap:nth-child(odd){
  flex-direction:row-reverse;
}

.content-wrap img{
  width:47.5%;
  aspect-ratio:634/520;
  object-fit:cover;
  border-radius:8px;
}

.content-txt{
  width:47.5%;
}

.content-txt .p-2{
  font-size:14px;
}

.content-txt h3{
  font-size:clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
  margin-bottom:3rem;
}

.bg-p{
  margin:3.5rem 0 1rem;
}

.bg-box{
  background:#F1EADA;
  border-radius:8px;
  padding:1rem;
}

.data-a{
  color:#746354;
  font-size:clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
  padding:7.5rem 5%;
  border-radius:10px;
  width:80%;
  margin:10rem auto 0;
  max-width:1345px;
  background:#CEC1AB;
  position:relative;
}

.data-a:hover{
  color:#746354;
}

.data-a::before{
  content:"";
  position: absolute;
  max-width: 4rem;
  width: 5%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  aspect-ratio: 1 / 1;
  transition: all 0.3s;
  background: url(https://conexion.co.jp/system_panel/uploads/images/20251126141105771151.png) no-repeat center / contain;
}

.data-a:hover::before{
  right: 2.5%;
}

.support-flow-bg{
  border:0.5px solid #CEC1AB;
  border-radius:10px;
  padding:5rem 5%;
}

.support-flow-item{
  display:flex;
  gap:5rem;
  max-width:1000px;
  margin:0 auto 2.5rem;
  padding:0 0 3.5rem;
  border-bottom:0.5px solid #B59E7D;
}

.support-flow-item.center{
  align-items:center;
}

.support-flow-item:last-child{
  border:none;
  padding: 0;
  margin-bottom:0;
}

.support-flow-item .accent{
  background:#B59E7D;
  color:#fff;
  line-height: 1;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:999vh;
  background:#B59E7D;
  font-size:clamp(0.75rem, 0.568rem + 0.61vw, 1.25rem);
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

.support-flow-item:first-child .support-flow-txt {
  display: flex;
  width: calc(100% - 5rem - 3.5rem);
  justify-content: space-between;
}

.support-flow-item:first-child .support-flow-txt img{
  width:35%;
}

.support-flow-item .ball{
  font-size:14px;
  margin:2rem 0 1.5rem;
  position: relative;
  padding-left: 1.5rem;
}

.support-flow-item .ball::before{
  content: "";
  position: absolute;
  background: #B59E7D;
  width: 8px;
  height: 8px;
  border-radius: 999vh;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.support-flow-item .p-2{
  font-size:clamp(0.75rem, 0.705rem + 0.15vw, 0.875rem);
}

.skills .content-wrap img {
  width: 50%;
  aspect-ratio: 680 / 430;
  object-fit: cover;
  border-radius: 0;
}

.skills .content-txt {
  width: 45%;
  max-width: 500px;
}

.skills .content-txt .ball{
  margin-bottom:2.5rem;
  font-size:clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  padding-left: 1.5rem;
  position: relative;
}

.skills .content-txt .ball::before {
  content: "";
  position: absolute;
  background: #B59E7D;
  width: 8px;
  height: 8px;
  border-radius: 999vh;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.feature{
  margin-bottom:7.5rem;
}

.feature-item{
  background:#F1EADA;
  border-radius:10px;
  margin-bottom:1rem;
  padding:3rem 5% 4rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.feature-item > p{
  font-size:clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
}

.feature-item h3{
  font-size:clamp(1.125rem, 0.943rem + 0.61vw, 1.625rem);
  margin-bottom:2rem;
}

.work{
  margin-bottom:7.5rem;
}

.work-wrap{
  display:flex;
  flex-wrap:wrap;
  gap:2.5rem;
  justify-content: space-between;
  margin-top:2.5rem;
  max-width: 1160px;
}

.work-item{
  width:calc((100% - 7.5rem)/3);
  border:0.5px solid #CEC1AB;
  border-radius:10px;
  padding:1.5rem 20px;
}

.work-item .p-2{
  font-size:14px;
}

.work-item img{
  border-radius:8px;
  object-fit:cover;
  aspect-ratio:320/194;
}

.work-item h3{
  font-size:20px;
  margin:1.5rem 0;
}

.work-item .bg-box{
  font-size:12px;
  margin-bottom:1rem;
  padding:8px;
}

.work-item .bg-box + p{
  font-size:14px;
}

.day-flow-wrap{
  width: calc(100% - 5rem - 3.5rem);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.day-flow .support-flow-txt{
  flex-direction: column;
  gap: 2rem;
}

.day-flow-wrap img{
  width: 35%;
}

.support-flow-item .day-flow-wrap .support-flow-txt{
  width: 60%;
  display: flex;
}

.day-flow .support-flow-item .accent{
  width: 110px;
  height: 2.5rem;
}

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

.partner{
  display:flex;
  margin-top:10rem;
  justify-content: space-between;
  align-items: center;
  padding-right: 10%;
}

.partner > img{
  width: 50%;
}

.partner-txt{
  width: 50%;
  padding: 2.5rem  0  2.5rem 5%;
}

.partner-txt .accent{
  color:#B59E7D;
}

.partner-txt h2{
  font-size:clamp(2rem, 1.636rem + 1.21vw, 3rem);
  margin:1rem 0 5%;
}

.partner-txt .txt-btn{
  margin:5% 0 0 auto;
}

.partner-list{
  margin:10% 0 5%;
}

.partner-list p{
  padding-bottom:1rem;
  margin:0 0 1rem;
  border-bottom:0.5px solid #CEC1AB;
  font-size:clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
}

.employment-support{
  padding-bottom:0;
}

.facility{
  margin-top:10rem;
}

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

.facility-wrap > img{
  width:50%;
}

.facility-txt{
  width:calc(50% - 1.5rem);
}

.facility-txt iframe{
  width:100%;
  height:450px;
  border:none;
}

.facility-txt > div:last-child{
  display:flex;
  justify-content: space-between;
  margin-top:1.5rem;
}

.facility-txt .txt-btn{
  margin:0;
}

.facility-txt .txt-btn div{
  width: 95px;
  height: 20px;
}

.life-work .lower-title{
  margin-bottom:2.5rem;
}

.life-work h3{
  color:#CEC1AB;
  font-size:clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
  margin-bottom:1rem;
}

.life-work .work-wrap{
  gap:1rem;
  margin:0;
  max-width: none;
}

.life-work .work-wrap + h3{
  margin-top:1.5rem;
}

.life-work .work-item{
  width: calc((100% - 3rem) / 3);
  padding:2.5rem;
}

.life-work .work-item h4{
  font-size:clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
  margin-bottom:2rem;
}

@media screen and (max-width: 1279px) {
  .work-wrap{
    gap: 2.5rem 5%;
  }
  .work-item{
    width:30%;
  }
  .facility-wrap{
    flex-direction: column;
    gap: 2rem;
  }
  .facility-wrap > img {
    width: 100%;
    max-width: 450px;
  }
  .facility-txt{
    width: 100%;
  }
  .life-work .work-item {
    width: 100%;
    padding: 1.5rem 1rem;
  }
  .life-work .work-wrap {
    gap: 1rem;
    flex-direction: column;
  }
  .life-work .work-item h4{
    margin-bottom: 0.5rem;
  }
}



@media screen and (max-width: 1024px) {
  .pillar-wrap p:first-child{
    width:30%;
  }
  .pillar-wrap p:last-child::before{
    width:20%;
  }
  .content-wrap,
  .content-wrap:nth-child(odd){
    flex-direction: column;
    gap: 1.5rem;
  }
  .content-wrap img,
  .skills .content-wrap img{
    width: 100%;
    max-width: 450px;
  }
  .content-txt,
  .skills .content-txt{
    width: 100%;
  }
  .content-txt h3{
    margin-bottom: 2rem;
  }
  .support-flow-item{
    gap:3rem;
  }
  .support-flow-item:first-child .support-flow-txt img {
    width: 45%;
  }
  .data-a{
    padding: 5rem 5%;
  }
  .work-item{
    width:47.5%;
  }
  .partner{
    padding: 0 0 7.5rem;
    flex-direction: column;
    gap:2.5rem;
  }
  .partner > img {
    width: 100%;
    max-width: 450px;
  }
  .partner-txt {
    width: 80%;
    padding: 0;
  }
  .day-flow-wrap{
    flex-direction: column;
    gap: 1rem;
  }
  .day-flow-wrap img {
    width: 220px;
  }
  .support-flow-item .day-flow-wrap .support-flow-txt{
    width: 100%;
  }
}



@media screen and (max-width: 767px) {
  .lower-fv-bottom,
  .support{
    margin-bottom:5rem;
  }
  .support .lower-title{
    font-size:18px;
  }
  .support-wrap{
    gap:4px;
  }
  .support-wrap p{
    padding: 12px 1rem;
  }
  .pillar,
  .content{
    margin-bottom: 100px;
  }
  .pillar-item{
    flex-direction: column;
    align-items: flex-end;
    gap:8px;
    margin-bottom: 2rem;
  }
  .pillar-wrap p:first-child {
    width: 100%;
    padding: 0.5rem;
  }
  .pillar-wrap p:last-child{
    width: 100%;
    align-items: center;
    gap: 1rem;
    justify-content: end;
  }
  .pillar-wrap p:last-child::before{
    width: 2.5rem;
  }
  .content-txt .p-2,
  .p-2{
    font-size:12px;
  }
  .bg-p {
    margin: 2.5rem 0 1rem;
  }
  .support-flow-item {
    gap: 1rem;
    flex-direction: column;
    margin: 0 auto 1rem;
    padding: 0 0 2rem;
    align-items: flex-start;
  }
  .support-flow-item .accent{
    width: 2rem;
    height: 2rem;
  }
  .support-flow-item:first-child .support-flow-txt{
    width: 100%;
    flex-direction: column;
    gap: 1rem;
  }
  .support-flow-item:first-child .support-flow-txt img{
    width: 220px;
  }
  .support-flow-item.center{
    align-items: flex-start;
  }
  .support-flow-item .ball{
    margin: 1.5rem 0 1rem;
    padding-left: 1rem;
  }
  .support-flow-bg{
    padding: 1.5rem 5% 2rem;
  }
  .data-a {
    padding: 2.5rem 5%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 5rem;
    margin-top:7.5rem;
  }
  .data-a::before{
    position: relative;
    max-width: 4rem;
    width: 4rem;
    right: auto;
    top: auto;
    transform:none;
    display: block;
  }
  .work-item{
    width:100%;
  }
  .work-wrap {
    gap: 1rem;
  }
  .work-item h3{
    margin: 1rem 0;
  }
  .work-item .bg-box + p{
    font-size:12px;
  }
  .skills .content-txt .ball{
    margin-bottom: 0.5rem;
    padding-left: 1rem;
  }
  .work .lower-title + p{
    font-size:12px;
  }
  .work,
  .feature{
    margin-bottom: 100px;
  }
  .feature-item{
    padding: 1.5rem 5% 2.5rem;
    gap: 1rem;
    flex-direction: column;
  }
  .day-flow .support-flow-item .accent {
    width: 50px;
    height: 1.5rem;
  }
  .day-flow-wrap{
    width:100%;
  }
  .partner{
    margin-top: 7.5rem;
  }
  .partner-txt{
    width:90%;
  }
  .day-flow .support-flow-txt{
    gap:1rem;
  }
  .partner-txt h2{
    margin: 0rem 0 2.5rem;
  }
  .partner-list {
    margin: 2.5rem 0;
  }
  .partner-txt .txt-btn {
    margin: 2.5rem 0 0 auto;
  }
  .facility {
    margin-top: 100px;
  }
  .facility-wrap{
    gap:8px;
  }
  .facility-txt > div:last-child{
    flex-direction: column;
    gap: 2.5rem;
  }
  .facility-txt iframe {
    height: 260px;
  }
}
