@charset "UTF-8";
/* Overlide */
/* image layers effect サイズ・位置変更 */
.effect-w3 {
    position: relative;
    width: 400px;
    height: 300px;
    margin-top: 14em;
}
@media(max-width:1366px) {
    .effect-w3 {
        width: 400px;
        height: 295px;
    }
}
@media(max-width:1024px) {
    .effect-w3 {
        width: 300px;
        height: 225px;
    }
}
@media(max-width:991px) {
    
    .effect-w3 {
        width: 500px;
        height: 376px;
        margin-top: 8em;
        margin-left: 2.5em;
    }
}
@media (max-width: 900px){
    .banner-info {
        padding-right: 0em;
    }
}
@media(max-width:768px) {
    .effect-w3 {
        width: 400px;
        height: 295px;
    }
}
@media(max-width:480px) {
    .effect-w3 {
        width: 280px;
        height: 205px;
    }
}
@media(max-width:384px) {
    .effect-w3 {
        width: 95px;
        height: 110px;
    }
}
.contact-form-inner {
    width: 84%;
}
h3.card-title{
    font-size:1.2em !important;
}

/* ADD Style */
h1 {
    font-size:2em;
    line-height:1.5;
}
h2 {
    font-size:1.8em !important;
    line-height:1.5;
}
.full-width {
    width:100% !important;
}
.text-blue {
    color: #1963eb !important;
}
.text-white {
    color: #fff;
}
.text-large{ 
    font-size: 2.8em !important;
    line-height:1.2em !important;
}
.text-bold {
    font-weight: bold;
}
.text-middole{ 
    font-size: 1.8em !important;
}
.link-middole{ 
    font-size: 1.5em !important;
    line-height:1.5;
}
.small-icon {
    font-weight:bold;
    font-size:1.2em;
}
.middle-icon {
    font-weight:bold;
    font-size:2em;
}
.btn.contents-btn {
    background: #0c57e1;
    padding: 11px 31px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 59px;
    display: inline-block;
    box-shadow: 0 12px 60px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 12px 60px rgb(0 0 0 / 20%);
}
.btn.contents-btn:hover {
    background: #0b49bd;
    /* color: #0c57e1 !important; */
}
.counted {
    font-size: 1em !important;
    line-height:1.2em !important;
}
.add-sub-tittle-team {
    font-size: 1em;
    color: #1963eb;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
}
.banner-info h4 {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
section.hand-crafted ul {
    color: #818192;
    list-style-type: none;
}
nav .dropdown-toggle::after {
    display: inline-block;
}
.footer-text input[type="text"] {
    outline: none;
    padding: 12px 15px;
    color: #fff;
    font-size: 13px;
    width: 85%;
    border: none;
    background: none;
    letter-spacing: 1px;
}
img.partbers{
    width:150px;
}
.navbar h1 a {
    width:60px;
}
img {
    width:100%;
}
.content-wrapper {
    overflow: hidden;
}


/* TOPイメージ */
.top-banner {
    margin:0 !important;
    padding:0 !important;
}
.top-banner .pc {
    display: inline-block;
}
.top-banner .mobail {
    display: none;
}
.top-banner .outer {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(../images/TSRITOP_BG.jpg) center / cover;
    color: #fff;
}
.top-banner .outer .inner {
    width:100%;
    height:auto;
    padding:0 20px;
    position: absolute;
    top:19vh;
    text-align: center !important;
}
.top-banner .outer .inner h1{
    font-size:32px !important;
    font-weight: normal;
    letter-spacing: .45rem;
}
.top-banner .outer .inner img {
    width:100%;
    max-width:800px;
    margin:6vh 0 3vh;
}
.top-banner .outer .inner h2{
    padding-top:1vh;
    font-size:32px !important;
    font-weight: normal;
    letter-spacing: .45rem;
}
.top-banner .outer .inner .link-box {
    margin:5vh 0;
}
.top-banner .outer .inner .link-box a{
    display:inline-block;
    width:30%;
    margin:0px 20px;
    padding:10px 15px;
    letter-spacing:.2rem;
    font-size: 1.3vw;;
    border:solid 1px #0c57e1;
    background:#0c57e1;color:#fff;
    -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
    -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
    -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
    filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
    border-radius: 50px;
}
.top-banner .outer .inner p {
    margin: 0;
    color: #fff !important;
    font-size: 1.1vw;
}

@media(max-width:1024px) {
    .top-banner .outer .inner h1{
        font-size:28px !important;
    }
    .top-banner .outer .inner img {
        width:80%;
        max-width:600px;
        margin:40px 0;
    }
    .top-banner .outer .inner h2{
        padding-top:0;
        font-size:25px !important;
    }
    .top-banner .outer .inner .link-box a{
        display:inline-block;
        width:40%;
        font-size:1.6vw;
    }
    .top-banner .outer .inner p {
        margin:0;
        color: #fff !important;
        font-size: 1.6vw;
        line-height: 1.8;
    }
}
@media(max-width:768px) {
    .top-banner .pc {
        display: none;
    }
    .top-banner .mobail {
        width:40%;
        display: inline-block;
    }
    .top-banner .outer .inner h1{
        font-size:25px !important;
    }
    .top-banner .outer .inner img {
        max-width:200px;
        margin:30px 0 0;
    }
    .top-banner .outer .inner h2{
        padding-top:2vh;
        font-size:25px !important;
    }
    .top-banner .outer .inner .link-box {
        margin:30px 0;
    }
    .top-banner .outer .inner .link-box a{
        display:block;
        width:100%;
        margin:15px 0;
        font-size:3vw;
    }
    .top-banner .outer .inner p {
        margin:60px 0;
        color: #fff !important;
        /* font-size: 20px; */
    }
}
@media(max-width:480px) {
    .top-banner .outer .inner {
        top:15vh;
    }
    .top-banner .outer .inner h1{
        font-size:18px !important;
    }
    .top-banner .outer .inner h2{
        padding-top:3vh;
        font-size:18px !important;
    }
    .top-banner .outer .inner img {
        margin:30px 0 0;
    }
    .top-banner .outer .inner .link-box a{
        display:block;
        width:100%;
        margin:15px 0;
        font-size:18px;
    }
    .top-banner .outer .inner p {
        display: none;
    }
}

/* TOPセミナー情報 */
.seminar p{
    font-size:18px;
}
.seminar a{
    font-size:18px;background:#e6c509;
}

/* 追跡バナー */
.tracking .floating-banner {
    position: fixed;
    z-index: 1;
    height:250px;
    top: 28%;
    right: 0;
}
/* .tracking .floating-banner:hover {
    opacity:     .8;
} */
.tracking .banner {
    padding: 20px 10px 5px 20px;
    background: linear-gradient(-135deg,  #6110e4 ,#105ae4);
    /* color: #e6c509;  */
    text-align: center;
    border-radius: 5px 0 0 5px;
}
.tracking .banner.accent{
    background: linear-gradient(-135deg, #e09200 ,#ff4081);
}
.tracking .banner:first-child {
    margin-bottom:10px;
}
.tracking .banner:last-child {
    margin-top:10px;
}

.tracking a {
    text-decoration: none; /* リンクに下線が入らないように */
    color:#fff;
}
.tracking .middle-icon{
    font-size: 22px;
    padding:0 0 5px;
}
.tracking .copy {
    color:#fff;
    letter-spacing: .2rem;
    font-size: 20px;
    margin: 0 auto 20px;
    line-height: 1.2;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
}
.tracking .copy span{
    display: block;
    font-size: 14px;
}
.tracking .cta {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: linear-gradient(270deg, #F4A240 0%, #E3A608 100%); /* ボタンの背景 */
    box-shadow: 0px 0px 30px #2984BA; /* ボタンの影 */
    border-radius: 25px;
}
.mobail-show {
    display: none;
}
@media screen and (max-width: 991px) {
    .tracking .floating-banner {
        display: none;
    }
    .mobail-show {
        display: block !important;
    }
}

@media screen and (max-width: 560px) {
    .tracking .floating-banner {
        display: inline-block;
        top: unset;
        right: 0;
        bottom: 0;
        display: none;
    }
    .tracking .banner {
        width: 100vw;
        height: 80px;
        padding: 8px;
    }
    .tracking .sp {
        display: none;
    }
    .tracking .cta {
        height: 28px;
        line-height: 28px;
        font-size: 15px;
    }
}

/* 追跡バナーページ下部 */
#seminarBannar {
    position: fixed;
    z-index: 88888;
    bottom: 10px;
    right: 10px;
}
#seminarBannar #seminarBannarClose {
    position:relative;
    text-align: right;
    top:26px;
    right:6px;
    font-size:11px;
    cursor: pointer;
}
@media screen and (max-width: 991px) {
    #seminarBannar {
        display: none !important;
    }
}

/* GDPR */
.cc-floating.cc-theme-classic {
    padding:1.5em;
}
.cc-left {
    height:270px;
    top:0;
    left:25%;
    right:25%;
    margin: auto;
}
.cc-revoke {
    display: none;
}
.cc-banner  {
    padding:4em 1.6em !important;
    z-index: 99999 !important;
}

/* Blogページ */
#blog h1.title {
    padding:10px 20px;
    border-radius:6px;
    background:#262631;
    color:#fff;
}
#blog h2.h1{
    line-height:1.6;
    font-weight:600;
}
#blog .h4.title,
#blog .h4.title-blue {
    padding:10px 20px;
    border-radius:6px;
    word-wrap: break-word;
}
#blog .h4.title {
    background:#262631;
    color:#fff;
}
#blog .h4.title-blue {
    background:#1963eb;
    color:#fff;
    text-align: center;
}
#blog a {
    color:#262631;
}

