@charset "utf-8";

/* ↓↓↓ #process ↓↓↓ */

#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: 47.8949%;
}

@media screen and (max-width: 750px) {
  #process .top-cate li {
    width: 100%;
    margin-bottom: 20px;
  }

  #process .top-cate li:last-of-type {
    margin-bottom: 0;
  }
}

#process .top-cate li:hover {
  opacity: .6;
}

/* ↑↑↑ #process ↑↑↑ */

/* ↓↓↓ #contens ↓↓↓ */
.indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.heading {
  margin: 45px 0 25px 0;
}

@media screen and (max-width: 750px) {
  .heading {
    margin: 40px 0 50px 0;
  }
}

.notes[class="notes"] {
  margin-bottom: 15px;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .notes[class="notes"] {
    text-align: left;
  }
}

.notes[class="notes"] a {
  color: #ff1d25;
  text-decoration: underline;
}

/* ↓↓↓ 2022/0712新規追加 ↓↓↓ */
.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/0712新規追加 ↑↑↑ */

.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;
}
@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;
}

.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;
}

#general .box .head {
  background: rgb(230,130,110);
  background: linear-gradient(90deg, rgba(230,130,110,1) 0%, rgba(224,135,30,1) 100%);
}

#area .box .head {
  background-color: #19a0c4;
}

.box .text {
  padding: 20px 25px;
  background-color: #f2f2f2;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}

.box .text .red {
  color: #ff1d25;
}

.box .text .text-flex {
  display: flex;
}

.box .text .text-flex .cont {
  flex: 1;
}

.box .text .text-flex .wb {
  display: inline-block;
}

.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 .caption {
  margin-bottom: 8px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}

.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 ↑↑↑ */