<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*---------------------------------
共通
----------------------------------*/
@import url("//fonts.googleapis.com/earlyaccess/sawarabimincho.css");
html {
    font-size: 62.5%;
}
body {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-family: 'Noto Sans Japanese', sans-serif;
    background: #FFF;
    color: #333;
    text-align: left;
    position: relative;
}
body.fix {
    height: 100vh;
    overflow-y: hidden;
}
*, *:after, *:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.sp-only {
    display: none;
}
.br-sp {
    display: none;
}
/*-----------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------*/
#header {
    height: 55px;
    background-color: #000032;
    box-sizing: border-box;
    position: relative;
    z-index: 20;
}
#header-inner {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 12px;
    position: relative;
    box-sizing: border-box;
}
#header-inner .social {
    position: absolute;
    padding: 0;
    right: 0;
    top: 12px;
}
#header-inner .social a {
    margin-left: 10px;
    display: inline-block;
    height: auto;
}
#header-inner .social img {
    width: 30px;
    height: auto;
}
#ttl-school {
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
}
body.simple #ttl-school::after {
    content: "テレメール全国一斉調査調べ";
    font-size: 15px;
    margin-left: 1em;
    vertical-align: 4px
}
/*/-----------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
メインコンテンツ
------------------------------------------------------------------------*/
#contents-main {
    position: relative;
    background-image: url("../images/back.png");
    background-repeat: repeat;
    padding-bottom: 50px;
}
/*simple design*/
body.simple #contents-main {
    background-image: none;
    background-color: #c9e4f4;
}
/*simple design*/
/** ○○大学を選んだ理由==*/
#area-school-wrapper {
    background-image: url("../images/boundary.png"), url("../images/dot.png");
    background-repeat: no-repeat, repeat;
    background-position: center bottom -1px, left top;
    background-size: 100%, auto;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
