@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#about p {
  text-align: left;
  font-weight: 400;
  line-height: 2.3;
}
@media screen and (max-width: 850px) {
  #about p {
    line-height: 1.8;
  }
}
#about .p_center {
  text-align: center;
  font-weight: 400;
  line-height: 2.3;
}
@media screen and (max-width: 850px) {
  #about .p_center {
    line-height: 1.8;
  }
}
#about .p_120_t {
  padding-top: 120px;
}
@media screen and (max-width: 850px) {
  #about .p_120_t {
    padding-top: 60px;
  }
}
#about .bg_item {
  display: flex;
}
@media screen and (max-width: 850px) {
  #about .bg_item {
    display: block;
  }
}
#about .bg_item dt {
  width: 400px;
}
@media screen and (max-width: 850px) {
  #about .bg_item dt {
    width: 100%;
  }
}
#about .bg_item dd {
  width: calc(100% - 400px);
  padding-left: 50px;
  text-align: left;
  font-weight: 400;
  line-height: 2.3;
}
@media screen and (max-width: 850px) {
  #about .bg_item dd {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
    line-height: 1.8;
  }
}
#about .ob_item {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  #about .ob_item {
    display: block;
  }
}
#about .ob_item li {
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 850px) {
  #about .ob_item li {
    width: 100%;
  }
  #about .ob_item li + li {
    margin-top: 30px;
  }
}
#about .ob_item li img {
  margin-bottom: 10px;
}
#about .ob_item li .ttl {
  font-size: 18px;
  color: #278D44;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #about .ob_item li .ttl {
    font-size: 18px;
  }
}
#about .ob_item li p {
  text-align: left;
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 850px) {
  #about .ob_item li p {
    font-size: 14px;
  }
}
#about .step_item {
  display: flex;
  column-gap: 77px;
  flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  #about .step_item {
    display: block;
  }
}
#about .step_item li {
  width: calc(25% - 57.75px);
  position: relative;
}
#about .step_item li + li::after {
  position: absolute;
  content: "";
  width: 44px;
  height: 14px;
  top: 40%;
  left: -60px;
  background: url(../img/about/study_after_icon_g.png) no-repeat bottom;
  transition: 0.3s ease-in-out;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  #about .step_item li + li::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 31px;
    top: -45px;
    left: calc(50% - 5px);
    background: url(../img/about/study_after_icon_g_sp.png) no-repeat bottom;
    transition: 0.3s ease-in-out;
    background-size: cover;
  }
}
@media screen and (max-width: 850px) {
  #about .step_item li {
    width: 100%;
  }
  #about .step_item li + li {
    margin-top: 55px;
  }
}
#about .step_item li img {
  margin-bottom: 20px;
  max-width: 212px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  #about .step_item li img {
    margin-bottom: 5px;
    max-width: 180px;
  }
}
#about .step_item li .ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #about .step_item li .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  #about .step_item li .ttl {
    font-size: 16px;
  }
}
#about .r_list {
  width: 100%;
  max-width: 878px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#about .r_list dt {
  width: 100%;
  background: #FBE2CE;
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 20px;
  color: #FF7715;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 850px) {
  #about .r_list dt {
    font-size: 18px;
  }
}
#about .r_list dd {
  width: 100%;
  padding: 40px 50px;
  background: #ffffff;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 850px) {
  #about .r_list dd {
    padding: 20px ;
  }
}
#about .r_list dd ul {
  display: flex;
  column-gap: 25px;
}
@media screen and (max-width: 850px) {
  #about .r_list dd ul {
    display: block;
  }
}
#about .r_list dd ul li {
  width: calc(25% - 18.75px);
}
@media screen and (max-width: 850px) {
  #about .r_list dd ul li {
    width: 100%;
  }
  #about .r_list dd ul li + li {
    margin-top: 20px;
  }
}
#about .r_list dd ul li img {
  width: 100%;
}
@media screen and (max-width: 850px) {
  #about .r_list dd ul li img {
    max-width: 160px;
    margin: auto;
  }
}
.privacy {
  text-align: left;
  line-height: 1.8;
}
.privacy .inner {
  text-align: left;
}
.privacy .r {
  margin-bottom: 100px;
  text-align: right;
}
.privacy .r .ttl {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  .privacy .r .ttl {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
  }
}
.privacy .r a {
  color: #2C2C2C;
}
@media screen and (max-width: 850px) {
  .privacy .r {
    text-align: left;
  }
}
