@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section {
  width: 100%;
}
section#internship {
  width: 100%;
  padding: 0px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
section#internship .hero {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.5s;
}
section#internship .hero.on {
  clip-path: inset(0 0 0 0);
}
section#internship .hero.on + .anchor {
  clip-path: inset(0 0 0 0);
}
section#internship .hero .inner {
  width: 100%;
  position: relative;
}
section#internship .hero .inner .visual {
  width: 100%;
}
section#internship .hero .inner .title {
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section#internship .hero .inner .title > div {
  padding: 8px 16px;
  background-color: #FFF;
}
section#internship .hero .inner .title > div h3 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#internship .anchor {
  width: 100%;
  margin-bottom: 96px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.75s;
}
section#internship .anchor .day {
  width: calc(50% - 4px);
  height: 152px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
section#internship .anchor .day:hover {
  opacity: 0.9;
}
section#internship .anchor .day::after {
  content: "";
  width: 23px;
  height: 15px;
  background-image: url(../images/internship/arrow_anchor.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 11px);
  z-index: 1;
}
section#internship .anchor .day.day1 {
  background: linear-gradient(to right, #00a89c, #008dab);
}
section#internship .anchor .day.day2 {
  background: linear-gradient(to right, #008cac, #0071bb);
}
section#internship .anchor .day dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 0;
}
section#internship .anchor .day dl dt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}
section#internship .anchor .day dl dt span:nth-child(1) {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 4px 8px;
  border: solid 1px #FFF;
}
section#internship .anchor .day dl dt span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#internship .anchor .day dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#internship .program {
  width: calc(100% - 240px);
  min-width: 1000px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
section#internship .program.on {
  opacity: 1;
}
section#internship .program:not(:last-child) {
  margin-bottom: 96px;
}
section#internship .program .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #F1F1F1;
  padding: 64px 72px;
}
section#internship .program .inner h3 {
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}
section#internship .program .inner h3 span:nth-child(1) {
  color: #000000;
  font-family: "Poppins", serif;
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#internship .program .inner h3 span:nth-child(2) {
  color: #000000;
  font-family: "Poppins", serif;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 8px 16px;
  border: solid 3px #000000;
}
section#internship .program .inner h4 {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 24px;
}
section#internship .program .inner h5 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 64px;
}
section#internship .program .inner .recommend {
  text-align: left;
  width: 100%;
}
section#internship .program .inner .recommend:not(:last-child) {
  margin-bottom: 72px;
}
section#internship .program .inner .recommend > dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#internship .program .inner .recommend > dl:not(:last-child) {
  margin-bottom: 72px;
}
section#internship .program .inner .recommend > dl > dt {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
}
section#internship .program .inner .recommend > dl > dd {
  width: 100%;
  background: linear-gradient(to right, #00a89c, #008dab);
  padding: 56px;
  border-radius: 8px;
  box-sizing: border-box;
}
section#internship .program .inner .recommend > dl > dd ul:not(:last-child) {
  margin-bottom: 16px;
}
section#internship .program .inner .recommend > dl > dd ul li {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: flex;
  flex-direction: flex-start;
  flex-wrap: nowraprow;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
}
section#internship .program .inner .recommend > dl > dd ul li::before {
  content: "・";
  display: inline-block;
}
section#internship .program .inner .recommend > dl > dd ul li:not(:last-child) {
  margin-bottom: 8px;
}
section#internship .program .inner .recommend > dl > dd > dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#internship .program .inner .recommend > dl > dd > dl:not(:last-child) {
  margin-bottom: 32px;
}
section#internship .program .inner .recommend > dl > dd > dl > dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 8px;
}
section#internship .program .inner .recommend > dl > dd > dl > dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#internship .program .inner .recommend > dl > dd p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#internship .program .inner .flow,
section#internship .program .inner .list {
  text-align: left;
  width: 100%;
}
section#internship .program .inner .flow:not(:last-child),
section#internship .program .inner .list:not(:last-child) {
  margin-bottom: 72px;
}
section#internship .program .inner .flow h4,
section#internship .program .inner .list h4 {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#internship .program .inner .flow table,
section#internship .program .inner .list table {
  width: 100%;
  border-top: solid 1px #000000;
}
section#internship .program .inner .flow table:not(:last-child),
section#internship .program .inner .list table:not(:last-child) {
  margin-bottom: 16px;
}
section#internship .program .inner .flow table tr,
section#internship .program .inner .list table tr {
  width: 100%;
}
section#internship .program .inner .flow table tr:first-child th > div::before,
section#internship .program .inner .list table tr:first-child th > div::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #F1F1F1;
  display: block;
  position: absolute;
  right: 0px;
  top: -1px;
  z-index: 1;
}
section#internship .program .inner .flow table tr th,
section#internship .program .inner .list table tr th {
  vertical-align: middle;
  width: 27.5%;
  padding: 16px 32px 16px 0;
  border-bottom: solid 1px #000000;
  box-sizing: border-box;
  position: relative;
}
section#internship .program .inner .flow table tr th > div,
section#internship .program .inner .list table tr th > div {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 12px;
}
section#internship .program .inner .flow table tr th > div::after,
section#internship .program .inner .list table tr th > div::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #F1F1F1;
  display: block;
  position: absolute;
  right: 0px;
  bottom: -1px;
  z-index: 1;
}
section#internship .program .inner .flow table tr th > div span,
section#internship .program .inner .list table tr th > div span {
  white-space: nowrap;
}
section#internship .program .inner .flow table tr th > div span:nth-child(1),
section#internship .program .inner .list table tr th > div span:nth-child(1) {
  color: #000000;
  font-family: "Poppins", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#internship .program .inner .flow table tr th > div span:nth-child(2),
