@charset "UTF-8";

html {
    scroll-padding-top: 200px; 
  }
/* body{
    font-family: FOT-TsukuARdGothic Std;
} */
.tab_area{
    overflow:hidden;
    display:flex;
    margin:0;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    justify-items: center;
    }
 
    .tab_area li{
    /*Tabの装飾*/
    width:139px;
    height:49px;
    text-align:center;
    cursor: pointer;
    vertical-align:middle;
    display:table;
    background-color: #fff;
    margin-bottom: 10px;

    }
    .all_area {
    /* background:#efefef; */
    padding:10px;
    overflow: hidden;
    }
    
    .all_area div.content_area{
    /*Tabの内容を表示するエリアの装飾*/
    background:#ffffff;
    padding:10px 10px 10px 2px;
    border-top: 1px dotted #bbbbbb;
    }
    
    .tab_area li.select{
    /*アクティブタブの装飾*/
    background-color: #fff700!important;
    margin-bottom: 10px;
    /* z-index: 999; */
    }
    
    .hide{display:none;}












.c_content {
    opacity: 0;
    pointer-events: none;
  }
  body.appear .c_content {
    animation-name: PageAnime-content;
    animation-duration: 0.55s;
    animation-delay: 0.55s;
    animation-fill-mode: forwards;
    opacity: 0;
    pointer-events: auto;
  }
  .animation .content {
    opacity: 1;
    pointer-events: auto;
  }
  @keyframes PageAnime-content {
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
  }
  }
#youtube-wrap{
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 60%) ;
    padding-top: 50.0714% !important;
    z-index: 10;
}
.diagonal_01{
    display:block;
	width:100%;
	background:#0459CE;
	clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);
    padding: 280px 0;
    margin: -400px 0 -300px;
}
.area-title>h3{
    position: relative;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 100px;
}
.area-title>h3::before {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 60px;
    opacity: 12%;
}
.bsn_description{
    padding: 0 90px 0;
    max-width: 1500px;
    margin: 0 auto 150px;
}
.bsn_description>h3::before {
    content: 'business';
}
/* ➀切り替えボタン */
/* .buttons {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    justify-content: space-between;
} */

/* ➁ボタン単体 */
.button{
    /* width: calc((100% - 70px) / 6); */
    /* background-color: #fff; */
    display: flex;
    margin: 0;
    /* min-width: 150px; */
    max-width: 210px;
    margin: 0 auto;
}
.button .btn_title{
    color: #fff;
    background-color: #0459CE;
    border-radius: 25px;
    margin: 10px 0;
}
.button .btn_txt{
    color: #0459CE;
    line-height: 1.3em;
    font-size: 1.5rem;
}
/* Bボタン */
.button{
    /* color: black;             
    background-color: white;   */
} 
.btn_aria{
    width: 100%;
    display: flex    ;
    align-items: center;
    justify-content: center;
    height: 80px;
}
/* .button.select{
    background-color: #fff700!important;
} */
.screen_title{
    display: flex;
    /* justify-content: center; */
    padding: 50px 100px 35px;
}
.screen_title>img{
    width: 13%;
    margin-right: 80px;
    object-fit: contain
}
.screen_title>p{
    font-size: 3rem;
    color: #0459CE;
    /* padding-right: 100px; */
    margin-top: 10%;
}
.screen_subtitle{
    font-size: 1.8rem;
}
.screen hr{
    color: #0459CE;
    border: 1px solid;
}
.screen_inner_txt{
    display: block;
    padding: 30px 100px;
    color: #0459CE;
}
/* .screen_inner_img{
    display: flex;
    justify-content: space-around;
    padding: 10px 100px 40px;
} */
.screen_inner_img p{
    font-size: 1.5rem;
    margin: 0;
    text-align: center;
}
.screen_inner_img img{
    width: 100%;
    object-fit: contain;
    padding: 30px 100px;
}
.screen_inner_caption{
    padding: 30px 100px;
    color: #0459CE;
}
.screen_inner_caption h2{
    font-size: 2.2rem;
}
/* .screen_inner_caption p{

} */
.screen_detail{
    padding: 30px 100px 100px;

}
.screen_detail_padding{
    padding: 30px;
    background-color: rgb(217, 230, 248, 33%);
    border-radius: 25px;
}
.screen_detail_padding>table{
    margin: 0 auto;
    width: 100%;
}
.screen_detail_padding>table td{
    color: #777777;
    min-width: 155px;
    padding-bottom: 20px;
}
.first_th{
    text-align: left;
    color: #0459CE;
    font-size: 2rem;
    border-bottom: 1px solid #0459CE;
    line-height: 5rem;
}
.second_table{
    width: 100%;
}
.td_padding_1{
    padding-top: 10px;
}
.td_padding_2{
    padding-top: 30px;
}
.td_wiidth{
    width: 17%;
}
.diagonal_01 {
    clip-path: none;
}
#a_screen{
    display: block;
    height: 100%;
    background-color: #fff;
}
#b_screen{
    display: block;
    height: 100%;
    background-color: #fff;
}
#c_screen{
    display: block;
    height: 100%;
    background-color: #fff;
}
#d_screen{
    display: block;
    height: 100%;
    background-color: #fff;
}
#e_screen{
    display: block;
    height: 100%;
    background-color: #fff;
}
#f_screen{
    display: block;
    height: 100%;
    background-color: #fff;
}
#g_screen{
    display: block;
    height: 100%;
    background-color: #fff;
}
#h_screen{
    display: block;
    height: 100%;
    background-color: #fff;
}
#i_screen{
    display: block;
    height: 100%;
    background-color: #fff;
}
#j_screen{
    display: block;
    height: 100%;
    background-color: #fff;
}
#k_screen{
    display: block;
    height: 100%;
    background-color: #fff;
}
#l_screen{
    display: block;
    height: 100%;
    background-color: #fff;
}
  .c-menu-btn a {
    position: relative;
    transition: 0.2s ease-in-out;
  }
