h2 {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  padding-bottom: 22px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 550px) {
  h2 {
    margin: 0 auto 16px;
    padding-bottom: 15px;
    font-size: 20px;
  }
}
h2:after {
  content: "";
  width: 80px;
  height: 10px;
  background-color: #191919;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0px;
}
@media screen and (max-width: 550px) {
  h2:after {
    width: 60px;
    height: 8px;
    left: calc(50% - 30px);
  }
}

.bkbtn {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .bkbtn {
    margin: 0 auto 48px;
  }
}
.bkbtn.mb120 {
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .bkbtn.mb120 {
    margin: 0 auto 48px;
  }
}
.bkbtn p.linkBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .bkbtn p.linkBtn {
    width: 100%;
    margin-top: 20px;
  }
}
.bkbtn p.linkBtn a {
  background: #000;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 15px;
  display: inline-block;
  width: 200px;
  height: 50px;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bkbtn p.linkBtn a {
    width: 250px;
  }
}

section.top {
  max-width: 700px;
  width: 90%;
}

section.top {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  section.top {
    margin: 0 auto 32px;
  }
}
section.top .toph2 {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  section.top .toph2 {
    font-size: 28px;
  }
}
section.top p {
  margin-bottom: 50px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.top p {
    margin-bottom: 22px;
    line-height: 1.6;
  }
}
section.top p span {
  color: #9270ef;
  font-weight: bold;
}

section.employment {
  margin: 0 auto 30px;
  max-width: 700px;
  width: 93%;
  border: 5px solid #191919;
  border-radius: 10px;
  padding: 60px 5% 50px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.employment {
    border: 3px solid #191919;
    padding: 50px 2% 30px;
  }
}
section.employment .animation {
  position: absolute;
  right: 12%;
  top: -10%;
  content: "";
  display: inline-block;
  width: 7em;
  height: 2.3em;
}
@media screen and (max-width: 768px) {
  section.employment .animation {
    right: 2%;
    top: -5%;
    width: 5em;
  }
}
section.employment::after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEUlEQVQImWNgwAH+45LAVAkALBgB/wwhY+AAAAAASUVORK5CYII=) repeat top left;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.employment {
    margin: 0 auto 32px;
  }
}
section.employment .percent p {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.employment .percent p {
    margin-bottom: 22px;
    line-height: 1.6;
  }
}
section.employment .percent .line {
  font-size: 60px;
  padding: 0;
  background: repeating-linear-gradient(-45deg, #ffea00, #ffea00 13px, #fff 7px, #fff 20px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 10em 0.75em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  width: 500px;
  margin: 0 auto;
  /*&:before{
  position:absolute;
     right: -3%;
     top: -80%;
     content:"";
  display:inline-block;
  width:1.8em;
  height:2.3em;
     background: url("../img/employment_img.png") no-repeat right top;
  background-size:contain;
     @include break {
     right: -4%;
     top: -110%;
     width: 100%; 
             }
      }//before*/
}
@media screen and (max-width: 768px) {
  section.employment .percent .line {
    font-size: 30px;
    width: 250px;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  section.employment .percent .line .percentImg {
    width: 50%;
  }
}
section.employment .sotugyou {
  justify-content: center;
  text-align: right;
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  section.employment .sotugyou {
    margin-right: 13%;
    font-size: 14px;
  }
}
section.employment .oblique {
  position: relative;
  padding-top: 20px;
}
section.employment .oblique p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.employment .oblique p {
    font-size: 16px;
  }
}
section.employment .oblique:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 80%;
  left: -2%;
  border-radius: 100px;
  transform: rotate(60deg);
  transform-origin: calc(100% - 5px) 50%;
}
@media screen and (max-width: 768px) {
  section.employment .oblique:before {
    left: 0%;
    top: 85%;
    width: 40px;
  }
}
section.employment .oblique::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0%;
  border-radius: 100px;
  transform: rotate(-60deg);
  transform-origin: calc(100% - 5px) 50%;
}
@media screen and (max-width: 768px) {
  section.employment .oblique::after {
    right: 6%;
    top: 50%;
    width: 40px;
  }
}

