@charset "utf-8";
/* CSS Document */

/* 時事トップセミナー（PC版トップのみ）2021/3 */



/* PC（TBも対象）
------------------------- */
@media (min-width: 961px)  /* （旧769px） */
{



/*---------------------------
　header
---------------------------*/
#header-first {
    width: 100%;
    height: auto;
    line-height: ;
    margin: auto 0;
    padding: auto 0;
}
#header-first:before {
    content: "";
    width:100%;
    height: 60px;
    background:rgba(0,0,0,0.2);
    margin: auto 0;
    padding: auto 0;
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
}
/*----- visual -----*/
.visual {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}
.visual img {
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    opacity:0.85;
}
.visual-layer {
    background-color: #333;
    background-image: repeating-linear-gradient(-45deg,#999, #999 1px, transparent 0, transparent 5px);
    display:block;
}


/*----- grobalnavi -----*/
/*----- SP版ドロワーメニューのためtoggle.css -----*/


#header-first .visual-title {
    width: 90%;
    height: 6%;
    line-height: 50%;
    margin: auto 0;
    padding: auto 0;
    position: absolute;
    top: 15%;
    left: 5%;
}

#header-first .visual-title img {
    width: 4.8vw;
    height: 4.8vw;
    line-height: 50%;
    margin: auto 5px auto 0;
    padding: auto 0;
    float:left;
    vertical-align:middle;
    opacity:1;
}
#header-first .visual-title p {
    width: auto;
    height: ;
    line-height: 50%;
    font-size: 3.8vw;
    font-weight:bold;
    color:#fff;
    margin: auto 0;
    padding: 2% 0 0 0;
    vertical-align:middle;
    text-shadow: 2px 2px 2px #000;
}
#header-first .visual-title p span {
    font-size: 3.6vw;
    margin: auto 0;
    padding: auto 0;
}

#header-first .visual-midline {
    width: 57%;
    height: 1px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 23.2%;
    left: 5%;
}

#header-first .visual-txt1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.9vw;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25%;
    left: 5.4%;
}
#header-first .visual-txt2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.8vw;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
    color:#fff;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 29%;
    left: 5%;
}
#header-first .visual-txt-eng1 {
    width:;
    font-size: 8.2vw;
    font-weight:bold;
    color:rgba(255,255,255,0.6);
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10.0%;
    right: 0.5%;
    text-align: right;
}
#header-first .visual-txt-eng2 {
    width:;
    font-size: 8.2vw;
    font-weight: bold;
    color:rgba(255,255,255,0.6);
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -1.5%;
    right: 0.8%;
    text-align: right;
}



/*---------------------------
　main
---------------------------*/
.box-wrap {
    width:100%;
    height:100%;
    margin:0 0 50px 0;
    padding:0 auto;
}

