@charset "UTF-8";
/* CSS Document */

#wrap {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 11px;
    line-height: 1.6;
    min-width: 100%;
}

#headwrap {
    clear: both;
    background-color: #00998f;
    background-image: url(../img/header-bg-sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 180px;
}

#head {
    clear: both;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#head h1 {
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 25px;
    line-height: 32px;
    padding-top: 20px;
}

#head h1 p {
    font-size: 20px;
    padding-bottom: 0;
}

#head h1 span {
    font-size: 18px;
}

#head .shinsei {
    color: rgba(255, 255, 255, 1.00);
    font-size: 10px;
    border: 1px solid rgba(255, 255, 255, 1.00);
    border-radius: 15px;
    width: 50px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 8px;
    line-height: 1;
}

#cont {
    background-image: url(../img/cont-bg01-sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 30px;
    background-color: rgba(255, 255, 255, 1.00);
}

.lead-txt {
    text-align: left;
    color: rgb(0, 153, 143);
    font-size: 13px;
    line-height: 24px;
}

.cel440 {
    margin-top: 10px;
    font-size: 0;
}

.midashi img {
    width: 100%;
    vertical-align: top;
    display: block;
    margin: 0 auto;
    max-width: 320px;
}

.mt-txt {
    width: 100%;
    line-height: 24px;
    font-size: 13px;
}

.mb-txt {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.mk-txt {
    position: relative;
    display: inline-block;
    font-weight: 600;
    padding-bottom: 0;
    font-size: 13px;
    margin: 20px auto 30px;
    width: 90%;
}

.mk-txt::before,
.mk-txt::after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 2.5em;
    color: rgb(0, 153, 143);
}

.mk-txt::before {
    content: "〈";
    right: 100%;
    margin-right: 4px;
}

.mk-txt::after {
    content: "〉";
    left: 100%;
    margin-left: 4px;
}

.cel440-box {
    display: block;
    vertical-align: top;
    margin: 15px auto;
    width: 100%;
    max-width: 320px;
}

.cel440-box img {
    width: 100%;
    height: auto;
}

.cel420 {
    margin-top: 10px;
    font-size: 0;
}

.cel420-box {
    display: block;
    vertical-align: top;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    width: 80%;
    max-width: 320px;
    font-size: 10px;
}

.cel420-box:nth-child(2n) {
    margin-right: auto;
}

.cel420 .cel420-box h4 {
    color: #FFFFFF;
    font-size: 11px;
    line-height: 25px;
    background-color: rgb(0, 153, 143);
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}

.ab-sec02 h2 {
    background-image: url(../img/midashi01-bg.png);
}

.ab-sec03 h2 {
    background-image: url(../img/midashi02-bg.png);
}

.ab-sec04 h2 {
    background-image: url(../img/midashi03-bg.png);
}

.ab-sec02 h2,
.ab-sec03 h2,
.ab-sec04 h2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(0, 153, 143);
    background-size: auto 70px;
    font-size: 19px;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 0;
    margin: 20px 0 15px;
}

.komidashi {
    color: rgb(0, 153, 143);
    font-size: 15px;
    text-align: center;
    background-color: #F8F6DE;
    line-height: 30px;
    padding-bottom: 0px;
    margin-bottom: 17px;
}

