/*

Theme Name: laeeaq_design_202304
Theme URI: https://laeeaq.com/
Description: laeeaq_design_202304
Version: 1.0
Author:LAEEAQ,Corp
Author URI: https://laeeaq.com/

*/

/*==============================
 reset
==============================*/

* {
    padding: 0;
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    text-align: left;
}

a {
    color: #333333;
    text-decoration: none;
}

ul,ol {
    list-style: none;
}

address {
    font-style: normal;
}

figure {
    margin: 0;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}


/*==============================
 base
==============================*/

body {
    color: #333333;
    font-feature-settings: "palt";
    line-height: 1.6;
    box-sizing: border-box;
    font-family: 'Noto sans JP', serif;
    overflow: auto;
    position: relative;
}

body.active {
    overflow: hidden;
}


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

.wrapper {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.image {
    font-size: 0;
}

.image img {
    width: 100%;
    height: auto;
    font-size: 0;
}

.en {
    font-family: "Fugaz One", sans-serif;
}

.sp-Only {
    display: none;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.column {
    margin-bottom: 120px;
}

.page-Btn a {
    display: block;
    max-width: 490px;
    position: relative;
    z-index: 2;
}

.page-Btn a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #c6baff;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    transition: .6s all;
}

.page-Btn a:hover::after {
    background-color: #593ddd;
}

.page-Btn a span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #593ddd;
    border: 1px solid #593ddd;
    padding: 20px 30px;
    border-radius: 10px;
    position: relative;
    transition: .6s all;
}

.page-Btn a:hover span {
    color: #593ddd;
    background-color: #ffffff;
}

.page-Btn a span::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition: .6s all;
}

.page-Btn a:hover span::after {
    border-top: 2px solid #593ddd;
    border-right: 2px solid #593ddd;
}

.br1023 {
    display: none;
}

p .kiji{
	font-size:20px;
}


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

    .column {
        margin-bottom: 100px;
    }

    .br1023 {
        display: block;
    }

}


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

    .column {
        margin-bottom: 80px;
    }

    .sp-Only {
        display: block;
    }

    .page-Btn a span {
        font-size: 16px;
    }

}


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

.hero-Standard {
    position: relative;
}

.hero-Standard .bg-Image {
    width: 100%;
    background-color: #666666;
}
.hero-Overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.55); /* 白 + 透過 */
    z-index: 0;
}

.hero-Standard .hero-Navi {
    width: 100%;
    background-color: rgba(85, 139, 199, 0.8);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-Standard .hero-Navi nav {
    padding: 0 2%;
}
.hero-Standard .hero-Navi nav ul {
    font-size: 0; /* 改行ノードを無視させる */
}
.hero-Standard .hero-Navi nav ul li {
    font-size: 16px; /* 子要素でサイズを戻す */
}
.hero-Standard .hero-Navi nav ul {
    display: flex;
  flex-wrap: nowrap; /* ← 折り返させない */
	width: 100%; /* これを追加 */
}

.hero-Standard .hero-Navi nav ul + ul{
    border-top: 1px solid #ffffff;
}


.hero-Standard .hero-Navi nav ul li {
    border-left: 1px solid #ffffff;
    box-sizing: border-box;
    flex: 1 0 0%;  /* 固定で均等幅にする */
    text-align: center;
}

.main-Navi ul {
    flex-wrap: nowrap; /* 折り返し防止（必要なら） */
}



.hero-Standard .hero-Navi nav ul li:last-of-type {
    border-right: 1px solid #ffffff;
}

.hero-Standard .hero-Navi nav ul li a {
    display: flex;
    height: 100%;
	width: 100%; /* 追加 */
	text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    flex-wrap: nowwrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px 0;
    transition: .6s all;
    box-sizing: border-box;
}

.hero-Standard .hero-Navi nav ul li a small {
    font-size: 13px;
}

.hero-Standard .hero-Navi nav ul li a span {
    display: block;
    font-size: 14px;
}

.hero-Standard .hero-Navi nav ul.bottom-Box li a {
    font-size: 16px;
    font-weight:bold;
    padding: 5px 0;
}

.hero-Standard .hero-Navi nav ul li.basic-Btn a {
    background-color: #cd7071;
}

.hero-Standard .hero-Navi nav ul li.schooling-Btn a {
    background-color: #315e81;
}

.hero-Standard .hero-Navi nav ul li.distance-Btn a {
    background-color: #1bb53f;
}

.hero-Standard .hero-Navi nav ul li.online-Btn a {
    background-color: #ed9349;
}

.hero-Standard .hero-Navi nav ul li a:hover {
    background-color: #cd7071;
    flex: 1 1 0;

    text-align: center;
}

.hero-Standard .user-Login {
    position: absolute;
    right: 0;
    bottom: 12vw;
    z-index: 1;
}

.hero-Standard .user-Login a {
    display: block;
    width: 48px;
    height: 135px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    writing-mode: vertical-rl;
    background-color: #5d8ef9;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: .6s all;
}

.hero-Standard .user-Login a:hover {
    background-color: #2268ff;
}

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

    .hero-Standard .hero-Navi nav {
        padding: 0;
    }

    .hero-Standard .hero-Navi nav ul li:first-of-type {
        border-left: 0;
    }

    .hero-Standard .hero-Navi nav ul li:last-of-type {
        border-right: 0;
    }

    .hero-Standard .hero-Navi nav ul li a {
        font-size: 15px;
    }

    .hero-Standard .hero-Navi nav ul.bottom-Box li a {
        font-size: 15px;
    }

}

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

    .hero-Standard .hero-Navi {
        display: none;
    }

    .hero-Standard .user-Login {
        bottom: 4vw;
    }

}

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

    .hero-Standard .user-Login {
        display: none;
    }
    
}