/*----- コーナー見出し -----*/
.box-bg {
    width:100%;
    height:240px;
    background:#e8e2d3;
    background: -moz-linear-gradient(top, #e8e2d3, rgba(255, 255, 255, 0.1));
    background: -webkit-linear-gradient(top, #e8e2d3, rgba(255, 255, 255, 0.1));
    background: linear-gradient(to bottom, #e8e2d3, rgba(255, 255, 255, 0.1));
    border-top:2px solid #967d38;
    box-sizing: border-box;
    position:relative;
}
.box-bg:after {
    content: "";
    width:100%;
    border-top:3px solid #c8642d;
    position: absolute;
    top: -6px;
    left: 0;
}
h2 {
    width: ;
    height:72px;
    line-height:72px;
    font-size:2.4rem;
    font-weight:bold;
    color: #716641;
    margin: 0 0 0 12px;
    padding: 0 0 0 42px;
    position: relative;
}
h2:before {
    width: 22px;
    height: 22px;
    content: "";
    background: #716641;
    position: absolute;
    top: 22px;
    left: 12px;
    transform: rotate(45deg);
}
h2:after {
    width: 16px;
    height: 16px;
    content: "";
    background: #b99b34;
    position: absolute;
    top: 26px;
    left: 2px;
    transform: rotate(45deg);
}



/* =============================================
	◆index トップ◆
============================================= */

/* セミナー紹介（フレーム有） */
.box-introduction {
    width: 90%;
    height: auto;
    background: #f5f5f5;
    margin: 40px auto;
    padding: 0 auto;
    text-align: center;
}
.box-introduction p {
    width: 100%;
    height: auto;
    line-height:1.5;
    font-size:1.7rem;
    margin: 0 auto;
    padding: 0 0 10px 0;
    text-align:left;
}
.box-introduction p.txt-headline {
    font-size:1.8vw;
    font-weight:bold;
    margin:5px 0;
    text-align:center;
}

.introduction-frame {
    width: ;
    height: auto;
    margin: 0 auto;
    padding: 30px 40px;
    position: relative;
}
.introduction-frame::before,
.introduction-frame::after {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
}

.introduction-frame::before {
    border-left: solid 10px #303b8f;
    border-top: solid 10px #303b8f;
    box-shadow: -4px -4px 1px 1px rgba(0,0,0,0.2);
    top: 0;
    left: 0;
}
.introduction-frame::after {
    border-right: solid 10px #303b8f;
    border-bottom: solid 10px #303b8f;
    box-shadow: 4px 4px 1px 1px rgba(0,0,0,0.2);
    bottom: 0;
    right: 0;
}
.box-introduction figure {
    width: 11vw;
    height: auto;
    position:absolute;
    bottom:25px;
    right:30px;
}
.box-introduction figure img {
    max-width: 100%;
    max-height: 100%;
    opacity:0.6;
}


/*----- セミナー開催地 -----*/
.box-venue {
    width:100%;
    height:auto;
}
.date-venue {
    width:100%;
    height:auto;
    margin:10px auto 0 auto;
    padding:0 auto;
}
.date-venue ul {
    width:98%;
    height:auto;
    margin:0 auto;
    padding:0 1%;
}
.date-venue li {
    width:29.3%;
    height:18vw;
    background:#3f4156;
    margin:0 2% 45px 2%;
    padding:0 auto;
    float:left;
    box-shadow: 4px 4px 0px 0 rgba(0,0,0,0.2);
    position:relative;
}
.date-venue li:nth-of-type(n+4) {
    margin-bottom:0;
}
.date-venue li a {
    width:100%;
    height:100%;
    display:block;
}
.date-venue li a:hover,
.date-venue li a:active {
    background:#474c71;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.date-venue figure {
    width:68%;
    height:auto;
    margin:0;
    padding:0;
    position:absolute;
    top:-10px;
    left:-10px;
}
.date-venue figure img {
    max-width: 100%;
}
.date-venue figure:hover {
    transform: rotateX(360deg);
    transition-duration: 3s;
    opacity:1.0;
    filter: alpha(opacity=100);  
    -ms-filter: "alpha( opacity=100)";
    background:#000;
}

.date-venue p.venue-jpn {
    width: 98%;
    height: auto;
    font-size:1.5vw;
    font-weight:bold;
    color:#fff;
    position:absolute;
    bottom:0;
    left:4px;
}
.date-venue p.venue-eng {
    width: auto;
    height: auto;
    font-size:2.5vw;
    font-weight:bold;
    color:rgba(255,255,255,0.2);
    position:absolute;
    bottom:9%;
    right:2px;
}

.date-venue p.venue-date {
    width: auto;
    height: auto;
    line-height:1.3;
    font-size:1.5rem;
    font-weight:normal;
    color:#fff;
    position:absolute;
    top:5px;
    right:5px;
    text-align:right;
}
.date-venue p.venue-date span {
    display:block;
}

.date-venue span.separator {
    width: 100%;
    height: 1px;
    border-bottom:1px solid #fff;
    box-sizing: border-box;
    position:absolute;
    bottom:12%;
    left: 0;
    text-align:center;
}

.date-venue span.arrow-layer {
    position:absolute;
    top:45%;
    right: 12px;
}
.date-venue span.arrow-layer:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 0;
    border-top: solid 2px rgba(255,255,255,0.5);
    border-right: solid 2px rgba(255,255,255,0.5);
    box-sizing: border-box;
}
.date-venue a:hover span.arrow-layer:before {
    position: absolute;
    top: ;
    right: -4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/*----- 主な開催実績（全エリア） -----*/
.box-record {
    width:100%;
    height:auto;
}
.date-record {
    width:100%;
    height:auto;
    margin: auto;
    padding:0 auto;
}
.date-record ul {
    width:96%;
    height:auto;
    margin:0 auto;
    padding:0 2%;
}
.date-record li {
    width:100%;
    height:auto;
    border-bottom:1px solid #e6e3d5;
    box-sizing: border-box;
    margin:3px 0;
    padding:10px;
    display:block;
    float:left;
}
.date-record p {
    vertical-align:top;
    display:table-cell;
}
.date-record p.area {
    width: 12%;
    height: 26px;
    line-height: 26px;
    background:#5062b1;
    border:0;
    font-size:1.4rem;
    font-weight:normal;
    color:#fff;
    margin:0 1%;
    padding:0;
    text-align:center;
    display:inline-block;
    float:left;
}
.date-record p.area a:link,
.date-record p.area a:visited {
    color:#fff;
    margin:0;
    padding:0 8px;
    display:block;
}
.date-record p.area a:hover,
.date-record p.area a:active {
    background:#2c83ee;
    color:#fff;
    display:block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.date-record p.title {
    width:46%;
    line-height:1.3;
    font-size:1.8rem;
    font-weight:bold;
    margin:0;
    padding:0 3%;
    float:left;
}
.date-record p.title span {
    font-size:1.6rem;
    font-weight:bold;
    color:#666;
    margin:0;
    padding:0 0 4px 8px;
}
.date-record p.speaker {
    width:32%;
    line-height:1.3;
    font-size:1.6rem;
    font-weight:bold;
    margin:0;
    padding:0 1%;
}
.date-record p.speaker span {
    font-size:1.4rem;
    font-weight:normal;
    margin:0;
    padding:0;
}


/*----- 主な講師（全エリア） -----*/
.box-speaker {
    width:100%;
    height:auto;
}
.date-speaker {
    width:100%;
    height:auto;
    margin:10px auto 0 auto;
    padding:0 auto;
}
.date-speaker ul. {
    width:98%;
    height:auto;
    margin:0 auto 1px auto;
    padding:0 auto;

    display:-webkit-box; /* ↓高さを揃える */
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap; /* ↑高さを揃える */
}
.date-speaker li {
    width:22%;
    height:auto; /* ulで高さ揃える設定のためauto */
    background:#fff;
    border-left:1px solid #ecebeb;
    border-bottom:1px solid #ecebeb;
    box-sizing: border-box;
    margin:0 1.5%;
    padding:0 auto;
    float:left;
    box-shadow: 4px 4px 0px 0 rgba(0,0,0,0.2);
    display:block;
}
.date-speaker figure {
    max-width:100%;
    height:auto;
    overflow: hidden;
    position:relative;
}
.date-speaker figure img{
    width: 100%;
    /*cursor: pointer;*/ /*リンク設置時には表示*/
    transition-duration: 0.3s;
}

/*リンク設置時には以下表示*/
/*.date-speaker figure:hover img{
    transform: scale(1.2);
}
.box-speaker span.arrow-layer {
    position:absolute;
    top:45%;
    right: 12px;
}
.date-speaker span.arrow-layer:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 3px rgba(255,255,255,0.4);
    border-right: solid 3px rgba(255,255,255,0.4);
    box-sizing: border-box;
}
.date-speaker a:hover span.arrow-layer:before {
    position: absolute;
    top: ;
    right: -2px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}*/

.date-speaker figcaption {
    width: 100%;
    height: ;
    color:#000;
    margin:0 auto;
    padding:0 auto;
    text-align:center;
    display: block;
}
.date-speaker .speaker-position {
    width: 96%;
    height: 40px;
    line-height:auto;
    margin:5px auto;
    padding:0 2%;    
    clear:both;
    display: flex; /* 縦中央 */
    justify-content: center; /* 縦中央 */
    align-items: center; /* 縦中央 */
}
.date-speaker .speaker-position p {
    line-height:1.2;
    font-size:1.5rem;
    font-weight:normal;  
    vertical-align: middle;
    text-align:center;
}

.date-speaker .speaker-name {
    width: 96%;
    height: 45px;
    line-height:auto;
    margin:5px auto;
    padding:0 2%;    
    clear:both;
    display: flex; /* 縦中央 */
    justify-content: center; /* 縦中央 */
    align-items: center; /* 縦中央 */
}
.date-speaker .speaker-name p {
    line-height:1.2;
    font-size: 1.6rem;
    font-weight:bold;
    vertical-align: middle;
    text-align:center;
}

.date-speaker .speaker-date {
    width: 98%;
    height: 22px;
    line-height:22px;
    margin:0 auto 5px auto;
    padding:0 auto;    
    float:left;
    text-align:center;
    vertical-align:middle;
}
.date-speaker .speaker-date p.speaker-day {
    width: 55%;
    height: 24px;
    line-height: 24px;
    border:0;
    font-size:1.3rem;
    font-weight:normal;
    color:#000;
    margin:0;
    padding:0;
    text-align:center;
    float:left;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    display:none; /*リンク設置時には削除*/
}

.date-speaker .speaker-date p.speaker-area {
    width: 44%;
    height: 24px;
    line-height: 24px;
    background:#5062b1;
    border:0;
    font-size:1.3rem;
    font-weight:normal;
    color:#000;
    margin:0 0 0 1%;
    padding:0;
    text-align:center;
    float:right;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.date-speaker .speaker-date p.speaker-area a:link,
.date-speaker .speaker-date p.speaker-area a:visited {
    color:#fff;
    margin:0;
    padding:0 5px;
    display:block;
}
.date-speaker .speaker-date p.speaker-area a:hover,
.date-speaker .speaker-date p.speaker-area a:active {
    background:#2c83ee;
    color:#fff;
    display:block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



/*---------------------------
　footer
---------------------------*/
/*----- 全ページ共通のためcommon_pc.css -----*/





} /* @media */


