@charset "utf-8";

/* ↓↓↓ #process ↓↓↓ */
.p_pc{
  display: block;
}
.p_sp{
  display: none;
}
@media screen and (max-width: 750px) {
  .p_pc{
    display: none;
  }
  .p_sp{
    display: block;
  }

}
#process .top-cate {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  #process .top-cate {
    flex-direction: column;
  }
}

#process .top-cate li {
  width: 32.106%;
}

@media screen and (max-width: 750px) {
  #process .top-cate li {
    width: 100%;
    margin-bottom: 5px;
  }

  #process .top-cate li:last-of-type {
    margin-bottom: 0;
  }
}

#process .top-cate li:hover {
  opacity: .6;
}

/* ↑↑↑ #process ↑↑↑ */

/* ↓↓↓ #contens ↓↓↓ */
.heading {
  margin: 45px 0 25px 0;
}

@media screen and (max-width: 750px) {
  .heading {
    margin: 35px 0 30px 0;
  }
}

.notes[class="notes"] {
  margin-bottom: 15px;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .notes[class="notes"] {
    text-align: left;
    margin-bottom: 35px;
  }
}

.notes[class="notes"] a {
  color: #ff1d25;
  text-decoration: underline;
}
/* ↓↓↓ 2022/0208新規追加 ↓↓↓ */
.contents-box .flow{
  margin-bottom: 70px;

}
.column2Box{
  display: flex;
  justify-content: space-between;
}
.column2Box .box{
  width: 48.422%;
  background-color: #f2f2f2;
}
@media screen and (max-width: 750px) {
  .contents-box .flow{
    margin-bottom: 15px;
  }
  .column2Box{
    flex-wrap: wrap;
  }
  .column2Box .box{
    width: 100%;
  }
}

/* ↑↑↑ 2022/0208新規追加 ↑↑↑ */
.box {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.box::after {
  content: '';
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 17px 0 17px;
}
.box.arrow_none::after {
  display: none;
}
.column2Box .box.arrow_none {
  margin-bottom: 0;
}
.column2Box .box.top_arrow {
  position: relative;
}
.column2Box .box.top_arrow::before {
  content: '';
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 17px 0 17px;
}
#general .column2Box .box.top_arrow::before {
  border-color: #e88e7d transparent transparent transparent;
}
#area .column2Box .box.top_arrow::before {
  border-color: #19a0c4 transparent transparent transparent;
}
#job .column2Box .box.top_arrow::before {
  border-color: #F3CFA5 transparent transparent transparent;
}
@media screen and (max-width: 750px) {
  .column2Box .box.arrow_none:first-child {
    margin-bottom: 10px;
  }
  .column2Box .box.top_arrow:last-child:before {
    display: none;
  }


}

#general .box::after {
  border-color: #e88e7d transparent transparent transparent;
}

#area .box::after {
  border-color: #19a0c4 transparent transparent transparent;
}

#job .box::after {
  border-color: #F3CFA5 transparent transparent transparent;
}

.box.-nonTri {
  margin-bottom: 0;
}

.box.-nonTri::after {
  border-width: 0;
}

.box.-nonTri_space {
  margin-bottom: 25px;
}

.box.-nonTri_space::after {
  border-width: 0;
}

.box .head {
  height: 44px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: .06em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box .head.big{
  height: 88px;
}

#general .box .head {
  background-color: #e88e7d;
}

#area .box .head {
  background-color: #19a0c4;
}

#job .box .head {
  background-color: #E0871E;
}

.box .text {
  padding: 20px 25px;
  background-color: #f2f2f2;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}
.box .text b{
  transform: translateX(-7px);
    display: inline-block;
}

.box .text .red {
  color: #ff1d25;
}
.box .text table{
  width: 100%;
}
.box .text table tr{ 
  display: flex;
}
.box .text th {
  width: 20%;
  min-width: 85px;
  margin-bottom: 5px;
}
.box .text table td{ 
  width: 80%;
}
@media screen and (max-width: 750px) {
  .box .text table tr{ 
    display: flex;
    flex-wrap: wrap;
  }
  .box .text th {
    width: 100%;
  }
  .box .text table td{ 
    width: 100%;
    transform: translateX(-6px);
  }




}

.separation {
  height: 10px;
  border-top: 0;
  margin: 65px 0 70px 0;
  background: url(/recruit/new-graduate/course/img/common_bg_dot.gif) left center repeat-x;
}

@media screen and (max-width: 750px) {
  .separation {
    margin: 45px 0 50px 0;
  }
}
.point .text1 .Bigcaption {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  display: block;

}
@media screen and (max-width: 750px) {
  .point .text1 .Bigcaption {
    font-size: 1.8rem;
  }

}
.point .text1 .caption {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 750px) {
  .point .text1 .caption {
    margin-bottom: 16px;
  }

}
.point{
  text-align: justify;
}
.point .dotList{
  list-style: disc;
  padding-left: 20px;
}
.point .dotList li{
  margin-bottom: 3px;
}
.point .starList{
  padding-left: 0px;
  margin-bottom: 16px;
}
.point .starList li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
}
.point .starList li::before{
  content: '★';
  display:  inline-block; 
  left: 0px;
  position:  absolute;
  top: 0px;   
}
.point .text1,
.point .text2 {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}

.point .text2 {
  margin-top: 30px;
}

.point .text2 .caption {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}

/* ↑↑↑ #contens ↑↑↑ */