#blog .link {
    padding-top: 100px;
    margin-top:-100px;
}


#blog a.contents-btn {
    color:#fff;
}
#blog p,
#blog li {
    color:#222;
    font-size:18px !important;
    line-height:1.6;
}
#blog ul.topicspath li{
    display: inline-block;
}
#blog ul.topicspath li::before{
    content: ">";
    padding:0 10px;
}
#blog ul.topicspath li:first-child:before{
    content: "";
    padding:0 0;
}
#blog ul.decimal {
    padding:0 20px;
    list-style-type: decimal !important;
}
#blog ul.decimal li {
    padding:10px 20px;
}


#blog img.blog {
    margin-bottom:35px;
    /* height:500px; */
}
#blog .data {
    overflow:hidden;
}
#blog .data > div  {
    float: left;
    padding:5px 10px;
}
#blog .data div:first-child{
    background:#232323;
    color:#fff;
    padding-left:15px;
    padding-right:15px;
}
#blog .topics {
    padding:40px;
    margin:0 0px 50px;
    border:solid 1px #ccc;
}
#blog .topics ul {
    list-style-type: none;
}
#blog .topics ul li{
    padding:10px 0;
}
#blog .contents {
    margin:30px 0;
}
#blog .contents h2 {
    padding:30px 0;
}
#blog .frame {
    /* padding: 0.5em 1em; */
    padding:10px 20px;
    margin: 2em 0;
    color: #232323;
    background: #fafafa;
    border-left: solid 10px #105ae4;
}
/* #blog .frame p,
.frame ul {
    margin: 30px 30px; 
} */
#blog .information {
    border:solid 1px #ccc;
    background:#fff;
    padding:4%;
    box-shadow:1px 0px 5px rgba(0,0,0,0.3);
}

