@charset "utf-8";

/*header*/

.practical_header {
    background-image: url(/common_d/connect/future/practical/img/practical_header.jpg);
    background-size: cover;
    margin: 20px 0 0;
    height: 400px;
    position: relative;
}

.practical_ttl{
    position: absolute;
    bottom: 50px;
    left: 10%;
    margin-right: 10%;
    color: #fff;
    font-size: 40px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", 'Noto Serif JP', serif;
    text-shadow: #333 1px 0 10px;
    span{
       font-size: 1.2em; 
       font-weight: 700;
       font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    }
}

/*ヘッタータイトルアニメーション*/
.left_appear {
  white-space: nowrap;
  /*overflow: hidden;*/
  animation: flowing-anim 1.5s ease forwards;
}
@keyframes flowing-anim {
 0%{
     opacity: 0;
     transform: translateY(-20px);
   }
100%{
     opacity: 1;
     transform: translateY(0);
   }
}

.practical_inner{
width:100%;
max-width:1000px;
padding:20px 5% 40px;
margin:0 auto;
}

.catch {
    margin: 20px 0 30px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
    span.small {
        font-size: 0.8em;
    }
    span.red_b {
        background-color: red;
        color: #ffffff;
        padding: 0 10px 3px;
    }
    span.fukuro {
        color: #ffffff;/* 文字の色 */
        font-size: 1.2em;/* 文字のサイズ */
        letter-spacing: 1px;/* 文字間 */
        text-shadow: 
            1px  1px 0px #ff0000,
            -1px  1px 0px #ff0000,
            1px -1px 0px #ff0000,
            -1px -1px 0px #ff0000,
            1px  0px 0px #ff0000,
            0px  1px 0px #ff0000,
            -1px  0px 0px #ff0000,
            0px -1px 0px #ff0000;/* 文字の影 */

    }
}

.line_box {
    width: 100%;
    border-top: solid 1px #666;
    position: relative;
    .fac {
    padding: 10px;
    width: 200px;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    position: absolute;
    top:0;
    right:0 ;
    }
}

.ensyu_ttl {
    font-size: 2.0em;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 15px;

}

.kouza_ttl {
    margin-top: 20px;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 8px 10px;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2em;
}

.kouza_copy {
    font-size: 1.6em;
    color: red;
    line-height: 1.5;
    margin-top: 10px;
}

.kouza_txt {
    margin-top: 10px;
}

.kouza_img_box {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.kouza_img {
    margin-top: 20px;
    background-color: #ccc;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 400px;
}

.kouza_img_spec {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 0.8em;
    line-height: 1.4;
    color: #fff;
    span {
        font-size: 1.3em;
        font-weight: 600;
    }
}

.fbox {
    display: flex;    
}
.left_box, .right_box {
    width: 50%;
}

.align_center {
    align-items: center;
}

.align_top {
    align-items: flex-start;
}

.kouza_fukidashi {
  position: relative;
  display: inline-block;
  width: 450px;
  height: 100%;
  margin-top: 20px;
  padding: 10px;
  border-radius: 9999px;
  background-color: red;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  border:  5px double #fff;
}

.kouza_fukidashi::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent red;
  translate: 100% -50%;
  z-index: -10;
}

.kouza_fukidashi::before {
    content: '';
    background-image: url(/common_d/connect/future/practical/img/2026_kouza_whats.png);
    width: 100px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -35px;
    left: 0;
}

.kouza_expo {
    width: 80%;
    margin-top: 20px;
    margin-left: 20px;
    border: 1px solid red;
    padding: 10px 20px;
}

.etc_kouza {
    border: 1px solid red;
    padding: 10px 20px;
}

.etc_fac {
    width: 120px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.4em;
    color: #fff;
    margin-top: 15px;
    margin-right: 10px;
}

.etc_text {
    width: 90%;
    line-height: 1.6em;
    margin-top: 10px;
    span {
        display: block;
        font-size: 1.2em;
        font-weight: 700;
    }
}

.bc_law{background:#6355a1;}
.bc_economics{background:#00b0ec;}
.bc_commerce{background:#00ac6f;}
.bc_fundam{background:#e9b310;}
.bc_society{background:#ef8200;}
.bc_advanced{background:#e95520;}
.bc_letters{background:#eb007f;}
.bc_policy{background:#00abab;}
.bc_gm{background:#03275f;}
.bc_itl{background:#231815;}

.fc_law{color:#6355a1;}
.fc_economics{color:#00b0ec;}
.fc_commerce{color:#00ac6f;}
.fc_fundam{color:#e9b310;}
.fc_society{color:#ef8200;}
.fc_advanced{color:#e95520;}
.fc_letters{color:#eb007f;}
.fc_policy{color:#00abab;}
.fc_gm{color:#03275f;}
.fc_itl{color:#231815;}


/*モーションCSS*/
.bottom {
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 1s, transform 0.5s;
}
.in {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}
.in_mb {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}



/*=================スマホ==============*/
@media screen and (max-width: 599px){

    .practical_header {
        height: 250px;
        background-position: right -20px bottom;
    }

    .practical_ttl {
        left: 10px;
        margin-right: 10px;
        font-size: 2.6em;
        line-height: 1.1em;
        letter-spacing: -0.01em;
        bottom: 15px;
    }

    .catch {
        margin:0 0 20px;
        font-size: 33px;
        line-height: 1.4;
        letter-spacing: -0.03em;
    }

    .fbox {
        flex-direction: column;
    }
    .left_box, .right_box {
        width: 100%;
    }

    .kouza_img_box {
        margin-right: 0;
    }

    .line_box .fac{
        width: 150px;
        padding: 5px 10px;
    }

    .kouza_fukidashi {
        width: 100%;
        margin-top: 50px;
    }

    .kouza_fukidashi::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: red transparent transparent;
    translate: -50% 100%;
    z-index: -10;
    }

    .kouza_expo {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding:10px;
    }

    .etc_fac {
        width: 100%;
        height: 40px;
    }

    .etc_text {
    width: 100%;
    }

}