.text-teal {
  color: #55C5C9;
}

.text-red {
  color: #D52C2F !important;
}

/* josefin-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/josefin-sans-v26-latin-regular.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-regular.woff") format("woff");
}
/* josefin-sans-500italic - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../assets/fonts/josefin-sans-v26-latin-500italic.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-500italic.woff") format("woff");
}
/* josefin-sans-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../assets/fonts/josefin-sans-v26-latin-600italic.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-600italic.woff") format("woff");
}
/* josefin-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../assets/fonts/josefin-sans-v26-latin-700italic.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-700italic.woff") format("woff");
}
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-size: clamp(2.5rem, 5vw, 6.4rem);
  font-weight: 700;
  line-height: 165%;
}

h2,
.h2-like {
  font-size: clamp(4rem, 4vw, 5rem);
  font-weight: 700;
  line-height: 160%;
}

h3,
.h3-like {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
}

h4,
.h4-like {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 700;
}

.p-1216 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.p-1215 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.p-1418 {
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}

.p-1618 {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
}

.p-1620 {
  font-size: clamp(1.6rem, 2vw, 2rem);
}

.p-1824 {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}

.p-2036 {
  font-size: clamp(2rem, 3vw, 3.6rem);
}

.p-2337 {
  font-size: clamp(2.3rem, 3vw, 3.7rem);
}

.p-2032 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.p-2430 {
  font-size: clamp(2.4rem, 2.4vw, 3rem);
}

.p-5385 {
  font-size: clamp(5.3rem, 8vw, 8.5rem);
}

.p-70100 {
  font-size: clamp(7rem, 10vw, 10rem);
}

.p-small {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}

.f-source-b {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
}

.f-source-med {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
}

.f-josefin-medi {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
}

.f-josefin-sbi {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
}

.f-josefin-bi {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
}

.med-to-bold {
  font-weight: 500;
}

@media screen and (min-width: 801px) {
  .med-to-bold {
    font-weight: 700;
  }
}
.center-text {
  text-align: center;
}

.bold-text {
  font-weight: 700;
}

.regular-text {
  font-weight: 400;
}

.lh140 {
  line-height: 140%;
}

.lh-200-250 {
  line-height: 200%;
}
@media screen and (min-width: 801px) {
  .lh-200-250 {
    line-height: 250%;
  }
}

.internship-landing .landing-banner {
  background: url(../img/internship/internship-banner-sp.webp) center no-repeat;
  background-size: cover;
  height: clamp(300px, 60vw, 604px);
}
@media screen and (min-width: 801px) {
  .internship-landing .landing-banner {
    background: url(../img/internship/internship-banner.webp) center no-repeat;
    background-size: cover;
  }
}

section.internship-intro .content-container .img-container {
  background: url(../img/internship/internship-sp-1.webp) center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 801px) {
  section.internship-intro .content-container .img-container {
    background: url(../img/internship/internship-1.webp) center no-repeat;
    background-size: cover;
  }
}

section.point-1 {
  margin-bottom: clamp(140px, 20vw, 260px);
}
section.point-1 .content-container {
  width: 92%;
  margin: 0 auto;
  align-items: center;
  flex-direction: column-reverse;
}
section.point-1 .content-container .illustration {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: #F7F7F7;
  padding: clamp(20px, 4vw, 40px) clamp(20px, 5vw, 50px);
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  margin: 60px auto 50px;
}
section.point-1 .content-container .illustration .illu-circle {
  width: 166px;
  aspect-ratio: 1/1;
  max-width: 100%;
  border-radius: 50%;
  color: #ffffff;
  background-color: #F87373;
  font-size: 32px;
}
section.point-1 .content-container .illustration .illu-circle .low-light {
  margin-top: 0.4em;
  font-size: 14px;
}
section.point-1 .content-container .illustration .illu-circle.circle-2 {
  background-color: #55C5C9;
}
section.point-1 .content-container .illustration .arrow-container {
  height: fit-content;
  margin: 0 1em;
  line-height: 140%;
  flex-direction: row;
  flex-direction: row-reverse;
}
section.point-1 .content-container .illustration .arrow-container img {
  width: 112px;
  height: 132px;
  transform: rotate(90deg);
  margin: 0.2em 0;
  margin-right: -40px;
}
section.point-1 .content-container .illustration .arrow-container img.arrow-top {
  margin-right: unset;
  margin-left: -40px;
}
section.point-1 .content-container .illustration .arrow-container p {
  writing-mode: vertical-lr;
  text-align: center;
}
section.point-1 .content-container .illustration .arrow-container p .bracket {
  display: inline-block;
  rotate: 90deg;
  margin-bottom: 0.1em;
}
section.point-1 .content-container .illustration .arrow-container .top-text {
  margin-left: -3em;
}
section.point-1 .content-container .illustration .arrow-container .bottom-text {
  margin-right: -2em;
}
section.point-1 .content-container .point-text {
  width: 100%;
}
section.point-1 .content-container .point-text h4.rj-title {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #D52C2F;
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 0.8em;
  text-align: center;
}
section.point-1 .content-container .point-text h3.subtitle {
  font-size: clamp(1.8rem, 3vw, 3rem);
  margin-bottom: 1.5em;
  line-height: 140%;
  text-align: center;
}
section.point-1 .content-container .point-text h4.mid-title {
  margin: 3.5em 0 1.5em 0;
  text-align: center;
}
section.point-1 .content-container .point-text p.point-content {
  width: 83vw;
  max-width: 100%;
  line-height: 180%;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
section.point-1 .three-point-container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 50px clamp(10px, 3vw, 40px) 0;
  background-color: #F7F7F7;
}
section.point-1 .three-point-container .tp-row {
  width: 100%;
  align-items: center;
}
section.point-1 .three-point-container .cta-banner {
  width: fit-content;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 30px);
  margin: 0 auto;
  transform: translateY(50%);
}
section.point-1 .three-point-container .cta-banner .cta-text {
  background-color: #55C5C9;
  margin: auto 0;
  font-size: 1em;
  padding: 1em 0.5em;
  text-align: center;
  border-radius: 5px;
}
section.point-1 .three-point-container .cta-banner img.three-bars {
  width: clamp(20px, 3vw, 38px);
  margin: auto 0.5em auto 0;
}
section.point-1 .three-point-container .cta-banner img.three-bars.tb-right {
  margin: auto 0 auto 0.5em;
  transform: rotate(180deg);
}
@media screen and (min-width: 801px) {
  section.point-1 .content-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  section.point-1 .content-container .illustration {
    max-width: 55%;
  }
  section.point-1 .content-container .illustration .arrow-container {
    width: 45%;
    max-width: 211px;
  }
  section.point-1 .content-container .illustration .arrow-container .top-text {
    margin-bottom: -0.7em;
  }
  section.point-1 .content-container .illustration .arrow-container .bottom-text {
    margin-top: 0.5em;
  }
  section.point-1 .content-container .point-text {
    align-self: flex-end;
    width: 40%;
    max-width: 575px;
    margin: 0 1em 0 0;
  }
  section.point-1 .three-point-container .tp-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  section.point-1 .three-point-container .tp-row .tp-arrow {
    transform: unset;
    margin: 0 0 8% 0;
  }
  section.point-1 .three-point-container .cta-banner .cta-text {
    padding: 1em 3em;
  }
}
@media screen and (min-width: 1001px) {
  section.point-1 .content-container .illustration {
    flex-direction: row;
    width: 710px;
  }
  section.point-1 .content-container .illustration .arrow-container {
    flex-direction: column;
    align-items: center;
    width: 210px;
    margin: auto 1em;
  }
  section.point-1 .content-container .illustration .arrow-container img {
    width: 100%;
    height: auto;
    transform: unset;
    margin-right: unset;
  }
  section.point-1 .content-container .illustration .arrow-container img.arrow-top {
    margin-bottom: 2em;
    margin-left: unset;
  }
  section.point-1 .content-container .illustration .arrow-container p {
    writing-mode: unset;
  }
  section.point-1 .content-container .illustration .arrow-container p .bracket {
    rotate: unset;
    margin-bottom: unset;
  }
  section.point-1 .content-container .illustration .arrow-container .top-text {
    margin-left: unset;
  }
  section.point-1 .content-container .illustration .arrow-container .bottom-text {
    margin-right: unset;
  }
}
@media screen and (min-width: 1601px) {
  section.point-1 .content-container {
    max-width: 1340px;
    margin-left: 18.75%;
  }
  section.point-1 .content-container .point-text {
    width: 45%;
  }
}

.three-point-text {
  margin: 0 auto;
  width: 92%;
  max-width: 720px;
  line-height: 160%;
}
.three-point-text p {
  line-height: 200%;
}
@media screen and (min-width: 801px) {
  .three-point-text p {
    line-height: 250%;
  }
}

section.important-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F7F7F7;
}
section.important-point .h3-title-group {
  width: 620px;
  max-width: 92%;
}
section.important-point .h3-title-group .spacer {
  display: block;
  background-color: #D52C2F;
  width: clamp(20px, 3vw, 35px);
  height: 1px;
}
section.important-point .h3-title-group h4 {
  font-size: clamp(1.6rem, 2vw, 2rem);
}
section.important-point .gallery-wrapper {
  width: 1240px;
  max-width: 96%;
  margin: 0 auto;
  padding-bottom: 50px;
}
section.important-point .gallery-wrapper .splide__slide__container {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 0 clamp(10px, 2vw, 20px);
}
section.important-point .gallery-wrapper .splide__slide__container .text-container {
  width: 100%;
  max-width: 540px;
  padding-bottom: clamp(70px, 10vw, 100px);
}
section.important-point .gallery-wrapper .splide__slide__container .text-container h4 {
  margin: 1em 0 0.5em;
  line-height: 160%;
}
section.important-point .gallery-wrapper .splide__slide__container .text-container p {
  line-height: 200%;
  font-weight: 500;
}
section.important-point .gallery-wrapper .splide__slide__container .img-container {
  width: 100%;
  max-width: 620px;
}
section.important-point .gallery-wrapper .splide__slide__container .img-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
section.important-point .gallery-wrapper .splide__arrows .splide__arrow {
  top: unset;
  bottom: 0;
  background: unset;
  width: fit-content;
  height: fit-content;
}
section.important-point .gallery-wrapper .splide__arrows .splide__arrow svg {
  width: clamp(50px, 8vw, 75px);
  min-width: clamp(50px, 8vw, 75px);
  height: clamp(50px, 8vw, 75px);
  stroke: #868686;
}
section.important-point .gallery-wrapper .splide__arrows .splide__arrow:hover svg {
  stroke: #D52C2F;
}
section.important-point .gallery-wrapper .splide__arrows .splide__arrow.splide__arrow--prev {
  transform: scale(-1, 1);
  transform-origin: center;
  left: 30%;
}
section.important-point .gallery-wrapper .splide__arrows .splide__arrow.splide__arrow--next {
  transform: scale(1, 1);
  transform-origin: center;
  right: unset;
  left: calc(30% + clamp(50px, 8vw, 75px) + clamp(28px, 5vw, 56px));
}
section.important-point.ip-reverse {
  background-color: unset;
}
section.important-point.ip-reverse .h3-title-group {
  width: 660px;
}
@media screen and (min-width: 801px) {
  section.important-point .gallery-wrapper .splide__slide__container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  section.important-point .gallery-wrapper .splide__slide__container .text-container {
    width: 49%;
  }
  section.important-point .gallery-wrapper .splide__slide__container .text-container p {
    line-height: 250%;
  }
  section.important-point .gallery-wrapper .splide__slide__container .img-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 49%;
    height: 100%;
    max-height: 420px;
  }
  section.important-point .gallery-wrapper .splide__slide__container .img-container img {
    height: 100%;
  }
  section.important-point.ip-reverse {
    margin-bottom: clamp(100px, 16vw, 160px);
  }
  section.important-point.ip-reverse .gallery-wrapper .splide__slide__container {
    flex-direction: row-reverse;
  }
  section.important-point.ip-reverse .gallery-wrapper .splide__slide__container .img-container {
    right: unset;
    left: 0;
  }
  section.important-point.ip-reverse .gallery-wrapper .splide__arrows .splide__arrow.splide__arrow--prev {
    left: unset;
    right: calc(clamp(50px, 8vw, 75px) + clamp(28px, 5vw, 56px));
  }
  section.important-point.ip-reverse .gallery-wrapper .splide__arrows .splide__arrow.splide__arrow--next {
    left: unset;
    right: 0;
  }
}

section.internship-contact {
  padding: 40px 0 clamp(60px, 10vw, 100px);
  background: url(../img/internship/contact-bg-sp.webp) center no-repeat;
  background-size: cover;
  color: #ffffff;
  margin-bottom: clamp(120px, 20vw, 250px);
}
section.internship-contact h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}
section.internship-contact .content-container {
  max-width: 92%;
}
section.internship-contact .vm-btn {
  margin-top: 45px;
  background-color: unset;
  width: 97%;
  max-width: 97%;
  font-size: clamp(12px, 2vw, 30px);
  padding: 1em;
}
section.internship-contact .vm-btn:after {
  margin-left: 1em;
  position: unset;
  width: clamp(60px, 10vw, 130px);
  transform: translateY(-30%);
}
@media screen and (min-width: 801px) {
  section.internship-contact {
    background: url(../img/internship/contact-bg.webp) center no-repeat;
    background-size: cover;
  }
}

a.btn-st {
  display: flex;
  justify-content: center;
  width: 80%;
  max-width: 256px;
  font-size: 24px;
  line-height: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  border: 2px solid #ffffff;
  border-radius: 1.66em;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
a.btn-st.dl-btn {
  background: url(../img/internship-2025/download-icon.svg) center right 1.1em no-repeat;
  background-size: 1.1em;
  padding: 0.5em 2.5em;
}
a.btn-st.bs-blue {
  color: #002347;
  border-color: #002347;
}
a.btn-st.bs-blue.dl-btn {
  background: url(../img/internship-2025/download-icon-blue.svg) center right 1.1em no-repeat;
  background-size: 1.1em;
}
a.btn-st:hover {
  opacity: 0.8;
}

.border-title {
  display: flex;
  position: relative;
  align-items: center;
  width: fit-content;
}
.border-title:after, .border-title:before {
  content: "";
  position: absolute;
  display: block;
  height: 0.8em;
  width: 2px;
  background-color: #ffffff;
  transform-origin: center;
}
.border-title:before {
  left: -0.5em;
  transform: rotate(-20deg);
}
.border-title:after {
  right: -0.5em;
  transform: rotate(20deg);
}
.border-title.bt-blue {
  color: #002347;
}
.border-title.bt-blue:after, .border-title.bt-blue:before {
  background-color: #002347;
}

.dotted-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: clamp(20px, 3vw, 40px) auto;
}
.dotted-line span {
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  background-color: #002347;
}
.dotted-line span:nth-child(even) {
  display: none;
}
.dotted-line.line-short {
  width: 100%;
  margin: 6px auto 12px;
}
.dotted-line.line-short span:nth-child(even) {
  display: block;
}
@media screen and (min-width: 801px) {
  .dotted-line span:nth-child(even) {
    display: block;
  }
}

.apply-cta-btn {
  position: fixed;
  right: clamp(14px, 3vw, 50px);
  bottom: clamp(20px, 3vh, 50px);
  background-color: #D52C2F;
  border-radius: 50%;
  font-size: 20px;
  width: 7em;
  height: 7em;
  z-index: 1000;
}
.apply-cta-btn h5 {
  color: #ffffff;
  position: relative;
  font-size: 1em;
  line-height: 120%;
}
.apply-cta-btn img {
  display: inline-block;
  width: 1em;
  margin: -0.25em 0 0 0.2em;
}
.apply-cta-btn p.border-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 180%;
}
.apply-cta-btn:hover {
  opacity: 0.8;
}

section.content-st {
  display: grid;
  grid-template-columns: 1fr clamp(100px, 87%, 600px) 1fr;
}

.content-container-st {
  grid-row: 1/2;
  grid-column: 2/3;
}
.content-container-st h2 {
  color: #002347;
  font-size: clamp(20px, 2vw, 24px);
  letter-spacing: 0.05em;
  line-height: 150%;
  margin-bottom: 0.5em;
}
.content-container-st p {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 215%;
}

.bg-wrapper {
  padding: clamp(40px, 5vw, 60px) 0 clamp(60px, 7vw, 100px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg-wrapper.bg-grey {
  background-color: #d8dde3;
}
.bg-wrapper.bg-blue {
  background-color: #e9f6fc;
}

.h2-title-group {
  width: 84.6%;
  max-width: 600px;
  margin: clamp(100px, 12vw, 160px) auto clamp(30px, 4vw, 50px);
}
.h2-title-group h2 {
  letter-spacing: 0.05em;
  color: #002347;
}
.h2-title-group h3 {
  font-size: clamp(16px, 2vw, 20px);
  color: #002347;
}

.i-annotation {
  color: grey;
  margin-top: 0.5em;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 180%;
  font-weight: 400;
}

main.internship-2025-main {
  padding-top: 0;
}

section.internship-2025-landing {
  display: grid;
  height: calc(100lvh - 60px);
  max-height: 1080px;
  grid-template-rows: 1fr 150px;
  color: #ffffff;
  margin-top: clamp(60px, 10vw, 120px);
}
section.internship-2025-landing .bottom,
section.internship-2025-landing .top {
  box-sizing: border-box;
}
section.internship-2025-landing .top {
  grid-row: 1/2;
  grid-column: 2/3;
}
section.internship-2025-landing .top img,
section.internship-2025-landing .top picture {
  width: 100%;
}
section.internship-2025-landing .top h3.subtitle {
  width: 90%;
  max-width: 600px;
  margin-bottom: clamp(20px, 5vw, 40px);
}
section.internship-2025-landing .top h1 {
  max-width: 680px;
  margin-bottom: clamp(40px, 8vw, 80px);
}
section.internship-2025-landing .top h3.catch {
  width: 76.4%;
  max-width: 520px;
  margin-bottom: clamp(30px, 7vw, 60px);
}
section.internship-2025-landing .top .tags {
  color: #ffffff;
  gap: 1.2em;
}
section.internship-2025-landing .top .tags li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  aspect-ratio: 1/1;
  background-color: #D52C2F;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 135%;
  text-align: center;
}
section.internship-2025-landing .landing-banner {
  position: relative;
  top: 0;
  left: 0;
  grid-column: 1/4;
  grid-row: 1/2;
  z-index: -1;
  width: 100%;
  height: 100%;
}
section.internship-2025-landing .landing-banner img,
section.internship-2025-landing .landing-banner picture {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.internship-2025-landing .bottom {
  grid-column: 1/4;
  grid-row: 2/3;
  background-color: #ffda00;
  color: #002347;
  gap: 16px;
}
section.internship-2025-landing .bottom h4 {
  font-size: 20px;
}

section.intro {
  padding: clamp(50px, 6vw, 80px) 0;
}

section.steps {
  width: 87%;
  max-width: 600px;
}
section.steps .steps-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 2em;
  margin: 0 auto;
}
section.steps .step-outer {
  flex: 1;
}
section.steps .step-outer h4 {
  font-size: 2em;
  color: #002347;
  line-height: 90%;
}
section.steps .step-inner {
  box-sizing: border-box;
  border: 4px solid #002347;
  padding: 1em;
  gap: 1em;
}
section.steps .step-inner .uptitle {
  color: #002347;
  min-width: 6em;
}
section.steps .step-inner .catch {
  line-height: 140%;
  border-bottom: 4px solid #ffda00;
  padding-bottom: 0.2em;
}
section.steps .step-inner p {
  line-height: 180%;
}
section.steps .step-inner .date {
  font-size: 2em;
  font-weight: bold;
  line-height: 100%;
}
section.steps .step-inner .text-body {
  line-height: 200%;
}
section.steps .step-inner .location {
  font-size: 1.2em;
  font-weight: bold;
}
section.steps .triangle {
  display: block;
  background-color: #002347;
  width: 40px;
  height: 24px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (min-width: 1001px) {
  section.steps {
    max-width: 1200px;
  }
  section.steps .steps-container {
    flex-direction: row;
  }
  section.steps .step-inner .catch {
    font-size: clamp(20px, 2vw, 30px);
  }
  section.steps .triangle {
    width: 24px;
    height: 40px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}

section.schedule {
  gap: 2em;
  margin-bottom: clamp(60px, 8vw, 120px);
  width: 87%;
  max-width: 600px;
}
section.schedule .h2-title-group {
  margin: clamp(80px, 8vw, 120px) auto 0;
}
section.schedule .schedule-container {
  width: 100%;
  gap: 2em;
}
section.schedule .triangle {
  display: block;
  background-color: #002347;
  width: 40px;
  min-width: 40px;
  height: 24px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  align-self: center;
}
section.schedule .date-row {
  display: flex;
  align-items: center;
  width: 87%;
  max-width: 400px;
  gap: 10%;
}
section.schedule .date-row .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.5em;
  height: 3.5em;
  background-color: #ffda00;
  border-radius: 50%;
  line-height: 100%;
  gap: 2px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
section.schedule .date-row .date .lower {
  font-size: 0.8em;
}
section.schedule .date-row .text {
  flex: 1;
  gap: 0.2em;
  font-size: 18px;
  line-height: 160%;
}
section.schedule .date-row .text .highlight {
  color: red;
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (min-width: 1001px) {
  section.schedule {
    max-width: 1200px;
  }
  section.schedule .h2-title-group {
    width: 100%;
  }
  section.schedule .schedule-container {
    gap: 1em;
    flex-direction: row;
    align-items: flex-start;
  }
  section.schedule .triangle {
    display: block;
    background-color: #002347;
    width: 16px;
    min-width: 16px;
    height: 28px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    align-self: center;
  }
  section.schedule .date-row {
    flex-direction: column;
    gap: 1em;
  }
  section.schedule .date-row .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(14px, 1vw, 16px);
    text-align: center;
  }
}

section.table {
  width: 87%;
  max-width: 600px;
  margin-bottom: clamp(60px, 8vw, 120px);
}
section.table .highlight {
  color: red;
  font-size: 1.6em;
  font-weight: bold;
}
section.table .table-row {
  width: 100%;
  display: flex;
}
section.table .table-row .table-label,
section.table .table-row .table-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  box-sizing: border-box;
  line-height: 160%;
  padding: 1em;
}
section.table .table-row .table-label {
  flex: 1;
  align-items: center;
  text-align: center;
  background-color: #002347;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
  padding: 1em 0.5em;
}
section.table .table-row .table-content {
  flex: 4;
  border-bottom: 2px solid #002347;
}
section.table .table-row .table-content.logo-row {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
section.table .table-row .table-content.logo-row img {
  min-width: clamp(80px, 20%, 114px);
  width: clamp(80px, 20%, 114px);
  height: auto;
  object-fit: contain;
}
section.table .table-row .table-content.logo-row .info {
  color: #2d2d2d;
}
section.table .table-row:first-child {
  border-top: 2px solid #002347;
}
section.table .table-row:last-of-type .table-label {
  border-bottom: 2px solid #002347;
}
@media screen and (min-width: 801px) {
  section.table {
    max-width: 800px;
  }
  section.table .table-row .table-label {
    padding: 1em;
  }
  section.table .table-row .table-content {
    padding: 1em 2em;
  }
}

section.facts h2 {
  color: #002347;
  font-size: clamp(23px, 2vw, 28px);
}
section.facts .content-container {
  max-width: 600px;
  margin: 0 auto;
  grid-row: 1/2;
  grid-column: 2/3;
}
section.facts .fact-card {
  width: 100%;
  margin-bottom: 50px;
  margin: 20px 0;
}
section.facts .fact-card .top-row {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 16px);
  margin-bottom: clamp(10px, 2vw, 16px);
}
section.facts .fact-card .top-row .icon {
  width: 45px;
}
section.facts .fact-card .top-row .top-text h5 {
  font-size: 18px;
  line-height: 133%;
}
section.facts .fact-card .top-row .top-text p {
  font-weight: 300;
  line-height: 135%;
}
section.facts .fact-card .bottom-row img {
  width: 100%;
}
section.facts p.memo {
  font-weight: 300;
  line-height: 135%;
}

section.points {
  gap: clamp(28px, 3vw, 40px);
}
section.points .content-container {
  width: 84.6%;
  max-width: 600px;
}
section.points .fw-content {
  width: 100%;
  max-width: 600px;
}
section.points .fw-content img,
section.points .fw-content picture {
  width: 100%;
}
section.points .point-title {
  color: #002347;
}
section.points .point-title h3 {
  width: 80%;
  max-width: 540px;
}
section.points .point-title p {
  font-size: clamp(20px, 2vw, 24px);
  margin-bottom: 0.5em;
}
section.points .point-title img,
section.points .point-title picture {
  width: 100%;
}
section.points p.highlight-text {
  line-height: 215%;
  font-weight: 500;
}
section.points .point2 {
  gap: clamp(30px, 4vw, 50px);
}
section.points .point-card {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
  min-height: 185px;
  padding: clamp(16px, 3vw, 32px);
  background-color: #ffffff;
  border-radius: 1em;
}
section.points .point-card.pc-reverse {
  flex-direction: row-reverse;
}
section.points .point-card img {
  width: 33%;
}
section.points .point-card .text-container {
  width: 66%;
}
section.points .point-card .text-container h4 {
  width: fit-content;
  color: #002347;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 120%;
  letter-spacing: 0.1em;
}
section.points .point-card .text-container p {
  font-weight: 300;
  line-height: 135%;
  letter-spacing: 0.1em;
}

section.companies {
  box-sizing: border-box;
  padding: clamp(50px, 7vw, 80px) 0;
  min-height: 280px;
  margin: clamp(80px, 10vw, 120px) auto;
  max-width: 600px;
  background: url(../img/internship-2025/company-list-bg-sp.webp) center no-repeat;
  background-size: cover;
}
section.companies .content-container {
  width: 84.6;
  max-width: 600px;
  color: #ffffff;
}
section.companies .content-container h2 {
  font-size: clamp(30px, 3vw, 40px);
  letter-spacing: 0.05em;
}
section.companies .content-container p {
  line-height: 215%;
  letter-spacing: 0.05em;
  margin: 0.5em 0 1em;
}
@media screen and (min-width: 801px) {
  section.companies {
    background: url(../img/internship-2025/company-list-bg-pc.webp) center no-repeat;
    background-size: cover;
  }
}

section.contact-overwrite p {
  font-weight: 500;
}
section.contact-overwrite .btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  width: 90%;
}
section.contact-overwrite .btn-container .contact-btn {
  box-sizing: border-box;
  width: 100%;
  padding: 2em 2.66em;
  max-width: 100%;
  max-width: 330px;
  background-image: url(../img/internship-2025/arrow-right-w.svg);
  background-position: center right 1.5em;
  background-size: 25px;
  background-repeat: no-repeat;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 100%;
}
section.contact-overwrite .btn-container .contact-btn:after {
  content: unset;
}
section.contact-overwrite .btn-container .contact-btn.cb-red {
  background-color: #D52C2F;
}

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