.txtbox {
    margin-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.btn-area {
    padding-top: 20px;
    padding-bottom: 40px;
}

a.btn {
    display: block;
    background-image: -webkit-linear-gradient(180deg, rgba(241, 241, 241, 1.00) 0%, rgba(212, 212, 212, 1.00) 99.48%);
    background-image: -moz-linear-gradient(180deg, rgba(241, 241, 241, 1.00) 0%, rgba(212, 212, 212, 1.00) 99.48%);
    background-image: -o-linear-gradient(180deg, rgba(241, 241, 241, 1.00) 0%, rgba(212, 212, 212, 1.00) 99.48%);
    background-image: linear-gradient(180deg, rgba(241, 241, 241, 1.00) 0%, rgba(212, 212, 212, 1.00) 99.48%);
    color: #B01447;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    border: 1px solid #CCCCCC;
    position: relative;
    font-size: 14px;
    transition: 0.5s;
    text-align: center;
    margin-bottom: 10px;
    height: auto;
    line-height: 1.8;
    margin-right: 0;
    margin-right: 5%;
    margin-left: 5%;
}

a.btn:before {
    content: "▶";
    position: absolute;
    left: 10px;
    top: 25%;
    color: #fff;
}

a.btn-none {
    display: block;
    background: rgba(241, 241, 241, 1.00);
    color: #929292;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    border: 1px solid #CCCCCC;
    position: relative;
    font-size: 14px;
    transition: 0.5s;
    text-align: center;
    margin-bottom: 10px;
    height: auto;
    line-height: 1.8;
    margin-right: 0;
    margin-right: 5%;
    margin-left: 5%;
}

a.btn-none:before {
    content: "▶";
    position: absolute;
    left: 10px;
    top: 25%;
    color: #929292;

}

a.btn-gyo2 {
    display: block;
    background-image: -webkit-linear-gradient(180deg, rgba(241, 241, 241, 1.00) 0%, rgba(212, 212, 212, 1.00) 99.48%);
    background-image: -moz-linear-gradient(180deg, rgba(241, 241, 241, 1.00) 0%, rgba(212, 212, 212, 1.00) 99.48%);
    background-image: -o-linear-gradient(180deg, rgba(241, 241, 241, 1.00) 0%, rgba(212, 212, 212, 1.00) 99.48%);
    background-image: linear-gradient(180deg, rgba(241, 241, 241, 1.00) 0%, rgba(212, 212, 212, 1.00) 99.48%);
    color: #B01447;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    border: 1px solid #CCCCCC;
    position: relative;
    font-size: 10px;
    transition: 0.5s;
    text-align: center;
    margin-bottom: 10px;
    height: auto;
    line-height: 1.8;
    margin-right: 5%;
    margin-left: 5%;
}

a.btn-gyo2:before {
    content: "▶";
    position: absolute;
    left: 10px;
    top: 35%;
    color: #fff;
    font-size: 16px;
}

a.btn:last-child {
    margin-right: 5%;
}

a.btn:hover {
    background-image: -webkit-linear-gradient(0deg, rgba(241, 241, 241, 1.00) 0%, rgba(212, 212, 212, 1.00) 99.48%);
    background-image: -moz-linear-gradient(0deg, rgba(241, 241, 241, 1.00) 0%, rgba(212, 212, 212, 1.00) 99.48%);
    background-image: -o-linear-gradient(0deg, rgba(241, 241, 241, 1.00) 0%, rgba(212, 212, 212, 1.00) 99.48%);
    background-image: linear-gradient(0deg, rgba(241, 241, 241, 1.00) 0%, rgba(212, 212, 212, 1.00) 99.48%);
}

/* table */

.ab-tbl td {
    padding: 0.5vw;
    font-size: 11px;
    /* font-size: 1.8vw; */
    line-height: 1.6;
}

.ab-tbl .group {
    padding-left: min(2%, 15px);
}

.ab-tbl th,
.ab-tbl .clr1,
.ab-tbl .clr2,
.ab-tbl .clr3 {
    /* font-size: 2.2vw; */
    font-size: 13px;
}

.ab-tbl th {
    line-height: 1.5;
    padding: 0.5vw;
}

.img-curriculum {
    width: 100%;
    margin: -10px auto 35px;
}

.caption {
    font-size: 10px;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
}


/* footer */

.footer {
    margin-top: 4vw;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-logo img {
    /* width: 43vw; */
    display: block;
    margin: 0 auto;
    max-width: 250px;
    /* width: 70vw; */
}

.footer-wrap {
    grid-template-columns: 1fr;
    padding-top: 55px;
    padding-bottom: 55px;
}

.footer-info {
    /* flex-wrap: nowrap; */
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.footer-adress {
    /* margin-left: 0px; */
    margin-top: 10px;
    /* font-size: 3.5vw; */
    font-size: 13px;
    max-width: 250px;
}

.footer-cp {
    padding-top: 2em;
    /* font-size: 3.5vw; */
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}


/* 共通 */
.inner900 {
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.inner950 {
    width: 90%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.inner1020 {
    width: 90%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}


.pc-none {
    display: block;
}

.sp-none {
    display: none;
}