/* main */
.main-visual img.main-visual-bg {
    width: 100%;
    height: 120vh;
    max-height: 1000px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 100%;
    object-position: 0% 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}

@media screen and (max-width: 1024px) {
    .main-visual img.main-visual-bg {
        max-height: 780px;
    }
}

@media screen and (max-width: 767px) {
    .main-visual img.main-visual-bg {
        max-height: 700px;
    }
}

.main-visual {
    padding: 110px 0 0px;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .main-visual {
        padding: 60px 0 40px;
    }
}

.main-visual.parallax {
    position: relative;
    height: 120vh;
    max-height: 1000px;
}

@media screen and (max-width: 1024px) {
    .main-visual.parallax {
        max-height: 780px;
    }
}

@media screen and (max-width: 767px) {
    .main-visual.parallax {
        height: 90vh;
    }
}

@media screen and (max-width: 413px) {
    .main-visual.parallax {
        max-height: 700px;
        height: 100vh;
    }
}

@media screen and (max-width: 374px) {
    .main-visual.parallax {
        height: 120vh;
    }
}

.main-visual p {
    text-shadow: 0px 0px 8px #000000, 0px 0px 50px #000000;
    line-height: 2;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .main-visual p {
        margin-bottom: 1rem;
    }
}

.main-visual h2 {
    text-shadow: 0px 0px 8px #000000, 0px 0px 50px #000000;
    font-weight: bold;
    margin-bottom: 3rem;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .main-visual h2 {
        font-size: 2.1rem;
        margin-bottom: 1rem;
    }
}

.main-visual-catch {
    margin-bottom: 10rem;
}

@media screen and (max-width: 1024px) {
    .main-visual-catch {
        margin-left: 0;
        margin-bottom: 8rem;
    }
}

.main-visual-logo {
    margin-left: 3rem;
}

@media screen and (max-width: 1024px) {
    .main-visual-logo {
        margin-left: 0rem;
    }
}

@media screen and (max-width: 767px) {
    .main-visual-logo {
        width: 70%;
    }
}

.main-visual-subcatch {
    display: flex;
    flex-direction: row;
    margin-left: 3rem;
}

.main-visual-subcatch p {
    font-size: 1.6rem;
    letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
    .main-visual-subcatch {
        width: 100%;
        margin-left: 0%;
        flex-direction: column-reverse;
    }

    .main-visual-subcatch p {
        font-size: 1.4rem;
        letter-spacing: 0;
        line-height: 1.6;
    }
}

.main-visual-subcatch-con {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
}

.main-visual-subcatich-txt {
    width: 30vw;
}

@media screen and (max-width: 1024px) {
    .main-visual-subcatich-txt {
        width: 100%;
    }
}

.main-visual-subcatich-img {
    width: 100%;
    text-align: center;
}

.main-visual-scroll_btn {
    width: 3vw;
    bottom: 10vh;
    right: 0;
}

@media screen and (max-width: 1024px) {
    .main-visual-scroll_btn {
        width: 3vw;
        bottom: 50vh;
        right: 0;
    }
}

.fadein-block {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
}

.fadein {
    opacity: 1.0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.heading-main {
    font-size: 5rem;
    line-height: 1.5;
    color: #ffffff;
    font-weight: normal;
    position: relative;
    z-index: 1000;
}

h3.heading-main span {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: #E60012;
}

h2.heading-main span {
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .heading-main {
        font-size: 3rem;
    }
}

/* section01 */
#section01 {
    max-width: 1200px;
    margin: auto;
}

.section01_box {
    display: block flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 3em;
    margin-bottom: 10em;
}

.section01 {
    width: 100%;
}

.section01_back {
    background-image: url(../img/btn_back.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.section01_inn {
    padding: 1em;
}

.section01 a:hover {
    color: #ffffff;
}

.section01_inn h2 span {
    font-family: "ClanWeb-Medium";
    color: #4C4948;
}

@media screen and (max-width: 767px) {
    .section01_box {
        flex-direction: column;
    }

    .section01 {
        width: 100%;
        margin-bottom: 1em;
    }

    .section01_back {
        background-image: none;
        background-color: #E60012;
    }
}

/* section02 */
.section02 {
    /* text-align: center; */
    max-width: 1200px;
    margin:auto;
    /* overscroll-behavior-y: contain; */
}

.section02 iframe {
    /* margin: 0px 5vw; */
    /* pointer-events: none; */
}

/* section03 */
#section03 iframe{
    height:45vw;
    max-height:540px;
}
@media screen and (max-width: 1000px) {
    #section03 iframe{
        height:55vw;
        max-height:none;
    }
}
@media screen and (max-width: 768px) {
    #section03 iframe{
        height:150vw;
        max-height:none;
    }
}
@media screen and (max-width: 580px) {
    #section03 iframe{
        height:180vw;
        max-height:none;
    }
}


/* section04 */
#section04 {
    padding-bottom: 0px;
}

.section04 .section04_inn {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    padding-top: 100px;
    padding-bottom: 100px;
}

.section04 .section04_inn:first-child {
    padding-bottom: 300px;
}

.section04 .section04_inn:last-child {
    padding-bottom: 300px;
}

.section04 .section04_inbox {
    max-width: 1200px;
    margin: 0px auto;
}

.section04_ttl001 {
    padding: 0px 50px;
    margin-bottom: 50px;
}

.section04_inn001 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 200px;
}

.section04_inn002 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 500px;
}

.sp_tyousei01 {
    padding-bottom: 200px;
}

.section04_inn003 {
    display: flex;
    text-align: center;
    padding-top: 325px;
}

