@charset "UTF-8";
body {
  background: #fff;
  color: #404040;
}

#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 980px;
}

#contents {
  color: #404040;
}

.main {
  width: auto;
  margin-bottom: 40px;
}

.main_visual {
  margin-bottom: 40px;
  position: relative;
}

.main_visual img {
  max-width: 100%;
  height: auto;
}

.main_visual .mark {
  width: 99px;
  position: absolute;
  top: 538px;
  left: 62px;
}

.main_visual .board {
  width: 95px;
  position: absolute;
  top: 541px;
  right: 68px;
}

.header {
  text-align: center;
  width: 980px;
  margin: 0 auto 40px;
  box-sizing: border-box;
}

.header h2 {
  font-size: 26px;
  color: #404040;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center;
}

.header p {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  margin: 0 auto;
  width: 700px;
  text-align: justify;
}

.reco {
  margin: 0 auto 40px;
  width: 780px;
}

.reco h2 {
  font-size: 26px;
  color: #404040;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.reco ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 700px;
}

.reco ul li {
  width: 45%;
  background: url(../images/check.png) no-repeat left center;
  padding-left: 32px;
  margin-bottom: 4px;
  font-size: 16px;
}

.plan {
  margin: 0 auto 40px;
  width: 750px;
  box-sizing: border-box;
}

.plan h2 {
  font-size: 26px;
  color: #404040;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.plan ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-image: url(../images/line_l.gif);
  background-repeat: repeat-x;
  background-position: top;
  background-color: transparent;
}

.plan ul li {
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
  height: 375px;
  position: relative;
  background-size: 320px auto, auto ,auto;
}

.plan ul li:first-child {
  background-image: url(../images/point_01.png), url(../images/line_l.gif);
  background-repeat: no-repeat,repeat-x;
  background-position: center bottom 30px,bottom;
}

.plan ul li:nth-child(2) {
  background-image: url(../images/point_02.png), url(../images/line_l.gif), url(../images/line_p.gif);
  background-repeat: no-repeat,repeat-x, repeat-y;
  background-position: center bottom 30px,bottom,left;
}

.plan ul li:nth-child(3) {
  background-image: url(../images/point_03.png), url(../images/line_l.gif);
  background-repeat: no-repeat,repeat-x;
  background-position: center bottom 30px,bottom;
}

.plan ul li:nth-child(4) {
  background-image: url(../images/point_04.png), url(../images/line_l.gif), url(../images/line_p.gif);
  background-repeat: no-repeat,repeat-x, repeat-y;
  background-position: center bottom 30px,bottom,left;
}

.plan ul li:nth-child(5) {
  background-image: url(../images/point_05.png), url(../images/line_l.gif);
  background-repeat: no-repeat,repeat-x;
  background-position: center bottom 60px,bottom;
}

.plan ul li:nth-child(6) {
  background-image: url(../images/point_06.png), url(../images/line_l.gif), url(../images/line_p.gif);
  background-repeat: no-repeat,repeat-x, repeat-y;
  background-position: center bottom 40px,bottom,left;
}

.plan ul span {
  font-size: 50px;
  color: #008CDC;
  position: absolute;
  top: 18px;
  left: 50px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.plan ul h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding-left: 70px;
  margin-bottom: 7px;
}

.plan ul p {
  font-size: 14px;
  padding-left: 70px;
}

.afterschool h2 {
  font-size: 26px;
  color: #404040;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.afterschool ul {
  margin: 0 auto 40px;
  width: 500px;
}

.afterschool ul li {
  height: 40px;
  width: 500px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #ffe603;
  line-height: 40px;
  margin-bottom: 15px;
}

