@charset "UTF-8";
/*-----------------------------------

	headline

-----------------------------------*/
#headline h1 img {
  width: 738px;
}
@media screen and (max-width: 640px) {
  #headline h1 img {
    width: 369px;
  }
}
.row_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*-----------------------------------

	environment_block

-----------------------------------*/
#environment_block {}
/*intro_box*/
#environment_block .intro_box {
  padding: 100px 0 80px;
  text-align: center;
}
#environment_block .intro_box .title {
  font-size: 50px;
  font-weight: bold;
	display: inline-block;
  background: linear-gradient(90deg, #85b053, 10%, #0fb280);
  background: -webkit-linear-gradient(0deg, #85b053 10%, #0fb280);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#environment_block .intro_box .text {
  margin-bottom: 30px;
}
#environment_block #system_block {
  position: relative;
}
#environment_block #system_block .contents_inner {
  max-width: 950px;
}
#environment_block #system_block::before {
  content: "";
  width: 1440px;
  height: 1390px;
  background: url(../img/environment/environment_right_bg.png) no-repeat center/contain;
  position: absolute;
  right: -30px;
  bottom: -310px;
  z-index: -1;
}
#environment_block #system_block .system_box {
  border: 1px solid #15983f;
  padding: 50px 50px 0px;
  height: 300px;
  margin-bottom: 30px;
  background: #fff;
}
#environment_block #system_block .system_box .box_title {
  font-weight : bold;
  font-size : 25px;
  line-height : 56px;
  background: linear-gradient(90deg, #85b053, 10%, #0fb280);
  background: -webkit-linear-gradient(0deg, #85b053 10%, #0fb280);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  display: inline-block;
}
#environment_block #education_block {
  padding: 200px 0 0;
}
#environment_block #education_pro_block .intro_box {
  padding: 50px 0 0;
}
#environment_block #program_block {
  position: relative;
}
#environment_block #program_block::before {
  content: "";
  width: 1500px;
  height: 1400px;
  background: url(../img/environment/environment_left_bg.png) no-repeat center/contain;
  position: absolute;
  left: -20px;
  bottom: -410px;
  z-index: -1;
}
#environment_block #program_block .contents_inner {
  width: 75%;
}
#program_block th {
  vertical-align: middle;
}
#environment_block #program_block .program_box {
  align-items: center;
  border: 1px solid #15983f;
  background: #fff;
  width: 100%;
}
.program_box .pro_title {
  width: 20%;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, rgba(133, 176, 83, 1) 0%, rgba(15, 178, 128, 1) 100%);
}
.program_box .pro_title.first_title {

}
.program_box .pro_title.second_title {

}
.program_box .pro_title.last_title {
  height: 50px;
  padding-top: 5px;
  text-align: center;
  width: 100%;
  display: block;
}
#environment_block #program_block .program_box:first-child {
  margin-bottom: 170px;
  position: relative;
}
#environment_block #program_block .program_box:first-child::after {
  content: url(../img/environment/arrow.png);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -145px;
}
#environment_block #program_block .program_box:last-child {
  margin-top: 70px;
  margin-bottom: 340px;
}
.program_box .pro_text {
  width: 77%;
  line-height: 1.8;
  position: relative;
  padding: 30px 25px;
}
#environment_block #program_block .program_box:nth-child(2) .pro_text::after {
  position: absolute;
  content: "";
  width: 96%;
  left: 1%;
  bottom: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(133, 176, 83, 1) 0%, rgba(15, 178, 128, 1) 100%);
}
.program_box .pro_text::after {
  
}
.program_box .pro_text>ul li:nth-child(even) {
  margin-bottom: 20px;
}
.circle {
  padding-left: 20px;
  position: relative;
}
.circle::before {
  width: 20px;
    height: 20px;
    background:  linear-gradient(90deg, rgba(133, 176, 83, 1) 0%, rgba(15, 178, 128, 1) 100%);
    border-radius: 100%;
    content: '';
    position: absolute;
    top: 0;
    line-height: 1.3;
    text-align: center;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
#environment_block #program_block .last_table {
  margin-top: 70px;
}
.program_box .pro_text.other {
  width: 100%;
}
.program_box .pro_text.other .left {
  width: 30%;
  margin-left: 5px;
}
.program_box .pro_text.other .right {
  width: 67%;
  margin-left: 20px;
}
.program_box .pro_text.other li {
  margin-bottom: 0!important;
}
.program_box .pro_text.other .list {
  font-size: 15px;
}
#career_block img {
  margin-top: 50px;
}
#training_block {
  margin-bottom: 180px;
}
/*-----------------------

  flow

-----------------------*/
.flow {
  width: calc(100% - 30px); /* ステップフロー全体の横幅を指定 */
  display: flex;            /* flexboxで横並びにする */
  justify-content: space-between; /* 横並びにしたものを等間隔で並べる */
  margin-top: 30px;
}

.flow li {

  color: #fff;        /* 文字色を黒に指定 */
  font-size: 20px;    /* 文字サイズを指定 */
  width: calc(100% / 5); /* 横幅を三等分した1つの大きさに指定 */
  background : linear-gradient(90deg, rgba(133, 178, 83, 1) 0%, rgba(133, 178, 83, 1) 99.98%);
  line-height: 2.3;  /* 行間(高さの代わり)を指定 */
  text-align: center; /* 文字を中央寄せにする */
  position: relative; /* 基準位置とする */
}

