@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/
.resetStyle .areaTitle {
    font-size: 40px;
    color: #094296;
    text-align: center;
}

.main {
    position: relative;
}

.main .slider img {
    width: 100%;
}

.main .imgMain {
    position: absolute;
    top: 121px;
    margin-left: -14px;
}

.main .imgMain {
    width: 456px;
    position: absolute;
    margin-left: 40px;
    top: 46.7%;
    transform: translateY(-50%);
}

.main .imgMain .imgPos {
    width: 163px;
    position: absolute;
    top: -128px;
    left: -55px;
}

.main .imgMain .link {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: #133f7c;
    padding: 8px 0 14px 17px;
}

.main .imgMain .link:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 5px;
    margin-left: 9px;
    background: url(../images/index/main-icon-1.png) no-repeat center left 0;
}

.main .imgMain .location {
    position: absolute;
    bottom: -46px;
    left: 0;
    width: 100%;
    background: #fafb3a;
    text-align: center;
    font-size: 16px;
    color: #094296;
    font-weight: bold;
    padding: 7px 20px 6px 0;
    letter-spacing: 0.5px;
}

.main .imgMain .location:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 23px;
    margin-right: 11px;
    background: url(../images/index/main-icon-2.png) no-repeat center left 0;
}

.content{
    margin-top: 0;
}

.areaFirst {
    padding: 98px 0;
}

