@charset "UTF-8";

body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.main_background {
    background-color: rgb(0, 0, 30);
}

.subtitle {
    background: linear-gradient(180deg, rgb(237, 111, 77), rgb(173, 81, 54));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container {
    max-width: 100%;
}

.text {
    color: rgb(210, 220, 255);
}

.text_white {
    color: white;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.border_bottom {
    border: 0 solid;
    border-bottom-width: thin;
    border-image: linear-gradient(to right, rgb(237, 111, 77) 0%, rgb(50, 111, 240) 100%);
    border-image-slice: 1;
}

.linked_text {
    text-decoration: none;
    color: rgb(210, 220, 255);
    transition: all 0.2s ease 0s;
}

.linked_text:hover {
    text-decoration: none;
    color: rgba(237, 111, 77, 0.8);
}

.linked_text_u {
    text-decoration: underline;
    color: rgb(210, 220, 255);
    transition: all 0.2s ease 0s;
}

.linked_text_u:hover {
    text-decoration: underline;
    color: rgba(237, 111, 77, 0.8);
}

.frame {
    margin-left: 10%;
    margin-right: 10%;
}

.white {
    background-color: white;
}

iframe {
    width: 100%;
    height: 34em;
    border: none;
}

.mb10 {
    margin-bottom: 10em;
}

.mb9 {
    margin-bottom: 9em;
}

.mb8 {
    margin-bottom: 8em;
}

.mb7 {
    margin-bottom: 7em;
}

.mb6 {
    margin-bottom: 6em;
}

.mb5 {
    margin-bottom: 5em;
}

.mb4 {
    margin-bottom: 4em;
}

.mb3 {
    margin-bottom: 3em;
}

@media(min-width:766px){
    .sp{
        display: none !important;
    }
}
@media(max-width:765px){
    .pc{
        display: none !important;
    }
}