@charset "UTF-8";
@media screen and (max-width: 639px) {
  .-sp_none {
    display: none;
  }
}

.-pc_none {
  display: none;
}

@media screen and (max-width: 639px) {
  .-pc_none {
    display: block;
  }
}

/*=====================================================================
    不登校サポートコース
======================================================================= */
.iroha_loading {
  top: 0px;
  left: 0px;
}

#pageSupport * {
  font-family: 'Noto Sans JP', sans-serif;
}

#gMenuB li.sns {
  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;
  margin-top: 10px;
}

#gMenuB li.sns a {
  width: auto;
  padding: 0 3px;
}

#gMenuB li:nth-child(2) {
  margin-top: 10px;
}

#gMenuB li:nth-child(3) {
  margin-top: 20px;
}

@media screen and (min-width: 640px) {
  #headerWrapper #logoBox a {
    height: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 310px 0 15px;
    background: url("../img/logo.png") no-repeat center;
    background-position: center 30px;
    background-size: 120px 260px;
  }
  #headerWrapper #logoBox a span {
    display: none;
  }
  #headerWrapper #logoBox a:hover {
    color: #000;
    text-decoration: none;
  }
  #gMenu li a {
    padding: 13px 0;
  }
  #gMenuB li a {
    color: #000;
    font-weight: normal;
  }
  #gMenuB li #gmenuB2 {
    padding-bottom: 10px;
  }
  #gMenuB li #gmenuB3 {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
  #gMenuB li #gmenuB3 img {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}

#gMenuB {
  padding-bottom: 15px;
}

#gMenuB li .gmenuB2ImgS {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

#gmenu4 {
  background: #c3bebe;
}

#gmenu4:hover {
  background: #ccc;
}

#gMenuB li a {
  color: #000;
  font-weight: normal;
}

#gMenuB li #gmenuB2 {
  padding-bottom: 6px;
}

@media screen and (max-width: 639px) {
  #logoBox a {
    margin-left: 5%;
  }
  #gMenuB li.sns a {
    width: auto;
    padding: 0 8px;
  }
  #gMenuB li {
    margin-top: 12px;
  }
  #gMenuB li:nth-child(2) {
    margin-top: 16px;
  }
  #gMenuB li:nth-child(3) {
    margin-top: 16px;
  }
}

.content {
  padding: 70px 10%;
}

@media screen and (max-width: 639px) {
  .content {
    padding: 60px 5%;
  }
}

.secTtl {
  display: table;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 2px 15px;
  margin: 0 auto;
  border-radius: 20px;
  border: solid 2px #fff;
}

@media screen and (max-width: 639px) {
  .secTtl {
    font-size: 13px;
  }
}

.secTtl + .secLead {
  color: #fff;
  margin-top: 60px;
}

@media screen and (max-width: 639px) {
  .secTtl + .secLead {
    margin-top: 30px;
  }
}

.secLead {
  font-size: 35px;
  line-height: 1.6;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 639px) {
  .secLead {
    font-size: 19px;
  }
}

.secTxt {
  font-size: 16px;
  margin-top: 40px;
}

@media screen and (max-width: 639px) {
  .secTxt {
    font-size: 13px;
    margin-top: 30px;
  }
}

.secPhoto {
  width: 100%;
}

.secPhoto img {
  width: 100%;
  vertical-align: bottom;
}

#mv {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 639px) {
  #mv {
    margin-top: 50px;
  }
}

#mv .slider .sliderItem {
  position: relative;
  width: 100%;
}

#mv .slider .sliderItem .sliderImg {
  width: 100%;
}

#mv .slick-dots {
  position: absolute;
  left: 30px;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 639px) {
  #mv .slick-dots {
    left: 50%;
    bottom: 30px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

#mv .slick-dots li:nth-child(n+2) {
  margin-left: 12px;
}

#mv .slick-dots li.slick-active button {
  background: #000;
}