#area-school {
    text-align: center;
    color: #000032;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#img-chosa-pc {
    position: absolute;
    top: 0;
    left: 2%;
}
#img-senpai {
    padding: 36px 40px 20px 0;
}
#img-senpai img {
    width: 252px;
    height: auto;
}
#ttl-catch {
    font-size: 52px;
    font-size: 5.2rem;
    padding: 0;
    margin: 0;
    line-height: 1.3;
    margin-bottom: 20px;
}
#ttl-body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 0;
}
/*simple design*/
body.simple #area-school-wrapper {
    background-image: url("../images/boundary_simple.png");
    background-color: #fff;
    margin-bottom: 30px;
    padding-bottom: 50px;
    position:relative;
}
body.simple #area-school-wrapper::after{
    content:'';
    width:100%;
    height:2px;
    background:#c9e4f4;
    display:block;
    position:absolute;
    bottom: -1px;
}
body.simple #ttl-body {
    font-size: 14px;
    line-height: 1.75;
    font-weight: normal;
    margin-bottom: 0;
}
/*simple design*/
/** /○○大学を選んだ理由==*/
/** 選んだ理由==*/
#area-select {
    max-width: 1000px;
    margin: 0 auto 40px auto;
    color: #000032;
    position: relative;
}
#ttl-reason {
    text-align: center;
    margin-bottom: 25px;
}
#ttl-reason img {
    width: 292px;




    height: auto;
}
#ttl-correct {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
/** 備考 **/
#note-voice {
    width: 100%;
    text-align: center;
    line-height: 160%;
}
/*simple design*/
body.simple p#img-chosa-pc {
    display: none;
    /*
    position: absolute;
    top: 0;
    left: 2%;
    width:184px;
    height:108px;
    background: url(../images/zenkoku-chosa-pc_simple.svg) no-repeat;
    */
}
body.simple p#img-chosa-pc img {
    display: none;
}
body.simple #img-senpai {
    text-align: center;
    font-family: serif;
    font-weight: bold;
    padding-bottom: 10px;
    padding: 40px 40px 10px;
}
body.simple #img-senpai::before {
    content: '先輩が';
    font-size: 30px;
    text-align: center;
    border-bottom: solid 1px #000032;
}
body.simple #img-senpai img {
    display: none;
}
body.simple #ttl-catch {
    font-size: 52px;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 30px;
}
body.simple #ttl-reason::before {
    content: '決めた理由';
    font-size: 51px;
    color: #000042;
    font-family: serif;
    font-weight: bold;
    border-bottom: solid 2px #000042;
    /* padding-bottom: 1vw; */
}
.android body.simple #ttl-reason::before {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
    padding-bottom: 0;
}
body.simple #ttl-correct {
    font-weight: normal;
}
body.simple #ttl-reason img {
    display: none;
}
/* //simple design*/
/*---------------------------------
チャート
----------------------------------*/
/** チャート表示===========================*/
#area-chart {
    position: relative;
    padding: 20px 0;
}
.chart-container {
    position: relative;
    left: 50%;
    top: 0;
    width: 500px;
    height: 350px;
    margin-left: -250px;
}
@media screen and (min-width: 641px) and (max-width: 900px) {
    .chart-container {
        position: static;
        width: 400px;
        height: 350px;
        margin-left: calc(100% - 650px);
    }
}
/** /チャート表示===========================*/
/** チャートのデータ===========================*/
#graphdata {
    width: 250px;
    font-size: 12px;
    font-size: 1.2rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 5%;
    right: 0;
    padding: 25px 0 18px 6px;
    overflow: hidden;
    list-style: none;
    background-image: url("../images/zigzag-pc.png"), url("../images/zigzag-pc.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
}
/*simple design*/
body.simple #graphdata {
    background-image: none;
    ;
    border-top: solid 1px #000032;
    border-bottom: solid 1px #000032;
}
/*simple design*/
#graphdata li {
    list-style-type: none;
    margin-bottom: 0.5em;
}
#graphdata li span.label {
    content: '';
    width: 1em;
    height: 1em;
    display: inline-block;
    border: solid 2px #000;
    vertical-align: middle;
    margin-right: 0.5em;
    position: relative;
    top: -1px;
}
/* ラベル色 */
/*
.chartdata01::before {
    background-color: #f4a886;
}
.chartdata02::before {
    background-color: #81c584;
}
.chartdata03::before {
    background-color: #76b6d2;
}
.chartdata04::before {
    background-color: #c2dc6c;
}
.chartdata05::before {
    background-color: #c0aacf;
}
.chartdata06::before {
    background-color: #f18c69;
}
.chartdata07::before {
    background-color: #f9de6b;
}
.chartdata08::before {
    background-color: #59aca6;
}
.chartdata09::before {
    background-color: #6d8ec3;
}
.chartdata10::before {
    background-color: #c4c26d;
}
.chartdata11::before {
    background-color: #c96984;
}
.chartdata12::before {
    background-color: #8fd7ef;
}
.chartdata13::before {
    background-color: #f090bd;
}
*/
#graphdata span.data {
    display: none;
}
/* /ラベル色 */
/* ツールチップ */
#canvas-holder {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
#chartjs-tooltip {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 80px;
    max-width: 140px;
    padding: 6px 6px 0;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}