@media screen and (max-width:767px) {
    #youtube-wrap{
        clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 60%);
    }
    .diagonal_01 {
        clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 100%);
        padding: 100px 30px 0;
    }
    .bsn_description{
        padding: 100px 0 100px;
    }
    .all_area div.content_area{
        padding: 30px;
    }
    .tab_area{
        max-width:unset;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    .screen_detail_padding{
        padding: 20px;
    }
    .screen_title{
        padding: 0;
    }
    .screen_title>img{
        width: 15%;
        margin-right: 10px;
    }
    .screen_title>p{
        font-size: 1.7rem;
        padding-right:0;
    }
    .screen_inner_txt{
        padding: 0;
    }
    .screen_inner_caption{
        padding: 0;
    }
    .screen_inner_img{
        flex-direction: column;
        padding: 0;
    }
    .screen_inner_img img{
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .screen_detail{
        padding: 0;
    }
    .second_table_sp_ul01{
        list-style: none;
        padding-left: 0;
    }
    .second_table_sp_ul02{
        list-style: none;
        padding-left: 0;
    }
    .screen_subtitle {
        font-size: 1.3rem;
        display: block;
        line-height: 2rem;
    }
    .first_th{
        line-height: 2rem;
        font-size: 1.8rem;
    }
    .tab_area{
        display: flex;
    }
    .tab_area li{
        width: calc(95% / 3);
    }
    .tab_area::after{
        content:"";
        display: block;
        width: calc(95% / 3);
    }
    .button .btn_txt{
        font-size: 1.2rem;
    }
    /* .area-title>h3{
        margin-top: 100px;
    }
    .sliderArea {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 25px;
    }
    .sliderArea.w300 {
        max-width: 300px;
    }
    .slick-slide {
        margin: 0 5px;
    }
    .slick-slide img {
        width: 100%;
        height: auto;
    }
    .slick-prev, .slick-next {
        z-index: 1;
    }
    .slick-prev:before, .slick-next:before {
        color: #000;
    }
    .slick-slide {
        transition: all ease-in-out .3s;
        opacity: .2;
    }
    .slick-active {
        opacity: 1;
    }
    .slick-current {
        opacity: 1;
    }
    .thumb {
        margin: 20px 0 0;
    }
    .thumb .slick-slide {
        cursor: pointer;
    }
    .thumb .slick-slide:hover {
        opacity: .7;
    }
    .slick-prev:before, .slick-next:before {
        color: #fff;
    }
    .slick-prev:before {
        content: "<";
    }
    .slick-next:before {
        content: ">";
    } */
}