/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 100px;
}
@media (max-width: 767px) {
  :target {
    scroll-margin-top: 78px;
  }
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  border: medium;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.8em;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.7;
  }
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.bre::before {
  content: "\a";
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #fff;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #1A3565;
  }
  .table-scroll img {
    margin-bottom: 10px !important;
    width: 230%;
  }
  .table-scroll p {
    color: #fff;
    margin-top: 15px;
  }
}

.txt-note {
  font-size: 12px;
}
.txt-note.-large {
  font-size: 14px;
}

.w500 {
  font-weight: 500;
}

.w700 {
  font-weight: 700;
}

.tac {
  text-align: center;
}

.container {
  width: 90%;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
.container.-wide {
  max-width: 1246px;
}

.u-ttl {
  margin-bottom: 20px;
}
.u-ttl__jp {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .u-ttl__jp {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.u-ttl__en {
  font-family: "Poppins", sans-serif;
  color: #DF0011;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
}
@media (max-width: 767px) {
  .u-ttl__en {
    font-size: 42px;
  }
}

.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  min-height: 48px;
  text-align: center;
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
  border-radius: 100px;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.3s;
}
.more-btn:hover {
  background: #fff;
  color: #000000;
}

/*----------------------------------------------
header
----------------------------------------------*/
#vantan-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

#vantan-main {
  padding-top: 100px;
}
@media (max-width: 767px) {
  #vantan-main {
    padding-top: 80px;
  }
}

.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header-inr::before {
  content: "";
  width: 100vw;
  height: 0;
  border-top: 1px solid #919191;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header-inr #vantan-logo {
  margin: 0 !important;
}

.header-nav {
  padding: 10px 10px 0 0;
}
@media (max-width: 767px) {
  .header-nav {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    padding: 70px 30px;
    position: fixed;
    top: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.4s;
    opacity: 0;
    z-index: 99;
    border-top: 1px solid #000000;
    height: calc(100% - 25px);
  }
  .header-nav.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }
}
.header-nav ul {
  display: flex;
  gap: 25px;
}
@media (max-width: 767px) {
  .header-nav ul {
    flex-direction: column;
    gap: 15px;
  }
}
.header-nav ul > li {
  font-weight: 700;
}
@media (max-width: 767px) {
  .header-nav ul > li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header-nav ul > li > a {
    display: block;
    position: relative;
    padding-right: 15px;
  }
  .header-nav ul > li > a::before {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: 1px solid #DF0011;
    border-right: 1px solid #DF0011;
  }
}
.header-nav ul > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .header-nav ul > li > a:hover {
    text-decoration: none;
  }
}

.menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-btn {
    display: block;
    position: relative;
    z-index: 100;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .menu-btn .menu-btn-line {
    display: block;
    position: relative;
    width: 26px;
    height: 20px;
  }
}
.menu-btn .menu-btn-line span {
  display: block;
  width: 26px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #000000;
  transition: all 0.4s;
}
.menu-btn .menu-btn-line span:nth-child(1) {
  top: 2px;
}
.menu-btn .menu-btn-line span:nth-child(2) {
  top: 10px;
}
.menu-btn .menu-btn-line span:nth-child(3) {
  top: 18px;
}
.menu-btn.is-open .menu-btn-line span:nth-child(1) {
  top: 10px;
  transform: translateX(-50%) rotate(35deg);
}
.menu-btn.is-open .menu-btn-line span:nth-child(2) {
  display: none;
}
.menu-btn.is-open .menu-btn-line span:nth-child(3) {
  top: 10px;
  transform: translateX(-50%) rotate(-35deg);
}

/*----------------------------------------------
TOP
----------------------------------------------*/
.fixed-btns {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: repeat(2, 226px);
}
@media screen and (max-width: 767px) {
  .fixed-btns {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
.fixed-btns > li:not(:last-child) {
  border-right: 1px solid #fff;
}
.fixed-btns .-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DF0011;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  line-height: 1.3;
  transition: 0.3s;
  min-height: 68px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .fixed-btns .-btn {
    font-size: 13px;
    min-height: 58px;
  }
}
.fixed-btns .-btn:hover {
  opacity: 0.8;
}

.top-ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top-ttl {
    margin-bottom: 25px;
  }
}
.top-ttl__jp {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top-ttl__jp {
    font-size: 16px;
  }
}
.top-ttl__en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 1;
  color: #DF0011;
}
@media (max-width: 767px) {
  .top-ttl__en {
    font-size: 48px;
  }
}

.list-disc > li {
  padding-left: 10px;
  position: relative;
  line-height: 1.8;
}
.list-disc > li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
  background: #DF0011;
}
@media (max-width: 767px) {
  .list-disc > li::before {
    width: 4px;
    height: 4px;
  }
}
.list-disc.-white > li {
  color: #fff;
}
.list-disc.-white > li::before {
  background: #fff;
}