section#internship .program .inner .list table tr th > div span:nth-child(2) {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#internship .program .inner .flow table tr td,
section#internship .program .inner .list table tr td {
  vertical-align: top;
  padding: 16px 0;
  border-bottom: solid 1px #000000;
}
section#internship .program .inner .flow table tr td > div,
section#internship .program .inner .list table tr td > div {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#internship .program .inner .flow .inflow,
section#internship .program .inner .list .inflow {
  width: 100%;
  padding-top: 16px;
  border-top: solid 1px #000000;
}
section#internship .program .inner .flow .inflow:not(:last-child),
section#internship .program .inner .list .inflow:not(:last-child) {
  margin-bottom: 16px;
}
section#internship .program .inner .flow .inflow dl,
section#internship .program .inner .list .inflow dl {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: solid 1px #000000;
}
section#internship .program .inner .flow .inflow dl:not(:last-child),
section#internship .program .inner .list .inflow dl:not(:last-child) {
  margin-bottom: 16px;
}
section#internship .program .inner .flow .inflow dl dt,
section#internship .program .inner .list .inflow dl dt {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#internship .program .inner .flow .inflow dl dt span:nth-child(1),
section#internship .program .inner .list .inflow dl dt span:nth-child(1) {
  color: #000000;
  font-family: "Poppins", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 5%;
}
section#internship .program .inner .flow .inflow dl dt span:nth-child(2),
section#internship .program .inner .list .inflow dl dt span:nth-child(2) {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#internship .program .inner .flow .inflow dl dd,
section#internship .program .inner .list .inflow dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 0 0 0 5%;
}
section#internship .program .inner .flow p,
section#internship .program .inner .list p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#internship .program .inner .list table tr th > div {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
section#internship .program .inner .list table tr td > div {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#internship .voice {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
section#internship .voice.on {
  opacity: 1;
}
section#internship .voice h4 {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
section#internship .voice .invoice {
  width: 100%;
  padding: 72px 0;
  background-color: #ddefee;
}
section#internship .voice .invoice > div {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 56px 16px;
}
section#internship .voice .invoice > div dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
section#internship .voice .invoice > div dl.v1 {
  width: 410px;
}
section#internship .voice .invoice > div dl.v2 {
  width: 570px;
}
section#internship .voice .invoice > div dl.v3, section#internship .voice .invoice > div dl.v4 {
  width: 470px;
}
section#internship .voice .invoice > div dl.v3 dt, section#internship .voice .invoice > div dl.v4 dt {
  order: 2;
}
section#internship .voice .invoice > div dl.v3 dd, section#internship .voice .invoice > div dl.v4 dd {
  order: 1;
}
section#internship .voice .invoice > div dl.v3 dd::before, section#internship .voice .invoice > div dl.v4 dd::before {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: calc(100% - 2px);
}
section#internship .voice .invoice > div dl.v4 {
  width: 480px;
}
section#internship .voice .invoice > div dl.v5 {
  width: 485px;
}
section#internship .voice .invoice > div dl.v6 {
  width: 490px;
}
section#internship .voice .invoice > div dl dt {
  width: 90px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#internship .voice .invoice > div dl dt > div {
  width: 100%;
  margin-bottom: 16px;
}
section#internship .voice .invoice > div dl dt p {
  color: #003c89;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#internship .voice .invoice > div dl dd {
  text-align: left;
  width: calc(100% - 90px - 32px);
  background-color: #FFF;
  padding: 32px;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
}
section#internship .voice .invoice > div dl dd::before {
  content: "";
  width: 32px;
  height: 24px;
  background-color: #FFF;
  display: block;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: absolute;
  top: 72.5%;
  left: -30px;
}
section#internship .voice .invoice > div dl dd p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#entry {
  width: 100%;
}
section#entry .link {
  width: 100%;
  margin-bottom: 72px;
}
section#entry .link a {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #00a89c, #008dab);
  position: relative;
  transition: all 0.25s ease-in 0s;
}
section#entry .link a:hover {
  opacity: 0.8;
}
section#entry .link a::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/internship/btn_entry.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  right: 40px;
}
section#entry .link a p:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 24px;
}
section#entry .link a p:nth-child(2) {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#entry .banner {
  width: 100%;
}
section#entry .banner p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 72px;
}
section#entry .banner > div {
  width: 1000px;
  margin: 0 auto;
}
section#entry .banner > div a {
  width: 100%;
  display: block;
  transition: all 0.25s ease-in 0s;
}
section#entry .banner > div a:hover {
  opacity: 0.8;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section {
    width: 100%;
  }
  section#internship {
    width: 100%;
    padding: 0px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  section#internship .hero .inner .title > div {
    padding: 8px 16px;
    background-color: #FFF;
  }
  section#internship .hero .inner .title > div h3 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#internship .anchor {
    width: 100%;
    margin-bottom: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  section#internship .anchor .day {
    width: calc(50% - 1px);
    height: 120px;
  }
  section#internship .anchor .day:hover {
    opacity: 1;
  }
  section#internship .anchor .day::after {
    width: 12px;
    height: 8px;
    bottom: 4px;
    left: calc(50% - 6px);
  }
  section#internship .anchor .day.day1 {
    background: linear-gradient(to right, #00a89c, #008dab);
  }
  section#internship .anchor .day.day2 {
    background: linear-gradient(to right, #008cac, #0071bb);
  }
  section#internship .anchor .day dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
  }
  section#internship .anchor .day dl dt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
  }
  section#internship .anchor .day dl dt span:nth-child(1) {
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 2px 4px;
    border: solid 1px #FFF;
  }
  section#internship .anchor .day dl dt span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#internship .anchor .day dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#internship .program {
    width: 100%;
    min-width: 100%;
  }
  section#internship .program:not(:last-child) {
    margin-bottom: 48px;
  }
  section#internship .program .inner {
    width: 100%;
    padding: 32px 16px;
  }
  section#internship .program .inner h3 {
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 16px;
  }
  section#internship .program .inner h3 span:nth-child(1) {
    color: #000000;
    font-family: "Poppins", serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#internship .program .inner h3 span:nth-child(2) {
    color: #000000;
    font-family: "Poppins", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 4px 8px;
    border: solid 2px #000000;
  }
  section#internship .program .inner h4 {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 24px;
  }
  section#internship .program .inner h5 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 40px;
  }
  section#internship .program .inner .recommend:not(:last-child) {
    margin-bottom: 72px;
  }
  section#internship .program .inner .recommend > dl:not(:last-child) {
    margin-bottom: 40px;
  }
  section#internship .program .inner .recommend > dl > dt {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section#internship .program .inner .recommend > dl > dd {
    padding: 16px;
  }
  section#internship .program .inner .recommend > dl > dd ul:not(:last-child) {
    margin-bottom: 16px;
  }
  section#internship .program .inner .recommend > dl > dd ul li {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: flex;
    flex-direction: flex-start;
    flex-wrap: nowraprow;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 8px;
  }
  section#internship .program .inner .recommend > dl > dd ul li::before {
    content: "・";
    display: inline-block;
  }
  section#internship .program .inner .recommend > dl > dd ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  section#internship .program .inner .recommend > dl > dd > dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#internship .program .inner .recommend > dl > dd > dl:not(:last-child) {
    margin-bottom: 16px;
  }
  section#internship .program .inner .recommend > dl > dd > dl > dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#internship .program .inner .recommend > dl > dd > dl > dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#internship .program .inner .recommend > dl > dd p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#internship .program .inner .flow:not(:last-child),
