@charset "UTF-8";
/* CSS Document */



/* -------------------------------------

.資料請求・お問合せ　ついてくる

-----------------------------------------*/
.young-claim_side {
    align-items: center;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    width: 264px;
    height: 88px;
    color: #fff;
    background-image: url(../img/young/hukidashi.png);
    background-repeat: no-repeat;
    z-index: 1000;
    float: right;
    background-size: 264px auto;
    font-size: 19.19px;
    font-weight: bold;
    line-height: 22.71px;
    text-decoration: none;
    margin-top: -157px;
    margin-right: 43px;
	filter: drop-shadow(0px 0px 43px rgba(52,52,52,0.48));
}
.young-claim_side  span {
   margin-left: 90px !important;
	padding-top: 20px !important;
}


/* -------------------------------------

トップ画像

-----------------------------------------*/
.OtherInner__boxTtl.mainpage.young_main div {
    font-weight: 700;
    font-size: 34.93px;
    color: #FFF;
    margin-top: -200px;
    /* [disabled]padding-right: 412px; */
    box-sizing: border-box;
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 750px) {
.mainVisualTop__box.secondary__top {
    margin-top: 14.333vw;
}
	.OtherInner__boxTtl.mainpage div {
    font-weight: 700;
    font-size: 20px!important;
    color: #FFF;
    margin-top: -22vw!important;
    padding-right: 0px;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left;
    width: 100%!important;
	}
}







/* -------------------------------------

若手Webエンジニア向け研修の特徴

-----------------------------------------*/
.youngBox-4 {
    padding-bottom: 25px;
}
.youngBox-4 li .point__img img {
    margin-top: 40px;
}
.youngBox-4 .group__ttl.skill {
    padding-top: 0px;
    margin-top: 45px;
}
@media screen and (max-width: 750px) {
	.youngBox-4 li .point__img img {
    margin-top: 0px;
}
.youngBox-4 .group__ttl.skill {
    padding-top: 0px;
    margin-top: 0px;
}
}







/* -------------------------------------

身につくスキル

-----------------------------------------*/
.youngBox-4 .youngBox-4__ul{
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する。 */
    text-align: justify;
    text-justify: distribute-all-lines;
    margin-top: 47px;
}
.youngBox-4 .youngBox-4__ul:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
} 
.youngBox-4 .youngBox-4__ul li{
    letter-spacing: normal;
    display: inline-block;/*ブロックレベル要素に横並びにする*/
    vertical-align: top;
    width: 349px;
    text-align: center;
    background-color: #34618A;
    color: #FFFFFF;
    font-size: 18px;
    height: 43px;
    border-radius: 50px;
    margin-bottom: 26px;
    line-height: 42px;
}
@media screen and (max-width: 750px) {
	.youngBox-4 .youngBox-4__ul{
    width: 84vw;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する。 */
    text-align: justify;
    text-justify: distribute-all-lines;
    margin-top: 47px;
}
.youngBox-4 .youngBox-4__ul:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
} 
.youngBox-4 .youngBox-4__ul li{
    letter-spacing: normal;
    display: block;
    vertical-align: top;
    width: 70vw;
    text-align: center;
    background-color: #34618A;
    color: #FFFFFF;
    font-size: 4vw;
    height: 43px;
    border-radius: 50px;
    margin-bottom: 10px;
    line-height: 42px;
    margin-left: auto;
    margin-right: auto;
}
}



