/*==============================
 common
==============================*/

.lb-Txt {
    margin-bottom: 30px;
}

.lb-Txt span {
    color: #315e81;
    font-size: 16px;
    padding-right: 40px;
    padding-left: 33px;
    position: relative;
}

.lb-Txt span::before {
    content: "";
    width: 23px;
    height: 24px;
    background-image: url(../images/common/label_icon.png);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.lb-Txt span::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #315e81;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.main-Contents {
    padding-top: 0;
}


@media screen and (max-width:1023px) {

    .lb-Txt {
        margin-bottom: 10px;
    }

}


/*==============================
 hero-Standard
==============================*/

.hero-Standard .bg-Image {
    height: 80vh;
}

.hero-Standard .bg-Image .metaslider,
.hero-Standard .bg-Image .metaslider div,
.hero-Standard .bg-Image .metaslider ul,
.hero-Standard .bg-Image .metaslider .flexslider .slides li {
    width: 100%;
    height: 100%;
}

.hero-Standard .bg-Image .metaslider .slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero-Standard .box {
    max-width: 1000px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 12vw;   
    left: 0;
    margin: auto;
    z-index: 1;
}

.hero-Standard .box .an-Unit {
    position: relative;
}

.hero-Standard .box .image {
    width: 147px;
    margin: 0 auto 20px;
}

.hero-Standard .box .txt {
    font-size: 24px;
    text-align: center;
    padding-bottom: 30px;
}

.hero-Standard .site-Ttl {
    color: #1e5b8b;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.hero-Standard .site-Ttl span {
    display: block;
    font-size: 115px;
    letter-spacing: 10px;
}

.hero-Standard .txt{
color:#043472;
}

@media screen and (max-width:1129px) {

    .hero-Standard .box {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }

}

@media screen and (max-width:1023px) {

    .hero-Standard .box .image {
        width: 120px;
    }

    .hero-Standard .box .txt {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .hero-Standard .site-Ttl span {
        font-size: 90px;
    }

    .hero-Standard .site-Ttl {
        font-size: 42px;
        line-height: 1.2;
    }

}

@media screen and (max-width:767px) {

    .hero-Standard .box .image {
        width: 90px;
        margin: 0 auto 10px;
    }

    .hero-Standard .box .txt {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .hero-Standard .site-Ttl {
        font-size: 30px;
    }

    .hero-Standard .site-Ttl span {
        font-size: 50px;
        letter-spacing: 4px;
    }

    .hero-Standard .bg-Image {
        background-image: url(../images/toppage/mainimage01_sp.jpg);
    }

}


/*==============================
 tp-About
==============================*/

.tp-About {
    padding-bottom: 80px;
    position: relative;
}

.tp-About::after {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    background-image: url(../images/common/deco01.png);
    background-size: cover;
    background-position: center center;
    position: absolute;
    bottom: -30px;
    left: 20px;
    opacity: 0.5;
    transform: rotate(180deg);
    z-index: 1;
}

.tp-About .inner {
    padding-top: 40px;
    position: relative;
}

.tp-About .inner::before {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    background-image: url(../images/common/deco01.png);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
    z-index: 1;
}

.tp-About .ttl {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 60px;
}

.tp-About .ttl b {
    display: inline-block;
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    background-image: linear-gradient(90deg, #4678bd 0%, #315b95 100%);
    padding: 5px 20px;
    margin-right: 10px;
}

.tp-About .ttl span {
    display: inline-block;
}

.tp-About .txt-Box {
    padding: 0 20px;
    margin-bottom: 80px;
}

.tp-About .txt-Box p {
    font-size: 18px;
    line-height: 2;
}

.tp-About .txt-Box p + p {
    margin-top: 20px;
}

.tp-About .txt-Box dl {
    margin: 25px 0;
}

.tp-About .txt-Box dl dt {
    font-size: 18px;
    margin-bottom: 10px;
}

.tp-About .txt-Box dl dd {
    font-size: 20px;
    font-weight: bold;
}

.tp-About .txt-Box dl dd + dd {
    margin-top: 10px;
}

.tp-About .list {
    background-color: #e9f2ff;
    position: relative;
}

.tp-About .list::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 410px);
    background-image: url(../images/common/mask02.png);
    background-size: 100% 100%;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 1;
}

.tp-About .list::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 150px);
    background-image: url(../images/common/mask01.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 1;
}

