/* Scss Document */
/*=============================================================
 common
=============================================================*/
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #3c3c3c;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  /*font-feature-settings: "palt" 1; */
  background-color: #fff;
}
@media screen and (max-width: 768.9px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 768.9px) {
  body {
    font-size: 17px;
  }
}
body b {
  font-weight: 700;
  font-style: normal;
}
body a {
  color: #3c3c3c;
  text-decoration: none;
}
body a:hover {
  /*opacity: 0.7;*/
  transition: all 0.3s;
}
body img {
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  filter: brightness(105%);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body img {
    image-rendering: -webkit-optimize-contrast;
  }
}
body .object-fit {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
body .view-navi {
  display: block;
}
body .view-sp {
  display: block;
}
@media screen and (min-width: 768.9px) {
  body .view-sp {
    display: none;
  }
}
body .view-pc {
  display: none;
}
@media screen and (min-width: 768.9px) {
  body .view-pc {
    display: block;
  }
}
body #wrap,
body #contents {
  overflow: hidden;
}
body #contents {
  position: relative;
}
body .container {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768.9px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  body .container {
    width: 1100px;
    max-width: 96%;
  }
}
/*=============================================================
 #gheader
=============================================================*/
#gheader {
  background-color: #0066FF;
  color: #fff;
}
@media screen and (max-width: 768.9px) {
  #gheader {
    padding: 0 10px 20px 10px;
  }
}
@media screen and (min-width: 768.9px) {
  #gheader {
    padding: 0 50px 50px 50px;
  }
}
@media screen and (max-width: 768.9px) {
  #gheader .title {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768.9px) {
  #gheader .title {
    margin-bottom: 30px;
    font-size: 15px;
  }
}
#gheader .title a {
  display: inline-block;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768.9px) {
  #gheader .title a {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 768.9px) {
  #gheader .title a {
    padding: 15px 50px;
  }
}
#gheader .title a img {
  height: auto;
  display: block;
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 768.9px) {
  #gheader .title a img {
    width: 200px;
  }
}
@media screen and (min-width: 768.9px) {
  #gheader .title a img {
    width: 250px;
  }
}
#gheader .page-title {
  line-height: 1.8;
}
@media screen and (max-width: 768.9px) {
  #gheader .page-title {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768.9px) {
  #gheader .page-title {
    font-size: 35px;
  }
}
#gheader.children_inquiry, #gheader.children_inquiry_confirm, #gheader.children_inquiry_thanks {
  background-color: #FED900;
  color: #000;
}
#gheader.inquiry_others, #gheader.inquiry_others_confirm, #gheader.inquiry_others_thanks {
  background-color: #525252;
}

/*=============================================================
 #gFooter
=============================================================*/
#gFooter {
  background-color: #00973d;
  color: #fff;
  padding: 20px;
  font-size: 80%;
}
#gFooter p {
  text-align: center !important;
}
@media screen and (min-width: 768.9px) {
  #gFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.children_inquiry_thanks #gFooter,
.training_inquiry_thanks #gFooter,
.training_application_thanks #gFooter,
.recruit_application_thanks #gFooter,
.inquiry_others_thanks #gFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}/*# sourceMappingURL=style_basic.css.map */