/*==============================
 st-Header
==============================*/

#headerScroll {
    transform: translateY(-100%);
    transition: 1s all;
}

#headerScroll.open {
    transform: translateY(0);
}

.st-Header {
    width: 100%;
    height: 140px;
    background-color: rgba(255,255,255,0.5);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
}

.st-Header .inner {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 40px;
    box-sizing: border-box;
}

.st-Header .logo {
    width: 260px;
    line-height: 1;
    position: relative;
    z-index: 9999;
}

.st-Header .right-Unit {
    margin-left: auto;
}

.st-Header .btn-Box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.st-Header .counseling-Btn a {
    display: block;
    width: 300px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #234798;
    border: 1px solid #234798;
    padding: 15px 0;
    border-radius: 5px;
    transition: .6s all;
}

.st-Header .counseling-Btn a:hover {
    color: #234798;
    background-color: transparent;
}

.st-Header .tel-Btn {
    margin-left: 20px;
}

.st-Header .tel-Btn {
    line-height: 1.2;
}

.st-Header .tel-Btn dt {
    color: #234798;
    font-size: 14px;
    font-weight: bold;
}

.st-Header .tel-Btn dd a {
    color: #234798;
    font-size: 28px;
    font-weight: bold;
    padding-left: 35px;
    position: relative;
}

.st-Header .tel-Btn dd a::before {
    content: "";
    display: block;
    width: 32px;
    height: 21px;
    background-image: url(images/common/freedial_icon_color.png);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 11px;
    left: 0;
    z-index: 1;
}

.st-Header .corporate-Btn {
    margin-left: 20px;
}

.st-Header .corporate-Btn a {
    display: block;
    width: 260px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #5d8ef9;
    border: 1px solid #5d8ef9;
    padding: 15px 0;
    border-radius: 5px;
    transition: .6s all;
}

.st-Header .corporate-Btn a:hover {
    color: #5d8ef9;
    background-color: transparent;
}

/*===== main-Navi =====*/

.main-Navi {
    margin-top: 20px;
}

.main-Navi ul {
    display: flex;
    justify-content: flex-end;
}

.main-Navi ul li + li {
    margin-left: 30px;
}

.main-Navi ul li a {
    font-size: 16px;
    font-weight: bold;
}

.main-Navi ul li a:hover {
    color: #234798;
    text-decoration: underline;
}

/*===== sp-Cbtn =====*/

.sp-Cbtn {
    display: none;
    width: 140px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 60px;
    z-index: 9999;
}

.sp-Cbtn a {
    display: flex;
    color: #ffffff;
    font-size: 15px;
    height: 100%;
    font-weight: bold;
    line-height: 1.2;
    align-items: center;
    background-color: #234798;
    padding: 0 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


/*===== toggle =====*/

.toggle {
    display: none;
    width: 60px;
    height: 60px;
    background-color: #5d8ef9;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}

.toggle span {
    display: block;
    width: 38px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    transition: .6s all;
    z-index: 1;
}

.toggle span:nth-of-type(1) {
    top: 15px;
}

.toggle span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}

.toggle span:nth-of-type(3) {
    top: 43px;
}

.toggle.active span:nth-of-type(1) {
    top: 29px;
    transform: rotate(-45deg);
}

.toggle.active span:nth-of-type(2) {
    opacity: 0;
}

.toggle.active span:nth-of-type(3) {
    top: 29px;
    transform: rotate(45deg);
}


/*===== sp-Navigation =====*/

.sp-Navigation {
    display: none;
    max-width: 420px;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
    transform: translateX(100%);
    transition: .6s all;
}

.sp-Navigation.active {
    transform: translateX(0);
}

.sp-Navigation .sp-Inner {
    padding: 100px 20px 80px;
}

.sp-Navigation .sp-List {
    padding-bottom: 40px;
}

.sp-Navigation .sp-List > li + li {
    margin-top: 20px;
}

.sp-Navigation .sp-List li a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #aeaeae;
    position: relative;
}

.sp-Navigation .sp-List li a::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-color: #234798;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.sp-Navigation .sp-List li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    z-index: 2;
}

.sp-Navigation .sp-List li a span {
    display: block;
    font-size: 16px;
}

.sp-Navigation .sp-SubList li {
    border-bottom: 1px dashed #333333;
}

.sp-Navigation .sp-SubList li a {
    font-size: 18px;
    padding-left: 35px;
    box-shadow: none;
}