.areaFirst .box {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.areaFirst .box .desInfo {
    position: absolute;
    top: -13px;
    left: -4px;
}

.areaFirst .box .desInfo .ttl {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.53;
    letter-spacing: 0.5px;
    color: #094296;
}

.areaFirst .box .desInfo .cnt {
    margin-top: 0px;
    line-height: 2.85;
    letter-spacing: -0.3px;
    padding:30px 30px 0 0;
    background: rgba(255,255,255,.8);
}

.areaFirst .box .img {
    text-align: right;
    width: 100%;
    margin-top: 2px;
}

.areaFirst .box .img img {
    width: 100%;
}

.areaConsultation {
    padding: 41px 0 47px;
    background: url(../images/index/area-consultation-photo2.jpg) no-repeat center;
    background-size: cover;
}

.areaConsultation .info {
    width: 600px;
    float: right;
    text-align: center;
}

.areaConsultation .info .ttl {
    font-size: 30px;
    color: #094296;
}

.areaConsultation .info .subttl {
    font-size: 16px;
    margin-top: 7px;
    color: #094296;
}

.areaConsultation .info .btnWeb {
    margin-top: 28px;
}

.areaConsultation .info .btnWeb a {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    background: #fbfc30 url(../images/index/area-consultation-icon-tv.png) no-repeat top 33px left 62px;
    color: #094296;
    padding: 33px 0 38px;
    padding-left: 37px;
    letter-spacing: 0.3px;
    box-shadow: 2.121px 2.121px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.areaConsultation .info .btnTel {
    margin-top: 20px;
}

.areaConsultation .info .btnTel a {
    display: block;
    background: #fbfcfc url(../images/index/area-consultation-icon-tel.png) no-repeat top 34px left 66px;
    width: 100%;
    color: #094296;
    padding: 20px 0 18px 36px;
    box-shadow: 2.121px 2.121px 10px 0px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    transition: all 0.3s;
}

.areaConsultation .info .btnTel a .tel {
    display: block;
    font-weight: bold;
    font-size: 46px;
    line-height: 1;
    letter-spacing: 1px;
    color: #094296;
}

.areaConsultation .info .btnTel a .note-time {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #094296;
}

.areaConsultation .info .btnTel a .note-time .roboto{
    color: #094296;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.7px;
}

.areaThird {
    margin-top: 108px;
}

.areaThird .listItem {
    display: flex;
    justify-content: space-between;
}

.areaThird .listItem li {
    width: 502px;
}

.areaThird .listItem li .ttlItem {
    font-size: 50px;
    color: #094296;
    line-height: 1.18;
    font-weight: bold;
    position: relative;
    letter-spacing: 1.1px;
}

.areaThird .listItem li .imgItem {
    margin-top: -33px;
    text-align: right;
    margin-right: 2px;
}

.areaThird .listItem li .btnItem {
    margin-top: -45px;
    position: relative;
}

.areaThird .listItem li .btnItem a {
    position: relative;
    display: flex;
    align-items: center;
    background-image: -moz-linear-gradient(135deg, rgb(9, 66, 150) 1%, rgb(0, 107, 190) 100%);
    background-image: -webkit-linear-gradient(135deg, rgb(9, 66, 150) 29%, rgb(0, 107, 190) 66%);
    background-image: -ms-linear-gradient(135deg, rgb(9, 66, 150) 1%, rgb(0, 107, 190) 100%);
    box-shadow: 2.121px 2.121px 10px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 20px;
    width: 250px;
    padding: 24px 0 29px 59px;
    letter-spacing: 1px;
    line-height: 1;
}

.areaThird .listItem li .btnItem a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    transform: translateY(-50%);
    border-top: 1px solid #fff;
}

.areaThird .listItem li:last-child {
    padding-left: 2px;
}

.areaThird .listItem li:last-child .imgItem {
    margin-right: 0;
}

.areaStep {
    position: relative;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 120px;
    padding-bottom: 14px;
}

.areaStep .bg {
    position: absolute;
    right: 0;
    top: 36px;
    width: calc(((100% - 1080px) / 2) + 940px);
    height: 100%;
    background: #f4f5fa;
    z-index: -1;
}

.areaStep .ttl {
    font-size: 40px;
    letter-spacing: 0.3px;
    color: #094296;
}

.areaStep .des {
    font-size: 16px;
    margin-top: 46px;
    line-height: 2.5;
}

.areaStep .listStep {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.areaStep .listStep li {
    width: 329px;
    position: relative;
    margin-right: 46px;
    margin-bottom: 50px;
    background: #000;
    color: #fff;
    background-image: -moz-linear-gradient(135deg, rgb(9, 66, 150) 29%, rgb(0, 107, 190) 80%);
    background-image: -webkit-linear-gradient(135deg, rgb(9, 66, 150) 29%, rgb(0, 107, 190) 80%);
    background-image: -ms-linear-gradient(135deg, rgb(9, 66, 150) 29%, rgb(0, 107, 190) 80%);
    box-shadow: 2.121px 2.121px 10px 0px rgba(0, 0, 0, 0.2);
}

.areaStep .listStep li a{
    display: inline-block;
    width: 100%;
    height: calc(100% + 27px);
}

.areaStep .listStep li:nth-child(3n) {
    margin-right: 0;
}

.areaStep .listStep li .number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    width: 57px;
    height: 58px;
    background: yellow;
    border-radius: 50%;
    margin: -27px auto 0;
    color: #094296;
    transform: translateX(4px);
}

.areaStep .listStep li .ttlItem,
.areaStep .listStep li .ttlItem *{
    margin-top: 23px;
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    color: #fff;
}

.areaStep .listStep li .ttlItem .yellow {
    color: #ffff00;
    font-weight: 500;
}

.areaStep .listStep li .icon {
    position: absolute;
    right: 10px;
    bottom: -1px;
    width: 11px;
}

.areaCourse .boxCourse,
.areaHSC .boxHCS {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*flex-direction: 'row'*/
}

.areaCourse {
    margin-bottom: 79.5px;
    margin-top: 79px;
}

.areaCourse .titleCourse {
    margin-bottom: 45px;
}

.areaCourse .boxCourse .item {
    position: relative;
    width: 519px;
}

.areaCourse .boxCourse .item:nth-child(2n) {
    margin-right: 0
}

.areaCourse .boxCourse .item img {
    box-shadow: 2px 2px 13px -7px #0000007a;
    -webkit-box-shadow: 2px 2px 13px -7px #0000007a;
    -moz-box-shadow: 2px 2px 13px -7px #0000007a;
    -o-box-shadow: 2px 2px 13px -7px #0000007a;
    -ms-box-shadow: 2px 2px 13px -7px #0000007a;
}

.areaCourse .boxCourse .item .content {
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
}

.areaCourse .boxCourse .item .content .text {
    position: relative;
    line-height: 1;
    display: block;
    /*letter-spacing: -1px;*/
}

.areaCourse .boxCourse .item .content .text a{
    display: block;
    padding: 36px 0 40px;
    font-size: 24px;
    color: white;
    padding-left: 52px;
    background: rgba(7, 30, 63, 0.79);
}

.areaCourse .boxCourse .item .content.blueLight .text a {
    background: rgba(22, 82, 146, 0.8)
}

.areaCourse .boxCourse .item .content .text a:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    left: 0;
    top: 51%;
    transform: translateY(-50%);
    border-top: 1px solid #fff;
}