/* Webiner */
#webiber-warrap {
    padding:83px 0 0 0;
    background: #fff;
}
#webiber-warrap .outer {
    background:url("/images/ad/topbg.png") center center / cover no-repeat;
    width: 100%;
}
#webiber-warrap .outer .inner {
    width:100%;
    padding:4% 4%;
}
#webiber-warrap .title {
    display: flex;
    align-items: flex-start;
}
#webiber-warrap .title h1 {
    font-size:3.4vw;
    letter-spacing: .4rem;
    color:#EADF13;
}
#webiber-warrap .title img {
    margin:15px 50px 10px;
    max-width:28%;
    width:100%;
}

#webiber-warrap .overview h2{
    margin:4% 0 0;
}
#webiber-warrap .overview h2{
    font-size:2.7vw !important;
    font-weight: 700;
    color:#fff !important;
    line-height:1.6;
}

#webiber-warrap .dates {
    display: flex;
    margin:2% 0;
    font-size:2.4vw;
    font-weight: 700;
    color:#fff !important;
    letter-spacing: .1rem;
    line-height:1.6;
}
#webiber-warrap .dates .presenter {
    padding:0 100px;
    position: relative;
    top:0;
    left:50px;
    
}
#webiber-warrap .dates .presenter img {
    max-width: 350px;
}
#webiber-warrap a {
    padding:20px 80px;
    font-size:2.1vw;
    font-weight: 700;
    border-radius: 10px;
    letter-spacing: .3rem;
    background: #E52617;
    color:#fff;
}
@media(max-width:991px) {
    #webiber-warrap .button{
        margin:40px 0 20px;
    }
    #webiber-warrap .button a{
        font-size:3vw;
    }
    #webiber-warrap .title {
        display: block;
    }
    #webiber-warrap .title h1 {
        font-size:5vw;
    }
    #webiber-warrap .title img {
        margin:0;
        max-width:50%;
    }
    #webiber-warrap .overview h2{
        font-size:3vw !important;
    }
    #webiber-warrap .dates {
        display: block;
        /* margin:0 0 50px; */
        font-size:3vw; 
    }
    #webiber-warrap .dates div:last-child{
        display: none;
    }
}
@media(max-width:652px) {
    #webiber-warrap .title h1 {
        font-size:4.5vw;
        padding-bottom:10px;
    }
}