.sp-Navigation .sp-SubList li a::before {
    width: 0;
    height: 0;
    background-color: transparent;
    border-left: 6px solid #234798;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-radius: 0;
    right: auto;
    left: 20px;
}

.sp-Navigation .sp-SubList li a::after {
    content: none;
}

.sp-Navigation .sp-CorporateBtn {
    margin-bottom: 30px;
}

.sp-Navigation .cv-Btn {
    margin-bottom: 20px;
}

.sp-Navigation .cv-Btn a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #234798;
    border: 1px solid #234798;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #aeaeae;
    padding: 20px 0;
    box-sizing: border-box;
    transition: .6s all;
}

.sp-Navigation .cv-Btn a:hover {
    color: #234798;
    background-color: transparent;
}

.sp-Navigation .sp-TelBtn {
    text-align: center;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.sp-Navigation .sp-TelBtn dt {
    color: #234798;
    font-size: 16px;
    font-weight: bold;
}

.sp-Navigation .sp-TelBtn dd a {
    color: #234798;
    font-size: 30px;
    font-weight: bold;
    padding-left: 48px;
    position: relative;
}

.sp-Navigation .sp-TelBtn dd a::before {
    content: "";
    display: block;
    width: 40px;
    height: 26px;
    background-image: url(images/common/freedial_icon_color.png);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 11px;
    left: 0;
    z-index: 1;
}

.sp-Navigation .user-Login {
    margin-bottom: 30px;
}

.sp-Navigation .user-Login a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #5d8ef9;
    padding: 15px 0;
    border-radius: 5px;
}

.sp-Navigation .basic-Btn a {
    display: block;
    background-image: url(images/common/sp_basic_navbg.jpg);
    background-size: cover;
    background-position: center center;
    box-shadow: 2px 2px 5px #aeaeae;
    border-radius: 5px;
    position: relative;
}

.sp-Navigation .basic-Btn a::before {
    content: "";
    display: block;
    padding-top: 50%;
}

.sp-Navigation .basic-Btn a p {
    width: 100%;
    color: #910063;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.sp-Navigation .basic-Btn a p b {
    display: block;
    font-size: 36px;
}

.sp-Navigation .sp-CorporateBtn a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 2px 2px 5px #aeaeae;
}

.sp-Navigation .sp-CorporateBtn .bg-Image {
    width: 120px;
    background-image: url(images/common/sp_nav_corporate.jpg);
    background-size: cover;
    background-position: center center;
}

.sp-Navigation .sp-CorporateBtn .bg-Image::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.sp-Navigation .sp-CorporateBtn p {
    width: calc(100% - 120px);
    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
    box-sizing: border-box;
}

.sp-Navigation .sp-CorporateBtn p span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}


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

    .st-Header .inner {
        padding: 0 20px;
    }

    .st-Header .logo {
        width: 240px;
    }

    .st-Header .counseling-Btn a {
        width: 290px;
        font-size: 15px;
    }

    .st-Header .tel-Btn dd a {
        font-size: 26px;
    }

    .st-Header .corporate-Btn a {
        width: 220px;
        font-size: 15px;
    }

}

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

    #headerScroll {
        transform: translateY(0);
    }

    .st-Header {
        height: 60px;
        background-color: transparent;
    }

    .st-Header .logo {
        width: 100%;
        height: 60px;
    }

    .st-Header .logo img {
        width: auto;
        height: 100%;
    }

    .st-Header .right-Unit {
        display: none;
    }

    /*===== sp-Cbtn =====*/

    .sp-Cbtn {
        display: block;
    }

    /*===== toggle =====*/

    .toggle {
        display: block;
    }

    /*===== sp-Navigation =====*/

    .sp-Navigation {
        display: block;
    }

}

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

    .st-Header .inner {
        padding: 0;
    }

    .sp-Cbtn a {
        font-size: 14px;
    }

    /*===== sp-Navigation =====*/

    .sp-Navigation {
        max-width: 100%;
    }
    
}

/*==============================
 st-Objective
==============================*/

.st-Objective {
    background-color: #234661;
    border-top: 2px solid #ffffff;
    padding: 40px 0;
}

.st-Objective p {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


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

    .st-Objective {
        padding: 30px 0;
    }

    .st-Objective p {
        font-size: 18px;
    }

}


/*==============================
 main-Contents
==============================*/

.main-Contents {
    padding-top: 100px;
}

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

    .main-Contents {
        padding-top: 80px;
    }

}


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

    .main-Contents {
        padding-top: 70px;
    }

}



/*==============================
 st-Contact
==============================*/

.st-Contact {
    background-image: url(images/common/st_contact_bg.jpg);
    background-size: cover;
    background-position: 56%;
    padding: 120px 0;
    position: relative;
}

.st-Contact::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.st-Contact .wrapper {
    position: relative;
    z-index: 2;
}

.st-Contact .cv-Btn a {
    display: block;
    max-width: 820px;
    margin: 0 auto;
    transition: .6s all;
    position: relative;
}

.st-Contact .cv-Btn a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #dba6ff;
    border-radius: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    transition: .6s all;
}

.st-Contact .cv-Btn a:hover:after {
    background-color: #ab39fa;
}

