@charset "UTF-8";

:root {
  --col-blue05: #005494;
}

.page_title {
  position: absolute;
  top: 250px;
  left: -100px;
  z-index: 99;
  text-align: center;
}

.page_title_en {
  font-size: 5.5rem;
  list-style: none;
  transform: rotate(90deg);
  transform-origin: center top;
  font-family: var(--font-family-marcellus);
}
.page_title_jp {
  position: absolute;
  bottom: -110px;
  display: inline-block;
  left: 50%;
  margin-left: -24%;
}
/*----------------------------------------
基本研修
-----------------------------------------*/

.stepContents .card .item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.stepContents .card .item .stepTit {
  position: relative;
  margin-left: calc(0% - (var(--inner-padding-LR)));
  transform: translate(-50%, 0%);
  z-index: 2;
}

.stepContents .card .item .stepTit::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 2px;
  height: 10em;
  background: #8f9e9e;
}

.stepContents .card .item:last-child .stepTit::before {
  content: none;
}

.stepContents .card .item .tittleBox {
  position: relative;
  width: 8em;
  height: 8em;
  padding: 1em;
  font-size: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
}

.stepContents .card .item .tittleBox::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8em;
  height: 8em;
  background: #dcefee;
  border: 1px solid #fff;
  border-radius: 50%;
}

.stepContents .card .item .txtWrap {
  position: relative;
  background: none;
  width: 100%;
}

.stepContents .card .item .txtWrap .title_en {
  font-family: var(--font-family-marcellus);
}

.stepContents .card .item .txtBox {
  position: relative;
  background: none;
}

.stepContents .card .item .innerWrap {
  margin-left: -20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stepContents .card .item .innerWrap.imgTxt .txtWrap {
  width: 60%;
}

.stepContents .card .item .innerWrap.imgTxt .imgBox {
  width: 35%;
}

.rotateTitContent .contentWrap.bgWideR {
  background: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-right: 0;
  width: calc(100vw - (100vw - (var(--inner-minWidth))) / 2 - 60px);
  max-width: none;
}

.rotateTitContent .contentWrap.bgWideR .inner {
  margin-left: 0;
  /* width: calc(100vw - (100vw - (var(--inner-minWidth))) / 2 - 60px); */
  max-width: calc(var(--inner-maxWidth) - (60px - var(--inner-padding-LR) / 2));
  padding: var(--inner-padding-LR);
}

.rotateTitContent .contentWrap:last-child {
  padding-bottom: 100px;
}

.rotateTitContent .contentWrap:last-child.bgWideR {
  padding-bottom: 0px;
}

#standard {
  padding-bottom: 100px;
}

/*----------------------------------------
キャリア
-----------------------------------------*/

table {
  width: 100%;
  max-width: var(--inner-maxWidth);
  box-sizing: border-box;
  font-size: .9rem;
}

table,
td,
th {
  border-collapse: collapse;
  padding: 2em .5em;
}

td,
th {
  text-align: center;
  margin: 5px;
  width: 30px;
  height: 25px;
  border: 5px solid var(--col-sky02);
}

th {
  background: #d4ebff;
}

th.sub {
  background: var(--col-blue05);
  color: #fff;
}

td {
  background: #fff;
}

.table1 tr {
  width: 100%;
}

.table1 tr:first-child th {
  width: calc(100% / 6);
}

.table1 tr:first-child th:first-child {
  width: calc(100% / 8);
}

.table1 tr:first-child th:nth-child(2) {
  width: calc(100% / 7.5);
}

.card.centerTit .title {
  text-align: center;
}

.card .item .txtWrap {
  background: #fff;
  padding: 0.75em;
}

.card .item .title {
  color: var(--col-blue05);
  font-weight: 600;
  font-size: 1.2rem;
}


/* トップイメージ タイトル */

.page_head {
  padding: 0;
  position: relative;
  background: #f2f7f9 !important;
}

.head_img {
  position: relative;
  left: 0;
  top: 0px;
  width: 100%;
  max-width: 1314px;
  margin: auto;
  background: #f2f7f9 !important;
  padding: 0;
}

.head_img picture {
  left: 0;
  position: absolute;
  top: -230px;
  padding: 0 0 0 90px
}

.head_img picture.standard {
  left: 0;
  position: absolute;
  top: 0px;
  padding: 0 0 0 90px
}


.type_list .item {
  background-color: #fff;
  margin-bottom: 20px;
}

.title_ja {
  font-weight: bold;
}


@media only screen and (min-width: 768px) and (max-width: 1163px) {

  .head_img {
    height: 35rem;
  }

  .head_img picture {
    left: 0px;
    position: absolute;
    top: -100px;
    width: 75rem;
  }

  .page_title {
    position: absolute;
    top: 225px;
    left: -74px;
    z-index: 99;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {}

/*==========================================================================================
ここからSP
==========================================================================================*/

@media only screen and (max-width: 767px) {

  .page_title {
    top: 10rem;
    left: -11vw;
  }
  .page_title_en {
      font-size: 3.2rem;
  }
  .page_title_jp {
      position: absolute;
      bottom: -4.5rem;
      display: inline-block;
      left: 55%;
      margin-left: -32%;
      font-size: 0.8rem;
  }

  /*----------------------------------------
基本研修
-----------------------------------------*/
  .rotateTitContent .contentWrap.bgWideR {
    width: calc(100vw - 15vw);
  }

  .stepContents .card .item .innerWrap {
    flex-wrap: wrap;
    margin-left: -12vw;
  }

  .stepContents .card .item .innerWrap.imgTxt .txtWrap,
  .stepContents .card .item .innerWrap.imgTxt .imgBox {
    width: 100%;
  }

  .stepContents .card .item .tittleBox,
  .stepContents .card .item .tittleBox::before {
    width: 28vw;
    height: 28vw;
  }

  .stepContents .card .item .stepTit::before {
    height: 90vw;
  }

  .head_img picture.standard {
    left: -225px;
    position: absolute;
    top: 0px;
    padding: 0 0 0 90px
  }

  /*----------------------------------------
キャリア
-----------------------------------------*/
  .rotateTitContent .contentWrap {
    padding-bottom: 0px;
  }


  #trainingType {
    width: 100vw;
    margin-left: calc(-1 * (var(--inner-padding-LR)));
    background-color: #fff;
    padding: 5vw var(--inner-padding-LR) 10vw;
  }

  #trainingType .column4>* {
    width: 48%;
    margin-bottom: 4vw;
  }

  #trainingType .column4.card .item .txtWrap {
    background: #dcefee;
  }

  .table-scroll {
    overflow: scroll;
  }

  .table_w {
    width: 120vw;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .head_img {
    height: 370px;
    width: 85%;
    margin-left: 15%;
  }

  .head_img picture {
    left: -100%;
    position: absolute;
    top: -20px;
    width: 54rem;
  }

  .head_img .career {
    left: -290px;
    position: absolute;
    top: -100px;
    width: 50rem;
  }

  .card .item .title {
    color: var(--col-blue05);
    font-weight: 600;
    font-size: 1.1rem;
  }
}