@charset "utf-8";
.mainImageBox {
    position: relative;
    border-bottom: 1px solid #DFDFDF;
}
.mainImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
}
.indexBtnBox {
    max-width: 940px;
    padding: 92px 0;
    margin: 0 auto;
    box-sizing: border-box;
}
.indexBtnBox div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.indexBtnBox a {
    display: block;
    width: 330px;
    margin-right: 70px;
}
.indexBtnBox a.ent {
    display: block;
    width: 730px;
    margin-right: 70px;
    margin-top: 60px;
}
.indexBtnBox a:last-child {
    margin-right: 0;
}
.indexBtnBox a img{
    width: 100%;
}
.indexSponsorBox {

}
.indexSponsorBox .sponsorTitle {
    color: #666;
    text-align: center;
    padding: 10px 0;
    background: #f8f8f8;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.indexSponsorBox .lineBox {
    border-bottom: 1px solid #e1e1e1;
}
.indexSponsorBox .lineBoxInner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.indexSponsorBox .lineBoxInner a {
    width: 16.66%;
    line-height: 0;
    display: block;
    box-sizing: border-box;
    padding: 10px;
}
.indexSponsorBox .lineBoxInner a img {
    width: 100%;
}
.indexSponsorBox .silver a {
    width: 25%;
}
.indexSponsorBox .gold a {
    width: 33.32%;
}
.interviewList {
    max-width: 940px;
    padding: 100px 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
.interviewList ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.interviewList ul li{
    width: calc(50% - 10px);
    border:1px solid #C7C7C7;
    box-sizing: border-box;
    margin-bottom:20px;
}
.interviewList ul li:nth-child(2n) {
    margin-left: 20px;
} 
.interviewList ul li a {
    display: block;
}
.intImg{
    transition: all 0.5s 0s ease;
}
.interviewList ul li a:hover .intImg{
    opacity: 0.7;
}
.interviewList ul li img {
    width: 100%;
}
.interviewList ul li div {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
}
.interviewTitle {
    width: 330px;
    margin:0 auto 50px;
    border-bottom: 1px solid #C7C7C7;
}
.mailmagBox {
    color: #fff;
    background: #00a99d;
    padding: 50px 0;
}
.mailmagBox p {
    text-align: center;
    line-height: 1.7;
    margin:0;
    font-size: 20px;
}
.mailmagBox a {
    color: #fff;
}
.mailmagBox span {
    display: block;
    font-size: 12px;
}
.mailmagFormBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.mailmagFormBox input[type='submit'],
.mailmagFormBox input[type='text'] {
    background: #00a99d;
    border-radius: 2px;
    border:2px solid #fff;
    color: #fff;
    padding: 10px;
}
.mailmagFormBox input[type='submit'] {
    margin-left: 20px;
}
.inputText {
    width: 250px;
}
.inputText::-webkit-input-placeholder {
   color: #fff;
}
.inputText::-moz-placeholder {
    color: #fff;
}
.inputText:-ms-input-placeholder {
    color: #fff;
}
.indexMainText h2 {
    width: 750px;
    margin: 20px auto 0;
    padding: 50px 0 50px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.indexMainText p {
    color: #666666;
    font-size: 20px;
    max-width: 940px;
    margin: 0 auto;
    padding: 50px 0;
    line-height: 1.7;
}
.indexMainText img {
    max-width: 1100px;
}
.bt {
    border-top: 1px solid #ddd;
}
.bn {
     border-bottom:0 !important;
     padding: 50px 0 20px !important;
}
.indexEntryBtn {
    width: 100%;
}
.indexEntryBtn:hover {
    opacity: 0.7;
}
.pcNo {
    display: none;
}
.spNo {
    display: block;
}
.judgeBox {
    width: 100%;
}
.judgeBox ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.judgeBox ul li {
    width: 33.333%;
    transition: all 0.3s ease-out;
}
.judgeBox ul li img{
    max-width: 845px;
}

.indexSponsorBox .lineBoxInner a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.toolTip {
    display: block;
    position: absolute;
    bottom: 90%;
    color: #fff;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    line-height: 1.2;
    border-radius: 3px;
    padding: 10px;
}
.toolTip:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    border-style: solid;
    border-color: transparent;
    border-width: 10px;
    border-top-color: rgba(0, 0, 0, 0.8);
    border-bottom: 0;
}
.indexSponsorBox .lineBoxInner a:hover > .toolTip {
  animation: tooltipFadeIn 0.5s forwards;
}
@keyframes tooltipFadeIn {
  from {
  transform: translateY(50%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
  transform: translateY(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes tooltipFadeOut {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
@media only screen and (max-width: 767px){
    .spNo {
        display: none;
    }
    .pcNo {
        display: block;
    }
    .interviewList ul {
        width: 100%;
        margin:0 auto;
    }
    .interviewList ul li{
        width: 100%;
    }
    .interviewList ul li:nth-child(2n) {
        margin-left: 0px;
    }
    .mainImg {
        position: absolute;
        width: 100%;
        top:0;
        left: 0;
        z-index: 99999;
    }
    .indexMainText h2 {
        width: 100%;
    }
    .indexMainText img {
        max-width: 100%;
    }
    .indexBtnBox {
        padding: 20px 0;
    }
    .indexBtnBox a {
        width: 100%;
        margin: 10px 20px !important;
    }
    .indexSponsorBox .lineBoxInner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .indexSponsorBox .lineBoxInner a {
        width: 100%;
    }
}