@charset "UTF-8";
/**
 * mixins and functions
 * @version 1.0
 */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

@media screen and (min-width: 769px) {
  a:hover {
    cursor: pointer; }
    a:hover:hover {
      opacity: 0.7;
      -webkit-transition: all .3s;
      transition: all .3s; } }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "Hiragino Kaku Gothic Std", "Hiragino Sans W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  color: #464646;
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.3rem; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: normal; }

a {
  color: #464646; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

ul {
  list-style: none; }

@media screen and (max-width: 768px) {
  .pc, .pcbr {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .sp, .spbr {
    display: none !important; } }
@media screen and (min-width: 769px) and (max-width: 960px) {
  .sp, .spbr {
    display: none !important; } }
.c-content {
  width: 90%;
  margin: 0 auto;
  max-width: 1036px; }
  @media screen and (max-width: 768px) {
    .c-content {
      width: 90%; } }

.c-content--s {
  width: 90%;
  margin: 0 auto;
  max-width: 840px; }

.c-ttl {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .c-ttl {
      font-size: 30px;
      margin-bottom: 30px; } }
  .c-ttl span {
    font-size: 18px;
    display: block; }
    @media screen and (max-width: 768px) {
      .c-ttl span {
        font-size: 16px;
        line-height: 1.4; } }

.txt-note {
  font-size: 12px; }
  @media screen and (max-width: 768px) {
    .txt-note {
      font-size: 10px; } }

.logo_new {
  width: 100%;
  padding: 0; }

.logo_new img {
  width: 300px;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .logo_new img {
      width: 240px; } }

.white.background {
  background-color: #ffffff; }

.all_header {
  padding: 20px 40px; }
  @media screen and (max-width: 768px) {
    .all_header {
      padding: 10px 20px; } }

.follow-btn {
  position: fixed;
  background: #F1EEA0;
  border-radius: 50px;
  bottom: 10px;
  z-index: 100;
  transition: .3s ease;
  -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 769px) {
    .follow-btn {
      bottom: 20px;
      right: 20px;
      width: 345px; } }
  @media screen and (max-width: 768px) {
    .follow-btn {
      width: 90%;
      right: 0;
      left: 0;
      margin: auto; } }
  .follow-btn a {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    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;
    font-weight: 600;
    position: relative;
    font-size: 20px; }
    .follow-btn a:after {
      content: '';
      position: absolute;
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #464646;
      border-right: 2px solid #464646;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto; }
  .follow-btn__bnr-txt {
    padding-right: 20px;
    line-height: 1.4; }
  .follow-btn__bnr-short {
    font-size: 1.4rem; }
  .follow-btn__bnr-main {
    font-size: 2.0rem;
    line-height: 1.2; }
    .follow-btn.is-hide {
      opacity: 0;
      z-index: -1;
    }
.cta {
  background-image: url(../img/cta_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .cta {
      background-image: url(../img/cta_bg_sp.jpg); } }
  .cta-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      .cta-layout {
        display: block;
        padding: 30px 20px 40px; } }
    .cta-layout .l-ttl {
      font-size: 30px;
      color: #fff;
      font-weight: 600;
      text-align: center;
      line-height: 1.4; }
      .cta-layout .l-ttl span {
        font-size: 23px; }
    .cta-layout .l-desc {
      margin-left: 20px;
      width: 27%;
      padding: 20px 0; }
      @media screen and (max-width: 768px) {
        .cta-layout .l-desc {
          margin-left: 0;
          width: auto;
          padding: 0; } }
    .cta-layout .l-img {
      margin-top: -40px;
      width: 15%; }
      @media screen and (max-width: 768px) {
        .cta-layout .l-img {
          margin: 0 auto;
          width: 50%; } }
    .cta-layout .l-btn {
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .cta-layout .l-btn {
          margin: -10px auto; } }

.mv {
  background: #FAF8F8; }
  .mv-inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1500px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .mv-inr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .mv-img {
    width: 54%; }
    @media screen and (max-width: 768px) {
      .mv-img {
        width: 92%;
        margin: 0 auto 15px;
        position: relative; }
         }
  .mv-txt {
    width: 38%;
    margin: 0 30px 0 70px; }
    @media screen and (max-width: 768px) {
      .mv-txt {
        width: 87%;
        margin: 40px auto 30px; } }

.sec01 {
  padding: 100px 0 120px; }
  @media screen and (max-width: 768px) {
    .sec01 {
      padding: 60px 0; } }
  .sec01 .c-ttl {
    line-height: 0.8;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .sec01 .c-ttl {
        margin-bottom: 80px;
        line-height: 0.7; } }
  .sec01-list {
    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; }
    @media screen and (max-width: 768px) {
      .sec01-list {
        display: block; } }
    .sec01-list .list-item {
      background: #FAF8F8;
      width: calc(100% / 2 - 20px);
      padding: 40px 30px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .sec01-list .list-item {
          width: 100%;
          padding: 40px 20px 30px; } }
      .sec01-list .list-item:first-child {
        width: 100%;
        padding: 40px 60px;
        margin-bottom: 80px; }
        @media screen and (max-width: 768px) {
          .sec01-list .list-item:first-child {
            padding: 40px 20px 30px;
            margin-bottom: 0; } }
        .sec01-list .list-item:first-child .list-img {
          width: 24%; }
          @media screen and (max-width: 768px) {
            .sec01-list .list-item:first-child .list-img {
              width: 70%;
              margin: 0 auto; } }
      @media screen and (max-width: 768px) {
        .sec01-list .list-item:not(:last-child) {
          margin-bottom: 60px; } }
      @media screen and (max-width: 768px) {
        .sec01-list .list-item:last-child .list-ttl {
          letter-spacing: -1px;
          font-size: 20px; } }
    .sec01-list .list-num {
      position: absolute;
      top: -30px;
      left: 40px;
      width: 62px;
      height: 53px; }
      @media screen and (max-width: 768px) {
        .sec01-list .list-num {
          left: 20px; } }
    .sec01-list .list-ttl {
      font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
      font-size: 26px;
      text-align: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .sec01-list .list-ttl {
          font-size: 21px;
          margin-bottom: 15px; } }
    .sec01-list .list-subttl {
      font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
      font-size: 22px;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .sec01-list .list-subttl {
          margin-top: 30px;
          font-size: 20px;
          text-align: center; } }
      .sec01-list .list-subttl .color {
        color: #E66783; }
      .sec01-list .list-subttl .border {
        border-bottom: solid 1px #464646; }
    .sec01-list .list-layout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (max-width: 768px) {
        .sec01-list .list-layout {
          display: block; } }
    .sec01-list .list-img {
      margin-bottom: 20px; }
    .sec01-list .list-desc {
      margin-left: 60px;
      width: 60%; }
      @media screen and (max-width: 768px) {
        .sec01-list .list-desc {
          width: 100%;
          margin-left: 0; } }
    .sec01-list .txt-note {
      margin: 10px 0 25px;
      color: #8B8B8B; }
      @media screen and (max-width: 768px) {
        .sec01-list .txt-note {
          text-align: center; } }

.sec02 {
  padding: 100px 0;
  background: #FAF8F8; }
  @media screen and (max-width: 768px) {
    .sec02 {
      padding: 60px 0; } }
  .sec02-top {
    text-align: center;
    margin-bottom: 50px; }
  .sec02-ttl {
    font-size: 28px;
    color: #E66783;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif; }
    @media screen and (max-width: 768px) {
      .sec02-ttl {
        font-size: 25px;
        line-height: 1.4; } }
    .sec02-ttl span {
      border-bottom: solid 1px #E66783; }
  .sec02-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0 20px; }
    .sec02-box li {
      background: #6E6E6E;
      color: #fff;
      margin: 0 5px;
      font-size: 14px;
      padding: 0 5px; }
  @media screen and (max-width: 768px) {
    .sec02-txt {
      font-size: 15px; } }
  .sec02-txt span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD8E0));
    background: linear-gradient(transparent 40%, #FFD8E0 40%); }
  .sec02-list .list-item {
    border-top: solid 1px #A8A8A8;
    padding-top: 70px;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .sec02-list .list-item {
        padding-top: 50px;
        margin-top: 40px; } }
  .sec02-list .list-ttl {
    text-align: center;
    font-size: 28px;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    position: relative;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .sec02-list .list-ttl {
        font-size: 20px; } }
    .sec02-list .list-ttl:before {
      content: '';
      background-image: url(../img/icon_ttl.png);
      background-size: contain;
      position: absolute;
      right: 0;
      left: 0;
      top: -30px;
      margin: auto;
      width: 17px;
      height: 17px; }
      @media screen and (max-width: 768px) {
        .sec02-list .list-ttl:before {
          width: 9px;
          height: 9px;
          top: -15px; } }
  .sec02-list .list-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 768px) {
      .sec02-list .list-check {
        display: block; } }
    .sec02-list .list-check li {
      padding-left: 20px;
      position: relative;
      margin: 0 10px; }
      @media screen and (max-width: 768px) {
        .sec02-list .list-check li {
          font-size: 15px; } }
      .sec02-list .list-check li:before {
        content: '';
        background-image: url(../img/icon_check.png);
        background-size: contain;
        position: absolute;
        left: 0;
        top: 6px;
        width: 18px;
        height: 14px; }
        @media screen and (max-width: 768px) {
          .sec02-list .list-check li:before {
            top: 5px; } }
  .sec02-list .list-lesson {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .sec02-list .list-lesson {
        display: block;
        width: 92%;
        margin: 0 auto; } }
    .sec02-list .list-lesson li {
      background: #fff;
      width: calc(100% / 3 - 20px);
      padding: 30px 20px;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 768px) {
        .sec02-list .list-lesson li {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .sec02-list .list-lesson li:not(:last-child) {
          margin-bottom: 30px; } }
      .sec02-list .list-lesson li .ttl {
        font-size: 20px;
        font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
        text-align: center;
        line-height: 1.4; }
        @media screen and (max-width: 768px) {
          .sec02-list .list-lesson li .ttl {
            font-size: 16px; } }
      .sec02-list .list-lesson li .img {
        margin: 20px 0 15px; }
      .sec02-list .list-lesson li .txt {
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          .sec02-list .list-lesson li .txt {
            font-size: 13px; } }
  .sec02-list .list-course {
    max-width: 840px;
    margin: 0 auto; }
    .sec02-list .list-course .course-item:nth-child(2) {
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .sec02-list .list-course .course-item:nth-child(2) {
          margin-top: 40px; } }
      .sec02-list .list-course .course-item:nth-child(2) .course-ttl {
        background: #C9B45E; }
    .sec02-list .list-course .course-txt {
      text-align: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .sec02-list .list-course .course-txt {
          font-size: 15px; } }
    .sec02-list .list-course .course-catch {
      font-size: 24px;
      font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
      text-align: center;
      color: #C9B45E; }
      @media screen and (max-width: 768px) {
        .sec02-list .list-course .course-catch {
          font-size: 20px;
          margin-bottom: 5px; } }
    .sec02-list .list-course .course-ttl {
      background: #F1A0AE;
      color: #fff;
      text-align: center;
      font-size: 24px;
      font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
      padding: 5px 0; }
      @media screen and (max-width: 768px) {
        .sec02-list .list-course .course-ttl {
          font-size: 18px; } }
    .sec02-list .list-course .course-box {
      background: #fff;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      padding: 50px 40px 40px; }
      @media screen and (max-width: 768px) {
        .sec02-list .list-course .course-box {
          padding: 40px 20px; } }
    .sec02-list .list-course .box-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .sec02-list .list-course .box-list {
          display: block; } }
      .sec02-list .list-course .box-list .box-item {
        width: calc(100% / 2 - 20px);
        border: solid 1px #CCCCCC;
        padding: 20px; }
        @media screen and (max-width: 768px) {
          .sec02-list .list-course .box-list .box-item {
            width: 100%;
            padding: 30px 20px 20px; } }
        @media screen and (max-width: 768px) {
          .sec02-list .list-course .box-list .box-item:nth-child(2) {
            margin-top: 45px; } }
        .sec02-list .list-course .box-list .box-item:nth-child(2) .box-ttl {
          color: #4384FF; }
      .sec02-list .list-course .box-list .box-ttl {
        font-size: 24px;
        color: #E66783;
        font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
        text-align: center;
        padding: 0 5px;
        display: table;
        margin: -40px auto 5px;
        background: #fff; }
        @media screen and (max-width: 768px) {
          .sec02-list .list-course .box-list .box-ttl {
            font-size: 21px;
            margin: -50px auto 5px; } }
      .sec02-list .list-course .box-list .box-subttl {
        font-size: 20px;
        font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
        text-align: center;
        margin-bottom: 5px; }
        @media screen and (max-width: 768px) {
          .sec02-list .list-course .box-list .box-subttl {
            margin-bottom: 10px; } }
        .sec02-list .list-course .box-list .box-subttl span {
          border-bottom: solid 1px #464646; }
      .sec02-list .list-course .box-list .box-txt {
        margin-bottom: 10px;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          .sec02-list .list-course .box-list .box-txt {
            margin-bottom: 20px; } }
      .sec02-list .list-course .box-list .list-check {
        display: block; }
        .sec02-list .list-course .box-list .list-check li {
          font-size: 14px; }
          @media screen and (max-width: 768px) {
            .sec02-list .list-course .box-list .list-check li {
              margin: 0;
              font-size: 15px; } }
          .sec02-list .list-course .box-list .list-check li:before {
            top: 5px; }
      @media screen and (max-width: 768px) {
        .sec02-list .list-course .box-list .txt-note {
          text-align: center;
          display: block;
          margin-top: 5px; } }
    .sec02-list .list-course .txt-note {
      text-align: right;
      margin-top: 10px; }

.sec03 {
  padding: 100px 0 120px; }
  @media screen and (max-width: 768px) {
    .sec03 {
      padding: 60px 0; } }
  .sec03-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .sec03-layout .l-img {
      max-width: 450px; }
      @media screen and (max-width: 768px) {
        .sec03-layout .l-img {
          width: 60%; } }
    .sec03-layout .l-desc {
      background: #F1A0AE;
      color: #fff;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 50px 40px;
      position: relative;
      margin: 220px 0 0 -60px;
      z-index: 0;
      font-size: 24px;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .sec03-layout .l-desc {
          font-size: 14px;
          padding: 10px 5px 10px 15px;
          margin: 120px 0 0 -100px;
          line-height: 1.4; } }
  .sec03-name {
    text-align: right;
    font-size: 16px;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .sec03-name {
        font-size: 12px; } }
  .sec03-txt {
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .sec03-txt {
        width: 90%;
        margin: 30px auto 0; } }

.sec04 {
  padding: 80px 0 100px;
  background: #FAF8F8; }
  @media screen and (max-width: 768px) {
    .sec04 {
      padding: 50px 0; } }
  @media screen and (max-width: 768px) {
    .sec04 .c-ttl {
      font-size: 26px;
      margin-bottom: 20px; } }
  .sec04-box {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px; }
    @media screen and (max-width: 768px) {
      .sec04-box {
        display: block;
        padding: 30px 20px; } }
    .sec04-box .box-desc {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 20px; }
      @media screen and (max-width: 768px) {
        .sec04-box .box-desc {
          margin-right: 0; } }
    .sec04-box .box-ttl {
      font-size: 22px; }
      @media screen and (max-width: 768px) {
        .sec04-box .box-ttl {
          text-align: center; } }
    .sec04-box .box-subttl {
      font-size: 13px; }
      @media screen and (max-width: 768px) {
        .sec04-box .box-subttl {
          text-align: center; } }
    .sec04-box .box-txt {
      font-size: 12px;
      margin: 20px 0; }
      @media screen and (max-width: 768px) {
        .sec04-box .box-txt {
          text-align: center; } }
    @media screen and (max-width: 768px) {
      .sec04-box .box-list {
        margin-top: 10px; } }
    .sec04-box .box-list li {
      font-size: 12px;
      position: relative;
      padding-left: 10px; }
      .sec04-box .box-list li:before {
        content: "";
        background: #464646;
        border-radius: 50%;
        display: block;
        position: absolute;
        left: 0;
        top: 7px;
        width: 6px;
        height: 6px; }
    @media screen and (max-width: 768px) {
      .sec04-box .box-map iframe {
        width: 100%; } }

.footer {
  text-align: center;
  font-size: 12px;
  padding: 60px 20px 40px; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 50px 0 100px; } }
  .footer img {
    display: block;
    margin: 0 auto; }
  .footer .logo_school {
    margin: 20px auto 30px; }
    @media screen and (max-width: 768px) {
      .footer .logo_school {
        margin: 20px auto 30px; } }
