@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.sub_top_flex h1 {
  line-height: 170%;
  font-size: 70px;
}
.sub_top_flex .line {
  display: block;
  padding-bottom: 20px;
}
.sub_top_flex .color {
  color: #005798;
}

.title_card {
  border: solid 3px black;
  display: inline-block;
  padding: 10px 50px 10px 20px;
  border-radius: 0 30px 30px 0;
  position: relative;
  background: white;
  margin-bottom: 20px;
}
.title_card h2 {
  margin: 0 auto;
  font-size: 30px;
}
.title_card::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  background: #f4ec35;
  border: solid 3px black;
  border-radius: 0 30px 30px 0;
  z-index: -1;
}

.one_day {
  position: relative;
}
.one_day .bg2 {
  position: absolute;
  width: 200px;
  bottom: -200px;
  right: 0px;
  z-index: -1;
}

.mystery {
  position: relative;
}
.mystery .bg1 {
  position: absolute;
  width: 300px;
  top: -100px;
  right: 0%;
  z-index: -1;
}

.mystery_box {
  max-width: 90%;
  width: 1400px;
  margin: 0 auto;
  padding-top: 100px;
  display: flex;
  gap: 5%;
}
.mystery_box .left {
  width: 58%;
}
.mystery_box .left p {
  line-height: 200%;
  font-size: 25px;
}
.mystery_box .right {
  width: 37%;
}
.mystery_box .talk_bok1 {
  border: solid 3px black;
  padding: 20px;
  border-radius: 20px;
  width: 350px;
  max-width: 100%;
  position: relative;
  background: white;
  margin-bottom: 50px;
}
.mystery_box .talk_bok1 .appeal {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 30px;
}
.mystery_box .talk_bok1::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  bottom: -37px;
  left: 30px;
  background-image: url("../../src/intern/talk1.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.one_day .day_box {
  max-width: 90%;
  width: 1400px;
  margin: 0 auto;
}
.one_day .day_flex {
  display: flex;
  gap: 7%;
}
.one_day .day_title {
  display: inline-block;
  font-weight: 400;
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-bottom: 50px;
}
.one_day .day_title span {
  font-size: 40px;
}
.one_day .day_title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background-image: url("../../src/intern/line.webp");
  bottom: 10px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.comment {
  max-width: 90%;
  width: 1400px;
  margin: 100px auto;
  margin-bottom: 0;
}
.comment h3 {
  font-size: 25px;
  margin-top: 70px;
  margin-bottom: 40px;
}
.comment .comment_flex {
  display: flex;
  align-items: flex-end;
  gap: 5%;
  margin-bottom: 50px;
}
.comment .comment_flex .left {
  width: 25%;
}
.comment .comment_flex .left img {
  width: 150px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.comment .comment_flex .right {
  width: 70%;
  padding-left: 30px;
}
.comment .comment_flex .right .talk_box2 {
  border: solid 2px black;
  padding: 10px 20px;
  width: 800px;
  max-width: 100%;
  position: relative;
  background: white;
  margin-bottom: 50px;
  background: #ffee66;
  line-height: 200%;
  font-size: 20px;
}
.comment .comment_flex .right .talk_box2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 50px;
  bottom: 20px;
  left: -100px;
  background-image: url("../../src/intern/talk2.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.comment .title_card {
  margin-top: 70px;
}
.comment .course_p {
  font-size: 20px;
  width: 700px;
  max-width: 100%;
  line-height: 200%;
}
.comment .course_p.course_p2 {
  width: 900px;
}

.intern_btn {
  overflow-x: hidden;
  position: relative;
  padding: 250px 0;
}
.intern_btn .bg3 {
  position: absolute;
  width: 200px;
  top: 100px;
  left: 0px;
  z-index: -1;
}
.intern_btn .intern_box {
  text-align: center;
}
.intern_btn .intern_box a {
  border: solid 3px black;
  display: inline-block;
  padding: 25px 70px 25px 50px;
  border-radius: 9999px;
  position: relative;
  background: white;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}
.intern_btn .intern_box a::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background-image: url("../../src/intern/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.intern_btn .intern_box a::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background: #29abe2;
  border: solid 3px black;
  border-radius: 9999px;
  z-index: -1;
}

@media (max-width: 700px) {
  .bg1 {
    position: absolute;
    width: 100px;
    right: 0;
    top: 20%;
    z-index: -1;
  }
  .sub_top_flex h1 {
    line-height: 170%;
    font-size: 25px;
  }
  .sub_top_flex .sub_title {
    width: 100%;
  }
  .title_card {
    padding: 10px 40px 10px 20px;
  }
  .mystery_box {
    flex-direction: column;
  }
  .mystery_box .left {
    width: 100%;
  }
  .mystery_box .right {
    width: 90%;
    margin: 30px auto;
  }
  .title_card h2 {
    margin: 0 auto;
    font-size: 20px;
  }
  .mystery_box .left p {
    line-height: 200%;
    font-size: 16px;
  }
  .one_day .day_flex {
    flex-direction: column;
  }
  .one_day .day_flex .card {
    margin-bottom: 40px;
  }
  .one_day .day_flex p {
    margin-top: 20px;
  }
  .one_day .day_title {
    margin-top: 30px;
    font-size: 25px;
    padding-bottom: 20px;
  }
  .one_day .day_title span {
    font-size: 30px;
  }
  .one_day .day_title::after {
    content: none;
  }
  .comment .comment_flex {
    gap: 20px;
  }
  .comment .comment_flex .left {
    width: 100px;
  }
  .comment .comment_flex .right {
    width: calc(100% - 100px);
    padding-left: 0;
  }
  .comment .comment_flex .right .talk_box2 {
    margin-bottom: 20px;
  }
  .comment .comment_flex p {
    font-size: 15px;
    line-height: 150%;
  }
  .comment .comment_flex .right .talk_box2 {
    border: solid 1.5px black;
  }
  .comment .comment_flex .right .talk_box2::after {
    background-image: url(../../src/intern/talk2_sp.webp);
    width: 35px;
    height: 50px;
    bottom: 20px;
    left: -35px;
  }
  .comment .course_p {
    font-size: 16px;
  }
  .intern_btn .intern_box a {
    font-size: 20px;
    padding: 15px 50px 15px 30px;
  }
  .intern_btn {
    padding: 50px 0;
    padding-top: 0;
  }
  .intern_btn .bg3 {
    display: none;
  }
  .intern_btn .intern_box a::before {
    width: 20px;
    height: 20px;
  }
}/*# sourceMappingURL=intern.css.map */