section.pass {
  margin: 0 auto 30px;
  max-width: 1000px;
  width: 93%;
  border: 5px solid #191919;
  border-radius: 10px;
  padding: 60px 3% 50px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.pass {
    border: 3px solid #191919;
    padding: 50px 2% 30px;
  }
}
section.pass::after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEUlEQVQImWNgwAH+45LAVAkALBgB/wwhY+AAAAAASUVORK5CYII=) repeat top left;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.pass {
    margin: 0 auto 32px;
  }
}
section.pass .percent p {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.pass .percent p {
    margin-bottom: 22px;
    line-height: 1.6;
  }
}
section.pass .percent .line {
  font-size: 60px;
  padding: 0;
  background: repeating-linear-gradient(-45deg, #d3c6f7, #d3c6f7 13px, #fff 7px, #fff 20px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 10em 0.75em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.pass .percent .line {
    font-size: 30px;
    width: 250px;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  section.pass .percent .line .percentImg {
    width: 50%;
  }
}
section.pass .txtBox {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  section.pass .txtBox {
    margin: 0 auto 30px;
  }
}
section.pass .txtBox p {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.pass .txtBox p {
    font-size: 14px;
    margin-top: 10px;
  }
}
section.pass .txtBox p span.boldtxt {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.pass .txtBox p span.boldtxt {
    font-size: 22px;
  }
}
section.pass .txtBox p.right {
  margin-bottom: 20px;
  text-align: right;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  section.pass .txtBox p.right {
    margin-bottom: 10px;
    padding-top: 5px;
    width: 250px;
  }
}
section.pass .txtBox p.right span.small {
  font-size: 14px;
}
section.pass .txtBox p.sp span.bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.pass .txtBox p.sp span.bold {
    font-size: 12px;
  }
}
section.pass .txtBox .gacPass {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
  position: relative;
  /*&:before{
  position:absolute;
     width: 168px;
     height: 233px;
     left: -35%;
     bottom: -10%;
     content:"";
  display:inline-block;
     background: url("../img/pass_img.png") no-repeat right top;
  background-size:contain;
     @include break {
         left: -6%;
         top: 10%;
         width: 22%;
             }
      }//before*/
}
@media screen and (max-width: 768px) {
  section.pass .txtBox .gacPass {
    justify-content: center;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  section.pass .txtBox .gacPass ul {
    width: 33%;
    margin: 0 2px;
  }
}
@media screen and (max-width: 768px) {
  section.pass .txtBox .gacPass ul li {
    text-align: center;
  }
}
section.pass .txtBox .gacPass ul li span.bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.pass .txtBox .gacPass ul li span.bold {
    font-size: 12px;
  }
}
section.pass .txtBox .animation {
  position: absolute;
  width: 168px;
  height: 233px;
  left: 8%;
  top: 20%;
  content: "";
  display: inline-block;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  section.pass .txtBox .animation {
    left: -3%;
    top: 34%;
    width: 22%;
  }
}
section.pass .percentBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.pass .percentBox {
    flex-direction: column;
  }
}
section.pass .percentBox .inner .percent .line {
  font-size: 50px;
  padding: 0;
  background: repeating-linear-gradient(-45deg, #d3c6f7, #d3c6f7 13px, #fff 7px, #fff 20px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 10em 0.75em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  width: 410px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.pass .percentBox .inner .percent .line {
    font-size: 24px;
    width: 240px;
    height: 60px;
    background-size: 7em 0.9em;
  }
}
@media screen and (max-width: 768px) {
  section.pass .percentBox .inner .percent .line .percentImg {
    width: 45%;
  }
}
section.pass .percentBox .inner p {
  line-height: 2;
  text-align: center;
  margin-top: 30px;
}
section.pass .percentBox .inner p.lineHe {
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  section.pass .percentBox .inner p.lineHe {
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  section.pass .percentBox .inner p {
    margin: 16px 0;
    line-height: 1.6;
  }
}
section.pass .percentBox .inner p span.boldtxt {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.pass .percentBox .inner p span.boldtxt {
    font-size: 22px;
  }
}
section.pass .percentBox .inner p span.boldtxt02 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.pass .percentBox .inner p span.boldtxt02 {
    font-size: 18px;
  }
}

