@charset "UTF-8";
body {
  background-color: #fff;
  color: #000;
  font-family: Poppins, Noto Sans JP, sans-serif;
  line-height: 1.43;
  position: relative;
}
body main {
  margin-top: 17.4358974359vw;
  overflow-x: hidden;
}
@media (min-width: 52.1875em) {
  body main {
    margin-top: 6.6666666667vw;
  }
}
@media (min-width: 90.0625em) {
  body main {
    margin-top: 96px;
  }
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  display: block;
}

address, blockquote, dl, figure, form, iframe, p, pre, table {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object, svg {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: 700;
  text-align: left;
}

/*
 * keyframes
 * -------------------------------------------------------------------
 */
/* fv-top */
@-webkit-keyframes fv-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes fv-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
/* contents-border */
@-webkit-keyframes contents-border {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes contents-border {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
/* fade-in-bottom */
@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* fade-in-top */
@-webkit-keyframes fade-in-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* fade-in-left */
@-webkit-keyframes fade-in-left {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* fade-in-title */
@-webkit-keyframes fade-in-title {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fade-in-title {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* fade-in-text */
@-webkit-keyframes fade-in-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes fade-in-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
/* fade-in */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* delay- 
@media (min-width: 52.1875em) {
  .scrolled.delay-100, .scrolled.delay-100:after {
    -webkit-animation-delay: 100ms !important;
    animation-delay: 100ms !important;
  }
  .scrolled.delay-200, .scrolled.delay-200:after {
    -webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important;
  }
  .scrolled.delay-300, .scrolled.delay-300:after {
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
  }
  .scrolled.delay-400, .scrolled.delay-400:after {
    -webkit-animation-delay: 400ms !important;
    animation-delay: 400ms !important;
  }
  .scrolled.delay-500, .scrolled.delay-500:after {
    -webkit-animation-delay: 500ms !important;
    animation-delay: 500ms !important;
  }
  .scrolled.delay-600, .scrolled.delay-600:after {
    -webkit-animation-delay: 600ms !important;
    animation-delay: 600ms !important;
  }
  .scrolled.delay-700, .scrolled.delay-700:after {
    -webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important;
  }
  .scrolled.delay-800, .scrolled.delay-800:after {
    -webkit-animation-delay: 800ms !important;
    animation-delay: 800ms !important;
  }
  .scrolled.delay-900, .scrolled.delay-900:after {
    -webkit-animation-delay: 900ms !important;
    animation-delay: 900ms !important;
  }
  .scrolled.delay-1000, .scrolled.delay-1000:after {
    -webkit-animation-delay: 1000ms !important;
    animation-delay: 1000ms !important;
  }
}*/
/*
 * HEADER
 * -------------------------------------------------------------------
 */
.c-header {
  height: 17.4358974359vw;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 52.1875em) {
  .c-header {
    height: 6.6666666667vw;
  }
}
@media (min-width: 90.0625em) {
  .c-header {
    height: 96px;
  }
}
.c-header__inner {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 7.1794871795vw;
  transition: background-color 0.3s;
}
@media (min-width: 52.1875em) {
  .c-header__inner {
    padding: 0 2.7777777778vw;
  }
}
@media (min-width: 90.0625em) {
  .c-header__inner {
    padding: 0 40px;
  }
}
.c-header__inner.is-open {
  background-color: #000;
}
.c-header__inner .c-header__logo {
  position: relative;
  z-index: 31;
}
.c-header__inner .c-header__logo a {
  display: block;
  position: relative;
  width: 100%;
  width: 21.5384615385vw;
}
@media (min-width: 52.1875em) {
  .c-header__inner .c-header__logo a {
    min-height: 3.3333333333vw;
    width: 8.3333333333vw;
  }
}
@media (min-width: 90.0625em) {
  .c-header__inner .c-header__logo a {
    min-height: 48px;
    width: 120px;
  }
}
.c-header__inner .c-header__logo a img {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  width: 100%;
}
.c-header__inner .c-header__logo a img:first-child {
  opacity: 1;
}
.c-header__inner .c-header__logo a img:last-child {
  opacity: 0;
}
.c-header__inner .c-header__logo.is-open a img:first-child {
  opacity: 0;
}
.c-header__inner .c-header__logo.is-open a img:last-child {
  opacity: 1;
}
.c-header__inner .c-header-menu {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 52.1875em) {
  .c-header__inner .c-header-menu {
    display: block;
  }
}
.c-header__inner .c-header-menu .c-header-menu__drawer {
  border: 0.2564102564vw solid #000;
  border-radius: 50%;
  height: 12.3076923077vw;
  position: relative;
  width: 12.3076923077vw;
  cursor: pointer;
}
.c-header__inner .c-header-menu .c-header-menu__drawer .c-header-menu-drawer__box {
  height: 3.3333333333vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4.1025641026vw;
}
.c-header__inner .c-header-menu .c-header-menu__drawer .c-header-menu-drawer__box .c-header-menu-drawer__toggle {
  background-color: #000;
  height: 0.2564102564vw;
  left: 0;
  position: absolute;
  width: 100%;
}
.c-header__inner .c-header-menu .c-header-menu__drawer .c-header-menu-drawer__box .c-header-menu-drawer__toggle:first-child {
  top: 0;
}
.c-header__inner .c-header-menu .c-header-menu__drawer .c-header-menu-drawer__box .c-header-menu-drawer__toggle:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.c-header__inner .c-header-menu .c-header-menu__drawer .c-header-menu-drawer__box .c-header-menu-drawer__toggle:last-child {
  bottom: 0;
}
.c-header__inner .c-header-menu .c-header-menu__drawer.is-open .c-header-menu-drawer__box .c-header-menu-drawer__toggle {
  background-color: #fff;
  transition: all 0.3s;
}
.c-header__inner .c-header-menu .c-header-menu__drawer.is-open .c-header-menu-drawer__box .c-header-menu-drawer__toggle:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.c-header__inner .c-header-menu .c-header-menu__drawer.is-open .c-header-menu-drawer__box .c-header-menu-drawer__toggle:nth-child(2) {
  opacity: 0;
}
.c-header__inner .c-header-menu .c-header-menu__drawer.is-open .c-header-menu-drawer__box .c-header-menu-drawer__toggle:last-child {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.c-header__inner .c-header-menu .c-global-navigation__entry {
  position: absolute;
  display: table;
  right: 23vw;
  top: 0;
  bottom: 0;
  width: 26.6666666667vw;
  height: 10.6666666667vw;
  margin: auto;
}
@media (min-width: 52.1875em) {
  .c-header__inner .c-header-menu .c-global-navigation__entry {
    right: 0;
    top: 0;
    width: 13.8888888889vw;
    height: 100%;
  }
}
@media (min-width: 90.0625em) {
  .c-header__inner .c-header-menu .c-global-navigation__entry {
    width: 200px;
  }
}
.c-header__inner .c-header-menu .c-global-navigation__entry a {
  display: table-cell;
  width: 100%;
  height: 100%;
  border: solid 1px #E7211A;
  border-radius: 5.3333333333vw;
  box-sizing: border-box;
  color: #FFF;
  font-size: 4vw;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #E7211A;
  transition: background 0.5s 0s ease;
}
@media (min-width: 52.1875em) {
  .c-header__inner .c-header-menu .c-global-navigation__entry a {
    border-radius: 0;
    font-size: 1.387925052vw;
  }
}
@media (min-width: 90.0625em) {
  .c-header__inner .c-header-menu .c-global-navigation__entry a {
    font-size: 20px;
    font-weight: 700;
  }
}
.c-header__inner .c-header-menu .c-global-navigation__entry a:hover {
  color: #E7211A;
  background-color: #FFF;
}

/*
 * NAV
 * -------------------------------------------------------------------
 */
.c-global-navigation {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 0.3s;
  width: 100%;
  z-index: -1;
}
@media (min-width: 52.1875em) {
  .c-global-navigation {
    background-color: transparent;
    height: 100%;
    overflow: hidden;
    position: static;
    right: auto;
    top: auto;
    width: auto;
  }
}
.c-global-navigation.is-open {
  right: 0;
}
.c-global-navigation-menu {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 83.8461538462vw;
  padding: 31.7948717949vw 0;
}
@media (min-width: 52.1875em) {
  .c-global-navigation-menu {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    max-width: none;
    padding: 0 13.8888888889vw 0 0;
  }
}
@media (min-width: 90.0625em) {
  .c-global-navigation-menu {
    padding: 0 200px 0 0;
  }
}
.c-global-navigation-menu li {
  border-top: 0.2564102564vw solid #939393;
  color: #fff;
  display: block;
  font-size: 4.1025641026vw;
  font-weight: 700;
  position: relative;
  width: 100%;
}
@media (min-width: 52.1875em) {
  .c-global-navigation-menu li {
    align-items: center;
    border: none;
    color: #000;
    display: flex;
    font-size: 1.1111111111vw;
    height: 100%;
    justify-content: flex-start;
    justify-content: center;
    position: static;
    width: auto;
  }
}
@media (min-width: 90.0625em) {
  .c-global-navigation-menu li {
    font-size: 16px;
  }
}
.c-global-navigation-menu li:last-child {
  border-bottom: 0.2564102564vw solid #939393;
}
@media (min-width: 52.1875em) {
  .c-global-navigation-menu li:last-child {
    border: none;
  }
}
@media (min-width: 52.1875em) {
  .c-global-navigation-menu li:not(:first-child) {
    margin-left: 2.2222222222vw;
  }
}
@media (min-width: 90.0625em) {
  .c-global-navigation-menu li:not(:first-child) {
    margin-left: 32px;
  }
}
.c-global-navigation-menu li a {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 5.641025641vw 0;
  position: relative;
  width: 100%;
}
@media (min-width: 52.1875em) {
  .c-global-navigation-menu li a {
    padding: 0;
    position: static;
    transition: color 0.3s;
    width: auto;
  }
}
@media (min-width: 52.1875em) {
  .c-global-navigation-menu li a:hover {
    color: red;
  }
}

/*
 * FOOTER
 * -------------------------------------------------------------------
 */
.c-footer {
  margin-top: auto;
  background-color: #000;
  padding: 10.2564102564vw 0 16.4102564103vw;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .c-footer {
    padding: 6.6666666667vw 0 5.5555555556vw;
  }
}
@media (min-width: 90.0625em) {
  .c-footer {
    padding: 90px 0 40px;
  }
}
.c-footer__inner {
  margin: 0 auto;
  max-width: 85.641025641vw;
}
@media (min-width: 52.1875em) {
  .c-footer__inner {
    max-width: 83.3333333333vw;
  }
}
@media (min-width: 90.0625em) {
  .c-footer__inner {
    max-width: 1200px;
  }
}
.c-footer__inner .c-footer__top {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 40px;
  right: 40px;
  border: 0.2564102564vw solid #939393;
  border-radius: 50%;
  height: 12.3076923077vw;
  margin-top: 2.3076923077vw;
  overflow: hidden;
  width: 12.3076923077vw;
}
@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__top {
    border: 0.0694444444vw solid #939393;
    height: 3.6111111111vw;
    margin-top: 0.625vw;
    width: 3.6111111111vw;
  }
}
@media (min-width: 90.0625em) {
  .c-footer__inner .c-footer__top {
    border: 1px solid #939393;
    height: 52px;
    margin-top: 9px;
    width: 52px;
  }
}
.c-footer__inner .c-footer__top.show {
  display: block;
}
.c-footer__inner .c-footer__top.stop {
  position: absolute;
}
.c-footer__inner .c-footer__top.notactive {
  pointer-events: none;
}
.c-footer__inner .c-footer__top a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__top a:hover img {
    transition: all 0.3s;
  }
}
@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__top a:hover img:first-child {
    opacity: 0;
    transform: translate(-50%, -150%);
  }
}
@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__top a:hover img:last-child {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.c-footer__inner .c-footer__top a img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__top a img {
    width: 0.9027777778vw;
  }
}
@media (min-width: 90.0625em) {
  .c-footer__inner .c-footer__top a img {
    width: 13px;
  }
}
.c-footer__inner .c-footer__top a img:first-child {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.c-footer__inner .c-footer__top a img:last-child {
  opacity: 0;
  transform: translate(-50%, 100%);
}
.c-footer__inner .c-footer__logoarea {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 9.2307692308vw;
}
@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__logoarea {
    margin-bottom: 4.4444444444vw;
    text-align: center;
  }
}
@media (min-width: 90.0625em) {
  .c-footer__inner .c-footer__logoarea {
    margin-bottom: 70px;
  }
}
.c-footer__inner .c-footer__logoarea .c-footer__logo {
  width: 21.5384615385vw;
}
@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__logoarea .c-footer__logo {
    width: 13.8792505205vw;
    margin: auto;
  }
}
@media (min-width: 90.0625em) {
  .c-footer__inner .c-footer__logoarea .c-footer__logo {
    /* width: 130px; */
    width: 200px;
  }
}
.c-footer__inner .c-footer__logoarea .c-footer__logo a {
  display: block;
}
.c-footer__inner .c-footer__logoarea .c-footer__logo a img {
  height: auto;
  width: 100%;
}
.c-footer__inner .c-footer-info {
  width: 100%;
}
@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer-info {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-footer__inner .c-footer-info ul {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 14.358974359vw;
}
@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer-info ul {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2.2857142857vw;
  }
}
@media (min-width: 90.0625em) {
  .c-footer__inner .c-footer-info ul {
    margin-bottom: 20px;
  }
}
.c-footer__inner .c-footer-info ul li:not(:last-child) {
  margin: 0 0 5.1282051282vw;
}
@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer-info ul li:not(:last-child) {
    margin: 0 1.6666666667vw 0 0;
  }
}
@media (min-width: 90.0625em) {
  .c-footer__inner .c-footer-info ul li:not(:last-child) {
    margin: 0 24px 0 0;
  }
}
@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer-info ul li:not(:last-child)::after {
    display: inline-block;
    content: "";
    width: 0.5px;
    height: 16px;
    margin: 0 0 0 1.6666666667vw;
    vertical-align: middle;
    background-color: #FFF;
  }
}
@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer-info ul li:not(:last-child)::after {
    margin: 0 0 0 24px;
  }
}
.c-footer__inner .c-footer-info ul li a {
  color: #fff;
  font-size: 3.0769230769vw;
  font-weight: 700;
}
@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer-info ul li a {
    font-size: 0.9027777778vw;
    transition: color 0.3s;
  }
}
@media (min-width: 90.0625em) {
  .c-footer__inner .c-footer-info ul li a {
    font-size: 13px;
  }
}
@media (min-width: 90.0625em) {
  .c-footer__inner .c-footer-info ul li a:hover {
    color: #fff;
  }
}
.c-footer__inner .c-footer-info .c-footer-info__cr {
  color: #fff;
  font-size: 3.3333333333vw;
  font-weight: 400;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer-info .c-footer-info__cr {
    font-size: 0.9027777778vw;
    margin: 0;
  }
}
@media (min-width: 90.0625em) {
  .c-footer__inner .c-footer-info .c-footer-info__cr {
    font-size: 13px;
  }
}

