@charset "utf-8";

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css');

/*--------------------------------------------------------------------------------------------------
 PC
 -------------------------------------------------------------------------------------------------*/
article::before {
    background-color: #EFEBE3;
    height: 1050px;
}
#page-title .inner {
    color: #000;
    padding-bottom: 30px;
}
#page-title .inner div {
    padding-top: 0;
}
#page-title p {
    width: clamp(78%, (1366px - 100vw)*1000, 100%);
}
#merit .inner {
    position: relative;
    padding-bottom: 80px;
}
#merit .bird4 {
    position: absolute;
    top: 3%;
    left: 58%;
}
#archivement .inner {
    padding-bottom: 60px;
}
#archivement dl {
    padding: 60px 0;
}
#archivement dl div {
    padding: 60px 0;
}
#archivement dt {
    font-size: 3.5rem;
    line-height: 1.4;
    position: relative;
}
#archivement dt::before{
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #EFEAE3;
    z-index: -1;
}
#archivement dd:nth-of-type(1) {
    margin: 30px 0;
}
#archivement dd:nth-of-type(1) a[target="_blank"]::after {
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-size: 100%;
    font-weight: 900;
    margin-left: 5px;
}
#archivement dd:nth-of-type(2) {
    display: flex;
    /*height: 620px;*/
    gap: 40px;
}
#archivement dd:nth-of-type(2) iframe,
#archivement dd:nth-of-type(2) a {
    border: 2px solid #ccc;
    border-radius: 5px;
    /*pointer-events: none;*/
    display: block;
}
#archivement dd:nth-of-type(2) iframe:nth-of-type(1),
#archivement dd:nth-of-type(2) a:nth-of-type(1) {
    width: 70%;
}
#archivement dd:nth-of-type(2) iframe:nth-of-type(2),
#archivement dd:nth-of-type(2) a:nth-of-type(2) {
    width: 30%;
}
#archivement dd:nth-of-type(2) a img {
    vertical-align: top;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------------------------------------------
 PC-small
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1365px) {



}

/*--------------------------------------------------------------------------------------------------
 Tablet-SP
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

article::before {
    transform: skewY(-15deg);
    height: 1100px;
}
#page-title h1 {
    font-size: clamp(3.9rem, 10vw, 6rem);
}
#archivement dl {
    padding-bottom: 40px;
}
#archivement dl div {
    padding: 0 0 60px;
}
#archivement dt {
    font-size: clamp(2.5rem, 6vw, 2.9rem);
    padding: 0 20px;
}
#archivement dd {
    padding: 0 20px;
}
#archivement dd:nth-of-type(2) {
    display: block;
    text-align: center;
}
#archivement dd:nth-of-type(2) a:nth-of-type(1) {
    display: none;
}
#archivement dd:nth-of-type(2) iframe:nth-of-type(2),
#archivement dd:nth-of-type(2) a:nth-of-type(2) {
    width: clamp(50%, (620px - 100vw)*1000, 100%);
}

}

/*--------------------------------------------------------------------------------------------------
 SP-small
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

article::before {
    transform: skewY(-25deg);
    height: 1100px;
}

}
