/*----------------------------------------------------
Internship
----------------------------------------------------*/
#internship .lead {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.68;
  margin-bottom: 50px;
}
@media all and (min-width: 751px) {
  #internship .lead {
    text-align: center;
    font-size: 20px;
    line-height: 1.9;
  }
}
#internship #program .list {
  counter-reset: number 0;
}
#internship #program .list > li {
  counter-increment: number 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  border-radius: 5px;
  padding: 3px;
}
@media all and (min-width: 751px) {
  #internship #program .list > li {
    border-radius: 10px;
    padding: 5px;
  }
}
#internship #program .list > li:not(:last-child) {
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  #internship #program .list > li:not(:last-child) {
    margin-bottom: 40px;
  }
}
#internship #program .list > li.green {
  --color: #6ab24b;
  background-image: url(../images/common/watercolor/mdl_green.jpg);
}
#internship #program .list > li.pink {
  --color: #ed7971;
  background-image: url(../images/common/watercolor/mdl_pink.jpg);
}
#internship #program .list > li.blue {
  --color: #00a3df;
  background-image: url(../images/common/watercolor/mdl_blue.jpg);
}
#internship #program .list > li .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 22px 30px;
}
@media all and (min-width: 751px) {
  #internship #program .list > li .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.4%;
    border-radius: 10px;
    padding: 35px 30px 30px;
  }
}
@media all and (min-width: 751px) {
  #internship #program .list > li .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#internship #program .list > li .texts::before {
  content: counter(number, decimal-leading-zero);
  display: block;
  color: var(--color);
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 1;
  font-size: 50px;
}
@media all and (min-width: 751px) {
  #internship #program .list > li .texts::before {
    text-align: left;
    font-size: 80px;
    margin-top: -0.4em;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #internship #program .list > li .texts::before {
    font-size: 60px;
  }
}
#internship #program .list > li .texts .head {
  text-align: center;
  color: var(--color);
  font-size: 16px;
  line-height: 1.56;
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  #internship #program .list > li .texts .head {
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #internship #program .list > li .texts .head {
    font-size: 16px;
  }
}
#internship #program .list > li .texts .tx {
  line-height: 2.07;
  margin-top: 16px;
}
@media all and (min-width: 751px) {
  #internship #program .list > li .texts .tx {
    line-height: 2.14;
    margin-top: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #internship #program .list > li .texts .tx {
    line-height: 1.9;
    margin-top: 14px;
  }
}
@media all and (min-width: 751px) {
  #internship #program .list > li .image {
    width: 50%;
  }
}
#internship #voice {
  padding-bottom: 40px;
}
#internship #voice .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media all and (min-width: 751px) {
  #internship #voice .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 4.2%;
  }
}
#internship #voice .list > li {
  position: relative;
  background-repeat: no-repeat;
  background-size: 113% 127%;
  background-position: 50% 65%;
  border-radius: 8px;
  padding: 30px 20px;
}
@media all and (min-width: 751px) {
  #internship #voice .list > li {
    border-radius: 15px;
  }
}
@media all and (min-width: 751px) {
  #internship #voice .list > li {
    width: 47.85%;
  }
}
#internship #voice .list > li::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  background-image: inherit;
  background-position: bottom;
  background-size: 666%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  aspect-ratio: 8/5;
  width: 10%;
  z-index: -1;
}
#internship #voice .list > li .icon {
  width: min(60px, 25.8%);
  margin-inline: auto;
}
#internship #voice .list > li .tx {
  line-height: 2.07;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  #internship #voice .list > li .tx {
    line-height: 2.14;
  }
}
#internship #voice .list > li.green {
  background-image: url(../images/info/watercolor_green.jpg);
}
#internship #voice .list > li.pink {
  background-image: url(../images/info/watercolor_pink.jpg);
}
#internship #voice .list > li.blue {
  background-image: url(../images/info/watercolor_blue.jpg);
}
#internship #voice .list > li.purple {
  background-image: url(../images/info/watercolor_purple.jpg);
}

/*----------------------------------------------------
Job Description
----------------------------------------------------*/
.tab_container .tab_button_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media all and (min-width: 751px) {
  .tab_container .tab_button_list {
    gap: 24px;
    width: min(632px, 90%);
    margin-inline: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .tab_container .tab_button_list {
    gap: 18px;
  }
}
.tab_container .tab_button_list .tab_button_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab_container .tab_button_list .tab_button_item a {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #00a3df;
  color: #00a3df;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 10px;
  cursor: pointer;
}
@media all and (min-width: 751px) {
  .tab_container .tab_button_list .tab_button_item a {
    border-radius: 10px;
    padding: 15px 10px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .tab_container .tab_button_list .tab_button_item a {
    font-size: 14px;
  }
}
.tab_container .tab_button_list .tab_button_item a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/watercolor/mdl_blue.jpg);
  background-size: 120%;
  background-position: 80% 30%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
@media (hover: hover) {
  .tab_container .tab_button_list .tab_button_item a, .tab_container .tab_button_list .tab_button_item a::before {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .tab_container .tab_button_list .tab_button_item a:hover {
    color: #fff;
    background-color: #00a3df;
  }
  .tab_container .tab_button_list .tab_button_item a:hover::before {
    opacity: 0;
  }
}
.tab_container .tab_button_list .tab_button_item.tab_active a {
  border-color: transparent;
}
.tab_container .tab_button_list .tab_button_item.tab_active a::before {
  opacity: 1;
}
.tab_container .tab_content_list .tab_content_item {
  display: none;
}
.tab_container .tab_content_list .tab_content_item.content_active {
  display: block;
}
.tab_container .tab_content_list .tab_content_item.content_active .content {
  -webkit-animation: fadeUpAnime 0.6s forwards;
          animation: fadeUpAnime 0.6s forwards;
}
.tab_container .tab_content_list .tab_content_item .content {
  opacity: 0;
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  .tab_container .tab_content_list .tab_content_item .content {
    margin-top: 50px;
  }
}
.tab_container .tab_content_list .tab_content_item .content .title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .tab_container .tab_content_list .tab_content_item .content .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.tab_container .tab_content_list .tab_content_item .content .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 2.07;
  padding: 1em 0;
  border-bottom: 1px solid #dedede;
}
@media all and (min-width: 751px) {
  .tab_container .tab_content_list .tab_content_item .content .list > li {
    line-height: 2.14;
    padding: 1.4em 1em 1.4em 3em;
  }
}
.tab_container .tab_content_list .tab_content_item .content .list > li .head {
  width: 9em;
}
@media all and (min-width: 751px) {
  .tab_container .tab_content_list .tab_content_item .content .list > li .head {
    font-weight: bold;
    width: 14em;
  }
}
.tab_container .tab_content_list .tab_content_item .content .list > li .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab_container .tab_content_list .tab_content_item .content .btn {
  width: min(315px, 100%);
  margin-inline: auto;
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  .tab_container .tab_content_list .tab_content_item .content .btn {
    width: 240px;
    margin-top: 40px;
  }
}
.tab_container .tab_content_list .tab_content_item .content .btn a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-color: #00a3df;
  border: 1px solid #00a3df;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 10px;
  cursor: pointer;
}
@media all and (min-width: 751px) {
  .tab_container .tab_content_list .tab_content_item .content .btn a {
    font-weight: 500;
    font-size: 20px;
    border-radius: 10px;
    padding: 15px 10px;
  }
}
@media (hover: hover) {
  .tab_container .tab_content_list .tab_content_item .content .btn a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .tab_container .tab_content_list .tab_content_item .content .btn a:hover {
    color: #00a3df;
    background-color: #fff;
  }
}