/* -------------------------------------

curriculum　テーブル

-----------------------------------------

@media screen and (max-width: 750px) {
.table-scroll{
	overflow-x: scroll;
	width: 84vw;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

}


.youngBox-5 {
    background-color: #3A98C1;
    padding-bottom: 70px;
}
.youngBox-5 .group__ttl p {
    color: #FFFFFF;
    margin-bottom: 34px;
}
.youngBox-5 table {
    text-align: center;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
}
.youngBox-5 table tr th {
    width: 243px;
}
.youngBox-5 table th, table td {
    padding-top: 13px;
    padding-bottom: 13px;
}
.youngBox-5 table tr{
  background:#fff;
}


.youngBox-5 .table__section-1{
    background-color: #34618A;
    color: #FFFFFF;
}
.youngBox-5 .table__section-2 {
	background-color: #1487c0;
    color: #FFFFFF;
}
.youngBox-5 .table__section-3 {
	background-color: #3ac2d8;
    color: #FFFFFF;
}


.youngBox-5 table tr td:nth-child(1) {
    width: 280px;
    text-align: left;
    font-weight: bold;
}

.youngBox-5 table tr td:nth-child(1) {
  position: relative;
}

.youngBox-5 table tr td:nth-child(1) p {
    position: absolute;
    top: 50%;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    margin-left: 22px;
    margin-right: 22px;
}



.youngBox-5 table .description {
    font-size: 12px;
    letter-spacing: normal;
    text-align: left;
    padding-left: 27px;
    padding-right: 27px;
}

@media screen and (max-width: 750px) {
.youngBox-5 table .description {
    font-size: 3.466vw!important;
    letter-spacing: normal;
    text-align: left;
    padding-left: 27px;
    padding-right: 27px;
}

}




.youngBox-5__month {
    border: 1px solid #FFFFFF;
    width: 72px;
    height: 22px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
}
.youngBox-5__content {
    font-size: 20px;
    line-height: 30px;
    margin-top: 18px;
}
.youngBox-5__days   {
    letter-spacing: normal;
}
@media screen and (max-width: 750px) {
	.youngBox-5__month {
    border: 1px solid #FFFFFF;
    width: 72px;
    height: 22px;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.466vw;
    font-weight: normal;
    line-height: 21px;
}
.youngBox-5__content {
    font-size: 4vw;
    line-height: 30px;
    margin-top: 18px;
}
.youngBox-5__days   {
    letter-spacing: normal;
}
}



.youngBox-5 tr th {
	 position: relative;
}
.youngBox-5 tr th div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 200px;
    text-align: center;
}*/

/* -------------------------------------

カリキュラム内容

-----------------------------------------*/
.curriculum {
    background-color: #3a98c1;
	padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
    .curriculum {

    }
}
.curriculum .group__ttl {
    padding-top: 105px;
    color: #fff;
	
}
.curriculumn__month {
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 750px) {
    .curriculumn__month {
        flex-direction: column;
        width: 90%;
    }
.curriculum .group__ttl {
    padding-top: 60px;
    color: #fff;
	
}
}
.curriculumn__month-1 {
    margin-top: 45px;
}
.curriculumn__month-2 {
    margin-top: 40px;
}
.curriculumn__month-3 {
    margin-top: 40px;
}
.curriculumn__month .curriculum__ttl {
    position: relative;
    flex: 0 0 240px;
    margin-right: 2px;
    text-align: center;
    font-weight: normal;
}
@media screen and (max-width: 750px) {
    .curriculumn__month .curriculum__ttl {
        flex: 1;
        padding: 20px 0;
        margin-right: 0;
        margin-bottom: 2px;
    }
}
.curriculumn__month-1 .curriculum__ttl {
    background-color: #34618a;
}
.curriculumn__month-2 .curriculum__ttl {
    background-color: #1387bf;
}
.curriculumn__month-3 .curriculum__ttl {
    background-color: #3ac2d8;
}
.curriculumn__month .curriculum__ttl > div {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
    .curriculumn__month .curriculum__ttl > div {
        position: relative;
        top: 0;
        transform: translateY(0%);
    }
}
.curriculumn__month .curriculum__ttl span {
    display: inline-block;
    padding: 2px 12px 4px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 17px;
    line-height: 1;
	margin-top: 20px;
}
@media screen and (max-width: 750px) {
    .curriculumn__month .curriculum__ttl span {
        font-size: 4.5vw;
		margin-top: 0px;
    }
}
.curriculumn__month .curriculum__ttl p {
    margin: 1em 0 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}