.mv {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .mv {
    margin-bottom: 0;
  }
}
.mv-img {
  width: 100%;
}
.mv-btn {
  position: absolute;
  bottom: 60px;
  left: 7.5%;
  z-index: 3;
  display: flex;
}
@media (max-width: 767px) {
  .mv-btn {
    position: static;
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .mv-btn .more-btn {
    width: 100%;
  }
}
.mv-btn .more-btn:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .mv-btn .more-btn:not(:last-child) {
    margin: 0 0 12px;
  }
}

.introduction {
  font-weight: 500;
}
.introduction .top-ttl__en {
  color: #fff;
}
@media (max-width: 767px) {
  .introduction .top-ttl__en {
    font-size: 42px;
  }
}
.introduction-top {
  background: #DF0011;
  color: #fff;
  padding: 90px 0 95px;
}
@media (max-width: 767px) {
  .introduction-top {
    padding: 50px 0 45px;
  }
}
.introduction-top__txt {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .introduction-top__txt {
    text-align: left;
    margin-bottom: 25px;
  }
}
.introduction-top__logo {
  width: 246px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .introduction-top__logo {
    width: 200px;
  }
}
.introduction-cont {
  position: relative;
  z-index: 2;
  padding: 0 40px 100px;
  background: linear-gradient(#DF0011 50px, #EEEEE6 50px);
}
@media (max-width: 767px) {
  .introduction-cont {
    background: linear-gradient(#DF0011 20px, #EEEEE6 20px);
    padding: 0 0 55px;
  }
}
.introduction-item {
  background: #fff;
  padding: 90px 40px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .introduction-item {
    background: none;
    padding: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.introduction-item__ttl {
  background: #000000;
  color: #fff;
  display: table;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 15px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .introduction-item__ttl {
    font-size: 24px;
    padding: 0 10px;
    position: static;
    transform: none;
    margin: 0 auto 30px;
  }
}
.introduction-item__inr {
  padding: 80px 48px 45px;
  position: relative;
  max-width: 1164px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .introduction-item__inr {
    padding: 45px 0 30px;
    max-width: none;
  }
}
.introduction-item__inr__ttl {
  background: #000000;
  color: #fff;
  display: table;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  line-height: 1.15;
  padding: 0 15px 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .introduction-item__inr__ttl {
    white-space: nowrap;
    font-size: 24px;
    padding: 0 15px 8px;
    min-width: 200px;
  }
}
.introduction-item__inr__ttl .-small {
  font-size: 25px;
}
@media (max-width: 767px) {
  .introduction-item__inr__ttl .-small {
    font-size: 16px;
  }
}
.introduction-item__border {
  border: 1px solid #BBBB86;
}
@media (max-width: 767px) {
  .introduction-item__border {
    padding: 0 15px 20px;
  }
}
.introduction-item__txt {
  max-width: 1010px;
  margin: 0 auto;
}
.introduction-item__layout {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .introduction-item__layout {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.introduction-item__layout .-desc {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .introduction-item__layout .-desc {
    padding: 0;
  }
}
.introduction-item__layout .-box {
  background: #EEEEE6;
  padding: 18px 20px 30px;
}
@media (max-width: 767px) {
  .introduction-item__layout .-box {
    padding: 0;
  }
}
.introduction-item__layout .-box .-box-ttl {
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 0 20px;
  display: table;
  margin: 0 auto 10px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .introduction-item__layout .-box .-box-ttl {
    background: none;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 0;
    margin: 0 auto 15px;
    position: relative;
    z-index: 1;
  }
  .introduction-item__layout .-box .-box-ttl::before {
    content: "";
    width: 100%;
    height: 0;
    border-top: 1px solid #000000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
  .introduction-item__layout .-box .-box-ttl span {
    display: inline-block;
    background: #EEEEE6;
    padding: 0 15px;
  }
}
.introduction-item__layout .-box .-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 105px;
}
@media (max-width: 767px) {
  .introduction-item__layout .-box .-wrap {
    display: block;
    max-height: none;
  }
  .introduction-item__layout .-box .-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
}
.introduction-item__layout .-box .-wrap img {
  width: auto;
  max-height: 105px;
}
@media (max-width: 767px) {
  .introduction-item__layout .-box .-wrap img {
    max-height: none;
  }
  .introduction-item__layout .-box .-wrap img:nth-child(1) {
    float: left;
    width: 96px;
    margin-right: 30px !important;
  }
  .introduction-item__layout .-box .-wrap img:nth-child(2) {
    margin-bottom: 20px;
  }
}
.introduction-item__layout .-box .-wrap img:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .introduction-item__layout .-box .-wrap img:not(:last-child) {
    margin-right: 0;
  }
}
.introduction-item__inrRed {
  margin: 0 auto;
  background: #DF0011;
  padding: 35px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .introduction-item__inrRed {
    max-width: none;
    padding: 10px 15px 15px;
    position: relative;
    margin-top: 15px;
  }
}
.introduction-item__inrRed .-wrap {
  display: flex;
  align-items: center;
  margin-left: 14.5%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .introduction-item__inrRed .-wrap {
    display: block;
    margin: 0;
  }
}
.introduction-item__inrRed .-left {
  margin-right: 7%;
}
@media (max-width: 767px) {
  .introduction-item__inrRed .-left {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.introduction-item__inrRed .-left .-ttl {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .introduction-item__inrRed .-left .-ttl {
    color: #000000;
    font-size: 24px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
}
.introduction-item__inrRed .-left .-sub {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .introduction-item__inrRed .-left .-sub {
    font-size: 12px;
    text-align: center;
  }
}
.introduction-item__inrRed .-right {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .introduction-item__inrRed .-right {
    padding-right: 0;
    font-size: 14px;
  }
  .introduction-item__inrRed .-right .list-disc > li {
    font-size: 14px;
  }
  .introduction-item__inrRed .-right .list-disc > li::before {
    top: 11px;
  }
}
.introduction-cross {
  text-align: center;
  padding: 35px 0;
}
@media (max-width: 767px) {
  .introduction-cross {
    padding: 45px 0;
    position: relative;
    z-index: 1;
  }
  .introduction-cross::before {
    content: "";
    width: 100%;
    height: 38px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff;
    z-index: -1;
  }
}
.introduction-cross img {
  width: 61px;
}
.introduction-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
}
@media (max-width: 767px) {
  .introduction-list {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.introduction-list__item {
  display: flex;
  align-items: flex-end;
}
.introduction-list__img {
  width: 51%;
  margin-bottom: 45px;
}
.introduction-list__img img {
  width: 100%;
  height: auto;
}
.introduction-list__desc {
  flex: 1;
  position: relative;
  z-index: 3;
  margin-left: -18px;
}
.introduction-list__logo {
  width: 160px;
  margin-left: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .introduction-list__logo {
    width: 150px;
    margin-bottom: 15px;
  }
}
.introduction-list__box {
  padding: 20px 20px 30px 35px;
  min-height: 176px;
}
@media (max-width: 767px) {
  .introduction-list__box {
    padding: 20px 15px 30px 30px;
    min-height: 150px;
  }
}
.introduction-list__box.-green {
  border: 1px solid #009A3E;
}
.introduction-list__box.-green .-ttl {
  color: #009A3E;
}
.introduction-list__box.-green .list-disc > li::before {
  background: #009A3E;
}
.introduction-list__box.-navy {
  border: 1px solid #1F286E;
}
.introduction-list__box.-navy .-ttl {
  color: #1F286E;
}
.introduction-list__box.-navy .list-disc > li::before {
  background: #1F286E;
}
.introduction-list__box.-purple {
  border: 1px solid #AE57CB;
}
.introduction-list__box.-purple .-ttl {
  color: #AE57CB;
}
.introduction-list__box.-purple .list-disc > li::before {
  background: #AE57CB;
}
.introduction-list__box .-ttl {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .introduction-list__box .-ttl {
    font-size: 28px;
  }
}
.introduction-list__box .list-disc > li {
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .introduction-list__box .list-disc > li {
    font-size: 12px;
  }
}
.introduction-list__box .list-disc > li::before {
  top: 10px;
}
@media (max-width: 767px) {
  .introduction-list__box .list-disc > li::before {
    top: 9px;
  }
}
.introduction-en {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 60px;
  color: #DF0011;
  letter-spacing: 0;
  line-height: 1;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .introduction-en {
    font-size: 38px;
    padding: 20px 0 50px;
  }
}

#study:target {
  scroll-margin-top: 125px;
}
@media (max-width: 767px) {
  #study:target {
    scroll-margin-top: 78px;
  }
}

.features {
  padding: 100px 0 270px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .features {
    padding: 50px 0 75px;
  }
  .features .container {
    width: 100%;
  }
}
.features::before {
  content: "";
  width: 86.5%;
  max-width: 1245px;
  height: calc(100% - 310px);
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  background: #EEEEE6;
  z-index: -1;
}
@media (max-width: 767px) {
  .features::before {
    display: none;
  }
}
.features-layout {
  display: flex;
}
@media (max-width: 767px) {
  .features-layout {
    display: block;
  }
}
.features-layout:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .features-layout:not(:last-child) {
    margin-bottom: 50px;
  }
}
.features-layout__img {
  width: 64%;
  margin-left: -21%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .features-layout__img {
    width: 100%;
    margin-left: 0;
  }
}
.features-layout__img img {
  width: 100%;
  height: auto;
}
.features-layout__desc {
  width: 64%;
  margin-left: -7%;
  margin-top: 110px;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 53px 65px 45px 100px;
}
@media (max-width: 767px) {
  .features-layout__desc {
    width: 90%;
    margin: -20px auto 0;
    padding: 30px 15px 20px 30px;
    z-index: 3;
  }
}
.features-layout__desc::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #DF0011;
}
.features-layout__desc p {
  font-weight: 500;
}
.features-layout .l-ttl {
  font-size: 30px;
  font-weight: 700;
  color: #DF0011;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .features-layout .l-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.features-layout.-reverse {
  flex-direction: row-reverse;
}
.features-layout.-reverse .features-layout__img {
  margin-left: 0;
  margin-right: -21%;
}
@media (max-width: 767px) {
  .features-layout.-reverse .features-layout__img {
    margin-right: 0;
  }
}
.features-layout.-reverse .features-layout__desc {
  margin-left: 0;
  margin-right: -7%;
}
@media (max-width: 767px) {
  .features-layout.-reverse .features-layout__desc {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .features-layout.-reverse .features-layout__desc {
    margin: -20px auto 0;
  }
}

.course {
  background: linear-gradient(transparent 60px, #EEEEE6 60px);
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .course {
    background: #EEEEE6;
    padding: 40px 0 50px;
  }
}
.course .top-ttl {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .course .top-ttl {
    margin-bottom: 25px;
  }
}
.course-layout {
  display: flex;
  align-items: flex-end;
  padding-bottom: 65px;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .course-layout {
    display: block;
    margin-top: 75px;
    padding-bottom: 20px;
  }
}
.course-layout__img {
  flex: 1;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .course-layout__img {
    margin-bottom: 0;
  }
}
.course-layout__img img {
  width: 100%;
  height: auto;
}
.course-layout__desc {
  width: 524px;
  display: flex;
  justify-content: center;
  background: #E4E4DA;
  padding: 70px 20px 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .course-layout__desc {
    display: block;
    width: 86%;
    margin: -25px auto 0;
    padding: 0;
    background: none;
    z-index: 5;
  }
}
.course-layout__desc__inr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.course-layout__desc::before {
  content: "";
  width: 20vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20vw;
  background: #E4E4DA;
  z-index: -1;
}
@media (max-width: 767px) {
  .course-layout__desc::before {
    display: none;
  }
}
.course-layout__en {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.course-layout__en span {
  display: inline-block;
  background: #DF0011;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 49px;
  line-height: 1;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .course-layout__en span {
    font-size: 32px;
  }
}
.course-layout__en span:not(:last-child) {
  margin-bottom: 7px;
}
.course-layout__ttl {
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .course-layout__ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.course-layout__sub {
  font-size: 19px;
}
@media (max-width: 767px) {
  .course-layout__sub {
    font-size: 12px;
  }
}
.course-layout.-reverse {
  flex-direction: row-reverse;
  margin-top: 0;
}
.course-layout.-reverse .course-layout__desc::before {
  left: auto;
  right: -20vw;
}
.course-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media (max-width: 767px) {
  .course-list {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.course-list__item {
  display: flex;
  flex-direction: column;
}
.course-list__item.-green .course-list__school {
  background: #009A3E;
}
.course-list__item.-green .course-list__ttl .-sub {
  color: #009A3E;
}
.course-list__item.-navy .course-list__school {
  background: #1F286E;
}
.course-list__item.-navy .course-list__ttl .-sub {
  color: #1F286E;
}
.course-list__item.-purple .course-list__school {
  background: #AE57CB;
}
.course-list__item.-purple .course-list__ttl .-sub {
  color: #AE57CB;
}
.course-list__school {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .course-list__school {
    font-size: 13px;
  }
}
.course-list__img {
  position: relative;
}
.course-list__ttl {
  position: absolute;
  z-index: 2;
  left: 17px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 7px 10px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .course-list__ttl {
    left: 15px;
    padding: 5px 10px;
  }
}
.course-list__ttl .-sub {
  font-size: 15px;
  display: block;
}
@media (max-width: 767px) {
  .course-list__ttl .-sub {
    font-size: 13px;
  }
}
.course-list__ttl .-txt {
  font-size: 17px;
  display: block;
}
@media (max-width: 767px) {
  .course-list__ttl .-txt {
    font-size: 15px;
  }
}
.course-list__desc {
  background: #fff;
  padding: 20px 25px 30px;
  flex: 1;
}
@media (max-width: 767px) {
  .course-list__desc {
    padding: 15px 25px 25px;
    font-size: 14px;
  }
}
.course-list__dl {
  margin-top: 10px;
  line-height: 1.4;
}
.course-list__dl dt {
  color: #DF0011;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .course-list__dl dt {
    margin-bottom: 5px;
  }
}
.course-list__dl dd {
  font-size: 13px;
}
@media (max-width: 767px) {
  .course-list__dl dd {
    font-size: 12px;
  }
}

.voice {
  padding: 130px 0 100px;
}
@media (max-width: 767px) {
  .voice {
    padding: 50px 0 60px;
  }
}
.voice-cont {
  border: 1px solid #DF0011;
  padding: 80px 70px 35px;
  position: relative;
}
@media (max-width: 767px) {
  .voice-cont {
    padding: 50px 20px 30px;
  }
}
.voice .top-ttl {
  white-space: nowrap;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #fff;
  padding: 0 35px;
}
@media (max-width: 767px) {
  .voice .top-ttl {
    top: -20px;
    padding: 0 20px;
  }
}
.voice .top-ttl__en {
  font-size: 50px;
}
@media (max-width: 767px) {
  .voice .top-ttl__en {
    font-size: 28px;
  }
}
.voice-layout {
  display: grid;
  grid-template-columns: 270px 1fr;
  grid-gap: 45px;
}
@media (max-width: 767px) {
  .voice-layout {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .voice-layout__img {
    display: grid;
    grid-template-columns: 142px 1fr;
    grid-gap: 15px;
  }
}
.voice-layout__img img {
  width: 100%;
  height: auto;
}
.voice-layout__img figcaption {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .voice-layout__img figcaption {
    font-size: 11px;
    margin-top: 0;
    letter-spacing: 0;
    align-content: center;
  }
}
.voice-layout__lead {
  margin-bottom: 20px;
  line-height: 2;
}
@media (max-width: 767px) {
  .voice-layout__lead {
    line-height: 1.8;
    margin-bottom: 10px;
  }
}
.voice-layout__lead span {
  background: #000000;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 7px;
  letter-spacing: 0;
  font-feature-settings: "palt";
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .voice-layout__lead span {
    font-size: 14px;
  }
}
.voice-layout__txt {
  font-size: 15px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .voice-layout__txt {
    font-size: 13px;
  }
}
.voice-layout__txt + .voice-layout__txt {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .voice-layout__txt + .voice-layout__txt {
    margin-top: 15px;
  }
}

.about {
  background: #DF0011;
  color: #fff;
  padding: 90px 0 60px;
}
@media (max-width: 767px) {
  .about {
    padding: 35px 0;
  }
}
.about .top-ttl__en {
  color: #fff;
}
@media (max-width: 767px) {
  .about .top-ttl__en {
    font-size: 44px;
  }
}
.about-desc {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-desc {
    margin-bottom: 30px;
  }
}
.about-desc::after {
  content: "";
  display: table;
  clear: both;
}
.about-logo {
  width: 240px;
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .about-logo {
    width: 190px;
    float: none;
    margin: 0 auto 20px;
  }
}
.about-list {
  background: #E52B2B;
  padding: 30px 50px 25px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .about-list {
    flex-wrap: wrap;
    padding: 20px 10px 25px;
  }
}
.about-list > li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .about-list > li {
    flex: none;
    width: 33.3333333333%;
  }
  .about-list > li:nth-child(n+4) {
    margin-top: 25px;
  }
}
.about-list__txt {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  height: 48px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .about-list__txt {
    font-size: 13px;
    height: 37px;
    display: flex;
    align-items: center;
  }
}
.about-list__img img {
  width: 127px;
  height: auto;
}
@media (max-width: 767px) {
  .about-list__img img {
    width: 100px;
  }
}
.about-list__data {
  display: flex;
  line-height: 1;
  align-items: baseline;
}
.about-list__data .-num {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 29px;
}
@media (max-width: 767px) {
  .about-list__data .-num {
    font-size: 22px;
  }
}
.about-list__data .-txt {
  font-weight: 700;
  font-size: 19px;
}
@media (max-width: 767px) {
  .about-list__data .-txt {
    font-size: 14px;
  }
}
.about-notice {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}

.location {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .location {
    padding: 50px 0;
  }
}
.location .top-ttl {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .location .top-ttl {
    margin-bottom: 35px;
  }
}
.location-cont {
  border-top: 1px solid #000000;
}
.location-cont__ttl {
  display: table;
  background: #000000;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  padding: 0 30px 5px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .location-cont__ttl {
    font-size: 16px;
    padding: 0 25px 3px;
  }
}
.location-cont + .location-cont {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .location-cont + .location-cont {
    margin-top: 75px;
  }
}
.location-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 58px;
}
@media (max-width: 767px) {
  .location-list {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.location-list__item {
  display: flex;
  flex-direction: column;
}
.location-list__img {
  position: relative;
}
.location-list__img img {
  width: 100%;
  height: auto;
}
.location-list__school {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
}
.location-list__school span {
  display: inline-block;
  background: #000000;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 15px 2px;
}
.location-list__desc {
  background: #EEEEE6;
  padding: 20px 75px 30px 25px;
  font-size: 14px;
  flex: 1;
}
@media (max-width: 767px) {
  .location-list__desc {
    padding: 20px 40px 20px 25px;
  }
}
.location-list__ttl {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 2px;
}
.location-list__dl {
  margin-top: 15px;
}
.location-list__dl dt {
  position: relative;
  margin-bottom: 10px;
}
.location-list__dl dt::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-bottom: 1px solid #DF0011;
}
.location-list__dl dt span {
  position: relative;
  background: #EEEEE6;
  color: #DF0011;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.4;
  display: inline-block;
  padding-right: 25px;
}
.location-list__dl dt span::before {
  content: "";
  width: 14px;
  height: 17px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: url(../img/icon_train.svg) center/contain no-repeat;
}
.location-list__dl .list-disc > li {
  font-size: 12px;
  line-height: 1.7;
}
.location-list__dl .list-disc > li:not(:last-child) {
  margin-bottom: 10px;
}
.location-list__dl .list-disc > li::before {
  top: 8px;
}

/*----------------------------------------------
recruitment
----------------------------------------------*/
.recruitment-mv {
  width: 100%;
  position: relative;
  padding: 40px 0;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .recruitment-mv {
    padding: 0;
    margin-bottom: 30px;
  }
}
.recruitment-mv__img {
  max-width: 995px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .recruitment-mv__img {
    margin-bottom: 15px;
  }
}
.recruitment-mv__desc {
  width: 90%;
  max-width: 1245px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .recruitment-mv__desc {
    position: static;
    transform: none;
    margin: 0 auto;
  }
}
.recruitment-mv__jp {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .recruitment-mv__jp {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.recruitment-mv__en {
  font-family: "Poppins", sans-serif;
  color: #DF0011;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
}
@media (max-width: 767px) {
  .recruitment-mv__en {
    font-size: 48px;
  }
}
.recruitment .requirements {
  background: #EEEEE6;
  padding: 70px 0 90px;
}
@media (max-width: 767px) {
  .recruitment .requirements {
    padding: 50px 0 60px;
  }
}
.recruitment .course {
  padding: 100px 0 70px;
}
@media (max-width: 767px) {
  .recruitment .course {
    padding: 50px 0 60px;
  }
}
.recruitment .course-dl {
  display: grid;
  grid-template-columns: 105px 1fr;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .recruitment .course-dl {
    grid-template-columns: 80px 1fr;
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.recruitment .course-dl dd {
  color: #DF0011;
}
.recruitment .course-list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .recruitment .course-list {
    gap: 30px;
    margin-bottom: 20px;
  }
}
.recruitment .course-tbl {
  width: 100%;
  line-height: 1.4;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
}
@media (max-width: 767px) {
  .recruitment .course-tbl {
    min-width: 900px;
  }
}
.recruitment .course-tbl caption {
  color: #fff;
  background: #009A3E;
  font-size: 15px;
  font-weight: 700;
  padding: 2px 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .recruitment .course-tbl caption {
    width: 90vw;
    position: sticky;
    left: 0;
    z-index: 5;
  }
}
.recruitment .course-tbl caption.-blue {
  background: #1F286E;
}
.recruitment .course-tbl caption.-purple {
  background: #AE57CB;
}
@media (max-width: 767px) {
  .recruitment .course-tbl caption {
    position: sticky;
    left: 0;
    z-index: 3;
  }
}
.recruitment .course-tbl thead {
  background: #fff;
}
.recruitment .course-tbl thead tr {
  background: #fff;
}
.recruitment .course-tbl thead th {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 4px 0;
  vertical-align: middle;
  background: linear-gradient(to left, #fff 2px, #EEEEE6 2px);
}
.recruitment .course-tbl thead th:last-child {
  background: #EEEEE6;
}
@media (max-width: 767px) {
  .recruitment .course-tbl thead th {
    font-size: 13px;
  }
  .recruitment .course-tbl thead th:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 5;
    width: 50px;
  }
  .recruitment .course-tbl thead th:nth-child(2) {
    position: sticky;
    left: 50px;
    z-index: 5;
  }
}
@media (max-width: 767px) {
  .recruitment .course-tbl thead tr:first-child {
    position: relative;
    z-index: 4;
  }
}
.recruitment .course-tbl thead tr:first-child th {
  width: 11.6666666667%;
}
@media (max-width: 767px) {
  .recruitment .course-tbl thead tr:first-child th {
    width: auto;
  }
}
.recruitment .course-tbl thead tr:first-child th:first-child {
  width: 8.2%;
}
@media (max-width: 767px) {
  .recruitment .course-tbl thead tr:first-child th:first-child {
    width: 50px;
  }
}
.recruitment .course-tbl thead tr:first-child th:nth-child(2) {
  width: 21.8%;
}
@media (max-width: 767px) {
  .recruitment .course-tbl thead tr:first-child th:nth-child(2) {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .recruitment .course-tbl thead tr:nth-child(2) {
    position: relative;
    z-index: 3;
  }
}
.recruitment .course-tbl thead tr:nth-child(2) th {
  border-top: 2px solid #fff;
  font-size: 12px;
  position: static !important;
  left: auto !important;
  z-index: 1;
}
.recruitment .course-tbl tbody {
  background: #fff;
}
.recruitment .course-tbl tbody tr {
  background: #fff;
}
.recruitment .course-tbl tbody td {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid #E9E9E9;
  background: #fff;
}
@media (max-width: 767px) {
  .recruitment .course-tbl tbody td {
    font-size: 11px;
  }
}
.recruitment .course-tbl tbody td .-large {
  font-size: 17px;
}
@media (max-width: 767px) {
  .recruitment .course-tbl tbody td .-large {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .recruitment .course-tbl tbody td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 5;
  }
  .recruitment .course-tbl tbody td:nth-child(2) {
    position: sticky;
    left: 50px;
    z-index: 5;
  }
}
.recruitment .course-tbl__scroll {
  overflow-x: auto;
  position: relative;
}
.recruitment .entry {
  background: #EEEEE6;
  padding: 60px 0 70px;
}
@media (max-width: 767px) {
  .recruitment .entry {
    padding: 50px 0 60px;
  }
}
.recruitment .entry-img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .recruitment .entry-img {
    overflow-x: auto;
  }
  .recruitment .entry-img img {
    width: 800px;
  }
}
.recruitment .application {
  padding: 40px 0;
}
.recruitment .application-box {
  max-width: 880px;
  padding: 55px 65px 45px;
  border: 1px solid #DF0011;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .recruitment .application-box {
    padding: 25px;
  }
}
.recruitment .application-box .more-btn {
  margin-top: 20px;
}
.recruitment .application .u-ttl {
  margin-bottom: 20px;
}
.recruitment .process {
  background: #EEEEE6;
  padding: 50px 0 120px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .recruitment .process {
    padding: 50px 0 60px;
    margin-bottom: 40px;
  }
}
.recruitment .process .u-ttl {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .recruitment .process .u-ttl {
    margin-bottom: 30px;
  }
}
.recruitment .process-wrap {
  padding-left: 134px;
}
@media (max-width: 767px) {
  .recruitment .process-wrap {
    padding-left: 50px;
  }
}
.recruitment .process-tab {
  display: flex;
  gap: 17px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .recruitment .process-tab {
    gap: 5px;
  }
}
.recruitment .process-tab__item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  min-height: 57px;
  flex: 1;
}
@media (max-width: 767px) {
  .recruitment .process-tab__item {
    font-size: 14px;
    min-height: 50px;
    line-height: 1.3;
  }
}
.recruitment .process-tab__item.-red {
  background: #DE6871;
}
.recruitment .process-tab__item.-blue {
  background: #0091DF;
}
.recruitment .process-cont {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .recruitment .process-cont {
    gap: 5px;
  }
}
.recruitment .process-cont__item {
  position: relative;
}
.recruitment .process-cont__item::before {
  content: "";
  width: 78px;
  height: 1px;
  position: absolute;
  top: 27px;
  left: -78px;
  background: #BABABA;
}
@media (max-width: 767px) {
  .recruitment .process-cont__item::before {
    width: 15px;
    top: 24px;
    left: -15px;
  }
}
.recruitment .process-cont__item.-column2 {
  display: flex;
  gap: 15px;
}
.recruitment .process-cont__item.-column2 .process-cont__inr {
  padding: 30px 40px;
  position: relative;
  flex: 1;
}
@media (max-width: 767px) {
  .recruitment .process-cont__item.-column2 .process-cont__inr {
    padding: 20px;
  }
}
.recruitment .process-cont__item.-column2 .process-cont__inr::before {
  content: "";
  border-style: solid;
  border-width: 16px 18px 0;
  border-color: #0091DF transparent transparent transparent;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
}
@media (max-width: 767px) {
  .recruitment .process-cont__item.-column2 .process-cont__inr::before {
    border-width: 13px 15px 0;
    top: -10px;
  }
}
.recruitment .process-cont__item.-column2 .process-cont__inr::after {
  content: "";
  border-style: solid;
  border-width: 16px 18px 0;
  border-color: #0091DF transparent transparent transparent;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
}
@media (max-width: 767px) {
  .recruitment .process-cont__item.-column2 .process-cont__inr::after {
    border-width: 13px 15px 0;
    bottom: -10px;
  }
}
.recruitment .process-cont__item.-column2 .process-cont__inr:nth-child(2)::before {
  border-color: #DE6871 transparent transparent transparent;
}
.recruitment .process-cont__item.-column2 .process-cont__inr:nth-child(2)::after {
  border-color: #DE6871 transparent transparent transparent;
}
.recruitment .process-cont__item.-item01 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .recruitment .process-cont__item.-item01 {
    font-size: 16px;
  }
}
.recruitment .process-cont__item.-item01 .process-cont__inr {
  padding: 10px 50px;
}
.recruitment .process-cont__item.-item01 .process-cont__inr::before, .recruitment .process-cont__item.-item01 .process-cont__inr::after {
  display: none;
}
.recruitment .process-cont__item.-item06 .process-cont__inr::before, .recruitment .process-cont__item.-item06 .process-cont__inr::after {
  display: none;
}
.recruitment .process-cont__item.-item08 .process-cont__dl {
  gap: 30px;
}
@media (max-width: 767px) {
  .recruitment .process-cont__item.-item08 .process-cont__dl {
    gap: 10px;
  }
}
.recruitment .process-cont__item.-item09 .process-cont__dl {
  gap: 30px;
}
@media (max-width: 767px) {
  .recruitment .process-cont__item.-item09 .process-cont__dl {
    gap: 10px;
  }
}
.recruitment .process-cont__item.-item10 .process-cont__dl {
  gap: 30px;
}
@media (max-width: 767px) {
  .recruitment .process-cont__item.-item10 .process-cont__dl {
    gap: 10px;
  }
}
.recruitment .process-cont__item.-item10 .process-cont__inr::before, .recruitment .process-cont__item.-item10 .process-cont__inr::after {
  display: none;
}
.recruitment .process-cont__num {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 36px;
  position: absolute;
  top: 10px;
  left: -134px;
  line-height: 1;
}
@media (max-width: 767px) {
  .recruitment .process-cont__num {
    font-size: 28px;
    left: -50px;
  }
}
.recruitment .process-cont__inr {
  background: #fff;
  padding: 25px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .recruitment .process-cont__inr {
    padding: 20px;
  }
}
.recruitment .process-cont__inr::before {
  content: "";
  border-style: solid;
  border-width: 16px 18px 0 0;
  border-color: #0091DF transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .recruitment .process-cont__inr::before {
    border-width: 13px 15px 0 0;
    bottom: -10px;
  }
}
.recruitment .process-cont__inr::after {
  content: "";
  border-style: solid;
  border-width: 16px 0 0 18px;
  border-color: #DE6871 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  right: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .recruitment .process-cont__inr::after {
    border-width: 13px 0 0 15px;
    bottom: -10px;
    z-index: 3;
  }
}
@media (max-width: 767px) {
  .recruitment .process-cont__inr.sp-tab2-parts {
    display: none;
  }
  .recruitment .process-cont__inr.sp-tab-switch::before {
    border-width: 13px 15px 0;
    border-color: #0091DF transparent transparent transparent;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .recruitment .process-cont__inr.sp-tab-switch::after {
    border-width: 13px 15px 0;
    border-color: #DE6871 transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    display: block;
  }
  .recruitment .process-cont__inr.sp-tab-switch.hide-after::after {
    display: none;
  }
}
.recruitment .process-cont__dl {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .recruitment .process-cont__dl {
    flex-direction: column;
  }
}
.recruitment .process-cont__dl dt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}
.recruitment .process-cont__dl dt span {
  display: inline-block;
  background: #000000;
  color: #fff;
  font-weight: 700;
  line-height: 1.7;
  padding: 0 6px;
}
@media (max-width: 767px) {
  .recruitment .process-cont__dl dt span {
    font-size: 14px;
  }
}
.recruitment .process-cont__dl dd {
  flex: 1;
}
@media (max-width: 767px) {
  .recruitment .process-cont__dl dd {
    font-size: 14px;
  }
}
.recruitment .process-cont__dl.-vertical {
  flex-direction: column;
}
.recruitment .process-cont__dl + .process-cont__dl {
  margin-top: 25px;
}
.recruitment .process-cont__dl2 {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 64px 1fr;
  grid-gap: 7px 10px;
}
.recruitment .process-cont__dl2 dt {
  width: 64px;
  min-height: 27px;
  background: #EEEEE6;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.recruitment .process-cont__dl2 dd {
  padding-top: 3px;
  font-size: 14px;
  line-height: 1.5;
}
.recruitment .process-cont__dl2.-vertical {
  flex-direction: column;
}/*# sourceMappingURL=style.css.map */