@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
}

/* 767px¤è¤êÐ¡¤µ¤¤ˆöºÏ */
@media screen and (max-width: 767px) {

  .sp_br {
    display: block;
  }

  .pc_br {
    display: none;
  }

  .pc_block {
    display: none;
  }

  .sp_block {
    display: block;
  }

  .sp_header {
    display: block;
  }

  body {
    width: 100%;
    font-size: 14px;
    position: relative;
  }

  header {
    height: 75px;
    display: flex;
    align-items: center;
  }

  .pc_header {
    display: none;
  }

  img {
    max-width: 100%;
    width
    /***/
    : auto;
    height: auto;
    vertical-align: bottom;
  }

  .inner {
    width: 90%;
    margin: auto;
  }

  .sp_none {
    display: none;
  }


  .sp_logo {
    font-size: 70%;
    letter-spacing: 1px;
    margin-left: 12px;
  }

  .sp_logo-main {
    font-size: 150%;
    letter-spacing: 1px;
  }

  .main_box {
    width: 100%;
  }

  .sub_title {
    margin-left: 20px;
  }

  .about_contents {
    padding: 20px 25px;
    margin: 0px auto;
  }

  .txt_right {
    margin: -5px 15px;
  }

  /*      .txt_right{
                margin-right: 10%;
                margin-bottom: 50px;
        }*/


  /* ==========================
========== ¥µ¥¤¥É¥á¥Ë¥å©` ===
============================= */
  #main_menu .menu-btn {
    height: 55px;
    width: 55px;
  }

  #main_menu .menu-content {
    width: 100%;
    height: calc(100% - 85px);
    padding: 55px 0 30px;
    right: -100%;
  }

  .menu-content h4 {
    color: #fff;
  }

  .float_menu .main_icon_bnr {
    display: none;
  }

  .navi ul.btn li:nth-child(2) .searcher {
    position: absolute;
    right: 4px;
    top: 45px;
    padding: 0 0 5px 0;
    overflow: hidden;
  }

  .float_menu {
    position: absolute;
    top: 0;
    z-index: 2001;
    padding-top: 55px;
  }

  .header_logo_sp {
    width: calc(100% - 100px);
    padding-left: 5px;
  }

  /* ==========================
========= ¥Ø¥Ã¥À©` ==========
============================= */

  .float_menu {
    display: block;
  }

  .header_nav {
    display: none;
  }

  .menu_flex {
    flex-wrap: wrap;
  }


  .about_title h4 {
    width: 95%;
    margin: auto;
  }


  .float_menu .main_icon_bnr a {
    display: block;
    background: #fff;
  }

  .float_menu .main_icon_bnr a img:hover {
    opacity: 0.7;
  }

  #main_menu .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 75px;
    width: 75px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: transparent linear-gradient(90deg, #31705A 0%, #9BB97C 100%) 0% 0% no-repeat padding-box;
    cursor: pointer;
  }

  #main_menu #menu-btn-check:checked~.menu-btn {
    background: rgba(255, 255, 255, 0);
  }

  #main_menu .menu-btn span {
    content: '';
    display: block;
    height: 2px;
    width: 40px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    top: 26px;
    transition: all .4s;
  }

  #main_menu .menu-btn span:nth-child(2) {
    top: 16px;
    position: absolute;
  }

  #main_menu .menu-btn span:nth-child(3) {
    top: 36px;
    position: absolute;
  }

  #main_menu .menu-btn:after {
    content: "MENU";
    position: absolute;
    bottom: 12px;
    color: #fff;
    font-size: 1.2rem;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }

  #main_menu #menu-btn-check:checked~.menu-btn span:nth-child(1) {
    background: rgba(255, 255, 255, 0);
  }

  #main_menu #menu-btn-check:checked~.menu-btn span:nth-child(2) {
    content: '';
    display: block;
    background-color: #ffffff;
    transform: translateY(20px) rotate(45deg);
    top: 10px;
  }

  #main_menu #menu-btn-check:checked~.menu-btn span:nth-child(3) {
    content: '';
    display: block;
    background-color: #ffffff;
    transform: translateY(20px) rotate(-45deg);
    top: 10px;
  }

  #main_menu #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #main_menu #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #main_menu #menu-btn-check {
    display: none;
  }

  #main_menu .menu-content ul {
    padding: 0px 20px;
    overflow-y: auto;
    height: 100%;
  }

  #main_menu .menu-content ul li {
    border-bottom: solid 0.5px #fff;
    list-style: none;
  }

  #main_menu .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ececec;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    transition-duration: 0.3s;
  }

  #main_menu .menu-content ul li a:hover {
    background: rgb(76, 153, 97);
    transition-duration: 0.3s;
  }

  #main_menu .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ececec;
    border-right: solid 2px #ececec;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }

  #main_menu .menu-content ul li.main_menu_sns a::before {
    content: none;
  }

  #main_menu .menu-content ul li.main_menu_sns {
    border: none;
    display: flex;
    justify-content: center;
    margin: 15px 0 0;
  }

  #main_menu .menu-content ul li.main_menu_sns a {
    padding: 0 10px;
  }

  #main_menu .menu-content ul li.main_menu_sns a:hover {
    background: none;
  }

  #main_menu .menu-content {
    width: 320px;
    height: calc(100% - 100px);
    padding: 70px 0 30px;
    position: fixed;
    top: 0;
    right: -320px;
    z-index: 80;
    background: transparent linear-gradient(90deg, #31705A 0%, #9BB97C 100%) 0% 0% no-repeat padding-box;
    transition: all 0.5s;
  }

  #main_menu #menu-btn-check:checked~.menu-content {
    right: 0;
  }

  /* ==========================
======== ÏÂŒÓ =========
============================= */
  .box {
    width: 90%;
  }

  .edugrad_card_list li{
    margin: 30px auto;
  }

  .card_large {
    margin: 30px auto;
  }

  /* ==========================
======== ¥Õ¥Ã¥¿©` =========
============================= */

  footer {
    margin-top: 0;
  }

  .footer {
    width: 100%;
    padding: 0;
    margin: auto;

  }

  .ft_inner {
    width: 80%;
    flex-direction: column;
  }

  .ft_right {
    flex-direction: column;
    margin: 32px 0;
    padding-left: 31px;
  }

  .footer-top {
    display: none;
  }

  .ft_inner {
    width: 80%;
    flex-direction: column;
  }

  .ft_right ul {
    padding: 0px;
  }

  .footer_flex {
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
  }

  .footer_guidance {
    flex-direction: column;
  }

  .ft_sitemap {
    width: 100%;
  }

  .footer_flex a {
    width: 100%;
  }

  .footer_guidance a {
    width: 100%;
  }

  .pamp_txt {
    font-size: 2rem;
  }

  .footer_guidance div {
    width: 100%;
  }

}