section#internship .program .inner .list:not(:last-child) {
    margin-bottom: 40px;
  }
  section#internship .program .inner .flow h4,
section#internship .program .inner .list h4 {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 24px;
  }
  section#internship .program .inner .flow table,
section#internship .program .inner .list table {
    width: 100%;
    border-top: none;
  }
  section#internship .program .inner .flow table:not(:last-child),
section#internship .program .inner .list table:not(:last-child) {
    margin-bottom: 16px;
  }
  section#internship .program .inner .flow table tr,
section#internship .program .inner .list table tr {
    width: 100%;
    display: block;
  }
  section#internship .program .inner .flow table tr:not(:last-child),
section#internship .program .inner .list table tr:not(:last-child) {
    margin-bottom: 16px;
  }
  section#internship .program .inner .flow table tr:first-child th > div::before,
section#internship .program .inner .list table tr:first-child th > div::before {
    content: none;
  }
  section#internship .program .inner .flow table tr th,
section#internship .program .inner .list table tr th {
    vertical-align: middle;
    width: 100%;
    padding: 0px 0 0 0;
    border-bottom: none;
    display: block;
  }
  section#internship .program .inner .flow table tr th > div,
section#internship .program .inner .list table tr th > div {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 12px;
  }
  section#internship .program .inner .flow table tr th > div::after,
