/* ----------------------------------------
Components
---------------------------------------- */
html,
body {
  width: 100%;
  overflow-x: hidden;
}
.mini-sp {
  display: none;
}

/* ----------------------------------------
PC
---------------------------------------- */
@media screen and (min-width:769px) {
  /* components */

  .area-btn {
    text-align: center;
    margin-top: 40px;
  }
  .btn-pink01 {
    width: 275px;
    height: 52px;
    border-radius: 50px;
    background-color: #eb7198;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
            box-shadow: 0 5px 0 0 #ddd;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
  }
  .btn-pink01 > .fas {
    margin-left: 15px;
  }
  .line-chapter {
    margin: 0;
    width: 100vw;
    height: 4px;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: auto; /* IE対策 */
    max-width: initial;
    border: none;
    background-color: #eb7198;
  }
  .chapter {
    padding: 60px 0;
  }
  .chapter:last-of-type {
    padding: 60px 0 0;
  }
  .ttl-chapter {
    padding-left: 20px;
    border-left: 6px solid #eb7198;
    color: #eb7198;
  }
  .text-chapter {
    margin-top: 40px;
    line-height: 1.8;
    font-size: 16px;
  }
  .ttl-subsection {
    position: relative;
    padding-bottom: 20px;
    margin-top: 40px;
    font-size: 18px;
    border-bottom: 2px solid #e3e3e3;
    font-weight: bold;
  }
  .ttl-subsection::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #eb7198;
    position: absolute;
  }
  .text-subsection {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.6;
  }

  /* fv */
  .hero {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
    padding-top: 120px;
    margin-bottom: 0;
  }
  .hero-inner {
    position: absolute;
    left: 50%;
    margin-left: -1000px;
    width: 2000px;
  }

  /* main-content */
  .main-content {
    padding: 40px 20px 60px;
  }
  .inner-content {
    max-width: 1080px;
    margin: auto;
  }
  .ttl-page {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 4px solid #eb7198;
    font-size: 24px;
  }
  .header-sect {
    padding-top: 40px;
  }
  .ttl-sect {
    text-align: center;
    line-height: 1.0;
  }
  .bct {
    font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-size: 44px;
    color: #e97196;
    font-weight: bold;
  }
  .bct-l {
    margin-right: 40px;
  }
  .bct-r {
    margin-left: 40px;
  }
  .lead-sect {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
  }
  .content-sect {
  }

  .flexbox-meeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .imgwrapper-meeting {
    position: relative;
    width: calc(33.3% - 20px);
  }
  .imgwrapper-meeting::after {
    content: "";
    display: block;
    padding-top: 69%;
  }
  .imgwrapper-meeting > img {
    position: absolute;
    width: 100%;
  }
  .moviebox-meeting {
    margin-top: 60px;
    text-align: center;
    position: relative;
  }
  .moviecopy-meeting {
    font-size: 26px;
    color: #eb7198;
  }
  .movie-meeting {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 60px 0 0;
    width: 750px;
    height: 422px;
  }
  .movie-meeting::after {
    content: "";
    display: block;
    padding-top: 56.3%;
  }
  .movie-meeting > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  .flexbox-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .container-table{
    width: calc(50% - 20px);
  }
  .table-area {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #282828;
    table-layout: fixed;
  }
  .table-area > caption {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
  }
  .table-area th {
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #282828;
  }
  .table-area th[scope="row"] {
    text-align: left;
    padding-left: 40px;
  }
  .table-area td {
    padding: 15px 0;
    font-size: 24px;
    text-align: center;
    border-top: 1px solid #282828;
  }
  .table-area .row-head {
    background-color: #f5f5f5;
  }
  .table-area .row-head > th {
    font-weight: bold;
  }
  .table-area .row-total {
    background-color: #f9dfe2;
  }
  .table-area .row-total > td {
    font-weight: bold;
  }
  .table-area01 .row-kanto,
  .table-area01 .row-kansai,
  .table-area02 .row-hiroshima {
    background-color: #ffffc8;
  }
  .table-area01 .row-kanto,
  .table-area01 .row-kansai{
    font-weight: bold;
  }
  .note-table {
    text-indent: -0.5em;
    margin-top: 20px;
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.8;
  }

  .text-interview {
    margin-top: 40px;
    line-height: 1.8;
  }
  .flexbox-interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .imgwrapper-interview {
    position: relative;
    width: calc(33.3% - 20px);
  }
  .imgwrapper-interview::after {
    content: "";
    display: block;
    padding-top: 69%;
  }
  .imgwrapper-interview > img {
    position: absolute;
    width: 100%;
  }
  .schedulebox-interview {
    margin-top: 60px;
  }
  .schedulecopy-interview {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .schedule-interview {
    margin-top: 60px;
  }
  .note-schedule {
    margin-top: 40px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
  }

  /* obog */
  #obog {
  }
  .pdf-obog {
    padding: 40px 40px 20px ;
  }
  .employment-obog {
    margin-top: 30px;
    padding: 0 40px ;
    line-height: 1.8;
  }

  #accordion_tab_teacher {
    margin: 20px 0 0;
  }

  /* message */
  #message {
  }
  .topics-container {
    padding: 40px 40px 0;
  }
  .ttl-topics {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    overflow: hidden;
  }
  .ttl-topics > .ttl-topics-tag {
    padding: 20px 40px 15px;
    color: #fff;
    background-color: #eb7198;
  }
  .ttl-topics > .ttl-topics-body {
    padding: 20px 40px 15px;
    color: #eb7198;
  }
  .text-topics {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
  }
  .img-topics {
    margin-top: 40px;
  }
  .end-topics {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
  }

}