.flow .color_02 {
  background : linear-gradient(90deg, rgba(133, 178, 83, 1) 0%, rgba(100, 178, 100, 1) 99.98%);
}
.flow .color_03 {
  background : linear-gradient(90deg, rgba(100, 178, 100, 1) 0%, rgba(70, 178, 90, 1) 99.98%);
}
.flow .color_04 {
  background : linear-gradient(90deg, rgba(70, 178, 90, 1) 0%, rgba(40, 178, 128, 1) 99.98%);
}
.flow .color_05 {
  background : rgba(15, 178, 128, 1);
}
.flow li:not(:first-child):not(:last-child) { 
  padding: 0 0 0 10px;  /* 最初と最後以外には左に適度な余白を指定 */
}

.flow li::before,
.flow li::after {
  content: "";  /* 疑似要素では必須 */
  width: 0;     /* 横幅を0に指定 */
  height: 0;　　/* 高さを0に指定 */
  display: block;  /* ブロック要素にする */
  position: absolute; /* 相対位置に指定 */
}

.flow li::before {
  border: solid 52px transparent;
  border-right: solid 33px transparent;
  border-left: solid 33px #FFF;
  top: -7px;
  left: 0;
  z-index: 1;
}

.flow li::after {
  border: solid 45px transparent;
  border-left: solid 28px rgba(133, 178, 83, 1);
  border-right: solid 28px transparent;
  top: 0;
  right: -56px;
  z-index: 2;
}
.flow .color_02::after {
  border: solid 45px transparent;
  border-left: solid 28px rgba(100, 178, 100, 1);
  border-right: solid 28px transparent;
  top: 0;
  right: -56px;
  z-index: 2;
}
.flow .color_03::after {
  border: solid 45px transparent;
  border-left: solid 28px rgba(70, 178, 90, 1);
  border-right: solid 28px transparent;
  top: 0;
  right: -56px;
  z-index: 2;
}
.flow .color_04::after {
  border: solid 45px transparent;
  border-left: solid 28px rgba(40, 178, 128, 1);
  border-right: solid 28px transparent;
  top: 0;
  right: -56px;
  z-index: 2;
}
.flow .color_05::after {
  border: solid 45px transparent;
  border-left: solid 28px rgba(15, 178, 128, 1);
  border-right: solid 28px transparent;
  top: 0;
  right: -56px;
  z-index: 2;
}
.flow li:first-child::before,
.flow li:last-child::after {
  content: none;  /* 最初のliの左と最後のliの右は作らない */
}
.flow .one {
  line-height: 90px;
}

@media screen and (max-width: 1200px) {
  #environment_block .intro_box .text {
    font-size: 16px;
  }
  .program_box .pro_text.other .left {
    width: 100%;
    margin-left: 0;
  }
  .program_box .pro_text.other .right {
    width: 100%;
    margin-left: 0;
  }
  .program_box .pro_text.other li {
    margin-bottom: 10px!important;
}
}
@media screen and (max-width: 920px) {
  #environment_block #system_block .system_box {
    height: 360px;
  }
}
@media screen and (max-width: 840px) {
  #environment_block #program_block .contents_inner {
    width: 90%;
  }
  #environment_block #system_block .system_box .box_title {
    font-size: 22px;
    line-height: 1.8;
  }
  #environment_block #system_block .system_box {
    padding: 20px 40px;
    height: 300px;
  }
  #environment_block #system_block .system_box .text {
    font-size: 18px;
    line-height: 1.8;
  }
  .flow {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .flow li {
    width: calc(100% / 3);
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 3.2;
  }
}
@media screen and (max-width: 640px) {
  #environment_block .intro_box p {
    font-size: 18px;
  }
  #environment_block .l_text {
    text-align-last: left;
  }
  #environment_block #system_block .system_box {
    padding: 15px 30px;
}
  #environment_block #system_block .system_box .box_title {
    font-size: 20px;
}
  #environment_block #system_block .system_box .text {
    font-size: 16px;
}
  .program_box .pro_title {
    display: block;
    width: 100%;
  }
  .program_box .pro_text {
    display: block;
    width: 100%;
    font-size: 18px;
  }
  .program_box .pro_text>ul li {
    font-size: 16px;
    line-height: 3.2;
  }
  .circle {
    font-size: 18px;
  }
  #environment_block .intro_box {
    padding: 80px 0 100px;
  }
  #environment_block #education_block {
    padding: 30px 0 0;
}
  .program_box .pro_text.other .list {
    font-size: 13px;
}
#environment_block #program_block .program_box:nth-child(2) .pro_text::after {
  left: 2%;
}
#environment_block #program_block .program_box:last-child {
  margin-bottom: 50px;
}
#environment_block #career_block .intro_box {
  padding: 0px 0 80px;
}
#training_block {
  margin-bottom: 40px;
}
#environment_block #training_block .intro_box {
  padding: 50px 0 80px;
}
@media screen and (max-width: 450px) {
  .flow li:not(:first-child):not(:last-child) {
    padding: 0 0 0 30px;
  }
}
}