/*
 * common
 * -------------------------------------------------------------------
 */
.hidden {
  display: none !important;
}

@media (min-width: 835px) {
  .desktop\:block {
    display: block !important;
  }
  .desktop\:flex {
    display: flex !important;
  }
  .desktop\:hidden {
    display: none !important;
  }
}
/*
 * btn
 * -------------------------------------------------------------------
 */
.btn a {
  display: inline-block;
  padding: 5.1282051282vw;
  border-radius: 15.3846153846vw;
  border: solid 0.2564102564vw #FFF;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  font-size: 5.1282051282vw;
  line-height: 1.2;
  vertical-align: middle;
  background-color: #FF2DAE;
  transition: background 0.5s 0s ease;
}
@media (min-width: 52.1875em) {
  .btn a {
    padding: 1.8055555556vw;
    border-radius: 5.4861111111vw;
    border: solid 0.0694444444vw #FF2DAE;
    font-size: 1.875vw;
  }
}
@media (min-width: 90.0625em) {
  .btn a {
    padding: 26px;
    border-radius: 79px;
    border: solid 1px #FF2DAE;
    font-size: 27px;
  }
}
@media (min-width: 52.1875em) {
  .btn a:hover {
    color: #FF2DAE;
    background-color: #FFF;
  }
}
.btn a:hover span {
  filter: brightness(0) invert(1);
}
.btn a span {
  padding-right: 1em;
  vertical-align: middle;
  background: url("../img/internship-excitechcamp2026/icon_ar.svg") right center no-repeat;
}
.btn__off {
  pointer-events: none;
  opacity: 0.5;
}
.btn__off a span {
  opacity: 0.4;
  padding-right: 0 !important;
  background: none !important;
}

