body {
    font-family: 'Noto Sans JP', sans-serif;
}

.box_img {
    width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    width: 100%;
    height: 950px;
    background: transparent url("../img/headerbg_01.png") no-repeat center center / cover;
    position: relative;
}

header .header_top {
    padding-top: 40px;
}

header .header_top .navbar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

header .header_top .navbar .logo {
    display: flex;
}

header .header_top .navbar .logo .box_img {
    width: auto;
}

header .header_top .navbar .logo a {
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 15px;
    font-weight: 700;
    font-size: 21px;
}

header .header_top .navbar .logo a:hover {
    color: #249ce1;
    text-shadow: 2px 2px 2px black;
}

header .header_top .navbar .logo a span {
    text-transform: none;
    font-size: 15px;
    font-weight: 100;
    display: block;
}

header .header_top .navbar .bars {
    color: white;
}

header .header_top .navbar .bars .bar {
    font-size: 18px;
    font-weight: 400;
    transition: 5ms;
}

header .header_top .navbar .bars .bar i {
    margin-left: 15px;
    font-size: 24px;
}

header .header_top .navbar .bars .bar:hover {
    color: #249ce1;
    text-shadow: 2px 2px 2px black;
}

header .header_top .navbar .menu {
    position: fixed;
    width: 20%;
    border: 2px solid #e12457;
    box-shadow: 2px 2px 20px black;
    padding: 20px;
    top: 0px;
    height: 100%;
    transition: 5ms;
    z-index: 1111;
    right: -1000px;
}

header .header_top .navbar .menu:hover {
    border: 2px solid white;
}

header .header_top .navbar .menu li {
    margin: 15px 0px;
    border-bottom: 2px solid gray;
}

header .header_top .navbar .menu li a {
    margin: 15px 0px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    transition: 5ms;
    cursor: pointer;
}

header .header_top .navbar .menu li a:hover {
    color: #249ce1;
    text-shadow: 2px 2px 2px black;
}

header .header_top .navbar .menu i {
    color: white;
    text-align: right;
    display: block;
    font-size: 18px;
}

header .header_top .navbar .menu i:hover {
    color: #249ce1;
}

header .header_title {
    width: 100%;
    position: absolute;
    top: 20%;
}

header .header_title h2 {
    font-size: 37px;
    font-weight: 100;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

header .header_title h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 195px;
    color: white;
    font-weight: 900;
}

header .header_video {
    position: absolute;
    width: 100%;
    top: 55%;
    margin: auto;
}

header .header_video .video_title {
    font-weight: 300;
    font-size: 14px;
    color: #ffcfdf;
    width: 45%;
    position: absolute;
    right: -35%;
    top: 40%;
    display: flex;
    align-items: center;
}

header .header_video .video_title::before {
    content: "";
    display: inline-flex;
    height: 2px;
    background: #fff;
    padding-right: 30%;
    margin-right: 10%;
}

section {
    width: 100%;
    height: auto;
}

section .section_first {
    background: url('../img/Panteon-1170_02.png') no-repeat center bottom;
    margin-top: 50px;
    color: #e12457;
    height: 900px;
}

section .section_first .sf_text h3 {
    font-size: 48px;
    font-weight: 700;
    color: #e12457;
    text-align: center;
}

section .section_first .sf_text h3 span {
    display: block;
    margin-top: 25px;
    padding: 0px 20px;
    font-size: 13px;
    font-weight: 100;
    color: #4c4c4c;
    position: relative;
}

section .section_first .sf_text h3 span::after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #fbd6e0;
    position: absolute;
    right: 0;
    top: 0;
}

section .section_first h2 {
    font-weight: 700;
    font-size: 60px;
    color: #e12457;
    margin-top: 150px;
    margin-bottom: 50px;
}

section .section_first h3 {
    font-weight: 700;
    font-size: 24px;
    color: black;
    margin-bottom: 34px;
}

section .section_first p {
    font-weight: 100;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 30px;
}

section .section_second {
    margin-top: 130px;
}