#chartjs-tooltip::before {
    content: '';
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #000000 transparent;
    opacity: 0.7;
}
#chartjs-tooltip .label {
    text-align: justify;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
}
#chartjs-tooltip .data {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-size: 2.0rem;
}
/*simple design*/
body.simple #graphdata li span.label {
    border: solid 1px #000;
}
/*simple design*/
/* /ツールチップ */
/** /チャートのデータ===========================*/
/*/---------------------------------
チャート
----------------------------------*/
/** /選んだ理由==*/
/** 先輩の声==*/
#area-voice {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#ttl-voice {
    text-align: center;
    margin-bottom: 25px;
}
#ttl-voice img {
    width: 378px;
    height: auto;
}
#mod-voice-list {
    list-style: none;
    overflow: hidden;
    position: relative;
    z-index: 10;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: flex-start; /* Safari */
    justify-content: flex-start;
}
#mod-voice-list li {
    width: 312px;
    display: block;
    vertical-align: top;
    background-color: #fff;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
    border: 2px solid #000032;
    text-align: justify;
    position: relative;
    box-sizing: border-box;
}
/*simple design*/
body.simple #ttl-voice {}
body.simple #ttl-voice::before {
    content: '先輩の声';
    font-family: serif;
    font-weight: bold;
    font-size: 50px;
    color: #000042;
    border-bottom: solid 2px #000042;
}
.android body.simple #ttl-voice::before {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
}
body.simple #ttl-voice img {
    display: none;
}
body.simple #mod-voice-list li {
    border: none;
}
/*simple design*/
@media screen and (min-width: 681px) and (max-width: 1020px) {
    #mod-voice-list {
        width: calc(2 * 340px);
        margin: auto;
    }
}
@media screen and (min-width: 641px) and (max-width: 680px) {
    #mod-voice-list {
        width: 90%;
        margin: auto;
    }
    #mod-voice-list li {
        width: 100%;
        height: auto !important;
    }
}
/** 先輩の声 絞込フォーム==*/
.mod-voice-list-none {
    text-align: center;
    margin: 30px 0;
}
.mod-voice-list-none span {
    text-align: center;
    border: 2px solid #000032;
    border-radius: 100px;
    color: #000032;
    background-color: #fff;
    font-size: 16px;
    padding: 0.5em 1em;
    display: inline-block;
    min-width: 300px;
}
div.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;
    padding-left: 10px;
}
div.filters p {
    width: 42%;
    font-size: 12px;
    text-align: justify;
}