/* btn-area */
.btn-area {
  overflow: hidden;
  padding: 2.5641025641vw;
  text-align: center;
  background-color: #FF2DAE;
  background: url("../img/internship-excitechcamp2026/btnarea_bg.jpg") center bottom no-repeat;
  background-size: cover;
}
@media (min-width: 52.1875em) {
  .btn-area {
    padding: 0.6944444444vw;
    background: url("../img/internship-excitechcamp2026/btnarea_bg.jpg") center bottom no-repeat;
    background-size: cover;
  }
}
@media (min-width: 90.0625em) {
  .btn-area {
    padding: 10px;
  }
}
.btn-area .btn-area__inner {
  display: block;
  border: solid 0.2564102564vw #FFF;
  padding: 10.2564102564vw;
}
@media (min-width: 52.1875em) {
  .btn-area .btn-area__inner {
    border: solid 0.0694444444vw #FFF;
    padding: 2.7777777778vw;
  }
}
@media (min-width: 90.0625em) {
  .btn-area .btn-area__inner {
    border: solid 1px #FFF;
    padding: 40px;
  }
}
.btn-area .btn-area__lead {
  margin-bottom: 1.2820512821vw;
  font-size: 5.1282051282vw;
  font-weight: 700;
  color: #FFF;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
}
@media (min-width: 52.1875em) {
  .btn-area .btn-area__lead {
    margin-bottom: 0.6944444444vw;
    font-size: 2.5vw;
  }
}
@media (min-width: 90.0625em) {
  .btn-area .btn-area__lead {
    margin-bottom: 10px;
    font-size: 36px;
  }
}
.btn-area .btn-area__dline {
  margin-bottom: 3.8461538462vw;
  font-size: 4.1025641026vw;
  font-weight: 500;
  color: #FFF;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
}
@media (min-width: 52.1875em) {
  .btn-area .btn-area__dline {
    margin-bottom: 2.0833333333vw;
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 90.0625em) {
  .btn-area .btn-area__dline {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.btn-area .btn-area__dline span {
  font-size: 4.6153846154vw;
}
@media (min-width: 52.1875em) {
  .btn-area .btn-area__dline span {
    font-size: 2.2916666667vw;
  }
}
@media (min-width: 90.0625em) {
  .btn-area .btn-area__dline span {
    font-size: 33px;
  }
}
.btn-area .btn-area__btn a {
  width: 51.2820512821vw;
  color: #FF2DAE;
  background-color: #FFF;
}
@media (min-width: 52.1875em) {
  .btn-area .btn-area__btn a {
    width: 32.6388888889vw;
    border: solid 1px #FFF;
  }
}
@media (min-width: 90.0625em) {
  .btn-area .btn-area__btn a {
    width: 470px;
  }
}
@media (min-width: 52.1875em) {
  .btn-area .btn-area__btn a:hover {
    border: solid 1px #FFF;
    color: #FFF;
    background-color: #FF2DAE;
  }
}

/*
 * tab
 * -------------------------------------------------------------------
 */
.tab-list {
  display: flex;
  flex-flow: row;
  gap: 5%;
  justify-content: center;
  margin-bottom: 3.8461538462vw;
  border-bottom: 2.5641025641vw solid #545454;
}
@media (min-width: 52.1875em) {
  .tab-list {
    margin-bottom: 3.4722222222vw;
    border-bottom: 0.6944444444vw solid #545454;
  }
}
@media (min-width: 90.0625em) {
  .tab-list {
    margin-bottom: 50px;
    border-bottom: 10px solid #545454;
  }
}
.tab-list .tab-list-item {
  text-align: center;
  flex: 0 0 42%;
  display: table;
  padding: 3.5897435897vw 2.5641025641vw 2.5641025641vw;
  border: solid 0.5128205128vw #545454;
  border-bottom: 0;
  font-weight: 700;
  font-size: 4.6153846154vw;
  background-color: #FFF;
  cursor: pointer;
  transition: background 0.5s 0s ease, color 0.5s 0s ease;
}
@media (min-width: 52.1875em) {
  .tab-list .tab-list-item {
    padding: 2.0138888889vw 1.3888888889vw 1.3888888889vw;
    border: solid 0.1388888889vw #545454;
    border-bottom: 0;
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 90.0625em) {
  .tab-list .tab-list-item {
    padding: 29px 20px 20px;
    border: solid 2px #545454;
    border-bottom: 0;
    font-size: 24px;
  }
}
.tab-list .tab-list-item:hover {
  background: rgba(0, 224, 255, 0.3);
}
.tab-list .tab-list-item.active {
  position: relative;
  border: 0;
  color: #FFF;
  background-color: #545454;
  pointer-events: none;
}
.tab-list .tab-list-item.active:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 0.5128205128vw;
  background-color: #FF2DAE;
}
@media (min-width: 52.1875em) {
  .tab-list .tab-list-item.active:before {
    height: 0.2777777778vw;
  }
}
@media (min-width: 90.0625em) {
  .tab-list .tab-list-item.active:before {
    height: 4px;
  }
}
.tab-list .tab-list-item.disabled {
  position: relative;
  pointer-events: none;
  border-color: #CCC;
}
.tab-list .tab-list-item.disabled:before, .tab-list .tab-list-item.disabled:after {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
}
.tab-list .tab-list-item.disabled:before {
  content: "本年度の募集の予定はありません";
  top: -10.2564102564vw;
  width: 30.7692307692vw;
  padding: 1.2820512821vw;
  font-size: 3.0769230769vw;
  color: #FFF;
  font-weight: 500;
  background-color: #999;
}
@media (min-width: 52.1875em) {
  .tab-list .tab-list-item.disabled:before {
    top: -2.0833333333vw;
    width: 19.0972222222vw;
    padding: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90.0625em) {
  .tab-list .tab-list-item.disabled:before {
    top: -30px;
    width: 275px;
    padding: 10px 0;
    font-size: 16px;
  }
}
.tab-list .tab-list-item.disabled:after {
  top: 0.7692307692vw;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #999 transparent transparent transparent;
}
@media (min-width: 52.1875em) {
  .tab-list .tab-list-item.disabled:after {
    top: 0.4861111111vw;
  }
}
@media (min-width: 90.0625em) {
  .tab-list .tab-list-item.disabled:after {
    top: 7px;
  }
}
.tab-list .tab-list-item.disabled span {
  opacity: 0.3;
}
.tab-list .tab-list-item span {
  display: table-cell;
  vertical-align: middle;
}
.tab-list__scrollx {
  justify-content: left;
  overflow-x: scroll;
  margin-top: -7.6923076923vw;
  padding-top: 7.6923076923vw;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 52.1875em) {
  .tab-list__scrollx {
    margin-top: -2.0833333333vw;
    padding-top: 2.0833333333vw;
    justify-content: center;
  }
}
@media (min-width: 90.0625em) {
  .tab-list__scrollx {
    margin-top: -30px;
    padding-top: 30px;
  }
}
.tab-list__scrollx::-webkit-scrollbar {
  display: none;
}

@media (min-width: 52.1875em) {
  .tab-list__3 {
    gap: 4%;
  }
  .tab-list__3 .tab-list-item {
    flex: 0 0 28%;
  }
  .tab-list__4 {
    gap: 3%;
  }
  .tab-list__4 .tab-list-item {
    flex: 0 0 21%;
  }
  .tab-list__5 {
    gap: 2%;
  }
  .tab-list__5 .tab-list-item {
    flex: 0 0 17%;
  }
}
.tab-contents .tab-contents-item {
  display: none;
}
.tab-contents .tab-contents-item.show {
  display: block;
}

/*
 * fv
 * -------------------------------------------------------------------
 */
.fv__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 130.7692307692vw;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 52.1875em) {
  .fv__inner {
    height: 50vw;
    background-size: cover;
  }
}
@media (min-width: 90.0625em) {
  .fv__inner {
    height: 720px;
  }
}
.fv__inner .fv__frame {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2.5641025641vw #FF2DAE;
  border-bottom: 0;
}
@media (min-width: 52.1875em) {
  .fv__inner .fv__frame {
    border: solid 1.9444444444vw #FF2DAE;
    border-bottom: 0;
  }
}
@media (min-width: 90.0625em) {
  .fv__inner .fv__frame {
    border: solid 28px #FF2DAE;
    border-bottom: 0;
  }
}
.fv__inner .fv-titlearea {
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .fv__inner .fv-titlearea {
    height: 50vw;
    max-height: 720px;
  }
}
.fv__inner .fv-titlearea img {
  width: 100%;
  height: auto;
  margin: auto;
}
@media (min-width: 52.1875em) {
  .fv__inner .fv-titlearea img {
    max-width: 1440px;
  }
}
/*
 * concept
 * -------------------------------------------------------------------
 */
.concept {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.concept:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2.5641025641vw;
  margin: auto;
  background-color: #FF2DAE;
}
@media (min-width: 52.1875em) {
  .concept:after {
    height: 0.6944444444vw;
  }
}
@media (min-width: 90.0625em) {
  .concept:after {
    height: 10px;
  }
}
@media (min-width: 52.1875em) {
  .concept:after {
    height: 1.9444444444vw;
  }
}
@media (min-width: 90.0625em) {
  .concept:after {
    height: 28px;
  }
}
.concept .bg-title {
  display: none;
}
@media (min-width: 52.1875em) {
  .concept .bg-title {
    display: block;
    position: absolute;
    z-index: 0;
    margin: auto;
    font-weight: 900;
    font-size: 12.5vw;
    line-height: 1.8;
    letter-spacing: -0.05em;
    color: rgba(0, 0, 0, 0.05);
    font-family: Poppins, sans-serif;
    bottom: -6.25vw;
    right: 0;
  }
}
@media (min-width: 90.0625em) {
  .concept .bg-title {
    font-size: 180px;
    bottom: -90px;
  }
}
.concept__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15.3846153846vw 5.1282051282vw;
  box-sizing: border-box;
}
@media (min-width: 52.1875em) {
  .concept__inner {
    padding: 7.6388888889vw 1.3888888889vw 13.8888888889vw;
  }
}
@media (min-width: 90.0625em) {
  .concept__inner {
    padding: 110px 20px 200px;
  }
}
.concept__inner .concept__title {
  margin-bottom: 15.3846153846vw;
  font-size: 7.1794871795vw;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .concept__inner .concept__title {
    margin-bottom: 5.5555555556vw;
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 90.0625em) {
  .concept__inner .concept__title {
    margin-bottom: 80px;
    font-size: 32px;
  }
}
.concept__inner .concept__title .en {
  display: block;
  font-weight: normal;
  font-size: 4.1025641026vw;
  color: #B31F8C;
}
@media (min-width: 52.1875em) {
  .concept__inner .concept__title .en {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90.0625em) {
  .concept__inner .concept__title .en {
    font-size: 20px;
  }
}
@media (min-width: 52.1875em) {
  .concept__inner .concept__col {
    display: flex;
    max-width: 1200px;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin: auto;
    padding: 0;
    gap: 5.2777777778vw;
  }
}
@media (min-width: 90.0625em) {
  .concept__inner .concept__col {
    gap: 76px;
  }
}
.concept__inner .concept__col .concept__textarea {
  overflow: hidden;
}
@media (min-width: 52.1875em) {
  .concept__inner .concept__col .concept__textarea {
    width: calc(100% - 33.1944444444vw);
  }
}
@media (min-width: 90.0625em) {
  .concept__inner .concept__col .concept__textarea {
    width: calc(100% - 478px);
  }
}
.concept__inner .concept__col .concept__textarea .concept__lead {
  margin-bottom: 5.1282051282vw;
  font-size: 6.1538461538vw;
  font-weight: 700;
  color: #FFF;
  text-indent: -0.5em;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .concept__inner .concept__col .concept__textarea .concept__lead {
    margin-bottom: 2.0833333333vw;
    font-size: 2.2222222222vw;
    text-align: left;
  }
}
@media (min-width: 90.0625em) {
  .concept__inner .concept__col .concept__textarea .concept__lead {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.concept__inner .concept__col .concept__textarea .concept__lead span {
  display: inline;
  padding: 0 0.5em 0 0;
  background-color: #FF2DAE;
}
.concept__inner .concept__col .concept__textarea .concept__sub-lead {
  margin-bottom: 3.8461538462vw;
  font-size: 5.1282051282vw;
  font-weight: 700;
}
@media (min-width: 52.1875em) {
  .concept__inner .concept__col .concept__textarea .concept__sub-lead {
    margin-bottom: 2.0833333333vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90.0625em) {
  .concept__inner .concept__col .concept__textarea .concept__sub-lead {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.concept__inner .concept__col .concept__textarea .concept__text {
  font-size: 4.1025641026vw;
  line-height: 2;
}
@media (min-width: 52.1875em) {
  .concept__inner .concept__col .concept__textarea .concept__text {
    font-size: 1.1111111111vw;
    line-height: 2.25;
  }
}
@media (min-width: 90.0625em) {
  .concept__inner .concept__col .concept__textarea .concept__text {
    font-size: 16px;
  }
}
.concept__inner .concept__col .concept__textarea .concept__text:nth-child(3) {
  margin-bottom: 2em;
}
.concept__inner .concept__col .concept__textarea .concept__text:nth-child(5) {
  margin-bottom: 2em;
}
@media (min-width: 52.1875em) {
  .concept__inner .concept__col .concept__textarea .concept__text:nth-child(5) {
    margin-bottom: 0;
  }
}
.concept__inner .concept__col .concept__textarea .concept__text li {
  text-indent: -1em;
  padding-left: 1em;
}
.concept__inner .concept__col .concept__img {
  width: 100%;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .concept__inner .concept__col .concept__img {
    width: 33.1944444444vw;
  }
}
@media (min-width: 90.0625em) {
  .concept__inner .concept__col .concept__img {
    width: 478px;
  }
}
.concept__inner .concept__col .concept__img img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
@media (min-width: 52.1875em) {
  .concept__inner .concept__col .concept__img img {
    max-width: inherit;
  }
}

/*
 * requirements
 * -------------------------------------------------------------------
 */
.requirements {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #F4F4F4;
}
.requirements:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2.5641025641vw;
  margin: auto;
  background-color: #FF2DAE;
}
@media (min-width: 52.1875em) {
  .requirements:after {
    height: 0.6944444444vw;
  }
}
@media (min-width: 90.0625em) {
  .requirements:after {
    height: 10px;
  }
}
.requirements .bg-title {
  display: none;
}
@media (min-width: 52.1875em) {
  .requirements .bg-title {
    display: block;
    position: absolute;
    z-index: 0;
    margin: auto;
    font-weight: 900;
    font-size: 12.5vw;
    line-height: 1.8;
    letter-spacing: -0.05em;
    color: rgba(0, 0, 0, 0.05);
    font-family: Poppins, sans-serif;
    color: #FFF;
    top: -25%;
    left: -6.9444444444vw;
    transform: rotate(90deg);
    transform-origin: bottom left;
  }
}
@media (min-width: 90.0625em) {
  .requirements .bg-title {
    font-size: 180px;
    left: -100px;
  }
}
.requirements__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15.3846153846vw 5.1282051282vw;
  box-sizing: border-box;
}
@media (min-width: 52.1875em) {
  .requirements__inner {
    padding: 7.6388888889vw 1.3888888889vw 13.8888888889vw;
  }
}
@media (min-width: 90.0625em) {
  .requirements__inner {
    padding: 110px 20px 200px;
  }
}
.requirements__inner .requirements__title {
  margin-bottom: 15.3846153846vw;
  font-size: 7.1794871795vw;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .requirements__inner .requirements__title {
    margin-bottom: 5.5555555556vw;
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 90.0625em) {
  .requirements__inner .requirements__title {
    margin-bottom: 80px;
    font-size: 32px;
  }
}
.requirements__inner .requirements__title .en {
  display: block;
  font-weight: normal;
  font-size: 4.1025641026vw;
  color: #B31F8C;
}
@media (min-width: 52.1875em) {
  .requirements__inner .requirements__title .en {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90.0625em) {
  .requirements__inner .requirements__title .en {
    font-size: 20px;
  }
}
.requirements__inner .requirements-table {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.requirements__inner .requirements-table dl {
  overflow: hidden;
  width: 100%;
  border-bottom: solid 5.1282051282vw #F4F4F4;
}
@media (min-width: 52.1875em) {
  .requirements__inner .requirements-table dl {
    display: table;
    border-bottom: solid 1.3888888889vw #F4F4F4;
  }
}
@media (min-width: 90.0625em) {
  .requirements__inner .requirements-table dl {
    border-bottom: solid 20px #F4F4F4;
  }
}
.requirements__inner .requirements-table dt, .requirements__inner .requirements-table dd {
  display: block;
  width: 100%;
  padding: 3.8461538462vw;
  font-size: 4.1025641026vw;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .requirements__inner .requirements-table dt, .requirements__inner .requirements-table dd {
    display: table-cell;
    padding: 1.0416666667vw;
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90.0625em) {
  .requirements__inner .requirements-table dt, .requirements__inner .requirements-table dd {
    padding: 15px;
    font-size: 16px;
  }
}
.requirements__inner .requirements-table dt {
  color: #FFF;
  vertical-align: middle;
  border-bottom: solid 0.7692307692vw #FF2DAE;
  background-color: #545454;
}
@media (min-width: 52.1875em) {
  .requirements__inner .requirements-table dt {
    width: 16.6666666667vw;
    border-right: solid 0.3472222222vw #FF2DAE;
    border-bottom: 0;
  }
}
@media (min-width: 90.0625em) {
  .requirements__inner .requirements-table dt {
    width: 240px;
    border-right: solid 5px #FF2DAE;
  }
}
.requirements__inner .requirements-table dd {
  background-color: #FFF;
}
@media (min-width: 52.1875em) {
  .requirements__inner .requirements-table dd {
    width: calc(100% - 16.6666666667vw);
    padding: 1.3888888889vw 2.0833333333vw;
    text-align: left;
  }
}
@media (min-width: 90.0625em) {
  .requirements__inner .requirements-table dd {
    width: calc(100% - 240px);
    padding: 20px 30px;
  }
}
.requirements__inner .requirements-table dd li {
  padding: 1.2820512821vw 0;
}
@media (min-width: 52.1875em) {
  .requirements__inner .requirements-table dd li {
    padding: 0.3472222222vw 0;
  }
}
@media (min-width: 90.0625em) {
  .requirements__inner .requirements-table dd li {
    padding: 5px 0;
  }
}
.requirements__inner .requirements-table dd span {
  font-size: 3.3333333333vw;
}
@media (min-width: 52.1875em) {
  .requirements__inner .requirements-table dd span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90.0625em) {
  .requirements__inner .requirements-table dd span {
    font-size: 14px;
  }
}
.requirements__inner .requirements-table dd.requirements__schedule {
  letter-spacing: -0.05em;
}
@media (min-width: 52.1875em) {
  .requirements__inner .requirements-table dd.requirements__schedule li {
    display: inline-block;
	width:18em;
    padding-right: 1em;
  }
}
.requirements__inner .requirements-table dd.requirements__dline li {
  font-weight: 500;
}
@media (min-width: 52.1875em) {
  .requirements__inner .requirements-table dd.requirements__dline li {
    display: inline-block;
	width:18em;
    padding-right: 1em;
  }
}
.requirements__inner .requirements-table dd.requirements__format span {
  display: block;
  padding-top: 0.5em;
  text-align: left;
}
.requirements__inner .requirements-table dd.requirements__target {
  text-align: left;
}
.requirements__inner .requirements-table dd.requirements__target li {
  padding: 2.0512820513vw 0 2.0512820513vw 1em;
  text-indent: -1em;
}
@media (min-width: 52.1875em) {
  .requirements__inner .requirements-table dd.requirements__target li {
    padding: 0.5555555556vw 0 0.5555555556vw 1em;
  }
}
@media (min-width: 90.0625em) {
  .requirements__inner .requirements-table dd.requirements__target li {
    padding: 8px 0 8px 1em;
  }
}
.requirements__inner .requirements-table dd.requirements__target li span {
  color: #B31F8C;
}
.requirements__inner .requirements-table dd.requirements__flow li {
  padding: 1.2820512821vw 0;
  text-align: left;
  font-size: 3.8461538462vw;
}
@media (min-width: 52.1875em) {
  .requirements__inner .requirements-table dd.requirements__flow li {
    padding: 0.3472222222vw 0;
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 90.0625em) {
  .requirements__inner .requirements-table dd.requirements__flow li {
    padding: 5px 0;
    font-size: 15px;
  }
}
.requirements__inner .requirements-table dd.requirements__flow li.ar {
  color: #CCC;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .requirements__inner .requirements-table dd.requirements__flow li.ar {
    text-align: left;
    padding-left: 0.6em;
  }
}
.requirements__inner .requirements-table dd.requirements__flow li.offer {
  display: inline-block;
  width: auto;
  margin-bottom: 2.5641025641vw;
  padding: 0.7692307692vw 3.8461538462vw;
  color: #FFF;
  background-color: #F00;
}
@media (min-width: 52.1875em) {
  .requirements__inner .requirements-table dd.requirements__flow li.offer {
    margin-bottom: 0.6944444444vw;
    padding: 0.2083333333vw 1.0416666667vw;
  }
}
@media (min-width: 90.0625em) {
  .requirements__inner .requirements-table dd.requirements__flow li.offer {
    margin-bottom: 10px;
    padding: 3px 15px;
  }
}
.requirements__inner .requirements-table dd.requirements__flow li span {
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 4.6153846154vw;
  font-weight: 500;
}
@media (min-width: 52.1875em) {
  .requirements__inner .requirements-table dd.requirements__flow li span {
    text-align: left;
    font-size: 1.25vw;
  }
}
@media (min-width: 90.0625em) {
  .requirements__inner .requirements-table dd.requirements__flow li span {
    font-size: 18px;
  }
}

/*
 * courses
 * -------------------------------------------------------------------
 */
.courses {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.courses:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2.5641025641vw;
  margin: auto;
  background-color: #FF2DAE;
}
@media (min-width: 52.1875em) {
  .courses:after {
    height: 0.6944444444vw;
  }
}
@media (min-width: 90.0625em) {
  .courses:after {
    height: 10px;
  }
}
.courses .bg-title {
  display: none;
}
@media (min-width: 52.1875em) {
  .courses .bg-title {
    display: block;
    position: absolute;
    z-index: 0;
    margin: auto;
    font-weight: 900;
    font-size: 12.5vw;
    line-height: 1.8;
    letter-spacing: -0.05em;
    color: rgba(0, 0, 0, 0.05);
    font-family: Poppins, sans-serif;
    top: 40%;
    right: -7%;
    transform: rotate(-90deg);
    transform-origin: bottom right;
  }
}
@media (min-width: 90.0625em) {
  .courses .bg-title {
    font-size: 180px;
  }
}
.courses__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15.3846153846vw 5.1282051282vw;
  box-sizing: border-box;
}
@media (min-width: 52.1875em) {
  .courses__inner {
    padding: 7.6388888889vw 1.3888888889vw 13.8888888889vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner {
    padding: 110px 20px 200px;
  }
}
.courses__inner .courses__title {
  margin-bottom: 15.3846153846vw;
  font-size: 7.1794871795vw;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses__title {
    margin-bottom: 5.5555555556vw;
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses__title {
    margin-bottom: 80px;
    font-size: 32px;
  }
}
.courses__inner .courses__title .en {
  display: block;
  font-weight: normal;
  font-size: 4.1025641026vw;
  color: #B31F8C;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses__title .en {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses__title .en {
    font-size: 20px;
  }
}
.courses__inner .courses-skill {
  overflow: hidden;
  width: 100%;
  margin-bottom: 7.6923076923vw;
  padding: 5.1282051282vw;
  border-radius: 2.5641025641vw;
  box-sizing: border-box;
  text-align: center;
  background-color: #F4F4F4;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-skill {
    margin-bottom: 4.8611111111vw;
    padding: 2.0833333333vw;
    border-radius: 0.6944444444vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-skill {
    margin-bottom: 70px;
    padding: 30px;
    border-radius: 10px;
  }
}
.courses__inner .courses-skill .courses-skill__title {
  margin-bottom: 2.5641025641vw;
  font-size: 7.1794871795vw;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-skill .courses-skill__title {
    margin-bottom: 1.3888888889vw;
    font-size: 1.9444444444vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-skill .courses-skill__title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.courses__inner .courses-skill .courses-skill__title span {
  position: relative;
  display: block;
  width: 25.641025641vw;
  margin: 0 auto 6.1538461538vw;
  padding: 1.2820512821vw 2.5641025641vw;
  border-radius: 1.2820512821vw;
  font-size: 3.8461538462vw;
  line-height: 1.2;
  font-weight: 700;
  background-color: #FFF;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-skill .courses-skill__title span {
    display: inline-block;
    width: auto;
    margin: 0 1.6666666667vw 0 0;
    padding: 0.3472222222vw 0.6944444444vw;
    border-radius: 0.3472222222vw;
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-skill .courses-skill__title span {
    margin-right: 24px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
  }
}
.courses__inner .courses-skill .courses-skill__title span:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -18px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 18px 6px 0 6px;
  border-color: #FFF transparent transparent transparent;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-skill .courses-skill__title span:after {
    right: -1.3888888889vw;
    left: inherit;
    top: 0;
    bottom: 0;
    border-width: 6px 0 6px 20px;
    border-color: transparent transparent transparent #FFF;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-skill .courses-skill__title span:after {
    right: -20px;
    border-width: 6px 0 6px 20px;
  }
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-skill ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 2.0833333333vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-skill ul {
    gap: 30px;
  }
}
.courses__inner .courses-skill ul + p {
  margin: 10.2564102564vw auto 0;
  padding: 5.1282051282vw;
  border-radius: 2.5641025641vw;
  font-size: 4.6153846154vw;
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
  background-color: #FFF;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-skill ul + p {
    width: 90%;
    margin: 2.7777777778vw auto 0;
    padding: 1.3888888889vw;
    border-radius: 0.6944444444vw;
    font-size: 1.25vw;
    text-align: center;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-skill ul + p {
    margin: 40px auto 0;
    padding: 20px;
    border-radius: 10px;
    font-size: 18px;
  }
}
.courses__inner .courses-skill li {
  width: 100%;
  margin-bottom: 7.6923076923vw;
  padding: 3.8461538462vw;
  border-radius: 2.0512820513vw;
  box-sizing: border-box;
  background-color: #FFF;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-skill li {
    width: 23.6111111111vw;
    margin-bottom: 0;
    padding: 1.0416666667vw;
    border-radius: 0.5555555556vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-skill li {
    width: 340px;
    padding: 15px;
    border-radius: 8px;
  }
}
.courses__inner .courses-skill dl {
  /* @include min-screen($TAB){
      width: vw(240);
  }
  @include min-screen($PC){
      width: 240px;
  } */
}
.courses__inner .courses-skill .courses-skill__img {
  margin: 0 auto 3.8461538462vw;
  font-weight: 500;
  font-size: 6.1538461538vw;
  color: #FFF;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-skill .courses-skill__img {
    margin: 0 auto 1.0416666667vw;
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-skill .courses-skill__img {
    margin: 0 auto 15px;
    font-size: 24px;
  }
}
.courses__inner .courses-skill .courses-skill__img img {
  width: 100%;
  height: auto;
  margin: 0 auto 3.8461538462vw;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-skill .courses-skill__img img {
    margin: 0 auto 1.0416666667vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-skill .courses-skill__img img {
    margin: 0 auto 15px;
  }
}
.courses__inner .courses-skill .courses-skill__img div {
  padding: 1.0256410256vw 0 1.0256410256vw 3.0769230769vw;
  border-left: solid 0.7692307692vw #FF2DAE;
  text-align: left;
  background-color: #545454;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-skill .courses-skill__img div {
    border-left: solid 0.2083333333vw #FF2DAE;
    padding: 0.2777777778vw 0 0.2777777778vw 0.8333333333vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-skill .courses-skill__img div {
    padding: 4px 0 4px 12px;
    border-left: solid 3px #FF2DAE;
  }
}
.courses__inner .courses-skill .courses-skill__img div span {
  font-size: 5.1282051282vw;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-skill .courses-skill__img div span {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-skill .courses-skill__img div span {
    font-size: 20px;
  }
}
.courses__inner .courses-skill .courses-skill__text {
  margin: auto;
  text-align: left;
  line-height: 1.6;
  font-size: 4.6153846154vw;
  font-weight: 500;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-skill .courses-skill__text {
    font-size: 1.25vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-skill .courses-skill__text {
    font-size: 18px;
  }
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-item__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5vw;
    margin-bottom: 4.4444444444vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-item__wrap {
    gap: 36px;
    margin-bottom: 64px;
  }
}
.courses__inner .courses-item__lead {
  width: 100%;
  line-height: 1.8;
  margin-bottom: 10.2564102564vw;
  font-weight: bold;
  font-size: 5.641025641vw;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-item__lead {
    margin-bottom: 2.7777777778vw;
    text-align: center;
    font-size: 1.5277777778vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-item__lead {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
.courses__inner .courses-item {
  margin-bottom: 7.6923076923vw;
  border: solid 0.5128205128vw #CCC;
  background-color: #FFF;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-item {
    width: calc((100% - 2.5vw) / 2);
    margin-bottom: 2.3611111111vw;
    border: solid 0.1388888889vw #CCC;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-item {
    width: calc((100% - 36px) / 2);
    margin-bottom: 34px;
    border: solid 2px #CCC;
  }
}
.courses__inner .courses-item .courses-item__titlearea {
  padding: 5.1282051282vw;
  border-bottom: solid 0.5128205128vw #CCC;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-item .courses-item__titlearea {
    display: flex;
    align-items: center;
    gap: 2.0833333333vw;
    padding: 2.0833333333vw;
    text-align: left;
    border-bottom: solid 0.1388888889vw #CCC;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-item .courses-item__titlearea {
    gap: 30px;
    padding: 30px;
    border-bottom: solid 2px #CCC;
  }
}
.courses__inner .courses-item .courses-item__titlearea .courses-item__icon {
  width: 15.3846153846vw;
  height: 15.3846153846vw;
  margin: 0 auto 2.5641025641vw;
  text-align: center;
  background: url("../img/internship-excitechcamp2026/courses_icon.svg") center center no-repeat #FF2DAE;
  background-size: contain;
  background-color: #545454;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-item .courses-item__titlearea .courses-item__icon {
    width: 6.25vw;
    height: 6.25vw;
    margin: 0;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-item .courses-item__titlearea .courses-item__icon {
    width: 90px;
    height: 90px;
  }
}
.courses__inner .courses-item .courses-item__titlearea .courses-item__icon.courses-item-icon__designer {
  background: url("../img/internship-excitechcamp2026/contents_icon.svg") center center no-repeat #FF2DAE;
}
.courses__inner .courses-item .courses-item__titlearea .courses-item__title {
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.4;
  /* span{
      font-size: svw(22);
      @include min-screen($TAB){
          display: block;
          text-indent: -.7em;
          font-size: vw(24);
      }
      @include min-screen($PC){
          font-size: 24px;
      }
  } */
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-item .courses-item__titlearea .courses-item__title {
    width: calc(100% - 8.3333333333vw);
    font-size: 1.9444444444vw;
    align-self: center;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-item .courses-item__titlearea .courses-item__title {
    width: calc(100% - 120px);
    font-size: 28px;
  }
}
.courses__inner .courses-item .courses-item__titlearea .courses-item-title__designer05 span {
  font-size: 4.8717948718vw;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-item .courses-item__titlearea .courses-item-title__designer05 span {
    font-size: 1.4583333333vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-item .courses-item__titlearea .courses-item-title__designer05 span {
    font-size: 21px;
  }
}
.courses__inner .courses-item .courses-item__textarea {
  padding: 7.6923076923vw;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-item .courses-item__textarea {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-item .courses-item__textarea {
    padding: 30px;
  }
}
.courses__inner .courses-item .courses-item__textarea .courses-item__lang {
  margin-bottom: 5.1282051282vw;
  padding-bottom: 3.8461538462vw;
  text-align: center;
  border-bottom: 0.2564102564vw solid #D9D9D9;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-item .courses-item__textarea .courses-item__lang {
    display: flex;
    align-items: center;
    gap: 1.3888888889vw;
    margin-bottom: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
    border-bottom: 0.0694444444vw solid #D9D9D9;
    text-align: left;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-item .courses-item__textarea .courses-item__lang {
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
  }
}
.courses__inner .courses-item .courses-item__textarea .courses-item__lang dt {
  display: inline-block;
  width: 28.2051282051vw;
  margin-bottom: 2.5641025641vw;
  padding: 1.2820512821vw 6.4102564103vw;
  border-top: solid 0.5128205128vw #FF2DAE;
  font-size: 3.5897435897vw;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  background-color: #545454;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-item .courses-item__textarea .courses-item__lang dt {
    width: 7.6388888889vw;
    margin-bottom: 0;
    padding: 0.3472222222vw 1.7361111111vw;
    border-left: solid 0.2083333333vw #FF2DAE;
    border-top: 0;
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-item .courses-item__textarea .courses-item__lang dt {
    width: 110px;
    padding: 5px 25px;
    border-left: solid 3px #FF2DAE;
    font-size: 14px;
  }
}
.courses__inner .courses-item .courses-item__textarea .courses-item__lang dd {
  font-size: 5.1282051282vw;
  font-weight: 500;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-item .courses-item__textarea .courses-item__lang dd {
    width: calc(100% - 9.0277777778vw);
    font-size: 1.25vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-item .courses-item__textarea .courses-item__lang dd {
    width: calc(100% - 130px);
    font-size: 18px;
  }
}
.courses__inner .courses-item .courses-item__textarea .courses-item__img {
  margin-bottom: 6.4102564103vw;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-item .courses-item__textarea .courses-item__img {
    margin-bottom: 1.7361111111vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-item .courses-item__textarea .courses-item__img {
    margin-bottom: 25px;
  }
}
.courses__inner .courses-item .courses-item__textarea .courses-item__img img {
  width: 100%;
  height: auto;
}
.courses__inner .courses-item .courses-item__textarea .courses-item__text {
  /* padding-top: svw(20); */
  line-height: 1.8;
  font-size: 4.1025641026vw;
}
@media (min-width: 52.1875em) {
  .courses__inner .courses-item .courses-item__textarea .courses-item__text {
    /* padding-top: vw(20); */
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90.0625em) {
  .courses__inner .courses-item .courses-item__textarea .courses-item__text {
    /* padding-top: 20px; */
    font-size: 16px;
  }
}

/*
 * interview
 * -------------------------------------------------------------------
 */
.interview {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.interview:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2.5641025641vw;
  margin: auto;
  background-color: #FF2DAE;
}
@media (min-width: 52.1875em) {
  .interview:after {
    height: 0.6944444444vw;
  }
}
@media (min-width: 90.0625em) {
  .interview:after {
    height: 10px;
  }
}
.interview__bg {
  position: absolute;
  width: 100%;
  height: 92.3076923077vw;
  z-index: 0;
  background: url("../img/internship-excitechcamp2026/interview_bg_sp.jpg") center top no-repeat;
  background-size: cover;
}
@media (min-width: 52.1875em) {
  .interview__bg {
    height: 36.1111111111vw;
    background: url("../img/internship-excitechcamp2026/interview_bg_pc.jpg") center bottom no-repeat;
    background-size: cover;
  }
}
@media (min-width: 90.0625em) {
  .interview__bg {
    height: 520px;
  }
}
.interview__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15.3846153846vw 5.1282051282vw;
  box-sizing: border-box;
  padding-top: 38.4615384615vw;
}
@media (min-width: 52.1875em) {
  .interview__inner {
    padding: 7.6388888889vw 1.3888888889vw 13.8888888889vw;
  }
}
@media (min-width: 90.0625em) {
  .interview__inner {
    padding: 110px 20px 200px;
  }
}
.interview__inner .interview__title {
  margin-bottom: 15.3846153846vw;
  font-size: 7.1794871795vw;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  padding-bottom: 30.7692307692vw;
}
@media (min-width: 52.1875em) {
  .interview__inner .interview__title {
    margin-bottom: 5.5555555556vw;
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 90.0625em) {
  .interview__inner .interview__title {
    margin-bottom: 80px;
    font-size: 32px;
  }
}
@media (min-width: 52.1875em) {
  .interview__inner .interview__title {
    padding-bottom: 0;
  }
}
.interview__inner .interview__title .en {
  display: block;
  font-weight: normal;
  font-size: 4.1025641026vw;
  color: #FF2DAE;
}
@media (min-width: 52.1875em) {
  .interview__inner .interview__title .en {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90.0625em) {
  .interview__inner .interview__title .en {
    font-size: 20px;
  }
}
.interview__inner .ineterview-item__wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #FFF;
}
@media (min-width: 52.1875em) {
  .interview__inner .ineterview-item__wrap {
    padding: 11.1111111111vw 6.9444444444vw 0;
  }
}
@media (min-width: 90.0625em) {
  .interview__inner .ineterview-item__wrap {
    padding: 160px 100px 0;
  }
}
.interview__inner .ineterview-item__wrap .bg-title {
  display: none;
}
@media (min-width: 52.1875em) {
  .interview__inner .ineterview-item__wrap .bg-title {
    display: block;
    position: absolute;
    z-index: 0;
    margin: auto;
    font-weight: 900;
    font-size: 12.5vw;
    line-height: 1.8;
    letter-spacing: -0.05em;
    color: rgba(0, 0, 0, 0.05);
    font-family: Poppins, sans-serif;
    top: -6.25vw;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 90.0625em) {
  .interview__inner .ineterview-item__wrap .bg-title {
    top: -100px;
    font-size: 180px;
  }
}
.interview__inner .interview-item {
  margin: 0 0 17.9487179487vw;
}
@media (min-width: 52.1875em) {
  .interview__inner .interview-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 3.4722222222vw;
    margin: 0 0 6.25vw;
  }
}
@media (min-width: 90.0625em) {
  .interview__inner .interview-item {
    gap: 50px;
    margin: 0 0 90px;
  }
}
.interview__inner .interview-item:last-of-type {
  margin-bottom: 0;
}
.interview__inner .interview-item .interview-item-profile {
  border: solid 0.5128205128vw #FF2DAE;
  margin-bottom: 7.6923076923vw;
  padding: 7.6923076923vw 6.4102564103vw;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .interview__inner .interview-item .interview-item-profile {
    width: 22.9166666667vw;
    flex-shrink: 0;
    border: solid 0.1388888889vw #FF2DAE;
    margin-bottom: 0;
    padding: 2.0833333333vw 1.7361111111vw;
  }
}
@media (min-width: 90.0625em) {
  .interview__inner .interview-item .interview-item-profile {
    width: 330px;
    border: solid 2px #FF2DAE;
    padding: 30px 25px;
  }
}
.interview__inner .interview-item .interview-item-profile .interview-item-profile__img {
  max-width: 160px;
  margin: 0 auto;
  padding-bottom: 2.5641025641vw;
}
@media (min-width: 52.1875em) {
  .interview__inner .interview-item .interview-item-profile .interview-item-profile__img {
    padding-bottom: 0.6944444444vw;
  }
}
@media (min-width: 90.0625em) {
  .interview__inner .interview-item .interview-item-profile .interview-item-profile__img {
    margin-bottom: 10px;
  }
}
.interview__inner .interview-item .interview-item-profile .interview-item-profile__img img {
  width: 100%;
  height: auto;
}
.interview__inner .interview-item .interview-item-profile .interview-item-profile__name {
  padding-bottom: 2.5641025641vw;
  font-size: 6.1538461538vw;
  font-weight: 700;
}
@media (min-width: 52.1875em) {
  .interview__inner .interview-item .interview-item-profile .interview-item-profile__name {
    padding-bottom: 0.6944444444vw;
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 90.0625em) {
  .interview__inner .interview-item .interview-item-profile .interview-item-profile__name {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.interview__inner .interview-item .interview-item-profile .interview-item-profile__text {
  font-size: 3.5897435897vw;
  text-align: left;
  line-height: 1.8;
}
@media (min-width: 52.1875em) {
  .interview__inner .interview-item .interview-item-profile .interview-item-profile__text {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90.0625em) {
  .interview__inner .interview-item .interview-item-profile .interview-item-profile__text {
    font-size: 14px;
  }
}
.interview__inner .interview-item .interview-item-profile .interview-item-profile__btn {
  display: block;
  width: 100%;
  margin-top: 7.6923076923vw;
  padding: 3.8461538462vw;
  border: solid 0.2564102564vw #FF2DAE;
  border-radius: 7.6923076923vw;
  font-weight: 500;
  font-size: 5.1282051282vw;
  color: #FF2DAE;
  background-color: #FFF;
  transition: all 0.4s ease;
}
@media (min-width: 52.1875em) {
  .interview__inner .interview-item .interview-item-profile .interview-item-profile__btn {
    margin-top: 2.0833333333vw;
    padding: 1.0416666667vw;
    border: solid 0.0694444444vw #FF2DAE;
    border-radius: 2.0833333333vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90.0625em) {
  .interview__inner .interview-item .interview-item-profile .interview-item-profile__btn {
    margin-top: 30px;
    padding: 15px;
    border: solid 1px #FF2DAE;
    border-radius: 30px;
    font-size: 20px;
  }
}
.interview__inner .interview-item .interview-item-profile .interview-item-profile__btn span {
  padding-right: 9.2307692308vw;
  background: url("../img/internship-excitechcamp2026/techblog_icon.svg") right center no-repeat;
  transition: all 0.4s ease;
}
@media (min-width: 52.1875em) {
  .interview__inner .interview-item .interview-item-profile .interview-item-profile__btn span {
    padding-right: 2.5vw;
  }
}
@media (min-width: 90.0625em) {
  .interview__inner .interview-item .interview-item-profile .interview-item-profile__btn span {
    padding-right: 36px;
  }
}
.interview__inner .interview-item .interview-item-profile .interview-item-profile__btn:hover {
  color: #FFF;
  background-color: #FF2DAE;
}
.interview__inner .interview-item .interview-item-profile .interview-item-profile__btn:hover span {
  background: url("../img/internship-excitechcamp2026/techblog_icon_w.svg") right center no-repeat;
}
.interview__inner .interview-item .interview-item__textarea {
  overflow: hidden;
  margin: 0;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .interview__inner .interview-item .interview-item__textarea {
    width: auto;
    text-align: left;
  }
}
.interview__inner .interview-item .interview-item__badge {
  overflow: hidden;
  display: inline-block;
  margin: 0 auto 2.5641025641vw;
  padding: 2.5641025641vw 5.1282051282vw 1.2820512821vw;
  box-sizing: border-box;
  font-size: 4.6153846154vw;
  font-weight: 700;
  color: #FFF;
  background-color: #FF2DAE;
}
@media (min-width: 52.1875em) {
  .interview__inner .interview-item .interview-item__badge {
    margin: 0;
    margin: 0 auto 1.0416666667vw;
    padding: 0.5555555556vw 1.3888888889vw;
    font-size: 1.25vw;
  }
}
@media (min-width: 90.0625em) {
  .interview__inner .interview-item .interview-item__badge {
    margin-bottom: 15px;
    padding: 8px 20px;
    font-size: 18px;
  }
}
.interview__inner .interview-item .interview-item__lead {
  margin-bottom: 5.1282051282vw;
  font-size: 6.6666666667vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.8;
}
@media (min-width: 52.1875em) {
  .interview__inner .interview-item .interview-item__lead {
    margin-bottom: 1.3888888889vw;
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 90.0625em) {
  .interview__inner .interview-item .interview-item__lead {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.interview__inner .interview-item .interview-item__text {
  line-height: 2;
  text-align: left;
  font-size: 4.1025641026vw;
}
@media (min-width: 52.1875em) {
  .interview__inner .interview-item .interview-item__text {
    line-height: 2.25;
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90.0625em) {
  .interview__inner .interview-item .interview-item__text {
    font-size: 16px;
  }
}

/*
 * faq
 * -------------------------------------------------------------------
 */
.faq {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.faq:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2.5641025641vw;
  margin: auto;
  background-color: #FF2DAE;
}
@media (min-width: 52.1875em) {
  .faq:after {
    height: 0.6944444444vw;
  }
}
@media (min-width: 90.0625em) {
  .faq:after {
    height: 10px;
  }
}
.faq .bg-title {
  display: none;
}
@media (min-width: 52.1875em) {
  .faq .bg-title {
    display: block;
    position: absolute;
    z-index: 0;
    margin: auto;
    font-weight: 900;
    font-size: 12.5vw;
    line-height: 1.8;
    letter-spacing: -0.05em;
    color: rgba(0, 0, 0, 0.05);
    font-family: Poppins, sans-serif;
    top: 0%;
    right: -7%;
    transform: rotate(-90deg);
    transform-origin: bottom right;
  }
}
@media (min-width: 90.0625em) {
  .faq .bg-title {
    font-size: 180px;
  }
}
.faq__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15.3846153846vw 5.1282051282vw;
  box-sizing: border-box;
  /* 線共通 */
}
@media (min-width: 52.1875em) {
  .faq__inner {
    padding: 7.6388888889vw 1.3888888889vw 13.8888888889vw;
  }
}
@media (min-width: 90.0625em) {
  .faq__inner {
    padding: 110px 20px 200px;
  }
}
.faq__inner .faq__title {
  margin-bottom: 15.3846153846vw;
  font-size: 7.1794871795vw;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .faq__inner .faq__title {
    margin-bottom: 5.5555555556vw;
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 90.0625em) {
  .faq__inner .faq__title {
    margin-bottom: 80px;
    font-size: 32px;
  }
}
.faq__inner .faq__title .en {
  display: block;
  font-weight: normal;
  font-size: 4.1025641026vw;
  color: #B31F8C;
}
@media (min-width: 52.1875em) {
  .faq__inner .faq__title .en {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90.0625em) {
  .faq__inner .faq__title .en {
    font-size: 20px;
  }
}
.faq__inner .faq-item {
  cursor: pointer;
  margin-bottom: 3.8461538462vw;
  padding: 0 5.1282051282vw;
  border: solid 0.5128205128vw #FF2DAE;
  border-radius: 2.0512820513vw;
  background-color: #FFF;
  transition: all 0.4s ease;
}
@media (min-width: 52.1875em) {
  .faq__inner .faq-item {
    margin-bottom: 2.0833333333vw;
    padding: 0 4.1666666667vw;
    border: solid 0.1388888889vw #FF2DAE;
    border-radius: 0.5555555556vw;
  }
}
@media (min-width: 90.0625em) {
  .faq__inner .faq-item {
    margin-bottom: 30px;
    padding: 0 60px;
    border: solid 2px #FF2DAE;
    border-radius: 8px;
  }
}
.faq__inner .faq-item:hover {
  background-color: #F4F4F4;
}
.faq__inner .faq-question {
  padding: 3.8461538462vw 7.6923076923vw 3.8461538462vw 0;
  font-weight: 500;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 4.6153846154vw;
}
@media (min-width: 52.1875em) {
  .faq__inner .faq-question {
    padding: 2.0833333333vw 0;
    font-size: 1.25vw;
  }
}
@media (min-width: 90.0625em) {
  .faq__inner .faq-question {
    padding: 30px 0;
    font-size: 18px;
  }
}
.faq__inner .faq-question span.q {
  padding-right: 0.5em;
  font-size: 6.1538461538vw;
  font-family: Poppins;
}
@media (min-width: 52.1875em) {
  .faq__inner .faq-question span.q {
    padding-right: 1em;
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 90.0625em) {
  .faq__inner .faq-question span.q {
    font-size: 24px;
  }
}
.faq__inner .faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 8.2051282051vw;
  height: 8.2051282051vw;
  border: solid 0.2564102564vw #FF2DAE;
  border-radius: 1.0256410256vw;
  background-color: #FFF;
  transform: translateY(-50%);
}
@media (min-width: 52.1875em) {
  .faq__inner .faq-icon {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    border: solid 0.0694444444vw #FF2DAE;
    border-radius: 0.2777777778vw;
  }
}
@media (min-width: 90.0625em) {
  .faq__inner .faq-icon {
    width: 32px;
    height: 32px;
    border: solid 1px #FF2DAE;
    border-radius: 4px;
  }
}
.faq__inner .faq-icon .line {
  position: absolute;
  background-color: #FF2DAE;
  left: 50%;
  top: 50%;
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.faq__inner .faq-icon .line.horizontal {
  width: 4.6153846154vw;
  height: 0.7692307692vw;
  transform: translate(-50%, -50%) rotate(0deg);
}
@media (min-width: 52.1875em) {
  .faq__inner .faq-icon .line.horizontal {
    width: 1.25vw;
    height: 0.2083333333vw;
  }
}
@media (min-width: 90.0625em) {
  .faq__inner .faq-icon .line.horizontal {
    width: 18px;
    height: 3px;
  }
}
.faq__inner .faq-icon .line.vertical {
  width: 0.7692307692vw;
  height: 4.6153846154vw;
  transform: translate(-50%, -50%) rotate(0deg);
}
@media (min-width: 52.1875em) {
  .faq__inner .faq-icon .line.vertical {
    width: 0.2083333333vw;
    height: 1.25vw;
  }
}
@media (min-width: 90.0625em) {
  .faq__inner .faq-icon .line.vertical {
    width: 3px;
    height: 18px;
  }
}
.faq__inner .faq-question.active .faq-icon .line.horizontal,
.faq__inner .faq-question.active .faq-icon .line.vertical {
  transform: translate(-50%, -50%) rotate(45deg);
}
.faq__inner .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
  font-size: 3.8461538462vw;
}
@media (min-width: 52.1875em) {
  .faq__inner .faq-answer {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90.0625em) {
  .faq__inner .faq-answer {
    font-size: 16px;
  }
}
.faq__inner .faq-answer.open {
  padding: 0 0 30px;
}

/*
 * contact
 * -------------------------------------------------------------------
 */
.contact {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #F4F4F4;
}
.contact:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2.5641025641vw;
  margin: auto;
  background-color: #FF2DAE;
}
@media (min-width: 52.1875em) {
  .contact:after {
    height: 0.6944444444vw;
  }
}
@media (min-width: 90.0625em) {
  .contact:after {
    height: 10px;
  }
}
.contact .bg-title {
  display: none;
}
@media (min-width: 52.1875em) {
  .contact .bg-title {
    display: block;
    position: absolute;
    z-index: 0;
    margin: auto;
    font-weight: 900;
    font-size: 12.5vw;
    line-height: 1.8;
    letter-spacing: -0.05em;
    color: rgba(0, 0, 0, 0.05);
    font-family: Poppins, sans-serif;
    color: #FFF;
    top: -25%;
    left: -6.9444444444vw;
    transform: rotate(90deg);
    transform-origin: bottom left;
  }
}
@media (min-width: 90.0625em) {
  .contact .bg-title {
    font-size: 180px;
    left: -100px;
  }
}
.contact__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15.3846153846vw 5.1282051282vw;
  box-sizing: border-box;
}
@media (min-width: 52.1875em) {
  .contact__inner {
    padding: 7.6388888889vw 1.3888888889vw 13.8888888889vw;
  }
}
@media (min-width: 90.0625em) {
  .contact__inner {
    padding: 110px 20px 200px;
  }
}
.contact__inner .contact__title {
  margin-bottom: 15.3846153846vw;
  font-size: 7.1794871795vw;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .contact__inner .contact__title {
    margin-bottom: 5.5555555556vw;
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 90.0625em) {
  .contact__inner .contact__title {
    margin-bottom: 80px;
    font-size: 32px;
  }
}
.contact__inner .contact__title .en {
  display: block;
  font-weight: normal;
  font-size: 4.1025641026vw;
  color: #B31F8C;
}
@media (min-width: 52.1875em) {
  .contact__inner .contact__title .en {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90.0625em) {
  .contact__inner .contact__title .en {
    font-size: 20px;
  }
}

/*
 * animation
 * -------------------------------------------------------------------
 */
.c-header.fade-in-top {
  -webkit-animation: fade-in-top 0.4s ease-out both;
          animation: fade-in-top 0.4s ease-out both;
}

.fv__inner:before,
.fv__inner:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}

.fv__inner:before {
  z-index: 2;
  background-color: #FF2DAE;
}

.fv__inner:after {
  z-index: 3;
  background-color: #FFF;
}

.js-fv.fv__inner:before, .js-fv.fv__inner:after {
  -webkit-animation: fv-top 0.35s ease-out both;
          animation: fv-top 0.35s ease-out both;
}
.js-fv.fv__inner:before {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
.js-fv.fv__inner:after {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.concept:after {
  -webkit-animation: contents-border 0.4s ease-out both;
          animation: contents-border 0.4s ease-out both;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}
.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.requirements:after, .scrolled.courses:after, .scrolled.interview:after {
  -webkit-animation: contents-border 0.4s ease-in both;
          animation: contents-border 0.4s ease-in both;
}
.scrolled.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.7s ease-out both;
          animation: fade-in-bottom 0.7s ease-out both;
}
.scrolled.fade-in-left {
  -webkit-animation: fade-in-left 0.4s ease-out both;
          animation: fade-in-left 0.4s ease-out both;
}
.scrolled.fade-in-title {
  -webkit-animation: fade-in-title 0.5s ease-out both;
          animation: fade-in-title 0.5s ease-out both;
}
.scrolled.fade-in-text {
  position: relative;
}
.scrolled.fade-in-text:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-animation: fade-in-text 0.7s ease-out both;
          animation: fade-in-text 0.7s ease-out both;
}
.requirements__inner .requirements-table dl.scrolled.fade-in-text:after {
  background-color: #F4F4F4;
}

.interview__inner .interview-item .interview-item__badge.scrolled.fade-in-text:after {
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
}

.scrolled.fade-in {
  -webkit-animation: fade-in 0.7s ease-out both;
          animation: fade-in 0.7s ease-out both;
}