body {
    font-family: "Yu Mincho", "YuMincho", serif;
    margin: 0 auto;
}

.yu-gothic {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {
    color: #41793c;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.sp-only {
    display: none !important;
}

.section-title {
    margin-bottom: 30px;
    font-size: 30px;
    color: #41793c;
    font-family: "Yu Mincho", "YuMincho", serif;
}

/* button */

.common-btn {
    width: 240px;
    height: 60px;
    font-size: 16px;
    border: solid 4px #41793c;
    border-radius: 30px;
    line-height: 55px;
    margin: 0 auto;
}

.common-btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #41793c;
}

/* form */

form .required {
    color: #fff;
    display: inline-block;
    background: #FFC9D2;
    font-size: 12px;
    padding: 0 4px;
}

::placeholder {
    color: #ddd !important;
}

/* チェックボックス01 */

input[type=checkbox] {
    display: none !important;
}

.form-check-label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}

.form-check-label::before {
    background: #fff;
    border: 2px solid #666;
    content: '';
    display: block;
    height: 18px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 18px;
}

.form-check-label::after {
    border-right: 3px solid #41793c;
    border-bottom: 3px solid #41793c;
    content: '';
    display: block;
    height: 12px;
    left: 11px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 6px;
}

@media screen and (max-width:991px) {
    .form-check-label::before {
        left: -25px;
    }
    .form-check-label::after {
        left: -19px;
    }
}

input[type=checkbox]:checked+.form-check-label::after {
    opacity: 1;
}

/* サイドバー */

.content {
    overflow: hidden;
}

.wrapper {
    display: -webkit-flex;
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
}

.side {
    position: relative;
    width: 300px!important;
    z-index: 1;
}

.side .logo>a {
    display: block;
}

.side img.logo {
    padding: 114px 40px;
    width: 250px;
    line-height: 300px;
}

.side .menus {
    height: 120%;
    width: 300px;
    background-color: #41793c;
}

.side .menu {
    height: 60px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 60px;
}

.side .menu:hover {
    background-color: #355517;
}

.side .menu-active {
    background-color: #355517;
}

.side .menu a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.side .download-btn {
    width: 240px;
    height: 70px;
    background-color: #ff9600;
    margin: 0 auto;
    text-align: center;
}

.side .download-btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 70px;
}

/* メイン */

.main {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.main .links .scholarship a {
    display: block;
    width: 100%;
    height: 100%;
}

.main .links .aboutus a {
    display: block;
    width: 100%;
    height: 100%;
}

.about {
    padding: 40px 60px 70px;
}

.about h5 {
    font-size: 30px;
    color: #41793c;
}

.about p {
    font-size: 16px;
    line-height: 40px;
}

.about .common-btn {
    margin: 0;
}

.informations {
    position: relative;
    height: 380px;
    padding: 40px 60px 0;
    background-color: #f1f4f2;
    background-repeat: no-repeat;
    background-position: right top;
}

.informations h5 {
    position: relative;
    font-size: 24px;
    color: #41793c;
    z-index: 2;
}

.information {
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
}

.information p {
    margin-bottom: 0.5rem;
}

.informations .information-img {
    position: absolute;
    height: 380px;
    top: 0;
    right: 0;
    z-index: 0;
}

.informations .common-btn {
    position: relative;
    z-index: 2;
    margin: 0;
}

/* フッター */

footer {
    height: 180px;
    padding: 40px 60px;
}

footer .footer-right {
    float: right;
}

footer .footer-right .links .link {
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
}

footer .footer-right .links .link a {
    color: #000000;
}

footer .footer-right .download-btn {
    width: 240px;
    height: 70px;
    background-color: #ff9600;
    margin: 0 auto;
    text-align: center;
    margin-left: 10px;
}

footer .footer-right .download-btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 70px;
}

/* 992 */