.voice-list-filter {
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding:0 10px;
}
div.filters p +.voice-list-filter{
    width: 58%;
    padding: 0;
}
.voice-list-filter li {
    display: inline-block;
    text-align: right;
    margin: 5px 5px 0px;
    position: relative;
    max-width: 300px;
}
@media screen and (max-width: 640px) {
    .voice-list-filter li {
        margin: 5px 5px 0 0;
        max-width: 100%;
    }
}
.voice-list-filter li select {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    font-size: 16px;
    border: #000032 1px solid;
    border-radius: 0;
    background: #ffffff;
    padding: 0.6em 2.0em 0.6em 1em;
    vertical-align: bottom;
    color: #000032;
    width: 100%;
}
@media screen and (max-width: 640px) {
    .voice-list-filter li select {
        -webkit-appearance: none;
        appearance: none;
        box-sizing: border-box;
        font-size: 3.8vw;
        border: #000032 1px solid;
        border-radius: 0;
        background: #ffffff;
        padding: 0.6em 2.0em 0.6em 1em;
        vertical-align: bottom;
        width: 100%;
    }
}
.voice-list-filter li select.filter-on {
    background: #FFFFFF;
}
.voice-list-filter li select:focus {
    outline: none;
}
.voice-list-filter li option {
    background: #FFFFFF;
}
.voice-list-filter li option:first-child {
    background: #efefef;
}
.voice-list-filter li::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 12px;
    top: 38%;
    border-bottom: #333 2px solid;
    border-right: #333 2px solid;
    transform: rotate(45deg)translateY(-30%);
    pointer-events: none;
}
#mod-voice-list li.hide {
    display: none;
}
@media screen and (max-width: 1040px) {
    div.filters {
        padding: 0 20px;
        width: 100%;
        max-width: 680px;
        margin: 0 auto 20px;
        padding-left: 0;
    }
    div.filters p {
        width: 100%;
        margin: 0 0 10px;
    }
    .voice-list-filter,
    div.filters p +.voice-list-filter{
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 640px) {
    .mod-voice-list-none span {
        width: 100%;
        min-width: inherit;
    }
    div.filters {
        padding: 0;
        width: 100%;
        margin: 0 auto 2vw;
        padding-left: 0;
    }
    div.filters p {
        width: 100%;
        margin: 0 0 2vw;
        font-size: 3vw;
    }
    .voice-list-filter {
        width: 100%;
        padding: 0 0 15px 0;
        justify-content: left;
    }
    div.filters p +.voice-list-filter{
        width: 100%;
    }
}
/** 飾り用(丸と三角)==*/
#mod-voice-list &gt; li:before {
    content: " ";
    display: block;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    background-color: #BDE0F2;
    border: 2px solid #000032;
    box-sizing: border-box;
    position: absolute;
    top: 6px;
    left: 6px;
}
/*simple design*/
body.simple #mod-voice-list &gt; li:before {
    content: none;
}
/*simple design*/
#mod-voice-list &gt; li &gt; div {
    position: relative;
    padding: 30px;
    margin: 0;
}
#mod-voice-list &gt; div:before {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-width: 0 33px 33px 0;
    border-color: transparent #000032 transparent;
    border-style: solid;
    display: block;
    position: absolute;
}
/*simple design*/
body.simple #mod-voice-list &gt; div:before {
    content: none;
}
/*simple design*/
#mod-voice-list &gt; li &gt; div {
    height: 100%;
}
#mod-voice-list &gt; li &gt; div:after {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-width: 0 31px 31px 0;
    border-color: transparent #fc6675 transparent;
    border-style: solid;
    display: block;
    position: absolute;
}
#mod-voice-list li.s-woman &gt; div:after {
    border-color: transparent #fc6675 transparent;
}
#mod-voice-list li.s-woman span {
    color: #fc6675;
}
#mod-voice-list li.s-man &gt; div:after {
    border-color: transparent #00a078 transparent;
}
#mod-voice-list li.s-man span {
    color: #00a078;
}
#mod-voice-list li.s-unknown &gt; div:after {
    border-color: transparent #000032 transparent;
}
#mod-voice-list li.s-unknown span {
    color: #7cd6ff;
}
#mod-voice-list li.s-hidden &gt; div:after {
    border-color: transparent #e4e4e4 transparent;
}
.wrapper-department {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.movie-exists {
    cursor: pointer;
}
.hover-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hover-backdrop:hover::after {
    content: url(../images/movie_icon.svg);
    position: relative;
    width: 80px;
}
.hover-backdrop:hover::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
}
.movie-icon {
    border: none;
    background: transparent;
    line-height: 0;
    outline: none;
}
.movie-icon &gt; img {
    width: 30px;
    height: 30px;
}
/** /飾り用(丸と三角)==*/
.txt-voice-title {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: left;
    padding-bottom: 0.3rem;
}
.txt-voice {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 20px;
    line-height: 1.7;
    text-justify: distribute;
}
.txt-department {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
}
/** /先輩の声==*/
/** バナー==*/
#area-banner {
    left: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    padding: 10px 0 5px;
    box-sizing: border-box;
    background-color: #00011A;
    text-align: center;
    z-index: 20;
}
#mod-banner {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    list-style: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
#mod-banner li {
    margin: 0 10px;
}
#mod-banner li#bnr_tm{
    width:270px
}
#mod-banner li#bnr_que{
    width:385px
}

#mod-banner li a{
    display:block;
}

#mod-banner li img {
     width: 100%;
}


/** /バナー==*/
/** ページトップ==*/
#mod-pagetop {
    right: 40px;
    bottom: 150px;
    position: fixed;
    z-index: 20;
}
/** /ページトップ==*/
/*-----------------------------------------------------------------------
モーダル
------------------------------------------------------------------------*/
#modal {
    z-index: 30;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
#modal .close-button-wrapper {
    position: absolute;
    right: 10px;
    top: -35px;
}
#modal .close-button-wrapper .close-button {
    height: 20px;
    width: 20px;
    cursor: pointer;
}
#modal .close-button-wrapper .close-button .close-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}
#modal .close-button-wrapper .close-button .close-icon::before, #modal .close-button-wrapper .close-button .close-icon::after {
    content: "";
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    width: 4px;
    height: 20px;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
}
#modal .close-button-wrapper .close-button .close-icon::before {
    transform: rotate(45deg);
}
#modal .close-button-wrapper .close-button .close-icon::after {
    transform: rotate(135deg);
}
#modal .modal-body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#modal .modal-body .modal-content {
    position: relative;
    width: 100vmin;
    padding-top: 56.25vmin;
}
#modal .modal-body .modal-content .movie iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
#modal-overlay {
    z-index: 30;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}