.st-Contact .cv-Btn a span {
    display: block;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    background-color: #ab39fa;
    border: 1px solid #ab39fa;
    padding: 30px;
    border-radius: 30px;
    position: relative;
    transition: .6s all;
}

.st-Contact .cv-Btn a:hover span {
    color: #ab39fa;
    background-color: #ffffff;
}

.st-Contact .cv-Btn a span::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition: .6s all;
}

.st-Contact .cv-Btn a:hover span::after {
    border-top: 4px solid #ab39fa;
    border-right: 4px solid #ab39fa;
}

.st-Contact .con-Btn {
    border-top: 1px solid #ffffff;
    padding-top: 60px;
    margin-top: 60px;
}

.st-Contact .con-Btn dl {
    margin-bottom: 40px;
}

.st-Contact .con-Btn dl dt {
    max-width: 440px;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    background-color: #4678bd;
    padding: 10px 0;
    margin: 0 auto 30px;
}

.st-Contact .con-Btn dl dd {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.st-Contact .con-Btn .btn-Box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.st-Contact .con-Btn .btn-Box div {
    width: calc(100% / 2 - 20px);
}

.st-Contact .con-Btn .btn-Box div:last-of-type {
    margin-left: 40px;
}

.st-Contact .con-Btn .btn-Box div a {
    position: relative;
    transition: .6s all;
}

.st-Contact .con-Btn .btn-Box div a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    transition: .6s all;
}

.st-Contact .con-Btn .btn-Box div a b {
    display: flex;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 20px;
    padding: 10px 0;
    box-sizing: border-box;
    transition: .6s all;
}

.st-Contact .con-Btn .btn-Box div a b::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition: .6s all;
}

.st-Contact .con-Btn .btn-Box .tel-Btn a::after {
    background-color: #619fcf;
}

.st-Contact .con-Btn .btn-Box .tel-Btn a:hover::after {
    background-color: #315e81;
}

.st-Contact .con-Btn .btn-Box .tel-Btn a b {
    background-color: #315e81;
    border: 1px solid #315e81;
    line-height: 1.4;
}

.st-Contact .con-Btn .btn-Box .tel-Btn a:hover b::after {
    border-top: 3px solid #315e81;
    border-right: 3px solid #315e81;
}

.st-Contact .con-Btn .btn-Box .tel-Btn a:hover b {
    color: #315e81;
    background-color: #ffffff;
}

.st-Contact .con-Btn .btn-Box .tel-Btn a span {
    display: block;
    font-size: 32px;
}

.st-Contact .con-Btn .btn-Box .web-Btn a::after {
    background-color: #8dd9ff;
}

.st-Contact .con-Btn .btn-Box .web-Btn a:hover::after {
    background-color: #3193c3;
}

.st-Contact .con-Btn .btn-Box .web-Btn a b {
    height: 100%;
    font-size: 26px;
    background-color: #3193c3;
    border: 1px solid #3193c3;
}

.st-Contact .con-Btn .btn-Box .web-Btn a:hover b {
    color: #3193c3;
    background-color: #ffffff;
}

.st-Contact .con-Btn .btn-Box .web-Btn a:hover b::after {
    border-top: 3px solid #3193c3;
    border-right: 3px solid #3193c3;
}


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

    .st-Contact {
        padding: 100px 0;
    }

    .st-Contact .cv-Btn a {
        max-width: 600px;
    }

    .st-Contact .cv-Btn a::after {
        border-radius: 20px;
    }

    .st-Contact .cv-Btn a span {
        font-size: 28px;
        border-radius: 20px;
    }

    .st-Contact .cv-Btn a::before {
        border-radius: 15px;
    }

    .st-Contact .con-Btn {
        padding-top: 50px;
        margin-top: 50px;
    }

    .st-Contact .con-Btn dl {
        margin-bottom: 30px;
    }

    .st-Contact .con-Btn dl dt {
        max-width: 290px;
        font-size: 24px;
        margin: 0 auto 20px;
    }

    .st-Contact .con-Btn .btn-Box div {
        width: calc(100% / 2 - 10px);
    }

    .st-Contact .con-Btn .btn-Box div:last-of-type {
        margin-left: 20px;
    }

    .st-Contact .con-Btn .btn-Box div a {
        font-size: 16px;
    }

    .st-Contact .con-Btn .btn-Box .tel-Btn a span {
        display: block;
        font-size: 28px;
    }

    .st-Contact .con-Btn .btn-Box .web-Btn a b {
        font-size: 24px;
    }

}

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

    .st-Contact {
        background-image: url(images/common/st_contact_bg_sp.jpg);
        padding: 80px 0;
    }

    .st-Contact .cv-Btn a span {
        font-size: 19px;
    }

    .st-Contact .cv-Btn a span::after {
        width: 6px;
        height: 6px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
    }

    .st-Contact .con-Btn dl dt {
        max-width: 320px;
        font-size: 20px;
    }

    .st-Contact .con-Btn {
        padding-top: 40px;
        margin-top: 40px;
    }

    .st-Contact .con-Btn .btn-Box {
        display: block;
    }

    .st-Contact .con-Btn .btn-Box div {
        width: 100%;
    }

    .st-Contact .con-Btn .btn-Box div:last-of-type {
        margin-top: 30px;
        margin-left: 0;
    }

    .st-Contact .con-Btn .btn-Box div a b::after {
        width: 6px;
        height: 6px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
    }

    .st-Contact .con-Btn .btn-Box .tel-Btn a span {
        font-size: 26px;
    }

    .st-Contact .con-Btn .btn-Box .web-Btn a b {
        font-size: 22px;
        padding: 20px 0;
    }

}



