@charset "UTF-8";
/* CSS Document */


/*--  cont1  --*/

#cont1 {
  background: #F2FBFD;
}
#cont1 .flex-box {
  align-items: flex-start;
  justify-content: space-between;
}
#cont1 dt {
    background: linear-gradient(92.28deg, #315FAC 0%, #11B395 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    line-height: 1.5;
  }
@media screen and (max-width: 980px) {
  #cont1 dt {
    margin-top: 30px;
    font-size: 6vw;
  }
}
#cont1 dd p {
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  #cont1 dd p {
    margin-top: 20px;
  }
}

/*--  cont2  --*/

#cont2 .flex-box {
  align-items: flex-start;
  justify-content: space-between;
}
#cont2 dt {
  background: linear-gradient(92.28deg, #315FAC 0%, #11B395 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  #cont2 dt {
    margin-top: 30px;
    font-size: 6vw;
  }
}
#cont2 dd p {
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  #cont2 dd p {
    margin-top: 20px;
  }
}
#cont2 dd img {
  width: 500px;
}

/*--  cont3  --*/

#cont3 {
  background: #F2FBFD;
}
#cont3 dl {
  margin:0 auto 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #60A2D8, #5DD8DA) 1;
}
@media screen and (min-width: 981px) {
  #cont3 dl {
    width: 1000px;
  }
}
@media screen and (max-width: 980px) {
  #cont3 dl {
    padding: 0 0 10px;
    margin: 0 auto 10px;
  }
}
#cont3 .cont-inner dl:nth-child(2) {
  margin-top: 100px;
}
@media screen and (max-width: 980px) {
  #cont3 .cont-inner dl:nth-child(2) {
    margin-top: 30px;
  }
}
#cont3 dt {
  flex-basis: 40%;
}
@media screen and (max-width: 980px) {
  #cont3 dt {
    font-weight: bold;
  }
}
#cont3 dd {
  flex-basis: 60%;
}
@media screen and (max-width: 980px) {
  #cont3 dd {
    padding-left: 20px;
  }
}

/*--  cont4  --*/

#cont4 div.flex-box {
  margin: 0 auto 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E3E3E3;
  gap: 40px;
}
@media screen and (min-width: 981px) {
  #cont4 div.flex-box {
    width: 1000px;
  }
}
@media screen and (max-width: 980px) {
  #cont4 div.flex-box {
    margin: 0 auto 20px;
    padding-bottom: 20px;
  }
}
#cont4 .cont-inner div.flex-box:nth-child(2) {
  margin-top: 100px;
}
@media screen and (max-width: 980px) {
  #cont4 .cont-inner div.flex-box:nth-child(2) {
    margin-top: 30px;
  }
}
#cont4 div img {
  width: 360px;
}
#cont4 dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#cont4 dt .position {
  font-size: 14px;
  font-weight: normal;
}
#cont4 dt .color {
  font-size: 16px;
  color: #00B7BD;
  font-weight: normal;
  padding-left: 10px;
}