.areaCourse .boxCourse .gradientOverlay {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.09) 56%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.09) 56%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0.09) 56%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(rgba(255, 255, 255, 0.09) 56%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0.09) 56%, rgba(0, 0, 0, 0.65) 100%);
}

/*HSC*/
.areaHSC .titleHSC {
    margin-bottom: 44px
}

.areaHSC .boxHCS .hcsContent {
    position: relative;
    width: 329px;
}

.areaHSC .boxHCS .hcsContent:nth-child(3n) {
    margin-right: 0
}

.areaHSC .boxHCS .hcsContent .content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.areaHSC .boxHCS .hcsContent .content .text {
    position: relative;
    line-height: 1;
}

.areaHSC .boxHCS .hcsContent .content .text a{
    display: block;
    padding: 35.5px 0 40px;
    padding-left: 59px;
    font-size: 24px;
    color: white;
    background: rgba(39, 127, 226, 0.80);
}

.areaHSC .boxHCS .hcsContent .content .text a:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    left: 0;
    top: 51%;
    transform: translateY(-50%);
    border-top: 1px solid #fff;
}

/*Tutorial*/
.areaTutorial {
    margin-bottom: 100px
}

.areaTutorial .titleTutorial {
    margin-bottom: 49px
}

.areaTutorial .boxTutorial {
    display: flex;
    flex-wrap: wrap;
}

.areaTutorial .boxTutorial .item {
    width: 240px;
    margin-right: 40px;
    box-shadow: 2px 2px 13px -7px #0000007a;
    -webkit-box-shadow: 2px 2px 13px -7px #0000007a;
    -moz-box-shadow: 2px 2px 13px -7px #0000007a;
    -o-box-shadow: 2px 2px 13px -7px #0000007a;
    -ms-box-shadow: 2px 2px 13px -7px #0000007a;
}

.areaTutorial .boxTutorial .item:nth-child(4n) {
    margin-right: 0
}

.areaTutorial .boxTutorial .item .text a {
    display: block;
    border: 1px solid #094296;
    padding: 49px 20px 52px 54px;
    font-size: 19px;
    color: #094296;
    position: relative;
    transition: all 0.3s;
}

.areaTutorial .boxTutorial .item .text a:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    left: 0;
    top: 51%;
    transform: translateY(-50%);
    border-top: 1px solid #094296;
    transition: all 0.3s;
}

.areaTutorial .boxTutorial .item .text a:hover{
    background: #094296;
    color: #fff;
}
.areaTutorial .boxTutorial .item .text a:hover:before{
    border-color: #fff;
}

/*info*/
.areaInfo {
    position: relative;
    padding: 61.5px 0px 99px;
}

.areaInfo.--blog {
    background: #094296;
}

.areaInfo.--blog .titleInfo{
    color: #fff;
    border-bottom-color: #fff;
}

.areaInfo .bgInfo {
    position: absolute;
    z-index: 1;
    background: #f5f7f9;
    width: calc(((100% - 1080px) / 2) + 940px);
    height: 100%;
    left: 0;
    top: 0
}

.areaInfo .titleInfo {
    margin-bottom: 45px;

    position: relative;
    z-index: 2;
}

