@charset "UTF-8";
.bg_green_wrap {
  background: #f5f7f3;
}

img {
  width: 100%;
  height: auto;
}

.youth_hero {
  width: 100%;
  height: 100vh;
  background-image: url(../images/youth/renewal/index.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
  position: relative;
}

.youth_hero_main_area {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.youth_hero_main_area h1 {
  font-size: 62px;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
}

.youth_hero_main_area h1 span {
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
}

.down_btn_area {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 1;
}

.down_btn {
  background: #ffffff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: inline-block;
}

.down_btn span {
  width: 21px;
  height: 21px;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
          transform: rotate(45deg) translate(-4px, -4px);
}

.down_btn span:before, .down_btn span:after {
  content: "";
  border-radius: 3px;
  background: #288d2b;
  display: block;
  position: absolute;
  margin: auto;
}

.down_btn span:before {
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
}

.down_btn span:after {
  width: 4px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
}

.hero_wline_box {
  border: 3px solid #ffffff;
  padding: 24px 0;
  max-width: 266px;
  width: 90%;
  text-align: center;
  margin: 0 auto 50px;
}

.hero_wline_box p {
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 140%;
}

.hero_wline_box span {
  font-size: 12px;
  display: block;
  font-weight: 500;
}

.youth_catch_area {
  position: relative;
}

.youth_slimg_area {
  -webkit-transform: translateY(-18%);
          transform: translateY(-18%);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
}

.youth_sl_img img {
  width: 100%;
  height: auto;
}

.youth_catchtxt_area {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  text-align: center;
}

.youth_catchtxt_area h2 {
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 3px;
  font-weight: 500;
}

.youth_catchtxt_area h2:after {
  content: "•••••••••••";
  display: block;
  font-size: 30px;
  letter-spacing: 10px;
  margin: 15px auto 10px;
}

.youth_catchtxt_area p {
  font-size: 18px;
  letter-spacing: 2px;
  color: #ffffff;
  line-height: 180%;
}

.youth_movie_area {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.youth_movie_block {
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
}

.youth_movie_block iframe {
  border: 0;
  display: block;
  margin: 0 auto;
  width: 1080px;
  height: 610px;
}

.youth_movie_caption {
  margin: 60px 0;
}

.caption {
  font-size: 16px;
  letter-spacing: 2px;
  color: #333333;
  font-weight: 600;
  text-align: center;
  line-height: 190%;
}

.youth_contents_bg {
  background: center top no-repeat;
  background-size: 100% auto;
  height: 350px;
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 150px;
}

.youth_contents_bg h2 {
  background-color: #2a8b31;
  color: #ffffff;
  font-size: 30px;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  width: 515px;
  height: 150px;
  margin: auto;
  right: 0;
  bottom: -75px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 140%;
}

.near {
  background-image: url(../images/youth/renewal/title01.jpg);
}

.two_model {
  background-image: url(../images/youth/renewal/title02.jpg);
}

.performance {
  background-image: url(../images/youth/renewal/title03.jpg);
}

.youth_n_ig {
  max-width: 960px;
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.youth_n_ig img {
  width: 100%;
  height: auto;
}

.txt_bold {
  font-size: 16px;
  font-weight: bold;
  line-height: 200%;
  color: #333333;
  text-align: center;
  margin: 40px auto;
}

.youth_target_wrap {
  max-width: 717px;
  width: 70%;
  height: auto;
  border: 4px solid #288d2b;
  border-radius: 10px;
  padding: 60px 40px;
  margin: 0 auto 60px;
  letter-spacing: 2px;
  background-color: #ffffff;
}

.youth_target_wrap p {
  width: 80%;
  margin: 0 auto;
  margin-left: 80px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.youth_target {
  font-size: 16px;
  width: 80%;
  margin: 0 auto 20px;
}

.youth_target th, .youth_target td {
  line-height: 160%;
  padding: 10px;
}

.youth_target th {
  font-weight: bold;
  text-align: left;
  width: 15%;
}

.youth_target td {
  text-align: left;
}

.youth_try .point_wrap {
  max-width: 916px;
  margin: 120px auto 80px;
  font-size: 0;
}

.youth_try .point_wrap .point_circle {
  text-align: center;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  font-size: 30px;
  color: #ffffff;
  background-color: #288d2b;
  letter-spacing: 3px;
  position: absolute;
  top: -47px;
  left: 0;
  right: 0;
  margin: auto;
}

.youth_try .point_wrap .y_point {
  width: 49%;
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding: 70px 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.youth_try .point_wrap .y_point span {
  font-size: 12px;
  display: block;
  padding-top: 25px;
  padding-bottom: 8px;
}

.youth_try .point_wrap .y_point h3 {
  font-size: 22px;
  color: #288d2b;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.youth_try .point_wrap .y_point p {
  font-size: 16px;
  line-height: 220%;
}

.youth_try .point_wrap .y_point:last-child {
  margin-left: 2%;
}

.youth_try_index {
  position: relative;
  background: #1c7e6a;
  background: -webkit-gradient(linear, left top, right top, from(#1c7e6a), to(#47a223));
  background: linear-gradient(to right, #1c7e6a 0%, #47a223 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c7e6a', endColorstr='#47a223',GradientType=1 );
}

.youth_try_index .youth_catchtxt_area {
  padding: 60px 0;
}

.youth_try_index .youth_catchtxt_area h2 {
  line-height: 160%;
}

.youth_try_index:after {
  content: "▼";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -27px;
  color: #288d2b;
  width: 32px;
  height: 32px;
  font-size: 32px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .youth_try_index:after {
    bottom: -26px;
  }
}

.youth_pro_model {
  margin-bottom: 80px;
}

.youth_pro_model .model_tab {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.model_change {
  font-size: 0;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.model_change li {
  border-radius: 8px 8px 0 0 / 8px 8px 0 0;
  width: 48%;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #4c654d;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: bold;
  -webkit-box-shadow: 0px -8px 4px -4px #3f573f inset;
          box-shadow: 0px -8px 4px -4px #3f573f inset;
}

.model_change li span {
  font-size: 18px;
}

.model_change li.active {
  background-color: #ffffff;
  color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.model_change li:hover {
  cursor: pointer;
  opacity: 0.7;
}

.model_change li:first-child {
  margin-right: 4%;
}

.model_contents {
  padding: 60px;
  background-color: #ffffff;
}

.model_contents p {
  font-size: 16px;
  color: #333333;
  padding: 0 20px 20px;
}

.model_txt {
  font-size: 14px;
  color: #333333;
  text-align: center;
  padding: 30px 0;
  display: block;
  line-height: 200%;
}

.step_wrap {
  margin-bottom: 40px;
}

.step_wrap h3 {
  font-size: 24px;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #369239;
  text-align: center;
  letter-spacing: 2px;
  padding: 30px;
}

.step_wrap h3 span {
  font-size: 18px;
  color: #333333;
  display: block;
  margin-top: 10px;
}

.step_wrap p {
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 200%;
}

.box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.box_wrap:after {
  content: "▼";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -50px;
  color: #f4f4f4;
  width: 64px;
  height: 64px;
  font-size: 60px;
  -webkit-transform: scale(1.5, 1);
          transform: scale(1.5, 1);
}

.box_wrap .step_box {
  width: 48%;
  display: inline-block;
  border: 4px solid #cccccc;
  vertical-align: top;
  text-align: center;
  position: relative;
  height: 210px;
}

.box_wrap .step_box.gr {
  background-color: #d7f1d8;
}

.box_wrap .step_box.yg {
  background-color: #eaf6cd;
}

.box_wrap .step_box .municipality, .box_wrap .step_box .school, .box_wrap .step_box .other_teacher {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  padding: 15px 20px;
  border-radius: 5px;
  width: 110px;
  margin: -20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box_wrap .step_box .other_teacher {
  width: auto;
  margin-left: 5px;
}

.box_wrap .step_box .municipality {
  background-color: #369239;
}

.box_wrap .step_box .school {
  background-color: #91c11d;
}

.box_wrap .step_box .other_teacher {
  background-color: #bfc11e;
}

.box_wrap .step_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.box_wrap .step_box ul li {
  background-color: #fff;
  color: #333333;
  padding: 0 5px;
  border-radius: 5px;
  width: 48.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
  font-weight: bold;
  line-height: 140%;
}

.box_wrap .step_box ul li:nth-of-type(2n) {
  margin-left: 3%;
}

.box_wrap .step_box ul li:nth-of-type(1), .box_wrap .step_box ul li:nth-of-type(2) {
  margin-bottom: 3%;
}

.box_wrap .step_box ul li span {
  display: block;
  width: 100%;
}

.box_wrap .step_box:last-child {
  margin-left: 4%;
}

.step1 {
  background-color: #f4f4f4;
}

.step1 .step_box.yg {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
}

.step1 .step_box.yg ul {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
  margin-top: 7%;
}

.step1 .step_box.yg ul li {
  margin-bottom: 0;
}

.step2 {
  background-color: #ffffff;
  margin-bottom: 0;
}

.step2 .box_wrap:after {
  color: #ffffff;
}

.step3 {
  background-color: #f4f4f4;
  padding-top: 40px;
  margin-bottom: 0;
}

.step3 .box_wrap {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
}

.step3 .box_wrap .step_box {
  margin-left: 0;
}

.step3 .box_wrap .step_box .school {
  margin-left: 5px;
}

.step3 .box_wrap .step_box.yg {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
  background-color: #eaeec3;
}

.step3 .box_wrap .step_box.yg ul {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
  margin-top: 7%;
}

.step3 .box_wrap .step_box.yg ul li {
  margin-bottom: 0;
}

.step3 .box_wrap:after {
  content: none;
}

.step4 {
  background-color: #ffffff;
  margin-bottom: 0;
}

.step4 .box_wrap {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
}

.step4 .box_wrap .step_box {
  margin-left: 0;
}

.step4 .box_wrap .step_box .school {
  margin-left: 4%;
}

.step4 .box_wrap .step_box.yg {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
}

.step4 .box_wrap .step_box.yg ul {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
}

.step4 .box_wrap:after {
  color: #ffffff;
}

.step5 {
  background-color: #f4f4f4;
  padding-top: 40px;
  margin-bottom: 0;
}

.step5 .box_wrap {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
}

.step5 .box_wrap .step_box {
  width: 70%;
  margin-left: 0;
}

.step5 .box_wrap .step_box .school {
  margin-left: 4%;
}

.step5 .box_wrap .step_box.gr {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
}

.step5 .box_wrap .step_box.gr ul {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
}

.step5 .box_wrap .step_box.gr ul li {
  width: 30%;
  margin-left: 2%;
}

.step5 .box_wrap .step_box.gr ul li:nth-of-type(1) {
  margin-left: 0;
}

.step5 .box_wrap .step_box.gr ul li:nth-of-type(1), .step5 .box_wrap .step_box.gr ul li:nth-of-type(2) {
  margin-bottom: 2%;
}

.step5 .box_wrap .step_box.gr ul li:nth-of-type(3) {
  margin-bottom: 2%;
  margin-left: 2%;
}

.step5 .box_wrap .step_box.gr ul li:nth-of-type(4) {
  margin-left: 0;
}

.step5 .box_wrap .step_box.gr ul li:nth-of-type(5) {
  margin-left: 2%;
}

.step6 {
  background-color: #ffffff;
  margin-bottom: 0;
  padding-top: 40px;
}

.step6 .box_wrap {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
  padding: 0px;
  padding-top: 20px;
}

.step6 .box_wrap:after {
  color: #ffffff;
}

.step7 {
  background-color: #f4f4f4;
  padding-top: 40px;
  margin-bottom: 0;
}

.step7 .box_wrap {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
  padding: 0px;
  padding-top: 20px;
}

.step8 {
  background-color: #ffffff;
  margin-bottom: 0;
  padding-top: 40px;
}

.step8 .box_wrap {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
  padding: 0px;
  padding-top: 20px;
}

.step8 .box_wrap:after {
  content: none;
}

.model2 .step3 .box_wrap:after {
  content: "▼";
}

.model2 .step3 .box_wrap .step_box.yg {
  background-color: #eaeec3;
}

.model2 .step4 {
  padding-top: 40px;
}

.model1 {
  display: none;
}

.model2 {
  display: none;
}

.tabopen {
  display: block !important;
}

.sp_model1, .sp_model2 {
  display: none;
}

.youth_voices {
  text-align: center;
}

.youth_voices .voice_ttl {
  position: relative;
  width: 600px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.youth_voices .voice_ttl .childrens {
  color: #ffffff;
  border-radius: 5px;
  background-color: #288d2b;
  display: inline-block;
  padding: 20px;
  position: relative;
}

.youth_voices .voice_ttl .childrens:after {
  content: "▼";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -16px;
  color: #288d2b;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.youth_voices .voice_ttl .voices {
  font-size: 30px;
  color: #288d2b;
  letter-spacing: 4px;
  margin-top: 40px;
}

.youth_voices .voice_ttl span {
  font-size: 16px;
  color: #288d2b;
  letter-spacing: 1px;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  margin-top: 15px;
  font-weight: normal;
}

.youth_voices .voice_ttl:after, .youth_voices .voice_ttl:before {
  content: "・・・・・・・・・・・・・・・・";
  font-size: 18px;
  color: #288d2b;
  position: absolute;
  width: 200px;
  height: 17px;
  letter-spacing: -6px;
  bottom: 80px;
  font-weight: bold;
}

.youth_voices .voice_ttl:before {
  left: 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  text-align: left;
}

.youth_voices .voice_ttl:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  text-align: left;
}

.people {
  text-align: center;
}

.people .circle {
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  display: inline-block;
  margin: 0 5px;
  padding: 8px;
  margin-bottom: 20px;
  font-weight: 500;
}

.people .sentence {
  font-size: 27px;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 160%;
}

.voice_card_wrap {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  text-align: left;
}

.voice_card_wrap .card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
  width: 32%;
  font-size: 14px;
  line-height: 180%;
  padding: 0;
  padding-right: 10px;
  border-radius: 5px;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
}

.voice_card_wrap .card:nth-of-type(3n) {
  margin-right: 0;
}

.voice_card_wrap .card p {
  background: 25px center no-repeat;
  background-size: 50px 69px;
  padding: 15px 0 15px;
  padding-left: 100px;
}

.children_wrap .circle {
  background-color: #ff9c00;
}

.children_wrap .sentence {
  color: #ff9c00;
}

.children_wrap .voice_card_wrap .card {
  height: 175px;
}

.children_wrap .voice_card_wrap .card.type1 p {
  background-image: url(../images/youth/renewal/child01.svg);
}

.children_wrap .voice_card_wrap .card.type2 p {
  background-image: url(../images/youth/renewal/child02.svg);
}

.parents_wrap .circle {
  background-color: #129cd6;
}

.parents_wrap .sentence {
  color: #129cd6;
}

.parents_wrap .voice_card_wrap .card {
  height: 175px;
}

.parents_wrap .voice_card_wrap .card.type1 p {
  background-image: url(../images/youth/renewal/parent01.svg);
}

.parents_wrap .voice_card_wrap .card.type2 p {
  background-image: url(../images/youth/renewal/parent02.svg);
}

.teacher_wrap .circle {
  background-color: #33b87e;
}

.teacher_wrap .sentence {
  color: #33b87e;
}

.teacher_wrap .voice_card_wrap .card {
  height: 175px;
}

.teacher_wrap .voice_card_wrap .card.type1 p {
  background-image: url(../images/youth/renewal/teacher01.svg);
}

.teacher_wrap .voice_card_wrap .card.type2 p {
  background-image: url(../images/youth/renewal/teacher02.svg);
}

.large {
  font-size: 25px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 160%;
  display: block;
  margin-bottom: 1em;
}

.large span {
  position: relative;
  z-index: 1;
}

.large span:after {
  position: absolute;
  background-color: #fff600;
  z-index: -1;
  left: 0;
  bottom: -5px;
  content: "";
  display: block;
  width: 100%;
  height: 60%;
}

.performance_list_wrap {
  max-width: 860px;
  width: 60%;
  margin: 60px auto 120px;
  font-size: 0;
}

.performance_list_wrap .list_left, .performance_list_wrap .list_right {
  width: 47%;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.performance_list_wrap .list_left .p_list h4, .performance_list_wrap .list_right .p_list h4 {
  background-color: #ffffff;
  border-bottom: #e6e6e6 2px solid;
  padding: 10px;
}

.performance_list_wrap .list_left .p_list ul, .performance_list_wrap .list_right .p_list ul {
  padding: 10px 0 0;
  margin-bottom: 20px;
  background-color: #edf7ed;
}

.performance_list_wrap .list_left .p_list li, .performance_list_wrap .list_right .p_list li {
  padding: 0 10px;
  line-height: 190%;
  color: #333333;
}

.performance_list_wrap .list_right {
  margin-left: 6%;
}

.youth_contact {
  font-size: 0;
  vertical-align: top;
  margin-bottom: 100px;
  background-color: #ffffff;
}

.youth_contact .img_area {
  width: 65%;
  height: auto;
  display: inline-block;
}

.youth_contact .img_area img {
  width: 100%;
  height: auto;
}

.youth_contact .contact_box {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  text-align: center;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.youth_contact .contact_box h2 {
  text-align: center;
  line-height: 200%;
  font-size: 21px;
  color: #333333;
  margin: 20% 0 10%;
}

.youth_contact .contact_box h3 {
  font-size: 16px;
  color: #7c7c7c;
}

.youth_contact .contact_box .tel {
  color: #288d2b;
  font-size: 32px;
  display: block;
  margin: 20px 0;
  font-weight: bold;
}

.youth_contact .contact_box p {
  font-size: 20px;
  color: #7c7c7c;
  margin-bottom: 40px;
}

.youth_contact .contact_box .btn_wrap {
  background-color: #ff7e00;
  border-radius: 10px;
  display: inline-block;
  -webkit-box-shadow: 0px 6px 8px -1px #dcdeda;
          box-shadow: 0px 6px 8px -1px #dcdeda;
}

.youth_contact .contact_box .btn_wrap:hover {
  opacity: 0.7;
}

.youth_contact .contact_box .btn_wrap .contact_btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 20px;
  padding-left: 70px;
  background: url(../images/youth/renewal/icon_mail.png) 20px center no-repeat;
  background-size: 41px 30px;
  display: block;
  border: none;
}

.other_contents .over_ttl_green {
  background-color: #288d2b;
  padding: 40px 0;
}

.other_contents .other_box_wrap {
  font-size: 0;
  margin-bottom: 180px;
}

.other_contents .other_box_wrap .other_box {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto 10px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 8px -1px #dcdeda;
          box-shadow: 0px 6px 8px -1px #dcdeda;
}

.other_contents .other_box_wrap .other_box .img_box {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.other_contents .other_box_wrap .other_box .explain_side {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.other_contents .other_box_wrap .other_box .explain_side h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.other_contents .other_box_wrap .other_box .explain_side h3:after {
  display: block;
  width: 100%;
  background-color: #fff600;
  content: "";
  height: 65%;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
}

.other_contents .other_box_wrap .other_box .explain_side p {
  font-size: 15px;
  color: #333333;
  line-height: 160%;
  margin-bottom: 30px;
}

.other_contents .other_box_wrap .other_box .explain_side a.sample_link {
  color: #ffffff;
  background-color: #89b414;
  font-size: 14px;
  padding: 10px;
  display: inline-block;
  margin-right: 5px;
}

.other_contents .other_box_wrap .other_box .explain_side a.sample_link:hover {
  opacity: 0.7;
}

.youth_slider {
  padding-bottom: 80px;
}

.youth_slider .case_list_block a {
  margin: 0 10px;
}

.slick-arrow.slick-next, .slick-arrow.slick-prev {
  display: block !important;
}

.slick-arrow.slick-next {
  right: -50px;
  width: 20px;
  height: 38px;
}

.slick-arrow.slick-prev {
  left: -50px;
  width: 20px;
  height: 38px;
}

.slick-prev:before {
  content: "";
  background: url(../images/youth/renewal/arrow_l.png) left center no-repeat;
  background-size: 20px 39px;
  width: 20px;
  height: 39px;
  display: block;
}

.slick-next:before {
  content: "";
  background: url(../images/youth/renewal/arrow_r.png) left center no-repeat;
  background-size: 20px 39px;
  width: 20px;
  height: 39px;
  display: block;
}

@media screen and (max-width: 1200px) {
  .youth_contents_bg {
    background-size: auto 100%;
  }
  .youth_movie_block {
    position: relative;
    width: 80%;
    padding-top: 45.2%;
    margin: 0 auto;
  }
  .youth_movie_block iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .youth_contact .contact_box .btn_wrap {
    width: 90%;
    margin: 0 auto;
    line-height: 160%;
  }
}

@media screen and (max-width: 1024px) {
  .youth_pro_model .model_tab {
    width: 90%;
  }
  .voice_card_wrap {
    width: 90%;
  }
  .people {
    width: 90%;
    margin: 0 auto;
  }
  .youth_contact .contact_box h2 {
    line-height: 180%;
    font-size: 19px;
    margin: 10% 0 8%;
  }
  .youth_contact .contact_box .btn_wrap .contact_btn {
    padding: 20px;
    height: auto;
    line-height: 140%;
  }
}

@media screen and (max-width: 768px) {
  .youth_slimg_area {
    -webkit-transform: translateY(-18%);
            transform: translateY(-18%);
    overflow: hidden;
  }
  .youth_slimg_area img {
    width: 135%;
  }
  .slick-arrow.slick-prev {
    left: -30px;
  }
  .slick-arrow.slick-next {
    right: -30px;
  }
  .youth_contact .img_area {
    width: 60%;
  }
  .youth_contact .contact_box h2 {
    line-height: 160%;
    font-size: 18px;
    margin: 10% 0 7%;
  }
  .youth_contact .contact_box .tel {
    font-size: 26px;
    margin: 11px 0;
  }
  .youth_contact .contact_box p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .youth_contact .contact_box .btn_wrap .contact_btn {
    font-size: 16px;
    text-align: left;
    padding: 13px 0;
    padding-left: 60px;
    background-size: 30px 21px;
  }
  .youth_contact .contact_box {
    width: 40%;
  }
  .large {
    font-size: 20px;
  }
  .youth_contents_bg h2 {
    font-size: 26px;
    width: 450px;
    height: 100px;
    bottom: -50px;
  }
  .youth_contents_bg {
    margin-bottom: 90px;
  }
  .performance_list_wrap {
    width: 90%;
  }
  .voice_card_wrap .card {
    width: 48%;
    margin-right: 4%;
  }
  .voice_card_wrap .card:nth-of-type(3n) {
    margin-right: 4%;
  }
  .voice_card_wrap .card:nth-of-type(2n) {
    margin-right: 0;
  }
  .people .sentence {
    font-size: 22px;
  }
  .sp_br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
  .youth_hero_main_area h1 {
    font-size: 38px;
  }
  .youth_hero_main_area h1 span {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .youth_contents_bg h2 {
    width: 100%;
  }
  .youth_sl_img {
    display: none;
  }
  .youth_catch_area {
    background: url(../images/youth/renewal/title.png) no-repeat center -100px;
    background-size: auto 70%;
  }
  .youth_catch_area h2 {
    font-size: 24px;
  }
  .youth_catch_area p {
    font-size: 15px;
  }
  .youth_movie_caption {
    margin: 40px 0;
  }
  .txt_bold {
    margin: 25px auto;
  }
  .youth_contents_bg {
    background-size: auto 100%;
    height: 310px;
    margin-bottom: 100px;
  }
  .youth_contents_bg h2 {
    font-size: 22px;
    bottom: -65px;
    height: 110px;
  }
  .youth_target_wrap {
    width: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 10px;
  }
  .youth_target_wrap p {
    width: 90%;
    margin: 0;
    padding-left: 10px;
  }
  .youth_target {
    width: 100%;
  }
  .youth_target th {
    width: 24%;
  }
  .youth_target td, .youth_target th {
    font-size: 15px;
  }
  .youth_try_index .youth_catchtxt_area h2 {
    font-size: 24px;
  }
  .youth_try_index .youth_catchtxt_area p {
    font-size: 15px;
  }
  .youth_try .point_wrap {
    margin: 100px auto 40px;
  }
  .youth_try .point_wrap .y_point {
    width: 95%;
    display: block;
    padding: 70px 22px 30px;
    margin: 0 auto 60px;
  }
  .youth_try .point_wrap .y_point h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .youth_try .point_wrap .y_point p {
    font-size: 15px;
  }
  .youth_try .point_wrap .y_point:last-child {
    margin-bottom: 20px;
  }
  .youth_pro_model .model_tab {
    width: 100%;
  }
  .youth_pro_model .model_change li {
    font-size: 15px;
    padding: 16px;
  }
  .youth_pro_model .model_contents {
    padding: 20px 0 0;
  }
  .youth_pro_model .model_contents p {
    font-size: 15px;
    line-height: 160%;
    padding: 0px 20px 30px;
  }
  .model_txt {
    padding: 15px 0;
  }
  .box_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 15px 20px;
  }
  .box_wrap .step_box {
    width: 100%;
    margin-bottom: 40px;
    height: auto;
  }
  .box_wrap .step_box:last-child {
    margin-left: 0;
  }
  .box_wrap .step_box ul {
    padding: 30px 15px;
  }
  .box_wrap .step_box ul li {
    line-height: 120%;
  }
  .box_wrap .step_box ul span {
    font-size: 14px;
  }
  .step_wrap h3 {
    padding: 20px;
    font-size: 20px;
  }
  .step_wrap h3 span {
    font-size: 18px;
  }
  .step3 .box_wrap .step_box.yg ul {
    margin-top: 0;
  }
  .step1 .step_box.yg ul {
    margin-top: 0;
  }
  .step4 .box_wrap .step_box.yg ul {
    margin-top: 0;
  }
  .step5 {
    background-color: #f4f4f4;
  }
  .step5 .box_wrap .step_box {
    width: 100%;
    margin-left: 0;
  }
  .step5 .box_wrap .step_box .school {
    margin-left: 4%;
  }
  .step5 .box_wrap .step_box.gr ul li {
    width: 48.5%;
    margin-bottom: 3%;
    padding: 10px;
  }
  .step5 .box_wrap .step_box.gr ul li:nth-of-type(2n) {
    margin-left: 3%;
    margin-bottom: 3%;
  }
  .step5 .box_wrap .step_box.gr ul li:nth-of-type(2n-1) {
    margin-left: 0;
  }
  .step5 .box_wrap .step_box.gr ul li:nth-of-type(5), .step5 .box_wrap .step_box.gr ul li:nth-of-type(6) {
    margin-bottom: 0;
  }
  .model2 .step1 .step_box.gr, .model2 .step1 .step_box.yg {
    width: 100%;
  }
  .model2 .step1 .step_box.gr ul li, .model2 .step1 .step_box.yg ul li {
    width: 48.5%;
    margin-bottom: 3%;
    padding: 10px;
  }
  .model2 .step1 .step_box.gr ul li:nth-of-type(2n), .model2 .step1 .step_box.yg ul li:nth-of-type(2n) {
    margin-left: 3%;
    margin-bottom: 3%;
  }
  .model2 .step1 .step_box.gr ul li:nth-of-type(2n-1), .model2 .step1 .step_box.yg ul li:nth-of-type(2n-1) {
    margin-left: 0;
  }
  .model2 .step1 .step_box.gr ul li:nth-of-type(5), .model2 .step1 .step_box.gr ul li:nth-of-type(6), .model2 .step1 .step_box.yg ul li:nth-of-type(5), .model2 .step1 .step_box.yg ul li:nth-of-type(6) {
    margin-bottom: 0;
  }
  .box_wrap .step_box .municipality, .box_wrap .step_box .school, .box_wrap .step_box .other_teacher {
    font-size: 15px;
    width: 90px;
  }
  .box_wrap .step_box .other_teacher {
    width: auto;
    padding: 15px 10px;
  }
  .youth_voices .voice_ttl {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 32px;
    overflow: hidden;
  }
  .youth_voices .voice_ttl:before, .youth_voices .voice_ttl:after {
    font-size: 14px;
    width: 134px;
    height: 12px;
  }
  .youth_voices .voice_ttl:before {
    left: -20px;
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
  }
  .youth_voices .voice_ttl:after {
    right: -20px;
    -webkit-transform: rotate(-75deg);
            transform: rotate(-75deg);
  }
  .youth_voices .voice_ttl .voices {
    font-size: 22px;
  }
  .youth_voices .voice_ttl .childrens {
    padding: 15px;
    font-size: 15px;
  }
  .people .circle {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .people .sentence {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .voice_card_wrap {
    width: 95%;
    margin: 0 auto 60px;
  }
  .voice_card_wrap .card {
    width: 100%;
    margin: 0 auto 10px;
  }
  .children_wrap .voice_card_wrap .card {
    height: auto;
    min-height: 150px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .large {
    font-size: 16px;
  }
  .performance_list_wrap {
    width: 95%;
    margin: 60px auto 50px;
  }
  .performance_list_wrap .list_left .p_list li, .performance_list_wrap .list_right .p_list li {
    font-size: 11px;
  }
  .performance_list_wrap .list_left .p_list h4, .performance_list_wrap .list_right .p_list h4 {
    font-size: 13px;
    line-height: 140%;
    padding: 4px 10px;
  }
  .youth_contact {
    margin-bottom: 60px;
  }
  .youth_contact .img_area {
    width: 100%;
  }
  .youth_contact .contact_box {
    width: 100%;
  }
  .youth_contact .contact_box h2 {
    margin: 30px 0 20px;
    line-height: 170%;
    font-size: 18px;
  }
  .youth_contact .contact_box .youth_contact .contact_box .tel {
    font-size: 26px;
  }
  .youth_contact .contact_box .youth_contact .contact_box p {
    font-size: 16px;
  }
  .youth_contact .contact_box .btn_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .youth_contact .contact_box .btn_wrap .contact_btn {
    padding: 15px 20px;
    padding-left: 70px;
    line-height: 150%;
  }
  .other_contents .other_box_wrap .other_box {
    width: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .other_contents .other_box_wrap .other_box .img_box {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
  }
  .other_contents .other_box_wrap .other_box .explain_side {
    width: 100%;
    padding: 20px 0 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
  }
  .other_contents .other_box_wrap .other_box .explain_side h3 {
    font-size: 20px;
  }
  .other_contents .other_box_wrap .other_box .explain_side a.sample_link {
    font-size: 13px;
    padding: 8px;
    margin-bottom: 5px;
  }
  .other_contents .other_box_wrap .other_box .explain_side p {
    margin-bottom: 20px;
  }
  .other_contents .other_box_wrap {
    margin-bottom: 80px;
  }
  .slick-arrow.slick-prev {
    left: -15px;
    z-index: 10;
  }
  .slick-arrow.slick-next {
    right: -15px;
  }
  .model_change {
    display: none;
  }
  .model_change li {
    width: 100%;
    border-radius: 0;
  }
  .model1 {
    display: block;
  }
  .model2 {
    display: none;
  }
  .sp_model1, .sp_model2 {
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #4c654d;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: bold;
    -webkit-box-shadow: 0px -8px 4px -4px #3f573f inset;
            box-shadow: 0px -8px 4px -4px #3f573f inset;
    position: relative;
  }
  .sp_model1 span, .sp_model2 span {
    font-size: 15px;
  }
  .sp_model1:before, .sp_model2:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 5px solid transparent;
    border-top: 8px solid #ffffff;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 13%;
    margin: auto;
  }
  .sp_model1.accopen, .sp_model2.accopen {
    background-color: #ffffff;
    color: #333333;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #4c654d;
  }
  .sp_model1.accopen:before, .sp_model2.accopen:before {
    border-top-color: #4c654d;
    -webkit-transform: rotate(180deg) translateY(5px);
            transform: rotate(180deg) translateY(5px);
  }
}

@media screen and (max-width: 640px) {
  .youth_movie_block {
    width: 90%;
    padding-top: 50.6%;
  }
  .youth_movie_area {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=youth.css.map */