/*==============================
 st-OtherCourse
==============================*/

.st-OtherCourse {
    background-color: #e9f2ff;
    padding: 80px 0;
}

.st-OtherCourse .ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.st-OtherCourse h3 {
    font-size: 22px;
    font-weight: bold;
    padding-left: 35px;
    margin-bottom: 20px;
    position: relative;
}

.st-OtherCourse h3::before {
    content: "";
    width: 25px;
    height: 24px;
    background-image: url(images/common/label_icon.png);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
}

.st-OtherCourse .technical-Skill {
    margin-bottom: 60px;
}

.st-OtherCourse .taketing-Course {
    margin-bottom: 60px;
}

.st-OtherCourse .list {
    display: flex;
    flex-wrap: wrap;
}

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

.st-OtherCourse .list li:nth-of-type(1),
.st-OtherCourse .list li:nth-of-type(2),
.st-OtherCourse .list li:nth-of-type(3) {
    margin-top: 0;
}

.st-OtherCourse .list li:nth-child(3n) {
    margin-right: 0;
}

.st-OtherCourse .list li a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background-color: #929292;
    background-size: cover;
    background-position: center center;
    padding: 30px 0 30px 20px;
    border-radius: 5px;
    position: relative;
}

.st-OtherCourse .list li a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    transition: .6s all;
}

.st-OtherCourse .list li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .6s all;
}

.st-OtherCourse .list li.cad-Item a {
    background-image: url(images/common/lc_cad.jpg);
}

.st-OtherCourse .list li.cad-Item a::after {
    background-color: rgba(182, 9, 125, 0.7);
}

.st-OtherCourse .list li.cad-Item a:hover::after {
    background-color: rgba(182, 9, 125, 1);
}

.st-OtherCourse .list li.dtp-Item a {
    background-image: url(images/common/lc_dtp.jpg);
}

.st-OtherCourse .list li.dtp-Item a::after {
    background-color: rgba(226, 140, 11, 0.7);
}

.st-OtherCourse .list li.dtp-Item a:hover::after {
    background-color: rgba(226, 140, 11, 1);
}

.st-OtherCourse .list li.web-Item a {
    background-image: url(images/common/lc_web.jpg);
}

.st-OtherCourse .list li.web-Item a::after {
    background-color: rgba(0, 136, 223, 0.7);
}

.st-OtherCourse .list li.web-Item a:hover::after {
    background-color: rgba(0, 136, 223, 1);
}

.st-OtherCourse .list li.office-Item a {
    background-image: url(images/common/lc_office.jpg);
}

.st-OtherCourse .list li.office-Item a::after {
    background-color: rgba(17, 127, 11, 0.7);
}

.st-OtherCourse .list li.office-Item a:hover::after {
    background-color: rgba(17, 127, 11, 1);
}

.st-OtherCourse .list li.programming-Item a {
    background-image: url(images/common/lc_pro.jpg);
}

.st-OtherCourse .list li.programming-Item a::after {
    background-color: rgba(197, 204, 12, 0.7);
}

.st-OtherCourse .list li.programming-Item a:hover::after {
    background-color: rgba(197, 204, 12, 1);
}

.st-OtherCourse .list li.movie-Item a {
    background-image: url(images/common/lc_movie.jpg);
}

.st-OtherCourse .list li.movie-Item a::after {
    background-color: rgba(31, 184, 168, 0.7);
}

.st-OtherCourse .list li.movie-Item a:hover::after {
    background-color: rgba(31, 184, 168, 1);
}

.st-OtherCourse .list li a span {
    display: block;
    position: relative;
    z-index: 2;
}

.st-OtherCourse .taketing-Course .list li.flowchart-Item a {
    background-image: url(images/common/lc_flowchart.jpg);
}

.st-OtherCourse .taketing-Course .list li.mental-Item a {
    background-image: url(images/common/lc_mental.jpg);
}

.st-OtherCourse .taketing-Course .list li.concept-Item a {
    background-image: url(images/common/lc_concept.jpg);
}

.st-OtherCourse .taketing-Course .list li.concept-Item a {
    background-image: url(images/common/lc_concept.jpg);
}

.st-OtherCourse .taketing-Course .list li.comm-Item a {
    background-image: url(images/common/lc_comm.jpg);
}

.st-OtherCourse .taketing-Course .list li a::after {
    background-color: rgba(105, 205, 242, 0.7);
}

.st-OtherCourse .taketing-Course .list li a:hover::after {
    background-color: rgba(105, 205, 242, 1);
}

.st-OtherCourse .reskilling-Course .list li.sidejob-Item a {
    background-image: url(images/common/lc_sidejob.jpg);
}

