body {
    margin: 0;
}

.bg {
    position: fixed;
    z-index: -1;
}

.bg img {
    width: 100%;
}

.pagemain {
    background-image: url(/assets/img/kikaku.png);
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    z-index: -2;
    margin: 0;
    padding: 0%;
}

.pagemain_ttl {
    width: 520px;
    height: 80px;
    padding: 0;
    font-size: 33px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D93751;
    position: relative;
    z-index: 1;
    bottom: -63px;
}

.pagemain_ttl_long {
    width: 800px;
    height: 60px;
    padding: 15px 0;
    font-size: max(1.8vw, 19px);
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D93751;
    position: relative;
    z-index: 0;
    bottom: -61px;
}

.pagemain_ttl_1 {
    width: 600px;
    height: 60px;
    padding: 15px 0;
    font-size: 28px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D93751;
    position: relative;
    z-index: 0;
    bottom: -61px;
}

.subttl {
    padding-top: 100px;
    margin: 0;
    text-align: center;
    font-size: 27px;
    letter-spacing: 0.2em;
}

.logo3 {
    text-align: center;
    padding: 30px 0px;
    width: 100%;
    height: auto;
}

.logo3 img {
    width: 85px;
    height: auto;
}

.atagu,
.p_atagu,
.li_atagu {
    color: #4b6cb3;
    font-size: max(1.05vw, 16.8px);
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.collaboration_atagu {
    color: #4b6cb3;
    font-size: max(1.05vw, 16.8px);
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    position: relative;
    left: 10px;
}

.atagu span,
.p_atagu span,
.collaboration_atagu span,
.li_atagu span {
    font-size: 16.8px;
}

.atagu::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #4b6cb3;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.p_atagu::after {
    position: absolute;
    bottom: 5px;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #4b6cb3;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.collaboration_atagu::after {
    position: absolute;
    bottom: 5px;
    left: -15px;
    content: '';
    width: 108%;
    height: 1.5px;
    background: #4b6cb3;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.li_atagu::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #4b6cb3;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.atagu:hover::after,
.p_atagu:hover::after,
.collaboration_atagu:hover::after,
.li_atagu:hover::after {
    transform: scale(1, 1);
}

p,
h1:not(top h1),
h2,
h3 {
    margin: 0;
}

.container_1 {
    width: 70vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 7% 10%;
    background-color: #fff;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
}

.container_2 {
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto;
    padding: 7% 5%;
    background-color: #fff;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
}

.min_wrapper {
    width: 34vw;
    min-width: 500px;
    margin: 0 auto;
}

.min_inner {
    padding: 70px;
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
}

.coming_soon_wrapper {
    width: 34vw;
    min-width: 500px;
    margin: 0 auto;
}

.coming_soon_inner {
    padding: 70px;
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    text-align: center;
}

.coming_soon {
    font-size: 30px;
    color: #D93751;
}

.container h1:not(.long_h1) {
    font-size: max(2.5vw, 26.6px);
}

.container :not(.margin_cancel, .paragraph p, .paragraph a, .coming_soon p, .campustour_table div, .lookatme_table div) {
    margin-top: 50px;
}

.paragraph p {
    line-height: 35px;
    letter-spacing: 1px;
}

.paragraph p:not(.coming_soon p),
.paragraph a {
    font-size: max(1.3vw, 13.7px);
    font-size: 1.05rem;
}

.first_content {
    margin-top: 132.5px;
}

.challengers_distance {
    margin-top: 100px;
}

.heading_color {
    color: #D93751;
}

.centering {
    text-align: center;
}

.main_img {
    width: max(40vw, 300px);
    max-width: 500px;
}

.logo_img,
.qr_img {
    width: 20%;
    min-width: 150px;
}

.lined_up {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.lined_up_img {
    width: 350px;
    height: 250px;
}

.campustour_img {
    width: 60%;
}

.three_img {
    width: 300px;
}

.mark_img,
.challengers_img {
    width: 400px;
}

.all_a_n_img {
    width: 50%;
    min-width: 300px;
}

.campustour_timetable_img {
    width: 80%;
    min-width: 350px;
}

.head_align {
    margin-left: 0.5vw;
}

.p_align {
    margin-left: 1em;
}

.indent_s_1 {
    margin-left: 0.4em;
}

.clear_indention {
    padding-left: 1em;
    text-indent: -1em;
}

.otoiawase {
    width: 34vw;
    min-width: 500px;
    margin: 0 auto;
}

.otoiawase_main {
    padding: 40px;
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    text-align: center;
}

.bracket_bring_closer {
    margin-left: -20px;
}

.bracket_bring_closer_exclamation {
    margin-left: -10px;
}

.bracket_bring_closer_another {
    margin-right: -10px;
}

.p_closer {
    margin-left: -0.5em;
}

#com_pagenai {
    padding-top: 100px;
    margin-top: -100px;
}

.campustour_video {
    width: 40vw;
    min-width: 320px;
    aspect-ratio: 16/9;
}

.video_title {
    margin-bottom: 15px;
}

table {
    font-size: max(1.2vw, 13px);
    white-space: nowrap;
}

th {
    padding: 0 1vw;
    background-color: #d93751;
    color: #fff;
}

td {
    padding: 5px 1vw;
    background-color: #faf6f6;
    text-align: center;
}

td:empty {
    background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px)) !important;
}

.long_h1 {
    font-size: max(2.1vw, 26.6px);
}

.img_hover:hover {
    opacity: 0.6;
    transition: 0.3s;
}

.be_column {
    display: flex;
    flex-direction: column;
}

.width_reset {
    width: fit-content;
    margin: 0 auto;
}

.iframe_centering {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.emphasis {
    color: #D93751;
    font-weight: bold;
}

.be_horizontal {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.MA_text {
    display: block;
}

.MA_img02{
    width: 23vw;
    margin: 1% 0;
}

.evolution_forms{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.evolution_forms img{
    margin-right: 4%;
}

.award_indent {
    margin-left: 46px;
}

.meidgs_results_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.meidgs_results_p {
    width: 510px;
    margin-top: 25px;
}