/*/-----------------------------------------------------------------------
モーダル
------------------------------------------------------------------------*/
/*/-----------------------------------------------------------------------
メインコンテンツ
------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
フッター
------------------------------------------------------------------------*/
#footer {
    background-color: #000032;
    box-sizing: border-box;
    color: #fff;
    padding: 40px 2% 160px 2%;
    text-align: center;
    position: relative;
    z-index: 15;
    box-sizing: border-box;
}
#footer-inner {
    border-bottom: 1px solid #9293A9;
    position: relative;
    z-index: 10;
}
#ttl-kouhai {
    margin-bottom: 15px;
}
#ttl-kouhai img {
    width: 580px;
    height: auto;
}
/*simple design*/
body.simple #ttl-kouhai {
    width: 580px;
    height: 110px;
    background: url(../images/kouhai_simple.png) no-repeat;
    background-size: contain;
    margin: auto;
}
body.simple #ttl-kouhai img {
    display: none;
}
/*simple design*/
#ttl-footer-chosa-pc {
    margin-bottom: 20px;
}
#ttl-footer-chosa-pc img {
    width: 100%;
    max-width: 580px;
    height: auto;
}
#mod-chosa {
    list-style: none;
    overflow: hidden;
    display: table;
    margin: 0 auto 30px auto;
}
#mod-chosa li {
    padding: 0;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
}
#mod-chosa li.s-apply {
    padding: 5px 16px;
    margin-right: 10px;
    border-radius: 12px;
    background-color: #ffffaa;
    color: #000032;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
