@charset "UTF-8";
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  color: #3B4043;
  font-family: Hiragino Kaku Gothic ProN, Meiryo, "Noto Sans Japanese", sans-serif;
  font-size: 1.7rem;
  line-height: 1.9;
  font-weight: 300;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.sec_title {
  font-weight: 600;
  font-size: 3.9rem;
  line-height: 1.2;
  position: relative;
}

.sec_title::after {
  content: "";
  display: block;
  background-color: #ABD33B;
  height: 4px;
  width: 105px;
  margin: 28px auto 20px;
}

.about_deco {
  display: inline-block;
  width: 231px;
  height: 57px;
  background: url("../img/smallschool/about.png") no-repeat;
  background-size: 231px 57px;
  background-position: 0 -1px;
  position: absolute;
  font-weight: 600;
  color: #fff;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.questions_icon {
  margin-left: 0;
}

.questions_icon::before {
  content: "";
  display: none;
}
@media screen and (min-width: 769px) {
  .sec_title {
    font-size: 3.1rem;
  }
}

/* ======================================================
	ボタン
====================================================== */
.sq_btn {
  width: 44%;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  border: #707070 2px solid;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .sq_btn {
    width: 220px;
  }
}

.sq__btn_cnt {
  background-color: #707070;
  color: #FFFFFF;
  margin-right: 5px;
}

.sq__btn_dmt {
  background-color: #FFFFFF;
  color: #707070;
}

.rod_btn {
  display: inline-block;
  width: 255px;
  height: 48px;
  line-height: 48px;
  font-size: 1.6rem;
  border-radius: 20px;
  color: #FFFFFF;
  background-color: #3B4043;
  font-weight: 600;
}

/* ======================================================
	ファーストビュー
====================================================== */
.header {
  background-color: #FFFFFF;
  font-size: 1.2rem;
  padding: .9rem 2rem;
}

.main_visual {
  background-color: #ABD33B;
}

.main_visual img {
  width: 100%;
}

.main_ite_wrap {
  text-align: center;
  padding: 3rem 0 5rem;
  color: #fff;
}

.main_ite_wrap h1 {
  font-size: 9vw;
  font-weight: 600;
  line-height: 1.26;
  margin-bottom: 40px;
}

/* == システム利用料common.css参照 == */
.sq_border {
  color: #000;
  margin: 0 auto;
}

.price_p {
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.58;
  margin-bottom: 50px;
}

.sq_border_inr {
  border-radius: 26px;
  border:none;
  background: #FFFFFF;
  padding: 30px 0 5%;
}

.price_note p:first-child {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .main_visual {
    position: relative;
    text-align: left;
  }
  .main_visual h1 {
    font-size: 3.9rem;
    line-height: 1.46;
  }
  .sq_border .sq_border_icon {
    position: absolute;
    overflow: hidden;
    top: -20px;
    right: -80px;
  }
}

/* ======================================================
小規模保育園で選ばれる理由
====================================================== */
.about {
  padding: 3.8rem 0 5.1rem;
}

.about .about_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 27px 0;
  margin-bottom: 50px;
  background-color: #fff;
}

.about .about_wrap .about_img_item {
  width: 100%;
  position: relative;
}

.about .about_wrap .about_img_item img {
  width: 218px;
  height: 218px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 26px;
}

.about .about_wrap .about_text_item {
  width: 100%;
  text-align: left;
  padding: 10px;
}

.about .about_wrap .about_text_item h3 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.about .about_wrap .about_text_item p {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .about .about_wrap {
    padding: 10px 0;
  }
  .about .about_wrap .about_img_item {
    width: 30%;
  }
  .about .about_wrap .about_text_item {
    width: 70%;
    padding: 10px 25px 10px 10px;
  }
  .about .about_wrap .about_text_item h3 {
    font-size: 3.1rem;
    margin-bottom: 10px;
  }
  .about .about_wrap .about_text_item p {
    margin-bottom: 20px;
  }
}

/* ======================================================
  機能一覧
====================================================== */
.func {
  position: relative;
  background: url("../img/smallschool/smallschool_img04.jpeg") no-repeat;
  background-size: cover;
  width: 100%;
}

.func .func_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.func .func_list {
  margin-bottom: 52px;
}

.func .func_inr {
  padding: 40px 0;
}

.func .rod_btn {
  width: 100%;
  height: auto;
  font-size: 2.6rem;
  line-height: 1.43;
  padding: 3% 0;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .func .rod_btn {
    width: 740px;
    height: 70px;
    font-size: 2.2rem;
    line-height: 70px;
    padding: 0;
  }
}

/* ======================================================
  導入事例
====================================================== */
#work {
  padding: 100px 0 91px;
}

.work_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.work_item {
  width: 100%;
  border: 2px solid #D0D0D0;
  padding: 5%;
  text-align: left;
  margin-bottom: 20px;
}

.work_item img {
  margin-bottom: 18px;
}

.work_item h3 {
  font-size: 2.6rem;
  margin-bottom: 25px;
  line-height: 1.1;
}

@media screen and (min-width: 769px) {
  .work_wrap {
    background-color: #fff;
  }
  .work_item {
    width: 48%;
    padding: 1%;
  }
  .work_item h3 {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}

/* ======================================================
  よくあるご質問
====================================================== */
#questions {
  background-color: #EDEBDB;
  padding: 90px 0 30px;
  overflow: hidden;
}

.questions_note {
  font-size: 1.4rem;
  line-height: 2.14;
}

.questions_wrap {
  text-align: left;
  margin: 14px 0 13px;
}

.questions_wrap .questions_box {
  padding: 2.5rem;
  background-color: #fff;
  margin-bottom: 34px;
}

.questions_box dt {
  font-size: 2.6rem;
  font-weight: 600;
  color: #ABD33B;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .questions_wrap {
    padding: 3.2rem 0 0;
    margin: 14px 0 13px;
  }
  .questions_box dt {
    margin-bottom: 9px;
  }
}

/* ======================================================
  フッター
====================================================== */
.footer_wrap{
  background: #DAD5B5;
}

.footer_logo_item p {
  margin: 0 auto;
  color: #ABD33B;
  border: 1px solid #ABD33B;
}