section .section_second h2 {
    font-size: 60px;
    font-weight: 700;
    color: #e12457;
    margin-bottom: 50px;
}

section .section_second h3 {
    font-weight: 700;
    font-size: 24px;
    color: black;
    margin-bottom: 30px;
}

section .section_second p {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 100;
    line-height: 30px;
}

section .section_second .red {
    color: #e12457;
    margin-top: 40px;
    margin-bottom: 50px;
}

section .section_second p:type-of-last {
    margin-top: 20px;
}

section .section_second .img_boxs {
    border: 10px solid #e12457;
    position: relative;
    height: 70%;
    width: 70%;
    margin-left: 20%;
}

section .section_second .img_boxs img {
    position: relative;
    top: 50px;
    left: -60px;
    z-index: 1111;
}

section .section_second .section_second_bottom {
    background: url('../img/bgs_03.png') no-repeat center center / cover;
    margin-top: 70px;
    width: 100%;
    height: auto;
}

section .section_second .section_second_bottom h3 {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-top: 50px;
    margin-bottom: 25px;
}

section .section_second .section_second_bottom p {
    color: white;
    line-height: 30px;
    font-size: 16px;
    font-weight: 100;
}

section .section_second .section_second_bottom .img_box {
    position: relative;
}

section .section_second .section_second_bottom .img_box img {
    position: absolute;
    top: -20px;
    left: 20px;
    box-shadow: 2px 2px 20px #e12457;
}

section .section_second .section_second_bottom .bottom {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

section .section_second .section_second_bottom .bottom p {
    font-size: 60px;
    font-weight: 400;
}

section .section_second .section_second_bottom .bottom p span {
    font-size: 24px;
    margin-left: 60px;
}

section .section_second .section_second_bottom .bottom .fly {
    background: white;
    padding: 25px 35px;
    border: none;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #c2529a;
}

section .section_second .section_second_bottom .bottom .fly:hover {
    box-shadow: 2px 2px 20px white;
}

section .section_three {
    background: url('../img/bg3_02.png') no-repeat center center / cover;
    width: 100%;
    position: relative;
    margin-top: 170px;
}

section .section_three .particles-js-canvas-el {
    position: absolute;
    top: 0;
}

section .section_three h2 {
    font-weight: 700;
    font-size: 60px;
    color: white;
    text-align: center;
    padding-top: 115px;
    margin-bottom: 70px;
}

section .section_three .st_video {
    position: relative;
    top: 0;
    text-align: center;
    z-index: 1;
}

section .section_three .st_text {
    display: flex;
    margin-top: 70px;
    padding-bottom: 150px;
}

section .section_three .st_text p {
    color: white;
    font-size: 16px;
    font-weight: 700;
}

section .section_three .st_text .st_text_left {
    margin-right: 50px;
    width: 50%;
}

section .section_three .st_text .st_text_left p {
    margin-bottom: 60px;
}

section .section_three .st_text .st_text_right p:nth-child(1) {
    margin-bottom: 45px;
    font-size: 24px;
    font-weight: 700;
}

section .section_three .st_text .st_text_right p:nth-child(2) {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 100;
}

section .section_three .st_text .st_text_right p:nth-child(3) {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 100;
}

section .section_three .st_text .st_text_right p:nth-child(3) {
    font-size: 16px;
    font-weight: 100;
}

section .section_four {
    margin-top: 100px;
}

section .section_four h2 {
    font-size: 60px;
    color: #e12457;
    margin-bottom: 50px;
}

section .section_four .sf_text {
    margin-bottom: 150px;
    margin-top: 40px;
}

section .section_four .sf_text h3 {
    font-size: 24px;
    color: black;
    margin-bottom: 15px;
    font-weight: 400px;
}

section .section_four .sf_text p {
    font-size: 16px;
    font-weight: 400;
    color: #4c4c4c;
    margin-bottom: 50px;
    line-height: 30px;
}

section .section_four .sf_text .btn {
    background-color: #e12457;
    color: white;
    padding: 17px 42px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
}

section .section_four .tabs {
    border-left: 3px solid #e12457;
    height: 80%;
    text-orientation: none;
    position: relative;
}


section .section_four .tabs ul li {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
}

section .section_four .tabs ul li:hover::before {
    background-color: #e12457;
}

section .section_four .tabs ul li:nth-child(1) {
    margin-top: 0;
}

section .section_four .tabs a {
    text-decoration: none;
    margin-left: 30px;
    display: block;
    color: #e12457;
    writing-mode: vertical-lr;
    font-size: 20px;
    font-weight: 400;
    display: none;
}

section .section_four .tabs i {
    display: block;
    margin-bottom: 20px;
    color: #e12457;
    margin-left: 30px;
    font-size: 20px;
}

section .section_four .tabs li::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #e12457;
    position: absolute;
    left: -12px;
}