section#internship .program .inner .list table tr th > div::after {
    content: none;
  }
  section#internship .program .inner .flow table tr th > div span,
section#internship .program .inner .list table tr th > div span {
    white-space: nowrap;
  }
  section#internship .program .inner .flow table tr th > div span:nth-child(1),
section#internship .program .inner .list table tr th > div span:nth-child(1) {
    color: #000000;
    font-family: "Poppins", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#internship .program .inner .flow table tr th > div span:nth-child(2),
section#internship .program .inner .list table tr th > div span:nth-child(2) {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#internship .program .inner .flow table tr td,
section#internship .program .inner .list table tr td {
    width: 100%;
    padding: 8px 0 16px 0;
    border-bottom: solid 1px #000000;
    display: block;
  }
  section#internship .program .inner .flow table tr td > div,
section#internship .program .inner .list table tr td > div {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#internship .program .inner .flow .inflow,
section#internship .program .inner .list .inflow {
    width: 100%;
    padding-top: 0px;
    border-top: none;
  }
  section#internship .program .inner .flow .inflow:not(:last-child),
section#internship .program .inner .list .inflow:not(:last-child) {
    margin-bottom: 16px;
  }
  section#internship .program .inner .flow .inflow dl,
section#internship .program .inner .list .inflow dl {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: solid 1px #000000;
  }
  section#internship .program .inner .flow .inflow dl:not(:last-child),
section#internship .program .inner .list .inflow dl:not(:last-child) {
    margin-bottom: 16px;
  }
  section#internship .program .inner .flow .inflow dl dt span:nth-child(1),
