@charset "UTF-8";
/* ==========================================================================
  Large
  ========================================================================== */
@media screen and (min-width: 768px), print {
  /* ==========================================================================
    PC
    ========================================================================== */
  .sp-only {
    display: none;
  }
  /* 知ってる？保育の学校 */
  .section-hoiku-mv {
    background: url("../img/hoiku/hoiku_mv_bg_pc.jpg") top no-repeat;
    text-align: center;
    background-size: contain;
  }
  .section-hoiku-mv .logo {
    margin: 0 auto;
    padding: 192px 0 48px;
  }
  .section-hoiku-mv .ttl {
    font-weight: bold;
    font-size: 34px;
    line-height: 48px;
    text-align: center;
    color: #e74888;
    margin-bottom: 35px;
  }
  .section-hoiku-mv .ttl-sub {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin-bottom: 48px;
  }
  .section-hoiku-ttl {
    background: url("../img/hoiku/hoiku_ttl_bg_img_pc.jpg") top no-repeat;
    text-align: center;
    background-size: cover;
  }
  .section-hoiku-ttl .ttl {
    margin: 0 auto;
    padding: 40px 0;
  }
  .section-hoiku-ttl .ttl-sub {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin-bottom: 48px;
  }
  .section-hoiku-p01, .section-hoiku-p02, .section-hoiku-p03 {
    margin-bottom: 100px;
  }
  .section-hoiku-p01 .ttl, .section-hoiku-p02 .ttl, .section-hoiku-p03 .ttl {
    position: relative;
    font-weight: 500;
    font-size: 60px;
    line-height: 87px;
    text-align: left;
    color: #fff;
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 72px 0 67px;
  }
  .section-hoiku-p01 .ttl::after, .section-hoiku-p02 .ttl::after, .section-hoiku-p03 .ttl::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/hoiku/hoiku_ttl_animal.svg) center no-repeat;
    background-size: cover;
    width: 256px;
    height: 100%;
    z-index: -1;
  }
  .section-hoiku-p01 .details, .section-hoiku-p02 .details, .section-hoiku-p03 .details {
    max-width: 680px;
    margin: 0 auto;
  }
  .section-hoiku-p01 .details p, .section-hoiku-p02 .details p, .section-hoiku-p03 .details p {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .section-hoiku-p01 .details p:last-of-type, .section-hoiku-p02 .details p:last-of-type, .section-hoiku-p03 .details p:last-of-type {
    margin-bottom: 50px;
  }
  .section-hoiku-p01 .graph, .section-hoiku-p02 .graph, .section-hoiku-p03 .graph {
    position: relative;
  }
  .section-hoiku-p01 .graph span::after, .section-hoiku-p02 .graph span::after, .section-hoiku-p03 .graph span::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/hoiku/hoiku_icon_zoom_01.svg) right bottom no-repeat;
    background-size: contain;
    width: 44px;
    height: 44px;
  }
  .section-hoiku-p01 .ttl-area {
    background: url("../img/hoiku/hoiku_ttl_bg_01_pc.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    z-index: -2;
  }
  .section-hoiku-p02 .ttl-area {
    background: url("../img/hoiku/hoiku_ttl_bg_02_pc.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    z-index: -2;
  }
  .section-hoiku-p03 .ttl-area {
    background: url("../img/hoiku/hoiku_ttl_bg_02_pc.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    z-index: -2;
  }
  .section-hoiku-p03 .subject-icon {
    padding: 50px 20px 30px;
    background-color: #F9F2DE;
  }
  .section-hoiku-p03 .subject-icon .ttl-sub {
    font-weight: bold;
    font-size: 34px;
    line-height: 48px;
    text-align: center;
    color: #e74888;
    margin-bottom: 53px;
  }
  .section-hoiku-p03 .subject-icon ul {
    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;
  }
  .section-hoiku-p03 .subject-icon ul li {
    width: 200px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
  }
  .section-hoiku-p03 .subject-icon ul li img {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px), print {
  /* ==========================================================================
    TB
    ========================================================================== */
  /* 知ってる？保育の学校 */
  .section-hoiku-p01, .section-hoiku-p02, .section-hoiku-p03 {
    margin-bottom: 100px;
  }
  .section-hoiku-p01 .ttl, .section-hoiku-p02 .ttl, .section-hoiku-p03 .ttl {
    position: relative;
    font-weight: 500;
    font-size: 45px;
    line-height: 70px;
    text-align: left;
    color: #fff;
    max-width: 680px;
    margin: 0 auto 50px;
    padding: 72px 0 67px;
  }
}
@media screen and (max-width: 767px) {
  /* ==========================================================================
    SP
    ========================================================================== */
  .pc-only {
    display: none;
  }
  /* 知ってる？保育の学校 */
  .section-hoiku-mv {
    background: url("../img/hoiku/hoiku_mv_bg_sp.jpg") top no-repeat;
    text-align: center;
    background-size: contain;
  }
  .section-hoiku-mv .logo {
    margin: 0 auto;
    padding: 96px 0 24px;
  }
  .section-hoiku-mv .logo img {
    width: 332px;
  }
  .section-hoiku-mv .ttl {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #e74888;
    margin-bottom: 30px;
  }
  .section-hoiku-mv .ttl-sub {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 32px;
  }
  .section-hoiku-ttl {
    background: url("../img/hoiku/hoiku_ttl_bg_img_sp.jpg") top no-repeat;
    text-align: center;
    background-size: cover;
  }
  .section-hoiku-ttl .ttl {
    margin: 0 auto;
    padding: 40px 0;
  }
  .section-hoiku-ttl .ttl img {
    width: 295px;
  }
  .section-hoiku-ttl .ttl-sub {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin-bottom: 48px;
  }
  .section-hoiku-p01, .section-hoiku-p02, .section-hoiku-p03 {
    margin-bottom: 53px;
  }
  .section-hoiku-p01 .ttl, .section-hoiku-p02 .ttl, .section-hoiku-p03 .ttl {
    position: relative;
    font-weight: 500;
    font-size: 30px;
    line-height: 44px;
    text-align: left;
    color: #fff;
    margin: 0 auto 30px;
    padding: 35px 4% 33px;
  }
  .section-hoiku-p01 .ttl::after, .section-hoiku-p02 .ttl::after, .section-hoiku-p03 .ttl::after {
    content: "";
    display: block;
    position: absolute;
    right: -13px;
    bottom: 0;
    background: url(../img/hoiku/hoiku_ttl_animal.svg) center no-repeat;
    background-size: cover;
    width: 33.5%;
    height: 100%;
    z-index: -1;
  }
  .section-hoiku-p01 .details, .section-hoiku-p02 .details, .section-hoiku-p03 .details {
    max-width: 680px;
    margin: 0 auto;
  }
  .section-hoiku-p01 .details p, .section-hoiku-p02 .details p, .section-hoiku-p03 .details p {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0 4%;
  }
  .section-hoiku-p01 .details p:last-of-type, .section-hoiku-p02 .details p:last-of-type, .section-hoiku-p03 .details p:last-of-type {
    margin-bottom: 30px;
  }
  .section-hoiku-p01 .graph, .section-hoiku-p02 .graph, .section-hoiku-p03 .graph {
    position: relative;
    padding: 0 4%;
  }
  .section-hoiku-p01 .graph span::after, .section-hoiku-p02 .graph span::after, .section-hoiku-p03 .graph span::after {
    content: "";
    display: block;
    position: absolute;
    right: 4%;
    bottom: 0;
    background: url(../img/hoiku/hoiku_icon_zoom_01.svg) right bottom no-repeat;
    background-size: contain;
    width: 44px;
    height: 44px;
  }
  .section-hoiku-p01 .ttl-area {
    background: url("../img/hoiku/hoiku_ttl_bg_01_sp.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    z-index: -2;
  }
  .section-hoiku-p02 .ttl-area {
    background: url("../img/hoiku/hoiku_ttl_bg_02_sp.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    z-index: -2;
  }
  .section-hoiku-p03 .ttl-area {
    background: url("../img/hoiku/hoiku_ttl_bg_02_sp.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    z-index: -2;
  }
  .section-hoiku-p03 .subject-icon {
    padding: 40px 4% 30px;
    background-color: #F9F2DE;
  }
  .section-hoiku-p03 .subject-icon .ttl-sub {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #e74888;
    margin-bottom: 40px;
  }
  .section-hoiku-p03 .subject-icon ul {
    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;
  }
  .section-hoiku-p03 .subject-icon ul li {
    width: 46.67%;
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
  }
  .section-hoiku-p03 .subject-icon ul li img {
    margin-bottom: 10px;
    width: 100%;
  }
}