@media screen and (max-width:991px) {
    p, li {
        font-size: 12px;
    }
    .section-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }
    .main {
        padding: 0;
        margin: 0;
    }
    .common-btn {
        width: 335px;
        height: 45px;
        margin: 0 auto;
        border: solid 2px #41793c;
    }
    .common-btn a {
        font-size: 12px;
        line-height: 45px;
    }
    /* ナビバー */
    .navbar {
        position: relative;
    }
    .navbar.active {
        padding-top: 55px;
        background-color: #41793c;
    }
    .navbar.active .navbar-brand {
        display: none;
    }
    .navbar.active .humberger {
        display: none;
    }
    .navbar.active .humberger-close {
        display: block;
        margin: 10px;
        background-color: #41793c;
    }
    .navbar.active button {
        background-color: transparent;
    }
    .navbar .navbar-brand {
        margin: 0!important;
        padding: 0!important;
    }
    .navbar .navbar-brand img {
        width: 82px;
        height: 35px;
    }
    .navbar .nav-link {
        padding: 20px 0;
        font-size: 15px;
        border-top: 1px solid #41873C;
        color: white;
    }
    .navbar .humberger-close {
        display: none;
    }
    .navbar .download-btn {
        width: 335px;
        height: 45px;
        background-color: #ff9600;
        margin: 10px auto 0;
        text-align: center;
    }
    .navbar .download-btn a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 15px;
        color: #fff;
        line-height: 45px;
    }
    .toggler {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        border: none;
        cursor: pointer;
    }
    /* メイン */
    .about {
        padding: 32px 20px 55px;
    }
    .about h5 {
        font-size: 18px;
    }
    .about p {
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .informations {
        height: auto;
        padding: 174px 20px 40px;
        background-size: 100%;
        background-image: url(../img/information-sp.png);
        background-position: center top;
    }
    .informations h5 {
        font-size: 18px;
    }
    .information {
        margin-bottom: 10px;
    }
    .information:last-of-type {
        margin-bottom: 0;
    }
    .information p {
        margin: 0;
        font-size: 12px;
        line-height: 30px;
    }
    footer {
        height: auto;
        padding: 25px 20px 20px;
    }
    footer .logo {
        width: 95px;
        display: block;
        margin: 0 auto 25px;
    }
    footer .links-sp {
        margin-bottom: 25px;
    }
    footer .link-sp {
        height: 43px;
        font-size: 12px;
        font-weight: bold;
    }
    footer .link-sp a {
        display: block;
        width: 100%;
        height: 100%;
        color: #000;
    }
    footer .download-btn {
        width: 100%;
        height: 45px;
        background-color: #ff9600;
        margin: 0 auto;
        text-align: center;
    }
    footer .download-btn a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 15px;
        color: #fff;
        line-height: 45px;
    }
    footer .copyright {
        font-size: 12px;
    }
}


.cookieInfo {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(75, 75, 75, 0.95);
    color: #fff;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.4s;
  }
  .cookieInfo.notagree {
    transform: translateY(0);
  }
  .cookieInfo__inner {
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  @media (min-width: 841px) {
    .cookieInfo__inner {
      padding: 25px 20px;
      display: flex;
      justify-content: space-between;
    }
  }
  .cookieInfo__description {
    text-align: justify;
    font-size: 13px;
    line-height: 1.4;
  }
  @media (min-width: 841px) {
    .cookieInfo__description {
      flex: 1;
    }
  }
  .cookieInfo__description a {
    color: inherit;
  }
  .cookieInfo__button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    width: 160px;
    height: 34px;
    background-color: #41793c;
    color: #FFF;
    font-weight: bold;
    line-height: 1;
    margin: 15px auto 0;
    font-size: 14px;
    cursor: pointer;
  }
  @media (hover: hover) and (pointer: fine) {
    .cookieInfo__button {
      transition: opacity 0.3s;
    }
    .cookieInfo__button:hover {
      opacity: 0.7;
    }
  }
  @media (min-width: 841px) {
    .cookieInfo__button {
      margin-top: 0;
      width: 130px;
      height: 40px;
    }
  }