@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
}

footer {
  position: relative;
  z-index: 3;
}

#study {
  padding-top: 86px !important;
}

.breadList {
  background-color: #fff;
  position: relative;
  z-index: 3;
}

#SKILLUP .mv {
  position: relative;
  z-index: 2;
  padding: 22px 0 25px;
  background-image: url(../../img/mv_bg_pc.png);
  background-size: 100% 100%;
}
#SKILLUP .mv_main {
  max-width: 850px;
  margin: 0 auto;
  width: calc(100% - 20px);
  position: relative;
  left: -16px;
}
#SKILLUP .lead {
  padding: 70px 0 82px;
  background-color: #fff9b9;
}
#SKILLUP .lead_title {
  margin: 0 auto;
  width: 510px;
}
#SKILLUP .lead_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 33px auto 0;
  font-size: 1.8rem;
  line-height: 2.1;
  text-align: center;
  position: relative;
}
#SKILLUP .lead_text::after {
  content: "";
  display: inline-block;
  background-image: url(../../img/lead_deco.svg);
  width: 196px;
  height: 288px;
  position: absolute;
  bottom: -100px;
  left: calc(50% - 544px);
}
#SKILLUP .lead_text span {
  color: #ea5514;
  font-weight: bold;
}
#SKILLUP .about {
  padding: 115px 0 88px;
}
#SKILLUP .about_inner {
  max-width: 900px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
#SKILLUP .about_box01 {
  position: relative;
  padding: 63px 40px 50px;
  border: 10px solid #a7e6f9;
  border-radius: 10px;
}
#SKILLUP .about_box01-title {
  position: absolute;
  top: -42px;
  left: calc(50% - 141.5px);
  width: 295px;
}
#SKILLUP .about_box01-deco {
  position: absolute;
  width: 150px;
  top: -100px;
  right: 40px;
}
#SKILLUP .about_box01-lead {
  text-align: center;
}
#SKILLUP .about_box01-ul {
  margin-top: 19px;
}
#SKILLUP .about_box01-ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-size: 1.8rem;
}
#SKILLUP .about_box01-ul li:nth-of-type(n + 2) {
  margin-top: 13px;
}
#SKILLUP .about_box01-ul li::before {
  content: "●";
  color: #008cbf;
  padding-right: 7px;
}
#SKILLUP .about_box01-ul li span {
  text-decoration: underline;
}
#SKILLUP .about_box02 {
  margin-top: 28px;
  font-size: 1.4rem;
  line-height: 1.7;
}
#SKILLUP .about_box02 span {
  color: #ea5514;
}
#SKILLUP .about_box03 {
  margin: 57px auto 0;
  width: 471px;
}
#SKILLUP .about_box04 {
  margin: 54px auto 0;
  max-width: 700px;
  padding: 40px 20px 40px;
  background-color: #e6f5f7;
  border-radius: 10px;
}
#SKILLUP .about_box04-title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
#SKILLUP .about_box04-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 25px;
}
#SKILLUP .about_box04-flex dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}
#SKILLUP .about_box04-flex dl dt {
  font-size: 1.8rem;
  background-color: #008cbf;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  padding: 3px 8px 5px;
  line-height: 1;
}
#SKILLUP .about_box04-flex dl dd {
  font-size: 1.6rem;
}
#SKILLUP .kouza {
  padding: 57px 0 82px;
  background-image: repeating-linear-gradient(-45deg, #fff48f, #fff48f 14px, #fff9b9 14px, #fff9b9 35px);
}
#SKILLUP .kouza_inner {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
#SKILLUP .kouza_title {
  width: 401px;
  margin: 0 auto;
}
#SKILLUP .kouza_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 120px 0;
  margin-top: 145px;
}
#SKILLUP .kouza_block {
  position: relative;
  padding: 0px 40px 26px;
  border-radius: 10px;
  background-color: #fff;
  width: 31.8%;
  display: block;
}
#SKILLUP .kouza_block-flex .thum {
  position: relative;
  top: -82px;
  width: 100%;
}
#SKILLUP .kouza_block-flex .textArea {
  margin-top: -61px;
  font-weight: bold;
  text-align: center;
}
#SKILLUP .kouza_block-flex .textArea .text01 {
  font-size: 2rem;
  color: #fff;
  background-color: #ea5514;
  line-height: 1;
  padding: 10px 22px 10px;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#SKILLUP .kouza_block-flex .textArea .text02 {
  font-size: 3.2rem;
  margin-top: 14px;
  line-height: 1.2;
}
#SKILLUP .kouza_block-flex .textArea .text03 {
  font-size: 2rem;
}
#SKILLUP .kouza_block-flex .textArea .deco-arw {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53px;
  border-radius: 0 0 10px 0;
  overflow: hidden;
}
#SKILLUP .kouza_ann {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 37px;
}
#SKILLUP .notice {
  padding: 78px 0 50px;
}
#SKILLUP .notice_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 41px 41px 42px;
  background-color: #e7f7f7;
}
#SKILLUP .notice_title {
  margin: 0 auto;
  width: 479px;
}
#SKILLUP .notice_ul {
  margin-top: 36px;
}
#SKILLUP .notice_ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-size: 1.6rem;
}
#SKILLUP .notice_ul li:nth-of-type(n + 2) {
  margin-top: 7.5px;
}
#SKILLUP .notice_ul li::before {
  content: "●";
  color: #008cbf;
  padding-right: 7px;
}
#SKILLUP .notice_ul li a {
  text-decoration: underline;
  color: #ea5514;
}
#SKILLUP .notice_btn {
  margin: 49px auto 0;
  width: 471px;
  display: block;
}