.st-OtherCourse .reskilling-Course .list li.selfact-Item a {
    background-image: url(images/common/lc_selfact.jpg);
}

.st-OtherCourse .reskilling-Course .list li.problem-Item a {
    background-image: url(images/common/lc_problem.jpg);
}

.st-OtherCourse .reskilling-Course .list li a::after {
    background-color: rgba(0, 13, 79, 0.7);
}

.st-OtherCourse .reskilling-Course .list li a:hover::after {
    background-color: rgba(0, 13, 79, 1);
}


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

    .st-OtherCourse {
        padding: 60px 0;
    }

    .st-OtherCourse .technical-Skill {
        margin-bottom: 50px;
    }

    .st-OtherCourse .taketing-Course {
        margin-bottom: 50px;
    }
    
    .st-OtherCourse .list li {
        width: calc(100% / 2 - 15px);
        margin-right: 30px;
    }

    .st-OtherCourse .list li:nth-of-type(3n) {
        margin-right: 30px;
    }

    .st-OtherCourse .list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .st-OtherCourse .list li:nth-of-type(3) {
        margin-top: 20px;
    }

    .st-OtherCourse .taketing-Course dl {
        display: block;
    }

    .st-OtherCourse .taketing-Course dt {
        margin-bottom: 10px;
    }

}

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

    .st-OtherCourse .ttl {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .st-OtherCourse .list li {
        width: 100%;
        margin-right:0;
    }

    .st-OtherCourse .list li:nth-of-type(2) {
        margin-top: 20px;
    }

    .st-OtherCourse .list li:nth-of-type(3n) {
        margin-right: 0;
    }

    .st-OtherCourse .list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .st-OtherCourse .list li a {
        font-size: 16px;
        padding: 30px 20px;
    }

    .st-OtherCourse .taketing-Course dd a {
        width: 100%;
    }

}



/*==============================
 st-ClassStyle
==============================*/

.st-ClassStyle {
    padding: 80px 0;
}

.st-ClassStyle .list {
    display: flex;
    flex-wrap: wrap;
}

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

.st-ClassStyle .list li:last-of-type {
    margin-right: 0;
}

.st-ClassStyle .list .item a {
    display: block;
    box-sizing: border-box;
}

.st-ClassStyle .list .item.schooling-Item a {
    border: 2px solid #315e81;
}

.st-ClassStyle .list .item.distance-Item a {
    border: 2px solid #1bb53f;
}

.st-ClassStyle .list .item.online-Item a {
    border: 2px solid #ed9349;
}

.st-ClassStyle .list .item .bg-Image {
    width: 100%;
    background-color: #666666;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.st-ClassStyle .list .item.schooling-Item .bg-Image {
    background-image: url(images/common/st_schooling_img.jpg);
}

.st-ClassStyle .list .item.distance-Item .bg-Image {
    background-image: url(images/common/st_distance_img.jpg);
}

.st-ClassStyle .list .item.online-Item .bg-Image {
    background-image: url(images/common/st_online_img.jpg);
}

.st-ClassStyle .list .item .bg-Image::before {
    content: "";
    display: block;
    padding-top: 60%;
}


.st-ClassStyle .list .item .bg-Image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: .6s all;
}

.st-ClassStyle .list .item a:hover .bg-Image::after {
    opacity: 1;
}

.st-ClassStyle .list .item.schooling-Item a:hover .bg-Image::after {
    background-color: rgba(49, 94, 129, 0.7);
}

.st-ClassStyle .list .distance-Item a:hover .bg-Image::after {
    background-color: rgba(27, 181, 63, 0.7);
}

.st-ClassStyle .list .online-Item a:hover .bg-Image::after {
    background-color: rgba(237, 147, 73, 0.7);
}

.st-ClassStyle .list .item h2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    position: relative;
    transition: .6s all;
}

.st-ClassStyle .list .item h2::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    z-index: 1;
}

.st-ClassStyle .list .schooling-Item h2 {
    background-color: #315e81;
}

.st-ClassStyle .list .distance-Item h2 {
    background-color: #1bb53f;
}

.st-ClassStyle .list .online-Item h2 {
    background-color: #ed9349;
}

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

    .st-ClassStyle {
        padding: 60px 0;
    }

    .st-ClassStyle .list .item {
        width: calc(100% / 3 - 14.5px);
        margin-right: 20px;
    }

    .st-ClassStyle .list .item h2 {
        font-size: 16px;
    }

    .st-ClassStyle .list .item h2::after {
        right: 10px;
    }

}

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

    .st-ClassStyle .list .item {
        width: 100%;
        margin-right: 0;
        box-shadow: 2px 2px 5px #aeaeae;
    }

    .st-ClassStyle .list .item + .item {
        margin-top: 20px;
    }

    .st-ClassStyle .list .item a {
        display: flex;
        flex-wrap: wrap;
    }

    .st-ClassStyle .list .item .bg-Image {
        width: 120px;
    }

    .st-ClassStyle .list .item .bg-Image::before {
        padding-top: 100%;
    }

    .st-ClassStyle .list .item h2 {
        display: flex;
        width: calc(100% - 120px);
        text-align: left;
        padding-left: 15px;
        align-items: center;
        box-sizing: border-box;
    }

    .st-ClassStyle .list .schooling-Item h2 {
        color: #315e81;
        background-color: transparent;
    }

    .st-ClassStyle .list .distance-Item h2 {
        color: #1bb53f;
        background-color: transparent;
    }

    .st-ClassStyle .list .online-Item h2 {
        color: #ed9349;
        background-color: transparent;
    }

    .st-ClassStyle .list .schooling-Item h2::after {
        border-top: 3px solid #315e81;
        border-right: 3px solid #315e81;
    }

    .st-ClassStyle .list .distance-Item h2::after {
        border-top: 3px solid #1bb53f;
        border-right: 3px solid #1bb53f;
    }

    .st-ClassStyle .list .online-Item h2::after {
        border-top: 3px solid #ed9349;
        border-right: 3px solid #ed9349;
    }

}


