@charset "UTF-8";
footer {
  margin-top: 0;
}

.hstyle-primary .en {
  color: var(--color-light-orange);
  font-size: 130rem;
  font-family: var(--font-en-poppins);
  font-weight: 600;
  font-style: italic;
}
.hstyle-primary .ja {
  margin-top: -30rem;
}
.hstyle-primary .ja span {
  background-color: var(--color-light-orange);
  color: #fff;
}

section.head-internship {
  background: url(../images/internship/main-visual-sp.jpg) no-repeat center center/cover;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.head-internship .inner {
  width: 600rem;
  text-align: center;
}
section.head-internship h1 {
  background: var(--color-light-orange);
  display: inline-block;
  font-size: 28rem;
  font-weight: bold;
  color: #fff;
  margin-top: 50rem;
  line-height: 1.1;
  padding: 10rem 20rem;
}

.area-intro {
  background: var(--color-light-orange);
  padding: 90rem 0;
  position: relative;
}
.area-intro::before {
  content: "";
  display: block;
  width: 100%;
  height: 400rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.area-intro .inner {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}
.area-intro section.first {
  position: relative;
}
.area-intro section.first .illust-01 {
  position: absolute;
  top: -50rem;
  left: -20rem;
  width: 97rem;
}
.area-intro section.first .illust-02 {
  position: absolute;
  bottom: -170rem;
  right: -20rem;
  width: 203rem;
}
.area-intro section.first p {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 36rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.8;
}

section.intern-news {
  margin-top: 100rem;
}
section.intern-news .box-title {
  position: relative;
}
section.intern-news .hstyle-news {
  display: -ms-grid;
  display: grid;
  gap: 10rem;
}
section.intern-news .hstyle-news span.en {
  color: #fff;
  line-height: 1;
  font-family: var(--font-en-poppins);
  font-weight: 600;
  font-style: italic;
  font-size: 88rem;
}
section.intern-news .hstyle-news span.ja {
  font-weight: bold;
  font-size: 24rem;
  color: #fff;
}
section.intern-news a.news-more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.intern-news a.news-more span.tx {
  font-weight: normal;
  font-size: 24rem;
  color: #fff;
}
section.intern-news a.news-more .arrow-primary {
  margin-left: 20rem;
  width: 60rem;
  height: 60rem;
}
section.intern-news a.news-more .arrow-primary::before {
  background: none;
  border: 2px solid #fff;
}
section.intern-news a.news-more .arrow-primary span::before {
  background: #fff;
}
section.intern-news a.news-more .arrow-primary span::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
section.intern-news .box-news-list {
  margin-top: 80rem;
  background: #fff;
  height: 638rem;
  overflow-y: auto;
  padding: 40rem;
}
section.intern-news ul.list-news {
  margin-top: 60rem;
  width: 600rem;
  margin: 70rem auto 0;
  display: -ms-grid;
  display: grid;
  gap: 40rem;
}
section.intern-news ul.list-news li:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
}
section.intern-news ul.list-news a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160rem 1fr;
  grid-template-columns: 160rem 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding-bottom: 40rem;
}
section.intern-news ul.list-news a > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
section.intern-news ul.list-news a > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
section.intern-news ul.list-news a > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
section.intern-news ul.list-news a > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
section.intern-news ul.list-news a p.date {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.intern-news ul.list-news a p.date time {
  font-family: var(--font-en);
  font-weight: 500;
  font-style: italic;
  font-size: 26rem;
}
section.intern-news ul.list-news a .icon {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.intern-news ul.list-news a .icon img {
  width: 160rem;
  vertical-align: middle;
}
section.intern-news ul.list-news a p.title {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  margin-top: 15rem;
}

section.calendar {
  margin-top: 120rem;
  background: #fff;
  border: 3px solid var(--color-light-orange);
  padding: 80rem 50rem;
  position: relative;
}
section.calendar h2 {
  font-weight: bold;
  text-align: center;
  font-size: 42rem;
  margin-bottom: 30rem;
}
section.calendar img.illust {
  position: absolute;
  bottom: -70rem;
  right: -30rem;
  width: 187rem;
}
section.calendar .wrap-calendar {
  overflow-x: auto;
  position: relative;
}
section.calendar .wrap-calendar img.calendar {
  width: 330%;
}
section.calendar .wrap-calendar img.scroll-announce {
  width: 320rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section.area-reason {
  margin-top: 110rem;
}
section.area-reason .inner {
  width: 90%;
  margin: 0 auto;
}
section.area-reason .wrap-reason {
  display: -ms-grid;
  display: grid;
  gap: 100rem;
}
section.area-reason .hstyle-primary {
  margin-bottom: 100rem;
}
section.area-reason .box-desc {
  margin-top: 90rem;
  padding: 0 40rem;
}
section.area-reason h3 {
  font-weight: bold;
  font-size: 58rem;
  line-height: 1.3;
  margin-bottom: 20rem;
  color: var(--color-light-orange);
  position: relative;
}
section.area-reason h3 span.num {
  position: absolute;
  top: -60rem;
  left: -60rem;
  color: #f5f5f5;
  font-size: 180rem;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1;
  z-index: 0;
}
section.area-reason h3 span.tx {
  position: relative;
  z-index: 1;
}
section.area-reason p {
  margin-top: 40rem;
  font-size: 30rem;
  line-height: 1.8;
  color: #000;
  font-weight: bold;
}

section.area-program {
  margin-top: 180rem;
  background: var(--color-light-orange);
  position: relative;
}
section.area-program .hstyle-primary {
  margin-bottom: 100rem;
}
section.area-program .hstyle-primary .en {
  font-size: 120rem;
  color: #fff;
}
section.area-program .hstyle-primary .ja span {
  background-color: #fff;
  color: var(--color-light-orange);
}
section.area-program::before {
  content: "";
  display: block;
  width: 100%;
  height: 100rem;
  background: #fdf3e9;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.area-program .hstyle-primary {
  margin-top: -50rem;
}
section.area-program .content-program {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
section.area-program section.days h3 {
  margin-top: 60rem;
  color: #fff;
  font-weight: 900;
  font-size: 68rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30rem;
}
section.area-program .wrap-5days .box-desc {
  display: -ms-grid;
  display: grid;
  gap: 40rem;
}
section.area-program .wrap-5days .box-desc p.kome {
  position: relative;
  padding-left: 1em;
}
section.area-program .wrap-5days .box-desc p.kome::before {
  content: "※";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
}
section.area-program .wrap-5days p {
  color: #fff;
  font-weight: bold;
  font-size: 30rem;
  line-height: 1.8;
}
section.area-program .wrap-5days .box-ph {
  margin-top: 40rem;
  position: relative;
}
section.area-program .wrap-5days .box-ph .illust {
  position: absolute;
  bottom: -30rem;
  left: -25rem;
  width: 122rem;
}
section.area-program section.program {
  margin-top: 100rem;
}
section.area-program section.program h3 {
  text-align: center;
  margin-bottom: 130rem;
  color: #fff;
  font-weight: bold;
  font-size: 42rem;
  line-height: 1.2;
}
section.area-program .wrap-program-calendar {
  position: relative;
}
section.area-program .wrap-calendar {
  position: relative;
  z-index: 1;
}
section.area-program .wrap-calendar .box-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 220%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  padding-left: 32%;
  padding-right: 10%;
}
section.area-program .wrap-calendar .scroll-area {
  overflow-x: auto;
  position: relative;
}
section.area-program .wrap-calendar picture.announce {
  position: absolute;
  top: -90rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 550rem;
  z-index: 1;
}
section.area-program .wrap-calendar img.calendar {
  width: 220%;
}
section.area-program .wrap-calendar img.scroll-announce {
  width: 320rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.area-program .wrap-movie {
  margin-top: 100rem;
  display: -ms-grid;
  display: grid;
  gap: 60rem;
}
section.area-program .wrap-movie h4 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 42rem;
  line-height: 1.2;
  margin-bottom: 30rem;
}
section.area-program .wrap-movie a {
  position: relative;
  display: block;
}
section.area-program .wrap-movie a::after {
  content: "";
  display: block;
  width: 100rem;
  height: 100rem;
  background: url(../images/internship/arrow-movie.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.area-program a.btn-instagram {
  margin-top: 50rem;
  width: 100vw;
  display: block;
  margin-left: calc(50% - 50vw);
}
section.area-program a.btn-instagram img {
  width: 98%;
  margin: 0 auto;
}

.days5-ticker {
  position: absolute;
  top: 100rem;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  overflow: hidden;
  margin: 0 0 0 calc(50% - 50vw);
  z-index: 0;
}

.days5-ticker li {
  font-family: var(--font-en);
  font-weight: normal;
  line-height: 0.8;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
  font-size: 280rem;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  padding: 0 70rem 0 0;
  margin: 0;
  -webkit-animation: marquee-5days 50s linear infinite;
  animation: marquee-5days 50s linear infinite;
}

/* アニメーション */
@-webkit-keyframes marquee-5days {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee-5days {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
section.area-voice {
  padding: 160rem 0 260rem;
  background: #fdf3e9;
}
section.area-voice .wrap-voice {
  display: -ms-grid;
  display: grid;
  gap: 60rem;
  width: 90%;
  margin: 100rem auto 0;
}
section.area-voice .wrap-voice .voice-item {
  background: #fff;
  border: 3px solid var(--color-light-orange);
  border-radius: 30rem;
  padding: 80rem 80rem 0;
  -webkit-box-shadow: 0 0 20rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20rem rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.area-voice .wrap-voice p {
  font-weight: bold;
  line-height: 1.8;
}
section.area-voice .wrap-voice p b {
  color: var(--color-light-orange);
}
section.area-voice .wrap-voice .illust {
  width: 180rem;
  margin: 30rem auto -3px;
}

section.voice-under {
  background: var(--color-light-orange);
  position: relative;
}
section.voice-under .inner {
  padding: 170rem 0 300rem;
}
section.voice-under::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/internship/bg-triangle.svg) no-repeat center top/contain;
  position: absolute;
  top: -1px;
  left: 0;
}
section.voice-under::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  background: url(../images/internship/bg-texture-orange.jpg) repeat center top;
  background-size: 200px;
}
section.voice-under p.copy {
  width: 660rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
section.voice-under img {
  z-index: 1;
}
section.voice-under img.ph-1 {
  position: absolute;
  top: -100rem;
  left: 0;
  width: 288rem;
}
section.voice-under img.ph-2 {
  position: absolute;
  top: -40rem;
  right: 20rem;
  width: 130rem;
}
section.voice-under img.ph-3 {
  position: absolute;
  bottom: 110rem;
  right: 0;
  width: 216rem;
}
section.voice-under img.illust-1 {
  position: absolute;
  top: -200rem;
  left: 30rem;
  width: 145rem;
}
section.voice-under img.illust-2 {
  position: absolute;
  bottom: 128rem;
  left: 34rem;
  width: 108rem;
}
section.voice-under img.illust-3 {
  position: absolute;
  top: -78rem;
  right: 110rem;
  width: 88rem;
}
section.voice-under img.illust-4 {
  position: absolute;
  bottom: 25rem;
  right: 150rem;
  width: 495rem;
}

section.area-question {
  margin-top: 220rem;
}
section.area-question .wrap-question {
  width: 90%;
  margin: 100rem auto 0;
  display: -ms-grid;
  display: grid;
  gap: 60rem;
}
section.area-question .question-item h3 {
  background: #f5f5f5;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40rem 30rem 1fr 30rem 40rem;
  grid-template-columns: 40rem 1fr 40rem;
  padding: 30rem 40rem;
  gap: 30rem;
}
section.area-question .question-item h3.active .icon span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
section.area-question .question-item h3::before {
  content: "Q";
  display: block;
  width: 40rem;
  height: 40rem;
  line-height: 1;
  top: -5rem;
  position: relative;
  color: var(--color-light-orange);
  font-family: var(--font-en-poppins);
  font-size: 63rem;
  font-weight: 600;
  text-align: center;
}
section.area-question .question-item h3 span.tx {
  font-weight: bold;
  font-size: 36rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}
section.area-question .question-item h3 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40rem;
  height: 100%;
}
section.area-question .question-item h3 .icon span {
  position: relative;
  width: 100%;
  height: 40rem;
  display: block;
}
section.area-question .question-item h3 .icon span::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: var(--color-light-orange);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.area-question .question-item h3 .icon span::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: var(--color-light-orange);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
section.area-question .question-item .box-answer {
  position: relative;
  display: none;
}
section.area-question .question-item .box-answer .inner {
  padding: 70rem 40rem;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40rem 30rem 1fr;
  grid-template-columns: 40rem 1fr;
  gap: 30rem;
}
section.area-question .question-item .box-answer .inner::before {
  content: "A";
  display: block;
  width: 40rem;
  height: 40rem;
  line-height: 1;
  top: -5rem;
  position: relative;
  color: #c8c8c8;
  font-family: var(--font-en-poppins);
  font-size: 63rem;
  font-weight: 600;
  text-align: center;
}
section.area-question .question-item .box-answer a {
  color: var(--color-light-orange);
  text-decoration: underline;
}

section.area-guide {
  margin-top: 180rem;
}
section.area-guide .hstyle-primary {
  margin-bottom: 100rem;
}
section.area-guide .wrap-guide {
  width: 90%;
  margin: 0 auto;
}

.area-cta {
  margin-top: 180rem;
  padding: 120rem 0;
  background: var(--color-light-orange);
  position: relative;
}
.area-cta::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  background: url(../images/internship/bg-texture-orange.jpg) repeat center top;
  background-size: 200px;
}
.area-cta p.comment {
  width: 600rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.area-cta a.btn-entry {
  background: #fff;
  display: block;
  width: 600rem;
  height: 160rem;
  border-radius: 80rem;
  position: relative;
  z-index: 1;
  margin: 60rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.area-cta a.btn-entry img {
  width: 287rem;
}

.modaal-content-container .hstyle-popup {
  display: -ms-grid;
  display: grid;
  gap: 20rem;
}
.modaal-content-container .hstyle-popup span.en {
  text-align: center;
}
.modaal-content-container .hstyle-popup span.en span {
  font-size: 30rem;
  color: #fff;
  font-weight: bold;
  background: var(--color-light-orange);
  height: 60rem;
  border-radius: 30rem;
  padding: 0 20rem;
  width: 300rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modaal-content-container .hstyle-popup span.ja {
  font-size: 50rem;
  color: var(--color-light-orange);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.modaal-content-container .box-desc {
  margin-top: 40rem;
  display: -ms-grid;
  display: grid;
  gap: 50rem;
}
.modaal-content-container .box-desc h3 {
  color: #666;
  font-weight: 900;
  font-size: 33rem;
  margin-bottom: 10rem;
}
.modaal-content-container .box-desc .wrap-p {
  display: -ms-grid;
  display: grid;
  gap: 20rem;
}
.modaal-content-container .box-desc p {
  font-size: 30rem;
  line-height: 1.6;
  color: #000;
}
.modaal-content-container .box-desc p strong {
  font-weight: bold;
}
.modaal-content-container .box-ph {
  margin-top: 60rem;
  display: -ms-grid;
  display: grid;
  gap: 30rem;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  .modaal-wrapper {
    max-height: 100vh;
  }
  .hstyle-primary .en {
    font-size: clamp(89.3672727273px, 8.73vw, 144px);
  }
  .hstyle-primary .ja {
    margin-top: -27px;
  }
  .hstyle-primary .ja span {
    font-size: clamp(21.1006060606px, 2.06vw, 34px);
  }
  section.head-internship {
    background: url(../images/internship/main-visual-pc.jpg) no-repeat center center/cover;
    height: 80vh;
  }
  section.head-internship .inner {
    width: clamp(744.7272727273px, 72.73vw, 1200px);
  }
  section.head-internship h1 {
    font-size: clamp(21.1006060606px, 2.06vw, 34px);
    margin-top: clamp(31.0303030303px, 3.03vw, 50px);
    line-height: 1.1;
    padding: clamp(4.3442424242px, 0.42vw, 7px) clamp(18.6181818182px, 1.82vw, 30px) clamp(5.5854545455px, 0.55vw, 9px);
  }
  .area-intro {
    padding: clamp(49.6484848485px, 4.85vw, 80px) 0;
  }
  .area-intro::before {
    height: clamp(198.5939393939px, 19.39vw, 320px);
  }
  .area-intro section.first {
    position: relative;
    max-width: clamp(781.9636363636px, 76.36vw, 1260px);
    margin: 0 auto;
  }
  .area-intro section.first .illust-01 {
    position: absolute;
    top: -30px;
    left: 60px;
    width: clamp(63.3018181818px, 6.18vw, 102px);
  }
  .area-intro section.first .illust-02 {
    position: absolute;
    bottom: -70px;
    right: 0;
    width: clamp(131.5684848485px, 12.85vw, 212px);
  }
  .area-intro section.first p {
    font-size: clamp(16.1357575758px, 1.58vw, 26px);
  }
  section.intern-news {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr clamp(502.6909090909px, 49.09vw, 810px);
    grid-template-columns: 1fr clamp(502.6909090909px, 49.09vw, 810px);
    margin: clamp(74.4727272727px, 7.27vw, 120px) auto 0;
    max-width: clamp(682.6666666667px, 66.67vw, 1100px);
  }
  section.intern-news .hstyle-news {
    display: -ms-grid;
    display: grid;
    gap: clamp(12.4121212121px, 1.21vw, 20px);
    position: relative;
    top: -5px;
    letter-spacing: 0;
  }
  section.intern-news .hstyle-news span.en {
    line-height: 0.95;
    font-size: clamp(44.6836363636px, 4.36vw, 72px);
  }
  section.intern-news .hstyle-news span.ja {
    font-size: clamp(12.4121212121px, 1.21vw, 20px);
    line-height: 1.3;
  }
  section.intern-news a.news-more {
    position: absolute;
    right: auto;
    left: 0;
  }
  section.intern-news a.news-more span.tx {
    font-size: clamp(12.4121212121px, 1.21vw, 20px);
  }
  section.intern-news a.news-more .arrow-primary {
    margin-left: clamp(12.4121212121px, 1.21vw, 20px);
    width: clamp(26.0654545455px, 2.55vw, 42px);
    height: clamp(26.0654545455px, 2.55vw, 42px);
  }
  section.intern-news a.news-more .arrow-primary::before {
    background: none;
    border: 1px solid #fff;
  }
  section.intern-news a.news-more .arrow-primary span::before {
    background: #fff;
    height: 2px;
  }
  section.intern-news a.news-more .arrow-primary span::after {
    border-top-color: #fff;
    border-right-color: #fff;
    border-width: 2px;
  }
  section.intern-news .box-news-list {
    margin-top: 0;
    background: #fff;
    height: auto;
    max-height: clamp(186.1818181818px, 18.18vw, 300px);
    overflow-y: auto;
    padding: clamp(24.8242424242px, 2.42vw, 40px);
  }
  section.intern-news ul.list-news {
    width: 100%;
    margin: 0;
    display: -ms-grid;
    display: grid;
    gap: clamp(24.8242424242px, 2.42vw, 40px);
  }
  section.intern-news ul.list-news li:last-child a {
    padding-bottom: 0;
  }
  section.intern-news ul.list-news a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: clamp(86.8848484848px, 8.48vw, 140px) clamp(74.4727272727px, 7.27vw, 120px) 1fr;
    grid-template-columns: clamp(86.8848484848px, 8.48vw, 140px) clamp(74.4727272727px, 7.27vw, 120px) 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding-bottom: clamp(24.8242424242px, 2.42vw, 40px);
  }
  section.intern-news ul.list-news a > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  section.intern-news ul.list-news a > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  section.intern-news ul.list-news a > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  section.intern-news ul.list-news a:hover p.title {
    color: var(--color-light-blue);
  }
  section.intern-news ul.list-news a p.date {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    display: block;
    text-align: center;
  }
  section.intern-news ul.list-news a p.date time {
    font-size: clamp(11.1709090909px, 1.09vw, 18px);
  }
  section.intern-news ul.list-news a .icon {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    display: block;
  }
  section.intern-news ul.list-news a .icon img {
    display: block;
    margin-top: clamp(1.2412121212px, 0.12vw, 2px);
    width: clamp(74.4727272727px, 7.27vw, 120px);
  }
  section.intern-news ul.list-news a p.title {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-left: clamp(15.5151515152px, 1.52vw, 25px);
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    margin-top: 0;
    line-height: 1.6;
    font-size: clamp(12.4121212121px, 1.21vw, 20px);
  }
  section.calendar {
    margin: clamp(62.0606060606px, 6.06vw, 100px) auto 0;
    max-width: clamp(881.2606060606px, 86.06vw, 1420px);
    border: clamp(6.2060606061px, 0.61vw, 10px) solid var(--color-light-orange);
    padding: clamp(37.2363636364px, 3.64vw, 60px) clamp(43.4424242424px, 4.24vw, 70px);
  }
  section.calendar h2 {
    font-size: clamp(18.6181818182px, 1.82vw, 30px);
    margin-bottom: clamp(18.6181818182px, 1.82vw, 30px);
  }
  section.calendar img.illust {
    position: absolute;
    bottom: -110px;
    right: -40px;
    width: clamp(145.2218181818px, 14.18vw, 234px);
  }
  section.calendar .wrap-calendar {
    overflow-x: visible;
    position: relative;
  }
  section.calendar .wrap-calendar img.calendar {
    width: 100%;
  }
  section.calendar .wrap-calendar img.scroll-announce {
    width: clamp(198.5939393939px, 19.39vw, 320px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  section.area-reason {
    margin: clamp(37.2363636364px, 3.64vw, 60px) auto 0;
  }
  section.area-reason .inner {
    max-width: clamp(881.2606060606px, 86.06vw, 1420px);
    width: 90%;
    margin: 0 auto;
  }
  section.area-reason .wrap-reason {
    display: -ms-grid;
    display: grid;
    gap: clamp(49.6484848485px, 4.85vw, 80px);
  }
  section.area-reason .hstyle-primary {
    margin-bottom: clamp(49.6484848485px, 4.85vw, 80px);
  }
  section.area-reason .box-desc {
    margin-top: 0;
    padding: 0 clamp(24.8242424242px, 2.42vw, 40px);
  }
  section.area-reason section.reason-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.area-reason section.reason-item .box-ph {
    width: clamp(446.8363636364px, 43.64vw, 720px);
  }
  section.area-reason section.reason-item .box-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 clamp(49.6484848485px, 4.85vw, 80px);
  }
  section.area-reason section.reason-item.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.area-reason h3 {
    font-size: clamp(33.5127272727px, 3.27vw, 54px);
    line-height: 1.3;
    margin-bottom: 0;
  }
  section.area-reason h3 span.num {
    top: clamp(-37.2363636364px, -3.64vw, -60px);
    left: clamp(-24.8242424242px, -2.42vw, -40px);
    font-size: clamp(111.7090909091px, 10.91vw, 180px);
  }
  section.area-reason h3 span.tx {
    position: relative;
    z-index: 1;
  }
  section.area-reason p {
    margin-top: clamp(18.6181818182px, 1.82vw, 30px);
    font-size: clamp(12.4121212121px, 1.21vw, 20px);
    line-height: 2;
  }
  section.area-program {
    overflow: hidden;
    margin-top: clamp(111.7090909091px, 10.91vw, 180px);
  }
  section.area-program .program-mainvisual img {
    height: clamp(372.3636363636px, 36.36vw, 600px);
    -o-object-fit: cover;
    object-fit: cover;
  }
  section.area-program .hstyle-primary {
    margin-bottom: clamp(62.0606060606px, 6.06vw, 100px);
  }
  section.area-program .hstyle-primary .en {
    font-size: clamp(89.3672727273px, 8.73vw, 144px);
  }
  section.area-program::before {
    height: clamp(34.1333333333px, 3.33vw, 55px);
  }
  section.area-program .hstyle-primary {
    margin-top: clamp(-46.5454545455px, -4.55vw, -75px);
  }
  section.area-program .content-program {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  section.area-program section.days h3 {
    margin-top: clamp(37.2363636364px, 3.64vw, 60px);
    font-size: clamp(33.5127272727px, 3.27vw, 54px);
    margin-bottom: clamp(31.0303030303px, 3.03vw, 50px);
  }
  section.area-program .wrap-5days {
    max-width: clamp(707.4909090909px, 69.09vw, 1140px);
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr clamp(49.6484848485px, 4.85vw, 80px) clamp(310.303030303px, 30.3vw, 500px);
    grid-template-columns: 1fr clamp(310.303030303px, 30.3vw, 500px);
    gap: clamp(49.6484848485px, 4.85vw, 80px);
  }
  section.area-program .wrap-5days .box-desc {
    gap: clamp(24.8242424242px, 2.42vw, 40px);
  }
  section.area-program .wrap-5days .box-desc p.kome {
    font-size: clamp(11.1709090909px, 1.09vw, 18px);
  }
  section.area-program .wrap-5days p {
    font-size: clamp(12.4121212121px, 1.21vw, 20px);
    line-height: 2.1;
  }
  section.area-program .wrap-5days .box-ph {
    margin-top: clamp(6.2060606061px, 0.61vw, 10px);
  }
  section.area-program .wrap-5days .box-ph .illust {
    position: absolute;
    bottom: clamp(-8.6884848485px, -0.85vw, -14px);
    left: clamp(-22.9624242424px, -2.24vw, -37px);
    width: clamp(63.3018181818px, 6.18vw, 102px);
  }
  section.area-program section.program {
    margin: clamp(43.4424242424px, 4.24vw, 70px) auto 0;
    max-width: clamp(707.4909090909px, 69.09vw, 1140px);
  }
  section.area-program section.program h3 {
    margin-bottom: clamp(24.8242424242px, 2.42vw, 40px);
    font-size: clamp(18.6181818182px, 1.82vw, 30px);
  }
  section.area-program .wrap-calendar {
    position: relative;
    z-index: 1;
  }
  section.area-program .wrap-calendar .box-anchor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    padding-left: clamp(101.7793939394px, 9.94vw, 164px);
    padding-right: clamp(33.5127272727px, 3.27vw, 54px);
  }
  section.area-program .wrap-calendar .scroll-area {
    overflow-x: visible;
  }
  section.area-program .wrap-calendar picture.announce {
    position: absolute;
    top: clamp(-105.503030303px, -10.3vw, -170px);
    left: clamp(-18.6181818182px, -1.82vw, -30px);
    -webkit-transform: none;
            transform: none;
    width: clamp(142.7393939394px, 13.94vw, 230px);
  }
  section.area-program .wrap-calendar img.calendar {
    width: 100%;
  }
  section.area-program .wrap-calendar img.scroll-announce {
    width: clamp(142.7393939394px, 13.94vw, 230px);
  }
  section.area-program .wrap-movie {
    width: clamp(335.1272727273px, 32.73vw, 540px);
    margin: clamp(49.6484848485px, 4.85vw, 80px) auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: clamp(37.2363636364px, 3.64vw, 60px);
  }
  section.area-program .wrap-movie h4 {
    font-size: clamp(18.6181818182px, 1.82vw, 30px);
    line-height: 1.2;
    margin-bottom: clamp(18.6181818182px, 1.82vw, 30px);
  }
  section.area-program .wrap-movie a::after {
    width: clamp(49.6484848485px, 4.85vw, 80px);
    height: clamp(49.6484848485px, 4.85vw, 80px);
  }
  section.area-program a.btn-instagram {
    margin: clamp(24.8242424242px, 2.42vw, 40px) auto 0;
    width: clamp(384.7757575758px, 37.58vw, 620px);
    display: block;
  }
  section.area-program a.btn-instagram img {
    width: 100%;
  }
  .days5-ticker {
    top: clamp(86.8848484848px, 8.48vw, 140px);
  }
  .days5-ticker li {
    font-size: clamp(173.7696969697px, 16.97vw, 280px);
    padding: 0 clamp(43.4424242424px, 4.24vw, 70px) 0 0;
    -webkit-animation: marquee-5days 50s linear infinite;
    animation: marquee-5days 50s linear infinite;
  }
  section.area-voice {
    padding: clamp(99.296969697px, 9.7vw, 160px) 0 clamp(136.5333333333px, 13.33vw, 220px);
  }
  section.area-voice .wrap-voice {
    max-width: clamp(781.9636363636px, 76.36vw, 1260px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr clamp(22.3418181818px, 2.18vw, 36px) 1fr clamp(22.3418181818px, 2.18vw, 36px) 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(22.3418181818px, 2.18vw, 36px);
    width: 90%;
    margin: clamp(-12.4121212121px, -1.21vw, -20px) auto 0;
  }
  section.area-voice .wrap-voice .voice-item {
    -webkit-box-shadow: 0 0 clamp(9.3090909091px, 0.91vw, 15px) rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 clamp(9.3090909091px, 0.91vw, 15px) rgba(0, 0, 0, 0.16);
    border: clamp(3.103030303px, 0.3vw, 5px) solid var(--color-light-orange);
    border-radius: clamp(18.6181818182px, 1.82vw, 30px);
    padding: clamp(31.0303030303px, 3.03vw, 50px) clamp(31.0303030303px, 3.03vw, 50px) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.area-voice .wrap-voice .voice-item:nth-child(2), section.area-voice .wrap-voice .voice-item:nth-child(5), section.area-voice .wrap-voice .voice-item:nth-child(8) {
    position: relative;
    bottom: clamp(-74.4727272727px, -7.27vw, -120px);
  }
  section.area-voice .wrap-voice p {
    font-size: clamp(12.4121212121px, 1.21vw, 20px);
  }
  section.area-voice .wrap-voice .illust {
    width: clamp(74.4727272727px, 7.27vw, 120px);
    margin: clamp(12.4121212121px, 1.21vw, 20px) auto clamp(-3.103030303px, -0.3vw, -5px);
  }
  section.voice-under .inner {
    padding: clamp(161.3575757576px, 15.76vw, 260px) 0 clamp(62.0606060606px, 6.06vw, 100px);
    max-width: clamp(992.9696969697px, 96.97vw, 1600px);
    margin: 0 auto;
    position: relative;
  }
  section.voice-under::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/internship/bg-triangle.svg) no-repeat center top/contain;
    position: absolute;
    top: -1px;
    left: 0;
  }
  section.voice-under::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/internship/bg-texture-orange.jpg) repeat center top;
    background-size: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto;
  }
  section.voice-under p.copy {
    width: clamp(472.9018181818px, 46.18vw, 762px);
  }
  section.voice-under img.ph-1 {
    top: clamp(68.2666666667px, 6.67vw, 110px);
    left: clamp(-62.0606060606px, -6.06vw, -100px);
    width: clamp(297.8909090909px, 29.09vw, 480px);
  }
  section.voice-under img.ph-2 {
    top: clamp(43.4424242424px, 4.24vw, 70px);
    right: clamp(74.4727272727px, 7.27vw, 120px);
    width: clamp(137.1539393939px, 13.39vw, 221px);
  }
  section.voice-under img.ph-3 {
    bottom: clamp(49.6484848485px, 4.85vw, 80px);
    right: clamp(-37.2363636364px, -3.64vw, -60px);
    width: clamp(223.4181818182px, 21.82vw, 360px);
  }
  section.voice-under img.illust-1 {
    top: clamp(248.2424242424px, 24.24vw, 400px);
    left: clamp(62.0606060606px, 6.06vw, 100px);
    width: clamp(113.5709090909px, 11.09vw, 183px);
  }
  section.voice-under img.illust-2 {
    bottom: clamp(-18.6181818182px, -1.82vw, -30px);
    left: clamp(167.5636363636px, 16.36vw, 270px);
    width: clamp(67.0254545455px, 6.55vw, 108px);
  }
  section.voice-under img.illust-3 {
    top: clamp(24.8242424242px, 2.42vw, 40px);
    right: clamp(186.1818181818px, 18.18vw, 300px);
    width: clamp(68.8872727273px, 6.73vw, 111px);
  }
  section.voice-under img.illust-4 {
    bottom: clamp(-43.4424242424px, -4.24vw, -70px);
    right: clamp(68.2666666667px, 6.67vw, 110px);
    width: clamp(387.8787878788px, 37.88vw, 625px);
  }
  section.area-question {
    margin-top: clamp(124.1212121212px, 12.12vw, 200px);
  }
  section.area-question .wrap-question {
    max-width: clamp(682.6666666667px, 66.67vw, 1100px);
    width: 90%;
    margin: clamp(62.0606060606px, 6.06vw, 100px) auto 0;
    display: -ms-grid;
    display: grid;
    gap: clamp(31.0303030303px, 3.03vw, 50px);
  }
  section.area-question .question-item h3 {
    -ms-grid-columns: clamp(24.8242424242px, 2.42vw, 40px) clamp(18.6181818182px, 1.82vw, 30px) 1fr clamp(18.6181818182px, 1.82vw, 30px) clamp(15.5151515152px, 1.52vw, 25px);
    grid-template-columns: clamp(24.8242424242px, 2.42vw, 40px) 1fr clamp(15.5151515152px, 1.52vw, 25px);
    padding: clamp(21.7212121212px, 2.12vw, 35px) clamp(18.6181818182px, 1.82vw, 30px);
    gap: clamp(18.6181818182px, 1.82vw, 30px);
  }
  section.area-question .question-item h3.active .icon span::after {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  section.area-question .question-item h3::before {
    width: clamp(24.8242424242px, 2.42vw, 40px);
    height: clamp(24.8242424242px, 2.42vw, 40px);
    line-height: 1;
    top: 0;
    font-size: clamp(26.0654545455px, 2.55vw, 42px);
  }
  section.area-question .question-item h3 span.tx {
    font-weight: bold;
    font-size: clamp(18.6181818182px, 1.82vw, 30px);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.5;
  }
  section.area-question .question-item h3 .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: clamp(15.5151515152px, 1.52vw, 25px);
    height: 100%;
  }
  section.area-question .question-item h3 .icon span {
    position: relative;
    width: 100%;
    height: clamp(24.8242424242px, 2.42vw, 40px);
    display: block;
  }
  section.area-question .question-item h3 .icon span::before {
    content: "";
    display: block;
    width: 100%;
    height: clamp(1.8618181818px, 0.18vw, 3px);
    background: var(--color-light-orange);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  section.area-question .question-item h3 .icon span::after {
    content: "";
    display: block;
    width: 100%;
    height: clamp(1.8618181818px, 0.18vw, 3px);
    background: var(--color-light-orange);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  section.area-question .question-item .box-answer .inner {
    padding: clamp(31.0303030303px, 3.03vw, 50px) clamp(18.6181818182px, 1.82vw, 30px);
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: clamp(24.8242424242px, 2.42vw, 40px) clamp(18.6181818182px, 1.82vw, 30px) 1fr;
    grid-template-columns: clamp(24.8242424242px, 2.42vw, 40px) 1fr;
    gap: clamp(18.6181818182px, 1.82vw, 30px);
  }
  section.area-question .question-item .box-answer .inner::before {
    width: clamp(24.8242424242px, 2.42vw, 40px);
    height: clamp(24.8242424242px, 2.42vw, 40px);
    top: 0;
    font-size: clamp(26.0654545455px, 2.55vw, 42px);
  }
  section.area-question .question-item .box-answer .inner p {
    font-size: clamp(12.4121212121px, 1.21vw, 20px);
  }
  section.area-question .question-item .box-answer a:hover {
    text-decoration: none;
  }
  section.area-guide {
    margin-top: clamp(111.7090909091px, 10.91vw, 180px);
  }
  section.area-guide .hstyle-primary {
    margin-bottom: clamp(49.6484848485px, 4.85vw, 80px);
  }
  section.area-guide .wrap-guide {
    width: 90%;
    margin: 0 auto;
    max-width: clamp(682.6666666667px, 66.67vw, 1100px);
  }
  .area-cta {
    margin-top: clamp(111.7090909091px, 10.91vw, 180px);
    padding: clamp(62.0606060606px, 6.06vw, 100px) 0;
  }
  .area-cta::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/internship/bg-texture-orange.jpg) repeat center top;
    background-size: auto;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .area-cta p.comment {
    width: clamp(577.1636363636px, 56.36vw, 930px);
  }
  .area-cta a.btn-entry {
    width: clamp(310.303030303px, 30.3vw, 500px);
    height: clamp(74.4727272727px, 7.27vw, 120px);
    border-radius: clamp(37.2363636364px, 3.64vw, 60px);
    margin: clamp(37.2363636364px, 3.64vw, 60px) auto 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .area-cta a.btn-entry img {
    width: clamp(133.4303030303px, 13.03vw, 215px);
  }
  .area-cta a.btn-entry:hover {
    opacity: 0.8;
  }
  .modaal-close {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: clamp(31.0303030303px, 3.03vw, 50px);
    height: clamp(31.0303030303px, 3.03vw, 50px);
    background-color: #000 !important;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .modaal-close:after,
  .modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: clamp(8.6884848485px, 0.85vw, 14px);
    left: clamp(14.2739393939px, 1.39vw, 23px);
    width: clamp(1.2412121212px, 0.12vw, 2px);
    height: clamp(13.6533333333px, 1.33vw, 22px);
    border-radius: 0;
  }
  .modaal-inner-wrapper,
  .modaal-container {
    width: clamp(620.6060606061px, 60.61vw, 1000px);
  }
  .modaal-content-container {
    padding: clamp(37.2363636364px, 3.64vw, 60px) clamp(49.6484848485px, 4.85vw, 80px) clamp(49.6484848485px, 4.85vw, 80px);
  }
  .modaal-content-container .hstyle-popup {
    display: -ms-grid;
    display: grid;
    gap: clamp(6.2060606061px, 0.61vw, 10px);
  }
  .modaal-content-container .hstyle-popup span.en {
    text-align: center;
  }
  .modaal-content-container .hstyle-popup span.en span {
    font-size: clamp(9.9296969697px, 0.97vw, 16px);
    height: clamp(18.6181818182px, 1.82vw, 30px);
    border-radius: clamp(9.3090909091px, 0.91vw, 15px);
    padding: 0 clamp(12.4121212121px, 1.21vw, 20px);
    width: clamp(101.7793939394px, 9.94vw, 164px);
  }
  .modaal-content-container .hstyle-popup span.ja {
    font-size: clamp(22.3418181818px, 2.18vw, 36px);
    line-height: 1.3;
  }
  .modaal-content-container .wrap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: clamp(18.6181818182px, 1.82vw, 30px);
  }
  .modaal-content-container .box-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    display: -ms-grid;
    display: grid;
    gap: clamp(24.8242424242px, 2.42vw, 40px);
    margin-right: clamp(37.2363636364px, 3.64vw, 60px);
  }
  .modaal-content-container .box-desc h3 {
    font-size: clamp(12.4121212121px, 1.21vw, 20px);
    margin-bottom: clamp(6.2060606061px, 0.61vw, 10px);
    line-height: 1.5;
  }
  .modaal-content-container .box-desc .wrap-p {
    display: -ms-grid;
    display: grid;
    gap: clamp(12.4121212121px, 1.21vw, 20px);
  }
  .modaal-content-container .box-desc p {
    font-size: clamp(9.9296969697px, 0.97vw, 16px);
    line-height: 1.6;
  }
  .modaal-content-container .box-ph {
    margin-top: clamp(6.2060606061px, 0.61vw, 10px);
    width: clamp(214.1090909091px, 20.91vw, 345px);
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: start;
        align-content: start;
    gap: clamp(6.2060606061px, 0.61vw, 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1750px) {
  section.voice-under .inner {
    max-width: 100%;
  }
  section.voice-under img.ph-3 {
    right: 0;
  }
}
/*# sourceMappingURL=internship.css.map */