.areaInfo .cardInfo {
    /*background: #f5f7f9;*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    margin-bottom: 40px
}

.areaInfo .cardInfo .item {
    position: relative;
    z-index: 2;
    width: 350px;
    margin-right: 15px;
    margin-bottom: 20px;
    background:#fff;
    box-shadow: 2px 2px 13px -7px #0000007a;
    -webkit-box-shadow: 2px 2px 13px -7px #0000007a;
    -moz-box-shadow: 2px 2px 13px -7px #0000007a;
    -o-box-shadow: 2px 2px 13px -7px #0000007a;
    -ms-box-shadow: 2px 2px 13px -7px #0000007a;
}

.areaInfo .cardInfo .item:nth-child(3n) {
    margin-right: 0
}

.areaInfo .cardInfo .item .head {
    display: block;
}

.areaInfo .cardInfo .item .head img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: top left;
}

.areaInfo .cardInfo .item .attention {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 3;
    display: flex;
}
.areaInfo .cardInfo .item .attention li{
    width: 110px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.areaInfo .cardInfo .item .attention li a{
    display: block;
    width: 100%;
    color: #fff;
    background: #094296;
    padding: 3px 0 4px;
    font-size: 12px;
}

.areaInfo .cardInfo .item .attention.yellow {
    background: #ffba00;
}

.areaInfo .cardInfo .item .attention.green {
    background: #09968e;
}

.areaInfo .cardInfo .item .content {
    background: #fff;
    padding: 18px 30px 29px;
}

.areaInfo .cardInfo .item .content .date {
    font-size: 15px;
    color: #094296;
    margin-bottom: 6px;
    letter-spacing: 0.3px;

}

.areaInfo .cardInfo .item .content .desc {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 1.6;
}

.areaInfo .btn {
    border: 1px solid #094296;
    width: 280px;
    display: block;
    padding: 13px 0 16.5px;
    color: #094296;
    background: #fff;
    position: relative;
    font-size: 16px;
    z-index: 2;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s;
}
.areaInfo .btn:hover{
    background: #094296;
    color: #fff;
}

.areaInfo .btn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    border-top:1px solid #094296;
    transition: all 0.3s;
}
.areaInfo .btn:hover:before{
    border-color: #fff;
}

@media screen and (max-width: 767px) {
    body {
        width: 100%
    }

    .resetStyle .areaTitle {
        font-size: 28px
    }

    .main {
        height: 250px;
        margin-bottom: 70px;
    }

    .main .boxSlider,
    .main .boxSlider .slider,
    .main .boxSlider .slider div,
    .main .boxSlider .slider img {
        height: 100%;
    }

    .main .boxSlider .slider img {
        object-fit: cover;
        object-position: center;
    }

    .main .imgMain {
        margin-left: 0px;
        width: 280px;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .main .imgMain .link {
        padding: 8px 0 8px 17px;
        font-size: 12px;
    }

    .main .imgMain .location {
        bottom: -38px;
        font-size: 12px;
        padding: 6px 20px 5px 0;
    }

    .main .imgMain .location:before {
        background-size: 10px;
    }

    .main .imgMain .imgPos {
        width: 88px;
        top: -69px;
        left: -22px;
    }

    .areaFirst {
        padding: 40px 0;
    }

    .areaFirst .box .desInfo {
        position: static;
    }

    .areaFirst .box .desInfo .ttl {
        font-size: 26px;
        line-height: 1.5;
    }

    .areaFirst .box .desInfo .cnt {
        margin-top: 14px;
        line-height: 1.5;
        letter-spacing: 0;
        padding-right:0;
    }

    .areaFirst .box .img {
        margin-top: 30px;
    }

    .areaConsultation {
        padding: 0;
        background: transparent;
    }

    .areaConsultation .info {
        width: 100%;
    }

    .areaConsultation .info .ttl {
        font-size: 28px;
    }

    .areaConsultation .info .img {
        margin-top: 20px;
    }

    .areaConsultation .info .btnWeb a {
        padding: 20px 0;
        font-size: 18px;
        background-position: center left 40px;
        background-size: 23px;
    }

    .areaConsultation .info .btnTel a {
        padding: 15px 0;
        background-position: top 20px left 6px;
        background-size: 23px;
        pointer-events: auto;
    }

    .areaConsultation .info .btnTel a .tel {
        font-size: 26px;
    }

    .areaConsultation .info .btnTel a .note-time {
        font-size: 11px;
        letter-spacing: 0;
    }

    .areaConsultation .info .btnTel a .note-time .roboto{
        font-size: 14px;
    }

    .areaThird {
        margin-top: 40px;
    }

    .areaThird .listItem li{
    	width: 100%;
    }

    .areaThird .listItem li:last-child{
    	margin-top: 30px;
    }

    .areaThird .listItem li .ttlItem {
        font-size: 30px;
    }

    .areaThird .listItem li .btnItem {
        margin-top: -24px;
    }

    .areaThird .listItem li .btnItem a {
        font-size: 16px;
        width: 180px;
        padding: 15px 0 16px 59px;
    }

    .areaThird .listItem li .imgItem img{
    	width: 100%;
    }

    .areaThird .listItem {
        flex-wrap: wrap;
    }

    .areaCourse {
        margin-bottom: 11px;
        margin-top: 40px;
    }

    .areaCourse .titleCourse {
        margin-bottom: 25px
    }

    .areaCourse .boxCourse {}

    .areaCourse .boxCourse .item {
        margin-right: 20px;
        width: calc(100% / 2 - 10px);
    }

    .areaCourse .boxCourse .item .content .text a{
        font-size: 16px;
        padding: 23px 0 28px 30px;
    }

    .areaCourse .boxCourse .item .content .text a:before {
        width: 20px
    }

    .areaHSC .titleHSC{
    	margin-bottom: 20px;
    }
    .areaHSC .boxHCS .hcsContent {
        margin-right: 15px;
        width: calc(100% /3 - 10px);
    }

    .areaHSC .boxHCS .hcsContent:nth-child(3n) {
        margin-right: 0
    }

    .areaHSC .boxHCS .hcsContent .content .text a {
        font-size: 16px;
        padding: 23px 0 28px 30px;
    }

    .areaHSC .boxHCS .hcsContent .content .text a:before {
        width: 20px
    }

    .areaStep{
    	margin: 30px 0;
    	padding: 30px 0;
    	background: #f4f5fa;
    }

    .areaStep .ttl{
    	font-size: 24px;
    }
    .areaStep .bg{
    	display: none;
    }
    .areaStep .des{
    	font-size: 14px;
    	line-height: 1.5;
    	text-align: left;
    	margin-top: 20px;
    }

    .areaStep .listStep{
    	justify-content: space-between;
    	margin-top: 30px;
    }
    .areaStep .listStep li{
    	width: 48%;
    	margin-right: 0;
    	margin-bottom: 20px;
    }
    .areaStep .listStep li a{
        height: 100%;
        padding: 10px;
    }
    .areaStep .listStep li .number{
    	font-size: 20px;
    	width: 37px;
    	height: 37px;
    	margin-top: -20px;
    }
    .areaStep .listStep li .ttlItem,
    .areaStep .listStep li .ttlItem *{
    	font-size: 14px;
    	text-align: left;
    	margin: 10px 0 5px; 
    }

    .areaStep .listStep li .ttlItem br{
    	display: none;
    }

    .areaTutorial {
        margin-bottom: 45px
    }

    .areaTutorial .boxTutorial .item {
        width: calc(100% / 2 - 7.5px);
        margin-right: 15px;
        margin-bottom: 15px
    }

    .areaTutorial .boxTutorial .item:nth-child(2n) {
        margin-right: 0
    }

    .areaTutorial .boxTutorial .item .text a {
        padding: 35px 20px 35px 35px;
        font-size: 14px
    }

    .areaTutorial .boxTutorial .item .text a:before {
        width: 20px
    }

    .areaInfo {
        padding: 31.5px 0px;
    }

    .areaInfo .bgInfo {
        width: 100%
    }

    .areaInfo .cardInfo .item {
        width: calc(100% / 2 - 7.5px);
        max-width:300px;
        margin-right: auto !important;
        margin-left: auto;
        margin-bottom: 15px;
    }

    .areaInfo .cardInfo .item:nth-child(3n) {
        margin-right: 15px
    }

    .areaInfo .cardInfo .item:nth-child(2n) {
        margin-right: 0
    }

    .areaInfo .cardInfo .item .content {
        padding: 15px 20px 20px;
    }
    
    .areaInfo .cardInfo .item .head img {
      height:180px;
      object-fit:cover;
    }

    .areaInfo .cardInfo .item .content .date {
        font-size: 12px
    }

    .areaInfo .cardInfo .item .content .desc {
        font-size: 16px
    }

}

@media screen and (max-width: 550px) {
    .areaCourse .boxCourse .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .areaCourse .boxCourse .item img {
        width: 100%
    }

    .areaHSC .boxHCS .hcsContent {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }

    .areaHSC .boxHCS .hcsContent img {
        width: 100%;
    }

    .areaInfo .cardInfo .item {
        width: 100%;
        margin-right: 0
    }

    .areaInfo .cardInfo .item:nth-child(3n) {
        margin-right: 0
    }

    .areaInfo .cardInfo .item .head img {
        width: 100%
    }
}