/*==============================
 st-Site
==============================*/

.st-Site .inner {
    display: flex;
    align-items: stretch;
}

.st-Site .item {
    display: flex;
    width: 50%;
    align-items: stretch;
}

.st-Site .item a {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

.st-Site .item .outer {
    display: flex;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}

.st-Site .item .box {
    width: calc(100% - 80px);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 60px 40px;
    margin: 0 auto;
    box-sizing: border-box;
}

.st-Site .item .txt {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.st-Site .item .ttl {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}

.st-Site .item .ttl span {
    display: block;
    font-size: 52px;
}

.st-Site .item .txt-Box p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}

.st-Site .item .btn {
    margin-top: 30px;
}

.st-Site .item .btn p {
    color: #ffffff;
    max-width: 320px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    padding: 15px 0;
    margin: 0 auto;
    transition: .6s all;
}


/*===== actworld-Basic =====*/

.actworld-Basic a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    transition: .6s all;
}

.actworld-Basic a:hover::before {
    background-color: transparent;
}

.actworld-Basic .outer {
    background-image: url(images/common/basic_image.jpg);
}

.actworld-Basic .box {
    border: 6px solid #cd7071;
}

.actworld-Basic .txt b {
    color: #fa1111;
}

.actworld-Basic .ttl {
    color: #910063;
}

.actworld-Basic .txt-Box b {
    color: #fa1111;
}

.actworld-Basic .btn p {
    background-color: #cd7071;
    border: 1px solid #cd7071;
}

/*===== actworld-Biz =====*/

.actworld-Biz .outer {
    background-image: url(images/common/business_image.jpg);
}

.actworld-Biz .box {
    border: 6px solid #315e81;
}

.actworld-Biz .txt .b1 {
    color: #091ff8;
}

.actworld-Biz .txt .b2 {
    color: #4d09fa;
}

.actworld-Biz .ttl {
    color: #315e81;
}

.actworld-Biz .txt-Box .b1 {
    color: #091ff8;
}

.actworld-Biz .txt-Box .b2 {
    color: #4d09fa;
}

.actworld-Biz .btn p {
    background-color: #315e81;
    border: 1px solid #315e81;
}



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

    .st-Site .inner {
        display: block;
    }

    .st-Site .item {
        width: 100%;
    }

    /*===== actworld-Biz =====*/

    .actworld-Basic a::before {
        content: none;
    }

}

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

    .st-Site .item .outer {
        padding: 50px 0;
    }

    .st-Site .item .box {
        width: calc(100% - 40px);
        padding: 40px 20px;
    }

    .st-Site .item .ttl {
        font-size: 28px;
        line-height: 1.2;
    }

    .st-Site .item .ttl span {
        font-size: 48px;
    }

    .st-Site .item .btn {
        margin-top: 20px;
    }

    /*===== actworld-Basic =====*/

    .actworld-Basic .outer {
        background-image: url(images/common/basic_image_sp.jpg);
    }

    .actworld-Basic .box {
        border: 4px solid #cd7071;
    }

    /*===== actworld-Biz =====*/

    .actworld-Biz .box {
        border: 4px solid #315e81;
    }

}


/*==============================
 st-Footer
==============================*/

.st-Footer {
    background-color: #0d3265;
    padding-bottom: 40px;
}

.st-Footer .inner {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0 60px;
}

.st-Footer .left-Box {
    width: 370px;
}

.st-Footer .left-Box .ttl {
    margin-bottom: 20px;
}

.st-Footer .left-Box .ttl p {
    color: #ffffff;
    font-size: 14px;
}

.st-Footer .left-Box .ttl h2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.st-Footer .left-Box .ttl h2 span {
    display: block;
    font-size: 42px;
}

.st-Footer .btn-Box {
    margin-bottom: 20px;
}

.st-Footer .c-Btn a {
    display: block;
    color: #ffffff;
    max-width: 300px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #5d8ef9;
    border: 1px solid #5d8ef9;
    border-radius: 5px;
    padding: 20px 0;
    transition: .6s all;
}

.st-Footer .c-Btn a:hover {
    color: #5d8ef9;
    background-color: transparent;
}

.st-Footer .tel-Btn {
    margin-top: 10px;
}

