@charset "UTF-8";
/* font family */
/* ボタン */
@media (min-width: 769px) and (max-width: 1279px) {
  .slider-section .swiper-slide .inner-slide {
    left: 12%;
  }

  .converse-section .heading-section-2:after {
    right: 10px;
  }
}
@media (min-width: 769px) and (max-width: 959px) {
  .main-nav li {
    padding-left: 12px;
    margin-left: 12px;
  }
  .main-nav li a {
    font-size: 14px;
  }

  .header .site-logo img {
    max-width: 140px;
  }

  .main:not(.homepage) {
    padding-top: 60px;
  }

  .heading-section {
    font-size: 20px;
  }
  .heading-section span {
    font-size: 34px;
  }

  .flex .left-section {
    padding-right: 10px;
  }

  .course-section .heading-section span {
    font-size: 24px;
  }

  .price-section {
    padding-bottom: 60px;
  }

  .style-section .heading > p {
    font-size: 14px;
  }

  .banner-section .container {
    overflow: hidden;
  }
  .banner-section .container:before {
    left: -35px;
    width: 60%;
    top: 0;
  }
  .banner-section .container:after {
    right: -20px;
  }

  .flex .item .item-content {
    padding: 0 10px !important;
  }

  .converse-section .item .item-content .style span {
    margin-left: 12px;
  }

  .news-section ul li .post-date {
    padding-right: 20px;
  }

  .footer .only-pc {
    display: none !important;
  }
  .footer .footer-top .d-flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .footer .footer-top .d-flex .footer-left {
    width: 100%;
  }
  .footer .footer-top .d-flex .footer-left .footer-btn {
    display: block;
    margin-top: 0;
  }
  .footer .footer-top .d-flex .footer-left .footer-btn a {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    font-size: 18px;
    padding: 22px 0;
  }
  .footer .footer-top .d-flex .footer-left .footer-btn a:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .footer .footer-top .d-flex .footer-left .footer-btn a:last-child {
    margin-right: 0;
  }
  .footer .footer-top .d-flex .footer-right {
    width: 100%;
    text-align: center;
    margin: 25px auto 0;
  }
  .footer .footer-top .d-flex .footer-right a {
    text-align: center;
  }
  .footer .footer-top .d-flex .footer-right p {
    padding-left: 0;
    margin: 25px 0 20px;
  }
  .footer .footer-top .d-flex .footer-right ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .footer .footer-top .d-flex .footer-right .menu-bottom {
    margin-top: 20px;
  }
  .footer .footer-top .d-flex .footer-right .menu-bottom li a {
    font-size: 16px;
  }
  .footer .footer-top .d-flex .footer-right .menu-bottom li:first-child a {
    position: relative;
    padding-right: 30px;
  }
  .footer .footer-top .d-flex .footer-right .menu-bottom li:first-child a::after {
    content: "|";
    position: absolute;
    top: 0;
    right: 12px;
  }
  .footer .copyright p {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .news-section ul li {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 18px 0;
  }
  .news-section ul li .post-name {
    font-size: 14px;
  }
  .news-section ul li .post-date {
    min-width: 100%;
    margin: 0 0 10px 0;
    font-size: 14px;
  }

  .search-section {
    padding-bottom: 0;
  }
  .search-section .container {
    padding: 0;
  }
  .search-section .search-form .form-group {
    width: 100%;
    margin-bottom: 1px;
  }
  .search-section .search-form .form-group .form-btn.active:after {
    background-image: url(../img/common/toggle_up.png);
  }
  .search-section .search-form .form-group .form-btn {
    position: relative;
    border: none;
    padding: 15px;
    border-radius: 0;
    background-color: #575757;
    color: #FFF;
  }
  .search-section .search-form .form-group .form-btn::after {
    content: "";
    background-image: url(../img/common/toggle_down.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
    background-size: contain;
    -webkit-transition: background-image .25s;
    -moz-transition: background-image .25s;
    -ms-transition: background-image .25s;
    -o-transition: background-image .25s;
    transition: background-image .25s;
  }
  .search-section .search-form .form-group .form-btn .red {
    color: #FFF;
  }
  .search-section .search-form .form-group .form-link {
    display: none;
    padding: 0;
  }
  .search-section .search-form .form-group .form-link li a {
    padding: 15px 25px;
    border-bottom: 1px solid #575757;
  }
  .search-section .search-form .form-group .form-link li a::before {
    right: 18px;
    left: auto;
  }
  .search-section .search-form .form-group .form-link li:last-child a {
    border-bottom: 0;
  }
  .footer {
    padding-bottom: 64px;
  }
  .trial-page .footer {
    padding-bottom: 0;
  }
  .footer .footer-top .d-flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .footer .footer-top .d-flex .footer-left {
    width: 100%;
  }
  .footer .footer-top .d-flex .footer-left .footer-btn {
    display: block;
    margin-top: 0;
  }
  .footer .footer-top .d-flex .footer-left .footer-btn a {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    font-size: 18px;
    padding: 22px 0;
  }
  .footer .footer-top .d-flex .footer-left .footer-btn a:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .footer .footer-top .d-flex .footer-left .footer-btn a:last-child {
    margin-right: 0;
  }
  .footer .footer-top .d-flex .footer-right {
    width: 100%;
    text-align: center;
    margin: 25px auto 0;
  }
  .footer .footer-top .d-flex .footer-right a {
    text-align: center;
  }
  .footer .footer-top .d-flex .footer-right p {
    padding-left: 0;
    margin: 25px 0 20px;
  }
  .footer .footer-top .d-flex .footer-right ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .footer .footer-top .d-flex .footer-right .menu-bottom {
    margin-top: 20px;
  }
  .footer .footer-top .d-flex .footer-right .menu-bottom li a {
    font-size: 16px;
  }
  .footer .footer-top .d-flex .footer-right .menu-bottom li:first-child a {
    position: relative;
    padding-right: 30px;
  }
  .footer .footer-top .d-flex .footer-right .menu-bottom li:first-child a::after {
    content: "|";
    position: absolute;
    top: 0;
    right: 12px;
  }
  .footer .copyright p {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .adv-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s ease opacity;
    transition: 0.5s ease opacity;
    background-color: #f16364;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 10px 8px;
    width: 100%;
    z-index: 100;
    opacity: 0;
  }
  .adv-sp p {
    margin-bottom: 0;
    min-width: 50%;
    font-size: 14px;
  }
  .adv-sp p span {
    clear: both;
    display: block;
    font-size: 22px;
  }
  .adv-sp a {
    position: relative;
    padding: 10px 16px;
    border-radius: 0;
    min-width: 172px;
    font-size: 15px;
    border-radius: 3px;
    text-align: left;
    font-weight: 700;
    color: #ff6464;
    background-color: #fff;
  }
  .adv-sp a::after {
    content: "";
    background: url("../img/common/arrow_right_red.png") no-repeat center center;
    width: 12px;
    height: 13px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
  }
}
@media (max-width: 600px) {
  .news-section ul {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .news-section ul li {
    padding: 15px 0 12px;
  }
  .news-section ul li .post-date {
    margin-bottom: 7px;
  }

  .search-section .search-form .form-group .form-btn {
    font-size: 16px;
    padding: 12px 15px;
  }
  .search-section .search-form .form-group .form-btn:after {
    width: 15px;
  }
}
@media (max-width: 400px) {
  .footer .footer-top .d-flex .footer-left .footer-btn a {
    padding: 18px 0;
  }
}
@media (max-width: 374px) {
  .footer .footer-top .d-flex .footer-left .footer-btn a {
    padding: 14px 0;
  }
  .footer .copyright p {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .search-section .search-form .form-group .form-btn::after {
    width: 18px;
    height: 10px;
    margin-top: -5px;
  }

  .adv-sp a {
    font-size: 13px;
    padding: 10px 13px;
    min-width: 48%;
  }
  .adv-sp a::after {
    width: 11px;
    height: 11px;
    right: 8px;
  }
  .adv-sp p {
    font-size: 12px;
  }
  .adv-sp p span {
    font-size: 18px;
  }
}

/*# sourceMappingURL=responsive_2.css.map */