.section04_textbox {
    width: 38vw;
    padding: 0px 50px;
    z-index: 100;
}

.section04_textbox h2 {
    margin-bottom: 20px;
}

.section04_imgbox {
    width: 100%;
}

.section04_inn001 .section04_imgbox {
    left: 30vw;
}

.section04_inn002 .section04_imgbox {
    right: 30vw;
}

/* section04 sp */
@media screen and (max-width: 767px) {
    .section04 .section04_inn:first-child {
        padding-bottom: 100px;
    }
    .section04 .section04_inn:last-child {
        padding-bottom: 100px;
    }

    .section04_ttl001 {
        padding: 0px;
    }

    .section04_inn001 {
        position: static;
        flex-direction: column;
        padding-top: 0px;
    }

    .section04_inn001 .section04_textbox {
        position: static;
        width: 100%;
    }

    .section04_inn001 .section04_imgbox {
        position: static;
        padding-top: 20px;
        transform: translateX(20vw);
    }

    .section04_inn002 {
        position: static;
        flex-direction: column;
        padding-top: 50px;
    }

    .sp_tyousei01 {
        padding-bottom: 0px;
    }

    .section04_inn002 .section04_textbox {
        position: static;
        width: 100%;
    }

    .section04_inn002 .section04_imgbox {
        position: static;
        padding-top: 20px;
        transform: translateX(-20vw);
    }

    .section04_inn003 {
        padding-top: 50px;
    }
}

/* section05 */
#section05 {
    padding-top: 0px;
}

.section05 {
    background-color: rgba(0, 0, 0, 1);
}

.section05_ttl {
    display: flex;
    justify-content: center;
}

.section05_inn {
    margin-top: 50px;
}

.section05_inn .red_line_img {
    right: -43vw;
    top: -150px;
}

.section05_inn .section05_inbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8em;
    margin-bottom: 4em;
}

.section05_inn001 {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.section05_inn001 .section05_txt {
    transform: translateY(-180px);
}

.section05_inn002 li {
    font-size: 1.6rem;
    margin: 20px 50px 20px 70px;
}

.section05_inn002 ol li {
    padding-left:0.5em;
    list-style-type:decimal;
}

.section05_inn003 {
    display: flex;
    flex-direction: row;
    text-align: center;
    margin-right: 50px;
    margin-left: 50px;
}

.section05_inn003 .parallelogram {
    margin-bottom: 20px;
    margin-top: 20px;
}

.section05_inn004 {
    display: flex;
    flex-direction: row;
    margin-right: 50px;
    margin-left: 50px;
}

.section05_inn004 img {
    width: 100%;
}

.section05_inn004 ul {
    margin-top: 20px;
}

.section05_inn004 li {
    list-style-type: disc;
    margin-left: 40px;
}

.section05_inn004 table,
table th,
table td {
    width: 50vw;
    border-collapse: collapse;
    border: 1px solid white;
    letter-spacing: 1px;
    text-align: center;
    font-weight: normal;
}

.section05_inn004 table th {
    color: black;
    background-color: #B3B3B3;
}

.section05_inn004 table td {
    color: white;
    background-color: #333333;
}

.section05_inn005 {
    display: flex;
    flex-direction: row;
    text-align: center;
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 100px;
}

.section05_inn005 .parallelogram {
    margin-bottom: 20px;
    margin-top: 20px;
}


@media screen and (max-width: 1024px) {
    .section05_inn003 {
        flex-direction: column;
    }

    .section05_inn004 {
        flex-direction: column;
    }

    .section05_inn005 {
        flex-direction: column;
    }

    .section05_inn004 table {
        width: 100%;
    }
}

/* section06 */
.section06 {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 300px;
}

.section06 .parallelogram {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    width: 300px;
    /*平行四辺形の横幅*/
    height: 100px;
    /*平行四辺形の高さ*/
}

.section06 .parallelogram::before {
    transform: skewX(-30deg);
    /*平行四辺形の角度*/
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #3E3A39;
    border: 1px solid white;
}

.section06 .section06_ttl h2 {
    font-size: 2em;
    position: absolute;
    top: 27%;
    left: 30%;
}

.section06 .section06_inn h2 {
    border-bottom: 2px solid #E60012;
    margin: 60px 10vw 10px 10vw;
    padding-bottom: 20px;
}

.section06 .section06_inn ul li {
    border-bottom: 1px solid white;
    margin: 30px 10vw;
    padding: 30px 0px;
}

.section06 .section06_inn ul li .news_single {
    padding: 0px 2vw;
    display: flex;
    flex-direction: row;
}

.section06 .section06_inn ul li .news_single time {
    width: 200px;
}

.section06 .section06_inn:last-child h2 {
    margin-top: 100px;
}

.section06 .section06_inn .dl_01 {
    width: 100%;
    margin: 30px 10vw;
}

.section06 .section06_inn .dl_01 img {
    width: 100%;
}

.section06 .section06_inn .dl_01 .cl_name {
    top: 40px;
    left: 40px;
    width: 30vw;
    max-width: 350px;
    font-size: 1.3em;
}

@media screen and (max-width: 1024px) {
    .section06 .section06_inn .dl_01 .cl_name {
        top: 43px;
        width: 50vw;
        font-size: 1em;
    }
}

@media screen and (max-width: 767px) {
    .section06 .section06_inn .dl_01 .cl_name {
        top: 6vw;
        left: 20px;
        width: 60vw;
    }
}


/* section06 sp */
@media screen and (max-width: 767px) {
    .section06 .section06_inn ul li .news_single {
        flex-direction: column;
    }

    .section06 .section06_inn .dl_01 {
        width: 70vw;
        margin: auto;
    }
}