main {
  margin-bottom: 70px; }
  main .admission-section .inner {
    width: min(92%, 920px);
    margin: 0 auto; }
  main .admission-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
      main .admission-section p {
        font-size: 4.2666666667vw; } }
  main .admission-section .about-image {
    margin: 24px auto;
    width: 87%; }
  main .admission-section.about {
    margin-bottom: 56px; }
  main .admission-section.flow .flow-step:not(:last-of-type) {
    margin-bottom: 40px; }
  main .admission-section.flow .flow-step ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 16px; }
    @media screen and (max-width: 767px) {
      main .admission-section.flow .flow-step ul {
        font-size: 4.2666666667vw; } }
  main .admission-section.flow .btn-box {
    width: min(600px, 100%);
    margin: 24px 0 0; }
    main .admission-section.flow .btn-box a {
      display: block;
      background: #0068B7;
      color: #fff;
      text-align: center;
      position: relative;
      font-size: 16px;
      font-weight: 700;
      line-height: 80px;
      text-decoration: none;
      border-radius: 40px; }
      main .admission-section.flow .btn-box a::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 6px;
        height: 6px;
        border-top: 2px solid #0068B7;
        border-right: 2px solid #0068B7;
        transform: rotate(45deg);
        right: 30px;
        border-color: #fff; }
        @media screen and (max-width: 767px) {
          main .admission-section.flow .btn-box a::after {
            width: 2.6666666667vw;
            height: 2.6666666667vw; } }
  @media screen and (max-width: 767px) {
    main {
      margin-bottom: 16vw; }
      main .admission-section .inner {
        width: 87.2%; }
      main .admission-section p {
        margin-bottom: 4.2666666667vw; }
      main .admission-section.about {
        margin-bottom: 14.9333333333vw; }
      main .admission-section .about-image {
        margin: 6.4vw 0;
        width: 100%; }
      main .admission-section.flow .btn-box {
        margin: 6.4vw 0 0; }
        main .admission-section.flow .btn-box a {
          line-height: 16vw;
          font-size: 4.2666666667vw;
          border-radius: 16vw; }
          main .admission-section.flow .btn-box a::after {
            right: 5.3333333333vw; }
      main .admission-section.flow .flow-step:not(:last-of-type) {
        margin-bottom: 10.6666666667vw; } }
