@charset "UTF-8";
body {
  font-size: inherit;
}

.header_content {
  position: relative;
  height: 300px;
}
@media (max-width: 767px) {
  .header_content {
    height: 200px;
  }
}
.header_content .header_image {
  background-image: url(../../images/uniform_image.jpg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  opacity: .8;
}
.header_content .content-title {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
}
.header_content .content-title h1 {
  font-size: 2.2em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .header_content .content-title h1 {
    font-size: 1.5em;
  }
}

.content {
  background-color: #fff !important;
  background-image: none !important;
}
.content p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", "M+ 1p", sans-serif;
}
.content .info_top {
  background-color: #d4ffeb;
  position: relative;
  padding-top: 25%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .content .info_top {
    padding-top: 0;
    height: 308px;
  }
}
@media (max-width: 479px) {
  .content .info_top {
    height: 200px;
  }
}
.content .info_top .info01_image {
  background-image: url(../../images/uniform/uniform_image01.jpg);
}
.content .info_top .info02_image {
  background-image: url(../../images/uniform/uniform_image08.jpg);
  right: 0;
}
.content .info_top .info01_image, .content .info_top .info02_image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  margin-top: -25%;
  width: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  .content .info_top .info01_image, .content .info_top .info02_image {
    margin-top: 0;
    width: 100%;
  }
}
.content .info_top .info_title01 {
  left: 55%;
}
.content .info_top .info_title02 {
  right: 55%;
}
.content .info_top .info_title01, .content .info_top .info_title02 {
  position: absolute;
  top: 50%;
  width: 40%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .content .info_top .info_title01, .content .info_top .info_title02 {
    background-color: rgba(255, 255, 255, 0.8);
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 80%;
  }
}
.content .info_top .info_title01 h4, .content .info_top .info_title02 h4 {
  line-height: 1.4;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .content .info_top .info_title01 h4, .content .info_top .info_title02 h4 {
    font-size: 3em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content .info_top .info_title01 h4, .content .info_top .info_title02 h4 {
    font-size: 2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .info_top .info_title01 h4, .content .info_top .info_title02 h4 {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .content .info_top .info_title01 h4, .content .info_top .info_title02 h4 {
    font-size: 1.2em;
    text-align: center;
  }
}
.content h3 {
  text-align: center;
  background-color: #c0fadf;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content p {
  line-height: 2;
}
.content p.lead {
  font-size: 1.4em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .content p.lead {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .content p {
    font-size: 1em;
  }
}
.content .row {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .content .row {
    margin-top: 0;
  }
}
.content .row img {
  padding: 10px;
}
.content .slick-dots li button:before {
  font-size: 25px;
}
.content .slick-dots li button:focus:before {
  opacity: .25;
}
.content .slick-dots li.slick-active button:focus:before {
  opacity: 1;
}

div.info01 {
  padding-top: 0 !important;
}
@media (max-width: 479px) {
  div.info02 {
    padding-top: 0 !important;
  }
}
div.info03 {
  border-top: 1px solid #ccc;
  width: 95%;
  margin: 0 auto;
}
div.info03 .container {
  width: 800px;
}
div.info03 .container table {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", "M+ 1p", sans-serif;
}
div.info03 .container table tr:first-child th, div.info03 .container table tr:first-child td {
  border-top: none;
}
div.info03 .container table tr th {
  white-space: nowrap;
  width: 6em;
}
div.info03 .container table tr td {
  padding: 8px 0 8px 25px;
}
@media (max-width: 767px) {
  div.info03 .container {
    width: 100%;
  }
}

a {
  text-decoration: none;
}

.js-on body {
  display: none;
}
