body {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    font-weight: 500;
    background: #fff;
}

a {
    outline: none !important;
    text-decoration: none !important;
}

.no-outline {
    outline: none !important;
}

.logo {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: -4rem;
    padding-bottom: .6rem;
    display: inline-block;
}

.header-tel {
    display: inline-block;
    background: #f0f0f0;
    padding: .5rem .6rem .4rem .4rem;
    margin-left: .2rem;
    color: #800080;
    font-weight: 800;
    border-radius: 1rem;
    vertical-align: middle;
}

.footer-tel {
    display: inline-block;
    background: #800080;
    padding: .5rem .6rem .4rem .4rem;
    margin-left: .2rem;
    color: #fff;
    font-weight: 800;
    border-radius: 1rem;
    vertical-align: middle;
}

.border {
    border-top: solid 4px #800080;
}

.logo-text {
    font-size: .7rem;
    color: #7a52cc;
    font-weight: 800;
    padding-top: .55rem;
    margin-bottom: -.7rem;
}

@media(max-width:992px) {
    .logo-text {
        font-size: .6rem;
        margin-bottom: -.5rem;
    }
}

.m-t-1 {
    margin-top: 1rem;
}

.m-t-2 {
    margin-top: 2rem;
}

.m-b-1 {
    margin-bottom: 1rem;
}

.m-b-3 {
    margin-bottom: 3rem;
}

.m-t-m1 {
    margin-top: -1rem;
}

.m-t-m2 {
    margin-top: -2rem;
}

.contact-mail {
    margin-top: -1.5rem;
    width: 50%;
    margin-bottom: -1.5rem;
}

@media(max-width:992px) {
    .contact-mail {
        width: 80%;
    }
}