#mod-chosa li:last-child {
    margin-right: 0;
}
#txt-cooperation {
    line-height: 1.6;
    display: inline-block;
    text-align: left;
    margin: 30px auto 30px auto;
}
#ttl-footer-logo img {
    width: 280px;
    height: auto;
}
body.simple #ttl-footer-logo img {
    width: 250px;
    height: auto;
}
body.simple #ttl-footer-chosa-pc {
    margin-top: -10px;
}
body.simple #ttl-footer-chosa-pc a {
    display: block;
    background: url(../images/footer-chosa-pc_simple.png) no-repeat;
    background-size: 680px;
    background-position: center;
}
body.simple #ttl-footer-chosa-pc img {
    width: 680px;
    /* opacity: 1; */
}
/*/-----------------------------------------------------------------------
フッター
------------------------------------------------------------------------*/
/* キラキラ　*/
#kirakira_left {
    position: absolute;
    top: 0;
    left: calc(50% - 650px);
    width: 117px;
    height: 100%;
    background: url("../images/kirakira_left.png") repeat left top;
}
#kirakira_right {
    position: absolute;
    top: 0;
    right: calc(50% - 650px);
    width: 94px;
    height: 100%;
    background: url("../images/kirakira_right.png") repeat left top;
}
/*simple design*/
body.simple #kirakira_left, body.simple #kirakira_right {
    display: none;
}
/*simple design*/
@media screen and (max-width:1300px) {
    #kirakira_left {
        left: 0;
        width: 5%;
        background-size: contain;
    }
    #kirakira_right {
        right: 0;
        width: 5%;
        background-size: contain;
        z-index: 1;
    }
    .movie-icon &gt; img {
        width: 60px;
        height: 60px;
    }
    .hover-backdrop:hover::before {
        content: none;
    }
    .hover-backdrop:hover::after {
        content: none;
    }
}
/* /キラキラ　*/
/*---------------------------------
スマホ
----------------------------------*/
@media screen and (max-width: 640px) {
    /*---------------------------------
共通
----------------------------------*/
    .pc-only {

        display: none !important;
    }
    .sp-only {
        display: block !important;
    }
    .br-sp {
        display: block;
    }
    /*-----------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------*/
    #header {
        height: auto;
        position: relative;
        z-index: 10;
    }
    #header-inner {
        width: 96%;
        padding: 12px;
    }
    #header-inner .social a {
        margin-left: 8px;
    }
    /* #ttl-school {
        width: 50%;
    }
    body.simple #ttl-school::after {
        display: none;
    } */
    /*/-----------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------*/
    /*-----------------------------------------------------------------------
メインコンテンツ
------------------------------------------------------------------------*/
    #contents-main {
        padding-bottom: 0;
    }
    /** ○○大学を選んだ理由==*/
    #area-school-wrapper {
        background-size: 300%, auto;
        padding-bottom: 30px;
        margin-bottom: 20px;
        z-index: 15;
    }
    #area-school {
        width: 96%;
        margin: 0 auto;
    }
    #img-chosa-sp img {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }
    #img-senpai {
        padding: 10px 3% 10px 0;
    }
    #img-senpai img {
        width: 60%;
        height: auto;
    }
    #ttl-catch {
        font-size: 4rem;
        font-size: 10vw;
        line-height: 1.2;
        margin-bottom: 20px;
        position: relative;
        z-index: 20;
    }
    #ttl-body {
        font-size: 1.3rem;
        line-height: 1.75;
    }
    /** /○○大学を選んだ理由==*/
    /** 選んだ理由==*/
    #area-select {
        width: 92%;
        margin: 0 auto 40px auto;
    }
    #ttl-reason {
        margin-bottom: 25px;
    }
    #ttl-reason img {
        width: auto;
        height: 18vw;
    }
    #ttl-correct {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    /** 備考 **/
    #note-voice {
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
        font-size: 85%;
        line-height: 170%;
    }
    body.simple #ttl-body {
        font-size: 3.6vw;
    }
    /*simple*/
    body.simple #img-chosa-sp {
        width: 70vw;
        height: 16vw;
        margin: auto;
        background: url(../images/zenkoku-chosa-sp_simple.png) no-repeat;
        background-size: contain;
    }
    body.simple #img-chosa-sp img {
        display: none;
    }
    body.simple #img-senpai::before {
        font-size: 6vw;
    }
    .android body.simple #img-senpai::before {
        font-size: 6vw;
        font-family: 'Noto Sans Japanese', sans-serif;
        font-weight: 400;
    }
    body.simple #ttl-catch {
        font-size: 10vw;
        margin-bottom: 5vw;
    }
    .android body.simple #ttl-catch {
        font-family: 'Noto Sans Japanese', sans-serif;
        font-weight: 500;
    }
    body.simple #ttl-reason::before {
        font-size: 10vw;
        padding-bottom: 1vw;
    }
    /*---------------------------------
チャート
----------------------------------*/
    #area-chart {
        position: relative;
        padding: 20px 0;
    }
    /** チャート表示===========================*/
    .chart-container {
        position: static;
        width: 100%;
        height: calc(96vw*0.8);
        margin: 0 auto;
        display: block;
    }
    /** /チャート表示===========================*/
    /** チャートのデータ===========================*/
    #graphdata {
        width: 100%;
        font-size: 1.2rem;
        position: static;
        margin-top: 20px;
        padding: 25px 5vw 15px;
        overflow: hidden;
        list-style: none;
        background-image: url("../images/zigzag-sp.png"), url("../images/zigzag-sp.png");
        background-repeat: no-repeat, no-repeat;
        background-size: 100%, 100%;
        background-position: left top, left bottom;
    }
    #graphdata li {
        list-style-type: none;
        margin: 0 1em 1em 0;
        display: inline-block;
    }
    /** /チャートのデータ===========================*/
    /* ツールチップ */
    #chartjs-tooltip {
        min-width: 23vw;
        max-width: 36vw;
    }
    /* /ツールチップ */
    /*/---------------------------------
チャート
----------------------------------*/
    /** /選んだ理由==*/
    /** 先輩の声==*/
    #area-voice {
        width: 92%;
        margin: 0 auto;
    }
    #ttl-voice {
        text-align: center;
        margin-bottom: 25px;
    }
    body.simple #ttl-voice::before {
        font-size: 10vw;
    }
    #ttl-voice img {
        width: auto;
        height: 18vw;
    }
    #mod-voice-list li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
        margin-left: 0;
    }
    /** /先輩の声==*/
    /** バナー==*/
    #area-banner {
        bottom: 0;
        height: auto;
        padding: 2vw 0;
        z-index: 20;
    }
    #mod-banner {
        width: 100%;
        overflow: hidden;
    }
    #mod-banner li {
        width: auto;
        padding: 0;
        margin: 0;
    }
    #mod-banner li#bnr_tm{
        width: auto;
        margin-right: 2%;
    }
    #mod-banner li#bnr_que{
        width: auto;
    }
    #mod-banner li img {
        display: block;
        height:11.5vw
    }
    /** /バナー==*/
    /** ページトップ==*/
    #mod-pagetop {
        right: 10px;
        bottom: 21vw;
        position: fixed;
        z-index: 20;
    }
    /** /ページトップ==*/
    /*/-----------------------------------------------------------------------
メインコンテンツ
------------------------------------------------------------------------*/
    /*-----------------------------------------------------------------------
フッター
------------------------------------------------------------------------*/
    #footer {
        padding: 40px 0 30vw 0;
        position: relative;
        z-index: 12;
    }
    #ttl-kouhai {
        margin-bottom: 15px;
    }
    #ttl-kouhai img {
        width: 94%;
        height: auto;
    }
    #ttl-footer-chosa-sp {
        margin-bottom: 0;
    }
    #ttl-footer-chosa-sp img {
        width: 90%;
        height: auto;
    }
    #mod-chosa {
        margin: 0 auto 20px auto;
        padding: 20px 0 0 0;
        width: 90vw;
    }
    #mod-chosa li {
        margin: 0 0 10px 0;
        font-size: 3.7vw;
        float: left;
    }
    #mod-chosa li.s-apply {
        padding: 4px 8px;
        margin-right: 0;
        font-size: 1.4rem;
    }
    #mod-chosa li:nth-of-type(odd) {
        width: calc(4em + 16px);
        box-sizing: border-box;
        margin-right: 8px;
    }
    #mod-chosa li:nth-of-type(even) {
        width: calc(100% - 5em - 24px);
        text-align: left;
    }
    #mod-chosa li:nth-of-type(2) {
        margin-top: -0.3em;
    }
    #mod-chosa li:nth-of-type(3) {
        clear: both;
    }
    #mod-chosa li:last-child {
        margin-top: 0.3em;
    }
    #txt-cooperation {
        width: 94%;
        margin: 30px auto 30px auto;
        line-height: 1.8;
        position: relative;
        z-index: 10;
    }
    #ttl-footer-logo {
        position: relative;
        z-index: 10;
        text-align: center;
        padding-left: 0;
    }
    #ttl-footer-logo img {
        width: 70%;
        height: auto;
    }
    body.simple #ttl-footer-chosa-sp {
        margin-bottom: 0;
        margin-top: -2vw
    }
    body.simple #ttl-footer-chosa-sp a {
        background: url(../images/footer-chosa-sp_simple.png) no-repeat;
        background-size: contain;
    }
    #ttl-footer-chosa-sp img {
        width: 90%;
        height: auto;
        /* opacity:0; */
    }
    /*/-----------------------------------------------------------------------
フッター
------------------------------------------------------------------------*/
    /* キラキラ　*/
    #kirakira_left {
        left: 0%;
        width: 10%;
        background-size: contain;

    }
    #kirakira_right {
        right: 0;
        /* width: calc(94px * 0.4); */
        width: 10%;
        background-size: contain;
    }
    /*simple design*/
    body.simple #footer {
        padding: 20px 0 30vw 0;
    }
    body.simple #ttl-kouhai {
        width: 96vw;
        height: 18vw;
    }
    body.simple #mod-banner {
        /* width: 100%; */
    }


}
//sp
/** 微調整用===========================*/
@media screen and (max-width: 360px) {
    #ttl-catch {
        font-size: 4.2rem;
        font-size: 10vw;
    }
    #ttl-correct {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 320px) {
    #ttl-correct {
        font-size: 1.4rem;
    }
    #kirakira_left {
        left: 0;
    }</pre></body></html>