@charset "UTF-8";
.mv_area {
  width: 100%;
  background-color: #ebebf7;
  background-image: none;
  /*background: url(../img/mv.jpg) no-repeat 50% 50%/cover;*/
  padding: 140px 0 100px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .mv_area {
      padding: 40px 0; } }
  .mv_area .inr {
    max-width: 880px;
    width: 95%;
    margin: 0 auto; }
    .mv_area .inr h2 {
      font-size: 2em;
      font-family: "EB Garamond", serif;
      letter-spacing: .2em;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .mv_area .inr h2 {
          font-size: 1.4em; } }
      .mv_area .inr h2 span {
        display: block;
        margin-top: 5px;
        font-family: "Noto Sans", sans-serif;
        font-size: .4em;
        letter-spacing: .1em;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .mv_area .inr h2 span {
            font-size: .6em; } }
        .mv_area .inr h2 span::before {
          content: '';
          display: inline-block;
          width: 160px;
          height: 15px;
          background-image: url(../../img/arrow_black.png);
          background-size: contain;
          background-repeat: no-repeat;
          vertical-align: middle;
          position: absolute;
          bottom: -20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
    .mv_area .inr > dl {
      margin-top: 100px; }
      @media only screen and (max-width: 767px) {
        .mv_area .inr > dl {
          margin-top: 50px; } }
      .mv_area .inr > dl > dt {
        font-size: 1.2em;
        letter-spacing: .2em;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .mv_area .inr > dl > dt {
            font-size: 1.05em; } }
      .mv_area .inr > dl > dd {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid; }
        .mv_area .inr > dl > dd > dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          @media only screen and (max-width: 767px) {
            .mv_area .inr > dl > dd > dl {
              display: block;
              margin-top: 10px; } }
          .mv_area .inr > dl > dd > dl > dt {
            width: 180px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            @media only screen and (max-width: 767px) {
              .mv_area .inr > dl > dd > dl > dt{
                width: 100%;
              }
              .mv_area .inr > dl > dd > dl > dt span {
                font-weight: bold; } }
          .mv_area .inr > dl > dd > dl > dd {
            position: relative;
            padding-left: 20px;
            width: calc(100% - 200px);
            margin-left: 20px; }
            @media only screen and (max-width: 767px) {
              .mv_area .inr > dl > dd > dl > dd {
                margin-left: 0;
                width: 100%;
                padding-left: 0;
                font-size: .9em; } }
            .mv_area .inr > dl > dd > dl > dd::before {
              content: ':';
              display: inline-block;
              vertical-align: middle;
              position: absolute;
              left: 0; }
              @media only screen and (max-width: 767px) {
                .mv_area .inr > dl > dd > dl > dd::before {
                  display: none; } }

.essentials {
  margin-top: 60px; }
  .essentials .inr {
    max-width: 880px;
    width: 95%;
    margin: 0 auto; }
    .essentials .inr > dl > dt {
      font-size: 1.2em;
      letter-spacing: .2em;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .essentials .inr > dl > dt {
          font-size: 1.05em; } }
    .essentials .inr > dl > dd {
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px solid; }
      .essentials .inr > dl > dd > dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        @media only screen and (max-width: 767px) {
          .essentials .inr > dl > dd > dl {
            display: block;
            margin-top: 10px; } }
        .essentials .inr > dl > dd > dl > dt {
          width: 200px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          @media only screen and (max-width: 767px) {
            .essentials .inr > dl > dd > dl > dt {
              width: 100px; } }
        @media only screen and (max-width: 767px) {
          .essentials .inr > dl > dd > dl span {
            font-weight: bold; } }
        .essentials .inr > dl > dd > dl > dd {
          position: relative;
          width: calc(100% - 220px);
          padding-left: 20px;
          margin-left: 20px; }
          @media only screen and (max-width: 767px) {
            .essentials .inr > dl > dd > dl > dd {
              margin-left: 0;
              width: 100%;
              padding-left: 0;
              font-size: .9em; } }
          .essentials .inr > dl > dd > dl > dd::before {
            content: ':';
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            left: 0; }
            @media only screen and (max-width: 767px) {
              .essentials .inr > dl > dd > dl > dd::before {
                display: none; } }

.process {
  margin-top: 60px; }
  .process .inr {
    max-width: 880px;
    width: 95%;
    margin: 0 auto; }
    .process .inr .flow > dt {
      font-size: 1.2em;
      letter-spacing: .2em;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .process .inr .flow > dt {
          font-size: 1.05em; } }
    .process .inr .flow > dd {
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px solid; }
      @media only screen and (max-width: 767px) {
        .process .inr .flow > dd {
          padding-top: 0;
          margin-top: 0; } }
      .process .inr .flow > dd dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px dashed; }
        @media only screen and (max-width: 767px) {
          .process .inr .flow > dd dl {
            display: block;
            margin-top: 10px; } }
        .process .inr .flow > dd dl dt {
          width: 120px;
          background-color: #005BAC;
          color: #fff;
          text-align: center;
          padding: 10px 0;
          font-size: 1.1em; }
          @media only screen and (max-width: 767px) {
            .process .inr .flow > dd dl dt {
              padding: 5px 0;
              font-size: 1em; } }
        .process .inr .flow > dd dl dd {
          line-height: 1.8em;
          margin-left: 20px; }
          @media only screen and (max-width: 767px) {
            .process .inr .flow > dd dl dd {
              margin-left: 0;
              margin-top: 5px; } }
    .process .inr .documents {
      margin-top: 60px; }
      .process .inr .documents dt {
        font-size: 1.2em;
        letter-spacing: .2em;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .process .inr .documents dt {
            font-size: 1.05em; } }
      .process .inr .documents dd {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid; }
        @media only screen and (max-width: 767px) {
          .process .inr .documents dd {
            font-size: .9em; } }

.school {
  padding-top: 60px; }
  .school .inr {
    max-width: 880px;
    width: 95%;
    margin: 0 auto; }
    .school .inr > dl > dt {
      font-size: 1.2em;
      letter-spacing: .2em;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .school .inr > dl > dt {
          font-size: 1.05em; } }
    .school .inr > dl > dd > dl {
      margin-top: 10px;
      padding-top: 10px; }
      .school .inr > dl > dd > dl > dt {
        color: #005BAC;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.1em;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .school .inr > dl > dd > dl > dt {
            font-size: 1em; } }
        .school .inr > dl > dd > dl > dt:after {
          content: "";
          height: 1px;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          border-top: 1px dashed #231815;
          margin-left: 1rem; }
      @media only screen and (max-width: 767px) {
        .school .inr > dl > dd > dl > dd {
          font-size: .9em; } }

.backs .inr {
  max-width: 880px;
  width: 95%;
  margin: 0 auto; }
  .backs .inr .back {
    font-size: 1.1em;
    font-family: "EB Garamond", serif;
    font-style: italic;
    margin: 40px 0; }
    @media only screen and (max-width: 767px) {
      .backs .inr .back {
        margin-top: 20px; } }
    .backs .inr .back a {
      position: relative;
      display: block; }
      .backs .inr .back a::before {
        content: '';
        display: inline-block;
        width: 54px;
        height: 49px;
        background-image: url(../img/back_icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 10px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .backs .inr .back a:hover::before {
        background-image: url(../img/back_icon_hover.png);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }

.entry_form .inr {
  max-width: 880px;
  width: 95%;
  margin: 0 auto; }
  .entry_form .inr form h3 {
    background-color: rgba(0, 91, 172, 0.1);
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 40px;
    padding: 10px; }
  .entry_form .inr form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px; }
    .entry_form .inr form dl dt {
      width: 30%; }
      @media only screen and (max-width: 767px) {
        .entry_form .inr form dl dt {
          width: 100%; } }
      .entry_form .inr form dl dt span {
        background-color: #005BAC;
        color: #fff;
        font-size: .7em;
        font-weight: bold;
        padding: 3px 5px;
        border-radius: 3px;
        margin-left: 10px; }
    .entry_form .inr form dl dd {
      width: 68%; }
      @media only screen and (max-width: 767px) {
        .entry_form .inr form dl dd {
          width: 100%; } }
      .entry_form .inr form dl dd input[type="text"] {
        border: 1px solid #999;
        border-radius: 3px;
        outline: none;
        margin: 5px 0;
        padding: 0 5px; }
        @media only screen and (max-width: 767px) {
          .entry_form .inr form dl dd input[type="text"] {
            width: 100%;
            margin-left: 0 !important; } }
      .entry_form .inr form dl dd input[type="radio"] {
        cursor: pointer;
        outline: none;
        margin: 5px; }
      .entry_form .inr form dl dd select {
        border: 1px solid #999;
        cursor: pointer;
        padding: 3px 30px 3px 10px;
        border-radius: 3px;
        position: relative;
        display: inline-block;
        outline: none; }
      .entry_form .inr form dl dd textarea {
        border: 1px solid #999;
        border-radius: 3px;
        outline: none;
        width: 100%;
        padding: 0 5px; }
      .entry_form .inr form dl dd .check {
        position: relative; }
        .entry_form .inr form dl dd .check::before {
          position: absolute;
          top: 50%;
          left: -20px;
          display: block;
          width: 0.5em;
          height: 0.5em;
          content: "";
          border-right: 2px solid #999;
          border-bottom: 2px solid #999;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          margin-top: -0.25em; }
  .entry_form .inr .verification {
    margin-top: 20px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .entry_form .inr .verification {
        font-size: .9em;
        margin-top: 10px; } }
    .entry_form .inr .verification span {
      background-color: #005BAC;
      color: #fff;
      font-size: .7em;
      font-weight: bold;
      padding: 3px 5px;
      border-radius: 3px;
      margin: 0 5px 0 10px; }
    .entry_form .inr .verification input[type="checkbox"] {
      cursor: pointer; }
  .entry_form .inr .send {
    margin-top: 40px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .entry_form .inr .send {
        margin-top: 20px; } }
    .entry_form .inr .send input {
      width: 270px;
      background-color: #005BAC;
      color: #fff;
      font-size: 1.1em;
      font-weight: bold;
      padding: 10px 0;
      text-align: center;
      border-radius: 3px; }
  .entry_form .inr .privacy {
    margin-top: 60px;
    font-size: .9em; }
    @media only screen and (max-width: 767px) {
      .entry_form .inr .privacy {
        margin-top: 30px; } }
    .entry_form .inr .privacy span {
      display: block;
      margin-bottom: 10px;
      color: #005BAC;
      font-size: 1.1em;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .entry_form .inr .privacy span {
          font-size: 1em; } }

.thanks .inr {
  max-width: 880px;
  width: 95%;
  margin: 0 auto;
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    .thanks .inr {
      padding-top: 20px; } }
  .thanks .inr h3 {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .thanks .inr h3 {
        font-size: 1em; } }
  .thanks .inr p {
    margin-top: 20px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .thanks .inr p {
        margin-top: 10px;
        font-size: .9em; } }

#header .header_inner .nav_wrap .gnav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    #header .header_inner .nav_wrap .gnav {
      margin-right: 60px; } }
  #header .header_inner .nav_wrap .gnav .mid_entry_btn {
    margin-right: 10px; }