/*!------------------------------------*\
    TEXT
\*!------------------------------------*/
h1 {
    text-align: center;
    font-size: 2rem;
    margin-top: 3rem;
    padding-bottom: 2rem;
    padding-top: 1rem;
    font-weight: 800;
    background-image: url("../img/ribbon.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 80%;
    line-height: 2.6rem;
}

h6 {
    text-align: center;
    font-size: .8rem;
    padding-bottom: 1.2rem;
}

h2 {
    text-align: left;
    color: #800080;
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 1.8rem;
    padding-top: 1rem;
    padding-bottom: .6rem;
}

h3 {
    line-height: 1.8rem;
    font-size: 1rem;
    font-weight: 800;
    border-bottom: 1px solid #800080;
    text-align: left;
    padding-bottom: .3rem;
}

.ppl {
    border-bottom: 1px solid #e00052;
}

.icon-ppl {
    color: #e00052;
}

h5 {
    text-align: center;
    margin-top: -1rem;
}

p {
    line-height: 1.8rem;
    padding-top: .2rem;
    font-size: .9rem;
}

.area {
    padding-bottom: 0rem;
}

.area span {
    padding-left: 15px;
    font-size: 1rem;
}

@media (max-width:992px) {
    h1 {
        font-size: 1.2rem;
        padding-top: 1rem;
        padding-bottom: 1.6rem;
        margin-top: 1rem;
        line-height: 1.8rem;
        background-size: 100%;
        background-position: center bottom 10px;
    }

    h1.h1sp {
        margin-top: 2rem;
    }

    h2 {
        font-size: 1.1rem;

    }

    h6 {
        padding-bottom: .8rem;
    }

    p {
        text-align: left;
        font-size: .9rem;
        text-align: justify;
        text-justify: inter-ideograph;
        line-height: 1.6rem;
    }
}

label {
    font-size: .9rem;
    margin-bottom: .4rem;
    margin-top: .3rem;
}

.xs {
    font-size: 80%;
}

h3 {
    font-size: .9rem;
}

.small {
    font-weight: 800;
    font-size: 80%;
}

.pink {
    color: #800080;
}

.bold {
    font-weight: 800;
}

.copyright {
    font-size: .6rem;
    font-weight: 500;
    color: #656565;
}

.footer {
    background: url("../img/foot_bg.png"), #f0f0f0;
    color: #800080;
    margin-top: 3.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer-nav {
    border-bottom: solid .5px #800080;
    padding-top: .5rem;
    padding-bottom: .8rem;
    text-align: center;
    font-weight: 800;
}

@media (max-width: 992px) {
    .footer-nav {
        text-align: left;
        background-image: url("../img/arrow.png");
        background-repeat: no-repeat;
        background-position: center right 8px;
        background-size: 10px;
    }
}

.tabletext {
    font-size: .9rem;
}

h6 a:link {
    color: #800080;
}

a:visited {
    color: #800080;
}

a:hover {
    color: #800080;
}

a:active {
    color: #800080;
}

.title {
    padding: 1rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-weight: 800;
    line-height: 5rem;
    font-size: 2.6rem;
}

@media (max-width: 992px) {
    .title {
        margin-top: 0rem;
        margin-bottom: 0rem;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    p {
        font-size: .9rem;
        line-height: 1.4rem;
    }
}

hr {
    border: solid 1px #f0f0f0;
}

.policy {
    font-size: .8rem;
}

.underline {
    text-decoration: underline !important;
}

.common-img {
    width: 60%;
}

@media(max-width:992px) {
    .common-img {
        width: 100%
    }
}

.carousel-bg {
    background: url("../img/head_bg.png"), #dad3e8;
}

.label {
    background: #800080;
    border-radius: 3px;
    text-align: center;
    padding-top: .3rem;
    padding-bottom: .35rem;
    margin-right: .6rem;
}

.forppl {
    background: #7a52cc;
}

.label-ppl {
    background: #7a52cc;
    border-radius: 3px;
    text-align: center;
    padding-top: .25rem;
    padding-bottom: .23rem;
    margin-right: .6rem;
    color: #fff;
    font-weight: 600;
    font-size: .7rem;
    padding-left: .31rem;
    padding-right: .31rem;
}

.top-area {
    line-height: 2rem;
}

.label2 {
    background: #f0f0f0;
    color: #800080;
    border-radius: 3px;
    text-align: center;
    padding: .6rem;
    margin-right: .2rem;
    line-height: 3rem;
    font-weight: 800;
}

.label3 {
    background: #f0f0f0;
    color: #800080;
    border-radius: 3px;
    text-align: center;
    padding: .6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    line-height: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.voice {
    background: #f0f0f0;
    padding: .6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;

}

.case {
    font-family: 'Sacramento', cursive;
    color: #800080;
}

.bg-pink {
    background: #f0f0f0;
}

@media(max-width:992px) {
    .case {
        font-size: 1.6rem;
    }
}

/*!------------------------------------*\
    FORM SELECT
\*!------------------------------------*/
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 1px);
}

/*!------------------------------------*\
    BUTTON
\*!------------------------------------*/
.button {
    background-color: #800080;
    color: #fff;
    font-weight: 800;
}

/*!------------------------------------*\
    DESKTOP NAVIGATION
\*!------------------------------------*/
.g-nav {
    width: 100%;
    z-index: 10;
    background-color: #800080;
    height: 50px;
}

.g-nav-menu {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    padding-left: 0;
}

.g-nav-menu li {
    width: 20%;
    float: left;
    color: #fff;
    list-style-type: none;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: .8rem;
    height: 50px;
    font-weight: 800;
}

.g-nav-menu li:last-child {
    border-right: none;
}

.g-nav-menu li a {
    display: block;
    padding-top: 16.5px;
    height: 50px;
    color: #fff;
    transition: background-color .4s;
}

.g-nav-menu li a:hover {
    background-color: #7a52cc;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.jp-menu {
    font-size: 60%;
    font-weight: 400;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    letter-spacing: 1px;
}

/*アコーディオンここから*/
.collapse {
    display: none;
}

.collapse.show {
    display: block;
    background: #f0f0f0;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

/*アコーディオンここまで*/

/*!------------------------------------*\
    トップページフチありテキスト
\*!------------------------------------*/

.grade p {
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 20px;
    color: #515150;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.grade span {
    color: #cf4a85;
}

.grade {
    padding-bottom: calc(5vw + 10px);
    position: relative;
    overflow: hidden;
    background: rgb(0, 201, 176);
    background: linear-gradient(180deg, rgba(248, 248, 249, 1) 0%, rgba(229, 229, 230, 1) 64%);
}

/* .ポイント下テキスト */

.grade::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 12vw solid #fff;
    border-left: 100vw solid transparent;
}

.grade::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 12vw solid #fff;
    border-right: 100vw solid transparent;
}

@media screen and (max-width: 992px) {
    .grade p {
        text-align: center;
    }
}