.st-Footer .tel-Btn a {
    display: block;
    color: #ffffff;
    max-width: 300px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #5d8ef9;
    border: 1px solid #5d8ef9;
    border-radius: 5px;
    padding: 15px 0;
    transition: .6s all;
}

.st-Footer .tel-Btn a:hover {
    background-color: #2c5cc4;
}

.st-Footer .tel-Btn a span {
    display: block;
    font-size: 14px;
}

.st-Footer .tel-Btn a b {
    font-size: 24px;
    padding-left: 35px;
    position: relative;
}

.st-Footer .tel-Btn a b::before {
    content: "";
    display: block;
    width: 25px;
    height: 18px;
    background-image: url(images/common/freedial_icon.png);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
}

.st-Footer .txt-Box p {
    color: #ffffff;
    font-size: 16px;
}

.st-Footer .txt-Box address {
    color: #ffffff;
    font-size: 16px;
}

.st-Footer .txt-Box address small {
    display: block;
    font-size: 16px;
}

.st-Footer .txt-Box .open-Unit {
    margin-top: 20px;
}

.st-Footer .txt-Box .open-Unit dt {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}

.st-Footer .txt-Box .open-Unit dd {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
}

.st-Footer .txt-Box .open-Unit dd span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.st-Footer .txt-Box .open-Unit dd span:first-of-type {
    width: 75px;
}

.st-Footer .txt-Box .open-Unit dd span:last-of-type {
    width: calc(100% - 75px);
}

.st-Footer .right-Box {
    display: flex;
    width: calc(100% - 370px);
    flex-wrap: wrap;
}

.st-Footer .right-Box .menu-Unit {
    width: calc(100% / 3 - 13.5px);
    margin-right: 20px;
}

.st-Footer .right-Box .menu-Unit:last-child {
    margin-right: 0;
}

.st-Footer .right-Box .menu-Unit h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
}

.st-Footer .right-Box .menu-Unit li + li {
    margin-top: 10px;
}

.st-Footer .right-Box .menu-Unit li a {
    color: #ffffff;
    font-size: 15px;
}

.st-Footer .right-Box .menu-Unit li a small {
    display: block;
    font-size: 13px;
}

.st-Footer .copy {
    text-align: center;
}

.st-Footer .copy small {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}


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

    .st-Footer .right-Box .menu-Unit {
        width: calc(100% / 2 - 20px);
        margin-right: 40px;
    }

    .st-Footer .right-Box .menu-Unit:nth-child(2) {
        margin-right: 0;
    }

    .st-Footer .right-Box .menu-Unit:last-child {
        width: 100%;
        margin-top: 30px;
    }

    .st-Footer .right-Box .menu-Unit li a small {
        display: inline-block;
    }
    
}

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

    .st-Footer {
        padding-bottom: 20px;
    }

    .st-Footer .inner {
        padding: 60px 0 50px;
    }
    
    .st-Footer .left-Box .ttl {
        margin-bottom: 30px;
    }

    .st-Footer .left-Box .ttl p {
        text-align: center;
    }

    .st-Footer .left-Box .ttl h2 {
        font-size: 17px;
        text-align: center;
    }

    .st-Footer .left-Box .ttl h2 span {
        font-size: 40px;
        text-align: center;
    }

    .st-Footer .c-Btn a {
        max-width: 320px;
        margin: 0 auto;
    }

    .st-Footer .tel-Btn {
        margin-top: 20px;
    }

    .st-Footer .tel-Btn a {
        max-width: 320px;
        margin: 0 auto;
    }
    
    .st-Footer .right-Box {
        width: 100%;
        margin-top: 60px;
    }

    .st-Footer .copy {
        padding: 0 20px;
    }

    .st-Footer .copy small {
        font-size: 13px;
    }

}


/*==============================
 fadeInDelay
==============================*/

.fadeInDelay .child {
    opacity: 0;
}

.fadeIn {
    animation-name:fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
}

@keyframes fadeUpAnime{

  0% {
    opacity: 0;
	transform: translateY(50px);
  }

  100% {
    opacity: 1;
	transform: translateY(0);
  }

}

/*==============================
 fadeInAll
==============================*/

.fadeInAll {
    opacity: 0;
}

.fadeIn2 {
    animation-name:fadeInAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
}

@keyframes fadeInAnime{

  0% {
    opacity: 0;
	transform: translateY(50px);
  }

  100% {
    opacity: 1;
	transform: translateY(0);
  }

}

/*==============================
 catchFadeIn
==============================*/

.catchFadeIn {
    opacity: 0;
}

.elAnimation.in2 .catchFadeIn {
    top: 0px;
    opacity: 1;
}

.catchFadeIn {
    opacity: 0;
    top: 60px;
    transition: 1.5s ease-in-out;
}


/*==============================
 preparation
==============================*/

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

.preparation p {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.preparation p + p {
    margin-top: 20px;
}

.preparation .page-Btn a {
    max-width: 320px;
    margin: 0 auto;
}


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

    .preparation .txt-Box {
        margin-bottom: 50px;
    }

    .preparation p {
        font-size: 30px;
    }

}

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

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

    .preparation p {
        font-size: 28px;
    }

}