@charset "UTF-8";
@import url(simplebar.min.css);
/*----- Application guideline -----*/
body.bg_grade_noise::before {
  width: calc(50% - 12.8571428571em);
  height: 85.7142857143em;
}
@media screen and (max-width: 768px) {
  body.bg_grade_noise::before {
    width: calc(50% - 4.1666666667em);
    height: 94.5833333333em;
  }
}

/* ------------------------------------------------
 article_header
------------------------------------------------ */
#article_header {
  overflow: visible;
}
#article_header > .inner {
  padding-top: 6.4285714286em;
  padding-bottom: 7.5714285714em;
}
#article_header .heading .en {
  width: 28.8571428571em;
}
#article_header .heading .ja {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #article_header > .inner {
    padding-top: 3.75em;
    padding-bottom: 4em;
  }
  #article_header .heading .en {
    width: 19em;
  }
  #article_header .heading .ja {
    margin-top: -0.3636363636em;
  }
}

/* ------------------------------------------------
 応募要項
------------------------------------------------ */
#guideline > .inner {
  padding-bottom: 8.5714285714em;
}
#guideline .tab_menu {
  display: flex;
  align-items: center;
  gap: 1.4285714286em;
}
#guideline .tab_menu .basic_btn {
  color: #535353;
  font-size: 1.1428571429em;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding-top: 1.25em;
  padding-bottom: 1.125em;
  flex-grow: 1;
  flex-basis: 50%;
  transition: background-color 0.2s ease;
}
#guideline .tab_menu .basic_btn::before {
  background-color: rgba(27, 63, 114, 0.1);
}
#guideline .tab_menu .basic_btn::after {
  content: none;
}
#guideline .tab_menu .basic_btn.selected {
  color: #fff;
  border-color: #1b3f72;
  background-color: #1b3f72;
  cursor: default;
}
@media screen and (min-width: 768.1px) {
  #guideline .tab_menu .basic_btn.selected:hover::before {
    width: 0;
  }
}
#guideline .tab_contents {
  margin-top: 2.5em;
  background-color: rgba(255, 255, 255, 0.7);
}
#guideline .tab_content {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
#guideline .tab_content.selected {
  height: auto;
  opacity: 1;
  overflow: visible;
  transition: opacity 0.4s ease-in-out;
}
#guideline .tab_content a {
  color: #1b3f72;
}
#guideline .tab_content table {
  border-spacing: 0 0;
  width: 100%;
  position: relative;
}
#guideline .tab_content table::before, #guideline .tab_content table::after {
  content: "";
  border-top: 1px solid #1b3f72;
  width: 100%;
  position: absolute;
  left: 0;
}
#guideline .tab_content table::before {
  top: -0.2857142857em;
}
#guideline .tab_content table::after {
  bottom: -0.3571428571em;
}
#guideline .tab_content table th, #guideline .tab_content table td {
  border-top: 1px solid #1b3f72;
}
#guideline .tab_content table tr:first-child th, #guideline .tab_content table tr:first-child td {
  border-top-color: #1b3f72;
}
#guideline .tab_content table tr:last-child th, #guideline .tab_content table tr:last-child td {
  border-bottom: 1px solid #1b3f72;
}
#guideline .tab_content table th {
  font-weight: bold;
  text-align: left;
  padding: 1.2142857143em 0 1.2142857143em 2.1428571429em;
  width: 14.2857142857em;
}
#guideline .tab_content table td {
  font-size: 0.9285714286em;
  padding: 1.1538461538em 0 1.1538461538em 0;
}
#guideline .tab_content table td .list {
  margin: 0;
  padding: 0;
}
#guideline .tab_content table td .list li {
  text-indent: -1em;
  padding-left: 1em;
}
#guideline .tab_content table td .list + *,
#guideline .tab_content table td * + .list {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #guideline > .inner {
    padding-bottom: 5.8333333333em;
  }
  #guideline .tab_menu {
    gap: 0.9166666667em;
  }
  #guideline .tab_menu .basic_btn {
    font-size: 1em;
    padding-top: 1em;
    padding-bottom: 0.9166666667em;
  }
  #guideline .tab_contents {
    margin-top: 1.6666666667em;
  }
  #guideline .tab_content table::before {
    top: -0.25em;
  }
  #guideline .tab_content table::after {
    bottom: -0.25em;
  }
  #guideline .tab_content table th {
    padding: 1.1666666667em 0 1.1666666667em 1.6666666667em;
    width: 7.7083333333em;
  }
  #guideline .tab_content table td {
    font-size: 1em;
    padding: 1.2083333333em 1.6666666667em 1.2083333333em 0;
  }
  #guideline .tab_content table td .list {
    margin: 0;
    padding: 0;
  }
  #guideline .tab_content table td .list li {
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* ------------------------------------------------
 選考の流れ
------------------------------------------------ */
#guideline .flow {
  margin-top: 7.5em;
}
#guideline .flow .body {
  margin-top: 2.8571428571em;
}
#guideline .flow .fig {
  color: #fff;
  list-style-type: none;
  background-image: linear-gradient(90deg, rgba(27, 63, 114, 0.75) 0%, rgba(215, 111, 0, 0.75) 100%);
  margin: 0 auto;
  padding: 0;
  height: 5.4285714286em;
  display: flex;
  align-items: stretch;
}
#guideline .flow .fig li {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  padding-left: 1em;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#guideline .flow .fig li::after {
  content: "";
  background: url(../images/application/flow_separator.svg) 0 0 no-repeat;
  background-size: contain;
  width: 1.4285714286em;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 100%;
  top: 0;
}
#guideline .flow .fig li:last-child {
  font-size: 1.4285714286em;
}
#guideline .flow .fig li:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  #guideline .flow {
    margin-top: 5.8333333333em;
  }
  #guideline .flow .body {
    margin-top: 1.9166666667em;
    width: auto;
    position: relative;
  }
  #guideline .flow .fig {
    width: 46.1666666667em;
    height: 4.5833333333em;
  }
  #guideline .flow .fig li {
    font-size: 0.9166666667em;
    padding-left: 0.5em;
  }
  #guideline .flow .fig li::after {
    background-size: 100% 100%;
    width: 1em;
  }
  #guideline .flow .fig li:last-child {
    font-size: 1.4285714286em;
  }
  #guideline .flow .fig li:last-child::after {
    content: none;
  }
  #guideline .flow .fig.parttime {
    width: 41.6666666667em;
  }
}