@charset "utf-8";

.intern-title{
  position: relative;
  margin: 5rem auto;
  padding: 3rem 0 0;
}

.intern-title-text{
  position: absolute;
  top: 0;
  right: 5%;
  max-width: 70%;
  height: auto;
  z-index: -1;
}

.intern-title-img{
  position: relative;
  width: 70%;
  height: auto;
  margin: 2rem auto 2rem 0;
}

.intern-desc{
  position: relative;
  margin: 5rem auto 2rem;
  width: 80%;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.intern-desc-img01{
  max-width: 250px;
  width: 12%;
  height: auto;
  margin: auto 0 0 0;
}

.intern-desc-img02{
  max-width: 580px;
  width: 35%;
  height: fit-content;
}

.intern-desc-text{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-left: 2rem;
  line-height: 1.75;
}

.intern-desc-text h2{
  font-size: 2rem;
}

.intern-desc-low{
  position: relative;
  margin: 0 0 5rem auto;
  width: 90%;
  display: flex;
  gap: 3rem;
}

.intern-desc-low-text{
  position: relative;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding-top: 10rem;
  width: 50%;
}

.intern-desc-low-text:before{
  content: "";
  position: absolute;
  width: 1px;
  height: 7rem;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.intern-desc-low-text h2{
  font-size: 2rem;
}

.intern-desc-low-text img{
  max-width: 560px;
  width: 100%;
  height: auto;
}

.intern-desc-low-img{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  margin-top: 5rem;
}

.intern-desc-low-img-01{
  max-width: 750px;
  width: 80%;
  height: auto;
  margin: 0 auto 0 0;
}

.intern-desc-low-img-02{
  max-width: 540px;
  width: 60%;
  height: auto;
  margin: 0 0 0 auto;
}

.intern-desc-low-img-deco{
  position: absolute;
  top: 35%;
  right: -10%;
  height: auto;
  max-height: 50%;
  object-fit: cover;
  z-index: -1;
}

.intern-point{
  position: relative;
  margin: 5rem auto;
  width: 100%;
}

.intern-point-back{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.intern-point-inner{
  position: relative;
  padding: 5rem 0;
  margin: 0 auto;
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.intern-point-title{
  position: relative;
  display: flex;
  gap: .5rem;
  justify-content: center;
  align-items: baseline;
}

.intern-point-title-deco{
  position: absolute;
  top: 0;
  left: 53%;
  width: 50px;
  height: auto;
  z-index: 0;
}

.intern-point-title h2{
  font-size: 2rem;
  z-index: 1;
}

.intern-point-title-num{
  font-size: 5rem!important;
  z-index: 1;
}

.intern-point-item{
  position: relative;
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 90%;
}

.intern-point-item:nth-child(3){
  margin-left: 5%;
}

.intern-point-item:nth-child(4){
  margin-left: 10%;
}

.intern-point-item-img{
  width: 20%;
  max-width: 420px;
  height: auto;
}

.intern-point-item-text{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.intern-point-item-text h3{
  font-size: 1.5rem;
}

.intern-point-img{
  position: absolute;
  bottom: 0;
  right: -5%;
  max-width: 190px;
  width: 10%;
  height: auto;
  z-index: 0;
}

.intern-const-back{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intern-const-title{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}

.intern-point-title h2{
  font-size: 2rem;
  text-align: center;
  z-index: 1;
}

.intern-const-inner{
  position: relative;
  padding: 5rem 0;
  margin: 0 auto;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.intern-const-img{
  margin: 0 auto;
  width: 80%;
  max-width: 960px;
  height: auto;
}

.intern-const-cont{
  display: flex;
  gap: 3rem;
  justify-content: center;
}

.intern-const-item{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.intern-const-item img{
  max-width: 240px;
  height: auto;
}

.intern-const-item h3{
  font-size: 1.5rem;
  text-align: center;
  z-index: 1;
}

.intern-support{
  position: relative;
  margin: 5rem auto;
  width: 70%;
  display: flex;
  gap: 3rem;
}

.intern-support img{
  max-width: 40%;
  height: auto;
}

.intern-support-text{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 480px;
}

.intern-support-text h2{
  font-size: 2rem;
}

.intern-support-text-list{
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 1rem;
  flex-wrap: wrap;
  background-color: #F5F5F5;
}

.intern-match{
  position: relative;
  margin: 5rem auto;
  padding: 3rem 5%;
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.intern-match-back{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.intern-match-cont{
  display: flex;
  gap: 3rem;
  justify-content: center;
}

.intern-match-item{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.intern-match-item img{
  width: 100px;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .intern-desc-img01{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
  }
}

@media screen and (max-width: 960px) {
  .intern-title{
    margin: 3rem auto;
    padding: 3rem 0 0;
  }
  .intern-title-img{
    width: 90%;
    margin: 1rem auto 1rem 0;
  }

  .intern-desc{
    margin: 3rem auto 2rem;
    width: 90%;
    flex-direction: column;
    gap: 1.5rem;
  }
  .intern-desc-img01{
    display: none;
  }
  .intern-desc-img02{
    max-width: 600px;
    width: 100%;
  }
  .intern-desc-text{
    margin-left: 0;
    line-height: 1.5;
  }
  .intern-desc-text h2{
    font-size: 1.25rem;
  }
  .intern-desc-low{
    margin: 0 auto;
    width: 90%;
    flex-direction: column;
    gap: 2rem;
  }
  .intern-desc-low-text{
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding-top: 8rem;
  }
  .intern-desc-low-text:before{
    height: 5rem;
  }
  .intern-desc-low-text h2{
    font-size: 1.25rem;
  }
  .intern-point{
    margin: 5rem auto 3rem;
  }
  .intern-point-inner{
    width: 90%;
    padding: 3rem 0 0;
    gap: 3rem;
  }
  .intern-point-title-deco{
    position: absolute;
    top: 0;
    left: 53%;
    width: 50px;
    height: auto;
    z-index: 0;
  }
  .intern-point-title h2{
    font-size: 1.25rem;
  }
  .intern-point-title-num{
    font-size: 3rem!important;
  }
  .intern-point-item{
    flex-direction: column;
    gap: 2rem;
    max-width: 100%;
  }
  .intern-point-item:nth-child(3){
    margin-left: 0;
  }
  .intern-point-item:nth-child(4){
    margin-left: 0;
  }
  .intern-point-item-img{
    width: 60%;
    margin: 0 auto;
  }
  .intern-point-item-text{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .intern-point-item-text h3{
    font-size: 1.25rem;
  }
  .intern-point-img{
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 0 0 auto;
    width: 30%;
    max-width: 120px;
  }
  .intern-const-inner{
    padding: 3rem 0;
    margin: 0 auto;
    width: 90%;
  }
  .intern-const-title h2{
    font-size: 1.25rem;
  }
  .intern-const-img{
    width: 100%;
  }
  .intern-const-cont{
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .intern-const-item img{
    max-width: 160px;
    height: auto;
  }
  .intern-const-item h3{
    font-size: 1.25rem;
  }
  .intern-support{
    width: 90%;
    flex-direction: column;
    gap: 2rem;
  }
  .intern-support img{
    max-width: 80%;
    margin: 0 auto;
  }
  .intern-support-text{
    min-width: 240px;
  }
  .intern-support-text h2{
    font-size: 1.25rem;
  }
  .intern-support-text-list{
    padding: 1rem;
    gap: 1rem;
    font-size: 14px;
  }
  .intern-match{
    margin: 3rem auto;
    padding: 2rem 5%;
    width: 90%;
  }
  .intern-match h2{
    font-size: 1.25rem;
  }
  .intern-match-cont{
    gap: 2rem;
    flex-wrap: wrap
  }
  .intern-match-item{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .intern-match-item img{
    width: 100px;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .intern-title{
    margin: 3rem auto;
    padding: 1rem 0 0;
  }
  .intern-desc-low-text h2{
    font-size: 16px;
  }
  .intern-desc-text h2{
    font-size: 16px;
  }
  .intern-point-item-text h3{
    font-size: 16px;
  }
  .intern-support-text-list{
    padding: .5rem;
    gap: .5rem;
    font-size: 12px;
  }
  .intern-match{
    margin: 3rem auto;
    padding: 2rem 1rem;
    width: 90%;
  }
}