@media screen and (max-width: 768px) {
  #study {
    padding-top: 50px !important;
  }
  .l-header__bottom {
    border-bottom: 1px solid #bcbcbc;
  }
  .breadList .contentsInner {
    max-width: calc(100% - 20px);
  }
  .breadList .contentsInner ul li {
    display: inline-block;
    font-size: 1.2rem;
    padding-left: 3px;
  }
  .breadList .contentsInner ul li:first-child::before {
    content: "";
  }
  .breadList .contentsInner ul li::before {
    content: ">";
    display: inline-block;
    padding-right: 3px;
  }
  #SKILLUP .mv {
    padding: 25px 0 30px;
    background-image: url(../../img/mv_bg_sp.png);
  }
  #SKILLUP .mv_main {
    width: 363px;
    left: 0;
  }
  #SKILLUP .lead {
    padding: 31px 0 198px;
  }
  #SKILLUP .lead_title {
    width: 337px;
  }
  #SKILLUP .lead_text {
    width: calc(100% - 40px);
    margin: 24px auto 0;
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: justify;
  }
  #SKILLUP .lead_text::after {
    background-repeat: no-repeat;
    width: 135px;
    height: 188px;
    bottom: -211px;
    left: calc(50% - 64px);
  }
  #SKILLUP .about {
    padding: 65px 0 63px;
  }
  #SKILLUP .about_inner {
    width: calc(100% - 40px);
  }
  #SKILLUP .about_box01 {
    padding: 38px 16px 135px;
    border: 5px solid #a7e6f9;
  }
  #SKILLUP .about_box01-title {
    top: -32px;
    left: calc(50% - 125.5px);
    width: 250px;
  }
  #SKILLUP .about_box01-deco {
    width: 92px;
    top: auto;
    right: calc(50% - 46px);
    bottom: 0;
  }
  #SKILLUP .about_box01-lead {
    text-align: center;
  }
  #SKILLUP .about_box01-ul {
    margin-top: 19px;
  }
  #SKILLUP .about_box01-ul li {
    text-indent: -1.3em;
    padding-left: 1.3em;
    font-size: 1.6rem;
  }
  #SKILLUP .about_box01-ul li:nth-of-type(n + 2) {
    margin-top: 13px;
  }
  #SKILLUP .about_box01-ul li::before {
    padding-right: 7px;
  }
  #SKILLUP .about_box02 {
    margin-top: 20px;
  }
  #SKILLUP .about_box03 {
    margin: 38px auto 0;
    width: 100%;
    max-width: 350px;
  }
  #SKILLUP .about_box04 {
    margin: 44px auto 0;
    max-width: 400px;
    padding: 22px 20px 34px;
  }
  #SKILLUP .about_box04-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  #SKILLUP .about_box04-flex {
    display: block;
    margin: 15px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #SKILLUP .about_box04-flex dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #SKILLUP .about_box04-flex dl:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  #SKILLUP .about_box04-flex dl dt {
    font-size: 1.8rem;
  }
  #SKILLUP .about_box04-flex dl dd {
    font-size: 1.6rem;
  }
  #SKILLUP .kouza {
    padding: 59px 0 57px;
    background-image: repeating-linear-gradient(-45deg, #fff48f, #fff48f 10px, #fff9b9 10px, #fff9b9 28px);
  }
  #SKILLUP .kouza_inner {
    max-width: 500px;
    width: calc(100% - 40px);
  }
  #SKILLUP .kouza_title {
    width: 256px;
  }
  #SKILLUP .kouza_box {
    display: block;
    margin-top: 38px;
  }
  #SKILLUP .kouza_block {
    position: relative;
    padding: 10px 15px 10px 10px;
    border-radius: 10px;
    width: 100%;
    display: block;
  }
  #SKILLUP .kouza_block:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  #SKILLUP .kouza_block-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #SKILLUP .kouza_block-flex .thum {
    position: relative;
    top: 0px;
    width: 140px;
    margin-right: 5px;
  }
  #SKILLUP .kouza_block-flex .textArea {
    margin-top: 13px;
    width: calc(100% - 145px);
    letter-spacing: 0;
  }
  #SKILLUP .kouza_block-flex .textArea .text01 {
    font-size: 1.4rem;
    width: 100%;
    max-width: 140px;
    padding: 6px 0 6px;
  }
  #SKILLUP .kouza_block-flex .textArea .text02 {
    font-size: 2.2rem;
    margin-top: 9px;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0;
  }
  #SKILLUP .kouza_block-flex .textArea .text03 {
    font-size: 1.8rem;
  }
  #SKILLUP .kouza_block-flex .textArea .deco-arw {
    width: 35px;
  }
  #SKILLUP .kouza_ann {
    text-align: left;
    font-size: 1.4rem;
    margin-top: 20px;
    text-indent: -1em;
    padding-left: 1em;
  }
  #SKILLUP .notice {
    padding: 60px 0 60px;
  }
  #SKILLUP .notice_inner {
    max-width: 500px;
    width: calc(100% - 40px);
    padding: 41px 8px 38px;
  }
  #SKILLUP .notice_title {
    margin: 0 auto;
    width: 315px;
  }
  #SKILLUP .notice_ul {
    width: calc(100% - 10px);
    margin: 24px auto 0;
  }
  #SKILLUP .notice_ul li:nth-of-type(n + 2) {
    margin-top: 7.5px;
  }
  #SKILLUP .notice_btn {
    margin: 39px auto 0;
    width: 348px;
    display: block;
  }
}
/*# sourceMappingURL=skillup.css.map */