@charset "UTF-8";

.lower_mv__content {
  position: relative;
  margin-bottom: 10px;
}

.lower_mv__work {
  background: url(../img/work/img_work_main.png)no-repeat;
  background-size: cover;
  background-position: center;
}

.lower_mv__study {
  background: url(../img/study/img_study_main.png)no-repeat;
  background-size: cover;
  background-position: center;
}


.lower_mv__smile {
  background: url(../img/smile/img_smile_main.png)no-repeat;
  background-size: cover;
  background-position: center;
}

.lower_mv__catch {
    margin: 0 auto;
    padding: 115px 0 215px;
}

.lower_mv__catch img {
  max-width: 100%;
}

.lower_mv__slide {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}

.lower_mv__slide li {
    display: inline-block;
    margin: 0 10px 0 0;
    overflow: hidden;
}

.lower_mv__slide li img {
  width: 100%;
  transition: .3s;
}

.lower_mv__slide li:hover img {
  transform: scale(1.3,1.3);
  transition: .3s;
}

.lower_mv {
    padding-bottom: 20px;
}

.lower_head--blue {
    position: relative;
    display: inline-block;
    padding: 60px 150px 0;
    margin: 0;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 0.075em;
    line-height: 1.5;
}

.lower_head--blue::before {
  position: absolute;
  content: "";
  background: url(../img/common/img_left_blue.png)no-repeat;
  background-size: cover;
  width: 94px;
  height: 141px;
  left: 0;
  bottom: 0;
}

.lower_head--blue::after {
  position: absolute;
  content: "";
  background: url(../img/common/img_right_blue.png)no-repeat;
  background-size: cover;
  width: 83px;
  height: 141px;
  right: 0;
  bottom: 0;
}

.lower_head--orange {
    position: relative;
    display: inline-block;
    padding: 80px 150px 0;
    margin: 0;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 0.075em;
    line-height: 1.5;
}

.lower_head--orange::before {
  position: absolute;
  content: "";
  background: url(../img/common/img_left_orange.png)no-repeat;
  background-size: cover;
  width: 94px;
  height: 141px;
  left: 0;
  bottom: 0;
}

.lower_head--orange::after {
  position: absolute;
  content: "";
  background: url(../img/common/img_right_orange.png)no-repeat;
  background-size: cover;
  width: 83px;
  height: 141px;
  right: 0;
  bottom: 0;
}

.lower_head--orange .m-orange {
    color: #ec5f02;
}

.lower_worry {
    padding: 40px 0 120px;
    background: #f4f4f4;
}

.lower_check {
    max-width: 1000px;
    margin: 60px auto 0;
    padding: 50px 140px;
    background: url(../img/common/ptn_check.png)repeat,#fff;
    border: solid 1px #e8e8e8;
}

.lower_check__list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.lower_check__list li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 40px;
    color: #222222;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
}

.lower_check__list li::before {
  position: absolute;
  content: "";
  background: url(../img/common/ico_check.png)no-repeat;
  background-size: cover;
  width: 34px;
  height: 26px;
  left: 0;
  bottom: 0;
}

.lower_check__list li:last-child {
    margin: 0;
}

.lower_change__content {
  margin-bottom: 60px;
  padding: 60px 0 0;
  height: 280px;
  background: url(../img/common/bg_after.png)no-repeat;
  background-position: center top;
}

.lower_change__lead {
    display: inline;
    margin: 0;
    font-weight: bold;
    font-size: 28px;
    font-size: 2.8rem;
    color: #fff;
    line-height: 2;
    background: linear-gradient(transparent 74%, #33749a 0%);
    padding: 0 10px;
    letter-spacing: 0.075em;
}


.lower_2col {
  margin-bottom: 50px;
}

.lower_2col__img {
  position: relative;
}

.lower_2col__more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    background: #002972;
    padding: 8px 10px 8px 20px;
    letter-spacing: 0.075em;
}