section .section_four .item_tabs {
    display: none;
}

section .section_four .active {
    display: block;
}

footer {
    background: url('../img/bg3_02.png') no-repeat center center;
    height: auto;
}

footer h2 {
    padding-top: 130px;
    color: white;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 70px;
    text-align: left;
}


footer p {
    font-size: 16px;
    font-weight: 100;
    color: white;
    line-height: 30px;
    margin-bottom: 40px;
}



footer .footer_forms {
    background: url('../img/2020-04-24\ 03.29.40.jpg') no-repeat center center;
    margin-bottom: 120px;
    padding-bottom: 70px;
}

footer .footer_forms h3 {
    padding-top: 75px;
    margin-bottom: 50px;
    color: white;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
}

footer .footer_forms input {
    display: block;
    max-width: 100%;
    background-color: transparent;
    margin: auto;
    color: white;
    font-size: 16px;
    font-weight: 100;
    border: none;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

footer .footer_forms .btn {
    background-color: white;
    border: none;
    color: #e12457;
    padding: 20px 70px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700px;
    margin: auto;
    display: block;
}

footer .logo {
    display: flex;
}



footer .logo .box_img {
    width: auto;
}

footer .logo a {
    color: #fff;
    text-transform: uppercase;
    margin-left: 15px;
    font-weight: 700;
    font-size: 21px;
}

footer .logo a:hover {
    color: #249ce1;
    text-shadow: 2px 2px 2px black;
}

footer .logo a span {
    text-transform: none;
    font-size: 15px;
    font-weight: 100;
    display: block;
}

footer .social_icons {
    display: flex;
    align-items: flex-start;
}

footer .social_icons p {
    font-size: 14px;
    margin-right: 15px;
}

footer .social_icons i {
    margin-right: 10px;
    font-size: 15px;
    color: white;
    background-color: #4c75a3;
    border-radius: 50%;
    padding: 10px;
}

footer .social_icons i:hover {
    color: #249ce1;
    text-shadow: 2px 2px 2px black;
    box-shadow: 2px 2px 2px black;
}


/* ---------------- Media Start -------------- */


@media (max-width: 750px) {
    header {
        background: url('../img/750_01.png');
    }
}

@media (max-width: 576px) {
    header {
        background: url('../img/320_01.png') no-repeat center center / cover;
        height: 600px;
    }
}

@media (max-width: 576px) {
    header .header_top .navbar .menu {
        background: rgb(223, 43, 77);
        display: flex;
        right: 0;
        height: auto;
        width: 100%;
        right: 1000px;
    }
}

@media (max-width: 576px) {
    header .header_top .navbar .menu li {
        border-bottom: none;
    }
}


@media (max-width: 576px) {
    header .header_top .navbar .menu li a {
        font-size: 13px;
        margin: 0px 5px;
    }
}


@media (max-width: 768px) {
    header .header_title h2 {
        font-size: 24px;
    }
}

@media (max-width: 750px) {
    header .header_title h2 {
        font-size: 30px;
        font-weight: 400px;
    }
}


@media (max-width: 576px) {
    header .header_title h2 {
        font-size: 13px;
        font-weight: 100px;
    }
}

@media (max-width: 768px) {
    header .header_title h1 {
        font-size: 100px;
    }
}

@media (max-width: 750px) {
    header .header_title h1 {
        font-size: 157px;
        font-weight: 700px;
    }
}

@media (max-width: 576px) {
    header .header_title h1 {
        font-size: 36px;
    }
}

@media (max-width: 750px) {
    header .header_video .video_title {
        color: black;
        top: 90%;
        right: 0%;
    }
}

@media (max-width: 750px) {
    header .header_video .video_title::before {
        display: none;
    }
}

@media (max-width: 576px) {
    header .header_video .video_title {
        top: 40%;
    }
}

@media (max-width: 750px) {
    section .md_fluid {
        max-width: none;
    }
}

@media (max-width: 768px) {
    section .section_first {
        background: url('../img/Panteon-750_02.png') no-repeat center bottom;
    }
}

@media (max-width: 576px) {
    section .section_first {
        background: url('../img/Panteon-320_02.png') no-repeat center bottom;
    }
}

@media (max-width: 576px) {
    section .section_first {
        height: auto;
        padding-bottom: 160px;
    }
}

@media (max-width: 750px) {
    section .section_first h2 {
        font-size: 48px;
        margin-top: 110px;
    }
}

@media (max-width: 768px) {
    section .section_first h2 {
        font-size: 48px;
        margin-top: 110px;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    section .section_first h2 {
        font-size: 36px;
        margin-top: 50px;
    }
}

@media (max-width: 576px) {
    section .section_first p {
        text-align: justify;
    }
}

@media (max-width: 750px) {
    section .section_second {
        margin-top: 80px;
    }
}

@media (max-width: 768px) {
    section .section_second {
        margin-top: 80px;
    }
}

@media (max-width: 576px) {
    section .section_second {
        margin-top: 100px;
    }
}


@media (max-width: 750px) {
    section .section_second h2 {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    section .section_second h2 {
        font-size: 48px;
    }
}

@media (max-width: 576px) {
    section .section_second h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }
}

@media (max-width: 750px) {
    section .section_second p {
        font-size: 16px;
        text-align: justify;
    }
}

@media (max-width: 768px) {
    section .section_second p {
        font-size: 16px;
        text-align: justify;
    }
}

@media (max-width: 576px) {
    section .section_second p {
        text-align: justify;
    }
}

@media (max-width: 750px) {
    section .section_second .img_boxs {
        height: 30%;
    }
}

@media (max-width: 768px) {
    section .section_second .img_boxs {
        height: 25%;
    }
}

@media (max-width: 576px) {
    section .section_second .img_boxs {
        height: 80%;
        margin-top: 40px;
    }
}


@media (max-width: 750px) {
    section .section_second .img_boxs img {
        top: 24px;
        top: 20px;
    }
}


@media (max-width: 576px) {
    section .section_second .section_second_bottom {
        margin-top: 150px;
    }
}

@media (max-width: 576px) {
    section .section_second .section_second_bottom h3 {
        margin-top: 200px;
    }
}


@media (max-width: 576px) {
    section .section_second .section_second_bottom .img_box img {
        left: 0px;
        top: -100px;
    }
}


@media (max-width: 576px) {
    section .section_second .section_second_bottom .bottom {
        display: block;
        text-align: center;
    }
}

@media (max-width: 750px) {
    section .section_second .section_second_bottom .bottom p {
        font-size: 24px;
        font-size: 24px;
    }
}

@media (max-width: 750px) {
    section .section_second .section_second_bottom .bottom p span {
        font-size: 18px;
    }
}

@media (max-width: 750px) {
    section .section_second .section_second_bottom .bottom .fly {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    section .section_second .section_second_bottom .bottom .fly {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    section .section_second .section_second_bottom .bottom .fly {
        margin-top: 20px;
    }
}

@media (max-width: 750px) {
    section .section_three {
        margin-top: 85px;
    }
}

@media (max-width: 768px) {
    section .section_three {
        margin-top: 85px;
    }
}

@media (max-width: 576px) {
    section .section_three {
        margin-top: 0px;
    }
}

@media (max-width: 750px) {
    section .section_three h2 {
        font-size: 48px;
        text-align: left;
        margin-bottom: 50px;
        padding-top: 80px;
    }
}

@media (max-width: 768px) {
    section .section_three h2 {
        font-size: 48px;
        text-align: left;
        margin-bottom: 50px;
        padding-top: 80px;
    }
}

@media (max-width: 576px) {
    section .section_three h2 {
        font-size: 36px;
        margin-bottom: 30px;
        padding-top: 60px;
    }
}

@media (max-width: 576px) {
    section .section_three .st_text {
        margin-top: 0px;
        display: block;
        position: relative;
        z-index: 1111;
    }
}

@media (max-width: 750px) {
    section .section_three .st_text .st_text_left {
        width: 80%;
    }
}

@media (max-width: 768px) {
    section .section_three .st_text .st_text_left {
        width: 80%;
    }
}

@media (max-width: 576px) {
    section .section_three .st_text .st_text_right {
        display: none;
    }
}

@media (max-width: 750px) {
    section .section_four {
        margin-top: 70px;
    }
}

@media (max-width: 768px) {
    section .section_four {
        margin-top: 70px;
    }
}

@media (max-width: 576px) {
    section .section_four {
        margin-top: 60px;
    }
}

@media (max-width: 750px) {
    section .section_four h2 {
        font-size: 48px;
        text-align: center;
        margin-bottom: 50px;
        padding-top: 0px;
    }
}

@media (max-width: 768px) {
    section .section_four h2 {
        font-size: 48px;
        text-align: left;
        margin-bottom: 50px;
        padding-top: 0px;
    }
}

@media (max-width: 576px) {
    section .section_four h2 {
        font-size: 36px;
        margin-bottom: 30px;
        padding-top: 0px;
    }
}

@media (max-width: 576px) {
    section .section_four .sf_text {
        margin-bottom: 20px;
    }
}

@media (max-width: 750px) {
    section .section_four .tabs {
        text-orientation: unset;
        border-top: 3px solid #e12457;
        border-left: none;
    }
}

@media (max-width: 768px) {
    section .section_four .tabs {
        text-orientation: unset;
        border-top: 3px solid #e12457;
        border-left: none;
    }
}

@media (max-width: 750px) {
    section .section_four .tabs ul {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    section .section_four .tabs ul {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 750px) {
    section .section_four .tabs ul li {
        flex-direction: unset;
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    section .section_four .tabs ul li {
        flex-direction: unset;
        margin-bottom: 0px;
    }
}


@media (max-width: 750px) {
    section .section_four .tabs a {
        margin-top: 16px;
        writing-mode: unset;
    }
}

@media (max-width: 768px) {
    section .section_four .tabs a {
        margin-top: 16px;
        writing-mode: unset;
    }
}


@media (max-width: 750px) {
    section .section_four .tabs i {
        margin-top: 20px;
        margin-left: 0px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    section .section_four .tabs i {
        margin-top: 20px;
        margin-bottom: 40px;
        margin-left: 0px;
    }
}

@media (max-width: 750px) {
    section .section_four .tabs li::before {
        position: relative;
        top: -9px;
        left: 22px;
    }
}

@media (max-width: 768px) {
    section .section_four .tabs li::before {
        position: relative;
        top: -9px;
        left: 22px;
    }
}

@media (max-width: 750px) {
    footer .md_fluid {
        max-width: none;
    }
}

@media (max-width: 750px) {
    footer h2 {
        font-size: 48px;
        text-align: left;
        margin-bottom: 50px;
        padding-top: 80px;
    }
}

@media (max-width: 768px) {
    footer h2 {
        font-size: 48px;
        text-align: left;
        margin-bottom: 50px;
        padding-top: 20px;
    }
}

@media (max-width: 576px) {
    footer h2 {
        font-size: 36px;
        margin-bottom: 30px;
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    footer p {
        text-align: justify;
    }
}

@media (max-width: 576px) {
    footer p {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    footer .footer_forms {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    footer .logo {
        justify-content: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    footer .social_icons {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    footer .social_icons p {
        display: none;
    }
}

@media (max-width: 768px) {
    footer .social_icons p {
        display: block;
    }
}