@charset "UTF-8";
/* CSS Document */
/*-------------------- 
自衛官物語 --------------------*/
/* TOP */
#header {
  margin-bottom: 54px;
}

#stoheaderWrap {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

.stoHeader {
  height: 54px;
  margin-top: -54px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 4px 4px rgba(35, 24, 21, 0.2);
  z-index: 10000;
}

/* ナビゲーション用 */
.cf {
  overflow: hidden;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0px;
}

.stoTopSlider {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.stoTopSliderMain {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  position: relative;
  height: 300px;
  width: 900px;
}

.stoTopSlider .slider_parent button.slick-prev {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px;
  background: url(../img/slide_arrow_r.png) no-repeat left center;
  text-indent: -10000px;
  position: absolute;
  top: 48%;
  left: 10px;
  z-index: 100;
  width: 30px;
  cursor: pointer;
}
.stoTopSlider .slider_parent button.slick-next {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px;
  background: url(../img/slide_arrow_l.png) no-repeat left center;
  text-indent: -10000px;
  position: absolute;
  top: 48%;
  right: 4px;
  z-index: 100;
  width: 30px;
  cursor: pointer;
}

.slider_menu img {
  float: left;
  margin-right: 20px;
}

.stoTopSliderThum {
  width: 920px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.stoTopSliderThum img {
  cursor: pointer;
}

.stoTopSchool {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

.stoTopSchTit {
  padding-left: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.stoTopSchList {
  margin-right: -40px;
}
.stoTopSchList li {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}

/* 下層共通 */
#main {
  float: right;
  width: 730px;
}

.stoLowBrand {
  margin-bottom: 20px;
  text-align: center;
}
.stoLowBrand img {
  width: 100%;
  height: auto;
}

.stoLowMovie {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.stoLowMovie li {
  width: 48%;
  margin: 1%;
  border: 1px solid #ccc;
  float: left;
  padding: 15px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.stoLowMovie li div {
  margin-bottom: 5px;
}
.stoLowMovie li div iframe {
  width: 100% !important;
  border: none;
}

.stoLowListArea01 {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 880px;
}

.stoLowEnlist {
  float: left;
}
.stoLowEnlist ul .ctrl {
  margin-bottom: 15px;
}

.stoLowSchool {
  float: right;
}

/*SP*/
@media (max-width: 640px) {
  #header {
    margin-bottom: 54px;
  }
  #stoheaderWrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
  .stoHeader {
    height: 54px;
    margin-top: -54px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 4px 4px rgba(35, 24, 21, 0.2);
    z-index: 10000;
  }
  /* ナビゲーション用 */
  .cf {
    overflow: hidden;
    padding-bottom: 1px;
  }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0px;
  }
  .stoTopSlider {
    width: 100%;
    margin-bottom: 20px;
  }
  .stoTopSliderMain {
    margin-bottom: 15px;
    position: relative;
    height: inherit;
    width: 100%;
  }
  .stoTopSliderMain img {
    width: 100%;
    height: inherit;
  }
  .stoTopSlider .slider_parent button.slick-prev,
  .stoTopSlider .slider_parent button.slick-next {
    display: none !important;
  }
  .slider_menu div {
    width: 50%;
    float: left;
  }
  .slider_menu img {
    width: 100%;
    margin-right: 0px;
  }
  .stoTopSliderThum {
    width: 100%;
  }
  .stoTopSliderThum img {
    cursor: pointer;
  }
  .stoTopSchool {
    width: 100%;
  }
  .stoTopSchTit {
    padding-left: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .stoTopSchTit img {
    max-width: 100%;
  }
  .stoTopSchList {
    margin-right: 0px;
  }
  .stoTopSchList li {
    float: none;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .stoTopSchList li img {
    width: 100%;
    height: inherit;
  }
  /* 下層共通 */
  #main {
    float: none;
    width: auto;
    margin-bottom: 40px;
  }
  .stoLowBrand {
    margin-bottom: 20px;
    text-align: center;
  }
  .stoLowBrand img {
    max-width: 100%;
    height: inherit;
  }
  .stoLowMovie {
    margin-bottom: 0px;
    width: 100%;
  }
  .stoLowMovie li {
    width: 100%;
    margin: 0%;
    border: 1px solid #ccc;
    float: none;
    padding: 15px;
    padding-bottom: 10px;
    margin-bottom: -1px;
  }
  .stoLowMovie li div {
    margin-bottom: 5px;
  }
  .stoLowMovie li div iframe {
    width: 100% !important;
    border: none;
  }
  .stoLowListArea01 {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .stoLowListArea01 img {
    max-width: 100%;
    height: inherit;
  }
  .stoLowEnlist {
    float: left;
  }
  .stoLowEnlist ul .ctrl {
    margin-bottom: 15px;
  }
  .stoLowSchool {
    float: right;
  }
}

/* new ---- */
.lowHeading {
  height: 570px;
}

.lowHeading img {
  object-position:50% 15%;
}

.lowHeadingTxt {
  margin-top: -50px;
}

.lowHeadingTxt p:not(:first-of-type) {
  margin-top: 20px;
}

.bread-wrapper {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  width: 1200px;
  margin: 0 auto;
}

.inner01 {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .lowHeading {
    height: 610px;
  }

  .lowHeadingTxt .h1_ptn1 {
    padding: 17.5px 21px 0 21px;
    min-height: 80px;
  }

  .inner01 {
    padding: 0;
  }
}

.job-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.job-section .video-card {
  width: 380px;
  height: 364px;
  border: 2px solid #eee;
}

.job-section iframe {
  height: 282px;
}

.job-section .video-card-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 1px;
  padding-top: 18px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .job-section {
    gap: 30px;
  }
  .job-section .video-card {
    width: 100%;
    height: 312px;
    border: 2px solid #eee;
  }

  .job-section iframe {
    height: 248px;
  }

  .job-section .video-card-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0.8px;
    padding-top: 16px;
    padding-left: 26px;
  }
}