section#internship .program .inner .list .inflow dl dt span:nth-child(1) {
    color: #000000;
    font-family: "Poppins", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 10%;
  }
  section#internship .program .inner .flow .inflow dl dt span:nth-child(2),
section#internship .program .inner .list .inflow dl dt span:nth-child(2) {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 90%;
  }
  section#internship .program .inner .flow .inflow dl dd,
section#internship .program .inner .list .inflow dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 0 0 0 10%;
  }
  section#internship .program .inner .flow p,
section#internship .program .inner .list p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#internship .program .inner .list table tr th > div {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    white-space: nowrap;
  }
  section#internship .program .inner .list table tr td > div {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#internship .voice {
    width: 100%;
  }
  section#internship .voice h4 {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 24px;
  }
  section#internship .voice .invoice {
    width: 100%;
    padding: 24px 0;
  }
  section#internship .voice .invoice > div {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px 0;
  }
  section#internship .voice .invoice > div dl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  section#internship .voice .invoice > div dl.v1 {
    width: 100%;
  }
  section#internship .voice .invoice > div dl.v2 {
    width: 100%;
  }
  section#internship .voice .invoice > div dl.v3, section#internship .voice .invoice > div dl.v4 {
    width: 100%;
  }
  section#internship .voice .invoice > div dl.v3 dt, section#internship .voice .invoice > div dl.v4 dt {
    order: 2;
  }
  section#internship .voice .invoice > div dl.v3 dd, section#internship .voice .invoice > div dl.v4 dd {
    order: 1;
  }
  section#internship .voice .invoice > div dl.v3 dd::before, section#internship .voice .invoice > div dl.v4 dd::before {
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    left: calc(100% - 2px);
  }
  section#internship .voice .invoice > div dl.v3 dt {
    order: 1;
  }
  section#internship .voice .invoice > div dl.v3 dd {
    order: 2;
  }
  section#internship .voice .invoice > div dl.v3 dd::before {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    left: -30px;
  }
  section#internship .voice .invoice > div dl.v4 {
    width: 100%;
  }
  section#internship .voice .invoice > div dl.v5 {
    width: 100%;
  }
  section#internship .voice .invoice > div dl.v6 {
    width: 100%;
  }
  section#internship .voice .invoice > div dl:nth-child(even) dt {
    order: 2;
  }
  section#internship .voice .invoice > div dl:nth-child(even) dd {
    order: 1;
  }
  section#internship .voice .invoice > div dl:nth-child(even) dd::before {
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    left: calc(100% - 2px);
  }
  section#internship .voice .invoice > div dl dt {
    width: 90px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#internship .voice .invoice > div dl dt > div {
    width: 100%;
    margin-bottom: 16px;
  }
  section#internship .voice .invoice > div dl dt p {
    color: #003c89;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#internship .voice .invoice > div dl dd {
    text-align: left;
    width: calc(100% - 90px - 32px);
    background-color: #FFF;
    padding: 16px;
  }
  section#internship .voice .invoice > div dl dd::before {
    content: "";
    width: 32px;
    height: 24px;
    background-color: #FFF;
    display: block;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    position: absolute;
    top: 72.5%;
    left: -30px;
  }
  section#internship .voice .invoice > div dl dd p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#entry {
    margin-bottom: 40px;
  }
  section#entry .link {
    margin-bottom: 42px;
  }
  section#entry .link a {
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #00a89c, #008dab);
    position: relative;
    transition: all 0.25s ease-in 0s;
  }
  section#entry .link a:hover {
    opacity: 0.8;
  }
  section#entry .link a::after {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    right: 16px;
  }
  section#entry .link a p:nth-child(1) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section#entry .link a p:nth-child(2) {
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#entry .banner p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 40px;
  }
  section#entry .banner > div {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  section#entry .banner > div a {
    width: 100%;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  section#entry .banner > div a:hover {
    opacity: 0.8;
  }
}

/*# sourceMappingURL=style_intern.css.map */