.tp-About .list .wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.tp-About .list .item {
    width: calc(100% / 3 - 30px);
    margin-top: 40px;
    margin-right: 45px;
}

.tp-About .list .item:nth-child(1),
.tp-About .list .item:nth-child(2),
.tp-About .list .item:nth-child(3) {
    margin-top: 0;
}

.tp-About .list .item:nth-child(3n) {
    margin-right: 0;
}

.tp-About .list .item .image {
    margin-bottom: 20px;
}

.tp-About .list .item dt {
    color: #002846;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.tp-About .list .item dt small {
    font-size: 15px;
}

.tp-About .list .page-Btn {
    margin-top: 60px;
}

.tp-About .list .page-Btn a {
    max-width: 520px;
    margin: 0 auto;
}

@media screen and (max-width:1023px) {

    .tp-About::after {
        width: 150px;
        height: 150px;
        bottom: -10px;
    }

    .tp-About .inner::before {
        width: 120px;
        height: 120px;
    }

    .tp-About .ttl {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .tp-About .ttl b {
        font-size: 32px;
    }

    .tp-About .txt-Box {
        margin-bottom: 60px;
    }

    .tp-About .txt-Box p {
        font-size: 16px;
    }

    .tp-About .txt-Box p + p {
        margin-top: 15px;
    }

    .tp-About .txt-Box dl dt {
        font-size: 16px;
    }

    .tp-About .txt-Box dl dd {
        font-size: 19px;
    }

    .tp-About .list .item {
        width: calc(100% / 3 - 20px);
        margin-top: 30px;
        margin-right: 30px;
    }

}

@media screen and (max-width:767px) {

    .tp-About::after {
        width: 120px;
        height: 120px;
        bottom: -60px;
    }

    .tp-About .inner::before {
        width: 100px;
        height: 100px;
        top: -10px;
    }

    .tp-About .ttl {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .tp-About .ttl b {
        font-size: 28px;
        background-image: none;
        padding: 0;
        margin-right: 0;
    }

    .tp-About .ttl b span {
        background-image: linear-gradient(90deg, #4678bd 0%, #315b95 100%);
        padding: 5px 10px;
    }

    .tp-About .ttl b span {
        margin-bottom: 10px;
    }

    .tp-About .txt-Box {
        padding: 0;
        margin-bottom: 40px;
    }

    .tp-About .list .item {
        width: calc(100% / 2 - 5px);
        margin-top: 30px;
        margin-right: 10px;
    }

    .tp-About .list .item:nth-child(3) {
        margin-top: 30px;
    }

    .tp-About .list .item:nth-child(3n) {
        margin-right: 10px;
    }

    .tp-About .list .item:nth-child(2n) {
        margin-right: 0;
    }

    .tp-About .list .item .image {
        margin-bottom: 15px;
    }

    .tp-About .list .item dt {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .tp-About .list .item dd {
        font-size: 15px;
    }

    .tp-About .list .page-Btn {
        padding: 0 20px;
        margin-top: 50px;
    }

}


/*==============================
 tp-Course
==============================*/

.tp-Course {
    background-color: #e9f2ff;
    position: relative;
}

.tp-Course::before {
    content: "";
    display: block;
    width: calc(50% - 60px);
    height: 100%;
    background-image: url(../images/toppage/tp_course_img.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.tp-Course::after {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background-image: url(../images/common/deco01.png);
    background-size: cover;
    background-position: center center;
    transform: rotate(90deg);
    position: absolute;
    bottom: -20px;
    left: 20px;
    z-index: 1;
}

.tp-Course .box {
    width: 50%;
    padding: 100px 0;
    margin-left: auto;
}

.tp-Course .ttl {
    color: #034374;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.tp-Course dl {
    margin-bottom: 40px;
}

.tp-Course dt {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

.tp-Course dd {
    font-size: 18px;
    line-height: 2;
}

.tp-Course dd + dd {
    margin-top: 20px;
}


@media screen and (max-width:1023px) {

    .tp-Course::after {
        width: 160px;
        height: 160px;
        bottom: -40px;
    }

    .tp-Course::before {
        width: 100%;
        height: 360px;
        position: static;
    }

    .tp-Course .box {
        width: 100%;
        padding: 80px 0;
    }

    .tp-Course .ttl {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .tp-Course dt {
        font-size: 24px;
        margin-bottom: 20px;
        letter-spacing: -0.5px;
    }

    .tp-Course dd {
        font-size: 16px;
    }

    .tp-Course .page-Btn a {
        margin: 0 auto;
    }

}

@media screen and (max-width:767px) {

    .tp-Course::before {
        height: 250px;
    }

    .tp-Course::after {
        width: 120px;
        height: 120px;
        bottom: -30px;
    }

    .tp-Course .box {
        padding: 60px 0 80px;
    }

    .tp-Course .ttl {
        font-size: 30px;
    }

}


/*==============================
 tp-Style
==============================*/

.tp-Style .txt-Box {
    margin-bottom: 60px;
}

.tp-Style .txt-Box .ttl {
    width: 50%;
    color: #034374;
    font-size: 36px;
    font-weight: bold;
    float: left;
    margin-bottom: 30px;
}

.tp-Style .txt-Box .image {
    width: 50%;
    padding-right: 20px;
    padding-left: 60px;
    float: right;
    box-sizing: border-box;
    position: relative;
}

.tp-Style .txt-Box .image::after {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    background-color: #94c0e2;
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: -1;
}

.tp-Style .txt-Box dl {
    width: 50%;
    float: left;
}

.tp-Style .txt-Box dt {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

.tp-Style .txt-Box dd {
    font-size: 18px;
    line-height: 2;
}

.tp-Style .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.tp-Style .list li {
    width: calc(100% / 3 - 30px);
    margin-right: 45px;
}

.tp-Style .list li:nth-of-type(3) {
    margin-right: 0;
}

.tp-Style .list li a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    padding: 30px 0;
    transition: .6s all;
    position: relative;
}

.tp-Style .list li.s-Icon a {
    color: #315e81;
    border: 1px solid #315e81;
}

.tp-Style .list li.s-Icon a:hover {
    background-color: #def0ff;
}

.tp-Style .list li.c-Icon a {
    color: #1bb53f;
    border: 1px solid #1bb53f;
}

.tp-Style .list li.c-Icon a:hover {
    background-color: #e1ffde;
}

.tp-Style .list li.o-Icon a {
    color: #ed9349;
    border: 1px solid #ed9349;
}

.tp-Style .list li.o-Icon a:hover {
    background-color: #fff1de;
}

.tp-Style .list li a::before {
    content: "";
    display: block;
    height: 50px;
    background-size: cover;
    background-position: center center;
    margin: 0 auto 10px;
}

.tp-Style .list li.s-Icon a::before {
    width: 32px;
    background-image: url(../images/common/schooling_icon.png);
}

.tp-Style .list li.c-Icon a::before {
    width: 78px;
    background-image: url(../images/common/distance_icon.png);
}

.tp-Style .list li.o-Icon a::before {
    width: 75px;
    background-image: url(../images/common/online_icon.png);
}

.tp-Style .list li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition: .6s all;
}

.tp-Style .list li.s-Icon a::after {
    border-top: 2px solid #315e81;
    border-right: 2px solid #315e81;
}

.tp-Style .list li.c-Icon a::after {
    border-top: 2px solid #1bb53f;
    border-right: 2px solid #1bb53f;
}

.tp-Style .list li.o-Icon a::after {
    border-top: 2px solid #ed9349;
    border-right: 2px solid #ed9349;
}

.tp-Style .page-Btn a {
    margin: 0 auto;
}

@media screen and (max-width:1023px) {

    .tp-Style .txt-Box .ttl {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .tp-Style .txt-Box .image {
        padding-left: 40px;
    }

    .tp-Style .txt-Box dt {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .tp-Style .txt-Box dd {
        font-size: 16px;
    }

    .tp-Style .list li {
        width: calc(100% / 3 - 20px);
        margin-right: 30px;
    }

    .tp-Style .list li a {
        font-size: 18px;
    }

}

@media screen and (max-width:767px) {

    .tp-Style .txt-Box {
        margin-bottom: 40px;
    }

    .tp-Style .txt-Box .ttl {
        width: 100%;
        font-size: 30px;
    }

    .tp-Style .txt-Box .image {
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .tp-Style .txt-Box dl {
        width: 100%;
    }

    .tp-Style .list {
        margin-bottom: 40px;
    }

    .tp-Style .list li {
        width: 100%;
        margin-right: 0;
    }

    .tp-Style .list li + li {
        margin-top: 20px;
    }

}


/*==============================
 tp-Menu
==============================*/

.tp-Menu {
    background-color: #e9f2ff;
    padding: 120px 0;
    position: relative;
}

.tp-Menu::before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background-image: url(../images/common/deco01.png);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: -130px;
    right: 20px;
    z-index: 1;
}

.tp-Menu .list {
    display: flex;
    flex-wrap: wrap;
}

.tp-Menu .list .item {
    width: calc(100% / 3 - 30px);
    border-bottom: 2px solid #315e81;
    margin-right: 45px;
}

.tp-Menu .list .item:nth-child(3) {
    margin-right: 0;
}

.tp-Menu .list .item a {
    display: block;
    background-color: #ffffff;
    padding-bottom: 15px;
    transition: .6s all;
}

.tp-Menu .list .item a:hover {
    background-color: #315e81;
}

.tp-Menu .list .item .image {
    margin-bottom: 15px;
}

.tp-Menu .list .item h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    position: relative;
    transition: .6s all;
}

.tp-Menu .list .item a:hover h2 {
    color: #ffffff;
}

.tp-Menu .list .item h2::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #315e81;
    border-right: 2px solid #315e81;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition: .6s all;
}

.tp-Menu .list .item a:hover h2::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}


@media screen and (max-width:1023px) {

    .tp-Menu {
        padding: 100px 0;
    }

    .tp-Menu::before {
        width: 170px;
        height: 170px;
        top: -100px;
    }

    .tp-Menu .list .item {
        width: calc(100% / 3 - 13.5px);
        margin-right: 20px;
    }

    .tp-Menu .list .item h2 {
        font-size: 20px;
    }

}


@media screen and (max-width:767px) {

    .tp-Menu {
        padding: 80px 0;
    }

    .tp-Menu::before {
        width: 100px;
        height: 100px;
        top: -40px;
    }

    .tp-Menu .list .item {
        width: 100%;
        margin-right: 0;
    }

    .tp-Menu .list .item + .item {
        margin-top: 30px;
    }

    .tp-Menu .list .item .image img {
        width: 100%;
        height: 180px;
        font-size: 0;
        object-fit: cover;
    }

}


/*==============================
 tp-Corporate
==============================*/

.tp-Corporate .lb-Txt span {
    font-weight: bold;
}

.tp-Corporate .txt-Box {
    width: 55%;
    float: right;
}

.tp-Corporate .txt-Box .ttl {
    color: #034374;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.tp-Corporate .txt-Box dl {
    margin-bottom: 40px;
}

.tp-Corporate .txt-Box dt {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

.tp-Corporate .txt-Box dd {
    font-size: 18px;
    line-height: 2;
}

.tp-Corporate .img-Box {
    width: 45%;
    padding-right: 60px;
    padding-bottom: 50px;
    box-sizing: border-box;
    position: relative;
}

.tp-Corporate .img-Box::before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background-image: url(../images/common/deco02.png);
    background-size: cover;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: -1;
}

.tp-Corporate .img-Box figure:first-of-type {
    padding-right: 40px;
}

.tp-Corporate .img-Box figure:last-of-type {
    padding-left: 160px;
    margin-top: 40px;
}

@media screen and (max-width:1023px) {

    .tp-Corporate .txt-Box .ttl {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .tp-Corporate .txt-Box dt {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .tp-Corporate .txt-Box dd {
        font-size: 16px;
    }

    .tp-Corporate .img-Box {
        padding-right: 40px;
    }

    .tp-Corporate .img-Box::before {
        width: 170px;
        height: 170px;
    }

}


@media screen and (max-width:767px) {

    .tp-Corporate .txt-Box {
        width: 100%;
        float: none;
    }

    .tp-Corporate .txt-Box .ttl {
        font-size: 30px;
    }

    .tp-Corporate .img-Box {
        width: 100%;
        padding-right: 0;
        margin-top: 60px;
        float: none;
    }

    .tp-Corporate .img-Box::before {
        width: 140px;
        height: 140px;
    }

    .tp-Corporate .img-Box figure:last-of-type {
        padding-left: 130px;
        margin-top: 30px;
    }


}


/*==============================
 tp-News
==============================*/

.tp-News {
    background-color: #e9f2ff;
    padding: 80px 0;
}

.tp-News .inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.tp-News .txt-Box {
    width: 280px;
}

.tp-News .txt-Box .ttl {
    color: #034374;
    font-size: 36px;
    font-weight: bold;
}

.tp-News .list {
    width: calc(100% - 280px);
}

.tp-News .list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #959595;
    padding: 0 20px 30px;
    margin-bottom: 30px;
}

.tp-News .list li:last-of-type {
    margin-bottom: 0;
}

.tp-News .list li time {
    width: 100px;
    font-size: 16px;
}

.tp-News .list li .cat {
    width: 80px;
    font-size: 14px;
    color: #315e81;
    text-align: center;
    border: 1px solid #315e81;
    padding: 2px 0;
    margin-right: 20px;
    box-sizing: border-box;
}

.tp-News .list li span {
    width: 100%;
    margin-top: 10px;
}

.tp-News .list li span a {
    font-size: 17px;
    font-weight: bold;
}

.tp-News .list li span a:hover {
    color: #bebebe;
    text-decoration: underline;
}

.tp-News .btn {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 1;
}

.tp-News .btn a {
    font-size: 17px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
}

.tp-News .btn a:hover {
    color: #bebebe;
    text-decoration: underline;
}

.tp-News .btn a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    position: absolute;
    top: 9px;
    right: 0;
    transform: rotate(45deg);
    z-index: 1;
}

.tp-News .btn a:hover::after {
    border-top: 2px solid #bebebe;
    border-right: 2px solid #bebebe;
}


@media screen and (max-width:1023px) {

    .tp-News {
        padding: 60px 0;
    }

    .tp-News .txt-Box {
        width: 180px;
    }

    .tp-News .txt-Box .ttl {
        font-size: 32px;
    }

    .tp-News .list {
        width: calc(100% - 180px);
    }

    .tp-News .btn {
        top: 100px;
    }

}


@media screen and (max-width:767px) {

    .tp-News {
        padding: 40px 0;
    }

    .tp-News .txt-Box {
        width: 100%;
        margin-bottom: 30px;
    }

    .tp-News .txt-Box .ttl {
        font-size: 30px;
    }

    .tp-News .list {
        width: 100%;
    }

    .tp-News .list li {
        padding: 0 10px 20px;
        margin-bottom: 20px;
    }

    .tp-News .list li span {
        width: 100%;
        margin-top: 10px;
    }

    .tp-News .btn {
        width: 100%;
        text-align: right;
        margin-top: 30px;
        position: static;
    }

}