@charset "utf-8";

.main-container {
    line-height: 2;
}

#mainvsual {
    padding: 0;
    position: relative;
}

#mainvsual div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1em;
    overflow: visible;
    z-index: 1;
    text-align: center;
}
#mainvsual h1 {
    font-size: 1.6em;
    font-weight: bold;
    z-index: 1;
    line-height: 2;
    margin-bottom: 1em;
}
#mainvsual h2 {
    font-size: 2em;
    font-weight: bold;
}



#mainvsual img {
    opacity: 0.7;
}

@media screen and (max-width:1319px) {
    #mainvsual h1 {
        font-size: calc(100vw / 28);
        line-height: 1.2;
    }

    #mainvsual div {
        height: 1em;
        overflow: visible;
        z-index: 1;
    }

    #mainvsual h2 {
        font-size: calc(100vw / 24);
        padding: 0;
    }

}

#topics p{
    border-top: 1px solid #011e56;
    border-bottom: 1px solid #011e56;
    font-size: 3em;
    font-weight: bold;
    background: #222222;
}


#pr {
    width: 80%;
    max-width: calc(1920px * 0.8);
    margin: 2em auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (min-width:769px)  {
    #pr div{
        flex: 1 1 auto;
        text-align: center;
    }
    #pr div p{
        display: inline-block;
        text-align: left;
        font-size: 1.2em;
    }
    #pr video{
        margin-left: 2em;
        width: 280px;
    }
}
@media screen and (max-width:768px)  {
    #pr div{
        width: 100%;
        margin-bottom: 2em;
    }
    #pr video{
        max-height: calc(100vh - 4em);
        max-width: 90vw;
    }
}


#fixation1 {}

#fixation1 div.flexbox {
    background: #333333;
    width: 80%;
    max-width: calc(1920px * 0.8);
    padding: 4em;
    display: flex;
    align-items: flex-start;
}

#fixation1 div.flexbox div {
    width: 40%;
    position: relative;
    left: 20%;
    box-sizing: border-box;
    padding: 0 4em;
}

#fixation1 img {
    width: 60%;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
    position: relative;
    left: 20%;
}
@media screen and (max-width:768px)  {
    #fixation1 div.flexbox {
        display: block;
        padding: 2em 0em;
    }
    
    #fixation1 div.flexbox div {
        width: 90%;
        padding: 0;
        left: 10%;
    }
    #fixation1 div.flexbox div .title2{
        white-space: nowrap;
    }
    
    #fixation1 img {
        width: 100%;
    }
}


#fixation2 {}

#fixation2 h3,
#fixation2 h3 small,
#fixation2 p {
    color: #16181d;
}

#fixation2 div.flexbox {
    background: #cccccc;
    width: 80%;
    max-width: calc(1920px * 0.8);
    padding: 4em;
    display: flex;
    align-items: flex-start;
    position: relative;
    right: -20%;
}

#fixation2 div.flexbox div {
    width: 40%;
    position: relative;
    left: -20%;
    box-sizing: border-box;
    padding: 0 4em;
}

#fixation2 img {
    width: 60%;
    clip-path: polygon(75% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
    position: relative;
    left: -20%;
}
@media screen and (max-width:768px)  {
    #fixation2 div.flexbox {
        display: block;
        padding: 2em 0;
    }
    
    #fixation2 div.flexbox div {
        width: 80%;
        padding: 1em 0 0;
        left: 10%;
    }
    
    #fixation2 img {
        width: 100%;
    }
}


#news {
    background: #e8e8e8;
}

#news h3,
#news h3 small,
#news li,
#news li p,
#news li time {
    color: #000000;
}

#news .flexbox {
    width: 80%;
    max-width: calc(1920px * 0.8);
    margin: 0 auto;
    display: flex;
}

#news .flexbox ul {
    margin-left: 4em;
    flex: 1 1 auto;
}

#news .flexbox ul li {
    margin-left: 4em;
    padding-bottom: 1em;
    border-bottom: 2px solid #16181d;
    margin-bottom: 1em;
}

#news .flexbox ul li time {
    display: inline-block;
    width: 8em;
}

#news .flexbox ul li p {
    font-size: 0.95em;
    line-height: 1.2;
}
@media screen and (min-width:769px)  {
    #news .flexbox ul li p {
        margin-left: 19em;
    }
}


#news .flexbox ul li .category {
    display: inline-block;
    padding: 0 1em;
    background: #011e56;
    color: #ffffff;
    margin: 0 1em;
    width: 8em;
    text-align: center;
}

#news .flexbox ul li a:not(.noline)::before {
    background: #011e56;
}

@media screen and (max-width:768px)  {
    #news .flexbox {
        display: block;
    }
    #news .flexbox div p{
        text-align: right;
        position: relative;
        bottom: 1em;
    }
    
    #news .flexbox ul {
        margin-left: 0;
    }
    
    #news .flexbox ul li {
        margin-left: 0;
    }
    #news .flexbox ul li a{
        display: block;
    }
}

.index_contents{
    width: 80%;
    max-width: 1280px;
}

.index_contents ul{
    width: 50%;
    padding: 1em 2em;
    box-sizing: border-box;
    margin: 0 auto 1em;
    border: 1px solid #cccccc;
    background: #e8e8e8;
}
.index_contents ul li::before{
    content: "・";
}
.index_contents ul + p{
    font-size: 1.6em;
    font-weight: bold;
    background-color: #011e56;
    color: #ffffff;
    text-align: center;
    padding: 0.5em 1em;
}

@media screen and (max-width:768px)  {
    .index_contents{
        width: 100%;
    }
    .index_contents ul{
        width: 100%;
    }
}