.ttl-test {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ttl-test__2018 {
  display: inline-block;
}

.ttl-test__100 {
  margin-left: 20px;
  display: inline-block;
  font-size: 52px;
}

.row-other {
  border-bottom: none;
}

.row-total {
  border-top: 3px double #282828;
}

@media (max-width:768px) {
  .ttl-test__100 {
    font-size: 12vw;
  }
}

/* ----------------------------------------
SP
---------------------------------------- */
@media screen and (max-width:768px) {
  /* components */
  .area-btn {
    text-align: center;
    margin-top: 6%;
  }
  .btn-pink01 {
    width: 70vw;
    height: 12vw;
    border-radius: 6vw;
    background-color: #eb7198;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
            box-shadow: 0 5px 0 0 #ddd;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    font-size: 4vw;
    font-weight: bold;
  }
  .btn-pink01 > .fas {
    margin-left: 15px;
  }
  .line-chapter {
    margin: 0;
    width: 100vw;
    height: 4px;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: auto; /* IE対策 */
    max-width: initial;
    border: none;
    background-color: #eb7198;
  }
  .chapter {
    padding: 10% 0;
  }
  .ttl-chapter {
    padding-left: 2vw;
    border-left: 1.5vw solid #eb7198;
    color: #eb7198;
    font-size: 5vw;
  }
  .text-chapter {
    margin: 6% 3.5vw;
    line-height: 1.8;
    font-size: calc(3vw + 4px);
  }
  .ttl-subsection {
    position: relative;
    padding-bottom: 3%;
    margin-top: 6%;
    font-size: 4.5vw;
    border-bottom: 0.5vw solid #e3e3e3;
    font-weight: bold;
  }
  .ttl-subsection::after {
    content: "";
    position: absolute;
    bottom: -0.5vw;
    left: 0;
    width: 10%;
    height: 0.5vw;
    background-color: #eb7198;
    position: absolute;
  }
  .text-subsection {
    margin-top: 6%;
    font-size: calc(3vw + 4px);
    line-height: 1.8;
  }

  /* header */


  /* FV */
  .hero {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(64px + 6vw);
    margin-bottom: 0;

  }
  .hero-inner {
    position: relative;
    width: 100%;
  }

  /* main-content */
  .main-content {
    padding: 3% 3% 6%;
  }
  .ttl-page {
    padding-bottom: 10px;
    margin-bottom: 8%;
    border-bottom: 4px solid #eb7198;
    font-size: 6vw;
  }
  .header-sect {
    white-space: nowrap;
  }
  .lead-sect {
    margin: 6% 6% 0;
    font-size: 4.5vw;
    text-align: center;
    white-space: normal;
  }
  .bct {
    font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    color: #e97196;
    font-weight: bold;
    font-size: 9vw;
  }
  .bct-l {
    margin-right: 10vw;
  }
  .bct-r {
    margin-left: 10vw;
  }
  .ttl-sect {
    text-align: center;
    font-size: 7vw;
    line-height: 1.0;
  }
  .content-sect {
    padding: 0
  }

  .flexbox-meeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8%;
  }
  .imgwrapper-meeting {
    position: relative;
    max-width: 504px;
    width: 93%;
  }
  .imgwrapper-meeting:not(:first-child) {
    margin-top: 6%;
  }
  .imgwrapper-meeting::after {
    content: "";
    display: block;
    padding-top: 69%;
  }
  .imgwrapper-meeting > img {
    position: absolute;
    width: 100%;
  }
  .moviebox-meeting {
    margin-top: 6%;
    text-align: center;
  }
  .moviecopy-meeting {
    font-size: 5vw;
    color: #eb7198;
  }
  .movie-meeting {
    margin: 4% auto 0;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: auto; /* IE対策 */
    max-width: initial;
    width: 100vw;
    height: 56.3vw;
    position: relative;
  }
  .movie-meeting::after {
    content: "";
    display: block;
    padding-top: 56.3%;
  }
  .movie-meeting > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .flexbox-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8%;
  }
  .container-table{
    width: 100%;
  }
  .container-table:not(:first-child) {
    margin-top: 6%;
  }
  .table-area {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #282828;
    table-layout: fixed;
  }
  .table-area > caption {
    margin-bottom: 4%;
    font-size: 5vw;
    font-weight: bold;
  }
  .table-area th {
    padding: 2.5% 0;
    text-align: center;
    border-top: 1px solid #282828;
    font-size: calc(3vw + 4px);
  }
  .table-area th[scope="row"] {
    text-align: left;
    padding-left: 40px;
  }
  .table-area td {
    padding: 2.5% 0;
    font-size: calc(4vw + 2px);
    text-align: center;
    border-top: 1px solid #282828;
  }
  .table-area .row-head {
    background-color: #f5f5f5;
  }
  .table-area .row-head > th {
    font-weight: bold;
  }
  .table-area .row-total {
    background-color: #f9dfe2;
  }
  .table-area .row-total > td {
    font-weight: bold;
  }
  .table-area01 .row-kanto,
  .table-area01 .row-kansai,
  .table-area02 .row-hiroshima {
    background-color: #ffffc8;
  }
  .table-area01 .row-kanto,
  .table-area01 .row-kansai{
    font-weight: bold;
  }
  .note-table {
    text-indent: -0.5em;
    margin-top: 4%;
    padding-left: 1em;
    font-size: calc(2vw + 6px);
    line-height: 1.8;
  }

  .flexbox-interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8%;
  }
  .imgwrapper-interview {
    position: relative;
    max-width: 504px;
    width: 93%;
  }
  .imgwrapper-interview:not(:first-child) {
    margin-top: 6%;
  }
  .imgwrapper-interview::after {
    content: "";
    display: block;
    padding-top: 69%;
  }
  .imgwrapper-interview > img {
    position: absolute;
    width: 100%;
  }
  .schedulebox-interview {
    margin-top: 6%;
  }
  .schedulecopy-interview {
    font-size: 5vw;
    text-align: center;
    font-weight: bold;
  }
  .schedule-interview {
    margin: 6% auto 0;
    max-width: 372px;
    width: 50vw;
  }
  .note-schedule {
    margin-top: 6%;
    font-size: calc(3vw + 4px);
    text-align: left;
  }

  /* obog */
  #obog {
  }
  .pdf-obog {
    padding: 6% 0 2% ;
  }
  .employment-obog {
    margin-top: 6%;
    padding: 0 4%;
    font-size: calc( 3vw + 4px );
    line-height: 1.8;
  }
  .text-click-obog {
    text-align: center;
  }

  #accordion_tab_teacher {
    margin: 3% 0 0;
  }

  /* message */
  #message {
  }
  .topics-container {
    padding: 6% 0 0;
  }
  .ttl-topics {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: stretch;
    font-size: 5vw;
    font-weight: bold;
    border-radius: 1vw;
    overflow: hidden;
  }
  .ttl-topics > .ttl-topics-tag {
    padding: 4%;
    color: #fff;
    background-color: #eb7198;
    text-align: center;
  }
  .ttl-topics > .ttl-topics-body {
    padding: 4%;
    color: #eb7198;
    background-color: #f9dfe2;
    text-align: center;
  }
  .text-topics {
    margin-top: 8%;
    font-size: calc(3vw + 4px);
    line-height: 1.8;
  }
  .img-topics {
    margin-top: 8%;
  }
  .end-topics {
    text-align: center;
    margin-top: 8%;
    font-size: 5vw;
    font-weight: bold;
  }

}

/* ----------------------------------------
mini-SP
---------------------------------------- */
@media screen and (max-width:479px) {
  .mini-sp {
    display: block;
  }
  .not-mini-sp {
    display: none;
  }
}