@media screen and (max-width: 750px) {
    .curriculumn__month .curriculum__ttl p {
        font-size: 4.5vw;
    }
}
.curriculumn__month .curriculum__ttl p small {
    font-size: 15px;
}
@media screen and (max-width: 750px) {
    .curriculumn__month .curriculum__ttl p small {
        font-size: 3.6vw;
    }
}
.curriculumn__month .curriculum__table table {
    border-collapse: separate;
    border-spacing: 0px;
}
.curriculumn__month .curriculum__table table th,
.curriculumn__month .curriculum__table table td {
    border: 0;
    border-right: 2px solid #3a98c1;
    border-bottom: 2px solid #3a98c1;
}
@media screen and (max-width: 750px) {
    .curriculumn__month .curriculum__table table th:last-child,
    .curriculumn__month .curriculum__table table td:last-child {
        border-right: 0;
    }
}
.curriculumn__month .curriculum__table table tbody tr:last-child th,
.curriculumn__month .curriculum__table table tbody tr:last-child td {
    border-bottom: 0;
}
.curriculumn__month .curriculum__table table thead th {
    padding: 1em;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
}
@media screen and (max-width: 750px) {
    .curriculumn__month .curriculum__table table thead th {
        padding: 1em;
        white-space: nowrap;
        font-size: 3.6vw;
    }
    .curriculumn__month .curriculum__table table thead th:nth-child(1) {
        width: 20%;
    }
}
.curriculumn__month-1 .curriculum__table table thead th {
    background-color: #34618a;
}
.curriculumn__month-2 .curriculum__table table thead th {
    background-color: #1387bf;
}
.curriculumn__month-3 .curriculum__table table thead th {
    background-color: #3ac2d8;
}
.curriculumn__month .curriculum__table table tbody th,
.curriculumn__month .curriculum__table table tbody td {
    background-color: #fff;
}
.curriculumn__month .curriculum__table table tbody th {
    padding: 1em;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
@media screen and (max-width: 750px) {
    .curriculumn__month .curriculum__table table tbody th {
        padding: 1em 0.5em;
        white-space: normal;
        font-size: 3.6vw;
        line-height: 1.5;
    }
}
.curriculumn__month .curriculum__table table tbody td {
    padding: 0.75em;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.5;
}
@media screen and (max-width: 750px) {
    .curriculumn__month .curriculum__table tbody th {
        padding: 1em;
        width: 20%;
        font-size: 3.6vw;
    }
}

.curriculum__goal {
    position: relative;
    margin: 92px 0 0 0;
    padding: 92px 0 72px;
    background-color: #f6f6f6;
}
@media screen and (max-width: 750px) {
    .curriculum__goal {
        margin: 48px 0 0 0;
        padding: 48px 0 36px;
    }
}
.curriculum__goal:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    margin-left: -75px;
    border-top: 48px solid #3a98c1;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    content: '';
}
@media screen and (max-width: 750px) {
    .curriculum__goal:before {
        margin-left: -37.5px;
        border-top-width: 24px;
        border-left-width: 37.5px;
        border-right-width: 37.5px;
    }
}
.curriculum__goal .goal__inner {
    display: flex;
    width: 100%;
    max-width: 1032px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .curriculum__goal .goal__inner {
        flex-direction: column;
        width: 90%;
    }
}
.curriculum__goal .goal__content {
    flex: 1 1 auto;
    padding: 26px 0 0 0;
}
@media screen and (max-width: 750px) {
    .curriculum__goal .goal__content {
        flex: 0;
        padding: 0;
    }
}
.curriculum__goal .goal__ttl {
    color: #2271aa;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}
@media screen and (max-width: 750px) {
    .curriculum__goal .goal__ttl {
        text-align: center;
        font-size: 6.5vw;
    }
}
.curriculum__goal .goal__content p {
    margin: 28px 0 0 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (max-width: 750px) {
    .curriculum__goal .goal__content p {
        margin: 1em 0 0 0;
        text-align: center;
        font-size: 4.5vw;
    }
}
.curriculum__goal .goal__content p span {
    display: inline-block;
    padding: 2px 6px;
    margin-left: -6px;
    background-color: #e4e95c;
    line-height: 1;
}
.curriculum__goal .goal__pic {
    flex: 0 0 393px;
}
@media screen and (max-width: 750px) {
    .curriculum__goal .goal__pic {
        flex: 0;
        margin: 24px 0 0 0;
    }
}
.curriculum__goal .goal__pic img {
    display: block;
    width: 100%;
    height: auto;
}

/* -------------------------------------

開催日程や場所など、各エリアによって異なりますので、
お問い合わせください。

-----------------------------------------*/
.curriculum .itBox-5h3{
    text-align: center;
    color: #fff;
    font-size: 30.82px;
    line-height: 49.32px;
    letter-spacing: 0.2rem;
    font-weight: bold;
    margin-top: 42px;
}
@media screen and (max-width: 750px) {
.curriculum .itBox-5h3 {
    text-align: center;
    color: #fff;
    font-size: 5vw;
    line-height: 7vw;
    letter-spacing: 0.2rem;
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
}
}


/* ============================================================
   タブレット対応（751px〜1024px）
   ============================================================ */
@media screen and (min-width: 751px) and (max-width: 1024px) {
    .young__box,
    .young__box .young__boxInner {
        width: 90%;
        max-width: 1180px;
        box-sizing: border-box;
    }
    .curriculum {
        width: 90%;
        max-width: 1100px;
        box-sizing: border-box;
    }
}