section {
  /*&.employment {
  	width: 90%;
  	padding: 40px 5% 60px;
  	border: 3px solid $base-color-black;
  	border-radius: 10px;
  	background-color: #fff;



  }*/
}
section.merit, section.points {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  section.merit, section.points {
    margin: 0 auto 48px;
    padding: 22px 7% 26px;
  }
}

section.poricy {
  margin: 0 auto 140px;
  padding: 40px 5% 60px;
  border: 5px solid #191919;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.poricy {
    border: 3px solid #191919;
    margin: 0 auto 48px;
    padding: 22px 7% 26px;
  }
}
@media screen and (min-width: 769px) {
  section.poricy dl {
    padding: 0 5%;
  }
}
section.poricy dl:nth-last-of-type(n+2) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 6px dotted #191919;
}
@media screen and (max-width: 768px) {
  section.poricy dl:nth-last-of-type(n+2) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom-width: 3px;
  }
}
section.poricy dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.poricy dl dt {
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 20px;
  }
}
section.poricy dl dt span {
  font-size: 16px;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  section.poricy dl dt span {
    font-size: 15px;
  }
}
section.poricy dl dd p {
  padding-left: 0.5em;
  text-indent: -0.5em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section.poricy dl dd p {
    line-height: 1.6;
  }
}
section.poricy dl dd p:nth-last-of-type(n+2) {
  margin-bottom: 3px;
}

.pass .shikaku01 .ttl, .pass .shikaku02 .ttl {
  font-size: 40px;
  border-bottom: solid 2px #9dbe5d;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .pass .shikaku01 .ttl, .pass .shikaku02 .ttl {
    font-size: 24px;
  }
}
.pass .shikaku01 .ttl span, .pass .shikaku02 .ttl span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .pass .shikaku01 .ttl span, .pass .shikaku02 .ttl span {
    font-size: 18px;
  }
}
.pass .shikaku01 .flex_area, .pass .shikaku02 .flex_area {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.pass .shikaku01 .flex_area .box01, .pass .shikaku02 .flex_area .box01 {
  text-align: center;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .pass .shikaku01 .flex_area .box01, .pass .shikaku02 .flex_area .box01 {
    padding: 0 5px;
  }
}
.pass .shikaku01 .flex_area .box01.second, .pass .shikaku02 .flex_area .box01.second {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .pass .shikaku01 .flex_area .box01.second, .pass .shikaku02 .flex_area .box01.second {
    margin-top: 30px;
  }
}
.pass .shikaku01 .flex_area .box01 p, .pass .shikaku02 .flex_area .box01 p {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pass .shikaku01 .flex_area .box01 p, .pass .shikaku02 .flex_area .box01 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pass .shikaku01 .flex_area .box01 .first, .pass .shikaku02 .flex_area .box01 .first {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .pass .shikaku01 .flex_area .box01 .second, .pass .shikaku02 .flex_area .box01 .second {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .pass .shikaku01 .flex_area.first, .pass .shikaku02 .flex_area.first {
    display: block;
  }
}
.pass .shikaku02 {
  margin-top: 60px;
}
.pass .shikaku02 .ttl_area {
  display: flex;
  align-items: center;
  border-bottom: solid 2px #9dbe5d;
}
.pass .shikaku02 .ttl_area .ttl {
  font-size: 40px;
  border-bottom: none;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .pass .shikaku02 .ttl_area .ttl {
    font-size: 24px;
  }
}
.pass .shikaku02 .ttl_area .ttl span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .pass .shikaku02 .ttl_area .ttl span {
    font-size: 18px;
  }
}
.pass .shikaku02 .ttl_area img {
  max-width: 200px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .pass .shikaku02 .ttl_area img {
    width: 100px;
  }
}
.pass .shikaku02 .sm_ttl {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.pass .shikaku02 .sm_ttl p {
  padding-top: 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pass .shikaku02 .sm_ttl p {
    font-size: 16px;
  }
}
.pass .shikaku02 .sm_ttl img {
  width: 80px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .pass .shikaku02 .flex_area {
    flex-wrap: wrap;
  }
}
.pass .shikaku02 .flex_area img {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .pass .shikaku02 .flex_area img {
    width: 48%;
  }
}
.pass .note {
  font-size: 14px;
  letter-spacing: 2;
}
.pass .note_indent {
  font-size: 14px;
  letter-spacing: 2;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */