@charset "UTF-8";
    /*目次*/
    .index{
    background: #f9f9f9;
        border: 1px solid #aaa;
        padding: 10px;
        width: auto;
        display: table;
    margin: 80px auto;
    }
    .toc_title {
        text-align: center;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }
    .toc_list {
        margin-top: 1em;
    }
    .index li{
    margin: 0;
        padding: 0;
    list-style: none;
    }
    .index a{
        padding: 5px 0;
        display: block;
    }
    /*3カラムの部分*/
    .ai_h3_3column_a,.ai_p_3column_a{
    font-size: 2.5rem;
        font-weight: bold;
    color: #66B0FF;
    }
    .ai_h3_3column_b,.ai_p_3column_b{
    font-size: 2.5rem;
        font-weight: bold;
    color: #80B53F;
    }
    .ai_p_3column_a,.ai_p_3column_b{
    text-align: center;
    margin: 20px 0;
    }
    .ai_3column{
    display: flex;
    padding: 0 5%;
    flex-wrap: wrap;
    }
    .ai_3column_a{
    position: relative;
       width: calc(100% / 3);
       padding: 20px;
    }
    .ai_3column_a img{
        width: 100%;
    }
    .ai_3column_text{
    position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin: 0 auto;
    width: 80%;
    }
    .ai_h4{
    font-size: 1.5em;
        background: none;
        text-align: center;
    margin: 0;
    }
    .ai_3column_text p{
    font-size: 1.2em;
        text-align: center;
    }
    .ai_3column_btn{
    text-align: center;
    margin-bottom: 30px;
    }
    .ai_3column_btn img{
    max-width: 700px;
    }
    /*仕事・職種の部分*/
    .ai_h3_job{
        border-bottom: 3px solid;
        width: 600px;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 30px;
        border-image: linear-gradient(to right, #76DB64 0%, #5ED0BF 100%) 1;
    }
    .ai_h4_job{
    margin-bottom: 15px;
        padding: 8px;
        background: linear-gradient(to right, #76DB64 0%, #5ED0BF 100%);
        font-weight: bold;
        font-size: 2rem;
        color: #ffffff;
        text-align: center;
        width: 600px;
    }
    .ai_job_box{
        margin: 20px auto;
        border: 1px solid;
        border-image: linear-gradient(to right, #76DB64 0%, #5ED0BF 100%) 1;
    }
    .ai_job_box p{
    padding: 0px 20px 20px;
    }
    .courselink{
    color: #FF6347;
    font-weight: bold;
    }
    /*2カラムの部分*/
    .ai_h3_gyoshu{
    border-bottom: 3px solid;
        width: 600px;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .ai_2column{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .ai_2column_a{
        position: relative;
        width: 48%;
        padding: 20px;
        border: solid 3px #323232;
        width: calc(100% / 3 - 14px);
    }
    .ai_h4_gyoshu{
    font-size: 2rem;
    }
    /* .ai_gyoshu-ai_2column{
    display: flex;
    } */
    .ai_gyoshu-kinou{
    margin-bottom: 15px;
        padding: 8px;
        background: #59A9FA;
        font-weight: bold;
        font-size: 1.5rem;
        color: #ffffff;
        text-align: center;
        border-radius: 30px;
    }
    .ai_gyoshu-body{
    width: 100%;
    }
    .ai_gyoshu-image {
        position: absolute;
        top: 10px;
        right: 20px;
    }
    .ai_gyoshu-image img {
        width: 150px;
    }
    .ai_gyoshu-item{
    display: flex;
    margin-top: 10px;
    }
    .ai_gyoshu-list{
    list-style: none;
    margin-top: 10px;
    }
    .ai_gyoshu-jobbox{
        width: 100%;
    }
    .ai_gyoshu-jobtitle{
    margin-bottom: 15px;
    padding: 8px;
    background: #f289b3;
    font-weight: bold;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    border-radius: 30px;
    }
    .ai_gyoshu-joblist{
    width: 60%;
    margin: 0 auto;
    }
    .ai_gyoshu-job{
    margin-bottom: 8px;
        padding: 8px;
        background: #A9A2DE;
        font-weight: bold;
        font-size: 1.5rem;
        color: #ffffff;
        text-align: center;
    }
    .ai_gyoshu-inTitle{
    text-align: end;
    }
    /*スキル・タイプ*/
    .ai_h3_skill{
    border-bottom: 2px solid #000000;
        width: 600px;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 20px;
    }
    /*ボタン*/
    .ai_btn img {
        width: 100%;
        padding: 10px;
    }
    .ai_btn{
        display: flex;
    }
    .ai_btn-oc{
    display: block;
        margin: 0 auto;
    max-width: 700px;
    }
    .ai_btn-oc img {
        width: 100%;
        padding: 10px;
    }


    /* スライダー */
        /* スライド画像 */
        /*.slick-slide img {
            display: block;
            width: 90%;
            margin: 0 auto;
        }*/
    
        /* 矢印カスタマイズ */
        .slick-arrow:before {
            content: "" !important;
            width: 80% !important;
            height: 80% !important;
            position: absolute;
            top: 0;
            left: 0;
        }
    
        .slick-arrow {
            z-index: 2 !important;
            width: 36px !important;
            height: 36px !important;
        }
    
        .prev-arrow {
            position: absolute;
            top: 50%;
			left: -10px;
        }
    
        .next-arrow {
            position: absolute;
            top: 50%;
    		right: -10px;
        }



    @media only screen and (max-width: 767px){
    /*3カラムの部分*/
    .ai_h3_3column_a,.ai_p_3column_a{
    font-size: 2rem;
    }
    .ai_h3_3column_b,.ai_p_3column_b{
    font-size: 2rem;
    }
    .ai_3column{
    padding: 0%;
    }
    .ai_3column_a{
    position: relative;
       width: calc(100% / 2);
       padding: 5px;
    }
    .ai_3column_text {
        width: 88%;
    }
    .ai_3column_a img{
        width: 100%;
    }
    .ai_h4{
    font-size: 1.2em;
    padding: 3px;
    }
    .ai_3column_text p{
    font-size: 1em;
    }
    .ai_3column_btn img{
    width: 100%;
    }
    /*仕事・職種の部分*/
    .ai_h3_job{
        width: 100%;
        font-size: 2rem;
    }
    .ai_h4_job{
        width: 100%;
    font-size: 1.6rem;
    }
    .ai_job_box{
    margin-bottom: 20px;
    }
    /*2カラムの部分*/
    .ai_h3_gyoshu{
        width:  100%;
        font-size: 2rem;
    }
    .ai_2column{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .ai_2column_a{
        position: relative;
        width: calc(100% / 3 - 20px);
        gap: 10px;
        padding: 20px;
        border: solid 3px #323232;
    }
    .ai_gyoshu-body {
    width: 100%; 
    }
    .ai_gyoshu-image{
        position: absolute;
        top: 10px;
        right: 20px;
        padding: 0;
    }
    .ai_gyoshu-image img{
    width: 100%;
    }
    .ai_gyoshu-item{
    display: block;
    }
    .ai_gyoshu-jobbox{
    padding: 5px 0;
    }
    .ai_gyoshu-jobtitle{
    font-size: 1em;
    }
    .ai_gyoshu-joblist{
    width: 100%;
    }
    .ai_gyoshu-job{
        font-size: 1em;
    }
    
    /*スキル・タイプ*/
    .ai_h3_skill{
        width: 100%;
        font-size: 2rem;
    }
    /*ボタン*/
    .ai_btn img {
        padding: 3px;
    }
        .bg_pattern {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 40px;
    }
    }
    
    /* 追加 */
    section:nth-child(5) > div.img_area > ul{
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }
    
    section:nth-child(5) > div.img_area > ul > li > img{
        padding-bottom: 10px;
        box-sizing: border-box;
        width: 100%;
        height: auto; 
        display: block;
    }
    
    .aiit_h3{
        font-size: 1.8rem;
        font-weight: bold;
        color: #d4cb69;
        padding-bottom: 20px;
    }
    
    section:nth-child(7) > div.img_area > ul > li{
        width: 30%;
        background: #f9f7e9;
        border: solid 3px #d4cb69;
        border-radius: 20px;
    }
    
    section:nth-child(7) > div.img_area > ul > li > h4{
        background: #d4cb69;
        text-align: center;
        color: #ffffff;
        margin: 20px 0;
        font-size: 1.7rem;
        padding: 11px;
        width: 100%;
    }
    
    section:nth-child(7) > div.img_area > ul > li > img{
        width: 60%;
        display: block;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    
    section:nth-child(7) > div.img_area > ul > li > p{
        padding: 0 20px 20px 20px;
        text-align: justify;
    }

	.section02 .slider{
		width: 80%;
		margin: 0 auto;
		padding: 0;
	}

     
    .section02 .slider .slide_card {
        width: auto;
        background: #f9f7e9;
        padding: 24px 0;
        border-radius: 20px;
        border: solid 3px #d4cb69;
		margin: 0 20px;  
		/* height: auto !important; */
    }

	.slick-track {
  		display: flex;
	}

    .section02 .slider .slide_card h4{
    	background: #d4cb69;
    	text-align: center;
    	color: #fff;
    	font-size: 2.0rem;
    	margin-bottom: 0;
    	min-height: 60px;         
    	display: flex;             
    	align-items: center;       
		justify-content: center;   
    	padding: 0 10px;           
    }

    .section02 .slider .slide_card img{
        width: 75%;
        padding: 20px 0;
        margin: 0 auto;
    }

    .section02 .slider .slide_card p{
        padding: 0 24px;
    }

    .sub{
        display: flex;
        padding-top: 80px;
        gap: 40px;
    }

    .sub .text_area,
    .sub .img_area {
        width: calc(100% / 2);
    }
    
    .sub .img_area img{
        width: 100%;
    }

    .text_area{
        text-align: justify;
    }
    
    .section04 ul{
        padding-top: 40px;
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }
    
    .section04 ul li{
        width: calc(100% / 4 - 20px);
        border: solid 3px #d4cb69;
        padding: 30px;
    }
    
    .section04 ul li h3{
        padding-top: 20px;
    }

    .section04 ul li .text_area{
        margin-bottom: 0;
    }

    .section04 ul li .img_area_04{
    	min-height: 110px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	padding: 0 10px;   
    }

    .section04 ul li img{
        width: 100%;
    }

    .section05 .ai_gyoshu-ai_2column .ai_gyoshu-text{
        min-height: 60px;
    }
    
    .section06 ul{
        display: flex;
        gap: 40px 20px;
        flex-wrap: wrap;
        justify-content: start;
    }
    
    .section06 ul li{
        padding: 30px;
        background: #f9f7e9;
        border: solid 3px #d4cb69;
        border-radius: 20px;
        /* width: calc(100% / 6 - -98px); */
        width: 100%;
		flex: 1 1 calc(33.333% - 20px);
    }

    .section06 ul li .aiit_h3 {
        font-size: 1.8rem;
        font-weight: bold;
        color: #d4cb69;
        /* min-height: 70px; */
    }

    
    .section06 ul li img{
		box-sizing: border-box;
    	width: 100%;
    	margin: 0 auto;
    	min-height: 90px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	padding: 0 10px 20px 10px;
    }

    .section06 ul li p{
        padding-bottom: 20px;
    }

    .section06 ul li a{
        text-align: center;
        display: block;
        padding: 10px;
        background: #d4cb69;
        margin-top: 20px;
        color: #ffffff;
        margin-top: auto;
    }

    .section07 ul{
        display: flex;
        gap: 20px;
    }

    .section07 ul li{
		width: calc(100% / 3);
    	border: solid 3px #323232;
    	border-radius: 40px;
    	padding: 20px 30px 30px 30px;
    }

    .section07 ul li h3{
        padding: 10px;
        background: #d4cb69;
        border-radius: 30px;
        color: #fff;
        text-align: center;
    }

    .section07 ul li img{
    	width: 80%;
    	padding: 30px;
    	box-sizing: border-box;
    	margin: 0 auto;
    	min-height: 90px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }

    .section07 ul li .text_area{
        margin-bottom: 0;
    }

    .section08::before{
        content: none;
    }

    .section08 .wrap .wrap_02{
	background: #f9f7e9;
    padding: 80px 40px;
    /* background-image: url(/department/files/ai/aiit_background-image.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }

    .section08 .wrap .wrap_02 .h3_ttl{
        text-align: center;
        font-size: 2rem;
        padding-bottom: 20px;
        font-weight: bold;
    }

    .section08 .wrap .wrap_02 p{
        text-align: center;
    }

    .section08 ul{
        display: flex;
        gap: 20px;
        justify-content: space-between;
        padding-left: 0;
    }

    .section08 ul li{
        width: calc(100% / 3);
        box-shadow: 0px 11px 0px -5px #777777;
        border-radius: 12px;
    }

    .section08 ul li a{
        display: block;
    }

    .section08 ul li img{
        width: 100%;
    }

    .btn-aiit{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        margin: 15px;
        padding: .9em 2em;
        border-radius: 25px;
        box-shadow: 0 2px 0 #869fac;
        background-color: #d4cb69;
        border: solid 3px #b9992e;
        font-weight: 600;
        font-size: 1.6rem;
        height: 70px;
        color: #fff;
    }

    .btn-aiit::after {
        transform: rotate(45deg);
        width: 10px;
        height: 10px;
        margin-left: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: '';
    }

    @media screen and (max-width: 768px) {
        section:nth-child(5) > div.img_area > ul{
            flex-wrap: wrap;
            gap: 10px;
        }

        section:nth-child(5) > div.img_area > ul > li{
            width: calc(100% / 2 - 10px);
        }

        /* .section02 .aiit_h3{
            padding-bottom: 0;
        } */

		.section02 .slider{
    		width:100%;
		}

        .section02 .slider .slide_card{
        width: 100%;
        max-width: 320px;
        /* margin: 0 0 30px 0; */
        margin: 0;
        height: 100%;
        }

        .sub{
            display: block;
			padding-top: 10px;
        }

        .sub .text_area,
        .sub .img_area {
            width: 100%;
        }

        .sub .img_area img{
            width: 100%;
        }

        .section04 ul{
            display: block;
        }

        .section04 ul li{
            width: 100%;
            display: block;
            padding: 20px;
            gap: 20px;
            align-items: center;
            min-height: 300px;
            margin-bottom: 20px;
        }

        .section04 ul li:last-child{
            margin-bottom: 0;
        }

        .section04 ul li .img_area_04{
            min-height: auto;
            display: block;
            padding: 0;
        }


        .section04 ul li .img_area_04 img{
            width: 70%;
            margin: 0 auto;
            display: block;
            padding: 20px;
        }

        .section04 ul li:nth-child(3) .img_area_04 img{
            width: 60%;
            padding: 0;
        }

        .section04 ul li:last-child .img_area_04 img{
            width: 75%;
            padding: 0;
        }

        .section04 ul li h3{
            padding: 0;
        }

        .section04 .text_area{
            margin-bottom: 0;
        }

        .section04 .text_area p{
            min-width: 180px;
			padding-top: 10px;
        }

        .ai_2column_a{
            width: 100%;
        }

        .ai_gyoshu-image {
            right: -60px;
            top: 20px;
        }

        .ai_gyoshu-image img{
            width: 65%;
        }

        .section06 ul{
            gap: 20px 20px;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .section06 ul li{
            padding: 22px;
            /* width: calc(100% / 2 - 10px);  */
            width: 100%;
			flex: auto;
        }

        .section06 ul li img {
            min-height: auto;
        } 
        
        /* .section06 ul li p{
            min-height: 120px;
        } */

        .section07 ul{
            display: block;
        }

        .section07 ul li{
            width: 100%;
            padding: 20px;
            margin-bottom: 20px;
        }

        .section07 ul li:last-child{
            margin-bottom: 0;
        }

        .section07 ul .text_area{
            display: flex;
            margin-bottom: 0;
            padding-top: 20px;
            gap: 14px;
            align-items: center;
        }

        .section07 ul .text_area img{
            width: calc(100% / 2);
            padding: 0;
        }

        .section08 ul{
            display: block;
        }

        .section08 ul li{
            width: 100%;
            margin-bottom: 30px;
        }

        .section08 ul li:last-child{
            margin-bottom: 0;
        }

		.section08 .wrap .wrap_02 p{
			text-align: justify;
		}

.slider{
	padding: 0;
}

.btn-aiit{
    width: 100%;
    margin: 20px 0;
}

.btn-pamphlet{
    margin-bottom: 0;
}

.prev-arrow {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 3%;
    transform: translateY(-50%) translateX(-50%);
}

.next-arrow {
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: -8%;
    transform: translateY(-50%) translateX(-50%);
}
    }



/* --- 共通 --- */

.section02 .slick-list {
  width: 100%;
  /* margin: 30px auto; */
}

.section02 .slide_card {
  width: 100%;
  max-width: 360px;
  margin: 0 5px;
  transform: scale(0.7);   /* PC時: 小さく */
  opacity: 0.4;            /* PC時: 透過 */
  transition: all 0.5s;
}

/* 中央スライドは拡大＋不透明 */
    .section02 .slick-list .slick-center {
  transform: scale(1);
  opacity: 1;
  width: 100%;
}