@charset "UTF-8";
#internship article img {
  height: auto;
}
#internship article {
  font-weight: 500;
}
#internship article .f-shippori {
  font-family: "Shippori Mincho", serif;
}
#internship article .f-jost {
  font-family: "jost";
  font-weight: 400;
}
#internship article .cbtn.clr_gry {
  background: #BAC0CD;
}
#internship article .com_copy {
  text-align: center;
}
#internship article .com_copy .ttl {
  font-size: 2.4rem;
  letter-spacing: 0.18em;
  line-height: 1;
  margin: 0 0 4%;
}
#internship article .com_copy .ttl .num {
  font-size: 1.5rem;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 2;
  display: block;
}
#internship article .com_copy .lead .row {
  display: block;
}
#internship article .com_copy .lead span {
  font-size: 3.4rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(180, 9, 54)), color-stop(200.36%, rgb(243, 207, 182)));
  background: linear-gradient(180deg, rgb(180, 9, 54) 0%, rgb(243, 207, 182) 200.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#internship article .com_copy .txt {
  font-size: 1.6rem;
  line-height: 2;
  margin: 50px 0 0;
}
#internship article .com-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
@media screen and (max-width: 768px) {
  #internship article .com_copy .ttl {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
  #internship article .com_copy .ttl .num {
    font-size: 3.6vw;
  }
  #internship article .com_copy .lead span {
    font-size: 5.5vw;
    letter-spacing: 0;
    line-height: 1.8;
  }
  #internship article .com_copy .txt {
    font-size: 3.6vw;
    margin: 6vw 0 0;
  }
  #internship article .com_copy .txt br {
    display: block;
  }
}
#internship article .contentbg {
  position: relative;
}
#internship article .contentbg .cbg0 {
  width: 33vw;
  height: auto;
  position: absolute;
  z-index: 10;
}
#internship article .contentbg .cbg1 {
  right: -3vw;
  top: 6%;
}
#internship article .contentbg .cbg2 {
  left: 9vw;
  top: 11%;
}
#internship article .contentbg .cbg3 {
  right: 0;
  top: 21%;
}
#internship article .contentbg .cbg4 {
  left: 0vw;
  top: 31%;
}
#internship article .contentbg .cbg5 {
  right: -4vw;
  top: 43%;
}
#internship article .contentbg .cbg6 {
  left: 3vw;
  top: 55%;
}
#internship article .contentbg .cbg7 {
  right: -2vw;
  top: 72%;
}
#internship article .contentbg .cbg8 {
  left: -2vw;
  top: 80%;
}
#internship article .contentbg .cbg9 {
  right: -2vw;
  top: 87%;
}
#internship article .nav_wrap {
  font-size: 1.4rem;
  font-size: clamp(1rem, 1.07vw, 1.4rem);
  font-weight: 500;
  background: #fff;
  border-radius: 8px;
  padding: 2rem 0;
  overflow: visible;
  -webkit-box-shadow: 4px 4px 17px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 17px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: fixed;
  right: 0;
  bottom: 4rem;
  z-index: 8900;
}
#internship article .nav_wrap nav {
  width: 100%;
}
#internship article .nav_wrap li {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0.3;
  position: relative;
}
#internship article .nav_wrap a {
  color: #B50B45;
  display: block;
  padding: 1.3rem 2rem;
}
#internship article .nav_wrap .s1 {
  font-style: italic;
  margin: 0 1.4rem 0 0;
}
#internship article .nav_wrap li.act {
  opacity: 1;
}
#internship article .nav_wrap.act {
  opacity: 1;
  right: 4rem;
}
#internship article .nav_wrap.main li {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #internship article .nav_wrap {
    width: 100%;
    font-size: 1.2rem;
    font-size: clamp(1rem, 3.12vw, 2.4rem);
    border-radius: 8px 8px 0 0;
    padding: 0;
    -webkit-transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    bottom: -20vw;
  }
  #internship article .nav_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #internship article .nav_wrap a {
    padding: 4vw 2.5vw;
  }
  #internship article .nav_wrap .s1 {
    margin: 0 1.4vw 0 0;
  }
  #internship article .nav_wrap.act {
    right: 0;
    bottom: 60px;
  }
}
#internship .pagetitle {
  max-width: 1600px;
  padding-top: 100px;
  padding-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}
#internship .pagetitle figure {
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}
#internship .pagetitle figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#internship .pagetitle .main_01 {
  width: 40%;
  position: relative;
}
#internship .pagetitle .main_01 .bg {
  width: 100%;
  min-height: 600px;
  opacity: 0;
  margin: 0;
}
#internship .pagetitle .main_01 .main_01i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#internship .pagetitle .main_01 .main_01i li {
  width: 100%;
  height: 24%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#internship .pagetitle .main_01 .main_01i li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
#internship .pagetitle .main_01 .main_01i li:nth-child(2) {
  top: 25.4%;
}
#internship .pagetitle .main_01 .main_01i li:nth-child(3) {
  top: 50.8%;
}
#internship .pagetitle .main_01 .main_01i li:nth-child(4) {
  top: 76.2%;
}
#internship .pagetitle .main_02 {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  width: 47%;
  position: absolute;
  left: 46%;
  top: 19%;
}
#internship .pagetitle .main_02 .bg {
  display: block;
  vertical-align: bottom;
  width: 100%;
  opacity: 0;
}
#internship .pagetitle .main_02 .bg img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#internship .pagetitle .main_02 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#internship .pagetitle .main_02 .main_02i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
#internship .pagetitle .main_02 .main_02i li {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(0px) translateX(-40px);
          transform: translateY(0px) translateX(-40px);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
#internship .pagetitle .main_02 .main_02i li::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  content: "";
}
#internship .pagetitle .main_02 .main_02i li:first-of-type {
  left: 0%;
  top: 0%;
  width: 9.6%;
  height: 32.4%;
}
#internship .pagetitle .main_02 .main_02i li:first-of-type::before {
  background-image: url(../img/internship/mainc_02_01.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(2) {
  left: 12%;
  top: 1.524934%;
  width: 6.92%;
  height: 29.283465%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(2)::before {
  background-image: url(../img/internship/mainc_02_02.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(3) {
  left: 22%;
  top: 0%;
  width: 8.6%;
  height: 33.246719%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(3)::before {
  background-image: url(../img/internship/mainc_02_03.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(4) {
  left: 33.8%;
  top: 1%;
  width: 6.3%;
  height: 30.8%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(4)::before {
  background-image: url(../img/internship/mainc_02_04.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(5) {
  left: 43.1%;
  top: 0%;
  width: 9.4%;
  height: 33.2%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(5)::before {
  background-image: url(../img/internship/mainc_02_05.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(6) {
  left: 55.4%;
  top: 0.2624671916%;
  width: 5.9%;
  height: 32.283465%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(6)::before {
  background-image: url(../img/internship/mainc_02_06.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(7) {
  left: 64.4%;
  top: 0.2%;
  width: 9.6%;
  height: 32.3%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(7)::before {
  background-image: url(../img/internship/mainc_02_07.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(8) {
  left: 75.4%;
  top: -0.16273%;
  width: 9.2%;
  height: 33%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(8)::before {
  background-image: url(../img/internship/mainc_02_08.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(9) {
  left: 86.622456%;
  top: 0%;
  width: 7.777544%;
  height: 32.08924%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(9)::before {
  background-image: url(../img/internship/mainc_02_09.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(10) {
  left: 97%;
  top: 22%;
  width: 3.2%;
  height: 11%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(10)::before {
  background-image: url(../img/internship/mainc_02_10.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(11) {
  left: 0%;
  top: 45%;
  width: 9.7%;
  height: 33%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(11)::before {
  background-image: url(../img/internship/mainc_02_11.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(12) {
  left: 10.6%;
  top: 44.5%;
  width: 9.9999%;
  height: 33%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(12)::before {
  background-image: url(../img/internship/mainc_02_12.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(13) {
  left: 22%;
  top: 46.719160105%;
  width: 8.8%;
  height: 28.9%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(13)::before {
  background-image: url(../img/internship/mainc_02_13.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(14) {
  left: 33.9%;
  top: 45.6%;
  width: 6.8%;
  height: 31.3%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(14)::before {
  background-image: url(../img/internship/mainc_02_14.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(15) {
  left: 43.9%;
  top: 47%;
  width: 8%;
  height: 29%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(15)::before {
  background-image: url(../img/internship/mainc_02_15.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(16) {
  left: 55.8%;
  top: 47%;
  width: 6.4%;
  height: 29%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(16)::before {
  background-image: url(../img/internship/mainc_02_16.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(17) {
  left: 65.1%;
  top: 46.5%;
  width: 8.2%;
  height: 29.5%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(17)::before {
  background-image: url(../img/internship/mainc_02_17.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(18) {
  left: 76.4%;
  top: 45.6%;
  width: 7.46999%;
  height: 31.4%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(18)::before {
  background-image: url(../img/internship/mainc_02_18.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(19) {
  left: 87.7%;
  top: 45.4%;
  width: 6%;
  height: 32%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(19)::before {
  background-image: url(../img/internship/mainc_02_19.png);
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(20) {
  left: 97.1%;
  top: 66%;
  width: 3%;
  height: 10.3%;
}
#internship .pagetitle .main_02 .main_02i li:nth-of-type(20)::before {
  background-image: url(../img/internship/mainc_02_20.png);
}
#internship .pagetitle .main_03 {
  width: auto;
  position: absolute;
  left: 47%;
  top: 40%;
  opacity: 0;
  -webkit-transform: translateX(-40px) translateY(0);
          transform: translateX(-40px) translateY(0);
}
#internship .pagetitle .main_03 .p1 {
  font-size: 2.2rem;
  font-size: clamp(1.5rem, 1.69vw, 2.2rem);
  line-height: 1.8;
}
#internship .pagetitle .main_03 .p1 span {
  font-size: 2.3rem;
  font-size: clamp(1.6rem, 1.76vw, 2.3rem);
  display: inline-block;
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 8px;
}
#internship .pagetitle .main_03 .p1 span::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(rgb(180, 9, 54)), color-stop(199.36%, rgb(243, 207, 182)));
  background: linear-gradient(90deg, rgb(180, 9, 54) 0%, rgb(243, 207, 182) 199.36%);
  content: "";
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
#internship .pagetitle .main_03 .p2 {
  font-size: 1.8rem;
  font-size: clamp(1.5rem, 1.38vw, 1.8rem);
  line-height: 2;
  margin: 7% 0 0;
}
#internship .pagetitle .btn_box {
  width: 32%;
  min-width: 340px;
  position: absolute;
  top: 66%;
  left: 47%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transform: translateY(8%);
          transform: translateY(8%);
}
#internship .pagetitle .btn_box .cbtn {
  max-width: none;
  height: 60px;
  margin: 10px 0 0;
}
#internship .pagetitle .btn_box .cbtn p {
  line-height: 1.4;
}
#internship .pagetitle .btn_box .note {
  margin: 20px 0 0;
}
#internship.pagein .pagetitle.pagetitle_1 .main_01 .main_01i li img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 2s;
  transition: 2s;
}
#internship.pagein .pagetitle.pagetitle_1 .main_02 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 2s;
  transition: 2s;
}
#internship.pagein .pagetitle.pagetitle_1 .main_02 .bg2 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 3s;
  transition: 3s;
}
#internship.pagein .pagetitle.pagetitle_1 .main_02 .main_02i li {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 2s;
  transition: 2s;
}
#internship.pagein .pagetitle.pagetitle_1 .main_03 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 2s 0.6s;
  transition: 2s 0.6s;
}
#internship.pagein .pagetitle.pagetitle_1 .main_03 .p1 span {
  color: #fff;
  -webkit-transition: 2s 0.6s;
  transition: 2s 0.6s;
}
#internship.pagein .pagetitle.pagetitle_1 .main_03 .p1 span::before {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
}
#internship.pagein .pagetitle.pagetitle_1 .btn_box {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #internship .pagetitle {
    padding-top: 60px;
    padding-bottom: 16%;
  }
  #internship .pagetitle .main_01 {
    width: 100%;
  }
  #internship .pagetitle .main_01 .bg {
    display: none;
  }
  #internship .pagetitle .main_01 .main_01i {
    position: relative;
    height: 60vw;
  }
  #internship .pagetitle .main_01 .main_01i li {
    width: 49.2%;
    height: 43%;
  }
  #internship .pagetitle .main_01 .main_01i li:nth-child(2) {
    height: 55%;
    top: 0%;
    left: auto;
    right: 0;
  }
  #internship .pagetitle .main_01 .main_01i li:nth-child(3) {
    top: 57%;
    left: auto;
    right: 0;
  }
  #internship .pagetitle .main_01 .main_01i li:nth-child(4) {
    height: 54%;
    top: 45%;
  }
  #internship .pagetitle .main_02 {
    width: 85%;
    margin: 10% auto 0;
    position: static;
  }
  #internship .pagetitle .main_03 {
    width: 100%;
    text-align: center;
    position: static;
    margin: 4% 0 0;
  }
  #internship .pagetitle .main_03 .p1 {
    font-size: 4vw;
  }
  #internship .pagetitle .main_03 .p1 span {
    font-size: 4.1vw;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 0;
  }
  #internship .pagetitle .main_03 .p2 {
    font-size: 3.8vw;
    margin: 4% 0 0;
  }
  #internship .pagetitle .btn_box {
    max-width: 400px;
    width: 85%;
    min-width: auto;
    margin: 8% auto 0;
    position: static;
  }
}
#internship .concept_wrap {
  background: #fff;
}
#internship .concept_wrap .concept_area .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 9%;
  margin: 60px 0 0;
}
#internship .concept_wrap .concept_area .flex_box .flex_img {
  width: 38.4%;
  position: relative;
}
#internship .concept_wrap .concept_area .flex_box .flex_img .img {
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  -webkit-transition: 1s;
  transition: 1s;
}
#internship .concept_wrap .concept_area .flex_box .img_txt {
  font-size: 2.4rem;
  font-size: clamp(1.4rem, 1.84vw, 2.4rem);
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 20px;
  position: absolute;
  bottom: -30px;
  left: -50px;
  z-index: 1;
}
#internship .concept_wrap .concept_area .flex_box .img_txt::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(rgb(180, 9, 54)), color-stop(199.36%, rgb(243, 207, 182)));
  background: linear-gradient(90deg, rgb(180, 9, 54) 0%, rgb(243, 207, 182) 199.36%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
#internship .concept_wrap .concept_area .flex_box .flex_img.ani1 .img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#internship .concept_wrap .concept_area .flex_box .flex_img.ani1 .img_txt {
  color: #fff;
  -webkit-transition: 2s 0.6s;
  transition: 2s 0.6s;
}
#internship .concept_wrap .concept_area .flex_box .flex_img.ani1 .img_txt::before {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
}
#internship .concept_wrap .concept_area .flex_box .flex_copy {
  width: 34%;
  min-width: 360px;
}
#internship .concept_wrap .concept_area .flex_box .ttl {
  font-size: 2.4rem;
  line-height: 1;
}
#internship .concept_wrap .concept_area .flex_box .list {
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0 0 0 23px;
  margin: 0 0 10px;
  position: relative;
}
#internship .concept_wrap .concept_area .flex_box .list::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100vh;
  background: #B50B45;
  background: -webkit-gradient(linear, left top, right top, from(rgb(181, 11, 69)), to(rgb(211, 108, 118)));
  background: linear-gradient(90deg, rgb(181, 11, 69) 0%, rgb(211, 108, 118) 100%);
  position: absolute;
  top: 3px;
  left: 0;
}
#internship .concept_wrap .concept_area .flex_box .note {
  font-size: 1.4rem;
  line-height: 2;
  margin: 30px 0 0;
}
#internship .concept_wrap .concept_area .flex_box .flex_note {
  font-size: 1.5rem;
  line-height: 2;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  #internship .concept_wrap .concept_area .flex_box {
    gap: 0;
    margin: 11% 0 0;
  }
  #internship .concept_wrap .concept_area .flex_box .flex_img {
    width: 100%;
  }
  #internship .concept_wrap .concept_area .flex_box .img_txt {
    font-size: 1.7rem;
    font-size: clamp(1.4rem, 2.21vw, 1.7rem);
    letter-spacing: 0;
    padding: 5vw;
    bottom: -5%;
    left: -4%;
  }
  #internship .concept_wrap .concept_area .flex_box .flex_copy {
    width: 100%;
    min-width: unset;
    margin: 12vw 0 0;
  }
  #internship .concept_wrap .concept_area .flex_box .ttl {
    font-size: 1.7rem;
    margin-bottom: 6vw;
  }
  #internship .concept_wrap .concept_area .flex_box .list {
    font-size: 1.4rem;
    padding: 0 0 0 18px;
  }
  #internship .concept_wrap .concept_area .flex_box .list::before {
    width: 12px;
    height: 12px;
    top: 4px;
  }
  #internship .concept_wrap .concept_area .flex_box .note {
    font-size: 1.2rem;
  }
  #internship .concept_wrap .concept_area .flex_box .flex_note {
    font-size: 1.3rem;
    margin: 6% 0 0;
  }
}
#internship .programs_wrap .programs_area .recommend_box {
  max-width: 930px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 13px;
  background: #fff;
  padding: 70px 0 40px;
  margin: 70px auto 0;
  position: relative;
}
#internship .programs_wrap .programs_area .recommend_box .btn_txt {
  font-size: 2.4rem;
  line-height: 1;
  padding: 16px 27px;
  position: absolute;
  top: -20px;
  left: -30px;
}
#internship .programs_wrap .programs_area .recommend_box .btn_txt::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(rgb(180, 9, 54)), color-stop(199.36%, rgb(243, 207, 182)));
  background: linear-gradient(90deg, rgb(180, 9, 54) 0%, rgb(243, 207, 182) 199.36%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
#internship .programs_wrap .programs_area .recommend_box .btn_txt .s1 {
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  padding: 7px 20px;
  margin: 0 0 0 15px;
}
#internship .programs_wrap .programs_area .recommend_box .btn_txt .s1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #C5B525;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
#internship .programs_wrap .programs_area .recommend_box .cbtn {
  max-width: 340px;
  width: 42%;
  margin: 0;
}
#internship .programs_wrap .programs_area .recommend_box.ani1 .btn_txt {
  color: #fff;
  -webkit-transition: 2s 0.6s;
  transition: 2s 0.6s;
}
#internship .programs_wrap .programs_area .recommend_box.ani1 .btn_txt::before {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: 1s 0.6s;
  transition: 1s 0.6s;
}
#internship .programs_wrap .programs_area .recommend_box.ani1 .btn_txt .s1::before {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: 1s 1.1s;
  transition: 1s 1.1s;
}
#internship .programs_wrap .programs_area .programs_box {
  max-width: 860px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 70px 0;
  margin: 80px auto 0;
}
#internship .programs_wrap .programs_area .programs_box .program {
  max-width: 410px;
  width: 48%;
  position: relative;
}
#internship .programs_wrap .programs_area .programs_box .num {
  width: 40px;
  height: 40px;
  font-size: 2rem;
  color: #fff;
  background: #B50B45;
  border-radius: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -4%;
  left: 4%;
}
#internship .programs_wrap .programs_area .programs_box a {
  width: 100%;
  height: 100%;
  color: #2D2D2D;
  border: 1px solid #B50B45;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  display: block;
  overflow: hidden;
}
#internship .programs_wrap .programs_area .programs_box .ttl {
  height: min(7vw, 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#internship .programs_wrap .programs_area .programs_box .p1 {
  font-size: 1.6rem;
  font-size: clamp(1rem, 1.23vw, 1.6rem);
  line-height: 1;
}
#internship .programs_wrap .programs_area .programs_box .p2 {
  font-size: 3rem;
  font-size: clamp(2rem, 2.3vw, 3rem);
  line-height: 1;
  margin: 5% 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(180, 9, 54)), color-stop(200.36%, rgb(243, 207, 182)));
  background: linear-gradient(180deg, rgb(180, 9, 54) 0%, rgb(243, 207, 182) 200.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#internship .programs_wrap .programs_area .programs_box .lead {
  font-size: 1.5rem;
  font-size: clamp(1.3rem, 1.15vw, 1.5rem);
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(180, 9, 54)), color-stop(199.36%, rgb(243, 207, 182)));
  background: linear-gradient(90deg, rgb(180, 9, 54) 0%, rgb(243, 207, 182) 199.36%);
  padding: 8px 0;
}
#internship .programs_wrap .programs_area .programs_box .txt {
  text-align: left;
  padding: 2% 4% 7%;
}
#internship .programs_wrap .programs_area .programs_box .t_1 {
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 1.07vw, 1.4rem);
  letter-spacing: 0;
  line-height: 1.8;
}
#internship .programs_wrap .programs_area .programs_box .cbtn {
  width: 57%;
  height: 50px;
  font-size: 1.6rem;
  font-size: clamp(1.2rem, 1.23vw, 1.6rem);
  border: none;
  color: #fff;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(rgb(180, 9, 54)), color-stop(199.36%, rgb(243, 207, 182)));
  background: linear-gradient(90deg, rgb(180, 9, 54) 0%, rgb(243, 207, 182) 199.36%);
  position: absolute;
  bottom: -10%;
  right: -4%;
}
#internship .programs_wrap .programs_area .programs_box .cbtn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#internship .programs_wrap .programs_area .btn_box {
  max-width: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  margin: 130px auto 0;
}
#internship .programs_wrap .programs_area .btn_box .cbtn {
  max-width: none;
  width: 49%;
  margin: 0;
}
#internship .programs_wrap .programs_area .btn_box .cbtn.entry {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #internship .programs_wrap .programs_area .recommend_box {
    gap: 2vw 0;
    padding: 16% 5% 6%;
    margin: 17% auto 0;
  }
  #internship .programs_wrap .programs_area .recommend_box .btn_txt {
    font-size: 1.6rem;
    padding: 4% 5%;
    top: -13%;
    left: -4%;
  }
  #internship .programs_wrap .programs_area .recommend_box .btn_txt .s1 {
    font-size: 1.4rem;
    padding: 7px 20px;
    margin: 0 0 0 15px;
  }
  #internship .programs_wrap .programs_area .recommend_box .cbtn {
    max-width: unset;
    width: 94%;
  }
  #internship .programs_wrap .programs_area .programs_box {
    max-width: none;
    gap: 16vw 0;
    margin: 15% auto 0;
  }
  #internship .programs_wrap .programs_area .programs_box .program {
    max-width: none;
    width: 100%;
  }
  #internship .programs_wrap .programs_area .programs_box .num {
    width: 9vw;
    height: 9vw;
    font-size: 1.5rem;
    top: -4%;
    left: 8%;
  }
  #internship .programs_wrap .programs_area .programs_box .ttl {
    height: auto;
    padding: 4% 0;
  }
  #internship .programs_wrap .programs_area .programs_box .p1 {
    font-size: 1.3rem;
    font-size: clamp(1.3rem, 3.38vw, 2.6rem);
  }
  #internship .programs_wrap .programs_area .programs_box .p2 {
    font-size: 2rem;
    font-size: clamp(2rem, 5.2vw, 4rem);
    margin: 5% 0 0;
  }
  #internship .programs_wrap .programs_area .programs_box .lead {
    font-size: 1.5rem;
    font-size: clamp(1.3rem, 3.25vw, 2.5rem);
    padding: 4% 0;
  }
  #internship .programs_wrap .programs_area .programs_box .txt {
    padding: 5% 7% 14%;
  }
  #internship .programs_wrap .programs_area .programs_box .txt br {
    display: block;
  }
  #internship .programs_wrap .programs_area .programs_box .t_1 {
    font-size: 1.4rem;
    font-size: clamp(1.2rem, 3.12vw, 2.4rem);
  }
  #internship .programs_wrap .programs_area .programs_box .cbtn {
    width: 59%;
    height: 13vw;
    font-size: clamp(1.5rem, 2.08vw, 2.6rem);
  }
  #internship .programs_wrap .programs_area .btn_box {
    max-width: none;
    margin: 22% auto 0;
  }
  #internship .programs_wrap .programs_area .btn_box .cbtn {
    width: 49%;
  }
}
#internship .schedule_wrap {
  background: #fff;
}
#internship .schedule_wrap .schedule_area .schedule_box {
  margin: 100px 0 0;
}
#internship .schedule_wrap .schedule_area .schedule_box .schedule_table {
  max-width: 1110px;
  width: 100%;
  color: #B50B45;
  text-align: center;
  margin: 0 auto;
}
#internship .schedule_wrap .schedule_area .schedule_box table {
  width: 100%;
  border-collapse: collapse;
}
#internship .schedule_wrap .schedule_area .schedule_box thead th {
  width: 19.7%;
  height: 34px;
  background: #F3DBE3;
  vertical-align: middle;
}
#internship .schedule_wrap .schedule_area .schedule_box thead tr {
  font-size: 1.4rem;
  font-size: clamp(1rem, 1.07vw, 1.4rem);
  letter-spacing: 0.2em;
  color: #2D2D2D;
}
#internship .schedule_wrap .schedule_area .schedule_box thead .th_1 {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(180, 9, 54)), color-stop(199.36%, rgb(243, 207, 182)));
  background: linear-gradient(90deg, rgb(180, 9, 54) 0%, rgb(243, 207, 182) 199.36%);
}
#internship .schedule_wrap .schedule_area .schedule_box tbody tr:last-child {
  border-bottom: 1px solid #C3C3C3;
}
#internship .schedule_wrap .schedule_area .schedule_box tbody tr.clr_gry {
  background: #F0F0F0;
}
#internship .schedule_wrap .schedule_area .schedule_box tbody tr.btn {
  background: -webkit-gradient(linear, left top, right top, from(rgb(180, 9, 54)), color-stop(199.36%, rgb(243, 207, 182)));
  background: linear-gradient(90deg, rgb(180, 9, 54) 0%, rgb(243, 207, 182) 199.36%);
}
#internship .schedule_wrap .schedule_area .schedule_box tbody tr.btn td {
  height: auto;
}
#internship .schedule_wrap .schedule_area .schedule_box tbody tr.btn a {
  height: 0;
  color: #fff;
  font-size: 2rem;
  font-size: clamp(1.4rem, 1.53vw, 2rem);
  letter-spacing: 0.1em;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#internship .schedule_wrap .schedule_area .schedule_box tbody {
  /* 1行目 hover */
}
#internship .schedule_wrap .schedule_area .schedule_box tbody tr.clr_gry:hover + tr + tr.btn td a {
  height: 56px;
}
#internship .schedule_wrap .schedule_area .schedule_box tbody {
  /* 2行目 hover */
}
#internship .schedule_wrap .schedule_area .schedule_box tbody tr.clr_gry + tr:hover + tr.btn td a {
  height: 56px;
}
#internship .schedule_wrap .schedule_area .schedule_box tbody {
  /* ボタンhover維持 */
}
#internship .schedule_wrap .schedule_area .schedule_box tbody tr.btn:hover td a {
  height: 56px;
  opacity: 0.7;
}
#internship .schedule_wrap .schedule_area .schedule_box tbody th,
#internship .schedule_wrap .schedule_area .schedule_box tbody td {
  width: 20%;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  font-size: clamp(1rem, 1.15vw, 1.5rem);
  line-height: 1.4;
  position: relative;
}
#internship .schedule_wrap .schedule_area .schedule_box tbody th::before,
#internship .schedule_wrap .schedule_area .schedule_box tbody td::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #C3C3C3;
  position: absolute;
  right: 0;
  top: 0;
}
#internship .schedule_wrap .schedule_area .schedule_box tbody td:last-child::before {
  display: none;
}
#internship .schedule_wrap .schedule_area .schedule_box .note {
  line-height: 2;
  margin: 14px 0 0;
}
@media screen and (max-width: 768px) {
  #internship .schedule_wrap .schedule_area .schedule_box {
    margin: 10% 0 0;
  }
  #internship .schedule_wrap .schedule_area .schedule_box .schedule_table {
    max-width: none;
    overflow-x: scroll;
  }
  #internship .schedule_wrap .schedule_area .schedule_box table {
    width: 220%;
  }
  #internship .schedule_wrap .schedule_area .schedule_box thead th {
    width: 19.7%;
    height: 11vw;
  }
  #internship .schedule_wrap .schedule_area .schedule_box thead tr {
    font-size: 1.2rem;
    font-size: clamp(1.2rem, 3.12vw, 2.4rem);
  }
  #internship .schedule_wrap .schedule_area .schedule_box tbody tr.btn a {
    height: 9vw;
    font-size: 1.5rem;
    font-size: clamp(1rem, 3.9vw, 3rem);
  }
  #internship .schedule_wrap .schedule_area .schedule_box tbody {
    /* 1行目 hover */
  }
  #internship .schedule_wrap .schedule_area .schedule_box tbody tr.clr_gry:hover + tr + tr.btn td a {
    height: 9vw;
  }
  #internship .schedule_wrap .schedule_area .schedule_box tbody {
    /* 2行目 hover */
  }
  #internship .schedule_wrap .schedule_area .schedule_box tbody tr.clr_gry + tr:hover + tr.btn td a {
    height: 9vw;
  }
  #internship .schedule_wrap .schedule_area .schedule_box tbody {
    /* ボタンhover維持 */
  }
  #internship .schedule_wrap .schedule_area .schedule_box tbody tr.btn:hover td a {
    height: 9vw;
    opacity: 1;
  }
  #internship .schedule_wrap .schedule_area .schedule_box tbody th,
  #internship .schedule_wrap .schedule_area .schedule_box tbody td {
    width: 20%;
    height: 20vw;
    font-size: 1.4rem;
    font-size: clamp(1rem, 3.12vw, 2.4rem);
  }
}
#internship .voice_wrap .voice_area .voice_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  margin: 60px 0 0;
}
#internship .voice_wrap .voice_area .voice_box .voice {
  width: 29.1%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 30px 0 40px;
}
#internship .voice_wrap .voice_area .voice_box .voice:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#internship .voice_wrap .voice_area .voice_box .voice:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#internship .voice_wrap .voice_area .voice_box .profile {
  text-align: right;
  position: relative;
}
#internship .voice_wrap .voice_area .voice_box .img {
  width: 32.5%;
  position: absolute;
  top: -80%;
  left: 8%;
}
#internship .voice_wrap .voice_area .voice_box .name {
  font-size: 1.6rem;
  font-size: clamp(1.2rem, 1.23vw, 1.6rem);
  line-height: 1;
  color: #fff;
  background: #B50B45;
  padding: 8px 20px 8px 0;
}
#internship .voice_wrap .voice_area .voice_box .data {
  font-size: 1.3rem;
  font-size: clamp(1rem, 1vw, 1.3rem);
  padding: 0 20px 0 0;
}
#internship .voice_wrap .voice_area .voice_box .txt_outer {
  padding: 0 9%;
  margin: 25px 0 0;
}
#internship .voice_wrap .voice_area .voice_box .txt {
  font-size: 1.4rem;
  font-size: clamp(1rem, 1.07vw, 1.4rem);
  letter-spacing: 0;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #internship .voice_wrap .voice_area .com_copy .txt {
    text-align: center;
  }
  #internship .voice_wrap .voice_area .voice_box {
    gap: 16vw 0;
    margin: 13% 0 0;
  }
  #internship .voice_wrap .voice_area .voice_box .voice {
    width: 100%;
    padding: 30px 0 40px;
  }
  #internship .voice_wrap .voice_area .voice_box .voice:nth-child(2) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  #internship .voice_wrap .voice_area .voice_box .voice:nth-child(3) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  #internship .voice_wrap .voice_area .voice_box .img {
    width: 34%;
    top: -90%;
    left: 11%;
  }
  #internship .voice_wrap .voice_area .voice_box .name {
    font-size: 1.3rem;
    font-size: clamp(1rem, 3.38vw, 2.6rem);
    padding: 3% 7% 3% 0;
  }
  #internship .voice_wrap .voice_area .voice_box .data {
    font-size: 1.1rem;
    font-size: clamp(1rem, 2.99vw, 2.3rem);
    padding: 1% 7% 0 0;
  }
  #internship .voice_wrap .voice_area .voice_box .txt_outer {
    margin: 7% 0 0;
  }
  #internship .voice_wrap .voice_area .voice_box .txt {
    font-size: 1.2rem;
    font-size: clamp(1rem, 3.12vw, 2.4rem);
    line-height: 1.8;
  }
}
#internship .pagetitle_2 .main_02 .bg2 {
  left: -20%;
  top: -56%;
}
#internship .pagetitle_2 .main_02 .main_02i li:first-of-type {
  left: 0.7168458781%;
  top: 1.1904761905%;
  width: 6.9892473118%;
  height: 26.1904761905%;
}
#internship .pagetitle_2 .main_02 .main_02i li:first-of-type::before {
  background-image: url(../img/internship/end_txt_1.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(2) {
  left: 9.8566308244%;
  top: 0;
  width: 6.8100358423%;
  height: 25%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(2)::before {
  background-image: url(../img/internship/end_txt_2.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(3) {
  left: 18.9964157706%;
  top: -0.1%;
  width: 6.4516129032%;
  height: 25%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(3)::before {
  background-image: url(../img/internship/end_txt_3.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(4) {
  left: 28.1362007168%;
  top: 3.5714285714%;
  width: 7.1684587814%;
  height: 21.4285714286%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(4)::before {
  background-image: url(../img/internship/end_txt_4.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(5) {
  left: 36.7383512545%;
  top: 0.5952380952%;
  width: 8.2437275986%;
  height: 26.7857142857%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(5)::before {
  background-image: url(../img/internship/end_txt_5.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(6) {
  left: 45.8781362007%;
  top: 0.5952380952%;
  width: 8.064516129%;
  height: 26.1904761905%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(6)::before {
  background-image: url(../img/internship/end_txt_6.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(7) {
  left: 55.376344086%;
  top: 0%;
  width: 6.4516129032%;
  height: 25.5952380952%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(7)::before {
  background-image: url(../img/internship/end_txt_7.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(8) {
  left: 64.3369175627%;
  top: 17.8571428571%;
  width: 2.8673835125%;
  height: 8.3333333333%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(8)::before {
  background-image: url(../img/internship/end_txt_8.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(9) {
  left: 0%;
  top: 39.880952381%;
  width: 4.3010752688%;
  height: 11.3095238095%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(9)::before {
  background-image: url(../img/internship/end_txt_9.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(10) {
  left: 5.376344086%;
  top: 36.9047619048%;
  width: 7.8853046595%;
  height: 26.1904761905%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(10)::before {
  background-image: url(../img/internship/end_txt_10.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(11) {
  left: 15.770609319%;
  top: 38.0952380952%;
  width: 5.7347670251%;
  height: 23.2142857143%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(11)::before {
  background-image: url(../img/internship/end_txt_11.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(12) {
  left: 24.0143369176%;
  top: 36.3095238095%;
  width: 7.3476702509%;
  height: 26.7857142857%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(12)::before {
  background-image: url(../img/internship/end_txt_12.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(13) {
  left: 34.0501792115%;
  top: 37.5%;
  width: 5.376344086%;
  height: 24.4047619048%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(13)::before {
  background-image: url(../img/internship/end_txt_13.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(14) {
  left: 41.935483871%;
  top: 35.7142857143%;
  width: 8.064516129%;
  height: 27.380952381%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(14)::before {
  background-image: url(../img/internship/end_txt_14.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(15) {
  left: 52.3297491039%;
  top: 37.5%;
  width: 5.017921147%;
  height: 25.5952380952%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(15)::before {
  background-image: url(../img/internship/end_txt_15.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(16) {
  left: 60.394265233%;
  top: 35.7142857143%;
  width: 8.064516129%;
  height: 26.7857142857%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(16)::before {
  background-image: url(../img/internship/end_txt_16.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(17) {
  left: 68.9964157706%;
  top: 36.3095238095%;
  width: 8.4229390681%;
  height: 27.380952381%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(17)::before {
  background-image: url(../img/internship/end_txt_17.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(18) {
  left: 78.4946236559%;
  top: 39.880952381%;
  width: 4.4802867384%;
  height: 11.3095238095%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(18)::before {
  background-image: url(../img/internship/end_txt_18.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(19) {
  left: 84.4086021505%;
  top: 38.0952380952%;
  width: 7.5268817204%;
  height: 23.8095238095%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(19)::before {
  background-image: url(../img/internship/end_txt_19.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(20) {
  left: 94.2652329749%;
  top: 36.9047619048%;
  width: 5.7347670251%;
  height: 25.5952380952%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(20)::before {
  background-image: url(../img/internship/end_txt_20.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(21) {
  left: 0%;
  top: 72.619047619%;
  width: 8.064516129%;
  height: 26.7857142857%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(21)::before {
  background-image: url(../img/internship/end_txt_21.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(22) {
  left: 9.8566308244%;
  top: 74.4047619048%;
  width: 6.9892473118%;
  height: 23.8095238095%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(22)::before {
  background-image: url(../img/internship/end_txt_22.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(23) {
  left: 19.3548387097%;
  top: 73.8095238095%;
  width: 5.7347670251%;
  height: 23.8095238095%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(23)::before {
  background-image: url(../img/internship/end_txt_23.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(24) {
  left: 27.7777777778%;
  top: 75%;
  width: 7.70609319%;
  height: 22.619047619%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(24)::before {
  background-image: url(../img/internship/end_txt_24.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(25) {
  left: 36.7383512545%;
  top: 74.4047619048%;
  width: 7.3476702509%;
  height: 23.8095238095%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(25)::before {
  background-image: url(../img/internship/end_txt_25.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(26) {
  left: 46.2365591398%;
  top: 74.4047619048%;
  width: 7.5268817204%;
  height: 23.8095238095%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(26)::before {
  background-image: url(../img/internship/end_txt_26.png);
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(27) {
  left: 56.6308243728%;
  top: 75%;
  width: 4.8387096774%;
  height: 23.2142857143%;
}
#internship .pagetitle_2 .main_02 .main_02i li:nth-of-type(27)::before {
  background-image: url(../img/internship/end_txt_27.png);
}
#internship .pagetitle_2 .main_03 .note {
  line-height: 1.7;
  margin: 20px 0 0;
}
#internship .pagetitle_2 .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#internship .pagetitle_2 .btn_box .cbtn_1,
#internship .pagetitle_2 .btn_box .cbtn_2 {
  width: 49%;
}
#internship .pagetitle.ani1.pagetitle_2 .main_01 .main_01i li img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 2s;
  transition: 2s;
}
#internship .pagetitle.ani1.pagetitle_2 .main_02 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 2s;
  transition: 2s;
}
#internship .pagetitle.ani1.pagetitle_2 .main_02 .bg2 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 3s;
  transition: 3s;
}
#internship .pagetitle.ani1.pagetitle_2 .main_02 .main_02i li {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 2s;
  transition: 2s;
}
#internship .pagetitle.ani1.pagetitle_2 .main_03 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 2s 0.6s;
  transition: 2s 0.6s;
}
#internship .pagetitle.ani1.pagetitle_2 .main_03 .p1 span {
  color: #fff;
  -webkit-transition: 2s 0.6s;
  transition: 2s 0.6s;
}
#internship .pagetitle.ani1.pagetitle_2 .main_03 .p1 span::before {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
}
#internship .pagetitle.ani1.pagetitle_2 .btn_box {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #internship .pagetitle_2 .main_02 .bg2 {
    left: 0;
    top: 0;
  }
  #internship .pagetitle_2 .main_03 .note {
    text-align: center;
    margin: 4% 0 0;
  }
  #internship .pagetitle.ani1.pagetitle_2 .main_02 {
    -webkit-transition: 2s 1s;
    transition: 2s 1s;
  }
  #internship .pagetitle.ani1.pagetitle_2 .main_02 .main_02i li {
    -webkit-transition: 2s 1s;
    transition: 2s 1s;
  }
  #internship .pagetitle.ani1.pagetitle_2 .main_03 {
    -webkit-transition: 2s 1.2s;
    transition: 2s 1.2s;
  }
  #internship .pagetitle.ani1.pagetitle_2 .main_03 .p1 span {
    -webkit-transition: 2s 1.2s;
    transition: 2s 1.2s;
  }
  #internship .pagetitle.ani1.pagetitle_2 .main_03 .p1 span::before {
    -webkit-transition: 1s 1.6s;
    transition: 1s 1.6s;
  }
}
/*# sourceMappingURL=internship.css.map */