#training #lower-title::before {
  background-image: url(../img/training/training_top.jpg);
}
@media screen and (max-width: 767px) {
  #training #lower-title::before {
    background-image: url(../img/training/training_top_sp.jpg);
  }
}
#training #read {
  margin: 7rem 0 0;
}
#training #read h2 {
  font-size: 2rem;
  text-align: center;
  line-height: 1.8;
}
#training #read h2 span {
  color: var(--color-light-purple);
}
#training #read p {
  margin: 3rem 0 0;
}
#training #read .image-wrapper {
  margin: 3rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #training #read .image-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
#training #read .image-wrapper img {
  width: 48%;
  border-radius: 2rem 0 2rem 0;
}
@media screen and (max-width: 767px) {
  #training #read .image-wrapper img {
    width: 100%;
  }
}
#training #assignment {
  margin: 7rem 0 0;
  padding: 7rem 0;
  background-color: #fdf2f6;
  border-radius: 4rem;
}
#training #assignment ul {
  margin: 9rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 6rem;
}
@media screen and (max-width: 767px) {
  #training #assignment ul {
    flex-direction: column;
  }
}
#training #assignment ul li {
  width: 31%;
  background-color: var(--color-white);
  border: 1px dashed var(--color-pink);
  border-radius: 0 0 2rem 0;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #training #assignment ul li {
    width: 100%;
  }
}
#training #assignment ul li .icon-wrapper {
  position: absolute;
  top: -2rem;
  left: -2rem;
  background-image: url(../img/common/icon_fukidashi_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9rem;
  height: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#training #assignment ul li .icon-wrapper p {
  color: var(--color-white);
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
#training #assignment ul li .icon-wrapper p.en {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
#training #assignment ul li .image-wrapper img {
  height: 5rem;
}
#training #assignment ul li h3 {
  text-align: center;
  line-height: 1.8;
}
#training #assignment ul li h3 span {
  color: var(--color-pink);
}
#training #plan {
  margin: 7rem 0 0;
}
#training #plan ul {
  margin: 6rem 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
}
@media screen and (max-width: 767px) {
  #training #plan ul {
    align-items: flex-end;
  }
}
#training #plan ul li {
  background-color: #f7f8fe;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 2rem;
  border: 1px solid var(--color-light-purple);
  padding: 0 4rem 0 0;
  position: relative;
  min-height: 15rem;
}
@media screen and (max-width: 767px) {
  #training #plan ul li {
    flex-direction: column;
    padding: 0;
    width: 90%;
    background-color: initial;
    border: none;
  }
}
#training #plan ul li .left-wrapper {
  background-color: var(--color-light-purple);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  min-width: 39rem;
  max-width: 39rem;
  border-radius: 2rem 0 2rem 0;
  position: absolute;
  top: -2rem;
  left: -2rem;
}
@media screen and (max-width: 767px) {
  #training #plan ul li .left-wrapper {
    flex-direction: column;
    left: -10%;
    width: 100%;
    min-width: 32rem;
    max-width: initial;
    min-height: 23rem;
    position: absolute;
  }
}
#training #plan ul li .left-wrapper .icon-wrapper {
  background-color: var(--color-white);
  border-radius: 50%;
  min-width: 11rem;
  min-height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#training #plan ul li .left-wrapper .icon-wrapper img {
  width: 8rem;
  height: 6rem;
}
#training #plan ul li .left-wrapper h3 {
  color: var(--color-white);
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #training #plan ul li .left-wrapper h3 {
    text-align: center;
  }
}
#training #plan ul li .right-wrapper {
  width: calc(100% - 42rem);
}
@media screen and (max-width: 767px) {
  #training #plan ul li .right-wrapper {
    width: 100%;
    margin: 11rem 0 0;
    padding: 12rem 5% 5%;
    background-color: #f7f8fe;
    border-radius: 2rem;
    border: 1px solid var(--color-light-purple);
  }
}
#training #plan p.note {
  margin: 2rem 0 0;
}
#training #sefumo {
  margin: 7rem 0 0;
  padding: 7rem 0;
  background-color: #f7f7f7;
}
#training #sefumo .inner-920::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  right: 3rem;
  width: 20rem;
  height: 12rem;
  background-color: rgba(129, 223, 132, 0.6);
  border-radius: 2rem 0 2rem 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #training #sefumo .inner-920::after {
    width: 14rem;
    height: 9rem;
    right: 0;
  }
}
#training #sefumo .content-wrapper {
  background-color: var(--color-white);
  border-radius: 2rem;
  padding: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #training #sefumo .content-wrapper {
    padding: 10rem 5% 5%;
  }
}
#training #sefumo .content-wrapper::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 20rem;
  height: 12rem;
  background-color: rgba(129, 223, 132, 0.6);
  border-radius: 0 2rem 0 2rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #training #sefumo .content-wrapper::before {
    left: -6%;
    width: 14rem;
    height: 9rem;
  }
}
#training #sefumo .content-wrapper h2 {
  text-align: center;
  font-size: 2.2rem;
}
#training #sefumo .content-wrapper h2 span {
  color: var(--color-news-green);
}
#training #sefumo .content-wrapper .flex-wrapper {
  margin: 4rem 0 0;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #training #sefumo .content-wrapper .flex-wrapper {
    flex-direction: column;
  }
}
#training #sefumo .content-wrapper .flex-wrapper .image-wrapper img {
  min-width: 34rem;
  border-radius: 2rem 0 2rem 0;
}
#training #sefumo .content-wrapper .table-wrapper {
  margin: 3rem 0 0;
}
#training #sefumo .content-wrapper .table-wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  #training #sefumo .content-wrapper .table-wrapper ul {
    flex-direction: column;
  }
}
#training #sefumo .content-wrapper .table-wrapper ul li {
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media screen and (max-width: 767px) {
  #training #sefumo .content-wrapper .table-wrapper ul li {
    width: 100%;
  }
}
#training #sefumo .content-wrapper .table-wrapper ul li p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--color-border-gray);
  border-bottom: 1px solid var(--color-border-gray);
  padding: 1rem;
  line-height: 1.5;
  text-align: center;
}
#training #sefumo .content-wrapper .table-wrapper ul li p span {
  color: var(--color-orange);
}
#training #sefumo .content-wrapper .table-wrapper ul li p:first-child {
  width: 20rem;
  height: 8rem;
  background-color: var(--color-news-green);
  border-radius: 2rem 0 0 2rem;
  border-left: 1px solid var(--color-border-gray);
  border-right: 1px solid var(--color-border-gray);
  color: var(--color-white);
}
#training #sefumo .content-wrapper .table-wrapper ul li p:last-child {
  align-items: flex-start;
  width: 100%;
  height: 8rem;
  padding: 0 2rem;
  background-color: var(--color-white);
  border-radius: 0 2rem 2rem 0;
  border-right: 1px solid var(--color-border-gray);
  text-align: left;
}
#training #flow {
  margin: 9rem 0 0;
}
#training #flow .table-wrapper {
  margin: 3rem 0 0;
}
#training #flow .table-wrapper table {
  margin: 4rem 0 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#training #flow .table-wrapper table tr:first-child td {
  border-top: 1px solid var(--color-border-gray);
}
#training #flow .table-wrapper table tr:first-child td:first-child {
  border-top-left-radius: 2rem;
}
#training #flow .table-wrapper table tr:first-child td:last-child {
  border-top-right-radius: 2rem;
}
#training #flow .table-wrapper table tr:last-child td:first-child {
  border-bottom-left-radius: 2rem;
}
#training #flow .table-wrapper table tr:last-child td:last-child {
  border-bottom-right-radius: 2rem;
}
#training #flow .table-wrapper table tr td {
  padding: 3rem;
  border-right: 1px solid var(--color-border-gray);
  border-bottom: 1px solid var(--color-border-gray);
  vertical-align: middle;
  background-color: var(--color-white);
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #training #flow .table-wrapper table tr td {
    padding: 2rem;
  }
}
#training #flow .table-wrapper table tr td:first-child {
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-light-purple);
  border-left: 1px solid var(--color-border-gray);
  width: 30%;
}
#training #flow .table-wrapper table tr td:first-child p {
  color: var(--color-white);
}
#training #flow .table-wrapper p.note {
  margin: 2rem 0 0;
}
#training #application {
  margin: 7rem 0 0;
}
#training #application .text-wrapper {
  background-color: var(--color-bg-gray);
  padding: 4rem 5rem 3rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #training #application .text-wrapper {
    padding: 3rem 5% 2rem;
  }
}
#training #application .text-wrapper h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
  background-color: var(--color-orange);
  color: var(--color-white);
  border-radius: 5rem;
  text-align: center;
}
#training #application .text-wrapper .contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #training #application .text-wrapper .contact-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
#training #application .text-wrapper p.contact-text {
  margin: 0 0 3rem;
}
#training #application .text-wrapper p {
  text-align: center;
  margin: 2rem 0 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #training #application .text-wrapper p {
    margin: 1rem 0 0;
  }
}
#training #application .text-wrapper p.en {
  font-size: 3rem;
  color: var(--color-orange);
}
#training #application .text-wrapper p.en span {
  font-size: 1.4rem;
  color: var(--color-border-gray);
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 767px) {
  #training #application .text-wrapper p.en span {
    margin: 0;
  }
}
#training #application .text-wrapper .btn-wrapper a {
  margin: 4rem auto 0;
}/*# sourceMappingURL=training.css.map */