.lower_2col__more span {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.lower_2col__more span img {
    max-width: 100%;
}

/* .lower_2col__img::before {
  position: absolute;
  content: "";
  background: url(../img/common/ico_tab.png)no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  z-index: 10;
} */

.lower_2col__img a {
  display: block;
  cursor: pointer;
}

.lower_2col__img a:hover {
  opacity: .8;
}

.lower_tag {
    margin: 20px auto 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    max-width: 1100px;
}

.lower_tag li {
    display: inline-block;
    margin: 0 10px 10px 0;
    vertical-align: middle;
    background: #0894c8;
    height: 30px;
    min-width: 90px;
    border-radius: 20px;
}

.lower_tag li a {
    display: block;
    padding: 8px 20px;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.075em;
    line-height: 1;
    text-align: center;
    pointer-events: none;
}

.lower_2col__head {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: 0.075em;
}

.lower_2col__lead {
  margin: 0 0 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.lower_change {
  padding-bottom: 100px;
}

.lower_change .m-button {
  margin-top: 100px;
}

.lower_voice {
  padding: 80px 0 140px;
  background: #f4f4f4;
}

.lower_voice__content {
  max-width: 1080px;
  margin: 70px auto 0;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lower_voice__card {
    margin-bottom: 30px;
    padding: 30px;
    width: 520px;
    min-height: 300px;
    background: url(../img/common/ptn_check.png)repeat,#fff;
    border: solid 1px #e8e8e8;
    text-align: left;
}

.lower_voice__card:nth-child(n + 3) {
  margin-bottom: 0;
}

.lower_voice__top {
  margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lower_voice__info {
    width: calc(100% - 140px);
    letter-spacing: 0.075em;
}

.lower_voice__img {
    width: 120px;
}

.lower_voice__img img {
    width: 100%;
}

.lower_voice__info span {
    display: block;
    padding-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}

.lower_voice__about {
  display: block;
  padding-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.lower_voice__head {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #e46200;
    line-height: 1.8;
}

.lower_voice__lead {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}

.lower_note__lead {
    margin: 20px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    background: linear-gradient(#ccc 1px, transparent 1px);
    background-size: auto 2.5em;
    line-height: 2.5em;
    border-bottom: solid #ccc 1px;
}

.lower_arch__head {
  background: linear-gradient(transparent 86%, #b8dfec 0%);
}

.lower_gallery {
  padding: 80px 0 100px;
}

.lower_gallery__list {
    padding: 0;
    list-style: none;
    max-width: 1100px;
    margin: 0 auto 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lower_gallery__list li {
    margin-bottom: 5px;
}

.lower_gallery__list li a {
  display: block;
  cursor: pointer;
  pointer-events: none;
}

.lower_gallery__list li a:hover {
  opacity: .9;
}

.lower_gallery__list li img {
    max-width: 100%;
}

.top_work {
    padding: 100px 0 140px;
    background: url(../img/bg_work.png)no-repeat;
    background-size: 100%;
    background-position: top center;
}

.top_learn {
    padding: 100px 0 140px;
    background: url(../img/bg_learn.png)no-repeat;
    background-size: 100%;
    background-position: top center;
}

.top_smile {
    padding: 100px 0 140px;
    background: url(../img/bg_smile.png)no-repeat;
    background-size: 100%;
    background-position: top center;
}


.proposal {
    padding: 120px 0 130px;
    background: url(../img/common/bg_proposal.png)no-repeat;
    background-size: cover;
}

.proposal_head {
    margin: 0;
    display: inline;
    margin: 0;
    font-weight: bold;
    font-size: 27px;
    font-size: 2.7rem;
    color: #fff;
    line-height: 2;
    background: linear-gradient(transparent 74%, #33749a 0%);
    padding: 0 40px;
    letter-spacing: 0.075em;
}

.proposal .m-3col {
  margin-top: 60px;
}

.proposal_card {
  width: 380px;
}

.proposal_card__lead {
    margin: 10px 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.075em;
    line-height: 2;
}

.proposal_link {
    display: block;
    text-align: right;
    padding-right: 60px;
    font-size: 15px;
    font-size: 1.5rem;
    background: url(../img/common/ico_proposal_arrow.png)no-repeat;
    background-position: right center;
}

.proposal_link a {
    color: #afd5eb;
}

.proposal_card__img a {
    display: block;
}

.proposal_card__img a:hover {
    opacity: .9;
}


.smile_goals {
    margin: 60px auto;
    background: #fff;
}

.smile_goals img {
    width: 100%;
}

.smile_purpose {
    position: relative;
    max-width: 1000px;
    margin: 60px auto 0;
    padding: 70px 50px;
    background: url(../img/common/ptn_check.png)repeat,#fff;
    border: solid 1px #e8e8e8;
    letter-spacing: 0.075em;
}

.smile_purpose::before {
  position: absolute;
  content: "";
  background: url(../img/smile/img_smile_purpose01.png)repeat;
  width: 243px;
  height: 297px;
  background-size: cover;
  left: 30px;
  top: 40px;
}

.smile_purpose::after {
  position: absolute;
  content: "";
  background: url(../img/smile/img_smile_purpose02.png)repeat;
  width: 260px;
  height: 284px;
  background-size: cover;
  top: 40px;
  right: 30px;
}

.smile_purpose__head {
    margin: 0 0 50px;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: bold;
}

.smile_purpose p {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.lower_voice__button {
    position: relative;
    margin: 20px auto 0;
    max-width: 460px;
    height: 60px;
    background: #ea9925;
    border-radius: 10px;
    text-align: center;
}

.lower_voice__button a {
    display: block;
    padding: 19px 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    color: #fff;
    font-weight: bold;
}

.lower_voice__button:before {
    position: absolute;
    content: "";
    top: 24px;
    right: 20px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.remodal img {
  width: 100%;
}

@media screen and (max-width: 1260px) {

  .lower_check {
    width: 90%;
    padding: 50px;
  }

  .lower_check__list li::before {
      bottom: inherit;
      top: 0;
  }

  .lower_change__lead {
    font-size: 2.4rem;
  }

  .lower_2col__head {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 10px;
  }

  .lower_2col__img {
    width: 45%;
  }

  .lower_2col__img img {
    max-width: 100%;
  }

  .lower_voice__content {
    width: 90%;
  }

  .lower_voice__card {
      width: 49%;
      padding: 20px;
  }


  .lower_gallery__list li {
      width: 24%;
  }

  .lower_gallery__list {
      width: 90%;
  }

  .proposal_head {
    font-size: 2.4rem;
  }

  .proposal_card {
      width: 31%;
  }

  .proposal_card__img img {
      max-width: 100%;
  }

  .proposal_link {
      font-size: 1.2rem;
  }

  .proposal_card__lead {
      font-size: 1.3rem;
  }

  .smile_purpose {
    width: 90%;
  }

  .smile_purpose::before {
      width: 140px;
      height: 170px;
  }

  .smile_purpose::after {
      width: 170px;
      height: 186px;
  }

}

@media screen and (max-width: 767px) {

  .lower_mv__catch {
      max-width: 300px;
      padding: 70px 0;
  }

  .lower_worry {
      padding: 40px 5% 60px;
  }

  .lower_head--blue,
  .lower_head--orange {
    font-size: 1.6rem;
    padding: 0 40px;
  }


  .lower_head--blue::before,
  .lower_head--orange::before {
      width: 40px;
      height: 60px;
  }

  .lower_head--blue::after,
  .lower_head--orange::after {
      width: 40px;
      height: 60px;
  }

  .lower_check {
      max-width: inherit;
      width: 100%;
      margin: 30px auto 0;
      padding: 20px;
  }

  .lower_check__list li {
      font-size: 1.4rem;
      padding-left: 30px;
      margin-bottom: 20px;
  }

  .lower_check__list li::before {
    width: 24px;
    height: 18px;
      bottom: inherit;
      top: 2px;
  }

  .lower_change__lead {
    font-size: 1.8rem;
  }

  .lower_change__content {
    height: 280px;
    padding: 50px 5% 0;
    margin-bottom: 30px;
  }

  .lower_2col__img {
    width: 300px;
    margin: 0 auto;
  }

  .lower_2col__more {
    font-size: 1.2rem;
    padding: 5px 5px 5px 15px;
  }

  .lower_2col__more span {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }

  .lower_2col__head {
      font-size: 1.6rem;
      margin-bottom: 10px;
      line-height: 1.8;
  }

  .lower_2col__lead {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .lower_2col {
      margin-bottom: 30px;
  }

  .lower_2col--reverse {
    flex-wrap: wrap-reverse;
    display: flex;
  }

  .lower_2col__img img {
    width: 100%;
  }

  .lower_tag {
    margin: 10px auto 0;
  }

  .lower_tag li {
      height: 25px;
      min-width: 70px;
  }

  .lower_tag li a {
      font-size: 1.1rem;
      padding: 7px;
  }

  .lower_voice__card {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    min-height: inherit;
}

.lower_voice__content {
    max-width: inherit;
    width: 90%;
    margin: 30px auto 0;
  }

  .lower_voice {
      padding: 40px 0;
  }

  .lower_voice__img {
      width: 80px;
  }

  .lower_voice__info {
      width: calc(100% - 90px);
  }

  .lower_voice__info span {
      padding-bottom: 5px;
      font-size: 1rem;
  }

  .lower_voice__about {
    padding-bottom: 5px;
    font-size: 1rem;
  }

  .lower_voice__head {
      margin: 0;
      font-size: 1.4rem;
      line-height: 1.5;
  }

  .lower_voice__lead {
      font-size: 1.2rem;
  }

  .lower_voice__card:nth-child(n + 3) {
      margin-bottom: 20px;
  }

  .lower_gallery__list li img {
    max-width: 100%;
  }

  .lower_gallery__list li {
      width: 24%;
  }

  .lower_gallery__list {
      width: 90%;
      margin: 0 auto 30px;
  }

  .lower_arch__head {
    letter-spacing: 0;
      margin-bottom: 40px;
  }

  .lower_gallery {
      padding: 60px 0;
  }

  .lower_gallery__list li img {
    max-width: 100%;
  }

  .lower_gallery__list li {
      width: 24%;
  }

  .lower_gallery__list {
      width: 100%;
      margin: 0 auto 30px;
  }

  .lower_arch__head {
      margin-bottom: 40px;
  }

  .lower_gallery {
      padding: 60px 5%;
  }

  .top_learn,
  .top_work,
  .top_study {
    padding: 40px 0;
  }

  .top_work,
  .top_smile,
  .top_study {
      padding: 30px 0 50px;
  }

  .top_work .m-tag,
  .top_smile .m-tag,
  .top_study .m-tag {
      margin: 0 auto;
  }

  .proposal {
    padding: 40px 0;
  }

  .proposal_head {
      font-size: 1.6rem;
      padding: 0;
  }

  .proposal .m-3col {
      margin-top: 30px;
  }

  .proposal_card {
      width: 100%;
      max-width: 380px;
      margin-bottom: 30px;
  }

  .proposal_card__img img {
      width: 100%;
  }

  .smile_goals {
    margin: 20px auto 30px;
  }

  .smile_purpose {
      margin: 30px auto 0;
      width: 100%;
      padding: 30px 20px;
  }

  .smile_purpose::before {
      display: none;
  }

  .smile_purpose::after {
      display: none;
  }

  .smile_purpose__head {
      font-size: 2rem;
      margin-bottom: 20px;
  }

  .smile_purpose p {
      font-size: 1.4rem;
      line-height: 1.8;
  }

  .lower_voice__button {
    height: 50px;
  }

  .lower_voice__button a {
      padding: 16px 0;
      font-size: 1.3rem;
  }

  .lower_voice__button:before {
      width: 8px;
      height: 8px;
      right: 10px;
      top: 22px;
  }

  .lower_change .m-button {
    margin-top: 50px;
  }

  .lower_change {
    padding-bottom: 50px;
  }

  .lower_note__lead {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .lower_2col__img::before {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }




}