.lecturer h2 {
  font-size: 26px;
  color: #404040;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.lecturer div {
  width: 635px;
  margin: 0 auto 35px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.lecturer div p {
  width: 338px;
  font-size: 14px;
  line-height: 24px;
}

.lecturer div dl {
  width: 250px;
}

.lecturer div dl dt img {
  display: block;
  width: 150px;
  margin: 0 auto 5px;
}

.lecturer div dl dd {
  font-size: 12px;
  line-height: 20px;
}

.scene {
  margin-bottom: 40px;
}

.scene h2 {
  font-size: 26px;
  color: #404040;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.scene img {
  width: 642px;
  margin: 0 auto;
  padding-top: 10px;
  display: block;
}

.wanted {
  margin: 0 auto;
  width: 700px;
  box-sizing: border-box;
}

.wanted h2 {
  font-size: 26px;
  color: #404040;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: center;
}

.wanted p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.wanted dl {
  padding-top: 15px;
}

.wanted dl dt {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  width: 160px;
  margin-bottom: 4px;
}

.wanted dl dt.single {
  width: 100%;
  display: block;
  padding-top: 15px;
}

.wanted dl dd {
  font-size: 22px;
  display: inline-block;
  width: 440px;
  margin-bottom: 6px;
  vertical-align: top;
}

.wanted dl dd p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

.wanted dl dd p.s {
  font-size: 12px;
  margin-bottom: 2px;
}

.wanted dl dd p.m {
  font-size: 14px;
  line-height: 24px;
}

.wanted dl dd span {
  font-weight: bold;
}

.wanted dl dd span.r {
  color: #E60014;
}

.wanted dl dd span.s {
  font-size: 16px;
}

.wanted dl dd span.en_line {
  line-height: 32px;
}

.wanted dl dd.single {
  width: 100%;
}

.wanted dl dd.single p {
  line-height: 1.7;
  font-size: 14px;
}

.wanted dl dd.single p.s {
  line-height: 1.7;
  padding-top: 3px;
  font-size: 12px;
}

.wanted.wanted2 dl {
  padding-top: 0;
}

.wanted ul {
  overflow: hidden;
}

.wanted ul li {
  display: inline-block;
  width: 410px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 18px;
  background: url(../images/arrow.png) no-repeat left center;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}

.wanted ul li:nth-child(2n) {
  width: 370px;
}

.btn-account a, .btn-account span {
  display: block;
  margin: 20px auto 15px;
  width: 700px;
  height: 75px;
  line-height: 75px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
}

.btn-account a:hover, .btn-account span:hover {
  text-decoration: none;
}

.btn-account a.bt_end, .btn-account span.bt_end {
  border: 1px solid #E60014;
  color: #E60014;
}

.btn-account a.bt_entry, .btn-account span.bt_entry {
  background: #008CDC;
  color: #fff;
}

.flbox {
  display: none;
  text-align: center;
  width: 650px;
  padding: 20px 0 0 0;
}

.flbox p {
  font-size: 22px;
  line-height: 2;
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
}

.flbox a {
  display: block;
  margin: 20px auto 15px;
  width: 400px;
  height: 75px;
  line-height: 75px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  background: #008CDC;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  #wrapper {
    width: 100%;
  }
  .main {
    margin-bottom: 20px;
  }
  .main_visual {
    margin-bottom: 22px;
  }
  .main_visual .mark {
    width: 70px;
    position: absolute;
    top: 85vw;
    left: 5.3vw;
  }
  .main_visual .board {
    width: 70px;
    position: absolute;
    top: 85vw;
    right: 5.3vw;
  }
  .header {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .header h2 {
    font-size: 5.7vw;
    margin-bottom: 10px;
  }
  .header p {
    width: auto;
    font-size: 14.2px;
    line-height: 1.6;
  }
  .header p br {
    display: none;
  }
  .reco {
    width: 100%;
    margin-bottom: 20px;
  }
  .reco h2 {
    font-size: 5.7vw;
    margin-bottom: 12px;
  }
  .reco ul {
    width: 285px;
    display: block;
  }
  .reco ul li {
    width: auto;
    font-size: 14px;
    margin-bottom: 2px;
  }
  .plan {
    width: 100%;
    margin-bottom: 20px;
  }
  .plan h2 {
    font-size: 5.7vw;
    margin-bottom: 15px;
  }
  .plan ul {
    display: block;
  }
  .plan ul li {
    width: 100%;
  }
  .plan ul li:nth-child(2) {
    background-image: url(../images/point_02.png), url(../images/line_l.gif);
    background-repeat: no-repeat,repeat-x;
    background-position: center bottom 30px,bottom;
  }
  .plan ul li:nth-child(4) {
    background-image: url(../images/point_04.png), url(../images/line_l.gif);
    background-repeat: no-repeat,repeat-x;
    background-position: center bottom 30px,bottom;
  }
  .plan ul li:nth-child(6) {
    background-image: url(../images/point_06.png), url(../images/line_l.gif);
    background-repeat: no-repeat,repeat-x;
    background-position: center bottom 35px,bottom;
  }
  .scene {
    margin-bottom: 25px;
  }
  .scene h2 {
    font-size: 5.7vw;
    color: #404040;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
  }
  .scene img {
    width: 301px;
    margin: 0 auto;
    display: block;
  }
  .wanted {
    width: 100%;
    padding: 0 20px;
  }
  .wanted h2 {
    font-size: 5.7vw;
    margin-bottom: 10px;
  }
  .wanted dl {
    padding-top: 0px;
  }
  .wanted dl dt {
    width: calc(28vw - 22px);
    font-size: 16px;
  }
  .wanted dl dt.single {
    padding-top: 8px;
  }
  .wanted dl dd {
    width: calc(72vw - 22px);
    font-size: 16px;
  }
  .wanted dl dd p.s {
    font-size: 10px;
    /* position: relative; left: calc(-38vw + 18px); width: calc(100vw - 40px);*/
  }
  .wanted dl dd p.m {
    font-size: 12px;
    line-height: 20px;
  }
  .wanted dl dd span.s {
    font-size: 14px;
  }
  .wanted dl dd span.en_line {
    line-height: 24px;
  }
  .wanted dl dd.single.w105 {
    width: 105%;
  }
  .wanted dl dd.single p {
    line-height: 1.7;
    font-size: 12px;
  }
  .wanted dl dd.single p.s {
    padding-top: 3px;
    font-size: 10px;
    line-height: 1.5;
    position: inherit;
    left: 0;
    width: auto;
  }
  .btn-account {
    padding: 0 20px;
    margin-bottom: 0;
  }
  .btn-account a, .btn-account span {
    width: 100%;
    font-size: 20px;
    margin: 14px 0 11px;
    font-size: 5.5vw;
  }
  .btn-account a.bt_end, .btn-account span.bt_end {
    border: 1px solid #E60014;
    color: #E60014;
  }
  .btn-account a.bt_entry, .btn-account span.bt_entry {
    background: #008CDC;
    color: #fff;
  }
  .flbox {
    width: calc(100vw - 60px);
    padding: 30px 0px 10px;
    margin: 0;
  }
  .flbox p {
    font-size: 16px;
    line-height: 2.5;
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
  }
  .flbox a {
    display: block;
    margin: 0px 8px 10px;
    width: auto;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 20px;
  }
}

@media (max-width: 374px) {
  .plan ul li {
    padding: 30px 0 30px 30px;
  }
  .plan ul li ul li {
    width: 115px;
  }
  .plan ul span {
    font-size: 50px;
    color: #008CDC;
    position: absolute;
    top: 18px;
    left: 20px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  }
  .plan ul h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
  }
  .plan ul p {
    font-size: 14px;
  }
}