#mv .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  padding: 0;
  background: #c3bebe;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
}

#sec1 {
  background: #fa68b4;
}

.sec1Li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 639px) {
  .sec1Li {
    display: block;
    margin-top: 40px;
  }
}

.sec1Li li {
  width: 30%;
}

@media screen and (max-width: 639px) {
  .sec1Li li {
    width: 100%;
  }
  .sec1Li li:nth-child(n+2) {
    margin-top: 30px;
  }
  .sec1Li li .headWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec1Li li .headWrap .item--icon {
    width: 80px;
    margin-right: 15px;
  }
  .sec1Li li .headWrap .head {
    width: calc(100% - 95px);
    font-size: 18px;
    text-align: left;
    margin-top: 0;
  }
}

.sec1Li li .item--icon {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.sec1Li li .head {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.sec1Li li .txt {
  font-size: 16px;
  margin-top: 15px;
}

@media screen and (max-width: 639px) {
  .sec1Li li .txt {
    font-size: 13px;
    margin-top: 10px;
  }
}

#sec2 {
  background: #46ab6d;
}

.sec2Flow {
  margin-top: 40px;
}

@media screen and (max-width: 639px) {
  .sec2Flow {
    margin-top: 30px;
  }
}

.sec2Flow .head {
  font-size: 35px;
  text-align: center;
}

@media screen and (max-width: 639px) {
  .sec2Flow .head {
    font-size: 22px !important;
  }
}

.sec2Flow .sec2Img {
  display: block;
  width: 100%;
  margin-top: 12px;
}

@media screen and (max-width: 639px) {
  .sec2Flow .sec2Img {
    width: 52%;
    margin: 15px auto 0;
  }
}

.sec3Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

@media screen and (max-width: 639px) {
  .sec3Box {
    display: block;
    margin-top: 30px;
  }
}

.sec3Box .sec3Li {
  width: 70%;
}

@media screen and (max-width: 639px) {
  .sec3Box .sec3Li {
    width: 100%;
  }
}

.sec3Box .sec3Li li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6px;
}

.sec3Box .sec3Li li:first-child {
  margin-top: 0;
}

.sec3Box .sec3Li li p {
  font-size: 19px;
}

@media screen and (max-width: 639px) {
  .sec3Box .sec3Li li p {
    font-size: 14px;
  }
}

.sec3Box .sec3Li li span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  margin-top: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 639px) {
  .sec3Box .sec3Li li span {
    width: 12px;
    height: 12px;
    margin-top: 8px;
  }
}

.sec3Box .sec3Icon {
  display: block;
  width: 28%;
}

@media screen and (max-width: 639px) {
  .sec3Box .sec3Icon {
    width: 75%;
    margin: 30px auto 0;
  }
}

#sec4 {
  background: #c3bebe;
}

@media screen and (max-width: 639px) {
  #sec4 {
    padding: 60px 0;
  }
}

#sec4 .secLead {
  margin-top: 45px;
}

@media screen and (max-width: 639px) {
  #sec4 .secLead {
    margin-top: 30px;
  }
}

.sec4Img {
  width: 100%;
  margin-top: 45px;
}

@media screen and (max-width: 639px) {
  .sec4Img {
    margin-top: 30px;
  }
}

.sec5Li {
  margin-top: 60px;
}

@media screen and (max-width: 639px) {
  .sec5Li {
    margin-top: 30px;
  }
}

.sec5Li li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

.sec5Li li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 639px) {
  .sec5Li li {
    display: block;
  }
}

.sec5Li li .sec5Img {
  width: 48%;
}

@media screen and (max-width: 639px) {
  .sec5Li li .sec5Img {
    width: 100%;
  }
}

.sec5Li li .sec5TxtBox {
  width: 48%;
}

@media screen and (max-width: 639px) {
  .sec5Li li .sec5TxtBox {
    width: 100%;
  }
}

.sec5Li li .sec5TxtBox .head {
  font-size: 16px;
}

@media screen and (max-width: 639px) {
  .sec5Li li .sec5TxtBox .head {
    font-size: 13px;
    margin-top: 10px;
  }
}

.sec5Li li .sec5TxtBox .name {
  font-size: 21px;
}

.sec5Li li .sec5TxtBox .name span {
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
}

@media screen and (max-width: 639px) {
  .sec5Li li .sec5TxtBox .name {
    font-size: 16px;
  }
  .sec5Li li .sec5TxtBox .name span {
    font-size: 12px;
    margin-left: 10px;
  }
}

.sec5Li li .sec5TxtBox .txt {
  font-size: 16px;
  margin-top: 20px;
}

@media screen and (max-width: 639px) {
  .sec5Li li .sec5TxtBox .txt {
    font-size: 13px;
    margin-top: 10px;
  }
}

#sec6 {
  background: #3cb4dc;
}

.sec6Flow {
  margin-top: 60px;
}

@media screen and (max-width: 639px) {
  .sec6Flow {
    margin-top: 30px;
  }
}

.sec6Flow .head {
  font-size: 35px;
  text-align: center;
}

@media screen and (max-width: 639px) {
  .sec6Flow .head {
    font-size: 22px;
  }
}

.sec6Flow .sec6Img {
  display: block;
  width: 100%;
  margin-top: 15px;
}

@media screen and (max-width: 639px) {
  .sec6Flow .sec6Img {
    width: 48%;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 639px) {
  #sec7 {
    padding: 60px 0;
  }
}

#sec7 .secTtl {
  color: #000;
  border: solid 2px #000;
}

#sec7 .secLead {
  color: #000;
  margin-top: 60px;
}

@media screen and (max-width: 639px) {
  #sec7 .secLead {
    margin-top: 30px;
  }
}

#sec7 .sec7Img {
  display: block;
  width: 75%;
  margin: 45px auto 0;
}

@media screen and (max-width: 639px) {
  #sec7 .sec7Img {
    width: 100%;
    margin-top: 20px;
  }
}

#sec7 .sec7Box {
  display: block;
  width: 75%;
  margin: 30px auto 0;
}

@media screen and (max-width: 639px) {
  #sec7 .sec7Box {
    width: 100%;
  }
}

#sec7 .sec7Box .head {
  font-size: 21px;
}

@media screen and (max-width: 639px) {
  #sec7 .sec7Box .head {
    text-align: center;
  }
}

#sec7 .sec7Box .sec7Li {
  margin-top: 30px;
}

@media screen and (max-width: 639px) {
  #sec7 .sec7Box .sec7Li {
    width: 90%;
    margin: 20px auto 0;
  }
}

#sec7 .sec7Box .sec7Li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 639px) {
  #sec7 .sec7Box .sec7Li dl {
    font-size: 13px;
    margin-top: 5px;
  }
}

#sec7 .sec7Box .sec7Li dl:first-child {
  margin-top: 0;
}

#sec7 .sec7Box .sec7Li dl dt {
  width: 17%;
}

@media screen and (max-width: 639px) {
  #sec7 .sec7Box .sec7Li dl dt {
    width: 15%;
  }
}

@media screen and (max-width: 639px) {
  #sec7 .sec7Box .sec7Li dl dd {
    letter-spacing: 0.1em;
  }
}

#map {
  display: block;
  height: 360px;
  margin: 40px auto 0;
}

@media screen and (max-width: 639px) {
  #map {
    width: 100%;
    height: 260px;
    margin-top: 30px;
  }
}

.mapLink {
  display: table;
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 639px) {
  .mapLink {
    width: 90%;
    font-size: 13px;
    margin: 10px auto 0;
  }
}

footer {
  padding: 15px 0;
}

footer p {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 639px) {
  footer p {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
/*# sourceMappingURL=support.css.map */